﻿footer {
    background: #FAFAFA;
}
footer .wrap .right .text .email input {
    background: #FAFAFA;
}
.banner {
    padding-top: 90px;
    width: 100%;
}
.banner img {
    display: block;
    width: 100%;
}
.section .wrap {
    width: 1092px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 119px;
    padding-bottom: 147px;
}
.section .wrap>div {
    width: 516px;
}
.section .wrap .left a:nth-last-child(1),.section .wrap .left a:nth-last-child(2) {
    pointer-events: none;
}
.section .wrap>div h1 {
    font-size: 27px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #000000;
    margin-bottom: 27px;
}
.section .wrap>div .item {
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
    border-top: 1px solid #D8D8D8;
}
.section .wrap>div .item .text {
    display: flex;
    align-items: center;
}
.section .wrap .left .item>p {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(13, 13, 13, 0.6);
    transition: 1s;
}
.section .wrap .right .item>.iconfont {
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.07);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(102, 102, 102, 1);
    font-size: 18px;
    transition: 1s;
}
.section .wrap .left .item .text {
    width: 376px;
    justify-content: space-between;
}
.section .wrap>div .item .text p {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #262626;
}
.section .wrap>div .item .text .iconfont {
    transform: rotate(180deg);
    font-size: 12px;
    font-weight: 700;
    transition: 1s;
    color: #000000;
}
.section .wrap>div .item:nth-last-child(1) {
    border-bottom: 1px solid #D8D8D8;
}
.section .wrap .right .item .text {
    width: 421px;
    justify-content: space-between;
}
.section .wrap .right .item:hover>.iconfont {
    background: #C89B5D;
    color: #fff;
}
.section .wrap>div .item:hover .text .iconfont {
    transform: rotate(180deg) translateX(-10px);
}
.section .wrap .left .item:hover>p {
    color: #C89B5D;
}
.section .wrap .left .item:nth-last-child(1) .iconfont,.section .wrap .left .item:nth-last-child(2) .iconfont {
    opacity: 0;
}
.section .wrap .right .item:nth-child(4) > .iconfont {
    font-size: 26px;
}
@media screen and (max-width: 1400px) {
    .section .wrap>div h1 {
        font-size: 24px;
    }
    .section .wrap {
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .section .wrap>div .item {
        height: 90px;
    }
    .section .wrap>div .item .text p {
        font-size: 16px;
    }
    .section .wrap .right .item>.iconfont {
        width: 40px;
        height: 40px;
    }
}
@media screen and (max-width: 1365px) {
    .banner {
        padding-top: 80px;
    }
}
@media screen and (max-width: 1300px) {
    .section .wrap {
        width: 90%;
    }
    .section .wrap>div {
        width: 48%;
    }
    .section .wrap .left .item .text,.section .wrap .right .item .text {
        width: 75%;
    }
}
@media screen and (max-width: 1023px) {

    .section .wrap>div .item .text p,.section .wrap .left .item>p {
        font-size: 12px;
    }
    .section .wrap>div .item {
        height: 70px;
    }
    .section .wrap>div h1 {
        font-size: 20px;
    }
    .section .wrap .right .item>.iconfont {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    .section .wrap .right .item:nth-child(3) .iconfont {
        font-size: 20px;
    }
}
@media screen and (max-width: 900px) {
    .section .wrap>div {
        width: 100%;
        margin-bottom: 30px;
    }

    .section .wrap {
        flex-direction: column;
        padding-bottom: 40px;
        padding-top: 30px;
    }
}