@charset "utf-8";
/* CSS Document */

blockquote, body, button, caption, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, hr, html, input, legend, li, menu, ol, p, pre, table, td, textarea, th, ul {margin: 0;padding: 0;   font-family: Arial,"微软雅黑",sans-serif;}
* {-webkit-tap-highlight-color: transparent}
body {background: #fff;}
html {font-family: Helvetica;color: #333;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%}
address, article, aside, details, figcaption, figure, footer, header, menu, nav, section {display: block}
table {border-collapse: collapse;border-spacing: 0}
caption, th {text-align: center;font-weight: 400}
abbr, body, fieldset, html, iframe, img {border: 0}
img {vertical-align: top}
address, cite, dfn, em, i, var {font-style: normal}
[hidefocus], summary {outline: 0}
li {list-style: none}
h1, h2, h3, h4, h5, h6, small {font-size: 100%}
code, kbd, pre, samp {font-family: inherit}
q:after, q:before {content: none}
textarea {overflow: auto;resize: none}
label, summary {cursor: default}
a, button {cursor: pointer}
a {color: #666}
b, em, h1, h2, h3, h4, h5, h6, strong {font-weight: 700}
a, a:hover, del, ins, s, u {text-decoration: none}
body, button, input, keygen, legend, select, textarea {color: #666;outline: 0}
input {background: none;border: none}
input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {-webkit-appearance:none!important;margin:0}
input[type=number] {-moz-appearance: textfield}
input::-webkit-search-cancel-button {display:none}
input[type=search]::-ms-clear {display:none}
a:active, a:hover {outline-width: 0}
.clearfix:after, .clearfix:before {content: " ";display: table}
.clearfix:after {clear: both}
.pull-right {float: right!important}
.pull-left {float: left!important}

html{font-size:50px;}



/*会员登录*/
.m-index-mian-list{background: #fff;max-width: 680px;margin: 0 auto;}
.logo_tot{padding-top: 0.3rem;margin-top:2rem;color: #333;margin-bottom: 0.8rem;}
.logo_tot h3{font-size:0.6rem;text-align: center;font-weight: normal;line-height: 0.8rem; }
.logo_tot h5{font-size:0.5rem;text-align: center;font-weight: normal; }
.login{
	width: 90%;
	margin: 0 auto;
	padding: 0;
	margin-top: 0.5rem;
	font-size: 0.3rem;
}

.login .form-group{
	width: 100%;
	height: 1.2rem;
	border-bottom: 1px solid #eeeeee;
	position: relative;line-height: 1.2rem;
	
}
.login .form-group .pull-left{
	display: block;
	height: 1.2rem;line-height: 1.2rem;
	width: 13%;
	float: left;
}

.login .form-group .pull-left img{
	position: absolute;
	left: 4%;
	top:0.3rem;
	height: 0.4rem;
}

 

.login .form-group .input-text{
	width: 86.5%;
	text-indent:0.3rem;
	float: right;
	background: #FFF;
	line-height: 1rem;
}
.login .form-group input{font-size: 0.32rem;}

.login .form-group .input-code{
	width: 50%;
	text-indent:0.3rem;
	background: #FFF;
	line-height: 1rem;
}
.login .form-group .qrcode{
	width: 30%;
	float: right;
	height: 1.2rem;line-height: 1.2rem;color: #0084fd;    text-align: right;
    padding-right: 0.2rem;
}


.login .form-group .submit{
	    display: block;
    width: 100%;
    height: 1rem;line-height: 1rem;
    background-image: linear-gradient(to right, #009ae9 ,#5f23c4);
    color: #fff!important;
    text-align: center;
    font-size: 0.4rem;margin-top: 0.6rem;border-radius:5rem;
    border: none;letter-spacing: 0.1rem;
}
.login .text-group{
	width: 100%;
	height: 1rem;
	margin-bottom: 0.5rem;
	text-align: center;
	line-height: 1rem;
}

.login .text-group a{
	padding: 0.3rem 0.5rem;
}

.login .form-group  .getCode{
	width: 100%;
	height: 1rem;
	display: block;
	text-align: center;
	line-height: 1rem;
	border-left: 1px solid #eeeeee;
}


