.banner {
    width: 100%;
    height: 42.7vw;
    background-image: url("../img/joinus/banner.png");
    background-size: 100% 100%;
    position: relative;
}

.banner .join {
    position: absolute;
    width: 2.2rem;
    height: 0.5rem;
    line-height: 0.5rem;
    bottom: 1.63rem;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    border-radius: 0.5rem;
    background-color: #fff;
    font-size: 0.24rem;
    color: #333333;
    font-weight: bold;
    font-family: PingFang SC;
    text-align: center;
}

.banner .list {
    width: 14rem;
    height: 1.46rem;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    border-radius: 0.2rem;
    transform: translate(-50%, 50%);
    box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.banner .list p {
    font-size: 0.18rem;
    font-family: PingFang SC;
}

.banner .line {
    width: 0.01rem;
    height: 0.4rem;
    background-color: #000;
    margin: 0 0.92rem;
}

.banner img {
    width: 0.94rem;
    height: 0.94rem;
    margin-bottom: -0.26rem;
}

.parking {
    width: 100%;
    height: 10.49rem;
    padding: 3.1rem 2.6rem 0 2.6rem;
}

.parking .title1 {
    font-size: 0.22rem;
    color: #333;
    opacity: 0.5;
}

.parking .title2 {
    font-size: 0.5rem;
    color: #333;
    font-weight: bold;
}

.parking .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3vw;
}

.item1 {
    width: 4.2rem;
    height: 3.76rem;
    background-color: #fff;
    border-radius: 0.26rem;
    box-shadow: 0.2rem 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
    padding: 0.5rem;
    box-sizing: border-box;
}

.item1 img {
    width: 1.3rem;
    height: 1.3rem;
    margin-top: -0.2rem;
    margin-left: -0.3rem;
}

.item1 .p1 {
    font-size: 0.26rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 0.3rem;
    font-family: PingFang SC;
}

.item1 .p2 {
    font-size: 0.22rem;
    line-height: 0.33rem;
    color: #333;
    opacity: 0.6;
    font-family: PingFang SC;
}

.city {
    width: 100%;
    height: 10.57rem;
    background-color: #f4f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hardware {
    width: 100%;
    height: 8.66rem;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
}

.bottom_banner {
    width: 100%;
    background-color: #666;
    display: flex;
    align-items: center;
}

.item3 {
    flex: 1;
    height: 13vw;
    position: relative;
}

.item3 img {
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.item3 span {
    font-size: 1.3vw;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.join_us {
    width: 100%;
    text-align: center;
    margin-top: 3.6vw;
    margin-bottom: 6vw;
}

.join_us button {
    width: 12vw;
    height: 3vw;
    border-radius: 1.5vw;
    background-color: #f33535;
    line-height: 3vw;
    font-size: 1.2vw;
    color: #fff;
    cursor: pointer;
}

/* 服务咨询 */

.service-consultation {
    position: fixed;
    right: .05rem;
    top: 55%;
    width: .78rem;
    height: 1.58rem;
    background-image: url('../img/service_consultation.png');
    background-size: 100% 100%;
    transform: translateY(-50%);
    z-index: 999;
    cursor: pointer;
}

.service-consultation:hover .show-service-phone {
    display: block;
}

.show-service-phone {
    display: none;
    position: absolute;
    top: 50%;
    right: .62rem;
    width: 1.64rem;
    height: 1.58rem;
    background-image: url('../img/show_phone.png');
    background-size: 100% 100%;
    transform: translateY(-50%);
}