@charset "utf-8";
/* 样式重置 */
body,html {
    min-height: 100%;
    height: auto!important;
}

/* 使用此样式防止滚动条出现时页面抖动，这会影响到使用fixed居中出现误差，可js计算html与body直接的宽度差补回 */
:root {
    overflow-y: auto;
    overflow-x: hidden;
}
:root body {
    position: absolute;
}
html {
    overflow-y: scroll;
}
body {
    width: 100vw;
    overflow: hidden;
}
/* 使用此样式防止滚动条出现时页面抖动，这会影响到使用fixed居中出现误差，可js计算html与body直接的宽度差补回 */

body {
    background-color: #fff;
    color: #333;
    font-family: "PingFang SC", "Arial", "Microsoft YaHei", "Helvetica", "Helvetica Neue", "Tahoma", "sans-serif";
    line-height: 1.5;
    font-size: 12px;
}
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;
}


/* 通用样式 */
.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;
}
.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;
}
.hide{
    display: none;
}
/* 顶通条 */
.site_top {
    position: relative;
    z-index: 30;
    height: 30px;
    background-color: #535353;
    color: #ffcece;
    line-height: 30px;
}
.site_top .icon {
    display: inline-block;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    vertical-align: -2px;
    background: url('/static/main/img/site-top-icon.png') no-repeat;
    background-position: -19px 0;
}
.site_top .i2 {background-position: -19px -18px;}
.site_top .i3 {background-position: -19px -36px;}
.site_top .i4 {background-position: -19px -54px;}
.site_top .i5 {background-position: -19px -71px;}
.site_top .i6 {background-position: -19px -125px;}
.site_top .i7 {background-position: -19px -91px;}
.site_top .i8 {background-position: -19px -108px;}
.site_top .site_partner a:hover .icon {
    background-position-x: -19px;
}
.site_top .origin-item {
    margin-right: 20px;
    float: right;
}
.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: #d00000;
    color: #fff;
    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: #d00000;
    border-style: solid;
    border-width: 4px 4px 4px 0;
    border-color: #535353 #d00000 #535353 #535353;
}
.site_top a {
    color: #fff;
}
.site_top a:hover {
    color: #fff;
}
.site_partner {
    position: relative;
    float: left;
}
.site_partner:after {
    position: absolute;
    top: 14.5px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.site_partner a {
    position: relative;
    z-index: 1;
    float: left;
    padding: 0 5px;
    background-color: #535353;
    margin-left: 20px;
    vertical-align: top;
}
.site_partner a:first-child {
    margin-left: 0;
}
.site_top .user_area {
    float: right;
}
.site_top .login {
    margin-right: 5px;
}
.site_top .user_area .umenu {
    position: relative;
    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: 22px;
    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;
    /* background-color: red; */
}
.site_top .user_area .drop a {
    display: block;
    color: #fff;
}
.site_top .user_area .drop a:hover {
    background-color: #000;
}


/* 新闻资讯页面 */
.newsContent{
    width: 1200px;
    margin: 0 auto;
    font-family: "微软雅黑 Bold", "微软雅黑 Regular", 微软雅黑;
    padding-bottom: 50px;
}
.newsContent .newsList{
     font-size: 14px;
     padding-bottom: 30px;
}
.newsContent .newsTitle{
    font-weight: 700;
    font-size: 30px;
    color: #1E7DE8;
    line-height: 50px;
    margin-top: 50px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.newsContent .newsTitle::before{
    content: '';
    position: absolute;
    top: 27px;
    left: 137px;
    width: 100%;
    height: 1px;
    background: #e4e4e4;
}
.watchMore{
    display: block;
    width: 160px;
    text-align: center;
    line-height: 43px;
    margin: 50px auto 0;
    background: #fafafa;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
}
.newsContent .n_img{
    width: 175px;
    height: 110px;
    float: left;
    margin-right: 20px;
}
.newsContent .n_title{
    color: #333;
    margin-bottom: 15px;
    font-size: 16px;
}
.newsContent .n_title:hover{
    color: #d00;
}
.newsContent .n_smg{
    margin-bottom: 15px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
}
.newsContent .n_time{
    color: #999;
}
.newsContent .more{
    color: #1E7DE8;
}
.newsList li{
    min-height: 110px;
    padding: 20px 0;
}

/* 站点底部 */
.site_footer {
    overflow: hidden;
    background-color: #333;
    line-height: 1;
    color: #ccc;
}
.site_footer a {
    color: #ccc;
}
.site_footer a:hover {
    color: #fff;
}
.footer_hd {
    overflow: hidden;
    line-height: 39px;
    border-bottom: 1px solid #494949;
}
.footer_hd a {
    float: left;
}
.footer_hd .fl b {
    float: left;
}
.footer_hd .fl a {
    margin-right: 10px;
}
.footer_hd .fr a {
    margin-left: 20px;
}
.footer_bd {
    padding-top: 18px;
    overflow: hidden;
}
.footer_bd .text_list {
    float: left;
}
.footer_bd .text_list li {
    float: left;
    margin-right: 60px;
}
.footer_bd .text_list dt {
    font-weight: 700;
    margin-bottom: 9px;
    color: #fff;
}
.footer_bd .text_list dd {
    line-height: 22px;
}
.footer_hd b,
.footer_bd .text_list .small_tit {
    color: #fff;
}
.footer_bd .text_list .split_25 {
    margin-top: 25px;
}
.footer_bd .text_list .split_10 {
    margin-top: 10px;
}
.footer_bd .text_list .split_30 {
    margin-top: 30px;
}
.site_qrcode {
    float: right;
    color: #fff;
}
.site_qrcode .word {
    margin: 18px 0 10px;
}
.site_qrcode .item:first-child .word {
    margin-top: 0;
}
.site_qrcode img {
    display: block;
}
.site_about {
    margin-top: 20px;
    padding: 15px 0;
    border-top: 1px solid #494949;
    text-align: center;
}
.site_about .s_link a{
    font-size: 14px;
    margin: 0 8px;
}
.copy_right {
    margin-top: 20px;
    color: #999;
}
.copy_right a {
    color: #999;
}
.copy_right img {
    height: 16px;
    vertical-align: -2px;
    margin: 0 3px 0 8px;
}
.copy_right .split {
    margin-top: 5px;
}


/* 分享 */
.bdsharebuttonbox .share-need-vfy { width: 266px; height: 38px; display: block; margin: 0; padding: 0; background: none; position: absolute; left: auto; right: 0; z-index: 1000; }
.bdshare-button-style0-16::after { clear: both; content: ''; display: block; height: 0; visibility: hidden; }
.bdsharebuttonbox { font-size: 14px; color: #333; line-height: 38px; z-index: 999; }
.bdshare-button-style0-16 .bds_weixin { background-position: 0 -1612px; }
.bdshare-button-style0-16 .bds_tsina { background-position: 0 -104px; }
.bdshare-button-style0-16 .bds_qzone { background-position: 0 -52px; }
.bdsharebuttonbox .bds_sqq {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("https://bbs.elecfans.com/template/elecfans_201508/prize/images/qq-ico.png");
    background-origin: padding-box;
    background-position: 0 0 !important;
    background-size: auto;
    background-repeat: no-repeat;
    height: 38px;
    margin: 0 0 0 18px;
    padding: 0;
    width: 38px;
}
.bdsharebuttonbox .bds_weixin {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("https://bbs.elecfans.com/template/elecfans_201508/prize/images/weixin-ico.png");
    background-origin: padding-box;
    background-position: 0 0 !important;
    background-size: auto;
    background-repeat: no-repeat;
    height: 38px;
    margin: 0 0 0 18px;
    padding: 0;
    width: 38px;
}
.bdsharebuttonbox .bds_tsina {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("https://bbs.elecfans.com/template/elecfans_201508/prize/images/weibo-ico.png");
    background-origin: padding-box;
    background-position: 0 0 !important;
    background-size: auto;
    background-repeat: no-repeat;
    height: 38px;
    margin: 0 0 0 18px;
    padding: 0;
    width: 38px;
}
.bdsharebuttonbox .bds_qzone {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("https://bbs.elecfans.com/template/elecfans_201508/prize/images/qzone-ico.png");
    background-origin: padding-box;
    background-position: 0 0 !important;
    background-size: auto;
    background-repeat: no-repeat;
    height: 38px;
    margin: 0 0 0 18px;
    padding: 0;
    width: 38px;
}
.bdsharebuttonbox a, .bdsharebuttonbox .bds_more{
    cursor: pointer;
    float: left;
    font-size: 12px;
    line-height: 16px;
}

.swiper-slide{
    background: #fff;
}
.swiper-slide-active{
    width: 75% !important;
    margin-left: -12%;
    box-shadow: 0 0 60px #ccc;
    z-index: 9;
}
.swiper-slide:not(.swiper-slide-active){
    transform: scaleY(0.9);
    background: rgba(255,255,255,0.9);
}

/*?????–?????—??·???*/
.lotter_alert {
    /*?????–???????”¨???*/
    /*?????–???*/
}
.blue_color{
    color: #019dba;
}
.pop_desc{
    background: #019dba;
    color: #fff !important;
    padding: 5px 20px;
    border-radius: 3px;
    margin-top: 5px;
    display: inline-block;
}

.lotter_alert.not_winning .layui-layer-content {
    overflow: hidden;
}
.lotter_alert.layui-layer {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
}
.lotter_alert.not_winning {
    width: 305px;
    /* background: url(/activity/elexcon2019/../images/pop_window_no.png); */
    background-size: 100% 100%;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    height: 210px;
}

.lotter_alert .layui-layer-title {
    display: none;
}

.lotter_alert .layui-layer-content {
    text-align: center;
}

.lotter_alert .layui-layer-content i {
    display: block;
    color: #C77701;
    font-size: 40px;
    font-style: normal;
    padding: 20px 0;
}

.lotter_alert .layui-layer-content big {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    color: #000;
    font-weight: normal;
}

.lotter_alert .layui-layer-content span {
    color: #000;
    margin-bottom: 10px;
}

.lotter_alert.no_chance {
    width: 305px;
    /* background: url(/activity/elexcon2019/../images/pop_window.png); */
    background-size: 100% 100%;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    height: 210px;
}

.lotter_alert.no_chance big {
    display: block;
    padding-top: 20px;
    font-weight: normal;
}

.lotter_alert.no_chance .btns {
    display: block;
    padding: 20px 0;
}

.lotter_alert.no_chance .btn {
    color: #fff;
    border: none;
    width: 85px;
    margin: 0 3px;
    background: #009FBD;
}

.lotter_alert.no_chance .layui-layer-content {
    overflow: hidden;
}

.lotter_alert.winner {
    width: 305px;
    /* background: url(/activity/elexcon2019/../images/pop_window.png); */
    background-size: 100% 100%;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    height: 210px;
}

.lotter_alert.winner p {
    color: #ff0000;
}
.lotter_alert.winner img {
    display: block;
    margin: 10px auto;
    width: 100px;
}

.lotter_alert.winner span {
    line-height: 20px;
    color: #999;
}

.lotter_alert.winner .layui-layer-content {
    overflow: hidden;
}

#prilist{
    float: left;
    width: 672px;
    margin-right: 100px;
}

#prilist li {
    display: block;
    background: #e5f5f8;
    float: left;
    margin: 0 20px 20px 0;
    width: 202px;
    padding: 30px 0;
    text-align: center;
    overflow: hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #333;
    border: 2px solid #fff;
}

#prilist li.right {
    margin-right: 0;
}

#prilist li.active {
    border: 2px solid #006ed4;
}

#prilist img {
    display: block;
    height: 60px;
    margin: 0 auto 10px;
}
.u_img{
    height: 50px !important;
    margin-top: 10px !important;
}
#prilist #begin_btn {
    padding: 0;
    height: 151px;
    line-height: 151px;
    font-size: 20px;
    color: #fff;
    background: #006ed4;
    cursor: pointer;
}
#prilist #begin_btn:hover{
    background: rgba(36, 137, 204, 1);
}
#prilist #begin_btn:active {
    font-size: 16px;
}

#winner_list {
    float: left;
    width: 425px;
}

#winner_list a {
    text-decoration: underline;
}

#winner_list .list_box {
    display: block;
    padding-top: 10px;
    background: #006ed4;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

#winner_list .list_box b {
    display: block;
    margin: 0 auto;
    font-size: 18px;
    color: #007ac2;
    margin-bottom: 10px;
    text-indent: 20px;
    color: #fff;
}

/*#fcdee3*/

#winner_list .list_box p {
    line-height: 20px;
}

#winner_list .tips {
    line-height: 20px;
    color: #666666;
    font-size: 14px;
    display: block;
}
#winner_list .tips b{
    font-weight: 700;
    font-size: 18px;
    color: #666666;
}
#winner_list .tips a{
    color: #009FBD;
}
#jq_marquee_box {
    margin-top: 10px;
    height: 300px;
    line-height: 15px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
    color: #000;
    border: 1px solid #e4e4e4;
    border-top: none;
    padding: 20px 0;
    border-radius: 0 0 10px 10px;
}

#winner_ul {
    display: block;
    padding: 0 20px;
}

#winner_ul .null {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    padding-top: 30px;
}

#winner_ul li {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    color: #2F318B;
    line-height: 25px;
}
#winner_ul li span{
    color: #666666;
}
/* ?????– */
/* ??…??? */

.formPop .layui-layer-title {
    background-color: #1548ae;
    color: #fff;
}
/* .formPop .layui-layer-setwin .layui-layer-close1 {
    background-position: -24px -150px;
} */
.formPop .layui-input-block {
    margin-right: 50px;
}
.formPop .tit {
    font-size: 12px;
    line-height: 60px;
    text-indent: 65px;
}
.formPop .layui-btn {
    background-color: #1548ae;
    width: 150px;
}
.formPop .layui-form-item .layui-input-inline{
    width: 150px;
}
.formPop .layui-form-select dl dd.layui-this {
    background-color: #1548ae;
}
.layui-form-select .layui-edge {
    border-top-color: #1548ae;
}
.formPopSucc .layui-layer-title {
    background-color: #fff;
}
.formPopSucc .layui-layer-content {
    text-align: center;
    color: #666;
}
.formPopSucc .layui-layer-content .tit {
    margin-bottom: 10px;
    color: #333;
    font-weight: 700;
}
.formPop .layui-form input[type=checkbox]{
    display:inline-block;
}
.formPop .checkboxBox label{
    display: inline-block;
    margin:0 40px 20px 0;
}


.quick {
    padding-top: 130px;
}
.cBlud{
    color: #006ED4;
}
.site_top{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0px;
    z-index: 999;
}
.banner{
    margin-top: 110px;
}
#siteNav {
    width: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 30px;
    z-index: 999;
}
.page_header {
    height: 80px;
    line-height: 80px;
    position: relative;
}
.page_logo img {
    vertical-align: middle;
}
.page_nav {
    float: right;
    line-height: 80px;
    font-size: 14px;
}
.page_nav a {
    display: inline-block;
    margin: 0 10px;
    padding: 0 10px;
    vertical-align: bottom;
    border-bottom: 2px solid #fff;
}
.page_nav .on {
    color: #1e7de8;
    font-weight: bold;
}
.page_nav a:hover {
    color: #1e7de8;
    font-weight: bold;
}
.banner {
    position: relative;
    background:url('/activity/elexcon2019/./img/banner.png?v=2019') center;
    height: 400px;
}

.introduce {
    padding: 35px 0 70px;
}
.introduce .desc {
    font-size: 14px;
    line-height: 28px;
}
.introduce .desc p {
    margin-bottom: 28px;
}
.introduce .lightBox{
    position: relative;
}
.introduce .lightBox .playBtn{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background:url('/activity/elexcon2019/./img/play.png') center;
    background-size:100% 100%;
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.introduce .lightBox .playBtn:hover{
    background:url('/activity/elexcon2019/./img/playOn.png') center;
    background-size:100% 100%;
}
.introduce img {
    margin-right: 10px;
    vertical-align: middle;
}
.introduce .fr {
    margin-left: 60px;
}
.introduce .item {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
}
#activityPage .title{
    text-align: center;
    padding: 80px 0 40px;
}
#activityPage .title h2{
    font-size: 30px;
    font-weight: 700;
    color: #1E7DE8;
}
#activityPage .title h2 a:hover{
    color: #1E7DE8;
}
#activityPage .title{
    font-size: 18px;
    color: #666666;
}
.tipdescBox{
    margin-top: 50px;
    margin-bottom: -149px;
    text-align: center;
}

.live_room{
    background: #f0f3f6;
    padding: 50px 0;
}
.live_room li{
    width: 380px;
    height: 540px;
    float: left;
    margin:10px;
    background: #fff;
    position: relative;
}
.live_room li .prwImgBox{
    width: 100%;
    height: 265px;
    position: relative;
    margin-bottom: 20px;
}
.live_room li .prwImgBox h2{
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #006ed4;
    top: 0;
    left: 0;
    font-size: 20px;
    color: #FFFFFF;
}
.live_room li .prwImgBox img{
    width: 100%;
    height: 215px;
    margin-top: 50px;
}
.live_room li .msgBox{
    padding: 0 20px;
    color: #666;
}
.msgBox .headMsg{
    margin: 20px 0;
    overflow:hidden;
}
.msgBox .headMsg p{
    font-size: 14px;
}
.msgBox .headMsg p b{
    margin-right: 10px;
}
.msgBox .headMsg .headImg{
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.msgBox .midMsg{
    line-height: 22px;
}
.msgBox .botMsg{
    width: 100%;
    line-height: 22px;
    position: absolute;
    left: 0;
    bottom: 30px;
    text-align: center;
}
.msgBox .botMsg .btn{
    display: inline-block;
    width: 265px;
    line-height: 46px;
    border-radius: 23px;
    font-size: 18px;
    color: #FFFFFF;
    background: #ed1f58;
    cursor: pointer;
}
.msgBox .botMsg .btn:hover{
    background: #d91148;
}

.compere_team {
    padding-bottom: 100px;
    line-height: 1;
}
.compere_team ul {
    margin: 0 -90px -15px 70px;
}
.compere_team li {
    position: relative;
    float: left;
    margin: 0 90px 15px 0;
    width: 388px;
    height: 205px;
    padding: 40px 30px 0 100px;
    background-color: #fff;
    border: 1px solid #e4e4e4;
}
.compere_team img {
    position: absolute;
    top: 52.5px;
    left: -70px;
}
.compere_team .name {
    margin-right: 10px;
    font-size: 16px;
    font-weight: 700;
}
.compere_team .posi {
    margin: 7px 0 22px;
    line-height: 20px;
    font-size: 14px;
}
.compere_team .desc {
    margin-top: 20px;
    font-size: 13px;
    text-align: justify;
    line-height: 24px;
}

.interviewContent{
    position: relative;
}
.interviewContent .swiper-container{
    width: 1000px;padding-bottom: 50px;
}
.interviewContent .swiper-button-next,
.interviewContent .swiper-button-prev{
    top: 63%;
}
.interview{
    background: #e6ecf2;
    padding-bottom: 100px;
}
.interviewItem{
    height: 410px;
    overflow: hidden;
}
.interviewItem .leftContent{
    float: left;
}
.interviewItem .rightContent{
    float: right;
    background: #f9f9f9;
    box-shadow: 0px 10px 50px #ccc;
}
.interviewItem .InContent{
    width: 375px;
    height: 410px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}
.interviewItem .InContent .headMsg{
    margin-top: 50px;
    margin-bottom: 20px;
    overflow: hidden;
}
.interviewItem .leftContent .text{
    height: 180px;
}
.InContent .headMsg p{
    font-size: 14px;
    line-height: 26px;
}
.InContent .headMsg p:nth-of-type(1){
    margin-top: 30px;
}
.InContent .headMsg img{
    float: left;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    margin-right: 20px;
}
.InContent .logo{
    margin: 20px 0;
}
.InContent .logo img{
    width: 170px;
    height: 60px;
}
.InContent .text{
    line-height: 26px;
    font-size: 14px;
    color: #666666;
    height: 260px;
    overflow: auto;
}
.InContent .text p{
    text-indent: 24px;
}

.lotteTip{
    margin-bottom: 100px;
    margin-top: 30px;
}

.sideBox{
    position: fixed;
    top: 26%;
    right: 20px;
    width: 140px;
    text-align: center;
    border: 2px solid #006ed4;
    border-radius: 70px 70px 0 0;
    background: #fff;
    padding-top: 10px;
}
.sideBox .sideItem{
    width: 140px;
    height: 325px;
    padding: 16px;
    box-sizing: border-box;
    background: #006ed4;
    color: #fff;
}
.sideBox .sideItem li{
    line-height: 30px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 10px 0;
    font-size: 14px;
}
.sideBox .sideItem img{
    margin: 12px 0;
}

.showMb{
    display: none;
}


.play_icon{
    display: inline-block;
    width: 80px;
    line-height: 25px;
    border-radius: 23px;
    color: #FFFFFF !important;
    background: #ed1f58;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    margin-left: 10px;
}
.play_icon:hover{
    background: #ed1f58;
}


.people_num{
    background: rgba(0, 110, 212, 1);
    color: #fff;
    padding: 25px 0;
    box-sizing: border-box;
}
.people_num span b{
    font-size: 36px;
    display: block;
}
.people_num span{
    font-size: 16px;
}
.people_num span:nth-child(2){
    border-left: 1px solid #1b7be6;
    border-right: 1px solid #1b7be6;
}
.people_num .swiper-slide{
    background: none;
}
.people_num .swiper-slide:not(.swiper-slide-active){
    background: none;
    transform: scaleY(0);
}
.people_num .swiper-slide-active {
    width: 100% !important;
    margin-left: 0;
    box-shadow: none;
    z-index: 9;
}
.people_num .swiper-pagination{
    width: 100%;
    text-align: center;
}
.people_num .swiper-pagination span{
    margin: 0 2px;
}


@media (max-width: 1200px) {
    html {
        font-size: 13.333333vw;
    }
    #siteTop,
    .site_footer,
    .sideBox,
    .bdsharebuttonbox,
    .showPc{
        display: none;
    }
    .showMb{
        display: block;
    }

    .banner{
        margin-top:.88rem;
    }
    #siteNav {
        position: inherit;
        top: 0;
    }

    .navMore{
        display: block;
        position: relative;
        width: 0.88rem;
        line-height: 0.88rem;
        margin-right: -0.2rem;
        text-align: center;
    }
    .navMore img{
        width: 0.48rem;
    }
    .navMoreContent{
        display: none;
        position: absolute;
        top: 0.88rem;
        right:0;
        background: rgba(0,0,0,.8);
        width: 3.8rem;
        padding: 0 0.2rem;
        z-index: 999;
    }
    .showMore{
        background: #666666;
    }
    .navMoreContent li{
        line-height: 0.88rem;
        border-bottom: 1px solid #e4e4e4;
        text-align: left;
        color: #fff;
    }
    .page_nav{
        width: 100%;
        line-height: .84rem;
        font-size: .28rem;
        overflow: scroll;
    }
    .page_nav a{
        margin: 0 .13rem;
    }
    .page_nav a:hover{
        color: #333;
        font-weight:normal;
    }
    .page_nav a.on{
        border-bottom: 2px solid #1e7de8;
    }
    .page_nav>div{
        width: 8.6rem;
    }
    #siteNav .page_header {
        height: .88rem;
        line-height: .88rem;
        margin: 0;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }
    .page_logo img{
        height: 0.41rem;
        width: auto;
    }
    .banner {
        height: 3.6rem;
        width: 100%;
        background: url("/activity/elexcon2019/./img/mbanner.jpg");
        background-size: cover;
    }
    .tipdescBox{
        margin: 0;
    }
    .wrap {
        width: auto;
        margin: 0 .3rem;
    }
    .introduce {
        padding: .62rem 0 0;
    }
    .introduce .fr {
        display: block;
        margin: 0 0 .28rem;
        width: 100%;
    }
    .introduce .item_m {
        display: block;
    }
    .introduce .item {
        font-size: .32rem;
        line-height: 1;
    }
    .introduce .item img {
        height: .32rem;
        vertical-align: top;
    }
    .introduce .desc {
        font-size: .26rem;
        line-height: .48rem;
    }
    .introduce .desc p {
        margin-bottom: .25rem;
    }
    #activityPage .title {
        padding-top: 1rem;
        font-size: .4rem;
    }
    #activityPage .title h2{
        margin-bottom: .2rem;
    }
    .live_room{
        padding-top: 0;
    }
    .live_room li{
        margin:.2rem 0;
        height: 8.07rem;
        width: 100%;
    }
    .live_room li .prwImgBox{
        width: 100%;
        height: 2.15rem;
        overflow: hidden;
    }
    .live_room li .prwImgBox h2{
        width: 3.1rem;
        position: inherit;
        float: right;
        height: 2.15rem;
        line-height: 0.6rem;
        padding:.4rem;
        box-sizing: border-box;
    }
    .live_room li .prwImgBox img{
        width: 3.8rem;
        float: left;
        height: auto;
        margin-top: 0px;
    }
    .quick {
        padding-top: 0;
    }
    .compere_team {
        padding-bottom: 1rem;
    }
    .compere_team ul {
        margin: 0;
        padding: 0;
        height: auto;
    }
    .compere_team li {
        float: none;
        margin: 0 0 .2rem;
        padding: .4rem .3rem;
        border-radius: 5px;
        width: auto;
        height: auto;
        text-align: left;
    }
    .compere_team img {
        position: static;
        float: left;
        margin: 0 .35rem .3rem 0;
        width: 1.44rem;
        height: 1.44rem;
    }
    .compere_team .name {
        display: block;
        margin-top: .35rem;
        font-size: .34rem;
    }
    .compere_team .posi {
        display: block;
        margin: .1rem 0 0;
        font-size: .28rem;
    }
    .compere_team .desc {
        margin-top: 0;
        clear: both;
        font-size: .24rem;
        line-height: .36rem;
        color: #666;
    }
    .interviewContent .swiper-container{
        width: 100%;
    }

    #prilist {
        width: 100%;
    }
    #prilist li:nth-of-type(3n+1) {
        margin-left: 2%;
    }
    #prilist li {
        width: 30%;
        margin: 0 1% 10px 0;
        padding: 10px 0;
        height: 66px;
    }
    #prilist img {
        height: 36px;
    }
    #prilist #begin_btn {
        height: 86px;
        line-height: 86px;
    }
    #winner_list {
        width: 100%;
    }
    #winner_list .list_box{
        margin: 0 10px;
    }
    .tips{
        padding: 10px 10px;
        box-sizing: border-box;
    }
    .mlotteTip{
        padding: .4rem;
        box-sizing: border-box;
        background: #f3f6f9;
        font-size: .26rem;
        margin-bottom: .6rem;
    }
    .mlotteTip img{
        width: 100%;
    }
    .layui-layer{
        width: 90%!important;
    }
    .formBox{
        height: 500px;
        overflow: scroll;
    }

    /* 新闻资讯 */
    .newsContent{
        width: 100%;
    }
    .newsContent .newsTitle{
        font-size: 0.3rem;
        line-height: 0.5rem;
        width: 1.3rem;
        text-align: center;
        margin: 0.4rem auto 0;
        color: #005585;
    }
    .newsList li{
        padding:0.2rem;
    }
    .newsContent .n_img{
        width: 1.75rem;
        height: 1rem;
        margin-right: 0.2rem;
    }
    .newsContent .n_title{
        margin-bottom: 0.15rem;
    }
    .newsContent .n_smg{
        font-size: 0.14rem;
        margin-left: 1.95rem;
        margin-bottom: 0.15rem;
    }
    .newsContent .n_time{
        margin-left: 1.95rem;
    }
    .watchMore{
        width: 3rem;
        line-height: 0.5rem;
        margin: 0.5rem auto 0;
    }
    .menu_icon{
        float: right;
        display: block;
    }
    .menu_icon img{
        width: .45rem;
    }
    .menu_list{
        display: none;
        background: rgba(0, 0, 0, .8);
        color: #fff;
        width: 37%;
        position: absolute;
        right: 0;
        padding: 0 10px;
        box-sizing: border-box;
        font-size: .3rem;
    }
    .menu_list li{
        border-bottom: 1px solid #ccc;
    }
    .menu_list li:last-child{
        border: none
    }
    .fixed_top{
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 999;
    }

    .people_num {
        padding: 0.35rem 0;
    }
    .people_num .flex_1{
        font-size: .2rem;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .people_num span b {
        font-size: .3rem;
    }
}


