/* banner */
.banner_1{
    height: 5.8rem;
}
.banner_1 img{
    height: 100%;
    object-fit: cover;
}

/* 投资者联系 */
.tzzgx{
    height: 7.94rem;
    background: url(../images/tzzgx/bg_1.png) no-repeat;
    overflow: hidden;
}
.showPic{
    width: 9.96rem;
    height: 6.54rem;
    margin: 0.44rem auto 0;
    position: relative;
}
.showPic img{
    width: 100%;
    height: 100%;
    display: block;
}
.showPic img:nth-child(2){
    width: 4.32rem;
    height: 0.8rem;
    display: block;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%,0);
}
.showPic .info_1{
    font-family: MicrosoftYaHei;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.31rem;
}
.showPic .info_1:nth-child(3){
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,0);
}
.showPic .info_1:nth-child(4){
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,0);
}

/* 向氏药坊总部 */
.yfzb{
    height: 8.62rem;
    background: url(../images/tzzgx/bg_2.png) no-repeat;
    overflow: hidden;
}
.yfzbBox{
    width: 15.99rem;
    margin: 1.37rem auto 0;
    display: flex;
}
.yfzb-l{
    width: 6.98rem;
    height: 5.9rem;
    background: #f6f6f6;
    box-shadow: 0rem 0rem 0.27rem 0rem rgba(210,210,210,0.31);
    padding: 1.07rem 0 1.65rem 0.5rem;
}
.title{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 0.38rem;
    color: #917951;
    line-height: 0.5rem;
}
.yfzb-l .line{
    width: 5.56rem;
    height: 0.1rem;
    display: block;
    margin-top: 0.52rem;
    margin-bottom: 0.56rem;
}
.yfzb-l .iconBox{
    /* width: 5.56rem; */
    height: 0.24rem;
    display: flex;
    margin-bottom: 0.4rem;
}
.yfzb-l .iconBox .icon_1{
    width: 0.2rem;
    height: 0.2rem;
    display: block;
    margin-right: 0.2rem;
}
.yfzb-l .iconBox .name_2{
    font-family: MicrosoftYaHei;
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.24rem;
}

.yfzb-r{
    width: 9.01rem;
    height: 5.9rem;
}
.yfzb-r img{
    width: 100%;
    height: 100%;
    display: block;
}

/* 在线留言 */
.zxly{
    height: 8.27rem;
    background: url(../images/tzzgx/bg_3.png) no-repeat;
    overflow: hidden;
}
.zxlyBox{
    width: 15.99rem;
    height: 6.12rem;
    margin: 1.2rem auto 0;
    display: flex;
    justify-content: space-between;
}
.zxlyBox-l{
    width: 7.48rem;
    height: 6.12rem;
}
.zxlyBox-l img{
    width: 100%;
    height: 100%;
    display: block;
}
.zxlyBox-r{
    width: 6.2rem;
}
.inputTile{
    font-family: MicrosoftYaHei;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.21rem;
    margin-top: 0.2rem;
}
em{
    color: red;
}
.kuang_1{
    width: 6.2rem;
    height: 0.4rem;
    background: #FFFFFF;
    border: 0.01rem solid #979797;
    margin-top: 0.1rem;
    font-family: MicrosoftYaHei;
    font-size: 0.16rem;
    color: #000;
    line-height: 0.21rem;
}
.kuang_2{
    height: 0.84rem;
    padding-top: 0.1rem;
}
.submit{
    width: 2rem;
    height: 0.6rem;
    background: #917951;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 0.6rem;
    text-align: center;
    margin-top: 0.5rem;
}





@media only screen and (max-width: 768px) {
.banner_1 {
    height: 3.41rem;
}
.showPic{
    width: 6.96rem;
    height: 4.54rem;
}
.tzzgx{
        height: 5.94rem;
}
.yfzbBox {
    width: 6.99rem;
    flex-wrap: wrap;
}
.yfzb{
    height: 13.62rem;
}
.yfzb-r {
    width: 6.99rem;
    height: 5.9rem;
}
.zxly{
        height: 14.27rem;
}
.zxlyBox{
        width: 6.99rem;
        flex-wrap: wrap;
}
}