.product-item p.other-info i,
.store-information .contact-store i,
.select-year-month p i,
.end-select-year-month p i
{
    background: url(../images/ico.svg) no-repeat;
}
/*.site-header {*/
    /*height: 90px;*/
/*}*/
/*.header-logo {*/
    /*height: 90px;*/
    /*line-height: 90px;*/
/*}*/
/*.header-logo img {*/
    /*padding-right: 210px;*/
/*}*/

.header-store-info  {
    padding-left: 23px;
    float: left;
    width:auto;
    height: 100px;
    color: #333333;
}

.header-store-info .store-name{
    float: left;
    height:100px;
    line-height: 100px;
}

.header-store-info .store-name span{
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
    padding-right: 23px;
}

/*.header-search {*/
    /*margin: 30px 52px 0 0;*/
    /*width: 436px;*/
/*}*/

/*.search-text {*/
    /*border-top-left-radius: 20px;*/
    /*border-bottom-left-radius: 20px;*/
    /*width: 290px;*/
    /*height: 36px;*/
/*}*/

/*.search-form {*/
    /*width: 500px;*/
    /*margin-right: 38px;*/
/*}*/

/*.search-form .search-btn {*/
    /*height: 40px;*/
    /*padding: auto 20px;*/
    /*width: 80px;*/
/*}*/

/*.search-btn {*/
    /*text-indent: 0;*/
    /*margin-right: 1px;*/
    /*font-size: 14px;*/
/*}*/

/*.search-btn-right-radius {*/
    /*border-top-right-radius: 20px;*/
    /*border-bottom-right-radius: 20px;*/
    /*background-color: #ff6600;*/
    /*border: #ff6600;*/
    /*font-size: 14px;*/
/*}*/

.store-background {
    background-color: #fff;
    max-height: 150px;
    /*height: 150px;*/
    overflow: hidden;
    position:relative;
}

.store-information {
    position: absolute;
    bottom: 0;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
}

.store-information .container {
    height: 36px;
}

.store-information .inline-block {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.store-information .credit {
    width: 90px;
}

.store-information .category-name {
    width: 102px;
    color:#333;
}
.store-information .category-name a{
    display: inline-block;
    width:100%;
    height:36px;
    line-height: 36px;
    color:#fff;
}

.store-information .contact-store {
    display: inline-block;
    width:90px;
    height:26px;
    line-height: 26px;
    color: #fff;
    background-color: #000;
    border-radius: 13px;
    font-size: 12px;
    text-align: left;
}
.store-information .contact-store i {
    width: 16px;
    height: 14px;
    display: inline-block;
    float: left;
    margin: 6px 3px 0 10px;
    background-position: -112px -30px;
}

.store-information .go-store {
    color: #fff;
    background-color: rgb(255, 0, 55);
    padding: 3px 10px;
    border-radius: 10px;
}

.store-information .store-name {
    width: 186px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}
.store-information .store-name img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 3px 10px 3px 10px;
    float: left;
}
.border-center-line {
    margin: auto 20px;
}

.product-spec-background {
    background-color: #fff;
    min-height: 580px;
}

.product-info {
    padding-top: 40px;
    min-height: 500px;
    height: auto;
    /*overflow: hidden;*/
}

.sp-wrap {
    max-width: 480px!important;
    background: #fff!important;
    border: #fff!important;
}
.sp-large {
    overflow: hidden;
    height: 340px!important;
    width: 480px!important;
    background: #fff!important;
    border: 1px solid #f0eded;
}

.sp-thumbs {
    width: 480px!important;
    text-align: center!important;
}

.sp-current-big {
    max-width: 480px;
    text-align:center!important;
}

.sp-thumbs a:link, .sp-thumbs a:visited {
    width: 50px!important;
    height: 50px!important;
    margin: 32px 15px;
    border: 1px solid #f0eded;
}


.product-spec {
    width: 490px;
    display: inline-block;
    margin: 0 40px 30px 0px;
    /*float: left;*/
}

.product-type {
    display: table-cell;
    width: 212px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: #e7e4e4;
    cursor: pointer;
}

.select-type {
    background: #ff003c!important;
    color: #fff;

}

.product-title {
    font-size: 16px;
    font-weight: bold;
    padding: 22px 0 10px 0;
    border-bottom: 1px solid #b5b2b2;
}

.product-price {
    font-size: 22px;
    color: #ff003c;
    font-weight: bold;
    margin-top: 10px;
}

.product-price .day-unit {
    font-size: 12px;
    color: #b5b2b2;
    font-weight: normal;
}

.business-number-list{
    margin: 5px 0 10px 0;
}
.business-number {
    margin-right: 76px;
    color: #333;
    font-size: 12px;
}

.number-total {
    font-size: 12px;
}

.delivery-address {
    font-size: 12px;
    color: #ff003c;
}
.category-right-box {
    display: inline-block;
    width: 350px;
}
.product-spec .category-box {
    border: 1px solid #b5b2b2;
    font-size: 12px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    padding: 0 8px;
    cursor:pointer;
    margin: 0 5px 10px 0;
}

.select-category {
    border: 1px solid #ff003c !important;
    position: relative;
}

.category-title-name {
    width: 65px;
    height: 27px;
    line-height: 27px;
    display: inline-block;
    margin: auto;
    float: left;
}

.dividing-line{
    width: 100%;
    height:1px;
    margin-top: 5px;
    background: #b5b2b2;
}
.category-name-attr {
    width: 350px;
    display: inline-block;
}

.category-name-attr .category-img-box-div {
    width: 38px;
    height: 38px;
    display: inline-block;
    position: relative;
    border: 1px solid #b5b2b2;
    margin-bottom: 4px;
}

.category-name-attr img {
    width: 38px;
    height: 38px;
}


.container-type .inline-block {
    display: inline-block!important;
}

.container-type .go-order {
    background-color: #ff6600;
}
.container-type .go-gray {
    background-color: #b5b2b2;
}

.delivery-pos {
    margin-right: 10px;
    font-weight: bold;
    /*cursor: pointer;*/
}

.desc,.bd-box{
    float: left;
}
.desc{
    width: 65px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;

}
.bd-box{
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    background: #fff;
}
.addition,.subtraction{
    width: 17px;
    padding: 0 6px;
    color: #333;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #d3d3d3;
}
.addition{
    border-left: 0;
}
.in-stock{
    display: inline-block;
    padding-top: 8px;
}
.subtraction{
    border-right: 0;
}
.number-box{
    width: 60px;
    border: 1px solid #d3d3d3;
}

.form-button {
    width: 136px;
    height: 40px;
    line-height: 40px;
    background: #ff003c;
    color: #fff;
    border: 0;
}

.other-product {
    display: inline-block;
    width: 234px;
    height: 180px;
}

.other-product .other-img-bottom {
    margin-bottom: 10px;
    position:relative;
}

.other-product-price {
    text-align: center;
    position: absolute;
    bottom: 0;
    right:0;
    color: #fff;
    width: 234px;
    padding: 7px 0;
    background: rgba(0,0,0,.3);
}

.product-desc .store-info {
    width: 250px;
    background: #fff;
    display: inline-block;
    float: left;
    overflow: hidden;
    min-height: 270px;
    height: auto;
}

.product-desc .store-info img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 23px 90px;
}

.product-desc .store-title {
    text-align: center;
    font-size: 18px;
}

.product-desc .credit-width {
    width: 75px;
    display: table-cell;
    text-align: center;
}

.product-desc .credit-border {
    border-right: 1px solid #b5b2b2;
    padding-left: 50px;
}
.product-desc .credit-width em{
    display: inline-block;
    width: 100%;
    height:20px;
    line-height: 20px;
}

.product-desc .credit-button-info {
    width: 80px;
    height: 30px;
    margin: 0 10px 20px;
}

.product-desc .collect-store {
    padding-left: 25px;
}

.product-desc .collect-store button {
    color: #fff;
    background: #ff003c;
    border: 0;
    cursor: pointer;
}
.product-desc .sms-store button {
    color: #b5b2b2;
    background: #e7e4e4;
    border: 0;
    cursor: pointer;
}

.desc-and-comment {
    display: inline-block;
    width: 710px;
    margin-left: 10px;
    background: #fff;
    min-height: 300px;
}

#nav-desc-and-comment ul {
    height: 50px;
    line-height: 50px;
}

#nav-desc-and-comment li{
    display: table-cell;
    width: 212px;
    text-decoration: none;
    text-align: center;
    background: #e7e4e4;
}

#nav-desc-and-comment ul .act {
    background: #ff003c;
    color:#fff;
}

.desc-and-comment .desc-info {
    padding-left: 36px;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.desc-and-comment .product-detail {
    padding: 20px;
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
    /*padding-bottom: 20px;*/
    word-break:break-all;
}
.desc-and-comment .product-detail p{
    font-size: 13px;
    margin-bottom: 5px;
}
.desc-and-comment .product-detail img {
    max-width: 735px;
}
.desc-and-comment .comment-list {
    width: 745px;
    margin: 6px 14px;
}

.desc-and-comment .comment-list li {
    border-bottom: 1px solid #b5b2b2;
    height: auto;
    min-height: 114px;
    overflow: hidden;
}

.desc-and-comment .inline-block {
    display: inline-block;
}

.desc-and-comment .comment-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 42px 10px 42px 33px;
}

.desc-and-comment .comment-detail {
    width: 594px;
    float: right;
    padding-bottom: 10px;
}

.desc-and-comment .comment-detail .comment-detail-name {
    width: 250px;
    font-weight: bold;
    padding-top: 40px;
}

.desc-and-comment .comment-detail .comment-detail-cate {
    width: 200px;
    text-align: center;
    padding-top: 40px;
}

.desc-and-comment .comment-detail .comment-detail-time {
    width: 100px;
    text-align: center;
    padding-top: 40px;
}
.comment-images-list{
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.comment-images-list img{
    width:110px;
    height:88px;
    float: left;
    margin-right: 8px;
}

.box-product-list{
    width:1230px;
    height:auto;
    /*margin-bottom: 100px;*/
}
.box-title{
    width:100%;
    height:74px;
}
.box-title h1{
    display: inline-block;
    width:auto;
    height:auto;
    font-size: 18px;
    font-weight: bold;
    padding: 34px 0 0 12px;
}
.box-title p{
    width:auto;
    height:auto;
    float: right;
    padding: 35px 45px 0 0;
    font-size: 14px;
}
.box-title p a {
    color: #b5b5b5;
}
.box-title p span{
    display: inline-block;
    width:18px;
    height:18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    border: 1.5px solid #333;
    margin-left: 14px;
    font-weight: bold;
    cursor: pointer;
}

.box-list{
    width:100%;
    height:380px;
}
.box-list li{
    float: left;
    width:234px;
    height:380px;
    margin-right: 15px;
    background: #fff;
    position: relative;
}
.box-list li:hover{
    background:  #f4f4f4;
}
.box-list li:last-child{
    margin-right: 0;
}
.product-img{
    width:100%;
    height:234px;
    overflow: hidden;
}
.product-img-box{
    width:184px;
    height:184px;
    line-height: 182px;
    text-align: center;
    margin: 25px 25px 0 25px;
    /*border-radius: 4px;*/
    overflow: hidden;
}
.product-img img{
    width: auto;
    height: auto;
    max-width: 184px;
    max-height: 184px;
    border-radius: 6px;
}
/*.product-img img{*/
    /*width:234px;*/
    /*height:234px;*/
/*}*/
/*.product-img img{*/
    /*width:184px;*/
    /*height:184px;*/
    /*margin: 25px 25px 0 25px;*/
    /*border-radius: 4px;*/
/*}*/
.product-item{
    width:206px;
    height:auto;
    padding: 0px 14px 0 14px;
    overflow: hidden;
}
.product-item p{
    width:100%;
    height: 24px;
    line-height: 20px;
    color:#b5b2b2;
    font-size: 12px;
    margin: 0;
}
.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: 500;
    float:left;
    font-family: arial,sans-serif;
    margin-top: 0;
}
.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: 24px;
    margin-left: 2px;
    font-weight: normal;
}
.product-item p span.product-order{
    float: right;
}
.product-item h2{
    display: inline-block;
    height:24px;
    line-height: 24px;
    font-size: 12px;
    color:#333;
    padding-top: 8px;
}
.product-item h2.product-list-name{
    width: 100%;
    height:36px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 0;
}
.product-item h2.show-owner-info{
    padding-top: 6px;
}
.product-item h2 a{
    font-size: 14px;
    color:#333;
}
.product-item h2 a:hover{
    color:#333;
}
.product-item h2 a.product-owner{
    font-size: 12px;
    text-decoration:underline;
}
.product-item p.other-info{
    padding-top: 3px;
    height: 20px;
}
.product-item p.other-info i {
    display: inline-block;
    width: 12px;
    height: 12px;
    float: left;
    margin: 3px 2px 0 0;
    background-position: -332px 0;
}

.category-box, .category-img-box, #nav-desc-and-comment ul li {
    cursor: pointer;
}

#product-type-select ul li {
    display: table-cell;
    width: 212px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: #e7e4e4;
    cursor: pointer;
}

.select-icon-true {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    overflow: hidden;
    text-indent: -99em;
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAMAAABhq6zVAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJUExURUxpcf8AN////7f4NBoAAAABdFJOUwBA5thmAAAAMUlEQVQI103MAQ4AMAQEQev/j66i6YrEXIKIX9jY2NjYyDmhZnlCo5rdyWvebfYDVAcSmABbA7WD+QAAAABJRU5ErkJggg==)
}
/*åè¡¨å³ä¾§*/
.search-list-r{
    width:234px;
    height:500px;
    /*margin-top: 24px;*/
}
.search-list-r .product-img{
    margin-bottom: 15px;
    position: relative;
}
.search-list-r .product-img span{
    display: inline-block;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 234px;
    height: 30px;
    line-height: 30px;
    background: rgba(0,0,0,.3);
}

.disable {
    /*pointer-events: none;*/
    /*cursor: not-allowed;*/
    background: #e3e3e3;
    color: #fff;
}
.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-list-name {*/
    /*min-height: 56px !important;*/
/*}*/

/*æ¶é´éæ©*/
.delivery-pos{
    position: relative !important;
}
.show-date-select{
    position: absolute;
    top: 38px;
    left: 0px;
    width: 360px;
    height: auto;
    min-height: 280px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 999;
}
.end-show-date-select{
    position: absolute;
    top: 38px;
    left: 0px;
    width: 360px;
    height: auto;
    min-height: 280px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 999;
}
.show-date-select p,
.end-show-date-select p{
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color:#333;
    border-bottom: 1px solid #e7e4e4;
}
.date-select-list,
.end-date-select-list{
    width: 279px;
    height: auto;
    min-height: 208px;
    background: #fff;
    border-bottom: 1px solid #e7e4e4;
    border-right: 1px solid #e7e4e4;
}
.select-year-month,
.end-select-year-month{
    width: 100%;
    height: 29px;
    border-bottom: 1px solid #e7e4e4;
    position: relative;
}
.select-year-month p,
.end-select-year-month p{
    width:110px;
    height: 21px;
    line-height: 21px;
    margin-top:3px;
    border: 1px solid #e7e4e4;
    float: left;
    cursor: pointer;
}

.select-year-month p.select-year-list,
.end-select-year-month p.end-select-year-list{
    margin-left: 22px;
}
.select-year-month p.select-month-list,
.end-select-year-month p.end-select-month-list{
    margin-left: 10px;
}
.select-year-month p span,
.end-select-year-month p span{
    display: inline-block;
    width: 85px;
    height: 21px;
    line-height: 21px;
    float: left;
    text-align: left;
    text-indent: 25px;
}
.select-year-month p i,
.end-select-year-month p i{
    display: inline-block;
    width: 12px;
    height: 12px;
    float: left;
    margin-top: 5px;
    background-position: -131px -58px;
}
.select-year-month ul,
.end-select-year-month ul{
    display: none;
    width: 110px;
    height: auto;
    max-height: 168px;
    overflow-y: auto;
    background: #fff;
    border:1px solid #e7e4e4;
}
.select-year-month ul.start-year-list,
.end-select-year-month ul.end-year-list{
    position: absolute;
    top:25px;
    left: 22px;
}
.select-year-month ul.start-month-list,
.end-select-year-month ul.end-month-list{
    position: absolute;
    top:25px;
    left: 144px;
}
.select-year-month ul li,
.end-select-year-month ul li{
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: left;
    text-indent: 25px;
    cursor: pointer;
}
.select-year-month ul li:hover,
.end-select-year-month ul li:hover{
    background: #b5b2b2;
}

.date-list-title,
.end-date-list-title{
    width: 100%;
    height: 25px;
}
.date-list-title span,
.end-date-list-title span{
    display: inline-block;
    width: 39px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    float: left;
}
.date-list-content,
.end-date-list-content{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}
.date-list-content li,
.end-date-list-content li{
    width: 39px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    /*border-bottom: 1px solid #e7e4e4;*/
    cursor: pointer;
    float: left;
}
.date-list-content li.day-false,
.end-date-list-content li.day-false{
    color: #b5b2b2;
    cursor: not-allowed;
}
.date-list-content li.active-day,
.end-date-list-content li.active-day{
    color: #ff003c;
}

.time-select-list,
.end-time-select-list{
    width: 80px;
    height: auto;
    max-height: 210px;
    overflow-y: scroll;
    /*border-left: 1px solid #e7e4e4;*/
}
.time-select-list li,
.end-time-select-list li{
    width: 100%;
    height: 29px;
    line-height: 29px;
    text-align: center;
    border-bottom: 1px solid #e7e4e4;
    cursor: pointer;
}
.time-select-list li:hover,
.end-time-select-list li:hover{
    color:#ff003c;
}
.time-select-list li.active-time,
.end-time-select-list li.active-time{
    color:#ff003c;
}

.date-select-submit{
    width: 100%;
    height: 37px;
    background: #fff;
    border-radius: 0 0 4px 4px;
}
.date-select-submit span{
    display: inline-block;
    width: 56px;
    height: 27px;
    line-height: 28px;
    margin: 5px 10px;
    float: left;
}
.date-select-submit span em.select-false{
    float: left;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #b5b2b2;
    margin: 8px 3px 0 0;
}
.date-select-submit span em.select-true{
    float: left;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #333;
    margin: 8px 3px 0 0;
}
.date-select-submit button.submit-start-time,
.date-select-submit button.submit-end-time
{
    width: 50px;
    height: 26px;
    line-height: 26px;
    color:#fff;
    background: #ff003c;
    float: right;
    border-radius: 4px;
    margin: 6px 80px 0 0;
    border: none;
}

/**æ»å¨æ¡æ ·å¼**/
.time-select-list::-webkit-scrollbar {
    width: 12px;
    height: 16px;
    max-height: 16px;
    cursor: pointer!important;
}
.time-select-list::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.2);
    background: rgba(238,238,238,0.5);
}
.time-select-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(255,255,255,0.1);
    border-radius: 0;
    background: rgba(255,255,255,0.1);
}

.store-banner{
    width: 100%;
    position: relative;
}
.store-banner img{
    width: 100%;
    height: auto;
}