/*------------ 共用 ------------*/
.content-top {
    margin: 0 0 10px;
}
.content-title {
    margin: 0 -15px 0;
}
/*------------ /共用 ------------*/
/*------------ list ------------*/
/*追蹤清單*/
.products-list.type1 {
    margin: 0 -10px;
}
.products-list.type1 .item {
    width: calc(100% / 5);
    padding: 0 10px;
}
.products-list.type1 .item:nth-child(5n+1) {
    clear: left;
}
/*/追蹤清單*/
.products-list.type2 {
    margin: 0 -10px;
}
.products-list.type2 .item {
    width: 20%;
    padding: 0 10px;
}
.products-list.type2 .item:nth-child(5n+1) {
    clear: left;
}
.products-list li .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.products-list .box {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    max-width: 220px;
    margin: 0 auto 40px;
}
.products-list .box.new:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    width: 43px;
    height: 40px;
    background: url(../../images/common/products/new_tag.webp) no-repeat;
    background-size: contain;
    z-index: 10;
}
.products-list .btn.wish {
    margin: 20px auto 0;
    font-size: 13px;
    letter-spacing: 1px;
    width: 100%;
    line-height: 30px;
    height: 30px;
    border-radius: 0;
    color: #666666;
    background: #E9F1DC;
    transition: all 0.3s ease;
    z-index: 40;
}
.products-list .btn.wish::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    background: #E3E3E3;
    transition: all 0.3s ease;
}
.products-list .btn.wish::after {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 1px;
    background: #333;
    transition: all 0.3s ease;
}
.products-list .btn.wish:hover:after {
    width: 100%;
}
.products-list .btn.wish:hover {
    background: #333333;
    color: #E9F1DC;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .pic img {
    width: 100%;
}
.products-list .txt {
    position: relative;
    text-align: center;
}
.products-list .name {
    text-align: left;
    color: #333;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 10px 0 5px;
    height: 28px;
    line-height: 28px;
    transition: all 0.3s ease;
}
.products-list .box:hover .name {
    color: #878787;
}
.products-list .offers {
    color: #333;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    font-family: 'Marcellus', sans-serif;
}
.products-list .offers span {
    font-size: 15px;
    color: #666666;
    padding-right: 5px;
}
/*------------ /list ------------*/
/*------------ content ------------*/
.products-intro {
    margin: 0 0 40px;
    display: flex;
}

.pd-left {
    width: calc(100% - 56.5%);
    padding: 0 40px 0 0 ;
}
.pd-intro {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 56.5%;
}
.gallery {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gallery .pic {
    max-width: 494px;
    margin: 0 auto;
    background: #fff;
}
/*/thumbnails*/
.slide-count-wrap{
    position: absolute;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    text-align: center;
    width: 60px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    font-family: 'Marcellus', serif;
}
.thumbnails  {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 15px;
    margin: 15px -6px 0;
    overflow: hidden;
}
.products-intro .thumbnails .item{
    padding: 0 6px;
}
.products-intro .thumbnails .slick-arrow {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    font-size: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    overflow: visible;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 10;
}
.products-intro .thumbnails .slick-prev {
    left: 6px;
}
.products-intro .thumbnails .slick-next {
    right: 6px;
}
.products-intro .thumbnails .slick-arrow.slick-arrow:before {
    content: "\f104";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: 'icon-font' !important;
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
}
.products-intro .thumbnails .slick-arrow.slick-next:before {
    content: "\f105";
}
.products-intro .thumbnails .slick-arrow.slick-arrow:hover {
    opacity: 0.7;
}
.products-intro .thumbnails li a {
    position: relative;
    box-sizing: border-box;
}
.products-intro .thumbnails li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #333;
    opacity: 0;
    transition: all .3s ease;
    z-index: 10;
}
.products-intro .thumbnails li.slick-current a:after{
    opacity: 1;
}
.products-intro .thumbnails li a:hover:after {
    opacity: 0.7;
    border: 0;
}
/*/thumbnails*/
.pd-intro .pd-id {
    display: inline-block;
    font-size: 14px;
    color: #ccc;
}
.pd-intro .pd-name {
    color: #333;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: 0;
    padding: 10px 0;
}
.pd-info {
    padding: 0 15px;
}
.pd-info-divider {
    border: 0;
    margin: 0;
}
.pd-price-better {
    display: flex;
    align-items: center;
    background: #F4F4F4;
    color: #333;
    font-size: 20px;
    font-weight: normal;
    line-height: 32px;
    border-radius: 0;
    padding: 15px;
    margin: 0 -15px 15px;
}
.pd-price-better .pd-info-label {
    color: #666;
    font-size: 15px;
    font-weight: normal;
    width: auto;
    margin: 0 5px 0 0;
}
.pd-price-better span {
    vertical-align: middle;
    font-size: 24px;
    color: #EB6060;
    font-family: 'Marcellus', serif;
}
.pd-description {
    padding: 10px 0;
    border: 1px solid #eee;
    border-width: 1px 0;
    margin: 0 0 15px;
}
.pd-info-label {
    margin: 0 0 10px;
    width: 100px;
    display: inline-block;
}
.pd-info select.form-control {
    display: inline-block;
    margin: 0;
    width: calc(100% - 105px);
}
/*share*/
.share-link.list-inline {
    text-align: left;
}
.share_box .share-link .btn.blogger,
.share_box .share-link .btn.facebook,
.share_box .share-link .btn.google,
.share_box .share-link .btn.twitter,
.share_box .share-link .btn.mail,
.share_box .share-link .btn.linkedin,
.share_box .share-link .btn.tumblr,
.share_box .share-link .icon-ic-share-t,
.share_box .share-link .btn.line,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w,
.share_box .share-link .btn.pinterest,
.share_box .share-link .btn.plurk {
    color: #FFF;
    cursor: pointer;
    font-size: 25px;
}
.share_box {
    margin: 2px 2px;
    text-align: center;
}
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w {
    font-size: 25px;
    width: 25px;
    height: 30px;
    border-radius: 15px;
    margin: 0;
    padding: 0;
    line-height: 33px;
}
.share_box .share-link .btn {
    width: 25px;
    margin: 0;
    border: 0;
    line-height: 1;
}
.share-out-bth {
    display: inline-block;
    float: right;
}
.share-buttom {
    text-align: center;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    color: #fff;
    background: #ccc;
    transition: all 0.3s ease;
    cursor: pointer;
}
.share-buttom:hover {
    color: #E9F1DC;
    background: #333;
}
.share-buttom .share_box {
    position: absolute;
    right: 0;
    margin-top: -50px;
    padding: 2px 5px;
    background: #ccc;
    line-height: 2;
}
.share-buttom .share_box:after {
    content: '▼';
    position: absolute;
    right: 1%;
    display: block;
    margin-top: -15px;
    font-size: 20px;
    color: #ccc;
}
.share_box {
    display: none;
}
.share-buttom:hover .share_box {
    display: block;
}
.share-out-bth .share .btn {
    background: #222222;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 28px;
    border-radius: 50%;
    margin-left: 2px;
}
.share .btn:hover {
    background: #B29066;
    color: #fff;
}
.share_box {
    margin: -15px 0 35px 0;
}
.share-link button,
.share-link a {
    width: 30px;
    height: 30px;
    color: #CCC;
    font-size: 30px;
    text-align: center;
    line-height: 32px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.a2a_default_style .a2a_svg {
    display: none;
}
.share-link li a {
    font-size: 30px;
    width: auto;
    float: none;
    height: auto;
    line-height: 30px;
    cursor: pointer;
}
.share_box .share-link .facebook:hover {
    color: #405D9A;
}
.share_box .share-link .google:hover {
    color: #F34537;
}
.share_box .share-link .twitter:hover {
    color: #39A0CE;
}
.share_box .share-link .plurk:hover {
    color: #E9443D;
}
.share_box .share-link .line:hover {
    color: #00C300;
}
.share_box .share-link .mail:hover {
    color: #00C300;
}
.share_box .share-link .linkedin:hover {
    color: #0177B5;
}
.share_box .share-link .share-link:hover {
    color: #00C300;
}
.share_box .share-link .blogger:hover {
    color: #F26C38;
}
.share_box .share-link .linkedin:hover {
    color: #F6C13D;
}
.share_box .share-link .a2a_button_whatsapp:hover {
    color: #F34537;
}
.share_box .share-link .a2a_button_sina_weibo:hover {
    color: #F34537;
}
/*/share*/
/*按鈕*/
.pd-intro .btn-group {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin: 30px -7.5px 0;
}
.pd-intro .btn-group .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 3);
    padding: 15px;
    margin: 0 7.5px;
    white-space: normal;
    line-height: 1.4;
    color: #666;
    background: #F4F4F4;
    border: 1px solid #333;
    border-radius: 0;
    transition: all 0.3s ease;
}
.pd-intro .btn-group .btn:hover {
    opacity: 0.7;
}
.pd-intro .btn-group .btn .ic {
    padding-right: 5px;
}
.pd-intro .btn-group .btn.addcart {
    color: #666;
    background: #F4F4F4;
    border: 1px solid #333;
}
.pd-intro .btn-group .btn.buynow {
    background: #333;
    color: #fff;
}
.pd-intro .btn-group .btn.soldout {
    cursor: not-allowed;
    opacity: 0.5;
}
.pd-intro .btn.wish {
    border-color: #EB6060;
    background: #EB6060;
    color: #fff;
}
.pd-intro .btn.arrival {
    border-color: #666;
    background: #666;
    color: #fff;
}
/*/按鈕*/
/*拆單按鈕*/
.pd-intro .btn-group .btn.general {
    background: #fb5200;
    color: #fde9aa;
}
.pd-intro .btn-group .btn.general:hover {
    background: #ff7634;
}
.pd-intro .btn-group .btn.general .ic {
    background: #fbb900;
    color: #fb5200;
}
.pd-intro .btn-group .btn.general small {
    color: #fbb900;
}
.pd-intro .btn-group .btn.cold {
    background: #c9ff8e;
    color: #589417;
}
.pd-intro .btn-group .btn.cold:hover {
    background: #a6e85e;
}
.pd-intro .btn-group .btn.cold .ic {
    background: #88d238;
    color: #c9ff8e;
}
.pd-intro .btn-group .btn.cold small {
    color: #88d238;
}
.pd-intro .btn-group .btn.freezing {
    background: #2dc6dc;
    color: #bff7ff;
}
.pd-intro .btn-group .btn.freezing:hover {
    background: #3dafbf;
}
.pd-intro .btn-group .btn.freezing .ic {
    background: #8bf4ff;
    color: #2dc6dc;
}
.pd-intro .btn-group .btn.freezing small {
    color: #8bf4ff;
}
/*/拆單按鈕*/
/*商品介紹*/
.products-detail {
    position: relative;
    box-sizing: border-box;
    margin: 0 0 40px;
    clear: both;
}
.buymore-box .title,
.related-box .title,
.products-detail .title {
    color: #545454;
    background: #F4F4F4;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: normal;
    padding: 10px 15px;
    margin: 0 0 20px;
}
/*/商品介紹*/
/*你可能喜歡_related-box*/
.related-box {
    position: relative;
    box-sizing: border-box;
    margin: 40px 0 0;
    width: 100%;
    clear: both;
}
.related-box .slick-prev,
.related-box .slick-next {
    position: absolute;
    text-align: center;
    top: 12.5px;
    right: 15px;
    white-space: nowrap;
    font-size: 0;
    padding: 0;
    border: 0;
    bottom: 40px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    transition: all 0.3s ease;
    overflow: hidden;
    z-index: 10;
    cursor: pointer;
}
.related-box .slick-prev {
    right: 47px;
}
.related-box .slick-next {
    right: 15px;
}
.related-box .slick-arrow::before {
    content: "\f104";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: 'icon-font' !important;
    color: #333;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
}
.related-box .slick-next::before {
    content: "\f105";
}
.related-box .slick-prev:hover,
.related-box .slick-next:hover {
    background: #E9F1DC;
}
.related-box .slick-prev:hover:before,
.related-box .slick-next:hover:before {
    border-color: #333;
}
.related-slider {
    position: relative;
}
.related-list {
    margin: 0 -15px;
}
.related-list .item {
    width: calc(100% / 5);
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.related-list .box {
    position: relative;
    display: block;
    text-align: center;
    max-width: 220px;
    margin: 0 auto;
}
.related-list .pic {
    position: relative;
    overflow: hidden;
}
.related-list .name {
    text-align: center;
    color: #333;
    font-weight: normal;
    letter-spacing: 1px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 10px 0 5px;
    height: 20px;
    line-height: 20px;
    transition: all 0.3s ease;
}
.related-list .box:hover .name {
    color: #878787;
}
.related-list .offers {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    font-family: 'Marcellus', sans-serif;
}
.related-list .offers span {
    font-size: 14px;
    color: #666666;
    padding-right: 5px;
}
/*/你可能喜歡_related-box*/
/*加購商品_buymore-add*/
.buymore-box {
    position: relative;
    box-sizing: border-box;
    margin: 0 0 40px;
    clear: both;
}
.buymore-list .item {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #E3E3E3;
    border: 1px solid #eee;
    padding: 8px 12px;
    width: calc(100% / 2 - 10px);
    margin: 5px;
    transition: all 0.3s ease;
}
.buymore-list .item:hover {
    border-color: #E9F1DC;
    background: #f7ffeaad;
}
.buymore-list .price {
    display: inline-block;
    color: #333;
    font-size: 18px;
    line-height: 1;
    font-family: 'Marcellus', 'Noto Sans TC', serif;
}
.buymore-list .price i {
    font-size: 14px;
    font-style: unset;
    color: #666666;
    padding-right: 3px;
}
.buymore-list .name {
    color: #333;
    letter-spacing: 1px;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease;
}
.buymore-list .name:hover {
    color: #878787;
}
.buymore-list .pd-info {
    margin: 0;
    padding: 5px 20px 0;
}
.buymore-list .pd-info .form-control {
    margin: 0;
    padding: 0 5px;
    max-width: none;
}
.buymore-list .pd-info .spec {
    float: left;
    width: calc(100% - 75px);
}
.buymore-list .pd-info .qty {
    float: right;
    width: 70px;
}
.buymore-box img {
    width: 50px;
}
.left-buymore {
    display: inline-block;
}
.right-buymore {
    width: calc(100% - 80px);
    float: right;
}
.buymore-list .ic.ic3-down2 {
    color: #80caa5;
    font-size: 13px;
    position: absolute;
    top: 10px;
    left: 15px;
}
.buymore-bth {
    position: absolute;
    top: 9px;
    right: 9px;
    text-align: center;
    max-width: 100px;
    padding: 5px 20px;
    margin: 0;
    font-size: 13px;
    border-radius: 20px;
    color: #333;
    background: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
}
.buymore-bth .up {
    display: none;
}
.buymore-bth.active {
    background: #E9F1DC;
    color: #333;
}
.buymore-bth.active .up {
    display: block;
}
.buymore-bth.active .down {
    display: none;
}
.btn.buymore-add {
    max-width: 30px;
    width: auto;
    display: inline-block;
    background: #b8b9aa;
    padding: 1px 5px;
}
.btn.buymore-add.active {
    background: #72b1aa;
}
.btn.buymore-add i {
    color: #fbfbfb;
    font-size: 16px;
}
/*/加購商品_buymore-add*/
/*商品貨到通知燈箱*/
.arrival-box .form-control {
    width: 100%;
    margin: auto;
}
.arrival-box .captcha .form-control {
    width: 100%;
    max-width: 342px;
}
.pd-arrival-fancybox .pd-info-label {
    width: auto;
    margin: 0;
}
.pd-arrival-fancybox .form-control {
    width: 65%;
}
/*/商品貨到通知燈箱*/
/*------------ /content ------------*/
/*------------ 商品活動_pd-activity ------------*/
.activity-banner:before {
    top: 15%;
    bottom: 28%;
}
.pd-activity {
    background: rgb(220, 146, 45);
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 15px 5px 35px;
    transition: all .2s;
    position: relative;
    margin-left: 0px;
    border-radius:20px;
}
.pd-activity:hover {
    background: #F76171;
}
.pd-activity:before,
.pd-activity:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #fff;
    display: inline-block;
    vertical-align: middle;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    position: absolute;
    animation-direction: alternate;
    top: 10px;
}
.pd-activity:before {
    animation-name: activity-ani;
    opacity: .5;
    left: 8px;
}
.pd-activity:after {
    animation-name: activity-ani2;
    opacity: 1;
    left: 20px;
}
@keyframes activity-ani {
    from {
        opacity: .5;
    }
    to {
        opacity: 1;
    }
}
@keyframes activity-ani2 {
    from {
        opacity: 1;
    }
    to {
        opacity: .5;
    }
}
.pd-activity a {
    display: block;
}
/*------------ /商品活動_pd-activity ------------*/
/*------------ 產品Q&A ------------*/
.go-msg-box {
    text-align: center;
    margin-bottom: 010px;
}
.btn.go-msg {
    border: 3px solid #FDE7A4;
    width: 260px;
    color: #FBA41A;
    font-size: 18px;
    line-height: 40px;
    border-radius: 20px;
}
.btn.go-msg:hover {
    border-color: #FF5C2D;
    color: #FF5C2D;
    background: #FDE7A4;
}
.btn.go-msg .ic43-msg2 {
    font-size: 24px;
    vertical-align: middle;
}
.btn.go-msg .ic43-angle-circle-down {
    font-size: 14px;
    vertical-align: middle;
}
.message-item {
    margin-bottom: 5px;
    border-bottom: 1px solid rgb(217, 202, 179);
}
#message-sect {
    margin-top: 20px;
    padding-top: 5px;
}
.message-item .message-from {
    color: #fff;
    font-weight: bold;
    padding: 2px 0 2px 30px;
    display: block;
    background: rgb(255, 92, 45);
    float: left;
    width: 15%;
    border-radius: 15px;
}
.message-item .date {
    display: inline-block;
    color: #ffd5b8;
}
.message-question,
.message-answer {
    padding: 5px;
    position: relative;
}
.message-question {
    cursor: pointer;
}
.message-question .title {
    top: 0px;
    float: right;
    width: calc(100% - 210px);
    padding: 0 0 0 10px;
}
#message-sect .form-wrap {
    border: 4px solid #FABE00;
    background: #fefdfd;
    padding: 20px 2% 20px;
}
.message-question:hover .title {
    text-decoration: underline;
}
.message-item.active .message-question {
    background: #fff2ee;
    border-bottom: none;
}
.message-question .txt {
    height: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.message-item.active .message-question .txt {
    height: auto;
    visibility: visible;
    padding: 10px 0px;
}
.message-answer {
    display: none;
    border-top: 1px solid rgb(217, 202, 179);
    background: rgb(252, 245, 224);
}
.message-answer .editor {
    padding: 10px 20px;
    min-height: 20px;
}
#message-sect .form-box {
    padding: 0;
}
#message-sect .reminder {
    margin-bottom: 20px;
}
#message-sect .reminder span {
    background: #FDE7A4;
    border: 0;
}
.pd-content {
    margin-top: 35px;
    padding-top: 20px;
    border-top: 1px dotted #dcb984;
}
#message-sect .form-box .control-label {
    display: inline-block;
}
.pd-reply{
    display: inline-block;
    position: relative;
    font-size: 13px;
}
.pd-reply .status{
    background:#929292;
    padding: 2px 5px;
    color:#fff;
    border-radius: 10px;
}
.pd-reply .status.replied{
    background:#ff5c2d;
}
/*------------ /產品Q&A ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1300px) {
    .gallery,
    .pd-intro,
    .buymore-box,
    .related-box {
        float: none;
        width: auto;
        clear: both;
    }
    .products-intro {
        flex-direction: column;
    }
    .pd-left {
        width: 100%;
        padding: 0;
    }
    .thumbnails {
        margin: 15px -5px;
    }
}
@media screen and (max-width: 1200px) {
    .products-list.type1 {
        margin: 0 -15px;
    }
    .products-list.type1 .item {
        padding: 0 15px;
        width: calc(100% / 4);
    }
    .products-list.type1 .item:nth-child(5n+1) {
        clear: none;
    }
    .products-list.type1 .item:nth-child(4n+1) {
        clear: left;
    }
}
@media screen and (max-width: 1100px) {
    .related-list .item{
        width: calc(100% / 4);
    }
    /* .related-list .item:nth-child(5n+1) {
        clear: none;
    }
    .related-list .item:nth-child(4n+1) {
        clear: left;
    } */
}
@media screen and (max-width: 1000px) {
    /*共同*/
    .sort_box {
        background: #f4f4f4;
    }
    /*/共同*/
    .products-list.type1 {
        margin: 0 -15px;
    }
    .products-list.type1 .item {
        width: 50%;
        padding: 0 15px;
    }
    .products-list.type1 .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list.type1 .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list .name {
        font-size: 16px;
        height: 25px;
        line-height: 25px;
    }
    .products-list .offers {
        font-size: 16px;
    }
    .products-list .offers span {
        font-size: 14px;
    }
    .gallery .pic {
        margin: 0 auto;
    }
    .products-intro {
        margin: 0 0 30px;
    }
    .pd-intro .pd-name {
        font-size: 18px;
    }
    .pd-intro .btn-group {
        margin: 20px -2.5px 0;
    }
    .pd-intro .btn-group .btn{
        display: block;
        padding: 10px;
        margin: 0 2.5px;
    }
    .pd-intro .btn-group .btn .ic {
        display: block;
        margin: 0 0 5px;
    }
    .pd-price-better span {
        font-size: 20px;
    }
    .pd-price-better {
        padding: 10px 15px;
    }
    .pd-info-label {
        width: 75px;
    }
    .pd-info select.form-control {
        width: calc(100% - 90px);
    }
    .buymore-bth {
        top: 6px;
    }
    .buymore-box .title,
    .related-box .title,
    .products-detail .title {
        font-size: 16px;
        margin: 0 0 15px;
    }
    .buymore-box,
    .products-detail {
        margin: 0 0 30px;
    }
    .related-box .slick-prev,
    .related-box .slick-next{
        top: 10px;
    }
    .pd-content {
        margin-top: 35px;
        padding-top: 15px;
    }
    .btn.go-msg {
        width: 240px;
        line-height: 30px;
    }
}
@media screen and (max-width: 860px) {
    .products-list.type2 {
        max-width: 700px;
        margin: 0 auto;
    }
    .products-list.type2 .item {
        width: 50%;
    }
    .products-list.type2 .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list.type2 .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 767px) {
    .buymore-list .item {
        width: 100%;
        margin: 0;
    }
    .buymore-list .item+.item {
        margin: 10px 0 0;
    }
    .related-list .item{
        width: calc(100% / 3);
    }
    .message-item .message-from {
        width: 85%;
        float: none;
        text-align: left
    }
    .message-question .title {
        width: 100%;
        float: none;
        border: none;
        padding: 5px 0;
    }
    #message-sect .form-wrap {
        margin: 0 -10px;
        padding: 20px;
    }
    .message-answer {
        padding: 0;
    }
    #message-sect .form-box .control-box {
        margin-bottom: 0;
    }
    #message-sect .reminder {
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 580px) {
    .related-list .item{
        width: calc(100% / 2);
    }
}