html {
  -webkit-text-size-adjust: none;
  user-select: none;
}

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
}

.bbx {
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
}

.wrap {
  width: 100%;
  background: #fff;
  max-width: 420px;
  margin: 0 auto;
  position: relative;
}

.wrap .header {
  width: 100%;
}

.wrap .header .top {
  height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  color: #343434;
  border-bottom: 1px solid #F4F4F4;
}

.wrap .header .top>div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrap .header .top>div img {
  width: 14px;
  margin: 0 4px;
}

.wrap .header .top>img {
  width: 25px;
  margin: 0 25px 0 4px;
}

.wrap .header .btm {
  height: 54px;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding: 0 14px 0 20px;
}

.wrap .header .btm.hide {
  display: none !important;
}

.wrap .header .btm .left {
  display: flex;
  align-items: center;
}

.wrap .header .btm .left img {
  margin-right: 6px;
  width: 40px;
}

.wrap .header .btm .left h2 {
  font-size: 20px;
}

.wrap .header .btm .right {
  min-width: 80px;
  border-radius: 3px;
  height: 31px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  box-shadow: 3px 3px 8px rgba(236, 26, 26, 0.4);
  background: #F83244;
}

.wrap .ct1 {
  position: relative;
  width: 100%;
  height: 650px;
  overflow: hidden;
  background: #ddd;
}

.wrap .ct1.unshow {
  height: 504px;
}

.wrap .ct1 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 420px;
  z-index: 0;
}

.wrap .ct1 .head {
  width: 100%;
  /* height: 158px; */
  position: relative;
  margin-bottom: 10px;
}

.wrap .ct1 .head .change {
  position: absolute;
  right: 15px;
  top: 12px;
  width: 70px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
}

.wrap .ct1 .head .change img {
  width: 11px;
  margin-right: 2px;
}

.wrap .ct1 .head .change span {
  font-size: 11px;
  color: #fff;
}

.wrap .ct1 .head .tit {
  padding: 44px 0 5px 0;
  text-align: center;
  color: #fff;
}

.wrap .ct1 .head .tit h2 {
  font-size: 26px;
}

.wrap .ct1 .head .tit span {
  font-size: 14px;
}

.wrap .ct1 .head .sec2 {
  text-align: right;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  position: relative;
}

.wrap .ct1 .head .sec2>img {
  width: 60%;
  margin-right: 22%;
}

.wrap .ct1 .head .sec2 .tag-box {
  position: absolute;
  top: 48%;
  left: 70.5%;
}

.wrap .ct1 .head .sec2 .tag-box .item {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.wrap .ct1 .head .sec2 .tag-box .item span {
  white-space: nowrap;
}

.wrap .ct1 .head .sec2 .tag-box .item img {
  width: 6px;
  margin-right: 3px;
}

.wrap .ct1 .head .btn {
  margin-top: 10px;
}

.wrap .ct1 .head .more {
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}

.wrap .ct1 .head .more p {
  color: #fff;
}

.wrap .ct1 .head .more img {
  width: 76px;
  display: block;
  margin: 10px auto 3px;
}

.wrap .ct1 .sec {
  padding-bottom: 10px;
  position: relative;
}

.wrap .ct1 .sec .item {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  line-height: 1.8;
}

.wrap .ct1 .sec .item:first-child {
  margin-bottom: 4px;
  align-items: center;
}

.wrap .ct1 .sec .item strong {
  font-size: 12px;
  color: #fff;
}

.wrap .ct1 .sec .item>p {
  width: 78%;
  font-size: 12px;
  color: #fff;
}

.wrap .ct1 .sec .item>p a {
  color: #fff;
  font-size: 12px;
}

.wrap .sum-box {
  width: 100%;
}

.wrap .sum-box .item {
  position: relative;
  margin-top: 36px;
}

.wrap .sum-box .item>img {
  width: 100%;
}

.wrap .sum-box .item h3 {
  font-size: 17px;
  position: absolute;
  top: 3.4%;
  left: 45%;
  line-height: 1.1;
}

.wrap .sum-box .item p {
  width: 80%;
  margin-left: 11%;
  font-size: 13px;
  color: #9A9A9A;
  position: absolute;
  top: 12%;
  line-height: 1.4;
}

.wrap .sum-box.compatible .item p {
  width: 92%;
  margin-left: 4%;
  font-size: 13px;
  color: #9A9A9A;
  position: absolute;
  top: 11%;
  line-height: 1.3;
}

.wrap .sum-box.compatible .item.type1 .tag {
  top: 45%;
}

.wrap .sum-box.compatible .item:nth-child(2) p {
  top: 8%;
}

.wrap .sum-box.compatible .item:nth-child(3) p {
  top: 8%;
}

.wrap .sum-box.compatible .item:nth-child(4) p {
  top: 13%;
}

.wrap .sum-box.compatible .item:nth-child(5) p {
  top: 9%;
}

.wrap .sum-box.compatible .item:nth-child(7) p {
  top: 8%;
}

.wrap .sum-box .item strong {
  font-size: 18px;
  color: #000;
  width: 100%;
  text-align: center;
  display: block;
}

.wrap .sum-box .item .btn {
  margin: 20px auto 32px;
  box-shadow: 0 3px 6px rgba(236, 26, 25, 0.4);

}

.wrap .sum-box .item .tag-style {
  position: absolute;
  font-weight: bold;
  color: #343434;
  display: flex;
  align-items: center;
  font-size: 12px;
}


.wrap .sum-box .item.type1 .tag img,
.wrap .sum-box .item.type3 .tag1 img,
.wrap .sum-box .item.type3 .tag2 img,
.wrap .sum-box .item.type3 .tag3 img,
.wrap .sum-box .item.type2 .tag3 img,
.wrap .sum-box .item.type2 .tag4 img,
.wrap .sum-box .item.type2 .tag5 img,
.wrap .sum-box .item.type2 .tag6 img {
  width: 6px;
  margin-right: 2px;
}

.wrap .sum-box .item.type1 .tag {
  left: 61%;
  top: 48%;
}

.wrap .sum-box .item.type2 .tag1 img,
.wrap .sum-box .item.type2 .tag2 img {
  width: 6px;
  margin-left: 2px;
}


.wrap .sum-box .item.type2 .tag1 {
  right: 57%;
  top: 26%;
}

.wrap .sum-box .item.type2 .tag2 {
  right: 57%;
  top: 62%;
}

.wrap .sum-box .item.type2 .tag3 {
  left: 55%;
  top: 29%;
}

.wrap .sum-box .item.type2 .tag4 {
  left: 55%;
  top: 64%;
}

.wrap .sum-box .item.type2 .tag5 {
  left: 56%;
  top: 25%;
}

.wrap .sum-box .item.type2 .tag6 {
  left: 56%;
  top: 61%;
}

.wrap .sum-box .item.type3 .tag1 {
  left: 12%;
  top: 34%;
}

.wrap .sum-box .item.type3 .tag2 {
  right: 46%;
  top: 91%;
}

.wrap .sum-box .item.type3 .tag3 {
  right: 13%;
  top: 34%;
}

.btn-box {
  display: flex !important;
  justify-content: center;
}

.btn-box .btn:first-of-type {
  margin-right: 17px;
}

.btn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border-radius: 20px;
  height: 40px;
  width: 214px;
  background: #F83244;
  box-shadow: unset;
  color: #fff;
}

.btn.cir {
  color: #fff;
  background: #f83244;
  box-shadow: 0 3px 6px rgba(236, 26, 25, 0.4);
}

.btn img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.btn span {
  font-size: 16px;
}

.image-enter-active {
  transform: translateX(0);
  transition: all 0.6s ease;
}

.image-leave-active {
  transform: translateX(-100%);
  transition: all 0.6s ease;
}

.change-box,
.change-box2 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.change-box2 .close {
  position: fixed;
  top: 400px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 12;
  width: 36px;
  height: 36px;
}

.change-box2.two .close {
  top: 476px;
}

.change-box .msk,
.change-box2 .msk {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 3;
  max-width: inherit;
  margin: 0 auto;
  overflow: hidden;
  max-width: 420px;
}

.change-box .box,
.change-box2 .box {
  position: fixed;
  background: #fff;
  border-radius: 10px;
  right: 0;
  left: 0;
  margin: auto;
  width: 48%;
  z-index: 11;
  top: 210px;
  padding: 20px;
  max-width: 220px;
}

.change-box2.two .box {
  top: 180px;
}

.change-box2.two .box img {
  width: 130px;
}

.change-box .box>p {
  font-size: 14px;
  color: #f83244;
}

.center {
  text-align: center;
}


.radio {
  margin: 10px 0;
  position: relative;
  display: flex;
  align-items: center;
}

.radio label {
  width: 100%;
}

.radio input[type="radio"] {
  opacity: 0;
}

.radio input[type="radio"]+.radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.radio input[type="radio"]:checked+.radio-label:before {
  background-color: #f83244;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type="radio"]:focus+.radio-label:before {
  outline: 0;
  border-color: #f83244;
}

.radio input[type="radio"]:disabled+.radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.radio input[type="radio"]+.radio-label:empty:before {
  margin-right: 0;
}

.toast,
.toast2 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.toast .msk,
.toast2 .msk {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 3;
  max-width: inherit;
  margin: 0 auto;
  overflow: hidden;
  max-width: 420px;
}

.toast2 .msk {
  background: rgba(0, 0, 0, 0.7);
}

.toast .tips,
.toast2 .tips {
  position: fixed;
  right: 10px;
  width: 50%;
  z-index: 11;
  top: 10px;
}

.toast img,
.toast2 .img {
  position: fixed;
  width: 100%;
  top: 120px;
  z-index: 11;
  max-width: 420px;
}

.toast2 .close {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 520px;
  z-index: 11;
}


.bxfk {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 420px;
  /* background: rgba(236, 26, 25, .4); */
}

.bxfk .msk {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .7);
  z-index: 3;
  max-width: inherit;
  margin: 0 auto;
  overflow: hidden;
  display: block !important;
}

.bxfk .box {
  position: fixed;
  z-index: 11;
  top: 50%;
  left: 50%;
  width: 270px;
  height: 190px;
  background: #fff;
  border-radius: 5px;
  display: block !important;
  transform: translate(-50%, -50%);
}

.bxfk .box .top {
  text-align: center;
}

.bxfk .box .top img {
  margin-top: 27px;
  width: 60px;
}

.bxfk .box .top h3 {
  color: #333;
  font-weight: normal;
  font-size: 15px;
  margin-top: 12px;
}

.bxfk .box .btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 49px;
  width: 100%;
  border-top: 1px solid #eee;
  position: absolute;
  bottom: 0;
}

.bxfk .box .btm .line {
  width: 1px;
  height: 100%;
  background: #eee;
}

.bxfk .box .btm .item {
  width: 49.5%;
  height: 100%;
  color: #333;
  font-size: 15px;
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: center;
}

.bxfk .box .btm .item.enter {
  color: #F34334;
  font-weight: bolder;
}

.fixed {
  position: fixed;
  z-index: 2;
  margin: 0 auto;
  width: 92%;
  max-width: 420px;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 1);

}

.hide {
  display: none !important;
}