.contentBox {
    width: 100%;
    height: auto;
    background-color: #ECEEF5;
}

.banner {
    width: 100%;
    height: 400px;
}

.banner>.swiper-container {
    width: 100%;
    height: 100%;
}


.contain {
    width: 1200px;
    height: auto;
    margin: 59px auto 99px;
}

.areaBox {
    width: 100%;
    height: auto;
    margin-bottom: 62px;
}

.contain .areaBox:last-child {
    margin-bottom: 0 !important;
}

.areaTitBox {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.areaTitLeft {
    flex: 1;
    display: flex;
    align-items: center;
}

.areaTit {
    font-size: 26px;
    margin-right: 21px;
}

.areaTitLeft ul {
    flex: 1;
    display: flex;
    align-items: center;
    margin-right: 21px;
}

.areaTitLeft ul li {
    min-width: 70px;
    padding: 0 13px;
    height: 26px;
    font-size: 14px;
    border-radius: 13px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.areaTitLeft ul li:last-child {
    margin-right: 0 !important;
}

.areaRight {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #999999;
}
.areaRight a {
    color: #999999;
}


.areaRight span:last-child {
    /* 利用CSS制作一个向右的箭头 */
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    transform: rotate(45deg);
    margin: 0 0 2px 3px;
}

.areaContent {
    width: 100%;
    height: auto;
    margin-top: 19px;
    display: flex;
    justify-content: space-between;
}

.areaCLeft {
    width: 228px;
    height: 375px;
    margin-right: 15px;
}

.areaCRight {
    flex: 1;
    height: 375px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    overflow: hidden;
}

.areaPhoneBox {
    width: 228px;
    height: 116px;
    background-color: #ffffff;
    margin: 0 15px 14px 0;

    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.areaCRight .areaPhoneBox:nth-child(4n) {
    margin-right: 0 !important;
}

.areaCRight .areaPhoneBox:nth-last-child(1),
.areaCRight .areaPhoneBox:nth-last-child(2),
.areaCRight .areaPhoneBox:nth-last-child(3),
.areaCRight .areaPhoneBox:nth-last-child(4) {
    margin-bottom: 0 !important;
}

.areaPhoneBox {
    padding: 23px 0 23px 23px;
    position: relative;
}


/* 手机盒子弹出收藏和预约 */
.apBoxBg {
    position: absolute;
    top: 100%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    transition: all 0.3s ease-in;
}

.apbBtn {
    width: 70px;
    height: 30px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-weight: bold; */
}

.apBoxBg div:first-child {
    margin-bottom: 12px;
    color: #FFFFFF;
    background: linear-gradient(-55deg, #ED7000 1%, #FFBC48 100%);
}

.apBoxBg div:last-child {
    color: #F89E00;
    background: #FFFFFF;
    border: 1px solid #F89E00;
    opacity: 0.92;
}

.areaContent ul li:hover .apBoxBg {
    top: 0;
}



.areaPhone {
    font-size: 0;
    font-weight: bold;
    width: auto;
    height: auto;

}
.areaPhone span {
     font-size: 20px;
}

.areaPhone span:first-child ,
.areaPhone span:last-child {
    color: #036fce;
}

.areaPhone span:nth-child(even) {
    color: #e4393c;
}




.jiaoBiao {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 42px;
    height: 24px;
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    padding-top: 3px;
}

.jiaoBiaoY {
    background: url(../img/yiJiao.png) no-repeat;
}

.jiaoBiaoL {
    background: url(../img/lianJiao.png) no-repeat;
}

.jiaoBiaoD {
    background: url(../img/dianJiao.png) no-repeat;
}


.areaType {
    font-size: 14px;
    color: #999999;
    margin: 12px 0;
}

.areaMoney {
    font-size: 14px;

}

.areaMoney span:first-child {
    color: #FD3C00;
    font-weight: bold;

}
