@charset "UTF-8";
body{
	color: #222;
	font-family: "Source Han Sans CN";
}
.ph_bg{
	background-color: #f0f0f0;
}
.clock_bd{
	display: none;
	position:fixed;
   	top: 0; 
   	left: 0;
   	z-index: 9999;
   	width: 100%;
   	height: 110px;
   	background-color: #fff5ed;
}
.clock_bd .pic{
	width: 100%;
	height: 70px;
	background:url(/images/s11_banner.jpg) no-repeat center center
}
.clock{
	padding: 5px 15px;
	background-color: #fff5ed;
}
.clock i{
	color: #ff3c77;
}
.clock .a{
	display: inline-block;
	margin: 0 3px;
	padding: 4px;  
	color: #fff;
	background: linear-gradient(top,#ffb66d,#ff2379);
 background: -webkit-linear-gradient(top,#ffb66d,#ff2379);
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
}
.clock_in{
	width: 950px;
	margin: auto;
}
.brand_banner{
	width: 100%;
	height: 560px;
	background:url(/event/champion/images/ph_banner.jpg) no-repeat center center;	
}
.online_bd{
	width: 1200px;
	padding:50px 0;
	margin: auto;
}
.online_title{
	text-align: center;
}
.online_title .txt{
	position: relative;
	display: inline-block;
	font-size: 50px;
	color: #ff7f14; 
	color: #222;
	font-weight: 300;
}
.online_title .txt b{
	position: relative;
	color: #f26005;	
}
.online_title .txt b:after{
	content:"";
	position: absolute;
	width: 100%;
	height: 12px;
	left: 0;
	bottom: 0;
	z-index: -22;
	background-color: #ffd6b4;
}

.one{
	position: relative;
	padding-bottom: 70px;
}
.one ul{
	padding-top: 40px;
}
.one li{
	float: left;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 1%;
}
.one .img img{
	float: left;
}
.one .txt2{
	width: 100%;
	height: 140px;
	padding: 20px;
	color: #fff;
	font-size: 22px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	background-color: #555;
	transition: all .2s ease-out;
}
.one .txt2:hover{
	background-color: #f26005;
	box-shadow:5px 5px 5px rgba(0,0,0,.2);
}
.two_bg{
	padding: 60px 0 70px 0;
}
.two{
	padding-top: 10px;
	padding-bottom: 10px;
}
.two li{
	float: left;
	width: 50%;
	padding: 40px 0;
	height: 220px;
}
.two li .img{
	float: left;
}
.two .line{
	border-bottom: dashed 1px #ccc;
}
.two_bd{
	float: left;
	width: 320px;
	padding-left: 20px;
}
.two_title{
	display: inline-block;
	font-size: 28px;
	color: #f26005;
	font-weight: bold;
}
.two_title:hover{
	-webkit-animation-name:tada;
	animation-name:tada;
}
.two_bd p{
	padding-top: 10px;
	font-size: 22px;
}
.three{
	width: 100%;
	padding: 80px 0;
	background: url(/event/champion/images/bg.jpg) no-repeat center center;
}
.three_title{
	color: #fff;
	font-size: 50px;
	font-weight: 300;
	text-align: center;
}
.three_title b{
	color: #ff7f14;
} 
.three ul{
	width: 1200px;
	margin: auto;
	padding: 50px 0;
}
.three li{
	float: left;
	width: 33.3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	border-left: solid 1px rgba(255,255,255,.3);
}
.three li:first-child{
	border-left:none;
}
.three .free_btn{
	margin-top: 60px;
}
.three .icon{ 
	display: block;
	width: 130px;
	height: 130px;
	margin: auto; 
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	line-height: 130px;
	color: #333;
	font-size: 50px;
}
.three .icon:hover{
	-webkit-animation: shake .6s ease-in-out alternate;
	-moz-animation: shake .6s ease-in-out alternate;
	animation: shake .6s ease-in-out alternate;
}
.three .title{
	padding: 30px 0 20px 0;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
}
.three p{
	padding: 0 40px;
	font-size: 22px;
	font-weight: 250;
}
.five{
	padding: 80px 0;
	text-align: center;
	background: url(/event/champion/images/bg2.png) no-repeat center center;
}
.five_bd{
	position: relative;
	width: 610px;
	margin: auto;
	border:solid 8px #f26005;
}
.five_bd:after{
	content:"";
	position: absolute;
	left: 50%;
	bottom: -25px;
	z-index: 22;
	width: 100px;
	height: 8px;
	margin-left:-50px;
	background-color: #f26005;
}
.five_bd video{
	float: left;
	width: 100%;
}
.four{
	padding: 60px 0;
	background-color: #f0f0f0;
}
.four ul{
	width: 1000px;
	margin: auto;
	padding-top: 50px;
}
.four li{
	float: left; 
	width: 33.33%;
	text-align: center;
}
.four li:hover{
	-webkit-animation-name:bounce;
	animation-name:bounce; 
}

/*推广页面临时样式*/
.form_bg{ 
	z-index:10;
}
.form_bg .form{
	padding:70px 10px 20px 10px;
}
.form_bg .regform .row{
	background:#fff;
}
.form_bg .regform .row input{
	padding:0;
}
.form_bg .regform .privacy,
.form_bg .regform .privacy a,
.form_bg .regform .privacy a:hover{
	color:#fff;
}
.form_h1{
	position:absolute;
	right:-30px;
	top:98px;
	z-index:20;
	width:270px;
	height:30px;
	line-height:30px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
.form_h1 b{
	font-size:150%;
	color:#ff7f14;
}
.form_h2{
	position:absolute;
	right:-30px;
	top:45px;
	z-index:21;
	padding:2px 5px;
	line-height:1.8em;
	font-size:12px;
	background-color:rgba(255,255,255,.8);
	/*border-radius:10px;*/
}
.form_h2 i{
	position:absolute;
	left:10px;
	bottom:-4px; 
	z-index:21;
	width:0;
	height:0;
	border-left:4px solid transparent;
	border-right:4px solid transparent;
	border-top:4px solid rgba(255,255,255,.8);
}
.form_h2 b{
	color:#ff7f14;
	font-weight:normal;
}

.form_bg_in{
	height: 385px;
	top: 80px;
	right: -30px;
}
.form_bg .form{
	padding-top: 100px;
}

.free_btn{
	text-align: center;
	padding-top: 30px;
}
.free_btn a{
	display: inline-block;
    height: 88px;
    min-width:360px;
    color: #fff;
    line-height: 88px;
    border-radius: 88px;
    font-size: 34px;
    background: -webkit-linear-gradient(top,#ff7f14,#f26005);
    background: linear-gradient(top,#ff7f14,#f26005);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.2);
	box-shadow:5px 5px 5px rgba(0,0,0,.2);
}
.free_btn a:hover{
	background: -webkit-linear-gradient(bottom,#ff7f14,#e73d30);
    background: linear-gradient(bottom,#ff7f14,#e73d30);
}

/*底部*/
.spiiker_foot{
	padding: 15px 0;
	line-height:2em;
	text-align:center;
	font-size:12px;
	color:#aaa;
	background-color: #333;
}