* {
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	color: #333333;
	font-size: 14px;
	font-family: "Microsoft YaHei" !important;
	background: #F5F5F5 !important;
	position: relative;
}

html{
	overflow-y: scroll;
}
video {
    width: 100%;
}

a.play_btn
{
	display: block;
    position: relative;
    height: 390px;

background: url(/skin/img/play_b_bg_620.png) no-repeat center top;
    padding-top: 40px;
    overflow: hidden;
}

.play_b_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(/skin/img/play.png) no-repeat;
    width: 150px;
    height: 150px;
    display: block;
    transform: translate(-50%, -50%);
    cursor: pointer;
}


/*.wrap-outer {
	margin-left: calc(100vw - 100%);
}*/

ul li {
	list-style: none;
	text-decoration: none;
}


.example ul li a{
background-color: #FBFBFB;
    border: 1px solid #000000;
    box-shadow: 1px 1px 1px #F5F5F5;
    color: #000000;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin: 0 5px 0 0;
    padding: 3px 7px;
    font-family: "宋体";
    font-size: 16px;
}

.box {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

#returnTop {
	width: 38px;
	height: 38px;
	position: fixed;
	/*right: 300px;*/
	bottom: 20%;
	cursor: pointer;
	display: none;
	z-index: 9999;
}

a {
	color: #333333;
	text-decoration: none;
}

button {
	cursor: pointer;
}

button:active {
	outline: transparent !important;
	border: transparent !important;
}

button:focus {
	outline: 0 !important;
}

table {
	border-collapse: collapse;
}

.noData {
	width: 130px !important;
	height: 78px !important;
	margin: 50px 0 10px 0;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #333333;
	text-decoration: none !important;
}

input{
	font-size: 14px !important;
}


/*a:focus, a:hover{
	color: #333333 !important;
}*/

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	color: #FFFFFF !important;
	background-color: #2E81FF !important;
	border-color: #2E81FF !important;
}

.pagination>li>a,
.pagination>li>span {
	color: #333333 !important;
	cursor: pointer;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

.example{
	padding: 30px;
}

#page li{
	display: inline-block;
	border: 1px solid #dddddd;
	border-left: none;
}

#page li:first-of-type{
	border-left: 1px solid #dddddd;
}

#page li:last-of-type{
	border-left: 1px solid #dddddd;
}

#page li a{
	display: block;
	padding: 6px 12px;
}

.activePage{
	color: #ffffff !important;
	background: #0d8ddb;
	border: 1px solid #0d8ddb !important;
}

.activePage a{
	color: #ffffff !important;
}

#page li p {
	padding: 6px 12px;
	margin: 0 !important;
}
/*骞垮憡*/

#advertisement {
	width: 230px !important;
	height: 389px !important;
	margin-left: 20px !important;
	display: inline-block !important;
	background: url(../img/Group13.jpg?v=3) !important;
	background-repeat: no-repeat !important;
	background-size: 100% 100% !important;
}

#advertisement div {
	width: 230px;
	height: 170px;
	margin-top: 55px !important;
	text-align: center;
}

#advertisement div:last-of-type{
	margin-top: 7px !important;
}

#advertisement img{
	width: 140px;
	height: auto;
}


@media screen and (max-width: 1920px) {
	#returnTop {
		right: 370px;
	}
}

@media screen and (max-width: 1890px) {
	#returnTop {
		right: 335px;
	}
}

@media screen and (max-width: 1800px) {
	#returnTop {
		right: 305px;
	}
}

@media screen and (max-width: 1700px) {
	#returnTop {
		right: 258px;
	}
}

@media screen and (max-width: 1600px) {
	#returnTop {
		right: 215px;
	}
}

@media screen and (max-width: 1500px) {
	#returnTop {
		right: 168px;
	}
}

@media screen and (max-width: 1400px) {
	#returnTop {
		right: 110px;
	}
}

@media screen and (max-width: 1300px) {
	#returnTop {
		right: 45px;
	}
}

@media screen and (max-width: 1200px) {
	#returnTop {
		right: 20px;
	}
}

@media screen and (max-width: 1100px) {
	#returnTop {
		right: -25px;
	}
}
.footer_info{
	font-size:14px;
	margin-bottom:10px;
}
.footer_info a:hover{
	color:#2ecaef
}

img {
    max-width: 550px;
}

.example ul li b {
    background-color: #FBFBFB;
    border: 1px solid #000000;
    box-shadow: 1px 1px 1px #F5F5F5;
    color: #000000;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin: 0 5px 0 0;
    padding: 3px 7px;
    font-family: "宋体";
    font-size: 16px;
}

a.infotextkey {
    color: #2E81FF;
}


.infoList1,
.infoMore {

}

.infoList1 {
	width: 80%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.header-info{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;border-radius:4px 4px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;/* width:1280px; */}.header-info,.header-info__img{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.header-info__img{-webkit-box-pack:center;-ms-flex-pack:center;bottom:0;height:190px;-webkit-justify-content:center;justify-content:center;left:60px;-o-object-fit:cover;object-fit:cover;position:absolute;width:260px}.header-info__img img{max-height:100%;max-width:100%}.header-info__btn{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background-color:hsla(0,0%,100%,.06);border-radius:4px 0;color:hsla(0,0%,100%,.88);cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:14px;height:32px;-webkit-justify-content:center;justify-content:center;left:0;padding:0 6px 0 2px;position:absolute;top:0}.header-info__btn__icon{font-size:18px;padding:0 4px}.header-info__btn--right{border-radius:0 4px;left:unset;padding:0 2px 0 6px;right:0}.header-info__basic{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:flex-start;align-items:flex-start;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;justify-content:center;padding-left:24px;position:relative;width:320px}.header-info__basic__name-box{font-weight:400;margin-bottom:12px;width:100%}.header-info__basic__name-box__name{color:hsla(0,0%,100%,.88);font-size:32px;font-weight:600;line-height:43px;margin:0}.header-info__basic__name-box__alias{color:hsla(0,0%,100%,.88);font-size:20px;font-weight:400;height:27px;line-height:27px;margin:6px 0 0}.header-info__basic__rank{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:16px;height:26px;line-height:26px;margin-bottom:12px}.header-info__basic__rank__desc{color:hsla(0,0%,100%,.4);margin-right:12px}.header-info__basic__rank__icon{font-size:10px;margin-left:5px}.header-info__info{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-sizing:border-box;box-sizing:border-box;color:hsla(0,0%,100%,.7);-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;justify-content:center;padding-left:60px}.header-info__info,.header-info__info__list{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:16px}.header-info__info__list{line-height:24px;margin:5px 0}.header-info__info__list__title{-ms-flex-item-align:start;-webkit-align-self:flex-start;align-self:flex-start;-webkit-box-sizing:border-box;box-sizing:border-box;color:hsla(0,0%,100%,.4);padding-right:12px;text-align:right;white-space:nowrap}.header-info__info__list__rank{background-color:hsla(0,0%,100%,.12);border-radius:4px;color:hsla(0,0%,100%,.5);font-size:12px;height:24px;margin-left:6px;padding:0 8px}.header-info__info__list--full{width:100%!important}.header-info__tools,.header-info__tools__btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.header-info__tools__btn{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background-color:hsla(0,0%,100%,.06);border-radius:4px;color:hsla(0,0%,100%,.88);cursor:pointer;font-size:14px;font-weight:500;height:26px;-webkit-justify-content:center;justify-content:center;margin-left:12px;padding:0 12px}.header-info__tools__btn__icon{font-size:10px;margin-right:4px}.header-info__tools__btn--active .header-info__follow-btn__icon,.header-info__tools__btn--loading .header-info__follow-btn__icon,.header-info__tools__btn--loading span{display:none}.header-info__tools__btn:first-child{margin-left:0}.header-info__follow-btn{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;background-color:hsla(0,0%,100%,.06);border-radius:4px;color:rgba(0,128,255,.88);cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:14px;font-weight:500;height:26px;-webkit-justify-content:center;justify-content:center;padding:0 12px}.header-info__follow-btn__icon{font-size:10px;margin-right:4px}.header-info__follow-btn--active .header-info__follow-btn__icon,.header-info__follow-btn--loading .header-info__follow-btn__icon,.header-info__follow-btn--loading span{display:none}.header-info__follow-btn:first-child{margin-left:0}.header-info:before{background-color:hsla(0,0%,100%,.06);content:"";height:84px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:1px}.header-info--team{background-color:rgba(0,0,0,.24);height:204px;padding-left:192px}.header-info--team .header-info__img{bottom:36px;height:132px;width:132px}.header-info--team .header-info__basic{width:448px}.header-info--team .header-info__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.header-info--team .header-info__info__list__title{width:78px}.header-info--team .header-info__league-img{height:100px;-o-object-fit:cover;object-fit:cover;opacity:.3;position:absolute;right:60px;top:52px}.header-info--player{background-color:rgba(25,49,86,.24);height:226px;/* padding-left:320px; */}.header-info--player .header-info__team-bg{height:226px;left:0;-o-object-fit:cover;object-fit:cover;opacity:.06;position:absolute;top:0;width:640px}.header-info--player .header-info__info{-webkit-box-flex:0;-webkit-flex:0 0 448px;-ms-flex:0 0 448px;flex:0 0 448px}.header-info--player .header-info__info__list{width:156px}.header-info--player .header-info__info__list__title{width:46px}.header-info--player .header-info__info__list:nth-child(2n){width:232px}.header-info--player .header-info__info__list:last-child{width:100%}.header-info--player .header-info__team-logo{height:76px;position:absolute;right:60px;top:36px;width:76px}.header-info--player .header-info__team-logo img{height:100%;width:100%}
.hotInfo {
	width: 230px;
	height: auto;
	background: #FFFFFF;
	margin-left: 20px;
}

.hotInfo>p {
	color: #FFFFFF;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	background: #2E81FF;
}

.hotInfo ul li {
	border-bottom: 1px solid #F4F4F4;
}

.hotInfo ul li:last-of-type {
	border-bottom: none;
}

.hotInfo ul li p {
	width: 210px;
	height: auto;
	line-height: 25px;
	cursor: pointer;
	padding: 4px 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
