@charset "utf-8";

[v-cloak] {
    display: none;
}

body {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    text-align: justify;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, em, img, strong, sub, sup, tt, dd, dl, dt, form, label, table, caption, tbody, tfoot, thead, tr, th, td, ul, li, p, a {
    margin: 0;
    padding: 0
}

em, i, u {
    font-style: normal;
}

input, select, textarea {
    vertical-align: middle;
    outline: none;
}

input:focus, select:focus, textarea:focus {
    border-color: #04C3A0
}

.red {
    color: #e73d4a;
}

.error {
    color: #e73d4a;
}

.btn {
    -webkit-border-radius: 2px!important;
    -moz-border-radius: 2px!important;
    border-radius: 2px!important;
}

.btn.blue:not(.btn-outline) {
    color: #FFF;
    background-color: #04C3A0;
    border-color: #04C3A0;
}
.btn.blue:not(.btn-outline):hover{
    color: #FFF;
    background-color: #25C9BF!important;
    border-color: #25C9BF!important;
}
.btn.blue:not(.btn-outline).active,
.btn.blue:not(.btn-outline):active,
.btn.blue:not(.btn-outline):focus,
.btn.blue:not(.btn-outline):visited{
    color: #FFF!important;
    background-color: #04C3A0!important;
    border-color: #04C3A0!important;
}

.btn.btn-outline.blue {
    border-color: #04C3A0;
    color: #04C3A0;
    background: 0 0;
}
.btn.btn-outline.blue:hover {
    border-color: #04C3A0;
    color: #fff;
    background: #04C3A0;
}
.btn.btn-outline.blue.active,
.btn.btn-outline.blue:active,
.btn.btn-outline.blue:focus,
.btn.btn-outline.blue:visited {
    border-color: #04C3A0!important;
    color: #fff!important;
    background: #04C3A0!important;
}

.btn.default_green:not(.btn-outline) {
    color: #FFF;
    background-color: #04C3A0;
    border-color: #04C3A0;
}

.btn.btn-outline.default_green {
    border-color: #04C3A0;
    color: #04C3A0;
    background: 0 0;
}
.btn.btn-outline.default_green:hover {
    border-color: #04C3A0;
    color: #fff;
    background: #04C3A0;
}

.btn-group-lg>.btn, .btn-lg {
    font-size: 16px;
}

a:link, a:visited,
a {
    color: #04C3A0;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}
a:focus, a:hover {
    color: #04B192;
    text-decoration: none;
}

img {
    border: 0
}

ul, li {
    list-style: none
}

a:hover {
    text-decoration: none
}

.iconfont {
    line-height: 1;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix {
    zoom: 1
}

.fixedTop.page_wrapper {
    padding-top: 80px;
}
.fixedTop.page_wrapper .page_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    -webkit-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
    -moz-box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
    box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
}

.page_wrapper {
    height: 100%;
    position: relative;
    padding-bottom: 169px;
}

/*解决ie问题 利用zoom 保持原始大小*/
.page_main * {
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}

.container {
    width: 1230px;
}

.grey_bg {
    background: #F8F8F8;
}

.page_header {
    height: 72px;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.12);
}

.page_header .header_content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.page_header .header_content > * {
    float: left;
}

.page_header .header_content .logo {
    padding: 18px 0;
    overflow: hidden;
    display: inline-block;
    height: 100%;
    width: 165px;
}
.page_header .header_content .logo img {
    height: 100%;
}

.page_header .header_content .header_nav {
    margin-bottom: 0;
    padding-left: 25px;
}

.page_header .header_content .header_nav .nav_list {
    float: left;
    line-height: 72px;
    list-style: none;
    margin-right: 50px;
    font-size: 16px;
}

.page_header .header_content .header_nav .nav_list a {
    color: #333;
    font-weight: 400;
}
.page_header .header_content .header_nav .nav_list.active a {
    color: #04C3A0;
}

.page_header .header_content .header_nav .nav_list a:hover {
    color: #04C3A0;
    text-decoration: none;
}

/*search BEGIN*/
.page_header .search {
    position: relative;
    margin-top: 18px;
    margin-left: 20px;
}

.page_header .search .search_input {
    outline: none;
    width: 180px;
    height: 36px;
    -webkit-border-radius: 36px !important;
    -moz-border-radius: 36px !important;
    border-radius: 36px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #e0e0e0;
    padding-left: 19px;
}

.page_header .search .search_input:focus {
    border-color: #04C3A0;
}

.page_header .search .search_input:focus + .search_label i.iconfont {
    color: #04C3A0;
}

.page_header .search .search_label {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page_header .search .search_label i.fa {
    color: #333;
    font-size: 16px;
    line-height: 16px
}

/*search END*/

/*page_header用户模块 BEGIN*/
.page_header .user_area {
    float: right;
}

.page_header .user_area .user_notice {
    position: relative;
    display: inline-block;
    margin-top: 8px;
}

.page_header .user_area .logged_in {
    height: 38px;
    margin-top: 17px;
}

.page_header .user_area .logged_in > * {
    float: left;
}

.page_header .user_area .user_notice i.iconfont {
    font-size: 22px;
    line-height: 1;
    color: #787d82;
}

.page_header .user_area .user_notice:hover i.iconfont {
    color: #444;
}

.page_header .user_area .user_notice .notice_number {
    display: none;
    position: absolute;
    height: 11px;
    width: 10px;
    right: 6px;
    top: 6px;
    -webkit-transform: translate(100%, -100%);
    -moz-transform: translate(100%, -100%);
    -ms-transform: translate(100%, -100%);
    -o-transform: translate(100%, -100%);
    transform: translate(100%, -100%);
    padding: 1px 6px;
    line-height: 1;
    background: #de3f3b;
    -webkit-border-radius: 14px !important;
    -moz-border-radius: 14px !important;
    border-radius: 14px !important;
    color: #fff;
}
.page_header .user_area .user_notice.unread .notice_number{
    display: inline-block;
}

.page_header .user_area .dropdown-user {
    /*margin-left: 70px;*/
    padding-bottom: 10px;
}

.page_header .user_area .dropdown-user:hover .dropdown-menu {
    display: block;
}

.page_header .user_area .dropdown-user > .dropdown-menu {
    left: auto;
    right: 0;
    padding-top: 9px;
    padding-bottom: 10px;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    margin-top: 0;
}

.page_header .user_area .dropdown-user > .dropdown-menu:before {
    left: auto;
    right: 9px;
}

.page_header .user_area .dropdown-user > .dropdown-menu:after {
    left: auto;
    right: 10px;
}

.page_header .user_area .dropdown-menu > li > a > .badge {
    right: 16px;
    background: #de3f3b;
}

.page_header .user_area .user_avatar {
    width: 38px;
    height: 38px;
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    border-radius: 100% !important;
    background: no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.page_header .not_logged_in {
    padding-top: 20px;
    float: right;
}
.page_header .not_logged_in .btn {
    min-width: 80px;
    /*margin-left: 20px;*/
}

.bd_weixin_popup {
    min-height: 300px;
}

/*page_header用户模块 END*/

/*面包屑导航 BEGIN*/
.breadcrumb {
    padding: 15px 0;
    margin: 0 auto;
    width: 1200px;
    background: transparent;
}

.breadcrumb > li + li:before {
    content: "\f105 ";
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: #333
}

.breadcrumb > li > a {
    color: #333;
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.breadcrumb > .active {
    color: #999;
}

/*面包屑导航 BEGIN*/

/*footer BEGIN  ---1.3版本*/
.footer {
    background-color: #282828;
    width: 100%;
    padding-top: 52px;
    position: absolute;
    bottom: 0;
}
.footer * {
    line-height: 1;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}

.footer .copy_right,
.footer .friend_link {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 1200px;
}
.footer .friend_link {
    position: relative;
}
.footer .copy_right {
    padding: 18px 0;
    color: #666;
}
.footer .copy_right a {
    color: #666;
}
.footer .copy_right a:hover {
    color: #04C3A0;
}
.footer .footer_line {
    border-bottom: 1px solid #333;
    width: 100%;
    height: 0;
}
.footer .friend_link li {
    float: left;
    margin-right: 40px
}

.footer .friend_link li a {
    color: #999;
    font-size: 16px;
}

.footer .friend_link li a:hover {
    color: #eee;
}
.footer .friend_link li.wechat_wrapper {
    z-index: 100;
    position: absolute;
    right: 0;
    margin: 0;
    padding: 18px 0 0;
    /*top: -5px;*/
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.footer .friend_link li.wechat_wrapper .wechat_item > * {
    float: left;
}
.footer .friend_link li.wechat_wrapper .wechat_item > .qrcode_label {
    line-height: 80px;
    padding-right: 10px;
}
.footer .friend_link li.wechat_wrapper .wechat_item .qr_code img {
    width: 80px;
    height: 80px;
}

/*footer END  ---1.3版本*/

/*1.3版本 联系我们 BEGIN */
.global_toolbar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: 10099;
}

.global_toolbar .toolbar_item {
    width: 60px;
    -webkit-box-shadow: 0 0 8px 0 rgba(7, 17, 27, .2);
    -moz-box-shadow: 0 0 8px 0 rgba(7, 17, 27, .2);
    box-shadow: 0 0 8px 0 rgba(7, 17, 27, .2);
    height: 100%;
}

.global_toolbar .toolbar_list {
    position: relative;
    overflow: visible;
    height: 61px;
    background: #fff;
    border-bottom: 1px solid #eee;
    text-align: center;
}
.global_toolbar .toolbar_list i.iconfont,
.global_toolbar .toolbar_list i.fa {
    color: #666;
}

.global_toolbar .toolbar_list > a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px 0;
    position: relative;
}

.global_toolbar .toolbar_list .iconfont,
.global_toolbar .toolbar_list .fa {
    font-size: 26px;
    line-height: 1;
}

.global_toolbar .toolbar_list .toolbar_text {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    background: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.global_toolbar .toolbar_list .toolbar_text .text_item {
    display: block;
    line-height: 16px;
    height: 60px;
    padding: 14px 0;
    color: #04C3A0;
}

.global_toolbar .toolbar_list:hover .toolbar_text {
    width: 100%;
    height: 60px;
}

.global_toolbar .toolbar_list:hover .online_service {
    overflow: visible;
    -webkit-transform: translateX(-100%) scale(1);
    -moz-transform: translateX(-100%) scale(1);
    -ms-transform: translateX(-100%) scale(1);
    -o-transform: translateX(-100%) scale(1);
    transform: translateX(-100%) scale(1);
    opacity: 1;
    height: auto;
}

.global_toolbar .toolbar_list .online_service {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 0;
    overflow: hidden;
    text-align: left;
    width: 228px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    -webkit-transform: translateX(-100%) scale(0);
    -moz-transform: translateX(-100%) scale(0);
    -ms-transform: translateX(-100%) scale(0);
    -o-transform: translateX(-100%) scale(0);
    transform: translateX(-100%) scale(0);
    transform-origin: right 30px;
    padding-right: 22px;
}

.global_toolbar .toolbar_list .online_service .service_header {
    background: #f5f7fa;
    color: #333;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
    padding-left: 20px;
    line-height: 40px;
    position: relative;
}

.global_toolbar .toolbar_list .online_service .service_header:after,
.global_toolbar .toolbar_list .online_service .service_header:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 40px;
    right: 0;
    z-index: 2;
    top: 0;
    background: #f5f7fa;
}

.global_toolbar .toolbar_list .online_service .service_header:after {
    width: 20px;
    height: 20px;
    right: 5px;
    z-index: 1;
    top: 50%;
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
    -moz-transform: translate(50%, -50%) rotate(-45deg);
    -ms-transform: translate(50%, -50%) rotate(-45deg);
    -o-transform: translate(50%, -50%) rotate(-45deg);
    transform: translate(50%, -50%) rotate(-45deg);
}

.global_toolbar .toolbar_list .online_service .service_header:after,
.global_toolbar .toolbar_list .online_service .service_wrapper {
    -webkit-box-shadow: 0 0 12px 0 rgba(7, 17, 27, .2);
    -moz-box-shadow: 0 0 12px 0 rgba(7, 17, 27, .2);
    box-shadow: 0 0 12px 0 rgba(7, 17, 27, .2);
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
}

.global_toolbar .toolbar_list .online_service .service_wrapper {
    background: #fff;
}

.global_toolbar .toolbar_list .online_service .service_wrapper .service_main {
    padding: 15px 0;
}

.global_toolbar .toolbar_list .online_service .service_wrapper .service_list {
    padding: 5px 20px;
}
.global_toolbar .toolbar_list .online_service .contact_us .service_list{
    padding: 5px 15px;
}
.global_toolbar .toolbar_list .online_service .service_wrapper .service_list > img {
    width: 166px;
    height: 166px;
}

.global_toolbar .toolbar_list .online_service .service_wrapper .service_list > * {
    display: inline-block;
    line-height: 24px;
    float: left;
}

.global_toolbar .toolbar_list .online_service .service_wrapper .service_list > .service_link {
    height: 24px;
    width: 100px;
    background: url(../../images/common/global_bar/qq_contact.png) no-repeat center;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

.global_toolbar #msg {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-97px);
    -moz-transform: translateY(-97px);
    -ms-transform: translateY(-97px);
    -o-transform: translateY(-97px);
    transform: translateY(-97px);
    right: 44px;
    z-index: 10000;
    width: 1px;
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    text-align: center;
    color: #02d272;
    background: #fff;
    display: none;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.global_toolbar #msg i.icon-zhengque {
    font-size: 20px;
    margin-right: 10px;
}

/*1.3版本 联系我们 END */

/*数据为空提示*/
.empty_notice {
    padding-bottom: 120px;
    padding-top: 70px;
}
.empty_notice span {
    display: inline-block;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    color: #999;
    padding-left: 45px;
    position: relative;
    /*background: url(../../images/frontend/course_details/notice.svg) no-repeat 0 center;*/
}
.empty_notice span i.iconfont {
    position: absolute;
    left: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    font-size: 48px;
    color: #04C3A0;
}
.cursor_pointer_hand {
    cursor: pointer;
}

.default_green {
    color: #04C3A0;
}

/*遮盖层*/
.dropback{
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    background: rgba(0,0,0,0.6);
    z-index: 10999;
}
.layui-layer-btn .layui-layer-btn0{
    background-color: #04C3A0!important;
    border-color: #04C3A0!important;
}