@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
  color: #ffffff;
}

i {
  font-style: normal;
}

body,
html {
  /* height: 100%; */
  width: 100%;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  color: #ffffff;
}

.wrapper {}

.sec {
  display: block;
}

/* .sec_content {
  width: 13.34rem;
  height: 7.5rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  position: relative;
}

.lang-ar .sec_content {
  right: 50%;
  transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
} */

/* s1 */

.s1 {
  width: 13.34rem;
  min-height: 13rem;
  height: 100vh;
  background: url(../images/bg1.jpg) top center / 100% no-repeat;
  padding-top: 0.46rem;
}

/* .title {
  background: url(../images/top_title.png) top center / 100% no-repeat;
  width: 7.56rem;
  height: 1.47rem;
  margin: 0 auto;
  line-height: 0.49rem;
  font-size: 0.46rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 900;
  padding: 0.25rem 0.31rem 0;
  text-align: center;
  text-shadow: 0.04rem 0.04rem 0.03rem rgb(0 0 0 / 65%);
}

.title i {
  color: #ffcb3a;
} */

.progress {
  background: url(../images/progress_bg.png) top center / 100% no-repeat;
  width: 6.90rem;
  height: 1.35rem;
  margin: 0 auto;
  position: relative;
  padding: 0.57rem 0.67rem 0 0.65rem;
}

.progress_bar {
  background: url(../images/progress_bar.png) left center / 5.59rem 100% no-repeat;
  width: 5.59rem;
  height: 0.20rem;
  /* position: absolute; */
  /* left: 0.65rem; */
  /* top: 0.57rem; */
  max-width: 100%;
  min-width: 0;
}

.date {
  font-family: 'burbank';
  border-radius: 0.04rem;
  background-color: rgba(8, 24, 46, 0.34);
  width: 6.92rem;
  height: 0.56rem;
  margin: 0.24rem auto 0;
  font-size: 0.33rem;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.56rem;
  text-align: center;
}

.date i {
  color: #ffff00;
}

.kv {
  width: 6.92rem;
  height: 3.90rem;
  box-sizing: content-box;
  margin: 0.28rem auto 0.10rem;
  position: relative;
}

.share {
  display: block;
  background: url(../images/share.png) center / 100% no-repeat;
  width: 1.34rem;
  height: 0.40rem;
  position: absolute;
  top: 0.15rem;
  right: 0.20rem;
}

.btn_download,
.btn_sign_up,
.btn_finish {
  display: none;
  margin: 0 auto;
  width: 7.20rem;
  height: 0.92rem;
}

.btn_download.on,
.btn_sign_up.on,
.btn_finish.on {
  display: block;
  margin: 0 auto 0.10rem;
}

.btn_download {
  display: block;
  background: url(../images/btn3.png) center / 100% no-repeat;
}

.btn_sign_up {
  background: url(../images/btn4.png) center / 100% no-repeat;
}

.btn_finish {
  background: url(../images/btn5.png) center / 100% no-repeat;
}

.rule_panel {
  width: 6.92rem;
  height: 3.81rem;
  margin: 0 auto;
  background: url(../images/rules_bg.png) center / 100% no-repeat;
}

.rule_title {
  font-size: 0.44rem;
  line-height: 0.70rem;
  text-align: center;
  text-transform: uppercase;
  font-family: 'headliner';
  margin-bottom: 0.15rem;
}

.rule_deital {
  line-height: 0.29rem;
  padding: 0 0.14rem;
  font-size: 0.22rem;
}

/* pop */

.b_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.88);
  z-index: 200;
}

.pop {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  display: none;
  background: url(../images/pop_bg.png) center / 100% no-repeat;
  width: 6.31rem;
  height: 5.02rem;
}

.pop {
  padding-top: 0.08rem;
  padding-left: 0.09rem;
  padding-right: 0.11rem;
}

.pop_title {
  width: 6.12rem;
  height: 0.61rem;
  pointer-events: none;
}

.pop_tips {
  margin: 1.35rem auto 0;
  height: 1.9rem;
  text-align: center;
  color: #ffffff;
  font-size: 0.28rem;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0.27rem;
}

.pop_tips span {
  color: #fac025;
}

.pop_btn_box {
  justify-content: center;
  display: flex;
  width: 5rem;
  margin: 0 auto;
}

.pop_btn_box .pop_confirm,
.pop_btn_box .pop_cancel,
.pop_btn_box .pop_ok {
  display: block;
  background: url(../images/btn1.png) center / 100% no-repeat;
  width: 1.61rem;
  height: 0.55rem;
  line-height: 0.55rem;
  text-transform: uppercase;
  text-align: center;
  color: #232323;
  font-weight: 900;
  font-size: 0.22rem;
  margin: 0 0.2rem;
}

.pop_close {
  width: 0.35rem;
  height: 0.35rem;
  display: block;
  position: absolute;
  top: 0.2rem;
  right: 0.3rem;
}
/* pop1 */

.pop1 .pop_title {
  background: url(../images/pop1_title.png) center / 100% no-repeat;
}

.pop1 .pop_task_list {
  width: 4.69rem;
  margin-left: 0.80rem;
  margin-top: 0.23rem;
  font-size: 0.22rem;
  line-height: 0.26rem;
  margin-bottom: 0.20rem;
}

.pop1 .pop_task_item {
  display: flex;
  height: 0.54rem;
}

.pop1 .pop_task_item:last-child {
  height: 0.37rem;
}

.pop1 .task_detail {
  width: 2.85rem;
}

.pop1 .task_count {
  width: 0.68rem;
}

.task_collect {
  display: block;
/*   background: url(../images/btn9.png) center / 100% no-repeat;
  width: 0.75rem;
  height: 0.18rem;
  position: relative;
  margin-left: 0.3rem; */
  width: 1.13rem;
  height: 0.35rem;
  margin-left: 0rem;
  position: relative;
}

.task_collect.go {
  background: url(../images/btn_go.png) center / 100% no-repeat;
}

.task_collect.new {
  background: url(../images/btn11.png) center / 100% no-repeat;
  height: 0.38rem;
}

.task_collect.ed {
  background: url(../images/btn9.png) 0.3rem center / 0.75rem no-repeat;
}

.task_collect.ed::after {
  content: "";
  position: absolute;
  top: 0.08rem;
  left: 0.05rem;
  background: url(../images/btn10.png) center / 100% no-repeat;
  width: 0.18rem;
  height: 0.18rem;
}

.task_collect_all {
  display: block;
  background: url(../images/btn1.png) center / 100% no-repeat;
  width: 1.61rem;
  height: 0.55rem;
  line-height: 0.55rem;
  text-transform: uppercase;
  text-align: center;
  color: #232323;
  font-weight: 900;
  font-size: 0.22rem;
}

.task_collect_all.un {
  background-image: url(../images/btn2.png);
  color: #441c07;
}

/* pop6 */

.input_code {
  width: 4.00rem;
  height: 0.56rem;
  line-height: 0.56rem;
  background: #060e1c;
  border: 2px solid #5B666F;
  position: absolute;
  top: 2.6rem;
  left: 1.2rem;
  color: #ffffff;
  font-size: 0.30rem;
  padding: 0 0.10rem;
}

/* pop7 */
.pop7 .pop_title {
  background: url(../images/pop7_title.png) center / 100% no-repeat;
}
.pop_contact_list {
  margin-top: 0.21rem;
  margin-left: 0.21rem;
}
.pop_contact_item {
  display: flex;
  line-height: 0.44rem;
  height: 0.67rem;
}
.pop_contact_label {
  width: 1.96rem;
  text-align: center;
  font-size: 0.28rem;
  font-weight: 900;
}
.pop_contact_item input {
  width: 3.17rem;
  height: 0.44rem;
  line-height: 0.44rem;
  background: #060e1c;
  border: 2px solid #5B666F;
  color: #ffffff;
  font-size: 0.30rem;
  padding: 0 0.10rem;
}
.pop_contact_item.error input {
  border: 2px solid #F44336;
}
/* pop8 */
.pop_contact_tips {
  text-align: center;
  font-size: 0.35rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0.10rem;
}
.pop8 .pop_contact_item {
  height: 0.57rem;
}
.pop_contact_text {
  width: 2.67rem;
  height: 0.44rem;
  line-height: 0.44rem;
  color: #ffffff;
  font-size: 0.30rem;
  margin-left: 0.70rem;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
/* pop9 */

.pop9 .pop_title {
  background: url(../images/pop9_title.png) center / 100% no-repeat;
}

.pop_share_img {
  width: 5.74rem;
  margin: 0.35rem auto;
}

.pop9 .pop_btn_box {
  width: 5.14rem;
  justify-content: space-between;
}

.pop_btn_box .pop_join {
  display: block;
  background: url(../images/btn8.png) center / 100% no-repeat;
  width: 1.61rem;
  height: 0.55rem;
}

/* pop10 */

.pop_tips {
  margin: 1.00rem auto 0;
  height: 2.15rem;
}

@media (orientation: portrait) {
   /* s1 */
   .s1 {
     width: 7.5rem;
     background: url(../images/bg2.jpg) top center / cover no-repeat;
     padding-top: 0.46rem;
  }   
}