@media (max-width: 1500px) {
  .vipIndex-page .page-banner {
    padding-top: 20px !important;
  }
}
.vipIndex-page .page-banner {
  padding-top: 60px;
}
.vipIndex-page .page-banner .banner-box {
  margin: 0 auto;
  text-align: center;
}
.vipIndex-page .page-banner .banner-box .title-sub {
  font-size: 36px;
  color: #CD2316;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
}
.vipIndex-page .page-banner .banner-box .title-sub.title {
  font-size: 54px;
}
.vipIndex-page .page-banner .banner-box .advantage-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.vipIndex-page .page-banner .banner-box .advantage-desc .advantage-item {
  font-family: Montserrat-SemiBold;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.vipIndex-page .page-banner .banner-box .advantage-desc .advantage-item .icon-box {
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.vipIndex-page .page-banner .banner-box .app-btn {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
  background-image: linear-gradient(180deg, #FE6E67 0%, #E1261D 100%);
  border-radius: 8px;
  padding: 15px 25px;
  cursor: pointer;
}
.vipIndex-page .page-row {
  padding: 40px 0;
}
.vipIndex-page .operations-box .operations-title {
  font-family: Montserrat-Bold;
  font-size: 32px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 700;
}
.vipIndex-page .operations-box .operations-panel {
  display: flex;
  flex-wrap: wrap;
}
.vipIndex-page .operations-box .operations-panel .operations-item {
  width: calc(50% - 10px);
  margin-right: 20px;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  padding: 20px;
  background-image: url(/static/home/images/99vip/bg-1.png);
  display: flex;
}
.vipIndex-page .operations-box .operations-panel .operations-item:nth-child(2n) {
  margin-right: 0;
}
.vipIndex-page .operations-box .operations-panel .operations-item .icon {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-right: 10px;
}
.vipIndex-page .operations-box .operations-panel .operations-item .title {
  font-family: Montserrat-Bold;
  font-size: 18px;
  color: #CD2316;
  letter-spacing: 0;
  font-weight: 700;
}
.vipIndex-page .operations-box .operations-panel .operations-item .desc {
  font-family: Montserrat-Medium;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 500;
}
.vipIndex-page .page-row-2 {
  background-image: url(/static/home/images/99vip/bg-2.png);
}
.vipIndex-page .brand-box .brand-title {
  font-family: Montserrat-Bold;
  font-size: 32px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 700;
}
.vipIndex-page .brand-box .brand-list .item {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  padding: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.vipIndex-page .brand-box .brand-list .item .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.vipIndex-page .brand-box .brand-list .item .brand-info .title {
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
  height: 54px;
}
.vipIndex-page .brand-box .brand-list .item .brand-info .title.industry-title {
  font-family: Montserrat-SemiBold;
  font-size: 18px !important;
  height: 100%;
  color: #CD2316;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
}
.vipIndex-page .brand-box .brand-list .item .brand-info .desc {
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
}
.vipIndex-page .page-row-4 {
  height: 240px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.vipIndex-page .page-row-4 .icon-box {
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.vipIndex-page .page-row-4 .title {
  font-family: Montserrat-Bold;
  font-size: 32px;
  color: #CD2316;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
}
.vipIndex-page .page-row-4 .desc {
  font-family: PingFang-SC-Medium;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  max-width: 1000px;
  margin: 0 auto;
}
.vipIndex-page .cooperate-layer {
  border-radius: 16px;
}
.vipIndex-page .vipBox {
  padding: 40px 60px;
}
.vipIndex-page .vipBox .close-btn {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 15px;
  right: 15px;
  color: #333333;
}
.vipIndex-page .vipBox .title {
  font-family: Montserrat-Bold;
  font-size: 32px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
}
.vipIndex-page .vipBox .desc {
  font-family: Montserrat-SemiBold;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
}
.vipIndex-page .vipBox .form-wrap {
  margin-top: 40px;
}
.vipIndex-page .vipBox .form-wrap .has-error {
  position: relative;
}
.vipIndex-page .vipBox .form-wrap .input-row {
  margin-bottom: 10px;
}
.vipIndex-page .vipBox .form-wrap .input-row .form-label {
  position: relative;
  margin-bottom: 0;
  font-size: 14px;
}
.vipIndex-page .vipBox .form-wrap .input-row .form-label.required::before {
  content: '*';
  font-size: 12px;
  color: #ff0000;
  position: absolute;
  right: -8px;
  top: 2px;
}
.vipIndex-page .vipBox .form-wrap .input-row .btn {
  width: 100%;
  border-radius: 0;
  background: #32459C;
  border: none;
  margin-bottom: 40px;
  font-size: 14px;
  padding: 10px 15px;
}
.vipIndex-page .vipBox .form-wrap .form-control {
  border-radius: 8px;
  color: #999;
  padding: 23px 15px !important;
  margin: 20px 0 30px;
  font-size: 12px;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.vipIndex-page .vipBox .form-wrap .error-msg {
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  bottom: 20px;
  transform: translateY(100%);
  color: #ff0000;
}
.vipIndex-page .vipBox .form-wrap .btn-sub {
  background-image: linear-gradient(180deg, #FE6E67 0%, #E1261D 100%);
  border-radius: 8px;
  color: #fff;
  width: 100%;
  text-align: center;
  height: 54px;
}
.vipIndex-page .vipBox .form-wrap .btn-sub .icon-thumb {
  background-image: url(/static/home/images/99vip/icon-8.png);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.vipIndex-page.mobile {
  background: #ffffff;
}
.vipIndex-page.mobile .page-row {
  padding: 15px 0;
}
.vipIndex-page.mobile .page-banner {
  height: 200px !important;
  position: relative;
  padding-top: 30px !important;
}
.vipIndex-page.mobile .page-banner .banner-content {
  margin: 0 auto;
  text-align: center;
}
.vipIndex-page.mobile .page-banner .banner-content .title {
  font-size: 28px;
  color: #CD2316;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
}
.vipIndex-page.mobile .page-banner .banner-content .desc {
  font-size: 20px;
  color: #CD2316;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
}
.vipIndex-page.mobile .operations-box .operations-title {
  font-size: 20px;
}
.vipIndex-page.mobile .operations-box .operations-panel {
  display: block;
}
.vipIndex-page.mobile .operations-box .operations-panel .operations-item {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 0;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  padding: 15px;
  background-image: url(/static/home/images/99vip/bg-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.vipIndex-page.mobile .operations-box .operations-panel .operations-item:nth-child(2n) {
  margin-bottom: 0;
}
.vipIndex-page.mobile .operations-box .operations-panel .operations-item .icon {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-right: 10px;
}
.vipIndex-page.mobile .operations-box .operations-panel .operations-item .title {
  font-family: Montserrat-Bold;
  font-size: 18px;
  color: #CD2316;
  letter-spacing: 0;
  font-weight: 700;
}
.vipIndex-page.mobile .operations-box .operations-panel .operations-item .desc {
  font-family: Montserrat-Medium;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 500;
}
.vipIndex-page.mobile .brand-box .brand-title {
  font-family: Montserrat-Bold;
  font-size: 20px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 700;
}
.vipIndex-page.mobile .brand-box .brand-list .item {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  padding: 15px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.vipIndex-page.mobile .brand-box .brand-list .item .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.vipIndex-page.mobile .brand-box .brand-list .item .brand-info .title {
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
}
.vipIndex-page.mobile .brand-box .brand-list .item .brand-info .title.industry-title {
  font-family: Montserrat-SemiBold;
  font-size: 18px !important;
  color: #CD2316;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
}
.vipIndex-page.mobile .brand-box .brand-list .item .brand-info .desc {
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
}
.vipIndex-page.mobile .page-row-4 {
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.vipIndex-page.mobile .page-row-4 .icon-box {
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.vipIndex-page.mobile .page-row-4 .title {
  font-family: Montserrat-Bold;
  font-size: 20px;
  color: #CD2316;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
}
.vipIndex-page.mobile .page-row-4 .desc {
  font-family: PingFang-SC-Medium;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  max-width: 1000px;
  margin: 0 auto;
}
.vipIndex-page.mobile .cooperate-layer {
  border-radius: 8px;
}

.vipIndex-layer .cooperate-layer {
  border-radius: 16px;
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.vipIndex-layer .cooperate-layer::-webkit-scrollbar {
  display: none;
}
.vipIndex-layer .cooperate-layer .layui-layer-content {
  overflow: hidden !important;
  padding: 0 !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.vipIndex-layer .cooperate-layer .layui-layer-content::-webkit-scrollbar {
  display: none;
}
.vipIndex-layer .vipBox {
  padding: 0;
  display: flex;
  flex-direction: column;
  max-height: 70vh;
}
.vipIndex-layer .vipBox .head {
  flex: none;
  position: relative;
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
}
.vipIndex-layer .vipBox .head .close-btn {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 15px;
  right: 15px;
  color: #333333;
  cursor: pointer;
}
.vipIndex-layer .vipBox .head .title {
  font-family: Montserrat-Bold;
  font-size: 20px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
  margin-bottom: 8px;
}
.vipIndex-layer .vipBox .head .desc {
  font-family: Montserrat-SemiBold;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
}
.vipIndex-layer .vipBox .form-wrap {
  flex: auto;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.vipIndex-layer .vipBox .form-wrap::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.vipIndex-layer .vipBox .form-wrap .form-item {
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 8px;
}
.vipIndex-layer .vipBox .form-wrap .form-item:last-child {
  margin-bottom: 0;
}
.vipIndex-layer .vipBox .form-wrap .has-error {
  position: relative;
}
.vipIndex-layer .vipBox .form-wrap .input-row {
  margin-bottom: 10px;
}
.vipIndex-layer .vipBox .form-wrap .input-row .form-label {
  position: relative;
  margin-bottom: 0;
  font-size: 14px;
  color: #333;
}
.vipIndex-layer .vipBox .form-wrap .input-row .form-label.required::before {
  content: '*';
  font-size: 12px;
  color: #ff0000;
  position: absolute;
  right: -8px;
  top: 2px;
}
.vipIndex-layer .vipBox .form-wrap .input-row .btn {
  width: 100%;
  border-radius: 0;
  background: #32459C;
  border: none;
  margin-bottom: 40px;
  font-size: 14px;
  padding: 10px 15px;
}
.vipIndex-layer .vipBox .form-wrap .form-control {
  border-radius: 8px;
  color: #333;
  padding: 12px 15px !important;
  margin: 8px 0 0;
  font-size: 14px;
  background-clip: padding-box;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
  box-sizing: border-box;
}
.vipIndex-layer .vipBox .form-wrap .form-select {
  border-radius: 8px;
}
.vipIndex-layer .vipBox .form-wrap .f-textarea {
  min-height: 100px;
  resize: vertical;
}
.vipIndex-layer .vipBox .form-wrap .error-msg {
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  bottom: -18px;
  left: 0;
  color: #ff0000;
}
.vipIndex-layer .vipBox .m-b-70 {
  margin-bottom: 70px;
}
.vipIndex-layer .vipBox .btn-box {
  flex: none;
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
  padding: 10px 20px;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 1px;
  width: 100%;
}
.vipIndex-layer .vipBox .btn-box .btn-sub {
  background-image: linear-gradient(180deg, #FE6E67 0%, #E1261D 100%);
  border-radius: 8px;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 14px 20px;
  font-size: 16px;
  border: none;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vipIndex-layer .footer-box {
  padding: 10px;
  background: #fff;
}
.vipIndex-layer .footer-box .apply-btn {
  background-image: linear-gradient(180deg, #FE6E67 0%, #E1261D 100%);
  border-radius: 8px;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 14px 20px;
  font-size: 16px;
  border: none;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vipIndex-layer .icon-thumb {
  background-image: url(/static/home/images/99vip/icon-8.png);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
