﻿body {
    margin: 0;
    padding: 0;
}

page {
    font-family: Microsoft YaHei;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

    /*正常的未被访问过的链接*/
    a:link {
        text-decoration: none;
    }

    /*已经访问过的链接*/
    a:visited {
        text-decoration: none;
    }

    /*鼠标划过(停留)的链接*/
    a:hover {
        text-decoration: none;
    }

    /* 正在点击的链接*/
    a:active {
        text-decoration: none;
    }

.clear {
    clear: both;
}

.productbox {
    width: 1210px;
    margin: 0 auto;
}

.productcategory {
    width: 580px;
    height: 330px;
    float: left;
    position: relative;
    margin-left: 49px;
    margin-bottom: 50px;
}

    .productcategory:nth-child(2n+1) {
        margin-left: 0px;
    }

.categoryimg {
    width: 580px;
    height: 330px;
    overflow: hidden;
}

    .categoryimg img {
        width: 100%;
        height: 100%;
    }

.categoryname {
    max-width: 500px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 34px;
    font-weight: 400;
    color: #FFFFFF;
    top: 33%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    position: absolute;
}

.learnmore {
    display: block;
    padding: 5px 14px;
    border: 1px solid #FFFFFF;
    top: 57%;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
    text-align: center;
    position: absolute;
}

    .learnmore:hover {
        border: 1px solid #eee;
        border-radius: 2px;
        background-color: white;
        color: #666;
        font-weight: bold;
        font-size: 15px;
        transition: 0.1s;
    }

.productnavbox {
    width: 100%;
    background-image: url('../images/background.png');
    padding: 30px 0;
}

.productnav {
    width: 1210px;
    height: 470px;
    background: #FFFFFF;
    margin: 0 auto;
}

.heading {
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    font-weight: 400;
    color: #252B3A;
    margin-left: 21px;
}

.productsubtitle {
    padding-left: 21px;
    font-size: 14px;
}

    .productsubtitle ul {
        overflow-y: auto;
    }


        .productsubtitle ul li {
            height: 30px;
            line-height: 30px;
        }

.h2box {
    border-right: 1px solid #dcdcdc;
    width: 205px;
    color: #252B3A;
    float: left;
}

.h3box {
    float: left;
    margin-left: 47px;
}

.h3 {
    width: 200px;
    margin-right: 18px;
    float: left;
}

    .h3 a {
        display: block;
        text-align: left;
        color: #999;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.product {
    width: 1249px;
    margin: 0 auto;
    padding-top: 57px;
}

.goodbox {
    margin-left: 30px;
    margin-bottom: 28px;
    width: 280px;
    height: 380px;
    border: 1px solid #EEEEEE;
    float: left;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f9f9f9;
    border-radius: 3px;
}

    .goodbox a {
        display: block !important;
    }

.goodimg {
    margin: 28px auto;
    width: 182px;
    height: 178px;
    overflow: hidden;
}

.goodbox img {
    width: 100%;
    height: 100%;
}

.goodname {
    font-size: 16px;
    color: #252B3A;
    padding: 0px 15px;
    font-weight: bold;
    max-width: 252px;
    height: 21px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .goodname:hover {
        color: #d90e0e;
    }

.gooddesc {
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
    color: #555;
    max-width: 252px;
    height: 20px;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    /*悬浮红*/
    .gooddesc:hover, .goodBrands:hover, .goodType:hover {
        color: #d90e0e;
    }

.brandsBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 262px;
    height: 30px;
}

.goodBrands, .goodType {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #999999;
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.goodBrands {
    text-align: right;
}

.goodType {
    text-align: left;
}

.fenge_product {
    width: 2px;
    height: 14px;
    background-color: #999;
    margin: 0px 10px;
}

.onlinechat {
    width: 100px;
    height: 32px;
    border: 1px solid #1864d9;
    line-height: 32px;
    text-align: center;
    margin: 8px auto 0 auto;
    font-size: 14px;
}

    .onlinechat:hover {
        border: 1px solid #d90e0e;
    }

    .onlinechat a {
        color: #1864d9;
        display: block;
        background-color: white;
    }

        .onlinechat a:hover {
            color: #d90e0e;
        }

.productshow {
    width: 100%;
    background: #F5F5F5;
    padding-bottom: 20px;
}

.productnavtitle {
    font-size: 16px;
    font-weight: 400;
    color: #252B3A;
    height: 64px;
    line-height: 64px;
    width: 1197px;
    margin: 0 auto 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .productnavtitle a {
        display: block;
        color: #000;
    }

.productLocationTitle {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 800px;
    color: #1864d9 !important;
}

.productDetailFrame {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

.productmainimg {
    padding-bottom: 10px;
    width: 352px;
    display: flex;
    flex-direction: column;
}
/*放大镜start*/

.imgZoomParent {
    width: 352px !important;
    height: 352px !important;
    position: relative;
}

.imgZoomNormalBox {
    width: 350px !important;
    height: 350px !important;
    position: relative;
    border: 1px solid #ccc;
}

    .imgZoomNormalBox img {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-width: 100%;
    }

.imgZoomMask {
    width: 100px;
    height: 100px;
    background: rgb(240, 240, 240,0.7);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    cursor: move;
}

.imgZoomBigBox {
    width: 400px;
    height: 400px;
    position: absolute;
    top: 0;
    left: 353px;
    border: 1px solid #ccc;
    overflow: hidden;
    display: none;
    z-index: 10;
}

    .imgZoomBigBox img {
        position: absolute;
        top: 0;
        left: 0;
    }
/*放大镜end*/

.otherimg {
    margin-top: 15px;
}

    .otherimg .spec-scroll {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

.spec-scroll .prev, .spec-scroll .next {
    cursor: pointer;
    width: 18px;
    height: 52px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #eee;
    color: #666;
    user-select: none;
}

.otherimg .items {
    overflow: hidden;
}

    .otherimg .items .tempWrap {
        overflow: hidden;
    }

    .otherimg .items ul {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
        overflow: hidden;
        width: max-content;
    }

        .otherimg .items ul li {
            width: 50px;
            min-width: 50px;
            max-width: 50px;
            height: 50px;
            min-height: 50px;
            max-height: 50px;
            overflow: hidden;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            border: 2px solid #eee;
            background-color: #fff;
            margin: 0px;
        }

            .otherimg .items ul li:nth-child(1) {
                margin-left: 0;
            }
/*悬浮样式*/
.selectPic {
    border: 2px solid #1861d9 !important;
    cursor: pointer;
}

.otherimg .items ul li img {
    max-height: 100%;
    max-width: 100%;
}

.productdetail {
    float: left;
    margin-left: 33px;
    width: 810px;
    display: flex;
    flex-direction: column;
}

.product-name {
    min-height: 39px;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: bold;
    color: #252B3A;
    line-height: 24px;
}

.product-notice {
    min-height: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
}

.detailbox {
    max-width: 810px;
    min-height: 124px;
    background: #FFFFFF;
    margin-top: 22px;
    padding: 15px 0 15px 17px;
}

.price, .spec, .type {
    line-height: 24px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #252B3A;
}

.type {
    display: flex;
    flex-direction: row;
    margin-bottom: 0px;
}

.productDetailHeading {
    margin-right: 30px;
    white-space: nowrap;
}

.typeFrame {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.typebox {
    white-space: nowrap;
    padding: 4px 8px;
    border: 1px solid #ccc;
    margin: 0px 14px 10px 0px;
    line-height: 16px;
}

.onlineBox {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    align-items:flex-end;
}

.chatBox {
    display: block;
    width: 100px;
    height: 34px;
    background: #1864D9;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 34px;
}

.scanCount {
    font-size: 12px;
    text-align: center;
    color: #666;
    padding: 3px 7px;
    margin-left: 30px;
}

.productintro {
    width: 1210px;
    margin: 0 auto;
    padding: 30px 0;
}

.introtitle {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #F5F5F5;
    font-size: 14px;
    border: 1px solid #DCDCDC;
    float: left;
}

.introtext {
    width: 1138px;
    padding: 5px 30px;
    border: 1px solid #DCDCDC;
    float: left;
    margin-top: 10px;
    overflow: hidden;
}

    .introtext p, .introtext img {
        max-width: 100%;
        overflow: hidden;
    }

.topgap {
    display: flex;
    flex-direction: column;
}

/*筛选页面*/
.filterbox {
    margin: 0 auto;
    width: 1120px;
    font-size: 14px;
    padding-bottom: 20px;
}

.filterbrand {
    max-height: 220px;
    min-height: 120px;
    line-height: 120px;
    border-bottom: 1px dashed #DCDCDC;
}

.filtercondition {
    height: 38px;
    line-height: 38px;
    border-bottom: 1px dashed #DCDCDC;
}

.filtername {
    width: 100px;
    float: left;
}

.specifictype {
    float: left;
}

    .specifictype a {
        margin-right: 30px;
        color: #1864D9;
    }

.selected {
    color: white !important;
}

.productCategoryBox {
    width: 1200px;
    margin: 40px auto 10px;
    display: flex;
    flex-direction: column;
}

.categoryName_one {
    font-weight: bold;
    margin-bottom: 20px;
}

.productCategoryFrame {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

    .productCategoryFrame li {
        margin: 0px 8px 8px;
    }

        .productCategoryFrame li a {
            display: block;
            color: #666;
            border: 1px solid #999;
            padding: 3px 10px;
            font-size: 16px;
            white-space: nowrap;
        }

            .productCategoryFrame li a:hover, .selected {
                border: 1px solid #1864d9;
                background-color: #1864d9;
                color: white;
                transition: 0.1s;
            }
