.section {
    width: 100%;
    height: 100vh;
    background: #fff;
}
.section .warp{
    width: 100%;
    height: 100%;
}
.section .warp .map{
    width: 100%;
    height: 50%;
    background: #000;
}
.section .warp .bottom{
    width: 1535px;
    margin: auto;
    height: 50%;
    overflow: hidden;
    position: relative;
    left: 5%;
    display: flex;
    justify-content: space-between;
}
.section .warp .bottom .text{
    position: relative;
    overflow: hidden;
}
.section .warp .bottom .text span{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #242424;
    margin-bottom: 41px;
    margin-top: 50px;
}
.section .warp .bottom .text p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #737373;
    line-height: 27px;
}
.section .warp .bottom .text p strong{
    font-size: 21px;
    color: #E60012;
}
.section .warp .bottom .text img{
    width: 82px;
    height: 82px;
    margin-top: 24px;
    margin-bottom: 89px;
}
.section .warp .bottom .text a{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #535353;
    margin-bottom: 15px;
    display: block;
    transition: 0.6s;
}
.section .warp .bottom .text a:hover{
    color: #E60012;
}
.section .warp .bottom .leave{
    margin-top: 50px;
}
.section .warp .bottom .leave span{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #1D191A;
    margin-bottom: 48px;
}
.section .warp .bottom .leave div{
    margin-bottom: 46px;
}
.section .warp .bottom .leave div input{
    width: 341px;
    border-bottom: 1px solid #E8E8E8;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    padding-bottom: 26px;
}
.section .warp .bottom .leave div input:first-child{
    margin-right: 71px;
}
.section .warp .bottom .leave div:last-child input{
    width: 752px;
}
.section .warp .map{
    position: relative;
}
.section .warp .map #allmap{
    width: 100%;
    height: 100%;
    /*filter: brightness(0.2);*/
}
.section .warp .map .text{
    position: absolute;
    top: 145px;
    left: 300px;
}
.section .warp .map .text p{
    font-size: 12px;
    font-family: Nexa Text-Trial;
    font-weight: normal;
    color: #FFFFFF;
}
.section .warp .map .text span {
    margin-top: 21px;
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}


@media screen and (max-width: 1700px) {
    .section .warp .bottom{
        width: 80%;
    }
    .section .warp .bottom .text span{
        font-size: 22px;
    }
    .section .warp .bottom .text p{
        font-size: 12px;
    }
    .section .warp .bottom .leave div input{
        width: 258px;
    }
    .section .warp .bottom .leave span{
        margin-bottom: 38px;
    }
    .section .warp .bottom .leave div{
        margin-bottom: 30px;
    }
    .section .warp .bottom .leave .skip a{
        font-size: 13px!important;
    }
    .section .warp .bottom .text{
        margin-top: 20px!important;
    }
    .section .warp .bottom .leave{
        margin-top: 20px;
    }
    .section .warp .bottom .text span{
        margin-top: 0!important;
    }
}

@media screen and (max-width: 768px) {
    .section{
        height: auto;
    }
    .section .warp .map{
        height: 400px;
    }
    .section .warp .map .text{
        left: 6%;
        top: 40px;
    }
    .section .warp .map .text span{
        margin-top: 15px;
        font-size: 28px;
    }
    .section .warp .bottom{
        left: 0;
        width: 88%;
        height: auto;
        flex-direction: column;
    }
    .section .warp .bottom .text{
        opacity: 1!important;
        top: 0!important;
        transition-delay: unset;
        margin-top: 20px!important;
        height: auto!important;
    }
    .section .warp .bottom .leave{
        opacity: 1!important;
        top: 0!important;
        transition-delay: unset;
    }
    .section .warp .bottom .text span{
        margin-bottom: 15px;
    }
    .section .warp .bottom .leave div input{
        width: 100%;
        font-size: 12px;
    }
    .section .warp .bottom .leave div input{
        margin-bottom: 25px;
    }
    .section .warp .bottom .leave div{
        margin-bottom: 0;
    }
    .section .warp .bottom .leave div input::placeholder{
        font-size: 12px;
    }
    .section .warp .bottom .leave .skip{
        text-align: left!important;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .section .warp .bottom .leave .skip a{
        font-size: 12px;
        margin-bottom: 0!important;
        line-height: 30px;
    }
    .section .warp .content .item .images{
        width: 100%;
        height: auto;
    }
    .section .warp{
        margin-top: 80px;
    }
}


@media screen and (max-width: 1600px) {
    .section .warp .bottom{
        height: 58%;
    }
    .section .warp .bottom .leave span{
        margin-bottom: 18px;
    }
    .section .warp .bottom .leave div input{
        padding-bottom: 16px;
    }
    .section .warp .bottom .leave {
        margin-top: 35px;
    }
    .section .warp .bottom .text{
        margin-top: 35px!important;
    }
    .section .warp .bottom .leave .submit{
        width: 83px!important;
        height: 32px!important;
    }
    .section .warp .bottom .text span{
        margin-top: 0!important;
        margin-bottom: 16px;
    }
    .section .warp .bottom .leave .skip a{
        font-size: 12px;
    }
    .section .warp .map{
        height: 42%;
    }
}