* {
    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;
    left: 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: 160px;     
    left: 927px;
    width: 395px;
    height: 680px;
    background: url(../images/login_bg.png);
}
.login_box .logo{
    position: absolute;
    top: -137px;
    left: -15px;
    width: 100%;
    height: 260px;
    text-align: center;
}
.login_box .fb_box{
    position: absolute;
    top: 91.5px;
    width: 100%;
    height: 110px;
    text-align: center;
}
.login_box .fb_box div{
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 10px;
    text-shadow: -2.5px 1.5px 2px black;
}
.login_box .fb_box div:last-child{
  margin-top: -2px;
}
.login_box .fb_box a{
    display: inline-block;
    width: 229px;
    height: 71px;
    background: url(../images/fb_btn1.png);
}
.login_box .fb_box a:hover{
    background: url(../images/fb_btn2.png);

}
.login_box .int{
      position: absolute;
      top: 239px;
      width: 100%;
      height: 153px;
      text-align: center;
}
.login_box ul{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}
.login_box ul li input{
    width: 307px;
    height: 33px;
    margin-bottom: 27.5px;
    padding-left: 16px;
    font-size: 18.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: 14px 11px;
}
.login_box ul li:nth-child(2) input{
    margin-bottom: 25.9px;
    background-position: 14px -50px;
}
.login_box ul li:nth-child(3) input{
    background-position: 14px -108.5px;
}
.ck {
    position: absolute;
    top: 425px;
    left: -4.5px;
    width: 100%;
    height: 46px;
    padding-left: 32px;
    font-size: 14px;
    letter-spacing: .2px;
}

.ck .ck1 {
    margin-bottom: 15px;
}

.ck .ck1 label {
    position: absolute;
    top: -1px;
    left: 57px;
    color: #ffffff;
}

.ck .ck1 label a {
    text-decoration: underline;
}

.ck .ck2 label {
    position: absolute;
    top: 30px;
    left: 57px;
    color: #ffffff;

}

.ck .ck2 label a {
    text-decoration: underline;
}
.login_box .btn{
    position: absolute;
    top: 508px;
    width: 100%;
    height: 100px;
    text-align: center;
}

.login_box .btn a{
    display: inline-block;
    width: 250px;
    height: 66px;
    background: url(../images/btn1.png);
}
.login_box .btn a:hover{
    background: url(../images/btn2.png);
}
.Jump {
    position: absolute;
    top: 595px;
    width: 100%;
    text-align: center;
}
.login_here {
    display: block;
    font-size: 14px;
    color: #ffffff;
    text-decoration: underline;
}

.Google {
    position: absolute;
    top: 600px;
    left: -50px;
    width: 144px;
    height: 37px;
    margin-top: 25px;
    margin-left: 177px;
}

.Google span {
    float: left;
    color: #dfdfe0;
    font-size: 16.98px;
    line-height: 37px;
    user-select: none;
    text-shadow: -2.5px 1.5px 2px black;
}

.Google a {
    float: right;
    width: 37px;
    height: 37px;
    background: url(../images/google1.png) no-repeat;
    cursor: pointer;
}

.Google a:hover {
    background: url(../images/google2.png) no-repeat;

}

.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: #000;
    font-family: "Arial";

}   

.foot a {
       color: #000;

}

.foot a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1750px){
    .login_box{left: 756px;}
}

@media screen and (max-width: 1400px) {
    .wrap {
        height: 777px;
    }
    .login_box{left: 800px;}
    .bg {
        top: -152px;
    }
    .click{
        top: -3px;
        left: -15px;
    }
   .click,.click,.bg,
    .main {
        transform: scale(0.72);
    }
}

@media screen and (max-width: 1000px) {
    .wrap {
        height: 669px;
    }
    .login_box{left: 828px;}
    .bg {
        top: -206px;
    }
    .click{
        top: -5px;
        left: -29px;
    }
    .click, .bg,
    .main{
        transform: scale(0.62);
    }
}