.goods-index-page .wrapper {
    position: relative;
}


/* header start*/
.wrapper .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    padding: 0 15px;
    transition: all .5s ease-in;
}

.header .head-back,
.head-share {
    background: rgba(41, 47, 54, .4);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 2;
    transition: all .5s ease-in;
}

.head-back-link {
    display: block;
    width: 100%;
    height: 100%;
}

.head-back-icon,
.head-share-icon {
    color: #fff;
}

.header .head-nav-warp {
    display: flex;
    align-items: center;
    transition: all .5s ease-in;
}

.header .head-nav-warp .head-nav-tab {
    padding: 12px 18px;
    display: block;
    font-size: 15px;
    color: #555;
}

/* header end*/
.header .head-nav-warp .head-nav-tab.active {
    color: #f92028;
    border-bottom: 2px solid #f92028;
}

/* swiper-banner start */
.swiper-banner .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 50%;

}

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

.swiper-wrapper .swiper-slide {
    height: auto;
    min-height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* swiper-banner end */
.swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

/* goods-info start */
.goods-info {
    background-color: #fff;
    padding: 12px;
}

.goods-info .goods-price {
    font-size: 13px;
    display: flex;
    align-items: center;
}

.goods-info .goods-price .new-pirce {
    font-size: 24px;
    vertical-align: middle;
    color: #f92028;
}

.goods-info .goods-price .used-pirce {
    color: #999;
    font-size: 14px;
    margin-left: 8px;
    text-decoration: line-through;
}

.goods-info .goods-name {
    font-size: 15px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
}

.goods-name .goods-name-pro {
    /*vertical-align: middle;*/
    border-radius: 12px;
    color: #fff;
    font-size: 12px;
    padding: 1px 4px;
    background: #fba534;

}

/* goods-info end */
.goods-info .goods-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #999;
}

/* goods-cell-warp  start*/
.goods-cell-warp {
    margin-top: 12px;
    background-color: #fff;
    padding: 0 12px;
}

.goods-cell-warp .cell-van-title {
    color: #999;
    font-size: 14px;
}

.goods-cell-warp .cell-warp-van {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f6f6f9;
}

.cell-warp-van.cell-van-bott {
    border-bottom: none;
}

.cell-van-abl {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cell-warp-van .cell-van-value {
    display: flex;
    align-items: center;
    flex: 1;
    color: #333;
}

.cell-coupon {
    padding-right: 5px;
}

.cell-coupon .cell-coupon-icon {
    color: #f92028;
}

.see-all {
    color: #e4393c;
    font-size: 12px;
    padding-right: 3px;
}

.goods-cell-warp .goods-eval-group {
    width: 100%;
    border-bottom: 1px solid #f6f6f9;
    padding-top: 11px;
    padding-bottom: 15px;
}

.goods-eval-group .goods-eval-row {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.evalTag {
    background: #fdf0f0;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 10px;
    font-family: -apple-system, Helvetica, sans-serif;
    color: #666;
    text-align: center;
}

.goods-eval-group .goods-eval-list {
    width: 100%;
    padding: 11px 0;
    overflow: hidden;
    border-bottom: 1px solid #f6f6f9;
}

.goods-eval-group .goods-eval-list:last-child {
    border-bottom: none;
}

.goods-eval-list .goods-eval-user {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.goods-eval-user .eval-user-credit {
    display: flex;
    align-items: center;
}

.eval-user-credit .eval-user-img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    vertical-align: middle;
    flex-shrink: 0;
}

.eval-user-img .eval-img-pic {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    vertical-align: middle;
}

.eval-user-credit .eval-user-name {
    padding-left: 10px;
    display: inline-block;
    color: #333;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.eval-user-credit .eval-user-five {
    flex-shrink: 0;
    padding-left: 5px;
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    letter-spacing: -2px;
    color: #e93b3d;
}

.goods-eval-user .eval-user-time {
    color: #999;
    font-size: 12px;
}

.goods-eval-main {
    width: 100%;
}

.goods-eval-main .goods-eval-writ {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    margin: 5px 0;
    word-break: break-all;
    color: #333;
}

.goods-eval-swiper .swiper-slide.swiper-eval-slide {
    height: 80px;
    min-height: 80px;
    margin-right: 5px;
}

.swiper-scrollbar {
    background: none;
}

.swiper-scrollbar-drag {
    background: rgba(0, 0, 0, .1);
}

.swiper-slide.swiper-eval-slide img {
    width: 100%;
    height: 100%;
}

/* goods-cell-warp end*/
.more-jump .more-jump-link .more-on {
    color: #999;
    font: normal normal normal 14px/1 vant-icon;
    font-size: 15px;
}

/* goods-tabs-warp start */
.goods-tabs-warp {
    margin-top: 12px;
    background-color: #fff;
}

.goods-tabs-warp .goods-part-tab {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px solid #f4f4f4;
    color: #333;
}

.part-tab-van {
    width: auto;
    padding: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.part-tab-van.active {
    color: #f44;
    border-bottom: 1px solid #f44;
}

.goods-tabs-warp .goods-part-deta {
    padding: 12px 0;
}

.goods-tabs-warp .goods-content-box {
    position: relative;
    overflow: hidden;
    padding: 12px;
}

.goods-tabs-warp .goods-content-box img {
    height: auto !important;
    max-width: 100%;
}

.goods-part-desc {
    padding: 12px;
}

.part-desc-title {
    font-size: 14px;
    color: #051B28;
}

.part-desc-tips {
    padding: 12px 0;
}

.desc-tips-text {
    font-size: 12px;
    color: #999;
    line-height: 1.4;
    padding-left: 14px;
}

.part-desc-tips_tsp {
    color: #051B28;
}

.desc-tips-bes {
    position: relative;
    padding-right: 12px;
}

.part-desc-tips_bol {
    position: absolute;
    top: 4px;
    display: inline-block;
    background-color: #FF0036;
    width: 6px;
    min-height: 6px;
    border-radius: 50%;
}

.goods-part-form {
    padding: 0 12px;
}

.goods-part-form table {
    font-size: 12px;
    margin-bottom: 10px;
}

.goods-part-form tbody > tr > td,
.goods-part-form tbody > tr > th {
    padding: 8px;
    border: 1px solid #dadada;
    text-align: left;
}

.goods-part-form tbody > tr > td:first-child {
    white-space: nowrap;
}

.goods-part-form tbody > tr > td:last-child {
    white-space: normal;
}

/* ggoods-tabs-warp end */
.goods-part-form tbody > tr > .thTitle {
    font-weight: 700;
    color: #666;
}

/* goods-guess-wrap start */
.goods-guess-wrap {
    margin-bottom: 100px;
}

.goods-guess-wrap .goods-guess-title {
    display: flex;
    align-items: center;
    padding: 12px 0;
}

.goods-guess-title .line {
    width: 40%;
}

.goods-guess-title .guess-title-text {
    font-size: 14px;
    color: #888;
    margin: 0 5px;
}

.goods-guess-wrap .goods-guess-list {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 1%;
    overflow: hidden;
}

.guess-list-item {
    width: 48%;
    background-color: #fff;
    border-radius: 5px;
    min-height: 280px;
    margin: 8px 1% 0 1%;
}

.guess-list-item .goods-guess-img {
    width: 100%;
    padding: 8px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.goods-guess-img-link {
    display: inline-block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.goods-guess-img-link .goods-guess-img-pic {
    max-width: 100%;
}

.goods-guess-info {
    padding: 8px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}

.goods-guess-label {
    width: 100%;
}

.goods-guess-label .guess-label-link {
    width: 100%;
    color: #232326;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* goods-guess-wrap end*/
.goods-guess-price {
    color: #f92028;
    font-size: 16px;
    text-align: center;
    padding: 3px 0;
}

/* goods-footer-btn start */
.goods-footer-btn {
    max-width: 640px;
    margin: auto;
    background: #fff;
    height: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    display: flex;
    align-items: center;
    color: #666;
    font-size: 10px;
    border-top: 1px solid #e5e5e5;
    /*border-bottom: 1px solid #e5e5e5;*/
    z-index: 99;
}

.footer-btn-van {
    text-align: center;
    /*border-right: 1px solid #e5e5e5;*/
    padding: 6px 0;
    line-height: 1.2;
    min-width: 15%;
}

.footer-btn-icon {
    font-size: 20px;
    position: relative;
}

.footer-btn-icon .btn-van-quantity {
    right: 0;
    top: -5px;
    color: #fff;
    font-size: 6px;
    font-weight: 500;
    padding: 0 4px;
    text-align: center;
    min-width: 14px;
    line-height: 1.4;
    position: absolute;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #f44;
    transform: translateX(-50%);
    font-family: PingFang SC, Helvetica Neue, Arial, sans-serif;
}

/* goods-footer-btn end */
.footer-btn-text {
    width: 100%;
    flex: 1;
    color: #fff;
    background-color: #f44;
    border: 1px solid #f44;
    font-size: 14px;
    text-align: center;
    border-radius: 21px;
    box-sizing: border-box;
    margin: 0 5px;
    padding: 6px 8px;
}

.btn-orange {
    background-color: #ffba0d;
    border-color: #ffba0d;
}

.btn-red {
    background-color: #f2140c;
    border-color: #f2140c;
}

.fast-nav-mask.active {
    display: block;
}

/* goods-coupon-box start*/
.goods-coupon-box {
    width: 100%;
}

.goods-coupon-wrap {
    width: 100%;
    position: fixed;
    max-height: 100%;
    overflow-y: auto;
    background-color: #fff;
    z-index: 99999;
    height: calc(100% / 2);
    bottom: 0;
}

.goods-coupon-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
}

.coupon-title-text {
    font-size: 16px;
    color: #333;
}

.coup-close-icon .close-icon {
    color: #999;
    font-size: 18px;
}

.goods-coupon-swiper {
    background: #e3e5e9;
    width: 100%;
    height: 100%;
    max-height: 100%;
}

.coupon-swiper-module {
    height: 100%;
    max-height: 100%;
    padding: 12px;
    overflow: scroll;
}

.coupon-swiper-slide {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    position: relative;
}

.coupon-swiper-slide .coup-mod-info {
    flex: 1;
    color: #333;
    background: #fff;
    overflow: inherit;
    padding: 12px;
    box-sizing: border-box;
}

.coup-mod-price {
    display: flex;
    align-items: center;
}

.coup-mod-price .coup-mod-money {
    font-family: arial;
    font-size: 34px;
    color: #74d2d4;
    margin-right: 12px;
}

.coup-mod-money .coup-mod-em {
    font-family: verdana;
    font-size: 20px;
}

.coup-mod-price .coup-mod-text {
    font-size: 12px;
    padding-top: 20px;
    text-align: left;
    color: #4f4f4f;
}

.coup-range-box {
    font-size: 12px;
    text-align: left;
}

.coup-range-box .coup-range-text {
    color: #999;
}

.coup-mod-img {
    width: 3px;
    position: absolute;
    top: 0;
    right: 59px;
    z-index: 108;
    height: 100%;
}

.coup-mod-img .coup-mod-img-pic {
    width: 100%;
    height: 100%;
}

.coup-btn {
    align-self: stretch;
    background: #74d2d4;
    font-size: 15px;
    padding: 0 16px;
}

.coup-btn-link {
    display: flex;
    align-items: center;
    color: #fff;
    height: 100%;
}

/* goods-coupon-box end*/
.goods-coupon-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 108;
}

/* goods-module-box start */
.goods-module-box {
    width: 100%;
}

.goods-module-popup {
    width: 100%;
    min-height: 50%;
    max-width: 640px;
    max-height: 80%;
    position: fixed;
    background-color: #fff;
    bottom: 0;
    z-index: 99999;
    display: flex;
    flex-flow: column;
    margin: 0 auto;
}

.goods-mod-line {
    flex: 1;
}

.goods-mod-pop {
    display: flex;
    align-items: center;
    padding: 12px;
    position: relative;
    flex-shrink: 0;
    margin: 12px 0;
}

.goods-mod-img {
    box-shadow: 2px 2px 15px rgba(46, 58, 76, .17) !important;
    width: 100px;
    top: -20px;
    position: absolute;
    border-radius: 6px;
    overflow: hidden;
    background-color: #ffffff;
}

.goods-mod-img .goods-mod-img-pic {
    width: 100%;
    height: 100%;
}

.mod-close-icon {
    top: -32px;
    right: 12px;
    position: absolute;
}

.mod-close-icon .close-icon {
    color: white;
}

.goods-mod-info {
    margin-left: 112px;
}

.goods-mod-name {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

.goods-mod-price {
    font-size: 16px;
    color: #f92028;
}

.goods-mod-stock {
    font-size: 12px;
    color: #888;
}

.goods-mod-other {
    font-size: 12px;
    color: #333;
}

.goods-mod-attr-box {
    padding: 12px;
    flex: 1;
    overflow-y: auto;
}

.goods-mod-attr-box .goods-mod-attr-group {
    padding-top: 12px;
}

.goods-mod-attr-box .goods-mod-attr-group-title {
    font-size: 14px;
    color: #888;
}

.goods-mod-attr-box .goods-mod-attr-group-items {
    display: flex;
    flex-wrap: wrap;
}

.goods-mod-attr-box .goods-mod-attr-group-item {
    color: #666666;
    font-size: 12px;
    line-height: 1.2;
    font-family: "Microsoft YaHei", tahoma, arial, "Hiragino Sans GB", "\\5b8b体", sans-serif;
    margin: 6px 12px 6px 0;
    padding: 6px 12px;
    border: 1px solid #ccc;
}

.goods-mod-attr-box .goods-mod-attr-group-item.active {
    border-color: #F10215;
    color: #F10215;
}

.goods-mod-number {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    margin-bottom: 12px;
    flex-shrink: 0;
}

.goods-mod-amount {
    color: #888;
    padding-left: 2px;
}

.goods-mod-upper {
    display: flex;
    align-items: center;
}

.goods-mod-reduce, .goods-mod-add {
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #eee;
    position: relative;
    padding: 2px 10px;
    vertical-align: middle;
    text-align: center;
}

.goods-mod-reduce.active {
    background-color: #f8f8f8;
}

.upper-input .upper-input-val {
    width: 40px;
    border: 1px solid #eee;
    border-width: 1px 0;
    border-radius: 0;
    box-sizing: content-box;
    color: #666;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    padding: 2px;
}

.goods-mod-footer {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.mod-foo-btn {
    flex: 1;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #fba534;
    padding: 12px;
}

.mod-foo-btn.mod-foo-normal {
    background-color: #f92028;
}

/* goods-module-box end */
.goods-mod-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 999;
}

.goods-images-box {
    margin-top: 50px;
}
