/**index.wxss**/
body{
  background: #fff;
}
:root {
	--color: #31adda;
}
.video_container{
  width:100%;
  height:100%;
  position: fixed;
  display: flex;
  overflow:hidden;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index_video{
  left:0;
  right:0;
  z-index:33;
  bottom:0.8rem;
  margin:auto;
  width:7.2rem;
  height: auto;
  overflow:hidden;
  position:absolute;
  text-align: center;
}
.enter_test{
  width:5.2rem;
  height:auto;
  font-size:0.36rem;
  color:var(--color);
  border-radius:0.48rem;
  text-align:center;
  line-height:0.96rem;
  margin: 0 auto 0.3rem;
}

.enter_test .button{
  color: var(--color);
  width: 100%;
  border: none;
  outline: none;
  height: 0.96rem;
  font-size:0.36rem;
  line-height:0.96rem;
  border-radius:0.48rem;
  display:inline-block;
  background: transparent;
  border:2px solid var(--color);
}
.button:hover{
	color: #fff;
	background: var(--color);
}
.support{
  width:100%;
  font-size: 0.24rem;
  color:#767676;
  text-align: center;
  line-height: 0.6rem;
}
.support span{
  font-size: 0.2rem;
  position:relative;
  top:-0.1rem;
}

.video_img{
  width:5.15rem;
  height:7.76rem;
}

.video{
  top:0;
  left:0;
  right:0;
  z-index:22;
  margin:auto;
  width:7.2rem;
  height: auto;
  display: block;
  position:absolute;
}
video::-webkit-media-controls{
  display:none !important;
}

.term_layer{
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0,0,0,0.8);
}
.policy_close{
  width: 0.6rem;
  float: right;
  height: 0.6rem;
  font-size: 0.8rem;
  color: #000000;
  text-align: center;
  margin: -0.2rem 0 0 0;
  transform:rotate(45deg);
}
.policy_view{
  width: 6.4rem;
  height: 80%;
  overflow: hidden;
  background: #fff;
  border-radius: 0.3rem;
  margin: 0.8rem auto;
}
.our_policy{
  color:#000;
  font-size: 0.32rem;
  text-align: center;
  margin: 0.3rem auto;
}
.show{
  display: block;
}
.hidden{
  display: none;
}
.policy{
  height: 86%;
  width: 5.8rem;
  margin: 0 auto;
  color: #000000;
  font-size: 0.26rem;
  line-height: 0.4rem;
  text-align: justify;
  overflow-x: hidden;
  overflow-y: auto;
}
.term_enter{
  width:100%;
  color: var(--color);
  font-size:0.3rem;
  line-height: 0.4rem;
}
.enter_history{
  width:100%;
  margin:0.3rem auto;
}
.enter_history a{
  font-size:0.28rem;
  color: var(--color);
}
.term_enter{
  font-size: 0.2rem;
  margin:1.2rem auto 0.3rem;
}
.term_enter span{
  color: var(--color);
}

.logo_area{
  top:0.3rem;
  z-index:33;
  left:0;right:0;
  width:2.17rem;
  height: auto;
  margin:auto;
  position:absolute;
}
.logo_area img{
	width:100%;
}



