.toast-bottom-center {
    bottom: 50px !important;
}

.header {
    width: 100%;
    min-width: 1170px;
    /*border-bottom: 1px solid #C0C0C0;*/
}

.header .header-content {}

.top-background {
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    top: 0;
    z-index: -1;
}

.header .header-con {
    display: flex;
}

.header .con-logo {
    width: 240px;
    height: 110px;
    /*box-shadow: 3px 0px 3px 1px rgba(0, 0, 0, .1);*/
    z-index: 1;
    position: relative;
}

.header .header-con-info {
    width: 100%;
    /*margin-bottom: 22px;*/
}

.header .header-info-top {
    height: 30px;
}

.header .header-info-top-content {
    width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.header-position {
    margin-right: 15px;
}

.header-position i {
    margin-right: 5px;
}

.header-login {
    margin-right: 10px;
}

.header-register {
    margin-right: 10px;
    color: red !important;
}

.header-logout {
    margin-left: 10px;
}

.header .header-info-top-right span {
    padding: 0 10px;
    height: 20px;
    display: flex;
    border-right: 1px solid #8c8c8c;
}

.header .header-info-top-right span:last-child {
    border-right: none;
}

.header-info-bottom {
    width: 1170px;
    margin: 0 auto;
    display: flex;
    height: calc(100% - 30px);
}

.header-product-search-box {
    width: 700px;
    display: flex;
    justify-content: center;
}

.header-product-search-input {
    width: 416px;
    border: 2px solid #FF4040;
    outline: none;
    padding: 4px 10px;
    height: 40px;
}

.header-product-search-button {
    border: 2px solid #FF4040;
    display: flex;
    width: 92px;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 15px !important;
    margin-left: -2px;
}

.header-user-cart {
    width: 240px;
    display: flex;
    position: relative;
}

.tubiao {
    top: 80px;
    position: absolute;
}

.header-nav {
    width: 1170px;
    margin: 0 auto;
    display: flex;
}

.header-nav-left {
    width: 240px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /*z-index: 1000;*/
    position: relative;
    margin-right: 20px;
}

.header-nav-right {
    display: flex;
    align-items: center;
}

.header-nav-right a {
    margin-left: 45px;
    text-decoration: none;
}

.header-top-span {
    display: block;
    border-bottom: 2px solid red;
    margin-top: 10px;
    margin-bottom: -12px;
}

.header-all-types {
    width: 240px;
    /*height: 737px;*/
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: 46px;
    display: none;
    z-index: 1000;
    left: 0;
}

.header-top-level-item {
    cursor: pointer;
    padding: 2px 10px;
    font-size: 15px;
    display: flex;
}

.header-top-level-item:hover {
    background: #eee;
}

.header-level-item-title {
    display: flex;
    align-items: center;
    width: 93%;
    /*margin-top: 6px;*/
}

.header-level-item-title img {
    margin-right: 8px;
}

.header-level-item-second-level {
    padding-left: 25px;
}

.header-detailed-level-item {
    position: absolute;
    width: 930px;
    overflow-y: scroll;
    padding: 20px;
    display: none;
    z-index: 2;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4)
}

/*.header-detailed-level-item::-webkit-scrollbar {*/
/*!*滚动条整体样式*!*/
/*width : 4px;  !*高宽分别对应横竖滚动条的尺寸*!*/
/*height: 1px;*/
/*}*/
/*.header-detailed-level-item::-webkit-scrollbar-thumb {*/
/*!*滚动条里面小方块*!*/
/*border-radius: 4px;*/
/*box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);*/
/*background   : #535353;*/
/*}*/
/*.header-detailed-level-item::-webkit-scrollbar-track {*/
/*!*滚动条里面轨道*!*/
/*box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);*/
/*border-radius: 4px;*/
/*background   : #ededed;*/
/*}*/

.header-type-all-level {
    padding-top: 15px;
    display: flex;
}

.header-type-second-title {
    width: 80px;
    flex-grow: 0;
    text-align: right;
    margin-right: 10px;
    flex-shrink: 0;
    font-weight: 700;
}

.header-type-three-list {
    flex-grow: 0;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e0e0e0;
    width: 810px;
    margin-left: 10px;
}

.header-type-all-level-list {
    width: 890px;
    height: 100%;
}

.header-type-three-list a {
    color: #555555;
    /*padding: 0 10px;*/
    padding-right: 10px;
    border-right: 1px solid #e0e0e0;
    border-left: 0px;
    display: inline-block;
    margin-bottom: 10px;
    white-space: nowrap;
}

.header-type-three-list a:first-child {
    padding-left: 0px;
}

.header-type-three-list a:last-child {
    border-right: 0px;
}

.header-user-cart-box {
    position: relative;
}

.header-user-cart-button {
    position: relative;
    padding: 0 30px;
    height: 34px;
    cursor: pointer;
    border: 1px solid #d2d2d2;
    z-index: 3;
}

.header-user-cart-button i {
    margin-right: 5px;

}

.header-user-cart-href {
    position: absolute;
    left: 0;
    right: 0%;
    top: 0;
    bottom: 0;
}

.header-logo-href {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.page-content {
    min-height: 400px;
}

.show-shop-car:hover .header-user-cart-content {
    display: block;
}

.header-user-cart-content {
    position: absolute;
    top: 130px;
    /*right: 0;*/
    width: 290px;
    max-height: 340px;
    border: 1px solid #cccccc;
    z-index: 2;
    display: none;
}

.header-user-cart-list {
    max-height: 280px;
    overflow-y: auto;
}

.header-cart-not-data {
    height: 70px;
}

.header-user-cart-item {
    padding: 10px;
    border-bottom: 1px dotted #cccccc;
}

.header-user-cart-list-bottom {
    height: 60px;
    padding: 10px;
}

.header-cart-item-image {
    width: 50px;
    height: 50px;
    margin-right: 5px;
}

.header-cart-item-image img {
    max-width: 100%;
    max-height: 100%;
}

.header-cart-item-name {
    width: 125px;
}

.header-cart-item-number {
    width: 30px;
}

.header-cart-item-price {
    flex-grow: 1;
}

.search-top {
    padding-left: 62px;
}

.search-top ul li {
    float: left;
    /*margin-left: 10px;*/
    margin-top: 16px;
    font-size: 10px;
    height: 23px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 4px 11px 0px 9px;
    cursor: pointer;
}

.search-current-type {
    color: #ffffff;
    background-color: red;
}

.headLeftBox {
    font-size: 12px;
}

.shop-white-type {
    color: #ffffff;
    line-height: 25px;
}

.header-level-item-img img {
    height: 11px;
}

.header-top-right {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
    width: 100%;
}

.header-top-right-list>a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-top-right-list img {
    width: 35px;
    height: 35px;
}

.header-top-right-name {
    font-size: 12px;
    color: red;
    margin-top: 5px;
}

.search-bottom {
    margin-top: 4px;
    margin-left: 62px;
    font-size: 12px;
    color: #B9B7B8;
}

.search-bottom a {
    margin-right: 14px;
    color: #ccc;
    border-bottom: 1px solid;
}

.headRightBox {
    border: 0px !important;
}

.top-img-url {
    width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.header-nav .header-bar-url {
    display: flex;
    align-items: center;
}

.header-nav .header-bar-url>ul {
    display: flex;
    align-items: center;
    line-height: 46px;
}

/*头部图片*/
.header .top-img-url {
    width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.header-nav .header-bar-url {
    display: flex;
    align-items: center;
}

.header-nav .header-bar-url>ul {
    display: flex;
    align-items: center;
    line-height: 46px;
}

.header-nav .header-bar-url>ul>li {
    padding-right: 45px;
}

.header-nav .header-bar-url>ul>li>a {
    color: black;
}

.header-nav .header-bar-url>ul>li>a>img {
    margin-right: 10px;
}

.header .search_navigation {
    width: 596px;
    margin: auto;
    height: 40px;
    display: flex;
    padding-top: 15px;
}

.header .search_navigation>span {
    padding: 5px 10px;
    font-size: 14px;
    color: #333333;
}

.header .search_navigation .checked_search {
    background: rgba(255, 64, 64, 1);
    border-radius: 5px 5px 0 0;
    color: #FFFFFF;
}

.header .search_choice_box {
    color: red;
}

.header .yahoo_search .search_choice_box {
    padding-left: 5px;
}

.header .shopping_mall_search .search_choice_box {
    padding: 0 15px;
}

.header .search_choice_box option {
    text-align: center;
    font-weight: normal;
}

.mouse-changed-hands {
    cursor: pointer;
}

/*商城商品分类*/
.product-class-d .t0-left a {
    text-decoration: none;
}

.product-class-d .t0-nav a {
    cursor: pointer;
    margin-left: 45px;
}

.product-class-d .t0-top-level-item {
    cursor: pointer;
}

.product-class-d .t0-top-level-item:hover {
    background: #000000;
}

.product-class-d .t0-top-level-item {
    padding: 15px;
    height: calc(500px/7);
}

.product-class-d .level-item-title {
    display: flex;
    align-items: center;
}

.product-class-d .level-item-title img {
    margin-right: 8px;
}

.product-class-d .level-item-second-level {
    padding-left: 25px;
}

.product-class-d .t0-detailed-level-item {
    position: absolute;
    top: 0;
    left: 240px;
    width: 930px;
    height: 500px;
    padding: 20px;
    display: none;
    z-index: 2;
}

.product-class-d .t0-type-all-level-list {
    width: 670px;
}

.product-class-d .t0-type-second-title {
    width: 60px;
    flex-grow: 0;
    text-align: right;
    margin-right: 10px;
}

.product-class-d .t0-type-all-level {
    padding-top: 15px;
    display: flex;
}

.product-class-d .t0-type-three-list {
    width: 600px;
    flex-grow: 0;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e0e0e0;
}

.product-class-d .t0-type-three-list a {
    color: #555555;
    padding: 0 10px;
    border-left: 1px solid #e0e0e0;
    white-space: nowrap;
}

.product-class-d .user-header img {
    width: 100px;
    height: 100px;
    flex-grow: 0;
    border-radius: 50%;
    overflow: hidden;
}

.product-class-d .quick-go a {
    display: flex;
    width: 80px;
    height: 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #eeeeee;
    cursor: pointer;
}

.product-class-d .quick-go a:last-child {
    border-right: none;
}

.product-class-d .quick-go a img {
    width: 30px;
    height: 30px;
}

.language_logo {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px #ccc solid;
}

.dropdown-menu {
    position: absolute;
    top: 25px;
    left: 59%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 105px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none !important;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu>li {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
}

.select-box button {
    border: none;
    background: none;
    cursor: pointer;
    margin-top: -7px;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.lang_name {
    font-size: 12px;
}

.dropdown-toggle {
    min-height: 30px;
}

.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.select-box div {
    position: relative;
    margin-top: -3px;
}

.dropdown-toggle::after {
    content: none;
}

.auction-index {
    width: 1170px;
    margin: auto;
}

.banner-box-left {
    width: 680px;
    padding-left: 10px;
    height: 570px;
}

.banner-box-right {
    border: 1px solid #efefef;
    padding-top: 10px;
    width: 240px;
    height: 570px;
    flex-shrink: 0;
    margin-left: 10px;
    position: relative;
}

.banner-box img {
    width: 680px;
}

.swiper-wrapper a {
    display: block;
    height: 400px;
}

.hot-container {
    padding-top: 20px;
}

.hot-auction {
    width: 1170px;
    margin: auto;
    padding-bottom: 37px;
}

.hot-auction-title {
    margin: 0px;
    float: left;
    width: 100%;
    height: 30px;
    font-size: 20px;
    color: #333;
    line-height: 30px;
}

.hot-auction-title img {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    border: 0;
    float: left;
    width: 26px;
    height: 26px;
    margin: 2px 10px 0px 0px;
}

.hot-auction-title .change {
    margin: 0px;
    padding: 0px;
    float: right;
    font-size: 14px;
    color: #666666;
    margin-right: 10px;
    line-height: 45px;
    cursor: pointer;
}

.hot-type {
    margin-top: 40px;
}

.hot-type .pinlei_box {
    font-size: 12px;
    padding: 0px;
    float: left;
    width: 100%;
    padding-bottom: 30px;
}

.hot-type .pinlei_box .left {
    font-size: 12px;
    text-decoration: none;
    outline: none;
    float: left;
    width: 190px;
    height: 100%;
    overflow: hidden;
}

.hot-type .pinlei_box .left img {
    font-size: 12px;
    border: 0;
    float: left;
    width: 100%;
}

.hot-type .pinlei_box .right {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 980px;
}

.hot-type .pinlei_box .right .one {
    font-size: 12px;
    text-decoration: none;
    outline: none;
    float: left;
    width: 185px;
    height: auto;
    margin-left: 10px;
}

.hot-type .pinlei_box .right .one img {
    font-size: 12px;
    border: 0;
    float: left;
    width: 185px;
    height: 185px;
}

.hot-type .pinlei_box .right .one span {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    text-align: center;
    height: 50px;
    line-height: 30px;
}

.auction-top {
    padding-top: 10px;
    width: 1170px;
    margin: auto;
    height: 737px;
    overflow: hidden;
    padding-left: 240px;
    display: flex;
    background: #fff;
    flex-wrap: wrap;
}

.t0-user {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1.42857143;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
    box-sizing: border-box;
    width: 240px;
    position: relative;
    height: 100%;
}

.user-header {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1.42857143;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
    box-sizing: border-box;
    display: flex;
    height: 120px;
    justify-content: center;
    align-items: center;
}

.user-header img {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1.42857143;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    flex-grow: 0;
    border-radius: 50%;
    overflow: hidden;
}

.welcome-note {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1.42857143;
    font-family: "Microsoft YaHei";
    color: #333333;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
}

.user-info {
    text-align: center;
    margin-top: 10px;
}

.user-info a {
    margin: 0px 6px;
}

.shop .sp-btn-normal {
    background: #FF4040;
    border: 1px solid #FF4040;
    color: #FFFFFF;
}

.header-all-types {
    background: #FFFFFF !important;
}

.header-content {
    background: #fff;
}

.banner-bottom {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    height: 170px;
}

.banner-bottom .banner-bottom-item {
    width: 33%;
    height: 100%;
}

.banner-bottom .banner-bottom-item:nth-child(2) {
    margin: 0px 10px;
}

.banner-bottom .banner-bottom-item img {
    height: 100%;
    width: 100%;
}

.web-notice-list {
    height: 145px;
    overflow: auto;
}

.web-notice-list::-webkit-scrollbar {
    /*滑动条整体样式*/
    width: 4px;
    height: 10px;
}

.web-notice-list::-webkit-scrollbar-thumb {
    /*设置滑块样式*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #CCCCCC;
}

.web-notice-list::-webkit-scrollbar-track {
    /*设置滑轨样式*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #FFFFFF;
}

.web-notice-list a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1.42857143;
    box-sizing: border-box;
    background-color: transparent;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 4px;
    font-size: 12px;
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.web-notice {
    padding: 20px 20px 10px 20px;
}

.web-notice-title {
    border-bottom: 1px solid #efefef;
    margin-bottom: 4px;
    padding-bottom: 8px;
}

.quick-go-box {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1.42857143;
    font-size: 16px;
    color: #333333;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
}

.quick-go-box .shop-title {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1.42857143;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    font-weight: 700;
    padding-left: 20px;
    margin-bottom: 10px;
}

.quick-go-box .quick-go {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1.42857143;
    font-size: 16px;
    color: #333333;
    box-sizing: border-box;
    display: flex;
    /*border-top: 1px solid #eeeeee;*/
    border-bottom: 1px solid #eeeeee;
}

.quick-go-box .shop-href-normal {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1.42857143;
    box-sizing: border-box;
    background-color: transparent;
    text-decoration: none;
    font-size: 12px;
    color: #333;
    display: flex;
    width: 80px;
    height: 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #eeeeee;
    cursor: pointer;
    margin-bottom: -1px;
    margin-right: -1px;
}

.quick-go-box .quick-go a img {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1.42857143;
    font-size: 12px;
    color: #333;
    cursor: pointer;
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-bottom: 3px;
}

.flex-wrap {
    flex-wrap: wrap
}

.quick-go {
    flex-wrap: wrap
}

.shop-white-type {
    color: #000;
}

.template_information {
    padding-top: 10px;
    width: 1170px;
    margin: auto;
    overflow: hidden;
    flex-wrap: wrap;
}

.page-content .shop {
    margin-bottom: 20px;
}

/*固定头部搜索*/
.head_search_d {
    height: 70px;
    position: fixed;
    top: 0px;
    z-index: 2;
    width: 100%;
    background-color: #FFFFFF;
    border-bottom: 2px #FE3F3F solid;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
}

.head_search_d>.search_content {
    width: 1170px;
    margin: 0px auto;
}

.head_search_d>.search_content>div {
    display: inline-block;
}

.head_search_d>.search_content>.top_img_d {
    position: absolute;
}

.head_search_d>.search_content>.top_img_d>img {
    height: 70px;
}

.head_search_d>.search_content>.search_box_info {
    margin-left: 300px;
}

.head_search_d .search_box_info .header-product-search-input {
    height: 35px;
}

.head_search_d .search_box_info .header-product-search-button {
    height: 35px;
    display: inline-block;
    background: #FF4040;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
}

.head_search_d .search_box_info {
    margin-top: 8px;
}

.head_search_d .search_box_info .search_types_d>span {
    font-size: 12px;
    display: inline-block;
    line-height: 20px;
    padding: 0px 5px;
}

.head_search_d .search_box_info .search_types_d>span:hover {
    cursor: pointer;
}

.head_search_d .search_box_info>.header-top-right-d {
    float: right;
    overflow: hidden;
}

.head_search_d .search_box_info>.header-top-right-d>a {
    float: left;
    margin-left: 30px;
}

.head_search_d .search_box_info>.header-top-right-d>a>img {
    height: 35px;
    width: 35px;
}

.head_search_d .search_box_info>#goods_search {
    margin-right: 40px;
    float: left;
    margin-top: 10px;
}

.goodsBlock {
    margin-left: 10px;
}

#pagelist>ul>.page_num>ul>li>.current {
    background: #BF0000 !important;
}

#pagelist .pageinfo {
    border: 1px solid #ffffff !important;
    color: #333 !important;
}

#pagelist ul li a:hover {
    background: #ff4200 !important;
    border: 1px solid #ff4200 !important;
}

#pagelist ul li a {
    color: #333 !important;
    border: 1px solid #ffffff !important;
}

#pagelist ul li a:hover {
    color: #ffffff !important;
}

#pagelist ul .choose_averageCount {
    display: none;
}

.recent-product-item {
    width: 171px;
    height: 260px;
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 0 0 13px 0 rgb(0 0 0 / 10%);
    border-radius: 10px;
    margin: 10px;
}

.recent-product-item:hover {
    cursor: pointer;
}

.recent-product-item img {
    height: 152px;
    /* width: 100%; */
    object-fit: contain;
    max-width: 100%;
}

.recent-product-name {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: left;
    text-overflow: clip;
    overflow: hidden;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* -webkit-box-orient: vertical; */
    word-break: break-all;
    margin-top: 6px;
    margin-bottom: 4px;
    height: 35px;
}

.produceBoxContent {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header-all-types {
    width: 200px;
    /*height: 737px;*/
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: 46px;
    display: none;
    z-index: 1000;
    left: 0;
}

.purchaseContent {
    margin: 20px 0 30px 0;
    flex: 1;
}



.bannerArticle {
    display: flex;
}

.container_before {
    background: #ffffff !important;
}

.bannerBox {
    width: 750px;
    margin-right: 10px;
}

.rightBox {
    margin-left: 10px;
}

.articleBox {}

.articleTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-15 {
    margin: 15px;
}

.m-left-right-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.m-l-15 {
    margin-left: 15px;
}

.articleItem {
    font-size: 14px;
    font-weight: 400;
    color: #333333 !important;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    display: -webkit-box;
    text-overflow: -o-ellipsis-lastline;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-bottom: 15px;
}

.articleItem a {
    color: #333333 !important;
}

.storeBox,
.productClassBox {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.storeItem {
    width: 100px;
    height: 40px;
    background: #F6F6F6;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
}

.activeItem {
    background: #BF0000;
    color: #FFFFFF;
}

.header-type-all-level-list {
    width: 890px;
}

.header-detailed-level-item {
    position: absolute;
    width: 930px;
    height: 100%;
    overflow-y: scroll;
    padding: 20px;
    display: none;
    z-index: 2;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    background: #FFFFFF;
    margin-left: 190px;
}

.header-detailed-level-item::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.header-detailed-level-item::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 4px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
}

.header-detailed-level-item::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background: #ededed;
}

.storeInfo {
    width: 232px;
    height: 155px;
    background: #F6F6F6;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.storeImg {
    width: 212px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.storeImg img {
    max-width: 100%;
    max-height: 100%;
}

.storeName {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #333333;
    margin-top: 8px;
    margin-bottom: 5px;
}

.storeDes {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #666666;
}

.storeList {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.goodsBox {
    width: 152px;
    height: 152px;
}

.bottomBox {
    display: flex;
}

.left-class-box {
    margin-bottom: 20px;
}

.leftImg {
    width: 200px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leftImg:not(:first-child) {
    margin-top: 20px;
}

.leftImg img {
    max-height: 100%;
    max-width: 100%;
}

.sortList {
    width: 172px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    opacity: 1;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    padding: 0 10px;
}

.no-goods {
    margin: 75px auto;
    width: 400px;
}

.emptyRed {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #BF0000;
    margin-bottom: 20px;
}

.emptyTips {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 20px;
}

.productBox {
    flex: 1;
}

.empty-hint1 {
    width: 400px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    margin-bottom: 20px;
}

.empty-hint2 {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.flex-grow-1 {
    flex-grow: 1;
}

.flex-row {
    display: flex;
}

.flex-row-left-column-center {
    display: flex;
    align-items: center;
}

.flex-row-space-between-column-center {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.search-for-info {
    margin-bottom: 20px;
}

.below-search-box {
    border: 2px solid #DDDDDD;
}

#goodsStoreName {
    margin-left: 4px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #333333;
    cursor: pointer;
}

.one-row {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-14 {
    margin-bottom: 14px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-4 {
    margin-left: 4px;
}

#goodsPrice {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 26px;
    color: #BF0000;
}

.goods-rmb-price {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #333333;
}

.search-condition-text {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #333333;
}

.search-result {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #333333;
}

.load-img-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.load-img-box img {
    width: 100px;
}