*{margin: 0;padding: 0;border: 0;outline: none;list-style: none;font-family: "Arial";}
a{text-decoration: none; color: #ffffff;}
input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #fff;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}
.placeholder{position: absolute;top: 17px;left: 20px; z-index: 10;color: #fff;font-size: 16px;}




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;}
.logo{position: absolute;top: -62px;left: 95px;z-index: 2;}
.box{ position: absolute;top: 135px;right: -270px;padding: 90px 0 0 0; width: 563px;height: 561px; background: url("../images/box.png") center no-repeat;}
.box_cont{position:relative;width: 100%; padding-top: 20px;}
.inputBox{position: relative; width: 291px;height: 40px;margin:0 auto 14px; background: url("../images/input.png") no-repeat;}
.inputBox input{vertical-align: middle;width: 291px;height: 40px;text-indent: 20px;font-size: 16px;line-height: 36px;background-color: transparent;color: #fff;}
.checkBox{width: 360px;color: #fff;font-size: 12px;line-height: 26px;margin:10px 0 10px 137px;letter-spacing: 0.3px;}
.checkBox a{color: #fff;text-decoration: underline;}
.checkBox input{vertical-align: -2px;margin-right: 3px;width: 14px;height: 14px;}
.play{display: block; width: 218px;height: 62px;margin: 20px auto; background: url("../images/playnow.png") center no-repeat;text-decoration:none;-webkit-transition: all 0.35s;transition: all 0.35s;}
.play:hover{background: url("../images/playnow2.png") center no-repeat;}


/*官网链接*/
.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;}

.fb_box {width: 100%;height: 110px;text-align: center;}

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

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

.fb_box a {
  display: block;
  width: 229px;
  height: 71px;
  margin: 0 auto 7px;
  background: url(../images/fb_btn1.png);
  background-size: 100% 100%;
}
.fb_box a:hover {
  background: url(../images/fb_btn2.png);
  background-size: 100% 100%;
}

.Google {
  width: 150px;
  height: 37px;
  line-height: 37px;
  margin: 15px auto;
  overflow: hidden;
;
}

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

.Google a {
  float: left;
  width: 35px;
  height: 36px;
  background: url(../images/google.png) no-repeat;
  margin-left: 15px;
}

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

}
.Jump {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}

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


/*底部信息*/
.foot{width:1000px; overflow:hidden;text-align:center; line-height:45px; top:960px; position:absolute; z-index:1; font-size:16px;font-family: "Arial"; color:#fff;}
.foot a{color:#fff;}
.foot a:hover{text-decoration: underline;}


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

  .click {
    top: 15px;
    left: 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;
    left: 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;
    left: 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;
    left: -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;
    left: -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;
  }
}
