html {
  background-color: #134593;
}

body {
  display: none;
  min-width: 320px;
  max-width: 420px;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
}

.bg {
  height: 100%;
  background-image: url(//image2.vipc.cn/zt/20180111/1/bg.jpg?imageslim);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
}

.bg1 {
  height: 100%;
  background-image: url(//image2.vipc.cn/zt/20180111/1/bg1.jpg?imageslim);
  /*background-image: url(../img/bg1.jpg);*/
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
}

.bg:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 8.9rem;
}

.bg1:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 2.8rem;
}

.btn {
  height: .9rem;
  line-height: .9rem;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  border-radius: .09rem;
  background-color: #ffaa00;
  background: linear-gradient(top, #ffba00, #ff9a00);
  background: -webkit-linear-gradient(top, #ffba00, #ff9a00);
  background: -o-linear-gradient(top, #ffba00, #ff9a00);
  background: -moz-linear-gradient(top, #ffba00, #ff9a00);
}

.index .btn {
  width: 4.15rem;
}

.index {
  position: relative;
}

.index footer {
  text-align: center;
  color: #9dc5ff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 10px;
  font-size: 14px;
}

.select_listWrap {
  width: 6.85rem;
  margin: .2rem auto 0;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.select_listWrap .left,
.select_listWrap .right{
  width: 3.3rem;
}

.select_listWrap .title img {
  display: block;
  width: 1rem;
  margin: 0 auto;
}

.select_listWrap .title h4 {
  text-align: center;
  margin-top: .1rem;
  font-weight: bold;
}

.select_listWrap .player {
  width: 100%;
  height: 1.1rem;
  background-color: #388ffe;
  border-radius: .08rem;
  margin-top: .2rem; /* 适配长屏幕增加margin */
  box-shadow: 1px 1px 8px 0 #35353e70;
  box-sizing: border-box;
  padding: .1rem 0 .1rem 0.24rem
}

.select_listWrap .player .avatar {
  width: 0.88rem;
  height: 0.88rem;
  float: left;
}

.select_listWrap .player .avatar img {
  width: 100%;
  height: 100%;
}

.select_listWrap .player .member {
  margin-left: .1rem;
  float: left;
}

.select_listWrap .player .member h3 {
  font-size: 16px;
  font-weight: bold;
}

.select_listWrap .player .member p {
  color: #c9e1ff;
}

.select_listWrap .player.add {
  box-sizing: border-box;
  border: 1px solid #f0ff00;
  background-color: #0063e2;
  position: relative;
}

.select_listWrap .player.add:before {
  display: block;
  position: absolute;
  box-sizing: border-box;
  padding-right: .24rem;
  width: 3.06rem;
  height: .9rem;
  line-height: .9rem;
  text-align: center;
  font-size: 36px;
  content: attr(data-add);
}

.select_btn.btn {
  width: 5rem;
  margin-top: .3rem;
}

.select_CardWrap {
  width: 6.85rem;
  height: 2rem;
  margin: .64rem auto 10px;
  background-color: #0063e2;
  border-radius: .08rem;
  position: relative;
}

.select_CardWrap .cardClass {
  width: 3.95rem;
  height: .64rem;
  line-height: .64rem;
  box-sizing: border-box;
  border-radius: .08rem;
  border: 1px solid #6aacff;
  background-color: #388ffe;
  position: absolute;
  right: 0;
  left: 0;
  top: -0.32rem;
  margin: 0 auto;
  overflow: hidden;
}

.select_CardWrap .cardClass span {
  display: block;
  width: 33%;
  text-align: center;
}

.select_CardWrap .cardClass .selected {
  background-color: #0063e2;
  color: #f0ff00;
}

.guard {
  float: left;
}

.forward {
  float: right;
}

.center {
  margin: 0 auto;
  border-right: 1px solid #6aacff;
  border-left: 1px solid #6aacff;
}

.select_CardWrap .cardList_contain {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: .45rem .18rem .1rem;
  overflow: hidden;
}

.select_CardWrap .cardList {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  overflow-x: scroll;
  overflow-y: hidden;
  height: 2rem;
  -webkit-overflow-scrolling: touch;
}

.select_CardWrap .cardList li {
  min-width: 1.44rem;
  flex: 1;
}

.select_CardWrap .cardList li span {
  display: block;
  text-align: center;
  font-size: 12px;
  margin: .1rem 0 0;
}

.select_CardWrap .cardList .avatarWrap {
  width: .84rem;
  height: .84rem;
  margin: 0 auto;
  position: relative;
}

.select_CardWrap .cardList .avatarWrap .avatar {
  width: 100%;
  height: 100%;

}

.icon.choose {
  position: absolute;
  top: .09rem;
  right: -0.12rem;
  width: .28rem;
  height: .28rem;
}

.result .bg_title {
  display: block;
  width: 6.7rem;
  margin: .4rem auto 0;
}

.result .btn {
  width: 4rem;
  margin-top: .3rem;
}

.loading_progress {
  text-align: center;
  margin-top: 1rem;
}

.share_img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.share_img .imgWrap {
  width: 7.5rem;
  margin: 0 auto;
}

.share_img .imgWrap img {
  width: 100%;
}

.share_img .tips {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: .8rem;
  line-height: .8rem;
  text-align: center;
  font-size: 22px;
  background-color: rgba(0, 0, 0, .7);
}

.reselect,
.select_btn.tip {
  background-color: #368cfb;
  background: linear-gradient(top, #368cfb, #176cda);
  background: -webkit-linear-gradient(top, #368cfb, #176cda);
  background: -o-linear-gradient(top, #368cfb, #176cda);
  background: -moz-linear-gradient(top, #368cfb, #176cda);
}

.select_btn.tip {
  font-size: 16px;
}

.shareTips {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
}
.shareTips img {
  display: block;
  width: 100%;
  max-width: 750px;
  margin: 3% auto;
}

.eventDetail {
  display: block;
  width: 3rem;
  height: 30px;
  line-height: 30px;
  margin: .5rem auto 0;
  font-size: 16px;
  text-align: center;
  color: #ffe400;
  text-decoration: underline;
}

@media screen and (min-height: 720px) {
  .bg:before {
    padding-top: 10rem;
  }
  /*.select_listWrap .player {*/
    /*margin-top: .4rem;*/
  /*}*/
  .result .btn {
    margin-top: .4rem;
  }
  .eventDetail {
    margin: .9rem auto 0;
  }
}

@media screen and (max-width: 360px) {
  body,
  .index footer {
    font-size: 12px;
  }
  .select_listWrap .player .member h3,
  .eventDetail,
  .select_btn.tip {
    font-size: 14px;
  }
  .select_CardWrap .cardList li span {
    font-size: 10px;
  }
  .share_img .tips {
    font-size: 20px;
  }
  .select_listWrap .player.add:before {
    font-size: 34px;
  }
  .btn {
    font-size: 18px;
  }
}

@media screen and (max-height: 650px) {
  .result .btn {
    width: 3.2rem;
    overflow: hidden;
  }
  .createImg {
    float: right;
    margin-right: .35rem;
  }
  .reselect {
    float: left;
    margin-left: .35rem;
  }
}