
.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: 2.7rem;
}
.phone .box .infos{
    position: relative;
    width: 15rem;
}
.phone .box .infos .title{
    margin-top: 1.2rem;
    padding-left: 0.75rem;
    font-size: .7rem;
    color: #fff;
}
.phone .box .infos .location{
    margin-top: .2rem;
    padding-left: 0.75rem;
    font-size: .5rem;
    color: #7d7d7d;
}
.phone .box .infos .line{
    margin-top: 1rem;
    width: 100%;
    height: .03rem;
    background-color: #2264dc;
}
.phone .box .infos .content{
    position: relative;
    margin-top: 1rem;
    color: #fff;
    font-size: .52rem;
    line-height: .65rem;
    padding: 0 .8rem 1.3rem;
    text-align: justify;
    letter-spacing: -0.025rem;
}

.phone .box .imgs{
    position: relative;
    width: 15rem;
}
.phone .box .imgs video{
    padding: 0 .8rem;
    width: 13.4rem;
    height: auto;
    margin-bottom: .32rem;
}
.phone .box .imgs img{
    padding: 0 .8rem;
    width: 13.4rem;
    height: auto;
    margin-bottom: .32rem;
}