@charset "utf-8";

/* CSS Document */


/*主题*/

.login-form {
    background: #fff;
    width: 100%;
}

form {
    max-width: 320px;
    margin: 20px auto;
}

.user-name, .user-pass, .user-email, .user-phone, .verification {
    position: relative;
    height: 42px;
    margin-bottom: 5px;
}

form label {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    text-align: center;
    top: 1px;
    left: 1px
}

form input {
    font-size: 14px;
    line-height: 18px;
    height: 42px;
    padding: 11px 8px 11px 50px;
    width: 100%;
    border: 1px solid #fff;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.am-cf {
    width: 100%;
    max-width: 320px;
    margin: 0px auto;
}

.am-cf input {
    width: 100%;
    font-size: 14px;
}

.am-zc {
    width: 100%;
    text-align: center;
}

.am-zc a {
    color: #0a628f;
    display: block;
}

.login-links {
    max-width: 320px;
    margin: 20px auto;
    font-size: 14px;
}


/*注册*/

.verification {
    position: relative;
}

input#code {
    width: 80%;
}

#dyMobileButton {
    margin-left: 10px;
    border: 1px solid #DDD;
    padding: 0px;
    width: 15%;
    height: 40px;
    background: #F4F4F4 none repeat scroll 0% 0%;
    margin-top: 0px;
    text-align: center;
    line-height: 40px;
    color: #333;
    text-decoration: none;
    position: absolute;
    right: 0px;
    bottom: 0px;
}


/*修改的样式*/

#doc-my-tabs li.am-active a, #doc-my-tabs li a {
    background: #f8f8f8;
}

.am-tabs-bd {
    border: none;
}

.am-nav-tabs.am-nav-justify li {
    padding: 5px;
}

.am-nav-tabs>li>a, .am-nav-tabs.am-nav-justify>li>a, .am-nav-tabs.am-nav-justify>.am-active>a, .am-nav-tabs>li.am-active>a, .am-nav-tabs>li.am-active>a:focus, .am-nav-tabs>li.am-active>a:hover {
    border: none;
    color: #000;
    font-weight: 600;
}

.am-nav-tabs.am-nav-justify > .am-active> a, .am-nav-tabs.am-nav-justify>.am-active>a:focus, .am-nav-tabs.am-nav-justify>.am-active>a:hover, .am-nav-tabs>li.am-active>a, .am-nav-tabs>li.am-active>a:focus, .am-nav-tabs>li.am-active>a:hover {
    margin-right: 0px;
    border-bottom: 1px solid #0e90d2;
    border-radius: 0px;
}
.login-banner {
        width: 100%;
        height: 470px;
        background: #10a0ea;
        margin-top: 90px;
        background-image: url(../img/login-bg.jpg);
        background-repeat: no-repeat;
    }
    .login-main {
        max-width: 1000px;
        height: 470px;
        margin: 0px auto;
        position: relative;
        padding: 2rem 0;
    }
    .login-box {
        width: 100%;
        max-width: 360px;
        height: 320px;
        position: absolute;
        margin-top: 20px;
        margin-left: 0px;
        background: #f8f8f8;
        right: 2%;
        padding: 10px 20px;
    }
    .login-box2 {
        height: 430px;
    }
    .login-boxtitle {
        max-width: 1000px;
        margin: 0px auto;
        height: 60px;
    }
    .login-boxtitle img {
        height: 60px;
    }
@media only screen and (max-width:1240px) {
    
    .login-box {
        width: 100%;
        max-width: 360px;
        height: 320px;
        position: absolute;
        margin-top: 20px;
        margin-left: 0px;
        background: #f8f8f8;
        right: 2%;
        padding: 10px 20px;
    }
    .login-box2 {
        height: 430px;
    }
    .login-boxtitle {
        max-width: 1000px;
        margin: 0px auto;
        height: 60px;
    }
    .login-boxtitle img {
        height: 60px;
    }
    
    
}
@media only screen and (max-width:1024px) {
    .login-box {
        width: 100%;
        max-width: 360px;
        height: 320px;
        position: absolute;
        margin-top: 20px;
        margin-left: 0px;
        background: #f8f8f8;
        right: 2%;
        padding: 10px 20px;
    }
    .login-box2 {
        height: 430px;
    }
    .login-boxtitle {
        max-width: 1000px;
        margin: 0px auto;
        height: 60px;
    }
    .login-boxtitle img {
        height: 60px;
    }
    .login-banner {
        width: 100%;
        height: 470px;
        background: #10a0ea;
        margin-top: 90px;
        background-image: url(../img/login-bg.jpg);
        background-repeat: no-repeat;
    }
    .login-main {
        max-width: 1000px;
        height: 470px;
        margin: 0px auto;
        position: relative;
        padding: 2rem 0;
    }
    /*背景*/
    .login-banner-bg {
        display: block;
        float: left;
    }
    .am-btn-primary {
        width: 100%;
    }
    /*修改的样式*/
    #doc-my-tabs li.am-active a, #doc-my-tabs li a {
        background: #f8f8f8;
    }
    .am-nav-tabs>li>a, .am-nav-tabs.am-nav-justify>li>a, .am-nav-tabs.am-nav-justify>.am-active>a, .am-nav-tabs>li.am-active>a, .am-nav-tabs>li.am-active>a:focus, .am-nav-tabs>li.am-active>a:hover {
        border: none;
    }
}

@media only screen and (max-width:640px) {
    form, .am-cf, .partner {
        max-width: 640px;
        margin: 20px auto;
    }
    .footer-bd {
        display: block;
    }
    .partner h3 {
        text-align: left;
    }
    .am-btn-group i {
        display: inline-block;
        border-radius: 0px;
        border: 0px;
        background-color: transparent;
    }
    .am-btn-group span {
        display: inline-block;
    }
    .am-cf input {
        width: 100%;
        font-size: 16px;
    }
    .login-box {
        width: 100%;
        max-width: 360px;
        height: 320px;
        position: absolute;
        margin-top: 20px;
        margin-left: 0px;
        background: #f8f8f8;
        right: 2%;
        padding: 10px 20px;
    }
    .login-box2 {
        height: 430px;
    }
    .login-boxtitle {
        max-width: 1000px;
        margin: 0px auto;
        height: 60px;
    }
    .login-boxtitle img {
        height: 60px;
    }
    .login-banner {
        width: 100%;
        height: 470px;
        background: #10a0ea;
        margin-top: 90px;
        background-size: 100% 100%;
    }
    
}