.section {
  padding-top: 100px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  background-size: cover;
}
.section .icon-title {
  width: 26px;
  vertical-align: initial;
}
.section-head h5 {
  font-size: 16px;
  font-weight: 400;
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 20px;
  line-height: 26px;
}
.section-title {
  padding-bottom: 20px;
}
.section-title .icon-prescription {
  margin-right: 12px;
  vertical-align: initial;
}
.section-title h2 {
  display: inline-block;
  font-size: 32px;
  margin-left: 12px;
}
.banner {
  position: relative;
  width: 100%;
  color: #fff;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.banner-container {
  height: 620px;
}
.banner-context {
  position: absolute;
  top: 36%;
  left: 20%;
}
.banner-context__title {
  font-size: 36px;
  line-height: 50px;
}
.banner-context__desc {
  font-size: 16px;
  line-height: 30px;
  margin-top: 18px;
  margin-bottom: 40px;
  max-width: 420px;
}
.banner-context__desc.desc-list {
  max-width: 750px;
}
.banner-context__desc.desc-list li {
  margin-bottom: 10px;
}
.banner-context__desc.desc-list li:before {
  content: "•";
  margin-right: 10px;
}
.banner .wst-btn {
  padding-left: 24px;
  padding-right: 24px;
}
.banner .wst-btn .icon-arrow {
  margin-left: 4px;
  -webkit-transition: var(--transition-default);
  -o-transition: var(--transition-default);
  -moz-transition: var(--transition-default);
  transition: var(--transition-default);
  color: #fff;
}
.banner .wst-btn:hover .icon-arrow {
  margin-left: 10px;
}
.banner-footer {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 72%;
}
.banner-footer__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 22px 0;
  background-color: transparent;
  -webkit-transition: var(--transition-default);
  -o-transition: var(--transition-default);
  -moz-transition: var(--transition-default);
  transition: var(--transition-default);
}
.banner-footer__item:hover {
  background-color: rgba(88, 87, 87, 0.4);
}
.banner-footer__right {
  font-size: 18px;
  margin-left: 12px;
}
.banner-footer .icon-banner {
  width: 40px;
  height: 40px;
}
.core-service {
  -moz-background-size: 1920px 1678px;
  background-size: 1920px 1678px;
  background-repeat: no-repeat;
  background-position: top;
}
.card {
  display: inline-block;
  margin: 60px auto 0;
  text-align: left;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.card-left {
  float: left;
  width: 388px;
  height: 440px;
  padding: 50px 30px;
  color: #fff;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transition: all 0.35s ease-in;
  -o-transition: all 0.35s ease-in;
  -moz-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
  background-repeat: no-repeat;
  background-position: center center;
}
.card-left:hover {
  -moz-background-size: 110% 110%;
  background-size: 110% 110%;
}
.card-left h2 {
  font-size: 24px;
  margin-bottom: 12px;
}
.card-left h5 {
  line-height: 28px;
  font-size: 14px;
  font-weight: 400;
}
.card-right {
  float: left;
  width: 780px;
}
.card-right__img {
  width: 36px;
}
.card-right__block {
  float: left;
  width: 50%;
  height: 220px;
  padding: 24px 32px 0 32px;
  background: #fff;
  position: relative;
}
.card-right__block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("/template/default/Assets/image/core/transportation_full_cabinet_bg.png")
    center no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transition: var(--transition-opacity-02);
  -o-transition: var(--transition-opacity-02);
  -moz-transition: var(--transition-opacity-02);
  transition: var(--transition-opacity-02);
  opacity: 0;
}
.card-right__block:first-child,
.card-right__block:nth-child(2) {
  border-bottom: 1px solid #e7e1e1;
}
.card-right__block:first-child,
.card-right__block:nth-child(3) {
  border-right: 1px solid #e7e1e1;
}
.card-right__block:hover:before {
  opacity: 1;
}
.card-right__context {
  position: relative;
  z-index: 1;
}
.card-right__title {
  font-size: 14px;
  margin: 12px 0;
}
.card-right__desc {
  font-weight: 400;
  line-height: 24px;
  color: #666;
}
@media screen and (max-width: 1200px) {
  .card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.increment-service__icon {
  width: 28px;
}
.increment-service .increment-list {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 30px 8px 80px 10px;
}
.increment-service .increment-list__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 375px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 10px;
  overflow: hidden;
}
.increment-service .increment-list__item p {
  display: inline-block;
  line-height: 80px;
  margin-left: 10px;
}
.advantage-context {
  text-align: left;
  margin: 40px auto 0;
  max-width: 1166px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.advantage-top {
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  background-size: cover;
  padding: 65px 0 68px 72px;
}
.advantage-top__team,
.advantage-top__speed {
  max-width: 580px;
}
.advantage-top__speed .advantage-top__desc {
  margin-bottom: 0;
}
.advantage-top__icon {
  display: inline-block;
  width: 18px;
  margin-right: 12px;
}
.advantage-top h3 {
  font-size: 18px;
  line-height: 30px;
}
.advantage-top__desc {
  margin: 12px 0 72px;
  line-height: 28px;
}
.advantage-bottom {
  background-color: #fff;
}
.advantage-bottom__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 220px;
  padding: 26px;
  overflow: hidden;
}
.advantage-bottom__item:nth-child(2) {
  border-left: 1px solid #dde0e4;
  border-right: 1px solid #dde0e4;
}
.advantage-bottom__item svg,
.advantage-bottom__item h5 {
  vertical-align: middle;
}
.advantage-bottom__item h5 {
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  margin-left: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
}
.advantage-bottom__desc {
  margin-top: 12px;
  line-height: 28px;
}
.storage .global,
.storage .product,
.storage .introduce,
.storage .special {
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  background-size: cover;
}
.storage .banner {
  overflow: hidden;
}
.storage .banner-pag {
  width: 100%;
  height: 100%;
  opacity: 4;
  -webkit-transition: var(--transition-opacity-02);
  -o-transition: var(--transition-opacity-02);
  -moz-transition: var(--transition-opacity-02);
  transition: var(--transition-opacity-02);
}
.storage .global-context,
.storage .authentication-context,
.storage .scm-context,
.storage .product-context {
  margin-top: 60px;
}
.storage .intelligent-context {
  margin-top: 85px;
}
.storage .global {
  padding-bottom: 100px;
}
.storage .global-context {
  text-align: left;
}
.storage .global-context__wrap {
  background-color: #fff;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.storage .global-context__wrap .western-slide-tab {
  width: 232px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 12px;
  border-right: 1px solid #e0e2e7;
  height: 500px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.storage .global-context__wrap .western-slide-tab .tab {
  padding: 24px 24px 24px 36px;
  border-bottom: 1px solid #e0e2e7;
}
.storage .global-context__wrap .western-slide-tab .tab.active {
  background: rgba(238, 132, 92, 0.13);
  color: var(--color-primary);
}
.storage .global-context__wrap .western-slide-tab .tab.active svg {
  color: var(--color-primary);
}
.storage .global-context__wrap .western-slide-tab .tab.active .icon-arrow-more {
  opacity: 1;
}
.storage .global-context__wrap .western-slide-tab svg {
  vertical-align: middle;
  margin-right: 6px;
  color: var(--color-text-disabled);
}
.storage .global-context__wrap .western-slide-tab span {
  line-height: 20px;
}
.storage .global-context__wrap .western-slide-tab .icon-address {
  margin-bottom: 3px;
}
.storage .global-context__wrap .western-slide-tab .icon-arrow-more {
  float: right;
  margin-top: 4px;
  margin-right: 0;
  opacity: 0;
}
.storage .global-context__wrap .western-slide-block .block {
  padding: 54px 45px 0 60px;
}
.storage .global-context__wrap .western-slide-block .block .flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.storage .global-context__header {
  width: 320px;
}
.storage .global-context__header h4 {
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
}
.storage .global-context__desc {
  line-height: 24px;
  margin-top: 12px;
  margin-bottom: 65px;
  white-space: initial;
}
.storage .global-context__quantity {
  overflow: hidden;
}
.storage .global-context__quantity .quantity-item {
  width: 50%;
  float: left;
  margin-bottom: 54px;
}
.storage .global-context__quantity .quantity-top {
  margin-bottom: 8px;
}
.storage .global-context__quantity .quantity-bold {
  font-size: 44px;
  font-weight: bold;
}
.storage .global-context__quantity .quantity-bottom {
  color: #666;
  line-height: 18px;
  width: 100%;
  white-space: pre-wrap;
}
.storage .global-context .layout-img {
  width: 490px;
  margin-left: 20px;
  -webkit-transition: var(--transition-transform-3);
  -o-transition: var(--transition-transform-3);
  -moz-transition: var(--transition-transform-3);
  transition: var(--transition-transform-3);
}
.storage .global-context .layout-img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.storage .authentication {
  color: #fff;
}
.storage .authentication-context__label {
  width: 100%;
  background-color: #fff;
  padding: 18px 72px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  margin-bottom: 40px;
}
.storage .authentication-context__label .label-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
}
.storage .authentication-context__label .label-item img {
  width: 56px;
}
.storage .authentication-context__label .label-item h4 {
  display: inline-block;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  vertical-align: middle;
  margin-left: 16px;
}
.storage .authentication-context__label .label-item:nth-child(2) {
  text-align: center;
}
.storage .authentication-context__label .label-item:last-child {
  text-align: right;
}
.storage .authentication-context__details {
  padding-bottom: 100px;
}
.storage .authentication-context__details .detail-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.storage .authentication-context__details .detail-item:nth-child(2) {
  margin-left: 20px;
  margin-right: 20px;
}
.storage .authentication-context__details .detail-img {
  display: block;
  width: 100%;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transition: var(--transition-default);
  -o-transition: var(--transition-default);
  -moz-transition: var(--transition-default);
  transition: var(--transition-default);
}
.storage .authentication-context__details .detail-img:hover {
  -moz-background-size: 115% 115%;
  background-size: 115% 115%;
}
.storage .authentication-context__details .detail-name {
  background-color: #40539f;
  font-size: 16px;
  line-height: 44px;
}
.storage .scm {
  padding-bottom: 100px;
}
.storage .intelligent {
  padding-bottom: 100px;
}
.storage .intelligent-context {
  text-align: left;
}
.storage .intelligent-context .top-list .list-label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-left: 40px;
}
.storage .intelligent-context .top-list .list-label:nth-child(2) {
  margin-left: 20px;
  margin-right: 20px;
}
.storage .intelligent-context .top-list .list-label:hover img {
  opacity: 0;
}
.storage .intelligent-context .top-list .list-label:hover canvas {
  opacity: 1;
}
.storage .intelligent-context .top-list .label-text {
  line-height: 100px;
  font-size: 24px;
}
.storage .intelligent-context .top-list .label-img {
  position: absolute;
  bottom: 20px;
  right: 12px;
}
.storage .intelligent-context .top-list .label-img img,
.storage .intelligent-context .top-list .label-img canvas {
  -webkit-transition: var(--transition-opacity-01);
  -o-transition: var(--transition-opacity-01);
  -moz-transition: var(--transition-opacity-01);
  transition: var(--transition-opacity-01);
}
.storage .intelligent-context .top-list .label-img img {
  width: 140px;
  opacity: 1;
}
.storage .intelligent-context .top-list .label-img canvas {
  opacity: 0;
}
.storage .intelligent-context .bottom-list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
.storage .intelligent-context .bottom-list .info-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  height: 240px;
  overflow: hidden;
}
.storage .intelligent-context .bottom-list .info-item:first-child,
.storage .intelligent-context .bottom-list .info-item:nth-child(2) {
  margin-bottom: 30px;
}
.storage
  .intelligent-context
  .bottom-list
  .info-item:nth-child(odd)
  .item-wrap {
  margin-right: 15px;
}
.storage
  .intelligent-context
  .bottom-list
  .info-item:nth-child(even)
  .item-wrap {
  margin-left: 15px;
}
.storage .intelligent-context .bottom-list .item-wrap {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  padding: 32px;
  height: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.storage .intelligent-context .bottom-list .item-img {
  width: 60px;
  margin-right: 20px;
}
.storage .intelligent-context .bottom-list .title {
  font-size: 18px;
}
.storage .intelligent-context .bottom-list .subtitle {
  padding: 16px 0 12px;
  color: #ff703a;
  line-height: 18px;
}
.storage .intelligent-context .bottom-list .desc {
  color: #666;
  line-height: 24px;
}
.storage .product {
  color: #fff;
  padding-bottom: 120px;
}
.storage .product-context__left,
.storage .product-context__right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #0b0c24;
  text-align: left;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.storage .product-context__left_label,
.storage .product-context__right_label {
  padding-top: 40px;
  width: 260px;
  height: 376px;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 28px;
}
.storage .product-context__left h6,
.storage .product-context__right h6 {
  font-size: 20px;
  padding-bottom: 16px;
  position: relative;
}
.storage .product-context__left h6:before,
.storage .product-context__right h6:before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 44px;
  background-color: var(--color-primary);
}
.storage .product-context__left .desc,
.storage .product-context__right .desc {
  padding-top: 20px;
  line-height: 18px;
  font-size: 12px;
}
.storage .product-context .sys-item {
  margin-bottom: 32px;
}
.storage .product-context .sys-name {
  font-size: 18px;
  margin-bottom: 8px;
  color: var(--color-primary);
}
.storage .product-context .sys-desc {
  font-weight: lighter;
  color: #dedfdf;
}
.storage .product-context__left {
  margin-right: 14px;
  padding-right: 32px;
}
.storage .product-context__left_label {
  float: left;
}
.storage .product-context__left_list {
  float: right;
  text-align: right;
  padding-top: 46px;
}
.storage .product-context__right {
  padding-left: 32px;
  margin-left: 14px;
}
.storage .product-context__right_list {
  float: left;
  padding-top: 46px;
}
.storage .product-context__right_label {
  float: right;
}
@media screen and (max-width: 1250px) {
  .storage .product-context .sys-name {
    font-size: 14px;
  }
  .storage .product-context .product-context__right {
    padding-left: 16px;
  }
  .storage .product-context .sys-desc {
    font-size: 12px;
  }
}
.storage .introduce-context {
  text-align: left;
  padding-bottom: 100px;
}
.storage .introduce-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
  margin-top: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  height: 440px;
}
.storage .introduce-top__left {
  padding: 60px 66px 0 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.storage .introduce-top__left_title {
  font-size: 18px;
  line-height: 24px;
}
.storage .introduce-top__left_subtitle {
  margin-top: 28px;
  padding-bottom: 24px;
  font-size: 16px;
  line-height: 32px;
  color: #666;
  position: relative;
}
.storage .introduce-top__left_subtitle:after {
  content: "";
  height: 4px;
  width: 54px;
  background-color: var(--color-primary);
  position: absolute;
  bottom: 0;
  left: 0;
}
.storage .introduce-top__left_desc {
  font-size: 16px;
  color: #666;
  line-height: 32px;
  margin-top: 24px;
}
.storage .introduce-top__right {
  width: 390px;
  height: 100%;
  background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  -webkit-transition: all 0.35s ease-in;
  -o-transition: all 0.35s ease-in;
  -moz-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
}
.storage .introduce-top__right:hover {
  -moz-background-size: 110% 110%;
  background-size: 110% 110%;
}
.storage .introduce-bottom .card-left {
  position: relative;
}
.storage .introduce-bottom .card-left .introduce-bottom_left_wrap {
  background-color: rgba(3, 4, 32, 0.35);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.storage .introduce-bottom .card-left .introduce-bottom_left_text {
  padding-left: 35px;
  line-height: 48px;
  position: relative;
}
.storage .introduce-bottom .card-left .introduce-bottom_left_text:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 14px;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--color-primary);
}
.storage .special {
  color: #fff;
}
.storage .special-context {
  padding-top: 40px;
  padding-bottom: 120px;
}
.storage .special-list__item {
  color: #0e0707;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  padding: 48px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.storage .special-list__item:not(:last-child) {
  margin-right: 20px;
}
.storage .special-list__item:hover .special-list__img {
  opacity: 0;
}
.storage .special-list__item:hover .special-list__pag {
  opacity: 1;
}
.storage .special-list__imgWrap {
  margin: 0 auto;
  width: 140px;
  position: relative;
}
.storage .special-list__img,
.storage .special-list__pag {
  -webkit-transition: var(--transition-opacity-01);
  -o-transition: var(--transition-opacity-01);
  -moz-transition: var(--transition-opacity-01);
  transition: var(--transition-opacity-01);
}
.storage .special-list__img {
  opacity: 1;
}
.storage .special-list__pag {
  opacity: 0;
}
.storage .special-list__title {
  margin-top: 32px;
  font-size: 14px;
}
.storage .carStyle-context {
  padding-top: 50px;
  padding-bottom: 106px;
}
.storage .carStyle-wrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.storage .carStyle-wrap .western-slide-tab {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 16px;
}
.storage .carStyle-wrap .western-slide-tab .tab {
  padding: 16px 20px 20px 24px;
  border-left: 2px solid transparent;
  background-color: #fff;
  height: 113px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.storage .carStyle-wrap .western-slide-tab .tab:not(:last-child) {
  margin-bottom: 12px;
}
.storage .carStyle-wrap .western-slide-tab .tab.active {
  border-left-color: var(--color-primary);
}
.storage .carStyle-wrap .western-slide-tab .tab.active .carStyle-tab__title {
  color: var(--color-primary);
}
.storage .carStyle-wrap .western-slide-block {
  width: 528px;
  height: 362px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.storage .carStyle-wrap .western-slide-block .block {
  height: 100%;
}
.storage .carStyle-wrap .western-slide-block .block img {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: var(--transition-transform-3);
  -o-transition: var(--transition-transform-3);
  -moz-transition: var(--transition-transform-3);
  transition: var(--transition-transform-3);
}
.storage .carStyle-wrap .western-slide-block .block:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -moz-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  -o-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
  z-index: 1;
}
.storage .carStyle-tab__title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
}
.storage .carStyle-tab__desc {
  line-height: 24px;
  color: #666;
  font-weight: 400;
}
.storage .car {
  color: #fff;
}
.storage .car-context {
  padding-top: 40px;
  padding-bottom: 100px;
}
.storage .car-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.storage .car-list__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
}
.storage .car-list__item:not(:last-child) {
  margin-right: 18px;
  font-size: 18px;
}
.storage .car-list__item:nth-child(2) .car-list__label:before,
.storage .car-list__item:last-child .car-list__label:before {
  content: "";
  width: 1px;
  height: 24px;
  position: absolute;
  left: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #979797;
}
.storage .car-list__img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 260px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.storage .car-list__img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: var(--transition-transform-3);
  -o-transition: var(--transition-transform-3);
  -moz-transition: var(--transition-transform-3);
  transition: var(--transition-transform-3);
}
.storage .car-list__img:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.storage .car-list__label {
  margin-top: 45px;
  line-height: 62px;
  text-align: left;
  position: relative;
}
.storage .car-list__label span {
  vertical-align: middle;
}
.storage .car-list__label span:first-child {
  margin-right: 8px;
  font-size: 18px;
}
.storage .car-list__label .super {
  font-size: 44px;
  font-weight: 600;
  margin-left: 12px;
}
.storage .advantage {
  background-image: -webkit-linear-gradient(304deg, #ebeff4 0%, #f0f4fb 99%);
  background-image: -moz-linear-gradient(304deg, #ebeff4 0%, #f0f4fb 99%);
  background-image: -o-linear-gradient(304deg, #ebeff4 0%, #f0f4fb 99%);
  background-image: linear-gradient(146deg, #ebeff4 0%, #f0f4fb 99%);
}
.storage .advantage-context {
  padding-top: 40px;
  padding-bottom: 100px;
}
.storage .advantage-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.storage .advantage-list__img {
  height: 178px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transition: var(--transition-default);
  -o-transition: var(--transition-default);
  -moz-transition: var(--transition-default);
  transition: var(--transition-default);
}
.storage .advantage-list__img:hover {
  -moz-background-size: 110% 110%;
  background-size: 110% 110%;
}
.storage .advantage-list__label {
  padding: 34px 24px 26px;
}
.storage .advantage-list__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.storage .advantage-list__item:not(:last-child) {
  margin-right: 24px;
}
.storage .advantage-list__item h5 {
  line-height: 20px;
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.storage .advantage-list__item p {
  line-height: 24px;
  font-weight: 400;
  color: #666;
  font-size: 12px;
  height: 48px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-wrap: break-word;
  word-break: break-all;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.increment-service .increment-list__item {
  background-color: #fff;
  position: relative;
}
.increment-service .increment-list__item:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: transparent;
  -webkit-transition: var(--transition-default);
  -o-transition: var(--transition-default);
  -moz-transition: var(--transition-default);
  transition: var(--transition-default);
}
.increment-service .increment-list__item:hover:after {
  background-color: var(--color-primary);
}
@media screen and (max-width: 1100px) {
  .increment-service .increment-list__item {
    margin-left: 4px;
    margin-right: 4px;
  }
  .increment-service .increment-list__item p {
    margin-left: 5px;
  }
}
