.contact {
    padding: 0 1.6rem 0;
    height: 12.2rem;
    background: #f3f3f3 url('../img/bgwh.png') no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    font-family: Poppins, Poppins;
}

.contact .act-top {
    display: flex;
    transform: translateY(-2.25rem);
}

.contact .act-top .act-left {
    width: 7.1rem;
    height: 5.8rem;
    box-sizing: border-box;
    background: #191919;
    padding-left: 0.8rem;
}

.act-title {
    font-weight: bold;
    font-size: 0.36rem;
    color: #FFFFFF;
    margin-top: 0.64rem;
}

.act-border {
    width: 0.45rem;
    height: 0.02rem;
    background: #777777;
    margin: 0.15rem 0 0.5rem;
}

.act-top .act-left .act-con {
    box-sizing: border-box;
}

.act-left .act-con .act-icon {
    display: flex;
    align-items: center;
    height: 0.35rem;
    box-sizing: border-box;
    margin-bottom: 0.2rem;
}

.act-con .act-icon img:nth-child(1) {
    width: 0.35rem;
    height: 0.35rem;
}

.act-con .act-icon span:nth-child(2) {
    font-size: 0.16rem;
    color: #ADAFB0;
    line-height: 0.43rem;
    margin: 0 0.14rem;
}

.act-con .act-icon span:nth-child(3) {
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.43rem;
}

.act-left .act-active {
    font-size: 0.16rem;
    color: #ADAFB0;
    line-height: 0.43rem;
    margin-top: 0.4rem;
    margin-bottom: 0.15rem;
}

.act-top .act-left .bottom {
    display: flex;
    box-sizing: border-box;
}

.act-top .act-left .bottom img {
    width: 0.35rem;
    height: 0.35rem;
    margin-right: 0.14rem;
    cursor: pointer;
    border-radius: 5px 5px 5px 5px;
    border: 0.01rem solid #D2D2D2;
}

.contact .act-top .map {
    width: 8.9rem;
    height: 5.8rem;
}

.contact .act-bottom {
    display: flex;
    width: 100%;
    background-color: #E4E4E4;
    padding-left: 0.8rem;
    margin-bottom: 1.4rem
}

.tit {
    margin-top: 0;
    padding-top: 0.7rem;
    color: #333333;
}

.contact .act-bottom {
    box-sizing: border-box;
    margin-top: -1.24rem;
}

.contact .act-bottom .act-text {
    width: 5.2rem;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.3rem;

}

.bot-right {
    padding-top: 0.7rem;
    margin-left: 1.63rem;
}

.bot-right .bot-input {
    display: flex;
    justify-content: space-between;
    width: 7.2rem;
    box-sizing: border-box;
    margin-bottom: 0.3rem;
}

.bot-right .bot-input input {
    width: 3.5rem;
    height: 0.5rem;
    background: rgba(255, 255, 255, 0.38);
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid #FFFFFF;
    padding: 0.15rem 0.1rem;
    box-sizing: border-box;
    outline: none;
    font-size: 0.14rem;
    color: #ADAFB0;
}

.bot-right textarea {
    font-family: Poppins, Poppins;
    width: 7.2rem;
    height: 1.84rem;
    background: rgba(255, 255, 255, 0.38);
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid #FFFFFF;
    padding: 0.15rem 0.1rem;
    box-sizing: border-box;
    outline: none;
    resize: none;
    font-size: 0.14rem;
    color: #ADAFB0;
    font-family: Poppins, Poppins;
}

/*.textareaCon{*/
/*    position: relative;*/
/*}*/

/*.textareaCon .textareaConTex{*/
/*    position: absolute;*/
/*    top: 0.15rem;*/
/*    left: 0.1rem;*/
/*    font-family: Poppins, Poppins;*/
/*    font-size: 0.14rem;*/
/*    color: #ADAFB0;*/
/*}*/

/*.textareaCon .textareaConTex span{*/
/*    color: #f00;*/
/*}*/


.bot-right .bot-btn {
    display: block;
    width: 2.12rem;
    height: 0.5rem;
    background: #191919;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.5rem;
    text-align: center;
    margin-bottom: 0.94rem;
}