.contact{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.contact .background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.contact .wrap{
    width: 1398px;
    margin: 167px auto 100px;
}
.contact .wrap .title span{
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}
.contact .wrap .title .line{
    margin: 49px 0 0 0;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.1);
    position: relative;
}
.contact .wrap .title .line:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 1px;
    background: #FFFFFF;
}
.contact .wrap .title .line:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 1px;
    background: #FFFFFF;
}
.contact .wrap .content{
    margin: 124px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.contact .wrap .content .information{
    width: 340px;
}
.contact .wrap .content .information h1{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.contact .wrap .content .information .go{
    margin: 57px 0 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 43px 0 32px;
    width: 340px;
    height: 54px;
    background: rgba(255,255,255,0.09);
    border-radius: 27px;
    position: relative;
    overflow: hidden;
}
.contact .wrap .content .information .go:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(2, 116, 213, 1);
    transform: translateX(-100%);
    transition: 0.8s;
    z-index: -1;
}
.information .go div{
    display: flex;
    align-items: center;
}
.information .go div .iconfont{
    color: rgba(2, 116, 213, 1);
    font-size: 20px;
    margin: 0 13px 0 0;
    transition: 0.8s;
}
.information .go div p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
    opacity: 0.2;
    transition: 0.8s;
}
.information .go > .iconfont{
    font-size: 15px;
    color: #525050;
    transition: 0.8s;
}

.contact .wrap .content .information .go:hover:after{
    transform: translateX(0);
}
.contact .wrap .content .information .go:hover div .iconfont{
    color: #fff;
}
.contact .wrap .content .information .go:hover div p{
    opacity: 0.5;
}
.contact .wrap .content .information .go:hover > .iconfont{
    color: #fff;
}
.contact .wrap .content .information .address{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #ADAFAA;
}
.contact .wrap .content .information .line{
    margin: 66px 0 25px 0;
    width: 36px;
    height: 1px;
    background: #fff;
    position: relative;
}
.contact .wrap .content .information .line:after{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 1px;
    background: #1c1c1d;
}
.contact .wrap .content .information .message p{
    font-size: 16px;
    font-family: MagistralC;
    font-weight: 400;
    color: #797979;
    line-height: 34px;
}
.contact .wrap .content form{
    width: 734px;
}
.contact .wrap .content form .import {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact .wrap .content form .import .item{
    width: 343px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    padding: 0 0 5px 0;
    margin: 0 0 60px 0;
}
.contact .wrap .content form .import .item:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition: 0.6s;
    opacity: 0;
}
.contact .wrap .content form .import .item:before{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition: 0.6s;
    opacity: 0;
}
.contact .wrap .content form .import .item p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #ADAFAA;
    opacity: 0.5;
    position: absolute;
    top: 16px;
    left: 0;
    transition: 0.5s;
    pointer-events: none;
}
.contact .wrap .content form .import .item input{
    width: 100%;
    height: 50px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
}

.contact .wrap .content form .import .item.on p{
    transform: translateY(-27px);
    opacity: 1;
}
.contact .wrap .content form .import .item.on:after,.contact .wrap .content form .import .item.on:before{
    width: 20px;
    opacity: 1;
}
.contact .wrap .content form .import .item.message{
    width: 100%;
}
.contact .wrap .content form .import .item.message textarea{
    width: 100%;
    height: 70px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
}
.contact .wrap .content form .import .item.message p{
    top: 0;
}
.contact .wrap .content form button{
    width: 165px;
    height: 62px;
    border: 1px solid rgba(255,255,255,0.71);
    border-radius: 31px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.contact .wrap .content form button .iconfont{
    color: rgba(89, 89, 89, 1);
    font-size: 22px;
    margin: 0 17px 0 0;
    transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.contact .wrap .content form button p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #ADAFAA;
}

.contact .wrap .content form button:hover{
    background: rgba(2, 116, 213, 1);
    border: 1px solid transparent;
    transform: translateY(-5px);
}

.contact .wrap .content form button:hover .iconfont{
    color: #fff;
}

.contact_link{
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    background: #060606;
}
.contact_link .wrap{
    width: 1398px;
    height: 105px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact_link .wrap > div{
    display: flex;
    align-items: center;
}
.contact_link .wrap > div a{
    font-size: 16px;
    font-family: MagistralC;
    font-weight: 400;
    color: #ADAFAA;
    opacity: 0.3;
    transition: 0.8s;
}
.contact_link .wrap > div a:hover{
    opacity: 1;
}
.contact_link .wrap > div .friendship{
    display: flex;
    align-items: center;
    margin: 0 0 0 45px;
}
.contact_link .wrap > div .friendship p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #ADAFAA;
    opacity: 0.3;
    margin: 0 7px 0 0;
}
.contact_link .wrap > div .friendship .iconfont{
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #ADAFAA;
    opacity: 0.3;
    transform: rotate(90deg);
}
.contact_link .wrap > a{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #ADAFAA;
    opacity: 0.3;
    transition: 0.8s;
}
.contact_link .wrap > a:hover{
    opacity: 1;
}
@media screen and (max-width: 1600px) {
    .contact .wrap{
        max-width: 90%;
    }
}
@media screen and (max-width: 1460px) {
    .contact .wrap .content form {
        width: 56%;
    }
    .contact .wrap .content form .import .item{
        width: 46%;
    }
}
/* mobile */
@media screen and (max-width: 1270px) {
    .contact .wrap {
        margin: 54px auto 69px;
    }
    .contact .wrap .title span{
        font-size: 26px;
    }
    .contact .wrap .title .line {
        margin: 30px 0 0 0;
    }
    .contact .wrap .content {
        margin: 40px 0 0 0;
        flex-direction: column;
    }
    .contact .wrap .content .information{
        width: 100%;
    }
    .contact .wrap .content .information h1{
        font-size: 20px;
    }
    .contact .wrap .content .information .go{
        width: 290px;
    }
    .contact .wrap .content .information .address{
        font-size: 15px;
    }
    .contact .wrap .content .information .go {
        margin: 45px 0 30px 0;
    }
    .contact .wrap .content .information .message p{
        font-size: 15px;
    }
    .contact .wrap .content .information .line {
        margin: 42px 0 25px 0;
    }
    .contact .wrap .content form{
        width: 100%;
        margin: 50px 0 0 0;
    }
    .contact .wrap .content form .import .item{
        width: 100%;
        margin: 0 0 30px 0;
    }
    .contact .wrap .content form .import .item.message{
        margin: 30px 0 0 0;
    }
    .contact .wrap .content form button {
        width: 143px;
        height: 55px;
        margin: 30px 0 0 0;
    }
    .contact_link{
        padding: 0 5%;
    }
    .contact_link .wrap{
        width: 100%;
        flex-direction: column;
        padding: 30px 0;
        height: auto;
        align-items: unset;
    }
    .contact_link .wrap > div{
        flex-direction: column;
        align-items: unset;
    }
    .contact_link .wrap > div a{
        margin: 0!important;
        line-height: 25px;
        font-size: 12px;
    }
    .contact_link .wrap > a{
        font-size: 12px;
    }
    .contact_link .wrap > div .friendship{
        display: none;
    }
}
@media screen and (max-width: 540px) {

}
