h2.page-header {
    margin: 10px 0 25px 0;
    padding-bottom: 15px;
}

.user-baseinfo {
    margin-bottom: 25px;
}

.user-baseinfo table tr td {
    color: #999;
}

/************/
.yb_liucheng {
    display: flex;
    justify-content: space-between;
	clear: both; margin-top: 80px; margin-bottom: 16px;
}
.yb_liucheng_item {
    width: 224px;
    height: 194px;
    background-color: #f6f6f6;
    border-radius: 10px; margin-right: 8px;
}
.yb_liucheng_item_title {
    height: 66px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 66px;
    text-align: center;
    background-color: #ffe8ee;
    border-radius: 10px 10px 0px 0;
    position: relative;
}
.yb_liucheng_item_title span {
    width: 32px;
    height: 32px;
    background-color: #fd4259;
    display: inline-block;
    line-height: 32px;
    position: absolute;
    bottom: -16px;
    left: 44%;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    border-radius: 100%;
}
.yb_liucheng_body {
    max-width: 200px;
}
.yb_liucheng_item_bottom {
    text-align: center;
    padding: 0px 19px 0 24px;
    font-size: 14px;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 117px;
    box-sizing: border-box;
}
.yb_liucheng_item_bottom p {
    text-align: left;
    margin-bottom: 4px;
    line-height: 22px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.yb_liucheng_item:nth-child(2) .yb_liucheng_item_title {
    background-color: #e6f1ff;
}
.yb_liucheng_item:nth-child(2) .yb_liucheng_item_title span {
    background-color: #3890fd;
}
.yb_liucheng_item:nth-child(3) .yb_liucheng_item_title {
    background-color: #fff3dd;
}
.yb_liucheng_item:nth-child(3) .yb_liucheng_item_title span {
    background-color: #fdb538;
}
.yb_liucheng_item:nth-child(4) .yb_liucheng_item_title {    background-color: #dbfff5;
}
.yb_liucheng_item:nth-child(4) .yb_liucheng_item_title span {
    background-color: #61fdd3;
}
.yb_liucheng_item:nth-child(5) .yb_liucheng_item_title {
    background-color: #ffe8ee;
}
.yb_liucheng_item:nth-child(5) .yb_liucheng_item_title span {
    background-color: #fd9d68;
}
/***********/
@media (min-width: 767px) {
    .user-center .avatar-text, .user-center .avatar-img {
        height: 150px;
        width: 150px;
        border-radius: 150px;
        line-height: 150px;
        font-size: 70px;
    }

    .user-center .avatar-img {
        font-size: 0;
    }

    .user-center .avatar-img img {
        height: 150px;
        width: 150px;
        border-radius: 150px;
    }
}
.text-line {
    position: relative;

    text-align: center;
}

.text-line h5 {
    position: relative;
    margin-bottom: 10px;
    font-size: 32px;
    z-index: 1;
    color: #313131;
}

.text-line h5 > span {
    padding: 0 40px;
}

.text-line .subtitle {
    font-size: 16px;
    color: #919191;
}

.addon-filter {
    position: relative;
    min-height: 48px;
    margin: 0 0 10px 0;
    padding-right: 150px;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.addon-filter .nav-pills > li {
    margin: 0 30px 10px 0;
}

.nav-pills > li {
    float: left;
}

.nav > li {
    position: relative;
    display: block;
}

.nav-pills > li.active > a {
    border: none;
    color: #fff;
    background: #fb7728;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 3px;
}

.nav-pills > li.active > a {
    font-weight: 600;
}

.addon-list .addon-item {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    border: 1px solid #e4ecf3;
    background-color: #fff;
}

.tags {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 68px;
    height: 68px;
    overflow: hidden;
    background: url(../img/tags_corner.png) no-repeat 0 0;
}

.addon-list .addon-item .addon-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.addon-list .addon-item .addon-img .img-responsive {
    width: 100%;
    padding: 10px;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: 300px;
}

.addon-list .addon-item .title {
    margin-top: 10px;
    padding: 0 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.addon-list .addon-item .title a {
    color: #444;
    font-size: 13px;
}

.addon-list .addon-item:hover {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

}
@media (max-width: 767px) {
    .addon-list .addon-item {
        margin-bottom: 20px;
        margin-left: -5px;
        margin-right: -5px;
    }

    .addon-list .addon-item .addon-img .img-responsive {
        padding: 5px;
    }

    .addon-list .addon-item .title {
        margin-top: 5px;
        padding: 0 5px;
    }
}

.metas {
    position: relative;
    padding: 10px;
    color: #c1c1c1;
}
.metas .btn{ width: 100%; border-radius: 15px; border: #f46135 solid 1px; color: #f46135; background: #ffffff;}
.metas .btn:hover{color: #ffffff; background: #f46135;border: #f46135 solid 1px; }
.metas  .active{
    color: #fff;
    background-color: #ff6700;
    border-color: #ff6700;
}

.text-danger {
    color: #e74c3c;
}

.metas i {
    margin-right: 5px;
}

.metas .addon-price {
    float: right;
}

.tags.tags-free {
    background-position: 0 0;
}

.tags.tags-hot {
    background-position: 0 -68px;
}

.tags.tags-recommend {
    background-position: 0 -68px;
}

.tags.tags-new {
    background-position: 0 -136px;
}

.tags.tags-buy1get1free {
    background-position: 0 -204px;
}

.tags.tags-recommend {
    background-position: 0 -272px;
}

.tags.tags-unbuy {
    background-position: 0 -340px;
}

.list-desc {
    width: 100%;
    height: 380px;
}

.left-img {
    width: 300px;
    height: 370px;
    float: left;
}

.right-operate {
    width: 560px;
    height: 300px;
    float: left;

}

.left-img .big-image img {
    width: 300px;
    height: 300px;
}

.small-img {
    width: 300px;
    height: 70px;
    margin-top: 5px;
}

.small-list {
    width: 50px;
    height: 50px;
    border: 1px solid #f40;
}

.right-operate h2 {
    font-size: 20px;
    font-weight: bold;
    color: #292929;
    margin-left: 10px
}
.right-operate .sell-price >span:nth-child(2){ }
.sell-price {
    width: 540px;
    height: 60px;
    margin-left: 10px;
    margin-top: 10px;
}

.sell-price > span {
    font-size: 14px;
    line-height: 60px;
    margin-right: 10px;
}
.right-operate table tr td:nth-child(2){ color: #333333; font-weight: bold;}
.right-operate table tr td:nth-child(3){ color: #ff0000;}

.sell-price > i {
    font-size: 37px;
    color: #f40;
    vertical-align: middle;
}

.number {
    width: 550px;
    height: 50px;
    margin-left: 10px;
    line-height: 50px;
}

.add-lost {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.f1 {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    background-color: #ededed;
    border: solid 1px #b8b8b8;
    font-weight: bold;
    cursor: pointer;
}

.count {
    width: 71px;
    height: 30px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #b8b8b8;
}

.at-once {
    width: 550px;
    height: 60px;
    margin-left: 10px;
    margin-top: 20px;
}

.goods-detail {
    width: 100%;
    height: 600px;
}

.boundary {
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: gray;
}

.floor-recommend {
    width: 220px;
    height: 95px;
}

.floor-recommend-pic > a > img {
    margin-top: 15px;
    float: left;
}

.floor-recommend-desc {
    width: 118px;
    height: 65px;
    float: left;
    margin-top: 15px;
    margin-left: 10px;
}

.floor-recommend-name {
    width: 118px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.floor-recommend-weight {
    width: 118px;
    height: 22px
    line-height: 22px;
    margin-top: 1px;
}

.floor-recommend-price {
    width: 118px;
    height: 22px;
    line-height: 22px;
    color: #f45;
}
.user_list {
    display: flex;
    margin: 0px 0 0px 4px;
}
.user_list .user_item{
    width: 170px !important;
    height: 95px;
    border-radius: 2px;
    border: solid 1px #e6e6e6;
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
}
.user_list .select_on {
    border: solid 1px #f46135;
    background: url(/assets/img/select.png) no-repeat;
    background-position: top right;

}
.select_on .user_fw {
    background-color: #f46135;
    color: #FFFFFF;
}
.user_fw {
    height: 31px;
    background-color: #e5e5e5;
    line-height: 31px;
}
.select_on .num {
    color: #f46135;
}
.user_item_top {
    color: #999999;
    line-height: 45px;
}
.user_item_top .num {
    color: #333333;
    font-weight: bold;
}
.select_on .user_fw {
    background-color: #f46135;
    color: #FFFFFF;
}
.warehouse span {
    width: 92px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #f46135;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-right: 5px;
    cursor: pointer;
}
.span_warehouse_active {
    color: #f46135 !important;
    background: url(/assets/img/select.png) no-repeat;
    background-position: right bottom;
    border: 1px solid #f46135 !important;
}
/*.right-operatev .warehouse p{  text-indent: 1em; padding-left: 8px;}*/
#user_price{ width: 100%; margin: 0px 0px  0px 8px; padding: 0px;}
#user_price li{ display: none;}
#user_price li span{float: right; margin-left: 0px; }
#user_price li span a{ color: #f46135;}
#toolbar select{ box-shadow: 0px 0px 3px rgba(0,0,0,0.3); line-height: 26px; height: 26px;}