@charset "utf-8";

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol,
dl,
dt,
dd,
a,
img,
textarea,
input,
span,
button {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
}

* {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

img {
  width: 100%;
}

.hide {
  display: none;
}

.hui {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.mask {
  z-index: 8;
}
.music {

	width: 2.05rem;

	position: fixed;

	top: 0.57rem;

	right: 0.47rem;

	z-index: 3;

}



.music img {

	display: block;

	width: 100%;

}



.music .active-img {

	display: none;

}



.music-pause .active-img {

	display: block;

}



.music-pause .defautl-img {

	display: none;

}



.music audio {

	opacity: 0;

}

.play {

	animation: music_paly 4s linear infinite;

	-webkit-animation: music_paly 4s linear infinite;

}



@-webkit-keyframes music_paly {

	0% {

		-webkit-transform: rotateZ(0deg);

	}

	100% {

		-webkit-transform: rotateZ(1turn);

	}

}



@keyframes music_paly {

	0% {

		transform: rotateZ(0deg);

	}

	100% {

		transform: rotateZ(1turn);

	}

}
/* ----- index ----- */
.page {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  object-fit: cover;
}

.index_img {
  position: fixed;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index_logo {
  position: fixed;
  /* position: absolute; */
  top: 0;
  width: 90%;
  /* height: 23.5rem; */
  height: 19rem;
  /* left: 50%;
  transform: translateX(-50%); */
  left: 0;
  right: 0;
  margin: auto;
}



.page .jiang_box {
  position: fixed;
  top: 19rem;
  width: 74%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #ff0000;
}

.page .jiang_box p:nth-child(1) {
  font-size: 1.2rem;
}

.page .che_img {
  position: fixed;

  width: 100%;
  top: 60%;
  height: 30%;
}

.page .che_img>img {
  position: fixed;
  height: 30%;
}
.che_img2{

	z-index: 2;

}

.che_img3{

	z-index: 3;

}

.che_img4{

	z-index: 4;

}

.ren{

	z-index: 6;	

	position: absolute!important;

	top:2.65rem;

	left: 0;

	height: auto!important;

	width: 100%;

	display: block;

}

.jumb{

	animation: jumb linear 1s infinite;

	-webkit-animation: jumb linear 1s infinite;

}

@keyframes jumb{

	0%,100%{ transform: translateY(0px);}

	50%{ transform: translateY(8px);}

}
.page .btn_go {
  position: fixed;
  bottom: 7%;
  /* left: 50%; */
  left: 0;
  right: 0;
  margin: auto;
  /* transform: translateX(-50%); */
  outline: none;
  width: 50%;
  height: 3.5rem;

  z-index: 9;
  text-align: center;
  line-height: 3.5rem;
  font-size: 2rem;
  color: #fff;
  font-weight: bolder;
}

.huang_btn {
  background-image: url(https://ossfiles.xingkec.com/7eleven27/images/huang_btn.png);
  background-size: 100% 100%;
}

.page .rule_text {
  position: fixed;
  bottom: 3.5%;
  /* left: 50%;
  transform: translateX(-50%); */
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.rule_text>div {
  display: inline-block;
}

.rule_text>div:nth-child(1) {
  margin-right: 10%;
}

.rule_text i {
  display: inline-block;
  width: .35rem;
  height: .35rem;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 .2rem;
  vertical-align: middle;
}

.rule_text span {
  margin: 0 .2rem;
}

.rulePage .rule_box,.checktick_box {
  position: fixed;
}

.rulePage .xize_img,.checktick_box .xize_img {
  position: fixed;
  top: 12%;
}

.rulePage .msg_box,.checktick_box .msg_box {
  background-color: #fff;
  width: 80%;
  font-size: 10px;
  height: 17rem;
  position: fixed;
  /* top: 22%; */
  top: 9.8rem;
  left: 49%;
  transform: translateX(-50%);
  overflow: scroll;
  /* -webkit-overflow-scrolling: touch; */
}

.msg_box .xing,.checktick_box .xing {
  position: fixed;
  top: 2%;
  right: 0;
  width: 1rem;
  height: 1rem;
}

.msg_box ul ,.checktick_box ul{
  padding: 3% 5% 5% 5%;
  /* font-size: 0.75rem; */
}
.checktick_box ul li {

	color: #000;

	font-size: 0.7rem;

	margin-bottom: 0.9rem;

}
/* .msg_box ul .special {
  display: flex;
}

.msg_box ul .special div:nth-child(1) {
  width: 11rem;
} */

.rule_box .confirm ,.checktick_box .confirm{
  position: fixed;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
  width: 45%;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bolder;
}

.icon_cha {
  position: fixed;
  width: 3rem;
  height: 3rem;
  top: 11%;
  right: 5%;
}

.awardsPage .awards_box .jiangxing_img {
  position: fixed;
  top: 3%;
 
}

.awards_box .icon_cha {
  /* top: 9%; */
  top: 3.5rem;
  right: 6%;
}

.awards_box .jiangxiang_box {
  position: fixed;
  width: 82%;
  height: 16rem;
  top: 14rem;
  left: 50%;
  transform: translateX(-50%);
  overflow: scroll;
  font-size: 10px;
}

.jiangxiang_box ul {
  padding: 4%;
}

.jiangxiang_box ul li {
  display: flex;
}

.jiangxiang_box .jiang_img {
  width: 16%;
  height: 16%;
}

.awards_box .daka_btn {
  position: fixed;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
  outline: none;
  width: 45%;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bolder;
}

@media screen and (max-height: 532px){
  .awardsPage .awards_box .jiangxing_img {
    position: fixed;
    top: 3%;
    height: 100%;
  }
  .awards_box .jiangxiang_box {
    position: fixed;
    width: 82%;
    height: 15rem;
    top: 12rem;
    left: 50%;
    transform: translateX(-50%);
    overflow: scroll;
    font-size: 10px;
}
  .index_logo {
    position: fixed;
    /* position: absolute; */
    top: 0;
    width: 90%;
    /* height: 23.5rem; */
    height: 17rem;
    /* left: 50%;
    transform: translateX(-50%); */
    left: 0;
    right: 0;
    margin: auto;
  }
  .page .jiang_box {
    position: fixed;
    top: 17rem;
    width: 76%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #ff0000;
}
}
@media screen and (min-height: 550px) and (max-height: 568px){
  .rulePage .msg_box, .checktick_box .msg_box {
    background-color: #fff;
    width: 80%;
    font-size: 10px;
    height: 15rem;
    position: fixed;
    /* top: 22%; */
    top: 9.8rem;
    left: 49%;
    transform: translateX(-50%);
    overflow: scroll;
    /* -webkit-overflow-scrolling: touch; */
}
.page .jiang_box {
  position: fixed;
  top: 18.4rem;
  width: 76%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #ff0000;
}
}
@media screen and (min-height: 650px) and (max-height: 672px){
  .page .jiang_box {
    position: fixed;
    top: 19rem;
    width: 71%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #ff0000;
}
}
@media screen and (min-height: 800px) and (max-height: 808px){
  .index_logo {
    position: fixed;
    /* position: absolute; */
    top: 0;
    width: 90%;
    /* height: 23.5rem; */
    height: 22rem;
    /* left: 50%;
    transform: translateX(-50%); */
    left: 0;
    right: 0;
    margin: auto;
  }
  .page .jiang_box {
    position: fixed;
    top: 22.5rem;
    width: 84%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  
    color: #ff0000;
}
.awards_box .icon_cha {
  /* top: 9%; */
  top: 4.5rem;
  right: 6%;
}
.awards_box .jiangxiang_box {
  position: fixed;
  width: 82%;
  height: 19rem;
  top: 15rem;
  left: 50%;
  transform: translateX(-50%);
  overflow: scroll;
  font-size: 10px;
}
.rulePage .msg_box, .checktick_box .msg_box {
  background-color: #fff;
  width: 80%;
  font-size: 10px;
  height: 20rem;
  position: fixed;
  /* top: 22%; */
  top: 10.8rem;
  left: 49%;
  transform: translateX(-50%);
  overflow: scroll;
  /* -webkit-overflow-scrolling: touch; */
}
.page .jiang_box p:nth-child(1) {
  font-size: 1.5rem;
}
}


/* logo灯闪 */
.logo_shan {
  -webkit-animation-name: duihuan_shan;
  animation-name: duihuan_shan;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes duihuan_shan {
  0% {
    opacity: 1;
  }

  25% {
    opacity: .5;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes duihuan_shan {
  0% {
    opacity: 1;
  }

  25% {
    opacity: .5;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}
.logo-shan2{

	

	animation: flash-ani 1s 1.5s linear infinite;

	-webkit-animation: flash-ani 1s 1.5s linear infinite;

}

@keyframes flash-ani{

	0%,100%{opacity: 1;}

	50%{opacity: 0.2;}

}
.fir_li{
  font-weight: 700;
  padding-left: 15%;
}
.sec_li{
  /* font-weight: 700; */
  padding-left: 15%;
  color: #c32525;
}
