/*==========全局==========*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html{font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif; font-size: 62.5%;}
body{font-size:14px; color:#333; background-color:#fff; -webkit-user-select: none; user-select: none; -ms-touch-action: none;}
body, button, input, optgroup, select, textarea, h1, h2, h3, h4, h5, h6, p, figure, form, blockquote, ul, ol, li, dl, dd{margin:0;padding:0}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {display: block;}
img{vertical-align:middle; max-width:100%; border:0;}
ul,ol{list-style:none;}
input,textarea,select{outline:none;}
input[type="button"], input[type="submit"], input[type="reset"]{-webkit-appearance:none;}
a {color:#333; text-decoration: none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
a:hover{outline:0; color:#e20f72;}
.table{border-collapse:collapse; border-spacing:0;}
.clear{clear:both; height:0; overflow:hidden;}
.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden;}
.dn{display:none;}
.fl{float:left;}
.fr{float:right;}
.imgMax{width:100%;}
.radius2{-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
/** 布局 **/
.header,.footer{width:100%; position:fixed; left:0; right:0; z-index:900;}
.header{height:44px; top:0;}
.wrap-page{width:100%; position:relative; z-index:1;}
.page-footer{padding:0 0 49px 0;}
.page-header{padding:44px 0 0 0;}
.page-header-footer{padding:44px 0 55px 0;}
/** 头部 **/
.header_con{padding:0 30px; background:url(../images/headerBg.png) no-repeat; background-size:100% 100%;}
.header_title{height:44px; line-height:44px; text-align:center; font-weight:normal; font-size:18px; color:#fff; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.header_title i{display:inline-block; margin-right:5px; position:relative; top:-2px;}
.header_back{height:26px; position:absolute; top:50%; left:5px; font-size:26px; color:#fff; overflow:hidden;
	-webkit-transform:translate(0, -50%);
	transform:translate(0, -50%);
}
.header_back:hover{color:#fff;}
/** 报错页 **/
.errorTips{text-align:center;}
.errorTips_icon{padding-top:20px;}
.errorTips_title{margin-top:12px; text-align:center; font-weight:normal; font-size:16px; color:#666;}
.errorTips_p{margin-top:6px; color:#666;}