.products_sort_select_item_list {
    display: none;
    padding: 10px;
    border: 1px #ddd solid;
    box-sizing: border-box;
    background: #fff;
}

.products_sort_select_item_list ul {
    display: block;
    box-sizing: border-box;
}

.products_sort_select_item_list ul li {
    width: 100%;
    display: inline-block;
    padding: 5px;
    border-bottom: 1px #ddd solid;
    box-sizing: border-box;
}

.products_sort_select_item_list ul li:last-child {
    border-bottom: none;
}

.products_sort_select_item_list ul li.divider {
    background-color: #ddd;
}

.products_sort_select_item_list ul li.divider span {
    display: inline-block;
}

.products_sort_select_item_list ul li.divider span.list_header_text {
    line-height: 30px;
    padding-left: 10px;
    float: left;
    text-align: left;
    font-weight: bold;
}

.products_sort_select_item_list ul li.divider span.list_close_btn {
    width: 14px;
    height: 14px;
    margin: 8px;
    float: right;
    border-radius: 50%;
    box-sizing: border-box;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C3%2011%2C0%207%2C4%203%2C0%200%2C3%204%2C7%200%2C11%203%2C14%207%2C10%2011%2C14%2014%2C11%2010%2C7%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.products_sort_select_item_list ul li.divider span.list_close_btn:hover {

}

.products_sort_select_item_list ul li a {
    width: 100%;
    display: inline-block;
    line-height: 30px;
}

.products_sort_select_item_list ul li a:hover {
    background-color: #07a8ff;
}

.pt_filter_panel {
    position: absolute;
    min-height: 100%;
    max-height: none;
    border-width: 0;
    top: 0;
    right: 0;
    width: 0;
    display: none;
    -webkit-transition: -webkit-transform 300ms ease;
    -webkit-transition-duration: 300ms;
    -moz-transition: -moz-transform 300ms ease;
    transition: transform 300ms ease;
    background-color: #fff;
    border-color: #ddd;
    color: #333;
    z-index: -1;
}

.pt_filter_panel.open {
    display: block;
    width: 80%;
    border: 1px #ddd solid;
    box-sizing: border-box;
    background: #fff;
    z-index: 9999;
}

.pt_filter_panel ul.products_class_filter_list {
}

.pt_filter_panel ul.products_class_filter_list > li {
    display: block;
    position: relative;
    overflow: visible;
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

.pt_filter_panel ul.products_class_filter_list > li a {
    display: block;
    position: relative;
    margin: 0;
    padding: .7em 1em;
    font-size: 12px;
    font-weight: normal;
    text-shadow: none;
    border-width: 1px 0 0;
    border-style: solid;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background-color: #f6f6f6;
    border-color: #ddd;
    color: #333;
    cursor: pointer;
}

.pt_filter_panel ul.products_class_filter_list > li.ui-li-divider {
    padding: .5em 1.143em;
    font-size: 14px;
    font-weight: 700;
    cursor: default;
    border-width: 1px 0 0;
    border-style: solid;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #e9e9e9;
    border-color: #ddd;
    color: #333;
    overflow: hidden;
}

.pt_filter_panel ul.products_class_filter_list > li.ui-li-divider span.products_class_panel_title {
    display: inline-block;
    line-height: 29px;
    float: left;
}

.pt_filter_panel ul.products_class_filter_list > li.ui-li-divider a.pt_filter_close_btn {
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    float: right;
    border-radius: 50%;
    font-weight: normal;
    text-shadow: none;
    border-width: 1px 0 0;
    border-style: solid;
    overflow: hidden;
    background-color: #f6f6f6;
    border-color: #ddd;
    color: #333;
    text-indent: -9999px;
    cursor: pointer;
    background-clip: padding-box;
    transition: color .3s linear;
    box-sizing: border-box;
}

.pt_filter_panel ul.products_class_filter_list > li.ui-li-divider a.pt_filter_close_btn::after {
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, .3);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 1em;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C3%2011%2C0%207%2C4%203%2C0%200%2C3%204%2C7%200%2C11%203%2C14%207%2C10%2011%2C14%2014%2C11%2010%2C7%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.main {
    padding-top: 0;
}

.main .products_wrap {
    padding: 0 0 60px;
    position: relative;
}

.main .products_wrap .title {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    transition: .3s;
}

.main .products_wrap .title ul {
    height: 50px;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    box-sizing: border-box;
    background: #fff;
}

.main .products_wrap .title ul li {
    float: left;
    width: 28%;
    height: 100%;
    border-right: 1px solid #E0E0E0;
    box-sizing: border-box;
}

.main .products_wrap .title ul li a {
    display: block;
    height: 100%;
    text-align: center;
    font-size: 1em;
    line-height: 50px;
    color: #747474;
}

.main .products_wrap .title ul li.gird_list {
    width: 16%;
}

.main .products_wrap .title ul li.gird_list a {
    background: url('../images/icon-1.png') center center no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
}

.main .products_wrap .title ul li.gird_list.gird a {
    background-image: url('../images/gird.png');
}

.main .products_wrap .title ul li.type_list {
    border: none;
}

.main .products_wrap .title ul li.sort a::after {
    content: '';
    display: inline-block;
    margin-left: 5px;
    width: 10px;
    height: 10px;
    background: url('../images/sort.png') center center no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

.main .products_wrap .title ul li.sort.down a,
.main .products_wrap .title ul li.sort.up a {
    color: #d70916;
}

.main .products_wrap .title ul li.sort.down a::after {
    background: url('../images/down.png') center center no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.main .products_wrap .title ul li.sort.up a::after {
    background: url('../images/up.png') center center no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.main .products_wrap .title ul li.sort a::after {
    content: '';
    display: inline-block;
    margin-left: 5px;
    width: 10px;
    height: 10px;
    background: url('../images/sort.png') center center no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

.main .products_wrap .title ul li.sort.down a,
.main .products_wrap .title ul li.sort.up a,
.main .products_wrap .title ul li.sort.price_up a,
.main .products_wrap .title ul li.sort.price_down a {
    color: #07a8ff;
}

.main .products_wrap .title ul li.sort.price_down a::after {
    background: url('../images/down.png') center center no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.main .products_wrap .title ul li.sort.price_up a::after {
    background: url('../images/up.png') center center no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;

}

.main .products_wrap .title ul li.sort.down a::after {
    background: url('../images/down.png') center center no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.main .products_wrap .title ul li.sort.up a::after {
    background: url('../images/up.png') center center no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.main .products_wrap .products_views_wrapper {
}

.main .products_wrap .products_views_wrapper .no_record {
    width: 100%;
    display: inline-block;
    padding: 10px auto;
    margin: 0;
    text-align: left;
    text-shadow: none;
    color: #cc0033;
    font-weight: bold;
}

.main .products_wrap .products_views_wrapper .op_note {
    width: 100%;
    display: block;
    padding: 10px;
    margin: 0;
    background-color: #eee;
    box-shadow: none;
    text-align: left;
    text-shadow: none;
    overflow: hidden;
    box-sizing: border-box;
}

.main .products_wrap .products_views_wrapper .op_note span {
    display: inline-block;
    line-height: 30px;
    float: left;
}

.main .products_wrap .products_views_wrapper .op_note span.item_label {
    margin-left: 5px;
    font-weight: bold;
}

.main .products_wrap .products_views_wrapper .op_note span.item_text {
    color: #cc0033;
    font-weight: normal;
}

.main .products_wrap .products_views_wrapper .op_note span.page_count_item_text {
    float: right;
}

.main .products_wrap .products_views_wrapper .op_note span.page_count_item_text u {
    color: #c03;
}

.main .products_wrap .products_views_wrapper .products_gird_list ul {
    overflow: hidden;
    width: 100%;
    background: #eee;
}

.main .products_wrap .products_views_wrapper .products_gird_list ul li {
    float: left;
    padding: 3%;
    margin: 1.5%;
    width: 47%;
    box-sizing: border-box;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.main .products_wrap .products_views_wrapper .products_gird_list ul li a {
    display: block;
    width: 100%;
    font-size: 1em;
    line-height: 1.5;
    overflow: hidden;
}

.main .products_wrap .products_views_wrapper .products_gird_list ul li a img {
    display: block;
    width: 100%;
}

.main .products_wrap .products_views_wrapper .products_gird_list ul li a span {
    display: block;
    padding-top: 20px;
}

.main .products_wrap .products_views_wrapper .products_gird_list ul li a p {
    display: block;
    color: #595757;
}

.main .products_wrap .products_views_wrapper .products_gird_list ul li a i {
    display: block;
    margin-top: 5px;
    color: #777;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main .products_wrap .products_views_wrapper .products_list {
    background: #eee;
}

.main .products_wrap .products_views_wrapper .products_list ul {
    overflow: hidden;
}

.main .products_wrap .products_views_wrapper .products_list li {
    display: block;
    height: 120px;
    margin: 5px auto;
    padding: 15px 10px;
    width: 97%;
    box-sizing: border-box;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.main .products_wrap .products_views_wrapper .products_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1.5;
    overflow: hidden;
}

.main .products_wrap .products_views_wrapper .products_list li img {
    float: left;
    height: 100%;
}

.main .products_wrap .products_views_wrapper .products_list li span {
    float: left;
    width: 60%;
    margin-left: 10px;
    padding: 10px 0;
    height: 100%;
    box-sizing: border-box;
}

.main .products_wrap .products_views_wrapper .products_list li span p {
    display: block;
    color: #777;
    font-size: 1.3em;
}

.main .products_wrap .products_views_wrapper .products_list li span i {
    display: block;
    margin-top: 5px;
    font-size: 1.1em;
    color: #959595;
}

.main .products_wrap .page > ul > li:nth-child(3) {
    margin: 0;
}

.main .products_wrap .page > ul > li a {
    display: block;
    width: 100%;
    font-size: 2.5em;
    text-align: center;
    line-height: 66px;
}

.main .products_wrap .page .xifenye {
    position: relative;
}

.main .products_wrap .page .page_list {
    position: absolute;
    width: 100%;
    font-size: 2.5em;
    bottom: 90px;
    left: 0;
    height: 350px;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #777;
}

.main .products_wrap .page .page_list ul li {
    text-align: center;
}

/*
@keyframes swipe_wrap {
    0% {
        visibility: visible;
        opacity: 1;
    }
    100% {
        visibility: hidden;
        opacity: 0;
    }
}
@keyframes swipe {
    0% {
        left: 65%;
    }
    100% {
        left: 35%;
    }
}
.swipe_tips {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    transition: .6s;
    background:rgba(0,0,0,.1);
}

.swipe_tips.on {
    visibility: visible;
    opacity: 1;
    animation: swipe_wrap .6s ease-in-out forwards;
    animation-delay: 3s;
    }

.swipe_tips::before {
    content: '';
    position: absolute;
    top: 35%;
    right: 25%;
    display: block;
    margin-left: -64px;
    width: 128px;
    height: 128px;
    background: url('../images/tips.png') center center no-repeat;
    transition: .3s;
}

.swipe_tips.on::before {
    animation: swipe 2s ease-in-out forwards;
}

.swipe_tips p {
    position: absolute;
    top: 35%;
    left: 50%;
    display: block;
    margin-top: 150px;
    margin-left: -35%;
    width: 70%;
    text-align: center;
    font-size: 1.5em;
    background: rgba(255, 255, 255, .7);
    color: #545454;
    border-radius: 5px;
}
*/

@media screen and (max-width: 350px) {
    .main .products_wrap .products_views_wrapper .products_list li span {
        width: 55%;
    }
}