/*隐藏评论*/
.commentBox {
    display: none;
    border: 1px solid #e5e5e5;
    border-top: none;
}
.shop-detail {
    display: block;
    border: 1px solid #e5e5e5;
    border-top: 0;
    padding: 25px 16px 16px;
}
.shop-detail-content {
    line-height: 24px;
}
.shop-detail-content video {
    width: 50%;
    outline: none;
    height: 100%;
    margin-bottom: 20px;
}
.shop-detail img {
    max-width: 100%;
    margin: 0 auto;
}
.shop-detail video {
    width: 500px;
    height: 100%;
}
.specification {
    display: none;
}
.active {
    display: block;
}
.content {
    background-color: #f5f5f5;
}
.goods-detail-box {
    background-color: #fff;
    padding-bottom: 68px;
}
.product-intro {
    padding-top: 40px;
}

/*放大镜*/
.glass {
    position: relative;
    width: 420px;
}
.bg {
    position: relative;
    min-width: 900px;
    /*overflow: hidden;*/
    z-index: 2;
}
.bg_left {
    width: 420px;
    height:auto;
    float: left;
}
.bg_right {
    float: left;
}
.glass-show {
    position: relative;
    width: 420px;
    height: 420px;
    margin-bottom: 20px;
    cursor: move;
    overflow: hidden;
}
.glass-show img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.glass-show i {
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    color: #999;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}
.mask {
    width: 215px;
    height: 215px;
    background: #000;
    filter: Alpha(opacity=50);
    opacity:0.5;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.bigshow{
    width: 420px;
    height: 420px;
    overflow: hidden;
    margin-left: 10px;
    display: none;
}
.bigshow img {
    width: 840px;
    height: 840px;
    margin-right: 10px;
}
.smallshow {
    width: 94%;
    height: 52px;
    position: relative;
    margin: 0 auto;
}
.smallshow img{
    width:100%;
    border:1px solid #e8e8e8;
    box-sizing: border-box;
    transition: all 0.5s;
}
.smallshow>.middle_box {
    margin-left: 30px;
    margin-right: 30px;
    width:330px;
    overflow: hidden;
    height: 52px;
}
.smallshow .middle {
    overflow: hidden;
    transition: all 0.5s;
    height: 52px;
}

.smallshow .middle>li {
    width: 52px;
    height: 52px;
    float: left;cursor:pointer;
    padding:0 7px;
}
.smallshow>p {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    font-size: 25px;
    color: #999;
    cursor: pointer;
}
.smallshow>.prev {
    left: 0;
    transition: all 0.5s;
    transform: rotate(180deg);
}
.smallshow>.next {
    right: 0;
    transition: all 0.5s;
}
.glass .action {
    position: absolute;
    left: 18px;
    top: 520px;
}
.glass .action a {
    margin-right: 12px;
    color: #666;
    font-size: 12px;
}
.glass .action a>i {
    font-size: 14px;
    margin-right: 8px;
    vertical-align: middle;
}

/*产品信息*/
.itemInfo-wrap {
    max-width: 573px;
    flex: 1;
    margin: 0 20px;
    font-size: 12px;
    color: #999;
    overflow: hidden;
}
.sku-name {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 5px;
}
.desc {
    margin-bottom: 24px;
}
.desc span {
    color: #666;
    margin-right: 5px;
}
.price-info {
    width: 100%;
    padding: 0 10px 20px 10px;
    /*margin-top: 24px;*/
    background-color: #f6f5f5;
    box-sizing: border-box;
}
.price-info span.label {
    display: block;
    width: 36px;
    margin-right: 32px;
}
.price-info>div {
    display: flex;
    margin-bottom: 20px;
    /*align-items: flex-end;*/
}
.price-info>div:last-child {
    margin-bottom: 0;
}
.price-info .price {
    height: 41px;
    margin-bottom: 12px;
    overflow: hidden;
}
.price-info .price>span.label {
    margin-top: 20px;
}
.price-info .price .rp {
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
}
.price-info .price .rp .num {
    font-size: 26px;
}
.price-info .price .op {
    margin-left: 10px;
    margin-top: 18px;
    font-size: 14px;
    color: #666;
    text-decoration: line-through;
}
.vip-price {
    height: 37px;
    margin-bottom: 0;
}
.vip-price>span.label {
    margin-top: 17px;
}
.vip-price .rp {
    font-size: 20px;
    color: #333;
    margin-top: 11px;
}
.coupons .coupons-list {
    height: 18px;
    overflow: hidden;
}
.coupons .coupons-list>ul>li {
    position: relative;
    height: 18px;
    line-height: 16px;
    padding: 0 10px;
    margin-right: 9px;
    background-color: #ffedf0;
    border-left: none !important;
    border-right: none !important;
    text-align: center;
    box-sizing: border-box;
    width: 80px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.coupons .coupons-list>ul>li i {
    position: absolute;
    width: 3px;
    height: 18px;
    top: -1px;

}
.coupons .coupons-list>ul>li i.left {
    background: url("../../img/quan_left.png") no-repeat 0 0;
    left: 0;

}
.coupons .coupons-list>ul>li i.right {
    background: url("../../img/quan_right.png") no-repeat 0 0;
    right: 0;
}
.full .full-list>span {
    margin-right: 5px;
}
.gifts .gifts-list {

}
.gifts .gifts-list>ul>li>a {
    position: relative;
    display: flex;
    height: 24px;
    padding: 3px 3px 3px 0;
    border: 1px solid transparent;
}
.gifts .gifts-list>ul>li>a:hover {
    border: 1px solid #ff7d93;
}
.gifts .gifts-list>ul>li>a>img {
    width: 24px;
    height: 24px;
    margin-left: 3px;
    object-fit: cover;
}
.gifts-title {
    display: none;
    position: absolute;
    left: 0;
    top: 43px;
    width: max-content;
    max-width: 390px;
    border: 1px solid #D2D2D2;
    padding: 7px 12px;
    color: #666;
    font-size: 12px;
    z-index: 10;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gifts-title::before {
    content: '';
    position: absolute;
    left: 8px;
    top: -6px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transform: rotate(45deg);
}
.gifts .gifts-list>ul>li>a:hover .gifts-title{
    display: block;
}
.cashBack span {
    color: #666;
}
.cashBack span>i {
    font-style: normal;
    /*font-weight: 700;*/
}
/*运费*/
.meta {
    padding-left: 10px;
    align-items: center;
    height: 40px;
    border-bottom: 1px dotted #f2f2f2;
}
.meta>div {
    flex: 1;
}
/*规格*/
.tb-key {
    padding: 10px 0 0 10px;
}
.tb-skin {
    color: #333;
}
.tb-skin .tb-sku>dl {
    display: flex;
}
.tb-skin .tb-sku>dl>dt {
    width: 66px;
    margin-top: 6px;
    color: #999;
}
.tb-skin .tb-sku>dl>dd {
    flex: 1;
    margin-inline-start: 0;
}
.tb-skin .tb-sku dd.size>ul {
    flex-wrap: wrap;
}
.tb-skin .tb-sku dd.size a{
    padding: 0 5px;
    display: block;
    height: 30px;
    line-height: 28px;
    margin-right: 8px;
    margin-bottom: 8px;
    border: 1px solid #dcdcdc;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
}
.tb-skin .tb-sku dd.size a.no-good {
    background-color: #f2f2f2;
    color: #999;
}
.goods-color>ul{
    flex-wrap: wrap;
}
.goods-color>ul a {
    display: block;
    height: 31px;
    line-height: 31px;
    padding: 0 10px;
    margin-right: 8px;
    margin-bottom: 8px;
    background-color: #e5e5e5;
    text-align: center;
}
.goods-color>ul a.disable-color {
    background-color: #f2f2f2;
    color: #999;
}
.mui-amount-wrap input{
    width: 42px;
    height: 30px;
    border: 1px solid #dcdcdc;
    line-height: 28px;
    margin: 0;
    padding: 2px 2px 0 7px;;
    font-size: 12px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mui-amount-btn {
    display: inline-block;
    vertical-align: middle;
}
.mui-amount-btn span{
    width: 16px;
    height: 14px;
    border: 1px solid #dcdcdc;
    display: block;
    line-height: 12px;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mui-amount-btn span.mui-amount-increase {
    margin-top: -4px;
    margin-bottom: 2px;
}
.mui-amount-btn span.mui-amount-increase i {
    display: inline-block;
    font-size: 12px;
    color: #999;
    transform: rotate(-90deg);
}
.mui-amount-btn span.mui-amount-decrease i {
    display: inline-block;
    font-size: 12px;
    color: #999;
    transform: rotate(90deg);
}
.mui-amount-wrap  span.mui-amount-unit {
    margin-left: 8px;
    color: #666;
}
.tb-action {

}
.tb-action a {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tb-action .tb-btn-buy>a {
    background-color: #ffedf0;
    margin-right: 16px;
}
.tb-action .tb-btn-basket>a {
    color: #fff;
}
.tb-action .tb-btn-basket>a:hover {
    color: #fff !important;
}
.tb-serPromise {
    margin-top: 6px;
}
.tb-serPromise>ul>li>a {
    color: #333;
    margin-right: 24px;
}

/*看了又看*/
.track {
    width: 160px;
    font-size: 12px;
    color: #666;
    margin: 0 auto;
}
.track-title {
    position: relative;
    height: 34px;
    overflow: hidden;
}
.track-title>s {
    position: absolute;
    top: 50%;
    left: 0;
    width: 160px;
    height: 0;
    border-top: 1px #c9c9c9 dotted;
    text-decoration: none;
}
.track-title>span {
    position: absolute;
    color: #999;
    text-align: center;
    width: 6em;
    top: 8px;
    left: 50%;
    margin-left: -3em;
    background-color: #fff;
}
.track-list>ul>li{
    text-align: center;
    margin-bottom: 10px;
}
.track-list>ul>li span {
    display: block;
    line-height: 1;
    margin-top: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.track-list>ul>li span.price {
    color: #ff284b;
}
.track-list img{
    width: 100%;
}
/*套餐选项卡*/
.tab-combination {
    border: 1px solid #eee;
    color: #666;
    font-size: 12px;
}

.tab-selected {
    border-top: 1px solid #eee;
    background-color: #f7f7f7;
    padding: 34px 38px 20px;
    margin-top: -1px;
}
.tab-selected .tab-selected-item {
    flex-shrink: 0;
    width: 160px;
    overflow: hidden;
}
.tab-selected .tab-selected-item img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    margin-bottom: 10px;
}
.tab-selected .tab-selected-item span {
    display: block;
}
.tab-selected .tab-selected-item span.tab-selected-title {
    line-height: 18px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.tab-selected .tab-selected-item span.price {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 700;
}
.tab-selected .add {
    width: 24px;
    height: 160px;
    margin: 66px 32px 0;
}
.tab-selected .add img {
    width: 24px;
    height: 24px;
}
.tab-selected .add img.equal {
    width: 23px;
    height: 11px;
    margin-top: 5px;
}
.tab-gobuy>span,
.tab-gobuy>a {
    display: block;
}
.tab-gobuy {
    margin-top: 35px;
}
.tab-gobuy>span.price {
    margin: 10px 0 14px;
    font-size: 18px;
    font-weight: 700;
}
.tab-gobuy .tab-gobuy-btn {
    width: 138px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #ffedf0;
}
.mb {
    margin-top: 20px;
    font-size: 12px;
    color: #666;
}
.mb-left {
    width: 210px;
    margin-right: 20px;
}
.mb-right {
    flex: 1;
    width: 970px;
    flex-shrink: 0;
    /*border: 1px solid #e5e5e5;*/
}
.side-shop-info {
    border: 1px solid #e5e5e5;
}
.shop-avatar {
    width: 100%;
    height: 93px;
    background-color: #fafafa;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}
.shop-avatar img {
    display: block;
    width: 46px;
    height: 46px;
    margin: 0 auto 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    object-fit: cover;
}
.shop-avatar a {
    display: block;
    color: #333;
    transform: translateY(20%);
}
.shop-num {
    height: 80px;
    align-items: center;
}
.shop-good-num {
    flex: 1;
    text-align: center;
}
.shop-good-num>span {
    display: block;
}
.shop-good-num>span:first-child {
    color: #999;
    margin-bottom: 5px;
}
/*相关分类*/
.relevant-box {
    margin: 18px 0;
    border: 1px solid #e5e5e5;
}
.relevant-title {
    height: 40px;
    line-height: 40px;
    background-color: #eee;
    font-size: 14px;
    padding-left: 12px;
}
.relevant-list {
    padding-left: 12px;
    flex-wrap: wrap;
    padding-bottom: 38px;
    margin-right: -5px;
}
.relevant-list>a {
    width: 93px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 28px;
    margin-right: 7px;
}
/*右侧评论*/
.commonTab .tab-title {
    border: 1px solid #e5e5e5;
}
.labelList {
    padding: 20px 0 20px 16px;
    border-bottom: 1px dotted #e5e5e5;
}
.labelList>span {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 10px;
    background-color: #ffedf0;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    cursor: pointer;
}
/*评论*/
.commonList {
    padding: 0 20px;
}
.commonList li.item {
    display: flex;
    padding: 24px 0 16px 0;
    border-bottom: 1px dotted #e5e5e5;
}
.commentUser {
    min-height: 10px;
    width: 70px;
}
.avatarWarp {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.avatarWarp img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    object-fit: cover;
}
.username-withIcon {
    margin-top: 12px;
    width: 100%;
    height: 18px;
    line-height: 18px;
    text-align: center;
}
.commentItem {
    margin-left: 20px;
    flex: 1;
}
.starWrap {
    width: 95px;
    height: 17px;
    overflow: hidden;
    margin-bottom: 12px;
}
.skuInfo {
    padding-bottom: 20px;
    line-height: 1;
    color: #999999;
}
.commentContent {
    line-height: 24px;
}
.createTime {
    margin-top: 16px;
    color: #999;
}
.commentImgs {

}
.commentImgs .smallImg {
    margin-top: 20px;
    margin-bottom: 15px;
}
.commentImgs .smallImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: zoom-in;
}
.commentImgs .smallImg li {
    width: 58px;
    height: 58px;
    border: 1px solid #eee;
    margin-right: 12px;
}
.commentImgs .smallImg li.current {
    position: relative;
}
.commentImgs .smallImg li.current::after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border: 5px solid transparent;
    bottom: -11px;
    left: 50%;
    margin-left: -5px;

}
.commentImgs .bigImg {
    position: relative;
    display: none;
    max-width: 500px !important;
    max-height: 500px !important;
}
.commentImgs .bigImg img {
    max-width: 500px;
    max-height: 500px;
    cursor: zoom-out;
}
.tm-m-photo-viewer-navleft,  .tm-m-photo-viewer-navright {
    top: 0;
    bottom: 0;
    position: absolute;
    width: 30%;
}
.tm-m-photo-viewer-navleft {
    left: 0;
}
.tm-m-photo-viewer-navright {
    right: 0;
}
.tm-m-photo-viewer-navleft i,  .tm-m-photo-viewer-navright i{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    font-size: 30px;
}
.tm-m-photo-viewer-navleft i{
    left: 0;
    transform: translateY(-50%) rotate(180deg);
}
.tm-m-photo-viewer-navright i{
    right: 0;
}

/*秒杀*/
.seckill {
    position: relative;
    width: 100%;
    height: 40px;
    background-image: url("../../img/details_spike_bg.png");
    background-repeat: no-repeat;
}
.aui-sale-time {
    position: absolute;
    right: 23px;
    top: 9px;
}
.seckill a.aui-sale-time-link {
    align-items: center;
    color: #fff;
}
.seckill a.aui-sale-time-link:hover {
    color: #fff !important;
}
.aui-sale-ends {
    margin-right: 8px;
}
.aui-sale-count-item>span:first-child{
    display: inline-block;
    width: 23px;
    height: 23px;
    line-height: 23px;
    background-color: #fff;
    text-align: center;
    color: #ff284b;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/*赠品弹窗*/
.gifts-mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.choose-gifts {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 600px;
    padding: 36px;
    min-height: 560px;
    background-color: #fff;
    color: #333;
    font-size: 12px;
    transform: translate(-50%, -50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.choose-gifts img {
    width: 96px;
    height: 96px;
    object-fit: cover;
    margin-right: 15px;
}
.choose-gifts .ch-gift-title {
    overflow: hidden;
    margin-bottom: 28px;
}
.choose-gifts .ch-gift-title span {
    flex: 1;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.choose-gifts-list h3 {
    line-height: 1;
    margin-bottom: 12px;
}
.choose-gifts-list ul li {
    color: #666;
    line-height: 32px;
}
.choose-gifts-list ul li input {
    display: none;
}
.choose-gifts-list input[type="radio"] +label::before {
    content:'';
    display:inline-block;
    width:10px;
    height:10px;
    border-radius:50%;
    border:1px solid #bdbdbd;
    margin-right:15px;
}
.choose-gifts-list input[type="radio"]:checked + label::before {
    background-clip: content-box;
    background-color: #ff284b;
    border: 1px solid #ff284b;
    width:6px;
    height:6px;
    padding:2px;
}
.choose-gifts-list input[type="radio"]:disabled + label {
    color: #bdbdbd;
}
.choose-gifts-list input[type="radio"]:disabled + label:hover {
    cursor: not-allowed;
}
.choose-gifts-list input[type="radio"] {
    position:absolute;
    clip:rect(0,0,0,0);
}
.choose-gifts-list label{
    display:inline-flex;
    flex-direction:row;
    align-items:center;
}
.choose-gifts .btn {
    padding-top: 160px;
    text-align: center;
}
.choose-gifts .btn button{
    padding: 10px 35px;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    color: #333;
    font-size: 14px;
    cursor: pointer;
}
.choose-gifts .btn button:last-child {
    background-color: #ff284b;
    color: #fff;
    /* border: none; */
    border-color: #ff284b;
    margin-left: 20px;
}

/*扫码购买*/
.sweep {
    position: fixed;
    top: 40%;
    right: 50px;
    width: 150px;
    height: 180px;
    padding: 0 13px;
    background-color: #ff284b;
    color: #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sweep span {
    line-height: 40px;
}
.sweep img {
    width: 124px;
    height: 124px;
}
.sweep span i {
    margin-right: 5px;
    vertical-align: middle;
}
#specs {
    display: none;
}

/* 规格参数*/
.spec-table table,
tr, td{
    border-collapse:collapse;
    border: 1px solid #e5e5e5;
}
.spec-table table {
    width: 100%;
}
.spec-table td {
    padding: 20px 0 20px 10px;
}
.shop-avatar a:hover {
    color: #333 !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #ff284b;
}