
html, body {
    background-color: #F5F6F8;
    height: 100%;
}

.fundPop {
    max-width: 855px;
    max-height: 400px;
    overflow-y: auto;
}

.ieFundPop {
    max-width: 850px;
    max-height: 158px;
    overflow-y: auto;
}

.ieFundPop h4 {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.ieFundPop .fundNames {
    padding: 0 10px;
}

.fundNames {
    padding: 10px;
}

.fundNames h4 {
    line-height: 1.5;
    padding-bottom: 10px;
    text-align: center;
}

.fundNames .jump-tag {
    margin-right: 18px;
    margin-bottom: 14px;
    width: 140px;
    text-align: center;
}

#noticeDetail,
.jc-layout,
.pdf-wrap,
.pdfobject-container {
    height: 100%;
}

.ie-pdf-wrap .pdfobject-container {
   margin-right: 360px;
}

.pdf-wrap {
    position: relative;
}

.speed-img{
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -60px;
    cursor: pointer;
}

.nt-bd {
    height: calc(100% - 190px);
}

.jc-layout {
    padding-top: 20px;
}

.nt-hd {
    padding: 20px;
    min-height: 110px;
    background-color: #fff;

}

.nt-bd {
    margin-top: 20px;
    background-color: #fff;
}

.fullscreen {
    padding: 10px 20px;
    text-align: right;
}

.calender {
    float: left;
    margin-right: 15px;
    width: 64px;
    height: 64px;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    text-align: center;
    background-color: #f2f2f2;
}

.calender .month {
    margin: -1px -1px 0 -1px;
    height: 20px;
    line-height: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    background-color: #05c;
    font-size: 12px;
}

.calender .date {
    font-weight: 900;
    font-size: 24px;
    line-height: 25px;
    color: rgba(51, 51, 51, 1);

}

.no-time {
    margin-top: 8px;
}

.c-time {
    font-size: 12px;
    font-weight: normal;

}

.stock > span {
    margin-right: 20px;
    vertical-align: middle;
}

.stock .status {
    display: inline-block;
    width: 68px;
    height: 22px;
    line-height: 22px;
    background-color: rgba(7, 89, 205, .1);
    color: #05c;
    border-radius: 3px;
    font-weight: 400;

    text-align: center;
    font-size: 12px;
}

.el-button--text {
    color: #333;
    vertical-align: middle;
    line-height: normal;
}

.el-button.is-collect {
    color: #05c;
}

.jc-red {
    color: #db3439;
}

.jc-green {
    color: #1f803f;
}

.nt-handle {
    position: absolute;
    top: 40px;
    right: 20px;
}

.nt-btns {
    width: 110px;
    text-align: left;
}

.nt-btns, .qcode {
    vertical-align: top;
    display: inline-block;
}

.title {
    margin-top: 15px;
    max-width: 1000px;
    font-weight: bold;
    font-size: 18px;
}

.excuse {
    margin-top: 8px;
}


.stock .el-button {
    padding: 0;
}

.ask-wrap {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
}

.ask-wrap .hd {
    position: relative;
    padding: 13px 10px;
    font-weight: bold;
    font-size: 16px;
}
.ask-wrap .ft {
    padding: 13px 10px;
    vertical-align: middle;
}
.ask-wrap .ask-length {
    float: right;
    margin-top: 2px;
    font-size: 12px;
    font-weight: normal;
}
.ask-wrap .bd {
    height: 120px;
}
.ask-wrap .askmsg {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #ededed;
    color: #969696;
    font-size: 14px;
    overflow: auto;
    resize: none;

}
.ask-wrap .el-handle {
    margin-left: 10px;
}
.ask-wrap .el-handle,
.el-handle input{
    border-radius: 0;
}
.ask-wrap .send {
    float: right;
}
.zym-img {
    display: inline-block;
    vertical-align: middle;
}

.ask-wrap .yzm {
    width: 70px;
}