@charset "utf-8";
* {
    outline: none;
    margin: 0;
    padding: 0;
}
body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    background: #fff;
    font-family: "Microsoft YaHei",Helvetica, arial, sans-serif;
    color: #000;
    /*overflow: hidden;*/
    width: 100%;
    height: 100%;
    min-width: 320px;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
html {
    width: 100%;
    height: 100%;
}
form,iframe,span,dl,dd,dt,ul,ol,li,pre,fieldset,legend,p,img {
    list-style:none;
    border: 0;
    padding: 0;
    margin: 0;
    line-height: 24px;
}
h1,h2,h3,h4,h5 {
    font-size: 100%;
    font-weight: normal;
}
i,em {
    font-style: normal;
}
input,textarea,select,button {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    font-family: "Microsoft YaHei",Helvetica, arial, sans-serif;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ccc;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}
/*登录*/
.login-page {
    background: url("../img/login-bg.jpg") center no-repeat;
    background-size: 100% 100%;
}
.login-p {
    padding-top: 5%;
}
.login-wrap {
    position: relative;
    width: 400px;
    margin: 0 auto;
    overflow: hidden;
}
.login-logo {
    text-align: center;
}
.login-box {
    position: relative;
    min-height: 350px;
    padding: 5px 35px 20px;
    margin-top: 30px;
    background: rgba(174,88,39,.05);
    border-radius: 10px;
}
.login-logo img {
    display: inline-block;
}
.login-tab {
    border-bottom: 1px solid #ddd;
}
.login-tab li {
    float: left;
    width: 50%;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    padding: 18px 0 12px;
    color: #bbb;
}
.login-tab li.active {
    border-bottom: 2px solid #c60301;
    color: #c60301;
}
.login-form {
    padding-top: 30px;
}
.login-form .inbox {
    position: relative;
    display: block;
    margin-bottom: 17px;
    border: 1px solid #f1e2db;
    background-color: #fff;
    padding: 0 20px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}
.focus-bor {
    border: 1px solid #a9a9a9 !important;
}
.error-bor {
    border: 1px solid #ffa8aa !important;
}
.login-form .layui-input {
    float: left;
    width: 258px;
    height: 42px;
    padding: 0 10px 0 15px;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.lg-user,
.lg-pass,
.lg-yzm,
.lg-phone,
.lg-phone-yzm {
    float: left;
    width: 20px;
    height: 42px;
}
.lg-user {
    background: url("../img/lg-user.png") center no-repeat;
}
.lg-pass {
    background: url("../img/lg-pass.png") center no-repeat;
}
.lg-yzm {
    background: url("../img/lg-yzm.png") center no-repeat;
}
.lg-phone {
    background: url("../img/lg-phone.png") center no-repeat;
}
.lg-phone-yzm {
    background: url("../img/lg-phone-yzm.png") center no-repeat;
}
.login-form .yzm {
    width: 145px;
    float: left;
}
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset !important;
}
.yzm-hq {
    position: absolute;
    right: 11px;
    top: 7px;
    width: 100px;
    height: 28px;
    line-height: 28px;
    background-color: #fd706e;
    text-align: center;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.yzm-hq.disabled {
    background-color: #ddd;
    color: #333;
}
.yzm-hq img {
    display: block;
    width: 100%;
    height: 100%;
}
.dlBtn {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    background-color: #c60301;
    margin-top: 20px;
    cursor: pointer;
}
.dlBtn:disabled:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.dlBtn:hover {
    opacity: .9;
    filter: alpha(opacity=90);
}
.login-con {
    /*display: none;*/
    position: relative;
    height: 0;
    overflow: hidden;
}
.login-con.on {
    z-index:2;
    height: auto;
}
.wjmm {
    font-size: 12px;
    text-align: right;
    padding: 10px 0;
}
.wjmm a {
    color: #ad0005;
}
.login-quik {
    position: relative;
    padding-bottom: 10px;
    margin-top: 13px;
    text-align: center;
    font-size: 0;
}
.login-quik a {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    margin: 0 8px;
}
.login-quik a:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}
.login-quik .wx {
    background: url("../img/wx.png") center no-repeat;
}
.login-quik .qq {
    background: url("../img/qq.png") center no-repeat;
}
.login-quik .dd {
    background: url("../img/dd.png") center no-repeat;
}
.login-quik .tao {
    background: url("../img/tao.png") center no-repeat;
}
.login-quik h3 {
    position: relative;
    text-align: center;
    padding: 15px 0 10px;
}
.login-quik span {
    display: inline-block;
    width: 100px;
    color: #bbb;
    vertical-align: middle;
    font-size: 14px;
}
.login-quik em {
    display: inline-block;
    width: 116px;
    height: 1px;
    border-bottom: 1px solid #e9d9cf;
    vertical-align: middle;
}
.dlBtn:disabled {
    background-color: #ccc;
    color: #888;
    cursor: default;
}
.sao-ewm,
.lg-pc {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 53px;
    height: 53px;
    cursor: pointer;
}
.sao-ewm {
    background: url("../img/lg-ewm.png") center no-repeat;
}
.lg-pc {
    background: url("../img/lg-pc.png") center no-repeat;
}
.login-ewm {
    height: 317px;
    padding: 20px 30px;
    display: none;
}
.login-ewm h2 {
    font-size: 18px;
    text-align: center;
}
.login-ewm img {
    display: block;
    width: 190px;
    margin: 10px auto;
}
.login-ewm p {
    width: 170px;
    margin: 0 auto;
    padding-left: 50px;
    background: url("../img/sys.png") 0 5px no-repeat;
    background-size: 38px;
}
.ewm-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: url("../img/close.png") #cd282d 18px 11px no-repeat;
    background-size: 12px;
    -webkit-border-radius: 0 0 0 100%;
    -moz-border-radius: 0 0 0 100%;
    border-radius: 0 0 0 100%;
    cursor: pointer;
}
.ewm-close:hover {
    opacity: .8;
}
.login-ewm p span {
    display: block;
    color: #999;
    line-height: 20px;
    font-size: 12px;
}
.login-ewm p em {
    color: #cd282d;
}
.login-footer {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: #999;
    padding: 30px 0 10px;
}
/*移动端滑动验证*/
#slide_box {
    display: none;
}
#slide_box {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #717171;
    background-color: #e8e8e8;
    border-radius:40px;
}
#slide_box span {
    position: absolute;
    left: 50%;
    margin-left: -70px;
    line-height: 40px;
}
#slide_xbox {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    position: absolute;
    background: #7ac23c;
    border-radius: 40px;
}
#slide_xbox p {
    position: relative;
    display: inline-block;
    left: 18px;
}
#slide_xbox span {
    margin-left: -28px;
}
#btn {
    cursor: pointer;
    width: 40px;
    height: 40px;
    float: right;
    color: #8a8c97;
    background:  url("../img/slider.png") #e8e8e8 0 0 no-repeat;
    background-size: 100% 100%;
    border-radius: 20px;
}

#btn > .iconfont {
    font-size: 20px;
}
.slider-yz {
    height: 44px;
}

/*特效*/
body {
    /*background: radial-gradient(200% 100% at bottom center, #f7f7b6, #e96f92, #75517d, #1b2947);*/
    /*background: radial-gradient(220% 105% at top center, #1b2947 10%, #75517d 40%, #e96f92 65%, #f7f7b6);*/
    /*background-attachment: fixed;*/
    overflow: hidden;
}

@keyframes rotate {
    0% {
        transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(0);
    }
    100% {
        transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(-360deg);
    }
}
.stars {
    transform: perspective(500px);
    transform-style: preserve-3d;
    position: absolute;
    bottom: 0;
    perspective-origin: 50% 100%;
    left: 50%;
    animation: rotate 90s infinite linear;
}
.star {
    width: 2px;
    height: 2px;
    background: #F7F7B6;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0 -300px;
    transform: translate3d(0, 0, -300px);
    backface-visibility: hidden;
}
/*dingding*/
.dingding,
.weixin {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    display: none;
    background-color: #fff;
}
#login_container,
#login_container iframe {
    width: 100% !important;

}
#login_container iframe html body .login_content {
    height: 400px !important;
}
.dd-close {
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    width: 30px;
    height: 30px;
    background: url("../img/dd-close.png") center no-repeat;
    z-index: 100;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.dl-note {
    font-size: 12px;
    padding: 20px 0 17px;
    color: #999;
}
.appdw {
    float: left;
    display: block;
    width: 100px;
    background: url("../img/appdw.png") left center no-repeat;
    padding: 5px 0 5px 22px;
    font-size: 12px;
    color: #888;
}
.zhuce-text {
    float: right;
    font-size: 12px;
    line-height: 26px;
    color: #888;
}
.zhuce-text a {
    color: #ad0005;
}
.l-bt {
    padding: 5px;
}
@media screen and (max-height: 850px) {
    .login-p {
        padding-top: 3%;
    }
    .login-logo img {
        height: 110px;
    }
    .login-box {
        margin-top: 20px;
    }
    .login-footer {
        padding-top: 20px;
    }
}
@media screen and (max-height: 768px) {
    .login-p {
        padding-top: 20px;
    }
    .login-tab li {
        padding-top: 13px;
    }
    .login-form {
        padding-top: 20px;
    }
    .login-box {
        min-height: 345px;
    }
    .login-quik {
        margin-top: 0;
        padding: 0;
    }

}
@media screen and (max-width: 1200px){
    .stars {
        display: none;
    }
    body {
        overflow: auto;
    }
}

@media screen and (max-width: 1024px) {
    .login-quik a {
        background-size: 26px !important;
    }

    .login-quik .wx,
    .login-quik .wx:hover {
        background: url("../img/m-wx.png") #fff 15px center no-repeat;
        color: #333;
    }

    .login-quik .qq,
    .login-quik .qq:hover {
        background: url("../img/m-qq.png") #fff 15px center no-repeat;
        color: #333;
    }

    .login-quik .dd,
    .login-quik .dd:hover {
        background: url("../img/m-dd.png") #fff 15px center no-repeat;
        color: #333;
    }
    .verify-wrap .drag-btn {
        background: url("../img/m-slider.png") center no-repeat;
        background-size: 40px;
    }
    #btn {
        background: url("../img/m-slider.png") #e8e8e8 center no-repeat;
        background-size: 40px;
    }
    .verify-wrap .suc-drag-btn {
        background: url("../img/m-success.png") center no-repeat;
        background-size: 40px;
    }
    .login-quik {
        display: none;
    }
    .login-p {
        position: fixed;
        left: 10%;
        top: 50%;
        margin-top: -257px;
        width: 80%;
        height: 514px;
        padding: 0;
    }
    .sao-ewm {
        display: none;
    }
    .login-box {
        padding-bottom: 35px;
    }
    .appdw {
        display: none;
    }
}

@media screen and (max-width: 768px) {

}
@media screen and (max-width: 600px) {
    .login-wrap {
        width: 100%;
        height: auto;
    }
    .login-form .layui-input {
        width: calc(100% - 40px);
    }
    .lg-user, .lg-pass, .lg-yzm, .lg-phone, .lg-phone-yzm,.login-form .layui-input {
        height: 40px;
    }
    .lg-user, .lg-pass, .lg-yzm, .lg-phone, .lg-phone-yzm {
        background-size: auto 18px;
    }
    .login-form .yzm {
        width: calc(100% - 150px);
    }
    .login-logo img {
        width: 90%;
        height: auto;
    }
    .login-logo {
        padding: 15px 20px;
    }
    .login-box {
        padding: 0 40px 30px;
    }
    .login-ewm {
        height: 282px;
    }
    .login-ewm h2 {
        font-size: 16px;
    }
    .login-ewm img {
        width: 140px;
    }
    .login-footer {
        padding-top: 15px;
    }
    .sao-ewm,.lg-pc {
        width: 40px;
        height: 40px;
        background-size: 100%;
    }
    .login-form .inbox {
        margin-bottom: 10px;
    }
    .login-form {
        padding-top: 15px;
    }
    .yzm-hq {
        height: 26px;
        line-height: 26px;
    }
    .dlBtn {
        height: 40px;
        line-height: 40px;
    }
    .slider-yz {
        display: none;
    }
    #slide_box {
        display: block;
    }
    .login-ewm p {
        background-size: 34px;
    }
    .login-quik {
        text-align: center;
        padding-bottom: 5px;
    }
    .login-quik a {
        float: none;
        display: inline-block;
        width: 34px;
        height: 34px;
        overflow: hidden;
        padding: 0;
        background-position: center !important;
        background-color: transparent !important;
        margin: 0;
    }
    .login-quik a i {
        display: none;
    }
    .pc-ft {
        display: none;
    }
    .login-footer {
        padding-top: 15px;
        /*text-shadow: 0 0 5px rgba(0,0,0,.5);*/
    }
    .login-footer span {
        display: block;

    }
    .login-p {
        position: relative;
        left: 5%;
        top: 10%;
        width: 90%;
        height: auto;
        margin: 0;
    }
    .login-page {
        background-size: auto;
    }
    .dl-note {
        padding-bottom: 6px;
    }
}