@charset "utf-8";

/* 样式重置 */
body,
html {
    min-height: 100%;
    min-width: 1240px;
    position: relative;
}

body {
    font-family: "PingFang SC", "Arial", "Microsoft YaHei", "Helvetica", "Helvetica Neue", "Tahoma", "sans-serif";
    line-height: 1.5;
    font-size: 12px;
    color: #000;
    background-color: #fff;
}

* {
    box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

ol,
ul {
    list-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
    font-style: normal;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

fieldset,
img,
a img,
:link img,
:visited img {
    border: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

/* a:visited {
    color: inherit;
} */

/*a:hover,
a:active {
    color: #d00000;
}*/

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

#weixin_baidu2021 {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.55);
}

/* 通用样式 */
.wrap {
    width: 1200px;
    margin: 0 auto;
}

.none {
    display: none;
}

.fl {
    display: inline;
    float: left;
}

.fr {
    display: inline;
    float: right;
}

.clearfix {
    _zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.ovh {
    overflow: hidden;
    display: block;
}

.lh1 {
    line-height: 1;
}

.tov,
.tovm {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tovm {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.tc {
    text-align: center;
}

.fc9 {
    color: #999;
}

.fc6 {
    color: #666;
}

.fc3 {
    color: #333;
}

.fcred {
    color: #d00000;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fblod {
    font-weight: 700;
}

.ml10 {
    margin-left: 10px;
}

.ml5 {
    margin-left: 5px;
}

.mt30 {
    margin-top: 30px;
}

.mr30 {
    margin-right: 30px;
}

/* 向下三角形 */
.delta_down {
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 5px 4px;
    border-style: solid;
    vertical-align: -2px;
    border-color: #999 transparent transparent;
}

.not_select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* pc */
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex_align_items {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex_space_around {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
}

.flex_start {
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}

.flex_wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex_1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex_space_between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex_last_end {
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: justify;
    justify-content: flex-end;
}

.limit {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.limit2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.limit3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.dib {
    display: inline-block
}

.mr20 {
    margin-right: 20px;
}

.ml20 {
    margin-left: 20px;
}

.mt20 {
    margin-top: 20px
}

.mb20 {
    margin-bottom: 20px;
}

.wh {
    width: 100%;
}

.pr {
    position: relative
}

.hide {
    display: none;
}

.m_show{
    display: none;
}

/* 弹窗 start */

/* 弹窗 end */

/* 分享 start */
.bdshare-area {
    width: 144px;
    height: 24px;
    position: relative;
    z-index: 8;
}
.bdshare-area::before {
    content: "分享";
    color: #999;
    position: absolute;
    top: 0px;
    left: 0;
    line-height: 24px;
}
.bdshare-area .bdsharebuttonbox i {
    display: inline-block;
    width: 24px;
    height: 24px;
}
.bdshare-area .bds_sqq {
    background: url('../img/bdshare1.png') center center no-repeat;
}
.bdshare-area .bds_qzone {
    background: url('../img/bdshare2.png') center center no-repeat;
}
.bdshare-area .bds_tsina {
    background: url('../img/bdshare3.png') center center no-repeat;
}
.bdshare-area .bds_weixin {
    background: url('../img/bdshare4.png') center center no-repeat;
}
.bdsharebuttonbox {
    position: relative;
    background: transparent;
    padding-left: 28px;
}
.bdsharebuttonbox i {
    float: left;
    margin: 0 0 0 5px;
    background: transparent;
    padding: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
/* 分享 end */


/* 脚部 start */
.footer {
    font: 12px/30px "微软雅黑";
    color: #fff;
    width: 100%;
    padding: 20px 0 20px;
    background: #333;
    text-align: center;
}
.footer a .footer p{
    color: #ccc;
}
.footer a:hover {
    text-decoration: underline;
}
/* 脚部 end */

/* 顶通条 start */
.site_top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    height: 30px;
    line-height: 30px;
    background-color: #04091c;
    color: #8F8F8F;
}

.site_top .icon {
    display: inline-block;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    vertical-align: -2px;
    background: url('/activity/bldc-review2019/images/site-top-icon.png') no-repeat;
}

.site_top .i2 {
    background-position: 0 -18px;
}

.site_top .i3 {
    background-position: 0 -36px;
}

.site_top .i4 {
    background-position: 0 -54px;
}

.site_top .i5 {
    background-position: 0 -71px;
}

.site_top .i6 {
    background-position: 0 -125px;
    display: none;
}

.site_top .i7 {
    background-position: 0 -91px;
}

.site_top .i8 {
    background-position: 0 -108px;
}

/* .site_top .site_partner a:hover .icon {
    background-position-x: -19px;
} */
.site_top .origin-item {
    float: right;
    margin-right: 20px;
}

.site_top .origin-item .hot {
    position: relative;
    margin: -15px 0 0 10px;
    padding: 1px 2px;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    border-radius: 3px;
    background-color: #feff02;
    color: #d00000;
    font-size: 12px;
    font-style: italic;
    font-family: "PingFang SC", "Arial", "Microsoft YaHei", "Helvetica", "Helvetica Neue", "Tahoma", "sans-serif";
}

.site_top .origin-item .hot:before {
    position: absolute;
    left: -4px;
    top: 3px;
    content: "";
    width: 0;
    height: 0;
    line-height: 1;
    background-color: #feff02;
    border-style: solid;
    border-width: 4px 4px 4px 0;
    border-color: #0f0941 #feff02 #0f0941 #0f0941;
}

.site_top a {
    color: #aaa;
}

/* .site_top a:hover {
    color: #d00;
} */

.site_partner {
    position: relative;
    float: left;
}

.site_partner:after {
    position: absolute;
    top: 14.5px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #aaa;
}

.site_partner a {
    position: relative;
    z-index: 1;
    float: left;
    padding: 0 5px;
    background-color: #04091c;
    margin-left: 20px;
    vertical-align: top;
}

.site_partner a:first-child {
    margin-left: 0;
}

.site_top .user_area {
    position: relative;
    float: right;
    height: 30px;
}

.site_top .login {
    margin-right: 5px;
}

.site_top .user_area .umenu {
    cursor: pointer;
}

.site_top .user_area .umenu img {
    display: inline-block;
    margin-left: 20px;
    vertical-align: -8px;
    width: 24px;
    height: 24px;
    border-radius: 24px;
}

.site_top .user_area .umenu:hover .drop {
    display: block;
}

.site_top .user_area .drop {
    display: none;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 10;
    width: 110px;
    text-align: center;
    background-color: #666;
    background-color: rgba(0, 0, 0, .6);
}

.site_top .user_area .drop:before {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    width: 50px;
    height: 20px;
}

.site_top .user_area .drop a {
    display: block;
    color: #fff;
}

.site_top .user_area .drop a:hover {
    background-color: #000;
}
/* 顶通条 end */

/* 容器 start */
.section-box {
    position: relative;
}
.section-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
}
.section-anchor {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    top: -80px;
    left: 0;
}
.section-inner::before,
.section-inner::after {
    z-index: 1;
    position: absolute;
}
.section-hd {
    height: 55px;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}
.section-hd,
.section-bd {
    position: relative;
    z-index: 2;
}
/* 容器 end */

/* 头部 start */
.header-box {
    position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 9;
    transition: all 0.2s;
    background-color: #1a7aff;
}
.header-main {
    max-width:  1200px;
    min-width: 1200px;
    height: 80px;
    margin: 0 auto;
}
.header-left {
    font-size: 0;
}
.header-logo1 {
    width: 111px;
    height: 40px;
    margin-right: 20px;
}
.header-logo2 {
    width: 97px;
    height: 32px;
}
.header-right {
    position: relative;
}
.header-menu li {
    position: relative;
    list-style: none;
}
.header-menu a {
    color: #fff;
    font-size: 14px;
}
 
.header-menu>li>a {
    padding: 0 16px;
    display: block;
    height: 80px;
    line-height: 80px;
    position: relative;
    text-align: center;
}
.header-menu>li:hover>a,
.header-menu>li.is—active>a {
    background-color: #003ED9;
}
.header-menu>li.has-subnav>a::after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 8px;
    right: 2px;
    top: 50%;
    margin-top: -4px;
    background-size: 100%;
    background-image: url('../img/icon/nav-drop.png');
}
.header-menu .subnav {
    display: none;
    position: absolute;
    right: 0;
    top: 80px;
    width: 180px;
    background: #003ed9;
}
.header-menu>li.has-subnav:hover .subnav{
    display: block;
}
.header-menu .subnav>li>a {
    line-height: 40px;
    height: 40px;
    display: block;
    padding: 0 12px;
}
.header-menu .subnav>li>a:hover {
    color: #f7f7f7;
}
#signUpBtn {
    width: 108px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    margin-left: 20px;
    background: linear-gradient(-26deg,#16a9c6 0%, #aedb4e 100%);
    background: #16a9c6;
    background: -moz-linear-gradient(-26deg,#16a9c6 0%, #aedb4e 100%);
    background: -webkit-linear-gradient(-26deg,#16a9c6 0%, #aedb4e 100%);
    background: linear-gradient(-26deg,  #16a9c6 0%,#aedb4e 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16a9c6', endColorstr='#aedb4e',GradientType=1 );
}
/* 头部 end */

/* banner start */
.hero-box {
    max-width: 1920px;
    height: 600px;
    margin: 110px auto 0 auto;
    background-position: center;
    background-size: 1920px 600px;
    background-image: url('../img/hero@2x.png');
}
.hero-main {
    position: relative;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.hero-btn {
    cursor: pointer;
    position: absolute;
    bottom: 189px;
    left: 290px;
    width: 130px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #16a9c6;
    background: -moz-linear-gradient(-26deg,#16a9c6 0%, #aedb4e 100%);
    background: -webkit-linear-gradient(-26deg,#16a9c6 0%, #aedb4e 100%);
    background: linear-gradient(-26deg,  #16a9c6 0%,#aedb4e 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16a9c6', endColorstr='#aedb4e',GradientType=1 );
}
/* banner end */

/* 报名锚点 start */
.aside-media {
    position: relative;
    cursor: pointer;
    position: fixed;
    z-index: 30;
    right: 20px;
    top: 50%;
    margin-top: -88px;
    width: 183px;
    height: 179px;
}
.aside-btn {
    display: block;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-image: url('../img/aside-btn.png');
}
.aside-close {
    width: 18px;
    height: 18px;
    top: 7px;
    right: 12px;
    position: absolute;
    background-color: transparent;
}
/* 报名锚点 end */

/* 联系我们 start */
.contact .section-hd {
    width: 185px;
    margin-bottom: 35px;
    background-image: url('../img/title-contact@2x.png');
}
.contact .section-bd {
    padding: 40px 80px;
    background-color: #fff;
    width: 100%;
}
.contact-lists {
    font-size: 0;
}
.contact-lists ul {
    display: inline-block;
}
.contact-lists ul + ul {
    margin-left: 70px;
}
.contact-lists ul li {
    font-size: 18px;
    color: #333;
}
.contact-lists ul li + li {
    margin-top: 30px;
}
.contact-lists ul li span,
.contact-lists ul li::before {
    display: inline-block;
    vertical-align: middle;
}
.contact-lists ul li::before {
    content: '';
    margin-right: 12px;
    width: 27px;
    height: 27px;
    background-size: 100%;
}
.contact-lists ul li.person::before {
    background-image: url('../img/icon/concact-person@2x.png');
}
.contact-lists ul li.phone::before {
    background-image: url('../img/icon/concact-phone@2x.png');
}
.contact-lists ul li.wechat::before {
    background-image: url('../img/icon/concact-wechat@2x.png');
}
.contact-lists ul li.email::before {
    background-image: url('../img/icon/concact-email@2x.png');
}
.contact-qrcode__card {
    font-size: 0;
    width: 160px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.contact-qrcode__card + .contact-qrcode__card {
    margin-left: 50px;
}
.contact-qrcode__card img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.contact-qrcode__card p {
    font-size: 14px;
    color: #333333;
}
/* 联系我们 end */

/* 报名弹窗表单 start */
.apply_form_pop {
    display: table;
    width: 100%;
    padding: 30px;
}
.apply_form_pop .sign_sec_tit {
    font-size: 16px;
    color: #ff0000;
    text-align: center;
    margin-bottom: 20px;
}
.apply_form_pop .form-item {
    margin-bottom: 18px;
}
.apply_form_pop .form-item::after {
    content: '';
    width: 100%;
    height: 0;
    display: block;
    clear: both;
}
.apply_form_pop .form-title,
.apply_form_pop .form-input {
    float: left;
}
.apply_form_pop .form-title {
    width: 50px;
    margin-right: 16px;
    font-size: 18px;
    color: #333;
    line-height: 40px;
}
.apply_form_pop .form_title_icon {
    color: #FF0000;
}
.apply_form_pop .form-input {
    width: 80%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    font-size: 16px;
}
.apply_form_pop input::-webkit-outer-spin-button,
.apply_form_pop input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.apply_form_pop input[ type= "number" ] {
    -moz-appearance: textfield;
}
.apply_form_pop [type=checkbox] {
    margin-right: 5px;
    vertical-align: -2px;
}
.apply_form_pop button {
    display: block;
    margin: 0 auto;
    width: 240px;
    font-size: 18px;
    text-align: center;
    line-height: 56px;
    outline: none;
    color: #fff;
    border: none;
    cursor: pointer;
    background: #2d77ff;
    border-radius: 25px;
}
.apply_form_pop button:hover {
    background: #528fff;
}
.apply_form_pop .addr_box {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    width: 300px;
    justify-content: space-between;
}
.apply_form_pop .addr_box select {
    width: 145px;
}
.apply_form_pop select,
.apply_form_pop .ipt_text {
    background:#fff;
    border: 1px solid #e4e4e4;
    box-sizing:border-box;
}
.apply_form_pop .address-box select{
    width: 39%;
}
.apply_form_pop .address-box select + select {
    margin-left: 10px;
}
/* 报名弹窗表单 end */

/* 报名成功 start */
.ai2020_pop {
    border-radius: 10px !important;
    background-color: transparent !important;
}
.ai2020_pop .layui-layer-title {
    color: #fff;
    border-bottom: none;
    background-color: transparent;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url('../img/bg/success-dialog.png');
}
.ai2020_pop .layui-layer-content {
    background-color: #fff;
    /* margin-top: -1px; */
}
.ai2020_pop .layui-layer-setwin .layui-layer-close1 {
    width: 16px;
    height: 16px;
    background-position: center;
    background-size: 100%;
    background-image: url('../img/icon/close.png');
}
.enlist-succ-box {
    text-align: center;
    padding: 20px;
}
.enlist-succ-box .succ_icon img{
    width: 48px;
    height: 48px;
    margin-right: 25px;
}
.enlist-succ-box .succ_icon img,
.enlist-succ-box .succ_icon span {
    display: inline-block;
    vertical-align: middle;
}
.enlist-succ-box .succ_icon span{
    font-size: 22px;
    font-weight: 700;
    color: #333333;
}
.enlist-succ-box .success_text.addr {
    padding: 30px 0;
    font-size: 16px;
}
.enlist-succ-box .qrcode {
    width: 140px;
    height: 140px;
    display: block;
    margin: 0 auto 30px auto;
}
.enlist-succ-box .text{
    font-size: 16px;
    color: #999999;
    line-height: 28px;
}
/* 报名成功 end */

@media screen and (max-width: 750px) {
    /* 公共部分 start */
    body, html {
        max-width: 100%;
        min-width: 0;
    }
    html {
        font-size: 13.33333vw;
    }
    .pc_show {
        display: none;
    }
    .m_show{
        display: block;
    }

    #siteTop {
        display: none;
    }
    .aside-media {
        display: none;
    }
    /* 公共部分 end */

    /* 头部 start */
    .header-box {
        position: fixed;
        top: 0;
    }
    .header-main {
        max-width: 100%;
        min-width: 100%;
        height: 0.8rem;
        padding: 0 0.25rem;
    }
    .header-logo1 {
        width: 1.24rem;
        height: 0.44rem;
        margin-right: 0.22rem;
    }
    .header-logo2 {
        width: 1.03rem;
        height: 0.34rem;
    }
    .header-logo1.m_show,
    .header-logo2.m_show {
        display: inline-block;
        vertical-align: middle;
    }
    #mSignUpBtn,
    .menu-click{
        display: inline-block;
        vertical-align: middle;
    }
    #mSignUpBtn {
        width: 1.7rem;
        height: 0.8rem;
        line-height: 0.8rem;
        margin-right: 0.2rem;
        font-size: 0.24rem;
        text-align: center;
        color: #fff;
        background: linear-gradient(-26deg,#16a9c6 0%, #aedb4e 100%);
        background: #16a9c6;
        background: -moz-linear-gradient(-26deg,#16a9c6 0%, #aedb4e 100%);
        background: -webkit-linear-gradient(-26deg,#16a9c6 0%, #aedb4e 100%);
        background: linear-gradient(-26deg,  #16a9c6 0%,#aedb4e 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16a9c6', endColorstr='#aedb4e',GradientType=1 );
    }
    .menu-click {
        width: 0.34rem;
        height: 0.34rem;
        position: relative;
    }
    .menu-click span {
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 0.1rem;
        width: 100%;
        height: 0.02rem;
        display: block;
        background-color: #fff;
        transition: all .3s;
    }
    .menu-click span:nth-child(2) {
        top: 0.16rem;
    }
    .menu-click span:nth-child(3) {
        top: 0.31rem;
    }
    .menu-click.isActive span:nth-child(3) {
        display: none;
    }
    .menu-click.isActive span:nth-child(1) {
        top: 0.15rem;
        transform: rotate(-45deg);
    }
    .menu-click.isActive span:nth-child(2) {
        top: 0.15rem;
        transform: rotate(45deg);
    }

    .header-menu {
        display: none;
        position: absolute;
        text-align: center;
        width: 2.60rem;
        right: -0.25rem;
        top: 0.8rem;
        flex-direction: column;
        background-color: #1a7aff;
    }
    .header-menu a {
        font-size: 0.24rem;
    }
    .header-menu>li:last-child {
        display: none;
    }
    .header-menu>li {
        width: 100%;
        flex: 1;
    }
    .header-menu>li>a {
        width: 100%;
        padding: 0 0.25rem;
        height: 0.8rem;
        line-height: 0.8rem;
    }
    .header-menu>li.has-subnav>a::after {
        right: unset;
        left: 0.25rem;;
        transform: rotate(90deg);
    }
    .header-menu .subnav {
        top: 0;
        width: 3.3rem;
        right: 2.60rem;
    }
    .header-menu .subnav>li>a {
        height: 0.8rem;
        line-height: 0.8rem;
        padding: 0 0.25rem;
    }
    /* 头部 end */

    /* banner start */
    .hero-box {
        height: 5rem;
        margin-top: 0.8rem;
        background-size: cover;
        background-image: url('../img/hero-m@2x.png');
    }
    .hero-btn {
        bottom: 1.98rem;
        left: 3.4rem;
        font-size: 0.22rem;
        width: 1.7rem;
        height: 0.56rem;
        line-height: 0.56rem;
        outline: none;
    }
    /* banner end */

    /* 分享 start */
    .awards-bdshare-area {
        display: none;
    }
    /* 分享 end */

    /* footer start */
    footer {
        display: none !important;
    }
    /* footer end */

    /* section start */
    .section-inner {
        padding: 0.45rem 0.3rem;
    }
    .section-hd {
        height: 0.58rem;
    }
    .section-anchor {
        top: -0.78rem;
    }
    /* section end */

    /* 报名弹窗表单 start */
    .apply_form_pop {
        padding: 0.25rem;
    }
    .apply_form_pop .sign_sec_tit {
        font-size: 0.28rem;
        margin-bottom: 0.2rem;
    }
    .apply_form_pop .form-item {
        margin-bottom: 0.18rem;
    }
    .apply_form_pop .form-title {
        width: 0.8rem;
        font-size: 0.28rem;
        line-height: 0.6rem;
    }
    .apply_form_pop .form-input {
        height: 0.6rem;
        line-height: 0.6rem;
        padding: 0 0.15rem;
        font-size: 0.28rem;
    }
    .apply_form_pop button {
        width: 60%;
        height: 0.6rem;
        font-size: 0.28rem;
        line-height: 0.6rem;
        margin-top: 0.3rem;
    }
    /* 报名弹窗表单 end */

    /* 报名成功 start */
    .ai2020_pop .layui-layer-content {
        margin-top: -1px;
    }
    .ai2020_pop .layui-layer-setwin .layui-layer-close1 {
        width: 0.3rem;
        height: 0.3rem;
    }
    .enlist-succ-box {
        padding: 0.25rem;
    }
    .enlist-succ-box .succ_icon img{
        width: 0.48rem;
        height: 0.48rem;
        margin-right: 0.25rem;
    }
    .enlist-succ-box .succ_icon span{
        font-size: 0.26rem;
        line-height: 0.33rem;
    }
    .enlist-succ-box .success_text.addr {
        padding: 0.18rem 0;
        font-size: 0.24rem;
    }
    .enlist-succ-box .qrcode {
        width: 3.82rem;
        height: 3.82rem;
        margin: 0 auto 0.3rem auto;
    }
    .enlist-succ-box .text{
        font-size: 0.2rem;
        line-height: 0.32rem;
    }
    /* 报名成功 end */

    /* 联系我们 start */
    .contact .section-hd {
        width: 2.17rem;
        margin-bottom: 0.3rem;
        background-image: url('../img/title-contact-m@2x.png');
    }
    .contact .section-bd {
        padding: 0 0.5rem;
        background-color: transparent;

        -webkit-box-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;

        -webkit-box-align: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }
    .contact-lists {
        margin-bottom: 0.4rem;
    }
    .contact-lists ul {
        display: block;
    }
    .contact-lists ul li {
        font-size: 0.24rem;
    }
    .contact-lists ul + ul,
    .contact-lists ul li + li {
        margin-top: 0.3rem;
    }
    .contact-lists ul + ul {
        margin-left: 0;
    }
    .contact-lists ul li::before {
        width: 0.36rem;
        height: 0.36rem;
        margin-right: 0.16rem;
    }
    .contact-qrcode__card {
        width: 2.65rem;
    }
    .contact-qrcode__card + .contact-qrcode__card {
        margin-left: 0.5rem;
    }
    .contact-qrcode__card p {
        font-size: 0.22rem;
    }
    /* 联系我们 end */

    /* 在线直播 start */
    .online-life-btn {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        width: 100%;
        height: 1.2rem;
        line-height: 1.2rem;
        text-align: center;
        background-color: #1a7aff;
    }
    .online-life-btn span {
        font-size: 0.36rem;
        color: #ffffff;
    }
    .online-life-btn::after {
        content: '';
        width: 0.34rem;
        height: 0.34rem;
        margin-top: -0.04rem;
        margin-left: 0.15rem;
        background-size: 100%;
        background-image: url('../img/icon/play.png');
    }
    .online-life-btn span,
    .online-life-btn::after {
        display: inline-block;
        vertical-align: middle;
    }
    /* 在线直播 end */

    .moblie-footer-spacing {
        width: 100%;
        height: 50px;
    }
}
