/*
 * Copyright (c) 2019 赶考状元
 */

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font: 12px/1.5 tahoma, arial, \5b8b\4f53;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var {
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: couriernew, courier, monospace;
}

small {
    font-size: 12px;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: Microsoft YaHei, Helvetica, tahoma, arial, sans-serif;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mt30 {
    margin-top: 30px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.wrap {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#swiper1 {
    width: 100%;
    height: 100%;
}

.navigator-top-main, .navigator-top-right {
    float: left;
}

.navigator-top-main {
    width: 800px;
}

.navigator-top-right {
    text-align: right;
    width: 400px;
}

.navigator-top-right > * {
    color: #898989;
}

.navigator-top-right > *:before {
    content: "|";
    margin: 0 10px;
}

.navigator-top-right > *:first-child:before {
    content: ""
}

#swiper2 {
    width: 100%;
    height: 449px;
}

.gan-mall-wrap {
    background-color: #f0f0f0;
    /*overflow: hidden;*/
    position: relative;
}

.gan-mall-wrap .top-header-nav-gk {
    background-color: #FAFAFA;
}

.top-header-nav-mid {
    height: 30px;
    line-height: 30px;

}

.top-header-nav-mid-item {
    float: left;
    width: 90px;
    height: 30px;
    text-align: center;
    color: #969696;
    font-size: 12px;
    position: relative;
}

.we-chat-box:hover .we-chat-official-code {
    display: block;
}

.top-header-nav-mid-item .we-chat-official-code {
    position: absolute;
    z-index: 10000;
    padding: 3px;
    background: #fff;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset -1px -1px 0 rgba(0, 0, 0, 0.07);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    right: -18px;
    display: none;
}

.top-header-nav-mid-item:hover .gk-app-down-load-box {
    display: block;
}

.top-header-nav-mid-item .gk-app-down-load-box {
    width: 128px;
    height: 94px;
    z-index: 10000;
    position: absolute;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05), -5px 0px 10px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    left: -15px;
    display: none;
}

.top-header-nav-mid-item .gk-app-down-load-box .gk-app-down-load {
    color: #323232;
    font-size: 14px;
    margin-top: 11px;
    display: block;

}

.top-header-nav-mid-item .gk-app-down-load-box .gk-app-down-load:hover {
    color: #15BBFF;
}

.top-header-nav-mid-item:hover {
    color: #323232;
    cursor: pointer;
}

.gan-mall-wrap ul li {
    list-style: none;
}

.nav-left-list-ul {
    display: flex;
}

.nav-left-list-ul li {
    flex: 1 1;
    max-width: 130px;
}

.nav-left-list-ul li:hover {
    background-color: #545454;
}

.gan-mall-wrap a {
    text-decoration: none;
}

/*页面初始化蒙版选择年级start*/
.init-page-select-grade-box {
    position: relative;
    display: none;
}

.init-page-select-grade-box .screen-mask {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .65);
    height: 100%;
    z-index: 1000;
}

.init-page-select-grade-box .all-select-content {
    width: 420px;
    height: 371px;
    position: absolute;
    background-color: #ffffff;
    z-index: 1002;
    left: 40%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    top: 100px;

}

.all-select-content .first-con-title {
    color: #323232;
    font-size: 16px;
    margin: 30px 0 21px 30px;
}

.all-select-content .current-text-grade {
    color: #323232;
    font-size: 16px;
    margin-left: 30px;
}

.all-select-content .xue-scale-desc {
    color: #969696;
    font-size: 12px;
    margin: 10px 30px;

}

.all-select-content .xue-scale-desc-2 {
    margin: 15px 30px;
    color: #969696;
    font-size: 12px;
}

.first-part-grade-select-box {
    /*overflow: hidden;*/
    position: relative;
    margin: 10px 10px 0 30px;
}

.first-part-grade-select-box .part-grade-item {
    width: 33.3333%;
    float: left;
    margin-bottom: 10px;

}

.first-part-grade-select-box .part-grade-item .part-grade-item-content {
    background-color: #ECECEC;
    margin-right: 20px;
    width: 100px;
    height: 33px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #969696;

}

.first-part-grade-select-box .part-grade-item .part-grade-item-content:hover {
    cursor: pointer;
    background-color: #15B8FF;
    color: #ffffff;

}

.first-part-grade-select-box .part-grade-item .part-grade-item-content .current-item-grade {

    font-size: 14px;
    margin-top: 8px;
    margin-left: 12px;
    float: left;
}

.first-part-grade-select-box .part-grade-item .part-grade-item-content .current-item-vip {

    float: left;
}

.first-part-grade-select-box .part-grade-item .part-grade-item-content .current-item-vip img {
    position: relative;
    top: 9px;
    left: 8px;
}

/*页面初始化蒙版选择年级end*/

/*蒙版显示开始*/
.select-grade6 {
    position: relative;
    display: none;
}

.select-grade6 .screen-mask {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .65);
    height: 100%;
    z-index: 1000;
}

.select-grade6 .grade-select-content {
    background-color: #ffffff;
    height: 351px;
    width: 420px;
    z-index: 1001;
    position: absolute;
    left: 42%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

}

.select-grade6 .grade-select-content .re-select-btn {
    color: #969696;
    font-size: 12px;
    margin-top: 26px;
    margin-left: 40px;
}

.select-grade6 .grade-select-content .current-grade {
    color: #333333;
    font-size: 24px;
    text-align: center;
}

.grade-scale-box {
    overflow: hidden;
    margin: 20px 30px;

}

.grade-scale-box .left-six-three {
    float: left;
    width: 160px;
    height: 122px;
    border: 1px solid #15B8FF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.grade-scale-box .cur-six:hover {
    border: 1px solid #15BBFF;
    cursor: pointer;
}

.grade-scale-box .cur-six:hover .cur-scale-rely {
    background-color: #15BBFF;
    color: #ffffff;
}

.grade-scale-box .left-six-three .primary-btn {
    width: 100px;
    height: 33px;
    color: #ffffff;
    font-size: 14px;
    background-color: #15B8FF;
    text-align: center;
    line-height: 33px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 30px 30px 0 30px;

}

.grade-scale-box .left-six-three .primary-btn-desc {
    font-size: 14px;
    color: #323232;
    margin: 10px 45px 10px 45px;
}

.grade-scale-box .right-primary {
    float: right;
    width: 160px;
    height: 122px;
    border: 1px solid #C8C8C8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.grade-scale-box .right-primary .mid-school-btn {
    width: 100px;
    height: 33px;
    color: #969696;
    font-size: 14px;
    background-color: #F5F5F5;
    text-align: center;
    line-height: 33px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 30px 30px 0 30px;
}

.grade-scale-box .right-primary .primary-btn-desc {
    font-size: 14px;
    color: #323232;
    margin: 10px 45px 10px 45px;

}

/*蒙版显示结束*/

.gan-mall-wrap .gan-mall-header-navigation {
    height: 100px;
    position: relative;
    z-index: 9999;
    background: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
}

.header-container {
    height: 100%;
}

.header-container .gan-mall-log {
    float: left;
    margin-right: 20px;
}

.header-container .gan-mall-log img {
    top: 20px;
    max-height: 50px;
    min-width: 138px;
    position: relative;
}

.header-container .gan-mall-nav-dropdown {
    position: relative;
    float: left;
    margin-right: 44px;
    top: 30px;
    height: 36px;
    line-height: 36px;
    border-radius:2px;
    border:1px solid rgba(212,212,212,1);
    padding: 0 13px ;
}

.gan-mall-nav-dropdown .grade-icon-text {
    float: left;
    color: #323232;
    font-size: 16px;
}

.header-container .gan-mall-nav-dropdown:hover {
    cursor: pointer;
}

.header-container .gan-mall-nav-dropdown:hover .all-grade-list-box {
    /*display: block;*/

}

.header-container .all-grade-list-box {
    width: 400px;
    line-height: 18px;
    position: absolute;
    background-color: white;
    top: 30px;
    border: 1px solid #ECECEC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 2, 5, 0);
    display: none;
    padding-bottom: 15px;
    box-shadow: 5px 5px 10px #bbb;
}

.header-container .all-grade-list-box .xue-scale-title {
    color: #969696;
    font-size: 12px;
    margin: 15px 35px;

}

.header-container .all-grade-list-box .xue-scale-foot {
    color: #969696;
    font-size: 12px;
    margin: 5px 35px;
}

.all-grade-list-box .xue-scale-first-box {
    overflow: hidden;
    margin-left: 30px;
    margin-right: 10px;
}

.all-grade-list-box .xue-scale-first-box .grade-item {
    float: left;
    width: 33.3%;
    margin-bottom: 20px;
    overflow: hidden;
}

.all-grade-list-box .xue-scale-first-box .grade-item .grade-item-content {
    margin-right: 20px;
    background-color: #F5F5F5;
    height: 33px;
    border-radius: 2px;
    color: #969696;
    font-size: 14px;
    transition: all .1s linear;
}

.all-grade-list-box .xue-scale-first-box .grade-item .grade-item-content:hover {
    background-color: rgb(220, 220, 220);
}

.all-grade-list-box .xue-scale-first-box .grade-item .grade-item-content-text {
    float: left;
    margin-top: 8px;
    margin-left: 12px;
}

.is-vip {
    background-image: url(//img.qiaoxuesi.com/static/img/v2/is-vip.png);
}

.is-tifen {
    background-image: url(//img.qiaoxuesi.com/static/img/v2/is-tifen.png);
    width: 30px !important;
    background-size: 100%;
}

.not-vip {
    background: url(//img.qiaoxuesi.com/static/img/v2/vip_disabled_.png)
}

.vip {
    position: relative;
    right: -65px;
    top: 8px;
    background-repeat: no-repeat;
    width: 24px;
    height: 22px;
    background-position: center top;
}

.header-container .all-grade-list-box .xue-scale-senior-title {
    color: #969696;
    font-size: 12px;
    margin: 0 35px 15px;

}

/*搜索*/
.search-course-box {
    float: left;
    width: 237px;
}

.gan-mall-header-search {
    width: 237px;
    height: 37px;
    border-radius:2px;
    border:1px solid rgba(212,212,212,1);
    position: relative;
    top: 32px;
}

.gan-mall-header-search .left-select-box {
    float: left;
    margin-left: 10px;
    margin-top: 9px;
}

.gan-mall-header-search .left-select-box .current-search-condition-box .cur-select {
    color: #969696;
    font-size: 14px;
}

.gan-mall-header-search .left-select-box .current-search-condition-box {
    cursor: pointer;
}

.gan-mall-header-search .left-select-box .select-box {
    color: #969696;
    background-color: #fff;
    font-size: 12px;
    width: 75px;
    position: absolute;
    top: 40px;
    left: -12px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: none;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05), -5px 0px 10px rgba(0, 0, 0, 0.05);
}

.gan-mall-header-search .left-select-box .select-box .search-option-item {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #F5F5F5;
    transition: all .2s linear;
}

.gan-mall-header-search .left-select-box .select-box .search-option-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.gan-mall-header-search .left-select-box .select-box .search-option-item:first-child + .search-option-item + .search-option-item {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.gan-mall-header-search .left-select-box .select-box .search-option-item:hover {
    background: #15BBFF;
    cursor: pointer;
    color: #ffffff;
}

.gan-mall-header-search .mid-input-box {
    float: left;
}

.gan-mall-header-search .right-search-btn {
    float: right;
}

.right-search-btn button {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(//img.qiaoxuesi.com/static/img/v2/search-btn.png) no-repeat center;
    border: 0;
}

.right-search-btn button:active, .right-search-btn button:focus, .right-search-btn button:hover {
    border: 0;
}

.gan-mall-header-search .right-search-btn:hover {
    cursor: pointer;
}

.gan-mall-header-search .mid-input-box input {
    border: none;
    outline: none;
    width: 170px;
    border-radius: 2px;
    margin-top: 9px;
    margin-left: 10px;
    font-size: 14px;
    color: #323232;

}

.gan-mall-nav-list {
    float: right;
}

.gan-mall-nav-list ul {
    float: left;

}

.gan-mall-nav-list ul li {
    float: left;
    margin: 0;
    position: relative;
    font-size: 14px;
    color: #323232;
    top: 37px;
}

.gan-mall-nav-list ul li .single-set-top {
    position: relative;
    top: 5px;

}

.gan-mall-nav-list ul li .gan-mall-buy-counts {
    width: 16px;
    height: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background-color: #FF7171;
    position: absolute;
    top: -5px;
    right: -6px;
    color: white;
    font-size: 10px;
    line-height: 16px;
    text-align: center;

}

.gan-mall-nav-list .gan-mall-user-info-box {
}

.gan-mall-user-info-box .gan-mall-user-name {
    float: left;
    margin-right: 10px;
    position: relative;
    max-width: 90px;
    height: 17px;
    overflow: hidden;
}

.gan-mall-user-info-box .gan-mall-user-img {
    float: left;
    width: 40px;
    position: relative;
    top: -29px;
    height: 40px;
    border-radius: 50%;
}

.gan-mall-user-info-box .me-info-drop-down {
    float: left;
    margin-left: 5px;
}

.gan-mall-user-info-box:hover .person-info-box {
    display: block;
}

.gan-mall-user-info-box .person-info-box {
    width: 128px;
    background-color: #fff;
    position: absolute;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05), -5px 0px 10px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    top: 40px;
    right: -36px;
    display: none;
}

.gan-mall-user-info-box .person-info-box .person-info-item {
    color: #323232;
    font-size: 14px;
    text-align: center;
    margin: 16px auto;
    display: block;
}

.gan-mall-user-info-box .person-info-box .person-info-item:hover {
    color: #15BBFF;
}

.gan-mall-user-info-box .gan-mall-user-img img {
    width: 100%;
    position: relative;
    top: 14px;
    border-radius: 50%;
}

.gan-mall-nav-list .gan-mall-user-info-box .login {
    display: block;
    width: 50px;
    height: 29px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    background-color: #15BBFF;
    float: left;
    line-height: 29px;
    margin-right: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.gan-mall-nav-list .gan-mall-user-info-box .resign {
    display: block;
    width: 50px;
    height: 29px;
    border: 1px solid #969696;
    text-align: center;
    color: #323232;
    font-size: 12px;
    float: left;
    line-height: 29px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/*导航栏开始*/
.gan-mall-navigation-area {
    height: 46px;
    background: #323232;
    margin-bottom: 1px;
}

.gan-mall-navigation-area .container {
    width: 1200px !important;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    padding: 0;
    background: #323232;
    min-width: 1200px;
}

.gan-mall-navigation-area .container .home-page-nav-item {
    color: white;
    font-size: 17px;
}

.gan-mall-navigation-area .container .home-page-nav-item a {
    color: white;
    font-size: 17px;
}

.home-page-nav-item, .home-page-nav-more-box {
    float: left;
    text-align: center;
    cursor: pointer;
    padding: 0;
}

.home-page-nav-more-box .home-page-nav-more-text {
    font-size: 16px;
    color: #ffffff;
}

.home-page-nav-more-box:hover .gan-more-nav-box-libo {
    display: block;
    transition: all .6s linear;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.home-page-nav-more-box {
    position: relative;
}

.gan-more-nav-box-libo {
    position: absolute;
    z-index: 999;
    width: 100%;
    background: #545454;
    left: 0px;
    display: none;
    box-shadow: 0 2px 5px rgba(0, 2, 5, 0);
    font-size: 14px;
}

.gan-mall-nav-more-item {
    color: #fff;
    /*color: #323232;*/
    font-size: 16px;
}

.gan-more-nav-box-libo .gan-mall-nav-more-item:hover {
    color: #15B8FF;
}

.home-page-nav-more-box .home-page-nav-more-icon {
    position: relative;
    top: -3px;
}

.gan-mall-navigation-area .container .nav-left-list ul .home-page-nav-item:hover {
    background-color: #545454;
}

.gan-mall-navigation-area .container .nav-right-list {
    float: right;
    overflow: hidden;
}

.gan-mall-navigation-area .container .nav-right-list ul .nav-right-list-item {
    float: left;
    width: 100px;
    height: 41px;
    text-align: center;
    line-height: 41px;
    font-size: 14px;
    color: white;
}

.gan-mall-navigation-area .container .nav-right-list ul .nav-right-list-item:hover {
    cursor: pointer;
}

.gan-mall-navigation-area .container .nav-right-list ul .nav-right-list-item:hover .cus-down-load-box {
    display: block;
}

.gan-mall-navigation-area .container .nav-right-list ul .nav-right-list-item .cus-down-load-box {
    position: absolute;
    z-index: 999;
    background: white;
    color: #323232;
    text-align: center;
    font-size: 14px;
    width: 117px;
    display: none;

}

.gan-mall-navigation-area .container .nav-right-list ul .nav-right-list-item .cus-down-load-box a:hover {
    color: #15B8FF;
}

.gan-mall-navigation-area .container .nav-right-list ul .nav-right-list-item .cus-down-load-box a {
    color: #323232;
}

.gan-zy-vip-icon {
    width: 23px;
    display: inline-block;
    position: relative;
    top: 3px;
}

.gan-zhuan-vip-link:hover {
    background-color: #545454;
}

.gan-zhuang-wechat-link:hover {
    background-color: #545454;
}

/*广告位置展示开始*/
.gan-mall-adv-box {
    overflow: auto;
}

.gan-mall-adv-box ul li {
    width: 25%;
    /*background-color: #D8D8D8;*/
    float: left;
    /*-webkit-border-radius: 8px;*/
    /*-moz-border-radius: 8px;*/
    /*border-radius: 8px;*/
    overflow: hidden;
}

.advertise-item a {
    width: 285px;
    height: 130px;
    display: block;
}

.gan-mall-adv-box ul .advertise-item img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.gan-mall-adv-box ul > li + li > a {
    margin-left: 5px;
}

.gan-mall-adv-box ul > li + li + li > a {
    margin-left: 10px;
}

.gan-mall-adv-box ul > li + li + li + li > a {
    margin-left: 15px;
}

/*广告位置展示结束*/

/*精品观学课开始*/
.gan-mall-jp-live-box {
    position: relative;
    overflow: hidden;
}

.live-course-header, .module-title {
    height: 88px;
    width: 1200px;
    margin: 0 auto;
    background-color: white;
    line-height: 88px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    /*box-shadow: 2px 2px 5px rgba(0, 2, 5, 0.05);*/
}

.gan-mall-left-content {
    float: left;
}

.gan-mall-right-content {
    float: right;
    margin-right: 50px;
}

.gan-mall-left-content .big-title {
    font-size: 32px;
    color: #323232;
    float: left;
    margin-right: 15px;
    margin-left: 50px;
}

.gan-mall-left-content .gan-shu-line, .small-desc {
    font-size: 12px;
    color: #969696;
    float: left;
    margin-right: 15px;

}

.gan-mall-right-content {
    color: #969696;
    font-size: 14px;
}

.gan-mall-jp-live-box .live-course-box ul li {
    width: 33.3333%;
    float: left;
}

.gan-mall-jp-live-box .live-course-box ul li:not(:nth-of-type(3n+0)) .gan-card {
    margin-right: 15px;
}

.gan-mall-jp-live-box .live-course-box .gan-card {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 30px 50px;
    position: relative;
    background-color: #fff;
    transition: all .2s linear;
    margin-bottom: 15px;
}

.gan-mall-jp-live-box .live-course-box .gan-card:hover {

    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05), -5px 0px 12px rgba(0, 0, 0, 0.05);
    border-top-color: #15B8FF !important;
    cursor: pointer;
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
}

.recommend-icon {
    width: 49px;
    height: 25px;
    background-color: #FFBF00;
    color: #ffffff;
    font-size: 14px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    text-align: center;
    line-height: 25px;
    position: absolute;
    top: 0;
    right: 0;

}

.gan-mall-jp-live-box .live-course-box .gan-course-title, .item-title {
    text-align: left;
    font-size: 18px;
    color: #323232;
    height: 49px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500;

}

.gan-subject-grade {
    margin-top: 10px;
    overflow: hidden;
}

.gan-subject-grade .subject {
    width: 30px;
    height: 33px;
    display: block;
    color: #15B8FF;
    font-size: 14px;
    border: 1px solid #15B8FF;
    text-align: center;
    line-height: 33px;
    float: left;
    margin-right: 12px;
}

.gan-subject-grade .grade {
    width: 58px;
    height: 33px;
    display: block;
    float: left;
    border: 1px solid #15B8FF;
    text-align: center;
    line-height: 33px;
    color: #15B8FF;
    font-size: 14px;
}

.gan-course-time-show {
    color: #969696;
    font-size: 12px;
    margin-top: 10px;
}

.gan-teachers-box {
    overflow: hidden;
    margin-top: 40px;
}

.gan-teachers-box .teacher-name {
    font-size: 14px;
    color: #323232;
}

.gan-teachers-box .teacher-one {
    text-align: center;
    float: left;
    margin-right: 8px;
    height: 70px;
}

.gan-teachers-box .teacher-one .teacher-img {
    width: 40px;

}

.gan-teachers-box .teacher-one img {
    width: 100%;
}

.gan-teachers-box .teacher-two {
    text-align: center;
    float: left;
}

.gan-teachers-box .teacher-two .teacher-img {
    width: 40px;

}

.gan-teachers-box .teacher-two img {
    width: 100%;
}

.original-price {
    text-align: right;
    color: #969696;
    font-size: 14px;
    text-decoration: line-through;
    margin-top: 10px;
}

.course-price-info {
    overflow: hidden;

}

.course-price-info .apply-counts {
    float: left;
    font-size: 14px;
    color: #969696;
    position: relative;
    top: 20px;

}

.course-price-info .price-area {
    float: right;
    color: #15B8FF;
}

.course-price-info .price-area .price-icon {
    font-size: 18px;

}

.course-price-info .price-area .price-counts {
    font-size: 36px;

}

.gan-mall-nav-banner-box {
    position: relative;
    width: 1200px;
    margin: 0 auto;

}

.gan-mall-nav-banner-box .nav-list-box {
    width: 229px;
    background-color: #ECECEC;
    z-index: 2;
    position: absolute;
    top: 70px;

}

.gan-mall-nav-banner-box .nav-list-box .nav-single-item {
    height: 61px;
    background-color: #F5F5F5;
    position: relative;
    border-bottom: 1px solid white;
    transition: .3s;
}

.gan-mall-nav-banner-box .nav-list-box .nav-single-item {
    /*transition: all .3s;*/

}

.gan-mall-nav-banner-box .nav-list-box .nav-single-item:hover {
    background-color: white;
    cursor: pointer;
}

.gan-mall-nav-banner-box .nav-list-box .nav-single-item:hover .nav-single-item-icon-box-li {
    left: 11px;
}

.nav-single-item .nav-lubo-course-list-box {
    width: 690px;
    background-color: white;
    position: absolute;
    left: 228px;
    top: 0;
    display: none;
    padding-right: 50px;
    padding-bottom: 20px;

}

.nav-single-item .nav-live-course-list-box {
    width: 592px;
    background-color: white;
    position: absolute;
    left: 228px;
    top: 0;
    padding-bottom: 33px;
    display: none;
}

.nav-single-item .nav-study-tools-list-box {
    width: 360px;
    background-color: white;
    position: absolute;
    left: 229px;
    top: 0;
    display: none;
}

.nav-single-item .nav-study-center-list-box {
    overflow: hidden;
    width: 326px;
    background-color: white;
    position: absolute;
    left: 228px;
    top: 0;
    padding: 10px;
    display: none;
}

/*录播资源*/

.nav-lubo-course-list-box {
    position: relative;
    overflow: hidden;
}

.nav-lubo-course-list-box .nav-lubo-subject-item-box {
    float: left;
    height: 70px;
    width: 50%;
    position: relative;

}

.nav-lubo-subject-item-box ul {
}

.lubo-course-box-libo {
    overflow: hidden;
    margin-top: 30px;
    margin-left: 50px;

}

.nav-lubo-subject-item-box .nav-item-one {
    float: left;

}

.lubo-course-box-libo .nav-item-one-name {
    color: #323232;
    font-size: 14px;
    font-weight: bold;
    margin-right: 20px;
}

.nav-item-one-shuxian {
    color: #979797;
    margin-right: 21px;
}

.nav-item-one .course-type-item {
    color: #323232;
    font-size: 14px;

}

.nav-item-one .course-type-item:hover {
    color: #15B8FF;

}

.nav-lubo-subject-item-box .nav-item-one ul {
    overflow: hidden;
}

.nav-lubo-subject-item-box .nav-item-one .course-type-item {
    float: left;
}

/*观学课*/
.nav-live-course-list-box li {

}

.nav-live-course-list-box li .nav-live-course-title {
    font-size: 14px;
    color: #323232;
    font-weight: bold;
    margin-top: 33px;
    margin-left: 57px;
}

.nav-live-course-list-box .gan-mall-subject-box {
    overflow: hidden;
    position: relative;
    margin-top: 20px;
    margin-left: 57px;
}

.nav-live-course-list-box .gan-mall-subject-box .subject-item {
    float: left;
    font-size: 14px;
    margin-right: 30px;
}

.nav-live-course-list-box .gan-mall-subject-box .subject-item a {
    color: #323232;
}

.nav-live-course-list-box .gan-mall-subject-box .subject-item a:hover {
    color: #15B8FF;
}

.nav-study-tools-list-box {
    padding-top: 14px;
    padding-bottom: 14px;
}

/*学习工具*/
.nav-study-tools-list-box li {
    width: 25%;
    float: left;
    text-align: center;
}

/*.nav-study-tools-list-box li .img-study-tools-icon {*/
/*margin-top: 35px;*/
/*}*/
.img-study-tools-icon {
    margin-top: 16px;
    height: 32px;
}

.img-study-tools-icon img {
    width: 24px;
    height: 24px;
}

.nav-study-tools-list-box li p {
    font-size: 14px;
    color: #323232;
}

/*学习中心*/
.nav-study-center-list-box li {
    width: 33.3%;
    height: 78px;
    float: left;
    text-align: center;
}

.nav-study-center-list-box li .img-study-center-icon {
    margin-top: 15px;

}

.nav-study-center-list-box li p {
    font-size: 14px;
    color: #323232;
}

.gan-mall-nav-banner-box .nav-list-box .nav-single-item:hover .nav-lubo-course-list-box {
    display: block;
}

.gan-mall-nav-banner-box .nav-list-box .nav-single-item:hover .nav-live-course-list-box {
    display: block;
}

.gan-mall-nav-banner-box .nav-list-box .nav-single-item:hover .nav-study-tools-list-box {
    display: block;
}

.gan-mall-nav-banner-box .nav-list-box .nav-single-item:hover .nav-study-center-list-box {
    display: block;
}

.nav-single-item-icon-box-li {
    position: relative;
    left: 0;
    transition: left 0.3s;
}

.nav-list-box .nav-single-item .nav-item-icon {
    width: 19px;
    position: relative;
    top: 22px;
    left: 27px;
}

.nav-list-box .nav-single-item .nav-item-name {
    font-size: 16px;
    color: #323232;
    top: 18px;
    left: 35px;
    position: relative;
    font-weight: bold;
}

.gan-mall-public-banner-box .public-course-item {
    width: 25%;
    float: left;
    position: relative;
    transition: all .2s linear;
}

.live-public-class-item {
    width: 285px;
}

.gan-mall-public-banner-box .public-course-item:first-child .live-public-class-item {
}

.gan-mall-public-banner-box .public-course-item:first-child + .public-course-item .live-public-class-item {
    margin-left: 5px;
}

.gan-mall-public-banner-box .public-course-item:first-child + .public-course-item + .public-course-item .live-public-class-item {
    margin-left: 10px;
}

.gan-mall-public-banner-box .public-course-item:first-child + .public-course-item + .public-course-item + .public-course-item .live-public-class-item {
    margin-left: 15px;
}

.public-course-item:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05), -5px 0px 10px rgba(0, 0, 0, 0.05);
    border-top-color: #15B8FF !important;
    cursor: pointer;
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
}

.public-course-item .live-public-class-item {
    height: 100%;
    background-color: white;
    padding-bottom: 22px;
}

.public-course-item .live-public-class-item .live-public-class-item-img-box {
    width: 100%;
    position: relative;

}

.live-public-class-item-img-box .live-course-status-info {
    color: #ffffff;
    background-color: #5DDE36;
    border-top-right-radius: 4px;
    width: 54px;
    height: 25px;
    position: absolute;
    bottom: 4px;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
}

.live-public-class-item-img-box .yuyue-course-status-info {
    color: #ffffff;
    background-color: #15B8FF;
    border-top-right-radius: 4px;
    width: 54px;
    height: 25px;
    position: absolute;
    bottom: 4px;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    left: 0;
}

.live-public-class-item-img-box .huifang-course-status-info {
    color: #ffffff;
    background-color: #FFC312;
    border-top-right-radius: 4px;
    width: 54px;
    height: 25px;
    position: absolute;
    bottom: 5px;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    left: 0;
}

.public-course-item .live-public-class-item .live-public-class-item-theme {
    width: 80%;
    margin: 20px auto 0;
}

.live-public-class-item-time-counts {
    position: relative;
    overflow: hidden;
    color: #969696;
    font-size: 14px;
    margin: 10px 30px;
}

.live-public-class-item-time-counts .live-public-class-item-time {
    float: left;
}

.live-public-class-item-time-counts .live-public-class-item-counts {
    float: right;
}

.live-public-class-item-img-box img {
    width: 100%;
    height: 185px;
}

.live-public-class-item-teacher-box {
    position: relative;
    overflow: hidden;
    margin: 28px 30px;

}

.live-public-class-item-teacher-box .live-public-class-item-teacher-item {
    float: left;
    margin-right: 10px;
    height: 66px;
}

.live-public-class-item-teacher-box .live-public-class-item-teacher-item .teacher-img-box {
    width: 40px;

}

.live-public-class-item-teacher-box .live-public-class-item-teacher-item .teacher-name-area {
    font-size: 14px;
    color: #323232;
}

.btn-disabled {
    color: #BBBBBB;
    background: #F5F5F5;
    border: #BBBBBB;
}

.btn-primary {
    border: 1px solid #15B8FF;
    background: #1FBBFF;
}

.btn-success {
    border: 1px solid #21CE6B;
    background: #21CE6B;
}

.gan-mall-jp-lubo-box .lubo-course-header-box {
    width: 1200px;
    height: 88px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 88px;
    overflow: hidden;
}

.lubo-course-header-box .left-part-gan {
    float: left;
    overflow: hidden;
}

.lubo-course-header-box .left-part-gan .left-big-title {
    font-size: 32px;
    color: #323232;
    margin-left: 50px;
    margin-right: 15px;
    display: block;
    float: left;
}

.lubo-course-header-box .left-part-gan .left-shu-line {
    font-size: 12px;
    color: #969696;
    margin-right: 15px;
    display: block;
    float: left;
}

.lubo-course-header-box .left-part-gan .left-small-desc {
    font-size: 12px;
    color: #969696;
    display: block;
    float: left;
}

.middle-part-gan {
    float: left;
    overflow: hidden;
    margin-left: 58px;
    font-size: 18px;
    color: #969696;
}

.middle-part-gan .lubo-tab1 {
    float: left;
    margin-right: 58px;
    position: relative;
}

.middle-part-gan .lubo-tab1:hover {
    cursor: pointer;
    color: #323232;
}

.middle-part-gan .lubo-tab2 {
    float: left;
    position: relative;
}

.middle-part-gan .lubo-tab2:hover {
    cursor: pointer;
    color: #323232;
}

.active > .tab-bottom-line {
    width: 16px;
    height: 4px;
    background-color: #51A3FE;
    /*position: absolute;*/
    /*top: 61px;*/
    /*right: 21px;*/
    border-radius: 2px;
    line-height: unset;
    margin: auto;
}

.active {
    color: #51A3FE;
}

.lubo-course-header-box .right-part-all-lesson {
    float: right;
    color: #969696;
    font-size: 14px;
    margin-right: 50px;

}

.gan-mall-lubo-course-list .gan-mall-course-item-box {
    width: 25%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: left;
    margin-bottom: 8px;
}

.gan-mall-lubo-course-list .gan-mall-course-item-box:not(:nth-of-type(4n+0)) .lubo-course-item {
    margin-right: 20px;
}

.gan-mall-course-item-box .lubo-course-item {
    /*margin: 0.4rem;*/
    background-color: white;
    padding-bottom: 30px;
    position: relative;
    transition: all 0.2s linear;
}

.gan-mall-course-item-box .lubo-course-item:hover {
    /*box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05), -5px 0px 10px rgba(0, 0, 0, 0.05);*/
    border-top-color: #15B8FF !important;
    cursor: pointer;
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
    /*border-top: 1px solid red;*/
}

.lubo-course-item .course-img-box {
    line-height: 100%;
    height: 185px;
    position: relative;
}

.lubo-course-item .course-img-box img {
    height: 100%;
}

.lubo-course-item .course-img-box .is-shi-ting-tag {
    font-size: 14px;
    color: white;
    background-color: #000000;
    opacity: .5;
    width: 54px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-top-right-radius: 4px;
    position: absolute;
    bottom: 0;
    left: 0;

}

.lubo-course-item .course-item-title {
    font-size: 16px;
    color: #323232;
    margin: 20px 30px 10px;
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.lubo-course-item .subject-grade-counts {
    margin: 10px 30px;
    overflow: hidden;

}

.lubo-course-item .subject-grade-counts .left-content {
    float: left;
    height: 27px;
    width: 126px;
    overflow: hidden;
}

.tag-line, .lubo-course-item .subject-grade-counts .left-content .subject, .lubo-course-item .subject-grade-counts .left-content .grade {
    border: 1px solid #D8D8D8;
    color: #4A4A4A;
    font-size: 14px;
    display: block;
    float: left;
    margin-right: 12px;
    padding: 2px 5px;
    font-weight: normal;
    border-radius: 4px;
}

.lubo-course-item .subject-grade-counts .right-content {
    float: right;
    font-size: 14px;
    color: #969696;
}

.lubo-course-item .course-teacher-counts-box {
    margin: 26px 30px 0;
    height: 60px;
}

.course-teacher-counts-box .course-item-teachers-list {
    overflow: hidden;
    float: left;
    width: 65px;
}

.teacher-head-img-box {
    text-align: center;
}

.teacher-head-img-box .head-img img, .teacher-logo {
    width: 40px;
    border-radius: 40px;
}

.teacher-head-img-box .lubo-teacher-name {
    font-size: 14px;
    color: #323232;
    display: inline-block;
    overflow: hidden;
    height: 20px;
}

.course-teacher-counts-box .course-item-price {
    float: left;
    color: #1FBBFF;
    width: 110px;
    padding-top: 30px;
    margin-left: 40px;
}

.course-teacher-counts-box .course-item-price .price-icon {
    font-size: 18px;
    color: #15B8FF;
    vertical-align: middle;
}

.course-teacher-counts-box .course-item-price .price-sum {
    font-size: 22px;
    color: #15B8FF;
    display: inline-block;
    width: 78px;
    overflow: hidden;
    vertical-align: middle;
}

.gan-mall-news-list-box, .gan-mall-news-list-box > ul {
    overflow: auto;
}

.gan-mall-news-list-box li:nth-child(odd) a {
    margin-right: 10px;
}

.gan-mall-news-list-box .gan-mall-news-item-box {
    width: 50%;
    height: 135px;
    float: left;
    margin-bottom: 8px;

}

.gan-mall-news-list-box .gan-mall-news-item-box .gan-mall-news-item {
    background-color: white;
    height: 135px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    transition: all 0.2s linear;

}

.gan-mall-news-list-box .gan-mall-news-item-box .gan-mall-news-item:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05), -5px 0px 10px rgba(0, 0, 0, 0.05);
    border-top-color: #15B8FF !important;
    cursor: pointer;
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);

}

.gan-mall-news-item .gan-news-content-box {
    margin: 30px 50px;

}

.gan-mall-news-item-left {
    margin-right: 20px;
}

.gan-mall-news-item-box .gan-mall-news-item .news-img {
    width: 120px;
    float: left;
    margin-right: 20px;
}

.gan-mall-news-item-box .gan-mall-news-item .news-img img {
    width: 100%;
}

.gan-mall-news-item-box .gan-mall-news-item .news-info-box {
    float: left;
}

.gan-mall-news-item-box .gan-mall-news-item .news-info-box .new-info-title {
    width: 330px;
    color: #323232;
    font-size: 16px;
    position: relative;
    top: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gan-mall-news-item-box .gan-mall-news-item .news-info-box .news-info-intro {
    width: 330px;
    color: #969696;
    font-size: 14px;
    position: relative;
    top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

/*合作伙伴开始*/

.gan-mall-partner-box {
    position: relative;
    height: 180px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.gan-mall-partner-box .gan-mall-partner-header {
    float: left;
    font-size: 28px;
    color: #323232;
    margin: 74px 50px 78px;
}

.gan-mall-partner-box .gan-mall-partner-item-box {
    float: left;
    /*overflow: hidden;*/
    width: 80%;
    margin: 20px auto;

}

.gan-mall-partner-item-box .gan-mall-partner-item {
    /*float: left;*/
    /*width: 16.6%;*/
}

.gan-mall-partner-item-box .gan-mall-partner-item .partner-img-box {
    width: 125px;
}

.gan-mall-partner-item-box .gan-mall-partner-item .partner-img-box img {
    width: 100%;
}

/*合作伙伴结束*/

/*页脚开始*/
.gan-mall-footer-box {
    /*height:400px;*/
    /*background-color: pink;*/
    position: relative;
}

.footer-part-up {
    height: 165px;
    background-color: #454545;
}

.footer-part-down {
    height: 150px;
    background-color: #2e2e2e;
}

.footer-part-up .f-content-area-m {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;

}

.f-content-area-m .f-line {
    float: left;
    display: block;
    width: 1px;
    height: 120px;
    background-color: #666666;
    margin-top: 20px;
}

.f-content-area-m .f-c-item {
    float: left;
    margin-top: 20px;

}

.f-content-area-m .f-c-item .f-main-title {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 12px;
}

.f-content-area-m .f-c-item .f-main-item {
    display: block;
    color: #ffffff;
    font-size: 14px;

}

.footer-part-down .f-bottom-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.footer-part-down .f-bottom-content li {
    float: left;
}

.ft-main-info-box .ft-first-line a, .ft-main-info-box .ft-first-line span {
    color: #ffffff;
    font-size: 14px;
}

.ft-main-info-box .ft-second-line {
    color: #ffffff;
    font-size: 14px;
}

.ft-main-info-box .ft-second-line .ft-company-name {
    margin-right: 24px;
}

.ft-main-info-box .ft-second-line .ft-company-bei {
}

/*页脚结束*/

/*侧边栏开始*/
.gan-mall-side-serve {
    position: fixed;
    top: 630px;
    right: 110px;
    /*bottom: 50px;*/
    border-top: 1px solid #DEDEDE;
    z-index: 999;
}

.gan-mall-side-serve ul li {
    width: 50px;
    background-color: #323232;
    opacity: 0.5;
    margin-bottom: 5px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

}

.gan-mall-side-serve ul li:hover {
    background-color: #15B8FF;
    opacity: 1;
    cursor: pointer;
}

.online-serve-gk {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.down-load-app-gk {
    width: 50px;
    height: 50px;
    position: relative;
}

.down-load-app-gk .down-load-app-box {
    color: #ffffff;
    font-size: 12px;
    position: relative;
    top: 10px;
    display: none;
}

.gk-qrcode-mall .gk-qrcode-mall-text-box {
    color: #ffffff;
    font-size: 12px;
    position: relative;
    top: 10px;
    display: none;

}

.down-load-app-gk .app-qroce-gk-box {
    display: none;
    width: 131px;
    background: white;
    position: absolute;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #323232;
    right: 54px;
    top: -60px;
    padding: 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05), -5px 0px 10px rgba(0, 0, 0, 0.05);
}

.gan-mall-side-serve ul li:hover .app-qroce-gk-box {
    display: block;
}

.gan-mall-side-serve ul li:hover .down-load-app-box {
    display: block;
}

.gan-mall-side-serve ul li:hover .down-img-gk {
    display: none;
}

.gan-mall-side-serve ul li:hover .gk-qrcode-mall-text-box {
    display: block;
}

.gan-mall-side-serve ul li:hover .gk-qrcode-mall-img {
    display: none;
}

.gan-mall-side-serve ul li:hover .gk-feed-back-text-box {
    display: block;
}

.gan-mall-side-serve ul li:hover .feed-back-img-box {
    display: none;

}

.gan-mall-side-serve ul li:hover .setTopTextBox {
    display: none;
}

.gan-mall-side-serve ul li:hover .setTopImgBox {
    display: block;
}

.online-serve-gk:hover .zixun-phone {
    display: block;
}

.online-serve-gk .zixun-phone {
    left: -103px;
    width: 100px;
    height: 75px;
    background-color: #ffffff;
    position: absolute;
    top: 2px;
    opacity: 1;
    border-radius: 4px;
    display: none;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05), -5px 0px 10px rgba(0, 0, 0, 0.05);
}

.zixun-phone .free-phone-text {
    color: #323232;
    font-size: 12px;
    margin-top: 24px;
}

.zixun-phone .free-phone-number {
    color: #323232;
    font-size: 12px;
}

.gk-qrcode-mall {
    width: 50px;
    height: 50px;
    position: relative;
}

.feed-back-gank {
    width: 50px;
    height: 50px;
}

.feed-back-gank .gk-feed-back-text-box {
    color: #ffffff;
    font-size: 12px;
    position: relative;
    top: 10px;
    display: none;

}

.redirect-to-top-gan {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.redirect-to-top-gan .setTopImgBox {
    display: none;
}

.redirect-to-top-gan a {
    color: #ffffff;
    font-size: 18px;
}

.gan-mall-side-serve ul li a p {
    color: #ffffff;
    font-size: 12px;
}

.f-content-area-m .f-c-item .f-main-item {
    line-height: 180%;
}

.main_f {
    width: 1050px;
    margin: 0 auto;
}

.footer_f {
    display: inline-block;
    width: 100%;
}

.ylinks_f {
    border-bottom: 1px solid #5E5E5E;
    padding: 30px 0;
    display: block;
    width: 100%;
    background-color: #484848;
    overflow: auto;
}

.ylinks_f span {
    width: 100px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.ylinks_f p {
    width: 900px;
}

.ylinks_f p a {
    color: #B3B3B3;
    padding-right: 18px;
    line-height: 25px;
    display: block;
    float: left;
}

.footer_nav_f {
    border-top: 1px solid #6C6C6C;
    padding: 30px 0 20px;
    display: inline-block;
    width: 100%;
    background-color: #313131;
}

.footer_nav_f ul li {
    float: left;
    margin-right: 60px;
}

.footer_nav_f ul li h2 {
    line-height: 40px;
    color: #fff;
    font-size: 18px;
}

.footer_nav_f ul li p a {
    line-height: 30px;
    color: #fff;
}

.footer_nav_f ul li p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
}

.footer_nav_f ul li .p1 {
    background: url(/assets/site/2015/images/contact_icon.jpg) no-repeat 0 5px;
    padding-left: 20px;
}

.footer_nav_f ul li .p2 {
    background: url(/assets/site/2015/images/contact_icon.jpg) no-repeat 0 -22px;
    padding-left: 20px;
}

.footer_nav_f ul li .p3 {
    background: url(/assets/site/2015/images/contact_icon.jpg) no-repeat 0 -52px;
    padding-left: 20px;
}

.footer_f center {
    line-height: 45px;
    color: #9d9d9d;
}

.moreSelect > a {
    line-height: 44px !important;
    font-size: 16px;
}

.alertTitle {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    opacity: 1;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
    margin: 0px;
    box-sizing: border-box;
    border-radius: 4px;
    padding-right: 35px;
    color: #8a6d3b;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
    background-repeat: repeat-x;
    background-image: none;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    text-align: center;
    background: #feffb9;
    border-top: 1px dotted red;
    border-bottom: 1px dotted red;
}

.btn.focus, .btn:focus, .btn:hover {
    font-size: 16px !important;
    color: white;
}

.noneRelease {
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    width: 200px;
    z-index: 1000;
    line-height: 20px;
    height: 20px;
    background: #ffff00cf;
    font-size: 12px;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}