@font-face {
    font-family: 'p';
    src : url('../fonts/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'pb';
    src : url('../fonts/Poppins-Bold.ttf');
}
body{
        font-family: p;
}
.ContactUsBox{
    /* overflow: scroll; */
}
.ContactUsBox_content_img{
    width: 100%;
    height: 6.49rem;
    background-image: url('../img/contactUs.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ContactUsBox_body{
    width: 100%;
    height: 7rem;
    background: #fff;
    position: relative;
}
.ContactUsBox_bodyC{
    position: absolute;
    top: -.76rem;
    left: 50%;
    transform: translate(-50%, 0);
}
.ContactUsBox_bodyC_Top{
    width: 13.95rem;
    height: 7rem;
    background: #ffffff;
    border-radius: .2rem;
    display: flex;
    justify-content: center;
}
.ContactUsBox_bodyC_Toptext{
    font-size: .20rem;
    color: #666666;
    word-wrap: break-word;
    width: 11.32rem;
    margin-top: 1.05rem;
}
.ContactUsBox_bodyC_TopUl{
    width: 100%;
    display: flex;
    justify-content:space-between;
    align-items: center;
    margin-top: 0.6rem;
}
.ContactUsBox_bodyC_TopLi{
    width: 3.8rem; margin-left: 0.1rem; margin-right: 0.1rem;
    cursor: pointer;
    padding: .5rem 0; height: 3rem;
 background: #f5f5f5;
}

.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: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ContactUsBox_bodyC_TopLi_icon>img{
    width: 1.12rem;
    height:1.12rem;
}
.ContactUsBox_bodyC_Bottom{
    /* width: 13.95rem; */
    height: 7.78rem;
    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;
}
.inputStyle{
    background: none;
    border: 0.01rem solid #8eadd5;
    height:.6rem;
    padding: 0 0 0 .16rem;
}
.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: .24rem;
    text-align: center;
    line-height: .6rem;
}
.inputStyle::placeholder{
    color: #ffffff;
}
.inputStyle1::placeholder{
    color: #ffffff;
}
.inputStyle[type=text]:focus{
    outline: none;
}
.inputStyle1:focus{
    outline: none;
}
