﻿* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "PingFang SC", "Helvetica Neue", "Helvetica", Arial,
    "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "Segoe UI", sans-serif;
}

.el-carousel button {
  display: none;
}

.el-carousel .el-carousel__indicators {
  width: 56px;
  background: black;
  opacity: 0.3;
  height: 18px;
  border-radius: 10px;
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.el-carousel .el-carousel__indicator {
  width: 6px;
  height: 6px;
  padding: 0;
  background: #ffffff;
  opacity: 0.5;
  border-radius: 50%;
  margin-right: 4px;
}

.el-carousel .el-carousel__indicator:last-child {
  margin-right: 0;
}

.el-carousel .is-active {
  opacity: 1;
}

/* html,
body,
.type_box,
.data_box,
#pay_vip {
  height: 100%;
} */

.close_iframe {
  position: absolute;
  top: 27px;
  right: 36px;
  cursor: pointer;
  width: 15px;
}

#pay_vip {
  display: flex;
}

.left_box {
  width: 255px;
}

.left_box .swiper_img {
  max-width: 100%;
}

.right_box {
  width: 980px;
  height: 100%;
}

#pay_vip .check_box {
  padding: 20px 20px 18px 20px;
  text-align: center;
}

.check_box .title_box {
  height: 28px;
  line-height: 28px;
  font-size: 20px;
  color: #222222;
  font-weight: bold;
}

.check_box .title_box .title_note {
  font-size: 14px;
  color: #999999;
  font-weight: normal;
}

.check_box .title_box img {
  vertical-align: middle;
}

#pay_vip .type_box {
  margin-top: 30px;
  display: flex;
}

#pay_vip .type_box .vip_type {
  position: relative;
  float: left;
  width: calc(50% - 20px);
  /* width: 193px; */
  margin: 0 15px 10px 0;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  border-radius: 3px;
  padding: 20px 10px 6px;
}
#pay_vip .type_box .vip_type:last-child {
  margin-right: 0 !important;
}

#pay_vip .type_box .vip_type:hover {
  border: 1px solid #14cfa6;
  background: #f5fffd;
}

#pay_vip .type_box .vip_type:hover .time {
  color: #14cfa6;
}

/* #pay_vip .type_box .vip_type:hover .price {
  color: #14cfa6;
} */

#pay_vip .type_box .vip_type:hover .open_vip_type {
  color: #14cfa6;
}

.vip_type .recommend {
  /* width: 50px; */
  padding: 0 10px;
  height: 22px;
  position: absolute;
  left: -1px;
  top: -10px;
  background: #ff4800;
  font-size: 12px;
  color: white;
  line-height: 22px;
  text-align: center;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.vip_type .time {
  color: #000000;
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}
.open_vip_type {
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  /* color: #14CFA6; */
  line-height: 25px;
  text-align: left;
}
.open_type_desc {
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 17px;
  text-align: left;
  margin-top: 7px;
}
.price_conext {
  display: flex;

  align-items: flex-end;
}

.vip_type .price {
  color: #ff4800;
  font-size: 36px;
  text-align: center;
  margin-top: 5px;
  font-weight: bold;
}

.vip_type .price span {
  font-size: 22px;
}

.vip_type .vip_btn {
  width: 100%;
  height: 45px;
  color: white;
  font-size: 14px;
  text-align: center;
  line-height: 45px;
  background: #14cfa6;
  display: inline-block;
  text-decoration: none;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 3px;
}

.vip_type .vip_btn:hover {
  background: #00deb4;
}

.vip_type .origin_price {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  padding-bottom: 6px;
  padding-left: 9px;
}

.vip_type .description {
  width: 200px;
}

.desc_box {
  margin-top: 10px;
  width: 100%;
  height: auto;
  /* background: #F6F7F9; */
  border-radius: 3px;
  /* padding: 12px 0px; */
  text-align: left;
}

.desc_box .description {
  margin: 0 auto;
  width: auto;
  font-size: 14px;
  color: #666666;
}

.desc_box .description .doubt {
  width: 3px;
  height: 3px;
  background: #14cfa6;
  border-radius: 50%;
  margin-right: 8px;
}

.description .desc_inline {
  /* text-align: left; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 8px;
}
/* .description .desc_inline:first-child {
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 17px;
} */
/* .description .desc_inline:nth-last-child(1) {
  color: #ff8458;
} */
.coupon_desc_container {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  background: url("../image/vip_wh.png") no-repeat center center;
  background-size: 16px 16px;
  position: relative;
  vertical-align: middle;
  margin-top: -4px;
}
.coupon_desc_container .coupon_desc_dialog {
  display: none;
  position: absolute;
  top: 20px;
  left:calc(-50% - 85px);
  width: 171px;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.08);
  border-radius: 3px;
  box-sizing: border-box;
  padding: 15px 20px;
}
.coupon_desc_container:hover .coupon_desc_dialog {
  display: block;
}
.free_tcoin {
  color: #333333 !important;
}
.desc_inline div {
  display: inline-block;
}

.vip_type .vip_more {
  /* float: right; */
  position: absolute;
  right: 15px;
  bottom: 10px;
  font-size: 12px;
  color: #999999;
  /* margin-top: 20px; */
  /* margin-bottom: 10px; */
  /* margin: 20px 20px 20px 0; */
}

.vip_type .vip_more img {
  vertical-align: middle;
  width: 5px;
  height: 8px;
}

.vip_type .vip_more div {
  float: left;
  margin-right: 5px;
}

.check_box .author {
  /* width: 568px; */
  /* margin: 0 50px 0 30px; */
  text-align: left;
}

.author .title {
  display: flex;
  line-height: 18px;
  font-size: 12px;
  margin-top: 10px;
}

.author .label {
  font-weight: 700;
  color: #666666;
  margin-right: 2px;
  flex-shrink: 0;
}

.author .content {
  color: #999999;
}

.author .color {
  color: #ff4800;
}

.place_box {
  height: 5px;
}

.pay_box {
  padding: 30px 30px;
}

.pay_title {
  font-size: 20px;
  color: #222222;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.pay_title .img {
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin-right: 10px;
}

.pay_title .QYWX_content {
  cursor: pointer;
  font-size: 18px;
  color: #ff0001;
  margin-left: 20px;
}

.pay_title .qywx-sale {
  width: 8px;
  margin-left: 6px;
  cursor: pointer;
}

.pay_content {
  border: 1px solid #eeeeef;
  background: #f6f7f9;
  padding: 40px 30px;
  overflow: hidden;
  margin-top: 30px;
  border-radius: 3px;
}

.pay_content .qrcode {
  float: left;
  width: 140px;
  min-width: 120px;
  min-height: 120px;
}

.pay_content .info_box {
  float: left;
  margin-left: 15px;
}

.pay_content .price_cur {
  margin-bottom: 2px;
  font-size: 0;
  margin-top: -6px;
}

.pay_content .pay_type {
  display: inline-block;
  padding: 6px 7px;
  cursor: pointer;
  margin-bottom: 6px;
}
.pay_content .pay_type img{
  width: 24px;
  height: 24px;
}
.pay_content .pay_type.on {
  border: 2px solid #14cfa6;
  border-radius: 4px;
  padding: 4px 5px;
}


.price_cur .price_content {
  color: #222222;
  font-size: 16px;
}

.price_cur .code {
  color: #ff0001;
  font-size: 18px;
  font-weight: bold;
}

.price_cur .price {
  color: #ff0001;
  font-size: 30px;
  font-weight: bold;
}

.pay_content .time_week {
  margin-bottom: 8px;
}

.time_week .week {
  font-size: 14px;
  color: #222222;
}

.wx_pay .img {
  vertical-align: middle;
}

.wx_pay .wx_content {
  color: #666666;
  font-size: 12px;
}

.promise {
  color: #999999;
  font-size: 12px;
  margin-top: 15px;
  height: 45px;
  border-bottom: 1px solid #eeeeef;
}

.promise .agree_content {
  color: #14cfa6;
  cursor: pointer;
}

.desc_box {
  margin-top: 15px;
}

.desc_box .desc_item {
  float: left;
  font-size: 12px;
  color: #999999;
  width: calc(25% - 10px);
  margin-right: 10px;
}

.desc_item div {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.desc_item span {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #999999;
  display: inline-block;
  margin-right: 5px;
}

.desc_box .desc_item .desc_title {
  color: #666666;
  font-size: 14px;
  margin-bottom: 10px;
}

/* 更新样式 21.03.02 */
.vip_type .vip_btn {
  /* width: 150px; */
  height: 40px;
  line-height: 40px;
}

#pay_vip .type_box {
  margin-top: 20px;
}

.desc_box .description {
  font-size: 12px;
}

.desc_inline {
  margin-bottom: 8px;
}
