.contact1 {
    padding: 120px 0 100px
}

.contact1 .wrap {
    width: 1440px;
    margin: auto
}

.contact1 .wrap .title {
    font-weight: 500;
    font-size: 36px;
    color: #111111
}

.contact1 .wrap .cut {
    display: flex;
    padding: 0 0 50px;
    border-bottom: 1px solid #000;
    gap: 0 30px;
    margin: 62px 0 0 0
}

.contact1 .wrap .cut .list {
    display: flex;
    align-items: center;
    cursor: pointer
}

.contact1 .wrap .cut .list.on .circle {
    border: 1px solid var(--color);
    background: var(--color)
}

.contact1 .wrap .cut .list.on p, .contact1 .wrap .cut .list.on .num {
    color: var(--color)
}

.contact1 .wrap .cut .list .circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 7px 0 0;
    transition: .6s ease
}

.contact1 .wrap .cut .list .circle img {
    width: 14px;
    object-fit: contain
}

.contact1 .wrap .cut .list p {
    font-weight: bold;
    font-size: 16px;
    color: #111111;
    transition: .6s ease
}

.contact1 .wrap .cut .list .num {
    font-weight: bold;
    font-size: 12px;
    color: #999999;
    margin: 0 0 0 5px;
    position: relative;
    top: -8px;
    transition: .6s ease
}

@keyframes yAnimate {
    0% {
        transform: translateY(20px);
        opacity: 0
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.contact1 .wrap .content {
    margin: 40px 0 0 0
}

.contact1 .wrap .content .flex .matter {
    display: none
}

.contact1 .wrap .content .flex .matter.on {
    display: block;
    animation: yAnimate .6s ease forwards
}

.contact1 .wrap .content .flex .item {
    padding: 40px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E2E4EA
}

.contact1 .wrap .content .flex .item .p1 {
    font-weight: 500;
    font-size: 24px;
    color: #111111;
    width: 260px
}

.contact1 .wrap .content .flex .item .text:nth-child(2) {
    width: 270px
}

.contact1 .wrap .content .flex .item .text .p1 {
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    margin: 0 0 7px
}

.contact1 .wrap .content .flex .item .text .p2 {
    font-weight: 400;
    font-size: 20px;
    color: #111111
}

.contact1 .wrap .content .flex .item .text .p3 {
    font-weight: 400;
    font-size: 18px;
    color: #111111
}

.contact1 .wrap .content .more {
    width: 160px;
    height: 52px;
    background: rgba(234, 85, 32, 0);
    border-radius: 26px;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin: 62px auto 0;
    transition: .6s ease;
    cursor: pointer
}

.contact1 .wrap .content .more:hover {
    background: var(--color);
    border: 1px solid var(--color);
    color: #fff
}

.contact2 .bottom {
    background: #F7F7F7;
    padding: 115px 0 100px
}

.contact2 .bottom .joke {
    width: 1440px;
    margin: auto;
    display: flex;
    justify-content: space-between
}

.contact2 .bottom .joke .l .p1 {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    margin: 0 0 22px
}

.contact2 .bottom .joke .l .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #333333
}

.contact2 .bottom .joke .r {
    width: 651px
}

.contact2 .bottom .joke .r .item {
    width: 651px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #EDEDED;
    padding: 0 25px;
    position: relative
}
.contact2 .bottom .joke .r .item.item_other{
    padding: 0;
}
.contact2 .bottom .joke .r .item .item_choose{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.contact2 .bottom .joke .r .item .show{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 25px;
}
.contact2 .bottom .joke .r .item .show .iconfont{
    color: #111;
    font-size: 18px;
    transform: rotate(90deg);
}
.contact2 .bottom .joke .r .item .show p{
    font-weight: 400;
    font-size: 14px;
    color: #111
}
.contact2 .bottom .joke .r .item.textarea {
    height: 160px
}

.contact2 .bottom .joke .r .item.textarea .if {
    align-items: unset;
    padding: 20px 0 0 0
}

.contact2 .bottom .joke .r .item:not(:last-child) {
    margin: 0 0 14px
}

.contact2 .bottom .joke .r .item .if {
    position: absolute;
    top: 0;
    left: 25px;
    display: flex;
    height: 100%;
    align-items: center;
    pointer-events: none
}

.contact2 .bottom .joke .r .item .if span {
    font-weight: 400;
    font-size: 14px;
    color: #ED0000;
    position: absolute;
    left: -10px;
    top: 15px
}

.contact2 .bottom .joke .r .item .if p {
    font-weight: 400;
    font-size: 14px;
    color: #999999
}

.contact2 .bottom .joke .r .item textarea {
    padding: 20px 0 0 0
}

.contact2 .bottom .joke .r .item input, .contact2 .bottom .joke .r .item textarea {
    height: 100%;
    width: 100%;
    border: none;
    background: transparent;
    font-weight: 400;
    font-size: 14px
}

.contact2 .bottom .joke .r .button {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin: 23px 0 0 0;
    gap: 0 12px
}

.contact2 .bottom .joke .r .button .list {
    width: 160px;
    height: 55px;
    background: #E3E3E6;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    cursor: pointer
}

.contact2 .bottom .joke .r .button button.list {
    background: var(--color);
    color: #fff
}

@media screen and (max-width: 1919px) {
    .contact2 .bottom .joke .r .item .show{
        padding: 0px 1.3020833333vw;
    }
    .contact2 .bottom .joke .r .item .show .iconfont{
        font-size: 0.9375vw;
    }
    .contact2 .bottom .joke .r .item .show p{
        font-size: 0.7291666667vw;
    }
    .contact2 .bottom .joke .r .down_pull .pull p{
        font-size: 0.729166666vw!important;
        height: 2.08333333333vw;
        padding: 0 0 0 0.781vw;
    }
    .contact1 {
        padding: 6.25vw 0px 5.2083333333vw
    }

    .contact1 .wrap {
        width: 75vw
    }

    .contact1 .wrap .title {
        font-size: 1.875vw
    }

    .contact1 .wrap .cut {
        padding: 0px 0px 2.6041666667vw;
        gap: 0px 1.5625vw;
        margin: 3.2291666667vw 0px 0px
    }

    .contact1 .wrap .cut .list .circle {
        width: 0.8333333333vw;
        height: 0.8333333333vw;
        margin: 0px 0.3645833333vw 0px 0px
    }

    .contact1 .wrap .cut .list .circle img {
        width: 0.7291666667vw
    }

    .contact1 .wrap .cut .list p {
        font-size: 0.8333333333vw
    }

    .contact1 .wrap .cut .list .num {
        font-size: 0.625vw;
        margin: 0px 0px 0px 0.2604166667vw;
        top: -0.4166666667vw
    }

    undefined {
        transform: translateY(1.0416666667vw)
    }

    .contact1 .wrap .content {
        margin: 2.0833333333vw 0px 0px
    }

    .contact1 .wrap .content .flex .item {
        padding: 2.0833333333vw 0px
    }

    .contact1 .wrap .content .flex .item .p1 {
        font-size: 1.25vw;
        width: 13.5416666667vw
    }

    .contact1 .wrap .content .flex .item .text:nth-child(2) {
        width: 14.0625vw
    }

    .contact1 .wrap .content .flex .item .text .p1 {
        font-size: 0.625vw;
        margin: 0px 0px 0.3645833333vw
    }

    .contact1 .wrap .content .flex .item .text .p2 {
        font-size: 1.0416666667vw
    }

    .contact1 .wrap .content .flex .item .text .p3 {
        font-size: 0.9375vw
    }

    .contact1 .wrap .content .more {
        width: 8.3333333333vw;
        height: 2.7083333333vw;
        border-radius: 1.3541666667vw;
        font-size: 0.8333333333vw;
        margin: 3.2291666667vw auto 0px
    }

    .contact2 .bottom {
        padding: 5.9895833333vw 0px 5.2083333333vw
    }

    .contact2 .bottom .joke {
        width: 75vw
    }

    .contact2 .bottom .joke .l .p1 {
        font-size: 1.875vw;
        margin: 0px 0px 1.1458333333vw
    }

    .contact2 .bottom .joke .l .p2 {
        font-size: 0.8333333333vw
    }

    .contact2 .bottom .joke .r {
        width: 33.90625vw
    }

    .contact2 .bottom .joke .r .item {
        width: 33.90625vw;
        height: 2.9166666667vw;
        border-radius: 0.2083333333vw;
        padding: 0px 1.3020833333vw
    }

    .contact2 .bottom .joke .r .item.textarea {
        height: 8.3333333333vw
    }

    .contact2 .bottom .joke .r .item.textarea .if {
        padding: 1.0416666667vw 0px 0px
    }

    .contact2 .bottom .joke .r .item:not(:last-child) {
        margin: 0px 0px 0.7291666667vw
    }

    .contact2 .bottom .joke .r .item .if {
        left: 1.3020833333vw
    }

    .contact2 .bottom .joke .r .item .if span {
        font-size: 0.7291666667vw;
        left: -0.5208333333vw;
        top: 0.78125vw
    }

    .contact2 .bottom .joke .r .item .if p {
        font-size: 0.7291666667vw
    }

    .contact2 .bottom .joke .r .item textarea {
        padding: 1.0416666667vw 0px 0px
    }

    .contact2 .bottom .joke .r .item input, .contact2 .bottom .joke .r .item textarea {
        font-size: 0.7291666667vw
    }

    .contact2 .bottom .joke .r .button {
        margin: 1.1979166667vw 0px 0px;
        gap: 0px 0.625vw
    }

    .contact2 .bottom .joke .r .button .list {
        width: 8.3333333333vw;
        height: 2.8645833333vw;
        border-radius: 0.2083333333vw;
        font-size: 0.8333333333vw
    }
}

@media screen and (max-width: 1024px) {
    .common_banner {
        height: 30vh;
        position: relative
    }

    .contact1 .wrap {
        width: 90%
    }

    .contact1 .wrap .title {
        font-size: 22px
    }

    .contact1 .wrap .cut {
        padding: 0 0 25px;
        gap: 15px 25px;
        margin: 25px 0 0 0;
        flex-wrap: wrap
    }

    .contact1 .wrap .cut .list p {
        font-size: 13px
    }

    .contact1 .wrap .cut .list .circle {
        width: 14px;
        height: 14px;
        margin: 0 5px 0 0
    }

    .contact1 .wrap .cut .list .num {
        font-size: 9px;
        margin: 0 0 0 5px;
        top: -6px
    }

    .contact1 .wrap .content .flex .item {
        padding: 30px 0 30px 0;
        flex-direction: column;
        align-items: unset
    }

    .contact1 .wrap .content .flex .item .p1 {
        font-size: 21px;
        width: 100%
    }

    .contact1 .wrap .content .flex .item .text:nth-child(2) {
        width: 100%;
        margin: 20px 0 0 0
    }

    .contact1 .wrap .content .flex .item .text:last-child {
        margin: 15px 0 0 0
    }

    .contact1 .wrap .content .flex .item .text .p1 {
        font-size: 12px;
        margin: 0 0 5px
    }

    .contact1 .wrap .content .flex .item .text .p2 {
        font-size: 15px
    }

    .contact1 .wrap .content .flex .item .text .p3 {
        font-size: 14px
    }

    .contact1 .wrap .content .more {
        margin: 40px auto 0;
        width: 120px;
        height: 40px;
        border-radius: 25px;
        font-size: 12px
    }

    .contact1 {
        padding: 50px 0 70px
    }

    .contact2 .bottom {
        padding: 70px 0
    }

    .contact2 .bottom .joke {
        width: 90%;
        flex-direction: column
    }

    .contact2 .bottom .joke .l .p1 {
        font-size: 22px;
        margin: 0 0 10px
    }

    .contact2 .bottom .joke .l .p2 {
        font-size: 12px
    }

    .contact2 .bottom .joke .r {
        width: 100%;
        margin: 25px 0 0 0
    }

    .contact2 .bottom .joke .r .item {
        width: 100%;
        height: 55px;
        border-radius: 7px;
        padding: 0px 20px
    }

    .contact2 .bottom .joke .r .item .show{
        padding: 0px 20px;
    }
    .contact2 .bottom .joke .r .item .show .iconfont{
        font-size: 16px;
    }
    .contact2 .bottom .joke .r .item .show p{
        font-size: 12px;
    }
    .contact2 .bottom .joke .r .down_pull .pull p{
        font-size: 12px!important;
        height: 40px;
        padding: 0 0 0 10px;

    }

    .contact2 .bottom .joke .r .item input, .contact2 .bottom .joke .r .item textarea, .contact2 .bottom .joke .r .item .if p {
        font-size: 13px
    }

    .contact2 .bottom .joke .r .item .if {
        left: 20px
    }

    .contact2 .bottom .joke .r .item .if span {
        font-size: 12px;
        left: -7px;
        top: 13px
    }

    .contact2 .bottom .joke .r .item:not(:last-child) {
        margin: 0 0 15px
    }

    .contact2 .bottom .joke .r .item.textarea {
        height: 160px
    }

    .contact2 .bottom .joke .r .item textarea {
        padding: 20px 0
    }

    .contact2 .bottom .joke .r .item.textarea .if {
        padding: 20px 0
    }

    .contact2 .bottom .joke .r .button {
        margin: 22px 0 0 0;
        gap: 0 15px
    }

    .contact2 .bottom .joke .r .button .list {
        width: 110px;
        height: 40px;
        font-size: 13px
    }
}
