@charset "utf-8";
/* CSS Document */
@import url(../common/common.css);
/*宽度*/
.w{ min-width:320px; height:auto;}
.w .img-banner{width: 100%;margin-bottom: 50px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
/*页面加载*/
#preloader {position:fixed;z-index:2500;top:0;left:0;right:0;bottom:0;background:#fff;}
#status {position:fixed;z-index:999999;width:250px;height:250px;position:absolute;left:50%; top:50%;background-size:32px 32px;
  background-repeat:no-repeat;background-position:center;margin:-125px 0 0 -125px; }
#status p{top:70%;}
#status em{font-size:10px!important;display:block;font-style:normal;}
.center-text{	text-align:center;	}

/*header*/
.header{ height:44px; background:#4eabe8;position: relative;z-index: 10;}
.new-a-back {height: 32px;left: 6px;position: absolute;top: 6px;width: 45px;}
.new-a-back span {display:block;height: 18px;margin-top: 7px;text-indent:17px; line-height:18px;width: 45px; color:#FFF; font-size:14px;}
.header h2 {color: #fff;font-size: 16px;font-weight: normal;height: 44px;line-height: 44px; text-align: center; font-weight:bold;}

.page{ padding:0 10px;}
.main {padding: 15px 0 80px;}
.main .item {margin-bottom: 10px;position: relative;width: 100%;}
.main .item .txt-username,.main .item .txt-password{ text-indent:10px;}
.main .item .txt-phone {text-indent:80px;}
.main .item .txt-input {background: none repeat scroll 0 0 #fff;border: 1px solid #d7d7d7;border-radius:5px; color: #252525;font-size: 14px;height: 44px;width: 100%;}
.main .item-username .input-close {right: 7px;}
.main .item .input-close {background:url(/static/images/login/txt_clear.png) no-repeat scroll center center / 10px 10px;cursor: pointer;display: block;height: 30px;position: absolute;top: 6px;width: 30px;}
.main .item-password .btn-off {background: url("/static/images/login/pwd_off.png") no-repeat scroll 0 0 / 51px 35px;}
.main .item-password .tp-btn {cursor: pointer;display: block;height: 35px;position: absolute; right: 10px;top: 8px; width: 51px; z-index: 1;}
.main .item-password .btn-on {background: url("/static/images/login/pwd_on.png") no-repeat scroll 0 0 / 51px 35px;}
.main .item-login-option {font-size: 14px; margin-bottom:5px;}
.main .item-login-option .retrieve-password {float: right;text-align: right;width: 50%;}
.main .item-login-option .retrieve-password a {color: #4eabe8;font-size: 15px;text-decoration: underline;}
.main .item-login-other{}
.main .item-login-other dt {color: #666;font-size: 14px; margin-bottom: 13px;}
.main .item-login-other dd .qq {width: 20%;}
.main .item-login-other dd a {float: left;}
.main .item-login-other dd a span {display:block;height: 40px;overflow: hidden; width: 40px;}
.ui-btn-wrap { padding-top:5px; padding-bottom:10px;}
.ui-btn-lg {cursor:pointer;border-radius:5px;display: block;font-size: 14px;height: 40px;line-height: 40px;width: 100%; text-align:center;}
.ui-btn-primary {background-clip: padding-box;background-color: #4eabe8;border-color: #4eabe8;color: #fff;}
.ui-btn-danger{background-clip: padding-box;background-color: #de3b8a;border-color: #de3b8a;color: #fff;}
