html,body{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
ul,ol,li{
    list-style: none;
}
.common-header{
    text-align: center;
    line-height: 40px;
    position: fixed;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    background-color: #fff;
}
.common-header::after{
    height: 50px;
    content: '';
}
.common-header-btn{
    float: right;
    width: 100px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    user-select: none;
    background-color: #1fdd1f;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    box-shadow: 1px 1px 1px #ddd;
    margin-right: 40px;
    margin-top: 5px;
}
.login-box{
    width: 500px;
    height: 290px;
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 1px 1px 1px #ddd;
    position: fixed;
    top: 50%;
    left: 53%;
    margin-top: -200px;
    margin-left: -250px;
    /*display: none;*/
     background:url(../img/login_bg.png) no-repeat;
    
}
.login-box .login-title{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 103px;
}
.login-box .login-item{
    position: relative;
    padding-left: 120px;
}
.login-box .login-form-title{
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: right;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
}
.login-box .login-form-input{
    width: 80%;
    height: 40px;
    font-size: 16px;
    padding-left: 1%;
    border: none;
    border-bottom: 1px solid #ddd;
    outline: none;
}
.login-btn{
    width: 100%;
    /*padding-top: 20px;*/
}
.login-btn .login-save{
    width: 240px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 5px;
    /*background-color: orange;*/
    /*background-color: #338d18;*/
    font-size: 21px;
    color: #fff;
    /*box-shadow: 1px 1px 1px #f1f1f1;*/
    cursor: pointer;
    margin: 12px auto;
}
.content{
    display: none;
}
.exam-main{
    display: none;
}
.typelist-main{
    width: 99%;
    height: calc(100% - 20px);
    padding-left: 4%;
    position: absolute;
    background-color: #fff;
}
.typelist{
    width: 23%;
    margin-right: 1%;
    float: left;
    border-radius: 3px;
    box-shadow: 0px 0px 2px #ddd;
    margin-top: 30px;
    overflow: hidden;
}
.typelist-box{
    max-height: 80%;
    overflow-x: hidden;
    overflow-y: auto;
}
.typelist .typelist-title{
    width: 95%;
    height: 50px;
    line-height: 50px;
    background-color: #3070e6;
    color: #fff;
    padding-left: 5%;
    font-size: 20px;
}
.typelist .typelist-item{
    width: 96%;
    height: 40px;
    line-height: 40px;
 
    padding-left: 4%;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    font-size: 20px;
}
.typelist .typelist-item.active{
    background-color: #5b88dd;
    color: #fff;
}
.typelist .typelist-item:hover{
    background-color: #f1f1f1;
}
.typelist-con{
    height: 90%;
    overflow: auto;
}
.typelist-btn{  
    width: 100%;
   
    text-align: center;
    position: fixed;
    bottom: 5px;
    left: 0;
    z-index: 100;
}
.typelist-btn .sure-btn{
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    background-color: #b33fd6;
    border-radius: 3px;
    box-shadow: 1px 1px 1px #ddd;
    cursor: not-allowed;
    display: inline-block;
    margin-right: 10px;
    font-family: cursive;
}
.typelist-btn .sure-btn.on{
    background-color: #338d18;
    cursor: pointer;
}
.typelist-btn .unit-btn{
    width: 210px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    background-color: #709b64;
    border-radius: 3px;
    box-shadow: 1px 1px 1px #ddd;
    cursor: not-allowed;
    display: inline-block;
    margin-right: 10px;
    font-family: cursive;
}
.typelist-btn .unit-btn.on{
    background-color: #7c2397;
    cursor: pointer;
}
.typelist-btn .examList-btn{
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    background-color: #5c7cc0;
    border-radius: 3px;
    box-shadow: 1px 1px 1px #ddd;
    cursor: not-allowed;
    display: inline-block;
    font-family: cursive;
    margin-right: 10px;
}
.typelist-btn .examList-btn.on{
    background-color: #295cca;
    cursor: pointer;
}
.return-typelist-btn{
    position: absolute;
    right: 10px;
    top: 5px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #338d18;
    border-radius: 3px;
    box-shadow: 1px 1px 1px #ddd;
    cursor: pointer;
}
.container{
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: rgba(46, 224, 55,0.1);
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}
.container .content{
    width: 100%;
    height: calc(100% - 20px);
    border-radius: 10px;
    background-color: #fff;
    margin: 20px auto;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}
.container .content .title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-image: linear-gradient(45deg, #32bd32, transparent);
    background-color: #e9f7fe;
    font-size: 16px;
    font-weight: bold;

}
.container .content .title .text{
    margin-left: 15px;
    color: #fff;
}
.container .content .title .bgmIcon{
    position: absolute;
    right: 100px;
    top: 5px;
    width: 20px;
    height: 15px;
    display: block;
    background: url("../img/bgmIcon.png") center / 100% 100% no-repeat;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 12px;
    /*float: left;*/
}
.container .content .title .bgmIcon.close{
    background: url("../img/bgmIconClose.png") center / 100% 100% no-repeat;
}
.bgmRadio{
    visibility: visible;
    display: block;
    height: 0;
}
.container .content .main{
    width: 98%;
    margin: auto;  
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
   
}
.container .content .main .page-point{
    padding: 15px 0;
    font-size: 30px;
    font-weight: bold;
    color: #1bdf46;
    text-align: center;
    margin-bottom: 20px;
}
.container .content .main .word-title{
    background-color: #f8f7f7;
    background-color: rgba(46, 224, 55,0.1);
    border-radius: 4px;
    padding: 5px 10px;
    box-shadow: 1px 1px 6px #ddd;
    margin-top: 2%;
    user-select: none;
}
.container .content .main .word-title .word{
    font-size: 30px;
    font-weight: bold;
    color: #fc6516;
    margin-right: 20px;
}
.container .content .main .word-title .word-en{
    font-size: 22px;
    color: #000;
    margin-right: 20px;
}
.container .content .main .word-title .word-radio{
    width: 34px;
    height: 34px;
    background: url("../img/radioIcon.png") center / 100% 100% no-repeat;
    cursor: pointer;
    display: inline-block;
    
}
.container .content .main .word-title .word-radio-btn{
    visibility: hidden;
    height: 0;
    content: "";
    display: block;
}

.examList-table{
    display: none;
}
.examList-radio{
    width: 28px;
    height: 28px;
    background: url("../img/radioIcon.png") center / 100% 100% no-repeat;
    cursor: pointer;
    display: inline-block;
    margin-top: 5px;
}
.examList-radio-btn{
    visibility: hidden;
    height: 0;
    content: '';
    display: block;
}

/* 英选汉 */
.container .content .main .word-choice{
    margin-top: 40px;
    display: none;
}
.container .content .main .word-choice .choice-item{
    padding-left: 1%;
    width: 99%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    font-size: 35px;
    font-family:Times,宋体;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container .content .main .word-choice .choice-item:hover{
    background-color: #eee;
}
.container .content .main .word-choice .choice-item.right{
    background-color: #61daa5;
}
.container .content .main .word-choice .choice-item.wrong{
    background-color: #ff0020;
}

/* 汉写英 */
.container .content .main .word-input{
    width: 100%;
    margin-top: 20px;
    display: none;
}
.word-input .input{
    width: 78%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #888;
    padding-left: 1%;
    font-size: 45px;
    color: #000;
}
.container .content .main .rightAnswer-pointer{
    font-size: 35px;
    color: #dd351f;
    font-weight: bold;
    margin-top: 8px;
    
    display: none;
}
.container .content .main .save-btn{
    width: 18%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    user-select: none;
    background-color: #0ca72d;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 1px 1px 1px #ddd;
    float: right;
}

.container .content .main .next-btn{
    width: 80%;
    height: 50px;
    display: none;
    margin-top: 50px;
    position: fixed;
    bottom: 80px;
    left: 10%;
}
.container .content .main .next-btn .btn{
    width: 54px;
    height: 54px;
    cursor: pointer;
    border-radius: 50%;
    float: left;
}
.container .content .main .next-btn .btn.left-btn{
    margin-left: 40%;
    margin-right: 100px;
    background: url("../img/prevIcon.png") center / 100% 100% no-repeat;
}
.container .content .main .next-btn .btn.right-btn{
    background: url("../img/nextIcon.png") center / 100% 100% no-repeat;
}

.container .content .footer{
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 17px;
    background-color: rgba(46, 224, 55,0.1);
    position: absolute;
    bottom: 0;
    left: 0;
    color: #000;
    border-top: 1px solid #ddd;
    padding-top: 5px;
}
.container .content .footer .right{
    margin-top: -2px;
    float: right;
}
.container .content .footer .runNext-btn{
    width: 80px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    user-select: none;
    background-color: #0ca72d;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    box-shadow: 1px 1px 1px #ddd;
    margin-right: 5px;
    float: right;
}
.container .content .footer .answerPointer-btn,.container .content .footer .unitExam-btn{
    width: 90px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    user-select: none;
    background-color: #0ca72d;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    box-shadow: 1px 1px 1px #ddd;
    margin-right: 5px;
    float: right;

}
.container .content .footer .answerPointer-btn{
    display: none;
}
.container .content .footer .runNextUnit-btn{
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    user-select: none;
    background-color: #0ca72d;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 1px 1px 1px #ddd;
    margin-right: 15px;
    margin-top: 7px;
    float: right;
    display: none;
}
.container .content .footer .right .val{
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    border: 1px solid #888;
    display: inline-block;
    margin-top: -2px;
}
.container .content .result{
    width: 90%;
    display: none;
    margin: 100px auto;
}
.container .content .result .title-point{
    margin: 20px 0;
    margin-bottom: 40px;
    font-size: 40px;
    color: #38e721;
    font-weight: bold;
    text-align: center;
}
.container .content .result .result-item{
    padding: 10px 0;
    margin: 5px 0;
}
.container .content .result .result-item .result-item-title{
    color: #fc6516;
    font-size: 24px;
    font-weight: bold;
}
.container .content .result .result-item .val{
    color: #1bdf46;
    font-size: 24px;
    font-weight: bold;
    margin-left: 20px;
}
.container .content .showResult-box{
    width: 100%;
    text-align: center;
    margin-top: 10px;
    position: absolute;
    bottom: 50px;
    left: 0;
    display: none;
}
.container .result-btn{
    width: 120px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    border-radius: 2px;
    box-shadow: 1px 1px 1px #ddd;
    text-align: center;
    user-select: none;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin-left: 5px;
}
.unitExamFooter-title{
    color:#0ca72d;
}

.container .toUnitExamInputEn-btn{
    background-color: #0ca72d;
    color: #fff;
    display: none;
}
.container .toUnitExamChoiceEn-btn{
    background-color: #0c5ca7;
    color: #fff;
    display: none;
}
.container .toUnitExamInputCh-btn{
    background-color: #7b0ca7;
    color: #fff;
    display: none;
}
.container .toUnitExamChoiceCh-btn{
    background-color: #0c16a7;
    color: #fff;
    display: none;
}
.container .exitUnit-btn{
    background-color: #1530cc;
    color: #fff;
}

.container .content .result .againAll-btn{
    background-color: #cc15c3;
    color: #fff;
}
.container .content .result .nextExam-btn{
    background-color: #e49c17;
    color: #fff;
}
.container .content .result .again-btn{
    background-color: #8d0ca7;
    color: #fff;
}
.container .content .result .wrongAgain-btn{
    background-color: #0c35a7;
    color: #fff;
}
.container .content .result .showResult-btn{
    background-color: #0ca72d;
    color: #fff;
}
.container .content .result .showResultList-btn{
    background-color: #dd351f;
    color: #fff;
}
.container .content .result .showWrongResult-btn{
    background-color: #e90000;
    color: #fff;
}

.container .content .table-common{
    display: none;
}
.container .content .table-common .table-common-auto{
    width: 100%;
    overflow-y: auto;
}

.container .content .table-common table{
    width: 96%;
    margin: 10px auto;
}
.container .content .table-common table thead tr{
    height: 40px;
    background-color: #23af1a;
    color: #fff;
}
.container .content .table-common table th,td{
    border: none;
    padding: 0 10px;
}
.container .content .table-common table tbody tr{
    background-color: #fff;
}
.container .content .table-common table tbody tr:nth-of-type(2n){
    background-color: #f1f1f1;
}
.container .content .table-common .resultIcon{
    width: 34px;
    height: 34px;
    display: inline-block;
}
.container .content .table-common .resultIcon.right{
    background: url("../img/rightIcon.png") center / 100% 100% no-repeat;
}
.container .content .table-common .resultIcon.wrong{
    background: url("../img/wrongIcon.png") center / 100% 100% no-repeat;
}


.container .content .resultPoint-table{
    margin-bottom: 100px;
}
.container .content .resultPoint-table table{
    width: 96%;
    margin: 20px auto;
    border-spacing: 0;
}
.container .content .resultPoint-table table thead tr{
    height: 50px;
    background-color: #23af1a;
    color: #fff;
}
.container .content .resultPoint-table table th,.container .content .resultPoint-table table td{
    text-align: center;
    border: none;
    border: 1px solid #ddd;
}
.container .content .resultPoint-table table tbody tr{
    background-color: #fff;
    height: 40px;
}
.container .content .resultPoint-table table tbody tr:nth-of-type(2n){
    background-color: #f1f1f1;
}
.container .content .resultPoint-table .resultIcon{
    width: 34px;
    height: 34px;
    display: inline-block;
}
.container .content .resultPoint-table .resultIcon.right{
    background: url("../img/rightIcon.png") center / 100% 100% no-repeat;
}
.container .content .resultPoint-table .resultIcon.wrong{
    background: url("../img/wrongIcon.png") center / 100% 100% no-repeat;
}

.container .unitExam-box{
    transition: all linear 0.5s;
    display: none;
}
.container .unitExam-box .unitExam-content{
    width: 40%;
    height: 50%;
    position: fixed;
    z-index: 1000;
    left: 30%;
    top: 20%;
    border-radius: 15px;
    background-color: #fff;
    min-width: 300px;
}
.container .unitExam-box .unitExam-content .unitExam-body{
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 60px;
}
.container .unitExam-box .unitExam-content .unitExam-body .unitExam-title{
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    color: #e26715;
    text-align: center;
    padding-top: 92px;
    padding-bottom: 30px;
}
.container .unitExam-box .unitExam-content .unitExam-body .unitExam-footer{
    width: 100%;
    padding: 10px 0;
    text-align: center;
    margin-top: 50px;
}
.container .unitExam-box .unitExam-content .unitExamFooter-title{
    margin-right: 15px;
    font-size: 20px;
    font-weight: bold;
}
.container .unitExam-box .layer{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.container .answerPointer-box{
    transition: all linear 0.5s;
    display: none;
}
.container .answerPointer-box .answerPointer-con{
        width: 45%;
        height: 45%;
        position: fixed;
        z-index: 1000;
        left: 27%;
        top: 25%;
        border-radius: 5px;
        background-color: #fff;
}
.container .answerPointer-box .answerPointer-con .answerPointer-title{
    font-size: 24px;
    height: 44px;
    line-height: 44px;
    padding-left: 20px;
    background-color: #f1f1f1;
}
.container .answerPointer-box .answerPointer-con .answerPointer-text{
    font-size: 20px;
    margin-top: 15px;
    text-indent: 2em;
    font-family: 宋体;
    padding-left:10px;
    padding-right:10px;
}
.container .answerPointer-box .layer{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.closeIcon{
    width: 30px;
    height: 30px;
    background: url("../img/closeIcon.png") center / 100% 100% no-repeat;
    cursor: pointer;
    position: absolute;
    right: 30%;
    top: 21%;
    margin-top: -50px;
    z-index: 1000;
}
.return-btn{
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    user-select: none;
    background-color: #1fdd1f;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    box-shadow: 1px 1px 1px #ddd;
    float: right;
    margin-top: 3px;
    margin-right:10px;
}
.examListToExam-btn{
    width: 90px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    user-select: none;
    background-color: #1fdd1f;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 3px 3px 3px #ddd;
    float: right;
    /*margin-top: 8px;*/
}

.clearfix::after{
    clear: both;
    display: block;
    content: "";
    height: 0;
    visibility: hidden;
}

.jiaocheng a{
    text-decoration: none;
   
}

/*.jiaocheng a{*/
/*   float: left;*/
/*}*/

.jiaocheng a{
   float: left;
   padding-top: 3px;
    margin-left: -10px;
    font-size: 13px;
}


.gengduo{
    float: right;
    margin-top: 5px;
}

.gengduo1{
  
    float: left;
}
.gengduo1 a{
    text-decoration: none;
}


.appxiazai{
    float: right;
}
.appxiazai a{
    text-decoration: none;
}
.banben{
    float: left;
}

.gengduo a{
    text-decoration: none;
}
.examResult-box{
    overflow-y: auto;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
.examResultList-mobile{
    display: none;
}
.examResult-footer{
    width: 100%;
    text-align: center;
}
.examResult-footer .cancel-btn{
    width: 240px;
    height: 30px;
    line-height: 30px;
    /*height: 40px;*/
    /*line-height: 40px;*/
    text-align: center;
    user-select: none;
    background-color: #1fdd1f;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    box-shadow: 1px 1px 1px #ddd;
    margin: 10px auto;
}
.examResult-title{
    width: 100%;
    padding-left: 22px;
    margin: 10px auto;
    margin-top: 0;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    box-sizing: border-box;
}
.examResult-btn{
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    background-color: #f57a15;
    border-radius: 3px;
    box-shadow: 1px 1px 1px #ddd;
    cursor: pointer;
    display: inline-block;
    font-family: cursive;
}
.rwordList-btn{
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    background-color: #af15f5;
    border-radius: 3px;
    box-shadow: 1px 1px 1px #ddd;
    cursor: pointer;
    display: inline-block;
    font-family: cursive;
}

.rwordList-btnqk{
    width: 100px;
    height: 40px;
    display: inline-block;
     background: url("../img/ttqkxx.png") center / 100% 100% no-repeat;
    
}



@media screen and (min-width: 768px) {
    .typelist-main{
        box-sizing: border-box;
        padding-bottom: 90px;
    }
    .typelist-con{
        height: 100%;
        overflow: auto;
    }
    .typelist-btn{
        position: fixed;
        bottom: 50px;
        left: 0;
        z-index: 100;
    }
}
@media screen and (max-width: 1200px) {
    .container .content{
        margin: 0 auto !important;
    }
    .typelist{
        margin-top: 20px !important;
    }
    .typelist .typelist-title{
        height: 30px !important;
        line-height: 30px !important;
        font-size: 18px !important;
    }
    .typelist .typelist-item{
        height: 30px !important;
        line-height: 30px !important;
        font-size: 18px !important;
        overflow: hidden !important;
        margin-top: 8px;
    }
    .typelist-btn{
        margin-top: 15px !important;
    }
    .typelist-btn .sure-btn,.typelist-btn .examList-btn,.typelist-btn .unit-btn,.examResult-btn,.rwordList-btn{
        width: 70px !important;
        height: 30px !important;
        line-height: 30px !important;
        font-size: 14px !important;
        margin-bottom: 20px;
        margin-right: 5px;
    }
    
    .rwordList-btnqk{
        width: 60px !important;
        height: 20px !important;
        display: inline-block;
        background: url("../img/ttqkxx.png") center / 100% 100% no-repeat;
    }
    
    
    .container .content .title{
        height: 40px !important;
        line-height: 40px !important;
        font-family: cursive;
    }
    
    .container .content .main .page-point{
        padding: 2px !important;
        font-size: 18px !important;
        margin-bottom: 2px !important;
    }
    .container .content .main .word-title{
        margin-top: 2% !important;
        padding: 5px !important;
        font-size:30px;
    }
    .container .content .main .word-title .word{
        font-size: 30px !important;
        margin-right: 0 !important;
        font-family: 'Times New Roman', Times, serif;
    }
    .container .content .main .word-choice{
        margin-top: 15px !important;
       
    }
    .container .content .main .word-choice .choice-item{
        height: 34px !important;
        line-height: 34px !important;
        font-size: 22px !important;
        font-family: Times，宋体;
        overflow: hidden !important;
        margin-top: 18px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .container .content .footer{
        height: 34px !important;
        line-height: 34px !important;
        margin-top: 5px;
    }
    .container .content .footer .runNext-btn{
        height: 28px !important;
        line-height: 28px !important;
    }
    .container .content .footer .answerPointer-btn{
        height: 24px !important;
        line-height: 24px !important;
        margin-top: 5px !important;
    }
    .container .content .result{
        margin-top: 0px !important;
    }
    .container .content .result .title-point{
        font-size: 24px !important;
        margin-bottom: 0px !important;
    }
    .container .content .resultPoint-table table thead tr{
        height: 30px !important;
        font-size: 14px !important;
    }
    .return-typelist-btn{
        height: 24px !important;
        line-height: 24px !important;
       
    }
    .container .content .resultPoint-table table tbody tr{
        height: 30px !important;
    }
    .container .result-btn{
        height: 40px !important;
        line-height: 40px !important;
        font-size: 14px !important;
        width: 70px !important;
    }
    .container .content .main .word-title .word-radio{
        width: 24px !important;
        height: 24px !important;
    }
    .return-btn{
        width: 70px !important;
        height: 20px !important;
        line-height: 20px !important;
        font-size: 12px !important;
        margin-top: 20px !important;
        margin-right:-7px !important;
    }
    .container .content .table-common table thead tr{
        height: 30px !important;
        font-size: 16px !important;
    }
    .container .content .table-common .resultIcon{
        width: 24px !important;
        height: 24px !important;
    }
    .container .content .main .next-btn{
        margin-top: 5px !important;
        height: 30px !important;
    }
    .container .content .main .next-btn .btn{
        width: 26px !important;
        height: 26px !important;
        line-height: 26px !important;
        font-size: 14px !important;
    }
    .container .unitExam-box .unitExam-content .unitExam-body .unitExam-title{
        font-size: 22px !important;
    }
    .container .unitExam-box .unitExam-content .unitExam-body .unitExam-footer{
        margin-top: 15px !important;
    }
    .container .content .footer .runNextUnit-btn{
        width: 80px !important;
        height: 24px !important;
        line-height: 24px !important;
        margin-top: 5px !important;
    }
    .container .content .main .word-input .input{
        height: 40px !important;
        line-height: 40px !important;
        font-size: 40px !important;
    }
    .container .content .main .save-btn{
        height: 35px !important;
        line-height: 35px !important;
        margin-top: 8px;
    }
    .container .content .main .word-input{
        margin-bottom: 8px !important;
    }
    .examList-radio{
        width: 20px !important;
        height: 20px !important;
    }
    .examListToExam-btn,.toTest-btn{
        width: 90px !important;
        height: 30px !important;
        line-height: 30px !important;
    }
}

@media screen and (max-width: 768px){
    .examResult-mobile-content{
        width: 100%;
    }
    .examResultMobile-item{
        width: 96%;
        background-color: #ffffff;
        margin: 10px auto;
        padding: 10px;
        box-sizing: border-box;
        border-radius: 10px;
    }
    .examResult-box{
        display: none;
    }
    .examResultList-mobile{
        width: 100%;
        height: 100%;
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        background-color: #f1f1f1;
        display: none;
        padding-bottom: 50px;
        box-sizing: border-box;
    }
    .examResultList-mobile .examResult-footer{
        width: 100%;
        position: fixed;
        bottom: 5px;
        left: 0;
        z-index: 1000;
    }
    .examResultList-mobile .cancel-btn{
        width: 80px;
        /*width: 80%;*/
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        margin: 0px auto;
    }
    .examResultList-mobile .con-mess{
        width: 100%;
        padding: 5px 0;
        padding-left: 90px;
        position: relative;
        box-sizing: border-box;
    }
    .examResultList-mobile .examResultList-mobile-title{
        width: 80px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 100;
    }
    .examResultList-mobile .examResultList-mobile-value{
        width: 100%;
        line-height: 16px;
        font-size: 14px;
        color: #000;
    }
    .examResult-title{
        padding-left: 10px;
        font-size: 14px;
    }
    .login-box{
        /*width: 350px;*/
        width: 350px;
        /*height: 320px;*/
        height: 320px;
        left: 50%;
        margin-left: -160px;
        box-shadow: 0px 0px 6px #ddd;
        box-sizing: border-box;
        background:url(../img/login_bgx.png) no-repeat;
    }
    .login-box .login-item{
        padding-left: 90px;
    }
    .login-box .login-form-title{
        width: 80px;
        height: 40px;
        line-height: 40px;
    }
    .login-box .login-form-input{
        height: 40px;
        padding-left: 10px;
        box-sizing: border-box;
    }
    .login-box .login-title{
        margin-top: 15px;
        margin-bottom: 96px;
        font-size: 20px;
    }
    
    .gengduo{
        margin-top: 12px;
        margin-right: -8px;
    }
    .container .content .title{
        height: 50px;
        line-height: 50px;
        margin-bottom: 1px;
        padding-right: 105px;
        width: 100%;
        box-sizing: border-box;
    }
    .login-btn .login-save{
        width: 200px;
        height: 40px;
        line-height: 40px;
    }
    .container .content .title .exam-main-title{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: calc(100% - 40px);
        display: block;
        font-size: 14px!important;
    }
    .container .content .title .bgmIcon{
        margin-right: 0px;
        margin-top: 5px;
    }
    .return-typelist-btn{
        top: 2px;
    }
    .typelist-main{
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .typelist:first-child{
        width: 14%;
    }
    .typelist:nth-of-type(2){
        width: 32%;
    }
    .typelist:nth-of-type(3){
        width: 27%;
    }
    .container .content{
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .container .unitExam-box .unitExam-content{
        width: 90%;
        height: 50%;
        position: fixed;
        z-index: 1000;
        left: 5%;
        top: 20%;
        border-radius: 15px;
        background-color: #fff;
    }
    .closeIcon{
        right: 5%;
    }
}