.mainContainer {
    position: relative;
}

/* 首页轮播 */
.indexCoverContainer {
    width: 100%;
    height: 340px;
}

.indexCover {
    width: 100%;
    height: 340px;
}

.indexCoverItem {
    width: 100%;
    height: 340px;
}

.indexCoverImg {
    width: 100%;
    height: 340px;
    object-fit: cover;
}

/* 轮播指示器 */
.indexCoverIndicator {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.indexCoverIndicatorTitle {
    padding-left: 17px;
    height: 40px;
    font-size: 16px;
    font-family: PingFang-SC-Semibold, PingFang-SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 40px;
}

.indexCoverIndicatorDots {
    display: flex;
    height: 40px;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-right: 17px;
}

.indexCoverIndicatorDot {
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    margin-left: 6px;
}

.indexCoverIndicatorDotActive {
    width: 10px !important;
    height: 10px !important;
    background: #FFFFFF !important;
    border: #999999 solid 2px !important;
    border-radius: 7px !important;
}

/* 搜索栏 */
.indexSearchBar {
    width: calc(100% - 32px);
    padding: 0 16px;
    padding-top: 12px;
    position: absolute;
    top: 0;
    left: 0;
    height: 44px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

/* 搜索栏平台LOGO */
.indexSearchBarLogo {
    width: 78px;
    height: 44px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.indexSearchBarLogoImg {
    width: 78px;
    height: 19px;
    object-fit: contain;
}

.indexSearchInputWrap {
    width: 250px;
    height: 44px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.14);
    position: relative;
}

.indexSearchInput {
    width: calc(250px - 50px);
    height: 44px;
    border-radius: 8px;
    display: block;
    background: rgba(255, 255, 255, 0.14);
    border: none !important;
    margin: 0 !important;
    padding: 0 40px 0 10px !important;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.indexSearchInput::placeholder {
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.indexSearchInputIcon {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.indexSearchInputIconImg {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

/* 区块 */
.indexSection {
    width: calc(100% - 32px);
    padding: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

/* 区块标题 */
.indexSectionTitle {
    height: 21px;
    font-size: 17px;
    font-family: PingFang-SC-Semibold, PingFang-SC;
    font-weight: 600;
    color: #222222;
    line-height: 21px;
}

.indexSectionViewMore {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.indexSectionViewMoreTitle {
    height: 16px;
    font-size: 15px;
    font-family: SFProDisplay-Regular, SFProDisplay;
    font-weight: 400;
    color: #0095FF;
    line-height: 16px;
}

.indexSectionViewMoreIcon {
    width: 16px;
    height: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.indexSectionViewMoreIconImg {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.indexSectionContent {
    width: calc(100% - 32px);
    padding: 0 16px;
}

/* 推送专区 */
.indexSubscribe {
    width: 100%;
}

.indexSubscribeWrap {
    width: 100%;
    position: relative;
    height: 151px;
}

.indexSubscribeBg {
    width: 100%;
    height: 151px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.indexSubscribeBgImg{
    width: 100%;
    height: 151px;
    object-fit: cover;
    border-radius: 8px;
}

.indexSubscribeBgMask {
    width: 100%;
    height: 151px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    border-radius: 6px;
}

.indexSubscribeContent {
    width: calc(100% - 28px);
    padding: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.indexSubscribeLeft {
    width: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}

.indexSubscribeTitle {
    height: 16px;
    font-size: 17px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 16px;
}

.indexSubscribeDescription {
    height: 20px;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
}

.indexSubscribeRight {
    width: 45px;
    height: 45px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.indexSubscribeRightIcon {
    width: 45px;
    height: 45px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.indexSubscribeRightIconImg {
    width: 45px;
    height: 45px;
    object-fit: contain;
}


/* 买卖专区 */
.indexTransactionHeader {
    width: 226px;
    padding: 2px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    background: #EEEEEE;
    border-radius: 8px;
    margin: 0 auto;
}

.indexTransactionTypeItem {
    width: 114px;
    height: 30px;
    font-size: 14px;
    font-family: PingFang-SC-Semibold, PingFang-SC;
    font-weight: 600;
    color: #666666;
    line-height: 30px;
    text-align: center;
}

.indexTransactionTypeItemActive {
    /*background: #FFFFFF !important;*/
    background: #6AD947!important;
    border-radius: 7px !important;
    /*color: #333333 !important;*/
    color: #FFFFFF!important;
}

/* 买卖专区产品列表 */
.indexTransactionProducts {
    width: 100%;
    margin-top: 18px;
}

.indexTransactionProduct {
    width: calc(100% - 26px);
    padding: 13px;
    background: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 10px;
}

.indexTransactionProductHeader {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.indexTransactionProductHeaderDotLine {
    width: 4px;
    height: 13px;
    background-color: #FF453A;
    border-radius: 11px;
    position: absolute;
    left: -8px;
    top: calc(50% - 6.5px);
}

.indexTransactionProductHeaderLeft {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

/* 产品名称 */
.indexTransactionProductName {
    height: 20px;
    font-size: 15px;
    font-family: SFProDisplay-Semibold, SFProDisplay;
    font-weight: 600;
    color: #333333;
    line-height: 20px;
}

/* 货源发布者实名状态 */
.indexTransactionProductVerify {
    margin-left: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.indexTransactionProductVerifyImg {
    height: 19px;
    object-fit: contain;
}

/* 货源发布时间 */
.indexTransactionProductPublishDate {
    height: 16px;
    font-size: 12px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #999999;
    line-height: 16px;
}

/* 商品货源地址 */
.indexTransactionProductLocation {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 8px;
}

.indexTransactionProductLocationIcon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.indexTransactionProductLocationText {
    height: 20px;
    font-size: 12px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #666666;
    line-height: 20px;
    margin-left: 8px;
}

/* 产品货源产地 */
.indexTransactionProductPlaceAndPrice {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.indexTransactionProductPlace {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.indexTransactionProductPlaceIcon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.indexTransactionProductPlaceText {
    height: 20px;
    font-size: 12px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #666666;
    line-height: 20px;
    margin-left: 8px;
}

/* 期货报盘区 */
.indexFutures {
    width: 100%;
}

.indexFuturesWrap {
    width: 100%;
    position: relative;
    height: 151px;
}

.indexFuturesBg {
    width: 100%;
    height: 151px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.indexFuturesBgImg{
    width: 100%;
    height: 151px;
    object-fit: cover;
    border-radius: 8px;
}

.indexFuturesBgMask {
    width: 100%;
    height: 151px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    border-radius: 6px;
}

.indexFuturesContent {
    width: calc(100% - 28px);
    padding: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.indexFuturesLeft {
    width: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}

.indexFuturesTitle {
    height: 16px;
    font-size: 17px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 16px;
}

.indexFuturesDescription {
    height: 20px;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
}

.indexFuturesRight {
    width: 45px;
    height: 45px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.indexFuturesRightIcon {
    width: 45px;
    height: 45px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.indexFuturesRightIconImg {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

/* 账号登陆区 */
.indexAccount {
    width: 100%;
}

.indexAccountContent {
    width: 100%;
    height: 132px;
    position: relative;
}


/* 账号登录区背景 */
.indexAccountBg {
    width: 100%;
    height: 132px;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
}

.indexAccountBgImg {
    width: 100%;
    height: 132px;
    object-fit: cover;
}

/* 账号登录区内容 */
.indexAccountContentWrap {
    width: 100%;
    height: 132px;
    z-index: 9;
    position: absolute;
    left: 0;
    top: 0;
}

.indexAccountLogo {
    width: 100%;
    height: 43px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
}

.indexAccountLogoImg {
    width: 206px;
    height: 43px;
    object-fit: contain;
}

.indexAccountActions {
    width: 271px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.indexAccountAction {
    width: 130px;
    height: 44px;
    background: #6AD947;
    box-shadow: 0px 0px 12px 0px #277110;
    border-radius: 8px;
    font-size: 15px;
    font-family: PingFang-SC-Semibold, PingFang-SC;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    line-height: 44px;
}

.indexAccountActionLogin {
    margin-left: 11px;
    background: #0095FF !important;
}

/* 广告专区 */
.indexAd {
    width: 100%;
}

.indexAdContainer {
    width: 100%;
}

.indexAdWrap {
    width: 100%;
    height: 106px;
    border-radius: 8px;
    overflow: hidden;
}

.indexAdItem {
    width: 100%;
    height: 106px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.indexAdItemTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: left;
    font-size: 14px;
    font-family: PingFang-SC-Semibold, PingFang-SC;
    font-weight: 600;
    color: #FFFFFF;
    width: calc(100% - 32px);
    padding: 0 16px;
    height: 40px;
    line-height: 40px;
}

.indexAdItemImg {
    width: 100%;
    height: 106px;
    border-radius: 8px;
    object-fit: cover;
}

/* 关于我们 */
.indexAboutUsHeader {
    width: 226px;
    padding: 2px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    background: #EEEEEE;
    border-radius: 8px;
    margin: 0 auto;
}

.indexAboutUsTypeItem {
    width: 114px;
    height: 30px;
    font-size: 14px;
    font-family: PingFang-SC-Semibold, PingFang-SC;
    font-weight: 600;
    color: #666666;
    line-height: 30px;
    text-align: center;
}

.indexAboutUsTypeItemActive {
    background: #6AD947 !important;
    border-radius: 7px !important;
    /*color: #333333 !important;*/
    color: #FFFFFF!important;
}

/* 关于我们 */
.indexAboutUs {
    width: 100%;
}

/* 关于我们内容 */
.indexAboutUsType1 {
    width: calc(100% - 26px);
    padding: 13px;
    background: #FFFFFF;
    border-radius: 8px;
    margin-top: 37px;
}

/* 关于我们图片 */
.indexAboutUsType1Poster{
    width: 100%;
    /*height: 127px;*/
    border-radius: 8px;
}

.indexAboutUsType1PosterImg{
    width: 100%;
    /*height: 127px;*/
    border-radius: 8px;
    object-fit: cover;
}

/* 关于我们标题 */
.indexAboutUsType1Title{
    width: 100%;
    height: 24px;
    font-size: 22px;
    font-family: PingFang-SC-Semibold, PingFang-SC;
    font-weight: 600;
    color: #222222;
    line-height: 24px;
    padding: 17px 0;
    text-align: center;
    border-top: #EDF1F7 solid 1px;
    margin-top: 13px;
}

.indexAboutUsType1Content{
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
}

.indexAboutUsType1ViewMore{
    width: 100%;
    height: 38px;
    background: #EDEDED;
    border-radius: 8px;
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #666666;
    line-height: 38px;
    text-align: center;
    margin-top: 21px;
}
