#header .qrcode
{
    display: none;
}
section .productList
{
    padding: 1.2% 0 0 0;
    background: none;
}
section .productClass
{
    width: 50%;
    margin: 0 auto 20px auto;
    border-top: 1px solid #ccc;
    text-align: center;
}
section .productList .product .title
{
    position: relative;
    z-index: 99;
    height: 35px;
    line-height: 35px;
    margin-top: -35px;
    text-align: center;
    color: #000;
    background: url(../image/productBg.png);
    overflow: hidden;
}
section .productList .product
{
    margin: 1% 4% 3.5% 4%;
    width: 25.33%;
    height: auto;
    float: left;
    background: none;
}
section .productList .product img
{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.productList h1
{
    margin-bottom: 20px;
}
.productList .albumTab
{
    margin-bottom: 2%;
}
#main1 div
{
    display: none;
}
#main1 div.block
{
    display: block;
}
#menu1
{
    margin-top: 3%;
}
#menu1 li
{
    float: left;
    width: 19%;
    margin: .5%;
    cursor: pointer;
    text-align: center;
}
#menu1 li img
{
    width: 100%;
}
.productList .property
{
    margin-right: 3.125%;
    margin-bottom: 2%;
    height: auto;
    border-top: 3px solid #d1160a;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.productList .property h3
{
    line-height: 40px;
    padding-left: 5%;
    font-weight: bold;
    color: #ff4500;
    background: #f3f3f3;
}
.productList .property span
{
    margin-left: 3%;
}
.productList .property .attribute
{
    padding: 0 4%;
}
.productList .property .attribute dd
{
    margin-top: 2%;
}
.productList .property .attribute table
{
    width: 98%;
    margin: 0 auto;
    padding: 2%;
    border: none;
    background: none;
}
.productList .property .attribute tr
{
    border-top: 1px dashed #ccc;
}
.productList .property .attribute td
{
    padding: 1% 0%;
    text-align: left;
}
.productList .property .attribute td.className
{
    width: 18%;
    text-align: center;
    white-space: nowrap;
}
.productList .describe
{
    width: 97%;
}
.productList .describeTab
{
    width: 97%;
    height: auto;
    margin-bottom: 3%;
    border-top: 1px solid #d1160a;
}
#menu2
{
    padding: 1% 2%;
    margin-bottom: 1%;
    background: #f3f3f3;
}
#menu2 li
{
    float: left;
    margin-right: 2%;
    cursor: pointer;
}
#menu2 li.hover
{
    color: #ff4500;
}
#main2 .block
{
    display: block;
}
#main2 div
{
    min-height: 500px;
    clear: both;
    display: none;
}
#main2 div table
{
    width: 100%;
    border: 1px solid #ccc;
    text-align: center;
    background: #f3f3f3;
}
#main2 div caption
{
    margin-bottom: 1%;
    font-weight: bold;
    font-size: 1em;
}
#main2 div table tr
{
    border-bottom: 1px dashed #ccc;
}
#main2 div table td
{
    padding: .8%;
    border-left: 1px dashed #ccc;
}
#main2 div .className
{
    width: 18%;
    text-align: center;
    background: #ffc;
}
#main2 div .className-2
{
    background: #ffc;
}
section .listGroup
{
    padding-bottom: 10px;
}
section .listGroup li
{
    text-align: center;
    padding: 10px 0;
    margin-bottom: 0;
}
section .listGroup li:hover
{
    background: #ccc;
}
section .listGroup li.name
{
    margin-bottom: 10px;
}
section .listGroup li.name:hover
{
    color: #000;
}