* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

body {
    width: 100%;
    min-width: 1000px;
    font-size: 16px;
    font-family: "Arial";
    background: #050103;
}

.wrap {
    position: relative;
    width: 100%;
    height: 1180px;
    overflow: hidden;
}

.bg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
}

.main {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.r2 {
    left: 40px;
    top: 20px;
}

.r2 img {
    display: block;
    width: 80%;
}

.logo {
    position: absolute;
    left: 29px;
    top: -155px;
}

.login {
    width: 417px;
    height: 667px;
    padding-top: 170px;
    position: absolute;
    right: -136px;
    top: 254px;
    z-index: 1;
    background: url("../images/box_bg.png") no-repeat;
}

.header {
    position: relative;
    z-index: 10;
    height: 262px;
}

.header a {
    margin-left: 650px;
}

.header a img {
    margin-top: 30px;
}

.input_layout {
    position: relative;
}

.input_title {
    display: block;
    width: 244px;
    font-size: 16px;
    margin: 0 auto;
    color: #693110;
    line-height: 24px;
    font-family: "Footlight MT Light", 'Segoe UI', Arial, sans-serif;
}

.input_bg {
    width: 315px;
    height: 161px;
    background: url(../images/input.png) no-repeat;
    position: absolute;
    left: 51px;
    top: 213px;
}

input.input_text {
    width: 315px;
    height: 43px;
    line-height: 38px;
    vertical-align: middle;
    padding: 0 20px 0 14px;
    border: 0;
    display: block;
    color: #fff;
    font-size: 16.3px;
    margin: 0 auto;
    box-sizing: border-box;
    background: url(../images/input_bg.png) no-repeat;
}

.input_layout span.hd {
    width: 104px;
    height: 34px;
    float: left;
    line-height: 97px;
    margin: 0 0 0 40px;
    display: block;
    text-align: left;
}

.input_layout.ckbox {
    width: 337px;
    overflow: hidden;
    color: #ffffff;
    font-size: 15px;
    vertical-align: 2px;
    margin-left: 53px;
    margin-bottom: 10px;
    text-shadow: 1.5px 1px 1.4px black, 1.5px 1px 1.4px black;
}

.input_layout.ckbox span {
    float: left;
    line-height: 22px;
    font-size: 13.5px;
}

.input_layout.ckbox a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: underline;
}

.input_layout.ckbox a:hover {
    text-decoration: underline;
}

.input_layout .ck {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

.play_now {
    width: 270px;
    height: 73px;
    margin: 20px auto 3px;
}

.play_now a {
    width: 270px;
    height: 73px;
    display: inline-block;
    background: url("../images/play.png") bottom no-repeat;
}

.play_now a:hover {
    background: url("../images/play2.png") bottom no-repeat;

}

.fb_box {
    position: relative;
    margin: -93px auto -4px;
    font-size: 15.54px;
    text-shadow: 1.5px 1px 1.4px black, 1.5px 1px 1.4px black;
    z-index: 0;
}

.btn_fb {
    width: 229px;
    height: 71px;
    margin: 2px auto -3px;
    background-size: 100% 100%;
}

.btn_fb:hover {
    background-size: 100% 100%;
}

.fb_login {
    margin-top: 12px;
    font-size: 14.6px;
    text-shadow: 1.5px 1px 1.4px black, 1.5px 1px 1.4px black;
}

.r2Acc a {
    font-size: 12.7px;
}

.google {
    width: 33px;
    height: 33px;
    margin: -1px auto -3px;
    background-size: 100% 100%;

}

.footer {
    position: absolute;
    top: 91%;
    left: 50%;
    margin-left: -960px;
    padding-top: 20px;
    height: 85px;
    width: 1920px;
    background-color: #000000;
    z-index: 3;
}


.redtip,
#sp_prompt {
    background-color: black;
    color: yellow;
    font-size: 12px;
    height: 20px;
    position: absolute;
    width: 325px;
    top: 8px;
    left: 300px;
    display: block;
    line-height: 20px;
}

.input-box {
    margin-top: 0;
}

.input-email,
.input-pwd,
.input-checkpwd {
    height: 30px;
    margin-bottom: 30px;
}

.input-checkpwd {
    margin-top: -2px;
    margin-bottom: 40px;
}

.zy-tips-error {
    display: none;
    background: #ff4b4e;
    font-size: 12px;
    color: #fff;
    position: absolute;
    left: 7px;
    z-index: 5;
    padding: 5px 10px;
}

.zy-tips-error .i-arrow {
    position: absolute;
    left: 70px;
    top: -8px;
    display: block;
    width: 0;
    height: 0;
    border-bottom: 8px solid #ff4b4e;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.r2Acc {
    margin-top: 18px;
    margin-bottom: 6px;
    text-shadow: 1.5px 1px 1.4px black, 1.5px 1px 1.4px black;
}



@media screen and (max-width: 1800px) {
    .wrap {
        height: 1026px;
    }

    .r2 {
        left: -330px;
    }

    .bg,
    .main,
    .footer {
        -webkit-transform: perspective(1px) scale(0.95);
        -moz-transform: perspective(1px) scale(0.95);
        -ms-transform: perspective(1px) scale(0.95);
        -o-transform: perspective(1px) scale(0.95);
        transform: perspective(1px) scale(0.95);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .bg,
    .main,
    .footer {
        -webkit-transform-origin: center 0;
        -moz-transform-origin: center 0;
        -ms-transform-origin: center 0;
        -o-transform-origin: center 0;
        transform-origin: center 0;
    }
}

@media screen and (max-width: 1700px) {
    .wrap {
        height: 972px;
    }

    .r2 {
        left: -330px;
    }

    .bg,
    .main,
    .footer {
        -webkit-transform: perspective(1px) scale(0.9);
        -moz-transform: perspective(1px) scale(0.9);
        -ms-transform: perspective(1px) scale(0.9);
        -o-transform: perspective(1px) scale(0.9);
        transform: perspective(1px) scale(0.9);
    }

    .bg,
    .main,
    .footer {
        -webkit-transform-origin: center 0;
        -moz-transform-origin: center 0;
        -ms-transform-origin: center 0;
        -o-transform-origin: center 0;
        transform-origin: center 0;
    }
}

@media screen and (max-width: 1600px) {
    .wrap {
        height: 918px;
    }

    .r2 {
        left: -330px;
    }

    .bg,
    .main,
    .footer {
        -webkit-transform: perspective(1px) scale(0.85);
        -moz-transform: perspective(1px) scale(0.85);
        -ms-transform: perspective(1px) scale(0.85);
        -o-transform: perspective(1px) scale(0.85);
        transform: perspective(1px) scale(0.85);
    }

    .bg,
    .main,
    .footer {
        -webkit-transform-origin: center 0;
        -moz-transform-origin: center 0;
        -ms-transform-origin: center 0;
        -o-transform-origin: center 0;
        transform-origin: center 0;
    }
}

@media screen and (max-width: 1500px) {
    .wrap {
        height: 864px;
    }

    .r2 {
        left: -330px;
    }

    .bg,
    .main,
    .footer {
        -webkit-transform: perspective(1px) scale(0.8);
        -moz-transform: perspective(1px) scale(0.8);
        -ms-transform: perspective(1px) scale(0.8);
        -o-transform: perspective(1px) scale(0.8);
        transform: perspective(1px) scale(0.8);
    }

    .bg,
    .main,
    .footer {
        -webkit-transform-origin: center 0;
        -moz-transform-origin: center 0;
        -ms-transform-origin: center 0;
        -o-transform-origin: center 0;
        transform-origin: center 0;
    }
}

@media screen and (max-width: 1400px) {
    .wrap {
        height: 810px;
    }

    .r2 {
        left: -280px;
    }

    .bg,
    .main,
    .footer {
        -webkit-transform: perspective(1px) scale(0.75);
        -moz-transform: perspective(1px) scale(0.75);
        -ms-transform: perspective(1px) scale(0.75);
        -o-transform: perspective(1px) scale(0.75);
        transform: perspective(1px) scale(0.75);
    }

    .bg,
    .main,
    .footer {
        -webkit-transform-origin: center 0;
        -moz-transform-origin: center 0;
        -ms-transform-origin: center 0;
        -o-transform-origin: center 0;
        transform-origin: center 0;
    }
}

@media screen and (max-width: 1200px) {
    .r2 {
        left: -140px;
    }

    .login {
        right: -135px;
    }
}

@media screen and (max-width: 1065px) {
    .login {
        /* left: -210px; */
    }
}
