.product-box-list{
    width:100%;
    min-width: 1230px;
    max-width: 1230px;
    margin: 0 auto;
    /*height:380px;*/
    height: auto;
    overflow: hidden;
}
.product-box-list ul{
    display: inline-block;
    height: auto;
}
.product-box-list li{
    float: left;
    width:280px;
    height:380px;
    margin-right: 32px;
    background: #f4f4f4;
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
    border-radius: 4px;
}
/*@media screen and (min-width: 1561px) {*/
/*    .product-box-list{*/
/*        max-width: 1290px;*/
/*    }*/
/*    .product-box-list li {*/
/*        margin-right: 30px;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 1560px) {*/
/*    .product-box-list{*/
/*        max-width: 1230px;*/
/*    }*/
/*    .product-box-list li{*/
/*        margin-right: 15px;*/
/*    }*/
/*}*/
.product-box-list li:hover{
    background:  #f4f4f4;
}
.product-box-list li.last-list{
    margin-right: 0;
}
.product-img{
    width:100%;
    height:234px;
    overflow: hidden;
}
.product-img-box{
    width:230px;
    height:230px;
    line-height: 230px;
    text-align: center;
    margin: 20px 25px 0 25px;
    /*border-radius: 4px;*/
    overflow: hidden;
}
.product-img img{
    width: auto;
    height: auto;
    max-width: 230px;
    max-height: 230px;
    border-radius: 6px;
}
.product-item{
    width:252px;
    height:auto;
    padding: 0px 14px 0 14px;
    box-sizing: unset;
    margin-top: 10px;
}
.product-item p{
    width:100%;
    height: 24px;
    line-height: 20px;
    color:#b5b2b2;
    font-size: 12px;
    margin-top: 5px;
}

.product-list-district {
    width: 140px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product-item p span.product-price{
    color:#e1251b;
    font-size: 18px;
    font-weight: bold;
    float:left;
    font-family: arial,sans-serif;
}
.product-item p span.product-price i{
    float: left;
    margin-right: 5px;
    font-size: 12px;
    line-height: 24px;
    font-weight: normal;
}
.product-item p span.product-price em{
    font-size: 12px;
    line-height: 22px;
    margin-left: 2px;
    font-weight: normal;
}
.product-item p span.product-order{
    float: right;
}
.product-order em{
    float: left;
    display: inline-block;
    width:18px;
    height:18px;
    line-height: 18px;
    border: solid 1px #333333;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    margin:0 2px;
}
.product-order em.sell{
    border: solid 1px #b5b2b2;
    color: #b5b2b2;
}
.product-item h2{
    display: inline-block;
    height:24px;
    line-height: 24px;
    font-size: 14px;
    color:#333;
    /*padding-top: 8px;*/
}
.product-item h2.product-list-name{
    width: 100%;
    height:36px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-item h2.show-owner-info{
    padding-top: 6px;
}
.product-item h2 a{
    font-size: 14px;
    color:#333;
}
.product-item h2 a.product-title{
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-item h2 a.product-owner{
    font-size: 12px;
    text-decoration:underline;
}
.product-item h2 a.product-owner:hover{
    color:#ff003c!important;
}
.product-item p.other-info{
    padding-top: 3px;
    height: 20px;
}
.other-info i{
    display: inline-block;
    width:12px;
    height:12px;
    float: left;
    margin: 3px 2px 0 0;
    background: url("http://www.ysgmall.com/static/images/ico.svg");
    background-position: -332px 0;
}

/*选择商品弹窗*/
.select-product-prompt{
    display: none;
    height: 100%;
}
.select-product-prompt .prompt-content{
    position: relative;
    border-radius: 12px;
    width: 1230px;
    height: 690px;
    margin: 5% auto;
}
.select-product-prompt .close {
    color: #fff;
    position: absolute;
    right: -30px;
    top: 0;
    /*background: rgba(0,0,0,.5);*/
    font-size: 20px;
    width: 26px;
    height: 26px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    margin: 0;
    font-weight: bold;
    opacity: 0.8;
}
.select-product-prompt .prompt-title {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    text-indent: 0;
    color: #333333;
    border-bottom: 1px solid #f4f4f4;
}
.select-product-info{
    width: 100%;
    height: 540px;
    background: #fff;
    margin: 20px auto;
    overflow-y: auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.select-product-info .product-box-list{
    min-width: 100%;
    max-width: 100%;
}
.select-product-info .product-box-list li{
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}
.select-product-info .product-box-list li.last-list{
    margin-right: 0;
}
.select-product-info .product-box-list li .mask-prompt {
    /* display: block; */
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    cursor: pointer;
}
.select-product-info .product-box-list li .show-mask-prompt {
    display: block!important;
}
.select-product-info .product-box-list li .mask-prompt i.ico-mask-prompt {
    display: none;
    width: 34px;
    height: 34px;
    background: url(./../../icon/ico.svg) no-repeat -367px -238px;
    margin-left: 45%;
    margin-top: 45%;
}
.select-product-info .product-box-list li .show-mask-prompt i.ico-mask-prompt {
    display: inline-block;
}
.submit-select-product {
    width: 100%;
    height: 32px;
    text-align: center;
    margin-top: 0px;
}
.submit-select-product button {
    height: 30px;
    width: 100px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 10px;
}
.submit-select-product button.submit-true {
    background: #ff003c;
    color: #ffffff;
    border: 1px solid #ff003c;
}
.submit-select-product button.submit-false {
    width: 80px;
    color: #666666;
    background: #ffffff;
    border: 1px solid #dcdcdc;
}