
.phone .box .banner{
    position: relative;
    top: 0;
    left: 0;
    width: 15rem;
    height: 8.53rem;
}
.phone .box .banner img{
    width: 100%;
    height: 100%;
}

.phone .box{
    position: relative;
    margin-top: 3.36rem;
}
.phone .box .infos{
    position: relative;
    width: 15rem;
    height: 16rem;
}
.phone .box .infos .title{
    margin-top: 1.2rem;
    padding-left: 0.75rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.1rem;
    color: #fff;
    border-bottom: .03rem solid #2264dc;
}
.phone .box .infos .content{
    color: #fff;
    font-size: .52rem;
    line-height: .65rem;
    padding: 0 .8rem;
    text-align: justify;
    letter-spacing: -0.025rem;
}
.phone .box .infos .content p{
    margin-top: 0.6rem;
}

.phone .box .imgs{
    position: relative;
    width: 15rem;
}
.phone .box .imgs .img_item{
    position: relative;
    width: 15rem;
    margin-top: 0.7rem;
}
.phone .box .imgs .img_item img{
    padding: 0 .8rem;
    width: 13.4rem;
    height: auto;
}
.phone .box .imgs .img_item .title{
    position: relative;
    padding: .5rem .8rem;
    width: 13.4rem;
    color: #fff;
    font-size: .7rem;
    line-height: .75rem;
    letter-spacing: -0.025rem;
}