﻿.pc-style .product-class {
    padding: 10px 20px 20px 20px;
    background: #ffffff;
    margin: 10px 0px;
    border-radius: 12px;
}

.pc-style .product-class .product-class-title {
    position: relative;
    padding: 10px 80px 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
}

.pc-style .product-class .product-class-title .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.pc-style .product-class .product-class-title .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #ff3e3e;
}

.pc-style .product-class .product-class-title .more {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 0px;
}

.pc-style .product-class .product-class-content {}

.pc-style .product-class .product-class-content .nav {
    overflow: hidden;
    margin: 0px -5px;
}

.pc-style .product-class .product-class-content .nav li {
    float: left;
    width: 12.5%;
}

.pc-style .product-class .product-class-content .nav li .tag-name {
    margin:5px;
    display: block;
    cursor: pointer;
    white-space: nowrap;
    padding:5px 10px;
    background-color: #f5f5f5;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    font-size: 15px;
}
.pc-style .product-class .product-class-content .nav li[data-ishot="true"] .tag-name:after{
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/hot.png) right top no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0px;
    top: 0px;
}
.pc-style .product-class .product-class-content .nav li:hover .tag-name {
    background: #f5f5f5;
}

.pc-style .product-class .product-class-content .nav li.selected .tag-name {
    background-color: #ff3300;
    color: #ffffff;
}

.pc-style .product-class .product-class-content .nav li .pop {
    display: none;
}

.pc-style .product-class .product-class-content .nav li label {
    color: #bf6000;
    font-weight: bold;
    display: none;
}

.pc-style .list {
    padding-top: 20px;
}

.pc-style .list h3 {
    display: none;
    background: url(images/idx31.gif) no-repeat 0px center;
    color: #cc4400;
    clear: both;
    margin-top: 10px;
    padding-left: 25px;
}

.pc-style .list h2 {
    position: relative;
    padding: 10px 80px 10px 20px;
    line-height: 20px;
    font-size: 18px;
    color: #333333;
    position: relative;
    display: block;
    font-weight: bold;
    clear: both;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}
.pc-style .list h2:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    width: 6px;
    height: 6px;
    top: 50%;
    margin-top: -5px;
    border: 2px solid #e53737;
    box-shadow: 2px 2px 0px 0px #e53737;
}
.pc-style .list h1 {
    position: relative;
    color: #e53737;
    font-size: 16px;
    font-weight: bold;
    padding:10px 0px 10px 0px;
    clear: both;
}
.pc-style .list h1 a{
    color: #e53737;
}
.pc-style .list h1 .LinkFlag{
    color: #336699;
}
.pc-style .list .SubList::after{
    content: "";
    display:block;
    clear: both;
}
.pc-style .list .Item {
    width: 25%;
    text-align: center;
    float: left;
    height: 32px;
    position: relative;
    z-index: 1;
}
.pc-style .list .NineColumsItem{
    width: 14.2%;
}
.pc-style .list .Item:hover {
    z-index: 1000;
}
.pc-style .list .Item a{
    display: block;
    padding: 2px 2px 5px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 4px;
    font-size: 15px;
    position: relative;
    text-align: left;
}
.pc-style .list .Item a:hover {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    background: #f5f5f5;
    white-space: normal;
    color: #e53737;
}
.pc-style .list .Item a::before{
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 12px;
    width: 4px;
    height: 4px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 100%;
}
/* .pc-style .list .Item a:hover:before{
    background: rgba(255, 255, 255, 0.6);
} */
.pc-style .list .Item.f {
    padding-left: 20px;
}

.pc-style .list .Item.nc {
    width: 96px;
}

.pc-style .list .Item.ncf {
    width: 96px;
    padding-left: 20px;
}

.pc-style .list .Item img {
    position: absolute;
    left: -2px;
    top: 8px;
}

.pc-style .list .Item img.best {
    background: #ffffff url(Images/important1.gif);
    width: 13px;
    height: 13px;
}

.pc-style .list .Item img.better {
    background: #ffffff url(Images/important2.gif);
    width: 15px;
    height: 15px;
}


/*****移动端样式*****/

.mobile-style .product-class {
    padding: 10px 20px 20px 20px;
    background: #ffffff;
    margin: 10px 0px;
}

.mobile-style .product-class .product-class-title {
    position: relative;
    padding: 10px 0px 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
}

.mobile-style .product-class .product-class-title .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.mobile-style .product-class .product-class-title .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #ff3e3e;
}

.mobile-style .product-class .product-class-title .more {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 0px;
}

.mobile-style .product-class .product-class-content {}

.mobile-style .product-class .product-class-content .nav {
    overflow: hidden;
    margin: 0px -5px;
}

.mobile-style .product-class .product-class-content .nav li {
    float: left;
    width: 33.3%;
}

.mobile-style .product-class .product-class-content .nav li .tag-name {
    display: block;
    cursor: pointer;
    white-space: nowrap;
    padding: 10px;
    line-height: 1.2;
    margin: 5px;
    background: #f5f5f5;
    border-radius: 3px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}
.mobile-style .product-class .product-class-content .nav li .tag-name[data-isexpand="1"]:after{
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/hot.png) right top no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0px;
    top: 0px;
}

.mobile-style .product-class .product-class-content .nav li:hover .tag-name {
    background: #f5f5f5;
}

.mobile-style .product-class .product-class-content .nav li.selected .tag-name {
    background-color: #ff3e3e;
    color: #ffffff;
    border-radius: 3px;
}

.mobile-style .product-class .product-class-content .nav li .pop {
    display: none;
}

.mobile-style .product-class .product-class-content .nav li label {
    color: #bf6000;
    font-weight: bold;
    display: none;
}

.mobile-style .list h3 {
    display: none;
    background: url(images/idx31.gif) no-repeat 0px center;
    color: #cc4400;
    clear: both;
    margin-top: 10px;
    padding-left: 25px;
}

.mobile-style .list h2 {
    position: relative;
    padding: 10px 0px 10px 0px;
    line-height: 20px;
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
    clear: both;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    margin-top: 15px;
}
.mobile-style .list h2:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    width: 8px;
    height: 8px;
    top: 50%;
    margin-top: -4px;
    background: #ff3e3e;
    border-radius: 100%;
}
.mobile-style .list h1 {
    position: relative;
    color: #e53737;
    font-size: 16px;
    font-weight: bold;
    padding:10px 0px 10px 0px;
    clear: both;
}
.mobile-style .list h1 a{
    color: #e53737;
}
.mobile-style .list h1 .LinkFlag{
    color: #336699;
}
.mobile-style .list .Item {
    /* width: 25%; */
    text-align: center;
    /* float: left; */
    /* height: 52px; */
    position: relative;
    z-index: 1;
}
.mobile-style .list .Item:hover {
    z-index: 1000;
}
.mobile-style .list .Item a{
    display: block;
    background: #f5f5f5;
    padding:10px 16px;
    font-size: 14px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}
.mobile-style .list .Item a:hover {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    background: #ff3e3e;
    white-space: normal;
    color: #ffffff;
}
.mobile-style .list .Item.f {
    padding-left: 20px;
}

.mobile-style .list .Item.nc {
    width: 96px;
}

.mobile-style .list .Item.ncf {
    width: 96px;
    padding-left: 20px;
}

.mobile-style .list .Item img {
    position: absolute;
    right: 5px;
    top:5px;
}

.mobile-style .list .Item img.best {
    background: url(Images/important1.gif);
    width: 13px;
    height: 13px;
}

.mobile-style .list .Item img.better {
    background: url(Images/important2.gif);
    width: 15px;
    height: 15px;
}