@charset "utf-8";

* {
    padding: 0;
    margin: 0;
}
/*去掉所有标签之间的默认间隙*/
html, body {
    width: 100%;
    margin: 0 auto;
    /*设置所有body中所有div居中显示*/
    font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #FFFFFF;
    font-size: 14px;
}

input {
    outline: none !important;
    /*去除蓝色边框*/
}

ul {
    list-style: none;
}
/*去掉无序列表的项目符号*/
ol {
    list-style: none;
}
/*去掉无序列表的项目符号*/
a {
    text-decoration: none;
}
/*去掉超级链接的下划线*/
img {
    border: none;
}
/*去掉图片加载完链接之后的边框*/
a {
    color: black
}

    a:link {
        text-decoration: none !important;
    }

    a:visited {
        text-decoration: none !important;
    }

    a:hover {
        text-decoration: none !important;
    }

    a:active {
        text-decoration: none !important;
    }


.w-1200 {
    width: 1200px;
    min-width: 1200px;
    margin: auto;
}


.banner-main {
    width: 100%;
    position: absolute;
    top: 84px;
    bottom: 105px;
    background: url("../images/banner.png") no-repeat center center;
    min-width: 1200px;
    right: 0;
    left: 0;
}

    .banner-main .banner-bg {
        height: 550px;
        width: 100%;
        min-width: 100%;
        background: url("../images/banner.png") no-repeat center center;
    }

    .banner-main .w-1200 {
        position: relative;
        display: -webkit-box;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: center;
        -webkit-box-align: center;
        display: -moz-box;
        -moz-box-orient: horizontal;
        -moz-box-pack: center;
        -moz-box-align: center;
        display: -o-box;
        -o-box-orient: horizontal;
        -o-box-pack: center;
        -o-box-align: center;
        display: -ms-box;
        -ms-box-orient: horizontal;
        -ms-box-pack: center;
        -ms-box-align: center;
        display: box;
        box-orient: horizontal;
        box-pack: center;
        box-align: center;
        height: 100%;
    }

.login-box {
    /*    background: #FFFFFF;//火狐不行
    width: 350px;
    height: 370px;
    border-radius: 8px;
    position: absolute;
    right: 0;
*/
    background: #FFFFFF;
    width: 350px;
    height: 370px;
    border-radius: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -185px;
}

    .login-box ul {
        overflow: hidden;
        width: 265px;
        margin: auto;
        padding-top: 35px;
        /* display: inline-block; */
        /* margin: auto; */
    }

        .login-box ul li {
            float: left;
            display: inline;
            margin: 0px 0px;
            padding: 6px 18px;
            cursor: pointer;
            font-size: 15px;
            position: relative;
            font-weight: bold;
            color: #686a71;
            letter-spacing: 1px;
        }

        .login-box ul .active {
            color: #fa5947;
        }

.mode-1:before {
    content: "";
    left: 124px;
    bottom: 6px;
    height: 20px;
    width: 2px;
    background-color: #dddddd;
    position: absolute;
}

.login-box ul li.mode-2 {
    padding-left: 32px;
}

.login-box ul li:hover {
    color: #fa5947;
    -moz-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}

.loginMethod2 input {
    margin: 5px auto;
}

.loginMethod1 input {
    margin: 10px auto;
}

.loginMethod2 #btnVerifyImg {
    position: relative;
    top: 12px;
}

.VerCodeReq input {
    margin: 5px auto !important;
}

.VerCodeReq .verification {
    top: 5px !important;
}

input[name="userName"] {
    width: 90%;
    height: 45px;
    background-color: #eeeeee;
    border: none;
    padding: 0px 5%;
}

input[name="phones"] {
    width: 90%;
    height: 40px;
    background-color: #eeeeee;
    border: none;
    padding: 0px 5%;
}

input[name="password"] {
    width: 90%;
    height: 45px;
    background-color: #eeeeee;
    border: none;
    padding: 0px 5%;
}

input[name="confirmPassword"] {
    width: 90%;
    height: 45px;
    background-color: #eeeeee;
    border: none;
    padding: 0px 5%;
}

input[name="captcha"], input[name="verCode"], input[name="txtVerfiyDyCode"] {
    width: 90%;
    height: 40px;
    background-color: #eeeeee;
    border: none;
    padding: 0px 5%;
}

.captcha-box {
    position: relative;
}

    .captcha-box p {
        position: absolute;
        right: 12px;
        top: 14px;
    }

    .captcha-box .verification {
        top: 5px;
        border: none;
        color: #ffffff;
        background: #fa5947;
        width: 100px;
        text-align: center;
        height: 40px;
        border-radius: 4px;
    }

        .captcha-box .verification a {
            float: left;
            padding-top: 11px;
            width: 100px;
            color: #ffffff;
            padding-bottom:10px;
        }

.loginMethod1 form {
    /* width: 75%; */
    margin: auto;
}

.treaty {
    color: #555555;
    font-size: 12px;
    /* padding-top: 20px; */
    /* padding-bottom: 15px; */
    padding: 20px 0;
}

    .treaty a {
        color: #fa5947;
    }

.loginMethod1 button {
    background: #fa5947;
    color: #FFFFFF;
    width: 100%;
    padding: 12px 0px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-size: 15px;
    letter-spacing: 4px;
}

.loginMethod2 button {
    background: #fa5947;
    color: #FFFFFF;
    width: 100%;
    padding: 12px 0px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-size: 15px;
    letter-spacing: 4px;
}

.loginMethod1 button:hover {
    opacity: 0.85;
    -moz-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}

#login-box {
    width: 290px;
    margin: auto;
    overflow: hidden;
    height: auto;
}

.login-option {
    overflow: hidden;
    /* width: 75%; */
    margin: auto;
    padding-top: 15px;
}

    .login-option a {
        color: #fa5947;
    }

    .login-option .forgetPassword {
        float: left;
    }

    .login-option .registerNow {
        float: right;
    }

    .login-option .noAccount {
        float: right;
        padding-right: 5px;
        color: #555555;
        font-size: 14px;
    }

.loginMethod-tap {
    width: 580px;
}

.loginMethod1 {
    width: 290px;
    float: left;
    /* margin-left: -10px; */
}

.loginMethod2 {
    width: 290px;
    float: left;
}

.footer {
    width: 100%;
    height: 80px;
    background: #fff;
    min-width: 1200px;
    padding-top: 15px;
    padding-bottom: 10px;
    bottom: 0;
    position: absolute;
}

    .footer p {
        color: #979797;
        text-align: center;
        line-height: 20px;
    }

        .footer p a {
            color: #979797;
        }

.register-main {
    background: #FFFFFF;
    width: 350px;
    height: 370px;
    position: absolute;
    right: 0;
    border-radius: 8px;
    top: 50%;
    margin-top: -185px;
}

    .register-main .phone-register {
        color: #fa5947;
        font-weight: bold;
        font-size: 16px;
        text-align: center;
        padding: 15px 0px;
        margin: 0px 20px;
        border-bottom: 1px solid #e1e1e1;
    }

    .register-main .hasSign {
        color: #666;
        padding-left: 20px;
        padding-top: 12px;
    }

#login-box .register-box {
}

    #login-box .register-box ul {
        padding-top: 0;
        margin: 0;
        padding-top: 15px;
    }

        #login-box .register-box ul li {
            padding: 0;
            margin-bottom: 8px;
            overflow: hidden;
        }

            #login-box .register-box ul li label {
                display: inline-block;
                width: 83px;
                font-weight: normal;
                text-align: right;
                color: #666;
                float: left;
                padding-right: 5px;
                line-height: 29px;
            }

            #login-box .register-box ul li input {
                padding: 9px 5px;
                width: 180px;
                float: left;
                background-color: #eeeeee;
                border: none;
            }

            #login-box .register-box ul li .verification {
                float: left;
                position: relative;
                border-radius: 4px;
                text-align: center;
                height: 34px;
                left: 10px;
                border: none;
                color: #ffffff;
                background: #fa5947;
            }

                #login-box .register-box ul li .verification a {
                    float: left;
                    padding-top: 8px;
                    width: 100px;
                    color: #ffffff;
                    padding-bottom:7px;
                }

    #login-box .register-box .agreement {
        color: #666;
        padding-left: 50px;
    }

    #login-box .register-box button {
        background: #fa5947;
        color: #FFFFFF;
        width: 230px;
        padding: 10px 0px;
        border: none;
        cursor: pointer;
        border-radius: 4px;
        font-size: 15px;
        letter-spacing: 4px;
        margin: auto;
        display: block;
        margin-top: 11px;
    }

.register-main .hasSign a {
    color: #fa5947;
}

.w-310 {
    width: 310px !important;
}

#login-box .register-box .agreement a {
    color: #fa5947;
}

.authentication {
    text-align: center;
    padding-top: 10px;
}

#mb {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0,0,0,0.4);
}

.discount {
    width: 360px;
    height: 503px;
    position: absolute;
    z-index: 30;
    top: 50%;
    left: 50%;
    margin-top: -310px;
    margin-left: -180px;
}

    .discount .discount-bg {
        background: url("../images/discount.png") no-repeat center center;
        height: 503px;
        position: relative;
    }

        .discount .discount-bg .close {
            display: block;
            width: 30px;
            height: 30px;
            position: absolute;
            right: 0px;
            top: 61px;
            cursor: pointer;
        }

        .discount .discount-bg .text {
            width: 322px;
            text-align: center;
            color: #fff;
        }

        .discount .discount-bg .title {
            position: absolute;
            top: 117px;
            font-size: 16px;
            letter-spacing: 2px;
        }

        .discount .discount-bg .tips {
            position: absolute;
            top: 145px;
            font-size: 14px;
            letter-spacing: 1px;
        }

        .discount .discount-bg .coupon {
            width: 322px;
            position: absolute;
            top: 193px;
        }

            .discount .discount-bg .coupon ul {
            }

                .discount .discount-bg .coupon ul li {
                    width: 283px;
                    height: 65px;
                    background: url("../images/coupon.png") no-repeat;
                    margin: auto;
                    margin-bottom: 10px;
                    font-size: 12px;
                    position: relative;
                    background-size: 100% 100%;
                }

                    .discount .discount-bg .coupon ul li p {
                        position: absolute;
                        color: #ff8231;
                    }

                        .discount .discount-bg .coupon ul li p.p1 {
                            width: 86px;
                            text-align: center;
                            top: 8px;
                            font-size: 14px;
                        }

                            .discount .discount-bg .coupon ul li p.p1 span {
                                font-size: 22px;
                                font-weight: bold;
                                padding: 0px 2px;
                            }

                        .discount .discount-bg .coupon ul li p.p2 {
                            width: 86px;
                            text-align: center;
                            bottom: 10px;
                            font-size: 12px;
                        }

                    .discount .discount-bg .coupon ul li:before {
                        content: '';
                        width: 1px;
                        height: 36px;
                        background: rgba(255,130, 49, 0.6);
                        position: absolute;
                        left: 79px;
                        top: 16px;
                    }

                    .discount .discount-bg .coupon ul li p.p3 {
                        font-size: 13px;
                        left: 92px;
                        font-size: 14px;
                        font-weight: bold;
                        top: 14px;
                    }

                    .discount .discount-bg .coupon ul li p.p4 {
                        /* display: none; */
                        position: absolute;
                        left: 92px;
                        bottom: 13px;
                        font-size: 12px;
                    }

        .discount .discount-bg a.use-btn {
            background-color: #fc8734;
            background-image: linear-gradient(#f9cb46, #f55346);
            color: #fff;
            position: absolute;
            bottom: 28px;
            left: 19px;
            line-height: 50px;
            width: 280px;
            border-radius: 51px;
            text-align: center;
            font-size: 16px;
            letter-spacing: 4px;
            -webkit-animation-name: 'ripple';
            -webkit-animation-duration: 0.75s;
            -webkit-animation-timing-function: ease;
            -webkit-animation-delay: 0s;
            -webkit-animation-iteration-count: infinite;
            -webkit-animation-direction: alternate;
            box-shadow: 0px 10px 15px #c72727;
        }

@keyframes ripple {
    0% {
        transform: scale(.9);
    }

    50% {
        transform: scale(1.03);
    }

    100% {
        transform: scale(.9);
    }
}

@media screen and (max-width: 550px) {

    .header {
        width: 100%;
        min-width: 100%;
    }

    .w-1200 {
        width: 100%;
        min-width: 100%;
    }

    .header a img {
        width: 4.5rem;
    }

    .header a {
        /* padding-left: 10px; */
        padding: 0.3rem;
    }

    .banner-main {
        width: 100%;
        min-width: 100%;
        position: relative;
        height: 470px;
        background: #fa5947;
    }

    .login-box {
        left: 50%;
        margin-left: -175px;
        right: auto;
        top: 50%;
        /* bottom: auto; */
    }

    .banner-main .w-1200 {
        position: inherit;
    }

    .footer {
        padding: 0.2rem 0;
        min-width: 100%;
        height: auto;
    }

        .footer p {
            padding-bottom: 0.1rem;
            font-size: 0.26rem;
        }

    .register-main {
        right: 50%;
        margin-right: -175px;
    }

    .discount {
        width: 6.5rem;
        height: 9rem;
        margin-top: -4.5rem;
        margin-left: -3rem;
    }

        .discount .discount-bg {
            height: 9rem;
            background-size: 100% 100%;
        }

            .discount .discount-bg .close {
                top: 1.06rem;
                width: 0.6rem;
                height: 0.6rem;
            }

            .discount .discount-bg .title {
                top: 2.1rem;
                letter-spacing: 0.02rem;
                font-size: 0.28rem;
            }

            .discount .discount-bg .text {
                width: 5.8rem;
            }

            .discount .discount-bg .tips {
                top: 2.6rem;
                font-size: 0.26rem;
            }

            .discount .discount-bg .coupon {
                width: 5.8rem;
                top: 3.5rem;
            }

                .discount .discount-bg .coupon ul li {
                    width: 5.5rem;
                    height: 1.3rem;
                    font-size: 0.24rem;
                    margin-bottom: 0.1rem;
                }

                    .discount .discount-bg .coupon ul li:before {
                        height: 0.9rem;
                        top: 0.25rem;
                        left: 1.53rem;
                    }

                    .discount .discount-bg .coupon ul li p.p1 {
                        width: 1.5rem;
                        font-size: 0.26rem;
                        top: 0.15rem;
                    }

                    .discount .discount-bg .coupon ul li p.p2 {
                        width: 1.5rem;
                        font-size: 0.26rem;
                        bottom: 0.16rem;
                    }

                    .discount .discount-bg .coupon ul li p.p3 {
                        left: 1.7rem;
                        font-size: 0.3rem;
                        top: 0.28rem;
                    }

                    .discount .discount-bg .coupon ul li p.p4 {
                        font-size: 0.15rem;
                        left: 1.7rem;
                        bottom: 0.2rem;
                    }

                    .discount .discount-bg .coupon ul li p {
                    }

            .discount .discount-bg a.use-btn {
                width: 5rem;
                line-height: 0.8rem;
                font-size: 0.3rem;
                left: 0.45rem;
                bottom: 0.32rem;
            }
}
