.module-identity {
    background: #F9DECD;
    margin-top: 0;
}

.warp-0 .module-identity {
    background: #F9DECD;
}

.warp-1 .module-identity {
    background: #DDEAFC;
}

.warp-2 .module-identity {
    background: #FFE4C2;
}

.warp-3 .module-identity {
    background: #E3DBF5;
}

.warp-4 .module-identity {
    background: #0A1134;
}

.warp-8 .module-identity {
    background: #0C081B;
}

.identity-container {
    background: linear-gradient(38deg, #FFF2E9 0%, rgba(255, 255, 255, 0.64) 35%, rgba(255, 247, 242, 0.81) 70%, rgba(255, 250, 226, 0.61) 100%);
    width: 7.14rem;
    /* height: 2.64rem; */
    margin: 0 auto;
    border-radius: 0.24rem;
}

.warp-1 .identity-container {
    background: linear-gradient(40deg, rgba(240, 245, 255, 0.82) 0%, rgba(255, 255, 255, 0.64) 35%, rgba(246, 255, 255, 0.65) 76%, rgba(226, 247, 255, 0.2) 100%);
}


.warp-2 .identity-container {
    background: linear-gradient(41deg, rgba(255, 255, 255, 0.79) 0%, rgba(255, 255, 255, 0.75) 37%, #FFF2DE 74%, rgba(255, 248, 226, 0.5) 100%);
}

.warp-3 .identity-container {
    background: linear-gradient(42deg, rgba(237, 231, 255, 0.55) 0%, rgba(255, 255, 255, 0.48) 18%, rgba(255, 254, 255, 0.78) 35%, rgba(255, 252, 254, 0.51) 67%, rgba(255, 238, 252, 0.67) 89%, rgba(255, 248, 226, 0.5) 100%);
}

.warp-4 .identity-container,
.warp-8 .identity-container {
    background: linear-gradient(145deg, rgba(84, 98, 160, 0.73) 0%, #1D1E37 100%), linear-gradient(333deg, #4854B4 0%, rgba(0, 0, 0, 0) 100%), radial-gradient(152% 77% at -28% -3%, rgba(71, 87, 181, 0.56) 0%, rgba(0, 0, 0, 0) 100%);
}

.identity-img-box {
    width: 7.14rem;
    height: 2.64rem;
    margin: 0 auto;
    /* margin-top: 0.08rem; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.18rem;
    box-sizing: border-box;
}

.identity-img1 {
    width: 1.9rem;
    height: 2.4rem;
    border-radius: 0.18rem;
    overflow: hidden;
    position: relative;
}

.identity-img1 img {
    width: 100%;
    height: 100%;
}

.identity-img2 {
    width: 4.71rem;
    height: 2.4rem;
    border-radius: 0.18rem;
    overflow: hidden;
    position: relative;
}

.identity-img2 img {
    width: 100%;
    height: 100%;
}

.identity-zyk {
    width: 6.78rem;
    height: 1.92rem;
    /* background: red; */
    margin: 0 auto;
    margin-top: 0.18rem;
    overflow: hidden;
    display: none;
}

.identity-zyk img {
    width: 100%;
    height: 100%;
}

.identity-zyk-swiper {
    width: 100%;
    height: 100%;
}

.identity-zyk-swiper-img {
    width: 100%;
    height: 100%;
    border-radius: 0.18rem;
}

.identity-zyk-swiper-swiper-slide {
    position: relative;
}

.identity-zyk-swiper-img-hot {
    position: absolute;
    width: 0.38rem;
    height: 0.4rem;
    right: 0.18rem;
    top: 0;
}

.identity-zyk-swiper-img-hot img {
    width: 100%;
    height: 100%;
}

.identity-img-img-hot {
    position: absolute;
    width: 0.38rem;
    height: 0.4rem;
    right: 0.18rem;
    top: 0;
}

.identity-img-img-hot img {
    width: 100%;
    height: 100%;
}