/************************************************************************************************************************************
**@author ulxsfrankstudio
*************************************************************************************************************************************/ 

body {
  background-color: rgba(0,0,0,0);
}
.login_input_panel {
	margin-top: 5px
}

.login_input {
	position: relative;
	padding: 3px 0 3px 54px;
	border: 1px solid #e7e7eb;
	/*border: 1px solid #44b549;*/
	margin-top: -1px
}

.login_input input {
	border: 0;
	outline: 0;
	padding: 11px 0;
	vertical-align: middle;
	height: 3em;
	width: 100%
}

.weui-desktop-form__input,.weui-desktop-form__textarea {
	display: table-cell;
	width: 100%;
	padding: 0.48571429em 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(0,0,0,0);
	border: 1px solid #E4E8EB;
	border-radius: 3px;
}


.weui-cny_in_input{
	text-align:center;
	vertical-align:middle;
	display: table-cell;
	width: 220px;
	height: 84px;
	background: #44b549;
	border: 2px solid #44b549;
	border-radius: 10px;
	color: rgba(255,255,255, 1);
	font-size: 22px;
	text-align: center;
}

.weui-cny_out_input{
	text-align:center;
	vertical-align:middle;
	display: table-cell;
	width: 220px;
	height: 84px;
	background: rgba(0,0,0,0);
	border: 2px solid #44b549;
	border-radius: 10px;
	color: #44b549;
	font-size: 22px;
	text-align: center;

}

.weui-pay-form__input{
	display: table-cell;
	width: 100%;
	padding: 0.48571429em 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(0,0,0,0);
	border: 0px solid #E4E8EB;
	border-radius: 0px;
	color: #44b549;
	text-align: center;
	font-weight: 600;
}

.icon_login {
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -11px;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	display: inline-block
}

.icon_login.un {
	background: url(../img/email32.png) 0 0 no-repeat
}

.verifycode .weui-desktop-form__input-area {
	width: 100px;
	display: inline-block;
	vertical-align: middle;
}

.verifycode .weui-desktop-form__input-wrp {
	display: block;
}

.verifycode .weui-desktop-form__input {
	height: 50px;
}

.login_btn_panel {
	margin-top: 20px;
	margin-bottom: 10px
}

.btn_login {
	text-decoration: none;
	display: inline-block;
	overflow: visible;
	vertical-align: middle;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-width: 2px;
	border-style: solid;
	cursor: pointer;
	background-color: #44b549;
	background-image: -moz-linear-gradient(top,#44b549 0,#44b549 100%);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#44b549),to(#44b549));
	background-image: -webkit-linear-gradient(top,#44b549 0,#44b549 100%);
	background-image: -o-linear-gradient(top,#44b549 0,#44b549 100%);
	background-image: linear-gradient(to bottom,#44b549 0,#44b549 100%);
	border-color: #44b549;
	color: #fff;
	height: 51px;
	line-height: 33px;
	*line-height: 31px;
	width: 100%;
	padding: 7px 0px;
}

.btn_login:hover {
	text-decoration: none
}

.btn_login button {
	text-decoration: none;
	color: #fff
}

.btn_login:hover {
	background-color: #2f9833;
	background-image: -moz-linear-gradient(top,#2f9833 0,#2f9833 100%);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#2f9833),to(#2f9833));
	background-image: -webkit-linear-gradient(top,#2f9833 0,#2f9833 100%);
	background-image: -o-linear-gradient(top,#2f9833 0,#2f9833 100%);
	background-image: linear-gradient(to bottom,#2f9833 0,#2f9833 100%);
	border-color: #2f9833;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #fff
}

.btn_login:hover button {
	color: #fff
}

button.btn {
	height: 32px;
	line-height: 28px
}

.login_frame.quick_login {
	width: 400px
}

.banner .inner .login_frame.quick_login {
	padding: 0;
	min-height: 300px
}

.login_frame {
	padding: 25px 35px 20px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	background-color: #fff
}

.login_frame h3 {
	font-size: 20px;
	font-weight: 400;
	font-style: normal
}

.login_frame {
	width: 330px;
	float: right;
	margin-top: 25px;
	padding: 36px 35px 40px
}

.banner .inner {
	height: 460px;
	position: relative
}

.banner .inner .login_frame {
	width: 330px;
	float: right;
	margin-top: 25px;
	padding: 36px 35px 40px
}

.weui-desktop-link {
  font-size: 11px;
  margin: 0 7px;
  position: relative;
  margin: 0 14px;
}

textarea::-webkit-input-placeholder,input::-webkit-input-placeholder {
	font-size:14px;
	color: #a3a3a3
}

.on_changes{
	width:100%;
	top:40px;
	list-style:none;
	background:#FFF;
	border:1px solid #fff;
	display:none;
	padding:10px;
}

.on_changes li{
	margin:8px;
	padding:4px;
}

.on_changes li.active{
	background: #e8f9eb;
}