@charset "utf-8";
/* CSS Document*/


/*首页自适配样式*/
@media only screen and (max-width: 1100px) {

#pqb,#pqb1,#pqb2{display: none;}

}
@media only screen and (max-width: 800px) {
 .Voice-Voicer-Container{display: none !important;}
}
@media only screen and (max-width: 320px) {

}
/*首页自适配样式*/