.section1 .wrap {
    margin: 70px auto 0;
    width: calc(1600px + 4.375rem);
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
    max-width: 100%;
}

.section1 .wrap .top {
    height: 500px;
    overflow: hidden;
}

.section1 .wrap .top img {
    width: 100%;
    height: 100%;
}

.section1 .wrap .bottom {
    display: flex;
    justify-content: space-between;
}

.section1 .wrap .bottom .left {
    /* width: 1200px; */
    flex: 1;
    border-radius: 10px;
    border: 1px solid #fff;
    padding: 40px;
    /* box-shadow: 0px 10px 19.11px 1.89px rgba(255, 255, 255, 0.2); */
}

.section1 .wrap .bottom .left .title h3 {
    font-size: 32px;
    line-height: 1.6;
    font-weight: bold;
    color: #fff;
    margin: 10px 0 40px;
    text-align: center;
    position: relative;
}

.section1 .wrap .bottom .left .main p {
    font-size: 16px;
    color: #ddd;
    line-height: 28px;
    margin: 4px 0 14px;
}

.section1 .wrap .bottom .left .main p img {
    width: 100%;
    height: auto;
    margin: 50px 0;
}

.section1 .wrap .bottom .right {
    width: 340px;
    position: sticky;
    height: fit-content;
    top: 100px;
    margin-left: 30px;
    padding: 20px 15px;
    border-radius: 10px;
    border: 1px solid #fff;
}

.section1 .wrap .bottom .right .title h3 {
    font-size: 28px;
    font-weight: 700;
}

.section1 .wrap .bottom .right .main {
    margin-top: 20px;
}

.section1 .wrap .bottom .right .main .list .item:not(:last-child) {
    margin-bottom: 10px;
}

.section1 .wrap .bottom .right .main .list .item .key {
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
}

.section1 .wrap .bottom .right .main .list .item .value {
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.section1 .wrap .bottom .right .main .list .item .value textarea,
.section1 .wrap .bottom .right .main .list .item .value input {
    width: 100%;
    background-color: transparent;
    color: #fff;
    border: none !important;
    outline: none !important;
    padding-left: 10px;
}

.section1 .wrap .bottom .right .main .list .item .value textarea {
    height: 120px;
}

.section1 .wrap .bottom .right .main button {
    margin-top: 20px;
    width: 148px;
    height: 48px;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    border: 1px solid #fff;
    background-color: transparent;
    transition: all .6s;
}

.section1 .wrap .bottom .right .main button:hover {
    background-color: #fff;
    color: #111;
    transform: translateX(20px);
}

.section1 .wrap .bottom .left .main h1 {
    font-size: 2.5rem;
    margin: 10px 0;

}

.section1 .wrap .bottom .left .main h2 {
    font-size: 2rem;
    margin: 10px 0;
}

.section1 .wrap .bottom .left .main table {
    margin-bottom: 10px;
}

.section1 .wrap .bottom .left .main table td {
    padding: 0 10px;
}

@media screen and (max-width: 1680px) {
    .section1 .wrap .bottom .left .main h1 {
        font-size: 30px;
    }

    .section1 .wrap .bottom .left .main h2 {
        font-size: 22px;
        line-height: 1.6;
    }

    .content-block+.content-block {
        margin-top: 3.5rem;
    }

    .section1 .wrap .bottom .right .title h3 {
        font-size: 24px;
    }

    .section1 .wrap .bottom .right {
        width: 300px;
    }

    .section1 .wrap .bottom .right .main .list .item .key {
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .section1 .wrap .bottom {
        flex-direction: column;
    }

    .section1 .wrap .bottom .right {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
        padding: 30px;
    }

    .section1 .wrap .bottom .left {
        padding: 30px;
    }

    .section1 .wrap .bottom .left .title h3 {
        font-size: 28px;
    }

    .section1 .wrap .bottom .left .main p {
        font-size: 14px;
        line-height: 2;
    }

    .section1 .wrap .bottom .left .main h1 {
        font-size: 24px;
    }

    .section1 .wrap .bottom .left .main h2 {
        font-size: 18px;
    }
    .section1 .wrap .bottom .left .main table{
        width: 100%;
        display: block;
        overflow-x: auto;
    }
    .section1 .wrap .bottom .left .main table tbody{
        width: max-content;
        display: inline-table;
    }
    .section1 .wrap .bottom .left .main table p{
        white-space: nowrap;
    }
}
@media screen and (max-width: 767px) {
    .section1 .wrap .bottom .right,
    .section1 .wrap .bottom .left{
        padding:30px 0;
    }
    .section1 .wrap{
        padding-left: 1.5625rem;
        padding-right: 1.5625rem;
    }
    .section1 .wrap .bottom .right,
    .section1 .wrap .bottom .left{
        border: none;
    }
    .section1 .wrap .bottom .right{
        border-radius: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .section1 .wrap .bottom .left .title h3 {
        font-size: 24px;
    }
    .section1 .wrap{
        margin-top: 20px;
    }
    .section1 .wrap .bottom .right .main .list .item .value input{
        height: 30px;
    }
    .section1 .wrap .bottom .right .main button:hover{
        transform: none;
    }
}
