@charset "UTF-8";
*{
    padding: 0;
    margin:0;
}

.hide{
    display: none;
}

.show{
    display: block;
}

.page{
    position: absolute;
}

.video-box{
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    object-fit: fill;
}

.img{
    width:100%;
    height:100%;
    z-index:99999999;
}

.endImg{
    width:100%;
    top:0;
    left:0;
    z-index:99999999;
}
#endDiv{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    background-image: url("http://videos.fifad.cn/20180524/vanke/1.jpg");
    background-size: 100% 100%;
    display: none;
    opacity: 0;
}
@-webkit-keyframes move1
{   0%{
    -webkit-transform: scale(1,1);
}
    50% {
        -webkit-transform:scale(.8,.8);
    }
    100%{
        -webkit-transform: scale(1,1);
    }
}
#btn{
    width: 38%;
    position: absolute;
    left: 31%;
    top: 77%;
    -webkit-animation: move1 5s  infinite linear;
    display: none;
}
#mask{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0,0,0,.8);
    display: none;
    overflow: hidden;
}
#fx{
    width: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
}
/*@media screen and (min-height: 724px) {
    .video-box{
        position: absolute;
        z-index: 100;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        object-fit: cover;
    }
    #endDiv{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 900;
        background-image: url("http://videos.fifad.cn/20180524/vanke/1.jpg");
        background-size: cover;
        display: none;
    }
}*/


.start{
    position: absolute;
    width:225px ;
    left:12% ;
    bottom: 12%;
}
.again{
    position: absolute;
     width: 225px;
    right: 12%;
    bottom:12%;
}

.rulebg{
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	display: none;
	top: 0;
	z-index: 9999;
}
.return{
	position: absolute;
	width: 225px;
	top: 85%;
	left: 0;
	right: 0;
	margin: auto;
}

.page1{
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../img/bg.jpg) no-repeat;
	background-size: 100% 100%;
	display: none;
}

.page1_tit {
    width: 512px;
    height: 365px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 15.48%;
    background: url(../img/page1_tit.png) no-repeat;
    background-size: 100% 100%;
    padding-left: 10px;
    padding-top: 0px;
    box-sizing: border-box;
}
.userbox{       
    color: white;
    width: 92%;
    height: 76px;
    line-height: 40px;
    border: none;
    background: none;
    font-size: 20px;
    margin: 35px 0;
    padding-left: 239px;
    box-sizing: border-box;
    outline: none;
}
.company{ 
	width: 100%;
    height: 76px;
    font-size: 24px;
    color: #f9f2f3;
    line-height: 40px;
    background: none;
    outline: none;
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  
  }
.joinbtn{
	position: absolute;
	width:225px ;
	left: 0;
	right: 0;
	margin: auto;
	top:86.53% ;
}
::-webkit-input-placeholder { /* WebKit browsers */                         
   color:rgba(255,255,255,0.6);  
}  
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
  color:black;  
   opacity:  1;  
}  
::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:black;  
   opacity:  1;  
}  
:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:black;  
}
.endbg{
	display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: 100%;
    height: 100%;
        overflow: scroll;
}
.end_tit{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 15.57%;
	width: 502px;
	height: 776px;
	background: url(../img/end_tit.png) no-repeat;
	background-size: 100% 100%; 
}
.username{
    position: absolute;
    top: 221px;
    width: 10px;
    left: 64px;
    line-height: 40px;
    color: black;
    font-size: 31px;
    word-wrap: break-word;
}
.usertext{
	    position: absolute;
    width: 261px;
    top: 326px;
    left: 91px;
    text-indent: 112px;
    line-height: 2;
}

.saved_guide {
	display: none;
    width: 100%;
    height: 60px;
    position: fixed;
    background: #ececec;
    bottom: 0;
    font-size: 22px;
    line-height: 60px;
    text-align: center;
    z-index: 9999999;
}


