/* ========= 桌面电脑布局: 769px 至最高 1232px。样式继承自: 移动设备布局和平板电脑布局。 ========= */
@media only screen and (min-width: 1281px) {

	/*  .qrcode 二维码区域  */
/*  .qrcode 二维码区域  */
#header .qrcode{
    display:block;
}

section .productClass .title{ margin-left:33.50%; } 

/* 产品列表页 */
section .productList .product .title{ font-size:1em; }
section .productList .product img{  }


/* 产品描述 */ 
#main2 div table tr{ font-size:0.875em; }
#main2 div .className{ width:10%; }
#main2 div .className-2{ width:10%; }





}