.contact{
    width: 100%;
    height: 879px;
    position: relative;
}
.contact #container{
    width: 100%;
    height: 100%;
}
.contact .circle{
    width: 15px;
    height: 15px;
    background: #333333;
    border-radius: 50%;
    position: relative;
}
.contact .circle:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: #333333;
    opacity: 0.5;
    border-radius: 50%;
    animation: 1.4s scale linear infinite;
    animation-delay: 600ms;
    z-index: 0;
}
.contact .circle:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: #333333;
    opacity: 0.5;
    border-radius: 50%;
    animation: 1.4s scale linear infinite;
    animation-delay: 200ms;
    z-index: 0;
}
.contact .circle .three{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: #333333;
    opacity: 0.5;
    border-radius: 50%;
    animation: 1.4s scale linear infinite;
    animation-delay: 1000ms;
    z-index: 0;
}
@keyframes scale {
    100% {
        transform: translate(-50%, -50%) scale(5);
        opacity: 0;
    }
}
.BMapLabel{
    border: 1px solid transparent!important;
    background: transparent !important;
    pointer-events: none;
}
.contact .text{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 961px;
    height: 428px;
    background: #F7F7F7;
    padding: 137px 218px 50px 218px;
}
.contact .text span{
    font-size: 20px;
    font-family: Source Han Sans CN M;
    font-weight: 500;
    color: #333333;
    margin: 0 0 67px 0;
    display: block;
}
.contact .text p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}
.leave{
    width: 100%;
    overflow: hidden;
}
.leave .wrap{
    width: 1532px;
    margin: 105px auto 35px;
}
.leave .wrap .title{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    text-align: center;
}
.leave .wrap .content {
    margin: 82px 0 0 0;
}
.leave .wrap .content .flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.leave .wrap .content input{
    width: 702px;
    padding: 0 14px 18px 14px;
    border: 1px solid transparent;
    border-bottom: 1px solid rgba(51, 51, 51, 0.16);
    margin: 0 0 60px 0;
}
.leave .wrap .content .width input,.leave .wrap .content .width{
    width: 100%;
}
.leave .wrap .content button{
    width: 120px;
    height: 40px;
    background: #666666;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 80px auto 0;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}
@media screen and (max-width: 2560px){
	
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
	
}

@media screen and (max-width: 1792px){

    .leave .wrap {
        margin-top: 70px;
    }
    .contact .text{
        width: 50vw;
        height: auto;
        padding: 100px 150px 50px;
    }
}

@media screen and (max-width: 1680px){
	.leave .wrap{
        width: 90%;
    }
    .leave .wrap .content input {
        width: 47%;
        padding-bottom: 10px;
        padding-left: 10px;
        margin-bottom: 50px;
    }
    .leave .wrap .content button{
        margin-top: 40px;
    }
    .leave .wrap .title {
        font-size: 36px;
    }
    .contact {
        height: 100vh;
    }
    .leave .wrap .content {
        margin: 50px 0 0 0;
    }
}

@media screen and (max-width: 1600px){
	
}

@media screen and (max-width: 1440px){
	.contact .text {
        padding: 60px 100px 50px;
    }
    .contact .text span {
        margin-bottom: 40px;
    }
    .leave .wrap {
        margin-top: 50px;
    }
}

@media screen and (max-width: 1400px){
	
}

@media screen and (max-width: 1366px){
	
}




@media screen and (max-width: 1024px){
    .contact {
        height: 800px;
    }
    .contact .text {
        width: 100%;
        padding: 40px 30px 40px;
    }
    .contact .text span {
        margin-bottom: 30px;
    }
    .leave .wrap .title {
        font-size: 32px;
    }
    .leave .wrap .content input {
        margin-bottom: 40px;
    }
    .leave .wrap{
        width: 100%;
        padding: 0 30px;
    }
}

@media screen and (max-width: 820px){

}


@media screen and (max-width: 768px){
	
}


@media screen and (max-width: 540px){
	.contact {
        height: 650px;
        display: flex;
        flex-direction: column;
        margin-top: 60px;
    }
    .leave .wrap {
        margin-top: 40px;
        padding: 0 20px;
    }
    .contact .text{
        padding: 30px 20px;
    }
    .leave .wrap .content {
        margin: 30px 0 0 0;
    }
    .leave .wrap .content input {
        margin-bottom: 30px;
    }
    .leave .wrap .title {
        font-size: 28px;
    }
    .contact .text{
        position: static;
    }

}


@media screen and (max-width: 414px){
    .contact {
        height: 500px;
    }
    .contact .text span {
        font-size: 18px;
    }
    .leave .wrap .content input {
        width: 100%;
        margin-bottom: 20px;
    }
    .contact .text p {
        font-size: 12px;
    }

}

@media screen and (max-width: 375px){
	
}

@media screen and (max-width: 360px){
	
}




 