footer {
    background: #FAFAFA;
}
footer .wrap .right .text .email input {
    background: #FAFAFA;
}
.section {
    padding-top: 238px;
}
.section .wrap {
    width: 1300px;
    margin: auto;
}
.section .wrap .title h1 {
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-bottom: 23px;
}
.section .wrap .title .tel {
    display: flex;
    align-items: center;
    margin: 0 auto 44px;
    width: fit-content;

}
.section .wrap .title .tel span {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
}
.section .wrap .title .tel p {
    color: rgba(200, 155, 93, 1);
}
.section .wrap .content .tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(229, 229, 229, 0.8);
}
.section .wrap .content .item {
    padding-left: 70px;
    width: 33.333%;
    display: flex;
}
.section .wrap .content .item>.iconfont {
    font-size: 22px;
    color: rgba(200, 155, 93, 1);
    padding-top: 3px;
    margin-right: 12px;
}
.section .wrap .content .tr {
    margin-bottom: 64px;
}
.section .wrap .content .item .text h1 {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #000000;
    transition: 1s;
    margin-bottom: 19px;
}
.section .wrap .content .item .text p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
    line-height: 25px;
    margin-bottom: 24px;
}
.section .wrap .content .item .text a {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    background: #C89B5D;
    border-radius: 19px;
    padding: 0 20px;
    margin-bottom: 25px;
    transition: 1s;
    pointer-events: none;
    transform: translateY(20px);
    opacity: 0;
}
.section .wrap .content .item:hover .text h1 {
    color: #C89B5D;
}
.section .wrap .content .item:hover .text a {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}
.section .wrap .content .item .text a p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 0;
    margin-left: 7px;
}
.section .wrap .content .item .text .iconfont {
    color: #FFFFFF;
}
.section .wrap .title select {
    width: 186px;
    height: 48px;
    border: 1px solid #F1F1F1;
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #262424;
    cursor: pointer;
    padding: 0 19px;
    margin: auto;
    display: block;
}
.section .wrap .title {
    margin-bottom: 105px;
}
.section .wrap .title select::-ms-expand {
    display: none;
}
.section .wrap button {
    width: 164px;
    height: 54px;
    background: #C89B5D;
    box-shadow: 2px -2px 16px 0px rgba(52,52,52,0.1);
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 39px;
    display: flex;
    margin: 80px auto 82px;
    transition: 0.6s;
}
.section .wrap button p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}
.section .wrap button .iconfont {
    color: #fff;
    transition: 1s;
}
.section .wrap button:hover {
    box-shadow: 2px -2px 16px 0px rgba(52,52,52,0.5);
}
.section .wrap button:hover .iconfont {
    transform: rotate(360deg);
}
@media screen and (max-width: 1500px) {
    .section {
        padding-top: 158px;
    }
}
@media screen and (max-width: 1365px) {
    .section .wrap {
        width: 90%;
    }
    .section .wrap .title {
        margin-bottom: 85px;
    }
    .section .wrap .content .item {
        padding-left: 10px;
    }
    .section .wrap .content .tr {
        margin-bottom: 50px;
    }
    .section .wrap button {
        width: 150px;
        height: 50px;
        padding: 0px 29px;
        margin: 30px auto 50px;
    }
    .section .wrap .content .item .text a {
        pointer-events: auto;
        transform: translateY(0px);
        opacity: 1;
    }
    .section .wrap .content .item .text a {
        margin-bottom: 50px;
    }
}
.mb_title .iconfont {
    display: none;
}
@media screen and (max-width: 1023px) {
    .section .wrap .content .item {
        width: 50%;
    }
    .section .wrap .content .tr {
        flex-wrap: wrap;
    }

}
@media screen and (max-width: 700px) {
    .section .wrap .content .item {
        width: 100%;
    }
    .section .wrap .title h1 {
        font-size: 24px;
    }
    .section .wrap .title .tel {
        margin: 0 auto 24px;
    }
    .section {
        padding-top: 108px;
    }
    .section .wrap .title {
        margin-bottom: 40px;
    }
    .section .wrap .content .item {
        margin-bottom: 40px;
        border-bottom: 1px solid rgba(229, 229, 229, 0.8);
    }
    .section .wrap button .iconfont {
        font-size: 12px;
    }
    .section .wrap button {
        width: 110px;
        height: 40px;
        padding: 0px 15px;
        margin: 10px auto 50px;
    }
    .section .wrap .content .tr {
        margin: 0;
        border: none;
    }
    .section .wrap .content .item>.iconfont {
        display: none;
    }
    .section .wrap .content .item .mb_title {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }
    .section .wrap .content .item .text a p {
        font-size: 12px;
    }
    .section .wrap .content .item .text p {
        margin-bottom: 10px;
    }
    .section .wrap .content .item .text a {
        margin: 0 auto 30px;
    }
    .section .wrap .content .item .mb_title .iconfont {
        font-size: 22px;
        color: rgba(200, 155, 93, 1);
        display: block;
        margin-right: 5px;
    }
    .section .wrap .content .item {
        padding: 0;
        align-items: center;
        justify-content: center;
    }
    .section .wrap .content .item .text p {
        text-align: center;
    }
    .section .wrap .content .item .text h1 {
        margin-bottom: 0;
    }
    .section .wrap button p {
        font-size: 12px;
    }
    .section .wrap button {
        width: 100px;
    }
}
