
page {
    /* height: 100%; *//* min-height: 100%; *//* background: #f4f4f4; */
}

.container {
    background: #f4f4f4;
    width: 100%;
    height: auto;
    min-height: 100%;
    overflow: hidden;
}

.service-policy {
    /* width: 750rpx; */
    height: 73rpx;
    background: #f4f4f4;
    padding: 0 31.25rpx;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}

.item_image {
    width: 10px;
    height: 10px;
    margin: 0 5px 0 0;
}

.service-policy .item {
    /* background: url(http://54dz.com/static/miniapp/servicePolicyRed.png) 0 center no-repeat; */
    background-size: 10rpx;
    padding-left: 15rpx;
    display: flex;
    align-items: center;
    font-size: 25rpx;
    color: #666;
}

.no-cart {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.no-cart .c {
    width: 100%;
    height: auto;
    margin-top: 200rpx;
}

.no-cart .c image {
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 258rpx;
    height: 258rpx;
}

.no-cart .c text {
    margin: 0 auto;
    display: block;
    width: 258rpx;
    height: 29rpx;
    line-height: 29rpx;
    text-align: center;
    font-size: 29rpx;
    color: #999;
}

.cart-view {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.cart-view .list {
    height: auto;
    width: 100%;
    overflow: hidden;
    margin-bottom: 120rpx;
}

.cart-view .group-item {
    height: auto;
    width: 100%;
    background: #e8e8e8;
    margin-bottom: 18rpx;
}

.cart-view .item {
    /* position: relative; */
    min-height: 210rpx;
    width: 100%;
    overflow: hidden;
    margin: 5px 0px;
    background: white;
    border-radius: 5px;
}

.cart-view .item .checkbox {
    z-index: 33;
    float: left;
    height: 80rpx;
    width: 34rpx;
    margin: 80rpx 18rpx 65rpx 26rpx;
    /* background: url(http://54dz.com/static/miniapp/checkbox.png) no-repeat; */
    background-size: 34rpx;
}

.cart-view .item .checkbox.checked {
    /* background: url(http://54dz.com/static/miniapp/checkbox-checked.png) no-repeat; */
    background-size: 34rpx;
}

.cart-view .item .cart-goods {
    /* float: left; */
    min-height: 210rpx;
    /* width: 672rpx; */
    border-bottom: 1px solid #f4f4f4;
}

.cart-view .item .img {
    float: left;
    height: 170rpx;
    width: 170rpx;
    background: #f4f4f4;
    margin: 19.5rpx 18rpx 19.5rpx 18rpx;
}

.cart-view .item .info {
    /* float: left; *//* height:125rpx; *//* width: 503rpx; *//* margin: 19.5rpx 26rpx 19.5rpx 0; */
    margin: 0px 20px 0px 20px;
    position: relative;
}

.cart-view .item .t {
    margin: 8rpx 0;
    /* height: 28rpx; *//* font-size: 34rpx; */
    color: #333;
    overflow: hidden;
}

.cart-view .item .name {
    height: 28rpx;
    /* max-width: 310rpx; */
    line-height: 28rpx;
    font-size: 30rpx;
    color: #333;
    overflow: hidden;
}

.cart-view .item .num {
    height: 28rpx;
    line-height: 28rpx;
    float: right;
}

.cart-view .item .attr {
    margin-bottom: 17rpx;
    height: 24rpx;
    line-height: 24rpx;
    font-size: 22rpx;
    color: #666;
    overflow: hidden;
}

.cart-view .item .b {
    height: 28rpx;
    line-height: 28rpx;
    font-size: 25rpx;
    color: #333;
    overflow: hidden;
}

.cart-view .item .price {
    float: right;
    color: red;
    font-size: 14px;
}

.cart-view .item .open {
    height: 28rpx;
    width: 150rpx;
    display: block;
    float: right;
    background: url(http://nos.netease.com/mailpub/hxm/yanxuan-wap/p/20150730/style/img/icon-normal/arrowDown-d48093db25.png) right center no-repeat;
    background-size: 25rpx;
    font-size: 25rpx;
    color: #333;
}

.cart-view .item.edit .t {
}

.cart-view .item.edit .attr {
    text-align: left;
    padding-right: 25rpx;
    background-size: 12rpx 20rpx;
    margin-bottom: 0rpx;
    height: 39rpx;
    line-height: 39rpx;
    font-size: 24rpx;
    color: #999;
    overflow: hidden;
}

.cart-view .item.edit .b {
    display: flex;
    height: 52rpx;
    overflow: hidden;
}

.cart-view .item.edit .price {
    line-height: 52rpx;
    height: 52rpx;
    flex: 1;
}

.cart-view .item .selnum {
    display: block;
}

.cart-view .item.edit .selnum {
    width: 235rpx;
    height: 52rpx;
    border: 1rpx solid #ccc;
    display: flex;
}

.selnum .cut {
    width: 70rpx;
    height: 100%;
    text-align: center;
    line-height: 50rpx;
}

.modal-close {
    margin-left: 228rpx;
    position: absolute;
    margin-top: -67rpx;
}

.selnum .number {
    flex: 1;
    height: 100%;
    text-align: center;
    line-height: 68.75rpx;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    float: left;
}

.selnum .add {
    width: 80rpx;
    height: 100%;
    text-align: center;
    line-height: 50rpx;
}

.cart-view .group-item .header {
    width: 100%;
    height: 94rpx;
    line-height: 94rpx;
    padding: 0 26rpx;
    border-bottom: 1px solid #f4f4f4;
}

.cart-view .promotion .icon {
    display: inline-block;
    height: 24rpx;
    width: 15rpx;
}

.cart-view .promotion {
    margin-top: 25.5rpx;
    float: left;
    height: 43rpx;
    width: 480rpx;
    /*margin-right: 84rpx;*/
    line-height: 43rpx;
    font-size: 0;
}

.cart-view .promotion .tag {
    border: 1px solid #f48f18;
    height: 37rpx;
    line-height: 31rpx;
    padding: 0 9rpx;
    margin-right: 10rpx;
    color: #f48f18;
    font-size: 24.5rpx;
}

.cart-view .promotion .txt {
    height: 43rpx;
    line-height: 43rpx;
    padding-right: 10rpx;
    color: #333;
    font-size: 29rpx;
    overflow: hidden;
}

.cart-view .get {
    margin-top: 18rpx;
    float: right;
    height: 58rpx;
    padding-left: 14rpx;
    border-left: 1px solid #d9d9d9;
    line-height: 58rpx;
    font-size: 29rpx;
    color: #333;
}

.cart-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 100rpx;
    width: 100%;
    background: #fff;
    display: flex;
}

.cart-bottom .checkbox {
    height: 34rpx;
    /* padding-left: 60rpx; */
    line-height: 34rpx;
    margin: 33rpx 18rpx 33rpx 26rpx;
    /* background: url(http://nos.netease.com/mailpub/hxm/yanxuan-wap/p/20150730/style/img/icon-normal/checkbox-0e09baa37e.png) no-repeat; */
    background-size: 34rpx;
    font-size: 29rpx;
}

.cart-bottom .checkbox.checked {
    /* background: url(http://nos.netease.com/mailpub/hxm/yanxuan-wap/p/20150730/style/img/icon-normal/checkbox-checked-822e54472a.png) no-repeat; */
    background-size: 34rpx;
}

.cart-bottom .total {
    height: 34rpx;
    flex: 1;
    margin: 20rpx 10rpx;
    font-size: 40rpx;
    text-align: center;
    color: red;
}

.cart-bottom .delete {
    height: 34rpx;
    width: auto;
    margin: 33rpx 18rpx;
    font-size: 29rpx;
}

.cart-bottom .checkout {
    height: 100rpx;
    width: 210rpx;
    text-align: center;
    line-height: 100rpx;
    font-size: 29rpx;
    background: #f14d00;
    color: #fff;
    /* border-radius: 50px; */
}

.nowbuy {
    margin: 5px;
}

.list_remark {
    /* font-size: 10px; */
    margin-right: 5px;
    /* margin-left: 20px; */
    font-size: 13px;
}

.list_bottom {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: red;
    font-size: 12px;
}

.position-head {
    position: fixed;
    top: 2px;
    width: 98%;
    margin: 0px 1%;
    z-index: 11;
    box-shadow: 0px 2px 5px #f0f0f0,
                -2px -2px 5px #f0f0f0,
                -2px 2px 5px #f0f0f0,
                2px -2px 5px #f0f0f0;
    border-radius:10px;
}

.swiper-tab {
    width: 100%;
    border-bottom: 1px solid #eee;
    text-align: center;
    line-height: 80rpx;
    background: #fff;
    border-radius:10px;
    /* position: fixed; *//* top: 45px; *//* z-index: 999; */
}

.swiper-tab-list {
    // font-size: 16px;
    display: inline-block;
    // width: 50%;
    /* width:25%; */
     font-weight:500;
     width:40%;
    color: #b5b5b5;
    padding:10px;
}

.on {
    color: #825959;
    border-bottom: 2px solid#825959;
}

.comment {
    text-align: center;
    margin: 5px;
    padding: 5px;
}

.box-show {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    background: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    z-index: 99;
}

.view-box {
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 85%;
    height: 80%;
    max-height: 80%;
    background: #efeff4;
    border-radius: 12px;
    z-index: 999;
}

.close {
    position: absolute;
    right: 0px;
    top: 0px;
}

.box-title {
    margin: 10px;
    padding: 5px;
    /* height: 10%;  */
    text-align: center;
}

.view-box-text {
    margin: 5px;
    padding: 5px;
    background: white;
    height: 80px;
}

.bottom-comment {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #825959;
    color: white;
}

.image-box {
    max-height: 180px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
}

.comment-box {
    /* margin: 5px; */
}

.comment-head {
    padding: 5px;
    text-align: center;
    color: #31c1fe;
    border-bottom: 1px solid #31c1fe;
    /* background: #98e0fe; */
}

.comment-list {
    font-size: 14px;
    margin: 10px 0px;
    margin-bottom: 10px;
    padding: 5px;
    /* border-bottom: 1px solid #31c1fe; */
    color: #464646;
    background: white;
    border-radius: 5px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
}

.comment-image {
    padding: 5px;
    display: flex;
    align-items: center;
    /* width: 100%; */
}

.comment-name {
    padding: 2px;
    width:100%;
}

.comment-date {
    float: right;
    text-align: right;
    width: 100%;
    padding-right: 5px;
    font-size: 12px;
    color: #b5b5b5;
}

.comment-content {
    padding: 5px;
    margin-left: 38px;
}

.comment-imgs {
    float: left;
    /* width: 33.3%; */
    width: 100px;
    display: flex;
    align-items: center; /*垂直*/
    justify-content: center; /*水平*/
}

.comment-img {
    /* width: 50px;
    height: 50px; */
    height: 80px;
    width: 80px;
    margin: 5px;
}

.comment-title {
    padding: 5px;
    padding-top: 15px;
    clear: both;
    font-size: 12px;
    color: #b5b5b5;
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 38px;
}

.comment-more {
    padding: 5px;
    text-align: center;
}

.comment-shopping {
    border-radius: 50px;
    background: #ece9e9;
    color: #825959;
    padding: 2px 10px;
}

.comment_like {
    position: absolute;
    right: 5px;
    bottom: 3px;
    display: flex;
    align-items: center;
    /* border: 1px solid #b5b5b5; *//* border-radius: 5px; */
    padding: 2px 10px;
}
