body {
    background-color: #f4f4f4;
}
.share-tip{position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.8);text-align:right;z-index:1000;}
.share-tip img{ right:5%;width:82%;height:auto;position:inherit;}
.share-tip .a-know{position:absolute;bottom:30px;left:50%;height:40px;line-height:40px;margin-left:-55px;padding:0 30px;border:1px solid #fff;color:#fff;text-align:center;}

.noAddCar{background-color: #a2a09d  !important;}
.noBuy{background-color: #6b6566 !important;}
/* 头部 */
.product-picture {
    position: relative;
}

.header {
    position: absolute;
    top: 5%;
    z-index: 100;
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.header span:nth-child(1) {
    display: inline-block;
    font-size: 22px;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 75%;
}

.header span:nth-child(2) {
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    margin-right: 3%;
}

.header span:nth-child(3) {
    font-size: 20px;
    color: #fff;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
}

/* 头部 */

/* 商品图片 */
.swiper-container5 .swiper-pagination {
    width: auto;
    right: 0;
    bottom: 5%;
    padding: 3px 10px;
    background-color: rgba(155, 155, 155, 0.4);
    color: #fff;
    border-radius: 20px 0 0 20px;
}

/* 商品图片 */

/* 促销信息 */
.promotion {
    background: url(../images/promotion2.png) no-repeat;
    background-size: 75% 100%;
    /*background-color: #fefab0;*/
      background-color:#FCEFE7;
    padding: 3px 12px;
    box-sizing: border-box;
}

.promotion-1 {
    float: left;
}

.promotion-11 h2 {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
}

.promotion-11 h2 span {
    font-size: 14px;
    color: #fff;
}

.promotion-11 h2 a {
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
    padding: 2px 8px;
    color: #fd1b26;
    background-color: #fff;
    margin-left: 10px;
}

.promotion-12 h2 {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
}

.promotion-12 span {
    border-right: 1px solid #fff;
    text-decoration: line-through;
    padding-right: 5px;
    margin-right: 5px;
}

.promotion-2 {
    float: right;
    padding-top: 2px;
}

.promotion-2 h2 {
    font-size: 14px;
    color: #fd1b26;
}

.promotion-2 h3 {
    color: #fd1a26;
    text-align: right;
}

.promotion-2 span {
    background-color: #fd1a26;
    color: #fff;
    padding: 1px 3px;
    border-radius: 5px;
    margin: 0 3px;
    font-size: 12px;
}

.promotion-2 span:nth-of-type(3) {
    margin-right: 0;
}

.product-title {
    padding: 8px 12px;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
}

.pt-1 h2 {
    font-size: 16px;
    width: 80%;
}

.pt-1 p {
    font-size: 14px;
    color: #adadad;
}

.pt-2 {
    display: flex;
    align-items: center;
    position: absolute;
    top: 5px;
    right: 2px;
    background-color: #feede9;
    padding: 3px 10px;
    border-radius: 20px 0 0 20px;
}

.pt-2 span {
    color: #ffc52c;
    font-size: 16px;
    margin: 0 5px;
}

/* 促销信息 */

/* 收货时间 */
.time {
    padding: 0 12px;
    box-sizing: border-box;
    background-color: #fff;
    margin-top: 12px;
}

.time h2 {
    font-size: 16px;
    line-height: 36px;
}

.time h2 span {
    font-weight: 500;
    margin-left: 30px;
}

.time h2:nth-child(1) span {
    color: #ffc52c;
}

/* 收货时间 */

/* 规格信息 */
.specs {
    padding: 0 12px;
    box-sizing: border-box;
    background-color: #fff;
    margin-top: 12px;
}

.specs h2 {
    font-size: 16px;
    line-height: 40px;
}

.specs table {
    width: 100%;
}

.specs th {
    width: 25%;
    background-color: #f6f8f7;
    color: #1a1a1a;
}

.specs td {
    width: 75%;
    background-color: #fbfbfb;
    color: #5f5f5f;
}

.specs th,
.specs td {
    text-align-last: left;
    font-size: 14px;
    line-height: 24px;
    padding-left: 10px;
    box-sizing: border-box;
}

/* 规格信息 */

/* 详细介绍 */
.introduce {
    padding: 12px 12px 0;
    box-sizing: border-box;
    background-color: #fff;
}

.introduce h2 {
    font-size: 20px;
    line-height: 40px;
}

.introduce h3 {
    font-size: 16px;
    padding: 5px 0 10px;
}

.introduce p {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 10px;
}

/* 详细介绍 */

/* 底部 */
.bottom {
    padding: 5px 12px 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 -2px 20px 0 #e9e9e9;
}

.bottom1 {
    width: 25%;
}

.bottom2 {
    width: 65%;
    border-radius: 20px;
    margin-left: 10%;
}

.bottom1 div {
    width: 50%;
    float: left;
    text-align: center;
}

.bottom1 span {
    font-size: 16px;
}

.bottom1 p {
    font-size: 12px;
}

.bottom2 a {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
}

.bottom2 a:nth-child(1) {
    background-color: #0f3692;

      /*background-color:  #0f3692*/
}

.bottom2 a:nth-child(2) {
    /*background-color: #fd1a26;*/

     background-color:#da2e0f
}

/* 底部 */

/* 悬浮按钮 */
.xf {
    position: fixed;
    bottom: 10%;
    right: 13px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #b9b9b9;
    background-color: #fff;
}
.xf span{
    font-size: 20px;
}
.xf p{
    font-size: 12px;
}

/* 悬浮按钮 */

     .myPingLun{
            display: flex;
            justify-content: space-between;
        }
        .myPingLun .one{
            display: flex;
            padding: 3%;
            box-sizing: border-box;
            width: 60%;
        }
        .myPingLun .one .tx{
            font-size: 0;
            margin-top: 2%;
        }
            .myPingLun .one .text {
                padding-top: 5px;
                margin-left: 4%;
            }
                .myPingLun .one .text h3 {
                    font-weight: 600;
                    font-size: 14px;
                }
        .myPingLun .one .text p{
            color: #999999;
            font-size: 12px;
        }
        .myPingLun .layui-inline{
            margin-top: 2%;
        }


        .big{
            padding: 0 3%;
            box-sizing: border-box;
        }
        .big .one{
            display: flex;
            border-left: 1px solid #999999;
        }
        .big .one p{
            color: #999999;
            font-size: 14px;
            margin: 0 2%;
        }

        .big .two{
                margin-top: 2%;
        }
            .big .two p {
                font-size: 12px;
                color: #000;
                line-height: 25px;
            }

        .big .thr ul{
            overflow: hidden;
        }
        .big .thr ul li{
            border-radius: 5px;
            overflow: hidden;
            float: left;
            width: 31%;
            margin-left: 2%;
        }

            .big .for {
                background-color: #99999938;
                border-radius: 8px;
                padding: 3% 2% 3% 2%;
                box-sizing: border-box;
                font-size: 12px;
                margin-top: 10px;
            }
        .tx img {
            width: 40px;
            height: 40px;
            border-radius:50%
        }
        .pl {
            background: #fff;
            border-radius: 10px;
            margin-bottom:10px;
            padding-bottom:10px;
        }
       .thr{margin-top: 10px !important;
    width: 98%;
    margin: 0 auto;}
          .thr img{width:100%;height:100%;max-height:100px}