.srs-img {
    width: 100%;
    cursor: pointer;
}
.srs-img-box {
    display: flex;
    justify-content: center;
}
.ssr-title {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
    text-align: center;
}
.smart-storage-box {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    color: #FFFFFF;
    text-align: center;
}
.bg851 {
    background: rgba(0, 0, 0, 0.851);
}
.smart-storage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.smart-title {
    font-family: Source Han Sans;
    font-weight: bold;
}
.requst-demo {
    opacity: 1;
    font-family: Source Han Sans;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
    width: 160px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    background: #1677FF;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.product-box-div {
    width: 100%;
    background: #EEEEEF;
}
.product-img-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-img-1 {
    width: 240px;
    height: 320px;
    z-index: 10;
}
.product-img-2 {
    width: 260px;
    height: 346px;
    z-index: 11;
}
.product-img-2 img{
}
.product-img-3{
    width: 300px;
    height: 400px;
    z-index: 12;
}
.product-img-4 {
    width: 260px;
    height: 346px;
    z-index: 11;
}
.product-img-5 {
    width: 240px;
    height: 320px;
    z-index: 10;
}
.common-product-img {
    border-radius: 10px;
    background: #FFFFFF;
    /* 阴影/弥散阴影 */
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.16);
    display: flex;
    justify-content: center;
    align-items: center;
}
.fgx {
    height: 1.2rem;
    background: #FFFFFF;
    width: 2px;
}
.ai-powered-box {
    background: #F5F9FF;
}
.powered-img-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 30px;
}
.item-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-61%, -65%)
}
.item-desc {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 186px;
    text-align: center;
}
.item-desc-top {
    top: -60px
}
.smart-store-bg {
    background-image: url('../imgs/software.png'); /* 设置背景图片 */
    background-repeat: no-repeat; /* 防止图片平铺 */
    background-position: center center; /* 你可以根据需要调整图片的位置 */
    background-size: cover; /* 如果想要背景图片覆盖整个元素区域，同时不失真，可以使用cover */
}
.desc-item-box-common {
    position: absolute;
}
.desc-item-box1 {
    top: 15%;
    left: 50%;
    transform: translateX(calc(-100% - 8rem));
}
.desc-item-box2 {
    top: 40%;
    left: 50%;
    transform: translateX(calc(-100% - 8rem));
}
.desc-item-box3 {
    top: 70%;
    left: 50%;
    transform: translateX(calc(-100% - 8rem));
}
.desc-item-box4 {
    top: 10%;
    left: calc(50% + 8rem)
}
.desc-item-box5  {
    top: 30%;
    left: calc(50% + 8rem)
}
.desc-item-box6  {
    top: 50%;
    left: calc(50% + 8rem)
}
.desc-item-box7  {
    top: 70%;
    left: calc(50% + 8rem)
}
.desc-item {
    font-family: MiSans;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    text-align: right;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
    background: rgba(118, 118, 118, 0.7);
    display: inline-block;
    padding:5px 10px;
}
.desc-item-phone {
    font-size: 13px;
    text-align: left;
    letter-spacing: 0em;
    color: #FFFFFF;
    background: rgba(118, 118, 118, 0.7);
    display: inline-block;
    padding:5px 10px;
}
.desc-img-right {
    position: absolute;
    right: 0px;
    transform: translate(60%, -128%);
}
.desc-img-right-2 {
    position: absolute;
    right: 0px;
    transform: translate(60%, -190%);
}
.desc-img-left {
    position: absolute;
    transform: translate(-60%, 30%);
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-left-column{
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
}
.sale-bg {
    background-image: url('../imgs/sale-bg.png'); /* 设置背景图片 */
    background-repeat: no-repeat; /* 防止图片平铺 */
    background-position: center center; /* 你可以根据需要调整图片的位置 */
    background-size: cover; /* 如果想要背景图片覆盖整个元素区域，同时不失真，可以使用cover */
}
.pay-bg {
    background-image: url('../imgs/pay-bg.png'); /* 设置背景图片 */
    background-repeat: no-repeat; /* 防止图片平铺 */
    background-position: center center; /* 你可以根据需要调整图片的位置 */
    background-size: cover; /* 如果想要背景图片覆盖整个元素区域，同时不失真，可以使用cover */
}
.sale-desc-box {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}
.sale-desc-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sale-line {
    width: 205px;
    height: 0px;
    border-top: 2px solid #0049A5;
}
.colorf {
    color: #ffffff;
}
.pay-desc-item-box {

}
.pay-desc-item{
    display: flex;
    justify-content: left;
    align-items: center;
}
.scenario-line {
    width: 60px;
    height: 9px;
    background: #4094FF;
}
.borderRadius {
    border-radius: 10px;
}
.customer-box-phone {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product-convenience {
    height: 377px;
    display: flex;
    justify-content: center;
    align-items: center;
}