﻿@charset "utf-8";
/*
	project : zh28 MOBILE
	author : Jason
	release : 2015-9-25
	==================================================================================
*/
/*
	global settings
	=================================================================================
*/
/*
	common
*/
html { background: none; }
body { background: #f2f2f2; font-family: SimHei, STHeiti, Arial; font-size: 14px; }
.fl{ float: left; }
.fr{ float: right; }
.wrapper { height: 100% !important; height: 100%; margin: 0 auto; overflow: hidden; }
/*
	buttons
*/
.btn-white{ display: block; clear: both; text-align: center; border:1px solid #FFF; padding: 10px; color: #FFF; text-decoration: none; border-radius: 6px; }
/*
	icons
*/
.icon{ vertical-align: middle; margin-top: -5px; display: inline-block; background-repeat: no-repeat; background-size: 100% auto; margin-right: 10px; }
.icon-wc{ background-image: url('../images/icon-wc.png'); width: 24px; height: 24px; }
.icon-tel{ background-image: url('../images/icon-tel.png'); width: 24px; height: 24px; margin-left: -10px; }
/*
	tips
*/
.tips{ position: absolute; bottom: 80px;  width:100%; }
.tips .box{  margin:10px 20px; background: #fcf8e3; border-radius: 3px; text-align: center; line-height: 18px; padding:6px 10px; color: #333;}
.tips p{ font-size: 20px; color: #FFF; text-align: center; line-height: 24px; overflow: hidden; }
.tips .copy-box{ display: inline-block; padding:6px 10px; }
/*
	lead v2
*/
/* page1 */
.page1 .item{ position: absolute; width: 100%; height: 100%; }
.page1 .item-12396{
	background: #e83a04; /* Old browsers */
	background: -moz-linear-gradient(left, #3fbae2 0%,#1eafe5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3fbae2), color-stop(100%,#1eafe5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #3fbae2 0%,#1eafe5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #3fbae2 0%,#1eafe5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #3fbae2 0%,#1eafe5 100%); /* IE10+ */
	background: linear-gradient(to right, #3fbae2 0%,#1eafe5 100%); /* W3C */
}
.page1 .item .inner{ width: 80%; top: 50%; margin-top: -73px; margin-left: auto; margin-right: auto; position: relative; height: 146px;   }
.page1 .con{ text-align: left; padding-top: 16px; width:64%; }
.page1 h2{ color: #FFF; font-size: 24px; margin-bottom: 10px; }
.page1 p{ color: #FFF; font-size:14px; }
.page1 figure{ display: block; width: 84px; height: 84px; margin-bottom: 20px; }
.page1 .logo-12396{box-shadow: 0 0 10px 3px #74cae6;  background: url('../images/sxt.png') no-repeat #FFF center; background-size: 90% auto; border-radius: 20px; }
/* page2 */
.page2{ background: #1eafe5; }
.page2 h1{ color: #FFF; font-size:30px; border-bottom: 1px solid #FFF; margin: 30px 30px 0 30px; text-align: center; padding-bottom: 20px; }
.page2 .con{ padding:20px 30px 0 30px; color: #FFF; font-size: 14px; line-height: 20px; }
.page2 .aligncenter{ text-align: center; }
.page2 .btn-area{ position: absolute; width: 100%; bottom: 20px; left: 0; margin: 20px 0 0 0;  }
.page2 .btn-area .inner{ padding: 0 30px; }
.page2 .btn-area a{ line-height: 24px; font-size: 16px; border-radius: 6px; border:1px solid #FFF; display: block; padding: 6px 0; text-align: center; color: #FFF; text-decoration: none;}
/* lead-redirect */
.lead-redirect { background: url('../images/alpha-bg.png') repeat; width: 100%; height: 100%; position: absolute; text-align: center; z-index: 10; left: 0; top: 0; }
.lead-redirect img { width: 100%; max-width: 640px; }
.mask{
	position: fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	padding-top: 10px;
	display: none;
}
#captcha{
	margin: 200px auto!important;
}