/**
 * 公共
 */
.my-content {
    background-color: #FAFAFA;
}
@media only screen and (min-width:641px) {
    .my-content {
        padding: 30px 0 50px 0;
    }
    .my-content .container-left {
        padding-left: 5px;
    }
    .my-content .container-left img {
        max-width: calc(100% - 1.5rem);
        max-height: 100%;
    }
    .my-content .container-right {
        padding-right: 5px;
    }
    .user-forgetpwd-container .container-left, .user-login-container .container-left {
        min-height: 295px;
        max-height: 375px;
    }
}
@media only screen and (min-width:1025px) {
    .my-content .container-left {
        padding-left: 0;
    }
    .my-content .container-right {
        padding-right: 0;
    }
}
@media only screen and (max-width:641px) {
    .my-content {
        padding: 20px 0 30px 0;
    }
}

/**
 * 表单
 */
.user-form-container, .register-container .register-content {
    border: 1px solid rgba(225, 37, 27, 1);
    margin-top: 20px;
    width: 380px;
    height: 360px;
    background: #fff;
}
.login-p ,.reg-p{
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
    line-height: 55px;
    color: rgba(225, 37, 27, 1);
    font-size: 22px;
}
.am-form p {
    height: 38px;
    width: 303px;
    border: 1px solid #f1f1f1;
    margin: 10px auto 0;
}
.reg-p .am-form p {
    margin-top: 14px;
}
.am-form .reg-y {
    position: relative;
}
.am-form .reg-y .reg-z {
    position: absolute;
    top: 4px;
    right: 10px;
}
.reg-agree {
    width: 303px;
    margin: 0 auto;
    margin-top: 10px;
}
.reg-agree .am-checkbox{
    display: inline;
}
.am-form span {
    width: 38px;
    height: 38px;
    background-color: #e7e7e7;
    border-right: 1px solid #f1f1f1;
    float: left;
}
.am-form input[type="text"] ,.am-form input[type="password"]{
    border: none;
    line-height: 36px;
    height: 36px;
    width: 250px;
    float: right;
    padding-left: 5px;
    color: #3a3a3a;
    box-shadow: 0 0 0 400px #fff inset;
    font-size: 14px;
}
.am-form .aaaa:focus{
    border-color: transparent !important;
    box-shadow:none !important;
}
.acc {
    background: url(../images/icon.png) -42px -418px;
}
.pac {
    background: url(../images/icon.png) -42px -450px;
}
.pas {
    background: url(../images/yzm.png) no-repeat;
    background-size: 22px;
    background-position: center;
}
.login-input {
    height: 37px;
    width: 303px;
    background-color: rgba(225, 37, 27, 1);
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
}
.log-enroll {
    width: 298px;
    margin: 0 auto;
    margin-top: 30px;
}
.log-enroll p{
    float: left;
    font-size: 14px;
    color: #3a3a3a;
}
.log-enroll a{
    float: right;
    color: rgba(225, 37, 27, 1);
    font-size: 14px;
}
.reg-enroll {
    width: 298px;
    margin: 0 auto;
    margin-top: 0px;
}
.reg-enroll p{
    float: left;
    font-size: 14px;
    color: #3a3a3a;
}
.reg-enroll a{
    float: right;
    color: rgba(225, 37, 27, 1);
    font-size: 14px;
}
.my-content form.am-form {
    overflow: hidden;
    padding: 10px;
}
.my-content form.am-form .am-form-group {
    padding:0;
    margin-top:0;
}
.my-content form.am-form .am-form-group label{margin-bottom:0;}
.my-content form.am-form .am-form-group input{padding:0;}
.my-content form.am-form .am-btn-secondary{background:transparent;border:initial;padding:0;}
.my-content form.am-form .am-btn-secondary:hover{color:#0f6db6 !important;}

/**
 * 注册
 */
.user-register-container {
    background-color: #FAFAFA;
    width: 100%;
    overflow: hidden;
    background-size: cover !important;
}
.register-container .am-tabs {
    margin: 0;
}
.register-container .am-tabs .am-tabs-bd, .register-container .register-content .register-close {
    background: #fff;
}
.register-container .register-content .register-close {
    color: #666;
}
.register-container .am-tabs-d2 .am-tabs-nav a {
    text-decoration: none;
}
.register-container .am-tabs-d2 .am-tabs-nav > .am-active a {
    color: #0f6db6;
}
.register-container .am-tabs-d2 .am-tabs-nav > .am-active {
    border-bottom: 1px solid #f1f1f1;
}
/*.register-container .am-tabs-d2 .am-tabs-nav > .am-active:after {*/
/*border-bottom-color: #0f6db6;*/
/*}*/
.register-container .am-tabs-d2 .am-tabs-bd {
    z-index: 0;
}

/**
 * 表单验证码
 */
.my-content form.am-form .form-verify {
    padding: 0;
}
.my-content form.am-form .form-verify a.form-verify-tips {
    font-size: 12px;
    text-decoration: none;
    line-height: 28px;
    color: #FFF;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7F000000', endColorstr='#7F000000');
    background: rgba(0,0,0,0.5);
    text-align: center;
    display: none;
    width: 102px;
    height: 28px;
    position: absolute;
    z-index: 1;
    top: -1px;
    left: -1px;
}
@media only screen and (min-width:641px) {
    .my-content form.am-form .form-verify:hover a.form-verify-tips {
        display: block;
    }
}

/**
 * 注册协议
 */
.register-container .agreement {
    margin: 10px 0;
}
.register-container .agreement label {
    display: initial;
}
.register-container .agreement a {
    color: #0f6db6;
}


/**
 * 弹窗图片验证码
 */
.my-content .verify-submit-win{ margin-top: 20px; display: block; }
.my-content .reg-switch-tips { font-weight: 100; font-size: 12px; color: #f87689; margin-left: 20px; }
.my-content #verify-win .am-modal-bd { margin-top: 10px; }
.my-content #verify-win .am-modal-bd .base { overflow: hidden; }
.my-content #verify-win .am-modal-bd .base .verify-tips { font-size: 12px; }
.my-content #verify-img { vertical-align: middle;  }


/**
 * 弹层登录
 */
.login-modal-container {
    padding: 0;
}
.login-modal-container-top {
    margin: 0;
    padding:0;
}

@media only screen and (max-width: 800px) {
    .my-content .container-right {
        padding-left: 1rem !important;
    }
}

@media only screen and (max-width: 640px) {
    .user-form-container, .register-container .register-content {
        width: 100%;
    }
    .am-form input[type="text"], .am-form input[type="password"] {
        width: 225px;
        float: left;
        padding-left: 12px;
    }
    .login-input ,.am-form p{
        width: 100%;
    }

}

@media only screen and (max-width: 350px) {
    .log-enroll ,.reg-enroll{
        width: 274px;
    }
}


@media screen and (max-width:768px){
    .e_fix_box{display:none;}
    .xo-padding-horizontal-md-sm>span{width:auto;    background: transparent;line-height: 30px;}
    .am-input-group-btn>span{overflow:hidden;width:auto;}
    .am-form span.am-input-group-btn{width: 101px;}
    .form-validation span.form-verify{height: 38px;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}
    body .am-form input[type="text"], .am-form input[type="password"]{float:none;}
    body .business-form-block input[type="text"]{float:left;}

    .my-content{background-color:transparent;}
    .my-content form.am-form{padding:0;max-width: 290px;margin: 0 auto;}
    .am-form span{background-color:transparent;}
    .xo-padding-horizontal-md-sm>span{height:auto;line-height:inherit;}
    .login_extra_func a{vertical-align: initial;}
    .login-modal-container span.none_id{width:auto;height:auto;}
    .my-content form.am-form .am-form-group input{display: block;  width: 100%;border:1px solid #e7e7e7;border-radius:30px;padding-left:60px;}
    body .my-content form.am-form .am-form-group input[type].am-field-error:focus,
    body .my-content form.am-form .am-form-group input[type].am-form-field:focus
    {outline: 0!important;;-webkit-box-shadow:inset 0 0 0 transparent !important;box-shadow:inset 0 0 0 transparent !important;}
    .am-popup-hd .am-close{font-weight:300;}
    .user_login_title{font-weight:600;font-size:18px;text-align: center;margin-bottom: 40px;}
    .my-content form.am-form .am-form-group{position:relative;margin-bottom: 25px;}
    .my-content form.am-form .am-form-group label{position:absolute;left: 20px;top:50%;transform:translateY(-50%);border-right:1px solid #e7e7e7;padding-right:10px;height:18px;}
    .my-content form.am-form .am-form-group label img{width:auto;height:100%;}
    .my-content form.am-form .am-form-group .am-input-group{display: block;}
    #form-verify-img{position: absolute;right: 10px;top: 50%;width: 90px;height: auto;transform: translateY(-50%);border-top-right-radius: 50%;border-bottom-right-radius: 50%;}
    .my-content form.am-form .am-form-group.start_login_btn{margin-bottom:0;margin-top:30px;}
    .my-content form.am-form .am-form-group.start_login_btn button{width: 100%;height: 36px;border-radius: 30px;font-size: 14px;background: rgba(225, 37, 27, 1);border: 0;}
    .my-content form.am-form .am-btn-secondary{color: rgba(225, 37, 27, 1) !important;}
}

/*弹窗标题*/
.am-popup-hd .am-popup-title{border-bottom:0;}
.am-popup-hd .am-popup-title .am-close{font-size:26px;font-weight:300;}
.am-popup-hd .am-popup-title h4.am-popup-title{display: none;}