@charset "UTF-8";
body{
	color: #222;
	font-family: "Source Han Sans CN";
}
.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: 570px;
	background:url(/event/online/images/on_banner.jpg) no-repeat center center;	
}
.online_bd{
	width: 1100px;
	padding:50px 0;
	margin: auto;
}
.online_title{
	text-align: center;
}
.online_title .txt{
	position: relative;
	display: inline-block;
	font-size: 42px;
	color: #ff7f14; 
}
.online_title .txt:before,
.online_title .txt:after{
	content:"";
	position: absolute;
	top: 50%;
	z-index: 22;
	margin-top: -12px;
	width: 34px;
	height: 25px;
	background: url(images/on_t.png) no-repeat center center;
}
.online_title .txt:before{
	left: -50px;
}
.online_title .txt:after{
	right: -50px;
}
.one{
	position: relative;
}
.one ul{
	padding-top: 40px;
}
.one li{
	float: left;
	width: 25%;
}
.two_bg{
	background: url(images/bg1.jpg) no-repeat center top;
}
.two{
	position: relative;
	margin-top: 50px;
}
.two_title{
	position: absolute;
	left: 0;
	top: -14px;
	z-index: 22;
	width: 100%;
	text-align: center;
}
.two_img{
	padding-top: 80px;
}
.two_img li{
	padding: 20px 0;
}
.three_line{
	width: 100%;
	height: 60px;
	margin-top: 70px;
	background-color: #f0f0f0;
}
.three{
	margin-bottom: 40px;
}
.three_img{
	margin-bottom: 50px;
}
.three dl{
	padding: 20px 0;
	border-bottom: dashed 1px #ddd;
	line-height: 50px;
	text-align: left;
	font-size: 24px;
}
.three dl:last-child{
	border-bottom: none;
}
.three dt img,
.three dd img{
	width: 60px;
}
.three .label{
	display: inline-block;
	height: 50px;
	vertical-align: middle;
}
.three .txt{
	display: inline-block;
	padding-left: 10px;
	vertical-align: middle;
}
.three dt{
	padding-bottom: 10px;
}
.three dd{
	color: #666;
	padding: 10px 0;
}

/*推广页面临时样式*/
.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;
    font-weight: bold;
    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;
}