#rechargePage {
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  color: #414140;
  display: flex;
  flex-direction: column;
}
#rechargePage .rechargeHead {
  width: 100%;
  height: 130px;
  background-color: #414140;
}
#rechargePage .scrollBox {
  width: 100%;
  height: 100px;
  flex-grow: 1;
  overflow-y: auto;
}
#rechargePage .rechargeNewSwiper {
  width: 90vw;
  max-width: 1018px;
  height: 324px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 17px;
  margin-top: 50px;
}
#rechargePage .rechargeNewSwiper .swiper-slide {
  width: 576px;
  height: 324px;
  margin: 0 11px;
  background-size: 100% 100%;
  background-position: center;
  transition: opacity 1s ease;
}
#rechargePage .rechargeNewSwiper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.5;
}
#rechargePage .rechargeNewSwiper .swiper-slide .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#rechargePage .swiperPoint {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  height: 4px;
}
#rechargePage .swiperPoint .dot {
  width: 62px;
  height: 4px;
  border-radius: 2px;
  background-color: #cbcac9;
  margin: 0 4px;
  transition: all 0.5s ease;
}
#rechargePage .swiperPoint .dot.active {
  background-color: #537ef0;
}
#rechargePage .contentBox {
  width: 94vw;
  max-width: 950px;
  margin: 0 auto;
}
#rechargePage .contentBox .tag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}
#rechargePage .contentBox .tag .left {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 30px;
}
#rechargePage .contentBox .tag .left .num {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
  margin-right: 14px;
  background-color: #537ef0;
  text-align: center;
  color: #ffffff;
}
#rechargePage .contentBox .tag .left .t1 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}
#rechargePage .contentBox .tag .right {
  display: flex;
  align-items: center;
}
#rechargePage .contentBox .tag .right .icon {
  width: 20px;
  height: 18px;
  margin-top: 2px;
  margin-right: 8px;
}
#rechargePage .contentBox .tag .right .t1 {
  font-size: 16px;
  line-height: 20px;
}
#rechargePage .contentBox .userInfo {
  width: 100%;
  padding: 23px 30px;
  font-size: 22px;
  line-height: 40px;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 34px;
  flex-wrap: wrap;
}
#rechargePage .contentBox .userInfo .info {
  margin-right: 8%;
}
#rechargePage .contentBox .userInfo .info .title {
  color: #7d7d7d;
}
#rechargePage .contentBox .shopItemList {
  width: calc(100% + 18px);
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
#rechargePage .contentBox .shopItemList .shopItem {
  width: 224px;
  height: 214px;
  background-color: #ffffff;
  border-radius: 5px;
  margin-right: 18px;
  margin-bottom: 16px;
  position: relative;
  cursor: pointer;
}
#rechargePage .contentBox .shopItemList .shopItem.active::after {
  content: "";
  width: 224px;
  height: 214px;
  border: 2px solid #537ef0;
  position: absolute;
  left: -2px;
  top: -2px;
  background-image: url(../assets/images/recharge/selected.png);
  background-size: 36px 36px;
  background-position: -1px -1px;
  background-repeat: no-repeat;
  border-radius: 5px;
}
#rechargePage .contentBox .shopItemList .shopItem.active .border {
  opacity: 0;
}
#rechargePage .contentBox .shopItemList .shopItem .border {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  z-index: 1;
}
#rechargePage .contentBox .shopItemList .shopItem .shopIconBox {
  width: 100%;
  height: 156px;
  background-size: 190px 190px;
  background-position: center -15px;
  background-repeat: no-repeat;
}
#rechargePage .contentBox .shopItemList .shopItem .infoBox {
  height: 58px;
  width: 100%;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-radius: 0 0 5px 5px;
}
#rechargePage .contentBox .shopItemList .shopItem .infoBox .itemDes {
  padding-left: 17px;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}
#rechargePage .contentBox .shopItemList .shopItem .infoBox .price {
  font-size: 24px;
  line-height: 30px;
  padding-right: 14px;
  font-weight: bold;
}
#rechargePage .contentBox .shopItemList .shopItem .addBox {
  height: 34px;
  padding: 0 8px 0 6px;
  position: absolute;
  left: -4px;
  top: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: italic;
  z-index: 10;
}
#rechargePage .contentBox .shopItemList .shopItem .addBox::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ff3737;
  position: absolute;
  left: 0;
  top: 0;
  transform: skewX(-15deg);
}
#rechargePage .contentBox .shopItemList .shopItem .addBox .t1 {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  position: relative;
}
#rechargePage .contentBox .shopItemList .shopItem .addBox .icon {
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
  margin: 0 -3px;
  background-repeat: no-repeat;
  position: relative;
}
#rechargePage .contentBox .shopItemList .shopItem .addBox .icon[type="28"] {
  background-image: url(../assets/images/recharge/item_28.png);
}
#rechargePage .contentBox .shopItemList .shopItem .addBox .t2 {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
}
#rechargePage .contentBox .channelList {
  width: calc(100% + 12px);
  display: flex;
  align-items: center;
  margin-bottom: 21px;
}
#rechargePage .contentBox .channelList .channelItem {
  width: 468px;
  max-width: 100%;
  height: 115px;
  border: 2px solid #e0e0e0;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 0 19px 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  margin-right: 12px;
  cursor: pointer;
  position: relative;
}
#rechargePage .contentBox .channelList .channelItem.active {
  border-color: #ffffff;
}
#rechargePage .contentBox .channelList .channelItem.active::after {
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: 2px solid #537ef0;
  position: absolute;
  left: -4px;
  top: -4px;
  background-image: url(../assets/images/recharge/selected.png);
  background-size: 36px 36px;
  background-position: -1px -1px;
  background-repeat: no-repeat;
  border-radius: 5px;
}
#rechargePage .contentBox .tipBox {
  display: flex;
  padding: 15px 26px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 27px;
}
#rechargePage .contentBox .tipBox .icon {
  margin-right: 10px;
  width: 21px;
  height: 21px;
}
#rechargePage .contentBox .tipBox .txt {
  font-size: 16px;
  line-height: 20px;
}
#rechargePage .contentBox .tipBox .txt .t2,
#rechargePage .contentBox .tipBox .txt .t3 {
  cursor: pointer;
  display: inline-block;
  color: #537ef0;
  border-bottom: 1px solid #537ef0;
}
#rechargePage .bottomBox {
  width: 100%;
  background-color: #414141;
  margin-bottom: 78px;
}
#rechargePage .bottomBox .center {
  width: 90vw;
  height: 94px;
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#rechargePage .bottomBox .center .left .t1 {
  font-size: 18px;
  color: #537ef0;
  line-height: 26px;
}
#rechargePage .bottomBox .center .left .t2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #ffffff;
}
#rechargePage .bottomBox .center .left .t3 {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
#rechargePage .bottomBox .center .sureBtn {
  width: 206px;
  height: 44px;
  border-radius: 5px;
  background-color: #537ef0;
  margin-right: 4px;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
}
#mobileRechargePage {
  width: 100%;
  height: 100%;
  background-color: #f6f6f7;
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
}
#mobileRechargePage .pageHead {
  width: 100%;
  height: 90px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #ffffff;
}
#mobileRechargePage .pageHead .left {
  height: 84px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  transform-origin: left top;
  position: absolute;
  left: 0;
  top: 0;
}
#mobileRechargePage .pageHead .left .logo {
  margin-top: -16px;
  width: 151px;
  cursor: pointer;
}
#mobileRechargePage .pageHead .left .line {
  width: 2px;
  height: 33px;
  background-color: #d9dce2;
  margin-left: 6px;
  margin-right: 26px;
}
#mobileRechargePage .pageHead .left .title {
  color: #9da7b5;
  font-size: 20px;
  line-height: 30px;
}
#mobileRechargePage .pageHead .right {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 11px;
  transform-origin: right top;
  display: flex;
  align-items: center;
}
#mobileRechargePage .pageHead .right .user {
  display: flex;
  padding: 27px 16px;
  cursor: pointer;
}
#mobileRechargePage .pageHead .right .user .number {
  font-size: 20px;
  line-height: 30px;
  color: #414140;
  margin-right: 7px;
}
#mobileRechargePage .pageHead .right .user .icon {
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  background-image: url(../assets/images/recharge/mobile/switch.png);
}
#mobileRechargePage .scrollBox {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
#mobileRechargePage .scrollBox .content {
  width: 563px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#mobileRechargePage .scrollBox .content .resetSize_m {
  width: 100%;
  padding-top: 124px;
  padding-bottom: 186px;
  transform-origin: top center;
}
#mobileRechargePage .pageBox {
  border-radius: 18px;
  width: 94%;
  background-color: #ffffff;
  position: relative;
  margin: 0 auto 25px;
}
#mobileRechargePage .pageBox::before {
  content: "";
  width: 3px;
  height: 25px;
  background-color: #537ef0;
  position: absolute;
  left: 0;
  top: 27px;
}
#mobileRechargePage .pageBox:last-child {
  margin-bottom: 0;
}
#mobileRechargePage .pageBox .boxTitle {
  color: #414140;
  font-size: 22px;
  line-height: 30px;
  padding: 25px 24px 0;
  font-weight: bold;
}
#mobileRechargePage .pageBox .userInfo {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 26px 25px 34px;
}
#mobileRechargePage .pageBox .userInfo .head {
  width: 102px;
  height: 102px;
  margin-right: 22px;
}
#mobileRechargePage .pageBox .userInfo .txtBox {
  width: 100px;
  flex-grow: 1;
}
#mobileRechargePage .pageBox .userInfo .txtBox .info {
  font-size: 21px;
  color: #414140;
  line-height: 30px;
  margin-bottom: 5px;
  font-weight: bold;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#mobileRechargePage .pageBox .userInfo .txtBox .info .title {
  color: #7d7d7d;
}
#mobileRechargePage .pageBox .userInfo .txtBox .info:last-child {
  margin-bottom: 0;
}
#mobileRechargePage .pageBox .channelList {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 24px 37px;
}
#mobileRechargePage .pageBox .channelList .channelItem {
  width: calc(50% - 5px);
  height: 60px;
  border-radius: 13px;
  background-color: #f7f7f7;
  box-sizing: content-box;
  position: relative;
  cursor: pointer;
}
#mobileRechargePage .pageBox .channelList .channelItem img {
  margin-left: 22px;
  margin-top: 15px;
  height: 32px;
}
#mobileRechargePage .pageBox .channelList .channelItem.active {
  border: 2px solid #537ef0;
}
#mobileRechargePage .pageBox .channelList .channelItem.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-image: url(../assets/images/recharge/mobile/selected.png);
  background-size: 100% 100%;
}
#mobileRechargePage .pageBox .shopItemList {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 27px 3px 10px 19px;
  flex-wrap: wrap;
}
#mobileRechargePage .pageBox .shopItemList .shopItem {
  width: calc(50% - 16px);
  height: 332px;
  border: 1px solid #e0e0e0;
  border-radius: 13px;
  position: relative;
  margin-right: 16px;
  margin-bottom: 16px;
  cursor: pointer;
}
#mobileRechargePage .pageBox .shopItemList .shopItem .shopIconBox {
  width: 100%;
  height: 235px;
  background-size: 235px 235px;
  background-position: center;
}
#mobileRechargePage .pageBox .shopItemList .shopItem .itemDes {
  width: 100%;
  font-size: 21px;
  text-align: center;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 10px;
}
#mobileRechargePage .pageBox .shopItemList .shopItem .price {
  width: calc(100% - 30px);
  height: 48px;
  background-color: #f6f6f6;
  border-radius: 8px;
  margin: 0 auto;
  font-size: 21px;
  text-align: center;
  font-weight: bold;
  line-height: 48px;
  color: #537ef0;
}
#mobileRechargePage .pageBox .shopItemList .shopItem .addBox {
  height: 34px;
  padding: 0 8px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-style: italic;
}
#mobileRechargePage .pageBox .shopItemList .shopItem .addBox::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ff3737;
  position: absolute;
  left: 0;
  top: 0;
  transform: skewX(-15deg);
}
#mobileRechargePage .pageBox .shopItemList .shopItem .addBox .t1 {
  font-size: 20px;
  z-index: 1;
  white-space: nowrap;
}
#mobileRechargePage .pageBox .shopItemList .shopItem .addBox .icon {
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
  background-image: url(../assets/images/recharge/item_28.png);
  margin: 0 -3px;
  z-index: 1;
}
#mobileRechargePage .pageBox .shopItemList .shopItem .addBox .t2 {
  font-weight: bold;
  font-size: 24px;
  z-index: 1;
}
#mobileRechargePage .pageBox .shopItemList .shopItem.active {
  border-color: #537ef0;
}
#mobileRechargePage .pageBox .shopItemList .shopItem.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-image: url(../assets/images/recharge/mobile/selected.png);
  background-size: 100% 100%;
}
#mobileRechargePage .bottomBox {
  position: fixed;
  width: 563px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
#mobileRechargePage .bottomBox .resetSize_m {
  padding-bottom: 32px;
  transform-origin: bottom center;
}
#mobileRechargePage .bottomBox .resetSize_m .content {
  width: calc(100% - 32px);
  background-color: #333333;
  border-radius: 23px;
  padding: 19px 19px 19px 25px;
  margin: 0 auto;
}
#mobileRechargePage .bottomBox .resetSize_m .tip {
  display: flex;
  color: #7d7d7d;
  line-height: 20px;
  font-size: 15px;
}
#mobileRechargePage .bottomBox .resetSize_m .tip #serviceAgreement {
  display: inline-block;
  color: #537ef0;
  border-bottom: 1px solid #537ef0;
}
#mobileRechargePage .bottomBox .resetSize_m .tip img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  margin-top: 2px;
}
#mobileRechargePage .bottomBox .resetSize_m .center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
#mobileRechargePage .bottomBox .resetSize_m .center .left {
  display: flex;
  line-height: 1;
  align-items: center;
}
#mobileRechargePage .bottomBox .resetSize_m .center .left .t1 {
  font-size: 21px;
  color: #989898;
  font-weight: bold;
  margin-bottom: -5px;
}
#mobileRechargePage .bottomBox .resetSize_m .center .left .t2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: -10px;
  margin-right: 8px;
  color: #ffffff;
}
#mobileRechargePage .bottomBox .resetSize_m .center .left .t3 {
  font-size: 31px;
  color: #ffffff;
}
#mobileRechargePage .bottomBox .resetSize_m .center .sureBtn {
  width: 140px;
  height: 60px;
  border-radius: 10px;
  background-color: #537ef0;
  line-height: 60px;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  color: #ffffff;
}
#rechargeCodeDialog .contentBox {
  width: 554px;
  height: 676px;
}
#rechargeCodeDialog .contentBox .dialog {
  width: 554px;
  height: 676px;
  position: relative;
}
#rechargeCodeDialog .contentBox .dialog .closeBtn {
  top: 35px;
}
#rechargeCodeDialog .contentBox .dialog .line1,
#rechargeCodeDialog .contentBox .dialog .line2 {
  color: #414140;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#rechargeCodeDialog .contentBox .dialog .line1 .t2,
#rechargeCodeDialog .contentBox .dialog .line2 .t2 {
  color: #537ef0;
}
#rechargeCodeDialog .contentBox .dialog .line1 {
  font-size: 18px;
  padding-top: 34px;
}
#rechargeCodeDialog .contentBox .dialog .line2 {
  font-size: 22px;
}
#rechargeCodeDialog .contentBox .dialog .line3 {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  color: #414140;
}
#rechargeCodeDialog .contentBox .dialog .line3 .t1 {
  font-size: 38px;
  line-height: 80px;
  margin-bottom: -20px;
}
#rechargeCodeDialog .contentBox .dialog .line3 .t2 {
  font-size: 62px;
  line-height: 80px;
}
#rechargeCodeDialog .contentBox .dialog .line4 {
  color: #9da7b5;
  font-size: 18px;
  line-height: 30px;
  margin-top: 17px;
  margin-bottom: 4px;
  text-align: center;
}
#rechargeCodeDialog .contentBox .dialog #qrcode {
  width: 368px;
  height: 368px;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 9px;
  position: relative;
}
#rechargeCodeDialog .contentBox .dialog #qrcode::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  border: 3px solid #ffffff;
  background-image: url(../assets/images/recharge/icon.png);
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#rechargeCodeDialog .contentBox .dialog .line5 {
  color: #9da7b5;
  font-size: 18px;
  line-height: 30px;
  margin-top: 12px;
  text-align: center;
}
#rechargeSuccessDialog .contentBox {
  width: 554px;
  height: 516px;
}
#rechargeSuccessDialog .contentBox .dialog {
  width: 554px;
  height: 516px;
  position: relative;
}
#rechargeSuccessDialog .contentBox .dialog .closeBtn {
  top: 45px;
}
#rechargeSuccessDialog .contentBox .dialog .icon {
  width: 87px;
  height: 87px;
  display: block;
  margin: 0 auto ;
  padding-top: 59px;
  box-sizing: content-box;
}
#rechargeSuccessDialog .contentBox .dialog .title {
  color: #414140;
  font-size: 38px;
  font-weight: bold;
  line-height: 48px;
  margin: 20px auto 15px;
  text-align: center;
}
#rechargeSuccessDialog .contentBox .dialog .des {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #9da7b5;
}
#rechargeSuccessDialog .contentBox .dialog .tip {
  margin-top: 31px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#rechargeSuccessDialog .contentBox .dialog .tip .img {
  height: 22px;
  margin-right: 12px;
}
#rechargeSuccessDialog .contentBox .dialog .tip .t1 {
  font-size: 18px;
  line-height: 22px;
  color: #537ef0;
}
#rechargeSuccessDialog .contentBox .dialog .sure {
  width: 468px;
  height: 68px;
  background-color: #537ef0;
  border-radius: 10px;
  color: #ffffff;
  font-size: 30px;
  line-height: 68px;
  text-align: center;
  margin: 29px auto 0;
  cursor: pointer;
}
#rechargeSuccessDialog.typeMobile .contentBox {
  width: 415px;
  height: 387px;
}
#rechargeSuccessDialog.typeMobile .contentBox .dialog {
  width: 415px;
  height: 387px;
  position: relative;
}
#rechargeSuccessDialog.typeMobile .contentBox .dialog .closeBtn {
  right: 0;
  top: 5px;
  width: 26px;
  height: 26px;
  padding: 24px;
  background-image: url(../assets/images/recharge/mobile/btn_close.png);
  background-size: 26px 26px;
  background-position: center;
  background-repeat: no-repeat;
}
#rechargeSuccessDialog.typeMobile .contentBox .dialog .icon {
  width: 65px;
  height: 65px;
  padding-top: 44px;
}
#rechargeSuccessDialog.typeMobile .contentBox .dialog .title {
  font-size: 28px;
  line-height: 30px;
  margin: 15px auto 10px;
}
#rechargeSuccessDialog.typeMobile .contentBox .dialog .des {
  font-size: 13px;
  line-height: 23px;
}
#rechargeSuccessDialog.typeMobile .contentBox .dialog .tip {
  margin-top: 24px;
}
#rechargeSuccessDialog.typeMobile .contentBox .dialog .tip .img {
  height: 16px;
  margin-right: 8px;
}
#rechargeSuccessDialog.typeMobile .contentBox .dialog .tip .t1 {
  font-size: 13px;
  line-height: 16px;
}
#rechargeSuccessDialog.typeMobile .contentBox .dialog .sure {
  width: 351px;
  height: 51px;
  font-size: 22px;
  line-height: 51px;
  text-align: center;
  margin: 22px auto 0;
}
