#wrongmask{
    width: 100%;
    height: 100%;
    background-color: #32373b;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
body a{
    text-decoration: none;
}
#wrongmask img{
    width: 30%;
    height: 30%;
    margin: 0 auto;
    margin-top: 20%;
    margin-left: 36%;
    -webkit-animation: devMove 1s ease-in-out  infinite;
    -o-animation: devMove 1s ease-in-out  infinite;
    animation: devMove 1s ease-in-out  infinite;
}
@-webkit-keyframes devMove {
    0%{
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50%{
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    100%{
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes devMove {
    0%{
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50%{
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    100%{
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.makeVertical{
    color: white;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    font-family: "Microsoft YaHei";
    margin-top: 2%;
}
#loading{ background:#000; width:100%; height:100%; position:fixed; top:0; left:0; display:-webkit-box; -webkit-box-align:center; -webkit-box-pack:center; z-index:99999999;}
#loading .icon{ position:absolute; width:20%; left:40%; top:30%; -webkit-animation:shun360 2s linear infinite; animation:shun360 2s linear infinite;}
@-webkit-keyframes shun360{
    0%{-webkit-transform:rotate(0deg);}
    100%{-webkit-transform:rotate(360deg);}
}
@keyframes shun360{
    0%{-webkit-transform:rotate(0deg);}
    100%{-webkit-transform:rotate(360deg);}
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform,left,top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform,left,top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0,0,0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform,left,top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0,0,0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0,0);
    -ms-transition-property: -ms-transform,left,top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0,0,0);
    -ms-transition-timing-function: ease;
    transition-property: transform,left,top;
    transition-duration: 0s;
    transform: translate3d(0,0,0);
    transition-timing-function: ease
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    float: left
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x
}
html,body{
    width: 100%;
    height: 100%;
    position: relative;
}
.top_bg{
    width: 100%;
    position: relative;
}
.top_bg img{
    width: 100%;
}

.lead_read{
    width: 94.1%;
    margin: 0 auto;
}
.lead_read_logo{
    width: 100%;
    height: 45px;
}
.lead_read_logo img{
    height: 100%;
}
.lead_read_content{
    font-family: "PingFang SC-Regular";
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
}
.swiper-slide{
    position: relative;
}
.swiper-container1{
    width: 100%;
    overflow: hidden;
}
.img-container{
    width: 100%;
    height: 100%;
}
.img-container img{
    width: 100%;
}
.swiper_font_container{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 10;
    color: #ffffff;
    font-size: 14px;
    font-family: "PingFang SC-Medium";
    line-height: 32px;
    height: 32px;

    background:-webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
}
.swiper_font_container a{
    color: #ffffff;
    text-decoration: none;
}
.swiper_font_content{
    width: 100%;
    height: 100%;
    text-indent: 3%;
    position: relative;
}
.swiper_page{
    position: absolute;
    right: 3%;
    bottom: 0;
    line-height: 32px;
    height: 32px;
    width: 50px;
}
.current_num{
    color: #e14848;
    font-family: "PingFang SC-Medium";
    font-size: 15px;
    display: inline-block;
    height: 100%;
    float: right;
}
.total_num{
    color: #999999;
    font-family: "PingFang SC-Medium";
    font-size: 12px;
    display: inline-block;
    height: 100%;
    float: right;
}
.margin_bottom_25{
    margin-bottom: 25px;
}
.margin_bottom_20{
    margin-bottom: 20px;
}
.margin_bottom_32{
    margin-bottom: 32px;
}
.margin_bottom_30{
    margin-bottom: 30px;
}
.margin_bottom_10{
    margin-bottom: 10px;
}
.margin_bottom_15{
    margin-bottom: 15px;
}
.margin_bottom_27{
    margin-bottom: 27px;
}
.margin_bottom_23{
    margin-bottom: 23px;
}
.margin_bottom_11{
    margin-bottom: 11px;
}
.margin_bottom_21{
    margin-bottom: 21px;
}
.title_bg{
    width: 94.1%;
    margin: 0 auto;
    position: relative;

}
.title_img{
    width: 299px;
    height: 29px;
    background: url(http://p3.ifengimg.com/l/2017/46/3669a1aef4d3ed8/title_bg.jpg) no-repeat;
    background-size: cover;
    line-height: 29px;
    font-size:20px ;
    font-family: "Microsoft YaHei";
    color: #5e6cbc;
}
.more{
    width: 54px;
    height: 29px;
    position: absolute;
    right: 0;
    bottom: 8px;
    text-align: center;
    font-family: "PingFang SC-Medium";
    color: #ffffff;
    text-align: center;
    line-height: 29px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;



}
.more a{
    color: #fff;
    text-decoration: none;
}

.bg_lgradient1{
    background: -webkit-linear-gradient(left,#4960dc,#63abff);
}
.bg_lgradient2{
    background: -webkit-linear-gradient(left,#7955ef,#f4327d);
}
.list_ul{
    width: 100%;
}
.list_ul li{
    width: 100%;
    padding-top: 11px;
    padding-bottom: 11px;
    border-bottom: 1px solid #e5e5e5;

}
.list_ul li .li_container{
    width: 94.1%;
    margin: 0 auto;
    position: relative;
}
.list_ul li .li_container .left_li{
    float: left;
    width: 29.5%;
}
.list_ul li .li_container .right_li{
    float: left;
    margin-left: 3.5%;
    width: 66%;
}
.left_li img{
    width: 100%;
}
.right_title span{
    display: inline-block;
}
.type_1{
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    padding: 2px;
    color: #ffffff;
}
.right_title{
    font-family: "PingFang SC-Medium";
    font-size: 18px;
    color: #1a1a1a;
    line-height: 24px;
    margin-bottom: 12px;
}
.right_title a{
    color: #1a1a1a;
    text-decoration: none;
}
.content_from{
    font-size: 12px;
    color: #999999;
    font-family: "PingFang SC-Medium";
}
.content_from a{
    color: #999999;
    text-decoration: none;
}
.ad_close_container{
    width: 68px;
    float: right;
}
.ad_close_container span{
    display: inline-block;
}
.content_ad{
    height: 13px;
    margin-right: 11px;
}
.content_close{
    height: 13px;
}
.content_ad img,.content_close img{
    height: 100%;
}
.vedio-list-ul{
    width: 94.1%;
    margin: 0 auto;
}
.vedio-img{
    width: 100%;
    position: relative;
}
.vedio-img img{
    width: 100%;
}
.mask_vedio{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
}
.vedio-list-ul li{
    width: 48%;
}
.vedio-list-ul li:nth-child(odd){
    float: left;
}
.vedio-list-ul li:nth-child(even){
    float: right;
}
.content_vedio{
    font-family: "PingFang SC-Medium";
    color: #1a1a1a;
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
}
.swiper-container2{
    width: 100%;
    overflow: hidden;
}
.img-content{
    width: 100%;
}
.img-content img{
    width: 100%;
}
.together_media{
    width: 94.1%;
    margin: 0 auto;
}
.together_media li{
    width: 31.1%;
    margin-left: 3%;
    float: left;
}
.together_media li img{
    width: 100%;
}
.together_media li:nth-child(1){

    margin-left: 0%;
}
.together_media li:nth-child(4){

    margin-left: 0%;
}
.ad_1{
    width: 100px;
    height: 43px;
    position: absolute;
    top: 0;
    right: 19px;
    background-color: #eeeeee;
}
.ad_2{
    width: 94.1%;
    margin: 0 auto;
    height: 45px;
    background-color: #eeeeee;
}
#comment-box{
    width: 94.1%;
    margin: 0 auto;

}