*{margin: 0;padding: 0;border: 0;outline: none;list-style: none;}
a{text-decoration: none;}
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;
}


body{width: 100%;min-width: 1000px;font-size: 16px;font-family:"Arial";}
.wrap{position: relative;width: 100%;height: 1080px;background: url("../images/bg.jpg") center no-repeat;overflow: hidden;}
.main{position: relative;width: 1000px;margin: 0 auto;height: 1080px;}
.bg{position: absolute;display: block;top: 0;left: 50%;width: 1920px;height: 1080px; margin-left: -960px;}

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


.logo{position: absolute;left: 310px;top: 60px;}


.choseBox{position: absolute;top: 190px;left: 0;width: 100%;}
.slogan{position: absolute;top: 0;width: 770px;left: 120px;}
.male_btn{position: absolute;top: 446px;width: 302px;height: 84px;-webkit-animation: pulse 2s infinite;animation: pulse 2s infinite;}
.male{left: 170px; background: url("../images/male.png") no-repeat;}
.male:hover{background: url("../images/male2.png") no-repeat;}
.female{right: 170px; background: url("../images/female.png") no-repeat;-webkit-animation-delay: -1s;animation-delay: -1s;}
.female:hover{background: url("../images/female2.png") no-repeat;}


.box{display: none; position: absolute;top: 250px;left: 50%;margin-left: -212px; width: 425px;height: 550px;}
.box_cont{position:relative;width: 100%;}
.inputBox{width: 425px;height: 68px;padding-top:10px;background: url("../images/input.png") no-repeat;margin-bottom: 15px;}
.inputBox input{vertical-align: middle;width: 375px;margin-left: 35px;text-indent: 10px;font-size: 22px; height: 52px;line-height: 32px;font-family: Droid Serif,Palatino Linotype,Book Antiqua,Palatino,serif; background-color: transparent;color: #ffffff;}
.checkBox{color: #ffffff;font-size: 16px;line-height: 26px;margin-top: -5px;margin-left: 25px; margin-bottom: 10px;letter-spacing: 0.3px;}
.checkBox a{color: #fff;text-decoration: underline;}
.checkBox input{vertical-align: -2px;margin-right: 6px;margin-left: -5px;width: 16px;height: 16px;}
.play{display: block; width: 330px;height: 89px;margin: 30px auto 20px; background: url("../images/play2.png") no-repeat;-webkit-animation: pulse 2s infinite;animation: pulse 2s infinite;}
.play:hover{background: url("../images/play.png") no-repeat;}
.facebook,.google{display: inline-block; width: 52px;height: 53px;}
.facebook{margin-left: 146px; background: url("../images/facebook.png") no-repeat;}
.google{margin-left: 20px; background: url("../images/google.png") no-repeat;}

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


/*动画*/
@-webkit-keyframes pulse{0%{filter:brightness(100%)}50%{filter:brightness(140%)}100%{filter:brightness(100%)}}
@-moz-keyframes pulse{0%{filter:brightness(100%)}50%{filter:brightness(140%)}100%{filter:brightness(100%)}}
@-o-keyframes pulse{0%{filter:brightness(100%)}50%{filter:brightness(140%)}100%{filter:brightness(100%)}}
@keyframes pulse{0%{filter:brightness(100%)}50%{filter:brightness(140%)}100%{filter:brightness(100%)}}

