header a.mui-action-back {
  height: 100%;
  display: flex;
  align-items: center;
}
header a.mui-action-back img {
  width: 0.4rem !important;
}
/*nav.mui-bar a.tab-item .mui-icon img {
  width: 0.5rem;
}*/
.mui-bar .mui-icon {
  padding-bottom: 0 !important;
}
.wkd-right-menu {
  height: 100vh !important;
}
.content {
  font-family: Microsoft YaHei;
  margin-top: 1.07rem;
  /*margin-bottom: 0.2rem;*/
  color: #ddd;
}
.content .bg_img {
  width: 7.5rem;
  height: 9.35rem;
}
.content .bg_img img {
  width: 100%;
  height: 100%;
}
.content main {
  background-color: #010138;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.content main section {
  width: 7.02rem;
}
.content main .mod_1 {
  height: 5.31rem;
  margin-top: -2.37rem;
  background-image: url('../images/duanshipin/section_1.png');
  background-size: 100% 100%;
  position: relative;
  /*z-index: 10;*/
}
.content main .mod_1 .title {
  font-size: 0.28rem;
  line-height: 0.6rem;
  text-align: center;
  color: #fff;
}
.content main .mod_1 .details {
  display: flex;
  width: 7.02rem;
  padding: 0.4rem 0.4rem 0;
}
.content main .mod_1 .details .img {
  width: 0.4rem;
  height: 0.42rem;
  display: flex;
  align-items: center;
}
.content main .mod_1 .details .img img {
  width: 0.25rem;
  height: 0.24rem;
}
.content main .mod_1 .details .text {
  width: 5.8rem;
  height: 1.6rem;
  font-size: 0.24rem;
  line-height: 0.42rem;
  color: #efefff;
}
.content main .mod_1 .details .text span {
  color: #fff606;
}
.content main .mod_2 {
  height: 12.05rem;
  margin-top: 0.4rem;
  background-image: url('../images/duanshipin/section_2.png');
  background-size: 100% 100%;
  position: relative;
}
.content main .mod_2 > .title {
  font-size: 0.28rem;
  line-height: 0.6rem;
  text-align: center;
  color: #fff;
}
.content main .mod_2 .obtain .title,
.content main .mod_2 .ranking .title,
.content main .mod_2 .marketing .title,
.content main .mod_2 .operate .title {
  font-size: 0.26rem;
  line-height: 0.75rem;
  color: #fff606;
}
.content main .mod_2 .obtain .title span:nth-child(1),
.content main .mod_2 .ranking .title span:nth-child(1),
.content main .mod_2 .marketing .title span:nth-child(1),
.content main .mod_2 .operate .title span:nth-child(1) {
  margin-left: -0.2rem;
}
.content main .mod_2 .obtain .text,
.content main .mod_2 .ranking .text,
.content main .mod_2 .marketing .text,
.content main .mod_2 .operate .text {
  width: 3.4rem;
  font-size: 0.22rem;
  line-height: 0.35rem;
  color: #efefff;
}
.content main .mod_2 .obtain span,
.content main .mod_2 .ranking span,
.content main .mod_2 .marketing span,
.content main .mod_2 .operate span {
  font-size: 0.3rem;
}
.content main .mod_2 .obtain {
  position: absolute;
  top: 1rem;
  left: 3.21rem;
}
.content main .mod_2 .ranking {
  position: absolute;
  top: 4.1rem;
  left: 0.47rem;
}
.content main .mod_2 .marketing {
  position: absolute;
  top: 6.8rem;
  left: 3.21rem;
}
.content main .mod_2 .operate {
  position: absolute;
  top: 9.5rem;
  left: 0.47rem;
}
.content main .mod_3 {
  height: 5.81rem;
  background-image: url('../images/duanshipin/section_3.png');
  background-size: 100% 100%;
  margin-top: 0.4rem;
}
.content main .mod_3 > .title {
  font-size: 0.3rem;
  line-height: 0.6rem;
  text-align: center;
  color: #fff;
}
.content main .mod_3 .th {
  width: 6.82rem;
  height: 0.88rem;
  margin: 0 auto;
  margin-top: 0.33rem;
  background-color: #2c1091;
  display: flex;
  align-items: center;
  font-size: 0.3rem;
  color: #c2b2ff;
}
.content main .mod_3 .th .edition {
  flex: 13;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content main .mod_3 .th .cont {
  flex: 15;
  display: flex;
  justify-content: flex-start;
}
.content main .mod_3 .th .discount {
  flex: 9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content main .mod_3 .choice {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content main .mod_3 .choice .choice_2,
.content main .mod_3 .choice .choice_3 {
  width: 98%;
  height: 1.2rem;
  color: #fff;
  border-bottom: 0.03rem solid rgba(255, 255, 255, 0.3);
}
.content main .mod_3 .choice .choice_1 {
  width: 98%;
  height: 1.2rem;
  color: #fff;
  border-bottom: 0.04rem dotted rgba(255, 255, 255, 0.3);
}
.content main .mod_3 .choice .choice_3 {
  border-radius: 6px;
}
.content main .mod_3 .choice .choice_1 .edition::before {
  content: '基础版';
}
.content main .mod_3 .choice .choice_2 .edition::before {
  content: '高级版';
}
.content main .mod_3 .choice .choice_3 .edition::before {
  content: '终极版';
}
.content main .mod_3 .choice > div {
  display: flex;
  align-items: center;
}
.content main .mod_3 .choice > div .edition {
  flex: 13;
  text-align: center;
  position: relative;
}
.content main .mod_3 .choice > div .edition img {
  padding-top: 0.2rem;
  width: 1.35rem;
  margin-left: -0.15rem;
}
.content main .mod_3 .choice > div .edition::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 0.7rem;
}
.content main .mod_3 .choice > div .cont {
  flex: 15;
  display: flex;
  flex-direction: column;
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #ddd;
}
.content main .mod_3 .choice > div .cont > span > span {
  font-weight: 600;
}
.content main .mod_3 .choice > div .discount {
  flex: 9;
  font-size: 0.3rem;
  font-weight: bold;
  color: #ff63df;
  display: flex;
  justify-content: center;
  align-items: baseline;
  align-content: center;
  flex-wrap: wrap;
  line-height: 0.32rem;
}
.content main .mod_3 .choice > div .discount span {
  font-size: 0.24rem;
}
.content main .mod_3 .choice > div .ultimate_color {
  color: #fec200;
}
.content main .mod_3 .choice > div .ultimate_color .cost {
  font-size: 0.24rem;
  font-weight: 400;
}
.content main .go_img {
  display: flex;
}
.content main .go_img img {
  width: 7.06rem;
  margin: 0.4rem 0.1rem 0.4rem -0.14rem;
  height: 1.6rem;
}
.content main .QR_code {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.4rem;
  color: #d2d2ff;
}
.content main .QR_code img {
  width: 2.2rem;
  height: 2.2rem;
}
.content main .QR_code p {
  font-size: 0.28rem;
  line-height: 0.28rem;
  margin-top: 0.25rem;
}
