.clearfix,.clear {zoom:1; clear:both;} 
.clearfix:after,.clear:after {content:''; display:block; clear:both; visibility:hidden; height:0;}
 .text-center{
     text-align: center;
 }
 .my-hidden{
     display: none;
 }
 body {
    font: 14px "思源黑体", verdana;
}

.green-font {
    color: #32b397;
}

.white-font {
    color: #fff;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
html {
    font-size: 20px;
    margin: 0 auto;
}
@media (min-width: 1024px){
    html {
        font-size: 20px!important;
        margin: 0 auto;
    }
}
/*主要就是這兩段, 遇到 float 完後, 要清除的地方, 寫個 <p class="clear"></p> 就可以了~ */

    #GetFreeLesson {
        background-color: #d9534f;
        color: #ffffff;
        border-radius: 10px;
        height: 25px;
        line-height: 22px;
        text-shadow: none;
        margin: 0 0px 20px 0px;
    }

    #title-five .sl-box .text {
        position: relative;
        margin-top: -30px;
    }

    #title-five .sl-box h1 {
        font-size: 20px;
        font-family: "SimHei";
        color: rgb( 0, 0, 0);
        line-height: 1.467;
        text-align: center;
    }

    #title-five .sl-box h1 a {
        font-size: 20px;
        color: #45D4AC;
    }

    #title-five .sl-box h2 {
        font-size: 16px;
        font-family: "SimHei";
        color: rgb( 9, 9, 9);
        line-height: 2;
        text-align: left;
        padding-left: 20px;
        padding-right: 20px;
    }

    .loadform {
        position: relative;
        margin-top: 0px;
        margin-bottom: 30px;
    }

    * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    /*去掉html5播放器上的logo*/

    .jwlogo {
        display: none;
    }

    #footer .phone .ui-grid-a {
        text-align: center;
        vertical-align: middle;
        position: relative;
        height: 55px;
    }

    #footer .phone .ui-block-b h1 {
        font-size: 1.4em;
        color: #45d4ac;
        text-align: left;
    }

    .modal-footer:after,
    .modal-header:after,
    .navbar-collapse:after,
    .navbar-header:after,
    .navbar:after,
    .pager:after,
    .panel-body:after,
    .row:after {
        clear: both;
    }

    .modal,
    .modal-open,
    .progress {
        overflow: hidden;
    }

    .modal,
    .modal-backdrop {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .modal-content,
    .popover {
        background-clip: padding-box;
    }

    .modal {
        display: none;
        position: fixed;
        z-index: 10050;
        -webkit-overflow-scrolling: touch;
        outline: 0;
    }

    .modal-footer:after,
    .modal-footer:before,
    .modal-header:after,
    .modal-header:before {
        display: table;
        content: " ";
    }

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

    .modal-dialog {
        position: relative;
        width: auto;
        margin: 10px;
    }

    .modal-content {
        position: relative;
        background-color: #fff;
        border: 1px solid #999;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 6px;
        -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
        box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
        outline: 0;
    }

    .modal-backdrop {
        position: fixed;
        z-index: 10049;
        background-color: #000;
    }

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50);
    }

    .modal-header {
        padding: 15px;
        border-bottom: 1px solid #e5e5e5;
    }

    .modal-header .close {
        margin-top: -2px;
    }

    .modal-title {
        margin: 0;
        line-height: 1.42857;
    }

    .modal-body {
        position: relative;
        padding: 15px;
    }

    .modal-footer {
        padding: 15px;
        text-align: right;
        border-top: 1px solid #e5e5e5;
    }

    .modal-footer .btn+.btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn+.btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block+.btn-block {
        margin-left: 0;
    }

    .modal-scrollbar-measure {
        position: absolute;
        top: -9999px;
        width: 50px;
        height: 50px;
        overflow: scroll;
    }

    @media (min-width:768px) {
        .modal-dialog {
            width: 600px;
            margin: 30px auto;
        }
        .modal-content {
            -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        }
        .modal-sm {
            width: 300px;
        }
    }

    @media (min-width:992px) {
        .modal-lg {
            width: 900px;
        }
    }

    button.close {
        padding: 0;
        cursor: pointer;
        background: 0 0;
        border: 0;
        -webkit-appearance: none;
    }

    .close {
        float: right;
        font-size: 21px;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: .2;
        filter: alpha(opacity=20);
    }

    .close:focus,
    .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50);
    }

    button,
    input,
    select,
    textarea {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }

    .form-control,
    output {
        font-size: 14px;
        line-height: 1.42857;
        color: #fff;
        display: block;
    }

    .form-control {
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        background-color: #fff;
        border: 1px solid #c2cad8;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

    .form-control:focus {
        border-color: #93a1bb;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(147, 161, 187, .6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(147, 161, 187, .6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .has-success .checkbox,
    .has-success .checkbox-inline,
    .has-success .control-label,
    .has-success .form-control-feedback,
    .has-success .help-block,
    .has-success .radio,
    .has-success .radio-inline,
    .has-success.checkbox label,
    .has-success.checkbox-inline label,
    .has-success.radio label,
    .has-success.radio-inline label {
        color: #27a4b0;
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #eef1f5;
        opacity: 1;
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

    .register_co {
        max-width: 160px;
        display: inline;
        height: 38px;
            color: #555;
    }

    .btn-info {
        color: #fff;
        background-color: #659be0;
        border-color: #508edb;
    }

    .btn-info.focus,
    .btn-info:focus {
        color: #fff;
        background-color: #3a80d7;
        border-color: #1d4f8e;
    }

    .btn-default {
        color: #333;
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default.focus,
    .btn-default:focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }
.nav {
    background-color: #1abc9c;
}
.nav  a{
    color: #fff;
}
h1 {
    color: #fff;
    font-size: 1.4rem;
    line-height: 65px;
}


.btn-kefu,.btn-ceshi {
    border-radius: 7px;
    cursor: pointer;
    background: #f2ab00;
    display: inline-block;
    padding: 0.2rem 0.8rem;
    }


.consult-icon {
    background: url(../img/kefu-icon.png) center center no-repeat;
}
.kefu-icon {
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    background-size: cover;
}
.btn-kefu span,.btn-ceshi span{
    color: #fff;
    vertical-align: middle;
    font-weight: bold;
    font-size: 0.8rem;
}
/* introduce */
.bk1 {
    width: 100%;
}
.upgrade {
    width: 65%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
    left: 0;
}
.introduce h2 {
    font-size: 1.4rem;
    font-weight: bold;
    color: #464141;
    line-height: 2.2rem;
}
@media (device-height:568px) and (-webkit-min-device-pixel-ratio:2){
    /* 兼容iphone5 */
    .introduce h2 {
        font-size: 1.3rem;
    }
}
.check-point{
    display: flex;
    justify-content: center;
    align-items: center;
}
.check-point li {
    float: left;
    color: #32b397;
    text-align: center;
    margin-right: 5px;
}
.custom-made-area {
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.line {
    display: inline-block;
    width: 25px;
    border-top: 1px solid #9a9a9a;
    visibility: m;
    vertical-align: middle;
}
span.custom-made {
    color: #333333;
    vertical-align: middle;
}
.check-icon {
    display: inline-block;
    display: inline-block;
    width: 0.7rem;
    height: 0.7rem;
    background: url(../img/checked.png) center center no-repeat;
    vertical-align: middle;
    background-size: contain;
    margin-right: 0.4rem;
}
.no-auto {
    background: url(../img/no-auto.png) center center no-repeat;
    background-size: cover;
}
.text-center.btn-area {
    margin-top: 4%;
}
.introduce {
    position: relative;
}
/* 科学备考 */
.title-area>h4 {
    font-family: '思源黑体';
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: #34b29a;
}
.exam-list {
    background-color: #32b397;
    padding: 1rem .4rem;
    height: 165px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.exam {
    text-align: center;
    color: #fff;
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 4%;
}
.exam:nth-child(even){
    margin-right: 0;
}
.exam-list img {
    width: 80px;
    height: 60px;
}

.title-area {
    margin: 6%;
    text-align: center;
}
.exam h4 {
    line-height: 2rem;
    font-weight: bold;
    font-size: 1.2rem;
}
.exam-icon {
    background: url(../img/exam-icon.png) center center no-repeat;
    background-size: contain;
}
.s2-content,.s3-content,.s4-content,.s5-content{
    width: 94%;
    margin: 0 auto;
}
.exam-area p {
    font-size: 0.5rem;
    line-height: 18px;
}
/* 全方位课程体系 */
.course-area {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
    float: left;
}
.course-area:nth-child(even) {
    width: 48%;
    margin-right: 0;
}
.course-area:last-child {
    margin-right: 0!important;

}
.course-des {
    width: 100%;
    height: 100%;
    background: #2fb8b4;
    color: #fff;
    float: left;
    text-align: center;
    height: 225px;
    position: relative;
}
.course-des>h4 {
    font-size: 1.8rem;
}

.course-item {
    background: #fff;
    color: #000;
    text-align: center;
    float: left;
    height: 100%;
    box-shadow: 0 0 8px #a09797;
    padding-bottom: 1rem;
}

.course-item>img {
    width: 100%;
    height: 127px;
}

.curse-l-content {
    width: 100%;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.course-b>h4,
.curse-l-content>h4 {
    font-size: 0.9rem;
    font-weight:600;
    line-height: 1.5rem;
    text-align: center;
}
/* .course-area:hover>.course-des{
    display: block;
}
.course-area:hover>.course-item{
    display: none;
} */

.teacher {
    border: 1px solid #e6e6e6;
    padding: 10px;
    margin-bottom: 3%;
}

.teacher-img {
    width: 30%;
    height: 100%;
    float: left;
}

.teacher-img>img {
    max-width: 100%;
    float: left;
}

.teacher-desc {
    float: right;
    width: 68%;
}
p.teacher-introduce {
    font-size: 0.6rem;
}

.teacher-name {
    font-size: 0.75rem;
    font-weight: bold;
}
.teacher-name>span{
    font-size: 0.75rem;
    font-weight: bold;
}

.teacher-feature {
    font-size: 0.75rem;
    font-weight: bold;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 0!important;
}

/* 精细化管理 */
.manage-item {
    width: 48%;
    float: left;
    margin-right: 4%;
    position: relative;
}
.manage-item:nth-child(even) {
    margin-right: 0;
}
/* .title-s5{
    margin:0%;
} */

.section5 {
    position: relative;
}
.manage-content {
    margin-top: 3% !important;
}

.manage {
    background: #34b29a;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 5.5rem;
    padding: 1rem 0;
}

.manage p {
    font-size: 0.8rem;
}
.manage-img {
    width: 60px;
    height: 60px;
    background-size: contain;
    margin: 0 auto;
}

.r-arrow {
    position: absolute;
    right: -8%;
    top: 50%;
    transform: translate(0, -50%);
    width: 0.5rem;
    height: 0.5rem;
    background: url(../img/r-arrow.png) center center no-repeat;
    background-size: contain;
}
.l-arrow {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        width: 0.5rem;
    height: 0.5rem;
        background: url(../img/l-arrow.png) center center no-repeat;
        left: -8%;
        background-size: contain;
}
.b-arrow {
    width: 0.5rem;
    height: 0.6rem;
    text-align: center;
    background: url(../img/b-arrow.png) center center no-repeat;
    margin: 0 auto;
    background-size: contain;
}
/* footer  */
.footer-info {
    margin-bottom: 58px;
    position: absolute;
    bottom: -200px;
    left: 0;
    width: 100%;
    background: #fff;
}
.copyright {
    width: 50%;
    max-width: 720px;
}

.container.main-content {
    margin-top: 12%;
    max-width: 720px!important;
}
.footer-l,.footer-r {
    width: 50%;
    float: left;
}
.footer span {
    /* vertical-align: middle; */
    display: inline-block;
    height: 100%;
    line-height: 48px;
    font-size: 0.8rem;
    margin-top: 0.3rem;
}
.footer img {
    width: 5rem;
    float: left;
}
.footer a {
    height: 48px;
    width: 100%;
    color: #fff;
    display: inline-block;
}
.footer a:link,.footer a:visited ,.footer a:hover ,.footer a:active {
    color: #fff;
}



.page-siderbar {
    background: #fff;
    max-width: 573px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
@media (max-width: 560px){
    .page-siderbar {
      max-width: 413px;
  }  
  }
  @media (max-width: 480px){
    .page-siderbar {
    max-width: 313px;
}
}

.my-l-side img{
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}
.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
}
.my-l-side .box {
    /* float: left; */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}



.page-siderbar .p {
    text-align: left;
    color: #222e35;
    font-size: .5rem;
    line-height: 48px;
}
.page-siderbar .active .p {
    color: #1a6793;
}
@media (max-width: 480px){
    .page-siderbar .p {
       font-size: .35rem;
       line-height: 48px;
   }   
   }

   .page-siderbar .active {
    background: #ededed;
}

.page-siderbar tr {
    cursor: pointer;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}






.page-conten {
    position: relative;
    height: 100%;
    background: #fff;
    margin: 0 auto;
    transition: all 0.5s;
    overflow: hidden;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.45);
}
#toSiderbar:checked ~ .page-conten {
    transform: translateX(573px);
}
@media (max-width: 560px){
    #toSiderbar:checked ~ .page-conten {
      transform: translateX(413px);
  }  
  }
  @media (max-width: 480px){
    #toSiderbar:checked ~ .page-conten {
      transform: translateX(313px);
  }  
  }
  @media (max-width: 374px){
    #toSiderbar:checked ~ .page-conten {
       transform: translateX(286px);
   }   
   }

  .main,#footer,div#header {
    max-width: 720px;
    margin: 0 auto;
}
.online-kefu-img {
    display: none;
    width: 2rem;
    height: 2rem;
    position: fixed;
    bottom: 35%;
    right: .35rem;
    z-index: 99;
}
/* 注册登录 */
.register-login-area {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
        max-width: 720px;
    margin: 0 auto;
}
.modal .nav-tabs {
    background: #3399fc;
    border-radius: 8px 8px 0 0;
    height: 45px;
}
.modal .nav-tabs > li.active {
    background: #fff;
    border-radius: 8px 8px 0 0;
}
.modal .nav-tabs > li {
    padding: 0!important;
    margin: 0!important;
}
.li-l{
              border-radius: 8px 0 0 8px;
}
.li-r{
            border-radius: 0 8px 8px 0;
}
.modal .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #333333;
    padding: 0!important;
    margin: 0!important;
    border: none!important;
}
.form-area {
    height: 380px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
}
.form-area .form-control {
    height: 45px;
    border-radius: 4px!important;
    border: 1px solid #dcdcdc!important;
    color: #333!important;
    font-size: 18px!important;
    padding-left: 60px!important;
    padding-top: 10px!important;
}
.form-area .nav-tabs > li.active {
    background: #fff;
}
.form-area .nav-tabs > li {
    padding: 0!important;
    margin: 0!important;
    border: 1px solid #1abc9c;
    width: 50%;
}

.form-footer {
    position: fixed;
    bottom: 0;
    padding: 2% 0;
    width: 100%;
    background: #3a3a3a;
    color: #fff;
        max-width: 720px;
    margin: 0 auto;
}
.form-area a{
    border: none!important;
    font-size: 0.9rem;
}
.form-area .active a{
    color:#1abc9c!important;
}
.form-area ul {
    padding: 0;
        border-radius: 3px;
}
.form-area .nav-tabs {
    border-bottom: none!important;
}
.register-login-area img{
    width: 16px;
    position: absolute;
    left: 17px;
    top: 16px;

}
.form-area .get-code-btn {
    background: #1abc9c;
    border-radius: 4px;
    width: 90px;
    height: 100%;
    color: #fff;
    cursor: pointer;
}
.tab-item{
    width: 100%;
    height: 45px;
    display: inline-block;
    line-height: 45px;
}
.tab-item:hover{
    width: 100%;
    height: 45px;
    display: inline-block;
    line-height: 45px;
}
.get-lesson-btn,.login-btn {
    width: 100%;;
    background: #f37c1c;
    padding: 10px;
    border-radius: 4px!important;
    border: 1px solid #f37c1c;
    color: #fff;
    cursor: pointer;
    text-align:center;
    font-size: 1rem;
}
a.find-pwd-btn.ui-link {
    font-size: 0.6rem;
    height: 1rem;
    line-height: 1rem;
    display: inline-block;
}
.auto-forget span {
    font-weight: bold;
}
.form-area .register-des1{
    text-align: center;
    font-size:0.8rem;
        line-height: 1.7rem;
}
.form-footer p {
    font-size: 0.6rem;
}
.ui-page.ui-page-theme-a.ui-page-header-fixed.ui-page-footer-fixed.ui-page-active {
    width: 100%;
    height: 100%;
}
.ui-input-text, .ui-input-search {
    border-style: none;
}
.cancel-btn {
    height: 41px;
    border: 1px solid #ccc;
}
.change-auto {
    color: #38c;
}
