input::-ms-clear {
    width: 0;
    height: 0;
}

/*排课弹窗样式*/
#newAddCourseDiv {
    display: none;
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 624px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

#newAddCourseDivHeader {
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
}

#newAddCourseDivHeader > img {
    float: right;
    width: 12px;
    height: 12px;
    margin-top: 24px;
    cursor: pointer;
}

#newAddCourseDivTitle {
    color: #3e3e3e;
    font-size: 18px;
}

#newAddCourseDivBody {
    padding: 10px 0 10px 40px;
    max-height: 490px;
    min-height: 300px;
    overflow-y: auto;
    border-top: 1px solid #d1dfe7;
    border-bottom: 1px solid #d1dfe7;
}

#newAddCourseDivBody > ul > li {
    position: relative;
    font-size: 14px;
    color: #3e3e3e;
    line-height: 56px;
}

#newAddCourseDivBody ul li p {
    margin: 0 6px -4px 0;
}

#newAddCourseDivBody ul li span {
    margin-right: 10px;
}

#newAddCourseDivBody .must {
    /*position: absolute;*/
}
#newAddCourseDivBody .must:before {
    content: "*";
    position: absolute;
    margin-left: -10px;
    color: #ff7979;
}


#newAddCourseDivBody > ul > li input {
    outline: none;
    width: 180px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dcdfe6;
    border-radius: 3px;
    padding: 0 40px 0 10px;
    font-size: 12px;
}

#newAddCourseDivBody > ul > li .mgr30 {
    margin-right: 30px;
}

#newAddCourseDivBody > ul > li .mgr60 {
    margin-right: 60px;
}

#newAddCourseDivBody > ul > #studentLi {
    display: none;
}

#newAddCourseDivBody > ul > #classLi > #alreadyChosenCla, #newAddCourseDivBody > ul > #studentLi > #alreadyChosenStd {
    display: inline-block;
    width: 464px;
    border: 1px solid #dcdfe6;
    border-radius: 3px;
    position: relative;
    line-height: 30px;
    vertical-align: middle;
    /*margin-bottom: 10px;*/
}

.placeTip {
    position: absolute;
    color: #999;
    font-size: 14px;
    top: 2px;
    left: 82px;
}

#courseUl, #teaUl {
    width: 180px;
    top: 44px;
    left: 70px;
    margin-bottom: 10px;
}

#classUl {
    width: 464px;
    top: 32px;
    left: -1px;
    margin-bottom: 10px;
}

#orgUl {
    width: 180px;
    top: 44px;
    left: 70px;
}

#timeUl {
    width: 180px;
    top: 44px;
    left: 0;
}

.historyTimeUl, .defaultTimesUl ,.historyRecordUl{
    width: 180px;
    top: 44px;
    left: 0;
}

#roomUl {
    width: 180px;
    top: 44px;
    left: 354px;
}

/*#bubbleTip {*/
/*    display: none;*/
/*    position: absolute;*/
/*    left: 162px;*/
/*    top: -14px;*/
/*    width: 110px;*/
/*    text-align: center;*/
/*    height: 48px;*/
/*    line-height: 38px;*/
/*    background: url("../../images/bubble.png") no-repeat center;*/
/*    font-size: 13px;*/
/*    color: #1ba3e4;*/
/*}*/

#newAddCourseDivBody > ul > li > #courseDate {
    cursor: pointer;
    /*background: #fff url("../../images/std_details/time.png") no-repeat 156px center;*/
    background-size: 15px 15px;
    padding: 0 30px 0 10px;
}


#newAddCourseDivBody .historyBox {
    position: relative;
    display: inline-block;
}

#newAddCourseDivBody .history {
    position: absolute;
    top: 13px;
    right: 0;
    width: 80px;
    height: 30px;
    border-radius: 0 3px 3px 0;
    border-left: 1px solid #dcdfe6;
    line-height: 30px;
    font-size: 12px;
    text-indent: 8px;
    color: #888;
    background: url(../../images/stdSanjiao.png) no-repeat 63px center;
    cursor: pointer;
}

#newAddCourseDivBody > ul > li > #courseTime {
    cursor: pointer;
    /*background: #fff url("../../images/paikeSelTime.png") no-repeat 156px center;*/
    background-size: 15px 15px;
    padding: 0 30px 0 10px;
}

#newAddCourseDivBody > ul > #classLi #choseClass {
    padding: 0 40px 0 10px;
    background: #fff;
    width: 100%;
    border: none;
    height: 30px;
    font-size: 12px;
    outline: none;
}

#newAddCourseDivBody > ul > #studentLi #choseStudent {
    padding: 0 84px 0 10px;
    background: #fff;
    width: 100%;
    border: none;
    height: 30px;
    font-size: 12px;
    outline: none;
}

.addToClaList, .addToStdList {
    position: absolute;
    font-size: 12px;
    color: #1ba3e4;
    left: 216px;
    top: 0px;
    cursor: pointer;
}

.chosenUl {
    display: none;
    width: 100%;
    padding: 4px 10px;
    vertical-align: top;
}

.chosenUl > li {
    float: left;
    border-radius: 3px;
    background: #5bbdec;
    padding: 0 5px;
    margin: 2px 8px 4px 0;
    line-height: 20px;
}

.chosenUl > li:last-child {
    margin-right: 40px;
}

.chosenUl > li > .chosenItem {
    font-size: 12px;
    color: #fff;
    margin-right: 6px;
}

.chosenUl > li > img {
    width: 6px;
    height: 6px;
    cursor: pointer;
}

.clearAllSelCla, .clearAllSelStd {
    position: absolute;
    left: 500px;
    bottom: 0;
    font-size: 12px;
    color: #1ba3e4;
    cursor: pointer;
    line-height: 34px;
}

.mgMius6 {
    margin-left: -6px;
}

.mgl30 {
    margin-left: 30px;
}

.mgl24 {
    margin-left: 24px;
}

.mgl14 {
    margin-left: 14px;
    vertical-align: top;
}

.mgl29 {
    margin-left: 29px;
}

.paikeNotChosen {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../../images/paikeSel.png") no-repeat center;
    cursor: pointer;
}

.paikeNotChosen > img {
    position: absolute;
    left: 6px;
    top: 6px;
    display: none;
}

.paikeChosen {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../../images/paikeSel.png") no-repeat center;
    cursor: pointer;
}

.paikeChosen > img {
    position: absolute;
    left: 6px;
    top: 6px;
    display: inline-block;
}

.selActive {
    color: #1ba3e4;
}

#newAddCourseDivBody > ul > .frequencySel {
    display: none;
    width: 534px;
    margin: -10px -6px 6px 0;
    padding: 6px;
    height: 120px;
    font-size: 12px;
    background: #f4f7ff;
    line-height: 40px;
    border-radius: 3px;
}

.weekDaySel {
    display: inline-block;
    width: 450px;
}

.weekDaySel > li {
    list-style: none;
    display: inline-block;
    margin-right: 6px;
}

.weekDaySel > li > img {
    margin-right: 4px;
    cursor: pointer;
    vertical-align: middle;
    width: 13px;
    height: 13px;
}

#newAddCourseDivBody > ul > li > #orgName {
    background: #fff;
    cursor: pointer;
}

#newAddCourseDivBody > ul > li > #repetitionend {
    cursor: pointer;
    background: #fff url("../../images/xialatupian.png") no-repeat 160px center;
    padding: 0 26px 0 10px;
    text-align: center;
}

#repeatTypeUl {
    width: 180px;
    bottom: 70px;
    left: 67px;
    max-height: 150px;
}

#newAddCourseDivBody > ul > li > #deadLine {
    display: none;
    width: 140px;
    margin-left: 30px;
    padding: 0 30px 0 10px;
    background: #fff url("../../images/std_details/time.png") no-repeat 120px center;
    background-size: 15px 15px;
}

.selXiala {
    display: none;
    position: absolute;
    right: 0;
    z-index: 10;
    border: 1px solid #dcdfe6;
    background: #fff;
    border-radius: 3px;
    padding: 8px 0;
    max-height: 124px;
    overflow: auto;
}

.selXiala > li {
    height: 30px;
    line-height: 28px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #3e3e3e;
    cursor: pointer;
    padding: 0 10px;
    font-size: 12px;
}

.selXiala > li:hover {
    color: #fff;
    background: #1ba3e4;
}

.historyTimeUl, .defaultTimesUl ,.historyRecordUl{
    display: none;
    position: absolute;
    right: 0;
    z-index: 10;
    border: 1px solid #dcdfe6;
    background: #fff;
    border-radius: 3px;
    padding: 8px 0;
    max-height: 180px;
    overflow: auto;
}

.historyTimeUl > li, .defaultTimesUl > li ,.historyRecordUl > li{
    height: 30px;
    line-height: 28px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #3e3e3e;
    cursor: pointer;
    padding: 0 10px;
    font-size: 12px;
}

.historyTimeUl > li:hover, .defaultTimesUl > li:hover ,.historyRecordUl > li:hover{
    color: #fff;
    background: #1ba3e4;
}

.ellips {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left !important;
}

#newAddCourseDivBody > ul > li > #frequency {
    width: 60px;
    margin: 0 10px 0 30px;
    text-align: center;
    padding: 0 10px;
}

.resultSpan {
    margin: 0 14px 0 24px;
}

#result > i {
    margin: 0 5px;
    color: #1ba3e4;
    font-style: normal;
}

.mgl28 {
    margin-left: 28px;
    vertical-align: top;
    line-height: 20px;
}

#paikeRemarkLi {
    display: none;
    margin-top: 10px;
}

#remark {
    outline: none;
    vertical-align: top;
    resize: none;
    border: 1px solid #dcdfe6;
    border-radius: 3px;
    padding: 5px 10px;
    width: 464px;
    height: 80px;
    line-height: 30px;
}

#newAddCourseDivFooter {
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
    text-align: right;
}

.notChosenContinue {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #d1dfe7;
    border-radius: 3px;
    box-shadow: 0px 0px 1px rgba(220, 223, 230, 1);
    vertical-align: sub;
}

.chosenContinue {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #fff url("../../images/clicked.png") no-repeat center;
    border: 1px solid #d1dfe7;
    border-radius: 3px;
    box-shadow: 0px 0px 1px rgba(220, 223, 230, 1);
    vertical-align: sub;
}

.continueAddCourse {
    font-size: 14px;
    color: #666;
}

.addClassBtn {
    width: 80px !important;
    background: #1ba3e4;
    color: #fff;
    margin-left: 24px;
    border: 1px solid #1ba3e4;
}

.addClassBtn:hover {
    background: #5bbdec;
    border: 1px solid #5bbdec;
}

.addStudentBtn {
    position: absolute;
    left: 384px;
    top: 0px;
    font-size: 12px;
    color: #1ba3e4;
    cursor: pointer;
}

.inputBtn {
    outline: none;
    font-size: 14px;
    width: 72px;
    height: 30px;
    line-height: 28px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#newAddCourseDivFooter > .cancelBtn {
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #666;
    margin-left: 246px;
}

#newAddCourseDivFooter > .cancelBtn:hover {
    border: 1px solid #1ba3e4;
    color: #1ba3e4;
}

#newAddCourseDivFooter > .confirmBtn {
    margin-left: 20px;
    background: #1ba3e4;
    border: 1px solid #1ba3e4;
    color: #fff;
}

#newAddCourseDivFooter > .confirmBtn:hover {
    background: #5bbdec;
    border: 1px solid #5bbdec;
}

/*学员列表 班级列表*/
#studentDiv, #classDiv {
    display: none;
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 560px;
    background: #fff;
    border-radius: 4px;
}

#studentDivHeader, #classDivHeader {
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
}

#studentDivHeader > img, #classDivHeader > img {
    float: right;
    width: 12px;
    height: 12px;
    margin-top: 24px;
    cursor: pointer;
}

#studentDivTitle, #classDivTitle {
    color: #3e3e3e;
    font-size: 18px;
}

#studentDivBody, #classDivBody {
    padding: 20px 0 20px 40px;
    height: 460px;
    border-top: 1px solid #d1dfe7;
    border-bottom: 1px solid #d1dfe7;
}

#studentDivBody > div, #classDivBody > div {
    display: inline-block;
    float: left;
    height: 420px;
    overflow-y: auto;
}

#studentDivBody > div img, #classDivBody > div img {
    cursor: pointer;
}

#studentDivBody-l, #classDivBody-l {
    width: 250px;
    border-right: 1px solid #dcdfe6;
}

#studentDivBody-l > div, #studentDivBody-r > div, #classDivBody-l > div, #classDivBody-r > div {
    margin: 10px 0;
}

#studentDivBody-l > div > span, #classDivBody-l > div > span {
    margin-right: 130px;
    font-size: 15px;
}

#studentDivBody-r, #classDivBody-r {
    width: 260px;
    padding-left: 10px;
}

#studentDivBody-r > div, #classDivBody-r > div {
    position: relative;
}

#studentDivBody-r > div > span, #classDivBody-r > div > span {
    color: #999;
    font-size: 15px;
}

#studentDivBody-r > div > img, #classDivBody-r > div > img {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 2px;
    left: 192px;
}

#studentDivBody-l > ul > li, #classDivBody-l > ul > li {
    margin-bottom: 4px;
}

#studentDivBody-l > ul > li > .xiala {
    margin: 0 4px;
}

#studentDivBody-l > ul > li > span {
    display: inline-block;
    width: 154px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px;
}

#classDivBody-l > ul > li > span {
    display: inline-block;
    width: 190px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
}

#studentDivBody-l > ul > li > .chooseItem, #classBody-l > ul > li > .chooseItem {
    margin-left: 20px;
}

.stdList {
    display: none;
}

.stdList > li {
    padding: 0 20px;
}

.stdList > li > span {
    font-size: 12px;
    display: inline-block;
    width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
}

#studentDivBody-r > ul > li, #classDivBody-r > ul > li {
    margin-bottom: 4px;
}

#studentDivBody-r > ul > li > span, #classDivBody-r > ul > li > span {
    display: inline-block;
    width: 188px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px;

}

#studentDivFooter, #classDivFooter {
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
    text-align: right;
}

#studentDivFooter > .cancelBtn, #classDivFooter > .cancelBtn {
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #666;
}

#studentDivFooter > .cancelBtn:hover, #classDivFooter > .cancelBtn:hover {
    border: 1px solid #1ba3e4;
    color: #1ba3e4;
}

#studentDivFooter > .confirmBtn, #classDivFooter > .confirmBtn {
    margin-left: 20px;
    background: #1ba3e4;
    border: 1px solid #1ba3e4;
    color: #fff;
}

#studentDivFooter > .confirmBtn:hover, #classDivFooter > .confirmBtn:hover {
    background: #5bbdec;
    border: 1px solid #5bbdec;
}

/*新建 编辑排课的二次确认框*/
#classConfirmDiv {
    display: none;
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 540px;
    background: #fff;
    border-radius: 4px;
}

#classConfirmHeader {
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
}

#classConfirmHeader > img {
    float: right;
    width: 12px;
    height: 12px;
    margin-top: 24px;
    cursor: pointer;
}

#classConfirmHeader > span {
    color: #3e3e3e;
    font-size: 18px;
}

#classConfirmBody {
    padding: 10px 0 10px 40px;
    border-top: 1px solid #d1dfe7;
    border-bottom: 1px solid #d1dfe7;
}

#classConfirmBody > ul > li {
    height: 50px;
    line-height: 48px;
}

#classConfirmBody > ul > li > span.classConfirmSpan {
    font-size: 14px;
    color: #999;
}

.mglMinus6 {
    margin-left: -6px;
}

.mglMinus28 {
    margin-left: 28px;
}

#classConfirmBody > ul > li > span.ellipsis {
    vertical-align: top;
    width: 172px;
    padding: 0 10px;
    font-size: 14px;
    color: #1ba3e4;
}

#classConfirmBody > ul > li > span.longEllipsis {
    width: 408px;
}

#classConfirmBody > ul > li > span.confirmEtc {
    font-size: 14px;
    color: #1ba3e4;
}

#claStdConfirmSpan {
    display: inline-block;
    vertical-align: top;
    max-width: 330px;
    padding-left: 10px;
    font-size: 14px;
    color: #1ba3e4;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#confirmEtc {
    display: inline-block;
    font-size: 14px;
    color: #1ba3e4;
}

#classConfirmFooter {
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
    text-align: right;
}

#classConfirmFooter > .cancelBtn {
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #666;
}

#classConfirmFooter > .cancelBtn:hover {
    border: 1px solid #1ba3e4;
    color: #1ba3e4;
}

#classConfirmFooter > .confirmBtn {
    margin-left: 20px;
    background: #1ba3e4;
    border: 1px solid #1ba3e4;
    color: #fff;
}

#classConfirmFooter > .confirmBtn:hover {
    background: #5bbdec;
    border: 1px solid #5bbdec;
}

/*请输入或选择后面的logo*/
.chooseLogo {
    position: absolute;
    width: 38px;
    height: 30px;
    border-left: 1px solid #dcdfe6;
    cursor: pointer;
}

.chooseCourse {
    top: 13px;
    left: 212px;
    background: url("../../images/chooseCourse.png") no-repeat center;
}

.chooseTimeLogo {
    top: 13px;
    left: 496px;
    background: url("../../images/paikeSelTime.png") no-repeat center;
}

.chooseTeacher {
    top: 13px;
    left: 212px;
    background: url("../../images/chooseTeacher.png") no-repeat center;
}

.chooseClassroom {
    top: 13px;
    left: 496px;
    background: url("../../images/chooseClassroom.png") no-repeat center;
}

.chooseClass {
    top: 0px;
    left: 424px;
    background: url("../../images/chooseClass.png") no-repeat center;
}

/*教师选择框*/
.commonDiv {
    display: none;
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 480px;
    background: #fff;
    border-radius: 4px;
}

.commonDivHeader {
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
    border-bottom: 1px solid #dcdfe6;
}

.commonDivHeader > span {
    color: #3e3e3e;
    font-size: 18px;
}

.commonDivHeader > img {
    float: right;
    width: 12px;
    height: 12px;
    margin-top: 24px;
    cursor: pointer;
}

#seekCourse, #seekclassroom, #seekclass, #seekTeacher {
    padding: 0 40px 0 10px;
    width: 140px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #dcdfe6;
    background: url('../../images/ico-search.png') 115px center no-repeat;
    background-size: 14px;
    font-size: 12px;
    overflow: hidden;
    outline: none;
}

.commonDivBody .seekCou, .commonDivBody .seekClassroom, .commonDivBody .seekClass, .commonDivBody .seekTea {
    position: relative;
    margin-bottom: 14px;
}

.commonDivBody .seekCou > img, .commonDivBody .seekClassroom > img, .commonDivBody .seekClass > img, .commonDivBody .seekTea > img {
    position: absolute;
}

.commonDivBody {
    padding: 14px 0 0 40px;
}

.conmmonUlWrap {
    /*min-height: 160px;*/
    height: 370px;
    overflow-y: auto;
}

.commonDivBody > .conmmonUlWrap > ul {
    width: 400px;
    border-radius: 0 0 3px 3px;
    background: #fff;
    border: 1px solid #ebeef5;
}

.commonDivBody > .conmmonUlWrap > ul > li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 48px;
    line-height: 42px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
    color: #666;
    padding: 0 20px;
    border-bottom: 1px solid #dcdfe6;
}

.commonDivBody > .conmmonUlWrap > ul > li:last-child {
    border-bottom: none;
}

.commonDivBody > .conmmonUlWrap > ul > li:hover {
    background: #f5faff;
}

.commonDivBody > .conmmonUlWrap > ul > li > span {
    vertical-align: middle;
}

.commonDivBody > .conmmonUlWrap > ul > li > img {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    margin-right: 10px;
}

.fakeRadio {
    position: relative;
    display: inline-block;
    margin: 0 20px 0 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border: 1px solid #dcdfe6;
    border-radius: 50%;
    background: #fff;
    vertical-align: middle;
}

.fakeRadio span {
    display: none;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
    background: #1ba3e4;
}

.fakeRadio.active span {
    display: block;
}


.teaname {
    display: inline-block;
    width: 184px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.coursename {
    display: inline-block;
    width: 200px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.classroomname {
    display: inline-block;
    width: 200px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.classname {
    display: inline-block;
    width: 184px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.classroomCapacityWrap {
    display: inline-block;
    /*height: 30px;*/
    padding-left: 10px;
    vertical-align: middle;
    margin: 0;
    width: 100px;
    text-align: left;
}

.classroomCapacity {
    display: inline-block;
    height: 23px;
    font-size: 12px;
    color: #999;
    vertical-align: middle;
    line-height: 20px;
}

.commonLabelWrap {
    display: inline-block;
    height: 30px;
    padding: 0 4px;
    vertical-align: middle;
    margin: 0;
    width: 100px;
    text-align: center;
}

.commonLabel {
    display: inline-block;
    height: 22px;
    line-height: 20px;
    max-width: 100px;
    padding: 0 4px;
    border-radius: 3px;
    border: 1px solid #dcdfe6;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
}


.commonDivFooter {
    border-top: 1px solid #dcdfe6;
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
    text-align: right;
}

.commonDivFooter > input {
    outline: none;
    font-size: 14px;
    width: 72px;
    height: 30px;
    line-height: 28px;
    border-radius: 3px;
    text-align: center;
}

.commonDivFooter > .cancelBtn {
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #666;
}

.commonDivFooter > .cancelBtn:hover {
    border: 1px solid #1ba3e4;
    color: #1ba3e4;
}

.commonDivFooter > .confirmBtn {
    margin-left: 20px;
    background: #1ba3e4;
    border: 1px solid #1ba3e4;
    color: #fff;
}

.commonDivFooter > .confirmBtn:hover {
    background: #5bbdec;
    border: 1px solid #5bbdec;
}