﻿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;}
/* 头部 */


.top {
    background: #FFFFFF;
    text-align: center;
}

.top span:nth-child(1) {
    width: 32px;
    height: 32px;
    color: #fff;
    line-height: 32px;
}
.top p {
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.top 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;
}

/* 商品图片 */

/* 促销信息 */


.product-title {
    padding: 8px 12px;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
}

.pt-1 h2 {
    font-size: 14px;
    width: 80%;
    color:#333333;
}

.pt-1>p:nth-child(2){
    font-size: 18px;
    color: #E80C0C;
    margin: 2% 0;
}
.pt-1>p:nth-child(2) span{
    color: #CCCCCC;
    font-size: 12px;
    text-decoration: line-through;
}
.pt-1 div{
    overflow: hidden;
}
.pt-1 div p{
    width: 40%;
    display: inline-block;
    color: #999999;
    font-size: 12px;
}
.pt-2 {
    position: absolute;
    top: 20px;
    right: 5px;
    padding: 15px 10px;
    text-align: center;
}

.pt-2 span {
    color: #666666;
    font-size: 16px;
}

/* 促销信息 */
#shouc{
    color: #fff;
}

.bottom11 img{
    width: 34%;
    margin: auto;
}

/* 详细介绍 */
.introduce {
    padding: 12px 12px 15%;
    box-sizing: border-box;
    background-color: #fff;
    margin-top: 3%;
}

.introduce h2 {
    color: #333333;
    font-size: 12px;
    font-weight: 500;
    line-height: 40px;
    padding-bottom: 3%;
}

.introduce img{
    width: 100%;
    display: inline-block;
}


/* 详细介绍 */

/* 底部 */
.bottom {
    box-sizing: border-box;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
    width: 100%;
    border-top: 1px solid #dddddd;
}

.bottom1 {
    width: 45%;
    box-sizing: border-box;
    padding: 5px 0 5px 5px;
}

.bottom2 {
    width: 65%;
}
.bottom1 div a{
    display:block;
}
.bottom1 div {
    width: 33%;
    float: left;
    text-align: center;
}

.bottom1 span {
    font-size: 16px;
}

.bottom1 p {
    font-size: 12px;
    color: #afafaf;
}

.bottom2 a {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 12px;
    line-height: 44px;
    color: #fff;
}

.bottom2 a:nth-child(1) {
    /*background-color: #F4B252;*/

      /*background-color:  #0f3692*/
}

.bottom2 a:nth-child(2) {
    /*background-color: #fd1a26;*/

     /*background-image: linear-gradient(#CE0F1E,#EC3240);*/
}

/* 底部 */


/* 弹出层 */
.eject-fa {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(100, 100, 100, 0.6);
    transform: translateY(100%);
    transition: all 0.4s;
    z-index: 99999;
}

.eject {
    height: 70%;
    background-color: #fff;
    overflow-y: auto;
    border-radius: 10px 10px 0 0;
}

.ej1 {
    display: flex;
    align-items: center;
    position: relative;
    padding: 12px 12px;
    box-sizing: border-box;
    border-bottom: 1px solid #f7f6f6;
}

.ej1 h2 {
    width: 25%;
}

.ej1 p {
    width: 50%;
    text-align: center;
    font-size: 16px;
}

.ej1 .icon-cha {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #3d3d3d;
    font-size: 14px;
}

.ej1 h2 span {
    color: rgb(158, 158, 158);
    font-size: 18px;
    margin-right: 5px;
}

.ej1 h2 {
    font-size: 16px;
    font-weight: 500;
}


.bh{
    transform: translateY(0);
}


.wrap{
    width: 100%;
    /* position: fixed; */
    padding: 4% 4% 4%;
    background: #fff;
    box-sizing: border-box;
    /* bottom: 0;
    z-index: 100; */
    border-radius: 10px 10px 0 0;
}
.warp1{
    overflow: hidden;
    
}
.warp1 img{
    width: 30%;
    float: left;
}
.warp1-1{
    width: 60%;
    float: left;
    margin-left: 4%;
    padding-top: 5%;
}
.warp1-1 p:nth-child(1){
    font-size: 26px;
    color: #e02e24;
    font-weight: 500;
}
.warp1-1 p:nth-child(2){
    font-size: 20px;
    color: #999999;
}
.warp1-1 p:nth-child(3){
    font-size: 20px;
    color: #555555;
}
.warp1 span{
    float: right;
    color: #a6a6a6;
}
.warp2{
    overflow: hidden;
    padding: 0 0 5%;
}
.warp2 h2{
    color: #333333;
    font-weight: 500;
    font-size: 14px;
}
.warp2 ul{
    width: 100%;
    display: flex;
    /*justify-content: space-between;*/
    margin: 2% 0 3%;
    flex-wrap: wrap;
}
/*.warp2 ul li{
    width: 19%;
    text-align: center;
    border: 1px solid #EEEEEE;
   padding: 1% 2%;
    min-width: 30px;
    margin-left: 3%;
    color: #999999;
    background:#EEEEEE;
    font-size: 12px;
    border-radius: 5px;
    margin-top: 3%;
}*/
.warp2 ul li {
    display: inline-flex;
 
    border: 1px solid #EEEEEE;
    padding: 1% 2%;
 
    margin-left: 3%;
    color: #999999;
    background: #EEEEEE;
    font-size: 12px;
    border-radius: 5px;
    margin-top: 3%;
    text-align: center;
}

/* .warp2 ul li:nth-child(1){
    margin-left: 0;
} */
.bs{
background: #CE0F1E !important;
   border: 1px solid #CE0F1E !important;
    color: #fff !important;
}
.warp2:nth-child(3){
    padding-top: 0;
    border-bottom: 1px solid #ebebeb;
}
.warp3{
    margin: 6% 0;
}
.warp3>span{
    font-size: 20px;
    color: #333333;
}
.warp3 div{
    width: 35%;
    float: right;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.warp3 div p{
    padding: 3% 12.5%;
    text-align: center;
    border: 1px solid #eeeeee;
}
.warp3 div p:nth-child(1),
.warp3 div p:nth-child(3){
    color: #cfcfcf;
}

 
.warp4 {
    position: fixed;
    bottom: 10px;
    width: 92%;
    /* overflow: hidden; */
    /* margin-top: 20%; */
    display: flex;
    /* justify-content: space-between; */
 
}
.warp4 a{
    width: 50%;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    padding: 3% 0 3.5%;
}
.warp4 a:nth-child(1){
    background: #F4B252;
}
.warp4 a:nth-child(2){
    background-image: linear-gradient(#CE0F1E,#EC3240);
}
.icon-star-filled {
        color: #F4B252;
}

      .recommend-son a{    position: relative;}
        .tag{
display: block;
 
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #ffa24c;
    border-radius: 5px;
    padding: 2px 8px;
    color: #fff;
    z-index: 9999;
    font-size: 14px;


}
        .warp2 h2 {
    color: #333333;
    font-weight: 500;
    font-size: 20px;
}

        /*.icon-shoucang:before,.icon-gouwuche:before,.icon-shouye:before {
            color: #CA1818;
        }*/
        .top{
            padding: 12px 12px 12px;
             background-image: linear-gradient(#CE0F1E,#EC3240);
         
    text-align: center;
    color: #fff;}

        .pt-1 div p {
            width: 32%;
        }

        .new-users {
    padding: 0px 12px 0;
    box-sizing: border-box;
}
.new-users ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.new-users ul li{
    width: 48%;
    margin-top: 4%;
    border-radius: 10px;
    overflow: hidden;
    }
.new-users ul li a{
    display: block;
    }
.new-users ul li a .tp{
    overflow: hidden;
    }
.new-users ul li a .nr{
    background:#ffffff;
    padding: 5% 3% 6% 5%;
    box-sizing: border-box;
    }
.new-users ul li a .nr h3{
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
        height: 35px;
    }
.new-users ul li a .nr .bot{
    margin-top: 5%;
    display: flex;
    }

.new-users ul li a .nr .bot p{
    color: #e01212;
    font-size: 12px;
    }
.new-users ul li a .nr .bot p span{
    font-size: 14px;
    }  
.new-users ul li a .nr .bot h2{
    color: #999999;
    font-size: 12px;
    font-weight: 500;
    text-decoration:line-through
    }
.new-users ul li a .nr .bot h2 span{
    
    }
.new-users ul li a .nr .bot h1{
    color: #999999;
    font-size: 12px;
    font-weight: 500;
    margin-left: 8%;
    }
.new-users ul li a .nr .bot h1 span{
    
    }
 
  .tagLeve{background: #FB4542;
    padding: 2px 5px;
    margin: 5px auto;
    color: #fff;
    width: 75px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;}

  .introduce2 h2 {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
   
}

  .introduce2 {
    padding: 12px 12px 5%;
    box-sizing: border-box;
    background-color: #fff;
    margin-top: 3%;
    margin-bottom: 10px;
}

  .time-son{
      display: flex;
    border-bottom: 1px solid #f1ecec8f;
    padding: 8px 0;

  }
  .time-son h3{color: #051717;
    width: 30%;
    font-weight: 600;
    font-size: 14px;}
    .time-son h4{
        width: 65%;
    font-size: 14px;
    color: #333333c7;

    }
    
         .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}