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;
}

.dropdown .sortsAll {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
}

.dropdown {
    float: left;
    width: 240px;
    height: 45px;
    background-color: #b1191a;
}

.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;
}

.main {
    width: 100%;
    height: auto;
    padding-top: 20px;
}

.navigation .dropdown .sidemenu {
    position: relative;
    float: left;
    width: 240px;
    height: auto;
    margin-top: 1px;
    border-top: 1px solid #b1191a;
    box-shadow: 0 0 3px rgba(99, 100, 100, 0.8);
    z-index: 2;
}

.sidemenu {
    float: left;
    width: 240px;
    margin-top: 1px;
    border-top: 1px solid #b1191a;
}

.sidenav {
    width: 240px;
    height: auto;
    border: 1px solid #bbb;
    border-bottom: none;
}

.sidenav:last-child {
    border-bottom: 1px solid #bbb;
}

.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;
    z-index: 2;
    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));
}

.productmain {
    float: left;
    width: 1030px;
    margin-left: 245px;
    padding-top: 10px;
}

.main .productmain span a {
    color: rgb(8, 165, 185);
}

.productmain h2 {
    margin: 0 30px 10px 20px;
    padding: 0 0 15px;
    border-bottom: 1px solid rgb(241, 20, 20);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
}

.productmain h2 span {
    margin-left: 793px;
    padding: 4px 10px 4px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 15px;
    box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.1);
    font-size: 14px;
    letter-spacing: 0;
}

.productmain h2:nth-child(1) span {
    margin-left: 828px;
}

.productmain h2:nth-child(3) span {
    margin-left: 828px;
}

.productmain h2:nth-child(11) span {
    margin-left: 773px;
}

.productmain h2 span::after {
    margin-left: 5px;
    content: '';
    font-family: 'icomoon';
    color: rgb(255, 0, 0);
    cursor: pointer;
}

.products {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    width: 1000px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.products .sort {
    position: relative;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 400px;
    margin: 10px 20px 30px;
    background: #ddd;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.6);
    border: 2px solid #eee;
    border-radius: 3px;
}

.products .sortmain {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0.9;
    filter: brightness(110%);
    transition: 0.6s;
}

.products .sort:hover .sortmain {
    opacity: 1;
    filter: brightness(120%);
    transform: translateY(-20px);
}

.products .pic {
    position: relative;
    width: 200px;
    height: 200px;
    border: 10px solid rgba(204, 157, 2, 0.4);
    border-radius: 50%;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.8);
    overflow: hidden;
}

.products .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.products .title {
    margin: 20px;
    color: #000;
    font-size: 16px;
    text-align: center;
}

.products .title h3 {
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 3px;
}

.products .title span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    color: rgb(2, 102, 128);
}

.products .sortFeature {
    position: absolute;
    top: 340px;
    left: 40px;
    width: 216px;
    height: 24px;
    /* display: -webkit-flex;
    display: flex; */
}

.products .sortFeature li {
    float: left;
    width: 64px;
    height: 24px;
    margin: 0 4px;
    font-size: 16px;
    color: rgb(5, 156, 25);
    transform: translateY(20px);
    transition: 0.5s;
    opacity: 0;
}

.products .sort:hover .sortFeature li {
    transform: translateY(0);
    opacity: 1;
}

.products .sortFeature li:nth-child(1) {
    transition-delay: 0.1s;
}

.products .sortFeature li:nth-child(2) {
    color: #b1191a;
    transition-delay: 0.2s;
}

.products .sortFeature li:nth-child(3) {
    transition-delay: 0.3s;
}