.home-product-list-box{
    margin-top: 10px;
    display: block;
    padding: 0 10px 0 10px;
    background: #fff;
}
.product-list-header {
    display: block;
    width: 80%;
    height: 40px;
    margin: 0 auto;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    margin-top: 10px;
}
.home-product-list-box .product-list-header a{
    display: inline-block;
    position: relative;
    width: 25%;
    text-align: center;
    color: #000;
    font-size: 13px;
    white-space: nowrap;
    float: left;
    height:40px;
    line-height: 40px;
}
.product-list-nav-active {
    background: #fd9729;
    color: #fff !important;
    border-radius: 5px;
}
.product-list-content {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 10px;
    text-align:center;
}
.product-list-modal {
    display: inline-block;
    width: 48%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 2%;
    margin-bottom: 2%;
}
.product-list-modal:nth-child(2n){
    margin-right:0;
}
.product-list-modal-image {
    display: block;
    width: 100%;
    height: 27vw;
    max-height: 200px;
}
.product-list-modal-tip{
    width: 100%;
    height: 20px;
    line-height:20px;
    color: #fff;
    padding: 5px;
    font-size: 13px;
    background: #3e3e3e;
    text-align: center;
}
.ad-box-image, .ad-box-image img {
    display: block;
    width: 100%;
}
.container_level {
    overflow: hidden;
    background: #eee;
    max-width: 700px;
    margin: 0 auto;
}

.floor-common-title { text-align: center;padding:15px 0; }
.floor-common-title a { text-decoration: none; -webkit-tap-highlight-color:transparent }
.floor-common-title p { margin: auto; font-size: 17px; color: #323232; }
.floor-common-title p:before { content: ""; width: 25px; height: 1px; background: #6b9d6b; display: inline-block; vertical-align: middle; margin-right: 15px; }
.floor-common-title p:after { content: ""; width: 25px; height: 1px; background: #6b9d6b; display: inline-block; vertical-align: middle; margin-left: 15px; }
.floor-common-title span { font-size: 12px; color: #999; }