img {
    width: 100%;
}

.customer-wrap .customer-inner {
    padding: 0;
}
.customer-wrap .customer-inner .h2 {
    padding-top: 88px;
}
.scene-list {
    grid-column-gap: 6.5rem;
}
.scene-item-i .h3{
    margin: 13px auto 8px;
}
.advantage-inner .advant-item {
    padding: 38px 16px 65px 30px;
}
.advantage-inner .advant-item .h3 {
    line-height: 25px;
}
.access-wrap .access-inner {
    padding-bottom: 60px;
}
.container .banner-inner .left {
     margin-right: 0;
    flex: 0 0 47%;
}
.notice-sms .banner-inner .right {
    flex: 0 0 46%;
}

.notice-sms .banner-inner .right img {
    margin-top: 86px;
    margin-bottom: 74px;
    margin-top: 86px;
    margin-bottom: 74px;
}

.scene-wrap {
    margin-bottom: 8px;
}
.advantage-inner {
    padding-top: 78px;
}

.unpleasant-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.unpleasant-list {
    grid-template-columns: 1fr;
    width: 50%;
}


/*浠锋牸*/
.price-wrap .price-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 56px 48px 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 20px 50px 0px rgba(173,194,217,0.2);
    border-radius: 18px;
    position: relative;
    z-index: 9;
    bottom: -76px;
}
.price-wrap .price-container .h2{
    font-size: 32px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #0B0E17;
    line-height: 45px;
    padding-top: 0;
}
.price-container .h4{
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #52545A;
    line-height: 32px;
    margin: 16px auto 32px;
}
.price-main {
    width: 100%;
}
.price-main hr {
    height: 1px;
    background: #E6EAF2;
    border: unset;
    margin: 16px auto;
}
.price-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.p-left .p-desc{
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #5B78B4;
    line-height: 33px;
}
.p-right .select-block {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #52545A;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.p-right select {
    width: 240px;
    height: 48px;
    display: inline-block;
    border-radius: 8px;
    border: 1px solid #DADEE6;
    box-sizing: border-box;
    margin: 0;
    font-size: 16px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-size: 15px 14px;
    background: url(/duanxin/images/arrow-icon.png) 93% 50% no-repeat scroll transparent;
    background-size: 15px 14px;
    padding: 0 16px;
    padding-right: 32px;
}

.p-right select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
/* 鍘绘帀select閫変腑鍚庣殑榛樿绮楄竟妗� */
.p-right select:focus-visible {
    /* outline: -webkit-focus-ring-color auto 1px; 杩欐槸璋锋瓕娴忚鍣ㄧ殑鍘熺敓鏍峰紡*/
    outline: none;
}

.price-show {
    width: 100%;
    background: #5B78B4;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 22px 0 31px;
}
.price-show .price-info {
    line-height: 50px;
    width: 100%;
    text-align: center;
    margin-bottom: 6px;
    position: relative;
}
.price-show .price-value {
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
}
.price-show .price-unit {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    position: absolute;
    bottom: -10px;
}
.price-show .price-desc {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
}



@media (max-width: 768px) {
    .notice-sms .banner-inner .right img {
        margin-top: 64px;
        margin-bottom: 6px;
    }

    .customer-wrap .customer-inner {
        padding: 0 16px;
    }

    .customer-wrap .customer-list {
        grid-template-rows: repeat(3, 1fr);
    }

    .customer-list1 .customer-item {
        padding: 22px 0 12px;
    }
    .customer-item-i {
        height: 80%;
        width: 95%;
    }
    .customer-list1 .customer-item .des {
        padding-left: 14px;
    }

    .scene-container {
        padding: 0 16px;
    }
    .scene-list {
        grid-column-gap: 2rem;
    }

    .price-wrap {
        margin: 0 auto;
        width: 92%;
    }
    .price-wrap .price-container {
        padding: 36px 16px;
        text-align: center;
        bottom: -48px;
    }
    .price-select {
        flex-wrap: wrap-reverse;
        margin-bottom: 18px;
    }
    .price-container .h4 {
        margin-left: 10px;
        font-size: 16px;
        color: #3B3D44;
        font-weight: 400;
    }
    .price-show {
        text-align: center;
    }
    .p-left {
        width: 100%;
        margin-left: 10px;
        margin-top: 18px;
    }

    .p-right {
        width:100%;
    }

    .p-right .select-block {
        width: 100%;
    }


    .price-show .price-desc {
        width: 90%;
    }
    .p-left {
        display: none;
    }
    .price-main hr {
        display: none;
    }

    .advantage-inner {
        padding-top: 104px;
    }
    .advantage-inner .sub-wrap {
        width: 100%;
        margin: 0;
        margin-top: 20px;
        margin-left: -15px;
        margin-bottom: 14px;
    }
    .advantage-inner .advant-item {
        margin-top: 10px;
        padding: 22px 15px 22px 24px;
        max-width: 344px;
        height: 100%;
        width: 100%;
    }
    .notice-sms .advantage-wrap {
        padding: 0 0 78px 0;
    }

    .unpleasant-list {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        width: 100%;
    }
    .unpleasant-inner {
        padding: 0 0 38px;
    }
    .unpleasant-li {
        width: 94%;
        margin: auto;
        padding: 32px 40px 32px 42px;
    }
}