﻿/* 注册页面 */
body {
    background: url('../img/login_bg.jpg') no-repeat #e9f0f4;
}

ul, li, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.btn-blue {
    height: 40px;
    line-height: 40px;
    padding: 0;
    border: none;
    background-color: #66b7ff;
    color: #fff !important;
}

.btn-blue:hover {
    background-color: #4daaff;
}

.btn-blue:active {
    background-color: #339dff;
}

.aw-register-box {
    width: 714px;
    height: auto;
    margin: 100px auto 40px;
    padding: 50px 0;
    background: #fff;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
    text-align: center;
}

.aw-register-box h1 {
    margin: 45px 0 0;
    font-size: 20px;
    color: #666;
}

.aw-register-box .mod-body {
    width: 430px;
    margin: 0 auto;
    padding: 40px;
}

.aw-register-box ul li {
    position: relative;
    line-height: 30px;
    margin-bottom: 20px;
}

.aw-register-box ul li input[type="text"], .aw-register-box ul li input[type="password"] {
    width: 100%;
    height: 40px;
    line-height: 28px\0;
    padding-left: 15px !important;
    box-shadow: none;
    border-color: #e6e6e6;
}

.aw-register-box ul li.last {
    text-align: left;
    color: #666;
}

.aw-register-box ul li.last input {
    vertical-align: -2px\0;
}

.aw-register-box ul li.alert-danger i {
    margin-right: 5px;
}

.aw-register-box ul li hr {
    margin: 30px 0;
}

.aw-register-box ul .aw-register-verify input {
    width: 190px !important;
}

.aw-register-box ul .aw-register-verify img {
    cursor: pointer;
}

/* 注册提示 */
.aw-register-box li span {
    position: absolute;
    top: 0;
    right: -145px;
    width: 130px;
    padding: 5px;
    font-size: 12px;
    border-radius: 5px;
    overflow: hidden;
    text-align: left;
}

.aw-reg-tips {
    line-height: 15px;
    background: #eef7fd;
    border: 1px solid #cfdde6;
    color: #999;
}

.aw-reg-err {
    line-height: 28px;
    background: #ffeaea;
    border: 1px solid #e5c3c4;
    color: #C00;
}

.aw-reg-right {
    background: none;
    border: none;
}

/* 开放接口注册页面 */
.aw-register-open-box {
    padding-top: 30px;
}

.aw-register-open-box p {
    width: 240px;
    text-align: left;
    margin: 0 auto 10px;
}

.aw-register-open-box ul {
    padding-top: 0px;
}

.aw-register-open-tabs i {
    margin-left: 5px;
}

.aw-register-open-tabs.active .i-triangle-down {
    background-position: -210px -110px;
}

/* 找回密码 */
.aw-find-pwd {
    padding-bottom: 0;
}

.aw-find-pwd .mod-body {
    margin: 30px auto 100px;
}

.aw-find-pwd .mod-footer {
    height: 70px;
    line-height: 70px;
    background-color: #f5f5f5;
    border-radius: 0 0 3px 3px;
}

.aw-register-box ul li.error p {
    background: none repeat scroll 0 0 #fff480;
    border: 1px solid #ebebeb;
    border-radius: 5px 5px 5px 5px;
    color: #666;
    height: 40px;
    line-height: 40px;
    padding-left: 12px;
    text-align: left;
}

.aw-register-box ul li.error p .i-no {
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.aw-footer {
    padding: 30px 0 10px;
    font-size: 12px;
    text-align: center;
}

.aw-footer-wrap {
    color: #666;
}

.aw-footer-wrap a {
    color: #66b7ff;
}

/* iphone横屏幕 */
@media (max-width:640px) {
    /*注册界面*/
    .aw-register-box .mod-body {
        width: 100%;
        padding: 10px;
    }

    .aw-register-box, .aw-register-box ul li {
        width: auto;
    }
}

@media (max-width:321px) {
    .aw-register-box {
        width: 270px !important;
    }

    .aw-regiter-agreement {
        width: 240px;
        margin: 10px 0 0;
    }
}