.swiper-slide img {
    height: 100%;
    width: 100%;
}

.swiper {
    width: 100%;
    height: 100%;
}

.index-banner {
    width: 100%;
    height: 250px;
    border: 0px solid #000000;
    z-index: 1;
}

.index-body {
    width: 92%;
    min-height: 89px;
    border: 0px solid #000000;
    position: absolute;
    top: 160px;
    z-index: 1000;
    left: 4%;
    padding-bottom: 100px;
}

.index-Datacountarea {
    width: 100%;
    height: 85px;
    border-radius: 2px;
    background: linear-gradient(180deg, #FFECEB 0%, #FFFFFF 100%);
    box-sizing: border-box;
    border: 0.8px solid #E1584D;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.06);
    position: relative;
}

.index-Datacountarea hr {
    position: absolute;
    width: 98%;
    bottom: 2px;
    left: 1%;
    border: 1px solid #E1584D;
}

.stats-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.stat-item {
    flex: 1;
    text-align: center;
    position: relative;
    text-align: center;
}

.stat-item img {
    position: absolute;
    height: 60px;
    transform: translate(-50%, -50%);
    top: 25px;
    width: 80%;
}

.stat-value {
    font-size: 1.3rem;
    font-weight: bold;
    color: #000000;
    margin-bottom: 5px;
    font-family: 'AliPuHuiBold';
    line-height: 30px;
}

.stat-label {
    font-size: 0.9rem;
    color: #969696;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'AliPuHuiRegular'
}

.stat-label i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

.index-notice {
    width: 92%;
    height: 40px;
    border-radius: 2px;
    position: absolute;
    left: 4%;
    top: 8px;
    z-index: 1002;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.34);
}

.index-notice-list {
    position: absolute;
    top: 0px;
    right: 0;
    height: 40px;
    line-height: 40px;
    width: calc(100% - 90px);
    border: 0px solid #ffffff;
    color: #ffffff;
}

.index-notice-list-div {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: left;
    font-size: 1rem;
}

.index-body {
    top: 160px;
}

.index-function {
    width: 100%;
    border: 0px solid #000000;
    margin-top: 15px;
    height: 80px;
}

.index-function div {
    width: 25%;
    float: left;
    text-align: center;
    height: 100%;
    position: relative;
}

.index-function div img {
    height: 100%;
    cursor: pointer;
}

.index-function div span {
    position: absolute;
    right: 18%;
    display: block;
    min-width: 12px;
    height: 12px;
    top: -5px;
    background-color: #DE3B29;
    text-align: center;
    font-weight: bold;
    padding: 5px;
    color: #ffffff;
    font-size: 0.8rem;
    border-radius: 50px;
    line-height: 11px;
    display: none;
}

.index-banner2 {
    width: 100%;
    height: 180px;
    margin-top: 15px;
}

.index-banner2 img {
    width: 100%;
    height: 100%;
}

.index-notice-title {
    display: block;
    position: absolute;
    width: 90px;
    line-height: 40px;
    text-align: center;
    font-size: 1.1rem;
    color: #FFFFFF;
}

.index-notice-title b {
    color: #E64742;
    font-size: 1.1rem;
    font-weight: bold;
}

.index-model {
    width: 100%;
    min-height: 100px;
    border: 0px solid #000000;
    margin-top: 20px;
}

.index-model-head {
    width: 100%;
    height: 35px;
    position: relative;
}

.index-model-headName {
    position: absolute;
    line-height: 30px;
    font-size: 1.5rem;
    top: 0;
    color: #3D3D3D;
    font-weight: bold;
}

.index-model-headMore {
    position: absolute;
    line-height: 30px;
    font-family: 'AliPuHuiRegular';
    font-size: 1.2rem;
    right: 0;
    color: #969696;
    cursor: pointer;
}

.index-model-body {
    min-height: 90px;
    margin-top: 10px;
    border-radius: 5px;

}

.index-model-body-News {
    height: 90px;
    width: 100%;
    background-color: #FFFFFF;
    padding: 10px 0 10px 0;
    border-radius: 6px;
    position: relative;
    border: 0px solid #000000;
}

.index-model-body-News-Title {
    position: absolute;
    width: 55%;
    border: 0px solid #000000;
    left: 3%;
    height: 40px;
    font-size: 1rem;
    text-align: justify;
    line-height: 20px;
    font-weight: bold;
    top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: left;

}

.index-model-body-News-Type {
    position: absolute;
    border: 0px solid #000000;
    left: 3%;
    font-size: 0.9rem;
    background-color: #FDF5F4;
    color: #DE3B29;
    padding: 3px 5px 3px 5px;
    bottom: 10px;

}

.index-model-body-News-Data {
    position: absolute;
    right: 40%;
    font-size: 0.9rem;
    color: #969696;
    padding: 3px 5px 3px 5px;
    bottom: 10px;

}

.index-model-body-News-HeadPic {
    position: absolute;
    right: 3%;
    width: 35%;
    height: 90px;

}

.index-model-body-Ins {
    width: 100%;
    height: 210px;
    border: 0px solid #000000;
    position: relative;
}

.index-model-body-Ins-Left {
    position: absolute;
    width: 38%;
    top: 0;
    left: 0;
    height: 200px;
    background-color: #FFFFFF;
    border-radius: 5px;
}

.index-model-body-Ins-Left-HR {
    width: 70%;
    border-top: 1px solid #F6F6F6;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
}

.index-model-body-Ins-Left-01 {
    width: 100%;
    height: 100px;
    border: 0px solid #000000;
    position: relative;
}

.index-model-body-Ins-Left-01 img {
    position: absolute;
    right: 0;
    top: 10px;
    right: 5px;

}

.index-model-body-Ins-Left-01-Value {
    position: absolute;
    font-size: 1.6rem;
    width: 100%;
    text-align: center;
    font-weight: bold;
    top: 20px;
}

.index-model-body-Ins-Left-01-Lab {
    position: absolute;
    font-size: 1rem;
    width: 100%;
    text-align: center;
    bottom: 20px;
    color: #E84532;
}

.index-model-body-Ins-Right {
    position: absolute;
    width: 60%;
    top: 0;
    right: 0;
    height: 200px;
}

.index-model-body-Ins-Right-DownIcon {
    position: absolute;
    z-index: 1100;
    width: 20px;
    height: 14px;
    left: calc(50% - 10px);
    bottom: -3px;
}

.index-model-body-Ins-Right-Ins {
    width: 100%;
    height: 63px;
    background-color: #FFFFFF;
    border-radius: 2px;
    margin-bottom: 5px;
    position: relative;
}

.index-model-body-Ins-Right-InsIcon {
    position: absolute;
    left: 10px;
    top: 11px;
    right: 5px;
    width: 42px;
    height: 42px;
}

.index-model-body-Ins-Right-InsName {
    position: absolute;
    font-size: 1rem;
    width: calc(100% - 110px);
    text-align: center;
    font-weight: bold;
    top: 10px;
    left: 55px;
}

.index-model-body-Ins-Right-InsType {
    border: 1px solid #E1584D;
    color: #E1584D;
    border-radius: 3px;
    position: absolute;
    font-size: 0.8rem;
    text-align: center;
    bottom: 6px;
    left: 58px;
    padding: 2px 5px 2px 5px;
}

.index-model-body-Ins-Right-InsButton {
    position: absolute;
    width: 24px;
    right: 18px;
    top: 18px;
    cursor: pointer;
}

.index-GoProduct {
    width: 100%;
    min-height: 90px;
    margin-top: 10px;
}

.index-GoProduct img {
    width: 100%;
    cursor: pointer;
}

.index-ProductType {
    width: 100%;
    height: 50px;
    border: 0px solid #000000;
    margin-top: 15px;
    display: flex;
}

.index-ProductTypeName {
    text-align: center;
    border: 0px solid #000000;
    line-height: 50px;
    color: #969696;
    font-size: 1.25rem;
    flex: 1;
    position: relative;
    cursor: pointer;
}

.index-ProductTypeNameDote {
    text-align: center;
    border: 0px solid #000000;
    line-height: 50px;
    color: #969696;
    font-size: 1.1rem;
    flex: 0.5;
    position: relative;
    cursor: pointer;
}

.index-ProductTypeNameDote img {
    width: 60%;
    position: absolute;
    left: 15%;
    top: 24px;
}

.index-ProductTypeNameCheck {
    text-align: center;
    border: 0px solid #000000;
    line-height: 50px;
    color: #222222;
    font-weight: bold;
    font-size: 1.25rem;
    flex: 1;
    position: relative;
    cursor: pointer;
}

.index-ProductTypeNameCheck span {
    position: absolute;
    bottom: 3px;
    width: 50%;
    height: 3px;
    background-color: #E84532;
    display: block;
    left: 25%;
    border-radius: 3px;
}

.index-ProductList {
    width: 100%;
    min-height: 150px;
    border: 0px solid #000000;
    margin-top: 10px;
}

.index-ProductListInfo {
    width: 100%;
    height: 170px;
    position: relative;
}

.index-ProductListInfoBack {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.index-ProductListInfoLogo {
    position: absolute;
    z-index: 2;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    top: 15px;
    left: 15px;

}

.index-ProductListInfoName {
    position: absolute;
    z-index: 2;
    width: calc(50% - 45px);
    height: 25px;
    top: 15px;
    left: 50px;
    line-height: 25px;
    font-size: 1.2rem;
    color: #ffffff;
    border: 0px solid #000000;
}

.index-ProductListInfoBankName {
    position: absolute;
    z-index: 2;
    width: calc(45% - 1px);
    height: 25px;
    top: 10px;
    right: 5px;
    line-height: 25px;
    font-size: 0.9rem;
    color: #ffffff;
    border: 0px solid #000000;
}

.index-ProductListInfoLab1 {
    position: absolute;
    z-index: 2;
    width: calc(45% - 1px);
    height: 25px;
    top: 60px;
    left: 15px;
    line-height: 25px;
    font-size: 1rem;
    color: #ffffff;
    border: 0px solid #000000;
}

.index-ProductListInfoValue1 {
    position: absolute;
    z-index: 2;
    width: calc(45% - 1px);
    height: 25px;
    top: 95px;
    left: 15px;
    line-height: 25px;
    font-size: 1.8rem;
    color: #ffffff;
    border: 0px solid #000000;
    font-weight: bold;
}

.index-ProductListInfoLab2 {
    position: absolute;
    z-index: 2;
    width: calc(100% - 15px);
    height: 25px;
    bottom: 15px;
    left: 15px;
    line-height: 25px;
    font-size: 1rem;
    color: #ffffff;
    border: 0px solid #000000;
}

.index-ProductListInfoButton {
    position: absolute;
    z-index: 2;
    width: 91px;
    height: 36px;
    top: 76px;
    right: 25px;
    line-height: 36px;
    font-size: 1rem;
    color: #E94835;
    border-radius: 30px;
    border: 0px solid #000000;
    background-color: #ffffff;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}