/* ========================================================
 * 文件名称：assets.css
 * 文件作用：资产管理页面样式，包含横幅、图标、轮播、资产卡片等
 * 适用页面：资产管理功能介绍页
 * ======================================================== */

/* 顶部横幅区域 - 橙色渐变背景 */
.top-banner {
    background: linear-gradient(90deg, #FF702B 39.06%, #FF882C 91%);
 }
 .top-banner .bannerItem .ani-img{
    padding: 52px 0 0 0;
}

/* 资产标题 */
.assets-title {
    margin-bottom:100px
}

/* 子标题样式1 */
.sub-title1 {
    padding: 100px 0;
    margin: 0;
    font-size: 28px; }
  
/* 信用标题 */
.credit-title {
    padding: 90px 0 100px 0 }
  
/* 信用副标题 */
.credit-subtitle {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    padding: 60px 0;
    color: #3b426b; }
  
/* 信用图标区域 */
.credit-icon .item img {
    margin-bottom: 36px; }
.credit-icon .item h4 {
    font-size: 20px;
    margin:0;
    font-weight: bold; }
.credit-icon .item p {
    font-size: 16px; }
  
/* 朋友圈功能轮播样式 - 橙色渐变分页器 */
.moments-function .swiper-container .swiper-pagination-bullet-active {
    background: linear-gradient(90deg, #FF7234 21.04%, #FFA25F 100%), linear-gradient(86.69deg, #FF3F4E -1.3%, #FF3838 -1.29%, #FF5C28 99.66%); }
.moments-function .swiper-container .swiper-pagination-bullet:hover {
    border-color: #FF7234;
}
  
.moments-function .swiper-container {
    margin-bottom: 100px; }
  
/* 市场会员区域 */
.market-member .item {
    max-width: 500px; }
    .market-member .item h4 {
      margin-bottom: 40px; }

/* 资产卡片 */
.assets-item .item img{
    margin: 0;
}
.assets-item .item {
    background: #FFFFFF;
    box-shadow: 0px 8px 20px rgba(26, 58, 129, 0.1);
    border-radius: 10px;
    margin: 0 20px;
}
.assets-item .item .text{
    padding:28px 22px;
    box-sizing: border-box;
}
.assets-item .item .text > p{
    font-size: 20px;
    color: #3B426B;
    margin-bottom:16px;
    font-weight: bold;
}
.assets-item .item .text div >p{
    font-size: 14px;
    line-height: 30px;
    color: #7D88A2;
}

/* 朋友圈功能区域 */
.moments-function{
    padding-top: 90px;
    background: #F7FAFF;
    padding-bottom: 2px;
}

/* 入场动画初始状态 */
.assets-item_div,.assets-features_search,.assets-features_cost,.assets-features_log {
    opacity: 0;
}
/* 入场动画完成状态 */
.assets-item_div .fadeInUp ,.assets-features_search .fadeInUp,.assets-features_cost .fadeInUp,.assets-features_log .fadeInUp {
    opacity: 1;
}

.assets-item .assets-item_div:nth-of-type(1){
    margin-left: 0;
}

.market-member > div.right{
    padding-left:140px
}