*{ margin: 0; padding: 0; word-break: break-all; box-sizing: border-box; word-break: break-word!important; }
.wrapper{ background-color: #f6f6f6; overflow-x: auto; padding-top: 70px; }
ul{ margin-bottom: 0;}
.show{ display: block; }
.hide{ display: none; }

.content{ min-height: 800px; }

/*右侧悬浮*/
.slider{ position: fixed; bottom: 20%; right: 20px; z-index: 2; }
.slider li { position: relative; margin-bottom: 10px; }
.slider li .icon:hover{ color: #fff; background: #b02d30; }
.slider li .icon:hover  + .li-content{ display: block; opacity: 1; }
.slider .icon{ display: inline-block; width: 48px; height: 48px; border-radius: 50%; background: #fff; box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.1); text-align: center; line-height: 48px; font-size: 24px; color: #222; cursor: pointer; }
.slider .icon.icon-gotop{ color: #b02d30; }

/* 导航栏 */
nav{ background-color: #fff; position: fixed; top: 0; width: 100%; z-index: 10; box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%); padding: 10px 0; }
nav .left{ display: block; display: inline-block; }
nav .logo{ height: 50px; vertical-align: middle; }
nav .left h1{ color: #b02d30; display: inline-block; vertical-align: middle; margin: 0; font-size: 24px; font-weight: bold; margin-left: 10px; }
nav .right{ text-align: right; margin-top: 5px; float: right; }
nav .userInfobox .right-right{ font-size: 0; display: inline-block; vertical-align: middle; }
nav .userInfobox .login-block, nav .userInfobox .user-infor{ font-size: 0; display: inline-block; vertical-align: middle; cursor: pointer; }
nav .userInfobox .login-block{ margin-left: 13px; }
nav .userInfobox .login-block a{ box-sizing: border-box; display: inline-block;padding: 0 0 0 13px; font-size: 20px; color: #333; transition: color 0.2s; text-shadow: none;border: none; line-height: 1; }
nav .userInfobox .login-block a{ border-left: 1px solid #ccc; }
nav .userInfobox .login-block a:hover{color: #b02d30; }
nav .userInfobox .user-infor img{ width: 40px; height: 40px; border-radius: 50%; vertical-align: middle; }
nav .userInfobox .user-infor span{ color: #666; font-size: 14px; margin-left: 5px; vertical-align: middle; font-weight: bold; }
/*.nav-bar{ font-size: 0; background-color: #efefef; }
.nav-bar .container> div{ display: inline-block; width: 33.3333%; text-align: center; }
.nav-bar .container> div a{ color: #333; font-size: 16px; padding: 10px 10px 15px; display: inline-block; position: relative; }
.nav-bar .container> div a:after{ content: ""; display: inline-block; width: 20px; height: 4px; position: absolute; bottom: 10px; left: 50%; border-radius: 4px; margin-left: -10px; background-color: transparent; }
.nav-bar .container> div a.select{ color: #b02d30; font-weight: bold; }
.nav-bar .container> div a.select:after{ background: #b02d30; }
.nav-bar .container> div a:hover{ color: #b02d30; font-weight: bold; }
.nav-bar .container> div a:hover:after{ background: #b02d30; }*/

nav .nav-bar{ padding: 0; margin: 0; display: inline-block; margin-left: 80px; }
nav .nav-bar li{ display: inline-block; }
nav .nav-bar li a{ font-size: 18px; color: #333; padding: 0 10px; font-weight: bold; }
nav .nav-bar li a:hover{ color: #b02d30; }
/*nav .nav-bar li a.select{ color: #b02d30; }*/

/* 个人中心下拉 */
nav .userInfobox .user-dropdwon{ position: relative; }
nav .userInfobox .user-dropdwon:hover .user-dropmenu{transform: translateX(-50%) translateY(0); }
nav .userInfobox .user-dropdwon .user-dropmenu{ position: absolute; width: 200px; background-color: #efefef; z-index: 2; margin-top: 5px; box-shadow: 0 0 10px rgb(0 0 0 / 20%); border-radius: 4px; padding: 10px 0; left: 50%; transform: translateX(-50%) translateY(-150%); transition: all 0.5s; }
nav .userInfobox .user-dropdwon .user-dropmenu::before{ content: ""; display: inline-block; border-bottom: 16px solid #efefef; border-top: 16px solid transparent; border-right: 16px solid transparent; border-left: 16px solid transparent; position: absolute; top: -32px; left: 50%; transform: translateX(-50%); }
nav .userInfobox .user-dropdwon .user-dropmenu li{ text-align: center;}
nav .userInfobox .user-dropdwon .user-dropmenu li a{ display: block; padding: 10px;  }
nav .userInfobox .user-dropdwon .user-dropmenu li:hover{ color: #b02d30; background-color: #fff; }
nav .userInfobox .user-dropdwon .user-dropmenu li:hover span, nav .userInfobox .user-dropdwon .user-dropmenu li:hover i{ color: #b02d30; }
nav .userInfobox .user-dropdwon .user-dropmenu span{ font-size: 14px; display: inline-block; vertical-align: middle; margin-left: 10px; }
nav .userInfobox .user-dropdwon .user-dropmenu i{ font-size: 14px; display: inline-block; vertical-align: middle; color: #666; }

/* 搜索 */
.search-box { margin-right: 20px; border: 1px solid #b02d30; border-radius: 20px; text-align: left; display: inline-block; font-size: 0; position: relative; vertical-align: middle; padding: 0 70px 0 70px; }
.search-box .left-search, .search-box .right-search{ cursor: pointer; border-right: 1px solid #ccc; display: inline-block; font-size: 14px; position: absolute; height: 100%; line-height: 38px; text-align: center; }
.search-box .left-search{ left: 0; width: 70px; color: #666; }
.search-box .left-search .left-search-dropmenu{ transition: all 0.5s; display: none; position: absolute; top: 120%; z-index: 2; width: 100%; margin-bottom: 0;width: 100%; padding: 10px 0; border-radius: 10px; background: #fff; box-shadow: 0 0 10px rgb(0 0 0 / 20%); }
.search-box .left-search .left-search-dropmenu:before{ content: ''; position: absolute; top: -11px; left: 50%; margin-left: -6px; border: 6px solid #fff; border-color: transparent transparent #fff transparent; }
.search-box .left-search .left-search-dropmenu li{ text-align: center; line-height: 30px }
.search-box .left-search .left-search-dropmenu li:hover{ background: rgba(176, 45, 48, 0.1); color: #b02d30; }
.search-box .left-search .left-search-dropmenu li.select{ background: rgba(176, 45, 48, 0.1); color: #b02d30; }
.search-box .right-search{ right: 0; background: #b02d30; color: #fff; border: none; width: 70px; border-radius: 0 20px 20px 0; }
.search-box .center-search{ padding: 0 10px; display: inline-block; font-size: 14px; vertical-align: top; }
.search-box .center-search input{ width: 120px; height: 100%;outline: none; border: none; height: 38px; line-height: 38px; display: block; color: #666; }

a:hover, a:link, a:visited, a:active{ text-decoration: none; }

/* banner */
.banner{ height: 400px; }
.banner .banner-img, .banner .banner-img .carousel, .banner .banner-img .carousel .carousel-inner, .banner .banner-img .carousel .carousel-inner .item{ height: 100%; width: 100%; }
.banner .banner-img .carousel-inner img{ height: 100%; width: 100%; object-fit: cover; }

/* .layui-video{ width: 100%; } */
/* .layui-video video{ width: 80%; } */

/* Pricing Plans 2 */
.plan2 { padding: 10px; text-align: center; background: #f3f9ff; border: 1px solid #d5e2f0; border-radius: 10px; }
.plan2-title { margin-bottom: 12px; font-size: 24px; color: #333333;  text-shadow: none; margin-top: 30px; }
.plan2-price { margin-bottom: 20px; line-height: 1; font-size: 28px; font-weight: bold; color: #ff7671;  }
.plan2-unit { display: block; margin-top: 5px; font-size: 13px; font-weight: normal; }
.plan2-recommended { margin: -20px auto -16px auto; width: 70%; font-weight: 600; color: white; background: #b02d30; padding: 7px; border-radius: 0 0 8px 8px; position: relative; font-size: 24px; font-weight: normal; }
.plan2-recommended:before { position: absolute; content: ""; left: -16px; top: 0; border-right: 8px solid #b02d30; border-top: 9px solid transparent; border-left: 8px solid transparent; }
.plan2-recommended:after { position: absolute; content: ""; right: -16px; top: 0; border-left: 8px solid #b02d30; border-top: 9px solid transparent; border-right: 8px solid transparent; }
.plan2-details{ margin-top: 35px; font-size: 0; }
ul.plan2-details li { cursor: pointer; width: 33.3333%; display: inline-block; padding: 0 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: gray; }
ul.plan2-details li a{ display: block; -webkit-border-radius: 2px; -moz-border-radius: 2px; margin-bottom: 10px; padding: 15px 0; border-radius: 2px; text-align: center; border: 1px solid #d5e2f0; background-color: #FFFFFF; }
ul.plan2-details li h4.plan2-name { font-size: 16px; margin: 0; text-shadow: none; color: #666; }
ul.plan2-details li span {margin-bottom: 15px; display: block; }
ul.plan2-details li span i{ font-size: 16px; color: #666; }
ul.plan2-details li span small{ font-size: 16px; font-weight: 600; color: #666; margin-left: 5px; }
ul.plan2-details li a:hover { background-color: #f9f9f9; color: #5b90bf; border: 1px solid #dddddd; }

/*底部*/
.btm_question_wrap{ width: 100%; border-top: 1px solid #dee8f0; background-color: #fff; }
.btm_question{ padding: 26px 0; }
.qu_left{ font-size: 0; padding: 0 }
.qu_right{ padding: 0 0; border-left: 1px solid #dbeaf6; font-size: 0; }
.qu_right .right-list{ width: 50%; display: inline-block; text-align: right; }
.btm_question dl{ display: inline-block; vertical-align: top; margin-bottom: 0; }
.btm_question .qu_left dl{ width: 33.33333%; }
.btm_question dt{ font-size: 16px; color: #333333; padding-bottom: 7px; line-height: 23px; }
.btm_question dd{ font-size: 14px; line-height: 30px; }
.btm_question dd a{ color: #888888; }
.btm_question dd a:hover{ color: #2693e0; }
.btm_question .qu_right dl.d1, .btm_question .qu_right dl.d2{ display: inline-block; text-align: left; }
.btm_question .qu_right dt{ padding-bottom: 16px; }
.btm_question .qu_right dd{ position: relative; }
.btm_question .qu_right dd + dd{ margin-top: 19px; }
.btm_question .qu_right dd img{ position: absolute; left: -110px; top: -28px; display: none; width: 140px; }
.btm_question .qu_right .wxservice, .btm_question .qu_right .QQkefu, .btm_question .qu_right .weibo{ padding-left: 40px; cursor: pointer; }
.btm_question .qu_right .wxservice{ background: url(../images/lxwm_wx.png) left center no-repeat; }
.btm_question .qu_right .wxservice:hover{ background: url(../images/lxwm_wx_act.png) left center no-repeat; }
.btm_question .qu_right .wxservice:hover img{ display: block; }
.btm_question .qu_right .QQkefu{ background: url(../images/lxwm_qq.png) left center no-repeat; }
.btm_question .qu_right .QQkefu:hover{ background: url(../images/lxwm_qq_act.png) left center no-repeat; }
.btm_question .qu_right .QQkefu:hover img{ display: block; }
.btm_question .qu_right .weibo{ background: url(../images/lxwm_wb.png) left center no-repeat; }
.btm_question .qu_right .weibo:hover{ background: url(../images/lxwm_wb_act.png) left center no-repeat; }
.btm_question .qu_right .weibo:hover img{ display: block; }
.zgn_ylink{padding:20px 0 0}
.zgn_ylink h4{line-height: 46px;border-bottom:1px solid #ddd;font-size:18px;color:#333;font-weight: normal}
.zgn_ylink p{padding:10px 0;}
.zgn_ylink p a{line-height: 30px;padding-right: 12px;}
/*footer*/
.zg17_footer_box,.zg17_footer{ background:#323232; text-align:center; color:#b0b0b0; }
.zg17_footer{ padding:14px 0; line-height:20px;}
.zg17_footer a{ color:#b0b0b0; display: block; }
.zg17_footer a.gw{ margin-bottom: 6px; }



/* 下拉菜单 */
.z-dropdowm{ position: relative; }
.z-dropdowm:hover .z-dropmenu{ display: block; }
.z-dropdowm .z-dropmenu{ position: absolute; width: 100px; text-align: center; background-color: #fff; box-shadow: 0 0 10px rgb(0 0 0 / 20%); left: 50%; transform: translateX(-50%); display: none; top: 100%; }
.z-dropdowm .z-dropmenu li{ padding: 6px 0; cursor: pointer; }
.z-dropdowm .z-dropmenu li.select{ color: #b02d30; background-color: rgba(28, 187, 181, 0.2); }
.z-dropdowm .z-dropmenu li:hover{ color: #b02d30; background-color: rgba(28, 187, 181, 0.2); }
.z-dropdowm .z-dropmenu:before{ content: ''; position: absolute; top: -11px; left: 50%; margin-left: -6px; border: 6px solid #fff; border-color: transparent transparent #fff transparent; }

/* 查看更多 */
.alignC{text-align: center;clear: both; display: none; }
.viewMore{font-size:14px;height: 39px; cursor: pointer; line-height: 39px;border:1px solid #ddd;display: inline-block;margin:15px auto 30px;min-width: 100px;padding:0 16px;border-radius: 25px; color: #666;}
.viewMore small{ vertical-align: middle;font-size: 14px; }
.viewMore i{ display: inline-block; margin-left:10px; vertical-align: middle; margin-top: -2px; }
.viewMore:hover{ color: #b02d30; border-color: #b02d30; }


/* 空数据 */
.z_empty{ text-align: center; padding: 100px 0; }
.z_empty img{ margin-bottom: 30px; }
.z_empty p{ color: #666; }

/*课程资料，课程安排列表*/
.z-class li{ padding: 10px 10px 10px 40px; position: relative; }
.z-class li.studied i, .z-class li.studied .title, .z-class li.studied .time{ color: #999; }
.z-class li i{ font-size: 16px; position: absolute; left: 10px; top: 24px; color: #333; }
.z-class li>div{ font-size: 0; }
.z-class li p.title{ position: relative; padding-right: 80px; display: inline-block; width: 70%; margin-bottom: 0; }
.z-class li p.title .title-text{ display: block; width: 100%; font-size: 16px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 0; padding: 10px 0; line-height: 1.5em; }
.z-class li p.title .study-status{ font-size: 14px; color: #fff; background-color: #b02d30; display: inline-block; padding: 4px 8px; border-radius: 20px; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
.z-class li p.right{ float: right; margin-bottom: 0; margin-top: 5px }
.z-class li p.right.course-right{ margin-top: 5px }
.z-class .time{ vertical-align: middle; font-size: 14px; }
.z-class .btn-buy-class{ font-size: 14px; border-radius: 4px; cursor: pointer; display: inline-block; background-color: #fff; border: 1px solid #b02d30; color: #b02d30; padding: 6px 10px; vertical-align: middle; margin-left: 10px }
.z-class li:hover i, .z-class li:hover .title, .z-class li:hover .time{ color: #b02d30; }
.z-class li:not(.btn-yl):hover{ background-color: rgba(28, 187, 181, 0.2); }
.offcn19_wrap2 .z-class li:hover .btn-buy-class{ display: inline-block; }

.fwb-details-content{ line-height: 1.8em; font-size: 16px; color: #4a4a4a; }
.fwb-details-content img{ max-width: 100%; }

@media screen and (max-width: 1199px){
    nav .nav-bar{ margin-left: 10px }
}

@media screen and (max-width: 991px){
    nav .nav-bar{ margin-left: 0; }
    nav .nav-bar li a{ font-size: 16px; padding: 0 5px; }
    nav .userInfobox .user-dropdwon:hover .user-dropmenu { transform: translateX(-80%) translateY(0); }

    .search-box{ margin-right: 10px; }
    .search-box .center-search input{ width: 80px; }
} 

@media screen and (min-width: 768px) and (max-width: 991px){
    .banner { height: 220px; }
}

@media screen and (max-width: 767px){
    .nav-bar { text-align: center; }
    .nav-bar .container> div{ width: auto; }
    nav .userInfobox .user-dropdwon .user-dropmenu{ width: 130px; }
    .search-box{ width: 100%; margin-right: 0; }
    .banner { height: 170px; }

    .btm_question{ padding: 26px 10px; }
    .btm_question .qu_left dl{ width: 50%; margin-bottom: 20px; }
    .qu_right{ border-left: none; }
    .qu_right .right-list{ text-align: left; }
}
@media (min-width: 1200px){
    .container {
        width: 1180px;
    }
}
