 
body{
	background-color: #fff;}

.si_seatBanner{
	width: 100%;
	height: 35vw;
	min-height: 162px;}

.si_title{
	position: relative;
	padding-top: 64px;
	margin: 50px 0 42px 0;
	color: #333;
	font-size: 36px;
	font-weight: bold;
	text-align: center;}
.si_title::after{
	position: absolute;content: '';
	top: 0;left: 50%;margin-left: -80px;
	width: 160px;height: 64px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url(../img/icon/gear.jpg);}

.si_titleWhite{color: #fff;}
.si_titleWhite::after{background-image: url(../img/icon/gear_white.jpg);}

/* si_gameNews */
.si_gameNews{
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	position: relative;
	width: 100%;}

.si_GNLeft{
	position: relative;
	width: 520px;
	min-width: 520px;}

.si_GNLBanner{
	position: relative;
	width: 100%;height: 293px;
	overflow: hidden;}

.si_NLBItem{
	cursor: pointer;
	position: absolute;z-index: 10;
	top: 0;left: 0;
	opacity: 0;
	border-radius: 5px;
	overflow: hidden;
	width: 100%;height: 100%;
	border: 1px solid #eee;
	background-size: cover;
	box-sizing: border-box;
	background-position: 50% 50%;
	-webkit-transition-duration: 0.24s;-moz-transition-duration: 0.24s;-o-transition-duration: 0.24s;transition-duration: 0.24s;}

.si_NLBItemOut{
	z-index: 11;opacity: 1;}

.si_LBITitle{
	position: absolute;
	padding: 0 12px;
	bottom: 0;left: 0;
	color: #fff;
	font-size: 16px;
	line-height: 45px;
	width: 100%;height: 45px;
	background-color: rgba(0,0,0,0.6);
	box-sizing: border-box;
	overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;}

.si_GNLPoints{
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	width: 100%;height: 46px;
	justify-content: center;
	align-items: center;}

.si_GNLPoint{
	cursor: pointer;
	margin: 0 7px;
	width: 12px;height: 12px;
	border-radius: 6px;
	box-sizing: border-box;
	background-color: #2396FA;
	-webkit-transition-duration: 0.24s;-moz-transition-duration: 0.24s;-o-transition-duration: 0.24s;transition-duration: 0.24s;}

.si_GNLPointOut{
	width: 32px;}

.si_GNLMore{
	position: relative;
	margin-top: 26px;
	display: flex;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	flex-direction: row-reverse;}

.si_GNLMore a{
	display: flex;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 162px;height: 50px;
	color: #fff;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #2396FA;
	box-shadow:rgba(0, 0, 0,.52) 3px 3px 6px;	
	-webkit-transition-duration: 0.32s;-moz-transition-duration: 0.32s;-o-transition-duration: 0.32s;transition-duration: 0.32s;}
.si_GNLMore a::before{
	position: absolute;content: '';z-index: -1;
	top: 50%;left: 50%;
	width: 180px;height: 180px;
	background-color: #2396FA;
	border-radius: 50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	-webkit-transition-duration: 0.32s;-moz-transition-duration: 0.32s;-o-transition-duration: 0.32s;transition-duration: 0.32s;}

.si_GNLTitle{
	position: relative;
	margin-bottom: 18px;
	width: 100%;height: 52px;
	color: #343434;
	font-size: 18px;
	font-weight: bold;
	line-height: 52px;
	border-bottom: 1px solid #ddd;}
.si_GNLTitle::after{
	position: absolute;content: '';
	bottom: -1px;left: 0;
	width: 75px;height: 4px;
	background-color: #2396FA;}

.si_NLTMore{
	position: absolute;
	top: 0;right: 0;
	width: 52px;
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: 52px;
	text-align: right;
	letter-spacing: 1px;}

.si_GNLMore a::after{
	position: absolute;content: '';
	top: 3px;left: 3px;
	width: 154px;height: 42px;
	border: 1px solid #fff;
	box-sizing: border-box;}

.si_GNLMore img{
	display: block;
	position: absolute;z-index: 10;
	top: -14px;right: -14px;
	width: 36px;height: 36px;}

.si_GNLMore a:hover{
	color: #2396FA;
	font-size: 18px;
	box-shadow:rgba(35, 150, 250,.52) 3px 3px 6px;}
.si_GNLMore a:hover::before{
	-webkit-transform:translate(-50%,-50%) scale(0.001);
	-moz-transform:translate(-50%,-50%) scale(0.001);
	-o-transform:translate(-50%,-50%) scale(0.001);
	transform:translate(-50%,-50%) scale(0.001);}

.si_rotate{
	-webkit-animation: rotate 4s linear infinite;
	-moz-animation: rotate 4s linear infinite;
	-o-animation: rotate 4s linear infinite;
	animation: rotate 4s linear infinite;}

@keyframes rotate{
	0%   {transform:rotate(0deg);}
	100%{transform:rotate(360deg);}
}
@-o-keyframes rotate{
	0%   {-o-:rotate(0deg);}
	100% {-o-transform:rotate(360deg);}
}
@-moz-keyframes rotate{
	0%   {-moz-transform:rotate(0deg);}
	100% {-moz-transform:rotate(360deg);}
}
@-webkit-keyframes rotate{
	0%   {-webkit-transform:rotate(0deg);}
	100% {-webkit-transform:rotate(360deg);}
}

.si_GNRight{
	margin-left: 32px;
	width: 100%;
	max-width: 648px;}

.GNRList{
	width: 100%;
	height: 339px;
	overflow-y: auto;}

.si_NRLItem{
	cursor: pointer;
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	padding: 10px 102px 10px 16px;
	position: relative;
	-webkit-transition-duration: 0.26s;-moz-transition-duration: 0.26s;-o-transition-duration: 0.26s;transition-duration: 0.26s;}

.si_RLIPoint{
	position: absolute;
	top: 21px;left: 0;
	width: 8px;height: 8px;
	border-radius: 4px;
	background-color: #2396FA;
	-webkit-transition-duration: 0.26s;-moz-transition-duration: 0.26s;-o-transition-duration: 0.26s;transition-duration: 0.26s;}

.si_RLITitle{
	width: 100%;
	color: #343434;
	font-size: 18px;
	line-height: 26px;
	-webkit-transition-duration: 0.26s;-moz-transition-duration: 0.26s;-o-transition-duration: 0.26s;transition-duration: 0.26s;}
.si_RLITitle span{
	padding-right: 5px;
	color: #2396FA;}

.si_RLITime{
	position: absolute;
	top: 0;right: 0;
	color: #999;
	font-size: 14px;
	width: 98px;line-height: 46px;
	text-align: right;}

.si_NRLItem:hover{
	padding-left: 38px;}
.si_NRLItem:hover .si_RLIPoint{
	width: 30px;height: 2px;
	border-radius: 1px;}
.si_NRLItem:hover .si_RLITitle{
	color: #2396FA;}

.si_GNLi{
	cursor: pointer;
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	margin-bottom: 42px;
	width: 580px;
	height: 180px;
	border-radius: 8px;
	overflow: hidden;
	background-color: #F2F5F7;}

.si_GNLi:nth-of-type(2n){
	margin-left: 40px;}

.si_GNLImg{
	width: 240px;
	height: 100%;}

.si_GNLRight{
	position:relative;
	flex: 1;
	padding: 26px 22px;
	box-sizing:border-box;}

.si_NLRTitle{
	width: 100%;
	color: #333;
	font-size: 22px;
	line-height: 36px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;}

.si_NLRText{
	width: 100%;
	color: #666;
	font-size: 16px;
	line-height: 44px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;}

.si_NLRTime{
	position:absolute;
	bottom:15px;left: 22px;
	color: #999;
	font-size: 14px;}

/* si_filePack */
.si_filePack{
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 40px 0;
	width: 100%;
	height: 640px;
	border-radius: 8px;
	box-sizing: border-box;
	background-color: #e1e9f0;}

.si_FPItem{
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 72px 0;
	margin: 0 20px;
	width: 320px;height: 240px;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	border-radius: 6px;
	background-color: #fff;
	box-sizing: border-box;}

.si_FPItemBack{
	color: #fff;
	background-size: cover;
	background-position: 50% 50%;
	background-image: url(../img/fileback.jpg);}

.si_FPItem p{
	width: 100%;}

/* si_matchBrief */
.si_matchBrief{
	position: relative;
	padding: 92px 118px;
	width: 100%;
	border-radius: 8px;
	box-sizing:border-box;
	background-color: #e9f4fe;
	border: 4px solid #4242FF;}

.si_matchBrief p{
	color: #333;
	font-size: 18px;
	text-indent: 2em;
	line-height: 32px;
	margin-bottom: 12px;}

.si_MBGear1{
	position: absolute;
	top: -60px;left: -60px;
	width: 120px;height: 120px;}

.si_MBGear2{
	position: absolute;z-index: 2;
	bottom: 70px;right: -60px;
	width: 120px;height: 120px;}

.si_MBGear3{
	position: absolute;
	bottom: -54px;right: -35px;
	width: 160px;height: 160px;}

.si_MBGear4{
	position: absolute;
	bottom: 4px;right: 124px;
	width: 80px;height: 80px;}


/* si_matchTime */
.si_matchTime{
	margin-top: 102px;
	padding: 132px 0;
	width: 100%;
	box-sizing:border-box;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/match_time_back.jpg);}

.si_MTBox{
	overflow: hidden;
	border-radius: 8px;
	background-color: #fff;}

.si_MTBSlot{
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	position: relative;
	padding: 32px 52px 72px 52px;
	width: 100%;
	box-sizing:border-box;}

.si_TBSLi{
	position: relative;
	padding-top: 52px;
	flex: 1;
	box-sizing:border-box;}

.si_BSLLine{
	position: absolute;z-index: 1;
	top: 6px;
	width: 50%;height: 4px;
	background-color: #4242FF;}
.si_BSLLineLeft{left: 0;}
.si_BSLLineRight{right: 0;}

.si_BSLCircle{
	position: absolute;z-index: 2;
	top: 0;left: 50%;margin-left: -8px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	box-sizing:border-box;
	background-color: #FA974B;
	border: 3px solid #fff;}


.si_BSLTitle{
	margin: 0 auto;
	width: 132px;
	height: 40px;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
	background-color: #2396FA;}


.si_BSLText{
	margin-top: 22px;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	text-align: center;}

.si_MTBBom{
	margin-top: 26px;
	padding-top: 32px;
	width: 100%;
	height: 120px;
	box-sizing:border-box;
	background-color: #4242FF;
	background:-webkit-linear-gradient(left, #4242FF, #AB2EFF);
	background:-moz-linear-gradient(left, #4242FF, #AB2EFF);
	background:-o-linear-gradient(left, #4242FF, #AB2EFF);
	background:linear-gradient(left, #4242FF, #AB2EFF);}

.si_MTBExplain{
	color: #666;
	font-size: 14px;
	line-height: 22px;
	text-align: center;}

.si_TBBBtn{
	display: block;
	cursor: pointer;
	margin: 0 auto;
	padding-top: 11px;
	width: 200px;
	height: 56px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	border-radius: 28px;
	box-sizing:border-box;
	background-color: #fab44b;
	background:-webkit-linear-gradient(left, #fab44b, #fa974b);
	background:-moz-linear-gradient(left, #fab44b, #fa974b);
	background:-o-linear-gradient(left, #fab44b, #fa974b);
	background:linear-gradient(left, #fab44b, #fa974b);}
.si_TBBBtn img{
	vertical-align: top;
	margin-top: 6px;
	margin-left: 10px;
	width: 18px;height: 18px;}


/* si_matchGuide */
.si_matchGuide{
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	flex-wrap: wrap;
	width: 100%;}

.si_MGLi{
	position: relative;
	margin-bottom: 52px;
	padding: 60px 32px 0 32px;
	width: 588px;
	height: 220px;
	border-radius: 8px;
	box-sizing:border-box;
	background-color: #F2F5F7;}

.si_MGLi:nth-of-type(2n){
	margin-left: 24px;}

.si_MGLiFlex{
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;}

.si_MGLTitle{
	position: absolute;
	top: -28px;left: 32px;
	padding: 0 56px;
	height: 56px;
	color: #fff;
	font-size: 22px;
	line-height: 56px;
	text-align: center;
	border-radius: 28px;
	background-color: #2396FA;}

.si_MGLLeft{
	width: 152px;}

.si_MGLLeft img{
	display: block;
	margin: 0 auto;
	width: 80px;height: 80px;}

.si_GLLText{
	margin-top: 6px;
	color: #333;
	font-size: 14px;
	text-align: center;}

.si_MGLi p{
	color: #333;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 2px;}

.si_MGLRight a{
	display: block;
	margin-top: 12px;
	color: #2396FA;
	font-size: 16px;}


/* si_matchReward */
.si_matchReward{
	padding: 1px 0 82px 0;
	width: 100%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/match_reward_back.jpg);}

.si_MRText{
	margin: 12px 0 42px 0;
	color: #fff;
	font-size: 14px;
	text-align: center;}

.si_MRBox{
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	width: 100%;}

.si_MRBLi{
	position: relative;
	padding-top: 180px;
	flex: 1;
	max-width: 360px;}

.si_MRBLiCen{
	padding-top: 90px;
	margin: 0 60px;}

.si_RBLTitle{
	position: absolute;
	top: 90px;left: 50%;margin-left: -90px;
	width: 180px;
	height: 180px;
	color: #fff;
	font-size: 36px;
	line-height: 140px;
	text-align: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url(../img/icon/one_reward_back.jpg);}
.si_MRBLiCen .si_RBLTitle{
	top: 0;}

.si_RBLText{
	padding: 122px 22px 0 22px;
	width: 100%;
	height: 400px;
	color: #fff;
	font-size: 22px;
	line-height: 36px;
	border-radius: 8px;
	box-sizing:border-box;
	border: 3px solid rgba(255, 255, 255, 0.3);}


/* si_matchDownload */
.si_matchDownload{
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	padding-top: 52px;
	width: 100%;
	height: 160px;
	border-radius: 8px;
	box-sizing:border-box;
	background-color: #2396FA;}

.si_MDLi{
	cursor: pointer;
	margin-left: 112.5px;
	width: 250px;
	height: 56px;
	color: #fff;
	font-size: 22px;
	line-height: 54px;
	text-align: center;
	border-radius: 28px;
	box-sizing:border-box;
	border: 1px solid rgba(255, 255, 255, 0.7);
	-webkit-transition-duration:0.24s;-moz-transition-duration:0.24s;-o-transition-duration:0.24s;transition-duration:0.24s;}

.si_MDLi:hover{
	color: #498ef5;
	background-color: #fff;}


/* si_matchRule */
.si_matchRule{
	width: 100%;
	margin-bottom: 102px;}

.si_MRLi{
	position: relative;
	margin-bottom: 52px;
	padding: 60px 32px 42px 32px;
	width: 100%;
	border-radius: 8px;
	box-sizing:border-box;
	background-color: #F2F5F7;}

.si_MRLTitle{
	position: absolute;
	top: -28px;left: 32px;
	padding: 0 56px;
	height: 56px;
	color: #fff;
	font-size: 22px;
	line-height: 56px;
	text-align: center;
	border-radius: 28px;
	background-color: #2396FA;}

.si_MRLi p{
	color: #333;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;}


/* si_hotVideo */
.si_hotVideo{
	padding: 1px 0 82px 0;
	width: 100%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/match_reward_back.jpg);}

.si_HVMatchVideo{
	position: relative;
	margin: 0 auto;
	width: 1200px;
	height: 726px;}
.sl_VMVLoading{
	position: absolute;z-index: 1;
	top: 0;left: 0;
	width: 100%;
	color: #fff;
	font-size: 18px;
	line-height: 726px;
	text-align: center;}
.si_HVMatchVideo iframe{
	position: absolute;z-index: 2;
	top: 0;left: 0;
	display: block;
	width: 100%;height: 100%;}

.si_HVBoxPack{
	position: relative;
	margin: 52px 0;
	width: 100%;
	height: 480px;
	overflow: hidden;}

.si_HVBox{
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	position: absolute;
	top: 0;left: 0;
	-webkit-transition-duration:0.24s;-moz-transition-duration:0.24s;-o-transition-duration:0.24s;transition-duration:0.24s;}

.si_HVBLi{
	cursor: pointer;
	display: inline-block;
	margin-right: 40px;
	width: 580px;height: 480px;
	border-radius: 8px;
	overflow: hidden;
	background-color: #fff;}

.si_VBLImg{
	width: 100%;
	height: 320px;}

.si_VBLBom{
	padding: 24px 32px;
	width: 100%;
	box-sizing:border-box;}

.si_BLBTitle{
	width: 100%;
	color: #333;
	font-size: 22px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;}

.si_BLBText{
	margin-top: 12px;
	color: #666;
	font-size: 16px;}

.si_BLBTime{
	position: relative;
	margin-top: 26px;
	width: 100%;
	color: #999;
	font-size: 14px;}

.si_LBTRight{
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	top: 1px;right: 0;
	position: absolute;}

.si_BTRIcon{
	margin-left: 22px;
	line-height: 16px;}

.si_BTRIcon img{
	margin-right: 4px;
	vertical-align: top;
	width: 16px;height: 16px;}

.si_HVIcon{
	cursor: pointer;
	margin-right: 18px;
	width: 56px;
	height: 56px;}
body.si_bgcolor{
	background-color: #F3F3F3;}

.si_signTopNav{
	width: 100%;
	height: 90px;
	background-color: #fff;
	margin-bottom: 80px;}
.si_snW960{
	width: 960px;
	height: 100%;
	margin: 0 auto;
	position: relative;}
.si_snW960l{
	height: 100%;
	padding: 29px 0;
	box-sizing: border-box;
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;}
.si_snW960l span{
	font-size: 24px;
	color: #333;
	margin-left: 20px;
	line-height: 32px;}
.si_weblogo{
	width: 32px;
	height: 32px;}
.si_weblogo img{
	width: 100%;
	height: 100%;}
.si_snW960r{
	position: absolute;
	right: 0;
	top: 38px;
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;}
.si_snW960r a{
	font-size: 14px;
	color: #666;
	line-height: 14px;}
.si_Shortline{
	width: 1px;
	height: 12px;
	background-color: #666;
	margin: 1px 20px;}
.si_topText{
	margin-bottom: 42px;
	color: #111;
	font-size: 16px;
	text-align: center;}
.si_w960{
	width: 960px;
	height: 480px;
	background-color: #fff;
	border-radius: 8px;
	margin: 0 auto;}
.si_w960top{
	width: 960px;
	height: 80px;
	background-color: #2396FA;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 80px;}
.si_w960con{
	width: 336px;
	margin: 0 auto;
	margin-top: 80px;}
.si_w960phone{
	width: 100%;
	height: 44px;
	background-color: #F4F4F4;
	border-radius: 4px;
	border: 1px solid #ccc ;
	box-sizing: border-box;
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	margin-bottom: 20px;}
.si_w960phone p{
	font-size: 16px;
	color: #666;
	line-height: 16px;
	padding: 14px 16px;}
.si_w960phone img{
	width: 14px;
	height: 7px;
	padding-top: 19px;}
.si_w960phone input{
	width: 100%;
	height: 100%;
	padding: 0 10px;}

.si_w960phone input::-webkit-input-placeholder{
	font-size: 16px;
	color: #999;}
.si_redTip{
	color: red;
	font-size: 14px;
	margin-bottom: 6px;}

.si_w960code{
	width: 100%;
	height: 44px;
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;}
.si_w960code input{
	width: 186px;
	height: 100%;
	background-color: #F4F4F4;
	border-radius: 4px;
	border: 1px solid #ccc ;
	padding: 0 10px;
	box-sizing: border-box;
	margin-right: 10px;}
.si_w960code input::-webkit-input-placeholder{
	font-size: 16px;
	color: #999;}
.si_w960codebut{
	cursor: pointer;
	width: 140px;
	height: 100%;
	background-color: #F4F4F4;
	border-radius: 4px;
	border: 1px solid #ccc ;
	box-sizing: border-box;
	text-align: center;
	line-height: 44px;}
.si_w960codebutGrey{
	color: #999;}
.si_w960agree{
	width: 100%;
	height: 14px;
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	margin-top: 60px;
	margin-bottom: 26px;}
.si_w960agree p{
	font-size: 14px;
	color: #666;
	line-height: 14px;}

.si_w960agree p a{
	color: #2396FA;}

.si_checkbox{
	position: relative;
	width: 14px;
	height: 14px;
	border: 1px solid #ccc ;
	box-sizing: border-box;
	margin-right: 8px;}
.si_checkboxOut{
	background-color: #2396FA;
	border: 1px solid #2396FA;}
.si_checkboxOut::after{
	position: absolute;content: '';z-index: 10;
	top: 0px;left: 1px;
	width: 12px;height: 12px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-image: url(../img/icon/yes_icon.jpg);}

.si_signUpBut{
	width: 100%;
	height: 44px;
	background-color: #F4F4F4;
	border-radius: 4px;
	font-size: 16px;
	color: #999;
	text-align: center;
	line-height: 44px;}
.si_signBomcr{
	width: 960px;
	margin: 0 auto;
	margin-top: 60px;}
.si_signBomcr p{ 
	font-size: 12px;
	color: #999;
	line-height: 24px;
	text-align: center;}
.si_w960SItop{
	width: 960px;
	height: 80px;
	background-color: #2396FA;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;}
.si_signUpbox{
	width: 400px;
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	margin: 0 auto;}
.si_signUp{
	margin: 0 50px;}
.si_signUp P,.si_signUp a{
	display: block;
	font-size: 24px;
	color: #fff;
	margin-top: 26px;
	margin-bottom: 8px;}
.si_Selectline1{
	width: 40px; 
	height: 4px;
	border-radius: 2px;
	background-color: #fff;
	margin: 0 auto;}
.si_Selectline0{
	width: 40px; 
	height: 4px;
	border-radius: 2px;
	background-color: rgba(255,255,255,0);
	margin: 0 auto;}
.si_phonebox{
	width: 100%;
	height: 44px;
	background-color: #F4F4F4;
	border-radius: 4px;
	border: 1px solid #ccc ;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 20px;}
.si_phonebox::-webkit-input-placeholder{
	font-size: 16px;
	color: #999;}
.si_passwordbox{
	width: 100%;
	height: 44px;
	background-color: #F4F4F4;
	border-radius: 4px;
	padding: 0 10px;
	border: 1px solid #ccc ;
	box-sizing: border-box;}
.si_passwordbox::-webkit-input-placeholder{
	font-size: 16px;
	color: #999;}
.si_signInBut{
	width: 100%;
	height: 44px;
	background-color: #F4F4F4;
	border-radius: 4px;
	font-size: 16px;
	color: #999;
	text-align: center;
	line-height: 44px;
	margin-top: 60px;
	margin-bottom: 26px;}
.si_signUpButBlue{
	color: #fff;
	background-color: #2396FA;}
.si_w960bot{
	width: 100%;
	height: 14px;
	position: relative;}
.si_autoLogin{
	height: 100%;
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;}
.si_autoLogin p{
	font-size: 14px;
	color: #666;
	line-height: 14px;}

.si_w960botr{
	height: 100%;
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	position: absolute;
	top: 0;
	right: 0;}
.si_w960botr a{
	font-size: 14px;
	color: #666;
	line-height: 14px;}
.si_Shortline12{
	width: 1px;
	height: 12px;
	background-color: #666;
	margin: 1px 12px;}
.si_w1200news{
	width: 100%;
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;}
.si_newsdetail{
	width: 880px;
	margin-right: 20px;}
.si_detailtop{
	width: 100%;
	margin-top: 36px;}
.si_newstitle{
	font-size: 28px;
	color: #333;
	line-height: 40px;}
.si_newssource{
	width: 100%;
	height: 18px;
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	align-items: center;
	margin: 16px 0;}
.si_newsWriter{
	font-size: 18px;
	color: #666;
	margin-right: 20px;}
.si_newstime{
	font-size: 14px;
	color: #999;}
.si_detailcon{
	width: 100%;
	background-color: #fff;
	border-radius: 8px;
	z-index: 1;
	padding: 30px;
	box-sizing: border-box;
	margin-bottom: 40px;}
.si_detailconMT12{
	margin-top: 12px;}
.si_roundup{
	font-size: 16px;
	color: #999;
	line-height: 24px;}
.si_nlongline{
	width: 100%;
	height: 1px;
	background-color: #ccc;
	margin: 20px 0;}
.si_newstext{
	text-indent:2em;
	font-size: 16px;
	color: #333;
	line-height: 24px;
	margin-bottom: 16px;}
.si_newstextbold{
	text-indent:2em;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 24px;
	margin-bottom: 16px;}
.si_endtext{
	font-size: 16px;
	color: #333;
	line-height: 24px;
	text-align: right;
	margin-bottom: 20px;}
.si_fileDownload{
	font-size: 14px;
	color: #000;}
.si_fileName{
	color:blue;}
.si_newspicbox{
	margin-top: 30px;
	margin-bottom: 20px;
	width: 500px;
	margin: 0 auto;
	margin-bottom: 20px;}
.si_newspic{
	width: 100%;}
.si_newspictext{
	font-size: 14px;
	color: #999;
	text-align: center;
	margin-bottom: 30px;}
.si_newsTurnpage{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;}
.si_newsPrev,.si_newsNext{
	width: 100%;
	height: 76px;
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	align-items: center;
	position: relative;}
.si_newsTurnbut{
	width: 120px;
	height: 36px;
	border-radius: 18px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-size: #666;
	color: #666;
	text-align: center;
	line-height: 36px;
	margin-right: 20px;}
.si_nttext{
	font-size: 16px;
	color: #333;}
.si_nttime{
	position: absolute;
	right: 0;
	font-size: 14px;
	color: #999;}
.si_ntlongline{
	width: 100%;
	height: 1px;
	background-color: #ccc;}
.si_hotnews{
	flex: 1;
	margin-top: 166px;}
.si_hottitle{
	font-size: 22px;
	color: #333;
	margin-bottom: 24px;}
.si_hotnews1{
	cursor: pointer;
	height: 100%;
	height: 83px;
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	margin-bottom: 20px;
	position: relative;}
.si_hotnews1 img{
	display: block;
	width: 120px;min-width: 120px;
	height: 83px;
	margin-right: 8px;}
.si_hottext{
	width: 100%;}
.si_hotname{
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2; overflow: hidden;
	font-size: 14px;
	color: #333;
	line-height: 24px;}
.si_hottime{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
	color: #999;
	line-height: 24px;}


/** 网站首页 **/

/** 比赛赛道 **/

.si_HraceTrack{
	width: 100%;
	height: 89.5vw;min-height: 1720px;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;}
.si_HbigLabel{
	margin: 0 auto;
	width: 100%;
	height: 240px;
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	justify-content: center;
	align-items: center;}
.si_Hline{
	width: 60px;
	height: 4px;
	border-radius: 2px;
	background-color: #2396FA;}
.si_Hlinew{
	width: 60px;
	height: 4px;
	border-radius: 2px;
	background-color: #fff;}
.si_HbigLabel p{
	font-size: 36px;
	font-weight: bold;
	color: #333;
	margin: 0 30px;}
.si_HbigLabel .si_HbLnamew{
	color: #fff;}
.si_Htrackbox{
	width: 1200px;
	height: 21.3vw;min-height: 400px;
	padding-left: 620px;
	box-sizing: border-box;
	margin: 0 auto;
	margin-bottom: 100px;
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	align-items: center;}
.si_HtrackInfor{}
.si_Htracktext{
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	align-items: center;
	padding-bottom: 22px;}
.si_Htracktext p{
	font-size: 28px;
	font-weight: bold;
	color: #333;
	margin-right: 16px;}
.si_Heventtext{
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	align-items: center;
	padding-top: 18px;}
.si_Heventname{
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-right: 16px;}
.si_Hnumber{
	font-family: "阿里巴巴普惠体粗体";
	font-size: 28px;
	font-style: italic;
	color: #fa974b;
	margin-right: 10px;}
.si_Henrolldata1{ 
	height: 36px;
	background:-webkit-linear-gradient(left,#fab44b,#fa974b);
	background:-moz-linear-gradient(left,#fab44b,#fa974b);
	background:-o-linear-gradient(left,#fab44b,#fa974b);
	background:linear-gradient(left,#fab44b,#fa974b);
	padding: 10px 16px;
	box-sizing: border-box;
	border-radius: 18px;
	font-size: 16px;
	/**font-weight: 600;**/
	color: #fff;
	line-height: 16px;}
.si_Henrolldata2{ 
	height: 36px;
	background:-webkit-linear-gradient(left,#4242FF,#AB2EFF);
	background:-moz-linear-gradient(left,#4242FF,#AB2EFF);
	background:-o-linear-gradient(left,#4242FF,#AB2EFF);
	background:linear-gradient(left,#4242FF,#AB2EFF);
	padding: 10px 16px;
	box-sizing: border-box;
	border-radius: 18px;
	font-size: 16px;
	/**font-weight: 600;**/
	color: #fff;
	line-height: 16px;}

/** 比赛视频 **/
.si_HmatchVideo{
	width: 100%;
	height: 900px;
	
	background-size: cover;
	background-repeat: no-repeat;}
.si_Hmvmiddle{
	width: 100%;
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	justify-content: center; 
	align-items: center;}
.si_Harrowl{
	cursor: pointer;
	width: 80px;
	height: 80px;
	margin: 0 37px;}
.si_Harrowr{
	cursor: pointer;
	width: 80px;
	height: 80px;
	margin: 0 37px;}
.si_Hmvroll{
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	justify-content: center; 
	align-items: center;}
.si_Hmvrollsmal{
	cursor: pointer;
	display: block;
	width: 384px;
	height: 376px;
	border-radius: 8px;
	margin: 0 15px;
	overflow: hidden;}
.si_Hmvpicboxs{
	position: relative;
	width: 100%;
	height: 216px;
	overflow: hidden;}
.si_Hmvpics{
	width: 100%;
	height: 100%;}
.si_Hmvpicboxs:hover .si_Hmvpics{
	-webkit-transform:scale(1.2, 1.2);
	-moz-transform:scale(1.2, 1.2);
	-o-transform:scale(1.2, 1.2);
	transform:scale(1.2, 1.2);}
.si_Hmvplays{
	width: 48px;
	height: 48px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -24px;
	margin-left: -24px;}
.si_Hmvpicboxb{
	width: 100%;
	height: 326px;
	position: relative;}
.si_Hmvplayb{
	width: 64px;
	height: 64px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -32px;}
.si_Hmvtext{
	width: 100%;
	height: 160px;
	background-color: #fff;
	padding: 26px 20px;
	box-sizing: border-box;}
.si_Hmvname{
	font-size: 22px;
	color: #333;
	margin-bottom: 12px;
	-webkit-transition-duration:0.24s;-moz-transition-duration:0.24s;-o-transition-duration:0.24s;transition-duration:0.24s;}
.si_Hmvname:hover{
	color: #1F86E0;}
.si_Hmvprofile{
	font-size: 16px;
	color: #666;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;}
.si_Hmvinfor{
	width: 100%;
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	align-items: center; 
	position: relative;}
.si_Hmvdate{
	font-size: 12px;
	color: #999;}
.si_Hmvdata{
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	align-items: center; 
	position: absolute;
	right: 0;}
.si_Hmvdata span{
	font-size: 12px;
	color: #999;}
.si_Hmvdata img{
	width: 16px;
	height: 16px;
	margin-right: 8px;}
.si_Hmvsupport{
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	align-items: center; 
	margin-right: 20px;}
.si_Hmvwatch{
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	align-items: center;}

.si_Hmvrollbig{
	width: 580px;
	height: 486px;
	border-radius: 8px;
	margin: 0 15px;
	overflow: hidden;}
.si_Hmorebut{
	display: block;
	width: 160px;
	height: 40px;
	border-radius: 4px;
	border: 1px solid rgba(2555,255,255,0.8);
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	margin: 0 auto;
	margin-top: 60px;}

/** 专业教学视频 **/

.si_Hteachmvbox{
	padding-bottom: 72px;
	width: 100%;
	background-color: #F2F5F7;}
.si_Hw1200{
	width: 1200px;
	margin: 0 auto;
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	/* justify-content: center;  */
	flex-wrap:wrap;}
.si_Hteachmv1{
	cursor: pointer;
	width: 384px;
	height: 376px;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 24px;}
.si_Hteachmv1:nth-of-type(3n+2){
	margin: 0 24px;}

.si_Hmorebutb{
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	justify-content: center;
	align-items:center;
	width: 260px;
	height: 52px;
	border-radius: 4px;
	background-color: #2396FA;
	font-size: 18px;
	color: #fff;
	line-height: 52px;
	text-align: center;
	margin: 0 auto;
	margin-top: 32px;
	box-shadow:rgba(0,0,0,.52) 3px 3px 6px;}
.si_Hmorebutb img{
	display: block;
	margin-left: 8px;
	width: 22px;height: 22px;}

/** 国外极客DIY **/

.si_HjkDiybox{
	width: 100%;
	height: 810px;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;}
.si_HjkDiy{
	width: 100%;
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	justify-content: center; 
	align-items: center;}
.container {
	position: relative;
	width: 1200px;
	height: 440px;
	overflow: hidden;}
.container2{
	padding-top: 80px;
	box-sizing:border-box;}

.sl_HjkContainer{
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background-color: #F2F5F7;}

.sl_HjkCItem{
	pointer-events: none;
	cursor: pointer;
	position: absolute;
	padding-left: 664px;
	left: 0;top: 0;
	width: 100%;
	height: 100%;
	box-sizing:border-box;}

.sl_kciThum{
	position: absolute;
	top: -60px;left: 52px;
	width: 580px;
    height: 326px;
    border-radius: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;}

.sl_kciRight{
	padding-top: 124px;
	width: 100%;
	box-sizing:border-box;}

.sl_cirTitle{
    margin-bottom: 16px;
    color: #333;
	font-size: 22px;}
.sl_cirTitle:hover{
	color: #1F86E0;}

.sl_cirLine{
	width: 80px;
    height: 4px;
    background-color: #2396FA;
    border-radius: 2px;}

.sl_cirBrief{
	margin-top: 16px;
    margin-bottom: 36px;
    width: 100%;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}

.sl_cirBottom{
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
    color: #999;
	font-size: 12px;}

.sl_irbImgText{
	margin-right: 12px;
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	align-items: center;}

.sl_irbImgText img{
	display: block;
	margin-right: 3px;
	width: 16px;height: 16px;}

.si_HjkTChangeAnima{
	opacity: 0;
	pointer-events: none;
	-webkit-transition-timing-function: cubic-bezier(0.320, 0.915, 0.130, 0.995); 
	   -moz-transition-timing-function: cubic-bezier(0.320, 0.915, 0.130, 0.995); 
	     -o-transition-timing-function: cubic-bezier(0.320, 0.915, 0.130, 0.995); 
			transition-timing-function: cubic-bezier(0.320, 0.915, 0.130, 0.995);
	-webkit-transition-duration:0s;-moz-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s;
	-webkit-transform:translateY(22px);-moz-transform:translateY(22px);-o-transform:translateY(22px);transform:translateY(22px);}
.sl_HjkCItemOut{ pointer-events: auto;}
.sl_HjkCItemOut .si_HjkTChangeAnima{
	opacity: 1;
	pointer-events: auto;
	-webkit-transition-delay: 0s;-moz-transition-delay: 0s;-o-transition-delay: 0s;transition-delay: 0s;
	-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);
	-webkit-transition-duration:0.52s;-moz-transition-duration:0.52s;-o-transition-duration:0.52s;transition-duration:0.52s;}
.sl_HjkCItemOut .sl_cirTitle{
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;}
.sl_HjkCItemOut .sl_cirLine{
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;}
.sl_HjkCItemOut .sl_cirBrief{
	-webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;}
.sl_HjkCItemOut .sl_cirBottom{
	-webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;}




.container .wrap {
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	position: absolute;
	height: 440px;
	z-index: 1;}
.box{
	position: absolute;
	top: 0;
	left: 0;
	width: 1200px;}
.si_HjkDiymid{
	cursor: pointer;
	/* width: 1200px; */
	margin: 0 21px;
	position: relative;
	z-index: 1;}
.si_HjkDiymv{
	position: absolute;
	top: 0;
	left: 40px;}
.si_Hjkpicboxs{
	position: relative;
	width: 580px;
	height: 326px;
	border-radius: 8px;
	overflow: hidden;
	-webkit-transition-delay: 0.1s;-moz-transition-delay: 0.1s;-o-transition-delay: 0.1s;transition-delay: 0.1s;}
.si_HjkDiyconb{
	width: 100%;
	height: 360px;
	border-radius: 8px;
	margin-top: 40px;
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	align-items: center; 
	padding-left: 620px;
	box-sizing: border-box;
	background-color: #F2F5F7;}
.si_HjkDiycon{
	width: 490px;
	padding: 0 50px;}
.si_Hjkname{
	font-size: 22px;
	color: #333;
	margin-bottom: 16px;
	-webkit-transition-delay: 0.2s;-moz-transition-delay: 0.2s;-o-transition-delay: 0.2s;transition-delay: 0.2s;}
.si_HjkLine{
	width: 80px;
	height: 4px;
	background-color: #2396FA;
	border-radius: 2px;
	-webkit-transition-delay: 0.3s;-moz-transition-delay: 0.3s;-o-transition-delay: 0.3s;transition-delay: 0.3s;}
.si_Hjkprofile{
	margin-top: 16px;
	margin-bottom: 36px;
	width: 100%;
	color: #666;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
	-webkit-transition-delay: 0.4s;-moz-transition-delay: 0.4s;-o-transition-delay: 0.4s;transition-delay: 0.4s;}
.si_Hjkinfor{
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	width: 100%;
	align-items: center; 
	-webkit-transition-delay: 0.5s;-moz-transition-delay: 0.5s;-o-transition-delay: 0.5s;transition-delay: 0.5s;}
.si_Hjkdate{
	font-size: 12px;
	color: #999;
	margin-right: 20px;}
.si_Hjksupport{
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	align-items: center; 
	margin-right: 20px;}
.si_Hjkwatch{
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	align-items: center;}
.si_Hjksupport span,.si_Hjkwatch span{
	font-size: 12px;
	color: #999;}
.si_Hjksupport img{
	margin-right: 5px;
	margin-top: 3px;}




/** 论坛热门帖子 **/

.si_HforumPost{
	width: 100%;}
.si_HeventPost{
	width: 1200px;
	margin: 0 auto;}
.si_HfpLabel{
	width: 100%;
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	align-items: center; 
	margin-bottom: 40px;
	position: relative;}
.si_Hfplname{
	font-size: 24px; 
	color: #333;}
.si_Hfpmore{
	position: absolute;
	right: 0;
	width: 96px;
	height: 36px;
	border-radius: 18px;
	background-color: #2396FA;
	padding: 0 26px;
	box-sizing: border-box;
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	align-items: center;}
.si_Hfpmore span{
	font-size: 14px;
	color: #fff;
	margin-right: 8px;}
.si_Hfpmore img{
	width: 7px;
	height: 12px;}
.si_HepPostcon{
	width: 100%;
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;}
.si_HepPostcon1{
	cursor: pointer;
	width: 360px;
	height: 270px;
	border-radius: 8px;
	overflow: hidden;
	margin-right: 20px;
	position: relative;
	border: 1px solid #eee;
	box-sizing:border-box;
	overflow: hidden;}
.si_HepPostpic{
	width: 360px;
	height: 270px;}
.si_HepPostcon1:hover .si_HepPostpic{
	-webkit-transform:scale(1.2, 1.2);
	-moz-transform:scale(1.2, 1.2);
	-o-transform:scale(1.2, 1.2);
	transform:scale(1.2, 1.2);}
.si_Hepinforb{
	width: 100%;
	position: absolute;
	bottom: 0;}
.si_Hepinfor{
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	align-items: center; 
	position: relative;
	padding: 0 82px 0 10px;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.5);}
.si_Hmvdatew{
	font-size: 12px;
	color: #fff;
	overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;}
.si_Hmvdataw{
	position: absolute;
	right: 15px;
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	align-items: center;}
.si_Hmvsupportw{
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	align-items: center;}

.si_Hmvwatchw{
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	align-items: center;}
.si_Hmvsupportw img,.si_Hmvwatchw img{
	width: 16px;
	height: 16px;
	margin-right: 5px;
	margin-top: 3px;}
.si_Hmvsupportw span,.si_Hmvwatchw span{
	font-size: 12px;
	color: #fff;}
.si_HepPostcon2{
	flex: 1;}
.si_Heptext{
	cursor: pointer;
	width: 100%;}
.si_Hepname{
	font-size: 16px;
	color: #333;
	margin-bottom: 12px;
	-webkit-transition-duration:0.24s;-moz-transition-duration:0.24s;-o-transition-duration:0.24s;transition-duration:0.24s;}
.si_Hepname:hover{
	color: #1F86E0;}
.si_HepDashed{
	border: 1px dashed #E5E5E5;
	margin: 10px 0;}




.si_HquestTeam{
	width: 1200px;
	margin: 60px auto;
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;}
.si_Hquest{
	width: 580px;
	margin-right: 40px;}
.si_HbuildTeam{
	width: 580px;}
.si_HrowLine{
	width: 100%;
	height: 1px;
	background-color: #ccc;
	margin-bottom: 20px;}
.si_HquestRank{
	cursor: pointer;
	width: 100%;
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	margin-bottom: 20px;}
.si_HgrayBox{
	width: 32px;
	height: 32px;
	border-radius: 8px;
	background-color: #E5E5E5;
	font-size: 16px;
	color: #333;
	line-height: 32px;
	text-align: center;
	margin-right: 12px;}
.si_HorangeBox{
	width: 32px;
	height: 32px;
	border-radius: 8px;
	background:-webkit-linear-gradient(left, #fab44b, #fa974b);
	background:-moz-linear-gradient(left, #fab44b, #fa974b);
	background:-o-linear-gradient(left, #fab44b, #fa974b);
	background:linear-gradient(left, #fab44b, #fa974b);
	font-size: 16px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	margin-right: 12px;}

.si_HpurpleBox{
	width: 32px;
	height: 32px;
	border-radius: 8px;
	background:-webkit-linear-gradient(left, #4242ff, #AB2EFF);
	background:-moz-linear-gradient(left, #4242ff, #AB2EFF);
	background:-o-linear-gradient(left, #4242ff, #AB2EFF);
	background:linear-gradient(left, #4242ff, #AB2EFF);
	font-size: 16px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	margin-right: 12px;}
.si_Hqttext{
	flex: 1;}
.si_Hpostby{
	font-size: 12px;
	color: #666;
	margin-right: 8px;}


.si_Hmvtext{
	width: 100%;
	height: 160px;
	background-color: #fff;
	padding: 26px 20px;
	box-sizing: border-box;}
.si_Hmvname{
	font-size: 22px;
	color: #333;
	margin-bottom: 12px;}
.si_Hmvprofile{
	font-size: 16px;
	color: #666;
	margin-bottom: 30px;}


.si_Hjkinfor{
	width: 100%;
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	align-items: center;}
.si_Hjkdate{
	font-size: 12px;
	color: #999;
	margin-right: 20px;}
.si_Hjksupport{
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	align-items: center; 
	margin-right: 20px;}
.si_Hjkwatch{
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	align-items: center;}
.si_Hjksupport span,.si_Hjkwatch span{
	font-size: 12px;
	color: #999;}


/* match_province_contact */
.si_MPCBox{
	margin-bottom: 22px;
	padding: 52px 32px;
	width: 100%;
	border-radius: 8px;
	box-sizing: border-box;
	background-color: #fff;}

.si_tableBox{
	padding:12px;
	box-sizing:border-box;
	font-family:"微软雅黑";
	font-size:16px;}
.si_tableBox table{
	width:100%;
	text-align:center;
	border-color: #eee;
	font-family:"微软雅黑";}
.si_tableBox table tr td,.si_tableBox table tr th{padding:8px;}
.si_tableBox tr th{color:#343434;}
.si_tableBox tr td{color:#9ea7b3;}

.si_tip{
	text-align: center;}


/* more_matchNews */
body.si_bgcolorw{
	background-color: #FFFFFF;}
.si_matchNews1{
	width: 100%;
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	flex-wrap:wrap;
	padding-top: 60px;}
.si_mnLi1{
	width: 580px;
	height: 180px;
	background-color: #F2F5F7;
	border-radius: 8px;
	padding: 44px 30px;
	box-sizing: border-box;
	margin-right: 20px;
	margin-bottom: 40px;
	position: relative;}
.si_mnLi2{
	width: 580px;
	height: 180px;
	background-color: #F2F5F7;
	border-radius: 8px;
	padding: 44px 30px;
	box-sizing: border-box;
	margin-left: 20px;
	margin-bottom: 40px;
	position: relative;}
.si_newtigs{
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 36px;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background:-webkit-linear-gradient(left,#FAB44B,#FA974B);
	background:-moz-linear-gradient(left,#FAB44B,#FA974B);
	background:-o-linear-gradient(left,#FAB44B,#FA974B);
	background:linear-gradient(left,#FAB44B,#FA974B);
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 36px;}
.si_mnTitle{
	font-size: 22px;
	color: #333;
	line-height: 33px;}
.si_mnTime{
	font-size: 14px;
	color: #999;
	text-align: right;
	/**margin-top: 16px;**/
	position: absolute;
	right: 30px;
	bottom: 30px;}
.si_matchNews2{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 40px;}
.si_mnInfor{
	padding-right: 132px;
	cursor: pointer;
	width: 100%;
	height: 61px;
	display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	border-bottom: 1px dashed #E5E5E5;}
.si_mniBlueDot{
	width: 8px;min-width: 8px;
	height: 8px;min-height: 8px;
	border-radius: 4px;
	background-color: #2396FA;
	margin-right: 16px;}
.si_mniTitle{
	width: 100%;
	font-size: 18px;
	color: #333;
	overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;}
.si_mniTitle span{
	padding-right: 5px;
	color: #2396FA;}
.si_mnInfor:hover .si_mniTitle{
	color: #2396FA;}
.si_mniTime{
	font-size: 14px;
	color: #999;
	position: absolute;
	right: 30px;}
.si_mnDottedline{
	width: 100%;
	height: 0;
	border-bottom: 1px dashed #E5E5E5;
	margin: 20px 0;}
.si_enter_button{
	display: flex;
	justify-content: space-around;
	margin-top: 122px;
	margin-bottom: 62px;}
.si_enter_button div{
	width: 40%;
	font-size: 32px;
	font-weight:600;
	color: #fff;
	display: inline-block;
	background: url(../img/news/backbtn.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding:15px 6%;
	cursor: pointer;}
.si_enter_button div img,.si_enter_button div span{
	vertical-align: middle;
	width: 65px;height: 65px;}
.si_enter_button div span{
	margin-left: 40px;}

@media screen and (min-width: 200px) and (max-width: 1200px){
	.sy_TNCCen{
		display: none;}
	.sy_TNCLeft{
		position: relative;
		width: 100%;
		font-size: 18px;}
	.sy_TNCLeft img{
		width: 320px;height: 27px;position: absolute;top: 50%;left: 1vw;
		-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);}
	.sy_BBBom{
		padding: 5px 8px;
		height: 16px;
		bottom: 4px;}
	.sy_BBBLi{
		width: 6px;
		height: 6px;
		margin: 0 3px;}
	.sy_BBBLiOut{
		width: 14px;}
	.sy_w1200{
		width: 100%;}
	.si_title{
		font-size: 22px;
		margin: 14px 0 20px 0;
		padding-top: 34px;}
	.si_title::after{
		width: 80px;
		height: 32px;
		position: absolute;
    	content: '';
    	top: 0;
    	left: 50%;
    	margin-left: -40px;}
	.si_gameNews{
		flex-wrap: wrap;
		width: 100%;
		padding: 0;
		box-sizing: border-box;}
	.si_GNLeft{
		padding: 0 12px;
		margin: 0 auto;
		width: 100%;
		min-width: auto;
		box-sizing: border-box;}
	.si_GNLBanner{ height: 55vw;}
	.si_GNLPoint{
		margin: 0 3px;
		width: 6px;height: 6px;
		border-radius: 3px;}
	.si_GNLPointOut{ width: 14px;}
	.si_GNLPoints{height: 30px;}
	.si_GNLMore{margin: 12px auto 0 auto;width: 320px;}
	.si_GNLMore img{width: 100px;height: 42px;}
	.si_GNRight{margin-left: 0;padding: 0 12px;}
	.GNRList{
		height: auto;
		box-sizing: border-box;}
	.si_NRLItem{padding: 8px 0 28px 14px;margin-bottom: 6px;border-bottom: 1px solid #f1f1f1;}
	.si_RLIPoint{width: 6px;height: 6px;border-radius: 3px;top: 19px;}
	.si_RLITitle{font-size: 16px;}
	.si_RLITime{bottom: 9px;left: 14px;right: auto;top: auto;width: 80%;text-align: left;font-size: 12px;line-height: 1;}
	.si_GNLi{
		width: 100%;
		height: 120px;
		background-color: #fff;
		border-radius: 0;
		margin-bottom: 20px;}
	.si_GNLImg{
		width: 160px;
		height: 100%;
		border-radius: 4px;
		overflow: hidden;}
	.si_GNLi:nth-of-type(2n){
		margin-left: 0;}
	.si_GNLRight{
		flex: 1;
    	padding: 16px 10px;
    	box-sizing: border-box;}
	.si_NLRTitle{
		font-size: 16px;
		line-height: 24px;}
	.si_NLRTime{
		left: 10px;
		bottom: 8px;
		font-size: 12px;}
	.si_matchBrief{
		width: 86%;
		margin: 50px auto;
		padding: 30px 14px;
		border: 2px solid #4242FF;
		box-sizing: border-box;}
	.si_MBGear1{
		position: absolute;
    	top: -30px;
    	left: -30px;
		width: 60px;
		height: 60px;}
	.si_MBGear2{
		position: absolute;
    	right: -24px;
    	bottom: -8px;
		width: 60px;
		height: 60px;}
	.si_MBGear3{
		position: absolute;
    	right: 20px;
    	bottom: -40px;
		width: 80px;
		height: 80px;}
	.si_MBGear4{
		position: absolute;
    	right: 100px;
    	bottom: -16px;
		width: 40px;
		height: 40px;}
	.si_matchBrief p{
		font-size: 13px;
		line-height: 19px;}
	.si_matchTime{
		padding: 72px 0;}

	.si_MTBox{
		margin: 0 auto;
		width: 90%;}

	.si_MTBSlot{
		display: block;
		padding: 2px 16px 32px 10vw;}

	.si_MTBBom{
		padding-top: 20px;
		height: 92px;}

	.si_TBSLi{
		padding-top: 0;}

	.si_BSLCircle{
		left: 0;
		top: 50%;margin-top: -8px;}

	.si_BSLTitle{
		position: absolute;
		top: 50%;margin-top: -20px;
		left: 20px;
		font-size: 18px;}

	.si_BSLText{
		margin-top: 52px;
		padding-left: 176px;
		box-sizing: border-box;
		font-size: 16px;
		text-align: left;}

	.si_BSLLine{
		width: 4px;
		height: 62px;}
	.si_BSLLineLeft{
		left: -2px;
		top: -12px;}

	.si_BSLLineRight{
		right: auto;
		left: -2px;}
	.si_TBBBtn{
		height: 50px;
		padding-top: 11px;
		font-size: 20px;}

	.si_TBSLi:last-of-type .si_BSLLine{
		height: 28px;}

	.si_MGLi{
		margin: 0 auto 26px auto;
		width: 92%;height: auto;
		overflow: hidden;
		padding: 14px 12px 14px 112px;}

	.si_MGLTitle{
		display: flex;display: -moz-box;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;
		padding: 0;
		width: 98px;
		height: 100%;
		border-radius: 0;
		top: 0;left: 0;
		font-size: 18px;
		align-items: center;
		justify-content: center;}

	.si_MGLi p{
		font-size: 14px;
		line-height: 22px;}

	.si_MGLi:nth-of-type(2n){
		margin: 0 auto 26px auto;}

	.si_hotVideo{
		padding: 1px 0 22px 0;
		background: none;}
	.si_hotVideo .si_titleWhite{
		color: #333;}
	.si_hotVideo .si_titleWhite::after{
		background-image: url(../img/icon/gear.jpg);}

	.si_HVMatchVideo{
		width: 92%;
		height: 55.66vw;}

	.sl_VMVLoading{
		line-height: 55vw;}

	.si_matchRule{
		margin-bottom: 32px;}

	.si_matchRule .si_MRLTitle{
		display: none;}

	.si_matchRule .si_MRLi{
		margin: 0 auto 26px auto;
		padding: 22px 16px;
		width: 92%;
		box-sizing: border-box;}

	.si_matchRule p{
		margin-bottom: 22px;}

	.sy_seatBomNav{
		height: 152px;}

	.sy_BNCen{
		padding-top: 32px;
		width: 100%;}

	.sy_NCNItem{
		font-size: 15px;}

	.sy_BNCText{
		font-size: 12px;}

	.sy_BNCLine{
		margin: 28px 0 22px 0;}




	.si_w1200news{
		display: block;}

	.si_detailcon{
		padding: 32px 22px;}

	.si_hotnews{
		padding: 0 18px;
		margin: 52px 0 32px 0;
		box-sizing: border-box;}

	.si_newsdetail{
		width: 100%;
		margin-right: 0;}

	.si_detailtop{
		margin-top: 12px;
		padding: 0 12px;
		box-sizing: border-box;}

	.si_newstitle{
		font-size: 22px;
		line-height: 34px;}

	.si_newsWriter{
		font-size: 15px;}


	.si_mnInfor{
		padding: 12px 12px 28px 0px;
		height: auto;}

	.si_newspicbox{
		width: 100%;}

	.si_mniBlueDot{
		margin-left: 4px;}

	.si_mniTitle{
		font-size: 16px;}

	.si_mniTime{
		right: auto;
		left: 28px;
		bottom: 6px;
		font-size: 12px;}


	.si_Hw1200{
		width: 100%;}

	.si_Hteachmv1{
		margin: 10px auto;
		width: 320px;
		height: 286px;}
	.si_Hteachmv1:nth-of-type(3n+2){
		margin: 12px auto;}

	.si_Hmvpicboxs{
		height: 180px;}

	.si_Hmvtext{
		padding: 12px 10px;}
	.si_Hmvname{
		margin-bottom: 6px;
		font-size: 20px;}
	.si_Hmvprofile{
		margin-bottom: 14px;
		font-size: 14px;}

	.si_Hteachmvbox{
		padding-bottom: 22px;}

	.si_filePack{
		padding: 22px 0;
		height: auto;}

	.si_FPItem{
		padding: 14px 0;
		margin: 8px;
		height: 105px;
		font-size: 22px;}
	
	.si_enter_button{
		margin-top: 62px;
		margin-bottom: 42px;}
	
	.si_enter_button div{
		/* width: 45%; */
		font-size: 18px;
		padding: 15px 0;
		text-align: center;}
	.si_competition,.si_resource{
		width: 100%;
		font-size: 22px;}


	.si_enter_button div img{
		width: 30px;
		height: 30px;}
	
	.si_enter_button div span{
		margin-left: 10px;}
	
	.si_Hmorebutb{
		margin-top:22px;
		width: 172px;
		height: 42px;
		font-size: 16px;
		line-height: 42px;}
	
	.si_Hmorebutb img{
		display: block;
		margin-left: 4px;
		width: 16px;height: 16px;}

}