*{margin:0;padding:0;}
body {
cursor:pointer
}
ul{
	list-style: none outside none;
}
body{
    /*CSS3去除手机浏览器按钮点击出现的高亮框*/
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;/* For some Androids,个人感觉是低版本的安卓，4.0以下 */  
	position:relative;
}
.no-copy {
    -webkit-touch-callout:none;  /*系统默认菜单被禁用*/   
      -webkit-user-select:none; /*webkit浏览器*/   
      -khtml-user-select:none; /*早期浏览器*/   
      -moz-user-select:none;/*火狐*/   
      -ms-user-select:none; /*IE10*/   
      user-select:none; 
}
.clearfix {
    content: '';
    display: table;
    clear: both;
}
input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #bababa; opacity:1; 
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #bababa;opacity:1;
}

input:-ms-input-placeholder{
    color: #bababa;opacity:1;
}

input::-webkit-input-placeholder{
    color: #bababa;opacity:1;
}
.grey {
    color:#bababa;
}
.rel {
    position:relative;
}
.pt0 {
    padding-top:0 !important;
}
.logo-content {
    padding:0 0.8667rem;
}
.logo-img {
    padding-top:0.6667rem;
    padding-bottom:1.67rem;
    width:100%;
    text-align: center;
}
.logo-img-parent {
    width:100%;
    float:left;
    width:100%;
}
.logo-img img {
    width:2.1067rem;
    height:2.1067rem;
    display:block;
    margin:0 auto;
}
.logo-words {
    margin-top:0.4133rem;
    font-size:0.5333rem;
    float:left;
    width:100%;
}
.line-2 {
    border-bottom:2px solid #D6D6D6;
    width:100%;
    padding: 0.8667rem 0 0.1867rem
}

.select-head-cont {
    font-size:0.4rem;
    margin-left: 0.1333rem;
}
.option {
    position:absolute;
    left:0;
    top:0.73rem;
    border:1px solid #d1d1d1;
    box-shadow: 1px 1px 5px #d1d1d1;
    -webkit-box-shadow: 1px 1px 5px #d1d1d1;
    -moz-box-shadow: 1px 1px 5px #d1d1d1;
    -o-box-shadow: 1px 1px 5px #d1d1d1;
    background-color:#fff;
    width:100%;
    z-index:9999;
}
.option-item {
    padding:10px;
}

.line-2 input {
    margin-left: 0.1333rem;
    font-size: 0.4rem;
    border:0;
    outline:none;
    width:100%;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
#code{
    color: #ffffff; /*字体颜色白色*/
    background-color: #efefef;
    font-size: 0.64rem;
    font-family: "华康娃娃体W5";
    padding: 0.0667rem 0.1333rem;
    cursor: pointer;
    position:absolute;
    bottom:0.2667rem;
    right:0;
}
.line-3 {
    color:red;
    height:1rem;
    line-height:1rem;
}
.line-4 {
    width: 100%;
    background-color: #ff3333;
    text-align: center;
    vertical-align: middle;
    border-radius:4px;
    box-sizing: border-box;
    padding-top: 0.133rem;
    padding-bottom: 0.133rem;
}

#tFooter{
    margin-top:1.32rem;
    text-align:center;
    color:#bababa;
    font-size:0.36rem;
}

.i-hidsel ,.i-showsel{
    font-size:1rem !important;
    color:#d0d0d0;
    position:absolute;
    bottom:-0.1867rem;
    right:0;
}
 .i-sign-in {
     font-size: 0.8rem !important;
     outline :none;
     color:#fff;
     -webkit-tap-highlight-color:rgba(0,0,0,0) ;
     -webkit-tap-highlight-color: transparent; /* For some Androids */  
}


/*body:after{
	content:"";
	height:313px;
	background:-webkit-linear-gradient(top,#c82a00,#a00101);
	background:url(images/Login2.png) repeat-y\0;
	background:url(http://10.5.10.152/WuHanCCHRWebChat/images/Login2.png) repeat-y\0;
	position:absolute;
	left:0;
	top:-160px;
	width:100%;
	z-index:-1;
}
.login-wrap{
	height:600px;
	max-width:560px;
	margin:160px auto 0;
	background-color:#fff;
	padding-bottom:50px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:1px solid #e5e5e5;
	position:relative;
}
.login-wrap:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-box-shadow:1px 1px 10px #ddd;
	box-shadow:1px 1px 10px #ddd;
	z-index:-2;
}
.login-wrap div{
	max-width:400px;
	margin:0 auto;
}
.login-wrap .error-msg{
	color:#c33;
	font:16px/25px "Microsoft YaHei";
	height: 60px;
}
.login-wrap .error-msg span{
	display: none;
}
.login-wrap input{
	border:0;
	outline:0;
}
.login-wrap label{
	position:absolute;
	left:0;
	top:20px;
	color:#d6d6d6;
	font:16px "Microsoft YaHei";
	cursor:text;
}
.login-wrap .line-1{
	background: center center no-repeat;
	height:48px;
	padding-top:20px;
	padding-bottom:20px;
}
.login-wrap .line-2,.login-wrap .line-3{
	position:relative;
}
.login-wrap .line-2 input,.login-wrap .line-3 input{
	height:16px;
	padding-top:22px;
	padding-bottom:22px;
	color:#000;
	border-bottom:1px solid #d5d5d5;
	width:100%;
	font-size:16px;
	background-color:transparent;
}
.login-wrap .line-2 i{
	position:absolute;
	right:4px;
	top:50%;
	cursor:pointer;
	width:18px;
	height:18px;
	margin-top:-9px;
	background:url(../images/close.png) no-repeat;
	display:none;
}
.login-wrap .line-2 i:hover{
	background:url(../images/close_hover.png) no-repeat;
}
.login-wrap .line-4 input{
	width:100%;
	height:50px;
	font:18px "Microsoft YaHei";
	text-align:center;
	background-color:#e4393c;
	-moz-border-radius:3px;
	border-radius:3px;
	color:#fff;
	cursor:pointer;
	-webkit-appearance:none;
}
.login-wrap .line-4 input:hover{
	background-color:#d41317;
}
.login-wrap .line-4 input:active,.login-wrap .line-4 input:focus{
	background-color:#c11e1f;
}*/
/*user-list*/
/*#userListBox{
	position:fixed;
	width: 252px;
	min-height: 140px;
	left:50%;
	margin-left:-150px;
	top:37%;
	background-color: #fff;
	z-index: 9999;
	border-radius: 5px;
	padding:10px 24px;
	display: none;
}
#userListBox ul li{
	margin-top: 20px;
}
#userListBox ul input{
	margin-right: 5px;
}
#userListBox ul span{
	margin-right: 10px;
}
#userListBox [type="button"]{
	width:100%;
	height:40px;
	font:18px "Microsoft YaHei";
	text-align:center;
	background-color:#e4393c;
	-moz-border-radius:3px;
	border-radius:3px;
	color:#fff;
	cursor:pointer;
	-webkit-appearance:none;
	margin-top: 30px;
	border:0;
	outline:0;
}
#userListBox [type="button"]:hover{
	background-color:#d41317;
}
#userListBox [type="button"]:active,#userListBox [type="button"]:focus{
	background-color:#c11e1f;
}
.mask{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: .2;
	filter:alpha(opacity=20);
	display: none;
	z-index:2;
}*/
/*移动端*/
/*@media screen and (max-width: 560px) {
	body:after{
		background:none;
	}
	.login-wrap{
		border-radius:0;
		border:0;
		margin-top:5%;
	}
	.login-wrap:after{
		box-shadow:none;
	}
	.login-wrap div{
		margin-left:10px;
		margin-right:10px;
		max-width:100%;
	}
	.login-wrap .line-2 input,.login-wrap .line-3 input{
		border-radius:0;
	}
}*/
.tax-rate-dialog {
     z-index: 999;
     width: 9.2rem;
     position: fixed;
     top: 15%;
     left: 0.27rem;
     display: none;
     background-color: #fff;
     border-radius: 6px;
     padding: 0 0.13rem 0.4rem 0.13rem;
     text-align: center;
}
.city-tax-rate-dialog {
    border-radius: 6px;
}
.city-tax-rate-dialog .tax-rate-title {
     padding-top:0.4rem;
     padding-bottom: 0.4rem;
     text-align: center;
     font-size: 0.4rem;
}
 .layer {
     width: 100%;
     height: 100%;
     position: fixed;
     top: 0;
     left: 0;
     background-color: black;
     opacity: 0.5;
     display: none;
}
 .close {
     text-align: center;
     position: absolute;
     bottom:-1.067rem;
     left: 0;
     width: 100%;
}

 .i-close {
     font-size: 0.8rem !important;
     outline :none;
     color:#fff;
     -webkit-tap-highlight-color:rgba(0,0,0,0) ;
     -webkit-tap-highlight-color: transparent; /* For some Androids */  
}
.city-content {
    max-height:9rem;
    overflow-y:auto
}
.city-list {
    margin-left:-0.08rem;
    margin-top:-0.267rem;
    clear:both;
}
.city-list li {
    float: left;
    width:2rem;
    height:0.933rem;
    text-align:center;
    line-height:0.933rem;
    background:#f0f0f0;
    color:#333;
    margin-left:0.267rem;
    margin-top:0.267rem;
    border-radius:4px;
    overflow:hidden;
}
.city-list li.active {
    color:#f00;    
}