﻿
/*重构*/
	body {
	line-height: 1.6;
	font-family: "微软雅黑", Helvetica, Arial, sans-serif;
}
.page, body {
	background-color: #f5f5f5;
}
.weui_btn_primary:not(.weui_btn_disabled):active {
	color:fff;
	background:#04BE02;
}
.page .hd {
	margin:0;
	padding:0;
	background:#fff;
}
/*.weui_cell {
	border-bottom:1px solid #eaeaea;
}
.weui_cell:before {
	border:none;
	width: 0;
}*/
placeholder {
	color:#d2d2d2;
	padding:5px 15px;
}
.weui_cell input
{
    color:#000;
}
.weui_input {
	width:90%;
}
.mm-page {
	position:initial!important;
}
.weui_cell_select .weui_select {
	padding-left: 30px;
	font-size: inherit;
}
/*公共*/
	.red_btn {
	background:#04BE02;
}
.blue_btn {
	background:#04BE02;
}
.active i {
	color:#3cc51f;
	border-bottom:2px solid #04BE02;
}
.background-write {
	background:#fff;
}
.scm-back {
	text-align:center;
}
.scm-message {
	text-align:center;
	color:#e00;
	padding: 10px 15px;
}
.bordernone {
	border:none;
}
.scm-btn {
	border-radius:5px;
	color:#fff;
	padding:5px;
}
.scm-half {
	width:50%;
}
.scm-col-60 {
	width:66%;
}
.scm-col-30 {
	width:33%;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.font-red {
	color:#e00;
}
.font-grey {
	color:#d2d2d2;
}
.font-14 {
	font-size:14px;
}
.txt-right {
	text-align:right;
}
/*图标*/
	.scm-ico-name {
	background:url(../images/icon/icon-name.png) no-repeat;
	display:block;
	height:16px;
	width:16px;
	background-size:100%;
}
.scm-ico-pwd {
	background:url(../images/icon/icon-pwd.png) no-repeat;
	display:block;
	height:16px;
	width:16px;
	background-size:100%;
}
.scm-ico-vcode {
	background:url(../images/icon/icon-vcode.png) no-repeat;
	display:block;
	height:16px;
	width:16px;
	background-size:100%;
}
.scm-back {
	height:9rem;
}
/*login*/
	.scm-store-ad img {
	height:40px;
	margin-top:1rem;
}
.scm-store-logo {
	padding:.6rem 0 .3rem 0;
}
.scm-store-logo img {
	width:100px;
	margin-top:.7rem;
}
.scm-store-name span {
	color:#fff;
	font-size:15px;
}
.middle {
	height:10rem;
}
/*注册*/
	/*底部LOGO*/
	.footer {
	text-align:center;
}
.scm-logo {
	margin-top:7rem;
	background:url(../images/footer.png) center center no-repeat;
	height:3.1rem;
}
.scm-logo span {
	display:block;
	color:#ccc;
	font-size:12px;
	font-weight:bold;
	position: relative;
	width: 175px;
	margin: 0 auto;
}
.scm-logo span img {
	position: absolute;
	top: 2px;
	left:40px;
	width:12px
}
/*错误提示框*/
	.textac {
	text-align: center;
}
.tips {
	color: #fff!important;
	word-wrap: normal;
	background: url("../images/tou50.png") repeat;
	padding: 0 .5rem;
	border-radius: .2rem;
	color: #fff;
	width: 28rem;
	text-align: center;
	position: fixed;
	bottom: 20%;
	left: 50%;
	margin-left: -14.5rem;
	display: inline-block;
	min-height: 3rem;
	line-height: 3rem;
	font-size: 1rem;
	z-index: 100000;
}
/*修改密码*/
.weui_cell_left {
	width: 5rem;
}
.btn-style {
	margin: 0 !important;
	position: absolute;
	width: 100%;
	bottom: 0;
}
.weui_input {
	padding-left: 2rem;
}
.btn-red {
	background: #EF4F4F;
}
.btn-blue {
	background: #04BE02;
}
.btns {
	text-align: center;
	width: 50%;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	color: #fff;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

