* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    list-style: none;
}

a {
    text-decoration: none;
    color: #ffff;
}

body {
    position: relative;
    width: 100%;
    min-width: 1000px;
    font-family: "Arial";
    font-size: 14px;
    background-color: #000;
}

.wrap {
    position: relative;
    width: 100%;
    height: 1080px;
    overflow: hidden;
}

.bg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
}

.main {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    transform: none;
}

.click {
    position: fixed;
    top: 7px;
    right: 7px;
    width: 204px;
    height: 88px;
    background: url("../images/click.png") no-repeat;
    z-index: 1;
}

.click span {
    position: absolute;
    top: 25px;
    left: 5px;
    text-decoration: underline;
    width: 125px;
    line-height: 20px;
    color: #ffffff;
    letter-spacing: -0.5px;
    text-align: center;
    font-size: 13px;
}

.login_box {
    position: absolute;
    top: 90px;
    left: -248px;
    width: 427px;
    height: 816px;
    background: url(../images/login_bg.png) no-repeat;
}

.login_box .logo {
    position: absolute;
    left: 6px;
    top: 96px;
    width: 100%;
    height: 224px;
    text-align: center;
}

.login_box .fb_box {
    position: absolute;
    top: 229px;
    left: 0px;
    width: 100%;
    height: 110px;
    text-align: center;
}

.login_box .fb_box div {
    color: #ffffff;
    font-size: 15.3px;
    margin-bottom: 6px;
}

.login_box .fb_box div:last-child {
    margin-top: -4px;
}

.login_box .fb_box a {
    display: inline-block;
    width: 214px;
    height: 67px;
    background: url(../images/fb_btn1.png);
    background-size: 100% 100%;
}

.login_box .fb_box a:hover {
    background: url(../images/fb_btn2.png);
    background-size: 100% 100%;
}

.login_box .int {
    position: absolute;
    top: 349px;
    left: 0px;
    width: 100%;
    height: 135px;
    text-align: center;
}

.login_box ul {
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translate(-49.8%);
}

.login_box ul li input {
    width: 262px;
    height: 32px;
    margin-bottom: 16.5px;
    padding-left: 16px;
    font-size: 16.5px;
    color: #c9c4bc;
    background: url(../images/int_bg2.png) no-repeat;
    box-sizing: border-box;
}

.login_box ul li:nth-child(1) input {
    background-position: 13px 11px;
}

.login_box ul li:nth-child(2) input {
    margin-bottom: 18px;
    background-position: 13px -38.5px;
}

.login_box ul li:nth-child(3) input {
    background-position: 13px -88px;
}

.ck {
    position: absolute;
    top: 511px;
    left: 18.5px;
    width: 95%;
    height: 46px;
    padding-left: 47px;
    font-size: 12.8px;
}

.ck .ck1 {
    margin-bottom: 10px;
}

.ck .ck1 label {
    position: absolute;
    top: 0;
    left: 67px;
    color: #ffffff;
}

.ck .ck1 label a,
.ck .ck2 label a {
    text-decoration: underline;
    color: #ffffff;
}

.ck .ck2 label {
    position: absolute;
    top: 25px;
    left: 67px;
    color: #ffffff;

}

.login_box .btn {
    position: absolute;
    top: 563px;
    left: 2px;
    width: 100%;
    height: 66px;
    text-align: center;
}

.login_box .btn a {
    display: inline-block;
    width: 242px;
    height: 94px;
    background: url(../images/btn1.png) bottom no-repeat;
}

.login_box .btn a:hover {
    background: url(../images/btn2.png) bottom no-repeat;
    background-position: 6px 12px;
}

.Jump {
    position: absolute;
    top: 659px;
    left: 0px;
    width: 100%;
    text-align: center;
}

.login_here {
    display: block;
    font-size: 13.8px;
    color: #ffffff;
    text-decoration: underline;
}

.Google {
    position: absolute;
    top: 664px;
    left: -10px;
    width: 96px;
    height: 37px;
    line-height: 37px;
    margin-top: 25px;
    margin-left: 177px;
}

.Google span {
    float: left;
    color: #ffffff;
    font-size: 14px;
    line-height: 37px;
}

.Google a {
    position: absolute;
    top: 4px;
    left: 80px;
    width: 27px;
    height: 27px;
    background: url(../images/google1.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.Google a:hover {
    background: url(../images/google2.png) no-repeat;
    background-size: 100% 100%;

}

.foot {
    position: absolute;
    top: 1000px;
    left: 0;
    width: 1000px;
    height: 45px;
    overflow: hidden;
    text-align: center;
    line-height: 45px;
    z-index: 1;
    font-size: 20px;
    color: #fff;
    font-family: "Arial";
    text-shadow: 1px 2px 1px black;
}

.foot a {
    color: #fff;

}

.foot a:hover {
    text-decoration: underline;
}




@media screen and (max-width: 1800px) {
    .wrap {
        height: 1026px;
    }

    .click {
        top: 15px;
        right: 10px;
    }

    .click,
    .bg,
    .main {
        -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;
    }

    .click,
    .bg,
    .main {
        -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;
    }

    .click {
        top: 15px;
        right: 10px;
    }

    .click,
    .bg,
    .main {
        -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);
    }

    .click,
    .bg,
    .main {
        -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;
    }

    .click {
        top: 10px;
        right: 0;
    }

    .click,
    .bg,
    .main {
        -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);
    }

    .click,
    .bg,
    .main {
        -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;
    }

    .click {
        top: 10px;
       right: -10px;
    }

    .click,
    .bg,
    .main {
        -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);
    }

    .click,
    .bg,
    .main {
        -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;
    }

    .click {
        top: 10px;
       right: -15px;
    }

    .click,
    .bg,
    .main {
        -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);
    }

    .click,
    .bg,
    .main {
        -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:1000px) {
    .login_box{
        left: -191px;
    }
}