.grid-container {
    margin-bottom: 0;
}

.breadcrumbs {
    margin-bottom: 0;
    padding-bottom: 100px;
}


/* product  search*/

body .main .container {
    position: relative;
    padding-right: 0px;
    padding-left: 0;
}

.main .container .searchFilter {
    width: 100%;
    height: 50px;
    position: relative;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    vertical-align: middle;
    margin: 50px 0px 50px;
}

.main .container .searchFilter .select {
    width: 120px;
}

.main .container .searchFilter a.go {
    width: 54px;
    height: 54px;
    background-color: #72795f;
    border-radius: 50%;
    display: inline-block;
    margin-left: 30px;
    font-size: 1.125rem;
    text-align: center;
    line-height: 54px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    right: 4%;
    position: relative;
}

.main .container .searchFilter .search {
    width: 255px;
    height: 50px;
    margin-left: 50px;
    border: none;
    color: #1a191d;
    font-size: 1.125rem;
    border-bottom: 1px solid #191f23;
    background-image: url(../images/product/zoomGlass.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
}

.main .container .searchFilter .search::-webkit-input-placeholder {
    color: #191f23;
}

.main .container .searchFilter .search:-ms-input-placeholder {
    color: #191f23;
}

.main .container .searchFilter .search::-moz-placeholder {
    color: #191f23;
}

.main .container .searchFilter .search::-ms-input-placeholder {
    color: #191f23;
}

.main .container .searchFilter .search::placeholder {
    color: #191f23;
}

.main .container .searchFilter p {
    color: #b7b8b9;
    font-weight: 700;
    display: inline-block;
    line-height: 50px;
    font-size: 1.875rem;
}

.main .container .searchFilter input {
    padding-left: 0px;
}

.main .container .searchFilter .custom-select {
    display: inline-block;
    height: 50px;
    background-color: #fff;
    position: relative;
    margin-left: 2%;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0;
    border-bottom: 1px solid #000;
    font-size: 18px;
    font-weight: 900;
    background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") no-repeat right center;
    color: #000;
    border-radius: 0px;
}

.main .container .searchFilter .custom-select i {
    color: #1a191d;
    position: absolute;
    right: 30px;
    top: 15px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 10;
}

.main .container .searchFilter .custom-select i::before {
    color: #1a191d;
}

.main .container .searchFilter .custom-select select {
    display: none;
}

.main .container .searchFilter .select-selected {
    background-color: #fff;
    font-size: 1.125rem;
    font-weight: 900;
}

.main .container .searchFilter .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

.main .container .searchFilter .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

.main .container .searchFilter .select-items div,
.main .container .searchFilter .select-selected {
    color: #1a191d;
    padding: 0 16px;
    border-bottom: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    padding-right: 50px;
    height: 50px;
    line-height: 50px;
    width: 255px;
}

.main .container .searchFilter .search {
    font-weight: 900;
}

.main .container .searchFilter .select-selected {
    border-bottom: 1px solid #1a191d;
    padding-left: 0;
}

.main .container .searchFilter .select-items div {
    position: relative;
    -webkit-transition: all 0.5s 0s;
    transition: all 0.5s 0s;
}

.main .container .searchFilter .select-items div::after {
    width: 100%;
    content: "";
    background-color: #b0b0b0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.main .container .searchFilter .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
}

.main .container .searchFilter .select-hide {
    display: none;
}

.main .container .searchFilter .same-as-selected,
.main .container .searchFilter .select-items div:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.searchnum {
    align-self: end;
    position: absolute;
    right: 0px;
    bottom: 0;
    padding-right: 13px;
    color: #535353;
    font-size: 17px;
    font-weight: 900;
}


/* // */

.produce {
    display: flex;
    height: 26.0417vw;
}

.produce .imgBox {
    width: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.produce .title {
    width: 50%;
    padding: 5% 7%;
    background-color: #333333;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.produce .title h2 {
    font-size: calc(60 / 1920 * 100vw);
    line-height: 1;
    margin-bottom: 1.822vw;
    color: #fff;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
}

.produce .title p {
    font-size: calc(18 / 1920 * 100vw);
    color: #888888;
    padding: 0 17% 0 0;
    text-align: justify;
}

.productWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.productWrap ul.hide {
    display: none;
}

.productWrap .productName {
    font-size: calc(24 / 1920 * 100vw);
    color: #191f23;
    width: 100%;
    font-weight: 700;
    margin-bottom: 110px;
}

.productWrap .leftItem {
    min-width: 225px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin-right: 11%;
}

.productWrap .leftItem a {
    font-size: calc(16 / 1920 * 100vw);
    color: #858585;
    position: relative;
    line-height: 48px;
    font-weight: 700;
}

.productWrap .leftItem a:before {
    content: "";
    position: absolute;
    width: 100%;
    border: 1px solid #d6d6d6;
    bottom: 0;
}

.productWrap .leftItem a:last-child:before {
    border: none;
}

.productWrap .rightItem {
    width: calc(80% - 150px);
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    position: relative;
}

.productWrap .rightItem.w-4 {
    width: 100%;
    top: -5vw;
}

.productWrap .rightItem .box {
    display: flex;
    flex-direction: column;
    max-width: 284px;
    /* height: 520px; */
    align-items: center;
    padding: 3% 3%;
    transition: 0.5s ease;
    position: relative;
    /* margin-top: 30px; */
    min-width: 284px;
}

.productWrap .rightItem.w-3 .box a {
    max-width: 200px;
}

.productWrap .rightItem.w-4 .box a {
    max-width: 200px;
}

.productWrap .rightItem .box:hover {
    box-shadow: 0px 0px 5px #d6d6d6;
}

.productWrap .rightItem .box:hover .percent {
    opacity: 1;
}

.productWrap .rightItem.w-3 .box:nth-child(odd) {
    margin-right: 50px;
}

.productWrap .rightItem.w-3 .box:nth-child(even) {
    margin-right: 50px;
}

.productWrap .rightItem.w-3 .box:nth-child(3n) {
    margin-right: 0px;
}

.productWrap .rightItem.w-4 .box:nth-child(odd) {
    margin-right: 80px;
}

.productWrap .rightItem.w-4 .box:nth-child(even) {
    margin-right: 80px;
}

.productWrap .rightItem.w-4 .box:nth-child(4n) {
    margin-right: 0px;
}

.productWrap .rightItem .box .percent {
    width: 52px;
    height: 52px;
    background-color: #ff0000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 24px;
    top: 30px;
    color: #ffff;
    opacity: 0;
    transition: 0.5s ease;
    z-index: 10;
}

.productWrap .rightItem .box .percent.hide {
    display: block;
}

.productWrap .rightItem .imgBox {
    min-height: 270px;
    max-width: 200px;
    width: 200px;
    position: relative;
}

.productWrap .rightItem .imgBox img {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.productWrap .rightItem .price {
    width: 100%;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
    /* height: 124px; */
}

.productWrap .rightItem .price:before {
    content: "";
    position: absolute;
    width: 100%;
    background-color: #e8e8e8;
    height: 1px;
    bottom: 0;
    opacity: 0;
    transition: 0.5s ease;
}

.productWrap .rightItem .box:hover .price:before {
    opacity: 1;
}

.productWrap .rightItem .price h3 {
    font-size: 20px;
    font-weight: 700;
    /* height: 90px; */
}

.productWrap .rightItem .price span {
    font-weight: 700;
    font-size: 16px;
    color: #3f3f3f;
}

.productWrap .rightItem .price span:nth-child(2) {
    margin-right: 20px;
}

.productWrap .rightItem .price span:nth-child(3) {
    font-weight: 700;
    font-size: 16px;
    color: #959595;
    text-decoration-line: line-through;
}

.productWrap .rightItem .cartBuy {
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
}

.productWrap .rightItem .cartBuy span {
    float: right;
}

.productWrap .rightItem .box:hover .cartBuy {
    opacity: 1;
}

.productWrap .rightItem .box .consultation{
    padding: 10px 0px;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    background-color: #a98252;
    color: #fff;
    margin-top: 15px;
    opacity: 0;
}
.productWrap .rightItem .box:hover .consultation{
    opacity: 1;
}
/* pagination  */

.pagination-wrap {
    padding-bottom: 60px;
    max-width: 400px;
    margin: 0 auto;
}

@media (min-width: 740px) {
    .pagination-wrap {
        padding-bottom: 8vw;
    }
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination a,
.pagination .dot {
    display: inline-flex;
    width: 35px;
    height: 35px;
    font-size: 0.875rem;
    line-height: 1em;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", "Noto Sans TW", "PingFang", "PingFangTC", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
}

.pagination .dot {
    width: 20px;
}

.pagination .dot:before {
    content: "...";
    letter-spacing: 2px;
    display: block;
    transform: translateY(-20%);
}

.pagination a {
    border: 2px solid #d4d4d4;
    margin: 0 3px;
    transition: all 0.35s ease;
    border-radius: 50%;
    font-weight: 700;
}

.pagination a:hover,
.pagination a:active {
    border-color: #666;
}

.pagination a.pg-prev {
    margin-right: 30px;
}

.pagination a.pg-next {
    margin-left: 30px;
}

.pagination a.pg-prev,
.pagination a.pg-next {
    font-size: 0;
    border: none;
    width: 26px;
}

.pagination a.active {
    border-color: #b6805b;
}

#selectPro {
    display: none;
}


/* RWD */

@media only screen and (min-width: 1000px) {
    body .main .container .searchFilter .custom-select {
        width: 18.5%;
        margin-right: 5%;
    }
}

@media only screen and (min-width: 1000px) {
    body .main .container .searchFilter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media only screen and (min-width: 1000px) {
    body .main .container .searchFilter input.search {
        width: 25%;
        margin: 0;
        margin-left: 15px;
        box-shadow: none;
    }
}

@media only screen and (min-width: 1000px) {
    body .main .container .searchFilter input.search {
        width: 18.5%;
    }
}

@media only screen and (min-width: 1000px) {
    body .main .container .searchFilter p {
        width: auto;
        font-size: 1.4375rem;
    }
}

@media only screen and (min-width: 1300px) {
    body .main .container .searchFilter a.go {
        right: auto;
        left: 10px;
    }
}

@media only screen and (min-width: 1300px) {
    body .main .container .searchFilter p {
        font-size: 1.875rem;
    }
}

@media only screen and (min-width: 1300px) {
    body .main .container .searchFilter .custom-select {
        margin-right: 2%;
    }
}


/* // */


/* 我的RWD */

@media screen and (min-width: 1921px) {
    .produce .title {
        width: 50%;
        padding: 5% 3%;
        background-color: #333333;
    }
    .produce .title h2 {
        font-size: calc(48 / 1920 * 100vw);
    }
    .produce .title p {
        font-size: calc(18 / 1920 * 100vw);
        color: #888888;
        padding: 0 7% 0 0;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        white-space: normal;
        overflow: hidden;
    }
}

@media screen and (min-width: 1600px) {
    body .banner {
        background-size: cover;
    }
    .produce .title p {
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        white-space: normal;
        overflow: hidden;
        display: -webkit-box;
    }
}

@media (max-width: 1600px) and (min-width: 1300px) {
    body article.main {
        margin-left: 6.5%;
        margin-right: 6.5%;
    }
    .productWrap .leftItem {
        min-width: 225px;
        display: flex;
        flex-direction: column;
        justify-content: start;
        margin-right: 8%;
    }
    .productWrap .rightItem.w-3 {
        width: calc(85% - 150px);
        display: flex;
        flex-wrap: wrap;
        cursor: pointer;
        position: relative;
    }
    .produce .title p {
        font-size: 16px;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        white-space: normal;
        overflow: hidden;
        display: -webkit-box;
    }
    .searchnum {
        right: 70px;
    }
    .productWrap .rightItem.w-3 .box:nth-child(odd) {
        margin-right: 1.2vw;
    }
    .productWrap .rightItem.w-3 .box:nth-child(even) {
        margin-right: 1.2vw;
    }
    .productWrap .rightItem.w-3 .box:nth-child(3n) {
        margin-right: 0px;
    }
    .productWrap .rightItem.w-4 .box:nth-child(odd) {
        margin-right: 2.2vw;
    }
    .productWrap .rightItem.w-4 .box:nth-child(even) {
        margin-right: 2.2vw;
    }
    .productWrap .rightItem.w-4 .box:nth-child(4n) {
        margin-right: 0px;
    }
    .productWrap .rightItem.w-4 {
        width: 100%;
        justify-content: initial;
        top: -5vw;
    }
}

@media (max-width: 1366px) and (min-width: 1366px) {
    .productWrap .rightItem.w-3 .box {
        min-width: 255px;
    }
    .productWrap .rightItem.w-3 .box a {
        max-width: 200px;
    }
    .productWrap .rightItem.w-3 .box:nth-child(even) {
        margin-right: 1.5vw;
    }
    .productWrap .rightItem.w-3 .box:nth-child(odd) {
        margin-right: 1.5vw;
    }
    .productWrap .rightItem.w-3 .box:nth-child(3n) {
        margin-right: 0;
    }
}

@media (max-width: 1366px) and (min-width: 1366px) {
    .productWrap .rightItem.w-4 .box {
        min-width: 265px;
    }
    .productWrap .rightItem.w-4 .box:nth-child(even) {
        margin-right: 1.5vw;
    }
    .productWrap .rightItem.w-4 .box:nth-child(odd) {
        margin-right: 1.5vw;
    }
    .productWrap .rightItem.w-4 .box:nth-child(4n) {
        margin-right: 0;
    }
}

@media (max-width: 1300px) and (min-width: 1000px) {
    body article.main {
        margin-left: 40px;
        margin-right: 40px;
    }
    body .main .container .searchFilter a.go {
        left: -5px;
    }
    .searchnum {
        padding-right: 0px;
        right: 45px;
    }
    .produce .title h2 {
        font-size: calc(50/1600*100vw);
    }
    .produce .title p {
        font-size: 14px;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        white-space: normal;
        overflow: hidden;
        display: -webkit-box;
    }
    .productWrap {
        margin-bottom: 0px;
    }
    .productWrap .productName {
        font-size: calc(24 / 1300 * 100vw);
    }
    .productWrap .rightItem.w-3 {
        width: calc(80%);
    }
    .productWrap .rightItem.w-3 .box:nth-child(odd) {
        margin-right: 1vw;
    }
    .productWrap .rightItem.w-3 .box:nth-child(even) {
        margin-right: 1vw;
    }
    .productWrap .leftItem {
        min-width: 185px;
        display: flex;
        flex-direction: column;
        justify-content: start;
        margin-right: 0%;
    }
    .productWrap .leftItem a {
        font-size: calc(16 / 1000 * 100vw);
    }
    .productWrap .rightItem .box {
        max-height: 500px;
    }
    .productWrap .rightItem .imgBox {
        min-height: 150px;
        margin-bottom: 60px;
        margin-top: 50px;
        max-width: 190px;
        width: 190px;
        position: relative;
    }
    .productWrap .rightItem.w-4 {
        width: 100%;
        top: -5vw;
    }
    .productWrap .rightItem .box {
        min-width: 250px;
    }
    .productWrap .rightItem.w-4 .box:nth-child(odd) {
        margin-right: 2.5vw;
    }
    .productWrap .rightItem.w-4 .box:nth-child(even) {
        margin-right: 2.5vw;
    }
    .productWrap .rightItem.w-4 .box:nth-child(3n) {
        margin-right: 0px;
    }
}

@media (max-width: 1280px) and (min-width: 1280px) {
    .productWrap .rightItem.w-4 .box {
        min-width: 330px;
    }
    .productWrap .rightItem.w-4 .box:nth-child(odd) {
        margin-right: 7.5vw;
    }
    .productWrap .rightItem.w-4 .box:nth-child(even) {
        margin-right: 7.5vw;
    }
    .productWrap .rightItem.w-4 .box:nth-child(3n) {
        margin-right: 0px;
    }
}

@media (max-width: 1152px) and (min-width: 1152px) {
    .productWrap .rightItem.w-3 .box {
        min-width: 255px;
        max-height: 475px;
    }
    .productWrap .rightItem.w-3 .box a {
        max-width: 200px;
    }
    .productWrap .rightItem.w-3 .box:nth-child(even) {
        margin-right: 1.5vw;
    }
    .productWrap .rightItem.w-3 .box:nth-child(odd) {
        margin-right: 1.5vw;
    }
    .productWrap .rightItem.w-3 .box:nth-child(3n) {
        margin-right: 0;
    }
    .productWrap .rightItem.w-4 .box {
        min-width: 330px;
    }
}

@media (max-width: 1194px) and (min-width: 1194px) {
    .productWrap .rightItem.w-4 .box:nth-child(even) {
        margin-right: 5vw;
    }
    .productWrap .rightItem.w-4 .box:nth-child(odd) {
        margin-right: 5vw;
    }
    .productWrap .rightItem.w-4 .box:nth-child(3n) {
        margin-right: 0;
    }
    .productWrap .rightItem.w-4 .box {
        min-width: 330px;
    }
}

@media (max-width: 1112px) and (min-width: 1112px) {
    .productWrap .rightItem.w-4 .box:nth-child(even) {
        margin-right: 5vw;
    }
    .productWrap .rightItem.w-4 .box:nth-child(odd) {
        margin-right: 5vw;
    }
    .productWrap .rightItem.w-4 .box:nth-child(3n) {
        margin-right: 0;
    }
    .productWrap .rightItem.w-4 .box {
        min-width: 305px;
    }
}

@media (max-width: 1024px) and (min-width: 1024px) {
    .productWrap {
        margin-bottom: 60px;
    }
    .productWrap .leftItem {
        min-width: 160px;
        display: flex;
        flex-direction: column;
        justify-content: start;
        margin-right: 0%;
    }
    .productWrap .rightItem {
        width: calc(81%);
    }
    .productWrap .rightItem.w-3 .box {
        min-width: 240px;
    }
    .productWrap .rightItem.w-3 .box:nth-child(odd) {
        margin-right: 1vw;
    }
    .productWrap .rightItem.w-3 .box:nth-child(even) {
        margin-right: 1vw;
    }
    .productWrap .rightItem.w-3 .box:nth-child(3n) {
        margin-right: 0;
    }
    .productWrap .rightItem.w-4 .box:nth-child(even) {
        margin-right: 2.5vw;
    }
    .productWrap .rightItem.w-4 .box:nth-child(odd) {
        margin-right: 2.5vw;
    }
    .productWrap .rightItem.w-4 .box:nth-child(3n) {
        margin-right: 0;
    }
    .productWrap .rightItem.w-4 .box {
        min-width: 295px;
    }
}

@media (max-width: 1000px) and (min-width: 700px) {
    .breadcrumbs {
        padding-bottom: 50px;
    }
    body article.main {
        margin-left: 50px;
        margin-right: 50px;
    }
    body .main .container .searchFilter {
        flex-direction: column;
        height: 200px;
        margin: 0px;
    }
    .main .container .searchFilter p {
        width: 60%;
        font-size: 1.2em;
    }
    .main .container .searchFilter .custom-select {
        width: 60%;
        margin-left: 0px;
    }
    .main .container .searchFilter .custom-select i {
        right: 0px;
    }
    .main .container .searchFilter .select-selected {
        width: 100%;
    }
    .main .container .searchFilter .search {
        width: 60%;
        margin-left: 0;
        padding-left: 0;
    }
    .main .container .searchFilter a.go {
        left: 68%;
        bottom: 32%;
    }
    .searchnum {
        right: 20%;
        bottom: 45px;
        display: none;
    }
    .produce {
        height: auto;
        flex-direction: column;
        max-height: none;
        height: 100vw;
    }
    .produce .imgBox {
        height: 50%;
        background-size: cover;
        width: 100%;
    }
    .produce .title {
        padding: 12% 7% 12%;
        width: 100%;
        min-height: 300px;
        height: 50%;
    }
    .produce .title h2 {
        margin-bottom: 40px;
        font-size: calc(60 / 1000 * 100vw);
    }
    .produce .title p {
        padding: 0 25% 0 0;
        font-size: calc(18 / 1000 * 100vw);
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        white-space: normal;
        overflow: hidden;
        display: -webkit-box;
    }
    .productWrap {
        margin-bottom: 60px;
    }
    .productWrap .productName {
        font-size: calc(24 / 1000 * 100vw);
    }
    .productWrap .leftItem {
        display: none;
    }
    .productWrap .rightItem {
        top: 6vw;
        width: 100%;
        justify-content: space-evenly;
    }
    .productWrap .rightItem .box {
        width: 50%;
    }
    .productWrap .rightItem .box {
        display: flex;
        flex-direction: column;
        max-width: 284px;
        /* height: 500px; */
        align-items: center;
        padding: 3% 5%;
        transition: 0.5s ease;
        position: relative;
    }
    .productWrap .rightItem .box .percent {
        top: 15px;
    }
    .productWrap .rightItem.w-3 .box:nth-child(even) {
        margin-right: 0;
    }
    .productWrap .rightItem.w-3 .box:nth-child(odd) {
        margin-right: 0vw;
    }
    .productWrap .rightItem .imgBox {
        min-height: 150px;
        margin-bottom: 60px;
        margin-top: 60px;
        max-width: 200px;
        width: 200px;
        position: relative;
    }
    #selectPro {
        display: block;
        background-color: #fff;
        border-bottom: 1px solid #000;
        outline: none;
        /* border: none; */
        box-shadow: none;
    }
    .productWrap .rightItem.w-4 {
        width: 100%;
        justify-content: space-between;
        top: 5vw;
    }
    .productWrap .rightItem.w-4 .box:nth-child(even) {
        margin-right: 0;
    }
}

@media (max-width: 768px) and (min-width: 768px) {
    .productWrap .rightItem.w-3 .box:nth-child(odd) {
        margin-right: 12.5vw;
    }
}

@media screen and (max-width: 700px) {
    .breadcrumbs {
        padding-bottom: 50px;
    }
    body article.main {
        margin-left: 30px;
        margin-right: 30px;
    }
    body .main .container .searchFilter {
        flex-direction: column;
        height: 100px;
        margin: 20px 0 0;
    }
    .main .container .searchFilter p {
        width: 60%;
        font-size: 1.2em;
    }
    .main .container .searchFilter .custom-select {
        width: 60%;
        margin-left: 0px;
    }
    .main .container .searchFilter .custom-select i {
        right: 0px;
    }
    .main .container .searchFilter .select-selected {
        width: 100%;
    }
    .main .container .searchFilter .search {
        width: 60%;
        margin-left: 0;
        padding-left: 0;
    }
    .main .container .searchFilter a.go {
        left: 68%;
        bottom: 0;
        position: absolute;
    }
    .searchnum {
        right: 20%;
        bottom: 45px;
        display: none;
        -webkit-dislay: none;
    }
    .produce {
        max-width: 100%;
        flex-direction: column;
        max-height: none;
        height: 100vw;
    }
    .produce .imgBox {
        height: 50%;
        background-size: cover;
        width: 100%;
    }
    .produce .title {
        padding: 15% 7% 12%;
        width: 100%;
        max-height: 350px;
        height: 60%;
    }
    .produce .title h2 {
        margin-bottom: 40px;
        font-size: calc(60 / 1000 * 100vw);
    }
    .produce .title p {
        padding: 0 25% 0 0;
        font-size: calc(18 / 1000 * 100vw);
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        white-space: normal;
        overflow: hidden;
        display: -webkit-box;
    }
    .productWrap {
        margin-bottom: 60px;
    }
    .productWrap .productName {
        font-size: calc(24/700*100vw);
    }
    .productWrap .rightItem .imgBox {
        min-height: 150px;
        max-width: 200px;
        width: 130px;
        position: relative;
    }
    .productWrap .rightItem .box {
        display: flex;
        flex-direction: column;
        max-width: 284px;
        /* height: 450px; */
        align-items: center;
        padding: 3% 7%;
        transition: 0.5s ease;
        position: relative;
    }
    .productWrap .leftItem {
        display: none;
    }
    .productWrap .rightItem {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        cursor: pointer;
        position: relative;
        top: 5vw;
        justify-content: center;
    }
    .productWrap .rightItem .box {
        width: 44%;
    }
    .productWrap .rightItem.w-3 .box:nth-child(odd) {
        margin-right: 0;
    }
    .productWrap .rightItem.w-3 .box:nth-child(even) {
        margin-right: 0;
    }
    #selectPro {
        display: block;
        background-color: #fff;
        border-bottom: 1px solid #000;
        outline: none;
        box-shadow: none;
        padding-top: 3%;
        padding-bottom: 3%;
        height: 60px;
    }
    .productWrap .rightItem.w-4 {
        width: 100%;
        justify-content: space-between;
        top: 5vw;
        margin: 50px 0;
    }
    .productWrap .rightItem.w-4 .box:nth-child(odd) {
        margin-right: 0;
    }
    .productWrap .rightItem.w-4 .box:nth-child(even) {
        margin-right: 0;
    }
   
    .productWrap .rightItem .cartBuy{
        opacity: 1;
    }
    .productWrap .rightItem .box .consultation{
        margin-top: 15px;
        opacity: 1;

        
    }
}

@media (max-width: 600px) {
    .productWrap .rightItem .box {
        width: 50%;
        min-width: 150px;
    }
    .productWrap .rightItem .box:nth-child(2n+1) {
        margin-right: 0px;
    }
    .productWrap .rightItem.w-4 {
        width: 100%;
        top: -15vw;
        margin: 50px 0;
    }
}

@media (min-width: 100px) and (max-width: 500px) {
    .productWrap {
        margin-bottom: 60px;
    }
    .productWrap .rightItem .price {
        padding-bottom: 0;
        text-align: center;
        margin-top: 10px;
    }
    .productWrap .rightItem .price h3 {
        font-size: 16px;
        font-weight: 700;
        height: 50px;
        overflow: hidden;
        /* white-space: nowrap; */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .productWrap .rightItem .price span:nth-child(2) {
        margin-right: 10px;
        font-size: 16px;
        /* text-align: left; */
    }
    .productWrap .rightItem .cartBuy {
        width: 100%;
        opacity: 1;
        transition: 0.5s ease;
        text-align: center;
        position: relative;
        bottom: 10px;
    }
    .productWrap .rightItem .cartBuy img {
        width: 18%;
    }
    .productWrap .rightItem .cartBuy span {
        float: right;
        display: none;
    }
    .productWrap .rightItem .price:before {
        content: "";
        position: absolute;
        width: 100%;
        background-color: #e8e8e8;
        height: 1px;
        bottom: 0;
        opacity: 0;
        transition: 0.5s ease;
        left: 0;
    }
    .productWrap .productName {
        font-size: calc(24/500*100vw);
        margin-bottom: 30px;
    }
    .produce .title {
        padding: 10% 7% 10%;
        width: 100%;
    }
    .produce .title h2 {
        margin-bottom: 10px;
        font-size: calc(54 / 700 * 100vw);
    }
    .produce .title p {
        padding: 0 10% 0 0;
        font-size: calc(22 / 700 * 100vw);
    }
    .productWrap .rightItem .box {
        width: 50%;
        min-width: auto;
    }
    .productWrap .rightItem .box .percent {
        top: 7px;
        width: 35px;
        height: 35px;
        right: 10px;
    }
    .productWrap .rightItem .box:nth-child(2n+1) {
        margin-right: 0;
    }
    .productWrap .rightItem .box a {
        width: auto;
    }
    .productWrap .rightItem .box .consultation{
        margin-top: 0px;
        opacity: 1;
    }
}

/* 左側新選單 */

.pd_pool_nav {
    width: 16.5%
}

.fz-B {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.125em;
    width: 100%;
}

@media (min-width: 1380px) {
    .fz-B {
        font-size: 1.5625vw;
    }
}

@media (min-width: 0) and (max-width: 1000px) {
    .pd_pool_nav {
        display: none
    }
    .fz-B {
        display: none;
    }
}

.pd_pool_nav a {
    display: block;
    color: #858585;
    transition: all .6s ease;
    padding: 0.75em 0
}

.pd_pool_nav a:hover {
    color: #b92f17;
}

.left_nested_nav {
    padding-top: 1.5em;
}

.left_nested_nav ul {
    list-style: none
}

.left_nested_nav a {
    display: block;
    transition: all .4s ease;
}

.left_nested_nav li {
    transition: all .4s ease;
}

.left_nested_nav .hasdropmenu ul {
    display: none;
}

.left_nested_nav>ul>li {
    border-bottom: 1px solid #e5e4e4;
}

.left_nested_nav>ul>li.hasdropmenu {
    position: relative;
    line-height: 1.5;
}

.left_nested_nav>ul>li.hasdropmenu>.switch {
    content: "+";
    display: block;
    position: absolute;
    width: 2em;
    height: 3em;
    right: 0;
    top: 0;
    display: flex;
    cursor: pointer
}

.left_nested_nav>ul>li.hasdropmenu>.switch:before,
.left_nested_nav>ul>li.hasdropmenu>.switch:after {
    content: "";
    display: block;
    width: 12px;
    border-top: 2px solid #7d7d7d;
    position: absolute;
    transform-origin: right top;
    right: 0;
    top: 50%;
    transition: all .35s ease
}

.left_nested_nav>ul>li.hasdropmenu>.switch:before {
    transform: translate(0, -50%)
}

.left_nested_nav>ul>li.hasdropmenu>.switch:after {
    transform-origin: center center;
    transform: translate(0%, -50%) rotate(90deg)
}

.left_nested_nav>ul>li.hasdropmenu>.switch:hover:before,
.left_nested_nav>ul>li.hasdropmenu>.switch:hover:after {
    border-color: #194f23;
}

.left_nested_nav>ul>li.hasdropmenu.active {
    padding-bottom: 0.5em
}

.left_nested_nav>ul>li.hasdropmenu.active>.switch:after {
    transform: translate(0%, -50%) rotate(0);
    opacity: 0
}

.left_nested_nav>ul>li.hasdropmenu.active>a {
    border-bottom: none;
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #e5e4e4;
    margin-bottom: 0.5em;
    padding: 0.5em 0;
}

.left_nested_nav>ul>li>ul>li.hasdropmenu {
    position: relative
}

.left_nested_nav>ul>li>ul>li.hasdropmenu:after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/product/icon_inpage_iconset.svg");
    background-size: auto 100%;
    background-position: 48.98% 0
}

.left_nested_nav>ul>li>ul>li>a {
    padding-left: 1em;
    border-bottom: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em
}

.left_nested_nav>ul>li>ul>li>ul {
    position: absolute;
    left: 100%;
    width: 220px;
    top: 0;
    z-index: 99;
    padding: 0 0 0 15px
}

.left_nested_nav>ul>li>ul>li>ul::before,
.left_nested_nav>ul>li>ul>li>ul:after {
    content: "";
    display: block;
    height: 8px;
    background-color: #f8f8f8;
    width: 100%
}

.left_nested_nav>ul>li>ul>li>ul li {
    background-color: #f8f8f8
}

.left_nested_nav>ul>li>ul>li>ul li a {
    padding: 0.5em 1em
}