/*
* @description: 商品列表样式
* @author: CRD-Swallow
* @update: name (2020-03-31 09:30)
*/

.zoomImg {
    background-color: #FFF !important;
    min-width: 800px !important;
    min-height: 800px !important;
}
/* 商品图片 */
.goods-container {
    box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
    max-width: 1360px;
    margin: 16px auto 40px auto;
    display: flex;
    /*justify-content: space-between;*/
    font-size: 15px;
}
/*缩略图*/
.thumbs {
    width: 120px;
    flex-shrink: 0;
    margin-right:24px;
}

#thumbSwiper {
    width: 120px;
    height: 620px;
}

    #thumbSwiper .swiper-slide {
        height: 120px !important;
        background-color: #F8F8F8;
    }

.thumbs .prevbtn,
.thumbs .nextbtn {
    position: absolute;
    left: 0;
    z-index: 100;
    width: 120px;
    height: 25px;
    background-color: #FFF;
    text-align: center;
    cursor: pointer;
}

    .thumbs .prevbtn i,
    .thumbs .nextbtn i {
        font-size: 24px !important;
        font-weight: 600 !important;
    }

.thumbs .prevbtn {
    top: 0;
}

.thumbs .nextbtn {
    bottom: 0;
}

    .thumbs .prevbtn.swiper-button-disabled i,
    .thumbs .nextbtn.swiper-button-disabled i {
        /*opacity: 0;*/
        cursor: default;
    }

.thumbs .swiper-slide.active {
    border: 1px solid #333;
}

/* 预览图 */
.preview-box {
    position: relative;
    width: calc(100vw - 560px);
    max-width: 650px;
    flex-shrink: 0;
    margin-right: 78px;
}

    .preview-box .sold-out {
        position: absolute;
        top: 55%;
        right: 30px;
        width: 207px;
        height: 207px;
        line-height: 207px;
        border-radius: 100%;
        background-color: #999;
        color: #FFF;
        text-align: center;
        font-size: 36px;
        z-index: 40;
    }

    .preview-box .flag {
        position: absolute;
        top: 0;
        left: 30px;
        width: 42px;
        height: 42px;
        z-index: 40;
    }

.preview {
    height: auto;
}

    .preview .swiper-slide {
        position: relative;
        background-color: transparent;
        align-items: flex-start;
    }

    .preview .zt-sale { /**/
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: flex-start;
    }

    .preview .video-wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .preview .control-group { /**/
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        /*height: 100%;*/
        display: flex;
        align-items: center;
    }

.btn-close,
.btn-play,
.video-sale {
    position: absolute;
    cursor: pointer;
}

.btn-close {
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    top: 6px;
    right: 6px;
    border: 2px solid #888;
    border-radius: 100%;
    color: #888;
    z-index: 150;
}

.btn-play {
    top: calc(50% - 92px);
    left: calc((100% - 92px) / 2);
    z-index: 150;
    width: 92px;
    height: 92px;
    font-size: 86px;
    color: #999;
}

.video-sale {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 100;
}

.cover-box {
    width: 100%;
    height: 100%;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

/* 右边参数 */
.sku-wrap {
    width: 488px;
    /*margin: 0 104px 0 40px;*/
    flex-shrink: 0;
}

@media screen and (max-width: 1460px) {
    .sku-wrap {
        width: 420px !important;
        /*margin: 0 104px 0 40px;*/
        flex-shrink: 0;
    }

    .preview-box {
        position: relative;
        width: calc(100vw - 625px) !important;
        max-width: 600px !important;
        flex-shrink: 0;
        margin-right: 78px;
    }

    .amway-group {
        width: 100%;
        max-width: 1040px !important;
        margin: 0 auto 135px auto;
        position: relative;
    }


    .anway-list .swiper-slide .vidh {
        width: 100%;
        height: 240px !important;
        position: relative;
        background-color: #F8F8F8;
    }

    .args-group {
        width: 100%;
        max-width: 1140px !important;
        margin: 90px auto;
    }


    /* 版权 */
    .copyright__box {
        max-width: unset !important; 
        margin: 0 40px !important; 
    }
    
}

@media screen and (max-width: 1260px) {
    .sku-wrap {
        width: 420px !important;
        /*margin: 0 104px 0 40px;*/
        flex-shrink: 0;
    }

    .preview-box {
        position: relative;
        width: calc(100vw - 625px) !important;
        max-width: 510px !important;
        flex-shrink: 0;
        margin-right: 78px;
    }

    .amway-group {
        width: 100%;
        max-width: 1040px !important;
        margin: 0 auto 125px auto;
        position: relative;
    }


    .anway-list .swiper-slide .vidh {
        width: 100%;
        height: 240px !important;
        position: relative;
        background-color: #F8F8F8;
    }
     
}

.goodsdetail-crumbsbox {
    display: flex; 
    text-align: left;
    font-size: 14px;
    padding: 0 15px;
    width: 100%;
    margin: 16px auto 24px auto;
    max-width: 1360px;
}

    .goodsdetail-crumbsbox .split {
        padding: 0 8px;
    }
.value-btu{
    margin-bottom:16px;
}
.value-box, .value-btu {
    display: flex;
    justify-content: space-between;
    height: 50px;
    line-height: 50px;
}

    .value-box .ringsize {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #888888; 
    }

#notforSale {
    margin-top: 18px;
}

.selcet {
    border: 2px rgba(205, 146, 79, 1.000000) solid !important;
}

.gdetail-box-nal {
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 100%;
    background-color: #D1D1D1;
    color: #FFF;
    border: 1px solid #D1D1D1;
    cursor: pointer;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.textdel {
    text-decoration: underline;
}

.sku-wrap .series {
    margin-bottom: 10px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
}

.sku-wrap .sercz {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #888888;
    margin-top: 8px;
}

    .sku-wrap .series span {
        text-decoration: underline;
    }

        .sku-wrap .series span:hover {
            color: #CD924F;
        }

.sku-wrap .goodsname {
    font-size: 30px;
    font-family: SourceHanSerifCN-Regular, SourceHanSerifCN;
    font-weight: 400;
    color: #000000;
    margin-right: 12px;
    line-height: 44px;
}

.sku-wrap .gdetail-collect {
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #030303;
    font-size: 18px;
}

.sku-group {
    padding: 25px 0 0px 0;
    display: flex;
    flex-wrap: wrap;
}

    .sku-group > li {
        display: flex;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #000;
        height: 75px;
        line-height: 75px;
        font-size: 14px;
        width: 100%;
        border-bottom: 1px #EFEFEF solid;
        position: relative;
    }

        .sku-group > li:hover {
            cursor: pointer;
        }

        .color00 {
            color: #000 !important;
        }
.kez-title {
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #888888;
    line-height: 20px;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.type3_span {
    font-size: 16px !important;
    justify-content: space-between;
}

.type5_span {
    font-size: 16px !important;
    justify-content: space-between;
}

        .sku-group > li .span1 {
            font-family: PingFangSC-Regular, PingFang SC;
            font-weight: 400;
            color: #888888;
        }

        .sku-group > li .span2 {
            font-size: 16px;
            font-family: PingFangSC-Regular, PingFang SC;
            font-weight: 400;
            color: #000000; 
            display:flex;
            align-items:center;
        }

.sku-group > li .span1:hover {
    cursor: default;
}

.value-box .ringsize span:hover {
    cursor: default;
}

.sku-group > li .span2:hover {
    cursor: default;
}

.sku-group > li .span2 i {
    font-size: 22px !important;
}

            .sku-group > li .span2 .span_icon {
                font-size: 22px !important;
            }

            .sku-group > li .span2 input {
                width: 74px;
                text-align: center;
                line-height: 60px;
            }

            .sku-group .label-box {
                width: 62px;
                flex-shrink: 0;
                text-align-last: justify;
                box-sizing: border-box;
                margin-right: 20px;
                white-space: nowrap;
            }

    /*.sku-group .value-box > span {
        display: inline-block;
        min-width: 64px;
        height: 20px;
        line-height: 20px;
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 0 8px;
        border: 1px solid #888;
        color: #888;
        text-align: center;
        cursor: pointer;
    }

    .sku-group .value-box span:hover,
    .sku-group .value-box span.checked {
        border-color: #CD924F;
        color: #CD924F;
    }

    .sku-group .value-box span.sellout {
        border-style: dashed;
        border-color: #CDCDCD;
        color: #CDCDCD;
        cursor: default;
        display: none;
    }*/
        .sku-group .ringsize {
        display: block;
    }

        .sku-group .ringsize span {
            text-decoration: underline;
        }

.value-num {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .value-num > button {
        padding: 0;
        display: block;
        width: 20px;
        height: 20px;
        text-align: center;
        border: 1px solid #030303;
        background-color: #FFF;
        cursor: pointer;
    }

    .value-num button.distyle {
        opacity: .4;
        cursor: no-drop;
    }

    .value-num input {
        width: 60px;
        border: 1px solid #030303;
        border-right: none;
        border-left: none;
        height: 20px;
        line-height: 20px;
        text-align: center;
    }

    .value-num p {
        margin-left: 5px;
    }

.kletter input[type=text] {
    float: left;
    width: 112px;
    border: 1px solid #030303;
    height: 20px;
    text-align: center;
}

.kletter .zf-list {
    float: left;
    width: 57px;
    height: 20px;
    line-height: 18px;
    margin-left: 5px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: width 500ms;
    -moz-transition: width 500ms;
    -ms-transition: width 500ms;
    -o-transition: width 500ms;
    transition: width 500ms;
}

.kletter > p {
    display: block;
    clear: both;
    width: 272px;
    margin-top: 10px;
}

.kletter > div:first-child:after {
    content: "";
    display: block;
    clear: both;
}

.zf-list p, .zf-list span {
    display: inline-block;
    cursor: pointer;
}

.zf-list p {
    text-decoration: underline;
}

.zf-list span {
    width: 20px;
    height: 20px;
    text-align: center;
    border: 1px solid #030303;
}

.gdetail-box {
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    background-color: #030303;
    color: #FFF;
    border: 1px solid #030303;
    cursor: pointer;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.gdetai__wrap {
    position: relative;
}

    .gdetai__wrap > div {
        cursor: pointer;
    }

.gdetail_box {
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    background-color: #030303;
    color: #FFF;
    border: 1px solid #030303;
    display: flex;
    justify-content: space-between;
    transition: all 200ms;
}

    .gdetail_box:hover {
        border-color: #CD924F;
        background-color: #CD924F;
        color: #FFF;
    }

.applet__code_layer {
    display: none;
    position: absolute;
    width: 216px;
    height: 216px;
    border: 1px solid #222;
    bottom: 0;
    left: -226px;
    z-index: 100;
    text-align: center;
    background-color: #FFF;
}

    .applet__code_layer img {
        width: 82%;
        margin: 4% auto 2%;
    }

.gdetail-box div:first-child {
    float: left;
    width: 49%;
    font-size: 15px;
}

.gdetail-box div:last-child {
    float: right;
    width: 49%;
    font-size: 15px;
    text-align: right;
}

.gdetail-box:hover {
    background-color: #CD924F;
    border-color: #CD924F;
}

.gdetail-buy {
    margin-top: 10px;
    padding: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #030303;
    background-color: #FFF;
    cursor: pointer;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

    .gdetail-buy:hover {
        border-color: #CD924F;
        color: #CD924F;
    }

.toyuyue {
    display: block;
    margin-top: 22px;
}

    .toyuyue:hover {
        color: #CD924F;
    }

    .toyuyue span {
        text-decoration: underline;
    }

/*商品描述*/
.argument-group {
    width: 100%;
    margin: 0 auto;
    height: 400px;
    width: 100%;
    max-width: 1360px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    box-sizing: border-box;
}

    .argument-group:before {
        content: "";
        display: table;
        clear: both;
    }

.arg__group {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.arg__left,
.arg__right {
    width: 50%;
    flex-shrink: 0;
}

.arg-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .arg-content h3 {
        width: 100%;
        max-width: 562px;
        font-size: 24px;
        font-weight: normal;
        margin-bottom: 27px;
    }

    .arg-content p {
        max-width: 562px;
        font-size: 14px;
        line-height: 22px;
    }

.args-group {
    width: 100%;
    max-width: 1320px;
    margin: 90px auto;
}
    .args-group .args-group-div{
        display:flex;
    }
        .args-group .args-group-div .lines{
           width:10%;
           display:flex;
           justify-content:center;
        }

            .args-group .args-group-div .lines div {
                width: 1px;
                height: 100%;
                background: #EFEFEF;
            }
            .args-group .args-group-div h3 {
                margin-bottom: 14px;
                height: 22px;
                font-size: 16px;
                font-family: PingFangSC-Medium, PingFang SC;
                font-weight: 500;
                color: #000000;
                line-height: 22px; 
            }

.miaoshucanshu {
    width: 50%;
}

.miaoshu {
    width: 48%;
    /*line-height: 22px;
    padding-right: 198px;*/
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
}

.gdetail-btus .title i {
    margin: 0px;
    margin-right: 8px;
}

.canshu {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1px;
}

    .canshu > li {
        display: inline-block;
        width: 33%;
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #888888;
        line-height: 25px; 
    }

    .canshu > li span{ 
        color: #000; 
    }

        .canshu_span {
            font-size: 14px;
            font-family: PingFangSC-Regular, PingFang SC;
            font-weight: 400;
            color: #000000;
        }
    /*推荐商品*/
    .amway-group {
        width: 100%;
        max-width: 1240px;
        margin: 0 auto 125px auto;
        position: relative;
    }

    .amway-group > h3 {
        margin-bottom: 42px;
        font-size: 30px;
        font-family: SourceHanSerifCN-Regular, SourceHanSerifCN;
        font-weight: 400;
        color: #000000;
        line-height: 44px;
        text-align: center;
    }

.anway-list { 
}

    .anway-list .swiper-slide {
        position: relative;
        display: flex;
        flex-direction: column; 
    }

    .anway-list .swiper-slide .vidh {
        width: 100%;
        height: 294px;
        position: relative;
        background-color: #F8F8F8;
    }

        .anway-list .swiper-slide .text1 {
            height: 20px;
            font-size: 14px;
            font-family: PingFangSC-Regular, PingFang SC;
            font-weight: 400;
            color: #000000;
            line-height: 20px;
            margin-top:16px;
        }

        .anway-list .swiper-slide .text2 {
            height: 20px;
            font-size: 14px;
            font-family: PingFangSC-Regular, PingFang SC;
            font-weight: 400;
            color: #000000;
            margin-top:2px;
            line-height: 20px;
        }

        .anway-list .swiper-slide .text3 {
            height: 20px;
            font-size: 14px;
            font-family: PingFangSC-Regular, PingFang SC;
            font-weight: 400;
            margin-top:16px;
            color: #000000;
            line-height: 20px;
        }

.amway-group .swiper-button-prev, .amway-group .swiper-button-next {
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin-top: -48px;
    background-color: #FFF;
    background-image: none;
    color: #848484;
}

.amway-group .swiper-button-prev {
    left: -75px;
    top: 55%;
    opacity: 1;
}

.amway-group .swiper-button-next {
    right: -75px;
    top: 55%;
    opacity: 1;
}

    .amway-group .swiper-button-prev i, .amway-group .swiper-button-next i {
        margin: 0;
        display: block;
        font-size: 34px;
        text-align: center;
        color: #000;
    }

    .anway-list .btn-like {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 52px;
        height: 52px;
        line-height: 52px;
        text-align: center;
        font-size: 16px;
    }

    .anway-list .btn-tag {
        position: absolute;
        bottom: 15px;
        left: 15px;
        padding: 3.5px 7px;
        border: 1px solid #EEE;
        background-color: #FFF;
        z-index: 0;
        font-size: 12px;
        border-radius: 4px;
    }

.crd-collected.btn-like {
    color: #CD924F;
}

/* 配送 */
.send-group {
    display: flex;
    justify-content: space-around;
    padding: 0 180px;
    align-items: center;
    width: 100%;
    height: 224px;
    background: #F9F9F9;
    /*max-width: 1440px;
    margin: 0 auto 95px auto;*/
}

    .send-group > li {
        text-align: center;
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        line-height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

        .send-group > li:hover {
            cursor: pointer;
        }

        .send-group > li img {
            width: 40px;
            margin-bottom: 10px;
            height: 40px;
        }

        .send-group > li .tile1 {
            color: #000000;
        }

        /* Hover出现下划线 */
        .send-group > li .tile1 {
            position: relative;
            display: inline-block;
            overflow: hidden;
            height: 20px;
            font-size: 14px;
            font-family: PingFangSC-Regular, PingFang SC;
            font-weight: 400;
            color: #000000;
            line-height: 20px;
        }

.line {
    width: 100%;
    height: 1px;
    background-color: #CD924F;
    position: absolute;
    left: -100%;
    bottom: 0;
    transition: left 200ms;
}

.send-group > li .tile1:hover .line {
    left: 0;
}

.send-group > li .tile2 {
    margin-top: 8px;
    color: #888888;
}

.sendbox {
    width: 490px;
    padding-right: 98px;
}

.tostore {
    width: 588px;
    padding: 0 98px;
}

.sizebox {
    width: 490px;
    padding-left: 98px;
}

.send-group li i {
    display: inline-block;
    font-size: 32px;
    margin-bottom: 15px;
}

.send-group li h4 {
    font-size: 18px;
    margin-bottom: 24px;
    font-weight: normal;
}

.send-group li p {
    line-height: 25px;
    margin-bottom: 30px;
}

.send-group li a, .send-group li .diva {
    display: inline-block;
    margin-bottom: 30px;
}

/* 专题页面 */
.special-group li {
    height: 915px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.special-content {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

    .special-content h5 {
        width: 389px;
        margin-bottom: 32px;
        font-size: 30px;
        font-weight: normal;
    }

    .special-content p {
        width: 389px;
        line-height: 25px;
        margin-bottom: 15px;
    }

.sca {
    padding-left: 47.5%;
    padding-top: 162px;
}

.scb {
    padding-left: 30px;
    padding-top: 390px;
}

/* 物流弹窗 */
.scrollcss {
    overflow: hidden;
}

.delivery-dialog {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 800;
    width: 100%;
    height: 100vh;  
    overflow-y: auto;
    background-color: #FFF;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    display: none;
    background: rgba(0,0,0,0.5);
}

.delivery-none {
    width:60%;
    height:100%;
}

.delivery-list {
    width: 40%;
    height: 100%;
    background: #fff;
    padding: 30px;
}

.ps-content {
    color: #030303;
}

    .ps-content dt {
        height: 36px;
        line-height: 36px;
        font-size: 15px;
        font-weight: bold;
    }

    .ps-content dd p:first-child {
        margin-top: 24px;
    }

    .ps-content dd p {
        margin-bottom: 24px;
        line-height: 25px;
    }
     

.btn-guanbi {
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
    text-align: right;
}

    .btn-guanbi i {
        display: inline-block;
        cursor: pointer;
        transform: rotate(0);
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms;
    }

        .btn-guanbi i:hover {
            transform: rotate(180deg);
            color: #C00;
        }

/* 尺寸弹窗 */
.size-dialog {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 800;
    width: 100%;
    height: 100%;
    padding: 0px;
    overflow-y: auto;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    display: none;
    flex-direction: row;
    background: rgba(0,0,0,0.5);
}

.size-tram { 
    position: fixed;
    right: -100%;
    top:0px;
    display: flex;
    height:100%;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
.size-dialog-none {
    height: 100%;
    padding: 0px;
    width: 42%; 
}
.size-dialog-div {
    width: 58%;
    height: 100%;
    padding: 30px 30px 0px 30px;
    background-color: #FFF;
}

    .size-dialog-div h2 {
        margin-bottom: 22px;
        font-size: 38px;
        font-weight: normal;
    }

.sizetabs-group {
    margin-bottom: 32px;
    color: #030303;
    font-size: 15px;
    border-bottom: 1px solid #030303;
}

    .sizetabs-group li {
        display: inline-block;
        padding-right: 80px;
        line-height: 62px;
    }

    .sizetabs-group span {
        cursor: pointer;
    }

    .sizetabs-group li.active span {
        display: block;
        line-height: 62px;
        border-bottom: 2px solid #030303;
        font-weight: bold;
    }

.select-pnael > li {
    display: flex;
    justify-content: space-between;
}

.size-content {
    width: calc(100% - 493px);
    padding-bottom: 42px;
}

.table-scroll {
    width: 100%;
    margin-bottom: 40px;
    overflow-y: auto;
    height: 343px;
}

.size-table {
    width: 100%;
}

    .size-table tr {
        height: 28px;
        line-height: 28px;
    }

.sizetext-group {
    padding-bottom: 38px;
}

    .sizetext-group h3 {
        margin-bottom: 27px;
        font-size: 33px;
        font-weight: normal;
    }

    .sizetext-group p {
        font-size: 15px;
        line-height: 25px;
    }

    .sizetext-group a {
        display: inline-block;
        margin-top: 24px;
    }

.sizeimgbox {
    width: 433px;
    flex-shrink: 0;
    margin-left: 60px;
    text-align: right;
}

/*商品图文详情*/
.goods-desc {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto 50px auto;
}

    .goods-desc h3 {
        width: 100%;
        height: 76px;
        margin-bottom: 30px;
        font-weight: normal;
        font-size: 24px;
        text-align: center;
        border-bottom: 1px solid #D5D5D5;
    }

    .goods-desc span {
        display: inline-block;
        padding: 0 10px;
        line-height: 75px;
    }

        .goods-desc span.active {
            color: #CD924F;
            border-bottom: 1px solid #CD924F;
        }

.img-group {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

    .img-group img {
        width: auto;
        vertical-align: middle;
    }

.crd-collected {
    color: #CD924F;
}
/* 测量指圈弹窗 */
/*.measure-dialog{
  display: none;
  position: fixed;
  z-index:500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
}
.measure{
  position: relative;
  width: 918px;
  height: 671px;
  margin-top:calc((100vh - 671px) / 2);
  margin-left: calc((100vw - 918px) / 2);
}
.measure .mbtn-colse{
  position: absolute;
  right:  -36px;
  top: -36px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #FFF;
  color: #FFF;
  cursor: pointer;
}
.measure .mbtn-colse:hover{
  background-color: #FFF;
  color: #535353;
}*/

