/* banner */
.banner-fund-advistor img {
  width: 100%;
}

/* 核心优势 */
.core-advantage .core-advantage-content {
  padding: 0px 0 140px 0;
}
.core-advantage .core-advantage-content ul{
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
}
.core-advantage .core-advantage-content li{
  padding: 45px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-shadow: 0px 0px 10px 2px rgba(161,161,161,0.2);
  /* box-shadow: 0 0px 10px 1px rgba(240, 240, 240, .5); */
}
.core-advantage .core-advantage-content li img{
  width: 65%;
}
.core-advantage .core-advantage-content li .large-text{
  font-weight: bold;
  margin: 30px 0 20px 0;
}
.core-advantage .core-advantage-content li .normal-text{
  color: #999;
}

/* 产品及解决方案 */
/* .product .title-box {
  display: flex;
} */
.product .tab {
  max-width: 1720px;
  width: 100%;
  display: flex;
  font-size: 28px;
  justify-content: space-around;
}

.product .tab .tab-item a{
  display: flex;
  color:#525252;
  flex-direction: column;
  align-items: center;
}

.product .tab .tab-item a:hover{
  color:#333;
}

/* .product .tab .tab-item:hover{
  border-bottom: 2px solid red;
} */
.product .tab .tab-item img{
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
}

.product .product-content li {
  /* padding: 85px 0 140px 0; */
  padding: 180px  0;
  background-color: #f7f7f7;
  max-width: 1720px;
  margin: 0 auto;
}


.product .product-content li:nth-child(1) {
  /* padding-top: 0; */
}
.product .product-content li:nth-child(2) {
  background: #fff;
}
/* .product .product-content li:nth-child(3) {
  padding-bottom: 0;
} */
.product .product-content li .li-content{
  max-width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.product .product-content li:nth-child(even) .li-content{
  flex-direction: row-reverse;
}
.product .product-content li .background{
  width: 45%;
}
.product .product-content li img{
  width: 100%;
}
.product .product-content li:nth-child(even) .text{
  margin-right: 100px;
}
.product .product-content li:nth-child(odd) .background{
  margin-right: 100px;
}
.product .product-content li .text{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product .product-content li .text .max-text{
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  z-index: 9;
}


.product .product-content li .text .max-text .text-title-en {
  position: absolute;
  z-index: -1;
  color: #f0f5ff;
  font-size: 60px;
  left: 0;
  top: -40px;
  font-weight: bold;
}

.product .product-content li .text .max-text .text-line {
  position: absolute;
  height: 4px;
  width: 34px;
  background: linear-gradient(90deg, #5e1ff5 0%, #2e4bf5 52%, #39f1ff 100%);
  bottom: -20px;
  left: 0;
  border-radius: 5px;
}


.product .product-content li .text .normal-text {
  color: #999;
  line-height: 1.5;
  margin-bottom: 15px;
}
.product .product-content li .text .normal-text:last-child {
  margin-bottom: 0;
}


/* mobile */
@media (max-width: 768px) {
  .container {
      margin: 0;
      width: 100%;
  }
  .product .tab {
    font-size: 14px;
  }
  
  
  .product .tab .tab-item img{
    width: 30px;
    height: 30px;
  }
}
/* banner */
.banner-fund-advistor .mobile-only {
  width: 100%;
}

/* 核心优势 */
.core-advantage {
  background: #f6f8fb;
}
.core-advantage .mobile-core-advantage-content ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 15px;
  padding-bottom: 20px;
}
.core-advantage .mobile-core-advantage-content li{
  box-shadow: 0 0px 10px 1px rgba(240, 240, 240, .7);
  width: 48%;
  margin-bottom: 20px;
  padding: 18px 12px 20px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.core-advantage .mobile-core-advantage-content li:nth-child(odd){
  margin-right: 4%;
}
.core-advantage .mobile-core-advantage-content li img{
  width: 50%;
}
.core-advantage .mobile-core-advantage-content li .large-text{
  margin: 9px 0 12px 0;
}
.core-advantage .mobile-core-advantage-content li .normal-text{
  color: #999;
}

/* 产品及解决方案 */
.product .mobile-product-content {
  margin: 0 4%;
}
.product .mobile-product-content li {
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 0px 10px 5px rgba(240, 240, 240, .7);
  margin-bottom: 20px;
}
.product .mobile-product-content li:last-child {
  margin-bottom: 0px;
}
.product .mobile-product-content li .background{
  width: 60%;
  margin: 0 auto;
}
.product .mobile-product-content li .background img{
  width: 100%;
}

.product .mobile-product-content  li .text .normal-text{
  color: #999;
  line-height: 1.5;
  margin-bottom: 15px;
}
.product .mobile-product-content  li .text .normal-text:last-child{
  margin-bottom: 0px;
}
.product .mobile-product-content li .text .max-text{
  margin: 20px 0 10px 0;
  text-align: center;
}