.color-blue {
  color: #0066eb;
}
.color-orange {
  color: #FF1700;
}
.color-purpose {
  color: #6B11D9;
}

.u-button {
  padding: 12px 0;
  width: 180px;
  color: #fff;
  border-radius: 8px;
}
.text-white {
  color: #fff;
}

.u-button.u-bg-blue {
  background: linear-gradient(90deg, #4ABDFF 0%, #185FF8 100%);
}
.u-button.u-bg-lightblue {
  background: linear-gradient(90deg, #5AFDFB 0%, #154BFF 100%);
}
.u-button.u-bg-lightblue2 {
  background: linear-gradient(90deg, #1FF6FE 0%, #185FF8 100%);
}
.u-button.u-bg-purpose-blue {
  /* background: linear-gradient(90deg, #8186F3 0%, #0055FF 100%); */
  background: linear-gradient(90deg, #8186F3 0%, #0055FF 95.34%);
}
.u-button.u-bg-deep-purpose-blue {
  background: linear-gradient(90deg, #9A49FE 0%, #2B19FF 95.34%);
}
.u-button.u-bg-cyan-blue {
  background: linear-gradient(90deg, #6CEFCA 0%, #4342FF 100%);
}
.u-button.u-bg-orange {
  background: linear-gradient(90deg, #FF791C 0%, #FF1700 100%);
}
.u-button.u-bg-light-orange {
  background: linear-gradient(90deg, #FF791C 0%, #FFBB00 100%);
}
.u-button.u-bg-white-lightblue {
  color: #070FF5;
  background: linear-gradient(90deg, #F6F7FF 0%, #D0DFFF 100%);
}
.u-button.u-bg-purpose {
  color: #fff;
  background: linear-gradient(90deg, #7B1CFF 0%, #DD00FF 100%);
}
.u-button.u-bg-pink-purpose {
  background: linear-gradient(90deg, #D787FB 0%, #742FF9 100%);
}


.mt--40 {
  margin-top: -40px!important;
}

/* close icon */
.dialog-close-icon {
  position: absolute;
  right: -16px;
  top: -16px;
  width: 40px;
  height: 40px;
}
.circle-icon {
  border-radius: 50%;
  background-color: #2ABed1;
}

.dialog-close-icon::before,
.dialog-close-icon::after {
  position: absolute;
  content: ' ';
  background-color: #fff;
  left: 19px;
  top: 10px;
  width: 2px;
  height: 20px;
  border-radius: 2px;
}

.dialog-close-icon::before {
  transform: rotate(45deg);
}

.dialog-close-icon::after {
  transform: rotate(-45deg);
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-swiper-container {
  width: 100%;
  height: 420px;
  overflow: hidden;
}
.banner-swiper-container .banner-swiper-slide {
  position: relative;
}
.banner-swiper-container .slide-content-container {
  position: absolute;
  top: 50%;
  width: 1200px;
  transform: translateY(-50%);
  z-index: 2;
  text-align: left;
}
.banner-swiper-container .banner-title {
  color: #1D1D1D;
  font-size: 48px;
  line-height: 60px;
  font-weight: bold;
  margin-bottom: 12px;
}
.banner-swiper-container .banner-subtitle {
  color: #686868;
  font-size: 20px;
  line-height: 32px;
}
.banner-swiper-container .action-container {
  margin-top: 48px;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 28px;
}
.banner-swiper-container .banner-custom-dot .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background-color: #00000033;
}
.banner-swiper-container .banner-custom-dot .swiper-pagination-bullet-active {
  background-color: #fff;
}
.img--bg {
  background-color: rgb(247, 249, 252);
}
.banner-swiper-slide[data-theme=dark] .slide-content-container .banner-title {
  color: #fff;
}
.banner-swiper-slide[data-theme=dark] .slide-content-container .banner-subtitle {
  color: #fff;
}


.page-module .module-title {
  margin: 0 auto;
  font-size: 36px;
  color: #1d1d1d;
  text-align: center;
}
.page-module .module-subtitle {
  margin: 0 auto;
  margin-top: 12px;
  font-size: 24px;
  color: #686868;
  text-align: center;
}


.desc-module {
  padding-top: 20px;
}
.desc-module .module-header {
  padding: 40px 0;
}
.desc-img {
  display: block;
  width: 100%;
}
.desc-module .desc-module-nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 30px;
}
.desc-module .desc-module-nav-tab {
  display: flex;
  align-items: center;
  padding: 20px 0;
  font-size: 22px;
  border-bottom: 2px solid transparent;
}
.desc-module-nav-tab .desc-module-nav-tab-icon {
  display: inline-block;
  width: 43px;
  height: 32px;
  margin-right: 10px;
  transform: skew(-6deg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.desc-module .desc-module-nav-tab.active {
  border-bottom-color: #2ABed1;
}
.desc-module .desc-module-nav-tab.active .desc-module-nav-tab-text {
  color: #2ABed1;
}
.desc-module .desc-module-nav-tab:not(:last-of-type) {
  margin-right: 80px;
}
.desc-module .desc-module-nav-content-item {
  padding-top: 40px;
}
.desc-module .desc-module-nav-content-hd {
  text-align: center;
}
.desc-module .desc-module-img-bd {
  width: 100%;
  margin: 0 auto;
}
.desc-module .desc-module-nav-content-title {
  font-size: 32px;
  color: #1d1d1d;
}
.desc-module .desc-module-nav-content-subtitle {
  margin-top: 12px;
  font-size: 20px;
  line-height: 32px;
  color: #686868;
}

.preview-img-container {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
}
.preview-modal-container {
  position: relative;
  margin-top: 80px;
  width: 72%;
}

.partners-module {
  padding-top: 60px;
}
.partners-module .module-content {
  margin-top: 30px;
  margin-bottom: 60px;
}

.power-module {
  padding: 60px 0;
  background-image: url(/bid-fileinter/image/common/power-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.power-module .module-content {
  margin-top: 48px;
}
.power-module .power-desc-list {
  display: flex;
  align-items: center;
}
.power-module .power-desc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1;
}
.power-module .power-desc-item-icon {
  margin-bottom: 8px;
  width: 120px;
  height: 110px;
}
.power-module .power-desc-item-text {
  text-align: center;
}
.power-module .power-desc-item-text-title {
  font-size: 24px;
  line-height: 36px;
  color: #1D1D1D;
}
.power-module .power-desc-item-text-subtitle {
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #686868;
}

.bottom-banner-container {
  background-color: #0C56E5;
}
.bottom-banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 88px;
  background-image: url(/bid-fileinter/image/common/bottom-banner-bg.png);
  background-repeat: repeat;
  background-size: contain;
}
.bottom-banner-title {
  margin-right: 90px;
  font-size: 30px;
  color: #fff;
}

.phone-input-container {
  display: flex;
  width: 580px;
  padding: 2px;
  background-color: #fff;
  border-radius: 8px;
}
.phone-input-container .phone-submit-input {
  flex: 1;
  padding: 0 24px;
  height: 38px;
  border: none;
  outline: none;
}
.phone-input-container .phone-submit-button {
  padding: 8px 32px;
  color: #fff;
  background-color: #2ABed1;
  border-radius: 6px;
  border: none;
  outline: none;
}


.style-jjdqxm .desc-module,
.style-nzjxm .desc-module {
  padding-top: 50px;
}
.bottom-banner-container.fixed{
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.pc-header-nav-second{
  display: none!important;
}

.style-zfyssj .banner-swiper-container .banner-swiper-slide[data-theme=dark]  .banner-subtitle,
.style-zxzsj .banner-swiper-container .banner-swiper-slide[data-theme=dark]  .banner-subtitle {
  color: #FFFFFFCC;
}

.style-zxzsj .banner-swiper-container .banner-subtitle .text-white {
  font-size: 22px;
}

.power-module-zqsj .power-desc-item-text-title {
  font-size: 20px;
  line-height: 32px;
}

