@charset "utf-8";
/*头标题*/
.header-title{
    border-bottom: 1px solid #ddd;
    margin: 90px 0 45px;
    padding-bottom: 10px;
}
.header-title .title-chi{
    font-size: 35px;
    font-weight: 500;
    color: #000;
    text-align: center;
    line-height: 35px;
}
.header-title .title-eng{
    font-size: 14px;
    font-weight: 500;
    color: #999;
    text-align: center;
    line-height: 30px;
}

#tweet_area .submit-header{
    font-size: 24px;
    margin-right: 10px;
    font-weight: 500;
    color: #333333;
    padding-left: 5px;
}

.home .user,
.home .team,
.home .dynamic {
    padding-left: 12px;
    padding-right: 12px;
}
.home .indexBanner {
    overflow: hidden;
}
.home .indexBanner .items {
    width: 100%;
}

.home .indexBanner .container {
    position: relative;
    height: 100%;
}

/*视频banner*/
.intro-block{
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #fff;
    height: 269px;
    width: 100%;
}
@media screen and (min-width: 1500px) {
    .intro-block:before{
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        max-width: 450px;
        width: 24%;
        z-index: 1;
        background: -webkit-linear-gradient(left, #2e3b42 0%, #2e3b42 53%, rgba(46, 59, 66, 0) 100%);
        background: linear-gradient(to right, #2e3b42 0%, #2e3b42 53%, rgba(46, 59, 66, 0) 100%);
    }
    .intro-block:after{
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        max-width: 450px;
        width: 24%;
        z-index: 1;
        background: -webkit-linear-gradient(left, rgba(46, 59, 66, 0) 0%, rgba(46, 59, 66, .9) 42%, #2e3b42 57%, #2e3b42 100%);
        background: linear-gradient(to right, rgba(46, 59, 66, 0) 0%, rgba(46, 59, 66, .9) 42%, #2e3b42 57%, #2e3b42 100%);
    }
}
.js-video-holder{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.intro-block .text-holder{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    white-space: nowrap;
    z-index: 2;
}
.intro-block .acover{
    background: rgba(0,7,25,0.8);
}
.intro-block .text-holder .frame {
    display: block;
    white-space: normal;
    max-width: 750px;
    margin: 0 auto;
    padding-top: 75px;
    height: 100%;
}

.intro-block .text-holder .swiper-container{
    width: 100%;
    height: 100%;
}
.intro-block .text-holder .swiper-pagination{
    bottom: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.intro-block .text-holder .swiper-pagination .swiper-pagination-bullet{
    background: #000;
    width: 18px;
    height: 18px;
    border:2px solid #eee;
}
.intro-block .text-holder .swiper-pagination .swiper-pagination-bullet-active{
    background: #fff;
    border:none;
}
/*视频banner*/
#banner_tp .banner_title_a{
    font-size: 40px;
    line-height: 35px;
    text-shadow: 0 0 15px #000;
}
#banner_tp .banner_title_b{
    font-size: 14px;
    margin-top: 13px;
    color: #ccc;
    text-shadow: 0 0 15px #000;
}


#banner_tp .banner_title_tb{
    font-size: 18px;
    font-family:'Segoe UI', Arial, 'Microsoft Yahei', Simsun, sans-serif;
    line-height: 35px;
    margin-top: 5px;
    font-weight: 900;
}
#banner_tp .btn{
    max-width: 180px;
    display: block;
    margin: 45px auto 0;
    line-height: 32px;
    border-radius: 4px;
    font-size: 16px;
    text-shadow: 1px 1px 2px #999;
}
.goldhat-banner {
    background-image: url(/img/banner_wall.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 269px;
    text-align: center;
}
.banner41503 {
    background-image: url(/img/banner/banner41503.jpg);
}
.banner1024 {
    background-image: url(/img/banner/banner_231024.jpg);
}
.dianxin-src {
    background-image: url(/img/banner/banner_dianxin.jpg);
}
.match-banner {
    background-image: url(/img/banner_match.jpg?v=200717);
}
.mid-autumn {
    background-image: url(/img/banner/banner_240821.png);
}
.goldhat-banner .banner-word {
    width: 54%;
}
@media screen and ( max-width: 767px) {
    #banner_tp .banner_title_a{
        font-size: 25px;
        line-height: 35px;
    }
    #banner_tp .banner_title_b{
        font-size: 13px;
        margin-top: 5px;
    }
    #banner_tp .btn{
        margin: 20px auto 0;
        max-width: 190px;
    }
    #banner_tp .banner_title_tb{
        margin-top: 10px;
    }
    #banner_wtb_img{
        width:100%;
    }
    #banner_tp{
        top: 50px;
    }
    .intro-block{
        height: 250px;
    }
    .goldhat-banner {
        height: 250px!important;
        line-height: 250px!important;
    }
    .intro-block .text-holder .frame{
        padding-top: 50px;
    }
}
@media (max-width: 600px) {
    .goldhat-banner {
        background-image: url(/img/banner_wall_phone.jpg);
        background-size: cover;
    }
    .banner41503 {
        background-image: url(/img/banner/banner41503_phone.jpg);
    }
    .banner1024 {
        background-image: url(/img/banner/banner_231024_phone.jpg);
    }
    .dianxin-src {
        background-image: url(/img/banner/banner_dianxin_phone.jpg);
    }
    .match-banner {
        background-image: url(/img/banner_match_phone.jpg);
    }
    .mid-autumn {
        background-image: url(/img/banner/banner_240821_phone.png);
    }
    .goldhat-banner .banner-word {
        width: 80%;
    }
    .geekpwn-banner {
        background-image: url(/img/banner_geekvalley2021_small_mobile.jpg)!important;
    }
}

/*友情链接*/
/*.home .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: -5px;
}*/
/*.home .links-section .team-iteams .team-iteam{
    margin-bottom: 20px;
}*/
/*.home .swiper-button-next, .home .swiper-button-prev{
    top: 40%;
}*/
.home .links-section .team-iteams {
    margin-left: auto;
    margin-right: auto;
    width: 92%;
}
.home .links-section .team-iteams .team-iteam{
    margin-bottom: 0;
}
.links-section .swiper-wraper{
    position: relative;
}
.home .links-section .swiper-button-prev, .home .links-section .swiper-button-next{
    background-image: none;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    top: 0;
    margin-top: 0;
    width: 34px;
}
.home .links-section .swiper-button-next.swiper-button-disabled, .home .links-section .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}
.home .links-section .swiper-button-prev{
    left: 5px;
}
.home .links-section .swiper-button-next{
    right: 5px;
}
.home .links-section .swiper-button-prev i, .home .links-section .swiper-button-next i{
    display: block;
    font-size: 18px;
    color: #aaa;
}
@media screen and (max-width: 991px){
    .home .links-section .team-iteams{
        width: 89%;
    }
}
@media screen and (max-width: 767px){
    .home .links-section .team-iteams{
        width: 85%;
    }
}
@media screen and (max-width: 500px){
    .home .links-section .team-iteams{
        width: 65%;
    }
}

/*黑客秀*/
.hack-show{
    margin-bottom: 100px;
}
.hack-show .hack-swiper{
    margin-left: auto;
    margin-right: auto;
    width: 99%;
}
.hack-show .swiper-slide{
    text-align: center;
    padding: 37px 0;
}
.hack-show .swiper-slide a{
    display: block;
    width: 100%;
    padding: 0 10px;
}
.hack-show .swiper-slide img{
    width: 94%;
    box-shadow: 0px 0px 3px #999;
}
.hack-show .swiper-slide a{
    transition: ease-in-out all .2s;
}
.hack-show .swiper-slide-active + div + div a{
    transform: scale(1.2);
    transition: ease-in-out all .2s;
}
.hack-show .swiper-wraper{
    position: relative;
}
.home .hack-show .swiper-button-prev, .home .hack-show .swiper-button-next{
    background-image: none;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    height: 50px;
    width: 34px;
    bottom: 0;
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
}
.home .hack-show .swiper-button-next.swiper-button-disabled, .home .hack-show .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}
.home .hack-show .swiper-button-prev{
    left: -30px;
}
.home .hack-show .swiper-button-next{
    right: -30px;
}
.home .hack-show .swiper-button-prev i, .home .hack-show .swiper-button-next i{
    display: block;
    font-size: 18px;
    color: #aaa;
}
@media screen and (max-width: 991px){
    .hack-show .swiper-slide-active + div + div a{
        transform: scale(1);
    }
    .hack-show .swiper-slide-active + div a{
        transform: scale(1.2);
    }
    .hack-show .hack-swiper{
        width: 95%;
    }
    .home .hack-show .swiper-button-next{
        right: -15px;
    }
    .home .hack-show .swiper-button-prev{
        left: -15px;
    }
    .home .hack-show .swiper-button-prev, .home .hack-show .swiper-button-next{
        height: 40px;
        width: 25px;
    }
}
@media screen and (max-width: 500px){
    .hack-show .swiper-slide-active + div a{
        transform: scale(1);
    }
}


a{cursor: pointer;}
a:hover{text-decoration: none!important;}
a:visited{text-decoration: none!important;}
a:link{text-decoration: none!important;}
.no-select{-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;
    -moz-user-select: none;-ms-user-select: none;user-select: none;}
.tweet-block{margin-bottom: 25px;margin-top: 40px;}

/*推文*/
#tweet_area .left{margin-bottom: 30px}
#tweet_area .head,.tweet-block .right .tweets-head{display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;height: 34px;    padding-bottom: 7px;}
#tweet_area .head .head-left{display: flex;align-items: center;margin-bottom: 10px;}
#tweet_area .head .head-left .title{font-size: 17px;margin-right: 18px;color: #666;}
#tweet_area .head .head-left .more{color: #6a6a6a;border: 1px solid #ccd0d7;border-radius: 4px;padding: 2px 7px;font-size: 12px;}
#tweet_area .head .head-left .more .fa{font-size: 18px;margin-left: 3px;vertical-align: bottom;}
#tweet_area .head .head-right{color: #999;text-align: right;margin-bottom: 10px;}
#tweet_area .head .head-right .recent-article{margin-left: 25px;}
/*推文滚动部分*/
.new_tweet{min-height: 475px;overflow: hidden;position: relative;}
.new_tweet .shadow{position: absolute;width: 100%;height: 45px;bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255,255,255, 0)0%, rgba(255,255,255,.7)40%, rgba(255,255,255,.9)80%,rgba(255,255,255,1)100% );}
#tweet_list{position: absolute;width: 100%;height: 100%;}
#tweet_list li{padding: 10px 75px 10px 10px;border-top:1px dashed #ddd;position: relative;}
@media (max-width: 520px){#tweet_list li{padding: 10px;}#tweet_area .head{height: auto}}
#tweet_list li .avatar{position: absolute;width: 48px;height: 48px;}
#tweet_list li .avatar img{width: 100%;height: 100%;border-radius: 2px;}
#tweet_list li .info{margin-left: 63px;}
#tweet_list li .info .top{display: flex;align-items: center;flex-wrap: wrap;color: #ccc;margin-bottom: 5px;}
#tweet_list li .info .top .name{color: #3996d3;margin-right: 5px;font-size: 14px;}
#tweet_list li .info .top .master{width: 15px;height: 15px;display: inline-block;background: url(/img/community/q_star.svg) no-repeat;
    vertical-align: bottom;margin-right: 10px;background-size: contain;}
#tweet_list li .info .top .official{width: 15px;height: 15px;display: inline-block;background: url(/img/community/q_official.svg) no-repeat;
    vertical-align: bottom;margin-right: 10px;background-size: contain;}
#tweet_list li .info .top .from{margin-right: 3px;margin-left: 3px;}
#tweet_list li .info .top .q{color: #ccc;}
#tweet_list li .info .desc{margin-bottom: 8px;overflow: hidden;word-break: break-all;color: #000;font-size: 13px;white-space: nowrap;text-overflow: ellipsis;}
#tweet_list li .info .bottom{color: #999;display: flex;align-items: center;flex-wrap: wrap;}
#tweet_list li .info .bottom .fa{margin-right: 5px;font-size: 13px;}
#tweet_list li .info .bottom .dot{font-weight: bold;margin: 0 3px;}
#tweet_list li .info .bottom img{width: 28px;height: 28px;margin-right: 1px;}
#tweet_list li .info .bottom .material-icons{font-size: 12px;color: #aaa;margin-right: 5px;}
#tweet_list li .info .bottom .link{font-size: 13px;color: #aaa;}
/*推文右边*/
#tweet_area .right .head{    border-bottom: 1px dashed #ddd;}
#tweet_area .right .head .btn{width: 48%;height: 30px;border-radius: 2px;color: #6d757a;background-color: #e1e8ed;
    font-size: 12px;position: relative;}
#tweet_area .right .head .btn.on:before{clear: both;content: "";display: table;height: 9px;width: 9px;
    background-color: #e1e8ed;transform: rotate(45deg);border-left: 1px solid #e1e8ed;border-top: 1px solid #e1e8ed;
    position: absolute;bottom: -16px;left: 50%;}
#tweet_area .right .head .btn.on{color: #fff;background-color: #398fd1;}
#tweet_area .right .content{    padding: 0 8px;border-radius: 2px;position: relative;background-color: #fff;}
#tweet_area .right .content #group_list{position: relative;}
#tweet_area .right .content #group_list li{margin-bottom: 25px;}
#tweet_area .right .content #group_list .avatar{position: absolute;width: 45px;height: 45px;}
#tweet_area .right .content #group_list .avatar img{width: 100%;height: 100%;}
#tweet_area .right .content #group_list .avatar .rank{position: absolute;left: 0;bottom: 0;width: 17px;height: 17px;
    color: #fff;background-color: #ccc;text-align: center;}
#tweet_area .right .content #group_list li:nth-child(1) .avatar .rank{background-color: #ff3300;}
#tweet_area .right .content #group_list li:nth-child(2) .avatar .rank{background-color: #ff9966;}
#tweet_area .right .content #group_list li:nth-child(3) .avatar .rank{background-color: #ffcc66;}
#tweet_area .right .content #group_list .info{margin-left: 55px;color: #999;font-size: 12px;}
#tweet_area .right .content #group_list .info .name{font-size: 13px;color: #000;font-weight: bold;margin-bottom: 3px;display: block;}
#tweet_area .right .content #group_list .info .master{margin-bottom: 3px;}
#tweet_area .right .content #group_list .info .master a{color: #999;}
#tweet_area .right .content #group_list .info .master a:hover{color: #3996d3;}
#tweet_area .right .content #group_list .info .mess .member{margin-right: 15px;}
#tweet_area .right .content #group_list .info .mess .num{color: #398fd1;font-weight: bold;}
@media (min-width: 992px){#tweet_area .left{width: 61.666667%;    padding-right: 25px;    margin-bottom: 40px;}}
@media (min-width: 992px){#tweet_area .right{width: 38.333333%;}}

/*.tweet-block .right .tweets-head{text-align: left;padding: 12px 0;border-bottom: 1px dashed #eee;}*/
.tweet-block .right .tweets-head .tweets-head-title{font-size: 21px;color: #000;}
.tweet-block .right .tweet-list .item{padding: 12px 0;border-bottom: 1px dashed #eee;margin: 0!important;}
.tweet-block .right .tweet-list .item .link{display: block;height: 74px;}
.tweet-block .right .tweet-list .item .tweet-banner{width: 134px;height: 74px;background-repeat: no-repeat;
    background-size: cover;background-position: center;position: absolute;}
.tweet-block .right .tweet-list .item .tweet-info{margin-left: 151px;position: absolute;}
.tweet-block .right .tweet-list .item .tweet-info .title{height: 59px;overflow: hidden;font-size: 13px;
    color: #000;font-weight: bold;line-height: 1.2}
.tweet-block .right .tweet-list .item .tweet-info .time{color: #999;}
.tweet-block .right .tweets-foot{text-align: center;padding: 12px 0;}
.tweet-block .right .tweets-foot .read-more{color: #3996d3;font-size: 14px;}

/*热点话题*/
.hot-tip-list .main-tip-wrap{padding: 9px 0px;border-bottom: 1px solid #ececec;background-color: #fff;cursor: pointer;}
.hot-tip-list .tip-user-wrap{position: absolute;}
.hot-tip-list .tip-user-img{width: 30px;height: 30px;border-radius: 4px;}
.hot-tip-list .tip-inner{    margin-left: 40px;}
/*.hot-tip-list .tip-inner .tip-info{     line-height: 30px;}*/
.hot-tip-list .tip-user-name{font-size: 12px; color: #000; font-weight: bold;}
.hot-tip-list .tip-from{margin-left: 5px;  color: #8590A6;}
.hot-tip-list .tip-content{overflow: hidden;  white-space: nowrap;  text-overflow: ellipsis; max-height: 350px;}

/*赛事中心*/
.rank-block .right-block{
    float: none;
    width: 100%;
}
.event-center{
    background: url(/img/index_event_bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 88px;
}
.event-center .event-title{
    text-align: center;
    padding: 85px 0 5px;
    color: #fff;
}
.event-center .event-title a{
    color: #fff;
}
.event-center .event-title .title1{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 13px;
}
.event-center .event-title .title2{
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 20px;
}
.event-center .event-title .event-entry{
    color: #fff;
    background-color: rgba(33,97,123,0.3);
    border: 1px solid #fff;
    font-size: 23px;
    font-weight: bold;
    padding: 9px 19px;
    border-radius: 6px;
    margin-bottom: 20px;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none /* Opera */;
}
.event-center .event-title .event-entry:hover{
    /*    -webkit-filter: brightness(150%);
        filter: brightness(150%);*/
    background-color: rgba(33,97,123,0.5);
}
.event-center .event-main .event-block{
    background-color: rgba(0,0,0,0.5);
}
.event-center .event-main .event-achievement{
    margin-bottom: 10px;
}
.event-center .event-main .event-achievement .col-md-4{
    padding: 0 6px;
    text-align: center;
}
.event-center .event-main .event-achievement .item{
    display: block;
    /* transition: box-shadow .1s ease-in-out;
     -moz-transition: box-shadow .1s ease-in-out;
     -webkit-transition: box-shadow .1s ease-in-out;
     -o-transition: box-shadow .1s ease-in-out !* Opera *!;*/
}
.event-center .event-main .event-achievement .item:hover{
    /*   box-shadow: 0 0 12px #444;
       -moz-box-shadow: 0 0 12px #444;
       -webkit-box-shadow: 0 0 12px #444;*/
    box-shadow: 0 0 12px #00c0ff;
    -moz-box-shadow: 0 0 12px #00c0ff;
    -webkit-box-shadow: 0 0 12px #00c0ff;
}
.event-center .event-main .event-achievement .item .top{
    padding: 50px 0 33px;
}
.event-center .event-main .event-achievement .item .top .event-logo-name{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin: 10px 0;
}
.event-center .event-main .event-achievement .item .top .event-logo-desc{
    color: #777;
}
.event-center .event-main .event-achievement .item .bottom{
    background-color: rgba(0,0,0,0.6);
    padding: 22px 26px;
    position: relative;
}
.event-center .event-main .event-achievement .item .bottom .event-hacker-avatar{
    display: block;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 7px;
    background-color: #141414;
    border: 1px solid #000;
    margin-right: 10px;
}
.event-center .event-main .event-achievement .item .bottom .event-hacker-avatar img{
    width: 42px;
    height: 42px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.event-center .event-main .event-achievement .item .bottom .event-hacker-info{
    float: left;
    text-align: left;
    padding-top: 8px;
    position: absolute;
    width: 76%;
    padding-left: 70px;
}
.event-center .event-main .event-achievement .item .bottom .event-hacker-info .event-hacker-name{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
    color: #00c0ff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.event-center .event-main .event-achievement .item .bottom .event-hacker-info .event-hacker-desc{
    color: #777;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.event-center .event-main .event-achievement .item .bottom .event-hacker-info .event-hacker-nobody{
    font-size: 17px;
    font-weight: bold;
    padding-top: 11px;
    color: #777;
}
.event-center .event-main .event-dynamic-wrapper{
    background-color: rgba(0,0,0,0.5);
    line-height: 40px;
    height: 40px;
    padding: 1px;
    margin: 0 6px;
}
.event-center .event-main .event-dynamic{
    margin: 7px 0;
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    padding: 0 17px;
    position: relative;
    color: #ddd;
    background-color: initial;
}
.event-center .event-main .event-dynamic #event_dynamic_list{
    position: absolute;
    left: 72px;
}
.event-center .event-main .event-dynamic .event-dynamic-title{
    position: absolute;
}
.event-center .event-main .event-dynamic #event_dynamic_list .dynamic-item{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.event-center .event-main .event-dynamic #event_dynamic_list .user{
    padding-left: 6px;
    padding-right: 6px;
}
.event-center .event-main .event-dynamic #event_dynamic_list .notice{
    color: #9d1126;
    padding: 0 3px;
    font-weight: 700;
}
.event-center .event-main .right .title{
    height: 35px;
    margin-bottom: 6px;
    line-height: 35px;
    padding: 0 22px;
    color: #ddd;
}
.event-center .event-main .right .event-rank{
    padding: 20px 22px 10px;
    height: 330px;
}
.event-center .event-main .right .event-rank .null-sort{
    font-size: 22px;
    color: #777;
    text-align: center;
    padding-top: 100px;
}
.event-center .event-main .right .event-rank .rank-item{
    margin-bottom: 10px;
}
.event-center .event-main .right .event-rank .rank-item .rank-num{
    float: left;
    width: 25%;
    color: #777;
}
.event-center .event-main .right .event-rank .rank-item .rank-num img{
    width: 20px;
}
.event-center .event-main .right .event-rank .rank-item .rank-hacker{
    display: block;
    float: left;
    width: 40%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.event-center .event-main .right .event-rank .rank-item .rank-hacker img{
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-right: 15px;
}
.event-center .event-main .right .event-rank .rank-item .rank-hacker .name{
    color: #00c0ff;
}
.event-center .event-main .right .event-rank .rank-item .rank-score{
    float: right;
    margin-right: 10px;
    color: #777;
}
@media (min-width: 1200px){
    .event-center .event-main {
        width: 1220px;
    }
}
@media (min-width: 992px){
    .event-center .event-main .left{
        width: 66%;
        padding-right: 8px;
    }
    .event-center .event-main .right{
        width: 34%;
    }
}
.event-header-title{
    border: none!important;
    margin-bottom: 10px!important;
}
@media (max-width: 991px){
    .event-center .event-main .event-achievement .col-md-4{
        padding: 0;
    }
    /*  .event-center .event-main .event-dynamic{
          margin: 0;
          margin-bottom: 30px;
      }*/
    .event-center .event-main .event-dynamic-wrapper{
        margin: 0;
        margin-bottom: 30px;
    }
}
/*新增内容*/
.text-overflow{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.new-container{
    margin-top: 50px;
}
#info_center{}
.index-head{
    margin-bottom: 14px;
}
.index-head .head-title{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-right: 8px;
}
.index-head .head-link{
    color: #2b67c9;
}
#info_list{
    height: 496px;
}
#info_list .info-item{
    padding: 16px 0;
    border-top: 1px solid #e4e4e4;
}
#info_list .info-item .info-cover{
    width: 148px;
    height: 91px;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#info_list .info-item .info-main{
    margin-left: 170px;
    padding-top: 4px;
}
#info_list .info-item .info-main .info-main-title{
    color: #000;
    font-weight: bold;
    margin-bottom: 5px;
}
#info_list .info-item .info-main .info-main-desc{
    color: #a9a9a9;
    height: 34px;
    margin-bottom: 10px;
    overflow: hidden;
}
#info_list .info-item .info-main .info-main-bottom{
    position: relative;
    display: flex;
    align-items: center;
}
#info_list .info-item .info-main .info-main-bottom .info-author{
    margin-right: 10px;
}
#info_list .info-item .info-main .info-main-bottom .author-ava{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 6px;
}
#info_list .info-item .info-main .info-main-bottom .author-name{
    vertical-align: middle;
    color: #000;
}
#info_list .info-item .info-main .info-main-bottom .info-time{
    color: #a9a9a9;
}
#info_list .info-item .info-main .info-main-bottom .fa{
    margin-right: 4px;
    font-size: 13px;
}
#info_list .info-item .info-main .info-main-bottom .info-read{
    color: #999;
    position: absolute;
    right: 0;
}
#info_list .info-item .info-main .info-main-bottom .read-num{
    color: #2b67c9;
    margin-right: 4px;
}
.info-more{
    display: block;
    text-align: center;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 17px 0;
}
.info-more .more-dot{
    display: inline-block;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #a9a9a9;
}
#rank_dynamic{
    border: 1px solid #e4e4e4;
}
#rank_dynamic .rank-area{
    padding: 0 14px;
    border-bottom: 1px solid #e4e4e4;
}
#rank_dynamic .rank-area .rank-head .rank-switch{
    font-size: 14px;
    line-height: 22px;
    width: 49.2%;
    display: inline-block;
    text-align: center;
    margin: 10px 0;
    cursor: pointer;
    color: #a9a9a9;
    font-weight: bold;
}
#rank_dynamic .rank-area .rank-head .rank-head-left{
    border-right: 1px solid #e4e4e4;
}
#rank_dynamic .rank-area .rank-head .rank-switch.on {
    color: #2b67c9;
}
.new-rank-list{
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 8px;
    height: 298px;
}
.new-rank-list .rank-item{
    padding: 5px 8px;
}
.new-rank-list .rank-item.top{
    padding: 9px 8px;
}
.new-rank-list .rank-item:hover{
    background-color: #f0f2f8;
}
.new-rank-list .rank-item .rank-num{
    display: inline-block;
    width: 48px;
    height: 22px;
    text-align: center;
    background-color: #f0f2f8;
    color: #000;
    line-height: 22px;
    border-radius: 3px;
    margin-right: 21px;
}
.new-rank-list .rank-item.top .rank-num{
    background-color: #333;
    color: #fff;
}
.new-rank-list .rank-item .rank-user-ava{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
}
.new-rank-list .rank-item.top .rank-user-ava{
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
.new-rank-list .rank-item .rank-user-name{
    color: #000;
    display: inline-block;
    max-width: 122px;
    vertical-align: middle;
}
.new-rank-list .rank-item .rank-reputation{
    color: #a9a9a9;
    float: right;
    margin-top: 4px;
}
#rank_dynamic .rank-area .rank-bottom{
    text-align: center;
    padding: 12px 0;
}
#rank_dynamic .rank-area .rank-bottom .rank-link{
    color: #2b67c9;
}
#rank_dynamic .dynamic-area{
    padding: 16px 22px 8px;
}
#rank_dynamic .dynamic-area .dynamic-head{
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-bottom: 13px;
}
.dynamic-list-area{
    overflow: hidden;
    position: relative;
    height: 145px;
}
#dynamic_list{
    position: absolute;
    width: 100%;
    height: 100%;
}
#dynamic_list .dynamic-item{
    margin-bottom: 8px;
}
#dynamic_list .dynamic-item .dynamic-user-ava{
    width: 21px;
    height: 21px;
    border-radius: 50%;
    margin-right: 7px;
}
#dynamic_list .dynamic-item .dynamic-user-name{
    color: #2b67c9;
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle;
    max-width: 110px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#dynamic_list .dynamic-item .dynamic-msg{
    color: #a9a9a9;
}
#new_rank_list{
    display: none;
}
.room-list .room-banner{
    background-position: center;
}
@media (min-width: 1200px){
    .rank-and-dynamic{
        padding-left: 40px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    #dynamic_list .dynamic-item .dynamic-user-ava{
        display: none;
    }
    #dynamic_list .dynamic-item .dynamic-msg{
        display: inline-block;
        max-width: 120px;
        vertical-align: bottom;
    }
}
@media (max-width: 991px){
    .rank-and-dynamic{
        margin-top: 40px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .live-container {
        width: 750px!important;
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .live-container {
        width: 970px!important;
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
    .new-rank-list .rank-item .rank-user-name{
        max-width: 100px;
    }
}
@media (max-width: 560px){
    #info_list{
        height: auto;
    }
    #info_list .info-item .info-cover{
        position: relative;
        margin-bottom: 10px;
        width: 100%;
        height: 0;
        padding-top: 60%;
    }
    #info_list .info-item .info-main{
        margin-left: 0;
    }
}
@media (max-width: 370px){
    #info_list .info-item .info-main .info-main-bottom .info-time{
        display: block;
        margin-top: 6px;
    }
    #info_list .info-item .info-main .info-main-bottom .info-read{
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .new-rank-list .rank-item .rank-user-name{
        max-width: 100px;
    }
}

/*区块链*/
.blockchain-container .index-head {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    margin: auto;
}
.live-subject{
    margin-top: 21px;
}
.blockchain-container {
    margin-top: 50px;
}
.blockchain-container .block-chain {
    margin-top: 21px;
    height: 390px;
    position: relative;
}
.blockchain-container .block-chain .block-chain-bg{
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}
.blockchain-container .block-chain .main {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blockchain-container .block-chain .left {
    position: relative;
    color: #fff;
    height: 210px;
    display: flex;
    flex-direction: column;
}
.blockchain-container .block-chain .left .lab1 {
    font-size: 35px;
    margin-bottom: 40px;
}
.blockchain-container .block-chain .left .lab2 {
    font-size: 18px;
    margin-bottom: 15px;
}
.blockchain-container .block-chain .left  a {
    display: block;
    color: #FFFFFF;
    font-size: 18px;
    bottom: 0;
    position: absolute;
    background: #226dd4;
    height: 46px;
    width: 180px;
    border-radius: 3px;
    padding: 13px 10px;
    text-align: center;
}

.blockchain-container .block-chain .right {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.blockchain-container .block-chain .right img{
    height: 110px;
    width: 100px;
    position: relative;
    margin: 0 auto;
    display: block;
}
.blockchain-container .block-chain .right .title {
    font-size: 18px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #000;
}
.blockchain-container .block-chain .right .detail {
    font-size: 14px;
    display: block;
    text-align: center;
    color: #a9a9a9;
}
.blockchain-container .block-chain .right .contract {
    height: 235px;
    width: 330px;
    background: #fff;
    padding-top: 23px;
}
.blockchain-container .block-chain .right .exchange {
    height: 235px;
    width: 330px;
    margin-left: 10px;
    background: #fff;
    padding-top: 23px;
}
@media (max-width: 1200px) {
    .blockchain-container .block-chain .right .contract {
        height: 150px;
        width: 300px;
        background: #fff;
        padding-top: 10px;
        margin-top: -40px;
        float: right;
    }
    .blockchain-container .block-chain .right .exchange {
        height: 150px;
        width: 300px;
        background: #FFFFFF;
        float: right;
        padding-top: 10px;
        margin-top: 10px;
    }
    .blockchain-container .block-chain .right img {
        height: 55px;
        width: 50px;
    }
}
@media (max-width: 1200px) {
    .blockchain-container .block-chain .left .lab1 {
        line-height: 45px;
    }
    .blockchain-container .block-chain .left {
        height: auto;
    }
    .blockchain-container .block-chain .left a {
        position: relative;
    }
    .blockchain-container .block-chain .left {
        top: 15px;
    }
}

.other-container {
    margin-top: 25px;
}
.team-container {
    margin-top: 90px;
}
.other-container .swiper-wraper-outer {
    position: relative;
}
.other-container .swiper-wraper-outer .swiper-button-prev.swiper-button-disabled,
.other-container .swiper-wraper-outer .swiper-button-next.swiper-button-disabled {
    display: none;
}
.other-container .swiper-wraper-outer .swiper-button-prev,
.other-container .swiper-wraper-outer .swiper-button-next {
    top: 53%;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    box-shadow: 1px 1px 7px 1px #666;
    line-height: 28px;
    font-size: 20px;
    color: #666;
    background-image: none;
    background: #fff;
    text-align: center;
    cursor: pointer;
    opacity: 0.6;
}
.other-container .swiper-wraper-outer .swiper-button-prev {
    left: -7px;
}
.other-container .swiper-wraper-outer .swiper-button-next {
    right: -7px;
}
.other-container .swiper-slide-item {
    padding: 0 5px;
    margin-bottom: 10px;
}
.other-container .swiper-slide-item a, .other-container .swiper-slide-item .link {
    border: 1px solid #ddd;
    display: flex;
    width: 100%;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.other-container .swiper-slide-item .team-img {
    width: 84px;
    height: 100%;
    margin: auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;

    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.other-container .swiper-slide-item:hover .team-img {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.other-container .collaborative-item .team-img {
    transform: scale(1.3);
}
.other-container .cooperative-item .team-img {
    transform: scale(1.8);
}
.other-container .friendship-item .team-img {
    transform: scale(1.5);
}
.other-container .strategic-item .team-img {
    width: 80%;
}
@media screen and (max-width: 767px) {
    .other-container .swiper-slide-item .team-img {
        -khtml-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@media screen and (max-width: 991px) {
    .blockchain-container .block-chain .right {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .blockchain-container .block-chain {
        width: initial;
    }
}
@media (min-width: 768px){
    .blockchain-container .index-head {
        width: 750px;
    }
    .blockchain-container .block-chain {
        width: 100%;
        min-width: 750px;
    }
    .blockchain-container .block-chain .main {
        width: 750px;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .blockchain-container {
        min-width: auto!important;
    }
    .blockchain-container .index-head {
        width: 750px !important;
    }
}
@media (min-width: 992px){
    .blockchain-container .index-head {
        width: 970px;
    }
    .blockchain-container .block-chain{
        width: 100%;
        min-width: 970px;
    }
    .blockchain-container .block-chain .main {
        width: 970px;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .blockchain-container .index-head {
        width: 940px!important;
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .blockchain-container .block-chain{
        min-width: 1071px!important;
        width: 100%;
    }
}
@media (max-width: 600px) {
    .js-video-holder video, .block-chain-bg video {
        display: none;
    }
}