* {
    margin: 0px;
    padding: 0px;
}

img {
    border: none;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}


/**/
* {
    padding: 0px;
    margin: 0px;
}

body {
    font-family: "微软雅黑";
}

img {
    padding: 0px;
    border: 0px;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    text-decoration: underline;
}

.mauto {
    margin: 0 auto;

}
.nav-wrap {
    width: 100%;
    position: sticky;
    top: 0px;
    z-index: 111;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    padding: 12px 24px;
    background-color: #ffffff;
}

.logo-area {
    display: flex;
    align-items: center;
}

.logo-img {
    width: 60px;
    height: auto;
    margin-right: 12px;
}

.logo-text-img {
    width: 120px;
    height: auto;
}

.slogan {
    font-size: 14px;
    color: #666666;
    margin-top: 4px;
}

.search-form {
    display: flex;
    align-items: center;
    flex: 1;
    max-width: 800px;
    margin: 0 32px;
}

.search-input {
    flex: 1;
    height: 32px;
    padding: 0 16px;
    border: 1px solid #e0e0e0;
    border-radius: 4px 4px 4px 4px;
    font-size: 14px;
    outline: none;
    margin-right: 20px;
    box-sizing: border-box;
    transition: border-color 0.3s;
}

.search-input:focus {
    border-color: #ff6600;
}

.search-btn {
    height: 32px;
    padding: 0 24px;
    background-color: #ff6600;
    color: #ffffff;
    border: none;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
}

.search-btn:hover {
    background-color: #dd5500;
}

/* 响应式适配 */



input,
button,
select,
textarea {
    outline: none;
    border: none;
    background: none;
}

@media (min-width: 576px) {
    .gdetail {
        width: 476px;
    }

    .showall {
        width: 476px;
        flex-wrap: wrap;
    }
    #fawto{
        display: block;
    }
    #fa{
        display: none;
    }

    .extInfo {
        width: 100%;
        height: 100%;
        background: #f3f3f3;
        box-shadow: 0 2px 12px 0 #eceff1;
        box-sizing: border-box;
        padding: 20px;
        margin: 20px 0px;
        display: block;
    }
    .attribute-item{
        width: 476px;
    }
    #js img{
        width: calc(100% - 40px);
    }

    .Product-details-box{
        border: 1px solid #e6e6e6;
        /* margin-top: 30px; */
        box-sizing: border-box;
        padding: 20px;
        width: 100%;
    }
    .Productdetails-title{
        width: 100%;
    }
}

@media (max-width: 768px) {
    .search-form {
        margin: 0 16px;
    }
    .search-input {
        font-size: 12px;
    }
    .search-btn {
        padding: 0 16px;
    }
}

@media (min-width: 768px) {
    .gdetail {
        width: 668px;

    }

    .showall {
        width: 668px;
        flex-wrap: wrap;

    }

    #fawto{
        display: block;
    }
    #fa{
        display: none;
    }

    .extInfo {
        width: 100%;
        height: 100%;
        background: #f3f3f3;
        box-shadow: 0 2px 12px 0 #eceff1;
        box-sizing: border-box;
        padding: 20px;
        margin: 20px 0px;
        display: block;
    }

    .showbot {
        margin: 0px auto;
    }

    .tb-property {
        width: 100%;
        margin: 0px auto;
    }
    .attribute-item{
        width: 668px;
    }
    #js img{
        width: calc(100% - 40px);
    }

    .Product-details-box{
        border: 1px solid #e6e6e6;
        /* margin-top: 30px; */
        box-sizing: border-box;
        padding: 20px;
        width: 100%;
    }
    .Productdetails-title{
        width: 100%;
    }
}

@media (min-width: 992px) {
    .gdetail {
        width: 892px;
    }

    .showall {
        width: 892px;
    }

    #fawto{
        display: block;
    }
    #fa{
        display: none;
    }

    .extInfo {
        width: 892px;
        height: 100%;
        background: #f3f3f3;
        box-shadow: 0 2px 12px 0 #eceff1;
        box-sizing: border-box;
        padding: 20px;
        margin: 20px 0px;
        display: block;
    }

    .tb-property {
        flex: 1;
        height: 520px;
        margin-left: 50px;
    }
    .attribute-item{
        width: 892px;
    }
    #js img{
        width: calc(100% - 40px);
    }

    .Product-details-box{
        border: 1px solid #e6e6e6;
        /* margin-top: 30px; */
        box-sizing: border-box;
        padding: 20px;
        width: 100%;
    }
    .Productdetails-title{
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .Product-details-box{
        border: 1px solid #e6e6e6;
        /* margin-top: 30px; */
        box-sizing: border-box;
        padding: 20px;
        width: 100%;
    }
    .Productdetails-title{
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .nav-container {
        padding: 10px 16px;
    }
    .slogan {
        font-size: 12px;
    }
    .gdetail {
        width: 924px;
    }

    .showall {
        width: 924px;
    }
    #fawto{
        display: block;
    }
    #fa{
        display: none;
    }
    .extInfo {
        width: 100%;
        height: 100%;
        background: #f3f3f3;
        box-shadow: 0 2px 12px 0 #eceff1;
        box-sizing: border-box;
        padding: 20px;
        margin: 20px 0px;
        display: block;
    }

    .tb-property {
        flex: 1;
        height: 520px;
        margin-left: 50px;
    }

    .gdetail-div {
        /* width: 100%; */
    }
    .attribute-item{
        width: 924px;
    }

    #js img{
        width: calc(100% - 40px);
    }

    .Product-details-box{
        border: 1px solid #e6e6e6;
        /* margin-top: 30px; */
        box-sizing: border-box;
        padding: 20px;
        width: 100%;
    }
    .Productdetails-title{
        width: 100%;
    }
}

/*>=1024的设备*/
@media (min-width: 1100px) {
    .gdetail {
        width: 1000px;
    }

    .showall {
        width: 1000px;
        flex-wrap: wrap;
    }
    #fawto{
        display: block;
    }
    #fa{
        display: none;
    }
    .extInfo {
        width: 1000px;
        height: 100%;
        background: #f3f3f3;
        box-shadow: 0 2px 12px 0 #eceff1;
        box-sizing: border-box;
        padding: 20px;
        margin: 20px 0px;
        display: block;
    }

    .tb-property {
        flex: 1;
        height: 520px;
        margin-left: 50px;
    }
    .attribute-item{
        width: 1000px;
    }

    #js img{
        width: calc(100% - 40px);
    }

    .Product-details-box{
        border: 1px solid #e6e6e6;
        /* margin-top: 30px; */
        box-sizing: border-box;
        padding: 20px;
        width: 100%;
    }
    .Productdetails-title{
        width: 100%;
    }

}

/*>=1024的设备*/
@media (min-width: 1280px) {
    .gdetail {
        width: 1180px;
    }

    .showall {
        width: 1180px;
    }
    #fawto{
        display: block;
    }
    #fa{
        display: none;
    }
    .extInfo {
        width: 1180px;
        height: 100%;
        background: #f3f3f3;
        box-shadow: 0 2px 12px 0 #eceff1;
        box-sizing: border-box;
        padding: 20px;
        margin: 20px 0px;
        display: block;
    }

    .tb-property {
        flex: 1;
        height: 520px;
        margin-left: 50px;
    }
    .attribute-item{
        width: 1180px;
    }

    #js img{
        width: calc(100% - 40px);
    }

    .Product-details-box{
        border: 1px solid #e6e6e6;
        /* margin-top: 30px; */
        box-sizing: border-box;
        padding: 20px;
        width: 100%;
    }

    .Productdetails-title{
        width: 100%;
    }
}

@media (min-width: 1366px) {
    .gdetail {
        width: 1266px;
    }

    .showall {
        width: 1266px;
    }
    #fawto{
        display: none;
    }
    #fa{
        display: block;
        background: #f3f3f3;
        padding: 10px;
        box-sizing: border-box;
        border-radius: 10px;
        box-shadow: 2px 2px 2px 2px lightgray;
    }
    .extInfo {
        width: 400px;
        height: 100%;
        background: none;
        margin-left: 50px;
        box-shadow: 0 2px 12px 0 #eceff1;
        box-sizing: border-box;
        padding: 20px;
        display: block;
    }

    .tb-property {
        flex: 1;
        height: 520px;
        margin-left: 50px;
    }
    .attribute-item{
        width: 820px;
    }
    #js img{
        width: calc(100% - 40px);
    }

    .Product-details-box{
        border: 1px solid #e6e6e6;
        /* margin-top: 30px; */
        box-sizing: border-box;
        padding: 20px;
        width: calc(100% - 450px);
    }
    .Productdetails-title{
        width: calc(100% - 450px);
    }
}

@media (min-width: 1440px) {
    .gdetail {
        width: 1340px;
    }

    .showall {
        width: 1340px;
    }
    #fawto{
        display: none;
    }
    #fa{
        display: block;
        background: #f3f3f3;
        padding: 10px;
        box-sizing: border-box;
        border-radius: 10px;
        box-shadow: 2px 2px 2px 2px lightgray;
    }
    .extInfo {
        height: 100%;
        background: none;
        margin-left: 50px;
        box-shadow: 0 2px 12px 0 #eceff1;
        box-sizing: border-box;
        padding: 20px;
        display: block;
    }

    .tb-property {
        flex: 1;
        height: 520px;
        margin-left: 50px;
    }
    .attribute-item{
        width: 890px;
    }

    #js img{
        width: calc(100% - 40px);
    }

    .Product-details-box{
        border: 1px solid #e6e6e6;
        /* margin-top: 30px; */
        box-sizing: border-box;
        padding: 20px;
        width: calc(100% - 450px);
    }
    .Productdetails-title{
        width: calc(100% - 450px);
    }
}

@media (min-width: 1680px) {
    .gdetail {
        width: 1380px;
    }

    .showall {
        width: 1380px;
    }
    #fawto{
        display: none;
    }
    #fa{
        display: block;
        background: #f3f3f3;
        padding: 10px;
        box-sizing: border-box;
        border-radius: 10px;
        box-shadow: 2px 2px 2px 2px lightgray;
    }
    .extInfo {
        height: 100%;
        background: none;
        margin-left: 50px;
        box-shadow: 0 2px 12px 0 #eceff1;
        box-sizing: border-box;
        padding: 20px;
        display: block;
    }

    .tb-property {
        flex: 1;
        height: 520px;
        margin-left: 50px;
    }
    .attribute-item{
        width: 940px;
    }
    #js img{
        width: calc(100% - 40px);
    }

    .Product-details-box{
        border: 1px solid #e6e6e6;
        /* margin-top: 30px; */
        box-sizing: border-box;
        padding: 20px;
        width: calc(100% - 440px);
    }
    .Productdetails-title{
        width: calc(100% - 440px);
    }
}

@media (min-width: 1920px) {
    .gdetail {
        width: 1440px;
    }

    .showall {
        width: 1440px;
    }
    #fawto{
        display: none;
    }
    #fa{
        display: block;
        background: #f3f3f3;
        padding: 10px;
        box-sizing: border-box;
        border-radius: 10px;
        box-shadow: 2px 2px 2px 2px lightgray;
    }
    .extInfo {
        height: 100%;
        background: none;
        margin-left: 50px;
        box-shadow: 0 2px 12px 0 #eceff1;
        box-sizing: border-box;
        padding: 20px;
        display: block;
    }

    .tb-property {
        flex: 1;
        height: 520px;
        margin-left: 50px;
    }
    .attribute-item{
        width: 990px;
    }

    #js img{
        width: calc(100% - 40px);
    }

    .Product-details-box {
        border: 1px solid #e6e6e6;
        /* margin-top: 30px; */
        box-sizing: border-box;
        padding: 20px;
        width: calc(100% - 450px);
    }
    .Productdetails-title{
        width: calc(100% - 450px);
    }


}
#js p{
    font-size: 14px;
    color: #666;
    font-weight: 400;

    white-space:normal;
    word-wrap: break-word;
}



#showbox {
    background: #eee;
}

#showbox img {
    width: 400px;
    height: 400px;
}

/* #showbox span {
    background: url(../images/whitebg.png) repeat;
} */

#showsum {
    left: 25px;
    margin-top: 10px;
}

#showsum span {
    border: 1px solid #ddd;
}

#showsum span.sel {
    border: 1px solid #f60;
}

.showpage {
    width: 400px;
    position: relative;
}

.showpage a {
    display: block;
    width: 15px;
    border: 1px solid #ddd;
    height: 60px;
    line-height: 60px;
    background: #eee;
    text-align: center;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: -62px;
    text-decoration: none;
    color: #999;
}

.showpage a#shownext {
    left: auto;
    right: 0;
}




.showpage a:hover {
    background: #ccc;
    color: #777;
}

.showall {

    margin: 0 auto;
    margin-top: 15px;
    display: flex;
}


.extInfo {
    /* width: 400px; */

}

.extInfo-title {
    /* text-align: center; */
    font-size: 20px;
    color: #222;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: 700;
}

.Merchant-name {
    color: #222;
}

.tr-nobdr {
    margin-top: 20px;
    padding-bottom: 10px;
}

.tr-nobdr h3 {
    line-height: 24px;
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 4px;
    margin-bottom: 16px;
    font-weight: 500;
    word-break: break-all;
}

.tr-nobdr-Price {
    /* background-color: #eceff1; */
    border-radius: 4px;
    padding: 8px 16px;
    border-bottom: 1px solid gainsboro;

}


.tr-nobdr-Price-box {
    margin-top: 20px;
    color: rgba(0, 0, 0, .87) !important;
    /* background-color: #fff !important; */
    padding: 8px !important;
    display: flex;
    flex-wrap: wrap;

}

.tr-nobdr-Quantity {
    /* margin-top: 30px; */
}


.parting-line {
    margin: 0px 15px;
    border: 1px solid gainsboro;
}

.data-container {
    margin-right: 15px;
}

.goods-price-item {
    font-weight: normal;
    font-size: 14px;
}

.goods-price-item-price {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;

}

.goods-price-item-line {
    display: inline-block;
    margin: 8px 4px;
    height: 38px;
    width: 1px;
    background-color: #ccc;
    vertical-align: top;
}

.nowprice {
    display: block;
    line-height: 100px;
    color: #f73a3a;
    font-size: 24px;
    float: left;
}

.nowprice a {
    font-size: 36px;
    color: #f73a3a;
}

.nowprice a:hover {
    text-decoration: none;
}

.cumulative {
    float: right;

}



.txt-h {
    width: 520px;
    overflow: hidden;
}




.guT {
    color: #848484;
    font-size: 14px;
    padding-right: 18px;
    line-height: 70px;
}



.nobdr-btns {
    padding-top: 25px;
    width: 35%;
    margin-right: 30px;
}

.extInfo-button {
    width: 48%;
    margin: 10px auto;
    background-color: #f60;
    border-radius: 18px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    border: 1px solid #f60;
}

.extInfo-button-two {
    width: 48%;
    margin: 20px auto;
    background-color: #fff;
    border-radius: 18px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #000;
}

.extInfo-button a {
    color: #ffffff;
    text-decoration: none;
}

.extInfo-button-two a {
    color: #000000;
    text-decoration: none;
}

.Hgt {
    color: #424242;
    font-size: 14px;
    padding-left: 10px;
}

.button-style{
    display: flex;
    margin-right: 30px;
    /*justify-content: space-between;*/
}

.addcart {
    background-color: rgb(255, 106, 0);
    color: rgb(255, 255, 255);
    /*padding: 0px 50px;*/
    /*border-radius: 4px;*/
    margin-right: 10px;
    font-size: 16px;
    line-height: 50px;
    width: 100%;
    border-radius: 50px;
    border: 1px solid rgb(255, 106, 0);
}


.addcartTwo {
    background-color: rgb(255, 255, 255);
    color: #000000;
    /*padding: 0px 50px;*/
    /*border-radius: 4px;*/
    margin-right: 10px;
    font-size: 16px;
    line-height: 50px;
    width: 100%;
    border-radius: 50px;
    border: 1px solid #000000;
}


.yh {
    background: #e60013;
}

.addcart img {
    vertical-align: middle;
    margin-bottom: 3px;
    padding-right: 5px;

}

/*   推荐搭配    */
.gdetail {

    margin: 0 auto;
    clear: both;
}

.dp_wrap_title {
    display: block;
    width: 1240px;
    height: 30px;
    overflow: hidden;
    color: #666666;
    font-size: 16px;
}

.dp_wrap {
    width: 1240px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.dq_total_wrap {
    background-color: #F8F8F8;
    width: 200px;
    height: 250px;
    float: right;
    overflow: hidden;
    font-size: 14px;
}

.icon_equal {
    background-color: #FFFFFF;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    width: 40px;
    color: #d2d2d2;
    line-height: 250px;
    display: inline-block;

}

.dp_num {
    width: 150px;
    display: inline-block;
    color: #666666;
    font-size: 14px;
    line-height: 2;
    text-align: center;
    margin-top: 10px;
}

.dq_price {
    display: inline-block;
    color: #666666;
}

.dq_price span {
    color: #f63c30;
    font-size: 20px;
}

.get {
    width: 115px;
    height: 38px;
    background: #f63c30;
    color: #FFFFFF;
    font-size: 14px;
    margin-top: 5px;
}

.dq_ori {
    height: 250px;
    width: 170px;
    text-align: center;
    background: #fefefe;
    border-right: #E5E5E5 solid 1px;
    float: left;
}

.dq_ori_prd {
    display: block;
    margin: 30px auto 15px;
}

.dq_ori_prd img {
    width: 120px;
    height: 120px;
    vertical-align: top;
}

.ori_prd {
    display: block;
    color: #666666;
    font-size: 14px;
    padding: 0px 10px;
}

.ori_prd:hover {
    text-decoration: none;
    color: #fd532d;
}

.dp_wrap_pprice_ori {
    color: #fd532d;
    line-height: 2;
}

.dp_prd {
    display: block;
    overflow: hidden;

    float: left;

}

.scroll_wrap {
    width: 740px;
    float: left;
}

.icon_plus {
    width: 30px;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    color: #d2d2d2;
    line-height: 250px;
    display: inline-block;
}

.dp_p_wrap {
    display: inline-block;
    float: right;
    text-align: center;
    width: 170px;
}

.dp_wrap_pimg {
    display: block;
    margin: 30px auto 15px;
}

.dp_wrap_pimg img {
    width: 120px;
    height: 120px;
    vertical-align: top;
}

.dp_wrap_pname {
    display: block;
    padding: 0px 10px;
    font-size: 14px;
    color: #666666;
}

.dp_wrap_pname:hover {
    text-decoration: none;
    color: #fd532d;
}

.dp_wrap_pprice {
    font-size: 14px;
    color: #fd532d;
    margin-top: 10px;
}





.detail {
    /* float: left; */
}

.gdetail-h2 {
    font-weight: 700;
    font-size: 20px;
    color: #222;
    line-height: 26px;
}

.gdetail-p {
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}

.gdetail-div {
    display: table;
    border-collapse: collapse;
}

.attribute-item {
    /* display: table-row; */
    /* width: 800px; */
    display: flex;
    border: 1px solid #ddd;
}

.attribute-item div {
    padding: 12px;
    font-weight: 400;
    font-size: 16px;
    color: #222;
    line-height: 22px;
    /* display: flex; */
    /* border: 1px solid #ddd; */
}


.left {
    width: 50%;
    background: #f3f3f3;
}

.right {
    width: 50%;
    /* width: 420px;w */
}

.box {
    width: 130px;
    margin: 30px 0px 20px;
    display: flex;
}

.box-button {
    width: 35px;
    height: 32px;
    border: 1px solid #e4e4e4;
    cursor: pointer;
}

.box-span {
    display: inline-block;
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #e4e4e4;
}

.know-your-supplier{
    border: 1px solid #e6e6e6;
    /* margin-top: 30px; */
    box-sizing: border-box;
    padding: 1.75rem;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    background: rgb(244,244,244);
    width: calc(100% - 450px);
}



.know-your-supplier-top{
    display: flex;
    margin-bottom: 20px;
}
.know-your-supplier-medio{
    margin-top: 20px;
    /*background: rgba(255,255,255,1);*/
    border-radius: 5px;
    box-sizing: border-box;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.medio-item{
    display: flex;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.medio-item-Cada-uno{
    width:45%;
}
.medio-item-title{
    width: 100%;
    font-size: 12px;
    color: #000;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    

}
.medio-item-value{
    height: 30px;
    font-size: 16px;
    color: #000;
    text-align: center;
    font-weight: 700;
}

.know-your-supplier-bottom{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.know-your-supplier-bottom-item{
    width: 45%;
    background: #ffffff;
    border-radius: 50px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #000000;
    cursor: pointer;
    
}

.know-your-supplier-btn{
    /*background: rgb(244,244,244);*/

}