@media screen and (min-width:320px) and (max-width:1024px) {
.content {
  width: 100%;
}
.relation {
    padding: 0.3rem;
	margin-top: 20px
}
.relation .info {
    width: 100%;
    height: 3.9rem;
    background: url(/img/relationBg.766e8d05.png);
    background-size: 100%;
    padding: 0.25rem 0.15rem 0 0.15rem;
    margin-bottom: 0.55rem;
    color: #fff;
}
.relation .info .name {
    font-size: .34rem;
    font-weight: 600;
}
.relation .info .phoneBox {
    font-size: .24rem;
    height: 0.6rem;
    line-height: .6rem;
    border: 1px solid #8a8b8c;
    border-left: none;
    border-right: none;
    margin: 0.15rem 0;
}
.relation .info .text {
    font-size: .24rem;
    margin-bottom: 0.05rem;
}
.relation .consult {
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 20%);
    padding-left: 0.4rem;
    margin-bottom: 0.3rem;
}
.relation .consult img {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 1.25rem;
    margin-bottom: 80px;
}
.relation .consult>div:nth-child(2) p:first-child {
    font-size: .24rem;
	display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.relation .consult>div:nth-child(2) {
    padding-top: 0.15rem;
}
.relation .consult>div {
    display: inline-block;
}
.relation .consult>div:nth-child(3) {
    width: 0.6rem;
    height: 0.6rem;
    border: 1px solid #eee;
    border-radius: 50%;
    float: right;
    margin-right: 0.55rem;
    font-size: .28rem;
    text-align: center;
    line-height: .6rem;
    margin-top: 0.58rem;
}
.content .relation .consult > div:nth-child(2) p:nth-child(2) {
  font-size: .3rem;
  font-weight: 600;
}

#header{
    display: none;
}
.bannerBox{
    display: none;
}
.contactus1{
    display: none;
}
#footer{
    display: none;
}

.myHead{
    display: block;
}
.btn3{
    display: block;
}
.relation{
    display: block;
}

}