
body {
    background-color: white;
}
.icon-tel {
    width: 25px;
    height: 25px;
    background-image: url(../../images/common/icon-tel.png);
}
.icon-lock {
    width: 25px;
    height: 25px;
    background-image: url(../../images/common/icon-lock.png);
}
.icon-eye-close {
    width: 20px;
    height: 20px;
    background-image: url(../../images/common/icon-eye-close.png);
}
.icon-eye-open {
    width: 15px;
    height: 13px;
    background-image: url(../../images/common/icon-eye-open.png);
}
.icon-verify {
    width: 25px;
    height: 25px;
    background-image: url(../../images/common/icon-verify.png);
}
.icon-user-light {
    width: 25px;
    height: 25px;
    background-image: url(../../images/common/icon-user-light.png);
}

#page-login .body,
#page-register .body {
    padding: 40px;
}
::placeholder {
    color: #999;
}

/* 登录 */
.welcome {
    font-size: 23px;
    margin-top: 40px;
}
.account {
    background-color: #fff;
}
.account .message {
    color: #999;
}
.account .tip {
    color: #999;
    margin-top: 16px;
    text-align: center;
}
.account-form {
    margin-top: 40px;
}
.account-form .forget-password {
    text-align: right;
    margin-bottom: 45px;
}
.account-form .forget-password a {
    color: #35b5fe;
}
.account-form .form-group {
    padding: 16px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
    font-size: 15px;
}
.account-form .zone-code {
    margin-right: 25px;
}
.account-form .input-text {
    border: none;
    padding: 0;
    flex: 1;
    min-width: 100px;
}
.account-form input[name=mobile] {
    color: #35b5fe;
}
.account-form input[name=password] {
    color: #999;
}
.account-form input[name=captcha] {
    color: #ff657e;
}
.account-form .register {
    margin-top: 40px;
    text-align: center;
    color: #999;
}
.account-form .btn-get-captcha {
    text-align: center;
    border-radius: 3px;
    padding: 5px 10px;
    border: 1px solid #979797;
    background-color: #fff;
    font-size: 12px;
    color: #333;
    width: 62px;
}
.account-form .btn-get-captcha[disabled] {
    border-color: #ccc;
    color: #999;
}
#page-login form .actions {
    margin-top: 30px;
}
/* page-register */
#page-register form .actions {
    margin-top: 110px;
}
#page-register .avatar {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background-size: cover;
    margin: auto;
    border: 1px solid #f4f5f7;
}

#page-account {
    background-image: url(../../images/account/bg-home.png);
    background-repeat: no-repeat;
    background-color: #f6faff;
    background-size: 100%;
}
#page-account .body {
    padding: 0 20px;
}
#page-account .header > a {
    display: flex;
    align-items: center;
    flex-flow: row;
    color: #fff;
    margin-top: 26px;
}
#page-account .header .avatar {
    width: 80px;
    height: 80px;
    background-color: #efefef;
    box-shadow: 0 1px 5px 0
    #2185c2;
    border-radius: 80px;
    border: 3px solid #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#page-account .header .info {
    flex: 1;
    margin-left: 15px;
}
#page-account .header .info .name {
    font-size: 16px;
    font-weight: normal;
}
#page-account .list-links {
    margin-bottom: 60px;
    margin-top: 20px;
}

#page-profile .body {
    height: 100%;
}
#page-profile .form-profile .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #efefef;
    display: inline-block;
    background-repeat: repeat;
    border: 1px solid #f4f5f7;
}

#avatar-choose {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity = 0);
    cursor: pointer
}
#avatar-choose:hover {
    text-decoration: none;
    background: #AADFFD;
}
.password-visibility {
    padding: 3px;
    margin-right: -3px;
}
.password-visibility.visible .icon {
    background-image: url(../../images/common/icon-eye-open.png);
}
.webuploader-pick {
    width: 100%;
    height: 100%;
    display: block;
    background: transparent;
}

ul.form-list {
    background-color: #ffffff;
    margin-top: 0;
    box-shadow:none;
}

ul.form-list li .form-group {
    padding: 20px 20px 20px 0;
    margin: 0 20px;
}
ul.form-list li > a {
    background-position: center right 20px;
}
ul.form-list li > a .form-group {
    padding-right: 30px;
}

ul.form-list li .form-group .form-control {
    text-align: left;
    font-weight: bold;
}
ul.form-list li .form-group .form-control::placeholder {
    font-weight: normal;
}

ul.form-list li .form-group .control-label {
    margin-right: 30px;
    min-width: 4em;
}

.input-pop-anim {
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    border: none;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    background-color: #efefef!important;
}

.input-body a.back {
    display: flex;
}

.input-body .icon-back {
    background-image: url("../../images/common/icon-back.png");
    width: 20px;
    height: 20px;
}

.input-body a.save {
    width: 40px;
    height: 24px;
    display: flex;
    position: absolute;
    right: 0;
    flex-direction: column;
    text-align: right;
    font-size: 16px;
    color: #333333;
    padding: 10px;
}

.webuploader-pick {
    padding: 0;
}

/*微信绑定手机号*/
			.fl{
				float: left;	
			}
			.fr{
				float: right;
			}
			.wechat{
				width: 100%;
				height: 100%;
				background:#fff;
			}
			.b-txt{
				padding: 0 40px;
			}
			input:-internal-autofill-selected{
				    background-color: rgb(255, 255, 255) !important;
			}
			.b-txt input,.b-txt button{
				border:none;
				outline: none;
				height: 30px;
				padding-left: 30px;
				background: #fff;
			}
			.b-txt-top{
				text-align: center;
			}
			.b-tel{
				height: 50px;
				line-height: 50px;
				text-align: center;
				color:#fff;
				font-size: 15px;
				background: #3eb6ff;
			}
			.account-img{
				width: 100px;
				height: 100px;
				line-height: 100px;
				text-align: center;
				display: inline-block;
				margin: 30px 0 20px;
			}
			.account-img img{
				border-radius: 50%;
			    -moz-border-radius: 50%;
			    -webkit-border-radius: 50%;
			}
			.input-tel, .getCode{
				border-bottom: 2px solid #eee;
			    padding: 8px 0;
			    margin: 20px 0px;
			    position: relative;
			}
			.getCode{
				margin:0 0 40px 0;
				position: relative;
			}
			.input-tel img, .getCode img{
				position: absolute;
				top:15px;
				left: 0;
			}
			.input-tel input,.getCode input{
				padding-left:30;
				width: 100%;	
				font-size: 15px;
			}
			.getCode button{
 				background:#65bbff;
				padding: 0 15px 3px;
				color:#fff;
				position: absolute;
				top:10px;
				right: -3px;
				border-radius: 15px;
			}
			.bang_ok button{
				width: 46%;
				color: #fff;
				background: #3eb6ff;
				padding: 0px;
			    border-radius: 5px;
			    -moz-border-radius: 5px;
			    -webkit-border-radius: 5px;
			}
			.bang_ok {
				text-align: center;
				font-weight: 700;
				margin: 30px 0 20px;
				font-size: 15px;
				overflow: hidden;
				}
			.welcome_you{
				font-size: 16px;
				color: #333333;
				padding-bottom: 10px;
			}
			.last-ok{
				text-align: center;
				font-size: 15px;
				color:#999999;
			}
			.b-top{
				padding-top: 20px;
			}
			#bang_ok{
					color: #fff;
					background: url('../../images/account/bang_tel.png') no-repeat center;
					background-size: 100% 100%;
					height: 60px;
					line-height: 55px;
				    margin: 0 5px;	
			}
			
			.tip-txt{
				font-size: 13px;
				width: 150px;
				padding: 10px;
				margin-left: -75px;
				text-align: center;
				position: absolute;
				top:50%;
				left: 50%;
				color: #fff;
				background: rgba(0,0,0,0.5);;
				border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				z-index: 100;
			}
