.detail{
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
}
.van-swipe__track{
    border: 0;
}
/*.van-swipe-item{
    width: 100%;
    height: 50vh;
}*/
.van-swipe-item img{
    width: 100%;
    height: 100%;
}
.detail_title{
    background-color: #fff;
    padding: 7px 5px 0 5px;
}
.detail_list_1{
    font-size: 0.9rem;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 5px 10px 5px;
    color: #999;
    border-bottom: 1px solid #eee;
}
.detail_list_2{
    background-color: #fff;
    display: flex;
    flex-direction: row;
}
.van-cell__title span{
    color: #999;
    font-size: 0.9rem;
}
.van-cell {
    padding: 10px 5px !important;
}
.content{
    background-color: #fff;
    color: #fff;
    font-size: 1rem;/
    display: flex;
    flex-direction: column;
}
.content_price{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.content_price_yuan :nth-child(1){
    font-size: 1rem;
}
.content_price_yuan :nth-child(2){
    font-size: 2rem;
}
.content_price_last{
    height: 100%;
}
.price_last{
    margin-top: 8px;
    background-color: #fff;
    color: #e7363c;
    padding: 2px 7px;
    border-radius: 20px;
}
.price_last :nth-child(1), .price_last :nth-child(2){
    font-size: 0.7rem;
}
.price_last :nth-child(3) b{
    font-size: 1rem;
}
.content_price_buy{
    display: flex;
    align-items: center;
}
.content_last{
    background-color: #fff;
    color: #e7363c;
    padding: 3px;
    border-radius: 3px;
    font-size: 18px;
}
.content_list{
    margin-top: 10px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 15px 5px;
}
.commtent_detail{
    margin-top: 15px;
}
.content_list_2{
    display: flex;
    flex-direction: row;
    font-size: 0.9rem;
}
.content_list_title{
    color: #999;
    margin-right: 15px;
}
.content_list_content{
    width: 85%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #999;
}
/* 商家管理 */
.merchant{
    margin-top: 10px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}
.merchant_img{
    display: flex;
    flex-direction: row;

}
.merchant_img img{
    width: 70px;
    height: 70px;
    border-radius: 10px;
    margin-right: 15px;
}
.merchant_grade{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 15px;
    font-size: 0.9rem;
}
.merchant_grade div :nth-child(1){
    color: #ccc;
}
.merchant_grade div :nth-child(2){
    color: red;
}

.commtent{
    margin-top: 10px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 15px 15px 15px 5px;
    color: #999;
}
.commtent_title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.commtent_label{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px;
}
.commtent_label span{
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 4px 7px;
    background-color: #ffeeee;
    font-size: 0.8rem;
    border-radius: 20px;
    color: #999999;
}
.commtent_img{
    display: flex;
    justify-content: row;
    font-size: 0.9rem;
    margin-bottom: 5px;
    margin-left: 5px;
}
.commtent_img img{
    border-radius: 20px;
    height: 30px;
    width: 30px;
    margin-right: 8px;
    margin-bottom: 5px;
}
.commtent_comment{
    font-size: 0.9rem;
}
.guodu{
    color: #ccc;
    margin-top: 15px;
    text-align: center;
}
.detail_img{
    margin-top: 15px;
    width: 100%;
    margin-bottom: 50px;
}
.detail_img img{
    width: 100%;
    display:block;
}

.tfoot{
    position: fixed;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 60px;/*默认45px*/
    border-top: 1px solid #e2e2e2;
    display: flex;
    flex-direction: row;
    background-color: #fff;
    font-size: 0.8rem;
}
.tfoot_icon{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 35%;
    color: #777;
    margin: 5px;
}
.tfoot_dingdan i{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tfoot_dingdan span{
    font-size: 0.9rem;
}
.tfoot_dingdan .van-icon{
    font-size: 1.2rem;
    margin-bottom: 2px;
}
.tfoot_kefu i{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tfoot_kefu span{
    font-size: 0.9rem;
}
.tfoot_kefu .van-icon{
    font-size: 1.2rem;
    margin-bottom: 2px;
}
.tfoot_goumai{
    width: 63%;
    padding-top:8px;
    background-color: #e7363c;
    /*border-radius: 10px;*/
    text-align: center;
    color: #fff;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
}
.tfoot_goumai span{
    font-size: 0.7rem;
}
/* sku选择 */
.sku{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
.sku_content{
    position: fixed;
    top: 20%;
    left: 0;
    overflow:auto;
    background-color: #fff;
    width: 93%;
    height: 76%;
    padding: 15px;
    border-radius: 10px 10px 0px 0px;
}
.sku_content_title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.sku_content_title_1{
    display: flex;
    flex-direction: row;
}
.sku_content_title_1 img{
    width: 150px;
    height: 150px;
    margin-right: 15px;
}
.sku_content_title_2 .van-icon{
    font-size: 2rem;
}
.sku_content_attr{
    margin-top: 15px;
    font-size: 0.9rem;
}
.sku_content_attr div{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 8px 8px 0 8px;
}
.sku_content_attr div span{
    padding: 5px 15px;
    background-color: #f5f5f5;
    margin-right: 10px;
    border-radius: 8px;
    border: 1px solid #fff;
    margin-bottom: 5px;
}
.sku_content_size{
    margin-top: 15px;
    font-size: 0.9rem;
}
.sku_content_size div{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 8px 8px 0 8px;
}
.sku_content_size div span{
    padding: 7px 18px;
    background-color: #f5f5f5;
    margin-right: 10px;
    border-radius: 8px;
    border: 1px solid #fff;
    margin-bottom: 5px;
}
.sku_content_number{
    margin-top: 15px;
    font-size: 0.9rem;
    margin-bottom: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.sku_content_liji{
    position: fixed;
    bottom: 20px;
    left: 0;
    width: 97%;
    height: 60px;
    background-color: #fff;
    border-top: 1px solid #e2e2e2;
    padding: 10px;
}
.sku_content_liji div{
    background-color: #e7363c;
    padding: 20px 10px;
    text-align: center;
    /*border-radius: 10px;*/
    color: #fff;
}
.title_1_price_1{
    color: red;
}
.title_1_price_1 :nth-child(2){
    font-size: 1.5rem;
}
.title_1_2{
    color: #ccc;
    font-size: 0.9rem;
}
.title_1_3{
    font-size: 0.9rem;
}
.active {
    background-color: #fff8fa;
    color: #e7363c;
    border: 1px solid #ccc !important;
}
.my-swipe .van-swipe-item {
    color: #fff;
    font-size: 20px;
    line-height: 150px;
    text-align: center;
    background-color: #39a9ed;
}

.item img{
    width: 100%;
}
.item2 img{
    width: 44%;
    margin: 2%;
}
