.banner-about {
    width: 10rem;
    height: 4.078125rem;
}

.banner-about img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.remark {
    width: 100%;
    display: flex;
    align-items: center;
}


.title {
    width: 4.178rem;
    font-size: .25rem;
    font-weight: bold;
    height: 3.0208rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF6900;
    padding: 0.7292rem 0;
}

.text {
    width: 5.417rem;
    word-break: break-all;
    font-size: 0.1rem;
    padding: 0 0.506875rem 0 0;
    text-align: right;
    font-weight: 900;
}

.text-title {
    font-size: 0.2083rem;
    font-weight: 900;
    height: 0.3021rem;
    line-height: 0.3021rem;
    margin-bottom: 0.1042rem;
    color: #3F2021;
}

.text > .p {
    min-height: 0.1823rem;
    line-height: 0.1823rem;
    font-size: 0.09375rem;
    color: #3F2021;
    margin-bottom: 0.0208rem;
}

.text > .tips {
    color: #3F2021;
    font-weight: 300;
    font-size: 0.0625rem;
    height: 0.0885rem;
    line-height: 0.0885rem;
    margin-top: 0.1042rem;
}

.b {
    color: #FF6900;
    font-size: 0.125rem;
}

.t {
    margin-top: 0.1042rem;
}

.t > .p {
    color: #3F2021;
    font-size: 0.09375rem;
    font-weight: 300;
    min-height: 0.1354rem;
    line-height: 0.1354rem;
    margin-bottom: 0.0208rem;
}

.picture {
    background-image: url(../images/map.jpg);
    width: 100%;
    height: 4.1667rem;
    background-size: cover;
    background-repeat: no-repeat;
}
