.product-container {
    position: relative;
    height: auto;
    overflow: hidden;
    padding: 6.25rem 1.25rem 0;
    background: #f9f9f9
}

.product-container .product-banner {
    position: relative;
    height: 37.5rem;
    background: #ececec;
    margin: 0 auto
}

.product-container .product-banner .fit-img {
    height: 37.5rem
}

.product-container .product-banner .filter-select {
    position: absolute;
    width: 16.875rem;
    top: 3.125rem;
    left: calc(50% - 42.5rem)
}

.product-container .product-banner .filter-select .filter-text {
    background: hsla(0, 0%, 100%, .85)
}

.product-container .product-banner .filter-select .filter-text .filter-title {
    height: 3.75rem;
    line-height: 3.75rem;
    font-size: 1.125rem;
    font-weight: 500
}

.product-container .product-banner .filter-select .filter-list {
    padding: .75rem 0;
    top: 3.75rem;
    background: hsla(0, 0%, 100%, .85);
    overflow: hidden;
    max-height: 10000px;
    box-sizing: content-box
}

.product-container .product-banner .filter-select .filter-list li a {
    font-size: 1rem;
    line-height: 2.625rem
}

.product-container .product-banner .filter-open .filter-text .aunonarrow_up-copy {
    transform: translateY(-50%) rotate(-180deg)
}

.product-container .product-banner .filter-open .filter-list {
    display: block
}

@media (min-width: 801px) {
    .product-container .product-banner .filter-select .filter-list {
        display: block;
    }
}

@media (max-width: 800px) {
    .product-container .product-banner .filter-select .filter-list {
        display: none;
    }
}

.product-container .product-wraper {
    width: 86.25rem;
    margin: 5rem auto 1.875rem
}

.product-container .product-wraper .sjh-title {
    width: 15.125rem;
    font-size: 1.875rem;
    font-weight: 600;
    color: #333333;
    line-height: 50px;
    margin: 2.5rem .625rem .625rem;
    position: relative;
}

.product-container .product-wraper .sjh-title::after {
    content: "";
    position: absolute;
    top: -1.25rem;
    left: 0px;
    width: 83.3125rem;
    height: 0px;
    border-bottom: 1px solid #f0efed;
    background: #ccc;
}

.product-container .product-wraper .sjh-desc {
    width: 83.3125rem;
    font-size: 1.125rem;
    color: #333;
    line-height: 1.875;
    padding-bottom: 7.3125rem;
    margin: 0 .625rem;
    word-break: break-word;
    text-align: justify;
}

.product-container .product-wraper .sjh-desc>p>a {
    color: #da251c;
}

.product-container .product-wraper .product-header {
    margin: 0 .625rem
}

.product-container .product-wraper .product-header .title {
    height: 2.125rem;
    font-size: 2.5rem;
    font-family: Roboto;
    color: #333;
    line-height: 2.125rem;
    padding-bottom: .5rem;
    font-weight: 600
}

.product-container .product-wraper .product-header .search-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 2.5rem
}

.product-container .product-wraper .product-header .search-box .sort-box {
    height: 2.625rem;
    font-size: 1.25rem;
    font-family: Roboto;
    color: #333;
    line-height: 2.625rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

.product-container .product-wraper .product-header .search-box .sort-box .dropdown-label {
    position: relative;
    height: 2.625rem
}

.product-container .product-wraper .product-header .search-box .sort-box .dropdown-label .dropdown-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    width: auto
}

.product-container .product-wraper .product-header .search-box .sort-box .dropdown-label .dropdown-text div {
    width: 100%;
    height: 1.625rem;
    line-height: 1.625rem;
    padding: .5rem;
    background: transparent;
    font-size: 1.25rem;
    font-family: Roboto;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    outline: 0;
    cursor: pointer
}

.product-container .product-wraper .product-header .search-box .sort-box .dropdown-label .dropdown-text .aunon {
    font-size: 1.625rem;
    color: #666
}

.product-container .product-wraper .product-header .search-box .sort-box .dropdown-label.drop .dropdown-text .aunon {
    transform: rotate(-180deg)
}

.product-container .product-wraper .product-header .search-box .sort-box .dropdown-label.drop .dropdown-list {
    display: block
}

.product-container .product-wraper .product-header .search-box .sort-box .dropdown-label .dropdown-list {
    position: absolute;
    width: auto;
    min-width: 6.25rem;
    padding: .75rem 0;
    display: none;
    left: 0;
    top: 2.625rem;
    background: #fff;
    box-shadow: 0 2px 10px 0 hsla(0, 1%, 41%, .1);
    z-index: 99;
    padding: .625rem 0
}

.product-container .product-wraper .product-header .search-box .sort-box .dropdown-label .dropdown-list .aunon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    top: -1.5rem;
    font-size: 2.5rem;
    z-index: 999
}

.product-container .product-wraper .product-header .search-box .sort-box .dropdown-label .dropdown-list .dropdown-item {
    padding: .5rem 1.25rem;
    font-size: 1rem;
    line-height: 1.125rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    text-align: left
}

.product-container .product-wraper .product-header .search-box .sort-box .dropdown-label .dropdown-list .dropdown-item.active {
    color: #888
}

.product-container .product-wraper .product-header .search-box .sort-box .dropdown-label .dropdown-list .dropdown-item:hover {
    background-color: #f2f2f2
}

.product-container .product-wraper .product-header .search-box .keywords-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    width: 18.6875rem;
    height: 1.625rem;
    padding: .5rem .8125rem;
    background: #fff;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-container .product-wraper .product-header .search-box .keywords-box input {
    width: 17.3125rem;
    background: transparent;
    text-shadow: none;
    font-size: 1rem
}

.product-container .product-wraper .product-header .search-box .keywords-box input:-ms-input-placeholder {
    color: #999
}

.product-container .product-wraper .product-header .search-box .keywords-box input::placeholder {
    color: #999
}

.product-container .product-wraper .product-list {
    height: auto;
    overflow: hidden
}

.product-container .product-wraper .product-list .p-item {
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: left;
    width: 20.3125rem;
    height: 25.625rem;
    margin: 0 .615rem 1.875rem
}

.product-container .product-wraper .product-list .p-item .photo-view {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 19.375rem;
    background: #fff
}

.product-container .product-wraper .product-list .p-item .title {
    height: 2.25rem;
    font-size: 1.25rem;
    font-family: Roboto;
    color: #333;
    line-height: 2.25rem;
    padding: .625rem 0 .3125rem;
    transition: color .3s ease-in-out;
    font-weight: 400
}

.product-container .product-wraper .product-list .p-item .desc {
    height: 2.75rem;
    font-size: 1rem;
    font-family: Roboto;
    color: #999;
    line-height: 1.375;
    padding-right: 2rem
}

.product-container .product-wraper .product-list .p-item:hover .title {
    color: #da251c
}

.product-container .product-load-more {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 1.25rem;
    padding: 0 0 7.5rem;
    border-bottom: 1px solid #edebe9;
    position: relative
}

.product-container .product-load-more a {
    width: 15rem;
    height: 3.25rem;
    line-height: 3.25rem;
    border: 1px solid #da251c;
    display: inline-block;
    font-size: .875rem;
    font-family: Roboto;
    color: #333;
    text-align: center
}

.product-container .product-load-more a:hover {
    background-color: #72bd2f;
    color: #fff
}

@media screen and (min-width:801px) {
    .mobile- {
        display: none
    }
}

@media screen and (max-width:1080px) {
    .product-container .product-banner .filter-select {
        left: 1.875rem
    }
    .product-container .product-wraper {
        max-width: 100%
    }
    .product-container .product-wraper .product-list .p-item {
        width: calc(25% - 1.23rem)
    }
}

@media screen and (max-width:800px) {
    .pc- {
        display: none
    }
    .product-container {
        padding: 3.25rem 0 0
    }
    .product-container .product-banner {
        width: 100%;
        height: 56vw;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }
    .product-container .product-banner .fit-img {
        height: 100%;
        display: block;
    }
    .product-container .product-banner .filter-select {
        width: 100%;
        left: 0;
        top: 0
    }
    .product-container .product-banner .filter-select .filter-box {
        width: 100%
    }
    .product-container .product-banner .filter-select .filter-box .filter-text {
        width: 100%;
        padding: 0;
        border-left: none;
        border-right: none
    }
    .product-container .product-banner .filter-select .filter-box .filter-text .filter-title {
        height: 3rem;
        line-height: 3rem;
        width: calc(100% - 1.625rem);
        padding-left: 1.625rem;
        font-size: .9375rem;
        background: #fff
    }
    .product-container .product-banner .filter-select .filter-box .filter-text .aunonarrow_up-copy {
        right: 1.75rem
    }
    .product-container .product-banner .filter-select .filter-box .filter-list {
        top: 3rem;
        width: 100%;
        background: #fff;
        border: none;
        border-top: 1px solid #f4f4f4;
        padding: 0;
        max-height: none
    }
    .product-container .product-banner .filter-select .filter-box .filter-list li {
        position: relative;
        padding: 0 1.625rem
    }
    .product-container .product-banner .filter-select .filter-box .filter-list li:after {
        position: absolute;
        content: "";
        left: 1.625rem;
        right: 1.625rem;
        bottom: 0;
        border-bottom: 1px solid #f7f7f6
    }
    .product-container .product-banner .filter-select .filter-box .filter-list li a {
        padding: 0;
        font-size: .875rem;
        line-height: 3.4rem;
        width: 100%
    }
    .product-container .product-banner .filter-select .filter-box .filter-list li .aunon {
        display: none
    }
    .product-container .product-banner .filter-select .filter-box.filter-open {
        position: fixed;
        top: 3.25rem;
        bottom: 0;
        background: rgba(0, 0, 0, .4);
        z-index: 9
    }
    .product-container .product-banner .filter-select .filter-box.filter-open .filter-text {
        height: 3rem
    }
    .product-container .product-wraper {
        width: 100%;
        margin: 0
    }
    .product-container .product-wraper .sjh-title {
        padding: 0 1rem;
    }
    .product-container .product-wraper .sjh-desc {
        width: 100%;
        padding: 0 1rem;
        box-sizing: border-box;
        /* margin-top: 3rem; */
    }
    .product-container .product-wraper .sjh-title::after {
        width: 130%;
    }
    .product-container .product-wraper .product-header {
        margin: 0
    }
    .product-container .product-wraper .product-header .title {
        font-size: 1.625rem;
        font-weight: 500;
        color: #333;
        line-height: 1.625rem;
        text-align: center;
        padding: 2.625rem 0 0
    }
    .product-container .product-wraper .product-header .search-box {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 0
    }
    .product-container .product-wraper .product-header .search-box .sort-box {
        height: 1.625rem;
        font-size: .9375rem;
        color: #333;
        line-height: 1.625rem;
        -ms-flex-pack: center;
        justify-content: center
    }
    .product-container .product-wraper .product-header .search-box .sort-box .dropdown-label {
        height: 1.625rem
    }
    .product-container .product-wraper .product-header .search-box .sort-box .dropdown-label .dropdown-text div {
        font-size: .9375rem;
        padding: 0 .5rem
    }
    .product-container .product-wraper .product-header .search-box .sort-box .dropdown-label .dropdown-list {
        top: 2rem
    }
    .product-container .product-wraper .product-header .search-box .sort-box .dropdown-label .dropdown-list .aunon {
        top: -1rem
    }
    .product-container .product-wraper .product-header .search-box .sort-box .dropdown-label .dropdown-list .dropdown-item {
        line-height: 2.2;
        font-size: 13px;
        padding: 0 1.25rem
    }
    .product-container .product-wraper .product-header .search-box .keywords-box {
        width: calc(100% - 3.75rem);
        height: 2.5rem;
        margin: 1.875rem .625rem 0;
        padding: 0 .8125rem
    }
    .product-container .product-wraper .product-header .search-box .keywords-box input,
    .product-container .product-wraper .product-header .search-box .keywords-box input:-ms-input-placeholder {
        color: #ccc
    }
    .product-container .product-wraper .product-header .search-box .keywords-box input,
    .product-container .product-wraper .product-header .search-box .keywords-box input::placeholder {
        color: #ccc
    }
    .product-container .product-wraper .product-header .search-box .keywords-box i.aunonseach {
        color: #83807b
    }
    .product-container .product-wraper .product-list {
        padding: .625rem
    }
    .product-container .product-wraper .product-list .p-item {
        width: calc(50% - .625rem);
        height: auto;
        overflow: hidden;
        margin: .625rem .3125rem
    }
    .product-container .product-wraper .product-list .p-item a {
        display: block;
        width: 100%
    }
    .product-container .product-wraper .product-list .p-item .photo-view {
        width: 100%;
        height: calc(50vw - 1.25rem);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0
    }
    .product-container .product-wraper .product-list .p-item .photo-view img {
        height: 6.875rem;
        transform: scale(1)
    }
    .product-container .product-wraper .product-list .p-item .title {
        height: auto;
        padding-top: .625rem;
        font-size: 1rem;
        color: #333;
        line-height: 1.5rem
    }
    .product-container .product-wraper .product-list .p-item .desc {
        font-size: .875rem;
        color: #aaa;
        line-height: 1.25rem;
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden
    }
    .product-container .product-load-more {
        margin: 0;
        padding: 2.185rem 0 5rem
    }
    .product-container .product-load-more a {
        width: 10rem;
        font-size: .75rem;
        color: #333;
        font-weight: 500;
        line-height: 2.5rem;
        height: 2.5rem
    }
    .filter-list li:hover {
        background-color: #fff
    }
}

.product-container .product-wraper .product-header .title {
    font-weight: 600;
    text-transform: uppercase;
}

@media(max-width:750px) {
    .product-container .product-wraper .sjh-desc {
        line-height: 24px;
        margin: inherit;
    }
}