@CHARSET "UTF-8";

.login_phone {
	background-image: url(../../resources/images/login_icon_03.png);
}

.login_password {
	background-image: url(../../resources/images/login_icon_04.png);
}

.login_codeImg {
	background-image: url(../../resources/images/login_icon_05.png);
}

/* ************************************************* login page ****************************************************** */
.login_input_group {
    margin: 10px 15%;
    clear: both;
    background-color: #eaeaea;
    height: 32px;
    padding: 0px;
    line-height: 32px;
    font-size: 15px;
    border-radius: 5px;
}

.login_icon {
    width: 30px;
    display: block;
    float: left;
    border-right: 2px #E2E2E2 solid;
    height: 30px;
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center center;
}

.login_input {
    color: #999999;
    line-height: 35px;
    margin-left: 10px;
    background-color: transparent;
    border: none;
    width: 150px;
    height: 32px;
    float: left;
    outline: none;
}

.miniBtn {
	float: right;
	background-color: #2dca44;
	color: #fff;
	border: none;
	width: 70px;
	height: 32px;
	font-size: 8px;
}

.login_a_group {
	text-align: right;
	margin: 0 auto;
	width: 70%;
}

.login_a_group a {
	width: 30%;
	margin: 10px 10px;
	display: inline-block;
	color: #000000;
}

.login_bg {
	width: 100%;
}

.login_logo {
	margin: 30px auto 20px auto;
	width: 100px;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #EAEAEA inset;
}

::-webkit-input-placeholder { /* WebKit browsers */
　　color:red;
　　}
　　:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
　　color:#999;
　　}
　　::-moz-placeholder { /* Mozilla Firefox 19+ */
　　color:#999;
　　}
　　:-ms-input-placeholder { /* Internet Explorer 10+ */
　　color:#999;
　　}

/* -----------------------------商城登录样式start--------------------------- */
/* -----layer 开始-----*/
.layui-layer-title {
	color: #fff;
}
.layui-layer-tab .layui-layer-title {
}
.layui-layer-tab .layui-layer-title span.layui-layer-tabnow {
	color: #000;
}

/* -----layer 结束-----*/
/*登录layer*/
.layui-layer-content {
	width: 100%;
}

.layui-layer-content ul {
	padding: 0;
	margin: 0;
}

.layui-layer-content li {
	list-style: none;
}

.loginQRcodeDiv {
	text-align: center;
	margin: 0.1rem;
}

.loginQRcode {
	width: 280px;
	height: 280px;
	display: block;
	margin: 0 auto;
}

.btnToolBar {
	margin: 0.1rem auto;
	text-align: center;
}

.pageOneButton {
	font-size: 15px;
	color: white;
	background-color: #cc0000;
	border-radius: 0px;
	float: none;
	clear: both;
	height: 32px;
	line-height: 32px;
}

.login_a_group a:hover {
	color: #000000;
}
/* -----------------------------商城登录样式end -----------------------------*/