/*input::-webkit-outer-spin-button,*/
/*input::-webkit-inner-spin-button {*/
    /*-webkit-appearance: none;*/
/*}*/
input[type=number] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.masklayer .win-required-4,
.masklayer .win-required-2 {
    position: relative;
}

.masklayer .win-required-4:before {
    content: '*';
    position: absolute;
    left: -10px;
    top: 0;
    font-size: 14px;
    color: #ff7979;
}

.masklayer .win-required-2:before {
    content: '*';
    position: absolute;
    left: 16px;
    top: 0;
    font-size: 14px;
    color: #ff7979;
}

.masklayer > li.active {
    background-color: #1ba3e4;
    color: white;
}

.masklayer .disabled {
    background-color: #f2f2f2 !important;
    cursor: not-allowed !important;
}

.masklayer .loadings {
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.masklayer #PageLoading {
    height: 20px;
    width: 20px;
    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;
}

.masklayer .loadings > p {
    color: #1ba3e4;
    font-size: 14px;
    margin: 0;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.win_payment_msg{
    width: 624px;
    height: 516px;
    background-color: #fff;
    border-radius: 3px;
}

.win_payment_msg .header{
    padding: 0 40px;
    height: 60px;
    background-color: #fbfdff;
    border-bottom: 1px solid #d1dfe7;
    border-radius: 4px 4px 0 0;
}

.win_payment_msg .header>span{
    float: left;
    display: inline-block;
    line-height: 60px;
    font-size: 18px;
}

.win_payment_msg .header>img{
    float: right;
    margin: 25px 0;
    cursor: pointer;
}

.win_payment_msg .payContent{
    padding: 0 40px;
    height: 396px;
}

.win_payment_msg .messageHeader{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
        align-items: center;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
        justify-content: space-between;
    height: 58px;
}

.win_payment_msg .messageLeft{
    display: -webkit-box;
    display: flex;
}

.win_payment_msg .messageLeft>img{
    margin-right: 10px;
    border-radius: 2px;
}

.win_payment_msg .message{
    display: -webkit-box;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
        flex-direction: column;
    font-size: 12px;
    color: #666;
}

.win_payment_msg .message>span:last-child{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
    color: #999;
}

.win_payment_msg .newPayment{
    margin: 9px 0;
    width: 80px;
    height: 30px;
    border: none;
    border-radius: 3px;
    background-color: #1ba3e4;
    color: #fff;
    outline: none;
    font-size: 14px;
}

.win_payment_msg .table{
    border: 1px solid #ebeef5;
    border-radius: 3px;
    overflow: auto;
    max-height: 320px;
}

.win_payment_msg .table table thead td{
    height: 30px;
    background-color: #ebeef5;
    font-weight: 100;
    color: #999;
}

.win_payment_msg .table table tbody tr td{
    border: none;
}

.win_payment_msg .table table tbody tr{
    border: none;
}

.win_payment_msg .table table tbody td{
    height: 44px;
}

.win_payment_msg .table table thead td:first-child{
    border-radius: 3px 0 0 0;
}

.win_payment_msg .table table thead td:last-child{
    border-radius: 0 3px 0 0;
}

.win_payment_msg .Renew{
    width: 40px;
    height: 24px;
    background-color: #5bbdec;
    border-radius: 3px;
    border: none;
    font-size: 12px;
    color: #fff;
    outline: none;
}

.win_payment_msg .green{
    color: #1cd67c;
}

.win_payment_msg .red{
    color: #ff7979;
}

.win_payment_msg .orange{
    color: #ffab57;
}

.win_payment_msg .footer{
    padding: 0 40px;
    height: 60px;
    background-color: #fbfdff;
    border-top: 1px solid #d1dfe7;
    border-radius: 0 0 4px 4px;
}

.win_payment_msg #cancelBtn{
    float: right;
    margin: 15px 0;
    width: 72px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #dcdfe6;
    background-color: #fff;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    outline: none;
}

/*以下为缴费的弹窗*/
.win_payment{
    width: 666px;
    height: 576px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 14px;
}

.win_payment .header{
    padding: 0 40px;
    height: 60px;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #d1dfe7;
    background-color: #fbfdff;
}

.win_payment .header>span{
    float: left;
    display: inline-block;
    line-height: 60px;
    font-size: 18px;
}

.win_payment .header #name{
    margin-left: 17px;
    font-size: 14px;
    color: #999;
    cursor: default;
}

.win_payment #kelist {
    position: fixed;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 4px;
    max-width: 600px;
    font-size: 14px;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
    word-break: break-all;
    color: #333;
    z-index: 1;
    display: none;
}

.win_payment .header>img{
    float: right;
    margin: 25px 0;
    cursor: pointer;
}

.win_payment .pcontent{
    padding: 24px 40px 0 40px;
    height: 456px;
}

.win_payment .part1{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
        justify-content: space-between;
}

.win_payment .msg{
    width: 462px;
}

.win_payment .msg>li{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
        justify-content: space-between;
    -webkit-box-align: center;
    -moz-align-items: center;
        align-items: center;
    height: 30px;
    margin-bottom: 24px;
}

.win_payment .msg>li>div{
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
        align-items: center;
}

.win_payment .msg>li>div>span{
    margin-right: 15px;
    white-space: nowrap;
}

.win_payment .msg>li>div>input{
    width: 140px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #dcdfe6;
    background-color: #fff;
    text-indent: 10px;
    font-size: 12px;
    outline: none;
}

.win_payment .msg>li>div>p{
    position: absolute;
    top: 6px;
    right: 11px;
    font-size: 12px;
    color: #666;
}

.win_payment .msg>li>div i{
    position: absolute;
    color: #ff7979;
    left: -10px;
    top: 4px;
}

.win_payment .failure{
    background-color: #f2f2f2 !important;
    cursor: not-allowed !important;
    color: #666 !important;
}

.win_payment #captureExpendsCourse{
    width: 300px;
    margin-right: 10px;
}

.win_payment .newCourse{
    width: 80px;
    height: 30px;
    border-radius: 3px;
    background-color: #1ba3e4;
    border: none;
    font-size: 12px;
    color: #fff;
    outline: none;
}

.win_payment #discount, .win_payment #otherNote{
    width: 515px;
}

.win_payment #termsOfPayment, .win_payment #agent{
    background: url(../../../images/stdSanjiao.png) 120px center no-repeat;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 30px;
}

.win_payment .termsOfPaymentUl, .win_payment .agentUl{
    display: none;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 31px;
    width: 140px;
    max-height: 178px;
    background-color: #fff;
    border: 1px solid #dcdfe6;
    border-radius: 3px;
    overflow: auto;
}

.win_payment .buykeshiUl{
    display: none;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 31px;
    width: 58px;
    background-color: #fff;
    border: 1px solid #dcdfe6;
    border-radius: 3px;
}

.win_payment .termsOfPaymentUl>li, .win_payment .buykeshiUl>li, .win_payment .agentUl>li{
    height: 30px;
    text-indent: 10px;
    font-size: 12px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
}

.win_payment .termsOfPaymentUl>li:hover{
    background-color: #f1f1f1;
}

.win_payment .buykeshiUl>li:hover{
    background-color: #f1f1f1;
}

.win_payment .agentUl>li:hover{
    background-color: #f1f1f1;
}

.win_payment .endTime{
    display: none;
}

.win_payment #paymentTime, .win_payment #effectiveTime, .win_payment #createTime{
    background: url(../../../images/rili.png) 112px center no-repeat;
    background-size: 16px;
    cursor: pointer;
}

.win_payment .buyClass{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
        align-items: center;
    width: 140px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    background-color: #fff;
}

.win_payment #buyClass, .win_payment #giveClass{
    width: 40px;
    height: 100%;
    text-align: center;
    border: none;
    outline: none;
    font-size: 12px;
    border-radius: 3px;
}

.win_payment .classBtn{
    height: 28px;
    width: 20px;
    border: none;
    background-color: transparent;
    font-size: 16px;
    font-weight: 600;
    color: #1ba3e4;
    outline: none;
    text-align: center;
}

.win_payment #buykeshi{
    width:58px;
    background-color: transparent;
    border: none;
    background: url(../../../images/stdSanjiao.png) 44px center no-repeat;
    border-left: 1px solid #dcdfe6;
    text-align: left;
    text-indent: 10px;
    outline: none;
    font-size: 12px;
    color: #666;
}

.win_payment #givekeshi{
    width:58px;
    background-color: transparent;
    border: none;
    border-left: 1px solid #dcdfe6;
    text-align: center;
    outline: none;
    font-size: 12px;
    color: #666;
}

.win_payment .message{
    display: -webkit-box;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
        flex-direction: column;
    -webkit-box-align: center;
    -moz-align-items: center;
        align-items: center;
    width:84px;
    height:200px;
}

.win_payment .message>img{
    border-radius: 4px;
}

.win_payment .message>span{
    margin-top: 10px;
    font-size: 12px;
    white-space: nowrap;
    color: #666;
}

.win_payment .message>span:last-child{
    display: inline-block;
    width: 108px;
    white-space: normal;
    margin-top: 3px;
    color: #999;
    text-align: center;
}

.win_payment .footer{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
        align-items: center;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
        justify-content: space-between;
    padding: 0 40px;
    height: 60px;
    background-color: #fbfdff;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid #d1dfe7;
}

.win_payment .showMoney{
    float: left;
    line-height: 60px;
}

.win_payment .tip{
    margin: 0 auto;
    width: 480px;
    background: url(../../../images/tixing.png) no-repeat 6px center;
    padding-left: 32px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #666666;
}

.win_payment .payBtn{
    float: right;
}

.win_payment .num{
    font-size: 18px;
    color: #1ba3e4;
    font-weight: 500;
}

.win_payment .numUnit{
    display: none;
    font-size: 18px;
    color: #1ba3e4;
    font-weight: 500;
}

.win_payment .line{
    display: inline-block;
    width: 1px;
    height: 16px;
    margin: 0 12px -3px 12px;
    background-color: #d1dfe7;
}

.win_payment .period{
    font-size: 12px;
    color: #999;
}

.win_payment .periodUnit{
    display: none;
    font-size: 12px;
    color: #999;
}

.win_payment #cancelBtn{
    margin: 15px 20px 15px 0;
    width: 72px;
    height: 30px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #dcdfe6;
    color: #666;
    font-size: 14px;
    outline: none;
}

.win_payment #affirmBtn{
    margin: 15px 0;
    width: 72px;
    height: 30px;
    background-color: #1ba3e4;
    border-radius: 3px;
    border: none;
    color: #fff;
    font-size: 14px;
    outline: none;
}

.win_payment .textCenter{
    padding-left: 9px !important;
}

/*以下为选择课程包样式*/
.win_chooseCourse{
    width: 624px;
    height: 520px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 14px;
}

.win_chooseCourse .header{
    padding: 0 40px;
    height: 60px;
    background-color: #fbfdff;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #d1dfe7;
}

.win_chooseCourse .header>span{
    float: left;
    display: inline-block;
    line-height: 60px;
    font-size: 18px;
}

.win_chooseCourse .header>img{
    float: right;
    margin: 25px 0;
    cursor: pointer;
}

.win_chooseCourse .contents{
    padding: 0 40px;
    height: 400px;
}

.win_chooseCourse .cheader-l{
    position: relative;
    float: left;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
        align-items: center;
}

.win_chooseCourse .cheader-r{
    float: right;
}

.win_chooseCourse #seek{
    margin: 14px 0;
    width: 160px;
    height: 30px;
    border: 1px solid #dcdfe6;
    border-radius: 3px;
    font-size: 12px;
    text-indent: 10px;
    outline: none;
}

.win_chooseCourse .seekImg{
    position: absolute;
    right: 0;
    width: 40px;
    height: 30px;
    border: none;
    background: url("../../../images/searchs.png") center no-repeat;
    background-color: transparent;
    line-height: 66px;
    outline: none;
}

.win_chooseCourse .addCourse{
    margin: 14px 0;
    width: 90px;
    height: 30px;
    border-radius: 4px;
    border: none;
    background-color: #1ba3e4;
    color: #fff;
    font-size: 14px;
    outline: none;
}

.win_chooseCourse .tableBox{
    clear: both;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    overflow: auto;
    max-height: 317px;
}

.win_chooseCourse .table{
    margin: 0;
}

.win_chooseCourse .table>thead>tr>td{
    height: 30px;
    line-height: 14px;
    text-align: center;
}

.win_chooseCourse .table>thead>tr>td:first-child{
    text-align: left;
    padding-left: 20px;
    border-radius: 3px 0 0 0;
}

.win_chooseCourse .table>thead>tr>td:last-child{
    border-radius: 0 3px 0 0;
}

.win_chooseCourse .table>tbody>tr{
    border: none;
}

.win_chooseCourse .table>tbody>tr>td{
    height: 37px;
    border: none;
    text-align: center;
    vertical-align: unset;
}

.win_chooseCourse .table>tbody>tr>td:first-child{
    padding-left: 20px;
    text-align: left;
}

.win_chooseCourse .table>tbody>tr:last-child{
    border: none;
}

.win_chooseCourse .buyCopies{
    width: 40px;
    height: 22px;
    border-radius: 0;
    border: 1px solid #e5e5e5;
    border-left: none;
    border-right: none;
    font-size: 12px;
    text-align: center;
    outline: none;
    color: #1ba3e4;
}

.win_chooseCourse .buyCopiesBox{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
        align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
        justify-content: center;
}

.win_chooseCourse .copiesBtn-l{
    width: 20px;
    height: 22px;
    background-color: #fff;
    border-radius: 3px 0 0 3px;
    border: 1px solid #e5e5e5;
    border-right: none;
    color: #999;
    outline: none;
}

.win_chooseCourse .copiesBtn-r{
    width: 20px;
    height: 22px;
    background-color: #fff;
    border-radius: 0 3px 3px 0;
    border: 1px solid #e5e5e5;
    border-left: none;
    color: #999;
    outline: none;
}

.win_chooseCourse .buyBtn{
    display: inline-block;
    width: 42px;
    height: 22px;
    background-color: #1ba3e4;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    outline: none;
}

.win_chooseCourse .noList{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
        align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
        flex-direction: column;
    -webkit-box-pack: center;
    -moz-justify-content: center;
        justify-content: center;
    height: 314px;
    width: 100%;
}

.win_chooseCourse .footer{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
        align-items: center;
    -webkit-box-pack: end;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row-reverse;
        flex-direction: row-reverse;
    padding: 0 40px;
    height: 60px;
    background-color: #fbfdff;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid #d1dfe7;
}

.win_chooseCourse #cancelBtn{
    float: right;
    width: 72px;
    height: 30px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #dcdfe6;
    color: #666;
    outline: none;
    font-size: 14px;
}

/*以下为编辑课程包*/
.claPackage {
    width: 494px;
    background-color: #fff;
    border-radius: 3px;
    font-size: 14px;
}

.claPackage .header {
    height: 60px;
    padding: 0 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
        align-items: center;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
        justify-content: space-between;
    border-bottom: 1px solid #d1dfe7;
    border-radius: 4px 4px 0 0;
    background-color: #fbfdff;
}

.claPackage .header>span {
    font-size: 16px;
}

.claPackage #closeImg {
    cursor: pointer;
}

.claPackage .contents li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
        align-items: center;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
        justify-content: space-between;
    margin-bottom: 20px;
}

.claPackage .content li:last-child {
    margin-bottom: 0;
}

.claPackage .contentUl {
    padding: 30px 40px 0 40px;
}

.claPackage .contentUl span {
    margin-right: 10px;
    font-size: 12px;
}

.claPackage .claNameBox {
    position: relative;
}

.claPackage #claName {
    width: 140px;
    height: 30px;
    font-size: 12px;
    text-indent: 10px;
    color: #666;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    background: url(../../../images/stdSanjiao.png) 120px center no-repeat;
}

.claPackage .claNameUl {
    display: none;
    position: absolute;
    top: 31px;
    left: 58px;
    width: 140px;
    max-height: 90px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    z-index: 1;
    overflow: auto;
    font-size: 12px;
}

.claPackage .claNameUl li {
    height: 36px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
        align-items: center;
    font-size: 12px;
    text-indent: 10px;
    cursor: default;
    margin: 0;
}

.claPackage .claNameUl li:hover {
    background-color: #1ba3e4;
    color: #fff;
}

.claPackage #oName {
    width: 140px;
    height: 30px;
    font-size: 12px;
    text-indent: 10px;
    color: #999;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    background-color: #fafafa;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
}

.claPackage .OName {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
        align-items: center;
    position: relative;
}

.claPackage #cilname {
    width: 140px;
    height: 30px;
    font-size: 12px;
    text-indent: 10px;
    color: #666;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    outline: none;
}

.claPackage .mergeorgUl {
    display: none;
    position: absolute;
    left: unset;
    right: 0;
    top: 31px;
    width: 140px;
    max-height: 100px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    z-index: 1;
}

.claPackage .mergeorgUl li {
    display: -webkit-box;
    display: flex;
    margin: 0;
    height: 36px;
    -webkit-box-align: center;
    -moz-align-items: center;
        align-items: center;
    text-indent: 10px;
    font-size: 12px;
    cursor: default;
}

.claPackage .mergeorgUl li:hover {
    background-color: #1ba3e4;
    color: #fff;
}

.claPackage .chargetypeBox {
    position: relative;
}

.claPackage #chargetype {
    display: inline-block;
    width: 140px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    font-size: 12px;
    color: #666;
    line-height: 30px;
    text-indent: 10px;
    margin-right: 0;
    background: url(../../../images/stdSanjiao.png) 120px center no-repeat;
    cursor: pointer;
}

.claPackage .chargetypeUl {
    display: none;
    position: absolute;
    top: 31px;
    right: 0;
    width: 140px;
    max-height: 90px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    z-index: 1;
    overflow: auto;
}

.claPackage .chargetypeUl li {
    line-height: 36px;
    text-align: center;
    font-size: 12px;
    text-indent: 10px;
    margin: 0;
}

.claPackage .chargetypeUl li:hover {
    background-color: #1ba3e4;
    color: #fff;
}

.claPackage .Money, .claPackage .Keshi {
    position: relative;
}

.claPackage .Money span:last-child, .claPackage #Keshi_span {
    position: absolute;
    top: 7px;
    right: 0;
}

.claPackage .KeshiUl {
    display: none;
    width: 40px;
    position: absolute;
    right: 0;
    top: 31px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}

.claPackage .KeshiUl li {
    margin: 0;
    height: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
        align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
        justify-content: center;
    font-size: 12px;
}

.claPackage .KeshiUl li:hover {
    background-color: #1ba3e4;
    color: #fff;
    cursor: default;
}

.claPackage .keshi {
    display: inline-block;
    width: 25px;
    background: url(../../../images/stdSanjiao.png) 15px center no-repeat;
    cursor: pointer;
}

.claPackage #money {
    width: 140px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    outline: none;
    color: #666;
    text-indent: 10px;
    font-size: 12px;
    padding-right: 30px;
}

.claPackage #keshi {
    width: 140px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    outline: none;
    color: #666;
    text-indent: 10px;
    font-size: 12px;
    padding-right: 40px;
}

.claPackage .footer {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
        align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
        justify-content: center;
    height: 70px;
}

.claPackage .button {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
        align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
        justify-content: center;
}

.claPackage #affirm {
    width: 120px;
    height: 30px;
    background-color: #1ba3e4;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    margin-right: 20px;
}

.claPackage #cancel {
    width: 120px;
    height: 30px;
    border: 1px solid #a9a8a8;
    background-color: #fff;
    color: #888;
    font-size: 14px;
    border-radius: 3px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

/*以下是续费弹窗的代码*/
.win_renewal{
    width: 782px;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
}

.win_renewal .header{
    padding: 0 40px;
    height: 60px;
    background-color: #fbfdff;
    border-bottom: 1px solid #d1dfe7;
    border-radius: 4px 4px 0 0;
}

.win_renewal .header>span{
    float: left;
    display: inline-block;
    line-height: 60px;
    font-size: 18px;
}

.win_renewal .header>img{
    float: right;
    margin: 25px 0;
    cursor: pointer;
}

.win_renewal .contents{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
        justify-content: space-between;
    padding: 0 40px;
    margin-top: 24px;
}


.win_renewal .contents-l{
    padding: 13px 13px 0 13px;
    width: 230px;
    height: 408px;
    background-color: #f8f9fb;
    border: 1px solid #d1dfe7;
    border-radius: 4px;
}

.win_renewal .contents-l-2{
    height: 354px !important;
}

.win_renewal .contents-r{
    width:444px;
}

.win_renewal .contents-l>li{
    width: 100%;
    margin-bottom: 12px;
}

.win_renewal .contents-l>li>span{
    font-size: 12px;
    color: #7e8b9c;
}

.win_renewal .msg{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
        align-items: center;
    height: 36px;
}

.win_renewal .msg>img{
    border-radius: 3px;
}

.win_renewal .msgText{
    display: -webkit-box;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
        flex-direction: column;
}

.win_renewal .msgText>span{
    font-size: 12px;
    padding-left: 10px;
    color: #7e8b9c;
    line-height: 18px;
}

.win_renewal .msgText>span:last-child{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px;
    color: #aab7be;
}

.win_renewal #info_owePeriod{
    color: #ff7979;
}

.win_renewal .record{
    padding: 0 8px 0 18px;
    width: 216px;
    height: 217px;
    border-radius: 3px;
    overflow-y: auto;
}

.win_renewal .record-2{
    height: 160px !important;
}

.win_renewal .record>li{
    margin-bottom: 20px;
}

.win_renewal .record>li>div{
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
        justify-content: space-between;
}

.win_renewal .record>li>div:first-child{
    color: #7E8B9C;
}

.win_renewal .record>li>div:last-child{
    color: #AAB7BE;
}

.win_renewal .record>li>div>span{
    font-size: 12px;
    line-height: 18px;
}

.win_renewal .ball{
    position: absolute;
    left: -18px;
    top: 5px;
    width: 7px;
    height: 7px;
    background-color: #dcdfe6;
    border-radius: 50%;
}

.win_renewal .line{
    position: absolute;
    left: -15px;
    top: 2px;
    width: 1px;
    height: 28px;
    background-color: #dcdfe6;
}

.win_renewal .contents-r>ul>li{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
        justify-content: space-between;
    height: 30px;
    margin-bottom: 24px;
}

.win_renewal .contents-r>ul>li>div{
    position: relative;
}

.win_renewal .contents-r>ul>li>div>span{
    display: inline-block;
    line-height: 22px;
    font-size: 14px;
    margin-right: 15px;
    color: #3e3e3e;
}

.win_renewal .contents-r>ul>li>div>input{
    width: 130px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #dcdfe6;
    font-size: 12px;
    text-indent: 10px;
    outline: none;
}

.win_renewal .contents-r>ul>li>div>p{
    position: absolute;
    top: 7px;
    right: 10px;
    font-size: 12px;
}

.win_renewal .contents-r>ul>li>div>i{
    position: absolute;
    left: -12px;
    color: #ff7373;
}

.win_renewal .contents-r>ul>li>div{
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
        justify-content: space-between;
    -webkit-box-align: center;
    -moz-align-items: center;
        align-items: center;
}

.win_renewal #termsOfPayment, .win_renewal #agent{
    background: url(../../../images/stdSanjiao.png) 110px center no-repeat;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 20px;
}

.win_renewal .termsOfPaymentUl, .win_renewal .agentUl{
    display: none;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 31px;
    padding: 6px 0;
    width: 130px;
    max-height: 178px;
    background-color: #fff;
    border: 1px solid #dcdfe6;
    border-radius: 3px;
    overflow: auto;
}

.win_renewal .termsOfPaymentUl>li, .win_renewal .agentUl>li{
    height: 30px;
    text-indent: 10px;
    font-size: 12px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
}

.win_renewal .termsOfPaymentUl>li:hover{
    background-color: #f1f1f1;
}

.win_renewal .agentUl>li:hover{
    background-color: #f1f1f1;
}

.win_renewal .buyClass{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
        align-items: center;
    width: 130px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #dcdfe6;
}

.win_renewal .classBtn{
    width: 20px;
    height: 28px;
    border: none;
    background-color: transparent;
    color: #1ba3e4;
    font-weight: 600;
    outline: none;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
}

.win_renewal #buyClass, .win_renewal #giveClass{
    width: 35px;
    height: 28px;
    background-color: #fff;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    border: none;
    outline: none;
}

.win_renewal #buykeshi, .win_renewal #givekeshi{
    width: 52px;
    height: 18px;
    border: none;
    background-color: transparent;
    border-left: 1px solid #dcdfe6;
    text-align: center;
    outline: none;
    font-size: 12px;
    color: #666;
}

.win_renewal .endTime{
    display: none;
}

.win_renewal #paymentTime, .win_renewal #createTime, .win_renewal #effectiveTime{
    background: url(../../../images/rili.png) 102px center no-repeat;
    background-size: 16px;
    cursor: pointer;
}

.win_renewal #otherNote, .win_renewal #discount{
    width: 371px;
}

.win_renewal .handling{
    margin-right: 4px !important;
    display: inline-block;
    width: 116px;
    background: url("../../../images/check_ud.png")no-repeat 0 center;
    background-size: 20px;
    text-align: center;
    cursor: pointer;
}

.win_renewal .action{
    background: url("../../../images/check_nd.png")no-repeat 0 center;
    background-size: 20px;
    color: #1ba3e4;
}

.win_renewal .footer{
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
        justify-content: space-between;
    -webkit-box-align: center;
    -moz-align-items: center;
        align-items: center;
    padding: 0 40px;
    height: 60px;
    background-color: #fbfdff;
    border-top: 1px solid #d1dfe7;
    border-radius: 0 0 4px 4px;
}

.win_renewal .footer-l{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
        align-items: center;
}

.win_renewal .footer-l span{
    font-size: 12px;
    color: #999;
}

.win_renewal .footer-r{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
        align-items: center;
}

.win_renewal #cancelBtn{
    margin-right: 20px;
    width: 72px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #dcdfe6;
    background-color: #fff;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    outline: none;
}

.win_renewal #affirmBtn{
    width: 72px;
    height: 30px;
    border-radius: 3px;
    border: none;
    background-color: #1ba3e4;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    outline: none;
}

.win_renewal #countMoney{
    margin-right: 13px;
    font-size: 18px;
    color: #1ba3e4;
    font-weight: 400;
}

.win_renewal .footerLine{
    display: inline-block;
    margin-right: 9px;
    width: 1px;
    height: 16px;
    background-color: #d1dfe7;
}

.win_renewal #renewalPeriod{
    margin-right: 10px;
}

.win_renewal #owePeriod{
    margin-right: 10px;
    color: #FF7979;
}

.win_renewal #remainingPeriod{
    margin-right: 10px;
    color: #1CD67C;
}

.win_renewal button {
    cursor: pointer !important;
}

/*以下为恢复无效课时的相关样式代码*/
.win_reinstateHour{
    width: 460px;
    height: 346px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 14px;
}

.win_reinstateHour .header {
    height: 60px;
    padding: 0 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
        align-items: center;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
        justify-content: space-between;
    border-bottom: 1px solid #d1dfe7;
    border-radius: 4px 4px 0 0;
    background-color: #fbfdff;
}

.win_reinstateHour .header>span {
    font-size: 16px;
}

.win_reinstateHour #closeImg {
    cursor: pointer;
}

.win_reinstateHour .contents{
    padding: 0 40px;
    height: 202px;
}

.win_reinstateHour .msg{
    margin-top: 24px;
    padding-top: 17px;
    height: 116px;
    background-color: #f8f9fb;
    border-radius: 4px;
    border: 1px solid #d1dfe7;
}

.win_reinstateHour .msg>li{
    padding-left: 15px;
    margin-bottom: 14px;
}

.win_reinstateHour .msg>li:first-child{
    padding-left: 29px;
}

.win_reinstateHour .msg>li:nth-child(2){
    padding-left: 29px;
}

.win_reinstateHour .msg>li>span{
    font-size: 14px;
    color: #7e8b9c;
}

.win_reinstateHour .msg>li>span:first-child{
    margin-right: 14px;
}

.win_reinstateHour #courseName{
    color: #1ba3e4;
}

.win_reinstateHour #courseHours{
    color: #ff7979;
}

.win_reinstateHour #courseType{
    color: #ff7979;
}

.win_reinstateHour .date{
    margin-top: 30px;
}

.win_reinstateHour .date>span{
    margin-right: 15px;
}

.win_reinstateHour #dateInput{
    width: 309px;
    height: 30px;
    background: url(../../../images/std_details/time.png) no-repeat 282px;
    background-size: 15px 15px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #dcdfe6;
    font-size: 12px;
    text-indent: 10px;
    cursor: pointer;
    outline: none;
    color: #666;
}

.win_reinstateHour #dateInput::-webkit-input-placeholder { /* WebKit browsers */
    color: #ff7979;
}

.win_reinstateHour #dateInput:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ff7979;
}

.win_reinstateHour #dateInput::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ff7979;
}

.win_reinstateHour #dateInput:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ff7979;
}

.win_reinstateHour .redColor{
    color: #ff7979 !important;
}

.win_reinstateHour .footer{
    padding: 0 40px;
    height: 60px;
    background-color: #fbfdff;
    border-top: 1px solid #d1dfe7;
    border-radius: 0 0 4px 4px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
        align-items: center;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
        justify-content: space-between;
}

.win_reinstateHour .tip{
    margin: 0 auto;
    width: 480px;
    background: url(../../../images/tixing.png) no-repeat 6px center;
    padding-left: 32px;
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    color: #666666;
}

.win_reinstateHour .button{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
        align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
        justify-content: center;
}

.win_reinstateHour #cancelBtn{
    margin-right: 20px;
    width: 72px;
    height: 30px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #dcdfe6;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #666;
    outline: none;
 }

.win_reinstateHour #affirmBtn{
    width: 72px;
    height: 30px;
    background-color: #1ba3e4;
    border-radius: 3px;
    border: none;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    outline: none;
}

/*新学员缴费start*/
.win_stuPayment {
    width: 746px;
    height: auto;
    border-radius: 2px;
    background-color: white;
}

.win_stuPayment .header {
    padding: 0 40px;
    height: 50px;
    background-color: #F7FAFF;
    border-bottom: 1px solid #eeeeee;
    border-radius: 2px 2px 0 0;
}

.win_stuPayment .header > span {
    float: left;
    display: inline-block;
    line-height: 50px;
    font-size: 14px;
}

.win_stuPayment .header > img {
    float: right;
    margin: 25px 0;
    cursor: pointer;
}

.win_stuPayment .contentBox {
    padding:0 40px;
    max-height: 412px;
    width: 100%;
    overflow: auto;
    box-sizing: border-box;
}

.win_stuPayment .contents {
    width: 666px;
    padding: 10px 0 20px 0;
}

.win_stuPayment .paymentMsg > li {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    min-height: 30px;
    margin-bottom: 24px;
}

.win_stuPayment .paymentMsg > li.firstUlLi {
    margin-top: 10px;
}

.win_stuPayment .paymentMsg > li:last-child {
    margin: 0;
}

.win_stuPayment .paymentMsg > li > div {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    text-align: left;
}

.win_stuPayment .paymentMsg > li > div > span {
    margin-right: 15px;
    display: inline-block;
    width: 52px;
    min-width: 52px;
    font-size: 14px;
    white-space: nowrap;
    text-align: right;
    color: #3e3e3e;
}

.win_stuPayment .paymentMsg > li > div:last-child > span {
    -webkit-box-flex: 1;
            flex-grow: 1;
}

.win_stuPayment .paymentMsg > li > div > span.backText {
    padding-bottom: 42px;
}

.win_stuPayment .paymentMsg > li > div > input {
    width: 240px;
    height: 30px;
    border: 1px solid #dedfe6;
    border-radius: 3px;
    font-size: 12px;
    padding-left: 10px;
    outline: 0;
    color: #333;
    box-sizing: border-box;
}
/*购买数量按钮 start*/
.win_stuPayment_number{
    position: absolute;
}
.win_newRenewal_number{
    position: absolute;
}
.win_editStuPayment_number{
    position: absolute;
}
.btn-number-up,.btn-number-down{
    position: absolute;
    width: 20px;
    height: 15px;
    right: 0;
    background-color: #fff;
    border: 1px solid #dedfe6;
    outline: none;
}
.btn-number-up{
    top:0;
    border-bottom: 0;
    -webkit-border-top-right-radius: 3px;
}
.btn-number-up:active{
    border: 1px #1ba3e4 solid;
}
.btn-number-down{
    bottom:0;
    -webkit-border-bottom-right-radius: 3px;
}
.btn-number-down:active{
    border: 1px #1ba3e4 solid;
}
.number-icon-up,.number-icon-down{
    position: absolute;
    right: 14px;
}
.number-icon-up{
    top: -0.5px;
}
.number-icon-down{
    bottom: 10px;
}
.number-icon-up:before,.number-icon-up:after{
    position: absolute;
    content: '';
    border-top: 5px transparent dashed;
    border-left: 5px transparent dashed;
    border-bottom: 5px #fff solid;
    border-right: 5px transparent dashed;
}

.number-icon-up:before{
    border-bottom: 5px #808080 solid;
}
.number-icon-up:after{
    top: 1px; /*覆盖并错开1px*/
    border-bottom: 5px #fff solid;
}

.number-icon-down:before,.number-icon-down:after{
    position: absolute;
    content: '';
    border-bottom: 5px transparent dashed;
    border-left: 5px transparent dashed;
    border-top: 5px #fff solid;
    border-right: 5px transparent dashed;
}
.number-icon-down:before{
    border-top: 5px #808080 solid;
    top:1px;/*覆盖并错开1px*/
}
.number-icon-down:after{
    border-top: 5px #fff solid;
}

/*购买数量按钮 end*/

.win_stuPayment .paymentMsg > li > div > input[readonly] {
    cursor: pointer;
}

.win_stuPayment #choiceCourseBtn,
.win_stuPayment #choiceClassBtn,
.win_stuPayment #patternBtn,
.win_stuPayment #termsOfPaymentBtn,
.win_stuPayment #agentBtn,
.win_stuPayment #teacherBtn,
.win_stuPayment #choiceTeacherBtn {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAARUlEQVQYGWOYOXNm/8yZM/+j41mzZq1mAAF0BTNmzDg8depUHrBkQ0MDC0glSPeMGTOuT506VQIsASOgCqbPnDlTAyYGANPHMu3xpKhaAAAAAElFTkSuQmCC') 219px center no-repeat;
}

.win_stuPayment #endtime,
.win_stuPayment #managetime {
    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') 216px center no-repeat;
    background-size: 16px 16px;
}

.win_stuPayment .paymentMsg > li.moneyHidebox {
    display: none;
    margin-top: -16px;
}

.win_stuPayment .byNextHideBox,
.win_stuPayment .byTimeHideBox {
    opacity: 0;
    height: 0;
}

.win_stuPayment .hideBox {
    display: none !important;
}

.win_stuPayment .byTimeBox {
    position: relative;
    width: 244px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #dedfe6;
    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') 216px center no-repeat;
    background-size: 16px 16px;
    font-size: 12px;
    line-height: 30px;
}

.win_stuPayment .byTimeBox > span {
    padding-left: 99px;
}

.win_stuPayment .byTimeBox > input {
    position: absolute;
    top: 0;
    width: 98px;
    height: 28px;
    border: none;
    outline: 0;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    color: #3e3e3e;
}

.win_stuPayment #byTime_starttime {
    left: 0;
}

.win_stuPayment #byTime_endtime {
    left: 108px;
}

.win_stuPayment .options {
    width: auto !important;
    margin-right: 22px !important;
    cursor: pointer;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-align: center;
            align-items: center;
}

.win_stuPayment .options:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #d1dfe7;
    border-radius: 3px;
    vertical-align: sub;
}

.win_stuPayment .options.active:before {
    background: url('../../../images/correct.jpg') center no-repeat;
}

.win_stuPayment .moneyHidebox > div:first-child {
    position: relative;
}

.win_stuPayment .moneyHidebox > div:first-child:after {
    position: absolute;
    left: 286px;
    top: 0;
    display: block;
    line-height: 30px;
    font-size: 12px;
}

.win_stuPayment .lapse:after {
    content: '元';
}

.win_stuPayment .discount:after {
    content: '%';
}

.win_stuPayment .newStudnetTip {
    height: 28px !important;
    margin: 0 !important;
}

.win_stuPayment .newStudnetTip > div > span {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
}

.win_stuPayment .newStudnetTip > div {
    padding: 0 10px;
    width: 100% !important;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    font-size: 12px;
    background-color: #e9f6fc;
    border-radius: 3px;
}

.win_stuPayment .newStudnetTip > div > span {
    margin: 0 !important;
    line-height: 30px;
}

.win_stuPayment .newStudnetTip > div > span:before {
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABWklEQVQ4EY1TPUsDQRDd/2GhjVpb2YiFtTb+AAvBXyAWaW0trKwsAyGFoJIiYuNHES6goCKWCiaX3AVjLqeG1QSfvAt7t7fenhbD7szOe7Mz+1b4gxF0u+t+Yve2j42LLhaPvci4Z+yqI1O5xAkdvP/whtlyCxPFZqZNlVzs3ARwP5KiMQGr2IBmfKXaiUkiAlY2k/7yt6+DqB3BnvOubRIV6j3MlF1MFhuoeRKCwzGTbD7BjfcRlip+hCnUA4j/9m6CWWT11IfgU6mKZN67D2NfxbPAPGPrYv4wIWBvji9TJDYwCaZLTYi1s5dURZ0kD0yC5aoPQWGoq6qVJI/hEOHXdzwwdaavW04PwvEkqDD9gPu5gxbWz/PFdfI8GEs56xYmoelv1l7HQuJfoLYpTzPJ5i8ctfEUDhMCRUJ5UmE2IOOsrMC/fiMDl20JDocT5jPRuGeMPTNHtx8HqPvHRn8hwgAAAABJRU5ErkJggg==');
    margin-right: 6px;
    line-height: 1;
    vertical-align: middle;
}

.win_stuPayment .newStudnetTip > div > img {
    cursor: pointer;
}

.win_stuPayment .backBox {
    width: 100% !important;
}

.win_stuPayment #back {
    padding: 10px;
    width: 100%;
    height: 80px;
    border-radius: 3px;
    border: 1px solid #dedfe6;
    resize: none;
    outline: 0;
    font-size: 12px;
}

.win_stuPayment .hasSelect {
    position: relative;
}

.win_stuPayment li > div:last-child ul {
    top: 31px;
    left: auto;
    right: 0;
}

.win_stuPayment li ul {
    display: none;
    z-index: 999;
    position: absolute;
    top: 31px;
    left: 67px;
    width: 244px;
    max-height: 122px;
    background-color: white;
    border-radius: 3px;
    border: 1px solid #dedfe6;
    text-align: left;
    overflow: auto;
}

.win_stuPayment li ul > li {
    padding-left: 10px;
    line-height: 30px;
    font-size: 12px;
    color: #3e3e3e;
    cursor: pointer;
}

.win_stuPayment li ul > li:hover {
    background-color: #f1f1f1;
}

.win_stuPayment li ul > li.active {
    background-color: #1ba3e4 !important;
    color: white;
}

.win_stuPayment .footer {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    padding: 0 40px;
    height: 60px;
    background-color: #fbfdff;
    border-top: 1px solid #d1dfe7;
    border-radius: 0 0 4px 4px;
    text-align: right;
    line-height: 60px;
}

.win_stuPayment #cancelBtn {
    margin-right: 15px;
    width: 72px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #dcdfe6;
    font-size: 14px;
    border-radius: 3px;
    color: #666;
    background-color: white;
    cursor: pointer;
    outline: 0;
}

.win_stuPayment #affirmBtn {
    width: 72px;
    height: 30px;
    line-height: 30px;
    border: none;
    font-size: 14px;
    border-radius: 3px;
    color: white;
    background-color: #1ba3e4;
    cursor: pointer;
    outline: 0;
}

.win_stuPayment .tipsText {
    font-size: 12px;
    color: #999;
}

.win_stuPayment .tipsText > span {
    margin-right: 8px;
}

.win_stuPayment .money {
    font-size: 18px;
    color: #1ba3e4;
}

/*新学员缴费end*/

/*新学员编辑缴费start*/
.win_editStuPayment {
    width: 746px;
    height: auto;
    border-radius: 4px;
    background-color: white;
}

.win_editStuPayment .header {
    padding: 0 40px;
    height: 50px;
    background-color: #fbfdff;
    border-bottom: 1px solid #d1dfe7;
    border-radius: 4px 4px 0 0;
}

.win_editStuPayment .header > span {
    float: left;
    display: inline-block;
    line-height: 50px;
    font-size: 14px;
}

.win_editStuPayment .header > img {
    float: right;
    margin: 15px 0;
    cursor: pointer;
}

.win_editStuPayment .contentBox {
    padding-left: 40px;
    max-height: 390px;
    min-height: 390px;
    overflow: auto;
}

.win_editStuPayment .contents {
    width: 666px;
    padding: 10px 0 20px 0;
}

.win_editStuPayment .paymentMsg > li {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    min-height: 30px;
    margin-bottom: 24px;
}

.win_editStuPayment .paymentMsg > li.firstUlLi {
    margin-top: 10px;
}

.win_editStuPayment .paymentMsg > li:last-child {
    margin: 0;
}

.win_editStuPayment .paymentMsg > li > div {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    text-align: left;
}

.win_editStuPayment .paymentMsg > li > div > span {
    margin-right: 15px;
    display: inline-block;
    width: 52px;
    min-width: 52px;
    font-size: 14px;
    white-space: nowrap;
    text-align: right;
    color: #3e3e3e;
}

.win_editStuPayment .paymentMsg > li > div:last-child > span {
    -webkit-box-flex: 1;
            flex-grow: 1;
}

.win_editStuPayment .paymentMsg > li > div > span.backText {
    padding-bottom: 42px;
}

.win_editStuPayment .paymentMsg > li > div > input {
    width: 244px;
    height: 30px;
    border: 1px solid #dedfe6;
    border-radius: 3px;
    font-size: 12px;
    padding-left: 10px;
    outline: 0;
    color: #333;
}

.win_editStuPayment .paymentMsg > li > div > input[readonly] {
    cursor: pointer;
}

.win_editStuPayment #choiceCourseBtn,
.win_editStuPayment #choiceClassBtn,
.win_editStuPayment #patternBtn,
.win_editStuPayment #termsOfPaymentBtn,
.win_editStuPayment #agentBtn,
.win_editStuPayment #teacherBtn,
.win_editStuPayment #choiceTeacherBtn {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAARUlEQVQYGWOYOXNm/8yZM/+j41mzZq1mAAF0BTNmzDg8depUHrBkQ0MDC0glSPeMGTOuT506VQIsASOgCqbPnDlTAyYGANPHMu3xpKhaAAAAAElFTkSuQmCC') 219px center no-repeat;
}

.win_editStuPayment #endtime,
.win_editStuPayment #managetime {
    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') 216px center no-repeat;
    background-size: 16px 16px;
}

.win_editStuPayment .paymentMsg > li.moneyHidebox {
    display: none;
    margin-top: -16px;
}

.win_editStuPayment .byNextHideBox,
.win_editStuPayment .byTimeHideBox {
    opacity: 0;
    height: 0;
}

.win_editStuPayment .hideBox {
    display: none !important;
}

.win_editStuPayment .byTimeBox {
    position: relative;
    width: 244px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #dedfe6;
    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') 216px center no-repeat;
    background-size: 16px 16px;
    font-size: 12px;
    line-height: 30px;
}

.win_editStuPayment .byTimeBox > span {
    padding-left: 99px;
}

.win_editStuPayment .byTimeBox > input {
    position: absolute;
    top: 0;
    width: 98px;
    height: 28px;
    border: none;
    outline: 0;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    color: #3e3e3e;
}

.win_editStuPayment #byTime_starttime {
    left: 0;
}

.win_editStuPayment #byTime_endtime {
    left: 108px;
}

.win_editStuPayment .options {
    width: auto !important;
    margin-right: 22px !important;
    cursor: pointer;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-align: center;
            align-items: center;
}

.win_editStuPayment .options:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #d1dfe7;
    border-radius: 3px;
    vertical-align: sub;
}
.win_editStuPayment .edit-sale:before {
    content: '*';
    position: absolute;
    top: 8.5px;
    left: -10px;
    font-size: 14px;
    color: #ff7979;
}
.win_editStuPayment .options.active:before {
    background: url('../../../images/correct.jpg') center no-repeat;
}

.win_editStuPayment .moneyHidebox > div:first-child {
    position: relative;
}

.win_editStuPayment .moneyHidebox > div:first-child:after {
    position: absolute;
    left: 286px;
    top: 0;
    display: block;
    line-height: 30px;
    font-size: 12px;
}

.win_editStuPayment .lapse:after {
    content: '元';
}

.win_editStuPayment .discount:after {
    content: '%';
}

.win_editStuPayment .newStudnetTip {
    height: 40px !important;
    margin: 0 !important;
}

.win_editStuPayment .newStudnetTip > div > span {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
}

.win_editStuPayment .newStudnetTip > div {
    /*padding: 0 40px;*/
    width: 100% !important;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    font-size: 12px;
    background-color: #fffef9;
    border-radius: 4px;
}

.win_editStuPayment .newStudnetTip > div > span {
    margin: 0 !important;
    line-height: 40px;
    color: #ffab57;
    text-indent: 40px;
}

.win_editStuPayment .newStudnetTip > div > span:before {
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAASCAYAAAC5DOVpAAABl0lEQVQ4Ea2UO0sDQRCAz0KwEW1V0NzOJrExTQrFV2XlH1DEysJCBMFfEHKzZyxsBXsFG3sbK1ttrNUm4ivgI97spTuZMxsuZ3JJIAfHPmb2m5mdmbWsLr7PQmo0CKyBLlSTVXzXXiKEL11MzyZrdpCSI1YJ4Y0Qnn0Uix3U24s1whohvLBHhHBtYJ6Sm4Rwqx1Z0piZaE+oS0jBNikoe0Uxw1tRWOUwO6xRznkojgjh1XPEShOw6thZKkKef7ZIKB5rjgSjFIWZPR7ZW76GqpuaDvdrByAJ4YcU3LD7hPBEhex49FAUpl1Y8Eti0si1I/ZIwUW45lAI4c4IW41NMIRdDk8jzLPuR0mMEMJ3UEgNWb3CGEBKbGlHnhnDhHBfc0WmX7D38Gp69YxQ7oQlUw/TU3aOExZ6+ZcA4TUSoKDcbQK4xQjhUqPcNyFb/0sDHjqVBverRnmqEa6Ck/xgAxafJBUtl4aHcE4IFVLyOMxiHBBfawXrrdvJznlKbJCaGoufSVz3rdGNFR/Ty315ggyQL9vMk8ZfXSgcLZNyebgAAAAASUVORK5CYII=');
    margin-right: 6px;
    line-height: 1;
    vertical-align: middle;
}

.win_editStuPayment .newStudnetTip > div > img {
    cursor: pointer;
}

.win_editStuPayment .backBox {
    width: 100% !important;
}

.win_editStuPayment #back {
    padding: 10px;
    width: 100%;
    height: 80px;
    border-radius: 3px;
    border: 1px solid #dedfe6;
    resize: none;
    outline: 0;
    font-size: 12px;
}

.win_editStuPayment .hasSelect {
    position: relative;
}

.win_editStuPayment li > div:last-child ul {
    top: 31px;
    left: auto;
    right: 0;
}

.win_editStuPayment li ul {
    display: none;
    z-index: 999;
    position: absolute;
    top: 31px;
    left: 67px;
    width: 244px;
    max-height: 122px;
    background-color: white;
    border-radius: 3px;
    border: 1px solid #dedfe6;
    text-align: left;
    overflow: auto;
}

.win_editStuPayment li ul > li {
    padding-left: 10px;
    line-height: 30px;
    font-size: 12px;
    color: #3e3e3e;
    cursor: pointer;
}

.win_editStuPayment li ul > li:hover {
    background-color: #f1f1f1;
}

.win_editStuPayment li ul > li.active {
    background-color: #1ba3e4 !important;
    color: white;
}

.win_editStuPayment .footer {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    padding: 0 40px;
    height: 50px;
    background-color: #fbfdff;
    border-top: 1px solid #d1dfe7;
    border-radius: 0 0 4px 4px;
    text-align: right;
    line-height: 50px;
}

.win_editStuPayment #cancelBtn {
    margin-right: 15px;
    width: 72px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dcdfe6;
    font-size: 14px;
    border-radius: 3px;
    color: #666;
    background-color: white;
    cursor: pointer;
    outline: 0;
}

.win_editStuPayment #affirmBtn {
    width: 72px;
    height: 30px;
    line-height: 30px;
    border: none;
    font-size: 14px;
    border-radius: 3px;
    color: white;
    background-color: #1ba3e4;
    cursor: pointer;
    outline: 0;
}

.win_editStuPayment .tipsText {
    font-size: 12px;
    color: #999;
}

.win_editStuPayment .tipsText > span {
    margin-right: 8px;
}

.win_editStuPayment .money {
    font-size: 18px;
    color: #1ba3e4;
}

/*新学员编辑缴费end*/

/*学员缴费-选择课程start*/
.win_ChoiceCourse {
    width: 846px;
    height: auto;
    border-radius: 4px;
    background-color: white;
}

.win_ChoiceCourse .header {
    padding: 0 40px;
    height: 60px;
    background-color: #fbfdff;
    border-bottom: 1px solid #d1dfe7;
    border-radius: 4px 4px 0 0;
}

.win_ChoiceCourse .header > span {
    float: left;
    display: inline-block;
    line-height: 60px;
    font-size: 18px;
}

.win_ChoiceCourse .header > img {
    float: right;
    margin: 25px 0;
    cursor: pointer;
}

.win_ChoiceCourse .contentBox {
    height: 322px;
    max-height: 322px;
    overflow: auto;
    margin-bottom: 10px;
    font-weight:normal;
}

.win_ChoiceCourse .contents {
    padding-left: 40px;
    overflow: hidden;
}

.win_ChoiceCourse .contents-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 0 40px;
    height: 58px;
}

.win_ChoiceCourse #seekCourseName {
    width: 140px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #dedfe6;
    font-size: 12px;
    padding-left: 10px;
    color: #666;
    outline: 0;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAzUlEQVQ4EaVS2w3CMBDLCIzCCIzACIzABmUE/mLnJ90ARmAD2IBuAnJ0oTmqFhCVolx8L/uuIdiXc16R7ADcSV5IDiRPMcZNjZncKaW1AmOMu9ZpuIp0LV5s6zQoaOI0gGRPcuv8JA/vnVxACEHFAdwcLooOmHmoq9OrQczEOtiYjYP6oaMkjYkAzkuDqW2lUVrrO6jKJ7ok99L4SqqG+APIrqI5LenhaNZE3dqT6KiAFm7nCuBorBZ3XagrUKdlUP+ub+bREir238mS9ARfZJg/W20mWwAAAABJRU5ErkJggg==') 116px center no-repeat white;
}

.win_ChoiceCourse #addCourse {
    width: 72px;
    height: 30px;
    border-radius: 3px;
    background-color: white;
    color: #1ba3e4;
    border: 1px solid #1ba3e4;
    font-size: 14px;
    cursor: pointer;
    outline: 0;
}

.win_ChoiceCourse .contents-table {
    width: 763px;
    border: 1px solid #dedfe6;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    min-height: 312px;
}

.win_ChoiceCourse .winTable {
    width: 763px;
}

.win_ChoiceCourse .table_thead {
    margin-left: 40px;
    border-radius: 4px 4px 0 0;
    border: 1px solid #dedfe6;
    border-bottom: none;
}

.win_ChoiceCourse .winTable div.textLeft {
    text-align: left;
    padding-left: 10px;
    -webkit-box-pack: end;
            justify-content: end;
}

.win_ChoiceCourse .table_thead > li {
    line-height: 30px;
    background-color: #ebeef5;
    font-size: 12px;
    color: #999;
    text-align: center;
    -webkit-column-count: 8;
       -moz-column-count: 8;
            column-count: 8;
    display: -webkit-box;
    display: flex;

}

.win_ChoiceCourse .winTable > li > div {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
}

.win_ChoiceCourse .table_tbody > li {
    line-height: 46px;
    background-color: white;
    font-size: 12px;
    color: #666;
    text-align: center;
    -webkit-column-count: 8;
       -moz-column-count: 8;
            column-count: 8;
    display: -webkit-box;
    display: flex;
    border-bottom: 1px solid #dedfe6;
}

.win_ChoiceCourse .table_tbody > li:last-child {
    margin-bottom: -1px;
}

.win_ChoiceCourse .winTable span.icon_1v1 {
    display: inline-block;
    width: 22px;
    line-height: 18px;
    font-size: 12px;
    border-radius: 2px;
    border: 1px solid #f59733;
    background-color: #fef7e4;
    color: #f59733;
}

.win_ChoiceCourse .winTable span.icon_ban {
    display: inline-block;
    width: 22px;
    line-height: 19px;
    font-size: 12px;
    border-radius: 2px;
    border: 1px solid #1ba3e4;
    background-color: #f8ffff;
    color: #1ba3e4;
}

.win_ChoiceCourse .winTable > li:hover {
    background-color: #f5f5f5;
}

.win_ChoiceCourse .nolist {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    height: 298px;
    width: 100%;
}

.win_ChoiceCourse .nolist > img {
    width: 100px;
    height: 78px;
    margin-bottom: 12px;
}

.win_ChoiceCourse .nolist > span {
    font-size: 12px;
    color: #999;
}

.win_ChoiceCourse .winTable .checkboxs {
    display: -webkit-box;
    display: flex;
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #e0e1e8;
    background-color: #f7faff;
    vertical-align: middle;
    cursor: pointer;
}

.win_ChoiceCourse .winTable .checkboxs.active:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1ba3e4;
}

.win_ChoiceCourse .showChargetype {
    position: relative;
}

.win_ChoiceCourse .chargetype_Ul {
    z-index: 999;
    position: absolute;
    top: 43px;
    left: 0;
    padding: 6px 8px;
    border-radius: 3px;
    border: 1px solid #767676;
    background-color: #767676;
    max-height: 164px;
    overflow: auto;
}

.win_ChoiceCourse .chargetype_Ul > li {
    font-size: 12px;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    color: white;
}

.win_ChoiceCourse .topSanJiao:before {
    content: '';
    z-index: 1002;
    position: absolute;
    left: 47px;
    top: 28px;
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #767676;
    border-left: 8px solid transparent;
}

.win_ChoiceCourse .bottomSanJiao:before {
    content: '';
    z-index: 1002;
    position: absolute;
    left: 47px;
    bottom: 28px;
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid #767676;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
}

.win_ChoiceCourse .footer {
    padding: 0 40px;
    height: 60px;
    background-color: #fbfdff;
    border-top: 1px solid #d1dfe7;
    border-radius: 0 0 4px 4px;
    text-align: right;
    line-height: 60px;
}

.win_ChoiceCourse #cancelBtn {
    margin-right: 15px;
    width: 72px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dcdfe6;
    font-size: 14px;
    border-radius: 3px;
    color: #666;
    background-color: white;
    cursor: pointer;
    outline: 0;
}

.win_ChoiceCourse #affirmBtn {
    width: 72px;
    height: 30px;
    line-height: 30px;
    border: none;
    font-size: 14px;
    border-radius: 3px;
    color: white;
    background-color: #1ba3e4;
    cursor: pointer;
    outline: 0;
}

/*学员缴费-选择课程end*/

/*学员缴费-选择班级start*/
.win_ChoiceClass {
    width: 954px;
    height: auto;
    border-radius: 4px;
    background-color: white;
}

.win_ChoiceClass .header {
    padding: 0 40px;
    height: 60px;
    background-color: #fbfdff;
    border-bottom: 1px solid #d1dfe7;
    border-radius: 4px 4px 0 0;
}

.win_ChoiceClass .header > span {
    float: left;
    display: inline-block;
    line-height: 60px;
    font-size: 18px;
}

.win_ChoiceClass .header > img {
    float: right;
    margin: 25px 0;
    cursor: pointer;
}

.win_ChoiceClass .contentBox {
    height: 322px;
    max-height: 322px;
    overflow: auto;
}

.win_ChoiceClass .contents {
    padding: 0 23px 10px 40px;
    overflow: hidden;
}

.win_ChoiceClass .contents-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 0 40px;
    height: 58px;
}

.win_ChoiceClass #seekCourseName {
    padding-right: 30px;
    width: 140px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #dedfe6;
    font-size: 12px;
    padding-left: 10px;
    color: #666;
    outline: 0;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAzUlEQVQ4EaVS2w3CMBDLCIzCCIzACIzABmUE/mLnJ90ARmAD2IBuAnJ0oTmqFhCVolx8L/uuIdiXc16R7ADcSV5IDiRPMcZNjZncKaW1AmOMu9ZpuIp0LV5s6zQoaOI0gGRPcuv8JA/vnVxACEHFAdwcLooOmHmoq9OrQczEOtiYjYP6oaMkjYkAzkuDqW2lUVrrO6jKJ7ok99L4SqqG+APIrqI5LenhaNZE3dqT6KiAFm7nCuBorBZ3XagrUKdlUP+ub+bREir238mS9ARfZJg/W20mWwAAAABJRU5ErkJggg==') center right 10px no-repeat white;
}

.win_ChoiceClass .contents-table {
    width: 875px;
    border: 1px solid #dedfe6;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    min-height: 312px;
}

.win_ChoiceClass .winTable {
    width: 875px;
    margin: 0 auto;
}

.win_ChoiceClass .table_thead {
    border: 1px solid #dedfe6;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
}

.win_ChoiceClass .winTable .textLeft {
    text-align: left;
    padding-left: 10px;
    -webkit-box-pack: end;
            justify-content: end;
}

.win_ChoiceClass .table_thead > li {
    line-height: 30px;
    background-color: #ebeef5;
    font-size: 12px;
    color: #999;
    text-align: center;
    -webkit-column-count: 8;
       -moz-column-count: 8;
            column-count: 8;
    display: -webkit-box;
    display: flex;
}

.win_ChoiceClass .table_tbody > li {
    line-height: 46px;
    background-color: white;
    font-size: 12px;
    color: #666;
    text-align: center;
    -webkit-column-count: 8;
       -moz-column-count: 8;
            column-count: 8;
    display: -webkit-box;
    display: flex;
    border-bottom: 1px solid #dedfe6;
}

.win_ChoiceClass .table_tbody > li:last-child {
    margin-bottom: -1px;
}

.win_ChoiceClass .table_tbody > li > div {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-pack: center;
            justify-content: center;
}

.win_ChoiceClass .table_tbody > li:hover {
    background-color: #f5f5f5;
}

.win_ChoiceClass .nolist {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    height: 298px;
    width: 100%;
}

.win_ChoiceClass .nolist > img {
    width: 100px;
    height: 78px;
    margin-bottom: 12px;
}

.win_ChoiceClass .nolist > span {
    font-size: 12px;
    color: #999;
}

.win_ChoiceClass .winTable .checkboxs {
    display: -webkit-box;
    display: flex;
    margin-left: 10px;
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 1px solid #e0e1e8;
    background-color: #f7faff;
    vertical-align: middle;
    cursor: pointer;
}

.win_ChoiceClass .winTable .checkboxs.active {
    background: url('../../../images/correct.jpg') center no-repeat;
}

.win_ChoiceClass #addClass {
    width: 72px;
    height: 30px;
    border-radius: 3px;
    background-color: white;
    color: #1ba3e4;
    border: 1px solid #1ba3e4;
    font-size: 14px;
    cursor: pointer;
    outline: 0;
}

.win_ChoiceClass .showChargetype {
    position: relative;
}

.win_ChoiceClass .chargetype_Ul {
    z-index: 999;
    position: absolute;
    top: 43px;
    left: 0;
    padding: 6px 8px;
    border-radius: 3px;
    border: 1px solid #767676;
    background-color: #767676;
    max-height: 138px;
    overflow: auto;
}

.win_ChoiceClass .chargetype_Ul > li {
    font-size: 12px;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    color: white;
}

.win_ChoiceClass .topSanJiao:before {
    content: '';
    z-index: 1002;
    position: absolute;
    left: 47px;
    top: 28px;
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #767676;
    border-left: 8px solid transparent;
}

.win_ChoiceClass .bottomSanJiao:before {
    content: '';
    z-index: 1002;
    position: absolute;
    left: 47px;
    bottom: 28px;
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid #767676;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
}

.win_ChoiceClass .footer {
    padding: 0 40px;
    height: 60px;
    background-color: #fbfdff;
    border-top: 1px solid #d1dfe7;
    border-radius: 0 0 4px 4px;
    text-align: right;
    line-height: 60px;
}

.win_ChoiceClass #cancelBtn {
    margin-right: 15px;
    width: 72px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #dcdfe6;
    font-size: 14px;
    border-radius: 3px;
    color: #666;
    background-color: white;
    cursor: pointer;
    outline: 0;
}

.win_ChoiceClass #affirmBtn {
    width: 72px;
    height: 30px;
    line-height: 30px;
    border: none;
    font-size: 14px;
    border-radius: 3px;
    color: white;
    background-color: #1ba3e4;
    cursor: pointer;
    outline: 0;
}

/*学员缴费-选择班级end*/

/*缴费二次确认页面start*/
.win_affirmPayment {
    width: 600px;
    height: auto;
    border-radius: 4px;
    background-color: white;
}

.win_affirmPayment .header {
    padding: 0 40px;
    height: 60px;
    background-color: #fbfdff;
    border-bottom: 1px solid #d1dfe7;
    border-radius: 4px 4px 0 0;
}

.win_affirmPayment .header > span {
    float: left;
    display: inline-block;
    line-height: 60px;
    font-size: 18px;
}

.win_affirmPayment .header > img {
    float: right;
    margin: 25px 0;
    cursor: pointer;
}

.win_affirmPayment .contents {
    padding: 20px 40px;
}

.win_affirmPayment .contentUl > li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    height: 40px;
}

.win_affirmPayment .contentUl > li > div:first-child {
    -webkit-box-flex: 1;
            flex-grow: 1;
}

.win_affirmPayment .contentUl > li > div:last-child {
    width: 48%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.win_affirmPayment .contentUl > li > div > span {
    font-size: 14px;
    color: #666;
    white-space: nowrap;
}

.win_affirmPayment .redText {
    color: #ff7979 !important;
}

.win_affirmPayment .blueText {
    color: #1ba3e4 !important;
}

.win_affirmPayment .greenText {
    color: #1CD67C !important;
}

.win_affirmPayment .contentUl > li > div > span:first-child {
    display: inline-block;
    width: 56px;
    min-width: 56px;
    white-space: nowrap;
    margin-right: 10px;
    text-align: right;
    color: #999;
}

.win_affirmPayment .footer {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 0 40px;
    height: 60px;
    background-color: #fbfdff;
    border-top: 1px solid #d1dfe7;
    border-radius: 0 0 4px 4px;
    text-align: right;
    line-height: 60px;
}

.win_affirmPayment .footer_tips {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    font-size: 12px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.win_affirmPayment .footer_tips:before {
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAASCAYAAAC5DOVpAAABl0lEQVQ4Ea2UO0sDQRCAz0KwEW1V0NzOJrExTQrFV2XlH1DEysJCBMFfEHKzZyxsBXsFG3sbK1ttrNUm4ivgI97spTuZMxsuZ3JJIAfHPmb2m5mdmbWsLr7PQmo0CKyBLlSTVXzXXiKEL11MzyZrdpCSI1YJ4Y0Qnn0Uix3U24s1whohvLBHhHBtYJ6Sm4Rwqx1Z0piZaE+oS0jBNikoe0Uxw1tRWOUwO6xRznkojgjh1XPEShOw6thZKkKef7ZIKB5rjgSjFIWZPR7ZW76GqpuaDvdrByAJ4YcU3LD7hPBEhex49FAUpl1Y8Eti0si1I/ZIwUW45lAI4c4IW41NMIRdDk8jzLPuR0mMEMJ3UEgNWb3CGEBKbGlHnhnDhHBfc0WmX7D38Gp69YxQ7oQlUw/TU3aOExZ6+ZcA4TUSoKDcbQK4xQjhUqPcNyFb/0sDHjqVBverRnmqEa6Ck/xgAxafJBUtl4aHcE4IFVLyOMxiHBBfawXrrdvJznlKbJCaGoufSVz3rdGNFR/Ty315ggyQL9vMk8ZfXSgcLZNyebgAAAAASUVORK5CYII=');
    margin-right: 8px;
    line-height: 0;
    vertical-align: text-bottom;
}

.win_affirmPayment .footer_tips > span {
    margin-right: 10px;
}

.win_affirmPayment .payBtn {
    -webkit-box-flex: 1;
            flex-grow: 1;
    white-space: nowrap;
}

.win_affirmPayment .money {
    font-size: 18px;
    color: #1ba3e4;
}

.win_affirmPayment .tipsText > span {
    margin-right: 8px;
}

.win_affirmPayment #cancelBtn {
    margin-right: 15px;
    width: 72px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #dcdfe6;
    font-size: 14px;
    border-radius: 3px;
    color: #666;
    background-color: white;
    cursor: pointer;
    outline: 0;
}

.win_affirmPayment #affirmBtn {
    width: 72px;
    height: 30px;
    line-height: 28px;
    border: none;
    font-size: 14px;
    border-radius: 3px;
    color: white;
    background-color: #1ba3e4;
    cursor: pointer;
    outline: 0;
}

/*缴费二次确认页面end*/

/*新版学员续费start*/
.win_newRenewal {
    width: 782px;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
}

.win_newRenewal .header {
    padding: 0 40px;
    height: 60px;
    background-color: #fbfdff;
    border-bottom: 1px solid #d1dfe7;
    border-radius: 4px 4px 0 0;
}

.win_newRenewal .header > span {
    float: left;
    display: inline-block;
    line-height: 60px;
    font-size: 18px;
}

.win_newRenewal .header > img {
    float: right;
    margin: 25px 0;
    cursor: pointer;
}

.win_newRenewal .contents {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 0 40px;
    margin: 24px 0;
}


.win_newRenewal .contents-l {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 13px 0 0 13px;
    width: 230px;
    height: 408px;
    background-color: #f8f9fb;
    border: 1px solid #d1dfe7;
    border-radius: 4px;
}

.win_newRenewal .contents-l-2 {
    height: 354px !important;
}

.win_newRenewal .contents-r {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 444px;
}

.win_newRenewal .contents-l > li {
    width: 100%;
    margin-bottom: 12px;
}

.win_newRenewal .contents-l > li:last-child {
    -webkit-box-flex: 1;
            flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
}

.win_newRenewal .contents-l > li > span {
    font-size: 12px;
    color: #7e8b9c;
}

.win_newRenewal .msg {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    align-items: center;
    height: 36px;
}

.win_newRenewal .msg > img {
    border-radius: 3px;
}

.win_newRenewal .msgText {
    display: -webkit-box;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    flex-direction: column;
}

.win_newRenewal .msgText > span {
    font-size: 12px;
    padding-left: 10px;
    color: #7e8b9c;
    line-height: 18px;
}

.win_newRenewal .msgText > span:last-child {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 175px;
    font-size: 14px;
    color: #7E8B9C;
}

.win_newRenewal #info_owePeriod {
    color: #ff7979;
}

.win_newRenewal .record {
    width: 196px;
    padding-left: 18px;
}

.win_newRenewal .record-2 {
    height: 160px !important;
}

.win_newRenewal .record > li {
    margin-bottom: 20px;
    line-height: 18px;
}

.win_newRenewal .record > li:last-child {
    margin: 0;
}

.win_newRenewal .record > li > div {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    font-size: 13px;
}

.win_newRenewal .record > li > div:first-child {
    color: #7E8B9C;
}

.win_newRenewal .record > li > div:last-child {
    color: #AAB7BE;
}

.win_newRenewal .record > li > div > span {
    font-size: 12px;
}

.win_newRenewal .ball {
    position: absolute;
    left: -18px;
    top: 5px;
    width: 7px;
    height: 7px;
    background-color: #dcdfe6;
    border-radius: 50%;
}

.win_newRenewal .line {
    position: absolute;
    left: -15px;
    top: 2px;
    width: 1px;
    height: 28px;
    background-color: #dcdfe6;
}

.win_newRenewal .contents-r {
    width: 444px;
}

.win_newRenewal .contents-r > li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-bottom: 24px;
}

.win_newRenewal .contents-r > li:last-child {
    margin-bottom: 0;
}

.win_newRenewal .contents-r > li > div {
    position: relative;
    font-size: 0;
}

.win_newRenewal .contents-r > li > div:first-child {
    -webkit-box-flex: 1;
            flex-grow: 1;
}

.win_newRenewal .contents-r > li > div > span {
    display: inline-block;
    margin-right: 10px;
    width: 56px;
    min-width: 56px;
    text-align: right;
    white-space: nowrap;
    font-size: 12px;
    color: #333;
}

.win_newRenewal .contents-r > li > div > input {
    width: 112px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #dedfe6;
    font-size: 12px;
    color: #3e3e3e;
    padding: 0 10px;
    outline: 0;
}

.win_newRenewal .contents-r > li > div > input[readonly] {
    cursor: pointer;
}

.win_newRenewal #teacherBtn,
.win_newRenewal #agentBtn,
.win_newRenewal #patternBtn,
.win_newRenewal #termsOfPaymentBtn {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAARUlEQVQYGWOYOXNm/8yZM/+j41mzZq1mAAF0BTNmzDg8depUHrBkQ0MDC0glSPeMGTOuT506VQIsASOgCqbPnDlTAyYGANPHMu3xpKhaAAAAAElFTkSuQmCC') 110px center no-repeat;
}

.win_newRenewal #patternBtn {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*padding-right: 16px;*/
}

.win_newRenewal #endtime,
.win_newRenewal #managetime {
    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') 84px center no-repeat;
    background-size: 16px;
}

.win_newRenewal #byTime_endtime {
    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') 249px center no-repeat;
    background-size: 16px;
}

.win_newRenewal .byTime {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}

.win_newRenewal .byTimeBox {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    width: 378px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #dedfe6;
    font-size: 12px;
}

.win_newRenewal .byTimeBox > input {
    height: 28px;
    width: 82px;
    font-size: 12px;
    color: #3e3e3e;
    border-radius: 3px;
    padding-left: 10px;
    outline: 0;
    cursor: pointer;
    border:none;
}

.win_newRenewal .byTimeBox > input:last-child {
    -webkit-box-flex: 1;
            flex-grow: 1;
}

.win_newRenewal .discountsLi {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}

.win_newRenewal .discountsBox {
    position: relative;
    display: -webkit-box;
    display: flex;
    width: 378px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #dedfe6;
}

.win_newRenewal .discountsBox:after {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 12px;
    color: #3e3e3e;
}

.win_newRenewal .discountsBox[data-index='00']:after {
    content: '元';
}

.win_newRenewal .discountsBox[data-index='01']:after {
    content: '%';
}

.win_newRenewal #discounts_options_Btn {
    padding-left: 8px;
    width: 80px;
    height: 28px;
    border: none;
    border-right: 1px solid #dedfe6;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAARUlEQVQYGWOYOXNm/8yZM/+j41mzZq1mAAF0BTNmzDg8depUHrBkQ0MDC0glSPeMGTOuT506VQIsASOgCqbPnDlTAyYGANPHMu3xpKhaAAAAAElFTkSuQmCC") 67px center no-repeat #f5f5f5;
    text-align: left;
    color: #666;
    cursor: pointer;
    outline: 0;
}

.win_newRenewal #discounts_num {
    -webkit-box-flex: 1;
            flex-grow: 1;
    height: 28px;
    border: none;
    font-size: 12px;
    padding-left: 10px;
    border-radius: 3px;
    outline: 0;
}

.win_newRenewal .backLi {
    -webkit-box-flex: 1;
            flex-grow: 1;
}

.win_newRenewal .backLi > div {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex-grow: 1;
    height: 100%;
    width: 100%;
}

.win_newRenewal .backLi > div > span {
    padding-top: 10px;
}

.win_newRenewal #back {
    padding: 8px 10px;
    width: 100%;
    resize: none;
    outline: none;
    border-radius: 3px;
    border: 1px solid #dedfe6;
    font-size: 12px;
}

.win_newRenewal .hasSelect {
    position: relative;
}

.win_newRenewal .hasSelect ul {
    display: none;
    z-index: 999;
    position: absolute;
    left: 66px;
    top: 31px;
    width: 132px;
    max-height: 134px;
    border-radius: 3px;
    border: 1px solid #dedfe6;
    background-color: white;
    padding: 6px 0;
    overflow: auto;
}

.win_newRenewal .hasSelect ul.discountsUl {
    left: -1px;
}

.win_newRenewal .hasSelect ul > li {
    line-height: 30px;
    font-size: 12px;
    color: #3e3e3e;
    padding: 0 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.win_newRenewal .hasSelect ul > li:hover {
    background-color: #f1f1f1;
}

.win_newRenewal .hasSelect ul > li.active {
    background-color: #1ba3e4;
    color: white;
}

.win_newRenewal .isMinus > div {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 10px 10px 0 10px;
    height: 64px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #eff2f7;
    background-color: #fffbea;
}

.win_newRenewal .isMinus_tips {
    font-size: 12px !important;
    color: #666 !important;
    line-height: 16px;
}

.win_newRenewal .isMinus_optionBox {
    -webkit-box-flex: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    font-size: 12px;
    color: #666;
}

.win_newRenewal .isMinus_option {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    margin-right: 30px;
    cursor: pointer;
}

.win_newRenewal .isMinus_option.active {
    position: relative;
    color: #1ba3e4;
}

.win_newRenewal .isMinus_option.active:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -4px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1ba3e4;
}

.win_newRenewal .isMinus_option:before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #e3e7ea;
    background-color: #f7faff;
    line-height: 0;
    vertical-align: middle;
}

.win_newRenewal .isMinus_tips:before {
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAASCAYAAAC5DOVpAAABl0lEQVQ4Ea2UO0sDQRCAz0KwEW1V0NzOJrExTQrFV2XlH1DEysJCBMFfEHKzZyxsBXsFG3sbK1ttrNUm4ivgI97spTuZMxsuZ3JJIAfHPmb2m5mdmbWsLr7PQmo0CKyBLlSTVXzXXiKEL11MzyZrdpCSI1YJ4Y0Qnn0Uix3U24s1whohvLBHhHBtYJ6Sm4Rwqx1Z0piZaE+oS0jBNikoe0Uxw1tRWOUwO6xRznkojgjh1XPEShOw6thZKkKef7ZIKB5rjgSjFIWZPR7ZW76GqpuaDvdrByAJ4YcU3LD7hPBEhex49FAUpl1Y8Eti0si1I/ZIwUW45lAI4c4IW41NMIRdDk8jzLPuR0mMEMJ3UEgNWb3CGEBKbGlHnhnDhHBfc0WmX7D38Gp69YxQ7oQlUw/TU3aOExZ6+ZcA4TUSoKDcbQK4xQjhUqPcNyFb/0sDHjqVBverRnmqEa6Ck/xgAxafJBUtl4aHcE4IFVLyOMxiHBBfawXrrdvJznlKbJCaGoufSVz3rdGNFR/Ty315ggyQL9vMk8ZfXSgcLZNyebgAAAAASUVORK5CYII=');
    margin-right: 10px;
    line-height: 0;
    vertical-align: middle;
}

.win_newRenewal .footer {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-align-items: center;
    align-items: center;
    padding: 0 40px;
    height: 60px;
    background-color: #fbfdff;
    border-top: 1px solid #d1dfe7;
    border-radius: 0 0 4px 4px;
}

.win_newRenewal .footer-l {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    align-items: center;
}

.win_newRenewal .footer-l span {
    margin-right: 10px;
    font-size: 12px;
    color: #999;
}

.win_newRenewal .footer-r {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    align-items: center;
}

.win_newRenewal #cancelBtn {
    margin-right: 20px;
    width: 72px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #dcdfe6;
    background-color: #fff;
    line-height: 28px;
    font-size: 14px;
    color: #666;
    outline: none;
    cursor: pointer;
}

.win_newRenewal #affirmBtn {
    width: 72px;
    height: 30px;
    border-radius: 3px;
    border: none;
    background-color: #1ba3e4;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    outline: none;
    cursor: pointer;
}

.win_newRenewal #countMoney {
    margin-right: 13px;
    font-size: 18px;
    color: #1ba3e4;
    font-weight: 400;
}

.win_newRenewal .footerLine {
    display: inline-block;
    margin-right: 9px;
    width: 1px;
    height: 16px;
    background-color: #d1dfe7;
}

.win_newRenewal .countPeriodMsg {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}

.win_newRenewal .countPeriodMsg > span {
    margin-right: 10px;
}

.win_newRenewal .blueText {
    color: #1ba3e4cc !important;
}

.win_newRenewal .redText {
    color: #FF7979 !important;
}

.win_newRenewal .greenText {
    color: #1CD67C !important;
}

/*新版学员续费end*/

/*班级详情的添加学员新缴费start*/
.win_stuByClassPayment {
    height: 600px;
}

.win_stuByClassPayment .contentBox {
    padding-left: 40px;
    height: 480px;
    max-height: 480px;
    overflow: auto;
}

.win_stuByClassPayment .selectStudent {
    height: 78px;
    border-bottom: 1px solid #e5e5e5;
}

.win_stuByClassPayment .contents {
    padding: 0 0 20px 0;
}

.win_stuByClassPayment #back {
    height: 88px;
}

.win_stuByClassPayment #selectStudentText {
    padding-right: 34px;
    border-radius: 3px 0 0 3px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAzUlEQVQ4EaVS2w3CMBDLCIzCCIzACIzABmUE/mLnJ90ARmAD2IBuAnJ0oTmqFhCVolx8L/uuIdiXc16R7ADcSV5IDiRPMcZNjZncKaW1AmOMu9ZpuIp0LV5s6zQoaOI0gGRPcuv8JA/vnVxACEHFAdwcLooOmHmoq9OrQczEOtiYjYP6oaMkjYkAzkuDqW2lUVrrO6jKJ7ok99L4SqqG+APIrqI5LenhaNZE3dqT6KiAFm7nCuBorBZ3XagrUKdlUP+ub+bREir238mS9ARfZJg/W20mWwAAAABJRU5ErkJggg==') right 10px center no-repeat white;
}

.win_stuByClassPayment #addStudent {
    width: 70px;
    height: 30px;
    border-radius: 0 3px 3px 0;
    border: 1px solid #dedfe6;
    border-left: none;
    background: white;
    font-size: 12px;
    color: #1ba3e4;
}

.win_stuByClassPayment .paymentMsg > li > div > span.backText {
    padding-bottom: 48px;
}

.win_stuByClassPayment .studentListUl {
    position: absolute;
    top: 54px !important;
    right: 10px !important;
    width: 314px;
    max-height: 310px;
    border-radius: 3px;
    border: 1px solid #dedfe6;
    overflow: auto;
}

.win_stuByClassPayment .studentListUl > li {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    padding: 0 20px;
    line-height: 44px;
}

.win_stuByClassPayment .studentListUl > li:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 20px;
    height: 1px;
    background-color: #dedfe6;
}

.win_stuByClassPayment .studentListUl > li:last-child:after {
    display: none;
}

.win_stuByClassPayment .studentListUl > li:last-child {
    border-bottom: none;
}

.win_stuByClassPayment .studentListUl > li:first-child {
    line-height: 40px;
    background-color: #e5e5e5;
}

.win_stuByClassPayment .studentListUl > li > .checkboxBox {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 16px;
}

.win_stuByClassPayment .studentListUl > li > .checkboxBox > .checkboxs {
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 0;
}

.win_stuByClassPayment .studentListUl > li > .checkboxBox > .checkboxs.active {
    background: white;
}

.win_stuByClassPayment .studentListUl > li > .checkboxBox > .checkboxs.active:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: #1ba3e4;
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.win_stuByClassPayment .studentListUl > li > .stphone {
    width: 116px;
    text-align: center;
    white-space: nowrap;
}

.win_stuByClassPayment .studentListUl > li > .stname {
    padding-left: 10px;
    -webkit-box-flex: 1;
            flex-grow: 1;
}

.win_stuByClassPayment .studentListUl .noList {
    height: 183px;
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    font-size: 12px;
    line-height: 16px;
    color: #666;
}
/*班级详情的添加学员新缴费end*/