@charset "utf-8";
/**
 * 
 * @authors Jack.Chan (fulicat@qq.com)
 * @date    2014-10-08 15:12:15
 * @update  2014-11-21 14:50:21
 * @version 1.0
 */
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a{
	-webkit-tap-highlight-color:rgba(201, 224, 253, 0);
}
html{
	-webkit-touch-callout:none;
}
html,
body{
	padding:0;
	margin:0;
}

.page ul,
.page ol,
.page li{
	list-style:none;
	padding:0;
	margin:0;
}

.clearfix:before,.clearfix:after {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

html,
body{
	height:100%;
}
.logo {
    /*display: inline-block;*/
    width: 24%;
    margin: 10px auto;
}
body{
	/*font-family: "STHeitiSC-Medium", Helvetica, Verdana;*/
    font-family: "avenir","Helvetica Neue",Helvetica,sans-serif;
}

.loader{
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-tap-highlight-color:rgba(201, 224, 253, 0);

	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:99999;
	width:100%;
	max-width:640px;
	margin:0 auto;
	background:rgba(255,255,255, .8);
}
.loader>.text{
	background-repeat:no-repeat;
	background-color:#fff;
	background-image:url(../images/loading-32.gif);
	background-size: auto 16px;
	background-position: center 20%;
	text-align:center;
	position:absolute;
	top:50%;
	left:50%;
	z-index:999999;
	width:140px;
	height:60px;
	line-height:60px;
	margin:-40px 0 0 -70px;
	border-radius:28px;
	border:1px #ccc solid;
	box-shadow:0 0 3px 1px rgba(0,0,0, .1);
}




.page{
	position:relative;
	z-index:1;
	max-width:640px;
	margin:0 auto;
	outline:0px #DD4B39 solid;
	background-color:#fff;
	min-height:100%;
	overflow-x: hidden;
}
section {
    background-color: #fff;
    padding-bottom: 20px;
}
section .top {
    min-height: 40px;
    background-image: url(../images/top-white.png);
    background-size: 100%;
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
}

.module[data-color="#ffffff"] + section{
	background-color: #f7f7f7;
}
.module[data-color="#ffffff"] + section .top{
	background-color: #fff;
}

section .top.social+.title {
    margin-top: 30px;
}
section .title {
    color: #666;
    font-weight: bold;
    margin: 10px 20px;
}

section .top.social>img {
    bottom: -20px;
}
section .top>img {
    width: 32px;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    bottom: -10px;
}
ul.footer, ul.footer li {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.footer li {
    float: left;
    width: 50%;
    text-align: center;
    margin: 0 auto;
}
ul.footer li a {
    display: block;
    text-decoration: none;
    color: #333;
}
p {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
}
ul.footer li img {
    display: inline-block;
    width: 79px;
}
img {
    border: 0;
    max-width: 100%;
}

.page>.container{
    margin: 0 auto;
}

.loading{
	padding:50px 0;
	text-align:center;
	color:#999;
	font-size:18px;
}

.xitem{
	position:relative;
}
.xitem[role="img"],.xitem-icon{
	text-align: center;
}

/*.xitem a{
	display:block;
	text-decoration:none;
}*/
.xitem a.track-btn,.xitem .text a{
	font-size: 14px;
	text-decoration: underline;
	color: #fff;
}
.module-container[data-color="#ecdf38"] .xitem .text a,.module-container[data-color="#ecdf38"] .xitem .text a:active,.module-container[data-color="#ecdf38"] .xitem a.track-btn,.module-container[data-color="#ecdf38"] .xitem a.track-btn:active{
	color: #5A5859;
}
.xitem img{
	max-width:100%;
	border:0;
	margin:0;
	vertical-align: bottom;
}
.xitem-icon{
	padding-top: 5px;
	padding-bottom: 5px;
}
.xitem-icon img{
	display: inline-block;
	width: 32px;
	height: 32px;
}

ul.xitem{
	display:table;
	width:100%;
}
ul.xitem>li{
	display:table-cell;
	width:1%;
	height:100%;
	vertical-align:top;
	position:relative;
}
ul.xitem>li>a{
	display:block;
	height:100%;
	width:100%;
}
ul.xitem>li img{
	width:100%;
	max-width:none;
	vertical-align:top;
}

.xitem[role="text"] {
	padding: 5px 0 10px 0;
}

.xitem[role="text"] .text{
	padding:0 20px;
	font-size:14px;
	line-height:18px;
	color:#666;
}
.xitem-icon + .xitem[role="text"] .text{
	color: #fff;
}
.module-container[data-color="#ecdf38"] .xitem-icon + .xitem[role="text"] .text{
	color: #5A5859;
}



.text p,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6{
	margin:0;
	padding:0;
}

.xitem[role="text"] .text p:first-child{
	line-height: 24px;
	margin: 5px 0;
}
.xitem-icon + .xitem[role="text"]{
	padding: 0 0 10px 0;
}
.xitem-icon + .xitem[role="text"] .text p:first-child{
	margin: 0 0 5px 0;
}
.xitem[role="text"] + .xitem[role="text-link"]{
	padding-bottom: 15px;
}

.container>div:nth-last-child(3){
	padding-bottom: 40px !important;
}

/* start fold */
.fold{

}
.fold>.hd{
	padding:10px;
	text-align:center;
}
.fold .btn-fold{
	margin:0 auto;
	padding:5px 20px;
	border-radius: 15px;
	display:inline-block;
	color:#fff;
	background-color: #d31145;
}
.fold .btn-fold>span:before{
	content:"查看";
	display:inline-block;
}
.fold.active .btn-fold>span:before{
	content:"收起";
	display:inline-block;
}

.fold>.bd{
	display:none;
}
.fold.active>.bd{
	display:block;
}
/* end fold */


/* start card */
.xitem>.card{
	margin:10px;
}
.card,
.card>dt,
.card>dd,
.card p,
.card{
	margin:0;
	padding:0;
}
.card,
.card *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.card{
	text-align:left;
	margin:10px;
	padding:10px;
	min-height:160px;
	border:1px #ccc solid;
	border-radius:0;
	font-size:14px;
	line-height:16px;
	background-image: url(../images/bg_card.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-color: #fff;
}
.card>dt{
	font-weight:bold;
	padding-bottom:8px;
}
.card>dd{
	font-size:12px;
	padding-bottom:4px;
}
.card>dd.tip{
	padding-top:4px;
}
.card .links{
	font-size:.8em;
	clear:both;
	height:50px;
}
.card .links:after{
	content:"\20";
	clear:both;
	width: 0;
	height: 0;
	display: block;
}
.card .links>a{
	float:left;
	width:40px;
	color:#666;
	text-align:center;
	text-decoration: none;
}
.card .links>a+a{margin-left:10px;}
.card .links .icon{
	width:40px;
	height:40px;
	border-radius:3px;
	display:block;
	background:url(../images/card_link-icons.png) no-repeat;
	background-size:40px auto;
}
.card .links .icon.icon-tel{
	background-position:0 0;
}
.card .links .icon.icon-sms{
	background-position:0 -40px;
}
.card .links .icon.icon-wechat{
	background-position:0 -80px;
}
/* end card */


/* index slider */
.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float:left;
  width:100%;
  position: relative;
}
.swipe-wrap > div img{
	max-width:100%;
}

.swipe .swipe-nav {
	position: absolute;
	bottom:0;
	height: 24px;
	line-height: 24px;
	text-align: center;
}
.swipe .swipe-nav a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #aaa;
	margin: 0 2px;
}
.swipe .swipe-nav a.on {
	background-color: #fff;
}
/* end slider */


/* page header */
.page>header,
header.xitem{
	height:44px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #c50035;
	background-image: url(../images/bg_bar-nav2.png);
	background-size: 100% 44px;
	background-repeat: repeat-x;
	position: relative;
}
.page>header:before,
.page>header:after,
header.xitem:before,
header.xitem:after{
	content: "\20";
	width: 4px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	background-size: 2px 44px;
	background-repeat: no-repeat;
	margin:0;
}
.page>header:before,
header.xitem:before{
	left: 0;
	background-image: url(../images/bg_bar-nav_before.png);
}
.page>header:after,
header.xitem:after{
	right: 0;
	background-image: url(../images/bg_bar-nav_after.png);
	background-position: right top;
}
.page>header>.title,
.page>header>.caption,
header.xitem>.title,
header.xitem>.caption{
	position: absolute;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 -10px;
	padding:0;
	font-size: 17px;
	font-weight: 500;
	line-height: 44px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
}


/* bottom nav */
.xnav *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color:rgba(201, 224, 253, 0.5);
	-webkit-touch-callout:none;
}


.xnav{
	position:fixed;
	bottom:0;
	
}
.xnav>ul{
	display:table;
	width:100%;
	height:50px;
	max-width:640px;
	margin-left:auto!important;
	margin-right:auto!important;
}
.xnav>ul li{
	background-image: url(../images/bg_tab-item.png);
	background-repeat: repeat-x;
	background-color: #BC0032;
	background-size: 100% 55px;
}
.xnav>ul>li{
	display:table-cell;
	width:1%;
	position:relative;
	border-spacing: 1px;
}
.xnav>ul>li+li{
	border-left:1px rgba(254,133,166,.5) solid;
}
.xnav>ul li:active,
.xnav>ul li.active {
	background: #c60035;
	box-shadow: inset 1px 1px 3px 1px rgba(111,0,29, 1);
}
.xnav>ul>li>ul{
	display:none;
}
.xnav>ul>li.active>ul{
	display:block;
}
.xnav>ul>li>a{
	padding-top:5px;
	height:50px;
	line-height:50px;
}
.xnav>ul>li>a>span,
.xnav>ul>li>a>label{
	display:block;
	margin:0;
}
.xnav>ul>li>a>span{
	width:44px;
	height:22px;
	background-size: 44px auto;
	background-repeat: no-repeat;
}
.xnav>ul>li>a>label{
	line-height:20px;
	font-size:14px;
}
.xnav>ul>li>ul{
	position: absolute;
	left:0;
	bottom:50px;
	width:100%;
}
.xnav li>a{
	display:block;
	text-align:center;
	color:#fff;
	text-decoration:none;
}
.xnav>ul ul>li>a{
	font-size:12px;
	height:30px;
	line-height:30px;
}

/* tmp */
.xnav>ul>li>a{
	padding:0;
}
.xnav>ul>li>a>span{
	display:none;
}
.xnav>ul>li>a>label{
	line-height:50px;
}

.page #generate{
	position: absolute;
	right: 20px;
	top: 10px;
	color: #999;
}
.page #generate:hover{
	color: #333;
}

.pop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    left: 20px;
    display: none;
    background-color: #fff;
    text-align: center;
    border: 1px solid #ccc
}

.pop-close a {
    width: 100%;
    display: block;
    padding-top: 10px;
    padding-right: 10px
}

.pop-close a img {
    float: right;
    max-width: 15px
}

.pop-content {
    margin: 5px
}

.pop-content>img {
    max-width: 50%;
    padding-bottom: 10px
}
