/* CSS Document */

* {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:hover, *:active, *:focus {
  outline: none; }

::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

::-webkit-scrollbar-track-piece {
  background-color: #fff;
  -webkit-border-radius: 6px; }

::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: #ccc;
  -webkit-border-radius: 6px; }

::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: #ccc;
  -webkit-border-radius: 6px; }


html {
  font-family: Arial, 'Microsoft Yahei';
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 62.5%; }

body, h1, h2, h3, h4, h5, ul, li, dl, dt, dd, p {
  margin: 0; }

h1, h2, h3, h4, h5 {
  font-weight: normal; }

ul {
  padding: 0;
  list-style: none; }

input, button, select {
  border: 0;
  margin: 0;
  padding: 0;
  font-family: 'Arial','Microsoft Yahei';
  -webkit-appearance: none;
  outline: none;
  font-weight: normal; }

input {
  border: none;
  padding: 0; }

input[type="button"] {
  text-align: center;
  vertical-align: middle; }

::-webkit-input-placeholder {
  color: #c3c3c3; }

::-moz-placeholder {
  color: #c3c3c3; }

::-ms-input-placeholder {
  color: #c3c3c3; }

body, html {
  height: 100%;
  text-align: left; }

header, main, section, nav, aside, footer {
  display: block;
  width: 100%; }

.tal {
  text-align: left; }

.tar {
  text-align: right; }

.tac {
  text-align: center; 
  padding-top: 20px;
}

.rel {
  position: relative; }

.abs {
  position: absolute; }

.fl {
  float: left; }

.fr {
  float: right; }
  
.dsn{
	display:none;}=

.syn {
  overflow: hidden; }

.ds-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.flex {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1; }

img {
  width: 100%;
  display: block;
  border: none; }

a {
  text-decoration: none;
  font-family: Arial, 'Microsoft Yahei';
  font-weight: normal;
  background: transparent;
  font-size: 1.6rem; }

body {
  -webkit-overflow-scrolling: touch; }

body {
  font-size: 1.6rem;
  line-height: 1;
  color: #888888;
  font-weight:normal;
  background: #fafafa; }
  
.contentWrap{
	padding:0 1.5rem ;
}

.form-YY{
	color: #888888;
	text-align: right;
    font-weight: normal;
    line-height: 3.6rem;
    margin: 0 -1.5rem 0;
    border:none;
}
.form-YY .row{
	padding:1rem 1.5rem;
	width:100%;
	display:table;
	position:relative;
}
.form-YY .row:first-child{
	padding-top:2rem;
}
.form-YY .row > div{
	height:3.3rem;
	display:table-cell;
	vertical-align:middle;
}
.form-YY .col-auto{
	padding-left:1rem;
}
.form-YY input[type="text"], select{
	width: 100%;
    height: 4rem;
    padding: 0 8px;
	line-height:3.9rem;
    text-align: left;
    background: #fff;
    line-height: 3.1rem;
    border: solid 1px #d7d7d7;
    color: #393939;
    font-size: 1.6rem;
    font-weight: normal;
	display:block;
}
.form-YY input[type="password"]{
	width: 100%;
    height: 4rem;
    padding: 0 8px;
	line-height:3.9rem;
    text-align: left;
    background: #fff;
    line-height: 3.1rem;
    border: solid 1px #d7d7d7;
    color: #393939;
    font-size: 1.6rem;
    font-weight: normal;
	display:block;
}
.form-YY input.m{
	width:100%;
	vertical-align:top;
}
.form-YY input.s{
	width:100%;
	height:4rem;
	line-height:3.9rem;
}
.form-YY input[type="button"]{
	cursor:pointer;
	display:block;
	font-size:1.6rem;
}
.form-YY input[type="button"].active{
	color: #158afd;
	background: #ffffff;
	border:solid 1px #158afd;
}
.form-YY .yzmYY{
	height:4rem;
	border:solid 1px #d7d7d7;
	overflow:Hidden;
	
}
.form-YY .yzmYY img{
	width:100%;
	height:100%;
	overflow:Hidden;
	cursor:pointer;
}
.tipError{
	text-align:center;
}
.tipError2{
	position: absolute;
    left: 1.6rem;
    bottom: -1.7rem;
	color: #f73d1f;
	font-size:1.3rem;
}
.fwarn2{
	color: #f84f32;
}

.loginMenu{
	width:100%;
	overflow:hidden;
	display:block;
	
}

.loginMenu li{
	height:4.5rem;
	line-height:4.5rem;
	color: #888888;
	font-size:1.7rem;
	font-weight:normal;
	text-align:center;
	position:relative;
}
.loginMenu li:before{
	position:absolute;
	content:'';
	left:0;
	bottom:0;
	height:1px;
	width:100%;
	background: #eeecec;
}
.loginMenu li.active{
	color: #e94609;
}
.loginMenu li.active:before{
	background: #ef8259;
	height:2px;
}
.btn-warn{
	width:100%;
	height:4.5rem;
	line-height:4.5rem;
	border:none;
	background: #f7611f;
	color: #ffffff;
	font-size:2rem!important;
	font-weight:normal;
	text-align:center;
	
}
.select{
	width:100%;
	position:relative;
	display:block;
}
.select select{
	padding-right:2rem;
}
.select select option{
	line-height:2rem;
}
.select:before{
	position:absolute;
	content:'';
	right:2px;
	top:50%;
	background:#ffffff;
	width:1.5rem;
	height:2.6rem;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index:1;
	pointer-events:none;
}
.select:after{
	position:absolute;
	content:'';
	right:8px;
	top:56%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
	border:solid 6px transparent;
	border-top-color: #888888;
	z-index:3;
	pointer-events:none;
}

input[type="checkbox"].active{
	position:relative;
}
input[type="checkbox"].active:before{
	position:absolute;
	content:'';
	left:50%;
	top:50%;
	width:10px;
	height:5px;
	margin-left:-5px;
	margin-top:-4px;
	border-left:solid 1px #f7611f;
	border-bottom:solid 1px #f7611f;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
}

.fade {
	display:none;
 }

.checkCom{
	position:relative;
	width:16px;
	height:16px;
	border:solid 1px #bdbdbd;
	display:inline-block;
	vertical-align:middle;
}
.checkCom.active:before{
	position:absolute;
	content:'';
	left:50%;
	top:48%;
	width:10px;
	height:5px;
	border-left:solid 2px #f7611f;
	border-bottom:solid 2px #f7611f;
	-webkit-transform:translate(-50% ,-50%) rotate(-45deg);
	-moz-transform:translate(-50% ,-50%) rotate(-45deg);
	transform:translate(-50% ,-50%) rotate(-45deg);
	z-index:1;
}

.pre70{
	width:67%;
}
.pre30{
	width:30%;
}
.pre60{
	width:57%;
}
.pre40{
	width:40%;
}
.mt10{
	margin-top:10px;
}
.mts15{
	margin-top:-1.5rem;
}
.fs14{
	font-size:1.4rem;
}
.px15{
	padding:0 1.5rem;
}

.mask{
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	background: #000000;
	-webkit-opacity:0.4;
	-moz-opacity:0.4;
	-ms-opacity:0.4;
	opacity:0.4;
	filter:alpha(opacity=40);
	z-index:2;
}
.tipWin{
	padding:2.4rem 1.5rem 5.6rem;
	width:88%;
	position:fixed;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50% ,-50%);
	-moz-transform:translate(-50% ,-50%);
	transform:translate(-50% ,-50%);
	overflow:hidden;
	background: #ffffff;
	border-radius:10px;
	color: #282828;
	font-size:1.5rem;
	font-weight:normal;
	text-align:center;
	line-height:2.2rem;
	z-index:5;
}
.tipWin .fixFooter{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	height:4rem;
	line-height:4rem;
	border-top:solid 1px #c8c8c8;
	text-align:center;
	color: #007ff0;
	font-size:1.7rem;
}



@media screen and (max-width:360px){
	html{
		font-size:56%;
	}
	.form-YY .row{
		padding:0.85rem 1.5rem;
	}
	.form-YY input[type="text"], select{
		height:3rem;
		line-height:2.9rem;
	}
	.form-YY .yzmYY{
		height:3rem;
	}
	.form-YY input.s{
		height:3rem;
		line-height:2.9rem;
		}
	.btn-warn{
		height:3.2rem;
		line-height:3.2rem;
		}
}