/* 产品展示 */
.phone_product_show{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 3.125rem 0.9375rem 0;
    box-sizing: border-box;
}
.phone_product_show_box{
    width: 100%;
    height: 25rem;
    margin: 0 auto;
    overflow: hidden;
}
.phone_product_show_list{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 27.25rem;
}
.phone_product_show_list div{
    flex-shrink: 0;
    width: 100%;
    height: 25.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 0.75rem;
}

.phone_product_show_list div img{
    width: 11.5625rem;
    /* height: 100%; */
    margin-bottom: 1rem;
}
.phone_product_show_box:last-child .phone_product_show_list div img{
    width: 90%;
    height: auto;
}
.swiper-pagination2,.swiper-pagination3,.swiper-pagination22,.swiper-pagination23,.swiper-pagination24,.swiper-pagination33{
    display: flex;
    justify-content: center;
}

/* 合作优势 */
.phone_cooperate_advantage{
    width: 100%;
    height: auto;
    padding: 3.125rem 0.9375rem 0;
    box-sizing: border-box;
}
.phone_cooperate_advantage_box{
    width: 100%;
    height: 23rem;
    overflow: hidden;
    padding-bottom: 3rem;
}
.phone_cooperate_advantage_list{
    width: 100%;
    height: auto;
}
.phone_cooperate_advantage_item{
    width: 100%;
    height: 6.5625rem;
    background: #FFFFFF;
    box-shadow: 0px 0.3125rem 0.625rem 0px rgba(4, 0, 0, 0.04);
    border-radius: 0.125rem;
    margin-bottom: 0.625rem;
    padding-left: 1.6875rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.phone_cooperate_advantage_left{
    width: 2.25rem;
    margin-right: 1.6875rem;
}
.phone_cooperate_advantage_right h3{
    color:#2F3041;
    font-size:0.9375rem;
    margin-bottom: 0.625rem;
}
.phone_cooperate_advantage_right p{
    color: #A1A6B2;
    font-size: 0.75rem;
    width: 12.5rem;
}
.swiper-slide{
    text-align: left;
}

/* 应用场景 */
.phone_application{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 3.125rem 0.9375rem 0;
    box-sizing: border-box;
}
.phone_application_list{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 0.5625rem;
    box-shadow: 0px 0.3125rem 0.625rem 0px rgba(4, 0, 0, 0.04);
}
.phone_application_list li{
    width: 100%;
    height: 6.25rem;
    background: #FFFFFF;
    margin-bottom: 0.0625rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.6875rem;
    box-sizing: border-box;
}
.phone_application_list li.phone_application_choose{
    background: #4572E6;
}
.phone_application_list li.phone_application_choose h4{
    color: #fff;
}
.phone_application_list li.phone_application_choose p{
    color: #fff;
    opacity: 0.6;
}
.phone_application_list li img{
    width: 2.8125rem;
    height: 1.3125rem;
    margin-right: 1.9375rem;
}
.phone_application_list_right{
    width: 13.125rem;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.phone_application_list_right h4{
    color: #5C5F66;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}
.phone_application_list_right p{
    font-size: 0.75rem;
    color: #82868F;
    opacity: 0.8;
}

/* 服务优势 */
.phone_service{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0.9375rem;
    box-sizing: border-box;
}
.phone_service_content{
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 21.5625rem;
}
.phone_service_item{
    width: 100%;
    height: 100%;
}
.phone_service_item ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.phone_service_item ul li{
    width: 48%;
    height: 10.3125rem;
    background: #FFFFFF;
    border-radius: 0.1875rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    float: left;
    margin-right: 4%;
    margin-bottom: 0.9375rem;
}
.phone_service_item ul li:nth-of-type(2n){
    margin-right: 0;
}
.phone_service_item ul li img{
    width: auto;
    height: 2.5rem;
}
.phone_service_item ul li span{
    text-align: center;
    display: block;
    color: #2F3041;
    font-size: 1rem;
    margin-top: 1.25rem;
}
.service_dots{
    width: 100%;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.9375rem;
}
.service_dots li{
    width: 0.4375rem;
    height: 0.4375rem;
    border: 0.0625rem solid #2F3041;
    border-radius: 50%;
    margin-right: 0.9375rem;
    box-sizing: border-box;
    background: none;
}
.service_dots li:last-child{
    margin-right: 0;
}
.service_dots li.service_active{
    background: #2F3041;
}

.phone_trust{
    background: none;
    /* height: 30rem; */
    /* padding: 2.5rem 2.5rem 0; */
}
.phone_trust_content_no_index .swiper-container{
    height: 22rem;
}
.swiper-pagination12{
    display: flex;
    justify-content: center;
}
.phone_service .phone_banner{
    height: 25rem;
}
.swiper-container12{
    height: 24rem;
}