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


body{background:#000000; padding:0; margin:0; font-family:"Arial"; min-width:1200px;}
.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: 1200px;margin: 0 auto;}

/*官网链接*/
.click{ position: absolute; top: 20px;left: -320px;width: 204px;height: 88px; background: url("../images/click.png") no-repeat; display: block;}
.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;}



.box{position: absolute;top: 225px;left: 255px;width: 465px;height: 683px; background: url(../images/bg.png) no-repeat;}
.logo{width: 261px; height: 290px; position: absolute; left: 79.5px; top: -130px;}
.box_cont{position:relative;width: 100%; margin-top: 102px;}
.inputBox{position: relative; width: 439px;height: 49px;margin:25px auto; background: url("../images/input.png") no-repeat;}
.inputBox input{vertical-align: middle;width: 339px;height: 49px;text-indent: 35px;font-size: 16px;line-height: 49px;background-color: transparent;color: #ffffff; margin-left: 50px;}
.checkBox{width: 360px;color: #ffffff;font-size: 14px;line-height: 26px; margin: 0 auto;}
.checkBox a{color: #fff;text-decoration: underline;}
.checkBox input{vertical-align: -2px;margin-right: 3px;width: 14px;height: 14px;}
.play{display: block; width: 373px;height: 137px; margin: 20px auto; background: url("../images/play.png") no-repeat;}
.play:hover{background: url("../images/play2.png") no-repeat;}

.fb_login{width: 325px;height: 45px;margin: 20px auto 0;color: #ffffff;line-height: 25px;font-size: 14px;text-align: center;}
.fb,.google{display: inline-block;vertical-align: middle; width: 45px;height: 46px;margin-left: 5px;}
.fb{background: url("../images/facebook.png") no-repeat;}
.google{background: url("../images/google.png") no-repeat;}


/*底部信息*/
.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: #ffffff;}
.foot a{color: #ffffff;}
.foot a:hover{text-decoration: underline;}



@media screen and (max-width: 1400px) {
    .wrap{height: 880px;}
	.click{left: -150px;}
    .bg,.main{-webkit-transform: scale(0.82);-moz-transform: scale(0.82);-ms-transform: scale(0.82);-o-transform: scale(0.82);transform: scale(0.82);}
    .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) {
    .wrap{height: 760px;}
	.click{left: -150px;}
    .bg,.main{-webkit-transform: scale(0.72);-moz-transform: scale(0.72);-ms-transform: scale(0.72);-o-transform: scale(0.72);transform: scale(0.72);}
    .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;}
}