@import url('https://fonts.googleapis.com/css?family=Asap+Condensed|Sarala');


/*
font-family: 'Asap Condensed', sans-serif;
font-family: 'Sarala', sans-serif;
*/

*{
     margin: 0;
     border: 0;
     padding: 0;
}



body{
    margin: 0;
    padding: 0;
    font-family:'微軟正黑體', "Microsoft JhengHe", "Helvetica", Sans-Serif;
    color: #3e3a39;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.05em;
}
a{
    text-decoration: none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,input, select, textarea, button { font-family:'微軟正黑體', "Microsoft JhengHe", Helvetica, serif;}

img{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1; /*For IE 6&7 only*/
}

/*-----------------------------------site-main-----------------------------------*/
body{
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
body.d2{
    background: url(../img/demo2/bg.png) repeat fixed;
}
body.d4,
body.d3{
    background: url(../img/demo3/bk_orange.png) repeat fixed;
}
body.d6{
    background: url(../img/demo5/blue_bk.png) repeat fixed;
}

body.starpage{
    background: url(../img/demo1/wood_bk.png) repeat fixed;
}

body.starpage.resault{
    background: url(../img/resault/bk.png) 50% 100% repeat fixed;
}

.wrap{
    max-width: 1920px;
    margin: 0 auto;
/*    overflow: hidden;*/
}
.container{
    max-width: 900px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
}
.pic{
    width: 100%;
    text-align: center;
    position: relative;
}
.pic img{
    display: block;
    /*width: auto;*/
    width: 100%;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    mix-blend-mode: multiply;
}
.pic.info-pic img{
    width: auto;
}
.test-q.center-pic span{
    display: block;
    margin: 5px auto;
}



/*-----------------------------------loading-----------------------------------*/
.loadingbox {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background:url(../img/mbg_1.png) no-repeat fixed 50% 50%;
    background-size: cover;
    top: 0;
}
.loadingbox h6{
    display: none;
}
.loadingbox .progress{
    opacity: 0;
}
.loadingbox .loading{
    display: block;
    width: 428px;
    height: 221px;
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    margin: auto;
}
/*-----------------------------------header-----------------------------------*/
.site-header{
    width: 100%;
    height: auto;
}


/*-----------------------------------footer-----------------------------------*/
.site-footer {
	width: 100%;
    height: auto;
}


/*-----------------------------------logout-----------------------------------*/

.logout-bar{
    background: #f8f8f8;
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 10px;
    border-top: solid 1px #b2b2b2;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    z-index: 10;
}
.logout-bar .btn.logout,
.logout-bar .btn.menus{
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #504f4f;
    font-size: 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 14px;
    padding: 1px 10px;
}
.logout-bar .btn.logout:hover,
.logout-bar .btn.menus:hover{
    opacity: 0.7;
}
.logout-bar .btn.menus .icon,
.logout-bar .btn.logout .icon{
    display: block;
    background: url(../img/logout.png) no-repeat 50% 50%;
    margin: 0 auto 0px;
    width: 30px;
    height: 30px;
    background-size: 80% auto;
    position: relative;
    left: 1px;
}
.logout-bar .btn.menus .icon{
    background-image: url(../img/demo2/ic_main.png);
}


.header-bar{
    background: #f8f8f8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: solid #b2b2b2 1px;
    width: 100%;
    position: relative;
    padding: 8px 10px;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: 99 !important;
    text-align: center;
    font-size: 23px;
    color: #444;
    font-weight: 600;
}
.header-bar .btn.close{
    position: absolute;
    right: 3%;
    top: 10px;
    font-size: 20px;
    color: #444;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: normal;
}
.header-bar .btn.close:hover{
    color: #aaa;
}
.header-bar .btn.close .icon{
    background: url(../img/demo2/ic_close.png) no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    position: relative;
    top: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.header-bar .btn.close:hover .icon{
    opacity: 0.7;
}

/*-----------------------------------login page-----------------------------------*/

/*-----------------------------------content-----------------------------------*/
.starpage .main-content{
    min-height: 820px;
    position: relative;
    background:#fff;
    max-width: 900px;
    margin: 120px auto 0;
    -webkit-box-shadow: 0 0 17px rgba(0,0,0,0.5);
    box-shadow: 0 0 17px rgba(0,0,0,0.5);
}
.rs6 .main-content,
.rs2 .main-content{
    padding-bottom: 220px;
}
.d5.starpage{
    max-width: 1030px;
    margin:120px auto 0;
}

.starpage .main-content:before{
    content: '';
    display: block;
    background: url(../img/demo1/pic_01.png) no-repeat 50% 50%;
    position: absolute;
    width: 580px;
    height: 578px;
    right: -300px;
    top: -60px;
    z-index: -1;
}
.starpage .main-content:after{
    content: '';
    display: block;
    background: url(../img/demo1/pic_02.png) no-repeat 50% 50%;
    position: absolute;
    left: -250px;
    bottom: 0px;
    z-index: -1;
    width: 466px;
    height: 600px;
}
.starpage.resault .main-content:before,
.starpage.resault .main-content:after{
    display: none;
}
.starpage .main-content .container:before{
    content: '';
    background: url(../img/demo1/clip.png) no-repeat 50% 50%;
    width: 62px;
    height: 140px;
    position: absolute;
    left: 15%;
    top: -120px;
    z-index: 5;
}
.starpage .main-content .container:after{
    content: '';
    background: url(../img/demo1/clip.png) no-repeat 50% 50%;
    width: 62px;
    height: 140px;
    position: absolute;
    right: 15%;
    top: -120px;
    z-index: 5;
}
.d3 .white-paper{
    max-width: 667px;
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.2);
    box-shadow: 0 1px 10px rgba(0,0,0,0.2);
}
.d3 .white-paper:before{
    content: '';
    display: block;
    background: url(../img/demo3/tape.png) no-repeat  50% 50%;
    width: 212px;
    height: 137px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -80px;
}
.d3 .white-paper:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.4);
    box-shadow: 0 1px 10px rgba(0,0,0,0.4);
    position: relative;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    position: absolute;
    right: -50px;
    bottom: -50px;
    z-index: -1;
}
.main-content.demo2{
    min-height: 820px;
    position: relative;
    background:url(../img/demo2/paper.png) repeat-y center 0 fixed;
    margin-top: 120px;
}
.d3 .main-content.demo2{
    background: none;
    min-height: 646px;
}
.d4 .main-content.demo2{
    min-height: 802px;
    position: relative;
    background:url(../img/demo4/bk.png) repeat-y center 0 fixed;
    margin-top: 120px;
}
.d6 .main-content.demo2{
    min-height: 802px;
    position: relative;
    background:url(../img/demo5/bk.png) repeat-y center 0 fixed;
    margin-top: 120px;
}
.main-content.demo2.demo3{
    min-height: 820px;
}

.main-content.demo2:before{
    content: '';
    display: block;
    width: 100%;
    background:url(../img/demo2/paper_h.png) no-repeat center top;
    height: 41px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -40px;
}
.d3 .main-content.demo2:before{
    display: none;
}
.d4 .main-content.demo2:before{
    background-image: url(../img/demo4/head.png);
    height: 88px;
}
.d6 .main-content.demo2:before{
    background-image: url(../img/demo5/bk_head.png);
    height: 170px;
}
.btn.next{
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: url(../img/demo2/next.png) no-repeat 50% 50%;
/*    background: url(../img/demo2/next.png) no-repeat 50% 0%;*/
    width: 515px;
    width: 200px;
    height: 414px;
    height: 170px;
/*    height: 340px;*/
    display: block;
    position: fixed;
    bottom: -100px;
    bottom: 0px;
    right: 50%;
    text-align: center;
    margin-right: -620px;
    margin-right: -470px;
}
.d3 .btn.next{
    bottom: 80px;
    margin-right: -500px;
}

.btn.next span{
    background: url(../img/demo2/next_txt.png) no-repeat 50% 50%;
    width: 132px;
    height: 167px;
    display: block;
    text-indent: -99999999px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
/*    bottom: 0;*/
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    
}
.d3 .btn.next span{
    background-image: url(../img/demo3/next_02.png);
    width: 140px;
    height: 144px;
}
.d4 .btn.next span{
    background-image: url(../img/demo4/smile.png);
    width: 140px;
    height: 144px;
}
.d6 .btn.next span{
    background-image: url(../img/demo5/next.png);
    width: 199px;
    height: 200px;
}
.btn.next:hover span{
     -webkit-animation: jump 1.5s ease 0s infinite normal ;
     animation: jump 1.5s ease 0s infinite normal ;
}
.starpage.resault .btn.next span{
    background-image: url(../img/resault/hi.png);
    width: 170px;
    height: 203px;
}
.q-num{
    display: block;
    width: 115px;
    height: 115px;
    background: #f48366;
    border-radius: 50%;
    text-align: center;
    line-height: 115px;
    color: #fff;
    font-weight: bold;
    font-size: 60px;
    position: absolute;
    left: 11px;
    top: 63px;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.35);
    box-shadow: 0 0 7px rgba(0,0,0,0.35);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-family: 'Asap Condensed', sans-serif;
}
.d3 .q-num{
    left: -50px;
    background: #ef5b72;
}
.d4 .q-num{
    left: -50px;
    background: #aeb8e1;
}
.d6 .q-num{
/*    left: -50px;*/
    background: #e9a2c7;
}

.btn.clock{
    background: url(../img/demo2/ic_clock.png) no-repeat 50% top;
    width: 62px;
    height: 74px;
    text-align: center;
    font-weight: bold;
    /*font-size: 16px;*/
    font-size: 24px;
    color: #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 54px;
    position: absolute;
    right: 50%;
    margin-right: -550px;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.d4 .btn.clock{
    margin-right: -520px;
}
.s-title{
    width: 50px;
    height: 120px;
    background: #7e7e7e;
    text-align: center;
    font-size: 20px;
    color: #fff;
    position: absolute;
    right: 50%;
    margin-right: -545px;
    top: 100px;
    -webkit-writing-mode: vertical-lr;
-ms-writing-mode: tb-lr;
writing-mode: vertical-lr;
    line-height: 50px;
    letter-spacing: 1px;
    font-weight: bold;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.d4 .s-title{
    margin-right: -515px;
}
.test-box{
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 109px 130px 20px 170px;
}
.d4 .test-box,
.d2 .test-box{
    padding-bottom: 200px;
}
.d3 .test-box{
    padding: 95px 80px 80px;
}
.starpage .test-box{
    padding: 80px 20px 30px;
}
.test-box.scroll{
    overflow-y: scroll;
    max-height: 700px;
    max-width: 800px;
    padding-right: 20px;
}
.test-q{
    font-family: DFKai-sb;
    font-size: 28px;
    font-weight: bold;
    color: #111;
    line-height: 1.5;
    margin-bottom: 50px;
}
.d3 .test-box{
}
.test-q.center-pic{
    display: block;
}
.test-q.center-pic img{
    margin: 0 auto;
}

.test-a{
    width: 100%;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 40px;
}
.test-a li{
    margin-bottom: 25px;
    position: relative;
}
.test-a li label{
    font-size: 22px;
    position: relative;
    width: 100%;
    color: #444;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 40px;
    line-height: 1.4;
    display: block;
    font-family: 'Sarala','微軟正黑體', "Microsoft JhengHe", "Helvetica", Sans-Serif;
}
.test-a li input{
    display: none;
}
.test-a li input:checked~label{
    color: #ff3d0b;
    text-decoration: underline;
}
.test-a li input:checked~label .icon{
    background-image: url(../img/demo2/btn_chose_hover.png);
}
.test-a li label .icon{
    background: url(../img/demo2/btn_chose.png) no-repeat 50% 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 6px;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    position: relative;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: 'Sarala', sans-serif;
}
.test-a li input:checked~label:after{
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position:absolute;
    top: -2px;
    right: 10px;
    right: -50px;
    background-size: 100% auto;
    background: url(../img/demo2/mark.png) no-repeat 50% 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 20;
    z-index: 0;
}
.test-q  img{
    margin: 0;
}

.sl-box{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    color: #777;
}
.sl-box .form-group{
    display: inline-block;
    margin: 0 20px 10px;
}
.sl-box .form-control{
    border: solid 1px #ccc;
    width: 150px;
    height: 34px;
    line-height: 34px;
}
.btn.search{
    width: 105px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    background: #535353;
    font-weight: bold;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}
.btn.search:hover{
    background: #111;
}

/*-----------------------------------main table-----------------------------------*/

.table-rwd{
    border: solid 1px #7e7e7e;
    width: 100%;
    margin: 40px auto 0;
    font-size: 15px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.rs5 .table-rwd{
    border: none;
    max-width: 580px;
    margin: 0 auto;
}
.rs6 .table-rwd{
    border: none;
    max-width: 830px;
    margin: 0 auto 10px;
}
.rs2 .table-rwd{
    border: none;
}
.rs3 .table-rwd{
    -webkit-box-shadow: 0 0 6px rgba(144,144,144,0.3);
    box-shadow: 0 0 6px rgba(144,144,144,0.3);
    border: none;
}
.table-rwd.math-ans{
    border: none;
    font-size: 16px;
}
.table-rwd.math-ans .form-control{
    border: solid 1px #444;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
    height: 24px;
}
.table-rwd.math-ans .form-control:focus{
    border-color: #f19149;
}
.table-rwd.math tr.tr-only-hide{
    background: #ffa1bf;
}
tr.tr-only-hide {
    color: #fff;
    background: #f19149;
    font-weight: bold;
}

.rs5 .table-rwd tr{
    border-bottom: none;
    background: #eeeeee;
}
.rs5 .table-rwd tr:nth-child(odd){
    background: #959595;
    color: #fff;
}

.rs2 .table-rwd tr{
    border-bottom: none;
    background: #dbf2fa;
}
.rs2 .table-rwd tr:nth-child(odd){
    background: #fff;
}

.table-rwd.rs-math tr.tr-only-hide{
    background: #ffeff9;
    color: #444;
}
.rs2 .table-rwd.rs-math tr.tr-only-hide{
    background: #89d4f3;
    color: #fff;
}
.math-ans tr.tr-only-hide{
    background: none;
    color: #444;
}
.table-rwd.ktest tr.tr-only-hide{
    background: #acd598;
}
.table-rwd.eng tr.tr-only-hide{
    background: #f0c330;
    color: #444;
}
.table-rwd.mathtest tr.tr-only-hide{
    background: #7ecef4;
}
.table-rwd.grammar tr.tr-only-hide{
    background: #ffa1bf;
}

.table-rwd th{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 5px;
}
tr.tr-cont td{
    padding: 12px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border-top: solid 1px #f1f1f1;
}
.rs6 tr.tr-cont td{
    text-align: left;
    background: #f1f1f1;
}
.rs3 tr.tr-cont td{
    border-top: none;
}
.rs3 tr.tr-cont td:nth-child(1){
    border-right: solid 1px #ccc;
    text-align: left;
}
.math-ans tr.tr-cont td{
    padding: 9px 5px;
}
tr.tr-cont td:last-child{
    border-bottom: none;
}


.ibtn.ic-test{
    background: url(../img/demo1/icon_01.png) no-repeat 50% 50%;
    width: 30px;
    height: 30px;
    /*display: block;*/
    display:inline-block;
    margin: 0 auto;
    position: relative;
    text-indent: -9999999px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.ibtn.ic-report{
    background: url(../img/demo1/icon_02.png) no-repeat 50% 50%;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    position: relative;
    text-indent: -9999999px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.ibtn.ic-del{
    background: url(../img/demo1/icon_06.png) no-repeat 50% 50%;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    position: relative;
    text-indent: -9999999px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.ibtn.ic-read{
    background: url(../img/demo1/icon_03.png) no-repeat 50% 50%;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    position: relative;
    text-indent: -9999999px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.ibtn.ic-q{
    background: url(../img/demo1/icon_04.png) no-repeat 50% 50%;
    width: 30px;
    height: 30px;
    /*display: block;*/
    display:inline-block;
    margin: 0 auto;
    position: relative;
    text-indent: -9999999px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.ibtn.ic-a{
    background: url(../img/demo1/icon_05.png) no-repeat 50% 50%;
    width: 30px;
    height: 30px;
    /*display: block;*/
    display:inline-block;
    margin: 0 auto;
    position: relative;
    text-indent: -9999999px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.ibtn.ic-q:hover,
.ibtn.ic-a:hover,
.ibtn.ic-read:hover,
.ibtn.ic-test:hover,
.ibtn.ic-del:hover,
.ibtn.ic-report:hover{
    opacity: 0.8;
}
.btn.intotest{
        display: block;
        width: 170px;
        height: 50px;
        margin: 20% auto;
        border-radius: 8px;
        background: #f0c330;
        -webkit-box-shadow: 0 4px 0 #d6a821;
        box-shadow: 0 4px 0 #d6a821;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    font-weight: bold;
}

.btn.intotest1{
        display:inline-block;
        width: 125px;
        height: 34px;
        /*margin: 20% auto;*/
        border-radius: 8px;
        background: #f0c330;
        -webkit-box-shadow: 0 4px 0 #d6a821;
        box-shadow: 0 4px 0 #d6a821;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        text-align: center;
        color: #fff;
        font-size: 24px;
        line-height: 34px;
        font-weight: bold;
}

.btn.intotest:hover{
    -webkit-box-shadow: 0 4px 0 #f0c330;
    box-shadow: 0 4px 0 #f0c330;
    -webkit-transform: translate(0,3px);
    transform: translate(0,3px);
}
.btn.intotest.mathtest{
    background: #7ecef4;
     -webkit-box-shadow: 0 4px 0 #57c0f1;
    box-shadow: 0 4px 0 #57c0f1;
}
.btn.intotest.mathtest:hover{
     -webkit-box-shadow: 0 4px 0 #7ecef4;
    box-shadow: 0 4px 0 #7ecef4;
}
.btn.intotest1.mathtest{
    background: #7ecef4;
     -webkit-box-shadow: 0 4px 0 #57c0f1;
    box-shadow: 0 4px 0 #57c0f1;
}
.btn.intotest1.mathtest:hover{
     -webkit-box-shadow: 0 4px 0 #7ecef4;
    box-shadow: 0 4px 0 #7ecef4;
}


.mediPlayer{
    text-align: center;
    color: #009EF8;
}
.play-txt{
    text-align: center;
}


/*-----------------------------------MATH-----------------------------------*/
.math-notice{
    max-width: 550px;
    margin: 30px auto 0;
    position: relative;
}
.math-notice b.til{
    font-size: 27px;
    font-weight: bold;
    color: #000;
    margin-bottom: 25px;
    display: block;
}

.d5 .btn.intotest{
    margin: 50px auto 50px;
}
.grade-box{
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.grade-box > ul{
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
}
.grade-box .item{
    float: left;
    width: 33.333333%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px;
}
.grade-box .box{
    background: #f4f4f4;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
}

.grade-box li:nth-child(2) .box,
.grade-box li:nth-child(4) .box{
    background: #fcf9f9;
}
.grade-box .box .title{
    font-size: 20px;
    font-weight: bold;
    color: #585858;
    margin-bottom: 25px;
}

/*-----------------------------------select-class-box-----------------------------------*/

.select-class-box{
    padding: 0;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.select-class-box li input{
    display: none;
}
.select-class-box li{
    float: left;
    width: 25%;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.select-class-box li label{
    display: block;
    margin: 0 auto 15px;
    width: 50px;
    height: 50px;
    border: solid 7px #e4e5e6;
    -webkit-box-shadow: 0 0 5px rgba(158,160,164,0.3);
    box-shadow: 0 2px 4px rgba(158,160,164,0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #7acbf0;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.select-class-box.change-color li label{
    background: #6e9ce7;
}
.select-class-box.change-color li label:hover{
    background: #7acbf0;
}
.select-class-box li label:hover{
    background: #6e9ce7;
}
.select-class-box li input:checked~label{
    background: #ff79a3;
}
.test-math-a{
    font-size: 20px;
    font-weight: bold;
    position: relative;
    width: 100%;
}
.test-math-a .form-control{
    width: 200px;
    height: 34px;
    line-height: 34px;
    border: solid 1px #444;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
    
}


/*-----------------------------------resault box-----------------------------------*/
.resault-title{
    font-size: 36px;
    position: relative;
    text-align: center;
    color: #535353;
    font-weight: bold;
    margin-bottom: 60px;
}
.resault-title span{
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 10px;
    background: #ffa1bf;
    color: #fff;
    line-height: 1.6;
    font-size: 25px;
}
.rs2 .resault-title span{
    background: #7ecef4;
}
.rs3 .resault-title span{
    background: #acd598;
}
.rs3.rs4 .resault-title span{
    background: #f0c330;
}
.rs6 .resault-title span,
.rs5 .resault-title span{
    background: #f19149;
}
.rs-txt{
    display: block;
    width: 100%;
    border-bottom: solid 1px #c3c3c3;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 17px;
    color: #444;
    position: relative;
    padding-bottom: 5px;
}
.rs6 .rs-txt{
    border-bottom: none;
    font-size: 15px;
}
.rs-txt:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #c3c3c3;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -4px;

}
.rs6 .rs-txt:after{
    display: none;
}
.rs-txt li{
    display: inline-block;
    width: calc(25% - 4px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.rs-txt.three-row li{
    width:  calc(32% - 4px);
}
.rs-txt.all-lone li{
    width: 100%;
}
.rs-txt li span{
    background: #fff2fc;
    margin-right: 5px;
}
.rs6 .rs-txt li span{
    background: #ffeadf;
    letter-spacing: 2px;
}
.rs2 .rs-txt li span{
    background: #ddf4fa;
}

.g-bg{
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 5px;
    margin-right: 5px;
    background: #e8f8d3;
    font-size: 18px;
}
b.red-mark{
    font-weight: bold;
    color: #cf1c1e;
    font-size: 17px;
}
.green-ul li{
    margin-bottom: 8px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 33px;
}
.green-ul li:before{
    content: '';
    display: inline-block;
    margin-right: 6px;
    width: 18px;
    height: 18px;
    background: #fff;
    border:  solid 4px #acdb51;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    top: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 5px;
}
.green-ul li:after{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #acdb51;
    position: absolute;
    left: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.en-rs-txt{
    display: block;
    max-width: 450px;
    margin: 10px auto;
    font-size: 21px;
    font-weight: bold;
}
.en-rs-txt li{
    margin-bottom: 8px;
}

.strengthen{
    border-top: solid 1px #565656;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-top: 50px;
    padding-top: 50px;
    text-align: center;
}
.strengthen .title{
    font-size: 25px;
    color: #f19149;
    font-weight: bold;
    margin-bottom: 30px;
}





/*----------------------------------------RWD--------------------------------------*/
@media screen and (max-width:1400px){
    
}
@media screen and (max-width:1200px){
    .btn.clock{
        margin-right: 0;
        right: inherit;
        left: 50%;
        margin-left: 280px;
        top: 10px;
    }
    .d3 .btn.clock,
    .d4 .btn.clock{
        margin-right: 0;
    }
    .d3 .s-title,
    .d4 .s-title{
        margin-right: -431px;
        top: 0;
    }
    
    .d3 .btn.clock,
    .d3 .s-title{
        z-index: 2;
    }
    .d3 .white-paper::after{
        bottom: -10px;
        right: 0;
    }
/*
    .btn.next{
        width: 420px;
        height: 340px;
    }
*/
    .d6 .btn.next{
/*        margin-right: -30px;*/
    }
}
@media screen and (max-width:1025px){
    .d4 .test-box{
        padding-bottom: 150px;
    }
    .d3 .btn.next{
        bottom: 0;
/*        margin-right: -40px;*/
    }
}
@media screen and (max-width:980px){
    .table-rwd{
        background: #fff;
        border: solid 1px #dadada;
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 10px;
    }
 
    tr.tr-cont td{
        border-bottom: solid 1px #dedede;
        text-align: left;
        border-top: none;
    }
    .table-rwd tbody{
        display: block;
        width: 100%;
    }
    .table-rwd{min-width: 100%;}

    tr.tr-only-hide {display: none !important;}

    .table-rwd tr{
        display: block;
        margin-top: 5px;
        border-bottom: dotted 3px #818181;
    }
    .table-rwd tr:last-child{
        border-bottom: none;
    }
    .table-rwd td {
        text-align: left;
        font-size: 15px;
        overflow: hidden;
        width: 100%;
        display: block;
	}
	.table-rwd td:before {
        content: attr(data-th) " : ";
        display: inline-block;
        text-transform: uppercase;
        font-weight: bold;
        margin-right: 10px;
        color: #f19149;
      }
    .rs5 .table-rwd td:before,
    .rs2 .table-rwd td:before{
        color: #111;
    }
    .table-rwd.math  td:before{
        color:  #ffa1bf;
    }
    .table-rwd.ktest  td:before{
        color:  #acd598;
    }
    .table-rwd.eng td:before{
        color: #f0c330;
    }
    .table-rwd.mathtest  td:before{
        color:  #7ecef4;
    }

    .ibtn.ic-q,
    .ibtn.ic-a,
    .ibtn.ic-read,
    .ibtn.ic-report,
    .ibtn.ic-del,
    .ibtn.ic-test{
        display: inline-block;
        margin-left: 8px;
    }
    .table-rwd.math-ans{
        background: none;
    }
    .table-rwd.math-ans .form-group{
        display: inline-block;
    }
    .table-rwd.math-ans tr{
        padding-bottom: 10px;
    }
    .rs3 tr.tr-cont td:nth-child(1){
        border-right: none;
    }
}
@media screen and (max-width:900px){
    .wrap{
        overflow: hidden;
    }
    .q-num{
        position: relative;
        left: inherit;
        top: inherit;
        margin: 0 auto 10px;
    }
    .d4 .btn.clock,
    .btn.clock{
        margin-right: 0;
        right: 5%;
        top: 20px;
        z-index: 10;
        left: inherit;
        margin-left: 0;
    }
    .s-title{
        margin: 0;
        right: inherit;
        top: 0;
        left: 0;
        z-index: 10;
    }
    .d3 .btn.clock{
        right: 30px;
        top: 30px;
    }
    .btn.next{
        background-size: 70% auto;
/*        bottom: -110px;*/
        bottom: 0px;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-position: 100% center;
/*        margin-right: -150px;*/
        margin-right: -50px;
        height: 140px;
    }
    .resault .btn.next{
        display: none;
    }

    .main-content.demo2{
        width: 90%;
        margin: 142px auto 0;
        min-height: inherit;
        padding-top: 20px;
    }
    .d3 .main-content.demo2{
        margin-top: 90px;
    }
    .test-q{
        font-size: 24px;
        line-height: 1.4;
    }
    
    .test-box{
        padding: 20px 20px 120px 20px;
    }
    .d2 .test-box{
        padding-bottom: 120px;
    }
    .d3 .test-box{
        padding: 20px 30px 80px;
    }
    .starpage .test-box{
        padding: 30px 20px 30px;
    }
    .test-box.scroll{
        padding-bottom: 0;
    }
    
    .q-num{
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 40px;
    }
    .btn.next span{
        background-size: 80% auto;
    }
    .starpage .main-content{
        width: 90%;
    }
    .starpage .main-content .container{
        padding-top: 30px;
    }
    
    .d3 .white-paper::after{
        display: none;
    }
    .d3 .white-paper{
        max-width: 767px;
        padding-top: 30px;
    }
    .d4 .q-num,
    .d3 .q-num{
        left: inherit;
    }
    .math-notice b.til{
        line-height: normal;
    }
    
    .select-class-box li{
        width: 33.333333%;
    }
    .select-class-box li label{
        border-width: 5px;
        width: 45px;
        height: 45px;
        line-height: 30px;
    }
    .rs6 .table-rwd{
        padding: 0;
    }
    .d3 .btn.next{
        margin-right: -40px;
    }
}

@media screen and (max-width:767px){
    .rs-txt.three-row li,
    .rs-txt li{
        width: 100%;
    }
    .d6 .btn.next{
        margin-right: 0px;
    }
}
@media screen and (max-width:700px){
    .grade-box .item,
    .select-class-box li{
        width: 50%;
    }
    .resault-title{
        font-size: 30px;
    }
    .resault-title span{
        font-size: 17px;
    }
}

@media screen and (max-width:640px){
    .test-a  img{
        width: 100%;
    }
    .test-q  img{
        margin: 0;
/*         width: 100%;*/
    }
    .test-q.fake-w  img{
        width: 100%;
    }
    .d3 .test-q img{
        width: auto;
    }
}

@media screen and (max-width:769px){
    .btn.next span{
        background-size: 60% auto;
        bottom: 110px;
        width: 110px;
        height: 250px;
        height: 100px;
        background-position: 50% 10%;
        z-index: 40;
    }
    .btn.next{
        bottom: -150px;
        height: 280px;
        width: 100px;
        height: 240px;
        margin-right: 0;
    }
    .d3 .btn.next{
        bottom: -150px;
        margin-right: 30px;
    }
    .d4 .btn.next span{
        bottom: 80px;
    }
    .d6 .btn.next span{
        width: 120px;
        height: 120px;
    }
    .d3 .btn.next{
/*        bottom: 0;*/
        margin-right: 0;
    }
}
@media screen and (max-width:450px){
    .loadingbox .loading,
    .pic img{
        width: 100%;
    }
    .grade-box .item{
        width: 100%;
    }
}