.market-main {
    background-color: #f1f1f1;
}

.market-main-wrap {
    margin: 0 auto;
}

.market-welcome {
    position: relative;
    padding: 0 0 74px;
}

.market-welcome-img {
    position: relative;
}
.market-welcome-img .market-welcome-btn {
    position: absolute;
    right: 55px;
    top: 43px;
    color: #fff;
}
.market-welcome-img .market-welcome-btn li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 65px;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 18px;
    cursor: pointer;
    border-radius: 2px;
}
.market-welcome-img .market-welcome-btn li ~ li {
    margin-top: 20px;
}
.market-welcome-img .market-welcome-btn li .icon {
    margin-right: 15px;
}
.market-welcome-img .market-welcome-btn li:nth-child(1) .icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url("../img/market/banner_01.png") no-repeat center;
}
.market-welcome-img .market-welcome-btn li:nth-child(2) .icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url("../img/market/banner_02.png") no-repeat center;
}
.market-welcome-img .market-welcome-btn li:nth-child(3) .icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url("../img/market/banner_03.png") no-repeat center;
}
.market-welcome-img .market-welcome-btn li.active {
    color: #ff8319;
    background: url("../img/market/banner_bg.png") no-repeat;
    background-color: rgba(255, 255, 255, 0.8);
}

.market-welcome-img .market-welcome-btn li:nth-child(1).active .icon {
    background: url("../img/market/banner_selected_01.png") no-repeat center;
}
.market-welcome-img .market-welcome-btn li:nth-child(2).active .icon {
    background: url("../img/market/banner_selected_02.png") no-repeat center;
}
.market-welcome-img .market-welcome-btn li:nth-child(3).active .icon {
    background: url("../img/market/banner_selected_03.png") no-repeat center;
}

.market-welcome-img .btn {
    position: absolute;
    background-color: #ffffff;
    border-color: #ffffff;
    font-size: 14px;
    width: 112px;
    height: 42px;
    line-height: 42px;
    padding: 0;
    left: 53px;
    bottom: 80px;
}

.market-welcome-img .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #ffffff;
    border-color: #ffffff;
}

.market-welcome-form {
    width: 275px;
    height: 390px;
    background-color: #ffffff;
    padding: 30px;
    box-sizing: border-box;
}

.market-welcome-member {
    padding-bottom: 32px;
    border-bottom: 1px solid #f1f1f1;
}

.market-welcome-member-img {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.market-welcome-member-img img {
    max-width: 100%;
    max-height: 100%;
}

.market-welcome-member h6 {
    font-size: 14px;
    margin: 20px 0;
    color: #373737;
}

.market-welcome-member button {
    width: 70px;
    height: 32px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 2px;
}

.market-welcome-member button.btn-outline-dark {
    color: #373737;
    border-color: #e5e5e5;
    margin-left: 16px;
}

.btn-outline-dark:hover {
    background-color: transparent;
}

.market-notice-list {
    padding: 18px 0;
}

.market-notice-more a {
    font-size: 16px;
}

.market-advan {
    position: absolute;
    margin-bottom: 0;
    display: flex;
    bottom: 33px;
    left: 50%;
    transform: translateX(-50%);
}

.market-advan-li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 215px;
    height: 80px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.market-advan .market-advan-li ~ .market-advan-li {
    margin-left: 20px;
}

.market-advan-left {
    display: none;
    width: 4px;
    height: 100%;
}

.market-advan-img {
    display: flex;
    align-items: flex-start;
}
.market-advan-img h6 {
    margin: 0;
    margin-left: 8px;
    color: #333333;
}

.market-advan-font {
    margin-top: 10px;
    font-size: 12px;
    color: #9a9795;
}

.ns-market-tab,
.ns-addon-list,
.ns-hot-set {
    background-color: #ffffff;
    padding: 35px 40px 40px;
    margin-bottom: 30px;
}

.ns-market-tab h5,
.ns-addon-list h5,
.ns-hot-set h5 {
    /* font-weight: 600; */
    position: relative;
}

.ns-market-tab h5 button,
.ns-addon-list h5 button,
.ns-hot-set h5 button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}

.ns-market-tab .list-group-item {
    width: 253px;
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    background: none;
    color: #333333;
    padding: 0;
    border: none;
    border-bottom: 3px solid;
    text-decoration: none;
}
.ns-market-tab .list-group-item:nth-of-type(1) {
    border-color: rgba(25, 196, 167, 1);
}
.ns-market-tab .list-group-item:nth-of-type(2) {
    border-color: rgba(23, 116, 255, 1);
}
.ns-market-tab .list-group-item:nth-of-type(3) {
    border-color: rgba(255, 110, 23, 1);
}
.ns-market-tab .list-group-item:nth-of-type(4) {
    border-color: rgba(88, 23, 255, 1);
}

.ns-market-tab .list-group-item.active:nth-of-type(1) {
    color: rgba(25, 196, 167, 1);
}
.ns-market-tab .list-group-item.active:nth-of-type(2) {
    color: rgba(23, 116, 255, 1);
}
.ns-market-tab .list-group-item.active:nth-of-type(3) {
    color: rgba(255, 110, 23, 1);
}
.ns-market-tab .list-group-item.active:nth-of-type(4) {
    color: rgba(88, 23, 255, 1);
}
.list-group-horizontal > .list-group-item:first-child {
    border-radius: 0;
}

.ns-market-tab .list-group {
    padding: 30px 0;
}

.ns-market-tab .tab-content,
.ns-market-tab .tab-content .tab-pane {
    width: 100%;
    /*height: 542px;*/
}

.ns-market-tab .ns-card {
    width: calc((100% - 105px) / 4);
    height: 275px;
    border: none;
    margin-right: 35px;
    cursor: pointer;
}

.ns-market-tab .ns-card:nth-child(4n) {
    margin-right: 0;
}

.ns-market-tab .ns-card-img {
    width: 100%;
    height: 136px;
    border-radius: 3px;
}

.recommend-img {
    position: absolute;
    right: -6px;
    top: -7px;
}

.ns-market-tab .ns-card-img .card-img-top {
    max-width: 100%;
    max-height: 100%;
}

.ns-market-tab .ns-card-img span {
    color: #ffffff;
    position: absolute;
    right: 3px;
    top: 8px;
    display: inline-block;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari 鍜� Chrome */
    -o-transform: rotate(45deg); /* Opera */
}

.ns-market-tab .card-title,
.ns-market-tab .card-text {
    margin-bottom: 10px;
}

.ns-market-tab .card-body {
    padding: 20px 0 34px;
}

.ns-market-tab .card-body h6 {
    /* font-weight: 600; */
}

.ns-market-tab .card-body p {
    font-size: 12px;
    color: #838383;
}

.ns-market-tab .card-body .discount-price {
    font-size: 16px;
    color: #fc0b0b;
}

.ns-market-tab .card-body .primary-price {
    font-size: 12px;
    color: #808080;
    margin-left: 5px;
    text-decoration: line-through;
}

.ns-market-tab .ns-card-body .sale-num {
    position: absolute;
    right: 0;
    bottom: 34px;
    margin-bottom: 6px;
    color: #333333;
}

.ns-addon-list h5 {
    margin-bottom: -20px;
}

.ns-addon-list .ns-lable-block.style-one .label-content .label-title span {
    display: inline-block;
    font-weight: 500;
    color: #ffffff;
    line-height: 20px;
    background: -webkit-linear-gradient(left, #f5231b, #ff804d);
    background: -o-linear-gradient(left, #f5231b, #ff804d);
    background: -moz-linear-gradient(left, #f5231b, #ff804d);
    background: -ms-linear-gradient(left, #f5231b, #ff804d);
    padding: 0 7px;
    border-radius: 3px;
    margin-left: 5px;
}

.ns-addon-list .discount-price {
    font-size: 16px;
    color: #fc0b0b;
}

.ns-addon-list .primary-price {
    font-size: 12px;
    color: #808080;
    text-decoration: line-through;
    margin-left: 5px;
}

.ns-addon-list .list-group {
    padding: 15px 0;
}

.ns-addon-list .list-group a {
    display: inline-block;
    padding: 0 20px;
    line-height: 32px;
    border: 1px solid #f1f1f1;
    margin-right: 15px;
    color: #333333;
}

.ns-addon-list .list-group a:hover {
    text-decoration: none;
}

.ns-hot-list {
    padding: 30px 0 20px;
    height: 216px;
}

.scroll {
    width: 100%;
    overflow: hidden;
}

.scroll .scroll-ul {
    white-space: nowrap;
}

.scroll .scroll-ul .scroll-li {
    width: 350px;
    height: 165px;
    display: inline-block;
    margin-right: 35px;
}

/* 宸︿晶鍟嗗搧鍥捐疆鎾� */
.ns-hot-li-wrap {
    width: 100%;
    display: flex;
}

.ns-goods-pic {
    width: 115px;
}

.ns-goods-img {
    width: 115px;
    height: 115px;
}

.ns-goods-img a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.ns-goods-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ns-goods-pic-wrap {
    margin-top: 10px;
    width: 100%;
    position: relative;
}

.ns-goods-pic-small {
    width: 85px;
    height: 36px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.ns-goods-pic-list {
    width: 1000em;
    overflow: hidden;
    position: absolute;
    left: 5px;
    padding: 0;
}

.ns-goods-pic-list li {
    float: left;
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    margin-right: 5px;
    overflow: hidden;
    padding: 3px;
}

.ns-goods-pic-list li a {
    display: block;
    width: 30px;
    height: 36px;
}

.ns-goods-pic-list li a img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.ns-goods-pic-list .ns-pic-selected {
    padding: 2px;
    border: 1px solid;
    width: 36px;
    height: 36px;
}

.ns-pic,
.ns-pic a {
    width: 30px;
    height: 30px;
}

.ns-goods-pic-arrow {
    width: 15px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background-color: #e5e5e5;
    margin-top: 3px;
}

.ns-goods-pic-arrow i {
    color: #ffffff;
    cursor: pointer;
}

.left-arrow {
    position: absolute;
    left: 0;
    top: 0;
}

.right-arrow {
    position: absolute;
    right: 0;
    top: 0;
}

.ns-hot-li-con {
    width: calc(100% - 135px);
    margin-left: 20px;
    position: relative;
}

.ns-hot-li-con .label-title {
    font-size: 16px;
    /* font-weight: 600; */
    cursor: pointer;
}

.ns-hot-li-con p {
    margin: 20px 0;
    font-size: 12px;
    color: #838383;
    line-height: 20px;
    height: 45px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ns-hot-li-con .label-sub {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.ns-hot-li-con .label-sub .addon-price {
    font-size: 16px;
    color: #fc0b0b;
}

.primary-price {
    font-size: 12px;
    color: #808080;
    margin-left: 5px;
    text-decoration: line-through;
}

.ns-hot-li-con .label-sub .sale-num {
    font-size: 12px;
    color: #333333;
}

.ns-hot-li-con .btn-group {
    width: 100%;
    position: absolute;
    bottom: 3px;
}

.ns-hot-li-con .btn-group .btn {
    font-size: 12px;
    width: 90px;
    height: 30px;
    line-height: 28px;
    border-radius: 0;
    padding: 0;
}

.ns-split-div {
    width: 100%;
    height: 35px;
}

.null-goods {
    text-align: center;
    position: relative;
    line-height: 20px;
    top: calc(50% - 10px);
}

/*
鐑棬鎻掍欢鏍峰紡
*/
.ns-addon-list .style-one {
    width: calc((100% - 105px) / 3);
    height: 130px;
    margin: 15px 0;
    margin-right: 35px;
    cursor: pointer;
    align-items: initial !important;
    margin-bottom: 40px;
}
.ns-addon-list .ns-lable-block.style-one .label-content .label-title {
    font-size: 18px;
    margin-bottom: 5px;
}
.ns-lable-block.style-one .label-img.hot-addon-img {
    width: 130px;
    height: 130px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 10px;
}
.ns-addon-list .ns-lable-block.style-one .label-content .price {
    font-size: 14px;
    color: #a0a0a0;
    text-decoration: line-through;
}
.ns-lable-block.style-one .label-content .label-sub {
    margin-top: 0px !important;
}
.ns-lable-block.style-one .label-content .product-name {
    display: inline-block;
    padding: 0px 4px;
    border: 1px solid #a0a0a0;
    margin-right: 5px;
    margin-top: 5px;
    font-size: 12px;
    color: #a0a0a0;
}
.ns-addon-list .sale-num {
    color: #909399;
    font-size: 12px;
}
.ns-addon-list .style-one:nth-child(3n) {
    margin-right: 0;
}
.ns-lable-block.style-one .label-content .product-name:nth-child(3n + 3) {
    margin-right: 0px;
}
.see-more-box {
    text-align: center;
    margin: 10px 0px;
}
.see-more-box .see-more {
    color: #2850ff;
    font-size: 12px;
    cursor: pointer;
}
.ns-addon-list .style-one.exceed-box {
    display: none;
}
.see-more-box .see-more.hide-exceed {
    display: none;
}

.ns-addon-list .ns-card {
    /* width: calc((100% - 105px) / 4); */
    /* height: 305px; */
    width: 250px;
    border: none;
    margin-right: 40px;
    cursor: pointer;
    /* padding: 0 4px; */
    border: 1px solid #ededed;
    margin-top: 40px;
}
.ns-addon-list .ns-card:nth-child(4n) {
    margin-right: 0;
}
.ns-addon-list .ns-card-img {
    /* width: 100%;
    height: 136px; */
    width: 250px;
    height: 250px;
    border-radius: 3px;
}
.ns-addon-list .ns-card-img img {
    /* max-width: 100%;
    max-height: 100%; */
    width: 250px;
    height: 250px;
}
.ns-addon-list .card-body {
    padding: 20px 10px 20px;
    width: 250px;
}
.ns-addon-list .ns-card-body .sale-num {
    position: absolute;
    right: 0;
    bottom: -4px;
    margin-bottom: 6px;
    color: #333333;
}
.ns-addon-list .product-box {
    margin-top: 6px;
}
.ns-addon-list .card-text.text-truncate {
    border: 1px solid #cccccc;
    color: #838383;
    font-size: 12px;
    margin-right: 5px;
    display: inline-block;
    width: calc((100% - 16px) / 4);
    text-align: center;
    overflow: hidden;
}
.ns-addon-list .card-text.text-truncate:nth-child(4n) {
    margin-right: 0;
}
.ns-addon-list .ns-card.exceed-box {
    display: none;
}
.see-more-box .see-more.hide-exceed {
    display: none;
}
.price-sum-box {
    position: relative;
}
