.wyfw{
    background: #fff;
    border-radius:24px ;
    padding:200px 50px;
    margin: 20px auto;
    box-shadow: #cfcfcf 0 0 20px;
    background: url('../images/youpin_1.png')#fff center center no-repeat;
    
}
.tao{
    margin: 50px auto 50px;
}
.tao-title{
    text-align: center;
    position: relative;
    width: 300px;
    margin: 0 auto;
}
.tao-title h2{
    font-size: 20px;
}
.tao-title span{
    background: #e74144;
    font-size: 12px;
    color: #fff;
    padding: 3px 10px;
    width: 137px;
    height: 53px;
    line-height: 35px;
    background: url('../images/youpin_2.png') no-repeat;
    position: absolute;
    right: -80px;
    bottom: 5px;
}

.tao-desc{
    text-align: center;
    color: #999;
}
.tao-filter{
    background: #fff;
    border-radius:24px ;
    padding:30px 50px 30px 50px;
    margin: 20px auto 20px;
    /*box-shadow: #cfcfcf 0 0 20px;*/
}
.tao-filter-list{
    width: 80%;
    margin: 0 auto;
}
.tao-filter-list h3{
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    width: 100px;
    margin-bottom: 20px;
}
.tao-filter-list a{
    margin-right: 40px;
}
.tao-filter-list .active{
    color: #5698f1;
}
.tao-list{
    display: flex;
    flex-wrap: wrap;
}
.tao-item{
    width:187px;
    background: #fff;
    text-align: center;
    margin:0 0 15px 20px;
    border-radius: 16px;
    padding: 30px 10px 20px;
    position: relative;
}
.tao-tips{
    display: inline-block;
    width: 53px;
    height: 53px;
    line-height: 35px;
    background: url('../images/youpin_3.png') no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.tao-tips-A{
    background: url('../images/youpin_4.png') no-repeat;
    background-size: 100%;
}
.tao-tips-A+{
    background: url('../images/youpin_5.png') no-repeat;
    background-size: 100%;
}
.tao-tips-B{
    background: url('../images/youpin_6.png') no-repeat;
    background-size: 100%;
}
.tao-tips-C{
    background: url('../images/youpin_7.png') no-repeat;
    background-size: 100%;
}
.tao-item:nth-child(1){
    margin-left: 0;
}
.tao-item:nth-child(6n-5){
    margin-left: 0;
}
.tao-item img{ 
    mix-blend-mode: multiply;border-radius: 8px;
}
.tao-item .tao-name{
    font-size:12px;
    margin-top: 20px;
    text-overflow: -o-ellipsis-lastline;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    display: -webkit-box;  
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;
    height: 40px;
}
.tao-item .price1{
    font-size: 14px;
    color: #ccc;
    text-decoration: line-through;
}
.tao-item .price2{
    background: #fef4ef;
    border-radius: 50px;
    padding: 0px 0px 0px 10px;
    margin-top: 10px;
    line-height: 26px;
    font-size: 12px;
}
.price-price{
    color:#f24143;
}

.price-btn{
    background: #f24447;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    padding: 0 0px;
    line-height: 26px;
    width: 60px;
    float: right;
    
}

.tao-qrcode{
    display: none;
    border-radius: 16px;
    padding:200px 0 0 0 ;
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/youpin_8.jpg') #fff center 20px no-repeat;
    color: #f24447;
    background-size: 160px;
    
}
.tao-active .tao-qrcode{
    display: block;
}
.tao-level{
    padding:60px 50px;
    margin: 0px auto 20px;
    background: url('../images/youpin_9.png') no-repeat;
    background-size: 100%;
}