/* Write your styles */

@media screen and (min-width: 767px) and (max-width: 769px){
/* ipadÊúÆÁ*/
#hzhbsb{
height: 820px;
}
.am-tabs-d2 .am-tabs-nav > .am-active a{
line-height: 80px;
}
.am-tabs-d2 .am-tabs-nav a{
line-height: 80px;
}
}

@media screen and (min-width: 1023px) and (max-width: 1025px){
/* ipadºáÆÁ*/
#hzhbsb{
height: 940px;
}
.am-tabs-d2 .am-tabs-nav > .am-active a{
line-height: 80px;
}
.am-tabs-d2 .am-tabs-nav a{
line-height: 80px;
}

}
@media screen and (max-width: 415px){
#hzhbsb{
height: 380px;
}
.am-tabs-d2 .am-tabs-nav > .am-active a{
line-height: 55px;
}
.am-tabs-d2 .am-tabs-nav a{
line-height: 55px;
}
}