*{margin:0;padding:0;}
html{
    font-size:62.5%;
}
body{
    font-size:12px;
    font-family:"Microsoft YaHei","微软雅黑","PingFang SC","Lantinghei SC","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
    overflow-x: hidden;
}
input:focus, textarea:focus,select:focus ,button:focus{outline: none;}
em,i,b,h1,h2,h3,h4,h5,h6{
    font-style: normal;
    font-weight: normal;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    font-size: 0;
	object-fit: cover;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.displaynone{
    display:none;
}
.f_left{
    float: left;
}
.f_right{
    float:right;
}
.clear{
    clear:both;
}
.container{
	padding:0;
}
.row{
	margin:0;
}
[class^=col-]{
	padding:0;
}
.main{
    width:1260px;
    margin:0 auto;
}
/* header  start */
.header .navbar-brand{
    padding: 0;
}
.header .logo{
    height: 100px;
    line-height: 100px;
    padding: 0;
}
.header{
    width:100%;
    height:100px;
    background:#1c1c1c;
}
.header{
    margin-bottom: 0;
    border-radius: 0;
}
.header .logo img{
    height: 90px;
}
.navbar-collapse{
    width: 91%;
}
.header .navbar-nav li{
    float:left;
    width: 112px;
    color:#fff;
    font-size: 16px;
    text-align: center;
    height:100px;
    padding-top:25px;
    margin: 0 5px;
}
.header .navbar-nav .user_menu{
    top: 33px;
    min-width: 120px;
}
.header .navbar-nav .user_menu ul a{
    display: block;
}
.header .navbar-nav .user_menu{
    padding: 0;
}
.header .navbar-nav .user_menu li{
    color: #333;
    height:auto;
    font-size: 14px;
    margin: 0;
    padding:13px 30px 13px 20px
}
.header .navbar-nav .user_menu li:hover{
    border-bottom: 0;
    color: #000;
    background-color: #eceff1;
}
.header .nav li.active{
    color: #ea0f17;
    border-bottom: 5px solid #ea0f17;
}
.header .nav li:hover{
    color: #ea0f17;
    border-bottom: 5px solid #ea0f17;
}
.header .nav li span{
    display:block;
    margin-bottom:5px;
}
.header .nav li i{
    display:block;
    font-size: 12px
}
.header .login .con{
    float: right;
    color: #fff;
    font-size: 16px;
    line-height: 100px;
}
.header .login .con em{
    display: inline-block;
    width: 31px;
    height: 31px;
    float: left;
    margin-top: 35px;
    margin-right:10px;
    background-image: url("../../static/images/icon-user.png");
    background-repeat: no-repeat;
}
.header .login .con span{
    color: #fff;
    display: inline-block;
    float:left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.navbar-right{
    margin-right: 0;
}

/* 新增语言切换 5.17  start */
.nationalflag button{
    background: transparent;
    border: 0;
    color: #fff;
    line-height: 100px;
    font-size: 14px;
}
.nationalflag em.nationalflag_icon{
    display:inline-block;
    width: 22px;
    height: 16px;
    background-image: url("/static/images/default/nationalflag.png");
    background-repeat: no-repeat;
    background-size: 100%;
    float: left;
    margin-right: 5px;
}
.nationalflag button em.nationalflag_icon{
    margin-top: 42px;
}
.nationalflag em.nationalflag_icon.nationalflag_icon_cn{
    background-position: 0 0;
}
.nationalflag em.nationalflag_icon.nationalflag_icon_en{
    background-position: 0 -40px;
}
.nationalflag em.nationalflag_icon.nationalflag_icon_jp{
    background-position: 0 -80px;
}
.nationalflag em.nationalflag_icon.nationalflag_icon_kr{
    background-position: 0 -120px;
}
.caret{
    border: 0;
    width: 9px;
    height: 5px;
    display:inline-block;
    background-image: url("/static/images/default/arrow-up.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
.nationalflag .button .caret{
    background-position: 0 0;
}
.nationalflag ul li .caret{
    background-position: 0 -12px;
    display:inline-block;
    float:left;
    margin-top: 9px;
    margin-left: 5px;
}
.nationalflag ul.dropdown-menu{
    top: 33px;
    min-width: 60px;
    right: auto;
    padding: 0;
    box-shadow: none;
    border: 0;
}
.header .navbar-nav .nationalflag li {
    width: auto;
    color: #fff;
    font-size: 16px;
    text-align: center;
    height: auto;
    padding-top: 0;
    margin: 0;
    float: none;
    padding: 13px 30px 13px 20px;
    cursor: pointer;
}
.header .navbar-nav .nationalflag li em{
    display: inline-block;
    float:left;
    margin-top: 3px;
}
.header .navbar-nav .nationalflag li i{
    display: inline-block;
    float:left;
    clear: none;
    padding:0;
    font-size: 14px;
    color:#000;

}
.header .nav .nationalflag li:hover {
    color: #fff;
    border-bottom: 0;
    background-color: #eceff1;
}
/* 新增语言切换 5.17  end */

/* header  end */
/* footer  start */
.footer{
    width:100%;
}
.footer-QR{
    width:100%;
    height:282px;
    background-image: url("../../static/images/code_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.code-img{
    width:180px;
    height:180px;
    position: absolute;
    top:50%;
    left:50%;
    margin-top: -107px;
    margin-left: -90px;
}
.code-img img{
    width: 100%;
}
.footer-main{
    width: 100%;
    height: 265px;
    background-image: url("../../static/images/btm_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.footer-main .logo{
    padding-top: 10px;
    margin-bottom: 25px;
}
.footer-main .logo img{
    width:80px;
}
.footer-main .nav{
    width:auto;
    margin: 0 auto;
    margin-bottom:15px;
}
.footer-main .nav ul{
    width: 250px;
    margin: 0 auto;
}
.footer-main .nav ul li,.footer .contact ul li{
    color: #fff;
    padding: 0 25px;
    font-size: 14px;
    float:left;
}
.footer-main .nav ul li:hover{
    color: #e80d15;
}
.footer-main .nav ul em,.footer .contact ul em{
    font-size: 14px;
    float:left;
}
.footer-main .contact{
    padding-bottom: 20px;
}
.footer-main .contact ul{
    width: 1130px;
    margin: 0 auto;
}
.footer-main .contact ul li{
    float: left;
    font-size:14px;
}
.footer-main .btm_bor{
    width:100%;
    height:1px;
    background: -webkit-radial-gradient(#BF0513 30%, rgba(68,134,255,0) 71%,#BF0513 30%); /* Safari 5.1 - 6.0 */
    background: -o-radial-gradient(#BF0513 30%, rgba(68,134,255,0) 71%,#BF0513 30%); /* Opera 11.6 - 12.0 */
    background: -moz-radial-gradient(#BF0513 30%, rgba(68,134,255,0) 71%,#BF0513 30%); /* Firefox 3.6 - 15 */
    background: radial-gradient(#BF0513 30%, rgba(68,134,255,0) 71%,#BF0513 30%); /* 标准的语法 */
}
.footer-main .copyright{
    margin-top:20px;
    font-size: 12px;
    color: #666;
}
.footer-main .copyright a{
    color: #666;
}
.friendshipLink{
    background: #ce0109;
    height: 45px;
    line-height: 45px;
}
.friendshipLink .friendshipLink_con{
    text-align: center;
}
.friendshipLink .friendshipLink_con b{
    font-size: 14px;
    color: #fff;
}
.friendshipLink .friendshipLink_con a{
    font-size: 12px;
    color: #fff;
    margin: 0 12px;
}
.friendshipLink .friendshipLink_con a:hover{
    color: #ddd;
}
/* footer  end */

/* 首页赛事资讯等标题 start */
.list_title h3{
    font-size:28px;
    font-weight: bold;
    margin:0;
    color:#000;
    float:left;
    width:70px;
    white-space: nowrap;
    border-bottom: 5px solid #000;
    padding-bottom:7px;
}
.list_title a{
    display:block;
    float:right;
    padding: 11px 59px 8px 60px;
    color:#000;
    border:1px solid #1f3066;
    font-size: 12px;
}
.list_title a em{
    display:inline-block;
    width:13px;
    height:8px;
    margin-left:7px;
    background-image: url("../images/more-icon3.png");
    background-repeat: no-repeat;
}
.list_title a:hover{
    color:#fff;
    border:1px solid #ea0f17;
    background:#ea0f17;
}
.list_title a:hover em{
    background-image: url("../images/more-icon1.png");
    background-repeat: no-repeat;
}
/* 首页赛事资讯等标题 end */

/* 面包屑 start */
.beforeEach{
    padding-top: 20px;
}
.beforeEach p span,.beforeEach p a{
    font-size: 12px;
    color: #666;
}
.beforeEach p b{
    font-size: 12px;
    color: #666;
    font-weight: bold;
}
/* 面包屑 end */

/* 每个组件搜索框旁的标题 */
.otherBanner{
    background-image:url(../images/video/video_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.otherBanner{
    width:100%;
    height:155px;
    padding:35px;
}
.otherBanner .component_logo{
    width:92px;
    height:95px;
    margin-right: 25px;
}
.otherBanner .component_title h2{
    font-size: 24px;
    color:#fff;
    margin-top:0;
}
.otherBanner .component_title h4{
    font-size: 14px;
    color:#fff;
}

/* 搜索框 start */
.search{
    height:80px;
    line-height: 80px;
}
.search_box{
    height:50px;
    border:1px solid #fff;
    background: #fff;
    border-radius: 25px;
    margin-top:15px;
}
.search_box input{
    height:48px;
    line-height: 24px;
    border: 0;
    border-radius: 25px;
    box-shadow: none;
    padding-left:25px;
    font-size:14px;
}
.search_box button{
    height:49px;
    background-color:#fff;
    background-image:url(../images/video/search_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    border:0;
    border-radius: 0 25px 25px 0;
    margin-top:-1px;
}
.search_null {
    margin-top:140px;
    text-align: center;
}
/* 搜索框 end */

/* logo+ 标题  start */
.component_title h2{
    font-size: 34px;
    font-weight: bold;
}
.component_title h2 span{
    float:left;

}
.component_title h2 i{
    display: inline-block;
    font-size: 14px;
    padding: 8px 20px;
    border: 1px solid #fff;
    margin-left: 12px;
    float:left;
    margin-top: 5px;
}
/* logo+ 标题  end */

/* .click_btn{
    position: absolute;
    top:0;
    left:-188px;
    border-right:1px solid #1c1c1c;
    padding-right: 8px;
}
.click_btn ul li{
    width: 168px;
    height: 48px;
    line-height: 48px;
    margin-bottom:12px;
    cursor: pointer;
}
.click_btn ul li em{
    display: inline-block;
    float: left;
    width:33px;
    height:100%;
    background-color:#ea0f17;
    background-image:url(../images/video/link_hover.png);
    background-repeat: no-repeat;
    background-position: center;
    display:none;
}
.click_btn ul li.active em{
    display:block;
}
.click_btn ul li span{
    display: inline-block;
    float: right;
    width:135px;
    height:100%;
    border: 1px solid #f0575c;
    background: #1c1c1c;
    text-align: center;
    color:#fff;
    font-size: 16px;
}
.click_btn ul li.active span{
    background:#ea0f17;
    border:1px solid #ea0f17;
}
.mobile_btn{
    display: none;
}

#addMoreBtn .btn-default:hover{
    background-color: #fe031e!important;
    color:#fff!important;
    border: 1px solid #fe031e;
} */

/* 返回顶部按钮 */
.backTop{
    position:fixed;
    bottom:80px;
    right:80px;
    width:48px;
    height:48px;
    background-color: #ea0f17;
    background-image:url(/static/images/backtop.png);
    background-repeat:no-repeat;
    opacity: .6;
    cursor:pointer;
    display:none;
}
.backTop:hover{
    opacity: 1;
    background-image:url(/static/images/backtop1.jpg);
    background-repeat: no-repeat;
}
#ads_float{
    width: 275px;
    height: 150px;
}
#ads_float img{
    max-width: 275px;
}
@media (max-width:768px){
    html{
        overflow-x: hidden;
    }
    .main{
        width: 100%;
        padding: 0 10px;
    }
    .header{
        position: relative;
        height:70px;
    }
    .header .main{
        padding: 0;
    }
    .header .logo{
        padding-left: 10px;
        float:left;
        height: 70px;
        line-height: 65px;
        margin: 0;
    }
    .header .logo img{
        width: auto;
        height:60px;
    }
    .header .navbar-collapse{
        width: 100%;
        z-index: 20;
        margin: 0;
        background: #1c1c1c;
    }
    .header .navbar-nav{
        margin: 0;
    }
    .header .navbar-nav .nationalflag li{
        border: 0;
        line-height: unset;
    }
    .header .navbar-nav .nationalflag li i{
        color: #fff;
    }
    .nationalflag ul li .caret{
        background-position: 0 0;
    }
    .mobile_btn{
        display: block;
        margin-top: 20px;
        padding-right: 10px;
        position: absolute;
        right: 10px;
        z-index: 20;
    }
    .mobile_btn span{
        display: block;
        width: 50px;
        height: 5px;
        border-radius: 5px;
        background: #fff;
        margin-bottom: 8px;
    }
    .mobile_menu{
        background: #1c1c1c;
        border-top: 1px solid #000;
        position: absolute;
        top: 70px;
        left: 0;
        z-index: 16;
        display:none;
    }
    .header .nav li{
        width: 100%;
        margin: 0;
        height: 45px;
        line-height: 45px;
        padding:0 15px;
        text-align: left;
        border-bottom: 1px solid #000;
    }
    .header .nav li i{
        display:none;
    }
    .header .nav li span{
        display:inline-block;
        margin-right: 10px;
    }
    .header .nav li.active{
        border: 1px solid #000;
    }
    .header .login .con{
        line-height: 45px;
        float:none;
    }
    .header .login{
        padding: 0 15px;
    }
    .header .login .con em{
        margin-top: 15px;
        display: none;
    }
    .nationalflag{
        float:none;
        border-bottom: 1px solid #000;
    }
    .header .navbar-nav .user_menu{
        position: unset;
        float: none;
        background: none;
    }
    .header .navbar-nav .user_menu ul li{
        color: #fff;
        padding: 0 5px;
    }
    .list_title h3{
        font-size: 22px;
    }
    .list_title a{
        padding: 11px 40px 8px 41px;
    }
    .footer-main{
        height: auto;
        padding-bottom: 10px;
    }
    .footer-main .contact ul{
        width: 100%;
    }
    .footer-main .contact ul em{
        display: none;
    }
    .footer-main .contact ul li{
        float: none;
    }
    .otherBanner{
        padding: 0;
    }
    .beforeEach{
        padding-top: 15px;
    }
    .click_btn{
        position: unset;
        border-right: 0;
        border-bottom: 1px solid #1c1c1c;
        padding-right: 0;
        margin-top: 15px;
    }
    .click_btn ul li{
        width: 30%;
        float:left;
        height: 40px;
        line-height: 40px;
    }
    .click_btn ul li.active em{
        width: 25%;
    }
    .click_btn ul li span{
        width: 100%;
    }
    .click_btn ul li.active{
        width: 40%;
    }
    .click_btn ul li.active span{
        width:75%;
        float:left;
    }
    .otherBanner .component_logo{
        width: 60px;
        height: auto;
    }
    .otherBanner .component_logo img{
        width: 100%;
    }
    .otherBanner .component_title h2{
        font-size: 16px;
    }
    .otherBanner .component_title h4{
        margin: 0;
        font-size: 12px;
    }
    .component_title h2 i{
        padding: 2px 5px;
        margin-top: 0;
        font-size: 12px;
    }
    .search_box{
        height: 45px;
    }
    .search_box input{
        height: 44px;
    }
    .search_box button{
        height: 44px;
    }
    .backTop{right:15px;}
    .friendshipLink{
        height: auto;
        line-height: 30px;
    }
    .nationalflag button{
        line-height: 60px;
    }
    .nationalflag button em.nationalflag_icon{
        margin-top: 23px;
    }
}
@media (max-width: 350px) {
    .friendshipLink {
        height: auto;
        line-height: 30px;
        padding: 5px 0;
    }
    .friendshipLink .friendshipLink_con a{
        margin: 0 5px;
    }
}
