body {
    min-width: 1200px;
    background: transparent;
}

.navigation {
    height: 47px;
    margin-top: 20px;
    border-bottom: 2px solid #b1191a;

}

.navigation .dropdown {
    float: left;
    width: 240px;
    height: 45px;
    background-color: #b1191a;
    cursor: pointer;
}

.navigation .dropdown:hover .sidemenu {
    display: block;
}

.navigation .dropdown:hover .sortsAll::after {
    content: '';
    font-family: 'icomoon';
}

.dropdown .sortsAll {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
}

.dropdown .sortsAll::after {
    margin-left: 5px;
    content: '';
    font-family: 'icomoon';
}

.productpath {
    float: left;
    margin-left: 15px;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 500;
    color: #219903;
}

.productpath a {
    font-size: 16px;
    font-weight: 500;
    color: #219903;
}

.navigation .dropdown .sidemenu {
    position: relative;
    float: left;
    width: 240px;
    height: auto;
    margin-top: 1px;
    border-top: 1px solid #b1191a;
    box-shadow: 0 0 10px rgba(99, 100, 100, 0.8);
    z-index: 2;
    display: none;
}

.sidenav {
    width: 240px;
    height: auto;
    border: 1px solid #bbb;
    border-bottom: none;
}

.sidenav:last-child {
    border-bottom: 1px solid #bbb;
}

.navigation .sidemenu .sidenav-li {
    width: 238px;
    height: auto;
    line-height: 50px;
    font-size: 16px;
    background-color: #ddd;
    color: #666;
    letter-spacing: 2px;
    cursor: pointer;
}

.sidemenu .current .sidenav-li {
    line-height: 50px;
    font-size: 16px;
    color: #333;
}

.sidemenu .current .title {
    border-bottom: 1px solid #bbb;
}

.sidenav .title {
    width: 238px;
    font-size: 16px;
    letter-spacing: 1px;
}

.sidenav .title::before {
    margin: 0 15px 0 20px;
    padding-left: 5px;
    content: '';
    font-family: 'icomoon';
    font-size: 14px;
    color: #219903;
}

.sidenav .title:hover {
    background-color: rgb(3, 191, 204);
    color: #222;
    border-bottom: 1px solid rgb(2, 136, 118);
    letter-spacing: 2px;
}

.sidenav ul {
    width: 238px;
    height: auto;
    display: none;
}

.sidenav ul li {
    position: relative;
    width: 238px;
    height: 50px;
    padding-left: 25px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    color: #666;
}

.sidenav ul li:hover {
    background-color: rgb(3, 204, 177);
    color: #222;
}

.sidenav ul li::before {
    margin: 0 10px 0 0;
    padding-left: 5px;
    content: '';
    font-family: 'icomoon';
    font-size: 14px;
    color: #23a702;
}

.sidenav li span {
    float: right;
    margin-right: 10px;
    color: #ccc;
}

.sidenav ul li:hover .list-sub {
    display: block;
}

.sidenav .list-sub {
    position: absolute;
    left: 239px;
    top: 0;
    width: 240px;
    height: auto;
    display: none;
}

.sidenav .list-items {
    width: 240px;
    height: 50px;
    text-align: center;
    color: #666;
    background: #eee;
    border: 1px solid rgba(0, 0, 0, .1);
}

.sidenav .list-items:hover {
    background-color: rgb(8, 235, 178);
    color: #222;
    filter: drop-shadow(2px 3px 3px rgba(0, 0, 0, .2));
}

.main {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.recommend {
    width: 1310px;
    height: 193px;
    padding-left: 25px;
    border-bottom: 1px solid rgb(241, 20, 20);
}

.recommend_td {
    float: left;
    width: 215px;
    height: 163px;
    background-color: rgb(5, 175, 153);
    padding-top: 30px;
    text-align: center;
}

.recommend_dd {
    float: left;
    margin-left: 15px;
}

.recommend_dd ul li {
    float: left;
    padding-right: 9px;
    border-right: 1px solid #ddd;
}

.recommend_dd ul li:last-child {
    border-right: 0;
}

.recommend_dd ul li img {
    width: 247px;
    height: 163px;
}

.recommend_dd ul li img:hover {
    transform: scale(1.01);
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .5));
}

.main .lists {
    margin: 20px 0 40px 25px;
    padding: 20px 0;
    border: 1px solid #eee;
}

.main .lists .leftMenu {
    float: left;
    width: 215px;
    height: auto;
    min-height: 420px;
    margin: 10px 0 0 10px;
    border-right: 1px solid #eee;
}

.main .leftmenuTitle {
    margin: 0 10px 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    font-weight: 600;
    color: #db0439;
    text-shadow: 1px 1px 1px #ccc;
    text-align: center;
    letter-spacing: 2px;
}

.main .lists .leftMenu li {
    width: 180px;
    height: 50px;
    line-height: 46px;
    margin: 0 0 10px 10px;
    border: 2px solid rgba(204, 157, 2, 0.4);
    border-radius: 50%;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
}

.main .leftMenu .curSort {
    background-color: #fbfcd2;
    color: #029716;
}

.rightContent {
    font-size: 16px;
    font-weight: 500;
    color: #ff0000;
}

.main .lists .rightContent ul {
    float: left;
    width: 982px;
    height: auto;
    margin-left: 30px;
}

.main .lists .rightContent li {
    float: left;
    width: 300px;
    height: 410px;
    background-color: #eee;
    margin: 10px 20px;
    padding-top: 25px;
    border: 1px solid #ccc;
    text-align: center;
}

.main .lists .rightContent li:nth-child(3n+1) {
    margin-left: 0;
}

.main .lists .rightContent li:hover img {
    scale: 1.05;
}

.main .lists .rightContent .pic {
    width: 200px;
    height: 200px;
    background-color: #fff;
    margin-left: 50px;
    border: 8px solid rgba(204, 157, 2, 0.4);
    border-radius: 50%;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.8);
    overflow: hidden;
}

.main .rightContent .pic img {
    width: 85%;
    margin-top: 15px;
}

.main .lists .rightContent li h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 15px;
}

.main .lists .rightContent li p {
    font-size: 14px;
}

/* .pages {
    text-align: center;
    margin: 40px 0;
}

.pages span,
.pages a {
    display: inline-block;
    content: '';
    font-family: 'icomoon';
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    margin: 0 4px;
}

.pages span {
    background-color: rgb(116, 253, 127);
    border: 1px solid #25f884;
    color: #000;
} */