.mechan-sort{
    /*background: #fff;*/
    margin-bottom: 15px;
    border-radius: 5px;
    /*overflow: hidden;*/
}
.current{
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    color: #333333;
    padding: 0 30px;
    border-bottom: 1px solid #eeeeee;
    background: #fff;
}
.area{
    display: flex;
    padding: 10px 30px;
    border-bottom: 1px dashed #eeeeee;
    background: #fff;
}
.area:last-child{
    border-bottom: none;
}
.area-l{
    min-width: 115px;
    line-height: 35px;
    font-size: 14px;
    color: #333333;
}
.area-r{
    flex: 1;
}
.area-r li{
    float: left;
    min-width: 95px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    border-radius: 40px;
    padding: 0 15px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}
.area-r li.acitve{
    background: #ff4b00;
}
.area-r li.acitve a{
    color: #fff;
}



/*商城*/
/*定位当前页右边的搜索*/
.activity-search{
    width: 220px;
    line-height: 30px;
    margin-right: 35px;
    overflow: hidden;
    padding: 10px 0;
    background: #fff;
}
.activity-search input{
    width: 168px;
    height: 32px;
    line-height: 30px;
    border:1px solid #bfbfbf;
    border-right: none;
    border-radius: 5px 0 0 5px;
    padding: 0 10px;
}
.activity-search button{
    width: 52px;
    height: 32px;
    float: right;
    border-radius:0 5px 5px 0;
    background: #f67300 url(../images/search2.png) no-repeat center center;
    background-size: 20px;
    cursor: pointer;
}








/*列表*/
.product-list li{
    float: left;
    width: 22%;
    margin-left: 4%;
    padding: 20px;
    margin-bottom: 20px;
    border:1px solid #dcdcdc;
}
.product-list li:hover{
    background: #fff;
    box-shadow: 0px 0px 15px rgba(220,220,220,0.5);
}
.product-list li:nth-child(4n+1) {
    margin-left: 0;
}
.product-list{
    overflow: hidden;
}
.product-img{
    width:100%;
    height: 222px;
    overflow: hidden; 
    border:1px solid #dcdcdc;
}
.product-img img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.product-text{

}
.product-text h1{
    font-size: 18px;
    color: #ff0000;
    margin-top: 10px;
}
.product-text h2{
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    margin: 6px 0  10px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*.product-list li:hover .product-text h2{
    color: #f67300;
}*/
.product-text p span{
    padding: 2px 16px;
    font-size: 14px;
    color: #f67300;
    border:1px solid #f67300;
}
.product-text p em{
    float: right;
    font-size: 14px;
    color: #999999;
}












/*商品详情页*/
/*购物车*/
.car-btn{
    width:126px;
    height: 46px;
    line-height: 46px;
    float: right;
    margin-top: -10px;
    background: #e60012;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
}
.car-btn:hover{
    background: #f94c5a;
}
.car-btn img{
    width: 25px;
}
.icon-car{
    width: 40px;
    height: 46px;
    position: relative;
    margin-left: 17px;
}
.icon-car span{
    position: absolute;
    top: 4px;
    right: 4px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #fff;
    border-radius: 100%;
    color: #e60012;
    font-size: 14px;
}



/*商品*/
.product{
    margin-top: 50px;
    margin-bottom: 10px;
}
.product .goods{
    width: 420px;
    margin-right: 60px;
}
.people-num{
    border-top: 1px dashed #b7b7b7;
    border-bottom: 1px dashed #b7b7b7;
    padding: 15px 0;
    text-align: center;
    overflow: hidden;
    margin: 30px 0;
}
.people-num p{
    width: 50%;
    float: left;
    font-size: 20px;
    line-height: 24px;
}
.people-num p:first-child{
    border-right: 1px solid #aaaaaa;
}




/*右*/
.item-info{
    width: 720px;
    float: right;
}
.item-info .title-commo{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}
.item-info .price{
    width: 100%;
    height: 100px;
    margin: 25px  0;
    background:url('../images/bg3.png') no-repeat center center;
    background-size: 100%;
}
.item-info .price span{
    color: #b2b2b2;
    font-size: 20px;
    margin-top: 50px;
    margin-left: 25px;
}
.item-info .price h1{
    color: #ff0000;
    font-size: 26px;
    font-weight: bold;
    margin-top: 11px;
    margin-left: 20px;
}
.item-info .price em{
    font-size: 58px;
}

.item-info .color-choose{
    width: 610px;
}
.item-info .choose li{
    /*overflow: hidden;*/
    margin-bottom: 30px;
}
.item-info .choose li .choo-span{
    display: inline-block;
    width: 86px;
    margin-right: 20px;
    font-size: 20px;
    color: #8a8a8a;
    text-align-last: justify;
}
.color-choose .color-img{
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-left: 25px;
    margin-bottom: 20px;
    float: left;
    cursor: pointer;
}
.color-choose .color-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.color-choose .color-img.active{
    border: 2px solid #f67300;
}
.color-choose .color-img:hover{
    border: 2px solid #f67300;
}
.color-choose .color-img:nth-child(5n+1) {
    margin-left: 0;
}


.choose .locat{
    font-size: 20px;
    line-height: 34px;
}
.choose .locat p{
    font-size: 20px;
    color: #8a8a8a;
}

.choose  .size{
    width: 610px;
    float: left;
}
.choose  .size em{
    display: inline-block;
    min-width: 65px;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    font-size: 22px;
    color: #333333;
    margin-right: 20px;
    border:1px solid #b5b5b5;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
    float: left;
}
.choose  .size .active{
    color: #f67300;
    border:1px solid #f67300;
}
.choose  .size em:hover{
    color: #f67300;
    border:1px solid #f67300;
}

.choose .number {
    display: flex;
    border: 2px solid #adadad;
    border-radius: 12px;
}
.choose .number a {
    display: inline-block;
    width: 40px;
    height: 34px;
}
.choose .jian {
    background: url(../images/jian.png) no-repeat center center;
    background-size:13px;
}
.choose .jia {
    background: url(../images/jia.png) no-repeat center center;
    background-size: 13px;
}
.choose .number input {
    width: 40px;
    min-width: 40px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #282828;
    font-size: 16px;
    border-left: 2px solid #adadad;
    border-right: 2px solid #adadad;
}
.choose .add-btn{
    margin-left: 106px;
}
.choose .add-btn button{
    width: 200px;
    height: 57px;
    font-size: 24px;
    color: #ff0000;
    border:1px solid #ff0000;
    background: #fff;
    border-radius: 5px;
    margin-right: 45px;
    cursor: pointer;
}
.choose .add-btn .buy{
    color: #fff;
    background: #ff0000;
}







/*宝贝推荐*/
.commodity {

}
.commo-title{
    background: #fff;
    border-radius: 5px 5px  0 5px;
    overflow: hidden;
    margin-bottom: 40px;
    border-bottom: 2px solid #f67300;
}
.commo-title h1{
    min-width: 134px;
    height: 50px;
    line-height: 50px;
    color: #676767;
    font-size: 20px;
    text-align: center;
}
.commo-title h1.active{
    color: #ffffff;
    background: #f67300;
    border-radius: 5px;
}
.commo-title a{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin-right: 35px;
    font-size: 20px;
    color: #929191;
    padding-right: 25px;
    background: url(../images/more2.png) no-repeat right center;
    background-size: 16px;
}
.commo-title a:hover{
    color: #f67300;
    background: url(../images/more2ed.png) no-repeat right center;
    background-size: 16px;
}
.goods-list{
    margin-bottom: 30px;
}
.goods-list li{
    width: 15%;
    float: left;
    padding: 12px;
    margin-bottom: 20px;
    margin-left: 2%;
    border: 1px solid #dcdcdc;
}
.goods-list li:hover{
    background: #fff;
    box-shadow: 0px 0px 15px rgba(220,220,220,0.5);
}
.goods-list li:nth-child(6n+1) {
    margin-left: 0;
}
.goods-list .product-img {
    width: 100%;
    height:154px;
    overflow: hidden;
    border: 1px solid #dcdcdc;
}
.goods-list .product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.goods-list .product-text h1 {
    font-size: 14px;
    color: #ff0000;
    margin-top: 5px;
}
.goods-list .product-text h2 {
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.commo-title .car-add{
    width: 120px;
    height: 34px;
    background: #ff0000;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    margin-top: 8px;
    margin-right: 20px;
    cursor: pointer;
}
.commo-title .car-add:hover{
    background: #fb4e4e;
}
.dity-tab{
    cursor: pointer;
}




/*商品介绍*/
.com-intro{
    width: 100%;
    /*margin-bottom: 40px;  */
}
.com-intro.zero{
    height: 0;
    overflow: hidden;
}
.bott-40{
    margin-bottom: 40px;
}







/*宝贝评价*/
.probability{
    height: 260px;
    padding: 30px 40px;
    background: #f0f0f0;
}
.bility{
    height: 200px;
    background: #fff;
    border-radius: 10px;
    float: left;
    margin:0 60px 0 0;
    padding:25px 20px;
}
.bility p{
    font-size: 16px;
    color: #333333;
}
.praise{
    min-width: 200px;
    text-align: center;
}
.praise .circular{
    width: 97px;
    height: 97px;
    line-height: 97px;
    font-size: 20px;
    text-align: center;
    border-radius: 100%;
    border:3px solid #f67300;
    margin: 15px auto 0;
}
.praise .circular span{
    font-size: 36px;
}
.praise .circular em{
    position: relative;
    top: -10px;
}


.various{
    width: 290px;
}
.various li{
    overflow: hidden;
    margin-top: 20px;
    line-height: 20px;
}
.various li span{
    float: left;
}
.various .progress{
    float: left;
    width: 160px;
    height: 14px;
    margin: 3px 10px;
    background: #d2d2d2;
}
.various .progress-bar{
    width: 80%;
    height: 14px;
    background: #f67300;
}



.every{
    width: 325px;
}
.every ul{
    margin-top: 14px;
}
.every li{
    overflow: hidden;
    margin-top: 7px;
    line-height: 20px;
}
.every li span{
    float: left;
}
.every .progress{
    float: left;
    width: 160px;
    height: 14px;
    margin: 3px 10px;
    background: #d2d2d2;
}
.every .progress-bar{
    width: 80%;
    height: 14px;
    background: #f67300;
}



/*评价tab*/
.evaluate-tab{
    padding: 35px 0  15px;
    border-bottom: 1px solid #bfbfbf;
}


.evaluate-tab a{
    padding: 0 25px;
    font-size: 20px;
    color: #676767;
    border-right: 1px solid #dcdcdc;
}
.evaluate-tab a:last-child{
    border-right: none;
}
.evaluate-tab .active{
    color: #f67300;
}




.evaluate-list {

}

.evaluate-list .item{
    overflow: hidden;
    padding: 50px 0 0;
    border-bottom: 1px solid #e7e7e7;
}
.evaluate-list .item .people{
    width: 180px;
    margin-right: 60px;
    text-align: center;
}
.item .people .portrait{
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 auto;
}
.item .people .portrait img{
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.item .people h1{
    font-size: 20px;
    color: #676767;
    margin-top: 10px;
}
.item .people p span{
    font-size: 16px;
    color: #e1bd85;
    background: #f67300;
    border-radius: 12px;
    padding:2px 19px;
}
.item .people p{
    font-size: 20px;
    color: #999999;
    margin-bottom: 10px;
}
.eva-right{
    float: right;
    width: 80%;
}
.eva-right .start{
    margin: 25px 0;
}
.eva-right .start img{
    width: 30px;
}
.evalua-detail .evalua-text{
    width: 75%;
    font-size: 20px;
    color: #505050;
    line-height: 26px;
}
.evalua-detail .specifi{
    width: 25%;
    padding: 0 20px 0 50px;
    font-size: 16px;
    color: #999999;
    position: relative;
}
.evalua-detail .specifi p{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.evalua-img {
    width: 650px;
    margin: 45px 0 0;
}
.evalua-img li{
    width: 100px;
    height: 100px;
    margin-right: 30px;
    margin-bottom: 20px;
    border-radius: 5px;
    float: left;
    overflow: hidden;
    cursor: pointer;
}
.evalua-img li:hover{
    border:2px solid #f67300;
}
.evalua-img li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.evalua-swiper{
    width: 630px;
    height: 0;
    margin-top: 30px;
}
.evalua-swiper.auto{
    height: auto;
    margin-bottom: 50px;
}
.swiper-posit{
    position: relative;
    width: 420px;
    margin: 0 auto;
}
.evalua-swiper  .swiper-container{
    width: 300px;
    border-radius: 5px;
}
.evalua-swiper img{
    width: 300px;
    height: 300px;
    object-fit: cover;
}
.evalua-swiper .swiper-button-next,.evalua-swiper .swiper-button-prev{
    width: 32px;
    height: 64px;
    outline-style: none;
}
.evalua-swiper .swiper-button-prev,.evalua-swiper .swiper-container-rtl .swiper-button-next{
    background:url('../images/left3.png') center;
    background-size: 32px;
}
.evalua-swiper .swiper-button-next,.evalua-swiper .swiper-container-rtl .swiper-button-prev{
    background:url('../images/right4.png') center;
    background-size: 32px;
}











/*加入购物车提示*/
.mask-pupop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 99;
}
.tips-pupop{
    width: 630px;
    height: 212px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    position: fixed;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tips-pupop .close{
    padding: 15px 30px;
    text-align: right;
}
.tips-pupop .close img{
    width: 32px;
}
.tips-pupop .success{
    width: 88px;
    margin-right: 50px;
}
.tips-pupop .tips-text{
    padding: 0 110px;
}
.tips-text .text{
    float: left;
    text-align: center;
    width: 240px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    opacity: 0.75;
    margin-top: 10px;
}