/*弹窗样式start*/
.masklayer button {
    line-height: initial;
}

.masklayer .disabledBtn {
    background-color: #ccc !important;
}

.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;
}

/*弹窗样式end*/

/*新建排课start*/
.win_addCourse {
    width: 750px;
    max-height: 600px;
    background-color: white;
    border-radius: 4px;
}

/*.win_addCourse .header {*/
/*padding: 0 40px;*/
/*height: 60px;*/
/*background-color: #fbfdff;*/
/*border-bottom: 1px solid #d1dfe7;*/
/*border-radius: 4px 4px 0 0;*/
/*}*/

/*.win_addCourse .header > span {*/
/*float: left;*/
/*display: inline-block;*/
/*line-height: 60px;*/
/*font-size: 18px;*/
/*}*/

/*.win_addCourse .header > img {*/
/*float: right;*/
/*margin: 25px 0;*/
/*cursor: pointer;*/
/*}*/

.win_addCourse .hide {
    display: none !important;
}

.win_addCourse .contents {
    max-height: 464px;
    overflow: auto;
    padding: 0 40px;
}

.win_addCourse .contentsUl {
    margin: 30px 0 18px 0;
    width: 670px;
    font-weight:normal;
}

.win_addCourse .contentsUl > li {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
}

.win_addCourse .contentsUl > li:last-child {
    margin-bottom: 12px;
}

.win_addCourse .contentsUl > li > div {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.win_addCourse .contentsUl > li > div > span {
    display: inline-block;
    width: 56px;
    text-align: right;
    margin-right: 16px;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
}

.win_addCourse .contentsUl > li > div input[type=text], .win_addCourse .contentsUl > li > div textarea {
    width: 246px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #dcdfe6;
    font-size: 12px;
    padding-left: 10px;
    color: #333;
    outline: 0;
    resize: none;
    box-sizing: border-box;
}

.win_addCourse .contentsUl > li > div input[unselectable=on] {
    cursor: pointer;
}

.win_addCourse .contentsUl > li > div input[unselectable=on]#course {
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.win_addCourse .hideBox {
    display: none !important;
}

.win_addCourse #school.sanjiao {
    background: url(../../../images/stdSanjiao.png) right 10px center no-repeat white;
}

.win_addCourse .schoolUl {
    display: none;
    z-index: 1;
    position: absolute;
    top: 31px;
    right: 0;
    padding: 6px 0;
    width: 246px;
    max-height: 150px;
    border-radius: 3px;
    border: 1px solid #dedfe6;
    background: white;
}

.win_addCourse .schoolUl > li {
    line-height: 28px;
    padding: 0 10px;
    font-size: 12px;
    color: #3e3e3e;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.win_addCourse .schoolUl > li.active {
    background-color: #1ba3e4 !important;
    color: white !important;
}

.win_addCourse .schoolUl > li:hover {
    background-color: #f1f1f1;
}

.win_addCourse #showInput,
.win_addCourse #showInputStudent {
    padding-right: 54px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.win_addCourse #showInputStudent {
    cursor: pointer;
}

.win_addCourse .subject, .win_addCourse .deduction {
    position: relative;
}

.win_addCourse .subject:after {
    content: '';
    position: absolute;
    right: 8px;
    top: 13px;
    display: block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #999;
}

.win_addCourse #expendcnt {
    text-align: center !important;
}

.win_addCourse .expendcntBox {
    width: 246px;
    height: 30px;
    border: 1px solid #dedfe6;
    border-radius: 3px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.win_addCourse .expendcntBox > input[type=text] {
    -webkit-box-flex: 1;
    flex-grow: 1;
    width: 0 !important;
    border: none !important;
    padding: 0 !important;
    height: 28px !important;
    text-align: center;
}

.win_addCourse .expendcntBox > span:first-child {
    display: inline-block;
    width: 48px;
    height: 18px;
    line-height: 18px;
    border-right: 1px solid #dedfe6;
    font-size: 12px;
    text-align: center;
}

.win_addCourse .expendcntBox > span:last-child {
    display: inline-block;
    width: 78px;
    height: 18px;
    line-height: 18px;
    border-left: 1px solid #dedfe6;
    font-size: 12px;
    text-align: center;
}

.win_addCourse .addExpendCnt ,
.win_addCourse .diffExpendCnt {
    width: 38px;
    height: 28px;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 700;
    color: #1ba3e4;
    background-color: transparent;
}

.win_addCourse .type, .win_addCourse .repetitionType {
    display: inline-block;
    margin-right: 48px;
    padding-left: 30px;
    width: 72px;
    font-size: 12px;
    color: #333;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.win_addCourse .active{
    color: #1ba3e4;
}
.win_addCourse .type > div, .win_addCourse .repetitionType > div {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #e1e5eb;
    background-color: #f7faff;
}

.win_addCourse .type.active > div:before, .win_addCourse .repetitionType.active > div:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #1ba3e4;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
}

.win_addCourse .assistBtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 30px;
    background-size: 16px 16px;
    background-color: transparent;
    border-left: 1px solid #d1dfe7;
    cursor: pointer;
}

.win_addCourse .assistBtn.room {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABJklEQVQ4Ed2QQU4CQRBFX3UU3ckROAJHcDYGN8ocwRMwnEA8AeMJ5Abj6EJm1dxAbiBHwJ1g6DJF0hN1CC6MGzvpdOXXf7/SBX95ysqPyspf75shu5rFkz8V4U6EjvVVWahylZ4ns+/+LwGF9223xiZmir46kcyAoJoLcgLkocVNmiTLGORi8Vj5vqx4Nhil1JZ0Nhtmdq02zXrmMW/knE29r3wRoAAVB+llL+m7NZlzvGzvmsFWg9Q85jXGWCmnPkcYoNyGI0a80RXHWKAbp9irMNfAkGPmbsUoMmIpvNNJz5J5HfaZbNbbPRjDIYt6iQ9Tn6kwbvqbiijDi16SW6deogrtpnW38tlbB+y2/qz+g4CD+MsQmDihi+j+ZaosgzKJ3K/fDzZ3eIdtag1hAAAAAElFTkSuQmCC') center no-repeat;
}

.win_addCourse .assistBtn.courseDates {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAACpUlEQVQ4EW1STUuVQRR+zsy8X/eqWZfQIigiKHJhFrSISBM0oy+wX9AHQZvWErRt1yIIIloEtYki0BuUBqJei7oJgUUfRLRIBUst1F7fe31n5sS8dV01m/OcZ57nnDPMAf6d8pt3t+8Xh4q1/H/xybORB8XnL+/V7qh/cPRMHOsxiPRhU2Hdlrp1+X1T0/M9oVJJTWSZc17AT5MKlzziilB8XGvVTv2DIywEbvm+erG+oTEvhcp9nfp2LfD9mhfWWgRh2BeFwYLVVbOSVPcYS5cEiKzR5lxdEKxatjPTs7OXfc9bM64By331YW7eE3Ip1eYCCEwDQ6OLRGhItYG1Bp5SoJqD1hCYGanWEELCUxLMWFIA14PFI1/RTSYvZs2/SKpmBrQSq3OG5QYCQlialSpsgND1zHQRsL0CADG4fKK7cziC/ih0Sie7D42d6j70givGP9l1+NWJrsOjIGEQmK9OB2FfOZ9yEwpBgYvLqSyTlDuLpVKHJ2Vrsli5XhwsXTVIBwzbMifmJ4ACmHyAIdyr0jR1EyAfhZ+lwFwYBLHVPC8JP4S0s7kgXJHAXBQFH5yOmTO9MNaCgazzts2Fs3mP27r273/blA/76/TK3rziO90dBz7llG1r3bWj15l/x0nkoiAieL5fdcmXqR9345QmhycmWudWqr3LKpqMtTw/PF7eHWv5dvLjl8dOV5ePsgXKzGyMdWQ1Tbdqy4VqkkQkuNEwFYzlwmJcCSx4Q1JZ3e50RJTps9lBYtmRvUc7WzwjNh5rby/1HDx4w7DYdOpI+5XTRzsmVrlamHw93ux0DIqzIgNDI0zAeyIMWqYFYk7AaCLi1ApaAGM9EUIwfQezTwIbmdHDQIv7qhkHmNHiarpKbsUsZwvgGrhtyvo5/i/O6Jk/hpc/jzcPdfAAAAAASUVORK5CYII=') center no-repeat;
}

.win_addCourse .assistBtn.teacher {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABfklEQVQ4EZVTy1UCQRCsGpGzGbhmYAayJ/TgAzJYIhAzwAjYDDSDBS58Dg5EIEYgZgBHeDLt64GVYZeLc5mq6u7a7p0ZorAya6+4QQ9EE4IVgKWmkJg16vFLIR0sCsOx7QjRK+rKnUPceohnYcyERLFQmgJZH3WZAzIXkW9jUDvqe1QpCsoJpo163A1jg4lVHoWa4nIHgsgAi2IiiaUI7op6yYDE6qeKkzm1aHeJPhmOtrc6Y8DUbHDSvqaqRjItdnCWDybvCz3OPKhYtZyH+9mf6Bw7ZiuzbGoT7LDiFpkBS12pUWmEbGQjPWtv4tA1RCoOz4/1uK+x8OslAz0qY/CVjWzNmxh0nUFX8XBqExp8DMb2KTTxN/FwfTNyf1FEMBNBWws0Waq44UYWJK89F7w17+P2Xwc6b16s4gFHEFkT8nmxQZIXH+JJf2xfPdbWROCJCvkSwRKEnoQ+pojwOA/73QCtijg0y0/Kd5H/sNuTqoA4QWJo0A+0f0Gt/QW3/ZjAguQrmQAAAABJRU5ErkJggg==') center no-repeat;
}

.win_addCourse .assistBtn.claname,
.win_addCourse .assistBtn.stname {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAABjUlEQVQ4EY2TzVEbQRCFvx5wlW8oBBGBycDMBcTBIEWAQsAR2EQgEQEiAq3wgRKXEREgIjAhyEdTZtrVA7O1u/pBXbXV0/163nbPvBEadnsf+jFyDrSBZ/tUueydeFuvNakik2kYQSKpplFYqOB7R35eAyqBy+vxfThYRWK4QEsig1y7ypdELtJfVZBzIhy+/yynar4kQtQ62myvtNYV7JaAysJm+MjGd6Etwg+7DIHirOOvbE/ZkTiKTSSK/uEzc+f4LULfRkUY/pqGbo3o9MiPUCbryHaQ/u4Lh008ohc1IguicqGatNOsH3479sW/yKIJ5DidyjiElvxlYC1noOlNS074rpq6MsEC+hSjdE2s6Yzci842kdgW05Iq16KYKG8Sjcqec3xN+GQafkK6BYs/tKxypzxWii8d6NIBVgqWltbZDhzYWBlU5dyBpNZychuvag9ayncn8ORQkqC2IbAa01MUihgZxYiPkf2zju++3dpdaDtnN5bGbIF8qRPrA8izCLPXTxQ975dk8B/+DIRaxYTNowAAAABJRU5ErkJggg==') center no-repeat;
}
/*.win_addCourse .assistBtn.subject{*/
/**/
/*}*/
.win_addCourse .history {
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 8px;
    width: 78px;
    height: 30px;
    line-height: 30px;
    background-color: transparent;
    border-left: 1px solid #d1dfe7;
    font-size: 12px;
    cursor: pointer;
    color: #888;
}

.win_addCourse .history:after {
    content: '';
    position: absolute;
    right: 8px;
    top: 13px;
    display: block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #999;
}

.win_addCourse .minuteText:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #1cd76c;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}

.win_addCourse .minuteText {
    position: absolute;
    top: 30px;
    left: 72px;
    font-size: 12px;
    color: #ccc;
    display: inline-block;
    line-height: 24px;
}

.win_addCourse .minuteText > .minute {
    color: #1cd76c;
}

.win_addCourse .comboBox {
    display: none;
    z-index: 999;
    position: absolute;
    right: 36px;
    top: 31px;
    padding: 6px 0;
    width: 210px;
    max-height: 164px;
    background-color: white;
    border-radius: 3px;
    border: 1px solid #dcdfe6;
    overflow: auto;
}

.win_addCourse .courseUl {
    right: 0;
    width: 246px;
}
.win_addCourse .comboBox.courseUl > li.active {
    color: #1ba3e4 !important;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMEAYAAAAG5YCkAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAZiS0dEAAAAAAAA+UO7fwAAAAlwSFlzAAAASAAAAEgARslrPgAAAM1JREFUOMtjYBgFaEBq3xLvpw7OzlKflig+5bl4kZlaBss8X6rxWNzOjkHv/0OGy2vXMsj/P834MC+PagZLMyyWevLv7VupGYtePE3z9UXy0mLWpw4nT0rOXHztWaqREclB8Xhx3VPpd+9keJdcfPzR0xNTod6iF08vRERIyy0+/eTBmzcyv5dYPmY2NSXbxThdRMAisg3GsOjTkoSnPPHx0taL054cfv1aRm9J2uMLubkEg4JUIN22KP1JRWystNLiX0/u3LxJNYOHHAAATkaHeg6yOqUAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjAtMDMtMDRUMTE6NDg6NTkrMDg6MDCAoMQBAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIwLTAzLTA0VDExOjQ4OjU5KzA4OjAw8f18vQAAAEZ0RVh0c3ZnOmJhc2UtdXJpAGZpbGU6Ly8vaG9tZS9hZG1pbi9pY29uLWZvbnQvdG1wL2ljb25fYTI0dm9zdWc5NS90aWNrLnN2Z4VpBYAAAAAASUVORK5CYII=') center right 20px no-repeat white !important;
}

.win_addCourse .comboBox > li.active {
    background-color: #1ba3e4 !important;
    color: white !important;
}

.win_addCourse .comboBox > li {
    font-size: 12px;
    padding: 0 10px;
    line-height: 30px;
    color: #3e3e3e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.win_addCourse .startimeList {
    width: 246px !important;
    right: 0 !important;
}

.win_addCourse .comboBox > li:hover {
    background-color: #f1f1f1;
}

.win_addCourse .footer {
    padding: 0 40px;
    height: 50px;
    background-color: #F7FAFF;
    border-top: 1px solid #eee;
    border-radius: 0 0 4px 4px;
    text-align: right;
    line-height: 50px;
}

.win_addCourse #cancelBtn {
    margin-right: 15px;
    width: 70px;
    height: 32px;
    border: 1px solid #dddddd;
    font-size: 12px;
    border-radius: 2px;
    color: #333;
    background-color: white;
    cursor: pointer;
    outline: 0;
}

.win_addCourse #affirmBtn {
    width: 70px;
    height: 32px;
    border: none;
    font-size: 12px;
    border-radius: 2px;
    color: white;
    background-color: #1ba3e4;
    cursor: pointer;
    outline: 0;
}

.win_addCourse .repetitionCard {
    display: none;
    margin: 10px auto;
    height: 120px;
    border-radius: 4px;
    background-color: #f4f7ff;
}

.win_addCourse .repetitionCard > li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 33.333%;
    padding-left: 8px;
}

.win_addCourse .repetitionCard li > ul {
    display: -webkit-box;
    display: flex;
}

.win_addCourse .repetitionCard li > span {
    margin-right: 14px;
    display: inline-block;
    width: 50px;
    text-align: right;
    font-size: 12px;
    color: #3e3e3e;
    white-space: nowrap;
}

.win_addCourse .repetitionCard li > ul > li {
    display: inline-block;
    font-size: 12px;
    color: #3e3e3e;
    margin-right: 34px;
    cursor: pointer;
}

.win_addCourse .selectionRepetition_parent_li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.win_addCourse .selectionRepetition_parent_li > span {
    font-size: 12px;
    color: #3e3e3e;
}

.win_addCourse .selectionRepetition_Box {
    position: relative;
}

.win_addCourse .selectionRepetition_Ul {
    display: none;
    padding: 6px 0;
    z-index: 999;
    position: absolute;
    right: 0;
    bottom: 31px;
    width: 180px;
    border-radius: 3px;
    border: 1px solid #dedfe6;
    background-color: white;
}

.win_addCourse .selectionRepetition_Ul > li {
    padding-left: 10px;
    line-height: 30px;
    font-size: 12px;
    color: #3e3e3e;
}

.win_addCourse .selectionRepetition_Ul > li.active {
    background-color: #1ba3e4 !important;
    color: white !important;
}

.win_addCourse .selectionRepetition_Ul > li:hover {
    background-color: #f1f1f1;
}

.win_addCourse #selectionRepetition {
    margin-left: 17px;
    width: 180px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #dcdfe6;
    text-align: center;
    font-size: 12px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQUNDNkFGNDFEMjAxMUU4OTM2OEI4NjNCNUY0OEYxMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQUNDNkFGNTFEMjAxMUU4OTM2OEI4NjNCNUY0OEYxMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkJBQ0M2QUYyMUQyMDExRTg5MzY4Qjg2M0I1RjQ4RjExIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkJBQ0M2QUYzMUQyMDExRTg5MzY4Qjg2M0I1RjQ4RjExIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+SbaeOwAAAHlJREFUeNpiTEtLy/r///80BhyAkZExiwlITwXihTjUgMSnsgBNsQOqPgSkPwIF8kAyQDbIhElAHAeSZwGKHQYy7IECB4HsH//+/SsDsnuBOBckDpJngRoLMikSKLEciC2A2BbEB4mDJFmQ7F8BtWY5VMEKmARAgAEA+8o3cmkNQ4AAAAAASUVORK5CYII=') 158px center no-repeat;
    background-color: white;
    outline: 0;
    cursor: pointer;
}

.win_addCourse #repetitionNum {
    margin: 0 14px 0 17px;
    width: 60px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #dcdfe6;
    text-align: center;
    font-size: 12px;
    background-color: white;
    color: #3e3e3e;
    outline: 0;
}

.win_addCourse #repetitionDate {
    display: none;
    margin: 0 14px 0 17px;
    padding-left: 12px;
    width: 140px;
    height: 30px;
    border: 1px solid #dedfe6;
    border-radius: 3px;
    font-size: 12px;
    background: url('../../../images/std_details/time.png') right 10px center no-repeat white;
    background-size: 16px;
    outline: none;
    cursor: pointer;
    color: #3e3e3e;
}

.win_addCourse num {
    margin: 0 5px;
    color: #1ba3e4;
}

.win_addCourse .remarksBox {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.win_addCourse .remarksBox > span {
    padding-top: 5px;
    display: inline-block;
    width: 56px;
    text-align: right;
    margin-right: 16px;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
}

.win_addCourse #remarks {
    width: 598px;
    height: 74px;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 3px;
    border: 1px solid #dedfe6;
    outline: 0;
    resize: none;
}

/*新建排课end*/

/*新增排课-选择班级start*/
.win_choiceClass_course {
    width: 480px;
    height: 527px;
    background-color: white;
    border-radius: 4px;
}

.win_choiceClass_course .contents {
    padding-left: 40px;
}

.win_choiceClass_course #choiceClass {
    padding: 0 35px 0 10px;
    margin: 14px 0;
    width: 140px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #dedfe6;
    font-size: 12px;
    background: url('../../../images/ico-search.png') right 10px center no-repeat white;
    background-size: 16px;
    outline: none;
}

.win_choiceClass_course .listBox {
    position: relative;
    max-height: 340px;
    height: 340px;
    overflow: auto;
}

.win_choiceClass_course .ListUl_header_li {
    display: -webkit-box;
    display: flex;
    width: 400px;
    height: 30px;
    background-color: #ebeef6;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-width: 100px;
    -moz-column-width: 100px;
    column-width: 100px;
    border-radius: 4px 4px 0 0;
    border: 1px solid #dedfe6;
    border-bottom: none;
    font-size: 12px;
    color: #999;
}

.win_choiceClass_course .ListUl_header_li > div {
    line-height: 30px;
}

.win_choiceClass_course .ListUl {
    margin-bottom: 10px;
    width: 400px;
    border-radius: 0 0 4px 4px;
    border: 1px solid #dedfe6;
}

.win_choiceClass_course .ListUl > li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    height: 48px;
    border-bottom: 1px solid #e4e6ec;
}

.win_choiceClass_course .ListUl > li:last-child {
    border: none;
}

.win_choiceClass_course .ListUl > li > div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: #3e3e3e;
}

.win_choiceClass_course .checkboxs {
    margin: 0 auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #dedfe6;
}

.win_choiceClass_course .checkboxs.active {
    position: relative;
}

.win_choiceClass_course .checkboxs.active:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1ba3e4;
}

.win_choiceClass_course .ListUl > li span {
    font-size: 12px;
    color: #666;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.win_choiceClass_course .clanames {
    padding-right: 10px;
    display: inline-block;
    width: 216px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.win_choiceClass_course .attrs {
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.win_choiceClass_course .attrs > span {
    display: inline-block;
    padding: 0 4px;
    border: 1px solid #dedfe6;
    border-radius: 2px;
    height: 22px;
    line-height: 22px;
}

.win_choiceClass_course .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: 356px;
}

.win_choiceClass_course .noList > img {
    width: 130px;
}

.win_choiceClass_course .noList > h1 {
    font-size: 14px;
}

.win_choiceClass_course .footer {
    padding: 0 40px;
    height: 50px;
    background-color: #F7FAFF;
    border-top: 1px solid #eee;
    border-radius: 0 0 4px 4px;
    text-align: right;
    line-height: 50px;
}

.win_choiceClass_course #cancelBtn {
    margin-right: 15px;
    width: 72px;
    height: 30px;
    border: 1px solid #dcdfe6;
    font-size: 12px;
    border-radius: 2px;
    color: #666;
    background-color: white;
    cursor: pointer;
    outline: 0;
}

.win_choiceClass_course #affirmBtn {
    width: 72px;
    height: 30px;
    border: none;
    font-size: 12px;
    border-radius: 2px;
    color: white;
    background-color: #1ba3e4;
    cursor: pointer;
    outline: 0;
}

/*新增排课-选择班级end*/

/*新增排课-选择学员start*/
.win_choiceStudent span,
.win_choiceStudent img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 204px;
}

.win_choiceStudent name {
    color: #999 !important;
}

.win_choiceStudent {
    width: 641px;
    height: auto;
    background-color: white;
    border-radius: 4px;
    overflow: hidden;
}

.win_choiceStudent .contents {
    padding: 0 40px;
    height: 438px;
}

.win_choiceStudent .contents > div {
    float: left;
    height: 100%;
    width: 50%;
}

.win_choiceStudent .contents > .contents-left {
    border-right: 1px solid #d1dfe7;
}

.win_choiceStudent #choiceStname {
    margin: 14px auto;
    width: 248px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #dedfe6;
    background: url('../../../images/ico-search.png') right 10px center no-repeat #fff;
    background-size: 16px;
    font-size: 12px;
    padding-left: 10px;
    outline: 0;
}

.win_choiceStudent .AllStudentBox {
    max-height: 364px;
    overflow: auto;
}

.win_choiceStudent .AllStudentUl {
    width: 241px;
}

.win_choiceStudent .AllStudentUl > li {
    cursor: pointer;
    width: 100%;
    font-size: 12px;
    margin: 10px 0;
}

.win_choiceStudent .AllStudentUl > li:first-child {
    color: #999;
    margin-bottom: 20px;
}

.win_choiceStudent .AllStudentUl > li:last-child {
    margin: 0;
}

.win_choiceStudent .AllStudentUl > li > img {
    float: right;
    vertical-align: middle;
}

.win_choiceStudent .AllStudentUl > li > ul {
    display: none;
}

.win_choiceStudent .AllStudentUl > li > ul > li {
    padding-left: 26px;
    cursor: pointer;
    width: 100%;
    font-size: 12px;
    margin: 10px 0;
}

.win_choiceStudent .AllStudentUl > li > ul > li > img {
    float: right;
    vertical-align: middle;
}

.win_choiceStudent .sanjiao {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid #dcdfe6;
    border-right: 6px solid transparent;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    vertical-align: initial;
    margin-bottom: 2px;
}

.win_choiceStudent .sanjiao.bottom {
    display: inline-block;
    margin-right: 4px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #dcdfe6;
    border-bottom: 6px solid transparent;
    vertical-align: sub;
}

.win_choiceStudent .contents-right-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    color: #999;
    height: 58px;
}

.win_choiceStudent .delAllStudent {
    cursor: pointer;
}

.win_choiceStudent .contents-right {
    padding-left: 40px;
}

.win_choiceStudent .unselectedBox {
    width: 281px;
    max-height: 364px;
    overflow: auto;
}

.win_choiceStudent .unselectedUl {
    width: 241px;
}

.win_choiceStudent .unselectedUl > li {
    padding-left: 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 30px;
    width: 100%;
    font-size: 12px;
}

.win_choiceStudent .unselectedUl > li > div {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.win_choiceStudent .unselectedUl > li > img {
    cursor: pointer;
}

.win_choiceStudent .hideBox {
    display: none !important;
}

.win_choiceStudent .footer {
    padding: 0 40px;
    height: 50px;
    background-color: #F7FAFF;
    border-top: 1px solid #eee;
    border-radius: 4px;
    text-align: right;
    line-height: 50px;
}

.win_choiceStudent #cancelBtn {
    margin-right: 15px;
    width: 72px;
    height: 30px;
    border: 1px solid #dcdfe6;
    font-size: 14px;
    border-radius: 3px;
    color: #666;
    background-color: white;
    cursor: pointer;
    outline: 0;
}

.win_choiceStudent #affirmBtn {
    width: 72px;
    height: 30px;
    border: none;
    font-size: 14px;
    border-radius: 3px;
    color: white;
    background-color: #1ba3e4;
    cursor: pointer;
    outline: 0;
}

/*新增排课-选择学员end*/

/*新增排课-选择教师start*/
.win_choiceTeacher {
    width: 584px;
    height: 528px;
    background-color: white;
    border-radius: 4px;
}

.win_choiceTeacher .contents {
    padding-left: 40px;
}

.win_choiceTeacher #choiceTeacher {
    padding: 0 36px 0 10px;
    margin: 14px 0;
    width: 140px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #dedfe6;
    font-size: 12px;
    background: url('../../../images/ico-search.png') right 10px center no-repeat white;
    background-size: 16px;
    outline: 0;
}

.win_choiceTeacher .listThade {
    display: -webkit-box;
    display: flex;
    width: 504px;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    border: 1px solid #dedfe6;
    border-bottom: none;
}

.win_choiceTeacher .listThade > div {
    height: 30px;
    line-height: 30px;
    background-color: #edeff6;
    font-size: 12px;
    color: #999;
    text-align: center;
}

.win_choiceTeacher .textLeft {
    padding-right: 10px;
    text-align: left !important;
}

.win_choiceTeacher .listBox {
    max-height: 340px;
    height: 340px;
    overflow: auto;
}

.win_choiceTeacher .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: 326px;
}

.win_choiceTeacher .noList > img {
    width: 130px;
}

.win_choiceTeacher .noList > h1 {
    font-size: 14px;
}

.win_choiceTeacher .post {
    vertical-align: middle;
    display: inline-block;
    padding: 0 6px;
    border-radius: 3px;
    border: 1px solid #dedfe6;
    height: 24px;
    line-height: 24px;
}

.win_choiceTeacher .ListUl {
    width: 504px;
    margin-bottom: 10px;
    border-radius: 0 0 4px 4px;
    border: 1px solid #dedfe6;
}

.win_choiceTeacher .ListUl > li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 48px;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
}

.win_choiceTeacher .ListUl > li:hover {
    background-color: #f5f5f5;
}

.win_choiceTeacher .ListUl > li > div {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #888;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.win_choiceTeacher .ListUl > li:last-child {
    border: none;
}

.win_choiceTeacher .ListUl > li .checkboxs {
    display: inline-block;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #dedfe6;
    vertical-align: middle;
}

.win_choiceTeacher .ListUl > li .checkboxs.active {
    position: relative;
}

.win_choiceTeacher .ListUl > li .checkboxs.active:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1ba3e4;
}

.win_choiceTeacher .ListUl > li span {
    font-size: 12px;
    color: #666;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.win_choiceTeacher .ListUl > li > img {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    margin-right: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.win_choiceTeacher .footer {
    padding: 0 40px;
    height: 50px;
    background-color: #F7FAFF;
    border-top: 1px solid #eee;
    border-radius: 0 0 4px 4px;
    text-align: right;
    line-height: 50px;
}

.win_choiceTeacher #cancelBtn {
    margin-right: 15px;
    width: 72px;
    height: 30px;
    border: 1px solid #dcdfe6;
    font-size: 12px;
    border-radius: 2px;
    color: #666;
    background-color: white;
    cursor: pointer;
    outline: 0;
}

.win_choiceTeacher #affirmBtn {
    width: 72px;
    height: 30px;
    border: none;
    font-size: 12px;
    border-radius: 2px;
    color: white;
    background-color: #1ba3e4;
    cursor: pointer;
    outline: 0;
}

/*新增排课-选择教师end*/

/*新增排课-选择教室start*/
.win_choiceRoom {
    width: 480px;
    height: 528px;
    background-color: white;
    border-radius: 4px;
}

.win_choiceRoom .header {
    padding: 0 40px;
    height: 50px;
    background-color: #F7FAFF;
    border-bottom: 1px solid #eee;
    border-radius: 4px 4px 0 0;
}

.win_choiceRoom .header > span {
    float: left;
    display: inline-block;
    line-height: 50px;
    font-size: 14px;
}

.win_choiceRoom .header > img {
    float: right;
    margin-top: 20px;
    cursor: pointer;
}

.win_choiceRoom .contents {
    padding-left: 40px;
}

.win_choiceRoom #choiceRoom {
    padding: 0 36px 0 10px;
    margin: 14px 0;
    width: 140px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #dedfe6;
    font-size: 12px;
    background: url('../../../images/ico-search.png') right 10px center no-repeat white;
    background-size: 16px;
}

.win_choiceRoom .listBox {
    max-height: 370px;
    height: 370px;
    overflow: auto;
}

.win_choiceRoom .ListUl {
    margin-bottom: 10px;
    width: 400px;
    border-radius: 4px;
    border: 1px solid #dedfe6;
}

.win_choiceRoom .ListUl > li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 48px;
    border-bottom: 1px solid #e4e6ec;
}

.win_choiceRoom .ListUl > li:last-child {
    border: none;
}

.win_choiceRoom .ListUl > li > .checkboxs {
    margin: 0 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #dedfe6;
}

.win_choiceRoom .ListUl > li > .checkboxs.active {
    position: relative;
}

.win_choiceRoom .ListUl > li > .checkboxs.active:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1ba3e4;
}

.win_choiceRoom .ListUl > li span {
    font-size: 12px;
    color: #666;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.win_choiceRoom .ListUl > li > img {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    margin-right: 10px;
}

.win_choiceRoom .clanames {
    padding-right: 10px;
    display: inline-block;
    width: 216px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.win_choiceRoom .attrs {
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.win_choiceRoom .attrs > span {
    display: inline-block;
    padding: 0 4px;
    border: 1px solid #dedfe6;
    border-radius: 2px;
    height: 22px;
    line-height: 22px;
}

.win_choiceRoom .footer {
    padding: 0 40px;
    height: 50px;
    background-color: #F7FAFF;
    border-top: 1px solid #eee;
    border-radius: 0 0 4px 4px;
    text-align: right;
    line-height: 50px;
}

.win_choiceRoom #cancelBtn {
    margin-right: 15px;
    width: 72px;
    height: 30px;
    border: 1px solid #dcdfe6;
    font-size: 12px;
    border-radius: 2px;
    color: #666;
    background-color: white;
    cursor: pointer;
    outline: 0;
}

.win_choiceRoom #affirmBtn {
    width: 72px;
    height: 30px;
    border: none;
    font-size: 12px;
    border-radius: 2px;
    color: white;
    background-color: #1ba3e4;
    cursor: pointer;
    outline: 0;
}

/*新增排课-选择教室end*/

/*新建排课二次确认start*/
.win_course_confirmation {
    width: 540px;
    background-color: white;
    border-radius: 4px;
}

.win_course_confirmation .header {
    padding: 0 40px;
    height: 60px;
    background-color: #fbfdff;
    border-bottom: 1px solid #d1dfe7;
    border-radius: 4px 4px 0 0;
}

.win_course_confirmation .header > span {
    float: left;
    display: inline-block;
    line-height: 60px;
    font-size: 18px;
}

.win_course_confirmation .header > img {
    float: right;
    margin: 25px 0;
    cursor: pointer;
}

.win_course_confirmation .contents {
    padding: 14px 40px 0 40px;
}

.win_course_confirmation .contents > li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 54px;
}

.win_course_confirmation .contents > li > div {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 50%;
    font-size: 12px;
    white-space: nowrap;
}

.win_course_confirmation .contents > li:last-child > div,
.win_course_confirmation .contents > li:nth-last-child(2) > div {
    width: 100%;
}

.win_course_confirmation .contents > li > div > span:first-child {
    display: inline-block;
    width: 56px;
    text-align: right;
    margin-right: 10px;
    color: #999;
}

.win_course_confirmation .contents > li > div > span:last-child {
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.win_course_confirmation .footer {
    padding: 0 40px;
    height: 50px;
    background-color: #fbfdff;
    border-top: 1px solid #eee;
    border-radius: 0 0 4px 4px;
    text-align: right;
    line-height: 50px;
}

.win_course_confirmation #cancelBtn {
    margin-right: 15px;
    width: 70px;
    height: 32px;
    border: 1px solid #ddd;
    font-size: 12px;
    border-radius: 2px;
    color: #333;
    background-color: white;
    cursor: pointer;
    outline: 0;
}

.win_course_confirmation #affirmBtn {
    width: 70px;
    height: 32px;
    border: none;
    font-size: 12px;
    border-radius: 2px;
    color: white;
    background-color: #1ba3e4;
    cursor: pointer;
    outline: 0;
}

/*新建排课二次确认end*/
/*等待动图*/
.win_course_confirmation .loadingBox{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.win_course_confirmation .win-loading{
    position:fixed;
    left:50%;
    top:50%;
    margin:-54px 0 0 -54px;
    /*width: 48px;*/
    padding:30px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #ccc;
}
.win_course_confirmation .win-loadImg {
    height: 20px;
    width: 20px;
    border-radius: 100%;
    margin: 0 auto 8px 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;
}
.win_course_confirmation .win-loadText{
    display:inline-block;
    width:54px;
    color:#1ba3e4;
    white-space: nowrap;
    font-size: 12px;
}

@-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);
    }
}
/*等待动图*/
/*编辑排课 选择当前还是当前和今后的二次选择框start*/
.win_selEdit {
    width: 360px;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: white;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
}

.win_selEdit .header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0 16px;
    height: 50px;
    border-radius: 2px 2px 0 0;
    background-color: #F7FAFF;
    border-bottom: 1px solid #eee;
}

.win_selEdit .header > span {
    font-size: 14px;
    color: #333;
}

.win_selEdit .header > img {
    cursor: pointer;
}

.win_selEdit .contents {
    margin: 26px 40px;
    height: 80px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.win_selEdit .contents > li:first-child {
    padding-left: 0;
    cursor: default;
}

.win_selEdit .contents > li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 48px;
    font-size: 12px;
    cursor: pointer;
}

.win_selEdit .contents > li > img {
    margin-right: 10px;
}

.win_selEdit .contents > .byOneCourse {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 14px;
}

.win_selEdit .contents > .byOneCourse > img {
    margin-right: 8px;
}

.win_selEdit .checkboxs {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #1ba3e4;
    margin-right: 10px;
}

.win_selEdit .checkboxs.active {
    position: relative;
}

.win_selEdit .checkboxs.active:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #1ba3e4;
}

.win_selEdit .footer {
    height: 60px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.win_selEdit .payBtn {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 165px;
}

.win_selEdit #cancelBtn {
    width: 70px;
    height: 32px;
    line-height:30px;
    border-radius: 2px;
    border: 1px solid #dddddd;
    font-size: 12px;
    color: #333;
    background-color: #fff;
    outline: 0;
}

.win_selEdit #affirmBtn {
    width: 70px;
    height: 32px;
    line-height:32px;
    border-radius: 2px;
    font-size: 12px;
    color: white;
    background-color: #1ba3e4;
    outline: 0;
    border: none;
}

/*编辑排课 选择当前还是当前和今后的二次选择框end*/

/*删除排课 选择当前还是当前和今后的二次选择框end*/
.win_selDel {
    width: 328px;
}

.win_selDel .contents {
    height: 42px !important;
}
/*删除排课 选择当前还是当前和今后的二次选择框end*/

/*学员转课start*/
.win_adjustCourse {
    width: 800px;
    border-radius: 4px;
    background-color: white;
}

.win_adjustCourse .header {
    padding: 0 40px;
    height: 60px;
    background-color: #fbfdff;
    border-bottom: 1px solid #d1dfe7;
    border-radius: 4px 4px 0 0;
}

.win_adjustCourse .header > span {
    float: left;
    display: inline-block;
    line-height: 60px;
    font-size: 18px;
}

.win_adjustCourse .header > img {
    float: right;
    margin: 25px 0;
    cursor: pointer;
}

.win_adjustCourse .contents {
    padding: 20px 25px 10px 40px;
    max-height: 470px;
    overflow: auto;
}

.win_adjustCourse .contentsUl > li {
    display: -webkit-box;
    display: flex;
    margin-bottom: 22px;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.win_adjustCourse .contentsUl > li:last-child {
    margin: 0;
}

.win_adjustCourse .contentsUl > li > span, .win_adjustCourse .contentsUl > li > div > span {
    display: inline-block;
    width: 56px;
    text-align: right;
    font-size: 14px;
    color: #3e3e3e;
    margin-right: 15px;
    line-height: 30px;
    white-space: nowrap;
}

.win_adjustCourse .search_input {
    width: 274px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #dcdfe6;
    font-size: 12px;
    padding-left: 10px;
    outline: 0;
    cursor: pointer;
    resize: none;
}

.win_adjustCourse #handleTime {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAADAklEQVRIDeVWS2hTQRQ99700VWsVXOiidFGwKij4Af+KiZYUCjUggqC40JXgShfiQkFd6lpcuBAEN4JKE602aelTY90puHGh4oeKWkFB+7FJZo5M2nl9eW01oiELB8K999zPYe7kzR1BaJF0UlmvWyBNdOa0Jds2fQqFVGTmcrnGL6PFPgDjkZamto7W1vFgohM0jH4nk1sLop3kKtFjnWF/pfaXMZ0guZ7kNv12cHs4bxoxIrreBgkcX7dYxZI66sfSnVYnksp4N/wAcY8B2jet0pXxrgvgWvt3srGOB74XyqPuDQwsyg/nL1s0QnKPNeDwLCFF34ZWJCWV8fbwD4jH5s6NojiuQJZKKVGqrsCGIFdZq4VcMd9RTwTyTCAfHTd693b2wVL8AalhUiP5FfNkTh8ggwBeLXCRKxT08qkNAWXEJE8CiHQmdqxpjLK5Y+eWdyTPBBMq0VnUp3ft2vB1QZQtuxOxZQB+aI1TwVzp6umf6MckKiLPQVyGyCjJfQDjwYRKdYE8FuFVwHFJHia4Lpg7jTjorKZe1upqEoVrRywgghFAzlu7OpInSDSY2j4xISPJROxcdQgnqnZlvKMAS8S1b3V4p+lebzM0V/s45X1neyzd/eJFvXo9eMjHAUQZvdnevnXodq+3nZorrU87eJNsi9+zdlD6rQ6CRtcae0Ect7gIzaRJO58/NxSISxY3sgj9FMCQ0rIf5BHrEy1pADMS16zVNSOetdUOUCQQGN6SL7VVKUoZDihXlUaakGYmBXIQmlH2EICpm0tkKJmILZly/XutK+N9ArnYVJ51x+YJ5HmefxSxWIwiokxSf39/WV48Hi+N0l/lhLfhFw47Utn7F77lUbC/dNbrMTFmoFvMyjs9DzcaXyr74KLFjExn798K17X2rMQ2oFry/yMu+5ME2yquc41KmRuptATuB6M0L1w4/HJ46OAkXBK6rvjKKI4rV7TCI+sToXn6zLhq9jnV7IyndgwgfCPN2KO/AAn4D/uyMw46/qJ+Rak1a/VPxqlR4GqK9ysAAAAASUVORK5CYII=') 246px center no-repeat;
    background-size: 16px 16px;
}

.win_adjustCourse .remarks {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: initial;
    align-items: initial;
}

.win_adjustCourse #remarks {
    padding: 10px;
    width: 649px;
    height: 100px;
    font-size: 12px;
    cursor: text;
}

.win_adjustCourse .assistBtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 28px;
    border: none;
    border-left: 1px solid #dcdfe6;
    background-color: transparent;
    cursor: pointer;
    outline: 0;
}

.win_adjustCourse .courses {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAB1klEQVQ4EaWSO2iUQRSFvzP/vzGFWhgMKazVQjSInUVcMIIpXJEg2NgJFum1sBC0t1ewsAlBEVckuioxvkpRooiibRADQTSRuI9/jsy6uwQhBsyB4c7rnHvPnYENQolfvf94LwrjkoYNg4jXNrNfB7bc3rm0lC01fNowDNovWLD9BsdblaOH51StzVwFnQHuGV5KKhE9gDgBpATuxEVgX6fgz8AO0I0cNI50snLk0M3Vbqanp8818v5rsuLWPs7+aHC+K+DgCcUQwVMBqFv6sJqc5mNjY3U5vEWeK5fLvyS17aYzFeSmzakngQ0hWYhqNVWtPbkAXOqotYjeg72C6PtXhhwcnJd8fHTkMpBGD9Xa7DFwkTZsB6T32NsE/amzCetbiJJtZTBVuF4usmIkj/mzGNicBPL2MzWbxd0HMxVLF4GfSPOlVphoqmiA+iSlhO/+5GQhxTuPng51BZDIybRIoYcQ67ZbMWYtReRe7zv0v0KqQKkHldGRF0AaPVRrs6XeYo3J+j1Yg9jdTs/3DTwJYRN4V/ub2CtGr5DL6aKs58gHJZo2JdDHZBV0Kse6DmQWnzCTIfOyCw6IOAiat1lWiN+JXIn4S7C2A7stDXW43WL+L/4Gxp/D1PbDKYcAAAAASUVORK5CYII=') center no-repeat;
}

.win_adjustCourse .courseName {
    position: relative;
    padding-left: 10px;
    width: 206px;
    height: 30px;
    line-height: 28px;
    border-radius: 3px;
    border: 1px solid #dcdfe6;
    font-size: 12px;
}

.win_adjustCourse .courseCard {
    margin-top: 10px;
    width: 648px;
    border-radius: 4px;
    border: 1px solid #d1dfe7;
    background-color: #f9fafc;
}

.win_adjustCourse .courseCard table td {
    text-align: center;
    font-size: 12px;
    line-height: 36px;
    color: #999;
}

.win_adjustCourse .courseCard table tbody td {
    color: #666;
    line-height: 26px;
}

.win_adjustCourse .courseCard_input {
    height: 20px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #d1dfe7;
    background-color: white;
    outline: 0;
    font-size: 12px;
}

.win_adjustCourse .courseCard_input.num {
    width: 40px;
}

.win_adjustCourse .courseCard_input.money {
    width: 50px;
}

.win_adjustCourse .card_header {
    height: 36px;
    border-radius: 4px 4px 0 0;
    background-color: #f8f9fb;
    border-bottom: 1px solid #dde4e8;
}

.win_adjustCourse .card_header > span {
    position: relative;
    padding-left: 40px;
    line-height: 36px;
    font-size: 12px;
    color: #3e3e3e;
    cursor: pointer;
}

.win_adjustCourse .card_header > span:before {
    content: '班';
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -10px;
    display: block;
    width: 24px;
    height: 20px;
    border-radius: 2px;
    border: 1px solid #1ba3e4;
    background-color: #e3f1f8;
    color: #1ba3e4;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.win_adjustCourse .className:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -16px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #999;
    border-bottom: 4px solid transparent;
}

.win_adjustCourse .card_content {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.win_adjustCourse .card_content > ul {
    width: 50%;
}

.win_adjustCourse .card_content_left {
    position: relative;
    margin-right: 10px;
}

.win_adjustCourse .card_content_left:after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    margin-top: -26px;
    width: 1px;
    height: 62px;
    background-color: #d1dfe7;
}

.win_adjustCourse .card_content > ul li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 10px auto;
}

.win_adjustCourse .card_content > ul > li:last-child {
    margin: 0;
}

.win_adjustCourse .card_content > ul > li > span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 10px;
    font-size: 12px;
}

.win_adjustCourse .discountsType {
    margin-left: 28px !important;
    color: #999;
    cursor: pointer;
    position: relative;
}

.win_adjustCourse .discountsType:before {
    content: '';
    position: absolute;
    left: -28px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid #d1dfe7;
    background-color: white;
}

.win_adjustCourse .card_content > ul > li > input[type='text'] {
    padding-left: 10px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #dcdfe6;
    font-size: 12px;
    outline: 0;
}

.win_adjustCourse #pattern {
    width: 160px;
}

.win_adjustCourse #patternNum {
    width: 48px;
    text-align: center;
    padding: 0;
}

.win_adjustCourse #tuitionDiscounts {
    width: 218px;
}

.win_adjustCourse .tuitionUnit {
    position: relative;
}

.win_adjustCourse .tuitionUnit:after {
    content: '元';
    position: absolute;
    right: 45px;
    top: 8px;
    font-size: 12px;
}

.win_adjustCourse #rolloffTimes {
    width: 237px;
}

.win_adjustCourse .card_footer {
    margin-right: 20px;
    line-height: 36px;
    text-align: right;
    font-size: 12px;
    color: #666;
}

.win_adjustCourse .card_footer num {
    font-size: 14px;
    display: inline-block;
    margin: 0 6px;
}

.win_adjustCourse .rolloffAll {
    position: relative;
    display: inline-block;
    margin-right: 32px;
}

.win_adjustCourse .rolloffAll:before {
    content: '';
    display: block;
    position: absolute;
    left: -28px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid #d1dfe7;
    background-color: white;
    cursor: pointer;
}

.win_adjustCourse .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_adjustCourse #cancelBtn {
    margin-right: 15px;
    width: 72px;
    height: 30px;
    border: 1px solid #dcdfe6;
    font-size: 14px;
    border-radius: 3px;
    color: #666;
    background-color: white;
    cursor: pointer;
    outline: 0;
}

.win_adjustCourse #affirmBtn {
    width: 72px;
    height: 30px;
    border: none;
    font-size: 14px;
    border-radius: 3px;
    color: white;
    background-color: #1ba3e4;
    cursor: pointer;
    outline: 0;
}

/*学员转课end*/

/*停课start*/
.win_stopCourse {
    width: 458px;
    background-color: white;
    border-radius: 4px;
}

.win_stopCourse .header {
    padding: 0 40px;
    height: 60px;
    background-color: #fbfdff;
    border-bottom: 1px solid #d1dfe7;
    border-radius: 4px 4px 0 0;
}

.win_stopCourse .header > span {
    float: left;
    display: inline-block;
    line-height: 60px;
    font-size: 18px;
}

.win_stopCourse .header > img {
    float: right;
    margin: 25px 0;
    cursor: pointer;
}

.win_stopCourse .contents {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 36px 40px;
    height: 196px;
}

.win_stopCourse .contents > span {
    font-size: 17px;
    color:#333;
}

.win_stopCourse .contents > #back {
    padding: 10px;
    width: 100%;
    height: 82px;
    border-radius: 3px;
    border: 1px solid #dedfe6;
    font-size: 12px;
    outline: 0;
    resize: none;
}

.win_stopCourse .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_stopCourse #cancelBtn {
    margin-right: 15px;
    width: 72px;
    height: 30px;
    border: 1px solid #dcdfe6;
    font-size: 14px;
    border-radius: 3px;
    color: #666;
    background-color: white;
    cursor: pointer;
    outline: 0;
}

.win_stopCourse #affirmBtn {
    width: 72px;
    height: 30px;
    border: none;
    font-size: 14px;
    border-radius: 3px;
    color: white;
    background-color: #1ba3e4;
    cursor: pointer;
    outline: 0;
}

/*停课end*/

/*复课start*/
.win_revertCourse {
    width: 418px;
    background-color: white;
    border-radius: 4px;
}

.win_revertCourse .header {
    padding: 0 40px;
    height: 60px;
    background-color: #fbfdff;
    border-bottom: 1px solid #d1dfe7;
    border-radius: 4px 4px 0 0;
}

.win_revertCourse .header > span {
    float: left;
    display: inline-block;
    line-height: 60px;
    font-size: 18px;
}

.win_revertCourse .header > img {
    float: right;
    margin: 25px 0;
    cursor: pointer;
}

.win_revertCourse .contents .tips {
    display: inline-block;
    width: 100%;
    height: 122px;
    line-height: 122px;
    font-size: 18px;
    text-align: center;
}

.win_revertCourse .contents .content-second {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 54px;
    height: 122px;
}

.win_revertCourse .contents .content-date {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0 54px;
    height: 172px;
}

.win_revertCourse .contents .content-second > span,
.win_revertCourse .contents .content-date > .dateBox > span {
    font-size: 16px;
    margin-right: 10px;
}

.win_revertCourse .contents .content-second > #date,
.win_revertCourse .contents .content-date > .dateBox > #date {
    -webkit-box-flex: 1;
    flex-grow: 1;
    height: 30px;
    padding: 0 10px;
    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') right 10px center no-repeat white;
    background-size: 16px;
    border: 1px solid #dedfe6;
    border-radius: 3px;
    font-size: 12px;
    outline: 0;
    color: #999;
    cursor: pointer;
}

.win_revertCourse .contents .content-date > .dateBox {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 12px;
    width: 100%;
}

.win_revertCourse .contents .content-date > .content-dataTips {
    position: relative;
    margin-left: auto;
    display: inline-block;
    width: 236px;
    font-size: 12px;
    line-height: 18px;
    color: #999;
}

.win_revertCourse .contents .content-date > .content-dataTips:before {
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAASCAYAAAC5DOVpAAABl0lEQVQ4Ea2UO0sDQRCAz0KwEW1V0NzOJrExTQrFV2XlH1DEysJCBMFfEHKzZyxsBXsFG3sbK1ttrNUm4ivgI97spTuZMxsuZ3JJIAfHPmb2m5mdmbWsLr7PQmo0CKyBLlSTVXzXXiKEL11MzyZrdpCSI1YJ4Y0Qnn0Uix3U24s1whohvLBHhHBtYJ6Sm4Rwqx1Z0piZaE+oS0jBNikoe0Uxw1tRWOUwO6xRznkojgjh1XPEShOw6thZKkKef7ZIKB5rjgSjFIWZPR7ZW76GqpuaDvdrByAJ4YcU3LD7hPBEhex49FAUpl1Y8Eti0si1I/ZIwUW45lAI4c4IW41NMIRdDk8jzLPuR0mMEMJ3UEgNWb3CGEBKbGlHnhnDhHBfc0WmX7D38Gp69YxQ7oQlUw/TU3aOExZ6+ZcA4TUSoKDcbQK4xQjhUqPcNyFb/0sDHjqVBverRnmqEa6Ck/xgAxafJBUtl4aHcE4IFVLyOMxiHBBfawXrrdvJznlKbJCaGoufSVz3rdGNFR/Ty315ggyQL9vMk8ZfXSgcLZNyebgAAAAASUVORK5CYII=');
    position: absolute;
    left: -28px;
    top: 8px;
}

.win_revertCourse .content-date date {
    color: #f96 !important;
}

.win_revertCourse .content-date > .tips {

}

.win_revertCourse .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_revertCourse #cancelBtn {
    margin-right: 15px;
    width: 72px;
    height: 30px;
    border: 1px solid #dcdfe6;
    font-size: 14px;
    border-radius: 3px;
    color: #666;
    background-color: white;
    cursor: pointer;
    outline: 0;
}

.win_revertCourse #affirmBtn {
    width: 72px;
    height: 30px;
    border: none;
    font-size: 14px;
    border-radius: 3px;
    color: white;
    background-color: #1ba3e4;
    cursor: pointer;
    outline: 0;
}

/*复课end*/