
body{
        font-family: p;
}
.ContactUsBox{
    /* overflow: scroll; */
}
.ContactUsBox_content_img{
    width: 100%;
    height: 5.49rem;
    background-image: url('../img/contactUs.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ContactUsBox_content_img>div>div:first-child{
    font-family: pb;
}
.ContactUsBox_content_img>div>div:last-child{
    font-size: .3rem;
    line-height: .45rem;
}
.ContactUsBox_body{
    width: 100%;
    /* height: 15.44rem; */
    background: #fff;
    /* position: relative; */
}
.ContactUsBox_bodyC{
    /* position: absolute;
    top: -.76rem;
    left: 50%;
    transform: translate(-50%, 0); */
}
.ContactUsBox_bodyC_Top{
    /* width: 13.95rem; */
    height: auto;
    background: #ffffff;
    border-radius: .2rem;
    display: flex;
    justify-content: center;
}
.ContactUsBox_bodyC_Toptext{
    font-size: .3rem;
    color: #666666;
    word-wrap: break-word;
    width: 7rem;
    margin: auto;
    margin-top: .8rem;
    line-height: .45rem;
}
.ContactUsBox_bodyC_TopLi_tit{
    font-size: .38rem !important;
}
.ContactUsBox_bodyC_TopLi_msg{
    font-size: .3rem !important;
}
.ContactUsBox_bodyC_TopUl{
    width: 100%;
    /* display: flex; */
    justify-content:space-between;
    align-items: center;
    margin-top: .56rem;
}
.ContactUsBox_bodyC_TopLi{
    width: 7rem;
    cursor: pointer;
    padding: .5rem 0;
    transition: all 0.5s;
    margin: 0 auto;
    background: #f5f5f5;
    margin-bottom: .2rem;
}
.ContactUsBox_bodyC_TopLi:hover {
    animation: scaleAnimation 1s 1;
  }
  @keyframes scaleAnimation {
    0% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.2);
    }

    100% {
      transform: scale(1);
    }
  }
.pointerColor{
    background: #f9c1ac;
    transition: 0.5s;
}
.ContactUsBox_bodyC_TopLi_icon{
    width: 1.12rem;
    height: 1.12rem;
    background-image: linear-gradient(50deg,#f4541a,#fd885b);
    border-radius: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ContactUsBox_bodyC_TopLi_icon>img{
    width: .1.2rem;
    height: 1.2rem;
}


/* //底部联系我们 */
.ContactUsBox_bodyC_Bottom{
    width: 100%;
    height: 11.5rem;
    border-radius: .2rem;
    display: flex;
    justify-content: center;
    background-image: url('../img/contactUs1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.ContactUsBox_bodyC_inputBox{
    /* width: 11.81rem; */
    margin-top: .8rem;
    margin-bottom: .51rem;
    padding: 0 .2rem;
}
.bodyC_inputBoxYd>input:first-child{
    margin-bottom: .1rem;
}
.bodyC_inputBoxYd>input{
     width: 100% !important; 
    /* padding-left: 0; */
}
.ContactUsBox_bodyC_inputBox #dr_liuyan {
    background: transparent;
    border: none;
    border-bottom: 0.01rem solid #5e8dcf;
    color: #ffffff !important;
    height: 1.5rem;
}
.ContactUsBox_bodyC_inputBox #dr_liuyan::placeholder{
    color: #ffffff;
    font-size: .25rem !important;
    font-family: p;
}
.inputStyle{
    background: none;
    border: none;
    border-bottom:  0.01rem solid #8eadd5;
    height:1rem;
    /*padding: 0 0 0 .16rem;*/
    box-sizing: border-box;
}
.inputStyle1{
    width: 100%;
    background: none;
    border: 0.01rem solid #8eadd5;
    height:1.42rem;
    padding: .30rem 0 0 .16rem;
}
.but{
    width: 3.58rem;
    height: .6rem;
    background: #ffffff;
    color: #ff6600;
    font-size: .26rem;
    text-align: center;
    line-height: .6rem;
    border: none;
}

