/* ========= 桌面电脑布局: 1281px 至最高 1232px。样式继承自: 电脑大屏布局。 ========= */
@media only screen and (min-width: 1281px) {
/*  .qrcode 二维码区域  */
#header .qrcode{
    display:block;
}
.about h1{ width:65px; font-size:2em; }

/* === 品牌标志 === */
.about h5 ul.customer .img img{ height:65px; }
}