﻿
.x_kshd_bj .kshd_div{
    margin-top: 0;
}

.x_content{
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}
.x_eOral_header {
    background: url(../images/eOral_top_bg.png) repeat-y center #5bdad9;
    min-height: 105px;
    width: 100%;
}
.x_eOral_header .x_content{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top:22px;
}
.x_eReadingEBook .x_eOral_header {
    background: #fe8b51;
}
.x_eReadingEBook .xeOral_top_button{
    background: url(../images/eclassic_06.png) no-repeat #cf340a;
    background-position: 18px 13px;
}
.x_eReadingEBook .x_footer_eoral {
    background: #dd672c;
}
.x_eReadingEBook .fzyd_div{
    margin-top: 20px;
}
.x_header{
    min-width: 170px;
    padding: 10px 15px 6px 15px;
    color: #fff;
    font-size: 19px;
    border: 0;
    outline: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-indent: 38px;
}
a.x_header:hover{
    color: #fff;
}
.xeOral_top_button {
    background: url(../images/eclassic_06.png) no-repeat center #10b6cf;
    background-position: 18px 13px;
}
.xin_toplfet{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.xmob_top{
    color: #fff;
    font-size: 23px;
    display: flex;
    flex-wrap: wrap;
    margin-left: 15px;
}
.xmob_top span{
    display: flex;
    width: 100%;
    font-size: 18px;
}
.xmob_top span div{
    padding-left: 5px;
}
.x_footer{
    min-height: 80px;
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    padding: 30px 0 15px 0;
    width: 100%;
}
.x_footer_eoral{
    background: #10b6cf;
}
.x_footer .x_content{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.x_kshd_bj .hot_list h1{
    padding:0 0 20px 0;
}
.kshd_ny_right{
    /* width: 100%; */
    min-height: 650px;
}
.x_kshd_ny_right{
    width: 100%;
    padding-top: 50px;
}
.x_hot_list{
    border-bottom: 4px solid #64b3e1;
    margin-top: 20px;
}
.kshd_div{
    margin: 0;
}
.x_bjTC{
    position: fixed; z-index: 999998; width: 100%; 
    height: 100%; background: rgba(0, 0, 0, 0.6); display: none;
    top: 0;
}

/* 注册登录框 */
.loginBox {
    position: fixed;
    z-index: 1999999;
    height: 300px;
    width: 300px;
    top: 50%;
    margin-top: -150px;
    left: 50%;
    margin-left: -150px;
    background-color: #fff;
    border: 1px solid #ccc;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#000,direction=120,strength=4);
    -moz-box-shadow: 1px 1px 10px #000;
    -webkit-box-shadow: 1px 1px 10px #000;
    box-shadow: 1px 1px 10px #000;
    border-radius: 10px;
    display: none;
    text-align: center;
}
.title {
    width: 100%;
    border-bottom: 1px solid #ccc;
    background: #f2f2f2;
    line-height: 50px;
    text-align: left;
    font-size: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: #777;
}
.loginBox .txtBox {
    width: 90%;
    border: 1px solid #ccc;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    line-height: 35px;
    margin-top: 20px;
    outline: none;
    border-radius: 5px;
    letter-spacing: 1px;
}

.loginBox .loginbtn {
    margin-top: 20px;
    background-color: #319ae9;
    color: #fff;
    outline: none;
    border-radius: 5px;
    border: 0px;
    height: 40px;
    width: 90%;
    font-size: 16px;
    letter-spacing: 1px;
}

.loginBox .Subscribebtn {
    color: #fff;
    outline: none;
    border-radius: 5px;
    border: 0px;
    height: 40px;
    width: 90%;
    font-size: 16px;
    letter-spacing: 1px;
    background-color: #f16d24;
    margin-top: 15px;
}
.closeTC{
    float: right; margin-top: 16px; 
    font-size: 16px; cursor: pointer
}
.loginbg {
    position: fixed;
    z-index: 1000000;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    top: 0;
}
.x_eReadingEBook .fzyd_right_div li{
    width: 25%;
}
.zhishiFunland_body .star_x{
    width: 16.66666%;
}
.zhishiFunland_body .star_x:last-child{
    background: none;
}

/* 登录弹窗提示框 */
.LoginTips{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    display: none;
}
.LoginTips_box{
    width: 320px;
    height: 320px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 20px 12px 50px 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -160px;
    margin-top: -160px;
}
.LoginTips_box footer{
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -15px;
    cursor: pointer;
}
.LoginTips_box div img{
    margin-bottom: 10px;
    max-width: 60px;
}
.LoginTips_box div span{
    display: block;
    font-size: 16px;
    text-align: left;
    color: #000;
    line-height: 25px;
}

/* 网上练习 */
.wslx_at figure{
    display: initial;
}
.wslx_at .at_mune section ul li a b {
    display: block;
    position: relative;
    left: -10px;
    top: 0px;
    font-size: 18px;
}
.ny_banner_left{
    display: flex;
    align-items: center;
}
.X_eELogoText{
    color: #fff;
    padding-left: 10px;
    font-size: 22px;
}
.X_eELogoText span{
    display: block;
    font-size: 18px;
}
.eReading_content{
    z-index: 9;
}
.eClassBody .down_load{
    display: none !important;
}
.eClassBody .eOral_top,.eClassBody .eclasslist_tit{
    z-index: 1;
    position: relative;
}
.bookDiv .product-image{
    z-index: 1;
}
.inside_nav_demo{
    display: block !important;
    position: relative;
    z-index: 1;
}
.inside_nav_demo .star_x{
    width: 19.9%;
}
.inside_nav_demo .star_x:last-child{
    background: none;
}
.inside_nav_demo .starN {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.inside_nav_demo .in_nav_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.inside_nav_demo .inside_icon01, .inside_nav_demo .inside_icon02, .inside_nav_demo .inside_icon03, .inside_nav_demo .inside_icon04, .inside_nav_demo .inside_icon05 {
    width: 55%;
    max-width: 110px;
    margin-top: 15px;
}
.eClassDomeBody .eOral_top{
    background: #f38325 linear-gradient(to left,#fbac3c,#f38325) !important;
}
.eClassDomeBody .top_button {
    background: url(/EtutorStudent/images/back_icon.png) no-repeat 15px 13px #df355a;
    background-position: 18px 13px;
}
.eClassDomeBody .foot_jd{
    background: #f38325;
}
.eOral_class{
    box-shadow: 0 2px 2px #e2f2ff;
    margin-bottom: 5px;
}
.eOral_class .container{
    width: 1220px;
}
.eC_syTop_l{ width: 100%; display: flex; flex-wrap: wrap; align-items: flex-end; min-height: 90px;}
.eC_syTop_l a{ background-color: #9c9c9c; display: flex; color: #fff; margin: 10px 5px 0 5px; line-height: 40px;height: 40px; padding:0 30px;  font-size: 18px; border-top-right-radius: 5px; border-top-left-radius: 5px; display: inline-block; text-align: center; }
.eC_syTop_l a.active{ padding: 0 40px; line-height: 45px;height: 45px;}
.eC_syTop_l a:nth-child(1){ background-color: #ee6385;}
.eC_syTop_l a:nth-child(2){ background-color: #f76464;}
.eC_syTop_l a:nth-child(3){ background-color: #f09f2c;}
.eC_syTop_l a:nth-child(4){ background-color: #4ebbd2;}
.eC_syTop_l a:nth-child(5){ background-color: #4caaf9;}
.eC_syTop_l a:nth-child(6){ background-color: #237cc1;}


@media (max-width: 1199px){
    .eC_sy .container{
        width: 100%;
    }
    .eC_syTop_l{
        min-height: auto;
    }
    .eC_syTop_l a{
        width: 14.666666%;
        padding: 0 10px;
    }
    .eC_syTop_l a.active{
        padding: 0 10px;
    }
    .eC_sy .eC_syTop{
        padding: 15px 0 15px 0;
    }
    .student_eReading .eclasslist_tit a{
        width: 15.56% !important;
    }
    .eOral_class .container {
        padding: 15px;
        width: 100%;
    }
    .eC_syTop_l a{
        border-radius: 5px;
    }
}
@media screen and (max-width: 1100px){
    .eClassBody .eclasslist_tit {
        padding-top: 18px;
        padding-bottom: 10px;
        margin: 0 -1%;
        width: 102%;
    }
    .eClassBody .eclasslist_tit a {
        width: 31.3%;
    }
}

@media (max-width: 1024px){
    .kshd_ny_right{
        display: flex;
        align-items: center;
        padding: 0;
        min-height: 550px;
    }
    .kshd_main{
        min-height: 600px !important;
    }
    .x_kshd_bj .tab-pane li{
        width: 33.333333%;
        padding: 10px;
        margin-bottom: 20px;
    }
    .x_kshd_bj .tab-pane li img{
        max-width: 201px;
    }
    .x_footer{
        padding: 15px 0;
    }
    .x_footer .x_content{
        flex-wrap: wrap;
        text-align: right;
        justify-content: flex-end;
    }
    .x_footer .x_content span{
        width: 100%;
        margin-bottom: 10px;
    }
    .x_kshd_bj{
        background: none;
    }
    .x_kshd_spsh{
        padding: 0 10px;
    }
    .x_kshd_bj.x_eReadingEBook .tab-pane li img{
        max-width: 100%;
    }
    .zhishiFunland_body .starN{
    }
    .zhishiFunland_body .star_x{
        width: 24.5%;
        background: none;
        height: 200px;
    }
    .x_kshd_bj .hot_list h1{
        padding: 10px 0;
    }
    .student_eReading .star_x{
        width: 24.9%;
    }
    .eClassBody #box1{
    }
    .eClassBody #box1 .col-md-3,.eClassBody #box2 .col-md-3,.eClassBody #box3 .col-md-3,
    .eClassBody #box4 .col-md-3,.eClassBody #box5 .col-md-3,.eClassBody #box6 .col-md-3{
        width: 33.333333%;
    }
    .inside_nav_demo .container{
        width: 100%;
        padding: 0;
    }

}
@media (max-width: 1000px){
    .student_eReading .eclasslist_tit a {
        width: 32% !important;
    }
}
@media (max-width: 768px){
    .x_kshd_bj .hot_list h1{
        font-size: 20px !important;
        padding: 0 10px;
    }
    .x_kshd_bj .tab-pane li{
        width: 50%;
    }
    .kshd_ny_right{
        min-height: auto;
        padding-top: 30px;
    }
    
    .eC_syTop_l a{
        width: 31.333333%;
    }
    .zhishiFunland_body .star_x{
        width: 33.2%;
        background: none;
        height: auto;

    }
    .eClassBody .product-grid .product-image{
        overflow: inherit;
    }
    .eClassBody .product-grid .product-image img{
        height: auto !important;
    }
    .eClassBody .product-grid:hover .product-image img{
        transform: scale(1);
    }

    .eClassBody .eclasslist_tit a{
        width: 48%;
    }
    .product-grid .product-content{
        top: 90%;
    }
    .inside_nav_demo .star_x{
        width: 33%;
        background: none;
    }
    .eClassBody #box1 .col-md-3,.eClassBody #box2 .col-md-3,.eClassBody #box3 .col-md-3,
    .eClassBody #box4 .col-md-3,.eClassBody #box5 .col-md-3,.eClassBody #box6 .col-md-3{
        width: 50%;
        float: left;
    }
    .eC_syTop_l a {
        width: 31.333333%;
        margin: 10px 1% 0 1%;
    }
}

@media (max-width: 680px){
    .xmob_top div{
        display: none;
    }
}

@media (max-width: 500px){
    
    .eClassBody .eclasslist_tit a{
        width: 98%;
    }
    .eClassBody #box1 .col-md-3,.eClassBody #box2 .col-md-3,.eClassBody #box3 .col-md-3,
    .eClassBody #box4 .col-md-3,.eClassBody #box5 .col-md-3,.eClassBody #box6 .col-md-3{
        width: 100%;
    }
}

@media (max-width: 450px){
    .x_eOral_header{
        min-height: auto;
        height: auto;
    }
    .xin_toplfet ul img{
        height: 50px;
    }
    .xmob_top{
        font-size: 18px;
    }
    .xmob_top span{
        font-size: 16px;
    }
    .x_eOral_header .x_content{
        padding: 0 10px;
    }
    .xeOral_top_button{
        background: #10b6cf;
    }
    .x_eReadingEBook .xeOral_top_button{
        background: #cf340a;
    }
    .x_header{
        min-width: 100px;
        text-indent: 0;
        font-size: 15px;
    }
    .xin_toplfet{
        margin: 15px 0;
    }
    .x_kshd_bj .hot_list h1{
        padding-top: 10px;
    }
    .x_kshd_bj .hot_list h1{
        font-size: 18px !important;
    }
}

@media (max-width: 450px){
    .eClassDomeBody .top_button {
        background: #df355a;
    }
}