@charset "UTF-8";
/**
 * 
 * @authors E-siwei
 * @date    
 * @version $Id$
 */

.aui-content {
    max-width: 640px;
}

/*滚动条样式*/

.scrollbar-none::-webkit-scrollbar {
    /*滚动条宽度设置*/
    width: 0px;
    height: 0;
}

.blank5 {
    background-color: #ececec;
    display: block;
    clear: both;
}

.head-placehoder {
    margin-top: 2.25rem
}

.show_message input[type='button'] {
    padding: 0.4rem 0.6rem;
    border-radius: 0.2rem;
    color: #fff;
    background-color: #E6983A
}

.menu-nav {
    display: none
}

.menu-nav .aui-bar-tab {
    position: relative
}

.icon-home,
.icon-menu,
.icon-search,
.icon-cart,
.icon-my {
    display: block;
    top: -0.05rem !important;
}

#footer .aui-bar-tab .aui-bar-tab-item {
    color: #333333;
    font-weight: 500;
}

#footer .aui-bar-tab .aui-bar-tab-item .aui-iconfont {
    font-size: 1.4rem;
}

#footer .aui-bar-tab .aui-bar-tab-item .aui-bar-tab-label {
    font-size: 0.5rem;
}

#footer .aui-bar-tab .aui-bar-tab-item.aui-active {
    color: #D50E09
}

#footer .aui-bar-tab-item .icon-home:before {
    background-image: url(../images/bar-tab-home.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    content: '';
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 auto;
    display: block;
}

#footer .aui-bar-tab-item.aui-active .icon-home:before {
    background-image: url(../images/bar-tab-home-active.png);
}

#footer .aui-bar-tab-item .icon-menu:before {
    background-image: url(../images/bar-tab-menu.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    content: '';
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 auto;
    display: block;
}

#footer .aui-bar-tab-item.aui-active .icon-menu:before {
    background-image: url(../images/bar-tab-menu-active.png);
}

#footer .aui-bar-tab-item .icon-search:before {
    background-image: url(../images/bar-tab-search.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    content: '';
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 auto;
    display: block;
}

#footer .aui-bar-tab-item.aui-active .icon-search:before {
    background-image: url(../images/bar-tab-search-active.png);
}

#footer .aui-bar-tab-item .icon-cart:before {
    background-image: url(../images/bar-tab-cart.png);
    background-repeat: no-repeat;
    background-position: center 1px;
    background-size: contain;
    content: '';
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 auto;
    display: block;
}

#footer .aui-bar-tab-item.aui-active .icon-cart:before {
    background-image: url(../images/bar-tab-cart-active.png);
}

#footer .aui-bar-tab-item .icon-my:before {
    background-image: url(../images/bar-tab-my.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    content: '';
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 auto;
    display: block;
}

#footer .aui-bar-tab-item.aui-active .icon-my:before {
    background-image: url(../images/bar-tab-my-active.png);
}

/*#total_number{left: 30% !important;}*/

/*.aui-bar-nav{border-bottom:1px solid #acacac;}*/

.mail-news {
    margin-left: -0.25rem !important;
    margin-top: 0.1rem !important;
    background-color: #E6983A;
    color: #fff;
}

.index-tab {
    margin-top: 2.25rem !important;
}

.index-banner .swiper-pagination {
    bottom: 0;
}

.swiper-pagination .swiper-pagination-bullet {
    background-color: #7f7f7f;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #d5483d;
}

.product-title {
    width: 12rem;
    margin: 0.5rem auto 0;
}

.new-container {
    overflow: hidden !important;
}

.goods-body {
    display: block;
    width: 100%;
    float: inherit;
    clear: both;
    margin: 0.5rem auto 0;
}

.goods-item {
    float: left;
    width: 98%;
    padding: 0 0.2rem;
    height: 2rem;
    display: inline-block;
    line-height: 2rem;
    border-radius: 0.2rem;
    background-color: #d64321;
    color: #fff;
    z-index: 999;
}

.goods-item:hover,
.goods-add-cart-item:hover {
    color: #f3f3f3;
}

.goods_price del {
    color: #aaaaaa;
    font-weight: normal
}

.goods-comment img {
    width: 50%;
}

.goods-add-cart {
    border-radius: 0.7rem;
    background-color: #e73336;
}

.goods-add-cart-item {
    width: 1.1rem;
    padding: 0.25rem;
}

.swiper-button-next,
.swiper-button-prev {
    width: 14px;
    height: 22px;
    margin-top: -11px;
    background-size: 14px 22px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("../images/left.jpg");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("../images/right.jpg");
    right: 10px;
    left: auto
}

.swiper2 .aui-overflow-hidden img {
    max-height: none;
    margin-top: -1rem;
}

.swiper3 .aui-overflow-hidden img {
    max-height: none;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #2e2e2e;
}

.swiper-pagination2,
.swiper-pagination3 {
    position: relative;
    bottom: unset !important;
    margin-top: 0.5rem;
}

.swiper-pagination2 .swiper-pagination-bullet,
.swiper-pagination3 .swiper-pagination-bullet {
    background-color: #ffffff;
    border: 1px solid #2e2e2e;
}

.swiper-pagination2 .swiper-pagination-bullet-active,
.swiper-pagination3 .swiper-pagination-bullet-active {
    width: 12px;
    border-radius: 4px;
    background-color: #ef9074;
    border: 0;
}

.best-menu {
    display: block;
    text-align: center;
}

.best-menu .aui-tab-item {
    font-size: .5rem;
    color: #919191;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 0;
    display: inline-block;
    width: auto;
    padding: 0 0.75rem;
}

.best-menu .aui-tab-item.aui-active {
    color: #000000;
    font-weight: 600;
}

.best-content-item {
    display: none;
}

.best-content-item.aui-active {
    display: block
}

.filter .condition.on {
    color: #E6983A;
}

.arrow {
    position: relative;
    top: 0;
    left: 0;
    width: 6px;
    height: 0.6rem;
    display: inline-block;
    vertical-align: middle;
}

.arrow .up {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 4px solid #999;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 0 solid transparent;
}

.filter .condition.on .arrow .up.current {
    border-bottom-color: #E6983A;
}

.arrow .down {
    position: absolute;
    top: 6px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 4px solid #999;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 0 solid transparent;
}

.filter .condition.on .arrow .down.current {
    border-top-color: #E6983A;
}

/*公用*/

.goods-tag {
    position: absolute;
    left: 1rem;
    top: 1rem;
}

/*.goods-price{
    line-height: 1rem;
    color:#E6983A;
}
.del-price{
    color:#8d8d8d;
}*/

.addcart {
    width: 100%;
    background-color: #E6983A;
    color: #fff;
}

.goods-view {
    width: 100%;
    border: 1px solid #959595;
    background-color: #fff;
    color: #959595;
}

.news-center {
    background-color: #f6f6f6;
    position: relative;
    word-break: break-all;
}

.news-center-container {
    border: 1px solid #bcbcbc;
    border-radius: 3px;
    margin: 0.5rem 0.5rem 0.2rem 0.5rem
}

.news-center-content {
    padding: 1rem 2rem;
}

.news-center-content .news-center-title {
    color: #5e5e5e;
    text-align: center;
}

.news-center-content .news-center-desc {
    color: #5e5e5e;
    text-align: center;
    padding: .5rem 0;
    height: 5rem;
}

.news-center-content .news-center-time {
    color: #5e5e5e;
    text-align: center;
}

.contact,
.letter,
.hours {
    background-color: #f6f6f6;
}

.contact-title,
.hours-title,
.letter-title {
    padding: 0.2rem 0.5rem;
    margin: 0.5rem 0.5rem 0;
    border-bottom: 1px solid #c4c4c4;
}

.contact-desc,
.hours-desc,
.letter-desc {
    padding: 0.5rem 0.5rem 0;
    text-align: center;
    display: none;
}

.letter {
    margin-bottom: 2.5rem;
}

.cookie-policy {
    margin-bottom: 2.5rem;
    font-size: 0.7rem;
    text-align: left;
    display: none;
}

#footer {
    border-top: 1px solid #EEEEEE;
    width: 100%;
    background-color: #ffffff;
    left: 0;
    z-index: 9999999;
    padding-top: 3px;
}

#footer .aui-bar-tab-item {
    position: relative;
}

#footer.aui-bar-tab .aui-active {
    color: #F66C4C !important;
}

.weui-tabbar__abs-flex {
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
}

.weui-tabbar__abs {
    display: none;
    width: 25px;
    height: 100%;
    background: linear-gradient(to right, #FCA206, #F95717);
    background: -webkit-linear-gradient(to right, #FCA206, #F95717);
    background: -o-linear-gradient(to right, #FCA206, #F95717);
    background: -moz-linear-gradient(to right, #FCA206, #F95717);
}

#search {
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #fff;
    height: 100%;
}

#search .search-close {
    text-align: center;
    position: absolute;
    bottom: 3rem;
    width: 100%;
}

#search .hot-search a {
    color: #999999;
}

/*category*/

.menu-left,
.menu-right {
    position: fixed;
    left: 0;
    top: 2.25rem;
    bottom: 0;
    overflow-y: scroll;
    margin-bottom: 2.5rem;
}

.menu-left {
    background: #F6F6F9;
}

.menu-left .swiper-scroll,
.menu-right .swiper-scroll {
    min-height: 100%;
    max-height: 100%;
    width: 100%;
    overflow: hidden;
}

.menu-left ul li {
    padding: 0.6rem .3rem;
    box-sizing: border-box;
    width: 6rem;
    text-align: center;
}

.menu-left ul li a {
    color: #212121
}

.menu-left ul li.active {
    background: #fff;
    position: relative;
    color: #E6983A
}

.menu-left ul li.active:before {
    content: " ";
    position: absolute;
    display: block;
    width: 2px;
    height: 100%;
    background: #E6983A;
    top: 0;
    left: 0;
}

.menu-right {
    position: fixed;
    overflow-y: scroll;
    background: #fff;
    margin-left: 6.6rem;
    top: 2.25rem;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 2.5rem;
}

.menu-right h2 {
    height: 1.6rem;
    line-height: 1.6rem;
    color: #666;
    margin-top: 1rem;
    margin-bottom: .4rem;
}

.menu-right h2 span {
    height: 1.6rem;
    line-height: 1.6rem;
}

.menu-right h2:first-child {
    margin-top: 0;
}

.menu-right ul {
    overflow: hidden;
}

.menu-right ul li {
    text-align: center;
}

.menu-right ul li a {
    display: block;
    color: #212121
}

.menu-right ul li span {
    display: block;
    height: 1.6rem;
    line-height: 1.6rem;
    overflow: hidden;
    text-align: center;
}

.menu-right ul li img {
    width: 100%;
    height: auto;
}

.mune-no-img img {
    display: none
}

.mune-no-img span {
    border: 1px solid #efefef;
    color: #555;
    border-radius: 4px;
}

/*.category-top .menu-right{position:fixed; left:0; top:0;}*/

.all_category {
    padding: 3.3rem 0 1rem;
    text-align: center;
    font-size: 0.9rem;
    font-weight: bold;
    font-family: "ClarendonBT";
    background-color: #72626d;
    color: #ffffff;
}

/*goodslist*/

.breadcrumb {
    padding-left: 0.25rem
}

.breadcrumb em {
    color: #999999;
}

.category {
    border: 1px solid #969696;
    border-radius: 5px;
}

.category-name {
    line-height: 1.4rem;
}

.category-list {
    display: none;
}

.category-list dl a {
    display: block;
    height: auto;
}

.category-list dt a {
    padding: 0.4rem;
    line-height: 1.4rem;
    color: #333333;
}

.category-list dd a {
    padding: 0.4rem;
    margin-left: 2rem;
    line-height: 1rem;
    color: #888888;
}

.category-list .active a {
    background: #444444;
    color: #fff;
}

.goods-list {
    padding: 0.6rem 0 1rem 0;
}

.goods-list-img {
    height:40vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.goods-list-img a {
    display: inline-block;
}

.goods-list-img img {
    display: block;
    max-height: 90%;
    max-width: 90%;
}

.goods-list-name {
    width: 90%;
    margin: 0 auto;
    height: initial;
    font-size: 0.7rem;
}

.goods-list-name a {
    color: #5d5d5d;
}

.goods-list-price {
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

.goods-item-con {
    line-height: 1.3rem;
}

.goods-item-num div {
    float: left;
    width: 1.3rem;
    height: 1.3rem;
}

.goods-item-num input {
    float: left;
    height: 1.5rem;
    width: 1rem;
    outline: none;
    line-height: 1.5rem;
    text-align: center;
    border-radius: 0;
    border: 0;
}

.goods-item-num .num-minus {
    background: url(../images/jdel.png) no-repeat;
    background-size: 100% 100%;
}

.goods-item-num .num-plus {
    background: url(../images/jadd.png) no-repeat;
    background-size: 100% 100%;
}

del {
    color: #9f9f9f;
    margin-left: 0.2rem;
}

.goods-list-order {
    width: 90%;
    margin: 0 auto;
}

.goods-list-addtocart {
    float: left;
    width: 75%;
    height: 1.6rem;
    font-size: 0.7rem;
    font-weight: 300;
    line-height: 1.6rem;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #E6983A;
    text-align: center;
    color: #FFFFFF;
}

.goods-list-cart {
    float: left;
    width: 25%;
    height: 1.6rem;
    text-align: center;
    line-height: 1.6rem;
    border: 1px solid #E6983A;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #E6983A;
}

.goods-related {
    background-color: #f6f6f6;
    padding: 0rem 0 1rem 0;
}

/*详情*/

.promotion {
    margin: 0 auto;
    text-align: center;
}

.features {
    width: 50%;
    margin: 0 auto;
}

.goods-gallery .swiper-slide img {
    max-height: 14rem;
}

.goods-info-num {
    width: 100%;
    text-align: center;
    padding: 0.5rem 0;
}

.goods-info-num a {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    text-decoration: none;
    color: #8d8d8d;
}

.goods-info-num .intxt {
    display: inline-block;
    width: 2rem;
    text-align: center;
    line-height: 1rem;
    height: 1rem;
    background: #fff;
    border: 0;
}

.goods-info-cartbtn {
    padding: 0 0.5rem;
}

.goods-info-addtocart {
    float: left;
    width: 75%;
    height: 2rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 2rem;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #E6983A;
    text-align: center;
    color: #FFFFFF;
}

.goods-info-cart {
    float: left;
    width: 25%;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    border: 1px solid #E6983A;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #E6983A;
}

.goods-info-cart .aui-iconfont {
    font-size: 1rem;
}

.discount,
.shipping {
    top: -0.15rem;
}

.purchase {
    display: none;
}

.purchase.show {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    display: block;
}

.purchase .aui-info-item {
    color: #212121;
}

.purchase .aui-bar {
    z-index: 99999
}

.pur_number .aui-btn {
    padding: 0 0.1rem
}

.pur_number .aui-btn .aui-iconfont {
    margin: 0 auto;
}

.pur_number .number {
    font-size: 0.7rem;
    height: 1.5rem;
    line-height: 1.5rem;
    width: 1.5rem;
    text-align: center;
    border: 1px solid #dddddd;
    border: 1px 0 1px 0;
}

.pur_number {
    height: 1.5rem;
    overflow: hidden;
}

.pur_number div {
    float: left;
    padding: 0 0.75rem;
    height: 1.5rem;
    line-height: 1.4rem;
    border: 1px solid #dddddd;
    text-align: center;
    font-size: 1rem;
    color: #212121;
}

.pur_number .minus {
    border-bottom-left-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
}

.pur_number .plus {
    border-bottom-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.pur_number input {
    width: 2rem;
    height: 1.5rem;
    border: 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    line-height: 1.5rem;
    text-align: center;
    float: left;
    border-right: 0;
    border-left: 0;
    border-radius: 0 !important;
}

#properties {
    min-height: 5rem;
    max-height: 10rem;
    overflow-y: scroll;
    margin-bottom: 2.75rem;
}

/*购物车*/

.flow-cart {
    margin-bottom: 3rem
}

.input-group {
    border: 1px solid #e3e3e3;
    width: 5rem;
}

.input-group-addon {
    width: 2.5rem;
    line-height: 1.6rem;
    text-align: center;
    padding: 0;
    border-radius: 0;
    border: none;
    cursor: pointer;
}

.form-control {
    height: 1.6rem !important;
    text-align: center;
    padding: 0 0.4em;
    width: 100%;
    background: none;
    border-left-color: #e5e5e5;
    border-top: none;
    border-bottom: none;
    border-right-color: #e5e5e5;
    border-radius: 0;
    box-shadow: inset 0 0 0;
}

.flow-checkout .aui-btn,
.flow-jiesuan .aui-btn {
    border-radius: 0
}

.two-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: box;
}

.two-btn .aui-btn {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    display: block;
    width: 100%;
}

.flow-no-pro img {
    width: 10rem;
    display: block;
    height: auto;
    margin: 0 auto;
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.flow-no-pro p {
    line-height: 2rem;
}

.checkout-select>a {
    width: 100%;
    height: 2rem;
    padding: 0 0.75rem;
    line-height: 2rem;
    display: block;
    border-top: 1px #dddddd solid;
}

/*.checkout-select>a:first-child{border-top:none;}*/

.checkout-select>a span {
    margin-left: 0.6rem;
    padding: 0.3rem 0.4rem;
}

.checkout-select>a {
    position: relative;
}

.checkout-select>a i.aui-icon-down {
    font-size: 0.75rem;
    position: absolute;
    right: 0.75rem;
    top: 50%;
    margin-top: -1rem;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transform: rotat
}

.checkout-select>a.select i.fa-angle-down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.checkout-select ul li label {
    width: 100%;
    padding-left: 0.5rem;
    font-weight: normal;
}

.checkout-select ul.comment-radio i {
    margin-top: 0.8em;
    margin-right: 0.4em;
}

.checkout-select .panel-collapse:last-child ul {
    border-bottom: none;
}

.checkout-select input[type=text] {
    width: 100%;
    margin-bottom: 0.7em;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 0 0.2em;
    height: 2em;
    font-size: 1.2em;
    color: #999;
}

.notice {
    color: #E6983A
}

/*会员*/

.btn-on .aui-icon-display {
    color: #0B90EF
}

.user-top-bg {
    background-color: #E6983A;
    color: #fff
}

.account-detail-content {
    background: #E6983A;
    width: 100%;
    position: relative;
    color: #fff;
}

.account-detail-balance {
    padding-top: 4rem;
    display: inline-block;
}

.account-detail-img {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.account-detail-row {
    border-top: 1px solid rgba(250, 250, 250, 0.1);
    margin-top: 2rem;
    margin-top: 5.2rem;
    position: relative;
    z-index: 2;
}

.user-order .aui-list-item-media img {
    max-height: 5rem;
    width: auto;
}

.order-icon {
    height: 1.2rem;
    margin-bottom: 0.3rem;
}

.page-num {
    height: 2rem;
    line-height: 2rem;
}

/*zhh*/

.zxh-bg-position {
    position: relative;
}

.zxh-bg-position a>img {
    width: 100%;
}

.zxh-proy:first-child {
    margin-left: 50%;
}

.zxh-ads2-item a>img {
    width: 100%;
}

.zxh-hot-seckill {
    position: absolute;
    top: 0.3rem;
    left: 0.3rem;
    width: 2rem;
    height: 2rem;
    color: #fff;
    text-align: center;
    line-height: 2rem;
    background: #ED3233;
    border-radius: 50%;
    font-size: 0.6rem;
    transform: scale(0.7);
}

.zxh-hot-buy {
    border: 1px solid #ddd;
    position: absolute;
    right: 0.5rem;
    bottom: 0rem;
}

.zhh-more {
    display: block;
    background: #F0F0F1;
    color: #969696;
    border-radius: 0.3rem;
    text-align: center;
    height: 2rem;
    line-height: 2rem;
    width: 6rem;
    font-size: 0.8rem;
    margin: 0 auto 0;
    transform: scale(0.7);
}

.zhh-title {
    color: #020202;
    text-align: center;
    margin: 0.5rem 0 0.3rem;
    font-size: 0.7rem;
}

.order_done_but {
    display: inline-block;
    height: 1.6rem;
    line-height: 1.6rem;
    border-radius: 0.8rem;
    background: #ec5151;
    color: #fff;
    padding: 0 1rem;
    margin-top: 2rem;
}

.order_done_but:first-child {
    margin-right: 2rem;
    background: #FF7F27;
}

.besticon {
    margin: 0.75rem 0 0;
    text-align: center;
}

.besticon img {
    width: 90px;
}

.indexgoodslist {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 43%;
    flex-shrink: 0;
    border: 1px solid #eeeeee;
    margin-left: 0.5rem;
    position: relative;
    padding-bottom: 10px;
}

.indexgoodslist:first-child {
    margin-left: 0;
}

.indexgoodssave {
    background: #E2F7EE;
    color: #1DA96C;
    border-radius: 3px;
    padding: 3px 5px;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 0.5rem;
}

.indexgoodsimg {
    width: 100%;
    height: 45vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.indexgoodsimg img {
    max-width: 96%;
    max-height: 96%;
}

.indexgoodsname {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #494949;
    font-size: 0.7rem;
    width: 100%;
}

.indexgoodsprice {
    color: #E6983A;
    font-size: 0.7rem;
}

.indexgoodsprice .del {
    display: inline-block;
    margin-left: 5px;
    font-size: 0.6rem;
    color: #B6B6B6;
    font-weight: 400;
    text-decoration: line-through;
}

.wjx {
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    height: 12px;
    margin-top: 0.5rem;
}

.wjx img {
    width: 12px;
    height: 12px;
    margin: 0 3px;
}
.indexgoodsbot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.5rem;
}

.indexgoodsnum {
    color: #555555;
    flex-shrink: 0;
    font-size: 0.7rem;
}

.indexgoodsadd {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.indexgoodsadd img {
    width: 100%;
    height: 100%;
}

.indexgoodsgwc {
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.indexgoodsbut {
    flex-shrink: 0;
}

.indexgoodsbutl{
    border: 1px solid #EDEDED;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-right: 0.5rem;
    background-color: #fff;
}

.indexgoodsbutr{
    color: #FEF9F2;
    background-color: #F5A301;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    font-size: 0.6rem;
    border-radius: 5px;
}

.indexgoodsbutl img {
    height: 22px !important;
}

.indexgoodsinput {
    overflow: hidden;
}

.enter_number {
    text-align: center;
    color: #333333;
    width: 40px !important;
    font-size: 0.6rem;
}

.home-titimg {
    color: #C6C6C6;
    font-size: 0.6rem;
}

.home-titimg image {
    width: 100%;
    height: 100%;
}

.indexgoodsitem {
    margin: 20px 0.5rem 0;
    overflow: hidden;
    display: flex;
    overflow-x: scroll;
    flex-direction: row;
    white-space: normal;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}

/*webkit内核*/
.indexgoodsitem::-webkit-scrollbar {
    display: none;
}

.indexgoodsitem::-webkit-scrollbar-button {
    background-color: rgba(0, 0, 0, 0);
}

.indexgoodsitem::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
}

.indexgoodsitem::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0);
}

.indexgoodsitem::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
}

.indexgoodsitem::-webkit-scrollbar-corner {
    background-color: rgba(0, 0, 0, 0);
}

.indexgoodsitem::-webkit-scrollbar-resizer {
    background-color: rgba(0, 0, 0, 0);
}

/*o内核*/
.indexgoodsitem .-o-scrollbar {
    -moz-appearance: none !important;
    background: rgba(0, 255, 0, 0) !important;
}

.indexgoodsitem::-o-scrollbar-button {
    background-color: rgba(0, 0, 0, 0);
}

.indexgoodsitem::-o-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
}

.indexgoodsitem::-o-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0);
}

.indexgoodsitem::-o-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0);
}

.indexgoodsitem::-o-scrollbar-corner {
    background-color: rgba(0, 0, 0, 0);
}

.indexgoodsitem::-o-scrollbar-resizer {
    background-color: rgba(0, 0, 0, 0);
}

/*IE10,IE11,IE12*/
.indexgoodsitem {
    -ms-scroll-chaining: chained;
    -ms-overflow-style: none;
    -ms-content-zooming: zoom;
    -ms-scroll-rails: none;
    -ms-content-zoom-limit-min: 100%;
    -ms-content-zoom-limit-max: 500%;
    -ms-scroll-snap-type: proximity;
    -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
    -ms-overflow-style: none;
    overflow: auto;
}


.swiper-itembg {
    background: #fff;
}

.categoryitem {
    background: #fff;
    width: 100%;
    padding: 0px 0.5rem;
}

.categorymain {
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
    overflow-x: scroll;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
}

.category_item {
    width: 25%;
    margin: 0.5rem 0.75rem 0 0;
    flex-shrink: 0;
    border: 1px solid #F4F4F4;
    border-radius: 100999px;
    padding-bottom: 1rem;
}

.icon_wrap {
    margin: 0 auto 0;
    width: 23vw;
    height: 23vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem;
}

.user-top-bg .aui-list-item:active{
    background-color: #d38527 !important;
}

.index_icon {
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    height: 100%;
    width: 100%;
}
.news_nosee{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background:#ec5151;
    margin-left: 8px;
    position: relative;
    top:-5px;
}
.user_message_tit{
    margin-left: 5px;
    flex:1;
}
.category_item_text {
    text-align: center;
    font-size: 0.6rem;
    color: #020202;
    padding:0 0.2rem;
    margin: 0.1rem 0 0.2rem;
}

.category_item.sig .index_icon {
    width: 2.5rem;
    height: 2.5rem;
}

.adsitems {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.adsitems a {
    display: block;
    width: 48.8%;
    flex-shrink: 0;
    position: relative;
}

.adsitems img {
    width: 100%;
}
.adsitems-two {
    position: relative;
    margin-top: 0.5rem;
}

.adsitems-two img {
    width: 100%;
}

.adsitems-best a{
    width: 31.8% !important;
}

.touch_active:active {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.header_show {
    display: none !important;
}

.header_fixed_height {
    height: 2.25rem;
}

.header_fixed {
    position: fixed !important;
    left: 0;
    top: 0;
    z-index: 1111;
}

.header {
    padding: 1rem 0.5rem 0.5rem;
    border-bottom: 2px solid #FC643F;
    margin-bottom: 5px;
}

.logo-hbj {
    width: 140px;
    height: 55px;
}

.logo-hbj img {
    width: 100%;
    height: 100%;
}

.mt-zdy {
    margin: 15px 0;
}

.topflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-search {
    height: 40px;
    display: flex;
    margin: 0.5rem;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    overflow: hidden;
}

.head-search-input {
    flex: 1;
}

.head-search-cart {
    display: flex;
    align-items: center;
}

.head-search-cart img {
    width: 40px;
    height: 35px;
}

.head-language {
    font-weight: bold;
    color: #666;
    display: flex;
}

.head-language img {
    height: 30px;
    margin-left: 10px;
}

.head-search-cart-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 5px;
}

.head-search-cart-text {
    color: #333;
}

.head-search-cart-con {
    color: #333;
}

.head-search-input .searchinput {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0 10px;
    color: #C7C7C7;
}

.head-search-input .searchinput::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #C7C7C7;
}

.head-search-input .searchinput::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #C7C7C7;
}

.head-search-input .searchinput:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #C7C7C7;
}

.head-search-but {
    height: 100%;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.head-search-but img {
    height: 20px;
}

.messagenavi {
    width: 40px;
    height: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.messagenavi img {
    width: 100%;
    height: 100%;
}

.header_fixed .aui-badge {
    right: -0.1rem;
    left: auto;
}

.mobile-title {
    display: flex;
    align-items: center;
    margin: 10px 0 0;
    padding: 0 0.5rem;
    height: 60px;
    justify-content: space-between;
}

.mobile-sque {
    background: #FD633F;
    width: 9px;
    height: 9px;
}

.mobile-tit {
    color: #000;
    line-height: 1;
    font-size: 0.8rem;
    font-weight: bold;
}

.mobile-tit-flex {
    display: flex;
    align-items: center;
}

.mobile-titimg {
    width: 15px;
    height: 16px;
}

.mobile-titimg img {
    width: 100%;
    height: 100%;
}
.ads-posi {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.ads-posi-title {
  font-weight: bold;
  font-size: 1rem;
  color: #333;
}

.ads-posi-see {
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  text-align: center;
  color: #FBFBF9;
  font-size: 0.6rem;
  background: rgba(12, 9, 9, 0.4);
  margin-top: 7px;
}

.adsitems-two .ads-posi {
  padding: 0 20px;
  align-items: flex-end;
}

.adsitems-two .ads-posi-title {
  color: #FBFBF9;
}

.adsitems-two .ads-posi-see {
  color: #333;
  background: rgba(255, 255, 255, 0.8);
}
.needbuy {
  flex-wrap: wrap;
  justify-content: space-between;
}

.needbuy .indexgoodslist {
  
  margin-top: 10px;
}

.indexneedgoodsitem{
    width: 49%;
    flex-shrink: 0;
    border: 1px solid #eeeeee;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.indexneedgoodslist{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    flex-shrink: 0;
    position: relative;
}

.number_be{
    background: #f4f4f4 !important;
    color: #666 !important;
}
.number_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
.number_bg_text{
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.6rem;
    font-weight: bold;
}
.number_bg_flex{
    display: flex !important;
}


/*评论*/
.goods-info .tab-msg ul.msg li{border-bottom:1px dotted #e3e3e3; padding:0.4em 0;}
.goods-info .tab-msg ul.msg li:last-child{border-bottom:1px solid #e3e3e3;}
.goods-info ul.comment-radio li{border-bottom:none !important; margin-right:1em;}
.goods-info .tab-msg h4.title{margin-bottom:0.1em; height:auto;}
.goods-info .tab-msg p{color:#666; padding:0.2em 0;}
.goods-info .tab-msg p span{color:#888;}
.goods-info .tab-msg ul.pager{margin:1em 0; margin-bottom:0.4em}
.goods-info .tab-msg ul.pager li{ padding:0.2em 0.6em; border-radius:4px;}
.goods-info .tab-msg ul.pager li a{padding:0;}
.goods-info .tab-msg ul.pager li select{padding:0 3em;}
.comment_goods_name{font-size: 0.8rem;font-weight: bold;margin: 0.8rem 0 0;display: flex;align-items: center;}
.comment_goods_name img{height:2rem;margin:0 0.5rem 0 0;}
.goods-submit{background:#f3f3f3; height:4.3em; border-top:1px solid #e3e3e3;}
.goods-submit div{ left:0.8em; right:4.2em; max-width:640px}
.goods-submit div a{width:100%;}
.goods-submit i{font-size:3em; color:#888;}
.goods-submit.goods-submit-fixed{width:100%; max-width:640px; position:fixed; bottom:0px; z-index:1}
.goods-more-a{margin:0.6em 0; margin-bottom:0;}
.goods-more-a a{display:block; border-top:1px solid #e3e3e3;}
.goods-more-a a i{color:#bbb;}
.submit-comments{background:#FFF; overflow:hidden;padding: 0 15px;}
.submit-comments h4{font-size:1.2em; margin-top:0.8em;}
.submit-comments ul li{float:left; margin:0 0.3em;}
.submit-comments input[type=text]{height:2.8em;width:100%; padding:0.5em;}
.submit-comments p textarea{width:100%; padding:0.5em;border:1px solid #e3e3e3;margin-top: 0.5rem;font-size: 0.7rem;}
.submit-comments textarea{height:4rem;}
.submit-comments p.code{position:relative; height:3.6em;}
.submit-comments p.code span{position:absolute; left:0em; right:8em;}
.submit-comments p.code span input[type=text]{width:100%}
.submit-comments p.code img{width:6.5em; height:2.8em;}
.commentsBody{background:#fff; padding-bottom:3em;}
.comment-radio{overflow:hidden; font-size:1em;}
.com_dlx{display: flex;align-items: center;margin-top:0.3rem;}
.com_dlx ul>li{    width: 0.9rem;
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    list-style: none;
    padding: 0 !important;background: url(../images/wjx_1.png);background-size: 100% 100%;}
.com_dlx ul>li.on{background: url(../images/wjx.png);background-size: 100% 100%;}
.order-list-handle-but{
    color: #e9405d;
    border: 1px solid #e9405d;
    padding:4px 20px;
    font-size:0.7rem;
    margin-left: 4.5rem;
    margin-bottom: 0.3rem;
    display: inline-block;
}
.order-list-handle-but:active{
    color: #fff;
    background: #e9405d;
}
.grade .tit {float: left;color: #555;font-size: 0.7rem;margin-right: 0.5rem;}


/*商品评价*/
.products-assess-main{
    overflow: hidden;
    padding: 0.3rem 0.75rem;
}
.products-assess-title{
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
}
.products-assess-title img{
    height: 0.5rem;
}
.products-assess-list{
    margin-top: 20px;
    padding-bottom: 20px;
}
.products-assess-portrait{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 1rem;
}
.products-assess-icon{
    display: flex;
    align-items: center;
    color: #333;
    font-size: 0.7rem;
}
.products-assess-icon img{
    height: 1.3rem;
    display: block;
    margin-right: 0.5rem;
}
.products-assess-user{
    color: #333;
    font-size: 0.7rem;
}
.products-assess-wjx{
    display: flex;
    align-items: center;
    margin-top: 0.6rem;
}
.products-assess-wjx img{
    height: 0.6rem;
    display: block;
    margin: 0 1px;
}
.products-assess-content{
    margin-top: 0.5rem;
    font-size: 0.7rem;
    color: #222;
}
.products-assess-time{
    margin-top: 10px;
    color: #999;
    font-size: 0.6rem;
}
.products-assess-right{
    flex:1;
}
.products-assess-reply{
    background: #F1F1F1;
    font-size: 0.7rem;
    color: #777;
    padding:0.3rem 0.5rem;
    margin-top: 5px;
}


/*首页弹出*/
#overlay {
    margin: 0px;
    padding: 0px;
    border: none;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51,0.6);
    z-index: 99999999999;
    position: fixed;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#easyDialogBox{
    padding: 0px; 
    border: none; 
    display: block;
    width: 80%;
}

.easyDialog_wrapper {
    width: 100%;
    color: #444;
    border: 3px solid rgba(0, 0, 0, 0);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    font-family: "Microsoft yahei", Arial;
}

.easyDialog_wrapper .easyDialog_content {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.easyDialog_wrapper .easyDialog_title {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #666;
    padding: 0 10px;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
    background: #f7f7f7;
    border-radius: 4px 4px 0 0;
}

.easyDialog_wrapper .easyDialog_text {
    padding: 25px 10px;
    font-size: 13px;
    line-height: 22px;
    white-space: pre-wrap;
    max-height: 80vh;
    overflow-y: scroll;
}

.easyDialog_wrapper .close_btn {
    font-family: arial;
    font-size: 18px;
    font-weight: 700;
    color: #999;
    text-decoration: none;
    float: right;
}
.easyInow{
    text-align: center;
    border-top: 1px solid #ddd;
    padding: 0.4rem 0;
    font-size: 0.8rem;
}
.easyInow a{
    color: #5CBA67;
}
.easyInow:active a{
    color: #ec5151;
}
.bestproduct{
    flex-wrap: wrap;
}
.bestproduct .indexgoodslist{
    width: 100%;
    margin-left: 0;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid #F4F4F4;
    flex-direction: row;
    margin-bottom: 0.5rem;
    padding: 0.75rem;
}
.bestproduct_bg{
    background-color: #F5F5F5;
}
.bestproduct .indexgoodsimg{
    width: 32%;
    margin-right: 0.5rem;
    height: 26vw;
    background-color: #fff;
    border-radius: 5px;
}
.index-goods-r{
    flex: 1;
}
.hotbg{
    background: url(../images/hotbg.png) repeat;
    padding: 0.1rem 0 1.5rem;
}
.hotbg .home-titimg{
    color: #726C5B;
    background-color: rgba(255, 255, 255, .6);
    border-radius: 3px;
    padding: 3px 10px;
}
.hotproduct{
    padding-top: 10vw;
}
.hotproduct .indexgoodslist{
    border: 0;
    background-color: #fff;
    border-radius: 10px;
}
.hotflex{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.3rem;
    width: 100%;
    padding: 0 0.5rem;
}
.hotproduct .indexgoodsname{
    color: #000000;
    text-align: center;
    font-weight: bold;
    padding: 0 0.5rem;
    margin-top: 10px;
    font-size: 0.6rem;
}
.hotproduct .indexgoodsimg{
    margin-top: -10vw;
    height: auto;
}
.hotproduct .indexgoodsimg img{
    height: 25vw;
}
.hotproduct .wjx{
    width: initial;
    margin-top: 0;
}
.hotproduct .wjx img{
    width: 10px;
    height: 10px;
}
.hotproduct .indexgoodsprice{
    color: #9E9E9E;
}
.catesmore .home-titimg{
    color: #4C4C4C;
    background-color: #ECECEC;
    border-radius: 5px;
    padding: 2px 5px;
}
.tabnav{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.tablist{
    color: #868686;
    border: 1px solid #F9F9FC;
    border-radius: 5px;
    font-size: 14px;
    padding: 0 10px;
    margin: 0 10px;
    cursor: pointer;
    position: relative;
    flex: 1;
    text-align: center;
    height: 36px;
    line-height: 36px;
}
.tablist.on,.tablist:active{
    color: #FFEBE9;
    border: 1px solid #fff;
    background: url(../images/tabbg.png);
    background-size: 100% 100%;
}
.catesproduct .indexgoodslist{
    border: 1px solid #F8F8FB;
    border-radius: 30px;
    padding-bottom: 0;
    overflow: hidden;
}
.catesproduct .indexgoodsimg{
    height: 40vw;
}
.catesproduct .indexgoodsimg img{
    max-height: 90%;   
    max-width: 90%;
}
.catesbg{
    background-color: #F1F2F7;
    width: 100%;
}
.catesflex{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 0.5rem;
}
.indexgoodsbut img{
    height: 44px;
}
.catesproduct .indexgoodsname{
    margin-top: 10px;
    padding: 0 0.5rem;
}
.catesproduct .indexgoodsprice{
    padding: 0 0.5rem;
    color: #797A7B;
}
.proproduct{
    background: url(../images/probg.jpg) no-repeat #F8BA3F;
    background-size: 100%;
    padding: 3rem 0 0.5rem;
}
.proproduct .indexgoodsitem{
    flex-wrap: wrap;
}
.proproduct .indexgoodslist{
    flex-direction: row;
    width: 100%;
    flex-shrink: 0;
    border: 0;
    background-color: #fff;
    border-radius: 10px;
    margin-left: 0;
    overflow: hidden;
    margin-bottom: 0.5rem;
    padding-bottom: 0;
}
.proproduct .indexgoodsname{
    margin-top: 1rem;
    color: #4F4F4F;
    font-weight: bold;
}
.proproduct .indexgoodsimg{
    width: 36%;
    height: 33vw;
    margin-right: 0.5rem;
}
.proproduct .indexgoodsimg img{
    max-width: 90%;
    max-height: 90%;
}
.proproduct .home-titimg{
    color: #2F220D;
}
.proproduct .indexgoodsprice{
    color: #F5A301;
    font-weight: bold;
}
.proproduct .indexgoodsprice del{
    color: #FAD086;
}
.proflex{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 0.5rem;
}
.pro-rflex{
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.newproduct .home-titimg{
    color: #323232;
}
.newproduct .indexgoodsitem{
    flex-wrap: wrap;
}
.newproduct .indexgoodslist{
    width: 48.5%;
    flex-shrink: 0;
    margin-bottom: 0.5rem;
    border-radius: 10px;
    margin-left: 0.5rem;
    border: 1px solid #E7E7E7;
    box-shadow: 0px 3px 5px 0 #F5F5F5;
    -moz-box-shadow: 0px 3px 5px 0 #F5F5F5;
    -webkit-box-shadow: 0px 3px 5px 0 #F5F5F5;
    -o-box-shadow: 0px 3px 5px 0 #F5F5F5;
}
.newproduct .indexgoodslist:nth-child(2n+1){
    margin-left: 0;
}
.newproduct .indexgoodslist:first-child{
    margin-left: 0;
}
.newproduct .indexgoodslist:first-child+.indexgoodslist+.indexgoodslist{
    margin-left: 0;
}
.newproduct .indexgoodsimg{
    height: 40vw;
}
.newproduct .indexgoodsimg img{
    max-width: 90%;
    max-height: 90%;
}
.newproduct .indexgoodsname{
    font-size: 0.6rem;
    color: #676767;
}
.newproduct .indexgoodsprice{
    color: #E79938;
    font-weight: bold;
}
.newflex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 0.5rem;
    padding: 0 0.5rem;
}
.newflex .indexgoodsbot{
    flex-shrink: 0;
}

.newflex .indexgoodsbot img{
    height: 35px;
}
.newflexl{
    width: 70%;
}
.newline{
    border-top: 1px solid #F7F7F7;
    width: 100%;
    margin-top: 0.5rem;
}
.addbuy{
    background-color: #DC261F;
    color: #fff;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 0.6rem;
    text-align: center;
    margin-bottom: 5px;
}