body {
  margin: 0;
  padding: 0;
  cursor: default;
}

span,
div,
label {
  user-select: none;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.flex_container {
  flex-grow: 1;
  width: 100%;
  min-width: 1400px;
  display: flex;
  flex-direction: column;
}

#navigation {
  position: sticky;
  z-index: 1000;
  min-width: 1400px;
  z-index: 50;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  height: 68px;
  width: 100%;
}

.nav-lg {
  height: 68px;
}

.nav-content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  display: flex;
  align-items: center;
}

.nav-logo img {
  width: 36px;
  height: 36px;
}

.nav-logo span {
  color: #ff6205;
  font-family: "Alibaba PuHuiTi 3.0";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 8px;
}

.nav-menu {
  display: flex;
  align-items: center;
}

.round_md {
  padding: 8px 0px;
  color: #333;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 36px;
}

.round_md:hover {
  color: #ff5f00;
}

.active_menu {
  color: #ff5f00;
}

.active_menu::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  flex-shrink: 0;
  border-radius: 2px;
  background: #ff6205;
  position: relative;
  bottom: -12px;
}

/* Banner */
#hero-banner {
  position: relative;
  padding-top: 90px;
  padding-bottom: 80px;
  background: linear-gradient(
    315deg,
    #e6f4ff 0.48%,
    #f1efff 50.24%,
    #faf5f4 100%
  );
}

.banner-content {
  max-width: 1400px;
  margin: auto;
}

.banner-box {
  display: flex;
  flex-direction: column;
}

.items-center {
  display: flex;
  align-content: center;
  justify-content: space-between;
}

.text-left {
  display: flex;
  flex-direction: column;
  width: 750px;
}

.banner-title {
  margin-top: 10px;
  display: flex;
  font-family: "PingFang SC";
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.banner-title-1 {
  background: linear-gradient(270deg, #7066fe 0.09%, #1d66ee 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-title-2 {
  color: #ff6205;
  text-align: justify;
  margin-left: 18px;
}

.banner-text {
  color: #333;
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 32px 0 20px 0;
}

.banner-tip {
  color: #666;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.banner-btn {
  display: flex;
  margin-top: 40px;
}

.banner-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 56px;
  padding: 0 30px;
}

.btn_md {
  border-radius: 8px;
  background: linear-gradient(270deg, #7066fe 0.09%, #1d66ee 100%);
  transition: transform 0.3s ease;
}

.btn_md:hover {
  transform: translateY(-4px);
}

.btn_md img {
  width: 32px;
  height: 32px;
}

.btn_md span {
  color: #fff;
  text-align: justify;
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.btn_ch {
  margin-left: 20px;
  border-radius: 8px;
  border: 1px solid #7066fe;
  background: #fff;
}

.btn_ch:hover {
  box-shadow: 0 4px 12px rgba(112, 102, 254, 0.4);
}

.btn_ch img {
  width: 32px;
  height: 32px;
}

.btn_ch span {
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: linear-gradient(270deg, #7066fe 0.09%, #1d66ee 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-right {
  border-radius: 20px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 20px 0px rgba(56, 90, 125, 0.06);
  display: flex;
  flex-direction: column;
  padding: 20px;
  transition: transform 0.3s ease;
}

.text-right:hover {
  transform: scale(1.02);
}

.text-right {
  border-radius: 20px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 20px 0px rgba(56, 90, 125, 0.06);
}

.duration_text {
  display: flex;
  align-items: center;
  gap: 16px;
}

.duration_text-item {
  flex: 1;
  display: flex;
  border-radius: 16px;
  background: linear-gradient(270deg, #fe9921 1.26%, #ff6a11 100%);
  padding: 0 20px;
  height: 120px;
  transition: all  0.3s ease;
}

.duration_text-item:hover {
  transform: scale(1.02);
}

.number {
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff6a11;
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 20px;
}

.duration_text-item-text {
  display: flex;
  flex-direction: column;
  margin-left: 12px;
  color: #fff;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 175px;
}

.duration_text-item-text span:last-child {
  font-size: 14px;
}

.title1 {
  margin-top: 20px;
}

.title {
  margin-top: 24px;
}

.tel {
  margin-top: 16px;
  font-size: 18px !important;
}

.duration_bottom {
  margin-top: 16px;
}

.num_three {
  margin-top: 30px;
}

.title2 {
  margin-top: 34px;
}

.duration_bottom-text {
  flex: 1;
}

.duration_text_tips {
  margin-top: 16px;
}

.fav_content {
  width: 100%;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(56, 90, 125, 0.06);
  margin-top: 64px;
  display: flex;
  padding: 30px 0;
}

.fav_content-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  color: #666;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 74px;
}

.fav_content-item-text {
  display: flex;
  align-items: center;
  color: #333;
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

#course {
  color: #ff6205;
}

.fav_tips {
  margin-top: 10px;
}

.fav_line {
  width: 1px;
  height: 60px;
  flex-shrink: 0;
  background: #e8e8e8;
}

/* 购买流程板块 */
#process {
  padding: 70px 0;
  background: #fff;
}

.process-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  max-width: 1400px;
}

.process-title {
  display: flex;
  align-items: center;
  color: #333;
  font-family: "PingFang SC";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.process-title span:last-child {
  background: linear-gradient(270deg, #7066fe 0.09%, #1d66ee 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 16px;
}

.process-title-tips {
  color: #666;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 16px;
}

.process_flow {
  position: relative;
  margin-top: 70px;
}

.flow_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 57px;
  position: relative;
  z-index: 3;
}

.flow_box-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flow_img {
  position: relative;
  transition: all 0.3s ease;
}

.flow_img:hover {
  transform: translateY(-6px);
}

.flow_back {
  width: 180px;
  height: 230px;
}

.flow_value {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ff6205;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 20px;
}

.flow_value img {
  width: 56px;
  height: 56px;
  margin-top: 32px;
  margin-bottom: 12px;
}

.flow_value span:last-child {
  font-size: 14px;
  font-weight: 400;
  margin-top: 8px;
}

.flow_bot {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 24px;
}

.flow_bot img {
  width: 44px;
  height: 44px;
}

.flow_bot span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.flow_line {
  position: absolute;
  bottom: 22px;
  width: 100%;
  height: 1px;
  background: #ff6205;
  z-index: 1;
}

.process_bot {
  margin-top: 50px;
  display: flex;
  align-items: center;
  position: relative;
}

.process_bot img {
  width: 1190px;
  height: 226px;
}

.pro_value {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-family: "PingFang SC";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 24px;
}

.pro_tips {
  font-size: 14px;
  font-weight: 400;
  margin-top: 9px;
}

.pro_btns {
  display: flex;
  margin-top: 20px;
  gap: 30px;
}

.pro_btns a {
  width: 140px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 25px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.pro_btns a:hover {
  transform: translateY(-2px);
}

.pro_btns a img {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}

.pro_btns a span {
  color: #ff6205;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.pro_tips2 {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-top: 20px;
}

/* ecs */
#offerings {
  padding: 70px 0;
  background: #f7f8fa;
}

.offer_content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.offer_title {
  color: #333;
  font-family: "PingFang SC";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
}

.offer_title span:last-child {
  background: linear-gradient(270deg, #7066fe 0.09%, #1d66ee 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.offer_tips {
  color: #666;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 16px;
}

.offer_cards {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.offer_card-item {
  border-radius: 20px;
  border: 1px solid #e8e8e8;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(14, 52, 123, 0.05);
  padding: 40px 30px 30px 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.3s ease;
}

.offer_card-item:hover {
  transform: translateY(-6px);
}

.card_title {
  display: flex;
  align-items: center;
  color: #333;
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.card_tag {
  display: flex;
  align-items: center;
  height: 24px;
  flex-shrink: 0;
  border-radius: 4px;
  background: rgba(29, 102, 238, 0.1);
  color: #1d66ee;
  font-size: 14px;
  font-weight: 400;
  padding: 0 6px;
}

#y_tag {
  border-radius: 4px;
  background: rgba(255, 98, 5, 0.1);
  font-size: 12px;
  color: #ff6205;
}

.card_tips {
  color: #666;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  top: 85px;
  left: 24px;
  width: 320px;
}

.details {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
}

.card_detail {
  display: flex;
  justify-content: space-between;
  color: #333;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}

.detail_left {
  display: flex;
  align-items: center;
}

.detail_left img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.detail_right {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

.offer_price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.now_price {
  display: flex;
  align-items: end;
  color: #999;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.now_price span:first-child {
  color: #ff5f00;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.now_price span:nth-child(2) {
  color: #ff5f00;
  font-size: 36px;
  font-weight: 500;
  line-height: 38px;
}

.old_price {
  color: #999;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
  margin-bottom: 24px;
}

.card_btn {
  width: 326px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #ff6205;
  color: #fff;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.card_btn:hover {
  background: #e95601;
}

.e_of {
  font-size: 30px;
  font-weight: 500;
}

.e_card {
  padding: 30px 24px 24px 24px;
}

.e_of_title {
  font-size: 14px;
  font-weight: 500;
}

.e_btn {
  width: 237px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  margin-top: 25px;
}

.e-of_tips {
  width: 245px;
  top: 62px;
  left: 20px;
  font-size: 12px;
  font-weight: 400;
}

.e_de {
  margin-top: 69px;
}

.e_ca {
  margin-bottom: 24px;
}

.e_left span {
  font-size: 12px;
}

.e_right {
  font-size: 14px;
  font-weight: 500;
}

.e_now span:first-child {
  font-size: 20px;
  line-height: 19px;
}

.e_now span:nth-child(2) {
  font-size: 28px;
  line-height: 25px;
}

.e_now span:last-child {
  font-size: 12px;
}

#offer_gpu {
  padding: 70px 0;
  background: #fff;
}

.pro_card_item {
  padding: 30px 20px 24px 20px;
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(14, 52, 123, 0.05);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.3s ease;
}

.pro_card_item:hover {
  transform: translateY(-6px);
}

.pro_title {
  width: 245px;
  color: #333;
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.pro_title span {
  margin-right: 8px;
}

.pro_tags {
  height: 18px;
  border-radius: 4px;
  background: rgba(29, 102, 238, 0.1);
  color: #1d66ee;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 6px;
}

.esc_tips {
  color: #666;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  top: 65px;
  left: 20px;
  width: 245px;
}

.pro_details {
  display: flex;
  margin-top: 73px;
  flex-direction: column;
}

.u_top {
  margin-top: 24px;
}

.detail_item {
  display: flex;
  justify-content: space-between;
  color: #333;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}

.de_left {
  display: flex;
  align-items: center;
}

.de_left img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.de_right {
  font-size: 16px;
  font-weight: 500;
}

.pro_price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pro_now {
  color: #999;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: end;
}

.pro_now span:first-child {
  color: #ff5f00;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.pro_now span:nth-child(2) {
  color: #ff5f00;
  font-size: 36px;
  font-weight: 500;
  line-height: 34px;
}

.pro_old {
  color: #999;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
}

.pro_btn {
  width: 237px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #ff6205;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 24px;
}

.pro_btn:hover {
  background: #e95601;
}

#offer_yun {
  padding: 70px 0;
  background: #f7f8fa;
}

.pro_yun {
  margin-top: 94px;
}

#choose {
  padding: 70px 0;
  background: #fff;
}

.choose_content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.choose_title {
  display: flex;
  align-items: center;
  color: #333;
  font-family: "PingFang SC";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.choose_title span:last-child {
  background: linear-gradient(270deg, #7066fe 0.09%, #1d66ee 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.choose_tips {
  color: #666;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 16px;
  margin-bottom: 60px;
}

.choose_prece {
  display: flex;
  gap: 10px;
}

.choose_prece_item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 390px;
  height: 200px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.choose_prece_item:hover {
  transform: translateY(-6px);
}

.pre_back {
  width: 428px;
  height: 240px;
}

.prece_value {
  position: absolute;
  top: 28px;
  left: 32px;
  display: flex;
  flex-direction: column;
}

.prece_ce {
  left: 50.5px;
}

.prece_title {
  display: flex;
  align-items: center;
}

.round {
  position: relative;
  display: flex;
}

.round img {
  width: 50px;
  height: 50px;
}

.round span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ff6205;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.va_t {
  color: #333;
  font-family: "PingFang SC";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 16px;
}

.notice {
  color: #ff6205;
  font-family: "PingFang SC";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 18px;
  margin-bottom: 17px;
}

.va_b {
  color: #666;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 282px;
}

.va_b1 {
  margin-top: 24px;
}

.pro_t {
  color: #fff;
  font-family: "PingFang SC";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

#footer {
  padding: 60px 0 30px 0;
  background: #f7f8fa;
}

.footer_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer_top {
  width: 1190px;
  display: flex;
  justify-content: space-between;
}

.footer_item {
  display: flex;
  flex-direction: column;
  color: #333;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 214.286% */
}

.footer_item span:first-child {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.footer_tips {
  width: 522px;
}

.footer_img {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_img img {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}

.footer_line {
  margin-top: 50px;
  width: 100%;
  height: 1px;
  background: #e8e8e8;
}

.footer_bot {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  margin-top: 30px;
}

.footer_bot span {
  color: #666;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.fixed_btn {
  position: fixed;
  top: 350px;
  right: 24px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
}

.fixed_btn a {
  width: 140px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.fixed_btn a img {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}

.fixed_btn a span {
  color: #fff;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.kf {
  background: linear-gradient(270deg, #7066fe 0.09%, #1d66ee 100%);
}

.wx {
  background: linear-gradient(270deg, #0ec5ec 1.26%, #04d861 100%);
  margin-top: 40px;
  margin-bottom: 40px;
}

.co {
  background: linear-gradient(270deg, #fcad00 1.26%, #ff6a11 100%);
  margin-bottom: 40px;
}

.xs {
  background: linear-gradient(270deg, #00cbff 1.26%, #107fff 99.94%);
  transition: all 0.3s ease;
}

.xs:hover {
  transform: translateY(10px);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1001;
}

.offer_popup {
  width: 540px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #fff;
  padding: 0 20px 20px 20px;
  position: relative;
}

.pop_title {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 580px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 10px 10px 0px 0px;
  background: linear-gradient(270deg, #fe9921 1.26%, #ff6a11 100%);
}

.pop_logo {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-left: 20px;
}

.pop_title span {
  color: #fff;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 8px;
}

.close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.selete_line {
  height: 64px;
}

.selete_item {
  margin-bottom: 30px;
}

.selete_title {
  margin-bottom: 12px;
  color: #333;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
}

.selete_title span:nth-child(2) {
  color: #f81616;
}

.selete_tips {
  color: #666;
  margin-left: 10px;
}

#offer_r1 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 16px;
  column-gap: 16px;
}

.custom-radio input {
  width: 20px;
  height: 20px;
}

.custom-radio input[type="checkbox"] {
  display: none;
}

.custom-radio input[type="radio"] {
  display: none;
}

.ra_check {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../image/no.svg");
  background-size: cover;
  cursor: pointer;
}

.checkbox-img {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../image/no.svg");
  background-size: cover;
  cursor: pointer;
}

.custom-radio input[type="checkbox"]:checked + .checkbox-img {
  background-image: url("../image/check.svg");
}

.custom-radio input[type="radio"]:checked + .ra_check {
  background-image: url("../image/raide.svg");
}

.custom-radio {
  display: flex;
  align-items: center;
  gap: 8px;
}

.custom-radio span {
  color: #333;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

input[type="text"] {
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  height: 36px;
  padding-left: 12px;
  outline: none;
}

.submit {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #ff6205;
  width: 100%;
  height: 36px;
  flex-shrink: 0;
  color: #fff;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.wx_popup {
  position: relative;
  width: 420px;
  height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background: #fff;
}

.wx_title {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  border-radius: 10px 10px 0px 0px;
  background: linear-gradient(270deg, #fe9921 1.26%, #ff6a11 100%);
}

.wx_logo {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-left: 20px;
}

.wx_title span {
  color: #fff;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 8px;
}

.wx_content {
  border-radius: 10px;
  background: #f7f8fa;
  width: 230px;
  height: 230px;
  flex-shrink: 0;
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wx_content img {
  width: 200px;
  height: 200px;
  flex-shrink: 0;
}

.wx_tips {
  color: #333;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}

.selete_success {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.selete_value {
  width: 540px;
  border-radius: 10px;
  background: #f7f8fa;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-sizing: border-box;
}

.value_item {
  display: flex;
  color: #666;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.value_con {
  color: #333;
  margin-left: 50px;
  width: 360px;
}

.sub_success {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sub_success img {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.success_text {
  margin-top: 10px;
  margin-bottom: 6px;
}

.success_tips {
  font-size: 14px;
  color: #666;
}

.com {
  width: 540px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 4px;
  background: #ff6205;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 16px;
}

.contact_us {
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  color: #333;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 20px 24px;
  width: 540px;
  box-sizing: border-box;
}

.contact {
  display: flex;
  align-items: center;
  gap: 85px;
  margin-top: 16px;
  margin-bottom: 12px;
}

.contact_item {
  display: flex;
  align-items: center;
  flex: 1;
}

.contact p:first-child {
  color: #666;
  margin-right: 10px;
}

.contact_qr {
  display: flex;
  align-items: start;
  gap: 85px;
}

.qr_item {
  display: flex;
  align-items: start;
  flex: 1;
}

.contact_qr p {
  color: #666;
  margin-right: 10px;
}

.qr {
  border-radius: 8px;
  background: #f7f8fa;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  width: 116px;
  height: 116px;
  box-sizing: border-box;
}

.qr img {
  width: 100px;
  height: 100px;
}

.selete_spinner {
  width: 540px;
  height: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  display: none;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top-color: #ff6205;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.YSF-CUSTOM-ENTRY {
  display: none;
}
