:root {
  --min-width: 1280px;
  --light-bg: #F6F9FF;
  --font-gray: #989898;
}
.detail-container .detail-block .inner {
  width: var(--min-width);
  margin: auto;
}
.detail-container .detail-block .inner > .title {
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
  text-align: center;
}
.detail-container .detail-block.banner {
  position: relative;
}
.detail-container .detail-block.banner .banner-img {
  width: 100%;
  height: 456px;
}
.detail-container .detail-block.banner .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-container .detail-block.banner .banner-info {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  box-sizing: border-box;
  width: var(--min-width);
  margin: 0 auto;
}
.detail-container .detail-block.banner .banner-info .banner-title {
  font-size: 42px;
  font-weight: 600;
  line-height: 49px;
}
.detail-container .detail-block.banner .banner-info .banner-title-content {
  margin-top: 16px;
  width: 598px;
  font-size: 18px;
  color: var(--font-gray);
  line-height: 32px;
  text-align: justify;
}
.detail-container .detail-block.banner .banner-info .banner-btn-group {
  display: flex;
  align-items: center;
  margin-top: 56px;
}
.detail-container .detail-block.tabs {
  background-color: var(--light-bg);
  user-select: none;
}
.detail-container .detail-block.tabs .inner {
  width: var(--min-width);
  height: 76px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0px 8px 2px #d7e3ed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  position: relative;
  top: -32px;
}
.detail-container .detail-block.tabs .tabs-item {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
}
.detail-container .detail-block.tabs .tabs-item:hover {
  color: var(--color-brand);
}
.detail-container .detail-block.tabs .tabs-item.active {
  font-weight: 600;
}
.detail-container .detail-block.tabs .tabs-item.active::after {
  content: '';
  width: 100%;
  height: 4px;
  background: linear-gradient(273deg, #ffe486 0%, #ff9274 45%, #ff4242 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.detail-container .detail-block.product-introduction-container {
  background-color: var(--light-bg);
  padding: 64px 0;
}
.detail-container .detail-block.product-introduction-container .feature-list .feature-item {
  display: flex;
}
.detail-container .detail-block.product-introduction-container .feature-list .feature-item .feature-description {
  flex: 1;
  margin-top: 60px;
  padding-left: 114px;
}
.detail-container .detail-block.product-introduction-container .feature-list .feature-item .feature-description .feature-header {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 17px;
}
.detail-container .detail-block.product-introduction-container .feature-list .feature-item .feature-description .feature-details {
  list-style: none;
  padding-left: 0;
}
.detail-container .detail-block.product-introduction-container .feature-list .feature-item .feature-description .feature-details .feature-point {
  height: 28px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
}
.detail-container .detail-block.product-introduction-container .feature-list .feature-item .feature-description .feature-details .feature-point::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 2px solid var(--color-brand);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.detail-container .detail-block.product-introduction-container .feature-list .feature-item .feature-description .ja-btn {
  margin-top: 24px;
}
.detail-container .detail-block.product-introduction-container .feature-list .feature-item .introduction-image {
  display: block;
  width: 590px;
  height: 400px;
  user-select: none;
}
.detail-container .detail-block.product-introduction-container.reverse {
  background-color: #fff;
}
.detail-container .detail-block.product-introduction-container.reverse .feature-description {
  padding-left: 200px !important;
}
.detail-container .detail-block.peculiarity-container {
  padding: 90px 0;
}
.detail-container .detail-block.peculiarity-container .service {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}
.detail-container .detail-block.peculiarity-container .peculiarity-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
.detail-container .detail-block.peculiarity-container .peculiarity-list .peculiarity-item {
  width: 302px;
  width: 408px;
  height: 128px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 2px 0px 10px 2px rgba(196, 196, 196, 0.3);
  padding: 20px 18px;
  margin: 12px 0;
  display: flex;
  align-items: flex-start;
}
.detail-container .detail-block.peculiarity-container .peculiarity-list .peculiarity-item .peculiarity-image {
  display: block;
  width: 42px;
  height: 42px;
  margin-right: 12px;
  user-select: none;
}
.detail-container .detail-block.peculiarity-container .peculiarity-list .peculiarity-item .peculiarity-description .peculiarity-header {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 8px;
}
.detail-container .detail-block.peculiarity-container .peculiarity-list .peculiarity-item .peculiarity-description .peculiarity-details {
  list-style: none;
  padding-left: 0;
}
.detail-container .detail-block.peculiarity-container .peculiarity-list .peculiarity-item .peculiarity-description .peculiarity-details .peculiarity-point {
  color: var(--font-gray);
  line-height: 1.8em;
}
.detail-container .detail-block.scene-container {
  background-color: var(--light-bg);
  padding: 90px 0;
}
.detail-container .detail-block.scene-container .scene-scroll {
  overflow: hidden;
  position: relative;
  margin: auto;
  margin-top: 64px;
}
.detail-container .detail-block.scene-container .scene-scroll .hd {
  height: 240px;
  position: absolute;
  top: 0;
  left: 0;
  width: var(--min-width);
  display: flex;
  justify-content: space-between;
  padding-top: 68px;
}
.detail-container .detail-block.scene-container .scene-scroll .hd .btn {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #CBD6E2;
}
.detail-container .detail-block.scene-container .scene-scroll .hd .btn:hover {
  background-color: #fff8f0;
  color: var(--color-brand);
}
.detail-container .detail-block.scene-container .scene-scroll .bd {
  width: 1180px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.detail-container .detail-block.scene-container .scene-scroll .bd::before {
  content: '';
  width: 60px;
  height: 240px;
  background: var(--light-bg);
  position: absolute;
  top: 0;
  left: 0;
}
.detail-container .detail-block.scene-container .scene-scroll .bd::after {
  content: '';
  width: 60px;
  height: 240px;
  background: var(--light-bg);
  position: absolute;
  top: 0;
  right: 0;
}
.detail-container .detail-block.scene-container .scene-scroll .bd .scene-list {
  list-style: none;
  padding-left: 0;
}
.detail-container .detail-block.scene-container .scene-scroll .bd .scene-list .scene-item {
  width: 295px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.detail-container .detail-block.scene-container .scene-scroll .bd .scene-list .scene-item .scene-image {
  width: 172px;
  height: 172px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}
.detail-container .detail-block.scene-container .scene-scroll .bd .scene-list .scene-item .scene-image img {
  display: block;
  width: 150px;
  height: 105px;
}
.detail-container .detail-block.scene-container .scene-scroll .bd .scene-list .scene-item .scene-txt {
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  margin-top: 30px;
}
.ja-btn {
  color: #fff;
  background-color: var(--color-brand);
  height: 32px;
  line-height: 32px;
  padding: 0 11px 0 16px;
  border-radius: 3px;
  display: inline-flex;
  letter-spacing: 1px;
  gap: 8px;
  opacity: 1;
  transition: opacity 0.4s;
  margin-right: 20px;
  box-sizing: border-box;
}
.ja-btn[plain] {
  color: var(--color-brand);
  background-color: #fff;
  transition: color, background-color 0.4s;
}
.ja-btn[plain]:hover {
  color: #fff;
  background-color: var(--color-brand);
}
.ja-btn[skip]::after {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e690';
  transition: all 0.4s;
}
.ja-btn[skip][large].ja-btn[skip]:hover::after {
  transform: translate(5px, 0);
}
.ja-btn[skip]:hover {
  opacity: 0.8;
}
.ja-btn[skip]:hover::after {
  transform: translate(3px, 0);
}
.ja-btn.light {
  border: 1px solid var(--color-brand);
  color: var(--color-brand);
  background: #fff;
}
.ja-btn:hover {
  opacity: 0.8;
}
.ja-btn[large].ja-btn[service] {
  padding-left: 50px;
  position: relative;
}
.ja-btn[large].ja-btn[service]::after {
  content: '';
  width: 18px;
  height: 18px;
  background: url('/static_multi_brand/images/proxy_ip/detail/service@2x.png') no-repeat;
  background-size: contain;
  position: absolute;
  left: 20px;
  bottom: 9px;
}
.ja-btn[large] {
  height: 40px;
  line-height: 40px;
  padding: 0 22px 0 26px;
  border-radius: 4px;
  font-size: 16px;
}
.ja-btn[large]::after {
  font-size: 18px;
}
