﻿.pShaixuan_wai {
    width: 100%;
    height: 45px;
    overflow: hidden;
    background-color: #000;
    background-image: url(../img/dhbj.jpg);
    background-repeat: repeat-x;
    background-position: left;
}

.pShaixuan {
    height: 45px;
    overflow: hidden;
    margin: 0 auto;
    color: #fff;
}

    .pShaixuan td {
        padding: 0px 30px 0px 30px;
        cursor: pointer;
    }

/* .pShaixuan td:hover {
            background: url(../img/sanjiao.png) no-repeat center;
            background-position: center bottom;
            background-size: 12px auto;
        }*/

.pShaixuan_xz {
    font-size: 16px;
    font-weight: bold;
    background: url(../img/sanjiao.png) no-repeat center;
    background-position: center bottom;
    background-size: 12px auto;
}

.pSaixuan_bot {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px #000 solid;
    text-align: center;
    color: #484848;
    padding-bottom: 20px;
    display: none;
}

.pSaixuan_price {
    height: 200px;
    margin: 0 auto;
}

    .pSaixuan_price span {
        cursor: pointer;
    }

.tet_psxPrice {
    display: inline-block;
    width: 60px;
    height: 28px;
    border: 1px #d5d5d5 solid;
    padding: 0px 5px 0px 5px;
}

.but_psxPrice {
    display: inline-block;
    width: 60px;
    height: 30px;
    border: 1px #d5d5d5 solid;
    padding: 0px 5px 0px 5px;
    background-color: #fff;
    cursor: pointer;
}

    .but_psxPrice:hover {
        border: 1px #8b0a4a solid;
        background-color: #8b0a4a;
        color: #fff;
    }

.pSaixuan_maoxing {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.psx_mxList {
    float: left;
    width: 100px;
    height: 120px;
    line-height: 22px;
    margin: 15px 25px 15px 25px;
}

.psx_mxList_img {
    position: relative;
    width: 100px;
    height: 100px;
}

    .psx_mxList_img img {
        display: block;
        max-width: 100px;
        max-height: 100px;
        margin: 0 auto;
        cursor: pointer;
    }

.psx_mxList_hui {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    background-color: #fff;
    opacity: 0.4;
    cursor: pointer;
}

    .psx_mxList_hui:hover {
        opacity: 0;
    }

.pSaixuan_size {
    height: 200px;
    margin: 0 auto;
    font-size: 16px;
}

    .pSaixuan_size td {
        padding: 0px 30px 0px 30px;
    }

    .pSaixuan_size span {
        cursor: pointer;
    }

.pSaixuan_color {
    width: 1050px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 60px;
}

.pxColor_list {
    float: left;
    width: 70px;
    overflow: hidden;
}

.pxColor_top {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    cursor: pointer;
}

    .pxColor_top img {
        float: left;
        width: 100%;
    }

.pxColor_topBai {
    position: relative;
    width: 38px;
    height: 38px;
    margin: 0 auto;
    border: 1px #d5d5d5 solid;
    cursor: pointer;
}

.pxColor_xz {
    position: absolute;
    max-width: 20px;
    bottom: 0px;
    right: 0px;
    display: none;
}

.pxColor_bot {
    width: 70px;
    margin-top: 5px;
}

.pSaixuan_qc {
    margin-top: 30px;
    cursor: pointer;
}

.pList_wai {
    width: 1400px;
    overflow: hidden;
    margin: 0 auto;
}

.pList {
    float: left;
    width: 260px;
    height: 340px;
    overflow: hidden;
    margin: 40px 0px 40px 72px;
    text-align: center;
}

.pLis_img {
    position: relative;
    width: 260px;
    overflow: hidden;
    cursor: pointer;
    border-bottom: 5px #fff solid;
}

    .pLis_img:hover {
        border-bottom: 5px #000 solid;
    }

.pLis_img_img {
    width: 260px;
    height: 260px;
}

.p_list_imgTb {
    position: absolute;
    top: 0px;
    right: 0px;
    max-height: 25px;
}

.pLis_name {
    margin-top: 20px;
    font-size: 16px;
}

.pLis_price {
    margin-top: 10px;
    font-size: 16px;
}

    .pLis_price del {
        color: red;
    }

.plist_page {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    text-align: right;
    margin-top: 40px;
}

.pList_coming {
    position: absolute;
    width: 56px;
    height: 18px;
    line-height: 18px;
    left: 0px;
    bottom: 5px;
    text-align: center;
    background-color: red;
    font-size: 12px;
    color: #fff;
}
/*分页*/
.pageButw {
    float: right;
    font-family: Arial;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

    .pageButw span {
        float: left;
        /*禁止光标选中*/
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .pageButw a {
        display: inline-block;
        float: left;
        margin-left: 5px;
        margin-right: 5px;
        color: #5e5d5d;
        text-decoration: none;
        /*禁止光标选中*/
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .pageButw a:hover {
            color: #8b0a4a;
        }

        .pageButw a.current {
            color: #8b0a4a;
        }

            .pageButw a.current:hover {
                color: #8b0a4a;
            }

/*详情页*/
.pxqDiv {
    width: 90%;
    overflow: hidden;
    max-width: 1920px;
    min-width: 1400px;
    margin: 0 auto;
    margin-top: 95px;
    padding-bottom: 60px;
}

.pxqTop {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.pxqTopL {
    width: 60%;
    text-align: center;
}

.pxqTopR {
    position: relative;
    width: 35%;
}

.pxqTopL_img_topDiv {
    position: relative;
    width: 97%;
    overflow: hidden;
    border: 1px #f5f5f5 solid;
    text-align: center;
}

.pxqTopL_img_top {
    display: block;
    max-width: 100%;
    max-height: 650px;
    margin: 0 auto;
    cursor: pointer;
}

.pxqTopL_img_fd1, .pxqTopL_img_fd2 {
    position: absolute;
    right: 35px;
}

.pxqTopL_img_fd1 {
    top: 30px;
    max-height: 30px;
}

.pxqTopL_img_fd2 {
    top: 90px;
    max-height: 90px;
}

.pxqTopL_img_bot {
    width: 100%;
    overflow: hidden;
}

.pxqTopL_img_list {
    float: left;
    width: 47%;
    overflow: hidden;
    border: 1px #f5f5f5 solid;
    margin: 30px 2.7% 0px 0px;
    text-align: center;
}

    .pxqTopL_img_list img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
    }

.pxqAdd {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

.pxqAdd_dh {
    width: 100%;
    overflow: hidden;
    color: #989898;
}

    .pxqAdd_dh a {
        color: #989898;
    }

.pxqAdd_bt {
    width: 100%;
    overflow: hidden;
    font-size: 22px;
    margin-top: 25px;
}

.pxqAdd_num {
    width: 100%;
    height: 40px;
    overflow: hidden;
    margin-top: 25px;
    color: #989898;
    border-top: 1px #e3e3e3 solid;
    border-bottom: 1px #e3e3e3 solid;
}

    .pxqAdd_num a {
        color: #989898;
    }

.pxqAdd_size {
    width: 99%;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    margin-top: 35px;
    background: url(/img/ico/sjb.png) no-repeat;
    background-position: 98% center;
    background-size: auto 10px;
    border: 1px #959295 solid;
    border-radius: 5px;
}

    .pxqAdd_size span {
        margin-left: 15px;
    }

.pxqAdd_size_list {
    display: none;
    position: absolute;
    z-index: 1;
    width: 99%;
    overflow: hidden;
    top: auto;
    background-color: #fff;
    border: 1px #e3e3e3 solid;
    border-radius: 5px;
    padding: 5px 0px 5px 0px;
}

    .pxqAdd_size_list li {
        height: 50px;
        line-height: 50px;
        padding-left: 20px;
        font-size: 16px;
        cursor: pointer;
    }

.pxqAdd_size_tk {
    width: 70px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 25px;
    padding-bottom: 5px;
    border-bottom: 1px #000 solid;
    cursor: pointer;
}

.pxqAdd_but {
    width: 100%;
    overflow: hidden;
    margin-top: 35px;
}

    .pxqAdd_but div {
        width: 90%;
        height: 51px;
        overflow: hidden;
        line-height: 51px;
        font-size: 22px;
        background-color: #000;
        color: #fff;
        text-align: center;
        cursor: pointer;
    }

.pxqAdd_butR {
    width: 60px;
    height: 51px;
}

    .pxqAdd_butR img {
        float: right;
        max-height: 45px;
        cursor: pointer;
    }

.pxqAdd_coming {
    width: 100%;
    overflow: hidden;
    height: 51px;
    line-height: 51px;
    margin-top: 35px;
    background-color: red;
    color: #fff;
    font-size: 22px;
    text-align: center;
}


.pxqAdd_phone {
    width: 99%;
    overflow: hidden;
    margin-top: 35px;
    border: 1px #959295 solid;
    border-radius: 5px;
    padding-bottom: 20px;
}

    .pxqAdd_phone div {
        width: 250px;
        height: 21px;
        overflow: hidden;
        line-height: 21px;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 21px 21px;
        padding-left: 35px;
        margin: 20px 0px 0px 20px;
    }

.pxqAdd_con_bt, .pxqAdd_con_bt2 {
    width: 100%;
    height: 65px;
    overflow: hidden;
    line-height: 65px;
    border-bottom: 1px #959295 solid;
    font-size: 22px;
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 12px auto;
    cursor: pointer;
}

.pxqAdd_con_bt {
    background-image: url(/img/ico/jian.png);
}

.pxqAdd_con_bt2 {
    background-image: url(/img/ico/jia.png);
}

.pxqAdd_con_nr {
    display: none;
    width: 95%;
    overflow: hidden;
    line-height: 32px;
    color: #989898;
    border-bottom: 1px #959295 solid;
    padding: 25px 5% 25px 0px;
    word-wrap: break-word;
}

.pxq_bt {
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 20px;
    margin-top: 100px;
}

.px_like {
    background-color: #c7c7c7;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
}

    .px_like td {
        width: 300px;
        height: 300px;
        background-color: #fff;
    }

        .px_like td img {
            max-width: 90%;
        }

.px_liulan {
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
}

    .px_liulan td {
        width: 300px;
        height: 300px;
        border: 1px #f5f5f5 solid;
    }

        .px_liulan td img {
            max-width: 90%;
        }

.pxqGwc_wai {
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background-color: #f1f1f1;
    top: 95px;
    display: none;
}

.pxqGwc {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.pxqGwc_bt {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    font-size: 16px;
}

.pxqGwc_nr {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.pxqGwc_img1, .pxqGwc_img2 {
    display: block;
    float: left;
    width: 120px;
    height: 120px;
    margin-right: 10px;
    cursor: pointer;
}

.pxqGwc_img1 {
    border: 2px #f1f1f1 solid;
}

.pxqGwc_img2 {
    border: 2px #8b0a4a solid;
}

.pxqGwc_xq {
    float: left;
    width: 250px;
    overflow: hidden;
    line-height: 24px;
    margin-left: 10px;
}

.pxqGwc_zj {
    float: right;
    width: 230px;
    overflow: hidden;
    font-size: 16px;
}

    .pxqGwc_zj li {
        float: left;
        width: 100%;
        overflow: hidden;
    }

.pxqGwc_but {
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #8b0a4a;
    color: #fff;
    margin-top: 10px;
    cursor: pointer;
}

.shopStock_wai {
    width: 750px;
    overflow: hidden;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 50px;
    display: none;
}

.shopStock_bt {
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 22px;
    margin-top: 30px;
}

.shopStock {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.shopStockL {
    float: left;
    width: 250px;
    overflow: hidden;
}

    .shopStockL li {
        width: 100%;
        line-height: 22px;
        font-size: 16px;
        font-weight: bold;
    }

    .shopStockL img {
        width: 99%;
        border: 1px #d5d5d5 solid;
    }

.shopStockR {
    float: right;
    width: 460px;
    overflow: hidden;
}

.shopStockR_bt {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.shopStockR_size {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

    .shopStockR_size li {
        float: left;
        width: 90px;
        height: 25px;
        line-height: 25px;
        border: 1px #000 solid;
        border-radius: 5px;
        text-align: center;
        margin-right: 15px;
        cursor: pointer;
    }

.shopStockR_size1 {
    background-color: #fff;
    color: #181818;
}

.shopStockR_size2 {
    background-color: #000;
    color: #fff;
}

.shopList_wai {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.shopList {
    position: relative;
    width: 390px;
    overflow: hidden;
    border: 1px #000 solid;
    border-radius: 5px;
    padding: 15px 0px 15px 60px;
    margin-bottom: 20px;
}

.shopList_bt {
    font-size: 16px;
}

.shopList_tab {
    width: 100%;
    overflow: hidden;
}

    .shopList_tab td {
        vertical-align: top;
        line-height: 22px;
        padding: 2px 0px 2px 0px;
    }

.shopList_num {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    text-align: center;
    top: 13px;
    left: 15px;
}

.detailImg {
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0px;
    left: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f2f2f4;
    display: flex; /* 设置容器为flex布局 */
    align-items: center; /* 垂直居中对齐项目 */
    justify-content: center; /* 水平居中对齐项目 */
}

    .detailImg img {
        max-width: 1200px;
        max-height: 100%;
    }

.detailDel {
    position: fixed;
    z-index: 101;
    top: 10px;
    right: 10px;
    width: 20px;
    cursor: pointer;
}
