#cover {
    /*display: none;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.44);
    z-index: 12;
}
#deldiv {
    /*display: none;*/
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    margin-left: -166px;
    width: 332px;
    background: #fff;
    border-radius: 4px;
    padding: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.head-r {
    float: right;
    cursor: pointer;
}
#deldiv .closeImg {
    float: right;
    height: 14px;
    width: 14px;
    margin-top: 4px;
    cursor: pointer;
    -webkit-transition: 1s;
    transition: 1s;
}
.authAlertInfoTwo {
    text-align: center;
    vertical-align: middle;
    margin: 36px 30px;
    font-size: 18px;
    color: #333;
    font-family: "microsoft YaHei","pingfang SC";
}
.authAlertLeftImage img {
    width: 100%;
    height: 100%;
}
.authAlertLeftImage {
    width: 28px;
    height: 28px;
    display: inline-block;
    float: left;
}
.authAlertInfoTre {
    text-align: center;
    margin-bottom: 26px;
}
.authclosebtn, .authclosebtna, .authclosebtnaOne {
    display: block;
    width: 84px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    background: #1ba3e4;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    margin-bottom: 11px;
    float: right;
    margin-right: 26px;
}
.authopenbtn, #authopenbtn {
    display: block;
    width: 84px;
    height: 30px;
    color: #1ba3e4;
    font-size: 14px;
    background: #ffffff;
    outline: none;
    border: 1px solid #1ba3e4;
    border-radius: 4px;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    margin-bottom: 11px;
    margin-left: 26px;
    float: left;
}
/*提示框樣式*/
#hintDiv{
    height: 40px;
    position: fixed;
    left: 50%;
    /* transform: translateX(-50%); */
    /* margin-left:-130px; */
    background: #d1eaef;
    z-index: 1000;
    border: 0 none;
    border-radius: 4px;
    top: 150px;
    line-height: 40px;
    padding-left: 20px;
}
.hintText{
    margin-left: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* max-width: 145px; */
    display: inline-block;
    vertical-align: top;

    min-width: 145px;

    max-width: 420px;
}
.hintHideBtn{
    float: right;
    background: url(../../../images/delbox1.png) no-repeat center;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: 10px 20px;
}
.animationO{
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation:bounceInDown 1.5s;
    animation:bounceInDown 1.5s;

}
@-webkit-keyframes bounceInDown {/* 濠电偛顕慨瀵歌姳閼测晝绠旈柛宀�鍋為ˉ鍫ユ煏韫囧鎷峰畷鍥朵紘濠电偞鍨堕幐鎼侇敄閸℃鐒介柨鐔剁矙閺屾盯骞囬鍌傘垽鏌ら弶鎴含鐎规洘鐟╅幃鈺傛綇閳哄啯鍟�*/
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
/*******************************/
#masklayer {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.44);
}
#deleteAlert {
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    margin-left: -154px;
    margin-top: -95px;
    color: rgb(255, 255, 255);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgb(255, 255, 255);
    border-radius: 6px;
}
.clearfloat {
    zoom: 1;
}
.prompt-head {
    background: #1ba3e4;
    padding: 12px 16px;
    font: 16px "MicrosoftYaHei";
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.prompt-head .closeImg {
    float: right;
    height: 14px;
    width: 14px;
    margin-top: 4px;
    cursor: pointer;
    -webkit-transition: 1s;
    transition: 1s;
}
.prompt-info {
    text-align: center;
    vertical-align: middle;
    margin: 36px 40px;
    font-size: 20px;
    color: #333;
    font-family: "microsoft YaHei","pingfang SC";
}
.promptLeftImage {
    width: 32px;
    height: 32px;
    display: inline-block;
    float: left;
    margin-right: 16px;
}
.promptLeftImage img, .promptImage img {
    width: 100%;
    height: 100%;
}
.promptopenbtn {
    display: block;
    height: 30px;
    color: #ffffff;
    font-size: 14px;
    background: #1ba3e4;
    outline: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    margin-bottom: 30px;
    float: right;
}
.promptclosebtn {
    display: block;
    height: 30px;
    color: #1ba3e4;
    font-size: 14px;
    background: #ffffff;
    outline: none;
    border: 1px solid #1ba3e4;
    border-radius: 4px;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    margin-bottom: 30px;
    margin-left: 50px;
    float: left;
}
.smallopenbtn {
    width: 80px;
    margin-right: 41px;
}
.smallclosebtn {
    width: 80px;
    margin-left: 41px;
}
/********************************/
#masklayer {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.44);
}
#showComment {
    width: 620px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 13;
    background: #fff;
    border-radius: 4px;
    margin-left: -275px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /* margin-top: -300px; */
    border: 1px solid #ddd;
}
#showCommentHeader {
    padding:20px 40px;
    font-size: 16px;
    color: #333;
    height: 60px;
    background: #fbfdff;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}
#showCommentHeader>#titleHeader {
    font-size: 18px;
    color: #3e3e3e;
    padding-right:20px;
}
#showCommentHeader>span {
    font-size: 14px;
    color: #999;
}
#showCommentData{
    margin-top:20px;
    margin-left:40px;
    width:540px;
    overflow: hidden;
}

.comDatauserurl,.comDataCon{
    display: inline-block;
}
.comDatauserurl{
    vertical-align: top;
    margin-right: 10px;
}
.comDataCon{
    width:489px;
}
.comDataRowOne span{
    font-size: 12px;
}
.comDataRowOne .userName{
    color:#1ba3e4;
}
.comDataRowOne .timespan{
    color:#999;
}
.comDataRowOne{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.comDataRowTwo{
    color:#666;
    padding: 5px 0;
    line-height: 15px;
    font-size: 12px;
    word-break: normal;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.comDataRowThree li{
    display: inline-block;
}
.comDataRowThree img{
    width:40px;
    height:40px;
}
#showCommentData .comDatauserurl img{
    width:32px;
    height:32px;
    border-radius: 50%;
}
#showCommentAddComment {
    position: relative;
    padding: 0 40px;
    margin-top:8px;
}
#addCommentArea {
    margin-top: 10px;
    width: 100%;
    height: 100px;
    resize: none;
    font-size: 12px;
    border: 1px solid #e9e9e9;
    padding: 10px;
    outline: none;
    border-radius: 5px;
}
#showCommentBtn {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    height:60px;
    background: #fbfdff;
    border-top:1px solid #ccc;
    padding: 0 40px;
    margin-top:20px;

}
#showCommentBtn .pubRemoveBtn {
    height: 30px;
    width: 72px;
    border: 1px solid #c3c3c3;
    margin-right: 20px;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    outline: none;
    font-size: 14px;
}
#showCommentBtn .pubSureBtn {
    height: 30px;
    width: 72px;
    background-color: #1aa1fb;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    outline: none;
    font-size: 14px;
}
#showCommentBody {
    overflow: auto;
    height: 146px;
    padding:10px;
    width: 498px;
    background: #f6f6f6;

}
.showCommentBodyBox{
    position: relative;
    margin-left: 80px;
    margin-top: 10px;
}
.showCommentBodyBox:after{
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    background: #f6f6f6;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -7px;
    left: 14px;
    z-index: -1;
}
.bodyContainer {
    margin-bottom: 8px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.bodyContainer>div {
    display: inline-block;
    vertical-align: top;
}
.logoPic {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
}
.logoPic>img {
    width: 100%;
}
.bodyContainer>div {
    display: inline-block;
    vertical-align: top;
}
.commentWord .userName{
    color:#1BA3E4;
}
.commentWord {
    width: 460px;
    background: #f6f6f6;
    color: #666;
    font-size: 12px;
}
.bodyContainer>div>p {
    margin-top: 5px;
    line-height: 15px;
    word-break: normal;
    white-space: pre-wrap;
    word-wrap: break-word;
}
ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}
/********************************/
#informDetailsCover{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.44);
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
#informDetails {
    /*position: fixed;*/
    /*z-index: 1000;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*margin-top: -260px;*/
    /*margin-left: -352px;*/
    width: 595px;
    /*height: 520px;*/
    background: #fff;
    border-radius: 5px;
    font-size: 12px;
    overflow: hidden;
}
.informDetailsHeader {
    height: 60px;
    position: relative;
    padding: 0 40px;
    background-color: rgb(251,253,255);
    border-bottom: 1px solid #c9c9c9;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0 40px;
}
.informDetailsTitle {
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.informDetailsClose {
    display: -webkit-box;
    display: flex;
    height: 15px;
}
.informDetailsClose ul {
    padding: 0 20px;
    margin-top: 1px;
}
.deleBtn {
    cursor: pointer;
}
.deleBox {
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid rgb(228,228,228);
    position: absolute;
    right: 40px;
    top: 46px;
    z-index: 99;
    background-color: #fff;
    font-size: 12px;
    color: #999999;
    cursor: pointer;
    display: none;
}
.deleteArrow {
    position: absolute;
    right: 64px;
    top: 38px;
    width: 16px;
    height: 16px;
    z-index: 100;
    border-top: 1px solid rgb(228,228,228);
    border-left: 1px solid rgb(228,228,228);
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}
.informDetailsClose img {
    width: 12px;
    height: 12px;
    cursor: pointer;
}
.informDetailsClose ul li {
    background: rgb(158,158,158);
    border-radius: 1.5px;
    height: 3px;
    width: 3px;
    margin-bottom: 1px;
}
.informDetailsBody {
    margin-left:40px;
    overflow-y: auto;
    height: 436px;
    width:552px;
}
.detailsTop {
    border-bottom: 1px dashed #c9c9c9;
}
.informTile{
    margin-top:12px;
    font-size: 18px;
    color:#4c4c4c;
}
.detailsContent{
    margin-top:10px;
    width:515px;
    white-space: normal;
    word-break: break-all;
}
.informInfo {
    font-size: 12px;
    color: #888888;
    height: 36px;
    line-height: 36px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 1px dashed #c9c9c9;
}
.informInfo .sendPerson {
    padding-right: 10px;
}
.cntentText {
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    white-space: normal;
    word-break: break-all;
}
.detailImgBox{
    margin-top:8px;
}
.detailImgBox ul li img{
    width:55px;
    height:55px;
}
.detailImgBox ul li{
    display: inline-block;
    margin-right:5px;
}
.detailImgBox ul li:last-child{
    magin-right:0px;
}
.detailsContent svg{
    position: absolute;
    left:0px;
    top:2px;
    width:14px;
    height:14px;
}
.filesname{
    padding-left:20px;

}
.filesname a{
    color:#1ba3e4;
}

/*********************************************/
#conmunicationCover{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.44);
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
#conmunicationBox{
    width:625px;
    height:442px;
    background-color: #fff;
    overflow:hidden ;
    border-radius: 5px;


}
.conmunicationtitle{
    font-size: 20px;
}
#conmunicationHeader{
    padding: 0 40px;
    height: 60px;
    position: relative;
    border-bottom: 1px solid #c9c9c9;
    background-color:#fbfdff ;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
.conmunicationcloseDiv img{
    cursor: pointer;
}
#conmunicationBody{
    padding: 0 40px;
    height:295px;
}
#conmunPerson{
    background:url(../../../images/xialatupian.png) 160px center no-repeat white;
    cursor: pointer;
}
.basceInput {
    width: 255px;
    padding: 0 14px;
    font-size: 12px;
    color: #666;
    height: 30px;
    border: 1px solid #e9e9e9;
    outline: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 3px;
    box-sizing: border-box;
}
.rowOne{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top:25px;
}
.rowTwo,.rowThree{
    margin-top:25px;
}
.inputName{
    display: inline-block;
    width:70px;
    text-align: right;
    font-size: 14px;
    color:#3e3e3e;
    padding-right:10px;
    position: relative;
}
.textareaDiv{
    position: absolute;
    bottom: -52px;
    left:70px;
    border:1px solid #e9e9e9 ;
    border-top: none;
    width:470px;
    border-radius: 0 0 5px 5px;
    padding-bottom: 10px;
    padding-left:10px;
    box-sizing: border-box;
}
.rowThree textarea{
    border:1px solid #e9e9e9;
    border-bottom: none;
    width:470px;
    height:100px;
    resize: none;
    outline: none;
    border-radius: 5px;
    font-size: 13px;
    padding:10px;
    box-sizing: border-box;
}
.rowThree span{
    vertical-align: top;
    margin-top:10px;
    box-sizing: border-box;
}
.redStart:after {
    content: '*';
    color: #ff7979;
    position: absolute;
    top: 0px;
    left: -6px;
}
.rowOne .conmunName.redStart:after{
    left: 8px;
}
#conmunTime{
    background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAADAklEQVRIDeVWS2hTQRQ99700VWsVXOiidFGwKij4Af+KiZYUCjUggqC40JXgShfiQkFd6lpcuBAEN4JKE602aelTY90puHGh4oeKWkFB+7FJZo5M2nl9eW01oiELB8K999zPYe7kzR1BaJF0UlmvWyBNdOa0Jds2fQqFVGTmcrnGL6PFPgDjkZamto7W1vFgohM0jH4nk1sLop3kKtFjnWF/pfaXMZ0guZ7kNv12cHs4bxoxIrreBgkcX7dYxZI66sfSnVYnksp4N/wAcY8B2jet0pXxrgvgWvt3srGOB74XyqPuDQwsyg/nL1s0QnKPNeDwLCFF34ZWJCWV8fbwD4jH5s6NojiuQJZKKVGqrsCGIFdZq4VcMd9RTwTyTCAfHTd693b2wVL8AalhUiP5FfNkTh8ggwBeLXCRKxT08qkNAWXEJE8CiHQmdqxpjLK5Y+eWdyTPBBMq0VnUp3ft2vB1QZQtuxOxZQB+aI1TwVzp6umf6MckKiLPQVyGyCjJfQDjwYRKdYE8FuFVwHFJHia4Lpg7jTjorKZe1upqEoVrRywgghFAzlu7OpInSDSY2j4xISPJROxcdQgnqnZlvKMAS8S1b3V4p+lebzM0V/s45X1neyzd/eJFvXo9eMjHAUQZvdnevnXodq+3nZorrU87eJNsi9+zdlD6rQ6CRtcae0Ect7gIzaRJO58/NxSISxY3sgj9FMCQ0rIf5BHrEy1pADMS16zVNSOetdUOUCQQGN6SL7VVKUoZDihXlUaakGYmBXIQmlH2EICpm0tkKJmILZly/XutK+N9ArnYVJ51x+YJ5HmefxSxWIwiokxSf39/WV48Hi+N0l/lhLfhFw47Utn7F77lUbC/dNbrMTFmoFvMyjs9DzcaXyr74KLFjExn798K17X2rMQ2oFry/yMu+5ME2yquc41KmRuptATuB6M0L1w4/HJ46OAkXBK6rvjKKI4rV7TCI+sToXn6zLhq9jnV7IyndgwgfCPN2KO/AAn4D/uyMw46/qJ+Rak1a/VPxqlR4GqK9ysAAAAASUVORK5CYII=') 154px center no-repeat;
    background-size: 16px 16px;
    cursor: pointer;
}
.selectTeaUl{
    display: none;
    position: absolute;
    top: 33px;
    left: 70px;
    background-color: #fff;
    width: 180px;
    border: 1px solid #e9e9e9;
    z-index: 9;
    overflow-y: auto;
    height: 156px;
    border-radius: 5px;
}
.selectTeaUl li{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    padding: 5px;
    font-size: 12px;
}
.selectTeaUl>li:hover {
    background-color: rgb(228,248,255);
}
#conmunicationFoot{
    height: 60px;
    padding: 0px 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    border-top: 1px solid #c3c3c3;
    margin-top: 5px;
    border-radius: 0 0 5px 5px;
    background-color: rgba(251, 253, 255, 1);
}
#conmunicationFoot div{
    height: 30px;
    width: 72px;
    font-size: 14px;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
#conmunicationFoot .cancel{
    border: 1px solid #c3c3c3;
    margin-right: 20px;
}
#conmunicationFoot .sure{
    background-color: #1aa1fb;
    color: #fff;
}
#conmunicationBox .addImg {
    display: inline-block;
    width: 37px;
    height: 37px;
    background: url(../../../images/addImgBtn.jpg) no-repeat;
    background-size: cover;
    position: relative;
    cursor: pointer;
}
.imgUl{
    float: left;
}
.imgUl li img{
    width: 37px;
    height:37px;
}
.imgUl li{
    display: inline-block;
    margin-top:10px;
    position: relative;
    margin-right: 5px;
}
.imgUl li:last-child{
    /*margin-right: 0px;*/
}
#conmunicationBox .delUpImgBtn{
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../../../images/dotdelete.png) no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
#conmunicationBox .fullloading{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    position: fixed;
}
#conmunicationBox .fullload {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -27.5px;
    margin-left: -40px;
    z-index: 999999;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #ccc;
}
#conmunicationBox .fullload p{
    color:#1BA3E4;
}

#fullPageLoadingEffect {
    height: 25px;
    width: 25px;
    border-radius: 100%;
    margin: 0 auto;
    border: 2px solid #1ba3e4;
    border-bottom-color: transparent;
    vertical-align: middle;
    -webkit-animation: rotate 0.75s linear infinite;
    animation: rotate 0.75s linear infinite;
    margin-bottom: 8px;
}

/*****************************/
.videoShow{
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.44);
}
.videoWrap{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -278px;
    margin-left: -441px;
    width: 882px;
    height: 556px;
    font-size: 18px;
    z-index: 20;
}
.videoBox {
    width: 882px;
    height: 556px;
}
.videoBox video {
    width: 882px;
    height: 556px;
}
.videoWrap .closeBtn {
    position: absolute;
    top: 0;
    right: -40px;
    width: 40px;
    height: 40px;
    color: white;
    line-height: 35px;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
}
.videoBorder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../../images/playVideo.png) no-repeat center/32px;
    z-index: 11;
    cursor: pointer;
}
.imgShow {
    display: none;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.44);
}
.imgWrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    overflow: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.imgWrap img {
    max-width: 800px;
    max-height: 500px;
    z-index: 10000;
}
.imgShow .closeBtn {
    position: fixed;
    top: 0;
    right: 40px;
    width: 40px;
    height: 40px;
    color: white;
    line-height: 36px;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 21;
}
/********************/
.audio-wrapper {
    background-color: #f9f9f9;
    max-width: 420px;
    padding-right: 10px;
    height: 26px;
    margin-top:8px;
}

.audio-left {
    float: left;
    text-align: center;
    width:26px;
    height: 100%;
}

.audio-left img {
    width: 26px;
    height:26px;
    position: relative;
    margin: 0;
    cursor: pointer;
    vertical-align: top;
}

.audio-right {
    margin-right: 2%;
    float: right;
    width: 88%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.audio-right p {
    font-size: 15px;
    height: 35%;
    margin: 8px 0;

    /* 歌曲名称只显示在一行，超出部分显示为省略号 */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 243px;   /* 要适配小屏幕手机，所以最大宽度先设小一点，后面js根据屏幕大小重新设置 */
}

.progress-bar-bg {
    background-color: #fff;
    position: relative;
    height: 6px;
    cursor: pointer;
    width:280px;
    border-radius: 3px;
}

.progress-bar {
    background-color: rgb(46,177,229);
    width: 0;
    height: 6px;
    border-radius: 3px;
}

.progress-bar-bg span {
    content: " ";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: rgb(46,177,229);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    margin-left: -5px;
    cursor: pointer;
}

.audio-time {
    overflow: hidden;
    margin-top: -1px;
}

.audio-length-total {
    font-size: 12px;
}

.audio-length-current {
    font-size: 12px;
}
/************/
.linkBox{
    background:#f9f9f9 ;
    display: -webkit-box;
    display: flex;
    margin-top:10px;
    height:25px;
    min-width:420px;
    max-width: 515px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.linka{
    padding-left:10px;
    line-height: 25px;
    color:#333;
    cursor: pointer;
}
/***************/
.win_altercheckingin .info, .win_altercheckingin .info {
    height: 20px !important;
    line-height: 20px !important;
}

/*退费界面样式*/
#win_returnMoney_mark{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.44);
}
#win_returnMoney{
    width:686px;
    height:542px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    font-size: 14px;
    color:#666;
}
.win_returnMoney_header{
    height:59px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding:0 40px;
    border-bottom: 1px solid #D1DFE7;
    background-color: rgba(251, 253, 255, 1);
}
.win_returnMoney_header_title{
    position: relative;
    color:#3e3e3e;
    font-size: 18px;
    height:20px;
    line-height: 20px;
}
.win_returnMoney_header_title img{
    position: absolute;
    top:2px;
    vertical-align: middle;
    margin-right: 10px;
}
.win_returnMoney_header_title span{
    padding-left:30px;
}
.win_returnMoney_body{
    height:422px;
}
.win_returnMoney_foot{
    height:59px;
    padding: 0px 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    border-top: 1px solid #D1DFE7;
    border-radius: 0 0 5px 5px;
    background-color: rgba(251, 253, 255, 1);
    font-size: 14px;

}
.win_returnMoney_foot button{
    height: 30px;
    width: 72px;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    outline: none;
}
.win_returnMoney_foot button:first-child{
    border: 1px solid #c3c3c3;
    margin-right: 20px;
    background-color: #fff;
}
.win_returnMoney_foot button:last-child{
    background-color: #1aa1fb;
    color: #fff;
    border:none;
}
.win_returnMoney_tip{
    height:36px;
    background: #fffae7;
    padding-left: 40px;
    font-size: 12px;
    color:#666;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.win_returnMoney_tip img{
    margin-right: 10px;
}
.win_returnMoney_content{
    padding-left:20px;
    width:646px;
}
.win_returnMoney_content>ul>li{
    display: -webkit-box;
    display: flex;
    margin-top:32px;
    -webkit-box-pack: justify;
    justify-content: space-around;
}
.win_returnMoney_content>ul>li:first-child{
    margin-top:25px;
}
.win_returnMoney_content>ul>li.margintop10{
    margin-top:20px;
}
.win_returnMoney_content>ul>li>div{
    width:277px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.win_returnMoney_content>ul>li.padding10>div{
    padding:5px 0;
}
.win_returnMoney_content>ul>li>div>span:first-child{
    /*padding-right:35px;*/
    display: inline-block;
    width: 91px;
    text-align: left;
}
.win_returnMoney_content>ul>li>div>span:last-child{
    color:#3e3e3e;
    -webkit-box-flex: 1;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.win_returnMoney_content>ul>li>.win_returnMoney_remark{
    width: 100%;
    display: -webkit-box;
    display: flex;
}
.win_returnMoney_remark textarea{
    width:497px;
    height:64px;
    resize: none;
    border:1px solid #e9e9e9;
    outline: none;
    border-radius: 3px ;
    padding: 10px;
}
.win_returnMoney_remark span{
    margin-left: 13px;
    margin-top:-57px;
}
#handle_input,#backMoneyWay_input{
    background: url(/images/stdSanjiao.png) no-repeat  center;
    background-position:165px ;
}
.baseInput{
    padding: 0 14px;
    font-size: 12px;
    color: #3e3e3e;
    height: 30px;
    border: 1px solid #e9e9e9;
    outline: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 3px;
    width:186px;
}

.backMoney,.backMoneyWay,.handler{
    position: relative;
}
.backMoney:after{
    display: inline-block;
    content: '元';
    position: absolute;
    top:9px;
    right:11px;
    font-size: 12px;
}
.backMoneyWayUl,.handlerUl{
    display: none;
    position: absolute;
    width:186px;
    height:122px;
    background-color: #fff;
    right:0px;
    top:33px;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    z-index: 11;
    overflow: auto;
}
.backMoneyWayUl li,.handlerUl li{
    height:30px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 30px;
    cursor: pointer;
}
.backMoneyWayUl li:hover,.handlerUl li:hover{
    background-color: #f1f1f1;
}
.pointer{
    cursor: pointer;
}
.noEditInput{
    background-color: #f2f2f2;
    cursor: not-allowed;
}
.redStart,.redStart1{
    position: relative;
}
.redStart:after {
    content: '*';
    color: #ff7979;
    position: absolute;
    top: 0px;
    left: -8px;
}
.redStart1:after {
    content: '*';
    color: #ff7979;
    position: absolute;
    top: 0px;
    left: -9px;
}
#handlDate{
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAACQElEQVRIDe1XvYsTURCPH6iFCn6glVrZWigqCoJwFgdiJQiCpWDAyn/A3sLGxr/ARrjize6Fm8mLM7ubC1FQEInN2VnI9VdYCCsTM5u3m4u3gYQTucBj5s3Mb35vZ+dNkkaj8snzfL8jXgOSL873z1bctbfdbvcYkHwAkqy1sXF4R2CM2RWHnOsC4sc7AqYEQDu9b3liz3emhI3NcSe5aYCIkqdjz2wakDy0PHE7vTuBBpKVYrWz89sRO5K3RUwYP0Vn5iNV4rVe72SYo2GnGkqfXoo66TWzRcTNPM/3OeRfZqsjW/3+cWgnD4pYz8uYJOeKPXJeItZgZj4IKJ8B5cdqZ/1CRMnFEFBH18N7//6UQ/nukL8x81F9zyG2ROxIPmmZ9Cn1ACoB5U0IqKMDSqS3Y5RjKIFYQmyZeNjJ8hVQngElTxzKuzB4Fh1QevqqtEEB5WMVO0FcDVjUfveJgXgLSJ4vdvGWVXD8xCSbE5d8zgZHsvnvEkdebvzpSu1MbkYo97QAOvBLduIm4voZ9cVeboU+53k5LFqtJ3YkL60sKoHYaxIdfaFd9VXMrqvPUfI69AEJ7BFbRaZ2dUTyApB/FoukpWWLs+xEYTO/l6vqA5RXJR/JysylDgHz0ms1lw15HfSjYX/ADmA2k2b/G0ZjahHvdfX/f4+hk152xI9sRZQuaYMMBoNDZjMZMZ9W3/D3Wohp821rvNrNFQLmpdfq6nmRhXm2J9YvAptEC5I2LlWOR+bob0voXKS+a8S/Ac9NQUVE2DK8AAAAAElFTkSuQmCC') 157px center no-repeat;
    background-size: 16px 16px;
}
/*退费界面样式结束*/
/*选择退费*/
#win_selectCorReturnMoney_mark{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.44);
}
#win_selectCorReturnMoney{
    width:900px;
    height:576px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    font-size: 14px;
    color:#666;
}
.selectCorReturnMoney_header{
    height:59px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding:0 40px;
    border-bottom: 1px solid #D1DFE7;
    background-color: rgba(251, 253, 255, 1);
}
.selectCorReturnMoney_header .closeWinImg{
    cursor: pointer;
}
.selectCorReturnMoney_title{
    font-size: 18px;
    color:#3e3e3e;
}
.selectCorReturnMoney_tip{
    height:36px;
    background: #fffae7;
    padding-left: 40px;
    font-size: 12px;
    color:#666;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.selectCorReturnMoney_tip img{
    margin-right: 10px;
}
.selectCorReturnMoney_content{
    padding-left:40px;
    height:404px;
    overflow-y: auto;
    font-size: 12px;
    padding-top:16px;
}
.selectCorReturnMoney_foot{
    height:59px;
    padding: 0px 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    border-top: 1px solid #D1DFE7;
    border-radius: 0 0 5px 5px;
    background-color: rgba(251, 253, 255, 1);
    font-size: 14px;
}
.selectCorReturnMoney_foot button{
    height:30px;
    width:70px;
    border:1px solid #c3c3c3;
    outline: none;
    background-color: #fff;
    border-radius: 3px;
    color:#666666;
    cursor: pointer;
}
.selectCorReturnMoney_content table td{
    text-align: center;
}
.selectCorReturnMoney_content table>thead>tr{
    height:30px;
    background-color: #EBEEF5;
    color:#999999;
}
.selectCorReturnMoney_content table>tbody>tr{
    height:44px;
    color:#888888;
}
.selectCorReturnMoney_content .textLeft{
    text-align: left;
    padding-left: 16px;
}
.selectCorReturnMoney_content_table{
    border:1px solid #EBEEF5;
    width: 822px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.selectCorReturnMoney_content table>tbody>tr>td:last-child>button{
    width:48px;
    height:24px;
    background-color: #FF7979;
    color:#fff;
    border:none;
    outline: none;
    border-radius: 2px;
    font-size: 12px;
    cursor: pointer;
}
/*选择退费结束*/
/*设置有效期开始*/
#win_setValidDate_mark{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.44);
}
#win_setValidDate{
    width:713px;
    height:325px;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    font-size: 14px;
    color:#333;
}
.win_setValidDate_header{
    height: 49px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color:#333;
    background-color: #F7FAFF;
}
.win_setValidDate_body{
    height:201px;
    padding-left: 40px;
    width: 673px;
    padding-top: 24px;
    font-size: 12px;
}
.win_setValidDate_foot{
    display: -webkit-box;
    display: flex;
    height:49px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 32px;
    border-top: 1px solid #eee;
    background-color: #F7FAFF;
}
.win_setValidDate_foot>div:first-of-type{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.win_setValidDate_foot>div>span{
    padding-left:10px;
    font-size: 12px;
}
.win_setValidDate_foot button{
    height: 30px;
    width: 72px;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    outline: none;
}
.win_setValidDate_foot button:first-child {
    border: 1px solid #c3c3c3;
    margin-right: 20px;
    background-color: #fff;
}
.win_setValidDate_foot button:last-child {
    background-color: #1aa1fb;
    color: #fff;
    border: none;
}
.win_setValidDate_body table>thead>tr {
    height: 36px;
    background-color: #EBEEF5;
    color: #666666;
}
.win_setValidDate_body .lastTd{
    text-align: left !important;
    padding-left:10px;
}
.win_setValidDate_body table td:first-of-type{
    padding-left:10px;
    text-align: left;
}
.win_setValidDate_body table td{
    text-align: center;
}

.win_setValidDate_body table tbody tr{
    border-bottom:1px solid #EBEEF5 ;
}
.win_setValidDate_body table tbody tr:last-of-type{
    border-bottom:none ;
}
.setValidDate_body_table{
    width:633px;
    border-radius: 5px;
    border: 1px solid #EBEEF5;
    border-bottom: none;
}
#win_setValidDate .baseInput{
    padding: 0 14px;
    font-size: 12px;
    color: #3e3e3e;
    height: 30px;
    border: 1px solid #e9e9e9;
    outline: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 3px;
    width: 152px;
    cursor: pointer;
}
#validDate{
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAACQElEQVRIDe1XvYsTURCPH6iFCn6glVrZWigqCoJwFgdiJQiCpWDAyn/A3sLGxr/ARrjize6Fm8mLM7ubC1FQEInN2VnI9VdYCCsTM5u3m4u3gYQTucBj5s3Mb35vZ+dNkkaj8snzfL8jXgOSL873z1bctbfdbvcYkHwAkqy1sXF4R2CM2RWHnOsC4sc7AqYEQDu9b3liz3emhI3NcSe5aYCIkqdjz2wakDy0PHE7vTuBBpKVYrWz89sRO5K3RUwYP0Vn5iNV4rVe72SYo2GnGkqfXoo66TWzRcTNPM/3OeRfZqsjW/3+cWgnD4pYz8uYJOeKPXJeItZgZj4IKJ8B5cdqZ/1CRMnFEFBH18N7//6UQ/nukL8x81F9zyG2ROxIPmmZ9Cn1ACoB5U0IqKMDSqS3Y5RjKIFYQmyZeNjJ8hVQngElTxzKuzB4Fh1QevqqtEEB5WMVO0FcDVjUfveJgXgLSJ4vdvGWVXD8xCSbE5d8zgZHsvnvEkdebvzpSu1MbkYo97QAOvBLduIm4voZ9cVeboU+53k5LFqtJ3YkL60sKoHYaxIdfaFd9VXMrqvPUfI69AEJ7BFbRaZ2dUTyApB/FoukpWWLs+xEYTO/l6vqA5RXJR/JysylDgHz0ms1lw15HfSjYX/ADmA2k2b/G0ZjahHvdfX/f4+hk152xI9sRZQuaYMMBoNDZjMZMZ9W3/D3Wohp821rvNrNFQLmpdfq6nmRhXm2J9YvAptEC5I2LlWOR+bob0voXKS+a8S/Ac9NQUVE2DK8AAAAAElFTkSuQmCC') 126px center no-repeat;
    background-size:16px 16px ;
}

/*设置有效期结束*/

/*结课开始*/
#win_closeCourse_mark{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.44);
}
#win_closeCourse{
    width:469px;
    height:328px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    font-size: 14px;
    color:#666;
}
.win_closeCourse_header{
    height: 59px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 40px;
    border-bottom: 1px solid #D1DFE7;
    font-size: 18px;
    color:#3e3e3e;
    background-color: rgba(251, 253, 255, 1);
}
.win_closeCourse_body{
    height:208px;
    color:#333333;
    font-size: 17px;
    line-height: 25px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding:0 45px;
}
.win_closeCourse_foot {
    height: 59px;
    padding: 0px 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    border-top: 1px solid #D1DFE7;
    border-radius: 0 0 5px 5px;
    background-color: rgba(251, 253, 255, 1);
    font-size: 14px;
}
.win_closeCourse_foot button {
    height: 30px;
    width: 72px;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    outline: none;
}
.win_closeCourse_foot button:first-child {
    border: 1px solid #c3c3c3;
    margin-right: 20px;
    background-color: #fff;
}
.win_closeCourse_foot button:last-child {
    background-color: #1aa1fb;
    color: #fff;
    border: none;
}
/*结课结束*/

/*改为在读开始*/
#win_changeCourse_mark{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.44);
}
#win_changeCourse{
    /*width:469px;*/
    width:606px;
    /*min-height:328px;*/
    height:471px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    font-size: 14px;
    color:#666;
}
#win_changeCourse.oneclass{
    width:469px;
    height:320px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    font-size: 14px;
    color:#666;
}
.win_changeCourse_header{
    height: 59px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 40px;
    border-bottom: 1px solid #D1DFE7;
    font-size: 18px;
    color:#3e3e3e;
    background-color: rgba(251, 253, 255, 1);
}
.win_changeCourse_body{
    height:317px;
    padding:35px 40px 0 40px;
    color:#333333;
    font-size: 17px;
    line-height: 25px;
    overflow: auto;
}
#win_changeCourse.oneclass>.win_changeCourse_body{
    padding:0 54px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height:203px;
}
.win_changeCourse_foot {
    height: 59px;
    padding: 0px 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    border-top: 1px solid #D1DFE7;
    border-radius: 0 0 5px 5px;
    background-color: rgba(251, 253, 255, 1);
    font-size: 14px;
}
.win_changeCourse_foot button {
    height: 30px;
    width: 72px;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    outline: none;
}
.win_changeCourse_foot button:first-child {
    border: 1px solid #c3c3c3;
    margin-right: 20px;
    background-color: #fff;
}
.win_changeCourse_foot button:last-child {
    background-color: #1aa1fb;
    color: #fff;
    border: none;
}
.changeCourse_classList ul{
    padding: 0px 20px;
    width: 524px;
    border: 1px solid rgb(238,238,240);
    box-sizing: border-box;
}
.win_changeCourse_body p{
    margin-top:15px;
    color:#999;
    font-size: 14px;
}
.changeCourse_classList>ul>li{
    cursor: pointer;
    font-size: 14px;
    color:#666;
    padding-left:30px;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid rgb(238,238,240);
    background: url("/images/newnoselect.png") 0px center no-repeat;
}
.changeCourse_classList>ul>li:last-child{
    border-bottom:none;
}
.changeCourse_classList>ul>li.active{
    background: url("/images/newselected.png") 0px center no-repeat;
}
/*改为在读结束*/

/*停课弹窗开始*/
#win_stopCourse_mark{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.44);
}
#win_stopCourse{
    width:458px;
    min-height:321px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    font-size: 14px;
    color:#666;
}
.win_stopCourse_header{
    height: 59px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 40px;
    border-bottom: 1px solid #D1DFE7;
    font-size: 18px;
    color:#3e3e3e;
}
win_stopCourse_header .closeWinImg{
    cursor: pointer;
}
.win_stopCourse_body{
    min-height:201px;
    padding:35px 40px 0 40px;
    color:#333333;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
}
.win_stopCourse_body textarea{
    width:358px;
    height:83px;
    resize: none;
    border:1px solid #D1DFE7;
    outline: none;
    padding:10px;
    border-radius: 3px;
    font-size:12px;
}
.win_stopCourse_body>div:first-of-type{
    margin-bottom: 16px;
}
.win_stopCourse_foot {
    height: 59px;
    padding: 0px 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    border-top: 1px solid #D1DFE7;
    border-radius: 0 0 5px 5px;
    background-color: rgba(251, 253, 255, 1);
    font-size: 14px;
}
.win_stopCourse_foot button {
    height: 30px;
    width: 72px;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    outline: none;
}
.win_stopCourse_foot button:first-child {
    border: 1px solid #c3c3c3;
    margin-right: 20px;
    background-color: #fff;
}
.win_stopCourse_foot button:last-child {
    background-color: #1aa1fb;
    color: #fff;
    border: none;
}
/*停课弹窗结束*/

/*复课开始*/
#win_openCourse_mark{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.44);
}
#win_openCourse{
    width:418px;
    min-height:241px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    font-size: 14px;
    color:#666;
}
.win_openCourse_header{
    height: 59px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 40px;
    border-bottom: 1px solid #D1DFE7;
    font-size: 18px;
    color:#3e3e3e;
}
win_openCourse_header .closeWinImg{
    cursor: pointer;
}
.win_openCourse_body{
    min-height:121px;
    padding:0px 40px 0 40px;
    color:#333333;
    font-size: 17px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.win_openCourse_body input{
    cursor: pointer;
    width:238px;
    height:30px;
    border:1px solid #D1DFE7;
    outline: none;
    padding:0px 10px;
    border-radius: 3px;
    font-size: 12px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAACQElEQVRIDe1XvYsTURCPH6iFCn6glVrZWigqCoJwFgdiJQiCpWDAyn/A3sLGxr/ARrjize6Fm8mLM7ubC1FQEInN2VnI9VdYCCsTM5u3m4u3gYQTucBj5s3Mb35vZ+dNkkaj8snzfL8jXgOSL873z1bctbfdbvcYkHwAkqy1sXF4R2CM2RWHnOsC4sc7AqYEQDu9b3liz3emhI3NcSe5aYCIkqdjz2wakDy0PHE7vTuBBpKVYrWz89sRO5K3RUwYP0Vn5iNV4rVe72SYo2GnGkqfXoo66TWzRcTNPM/3OeRfZqsjW/3+cWgnD4pYz8uYJOeKPXJeItZgZj4IKJ8B5cdqZ/1CRMnFEFBH18N7//6UQ/nukL8x81F9zyG2ROxIPmmZ9Cn1ACoB5U0IqKMDSqS3Y5RjKIFYQmyZeNjJ8hVQngElTxzKuzB4Fh1QevqqtEEB5WMVO0FcDVjUfveJgXgLSJ4vdvGWVXD8xCSbE5d8zgZHsvnvEkdebvzpSu1MbkYo97QAOvBLduIm4voZ9cVeboU+53k5LFqtJ3YkL60sKoHYaxIdfaFd9VXMrqvPUfI69AEJ7BFbRaZ2dUTyApB/FoukpWWLs+xEYTO/l6vqA5RXJR/JysylDgHz0ms1lw15HfSjYX/ADmA2k2b/G0ZjahHvdfX/f4+hk152xI9sRZQuaYMMBoNDZjMZMZ9W3/D3Wohp821rvNrNFQLmpdfq6nmRhXm2J9YvAptEC5I2LlWOR+bob0voXKS+a8S/Ac9NQUVE2DK8AAAAAElFTkSuQmCC') 210px center no-repeat;
    background-size: 16px 16px;
}
.win_openCourse_body>div:first-of-type{
    margin-bottom: 16px;
}
.win_openCourse_foot {
    height: 59px;
    padding: 0px 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    border-top: 1px solid #D1DFE7;
    border-radius: 0 0 5px 5px;
    background-color: rgba(251, 253, 255, 1);
    font-size: 14px;
}
.win_openCourse_foot button {
    height: 30px;
    width: 72px;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    outline: none;
}
.win_openCourse_foot button:first-child {
    border: 1px solid #c3c3c3;
    margin-right: 20px;
    background-color: #fff;
}
.win_openCourse_foot button:last-child {
    background-color: #1aa1fb;
    color: #fff;
    border: none;
}
.pad-right10{
    padding-right: 10px;
}
.detailTip{
    margin-top:10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 12px;
    height:28px;
    line-height: 16px;
}
.detailTip img{
    display: block;
}
.detailTip span:last-of-type{
    line-height: 16px;
}
.margin50{
    margin: 50px 0;
}
/*添加家长*/
/*#win_AddPerent_mark{*/
    /*display: -webkit-box;*/
    /*display: flex;*/
    /*-webkit-box-align: center;*/
    /*align-items: center;*/
    /*-webkit-box-pack: center;*/
    /*justify-content: center;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: fixed;*/
    /*z-index: 11;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*background: rgba(0, 0, 0, 0.44);*/
/*}*/
/*#win_AddPerent{*/
    /*width:420px;*/
    /*height:260px;*/
    /*background: #fff;*/
    /*border-radius: 5px;*/
    /*overflow: hidden;*/
    /*font-size: 14px;*/
    /*color:#666;*/
/*}*/
/*.win_AddPerent_header{*/
    /*height: 59px;*/
    /*display: -webkit-box;*/
    /*display: flex;*/
    /*-webkit-box-pack: justify;*/
    /*justify-content: space-between;*/
    /*-webkit-box-align: center;*/
    /*align-items: center;*/
    /*padding: 0 40px;*/
    /*border-bottom: 1px solid #D1DFE7;*/
    /*font-size: 18px;*/
    /*color:#3e3e3e;*/
    /*background-color: rgba(251, 253, 255, 1);*/
/*}*/
/*.win_AddPerent_header .closeWinImg{*/
    /*cursor: pointer;*/
/*}*/
/*.win_AddPerent_body{*/
    /*height:140px;*/
    /*color:#333333;*/
    /*font-size: 17px;*/
    /*display: -webkit-box;*/
    /*display: flex;*/
    /*-webkit-box-align: center;*/
    /*align-items: center;*/
    /*-webkit-box-pack: center;*/
    /*justify-content: center;*/
    /*line-height: 25px;*/
    /*padding:0 40px;*/
/*}*/
/*.win_AddPerent_body input{*/
    /*width: 210px;*/
    /*height: 30px;*/
    /*line-height: 30px;*/
    /*font-size: 12px;*/
    /*color: #666;*/
    /*padding-left: 12px;*/
    /*margin-left: 5px;*/
    /*background-color: #fff;*/
    /*border-radius: 4px;*/
    /*outline: none;*/
    /*border: 1px solid rgba(220, 223, 230, 1);*/
/*}*/
/*.win_AddPerent_foot {*/
    /*height: 59px;*/
    /*padding: 0px 40px;*/
    /*display: -webkit-box;*/
    /*display: flex;*/
    /*-webkit-box-pack: end;*/
    /*justify-content: flex-end;*/
    /*-webkit-box-align: center;*/
    /*align-items: center;*/
    /*border-top: 1px solid #D1DFE7;*/
    /*border-radius: 0 0 5px 5px;*/
    /*background-color: rgba(251, 253, 255, 1);*/
    /*font-size: 14px;*/
/*}*/
/*.win_AddPerent_foot button {*/
    /*height: 30px;*/
    /*width: 72px;*/
    /*border-radius: 3px;*/
    /*text-align: center;*/
    /*line-height: 30px;*/
    /*cursor: pointer;*/
    /*outline: none;*/
    /*font-size: 14px;*/
/*}*/
/*.win_AddPerent_foot button:first-child {*/
    /*border: 1px solid #c3c3c3;*/
    /*margin-right: 20px;*/
    /*background-color: #fff;*/
/*}*/
/*.win_AddPerent_foot button:last-child {*/
    /*background-color: #1aa1fb;*/
    /*color: #fff;*/
    /*border: none;*/
/*}*/
#win_AddPerent_mark{
    /*display: none;*/
    position: fixed;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin-left: -190px;
    width: 410px;
    background: #fff;
    border-radius: 2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight:400;
}
.win_AddPerent_header {
    height: 44px;
    padding: 0 20px;
    font-size: 14px;
    border-bottom: 1px solid #EEEEEE;
    background-color: #F7FAFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.win_AddPerent_center {
    width: auto;
    height: auto;
    padding: 0 20px 30px 0;
}
.win_AddPerent_center_Ul > li {
    margin-top:16px;
}
.win_AddPerent_center_span {
    margin-left: 30px;
    position: relative;
    color: rgba(51, 51, 51, 1);
    font-size: 12px;
    display: inline-block;
    margin-top: 8px;
    margin-right: 10px;
    float: left;
}
.win_AddPerent_center_red{
    position: relative;
}
.win_AddPerent_center_red:after {
    content: '*';
    color: #ff7979;
    position: absolute;
    font-size: 14px;
    top: 2px;
    left: -10px;
}
.win_AddPerent_center_input {
    outline: none;
    border: 1px solid #E5E5E5;
    list-style: none;
    font-size: 12px;
    padding-left: 11px;
    width: 294px;
    height: 32px;
    color: #333;
}
.win_AddPerent_center_identity{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.win_AddPerent_center_identity li{
    width: 92px;
    height: 32px;
    font-size: 12px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 32px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    margin-bottom:9px;
    cursor: pointer;
}
.win_AddPerent_center_identity li.selected{
    background: rgba(27,163,228,0.10);
    border: 1px solid #1BA3E4;
    color: #1BA3E4;
}
.win_AddPerent_footer{
    width: 100%;
    height: 60px;
    text-align: center;
    margin-top: 21px;
}
.win_AddPerent_footer_cancel{
    width: 72px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #ddd;
    color: #333;
    outline: none;
    font-size: 12px;
    background: #fff;
    border-radius: 2px;
    cursor: pointer;
}
.win_AddPerent_footer_sure{
    width: 70px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 12px;
    background: #1BA3E4;
    outline: none;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    margin-left: 14px;
}