@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直接的宽度差补回 */

/*滚动条样式定制*/
::-webkit-scrollbar{
  width: 6px;
  background-color: #f5f7fa;
}
/*滚动条的滑块按钮*/
::-webkit-scrollbar-thumb{
  border-radius: 3px;
  background-color: #dfdddd;
  /*box-shadow: inset 0 0 5px #000;*/
}


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;
}
.m_show{
    display: none;
}


/* 广告位背景提示文字 */
.openx_place {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.openx_place:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    text-align: center;
    content: "ElecFans-电子发烧友";
    color: #999;
    line-height: 1;
    font-size: 14px;
}
.openx_place iframe {
    position: relative;
    z-index: 1;
    vertical-align:top;
}
.openx_place .close {
    position: absolute;
    z-index: 1;
    right: -5px;
    top: -10px;
    padding: 10px;
    font-size: 24px;
    line-height: 1;
    font-family: sans-serif;
    cursor: pointer;
}

/* 通用样式 */
.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;
}

#coupon-ad {
    left: -9999999px;
}






/* 顶通条 */
.site_top {
    height: 30px;
    background-color: #f2f2f2;
    color: #ffcece;
    line-height: 30px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0px;
    z-index: 999;
}
.site_top .icon {
    display: inline-block;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    vertical-align: -2px;
    background: url('/static/main/img/site-top-icons.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;}
.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: -3px 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-weight: 700;
    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 4px;
    border-color: transparent #feff02 transparent transparent;
}
.site_top a {
    color: #666;
}
.site_partner {
    position: relative;
    float: left;
}
.site_partner:after {
    position: absolute;
    top: 14.5px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #dedede;
}
.site_partner a {
    position: relative;
    z-index: 1;
    float: left;
    padding: 0 5px;
    background-color: #f2f2f2;
    margin-left: 20px;
    vertical-align: top;
}
.site_partner a:hover{
    color: red;
}
.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;
    /* background-color: red; */
}
.site_top .user_area .drop a {
    display: block;
    color: #fff;
}
.site_top .user_area .drop a:hover {
    background-color: #000;
}

.banner{
    width: 100%;
    height: auto;
    margin-top: 110px;
    position: relative;
}
.banner a{
    display: block;
    width: 100%;
}
.banner a img{
    width: 100%;
}
.swiper-pagination-bullet-active{
    background-color: #f00;
}
.position_nav{
    display: block;
    position: relative;
    top: -110px;
}


/* 分享 */
.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;
}

/*幸运抽奖*/
.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(../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;
    color: #999;
    font-size: 14px;
}

.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: 16px;
    color: #333;
    font-weight: normal;
    font-weight: 700;
}

.lotter_alert .layui-layer-content span {
    color: #000;
    margin-bottom: 10px;
}

.lotter_alert.no_chance {
    width: 305px;
    /* background: url(../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;
    font-size: 16px;
    color: #333;
    font-weight: 700;
}

.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;
    font-size: 14px;
}
.lotter_alert.no_chance .layui-layer-content span {
    color: #999;
}

.lotter_alert.winner {
    width: 305px;
    /* background: url(../images/pop_window.png); */
    background-size: 100% 100%;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    height: 210px;
}

.lotter_alert.winner p {
    color: #999;
    font-size: 14px;
}
.lotter_alert.winner .color_red {
    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: #eff6fd;
    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: #508dcd;
    cursor: pointer;
}
#prilist #begin_btn:hover{
    background: #2679d1;
}
#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: #508dcd;
    -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: 16px;
    color: #007ac2;
    font-weight: 500;
    margin-bottom: 10px;
    text-indent: 20px;
    color: #fff;
    text-align: center;
}

#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: #508dcd;
    line-height: 25px;
}
#winner_ul li span{
    color: #666666;
}

.formPop .layui-layer-title {
    background-color: #508dcd;
    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: #508dcd;
    width: 150px;
}
.formPop .layui-btn:hover {
    opacity: 1;
    background-color: #317cc9;
}
.formPop .layui-form-item .layui-input-inline{
    width: 143px;
}
.formPop .layui-form-select dl dd.layui-this {
    background-color: #508dcd;
}
.layui-form-select .layui-edge {
    border-top-color: #333;
}
.formPopSucc{
    border-radius: 5px !important;
}
.formPopSucc .layui-layer-title {
    background-color: #fff;
    border-radius: 5px !important;
    border: none;
}
.formPopSucc .layui-layer-content {
    text-align: center;
    color: #666;
    padding: 0 !important;
}
.formPopSucc .layui-layer-content .tit {
    margin-bottom: 10px;
    color: #333;
    line-height: 32px;
    font-weight: 700;
}
.layui-form-checkbox[lay-skin=primary]:hover i{
    border-color: #666;
}
/* .formPop .layui-form input[type=checkbox]{
    display:inline-block;
} */
.formPop .checkboxBox label{
    display: inline-block;
    margin:0 40px 20px 0;
}
.formPop .layui-layer-title b{
    display: block;
    width: 20px;
    height: 20px;
    font-size: 18px;
    font-family: serif;
    text-align: center;
    line-height: 20px;
    position: absolute;
    right: 10px;
    top: 11px;
    cursor: pointer;
}

/* 视频专访页面 */
.video_box{
}
.videoTiteBox{
    width: 160px;
    height: auto;
    padding-top: 20px;
    margin-right: 40px;
}
.videoTitel{
    width: 160px;
    height: auto;
}
.videoTitel>a{
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    padding: 0 !important;
    padding-left: 28px !important;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.videoTitel>a:hover{
    color: #508dcd;
}
.videoConten{
    margin: 0 auto;
    padding: 20px 0;
    min-width: 1000px;
}
.videoConten .videoTitel{
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #d00;
    font-size: 28px;
    padding-bottom: 10px;
}
.videoTitelM{
    display: none;
}
.videoTitel a{
    display: inline-block;
    padding: 5px 10px;
    margin-right: 20px;
    /*border-radius: 20px;*/
    cursor: pointer;
    font-size: 16px;
    border-bottom: 2px solid #fff;
}
.videoTitel a.nvActive{
    background-color: #508dcd;
    color: #fff;
}
.videoList{
    margin-bottom: 50px;
}
.videoList li{
    width: 320px;
    height: 220px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.videoList li:nth-child(3n){
    margin-right: 0;
}
.videoList .vImgBox{
    width: 100%;
    height: 180px;
    position: relative;
    background: #000;
    overflow: hidden;
}
.vImgBox .palyIcon{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 8px;
    bottom: 0;
}
.vImgBox span{
    display: inline-block;
    min-width: 80px;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 30px;
    background: #333333;
    color: #fff;
    font-size: 14px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 10px;
}
.videoList li p{
    margin-top: 20px;
    height: 20px;
    line-height: 20px;
    width: 100%;
    font-size: 14px;
    color: #333;
}



/* 视频详情页面 */
.photo_home{
    margin-top: 110px;
    padding-top: 1px;
}
.photo_cnetent{
    width: 1200px;
    margin: 20px auto 100px;
}
.bdsharebuttonbox h4{
    position: relative;
    left: -674px;
}
.photo_list{
    width: 573px;
    height: auto;
    float: left;
}
.photo_list .vImgBox{
    width: 100%;
    position: relative;
}
.photo_list .vImgBox a{
    display: block;
    width: 100%;
}
.photo_list .vImgBox img{
    width: 100%;
}
.photo_list .palyIcon{
    width: 66px !important;
    height: 66px !important;
    position: absolute;
    right: 16px;
    bottom: 7px;
}
.photo_other{
    width: 578px;
    height: auto;
    float: right;
    font-size: 14px;
    overflow: hidden;
}
.photo_other .link_btn{
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: #f00;
    color: #fff;
    border-radius: 20px;
    margin-top: 30px;
    text-align: center;
}
.photo_other ul{
    width:88%;
    padding: 0 30px;
    line-height: 26px;
}
.photo_title{
    font-weight: 700;
    font-size: 16px;
    position: relative;
    color: #f00;
    padding-bottom: 20px;
}
.pMsg p:first-child{
    font-size: 16px;
    padding-bottom: 20px;
}
.pMsg p:last-child{
    padding-bottom: 30px;
}
.photo_titlebig{
    color: #666;
    font-weight: 500;
}
.photo_titlebig span{
    color: #508dcd;
}

/*视频详情页底部二维码区域*/
.ewm_content{
    width: 100%;
    background-color: #f9fafc;
}
.ewm_temp{
    position: relative;
    padding: 60px 0;
    justify-content: space-between;
}
.ewm_item{
    width: 520px;
    height: 150px;
    padding: 30px;
    background-color: #fff;
}
.ewm_left img{
    width: 150px;
    height: 150px;
}
.ewm_right{
    margin-left: 24px;
}
.ewm_right>p{
    color: #508dcd;
    font-size: 16px;
    font-weight: 700;
    padding-top: 3px;
}
.ewm_right>p b{
    display: inline-block;
    width: 60px;
    height: 24px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border-radius: 3px;
    color: #f00;
    margin-right: 10px;
    box-sizing: border-box;
    border: 1px #f00 solid;
}
.ewm_right>span{
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 27px;
    margin-bottom: 18px;
}
.ewm_right>span:nth-child(2){
    font-size: 14px;
    color: #2e282a;
    margin-top: 10px;
}
.ewm_right>a{
    font-size: 14px;
    color: #508dcd;
}
.ewm_right>a:hover{
    color: #f00;
}
.ewm_right>a b{
    font-size: 12px;
    font-family: serif;
    margin-left: 6px;
    position: relative;
    top: -1px;
}
/*.photo_title::before{
    content: '';
    position: absolute;
    width: 8px;
    height: 30px;
    background: #bb192f;
    left: 0;
    top: 36px;
}*/
/* .photo_list li{
    width: 220px;
    height: 138px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.photo_list li:nth-of-type(3n){
    margin-right:0;
}
.photo_list li:nth-of-type(3n+1){
    margin-left: 12px;
}
.photo_list li:hover{
    border:2px solid #bb192f;
    box-sizing: border-box;
}
.photo_list li img{
    cursor: pointer;
    width: 100%;
    vertical-align: middle;
} */
.is_allow{
    cursor: pointer;
}
.is_allow:hover{
    color: #bb192f;
}
.pop_up_box{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    z-index: 99999;
    display: none;
}
.big_watch{
    width: 900px;
    margin:120px auto;
    position: relative;
}
.big_watch .bigImg_box img{
    width: 100%;
}
.big_watch span{
    position: absolute;
    width: 48px;
    top: 50%;
    cursor: pointer;
}
.big_watch .arrow-left{
    left: -80px;
}
.big_watch .arrow-right{
    right: -80px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.big_watch .del{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(0,0,0,.7);
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.big_watch .del img{
    width: 16px;
}

/* 新闻资讯页面 */
.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: 20px;
    line-height: 50px;
    border-bottom: 2px solid #d00;
    margin-top: 50px;
}
.watchMore{
    display: block;
    width: 250px;
    text-align: center;
    line-height: 43px;
    color: #fff;
    margin: 50px auto 0;
    background: #dd292f;
    border-radius: 40px;
}
.watchMore:hover{
    color: #fff;
    background: #ad0610;
}
.newsContent .n_img{
    width: 175px;
    height: 110px;
    float: left;
    margin-right: 20px;
}
.newsContent .n_title{
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}
.newsContent .n_title:hover{
    color: #d00;
}
.newsContent .n_smg{
    margin-bottom: 15px;
    line-height: 20px;
}
.newsContent .n_time{
    color: #999;
}
.newsContent .more{
    color: #d00;
}
.newsList li{
    min-height: 110px;
    padding: 20px 0;
    border-bottom: 1px solid #e4e4e4;
}
.newsList ul{
    height: 606px;
    overflow-y:hidden;
}

/* 站点底部 */
.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;
}

#siteNav {
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 30px;
    z-index: 11;
    border-bottom: 1px solid #ccc;
}
.page_header {
    height: 80px;
    line-height: 80px;
    position: relative;
}
.page_header .notice {
    padding: 8px 10px;
    color: #ed4e4e;
    background-color: #f6f6f6;
    border-radius: 3px;
    vertical-align: 1px;
    line-height: normal;
}
.page_header .notice span::before {
    margin-right: 5px;
    display: inline-block;
    content: "";
    width: 14px;
    height: 12px;
    background: url('img/notice.png') no-repeat center center;
}
.page_header .notice:hover span {
    text-decoration: underline;
}
.page_logo img {
    vertical-align: middle;
}
.page_nav {
    float: right;
    height: 80px;
    font-size: 16px;
}
.page_nav>ul{
    width: auto;
    height: 80px;
    position: relative;
}
.page_nav>ul>li{
    width: auto;
    height: 80px;
    padding: 0 20px;
    float: left;
    position: relative;
    color: #333;
    box-sizing: border-box;
}
.page_nav>ul>li:last-child{
    padding: 0;
    height: 0;
    line-height: 0;
    clear: both;
}
.page_nav>ul>li>a{
    display: inline-block;
    width: 100%;
    height: 80px;
    line-height: 80px;
}
.page_nav>ul>li>a:hover{
    color: #f00;
}
.page_nav>ul>li>a:hover b{
    border-top: 5px #f00 solid;
}
.page_nav>ul>li>a>b{
    width: 0;
    height: 0;
    border-top: 5px #333 solid;
    border-left: 4px transparent solid;
    border-right: 4px transparent solid;
    border-bottom: 5px transparent solid;
    position: absolute;
    right: 0;
    top: 38px;
}
.page_nav_item.active{
    color: #f00;
    font-weight: 700;
    border-bottom: 4px #f00 solid;
}
.page_nav_item_a:hover .page_nav_item_fixed{
    display: inline-block;
}
.page_nav_item_fixed{
    display: none;
    min-width: 100%;
    max-width: auto;
    height: auto;
    position: absolute;
    right: 0;
    top: 80px;
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
}
.page_nav_item_fixed>a{
    display: block;
    width: auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    white-space:nowrap;
    padding: 0 16px;
    color: #333;
    font-weight: 500;
}
.page_nav_item_fixed>a:hover{
    color: #f00;
    background-color: rgba(255, 0, 0, .03);
}
.endTime {
    position: absolute;
    width: 295px;
    text-align: center;
    top: 36px;
    left: 66%;
    margin-left: 88px;
    color: #fee870;
    z-index: 666;
    background: rgba(0,0,0,.5);
    border-radius: 20px;
}
.endTime .tip {
    font-size: 30px;
    font-weight: 700;
}
.endTime .time {
    font-size: 38px;
}
.introduce {
    overflow: hidden;
    padding: 35px 0 70px;
}
.introduce .desc {
    margin-top: 50px;
    font-size: 16px;
    line-height: 28px;
}
.introduce .desc p {
    margin-bottom: 28px;
}
.introduce img {
    margin-right: 10px;
    vertical-align: middle;
}
.introduce .fr {
    margin-left: 60px;
}
.introduce .item {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
.aside_service_m,
.live_room .item_m,
.introduce .item_m {
    display: none;
}
.big_play_box {
    height: 328px;
}
.big_play {
    float: left;
    height: 100%;
    width: 582px;
    background: center center;
}
.big_play_2 {
    margin-left: 36px;
}
.big_play a {
    position: relative;
    display: block;
    height: 100%;
}
.big_play a img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
}
.big_play a:hover .i1 {
    display: none;
}
.big_play a:hover .i2 {
    display: block;
}
#activityPage h2 {
    position: relative;
    margin-bottom: 30px;
    font-size: 30px;
    padding: 80px 0 20px;
    font-weight: 700;
}
#activityPage h2 a{
    color: #333333;
    position: relative;
    z-index: 3;
}
#activityPage h2 a::after{
    content: '';
    width: 49px;
    height: 3px;
    background-color: #508dcd;
    position: absolute;
    bottom: -10px;
    left: 0px;
}
#activityPage h2 span{
    font-size: 50px;
    font-weight: normal;
    display: block;
    color: #508dcd;
    position: absolute;
    top: 45px;
    left: 0px;
    z-index: 2;
    opacity: .15;
}
.compere_team .swiper-button-next{
    right: 44%;
    top: 89%;
    width: 15px;
    height: 15px;
    background-size: 100% 100%;
    color: #999;
}
.compere_team .swiper-button-prev{
    left: 44%;
    top: 89%;
    width: 15px;
    height: 15px;
    background-size: 100% 100%;
}

.company_content{
    margin: 20px auto 60px auto;
    position: relative;
}
.company_text{
    width: 100%;
    font-size: 14px;
    line-height: 25px;
}
.company_text p{
    margin-bottom: 10px;
}
.company_text a{
    color: #4392f1;
}
.company_text>span{
    margin-right: 40px;
}
.company_text>span>img{
    width: 16px;
    height: 16px;
    position: relative;
    top: -1px;
}
.company_foot{
    width: 100%;
    height: 170px;
    border-top: 1px #f2f2f2 solid;
}
.company_foot_temp{
    justify-content: space-between;
}
.company_foot_item{
    height: 50px;
    margin-top: 60px;
}
.company_foot_item>img{
    width: 50px;
    height: 50px;
    margin-right: 17px;
}
.company_foot_item>span{
    line-height: 25px;
    color: #666;
    font-size: 14px;
}
.company_cover{
    cursor: pointer;
}
.light{
    position: absolute;
    bottom: -155px;
    left: 0;
    right: 0;
}
.play_icon{
    background: url('./img/u3.png')no-repeat;
    background-size: 100% 100%;
    width: 85px;
    height: 85px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    margin: 0 auto;
    z-index: 9;
}


.play{
    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:hover{
    background: #ed1f58;
}


/* #activityPage h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -50px;
    width: 100px;
    height: 2px;
    background-color: #E11421;
} */
.live_room{
    background: #f9fafc;
    /* padding-top: 50px; */
}
.live_room .item {
    margin-bottom: 20px;
    width: 590px;
    height: 384px;
    background: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    position: relative;
}
.live_room .ibox {
    width: 215px;
    height: 100%;
    float: left;
}
.live_room .ibox img{
    width: 100%;
    height: 100%;
}
.live_room .ext{
    width: 375px;
    height: 100%;
    float: left;
}
.live_room .live_btn {
    display: block;
    width: 164px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #f00;
    border-radius: 20px;
    margin-left: 30px;
}
.live_btn {
    display: block;
    width: 164px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #f00;
    border-radius: 20px;
    margin-left: 30px;
}
.live_btn.interview_live_btn{
    display: inline-block;
    width: 100px;
    font-size: 12px;

    margin-left: 55px;
}

.interview_live_btn:hover {
    background-color: #AD0610;
    color:#fff;
}
.live_room .live_btn:hover {
    background-color: #AD0610;
}
.live_room .ibox img {
    vertical-align: top;
}
.live_room .tit {
    font-size: 24px;
    color: #508dcd;
    padding-left: 18px;
    font-weight: 700;
    padding-top: 40px;
    padding-bottom: 40px;
}
.live_room .ext{
    /* height: 200px; */
    position: relative;
}
.live_room .desc {
    margin-top: 47px;
    font-size: 13px;
    line-height: 25px;
    padding: 0 15px;
    height: 146px;
    overflow-y: auto;
    margin-bottom: 45px;
}
.live_room .schedule {
    margin-left: -28px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
}
.live_room .schedule img {
    margin: 0 6px 0 28px;
    vertical-align: top;
}
.live_room .compere {
    margin-top: 35px;
    font-size: 14px;
    line-height: 1;
}
.live_room .compere img {
    float: left;
    margin-right: 16px;
}
.live_room .compere .tag {
    display: block;
    margin-bottom: 3px;
    font-weight: 700;
}
.live_room_box{
    padding-bottom: 60px;
}
.lived{
    background: #ccc !important;
}

#video_player{
    height: 100%;
}
.compere_team {
    padding-bottom: 100px;
    line-height: 1;
}
.compere_team .title{
    padding-bottom: 0 !important;
}
.compere_team_swiper{
    height: 300px;
    padding: 30px 30px 0 30px;
}
.compere_team_swiper ul{
    display: flex;
    align-items: center;
}
.compere_team li {
    position: relative;
    height: 240px;
    padding: 30px 30px 0 0px;
    width: 550px !important;
    box-sizing: border-box;
    box-shadow: 0 8px 20px 0 rgba(15, 70, 122, 0.1);
}
.compere_team img {
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.compere_team .name {
    font-size: 16px;
    font-weight: 700;
    margin-left: 183px;
    padding-bottom: 10px;
    display: inline-block;
    color: #666;
    border-bottom: 2px solid #006ED4;
}
.compere_team .posi {
    margin: 10px 0 0 183px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    display: block;
}
.compere_team .desc {
    margin-top: 10px;
    font-size: 12px;
    text-align: justify;
    line-height: 24px;
    float: right;
    width: 66%;
    color: #666;
}
.compere_team .swiper-button-prev{
    top: 107%;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    left: 40%;
}
.compere_team .swiper-button-next{
    top: 107%;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    right: 40%;
}
.compere_team .swiper-pagination{
    left: 0;
    right: 0;
    bottom: -30px;
    width: 120px;
    margin: auto;
}
.compere_team .swiper-pagination span{
    margin: 0 8px;
    width: 10px;
    height: 10px;
}
.more{
    position: absolute;
    bottom: -33px;
    right: 0;
    left: 0;
    display: block;
    font-size: 15px;
    margin: 0 auto;
    text-align: center;
    color: #4392f1;
    cursor: pointer;
}
.more:after{
    content: '';
    width: 15px;
    height: 10px;
    background: url('./img/arrow.png')no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: 5px;
    transform: rotate(180deg)
}
.more:hover,
.hide_desc{
    color: #E11421;
}
.more:hover:after{
    content: '';
    background: url('./img/arrow_hover.png')no-repeat;
    background-size: 100% 100%;
}
.hide_desc:after{
    content: '';
    background: url('./img/arrow_hover.png')no-repeat;
    background-size: 100% 100%;
    transform: rotate(0deg)
}
.layui-form-select .layui-edge {
    border-top-color: #333;
}

.quick {
    padding-top: 130px;
}

.lottery ul{
    width: 1000px;
    margin: 0 auto;
}
.lottery ul li{
    width: 190px;
    height: 140px;
    text-align: center;
    padding: 20px;
    border: 1px solid #ccc;
}

.rule{
    width: 1000px;
    margin: 30px auto;
}
.rule div{
    display: inline-block;
    margin-right: 40px;
    vertical-align: top;
}
.rule img{
    margin-bottom: 10px;
    display: block;
}
.right_txt{
    padding-top: 10px;
    line-height: 25px;
    font-size: 14px;
}



.interviewContent{
    position: relative;
}
.interviewContent .swiper-container{
    width: 1000px;
    padding-bottom: 50px;
}
.interviewContent .swiper-button-next,
.interviewContent .swiper-button-prev{
    top: 63%;
}
.interview{
    background: #f9fafc;
    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: 13px;
    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;
    position: relative;
}
.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;
}
.ltag{
    background: #508dcd;
    color: #fff;
    padding: 5px 35px;
    box-sizing: border-box;
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 16px;
}
.ltag::after{
    content: "";
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-left: 0px solid transparent;
    border-right: 12px solid white;
    border-bottom: 17px solid transparent;
    position: absolute;
    right: 0px;
    top: 0;
}
.video{
    position: absolute;
    top: 50px;
    right: 40px;
    width: 80px;
    height: 28px;
    background: #e11421;
    color: #fff !important;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    cursor: pointer;
    border-radius: 2px;
}
.interview .swiper-slide{
    background: #fff;
}
.interview .swiper-slide-active{
    width: 75% !important;
    margin-left: -12%;
    box-shadow: 0 0 60px #ccc;
    z-index: 9;
}
.interview .swiper-slide:not(.swiper-slide-active){
    transform: scaleY(0.9);
    background: rgba(255,255,255,0.9);
}
.interview .swiper-slide-prev,.interview .swiper-slide-next{
    opacity: .3;
}


.bbs_item{
    width: 32%;
    border-radius: 3px;
    overflow: hidden;
    transition: .3s;
}
.bbs_item:hover{
    box-shadow: 0 0 10px #999;
}
.bbs_item img{
    width: 100%;
}
.bbs_info{
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    background: #4392f1;
    width: 100%;
}
.bbs_info h6{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}
.bbs_item a{
    display: block;
}

.layui-layer-title {
/*     background: #4392f1 !important;
    color: #fff !important; */
}
.layui-input-block {
    margin-left: 65px;
    min-height: 36px;
    margin-right: 25px;
}
.layui-form-label {
    width: 35px;
}
.layui-form-item .layui-input-inline{
    width: 155px;
}
.formBox .tit{
    margin: 10px 0 15px 30px;
    text-indent: 0;
    color: #999;
    line-height: 2!important;
}
.layui-btn {
    background-color: #4392f1;
}
.layui-form-select dl dd.layui-this {
    background-color: #4392f1;
}
.formPopSucc .layui-layer-content{
    text-align: center;
    padding: 0 30px 30px 30px!important;
}
.formPopSucc .tit{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}
.formPopSucc .layui-layer-title {
    background: none;
    border: none;
}
.compere_team_m{
    display: none;
}
.more_forum{
    position: absolute;
    right: 0;
    top: 20%;
    font-size: 14px;
    color: #508dcd;
}
.more_forum>b{
    font-family: serif;
    font-size: 12px;
    margin-left: 7px;
}
aside {
    position: fixed;
    z-index: 99;
    top: 30%;
    right: 0;
    background: url(./img/aside.png?v3);
    background-size: 100% 100%;
    width: 200px;
    height: 230px;
    box-sizing: border-box;
    line-height: 32px;
    text-align: center;
}
aside a {
    display: block;
    width: 100%;
    height: 35px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-size: 24px;
    position: relative;
    top: 4px;
    left: -3px;
    height: 100%;
}
.close_aside{
    position: absolute;
    right: 10px;
    top: 20px;
    width: 25px;
    height: 25px;
    display: block;
    z-index: 9;
    cursor: pointer;
}
.notice_wrap{
    width: 1010px;
    margin: 0 auto 40px;
    padding: 40px 95px;
    background-color: #fff;
    font-size: 14px;
}
.notice_wrap p {
    margin-bottom: 25px;
    line-height: 1.4;
}


.left_aside{
    background: url('img/aside2.png')no-repeat;
    background-size: 100% 100%;
    width: 179px;
    height: 324px;
    position: fixed;
    left: 0;
    top: 30%;
    z-index: 99
}


.left_aside a {
    width: 58%;
    display: block;
    height: 25px;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    line-height: 27px;
    margin: 76px auto 0 auto;
}
.left_aside .live1 {
    background: transparent;
    margin-top: 172px;
}
.left_aside .live2{
    background: transparent;
}
.left_aside .go_apply{
    margin-top: 132px;
}

.r_play{
    background: url('img/play.png')no-repeat;
    background-size: 100% 100%;
    width: 50px;
    height: 50px;
    right: 60px;
    top: 5px;
}
.r_play i{
    position: absolute;
    color: #333;
    bottom: 12px;
    right: -60px;
    font-size: 14px;
    color: #508dcd;
}
.liveMore{
    position: relative;
}
.liveMoreSele{
    width: 76px;
    height: 72px;
    padding-top: 7px;
    background: url('img/hoverBg.png');
    position: absolute;
    top: 60px;
    display: none;
}
.liveMoreSele li{
    line-height: 36px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.liveMore:hover .liveMoreSele{
    display: block;
}
.pc_hide{
    display: none;
}
.exp_layout img{
    width: 100%;
}

/*右边侧边导航*/
.right_aside{
    width: 170px;
    height: 430px;
    position: fixed;
    right: 0;
    top: calc(50% - 215px);
    margin-top: 0;
    margin-bottom: 0;
    background-image: url('img/nav.png');
    overflow: hidden;
    z-index: 999;
}
.right_aside_temp{
    width: 140px;
    height: 300px;
    margin-left: 15px;
    margin-top: 110px;
}
.right_aside_temp p{
    font-size: 15px;
    color: #f00;
    text-align: center;
    padding-top: 10px;
}
.right_aside_temp a{
    display: block;
    width: 120px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 6px auto 0 auto;
    border-radius: 3px;
    color: #3d3939;
}
.right_aside_temp .right_aside_temp_btn{
    background-color: #f00;
    color: #fff;
}
.right_aside_temp .right_aside_temp_nav:nth-child(4){
    margin-top: 16px;
}
.right_aside_temp .right_aside_temp_nav:hover{
    color: #f00;
}
.right_aside_temp_top b{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-left: 2px #f00 solid;
    border-top: 2px #f00 solid;
    transform-origin: 0% 70%;
    transform: rotate(45deg);
}


@media (max-width: 800px) {
    html {
        font-size: 13.333333vw;
    }
    .m_page_header{
        height: 1rem;
        line-height: 1rem;
    }
    .m_page_header img{
        width: 5rem;
    }
    #siteTop,
    .site_footer,
    #siteNav .page_logo,
    .left_aside {
        display: none;
    }
    #siteNav{
        position: fixed;
        bottom: 0;
        top: auto;
    }
    #siteNav .page_nav {
        float: none;
        line-height: .84rem;
        font-size: .3rem;
        padding: 0 10px;
    }
    #siteNav .page_nav a:nth-of-type(2) img{
        top: 6px!important;
    }
    #siteNav .page_header {
        height: .88rem;
        line-height: .88rem;
        margin: 0;
    }
    .banner_m{
        width: 100%;
        height: auto;
        margin-top: .872rem;
        position: relative;
    }
    .banner_m a{
        display: block;
        width: 100%;
    }
    .banner_m a img{
        width: 100%;
    }
    .m_nav{
        position: fixed;
        top: 0;
        height: .872rem;
        width: 100%;
        z-index: 999;
        background-color: #fff;
    }
    .m_nav img{
        width: 1.52rem;
        height: .42rem;
        margin-top: .24rem;
        margin-left: .4rem;
    }
    .m_nav img:nth-child(2){
        width: 1.34rem;
        height: .48rem;
        margin-top: .18rem;
        margin-left: .36rem;
    }
    .href_index{
        display: inline-block;
        height: 100%;
    }
    .logo_nav{
        width: .872rem;
        height: .872rem;
        position: absolute;
        top:0px;
        right:0px;
    }
    .m_logo_close{
         background: url(img/m_logo_close.png) center center no-repeat;
    }

    .m_logo_open{
         background: url(img/m_logo_open.png) center center no-repeat ;

    }
    .logo_nav_down,.logo_nav_two{
        display: none;
    }
    .logo_nav_down{
        width: 100%;
        background: #333;
        padding-left: .21818182rem;
        padding-right:.21818182rem;
        position: absolute;
        top:.87272727rem;
        box-sizing: border-box;

    }
    .logo_nav_box{
        border-bottom:1px solid #444;
    }
    .logo_row_icon{
        float:right;
        width: .29090909rem;
        height: .29090909rem;

    }
    .logo_row_icon_open{
        background: url(img/logo_row_open.png) center center no-repeat ;
    }

    .logo_row_icon_close{
        background: url(img/logo_row_close.png) center center no-repeat ;
    }
    .logo_nav_down .logo_nav_first{
        font-size: .27272727rem;
        color: #ffffff;
        line-height: .43636364rem;
        display: inline-block;
        padding-top: .23636364rem;
        padding-bottom: .23636364rem;
        position: relative;
        width: 100%;
    }
    .logo_nav_two{
        background: #444;
        margin-left: -.21818182rem;
        margin-right: -.29090909rem;
        box-sizing: border-box;
        padding-left: .21818182rem;
        padding-right: .29090909rem;
    }
    .logo_nav_two li a{
        display: inline-block;
        width: 100%;
        color: #f5f5f5;
        padding-top: .25454545rem;
        padding-bottom: .25454545rem;
    }
    .logo_nav_two li{
        border-bottom: 1px #555 dotted;
    }
    .m_page_header .notice {
        float: right;
        color: #ed4e4e;
        font-size: .32rem;
    }
    .company_foot{
        height: auto;
        padding-bottom: 1rem;
    }
    /*分析师等模板区域*/
    .company_foot_temp{
        flex-direction: column;
    }
    .company_foot_item{
        height: 1rem;
        margin-top: 1.2rem;
    }
    .company_foot_item>img{
        width: 1rem;
        height: 1rem;
        margin-right: .34rem;
    }
    .company_foot_item>span{
        line-height: .5rem;
        font-size: .28rem;
    }
    /**/
    .company_header{
        width: 100%;
        height: .8rem;
        box-shadow: 0 0 2px #e5e5e5;
    }
    .company_header_item{
        width: 20%;
        height: .8rem;
        float: left;
    }
    .company_header_item a{
        display: block;
        width: 70%;
        height: .8rem;
        margin: 0 auto;
        line-height: .8rem;
        text-align: center;
        box-sizing: border-box;
    }
    .company_header_item:first-child a{
        color: #f00;
        border-bottom: .06rem #f00 solid;
    }
    .m_page_header .notice span::before {
        margin-right: 5px;
        display: inline-block;
        content: "";
        width: 14px;
        height: 12px;
        background: url('img/notice.png') no-repeat center center;
    }
    .notice_wrap {
        padding: .4rem .3rem;
        width: auto;
    }
    .notice_wrap p {
        margin-bottom: .4rem;
        line-height: 1.4;
    }
    .page_nav a {
        font-size: .28rem;
        text-align: center;
        margin: 0;
        padding: 0
    }
    .page_nav a:first-child {
        margin-left: .2rem;
        margin: 0;
    }
    .page_nav a:last-child {
        margin-right: 0;
    }
    .page_nav {
        display: flex;
        justify-content: space-between;
    }
    .compere_team_pc{
        display: none;
    }
    .company_content img{
        width: 90%;
        margin: 0 auto;
    }
    .company_text {
        margin-top: .3rem;
        width: 100%;
        margin-bottom: .3rem;
    }
    .company_text>span{
        display: block;
        margin-top: .32rem;
    }
    .company_cover {
        box-sizing: border-box;
        width: 100%;
    }
    .company_cover img{
        width: 100%;
    }
    .compere_team_m{
        display: block;
    }
    .tipNum ul li dd{
        font-size: 12px;
    }
    .endTime {
        width: 2.28rem;
        top: 1.85rem;
        margin-left: .2rem;
        line-height: 1;
    }
    .endTime .tip {
        font-size: .25rem;
        margin-bottom: .1rem;
    }
    .endTime .time {
        font-size: .3rem;
    }
    .tipNum{
        height: 1rem;
    }
    .tipNum ul{
        width: 100%;
        height: 1rem;
    }
    .tipNum ul li dt{
        margin-top: 0.16rem;
        font-size: 0.36rem;
        line-height: 0.42rem;
    }
    .big_play_box {
        height: auto;
    }
    .big_play_2 {
        margin: .3rem 0 0 0;
    }
    .big_play {
        float: none;
        width: auto;
    }
    .wrap {
        width: auto;
        margin: 0 .3rem;
    }
    #activityPage h2 {
        margin-bottom: .6rem;
        padding: .6rem 0 .2rem;
        font-size: .4rem;
    }
    #activityPage h2 span{
        font-size: .6rem;
        top: .2rem;
    }
    .quick {
        padding-top: 0;
    }
    .live_room .item {
        margin-bottom: .4rem;
        width: 100%;
        height: auto;
        background: #fff;
        position: relative;
        border-radius: .16rem;
    }
    .live_room .ibox {
        width: 100%;
        height: auto;
    }
    .live_room .ibox img{
        width: 100%;
        height: 3rem;
    }
    .live_room .ext{
        width: 100%;
        height: auto;
        position: relative;
    }
    .live_room .tit {
        font-size: .48rem;
        text-align: center;
        padding-left: 0;
        padding-top: .56rem;
        padding-bottom: .48rem;
    }
    .live_room .live_btn {
        width: 5.6rem;
        height: .88rem;
        line-height: .88rem;
        font-size: .32rem;
        border-radius: .44rem;
        margin: 0 auto;
        position: absolute;
        top: 1.6rem;
        left: 0;
        right: 0;
    }
    .live_btn.interview_live_btn{
         display: inline-block;
        width: 1.5rem;
        font-size: 12px;
        margin-left: 55px;
        line-height: 0.6rem;
        height: 0.6rem;
    }
    .live_room .desc {
        margin-top: .94rem;
        font-size: .26rem;
        line-height: .5rem;
        padding: 0 .3rem;
        height: auto;
        margin-bottom: .4rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .live_room .btn{
        text-align: center;
        font-size: .24rem;
        color: #508dcd;
        margin-bottom: .48rem;
    }
    .live_room .btn>b{
        display: inline-block;
        margin-left: 10px;
        font-family: serif;
        transform: rotate(90deg);
        position: relative;
        top: -.02rem;
    }
    .live_room .schedule {
        margin-left: -28px;
        line-height: 24px;
        font-size: 16px;
        font-weight: 700;
    }
    .live_room .schedule img {
        margin: 0 6px 0 28px;
        vertical-align: top;
    }
    .live_room .compere {
        margin-top: 35px;
        font-size: 14px;
        line-height: 1;
    }
    .live_room .compere img {
        float: left;
        margin-right: 16px;
    }
    .live_room .compere .tag {
        display: block;
        margin-bottom: 3px;
        font-weight: 700;
    }
    .live_room_box{
        padding-bottom: 60px;
    }
    .lived{
        background: #ccc !important;
    }
    .more{
        /* display: none; */
        bottom: 1rem
    }
    .team_item {
        width: 99%;
        display: inline-block;
        border: 1px solid #e4e4e4;
        vertical-align: top;
        padding: .35rem;
        box-sizing: border-box;
        height: auto;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
    .compere_team_swiper {
        height: 6.3rem;
        padding: .35rem .35rem 0 .35rem;
    }
    .compere_team .swiper-button-next,
    .compere_team .swiper-button-prev{
        display: none;
    }
    .compere_team {
        padding-bottom: .6rem;
    }
    .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;
        width: 100% !important;
    }
    .compere_team img {
        position: static;
        float: left;
        margin: 0 .35rem .3rem 0;
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
    }
    .compere_team .name {
        font-size: .3rem;
        margin-left: 0rem;
        display: inline-block;
    }
    .compere_team .posi {
        display: block;
        margin: .1rem 0 0;
        font-size: .28rem;
    }
    .compere_team .desc {
        clear: both;
        font-size: .24rem;
        color: #666;
        float: none;
        width: 100%;
        line-height: 24px;
        margin-top: .35rem;
        height: 2.2rem;
        overflow: auto;
    }
    .compere_team .swiper-pagination {
        bottom: 0px;
        width: 100%;
    }
    .interview{
        padding-bottom: .5rem;
    }

    .interviewContent .swiper-container {
        width: 100%;
        padding-bottom: .8rem;
    }
    .interview .swiper-slide-active{
        width: 100% !important;
        margin-left: 0%;
        box-shadow: none;
    }
    .interviewItem .leftContent .text{
        height: 2rem;
    }
    .swiper-wrapper{
        width: 100%;
    }
    .interview .swiper-slide{
        width: 100% !important;
    }
    .interview .swiper-slide:not(.swiper-slide-active){
        transform: none;
        background: #fff;
    }
    .interviewItem {
        background-color: #fff;
        height: auto;
        overflow: hidden;
        box-shadow: 0 0 10px #e5e5e5;
    }
    .interviewItem .InContent {
        width: 100%;
        height: auto;
    }
    .interviewItem .rightContent {
        background-color: #fff;
        box-shadow: none;
    }
    /*幸运抽奖*/
    #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 !important;
    }
    #prilist #begin_btn {
        height: 86px;
        line-height: 86px;
        font-size: .32rem;
    }
    #winner_list {
        width: 100%;
    }
    #winner_list .list_box{
        margin: 0 10px;
    }
    #winner_list .tips{
        font-size: .24rem;
        padding: 10px 10px .5rem 10px;
        box-sizing: border-box;
    }
    #winner_list .tips br{
        display: none;
    }
    #winner_list .tips b{
        display: block;
        margin-bottom: 5px;
        font-size: .28rem;
        font-weight: normal;
    }
    .mlotteTip{
        box-sizing: border-box;
        background: #f5f5f5;
        font-size: .26rem;
        margin-bottom: .6rem;
        margin: 0;
        line-height: 24px;
    }
    .mlotteTip img{
        width: 100%;
    }
    .formBox{
        height: 480px;
        overflow: auto;
    }
    .layui-form-label {
        width: .8rem;
        padding: .25rem .3rem;
        line-height: 1;
        /* background: red; */
    }
    .layui-form-item,
    .layui-form-item .layui-inline {
        margin-bottom: .12rem;
    }
    .layui-form-item .layui-input-inline {
        margin: 0 .45rem 0 1.45rem;
    }
    .formPop .layui-btn {
        background-color: #508dcd;
        width: 3rem;
        margin: 0.3rem 0;
    }
    .formPop .layui-form-select dl dd.layui-this {
        background-color: #508dcd;
    }
    .layui-form-select .layui-edge {
        border-top-color: #333;
    }
    .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;
    }
    .lottery ul{
        width: 100%;
    }
    .lottery ul li {
        width: 2rem;
        height: 3rem;
    }
    .lottery img{
        width: 90%;
        margin: 0 auto;
        display: block;
    }
    .bbs{
        margin-top: 0 !important;
        padding-top: .6rem;
        padding-bottom: 1rem;
        background-color: #ffffff !important;
    }
    .bbs_item {
        width: 100%;
        margin-bottom: .35rem;
    }
    .m_show{
        display: block!important;
    }
    .pc_show{
        display: none!important;
    }
    .p10{
        padding: 0 10px;
        box-sizing: border-box;
    }
    .exp_layout {
        margin-bottom: .3rem;
    }
    .exp_layout .wrap{
        margin: 0;
    }
    .exp_layout h2{
        width: calc(100% - .6rem);
        margin-left: .3rem;
    }
    .exp_layout img{
        width: 94%;
        margin-left: 3%;
    }
    .light_m{
        padding: .5rem 0;
    }
    .formPop{
        width: 90% !important;
    }
    .formPop .layui-input{
        width: 95%;
    }
    .layui-form-item .layui-input-inline {
        width: 74% !important;
    }
    .address_box .layui-edge{
        right: 20px !important;
    }
    .page_nav a:last-child{
        display: none;
    }

    .more_forum{
        position: relative;
        font-size: .28rem;
        color: #508dcd;
        margin-top: .2rem;
        text-align: center;
    }
    .more_forum>b{
        font-family: serif;
        font-size: .24rem;
        margin-left: .14rem;
    }
    aside{
        top: 20%;
        z-index: 9;
        width: 2rem;
        height: 2.3rem;
        background-size: cover;
    }
    .close_aside {
        width: .2rem;
        height: .2rem;
        top: .2rem;
        right: .15rem;
        /* background-color: red; */
    }
    /* .address_box{
        display: flex;
    } */

    /* .address_box>div{
        display: inline-block !important;
    } */

    /* 视频专访页面 */
    .video_box{
        display: block;
        background-color: #f9fafc;
        margin: 0;
    }
    .videoTiteBox_m{
        width: 100%;
        height: .8rem;
        padding-top: 0;
        margin-right: 0;
        background-color: #fff;
    }
    .videoTitel_m{
        width: 100%;
        height: .8rem;
    }
    .videoTitel_m>a{
        display: inline-block;
        width: 24.2%;
        height: .8rem;
        line-height: .8rem;
        text-align: center;
        position: relative;
        font-size: .32rem;
        color: #666;
    }
    .videoTitel_m>a.active{
        color: #f00;
    }
    .videoTitel_m>a.active::after{
        content: "";
        width: .68rem;
        height: .06rem;
        background-color: #f00;
        position: absolute;
        left: 0;
        right: 0;
        bottom: .06rem;
        margin-left: auto;
        margin-right: auto;
    }
    .videoConten{
        margin: 0 .3rem;
        padding: .4rem 0;
        min-width: auto;
    }
    .videoConten .videoTitel{
        margin-top: .8rem;
        margin-bottom: .4rem;
        border-bottom: .04rem solid #d00;
        font-size: .56rem;
        padding-bottom: .2rem;
    }
    .videoList{
        margin-bottom: .5rem;
    }
    .videoList li{
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 0;
        border-radius: .16rem;
        overflow: hidden;
        background-color: #fff;
        margin-bottom: .32rem;
    }
    .videoList .vImgBox{
        width: 100%;
        height: auto;
        position: relative;
        background: #000;
        overflow: hidden;
    }
    .vImgBox .palyIcon{
        width: 1.08rem;
        height: 1.08rem;
        position: absolute;
        right: .16rem;
        bottom: .06rem;
    }
    .vImgBox span{
        display: inline-block;
        min-width: 80px;
        padding: 0 10px;
        line-height: 30px;
        border-radius: 30px;
        background: #333333;
        color: #fff;
        font-size: 14px;
        text-align: center;
        position: absolute;
        right: 0;
        top: 10px;
    }
    .videoList li p{
        height: .88rem;
        line-height: .88rem;
        width: 100%;
        font-size: .28rem;
        color: #2e282a;
        padding-left: .4rem;
        margin-top: 0;
        box-sizing: border-box;
    }
    .photo_titlebig span{
        font-weight: 700;
    }
    .newsContent{
        box-sizing: border-box;
        width: 100%;
        padding: 0 .3rem;
    }
    .newsContent .n_img{
        width: 1.85rem;
        /*height: 1.9rem;*/
        height: auto;
        margin-top: .3rem;
        margin-bottom: .3rem;
    }
    .newsList li{
        padding: .2rem 0;
    }
    .newsContent{
        padding-bottom: 1.2rem;
    }
    .newsContent .newsTitle{
        margin-top: .5rem;
    }
    .newsContent .n_smg{
        font-size: 12px;
    }
    .newsList ul{
        height: 10rem;
    }

    /* 视频详情页面 */
    .photo_home{
        margin-top: 0;
    }
    .photo_cnetent{
        width: auto;
        margin: 1rem auto 1rem;
    }
    .photo_list{
        width: 100%;
        height: auto;
    }
    .photo_list .palyIcon{
        width: 66px !important;
        height: 66px !important;
        position: absolute;
        right: 16px;
        bottom: 7px;
    }
    .photo_other{
        width: 100%;
        height: auto;
        font-size: .28rem;
        margin-top: .4rem;
    }
    .photo_other .link_btn{
        width: 4rem;
        height: .8rem;
        line-height: .8rem;
        border-radius: .4rem;
        margin-top: .6rem;
    }
    .photo_other ul{
        width:88%;
        padding: 0 .6rem;
        line-height: .52rem;
    }
    .photo_title{
        font-size: .32rem;
        padding-bottom: .4rem;
    }
    .pMsg p:first-child{
        font-size: .32rem;
        padding-bottom: .4rem;
    }
    .pMsg p:first-child>b{
        display: block;
        margin-bottom: .2rem;
    }
    .pMsg p:last-child{
        color: #666;
        padding-bottom: .6rem;
    }
    .cMsg{
        color: #666;
    }

    /*视频详情页底部二维码区域*/
    .ewm_temp{
        padding: 0;
        flex-direction: column;
        margin: 0;
    }
    .ewm_item{
        width: 100%;
        height: 1.94rem;
        padding: .4rem;
        background-color: #f9fafc;
    }
    .ewm_left img{
        width: 1.94rem;
        height: 1.94rem;
    }
    .ewm_right{
        margin-left: .32rem;
    }
    .ewm_right>p{
        font-size: .32rem;
        padding-top: .06rem;
    }
    .ewm_right>p b{
        width: 1.2rem;
        height: .48rem;
        line-height: .44rem;
        font-size: .28rem;
        border-radius: .06rem;
        margin-right: .2rem;
        border: .02rem #f00 solid;
    }
    .ewm_right>span{
        font-size: .24rem;
        color: #999;
        margin-top: .16rem;
        margin-bottom: .08rem;
    }
    .ewm_right>span:nth-child(2){
        margin-top: .08rem;
        margin-bottom: 0;
    }
    .ewm_right>a{
        font-size: .24rem;
        color: #508dcd;
    }
    .ewm_right>a:hover{
        color: #f00;
    }
    .ewm_right>a b{
        font-size: .24rem;
        font-family: serif;
        margin-left: .12rem;
        top: -.02rem;
    }
    .layui-input-inline-select .layui-unselect{
        width: 94%;
    }
    .layui-unselect span{
        font-size: .20rem;
        padding-right: 0 !important;
    }
    .layui-input-inline-select .layui-unselect .layui-edge{
        right: .5rem !important;
    }
}
@media (min-width: 560px) {
    html {
        font-size: 54px;
    }
}


