@charset "UTF-8";
body {
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 100%;
}

.weui-toast {
  width: 75% !important;
}

body > div, body > section, .header, .footer {
  width: 100%;
  max-width: 450px;
  background-color: #ffcaf4;
}

input::-webkit-input-placeholder {
  color: #d2d2d2;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #d2d2d2;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #d2d2d2;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d2d2d2;
}

img {
  display: block;
}

body {
  max-width: 450px;
  margin: 0 auto !important;
}

div {
  box-sizing: border-box;
}

.container {
  width: 100%;
  padding-bottom: 78px;
  position: relative;
}

.content-img {
  width: 100%;
  margin-top: -1px;
}

/* 页面主体 */
.top-content {
  width: 100%;
  overflow: hidden;
}

.top-content .box {
  width: 94.4%;
  height: 131px;
  margin: -50px auto 0;
  padding: 7px;
  background: linear-gradient(180deg, #D376EA 0%, #9FA3FB 50%, #8E8EFB 100%);
  border-radius: 5px;
  position: relative;
}

.top-content .box .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-content .box .top .left,
.top-content .box .top .right {
  height: 94px;
  background: linear-gradient(180deg, #F8F9F8 0%, #FDE0C6 100%);
  box-shadow: 0px 0px 2px 0px #ff4d46;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-content .box .top .left {
  width: 31%;
}

.top-content .box .top .left img {
  width: 60px;
}

.top-content .box .top .right {
  width: 67%;
  flex-wrap: wrap;
}

.top-content .box .top .right .title {
  height: 28px;
  margin-bottom: 7px;
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #751436;
  line-height: 28px;
  text-align: center;
}

.top-content .box .top .right .btn {
  height: 30px;
  padding: 0 37px;
  background: linear-gradient(180deg, #FED1B3 0%, #FF7464 100%);
  box-shadow: inset 0px 0px 2px 0px rgba(134, 38, 38, 0.5);
  border-radius: 15px;
  font-size: 15px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 30px;
  text-shadow: 0px 0px 2px #FE031C;
}

.top-content .box .bottom {
  margin-top: 6px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.top-content .box .bottom .item {
  height: 19px;
  padding-left: 19px;
  font-size: 13px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 19px;
  text-shadow: 0px 0px 2px #FE031C;
  position: relative;
}

.top-content .box .bottom .item::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/img1/duigou.png") 100%/100% no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
}

.page-content {
  width: 94%;
  margin: 50px auto 0;
  padding: 45px 18px 25px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 2px solid #FCE3CD;
  position: relative;
}

.page-content .title-img {
  width: 232px;
  height: 45px;
  margin-left: -116px;
  position: absolute;
  top: -14px;
  left: 50%;
}

.page-content .content1 .item {
  margin-bottom: 10px;
  display: flex;
}

.page-content .content1 .item:last-child {
  margin-bottom: 0;
}

.page-content .content1 .item .left {
  width: 74px;
  height: 74px;
  margin-right: 8px;
  position: relative;
}

.page-content .content1 .item .left img {
  width: 100%;
  height: 100%;
}

.page-content .content1 .item .left::before {
  content: "";
  width: 23px;
  height: 23px;
  background: url("../img/img1/cuowu.png") 100%/100% no-repeat;
  position: absolute;
  right: 6px;
  bottom: 4px;
}

.page-content .content1 .item .right {
  height: 73px;
  padding: 13px 0 0 20px;
  background: linear-gradient(180deg, #FFFBFB 0%, #FFE5E5 100%);
  border-radius: 9px;
  flex: 1;
}

.page-content .content1 .item .right .title {
  height: 23px;
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: bold;
  font-family: AlibabaPuHuiTiB;
  color: #6E2E52;
  line-height: 23px;
  letter-spacing: 1px;
}

.page-content .content1 .item .right .desc {
  height: 22px;
  font-size: 16px;
  font-weight: bold;
  font-family: AlibabaPuHuiTiM;
  color: #89819D;
  line-height: 22px;
  letter-spacing: 1px;
}

.page-content .content2 .top {
  height: 142px;
  margin-top: 37px;
  padding-top: 47px;
  background: linear-gradient(180deg, #FFFBFB 0%, #FDE0C6 100%);
  border-radius: 9px 9px 0px 0px;
  position: relative;
}

.page-content .content2 .top .title {
  height: 26px;
  margin: 0 25px 6px;
  font-size: 19px;
  font-weight: bold;
  font-family: AlibabaPuHuiTiB;
  color: #6E2E52;
  line-height: 26px;
  letter-spacing: 1px;
}

.page-content .content2 .top .text {
  height: 24px;
  margin-left: 21px;
  padding: 0 8px;
  background: linear-gradient(180deg, #FFEADD 0%, #FDD4EB 100%);
  border-radius: 12px;
  font-size: 13px;
  font-family: AlibabaPuHuiTiM;
  color: #6E2E52;
  line-height: 24px;
  letter-spacing: 1px;
  display: inline-block;
}

.page-content .content2 .top img {
  width: 148px;
  height: 179px;
  position: absolute;
  right: 11px;
  bottom: 0;
}

.page-content .content2 .content {
  padding: 15px 22px;
  background: linear-gradient(180deg, #FFFBFB 0%, #FFE5E5 100%);
}

.page-content .content2 .content p {
  padding-left: 15px;
  font-size: 12px;
  font-family: AlibabaPuHuiTiM;
  color: #8B81A0;
  line-height: 19px;
  letter-spacing: 1px;
  position: relative;
}

.page-content .content2 .content p::before {
  content: "";
  width: 5px;
  height: 5px;
  background: linear-gradient(180deg, #FED1B3 0%, #FF7464 100%);
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 7px;
}

.page-content .content2 .bottom {
  width: 100%;
  margin-top: 10px;
}

.page-content .content3 .item {
  margin-bottom: 11px;
}

.page-content .content3 .item:last-child {
  margin-bottom: 0;
}

.page-content .content3 .item .top {
  height: 45px;
  background: linear-gradient(180deg, #FFFBFB 0%, #FFE5E5 100%);
  border-radius: 5px;
  position: relative;
}

.page-content .content3 .item .top .tag {
  width: 70px;
  height: 36px;
  background: linear-gradient(180deg, #FED1B3 0%, #FF7464 100%);
  border-radius: 8px 8px 0px 0px;
  font-size: 14px;
  font-weight: bold;
  font-family: AlibabaPuHuiTiB;
  color: #FFFFFF;
  line-height: 36px;
  letter-spacing: 1px;
  text-shadow: 0px 1px 2px rgba(255, 34, 34, 0.5);
  text-align: center;
  position: absolute;
  left: 0;
  top: -5px;
  z-index: 5;
}

.page-content .content3 .item .top .tag::before, .page-content .content3 .item .top .tag::after {
  content: "";
  width: 60px;
  height: 36px;
  background: linear-gradient(180deg, #FED1B3 0%, #FF7464 100%);
  border-radius: 8px 8px 0px 8px;
  opacity: 0.3;
  position: absolute;
  top: 0;
  z-index: -1;
}

.page-content .content3 .item .top .tag::before {
  right: -7px;
}

.page-content .content3 .item .top .tag::after {
  right: -14px;
}

.page-content .content3 .item .top .text {
  margin-left: 91px;
  font-size: 14px;
  font-weight: bold;
  font-family: AlibabaPuHuiTiM;
  color: #6E2E52;
  line-height: 31px;
  letter-spacing: 1px;
}

.page-content .content3 .item .bottom {
  margin-top: -14px;
  padding: 16px 21px;
  background: #FFFEFE;
  box-shadow: 0px 1px 2px 0px rgba(214, 144, 144, 0.5);
  border-radius: 0px 5px 5px 5px;
  position: relative;
}

.page-content .content3 .item .bottom p {
  padding-left: 15px;
  font-size: 12px;
  font-family: AlibabaPuHuiTiM;
  color: #8B81A0;
  line-height: 19px;
  letter-spacing: 1px;
  position: relative;
}

.page-content .content3 .item .bottom p::before {
  content: "";
  width: 5px;
  height: 5px;
  background: linear-gradient(180deg, #FED1B3 0%, #FF7464 100%);
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 7px;
}

.page-content .content4 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.page-content .content4 .item {
  width: 142px;
  padding: 8px;
  margin-bottom: 14px;
  background: linear-gradient(180deg, #FFE8DE 0%, #FED7EA 100%);
  border-radius: 5px;
}

.page-content .content4 .item-img {
  width: 100%;
}

.page-content .content4 .item .mark {
  width: 154px;
  margin-left: -14px;
  position: relative;
}

.page-content .content4 .item .title {
  width: 154px;
  height: 29px;
  margin-left: -14px;
  margin-top: -29px;
  font-size: 13px;
  font-weight: bold;
  font-family: AlibabaPuHuiTiB;
  color: #FFFFFF;
  line-height: 29px;
  text-shadow: 0px 1px 2px #EC4643;
  text-align: center;
  white-space: nowrap;
  position: relative;
}

.page-content .content4 .item .text {
  width: 142px;
  height: 17px;
  margin-left: -8px;
  margin-top: 6px;
  font-size: 12px;
  font-weight: bold;
  font-family: AlibabaPuHuiTiM;
  color: #6E2E52;
  line-height: 17px;
  text-align: center;
  white-space: nowrap;
}

.page-content .content5 .title {
  height: 17px;
  margin: 25px 0 10px;
  font-size: 12px;
  font-weight: bold;
  font-family: AlibabaPuHuiTiM;
  color: #6E2E52;
  line-height: 17px;
  letter-spacing: 1px;
}

.page-content .content5 .con {
  padding: 11px 14px 14px;
  background: linear-gradient(180deg, rgba(255, 251, 251, 0.3) 0%, rgba(255, 229, 229, 0.3) 100%);
  border-radius: 5px;
}

.page-content .content5 .con img {
  width: 100%;
}

.page-content .content5 .con .desc {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
}

.page-content .content5 .con .desc p {
  width: 20%;
  height: 17px;
  font-size: 12px;
  font-family: AlibabaPuHuiTiM;
  color: #6E2E52;
  line-height: 17px;
  letter-spacing: 1px;
  text-align: center;
}

/* 吸底 */
.fixed {
  height: 70px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F1F5FF 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15;
}

.fixed .left {
  width: 199px;
  height: 75px;
  margin-top: -5px;
  background: url("../img/img1/bg.png") 100%/100% no-repeat;
  display: flex;
  align-items: center;
}

.fixed .left .fixed-left-left {
  margin-left: 15px;
  font-size: 9px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 15px;
  text-align: center;
}

.fixed .left .fixed-right-right {
  margin-left: 8px;
  display: flex;
}

.fixed .left .fixed-right-right p {
  width: 30px;
  height: 34px;
  background: #FFFFFF;
  border-radius: 2px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #122B4A;
  line-height: 34px;
  text-align: center;
}

.fixed .left .fixed-right-right span {
  width: 9px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 34px;
  text-align: center;
}

.fixed .right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixed .right .btn {
  width: 162px;
  height: 44px;
  background: linear-gradient(360deg, #FE0311 0%, #FF0040 46%, #FF7982 100%);
  box-shadow: 0px 1px 2px 0px rgba(255, 142, 142, 0.5);
  border-radius: 22px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
  text-shadow: 0px 1px 2px rgba(255, 142, 142, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed .right .btn span {
  margin-right: 5px;
  font-size: 32px;
}

.fixed .right .btn span .unit {
  font-size: 16px;
}

/* 验证码弹窗 */
.imgcodebox {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.imgcodebox .box {
  z-index: 1002;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px;
  width: 265px;
  height: 265px;
  background-color: #ffffff;
  border-radius: 5px;
}

.imgcodebox .box .imgdiv {
  width: 210px;
  height: 73px;
  background: #bbbbbb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

.imgcodebox .box .imgdiv img {
  width: 100%;
  height: 100%;
}

.imgcodebox .box input {
  background: none;
  outline: none;
  border: 0;
  height: 60px;
  color: #333333;
  font-size: 17px;
}

.imgcodebox .box .line {
  width: 210px;
  height: 2px;
  background-color: #f5f5f5;
  border-radius: 0.5px;
}

.imgcodebox .box .sure {
  width: 210px;
  height: 40px;
  background-image: linear-gradient(90deg, #ff6633 0%, #ff9933 100%), linear-gradient(#cb2b1d, #cb2b1d);
  background-blend-mode: normal, normal;
  border-radius: 5px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  margin: 32px auto 0;
}

/* 领取成功弹窗 */
.success {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.success > div {
  position: relative;
}

.success .close {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 10px;
  top: -30px;
}

.success .successbox {
  width: 335px;
  height: 475px;
  padding: 170px 83px 0;
  background: url("../img/img1/pop.png") 100%/100% no-repeat;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.success .successbox .evw {
  width: 153px;
  height: 153px;
  border: solid 2px #ffe6e2;
  overflow: hidden;
}

.successbox .closebtn {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 5px;
  top: -39px;
}

.evw img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.return-btn {
  width: 235px;
  height: 44px;
  margin-top: 60px;
  background-image: linear-gradient(-2deg, #e8bc72 0%, #f2d5a1 50%, #fbeed1 100%), linear-gradient(#f1d897, #f1d897);
  background-blend-mode: normal, normal;
  box-shadow: -1px 4px 8px 0px rgba(212, 62, 53, 0.79);
  border: 1px solid #f7ca8a;
  border-radius: 22px;
}

.copytext a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  font-family: PingFangSC-Semibold;
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #C00D05;
  text-shadow: 0px 1px 3px rgba(183, 124, 50, 0.63);
  text-align: center;
}

.successbox .copytext a {
  line-height: 44px;
}

/* 浏览器返回 */
.cl_pop_back_overlay .cl_pop_back_content {
  width: 230px;
  height: 320px;
  background: url("../img/img1/leave_bg.png") 100%/100% no-repeat;
  left: 60%;
}

.cl_pop_back_overlay .cl_pop_back_content .close {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 15px;
}

.cl_pop_back_overlay .cl_pop_back_content .pop_btn {
  width: 195px;
  height: 43px;
  margin: 300px auto 0;
  background: linear-gradient(180deg, #FCE5BC 0%, #F0BC69 100%);
  box-shadow: 0px 4px 5px 0px rgba(255, 13, 95, 0.32);
  border-radius: 21px;
}

.cl_pop_back_overlay .cl_pop_back_content .pop_btn a {
  font-size: 22px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  line-height: 43px;
  text-align: center;
  color: #A6282E;
  text-shadow: 0px 1px 2px #E2AA5E;
}

/* 挽留弹窗 */
/* 挽留弹窗 */
.leave-window {
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.leave-window .closebtn {
  width: 27px;
  height: 27px;
  align-self: flex-end;
  border-radius: 50%;
  margin-top: 28px;
  margin-right: 20px;
}

.leave-window > div {
  width: 230px;
  height: 100%;
  margin: 0 auto;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.leave-window .box {
  width: 100%;
  height: 320px;
  background: url("../img/img1/leave_bg.png") 100%/100% no-repeat;
  background-position: top;
  overflow: hidden;
}

.leave-window .box p.button {
  width: 195px;
  height: 43px;
  margin: 277px auto 0;
  background: linear-gradient(180deg, #FCE5BC 0%, #F0BC69 100%);
  box-shadow: 0px 4px 5px 0px rgba(255, 13, 95, 0.32);
  border-radius: 21px;
  font-size: 22px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #A6282E;
  line-height: 43px;
  text-shadow: 0px 1px 2px #E2AA5E;
  text-align: center;
}

/* 支付弹窗 */
.checkpay {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 900;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.checkpay .checkpaybox {
  height: auto;
  border-radius: 5px 5px 0px 0px;
  border: 2px solid #FCE3CD;
  bottom: 0;
}

.checkpaybox-top {
  width: 316px;
  height: 45px;
  margin: -17px auto 0;
  background: url("../img/img1/title_bg.png") 100%/100% no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: -1px;
}

.checkpaybox-top .left {
  font-size: 18px;
  font-family: AlibabaPuHuiTiM;
  color: #FFFFFF;
  line-height: 16px;
  text-shadow: 0px 1px 2px #DE261F;
}

.checkpaybox-top .right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkpaybox-top .right b {
  width: 21px;
  height: 29px;
  margin-right: 1px;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #FF6A65;
  font-family: PingFangSC-Semibold;
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0.8px;
  color: #b52044;
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkpaybox-top .right i {
  margin-right: 1px;
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  letter-spacing: 1px;
  color: #fffefd;
  line-height: 15.6px;
}

.checkpaybox-close {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 8px;
  top: -35px;
}

.class-des {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(30, 25, 21, 0.1);
  padding: 22px 0 15px;
}

.class-des-left {
  width: 22.8%;
}

.class-des-center {
  width: 64%;
  display: flex;
  flex-direction: column;
}

.class-des-center .top {
  width: 120%;
  height: 16px;
  margin-bottom: 4px;
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #e73323;
}

.class-des-center .center {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #1e1915;
  margin: 5px 0 7px;
}

.class-des-center .bottom {
  font-family: PingFangSC-Medium;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 1px;
  color: #1e1915;
  opacity: 0.7;
}

.class-des-right {
  width: 8%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  align-self: flex-end;
}

.class-des-right del {
  font-family: PingFangSC-Regular;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 15.6px;
  letter-spacing: 0.5px;
  color: #c6361d;
  margin-top: 2px;
  margin-bottom: 36px;
}

.checkpaycnt-total {
  width: 100%;
  margin: 15px auto 18px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.checkpaycnt-total-left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -ms-max-content;
  width: -o-max-content;
  width: -moz-max-content;
  width: max-content;
  /* width: 120px; */
  height: 18px;
  background: linear-gradient(180deg, #FF005C 0%, #FB2D3D 100%);
  border-radius: 9px;
  padding: 0 10px;
  margin-right: 10px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #333;
}

.checkpaycnt-total-left img {
  height: 13.5px;
  margin-right: 6px;
}

.checkpaycnt-total-left span {
  font-family: PingFangSC-Semibold;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0.4px;
  color: #fffefd;
}

.checkpaycnt-total-right {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.checkpaycnt-total-right b {
  font-family: PingFangSC-Semibold;
  font-size: 27px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #fe0000;
}

.checkpaycnt-total-right i {
  font-family: PingFangSC-Semibold;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  margin-bottom: 3px;
  letter-spacing: 0.6px;
  color: #810035;
}

.class-des-right span {
  font-family: PingFangSC-Medium;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 15.6px;
  letter-spacing: 0.4px;
  color: #1e1915;
  opacity: 0.7;
}

.checkpay .checkpaybox .checkpaycnt {
  width: 88.6%;
  padding: 0 5.7% 22px;
  height: auto !important;
  background-color: #fffefd;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto !important;
  box-sizing: content-box;
}

.checkpay .checkpaybox .checkpaycnt .pay-type {
  width: 74.6%;
  margin: 7px auto 29px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.checkpay .checkpaybox .checkpaycnt .pay-item {
  border: none;
  width: 50%;
  height: 18px;
  line-height: 18px;
  font-family: PingFangSC-Semibold;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.4px;
  color: #1e1915;
}

.checkpay .checkpaybox .checkpaycnt .pay-item .alipay-wrap {
  border: none;
  line-height: 18px;
  font-family: PingFangSC-Semibold;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.4px;
  color: #1e1915;
}

.checkpay .checkpaybox .checkpaycnt .pay-item:nth-child(2) .alipay-wrap {
  justify-content: flex-end;
}

.checkpay .checkpaybox .checkpaycnt .pay-item .pay-icon.icon-wx {
  width: 14px;
  height: 14px;
  margin: 0 8px 0 9px;
  background: url("./../../img/icon-pay-wx1.png") no-repeat;
  background-size: contain;
  border-radius: 0;
}

.checkpay .checkpaybox .checkpaycnt .pay-item .alipay-wrap .icon-zfb {
  width: 14px;
  height: 14px;
  margin: 0 8px 0 9px;
  background: url("./../../img/icon-pay-zfb1.png") no-repeat;
  background-size: contain;
  border-radius: 0;
}

.checkpay .checkpaybox .checkpaycnt .pay-item .checkbox {
  position: relative;
  width: 11px;
  height: 11px;
  background: url("./../../img/icon-noselected1.png") no-repeat;
  background-size: 11px 11px;
  border-radius: 50%;
  border: none;
  top: 0;
  right: 0;
  left: 0;
}

.checkpay .checkpaybox .checkpaycnt .modelmsg {
  padding-left: 0;
  height: 15px;
  font-family: PingFangSC-Semibold;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 15px;
  letter-spacing: 0.4px;
  color: #1e1915;
  text-align: center;
}

.checkpay .checkpaybox .checkpaycnt .pay-item-selected .checkboxed {
  position: relative;
  width: 11px;
  height: 11px;
  background: url("./../../img/icon-selected1.png") no-repeat;
  background-size: 11px 11px;
  border-radius: 50%;
  border: none;
  top: 0;
  right: 0;
  left: 0;
}

.checkpay .checkpaybox .checkpaycnt .gopay {
  width: 308px;
  height: 53px;
  margin: 0 auto;
  background: linear-gradient(360deg, #FE0311 0%, #FF0040 46%, #FF7982 100%);
  box-shadow: 0px 3px 5px 0px rgba(255, 142, 142, 0.5);
  border-radius: 27px;
  font-family: PingFangSC-Semibold;
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 52px;
  text-align: center;
  color: white;
}

.checkpaycnt-title {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  font-stretch: normal;
  letter-spacing: 0.3px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 17px;
  text-align: center;
}

.checkpaycnt-title > span {
  font-weight: bold;
  color: #ba372f;
}

.checkpaycnt .phone, .checkpaycnt .msg-input {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding-left: 15px;
  display: block;
  height: 42px;
  font-family: PingFangSC-Regular;
  font-size: 14.4px;
  letter-spacing: 0.5px;
  background-color: #f8f8f8;
  border-radius: 5px;
  border: solid 1px #dbd8d8;
  color: #333;
}

.checkpaycnt .phone {
  width: 100%;
  /* padding-left: 100px; */
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.country-wrapper {
  width: 89.2%;
  height: 42px;
  margin-bottom: 15px;
}

.country-wrapper .country-box, .country-wrapper select {
  width: 69px;
  height: 42px;
}

.country-wrapper .country-box span {
  color: black;
}

.country-wrapper .country-box b {
  border-top: 6px solid black;
}

.checkpaycnt .msgbox {
  width: 89.2%;
  margin: 0 auto 15px;
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  display: none;
}

.checkpaycnt .msg-input {
  width: 55.8%;
}

.checkpaycnt .msg-btn {
  width: 39%;
  height: 42px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0.4px;
  font-family: PingFangSC-Semibold;
  color: white;
  background-image: linear-gradient(0deg, #dc352e 9%, #ff6e3d 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 400px) {
  body {
    background: #fedbdc url("./../../img/bg3.png");
  }
}

.manifestoA {
  margin-top: -5px;
  color: #779db2;
}

.manifestoA .flexm {
  display: flex;
  align-items: center;
}
