/* ========================================================
 * 文件名称：draw.css
 * 文件作用：抽奖功能页面样式，包含横幅、图标、轮播等
 * 适用页面：抽奖功能介绍页
 * ======================================================== */

/* 顶部横幅区域 - 背景图片 */
.top-banner{
  background: url(../img/product/draw/banner.bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}

/* 子标题样式1 */
.sub-title1{
  padding-top: 120px;
  margin-bottom: 90px;
  font-size: 28px;
}

/* 信用标题 */
.credit-title{
  padding: 79px 0 0 ;
}

/* 信用副标题 */
.credit-subtitle{
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  padding: 60px 0;
  color: #3b426b;
}

/* 弹性内容区域 */
.flex-content {
  justify-content: space-between;
}

.flex-content .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flex-content .lines {
  height: 85px;
  display: flex;
  align-items: center;
}

.flex-content .item p {
  text-align: center;
  color: #3B426B;
}

.flex-content .item img{
  height: 85px;
  margin-bottom: 24px;
}

.flex-content .item h4{
  font-weight: bold;
  font-size: 18px;
  color: rgba(59, 66, 107, 1);
  margin-bottom: 16px;
}

.flex-content .item p{
  font-size: 16px;
  color: rgba(125, 136, 162, 1);
  line-height: 30px;
}

/* 朋友圈功能轮播样式 - 紫色渐变分页器 */
.moments-function .swiper-container .swiper-pagination-bullet-active{
  background: linear-gradient(80.24deg, #C56EFF 7.42%, #877AFF 92.24%), linear-gradient(90.42deg, rgba(255, 85, 118, 0.9) 15.86%, rgba(255, 171, 89, 0.9) 99.63%);
}

.moments-function .swiper-container .swiper-pagination-bullet:hover{
  border: 1px solid #8A79FF;
}

.moments-function .swiper-container{
  padding-bottom: 100px;
}

/* 市场会员区域 */
.market-member .item .info {
  max-width: 500px;
}

/* 信用图标区域 */
.credit-icon .item {
  width: 20%;
}

.credit-icon{
  flex-wrap: wrap;
}

.credit-icon .item h4{
  margin-bottom: 0;
}

.credit-icon .item{
    margin-bottom:50px ;
}

.credit-title{
    padding: 80px 0;
}

.market-member .item h4{
  font-size: 24px;
  margin-bottom: 40px;
}

/* 轮播文字 */
.swiper-text{
    position: absolute;
    top: 0;
    font-weight: bold;
    font-size: 24px;
    color: #3B426B;
    width: 100%;
    text-align: center;
}

.sub-title2{
    margin-bottom: 80px;
}

/* 兑换内容区域 */
.exchange-content {
  display: flex;
  justify-content: center;
}

.exchange-content .items {
  flex: 1;
  display: flex;
  justify-content: center;
}

/* 右侧分页器 */
.swiper-pagination-right {
  flex-direction: column;
  width: auto !important;
  right: auto !important;
  left: auto !important;
  top: 500px !important;
  transform: none !important;
}

.swiper-slide {
  left: auto !important;
  width: fit-content;
}

.swiper-wrapper {
  width: fit-content;
  margin-left: 240px;
}

.moments-page-item {
  width: fit-content;
}

/* 居中容器 */
.center {
  width: 1200px;
  margin: 100px auto 0;
  display: flex;
  justify-content: space-between;
}