.m-w-1300 {
  width: 100%;
  max-width: 1300px;
}
.color-202646 {
  color: #202646;
}
.color-666666 {
  color: #666666;
}
.color-777777 {
  color: #777777;
}
.relative {
  position: relative;
  left: 0px !important;
  top: 0px !important;
}
.headline-color-text {
  background: linear-gradient(90deg, #ff4391 0.09%, #ff4b42 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-main {
  background: var(--banner);
  background-size: 100% 100%;
}
.banner-main .text-content li {
  position: relative;
  padding-left: 10px;
}
.banner-main .text-content li::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #42464E;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.banner-main .text-content.tip li::before {
  background-color: #666666;
}
.jumper-box {
  width: 180px;
  padding-top: 180px;
  position: sticky;
  z-index: 99;
  left: 100px;
  top: 0px;
  color: #555555;
  transition: all 0.3s;
}
.jumper-box li .point,
.jumper-box li .title {
  transition: all 0.2s;
}
.jumper-box li:hover .point {
  background: #2580F1;
  border-color: #2580F1;
}
.jumper-box li:hover .title {
  background: #2580F1;
  color: #fff;
}
.jumper-box .jumper-active .point {
  background: #2580F1;
  border-color: #2580F1;
}
.jumper-box .jumper-active .title {
  background: #2580F1;
  color: #fff;
}
@media (max-width: 1850px) {
  .jumper-box {
    left: 50px;
  }
}
@media (max-width: 1750px) {
  .jumper-box {
    left: 20px;
  }
}
@media (max-width: 1680px) {
  .jumper-box {
    left: 5px;
  }
}
@media (max-width: 1650px) {
  .jumper-box {
    display: none;
  }
}
.jumper-compression-box {
  margin-top: -432px;
}
@media (max-width: 1650px) {
  .jumper-compression-box {
    margin-top: 0;
  }
}
.recharge-coupon-item {
  position: relative;
  background-image: var(--recharge_coupon_item_bg);
  background-repeat: no-repeat;
  background-position: right;
}
.recharge-coupon-item::before,
.recharge-coupon-item::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #e4c6ae;
  border-radius: 50%;
  background-color: #fff0de;
}
.recharge-coupon-item::before {
  left: -11px;
  -webkit-clip-path: circle(50% at 69% 50%);
  clip-path: circle(50% at 69% 50%);
}
.recharge-coupon-item::after {
  right: -11px;
  -webkit-clip-path: circle(50% at 30% 50%);
  clip-path: circle(50% at 30% 50%);
}
.ribbon-box {
  width: 100%;
  height: 140px;
  bottom: 0;
  left: 0;
  position: absolute;
}
.ribbon-box .ribbon1,
.ribbon-box .ribbon2,
.ribbon-box .ribbon3 {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.ribbon-box .ribbon1 {
  background: linear-gradient(90deg, #FFDF7A 31.61%, #FFEC98 49.86%, #FFDD83 65.96%);
  -webkit-clip-path: polygon(50% 80%, 100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(50% 80%, 100% 0, 100% 100%, 0 100%, 0 0);
}
.ribbon-box .ribbon2 {
  background: linear-gradient(134deg, #FF6353 12.13%, #FF2735 154.61%);
  -webkit-clip-path: polygon(50% 83%, 100% 3%, 100% 100%, 0 100%, 0 3%);
  clip-path: polygon(50% 83%, 100% 3%, 100% 100%, 0 100%, 0 3%);
}
.ribbon-box .ribbon3 {
  background-image: var(--recharge_coupon_bg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.more-activities-bg {
  background: var(--more-activities-item-bg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center right;
}
/* 修复因引入tailwind.min.js导致element-ui样式图片错乱 - start */
.el-loading-mask svg {
  display: inline-block;
}
/* 修复因引入tailwind.min.js导致element-ui样式图片错乱 - end */
/* 修复因引入tailwind.min.js导致原样式的错乱 - start */
.orange_sidebar.contactbox .orange_sidebarbox br {
  display: none;
}
.orange_sidebar.contactbox .orange_sidebarbox img {
  margin: auto;
}
.orange_sidebar.contactbox .sidebar_info {
  right: 32px;
}
#footer img,
#bottomNav2 img,
#headtop img {
  display: inline;
}
/* 修复因引入tailwind.min.js导致原样式的错乱 - end */
