* {
  padding: 0;
  margin: 0;
}
.title-wrap {
  margin-bottom: 30px;
}
.title-wrap .cn_title {
  font-size: 36px;
  color: #181818;
  line-height: 50px;
  font-weight: 600;
}
.title-wrap .en_title {
  font-size: 20px;
  color: #e6e7e8;
  line-height: 28px;
  font-weight: 600;
}
.title-wrap::after {
  content: "";
  display: block;
  width: 28px;
  height: 4px;
  background: #f05a23;
}
.home-content {
  width: 1200px;
  margin: auto;
}
/* swiper */
.swiper-pagination-bullet {
  opacity: 0.1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 24px;
  border-radius: 6px;
  background: #ff4c00;
}
/* 顶部banner */
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
}
.top-banner-wrap {
  position: relative;
  min-height: 3px;
  min-width: 1200px;
  width: 100%;
}
.top-banner-wrap .swiper-item {
  position: relative;
  width: 100%;
  height: 680px;
  overflow: hidden;
}
.top-banner-wrap img {
  border: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 680px;
  object-fit: cover;
  transform: scale(1.2);
  transition: transform 5s;
}
.top-banner-wrap .swiper-slide-active img {
  transform: scale(1);
}
.swiper-item-content-wrap {
  position: absolute;
  left: 0;
  top: 224px;
  width: 100%;
  height: 100%;
}
.swiper-label-wrap {
  max-width: 1200px;
  text-align: left;
  margin: auto;
}
.swiper-label-wrap .swiper-label-top {
  font-size: 24px;
  color: #181818;
  font-weight: 500;
  line-height: 33px;
}
.swiper-label-wrap .swiper-label-bottom {
  margin-top: 12px;
  font-size: 44px;
  color: #181818;
  line-height: 62px;
  font-weight: 600;
}
.swiper-label-wrap .swiper-label-bottom strong {
  color: #f05a23;
}

/* 顶部banner内容区域 */

.top-banner-middle-container {
  position: absolute;
  right: 0;
  left: 0;
  top: 180px;
  width: 100%;
  z-index: 9;
}
.top-banner-box-wrap {
  max-width: 1200px;
  height: 440px;
  text-align: left;
  margin: auto;
  overflow: hidden;
}
/* 轮播按钮 */
.top-swiper-btns-wrap {
  float: left;
  display: flex;
  position: relative;
  width: 136px;
  height: 56px;
  margin-top: 190px;
}
.swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  cursor: pointer;
}
.swiper-button img {
  width: 32px;
  height: 32px;
}
.swiper-button.top-prev {
  margin-right: 24px;
}
.swiper-button:hover {
  background: rgba(0, 0, 0, 0.4);
}
/* 表单 */
.form-wrap {
  float: right;
  position: relative;
  z-index: 99;
  width: 360px;
  height: 100%;
  background: #fff6f2;
  background: url(/app_inc/pingan/v40/futures/images/home/open-account_bg.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
}
.form-wrap-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.form-wrap-close::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(/app_inc/pingan/v40/futures/images/home/close.svg) no-repeat;
  background-size: 100% 100%;
}
.form-wrap-title {
  margin-top: 4px;
  font-size: 28px;
  line-height: 40px;
  color: #181818;
  font-weight: 600;
}
.form-wrap-subtitle {
  font-size: 14px;
  color: #343434;
  line-height: 22px;
  margin-bottom: 18px;
}
.form {
  width: 100%;
  height: 132px;
  padding: 10px 20px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 8px;
  box-sizing: border-box;
}
.form-item {
  display: flex;
  width: 100%;
  height: 48px;
  font-size: 16px;
  color: #181818;
  letter-spacing: 1px;
  padding: 13px 0;
  box-sizing: border-box;
}
.form-item label {
  line-height: 22px;
  margin-right: 16px;
}
.form-item input {
  line-height: 22px;
  height: 22px;
  font-size: 16px;
  color: #181818;
  letter-spacing: 1px;
  outline: none;
  border: none;
}

input::placeholder {
  color: #898989;
  opacity: 1;
}
input::-moz-placeholder {
  color: #898989;
}
input::-webkit-input-placeholder {
  color: #898989;
}
input:-ms-input-placeholder {
  color: #898989;
}
.form-item input.code {
  width: 102px;
  margin-right: 11px;
}
.form-item .code-btn {
  display: inline-block;
  width: 100px;
  height: 22px;
  text-align: center;
  color: #f05a23;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
  cursor: pointer;
  box-sizing: border-box;
}
.form-divide-line {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin: 7.5px 0;
}

/* 协议 */
.privacy {
  display: flex;
  align-items: center;
  padding: 12px 0 20px;
}

.privacy .checkbox {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background: url(/app_inc/pingan/v40/futures/images/detail-right/unselect.svg) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.privacy .checkbox.checked {
  background: url(/app_inc/pingan/v40/futures/images/detail-right/selected.svg) no-repeat;
  background-size: 100% 100%;
}
.privacy p {
  display: inline-block;
  font-size: 12px;
  color: #898989;
  line-height: 18px;
}
.privacy p a {
  color: #ff4c00;
}

/* 开户按钮 */
.open-account-btn {
  display: block;
  width: 320px;
  height: 48px;
  margin-bottom: 16px;
  line-height: 48px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  background: #ff4c00;
  border-radius: 24px;
  cursor: pointer;
}
.open-account-btn:hover {
  background:#f05a23;
}
.toast {
  text-align: center;
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%) !important;
  left: 50%;
  padding: 10px 15px;
  width: 200px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
}
.tips {
  text-align: left;
  font-size: 12px;
  color: #898989;
  line-height: 18px;
  box-sizing: border-box;
}
.tips .tips-content b {
  font-weight: normal;
  color: #343434;
}
/* 顶部banner结束 */

/* 中间新闻滚动 */
.news-wrap {
  background: #f6f6f6;
  width: 100%;
  height: 64px;
}
.news-wrap .home-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.news-wrap .news-content {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.news-wrap .news-content .news-label::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background: url(/app_inc/pingan/v40/futures/images/home/notice-icon.svg) no-repeat;
  background-size: 100% 100%;
}
.news-wrap .news-content .news-label {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #181818;
  font-weight: 600;
}
.news-wrap .news-content .news-title {
  margin: 0 8px 0 16px;
  font-size: 16px;
  color: rgba(24, 24, 24, 0.9);
}
.news-wrap .news-content .news-time {
  font-size: 14px;
  color: #898989;
  letter-spacing: 0.17px;
  text-align: right;
}
.news-more {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #565656;
  cursor: pointer;
}
.news-more::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/app_inc/pingan/v40/futures/images/arrows/news-more-icon.svg) no-repeat;
  background-size: 100% 100%;
}

/* 按钮组 */
.btns-wrap {
  min-width: 1200px;
  height: 100%;
  background: #fff;
  overflow: hidden;
}
.btns-item {
  float: left;
  display: flex;
  width: 300px;
  height: 176px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.btns-item .btns-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  width: 72px;
  background: #fdeee9;
  border-radius: 50%;
}
.btns-item .btns-icon i {
  display: block;
  width: 44px;
  height: 44px;
}
.btns-item .btns-icon i.icon1 {
  background: url(/app_inc/pingan/v40/futures/images/home/btns/open-account.svg) no-repeat;
  background-size: 100%;
}
.btns-item .btns-icon i.icon2 {
  background: url(/app_inc/pingan/v40/futures/images/home/btns/demo-trading.svg) no-repeat;
  background-size: 100%;
}
.btns-item .btns-icon i.icon3 {
  background: url(/app_inc/pingan/v40/futures/images/home/btns/download-center.svg) no-repeat;
  background-size: 100%;
}
.btns-item .btns-icon i.icon4 {
  background: url(/app_inc/pingan/v40/futures/images/home/btns/customer-service.svg) no-repeat;
  background-size: 100%;
}

.btns-name {
  margin-top: 10px;
  font-size: 20px;
  color: #181818;
}

.btns-item:hover {
  background: #f05a23;
}
.btns-item:hover .btns-icon {
  background: transparent;
}
.btns-item:hover .btns-icon i.icon1 {
  background: url(/app_inc/pingan/v40/futures/images/home/btns/open-account_hover.svg) no-repeat;
  background-size: 100%;
}
.btns-item:hover .btns-icon i.icon2 {
  background: url(/app_inc/pingan/v40/futures/images/home/btns/demo-trading_hover.svg) no-repeat;
  background-size: 100%;
}
.btns-item:hover .btns-icon i.icon3 {
  background: url(/app_inc/pingan/v40/futures/images/home/btns/download-center_hover.svg) no-repeat;
  background-size: 100%;
}
.btns-item:hover .btns-icon i.icon4 {
  background: url(/app_inc/pingan/v40/futures/images/home/btns/customer-service_hover.svg) no-repeat;
  background-size: 100%;
}
.btns-item:hover .btns-name {
  color: #fff;
}
/* 中间banner */
.middle-banner-wrap .swiper-container {
  position: relative;
  min-width: 1200px;
  height: 680px;
  background: url(/app_inc/pingan/v40/futures/images/home/middle-banner_bg.png) no-repeat;
  background-size: 100% 100%;
}
.middle-banner-wrap .swiper-slide {
  background: transparent;
  overflow: hidden;
}
.swiper-slide-item {
  width: 1200px;
  margin-top: 50px;
}
.middle-swiper-btns-wrap {
  position: absolute;
  width: 100%;
  height: 44px;
  bottom: 48px;
  display: flex;
  justify-content: center;
  z-index: 99;
  align-items: center;
}
.middle-swiper-btns-wrap .swiper-button {
  width: 40px;
  height: 40px;
}
.swiper-pagination.middle,
.swiper-pagination.activity {
  position: relative;
  margin: 0 20px;
}
.swiper-pagination.middle .swiper-pagination-bullet,
.swiper-pagination.activity .swiper-pagination-bullet {
  margin: 0 4px;
  cursor: pointer;
}
.swiper-item-left {
  position: absolute;
  height: 100%;
  width: 288px;
  text-align: left;
  margin-top: 112px;
}
.swiper-item-left.left2 {
  width: 400px;
}
.swiper-item-left.left3 {
  width: 420px;
}
.swiper-item-left.left4 {
  width: 336px;
}
.swiper-item-left-title {
  font-size: 48px;
  color: #181818;
  font-weight: 600;
}
.swiper-item-left-desc {
  font-size: 24px;
  color: #343434;
  margin: 20px 0 60px 0;
}

.swiper-item-left-btn {
  width: 200px;
  height: 56px;
}

.swiper-item-left-btn div {
  text-align: center;
  line-height: 52px;
  font-size: 20px;
  color: #f05a23;
  font-weight: 600;
  overflow: hidden;
  border: 2px solid #ff4c00;
  border-radius: 40px;
  box-sizing: border-box;
}

.swiper-item-left-btn div::after {
  border-radius: 40px;
}
.swiper-item-left-btn div a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background: url(/app_inc/pingan/v40/futures/images/arrows/teach-more-arrow.svg) no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
}
.swiper-item-left-btn div:hover a::after {
  background: url(/app_inc/pingan/v40/futures/images/arrows/teach-more-arrow_hover.svg) no-repeat;
}

/* 第三个slide 下载按钮 */
.download-btns {
  display: flex;
  flex-wrap: wrap;
}
.swiper-item-left-btn.download:nth-child(2n-1) {
  margin-right: 16px;
}
.swiper-item-left-btn.download:nth-child(1),
.swiper-item-left-btn.download:nth-child(2) {
  margin-bottom: 16px;
}
.swiper-item-left-btn.download div {
  position: relative;
  font-size: 16px;
  border: 2px solid rgb(52, 52, 52);
  color: #181818;
}
.swiper-item-left-btn.download div .long-text {
  margin-right: 24px;
  text-align: right;
  display: block;
}
.swiper-item-left-btn.download div a {
  color: #181818;
}
.swiper-item-left-btn.download div:hover a {
  color: #fff;
}
.swiper-item-left-btn.download div a::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin-left: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 14px;
  background: url(/app_inc/pingan/v40/futures/images/common/download-icon.svg) no-repeat;
  background-size: 100% 100%;
}
.swiper-item-left-btn.download div:hover a::after {
  background: url(/app_inc/pingan/v40/futures/images/common/download-icon_hover.svg) no-repeat;
}
.swiper-item-left-btn.download div:hover {
  border: 2px solid #ff4c00;
}
.swiper-item-right {
  float: right;
  width: 720px;
  height: 500px;
}
.swiper-item-right img {
  width: 100%;
  height: 100%;
}

/* 活动动态 */
.activity-wrap {
  position: relative;
  padding-top: 80px;
  background: #fff;
  min-width: 1200px;
  height: 680px;
  box-sizing: border-box;
}
.activity-wrap .swiper-container {
  height: 488px;
}
.activity-wrap .swiper-slide {
  width: 427px;
  height: 320px;
  background: transparent;
}
.activity-wrap .swiper-slide-active .activity-swiper {
  padding: 0 13.5px;
  box-sizing: border-box;
}
.activity-swiper {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.activity-swiper img {
  width: 100%;
  height: 360px;
  border-radius: 16px;
}
.swiper-slide-active .activity-swiper .mask {
  position: absolute;
  bottom: -40px;
  width: 400px;
  height: 240px;
  margin: auto;
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  border-radius: 16px;
}
.activity-swiper .mask .mask-btn {
  display: none;
}
.swiper-slide-active .activity-swiper .mask .mask-btn {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 320px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  text-align: center;
  line-height: 60px;
}

/* 投教专区 */
.teach-wrap {
  padding: 80px 0 60px 0;
  min-width: 1200px;
  background-color: #f6f6f6;
}
.teach-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.teach-item {
  width: 592px;
  height: 430px;
  padding: 22px 32px 26px 32px;
  border-radius: 8px;
  background-color: #ffffff;
  box-sizing: border-box;
}
.teach-item:first-child {
  margin-right: 16px;
}
.teach-item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  color: #181818;
  line-height: 32px;
  font-weight: 500;
}
.teach-item-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 28px;
  background: rgba(240, 90, 35, 0.1);
  border-radius: 24px;
}
.teach-item-more img {
  width: 24px;
  height: 24px;
}
.tabs-nav {
  display: flex;
  align-items: center;
  padding: 4px 0 6px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.tabs-item {
  position: relative;
  font-size: 16px;
  color: #000000;
  line-height: 32px;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
}
.tabs-nav.begin .tabs-item {
  margin-right: 40px;
}
.tabs-item:hover,
.tabs-item.active {
  color: #f05a23;
}
.tabs-item.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  width: 100%;
  border-bottom: 2px solid rgba(240, 90, 35, 1);
}
.tabs-content {
  overflow: hidden;
  padding-top: 15px;
}
.teach-tab-content {
  display: none;
}
.teach-tab-content.active {
  display: block;
}
.teach-tab-content::after {
  content: "";
  display: block;
  clear: both;
}
.teach-tab-content .left-desc-wrap {
  float: left;
  width: 190px;
  height: 292px;
  padding: 40px 26px 40px 24px;
  background: url(/app_inc/pingan/v40/futures/images/home/desc_bg.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 8px;
  box-sizing: border-box;
}
.teach-tab-content .left-desc-wrap.bg2 {
  background: url(/app_inc/pingan/v40/futures/images/home/desc_bg2.png) no-repeat;
  background-size: 100% 100%;
}
.left-desc-wrap .left-desc {
  margin-top: 51px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 20px;
  font-weight: 400;
}
.right-list-wrap {
  float: left;
  height: 292px;
  margin-left: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.right-list-wrap .list-item {
  display: flex;
  align-items: center;
  width: 318px;
  height: 42px;
  line-height: 42px;
  padding: 0 12px;
  border-radius: 8px;
  box-sizing: border-box;
}
.right-list-wrap .list-item::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  vertical-align: bottom;
  margin-right: 4px;
  background: url(/app_inc/pingan/v40/futures/images/arrows/list-more.svg) no-repeat;
  background-size: 100% 100%;
}
.right-list-wrap .list-item a {
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.9);
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.right-list-wrap .list-item:hover a {
  text-decoration: underline;
  color: #f05a23;
}
.right-list-wrap .list-item:hover::before {
  background: url(/app_inc/pingan/v40/futures/images/arrows/list-more-hover.svg) no-repeat;
  background-size: 100% 100%;
}
.right-list-wrap .list-item:nth-child(odd) {
  background: #f6f6f6;
}

/*  */
.video-list-wrap {
  width: 100%;
  height: 292px;
}
.video-list-wrap .video-list-item {
  display: flex;
  align-items: center;
  width: 528px;
  height: 44px;
  line-height: 44px;
  padding: 0 16px 0 13px;
  border-radius: 8px;
  box-sizing: border-box;
}
.video-list-wrap .video-list-item::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  vertical-align: bottom;
  margin-right: 8px;
  background: url(/app_inc/pingan/v40/futures/images/common/video-play_s.svg) no-repeat;
  background-size: 100% 100%;
}
.video-list-wrap .video-list-item a {
  width: 100%;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.9);
  line-height: 20px;
  font-size: 14px;
  overflow: hidden;
}
.video-list-wrap .video-list-item.active::before {
  display: none;
}
.video-list-item .hover-content {
  display: none;
}
.video-list-item .normal-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.video-list-item.active {
  padding: 0;
  height: 108px;
}
.video-list-item.active .hover-content {
  display: flex;
}
.video-list-item.active .normal-content {
  display: none;
}
.left-video {
  display: block;
  position: relative;
  width: 192px;
  height: 108px;
  background-image: radial-gradient(
    circle at 38% 23%,
    #f2efea 0%,
    #cbc9c8 100%
  );
  border-radius: 8px 0px 0px 8px;
}
.video-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
  border-radius: 8px 0 0 8px;
}
.video-play {
  width: 40px;
  height: 40px;
  background: url(/app_inc/pingan/v40/futures/images/common/video-play.svg)
    no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  cursor: pointer;
}
.right-info {
  width: 336px;
  padding: 18px 30px 18px 20px;
  background: #f05a23;
  border-radius: 0 8px 8px 0;
  box-sizing: border-box;
}
.right-info-title {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.right-info-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.17px;
  line-height: 20px;
  white-space: normal;
}
.video-list-wrap .video-list-item:nth-child(odd) {
  background: #f6f6f6;
}
.video-list-item-title {
  display: inline-block;
  width: 380px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.video-list-item-time {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.44);
  letter-spacing: 0.17px;
}

/* 关于我们 */
.about-us-wrap {
  width: 100%;
  min-width: 1200px;
  height: 720px;
  padding-top: 80px;
  background: url(/app_inc/pingan/v40/futures/images/home/about-us_bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
}
.about-desc {
  width: 800px;
  font-size: 20px;
  color: #000000;
  line-height: 36px;
}
.about-advantage {
  margin-top: 50px;
}
.advantage-title {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #f05a23;
  font-weight: 600;
}
.advantage-title::after {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  margin-left: 6px;
  background: url(/app_inc/pingan/v40/futures/images/home/about-us_title-icon.svg) no-repeat;
  background-size: 100% 100%;
}
.advantage-content {
  margin-top: 24px;
  overflow: hidden;
}
.advantage-item {
  float: left;
  width: 420px;
  height: 120px;
  box-sizing: border-box;
}
.advantage-item:nth-child(2n + 1) {
  margin-right: 20px;
}
.advantage-item:nth-child(1),
.advantage-item:nth-child(2) {
  margin-bottom: 12px;
}
.advantage-item:first-child {
  margin-right: 20px;
}
.advantage-item.bg1 {
  background: url(/app_inc/pingan/v40/futures/images/home/advantage_bg1.png) no-repeat;
  background-size: 100% 100%;
}
.advantage-item.bg2 {
  background: url(/app_inc/pingan/v40/futures/images/home/advantage_bg2.png) no-repeat;
  background-size: 100% 100%;
}
.advantage-item.bg3 {
  background: url(/app_inc/pingan/v40/futures/images/home/advantage_bg3.png) no-repeat;
  background-size: 100% 100%;
}
.advantage-item.bg4 {
  background: url(/app_inc/pingan/v40/futures/images/home/advantage_bg4.png) no-repeat;
  background-size: 100% 100%;
}
.advantage-item {
  padding: 28px 60px 28px 110px;
  box-sizing: border-box;
}
.advantage-item-title {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}

.advantage-item-desc {
  margin-top: 6px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.44);
}

/* 荣誉奖项 */
.honor-awards-wrap {
  width: 100%;
  min-width: 1200px;
  padding-top: 80px;
  padding-bottom: 100px;
  background: #fff;
  overflow: hidden;
}
.honor-awards-wrap .title-wrap {
  margin-bottom: 42px;
}
.honor-awards-swipers {
  display: block;
  position: relative;
  width: 1200px;
}
.honor-awards-swipers .swiper-container {
  position: relative;
  width: 1200px;
}
.honor-awards-swipers .swiper-container.swiper1 {
  margin-bottom: 60px;
}
.honor-awards-swipers .swiper-container .swiper-slide {
  width: auto !important;
  margin: 0 30px;
}

.honor-awards-swipers .swiper-container .honor-item {
  height: 72px;
  display: flex;
}
.honor-awards-swipers .swiper-container.swiper1 .honor-item::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 72px;
  flex-shrink: 0;
  background: url(/app_inc/pingan/v40/futures/images/home/honor-left-icon.png);
  background-size: 100% 100%;
}
.honor-awards-swipers .swiper-container.swiper1 .honor-item::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 72px;
  flex-shrink: 0;
  background: url(/app_inc/pingan/v40/futures/images/home/honor-right-icon.png);
  background-size: 100% 100%;
}
.honor-awards-swipers .swiper-container.swiper2 .honor-item::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 72px;
  flex-shrink: 0;
  background: url(/app_inc/pingan/v40/futures/images/home/honor-right-icon.png);
  background-size: 100% 100%;
}
.honor-awards-swipers .swiper-container.swiper2 .honor-item::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 72px;
  flex-shrink: 0;
  background: url(/app_inc/pingan/v40/futures/images/home/honor-left-icon.png);
  background-size: 100% 100%;
}
.honor-awards-swipers .swiper-container .honor-item-info {
  flex-shrink: 0;
  margin: 10px 4px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.honor-awards-swipers .swiper-container .honor-item-title {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 600;
  margin-bottom: 4px;
}
.honor-awards-swipers .swiper-container .honor-item-time {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.44);
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.honor-awards-swipers .mask-before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 40%,
    rgba(255, 255, 255, 0)
  );
  z-index: 9;
}
.honor-awards-swipers .mask-after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1) 40%,
    rgba(255, 255, 255, 0)
  );
  z-index: 9;
}
