

.con_1_31 .w-list .w-list-ul { /* padding */
    margin: 0;
    margin-left: -30px;
    padding: 0;
}

.con_1_31 .w-list .w-list-ul .w-list-item { /* padding */
    padding: 0;
    margin: 0;
    margin-left: 30px;
    margin-bottom: 30px; /* display */
    display: inline-block;
    float: left; /* size */
    width: 343px;
    min-width: 100px;
    overflow: hidden; /*-border-radius-*/
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0; /* background */
    background-color: #fff;
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none)); /* border */
    border-top-width: 0px;
    border-top-color: #f5f5f5;
    border-top-style: solid;
    border-bottom-color: #f5f5f5;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-right-color: #f5f5f5;
    border-right-style: solid;
    border-left-color: #f5f5f5;
    border-left-style: solid;
    border-left-width: 0px;
    list-style: none; /*-transition-*/
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.con_1_31 .w-list .w-list-ul .w-list-item .w-hide {
    display: none !important;
}

.con_1_31 .w-list .w-list-ul .w-list-item:hover { /* border */
    border-color: transparent; /* background */
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
}

.con_1_31 .w-list .w-list-ul .w-list-item .w-list-link { /*-size-*/
    width: 100%;
    height: 100%; /*-block-*/
    display: block; /*-radius-*/
    border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0; /*-font-*/
    text-decoration: none;
    outline: none;
}

.con_1_31 .w-list .w-list-ul .w-list-item .w-list-link .w-list-pic { /*-padding-*/
    padding: 0;
    margin: 0; /*-size-*/
    width: 343px;
    min-width: 100px;
    height: 300px;
    vertical-align: top; /*-overflow-*/
    overflow: hidden;
}

.con_1_31 .w-list .w-list-ul .w-list-item .w-list-link .w-list-pic .w-listpic-in { /*size*/
    width: 343px;
    min-width: 100px;
    height: 300px;
    object-fit: cover; /*-radius-*/
    border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0; /*border*/
    border: none; /*-transition-*/
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    -ms-transition: transform .3s linear;
    transition: transform .3s linear;
}

.con_1_31 .w-list .w-list-ul .w-list-item .w-list-link .w-list-pic .w-listpic-in:hover { /*transform*/
    -webkit-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
}

.con_1_31 .w-list .w-list-ul .w-list-item .w-list-link .w-list-bottom { /*padding*/
    padding: 0 10px 10px 10px;
    margin: 0;
}

.con_1_31 .w-list .w-list-ul .w-list-item .w-list-link .w-list-title { /*padding*/
    margin: 0;
    margin-top: 5px;
    padding: 0; /*size*/
    line-height: 28px;
    height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden; /*font*/
    font-size: 15px;
    color: #404040;
    text-align: center;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    font-family: 'Noto Sans CJK'; /*-transition-*/
    transition: color 200ms linear;
}

.con_1_31 .w-list .w-list-ul .w-list-item .w-list-link .w-list-title:hover { /*font*/
    color: #E43939;
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
}

.con_1_31 .w-list .w-list-ul .w-list-item .w-list-link .w-list-desc { /*size*/
    height: 20px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden; /*font*/
    font-size: 12px;
    color: #999;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-family: Tahoma;
}

.con_1_31 .w-list .w-list-ul .w-list-item .w-list-link .w-list-price { /*padding*/
    margin: 0;
    padding: 0; /*size*/
    height: 36px;
    line-height: 36px; /*font*/
    font-size: 15px;
    color: #E43939;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-family: Tahoma; /*overflow*/
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    overflow: hidden;
}

.con_1_31 .w-list .w-list-ul .w-list-item .w-list-link .w-list-btn { /*display*/
    display: block; /*margin*/
    margin: 0;
    margin-top: 5px;
    padding: 0 8px; /*size*/
    height: 30px;
    line-height: 30px; /* background */
    background-color: #fff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none)); /*border*/
    border-width: 1px;
    border-color: #e23a2a;
    border-style: solid; /*-radius-*/
    border-radius: 2px; /*-font-*/
    font-size: 12px;
    color: #e23a2a;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-family: Tahoma;
    text-align: center; /*-overflow-*/
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    overflow: hidden; /*-transition-*/
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.con_1_31 .w-list .w-list-ul .w-list-item .w-list-link .w-list-btn:hover { /*border*/
    border-color: #E43939; /* background */
    background-color: #e23a2a;
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none)); /*-font-*/
    color: #fff;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

.con_2_41 .w-category { /*-padding-*/
     padding: 0;
     margin: 0; /*-size-*/
     width: 1102px;
     height: 49px; /*border*/
     border-top: 0px solid #666666;
     border-right: 0px solid #666666;
     border-bottom: 0px solid #666666;
     border-left: 0px solid #666666; /* border radius */
     border-radius: 0; /* box-shadow */
     -moz-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
     -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
     -ms-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
     -o-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
     box-shadow: 0 0 0 rgba(255, 255, 255, 0);
 }

.con_2_41 .w-category ul {
    margin: 0;
    padding: 0;
}

.con_2_41 .w-category ul:before {
    content: '';
    display: block;
    clear: left;
    zoom: 1;
}

.con_2_41 .w-category ul li {
    position: relative;
    display: block;
    list-style: none;
}

.con_2_41 .w-category ul li h3 {
    display: block;
    margin: 0;
}

.con_2_41 .w-category ul li h3 a {
    display: block;
    padding: 0 12px;
    height: 49px;
    line-height: 49px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.con_2_41 .w-category ul li h3 a i {
    float: right;
}

.con_2_41 ul li.w-category-list-item {
    float: left;
}

.con_2_41 ul li.w-category-list-item:last-of-type .w-category-list-title {
    border-right: 0;
}

.con_2_41 ul li.w-category-list-item:first-child .w-category-list-title {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.con_2_41 ul li.w-category-list-item:last-child .w-category-list-title {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.con_2_41 ul li.w-category-list-item .w-category-list-title { /* background */
    background-color: rgb(11, 137, 135);
    background-image: none;
    background-repeat: no-repeat;
    background-position: left top;
    background: -webkit-linear-gradient(none, none);
    background: -moz-linear-gradient(none, none);
    background: -ms-linear-gradient(none, none);
    background: linear-gradient(none, none);
    background-size: auto; /* border */
    border-right: 0px solid transparent;
}

.con_2_41 ul li.w-category-list-item .w-category-list-title a {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    color: #f3f3f3;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-align: center;
}

.con_2_41 ul li.w-category-list-item .w-category-list-title a i {
    font-size: 14px;
    transition: .3s;
    -moz-transition: -moz-transform .3s;
    -webkit-transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
}

.con_2_41 ul li.w-category-list-item:hover .w-category-list-title a i {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.con_2_41 ul li.w-category-list-item .w-category-list-title:hover, .con_2_41 ul li.w-category-list-item.active .w-category-list-title { /* background */
    background-color: rgb(18, 187, 184);
    background-image: none;
    background-repeat: no-repeat;
    background-position: left top;
    background: -webkit-linear-gradient(none, none);
    background: -moz-linear-gradient(none, none);
    background: -ms-linear-gradient(none, none);
    background: linear-gradient(none, none);
    background-size: auto; /* font */
    color: #ffffff;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}