.w100{
    width: 100%;
}
.goodsContainer {
    width: 100%;
    background-color: #fff;
    padding-bottom: 50px;
}

.goodsContainer .goodsContent {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

.goodsContainer .goodsContent .goodsShow {
    width: 761px;
    height: 580px;
    float: left;
    margin-right: 87px;
}

.goodsContainer .goodsContent .goodsShow #exzoom {
    width: 761px;
    height: 580px;
}


/* 商品属性 */

.goodsContainer .goodsContent .goodsProperty {
    width: 552px;
    overflow: hidden;
    font-size: 0;
}

.goodsContainer .goodsContent .goodsProperty .title {
    font-size: 1.5vw;
    font-weight: bold;
    color: #000;
    overflow: hidden;
}

.goodsContainer .goodsContent .goodsProperty .desc {
    font-size: 14px;
    color: #999;
}

.goods-price {
    font-size: 16px;
    margin-top: 15px;
    line-height: 1;
    padding-bottom: 20px;
}

.goods-price span {
    font-size: 1.67vw;
    margin-left: 12px;
    color: #E61A1A;
    font-weight: bold;
}

.goodsContainer .goodsContent .goodsProperty .propertyCon {
    width: 552px;
    background-color: #F5F5F5;
    margin-top: 16px;
    border-radius: 5px;
    padding: 24px;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 0;
}

.goodsContainer .goodsContent .goodsProperty .propertyCon .item {
    margin-bottom: 25px;
    font-size: 14px;
}

.goodsContainer .goodsContent .goodsProperty .propertyCon .item .price {
    color: #E43E3E;
    font-size: 28px;
}

.goodsContainer .goodsContent .goodsProperty .propertyCon .item .price i {
    font-size: 18px;
    font-style: normal;
}

.goodsContainer .goodsContent .goodsProperty .propertyCon .item .label {
    display: inline-block;
    margin-right: 27px;
    width: auto;
    font-size: 14px;
    white-space: nowrap;
}

.propertyItem {
    margin-bottom: 10px;
    display: inline-block;
}

.goodsContainer .goodsContent .goodsProperty .propertyCon .item .propertyItem {
    border: 1px dashed rgba(0, 0, 0, .1);
    border-radius: 2px;
    padding: 6px 8px;
    font-size: 12px;
    color: #999999;
    margin-right: 15px;
    cursor: pointer;
}

.goodsContainer .goodsContent .goodsProperty .propertyCon .item .active {
    border: 1px solid #333;
    border-radius: 2px;
    padding: 6px 8px;
    font-size: 12px;
    color: #000;
}

.goodsContainer .goodsContent .goodsProperty .rate {
    margin-top: 20px;
    font-size: 14px;
    color: #999;
}

.goodsContainer .goodsContent .goodsProperty .rate .star {
    width: 15px;
    height: 14px;
    vertical-align: 2px;
    margin-right: 10px;
}

.goodsContainer .goodsContent .goodsProperty .rate .num {
    color: #000;
    margin-left: 50px;
}

.goodsContainer .goodsContent .goodsProperty .buy {
    width: 246px;
    height: 56px;
    background: #333;
    border-radius: 3px;
    text-align: center;
    line-height: 56px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    display: inline-block;
}

.goodsContainer .goodsContent .goodsProperty .line {
    height: 1px;
    background-color: rgba(0, 0, 0, .1);
    margin-top: 30px;
    margin-bottom: 30px;
}

.goodsContainer .goodsContent .goodsProperty .promise {
    font-size: 0;
}

.goodsContainer .goodsContent .goodsProperty .promise a {
    text-decoration: none;
    display: inline-block;
    margin-right: 36px;
    font-size: 16px;
    color: #666;
    /* cursor: pointer; */
}

.goodsContainer .goodsContent .goodsProperty .promise .label {
    font-size: 14px;
    color: #999;
}

.goodsContainer .goodsContent .goodsProperty .promise a img {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: -7px;
}

.otherContainer {
    width: 100%;
    padding-top: 20px;
    background-color: #F7F6F6;
    padding-bottom: 128px;
}

.otherContainer .otherContent {
    width: 1400px;
    margin: 0 auto;
}

.otherContent .tab {
    width: 1400px;
    height: 82px;
    background-color: #000;
    font-size: 0;
    line-height: 82px;
    padding: 0 55px;
    position: relative;
    box-sizing: border-box;
}

.otherContent .tab span {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    margin-right: 80px;
    cursor: pointer;
    position: relative;
}

.itemSku {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}


/* .goods-models {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
} */

.otherContent .tab .active::after {
    content: '';
    width: 35px;
    height: 3px;
    background: #ccc;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.otherContent .tab .buy {
    width: auto;
    padding: 0 10px;
    height: 45px;
    background: #A04B72;
    border-radius: 3px;
    line-height: 45px;
    position: absolute;
    top: 20px;
    right: 55px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.otherContent .tabContent {
    width: 1400px;
    background-color: #fff;
    margin-top: 20px;
    padding: 40px;
}

.otherContent .tabContent img {
    max-width: 100%;
}

.otherContent .tabContent .con {
    display: none;
    max-width: 980px;
    margin: 0 auto;
}

.otherContent .tabContent .active {
    display: block;
}

.otherContent .tabContent .con .rateItem {
    width: 1128px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding: 44px 40px 50px 30px;
    border-bottom: solid 1px #e5e5e5;
    box-sizing: border-box;
    margin: 0 auto 52px auto;
}

.otherContent .tabContent .con .rateItem .user {}

.otherContent .tabContent .con .rateItem .user .avatar {
    width: 54px;
    height: 54px;
    /*background: url('../images/icon/defaultAvatar.png');*/
    border-radius: 50%;
    overflow: hidden;
    background: #A04B72;
    float: left;
    margin-right: 12px;
}

.otherContent .tabContent .con .rateItem .user .nickName {
    float: left;
    font-size: 0;
}

.otherContent .tabContent .con .rateItem .user .nickName .name {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    margin-bottom: 6px;
}

.otherContent .tabContent .con .rateItem .user .nickName .star img {
    width: 15px;
    height: 14px;
}

.otherContent .tabContent .con .rateItem .desc {
    width: 752px;
}

.otherContent .tabContent .con .rateItem .desc .reply {
    width: 752px;
    padding: 24px 30px;
    font-size: 16px;
    background-color: #F5F5F5;
}

.otherContent .tabContent .con .rateItem .desc .img {
    display: inline-block;
    width: 67px;
    height: 89px;
    float: left;
    margin-right: 45px;
    background-color: #ccc;
    cursor: pointer;
}

.otherContent .tabContent .con .rateItem .desc .reply .label {
    font-size: 16px;
    color: #666;
}

.otherContent .tabContent .con .rateItem .time {
    color: #666;
    padding-top: 14px;
    font-size: 16px;
}


/* 数字加减 */

.gw_num {
    border: 1px solid #dbdbdb;
    width: 110px;
    line-height: 26px;
    overflow: hidden;
    display: inline-block;
    vertical-align: -8px;
    font-style: normal;
    box-sizing: border-box;
}

.gw_num em {
    display: block;
    height: 26px;
    width: 26px;
    float: left;
    color: #7A7979;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}

.gw_num .num {
    display: block;
    float: left;
    text-align: center;
    width: 56px;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    border: 0;
    box-sizing: border-box;
}

.gw_num em.add {
    float: right;
    border-right: 0;
    font-style: normal;
    box-sizing: border-box;
}


/* left swiper */

img.goods-big-img {
    width: 100%;
    height: 473px;
}

.goodShowBottom .swiper-slide {
    border: 1px solid rgba(150, 150, 150, 1);
    cursor: pointer;
}

.goodShowBottom .swiper-slide-active {
    border: 1px solid #A04B72;
}

.height100 {
    height: 100%;
}

.bottom-swiper {
    width: 90%;
    height: 88px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.goodShowBottom {
    position: relative;
}

.button-prev,
.button-next {
    position: absolute;
}

.swiper-button {
    font-size: 24px;
    padding: 0 6px;
    background: #EDEDED;
    line-height: 88px;
    color: rgba(0, 0, 0, .5);
    cursor: pointer;
    position: absolute;
    top: 0;
    outline: none;
}
img.swiper-button-icon {
    width: 6px;
    opacity: 0.8;
}

.button-next {
    right: 0;
}

.button-prev {
    left: 0;
}

.swiper-button.swiper-button-disabled {
    opacity: .3;
}

.goodShowBottom {
    margin-top: 19px;
}

.goodShowTop {
    height: calc(100% - 88px - 19px);
    overflow: hidden;
}

.share-part {
    display: inline-block;
    width: 200px;
    font-size: 14px;
    margin-left: 46px;
}

.goodsPropertyBottom {
    margin-top: 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.share-part {
    width: calc(100% - 246px - 46px);
    font-size: 14px;
    margin-left: 46px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

span.share-line {
    height: 25px;
    width: 2px;
    background: rgba(0, 0, 0, 0.2);
}

.share-part a {
    cursor: pointer;
}

.pos-rela {
    position: relative;
    opacity: .6;
}
.pos-rela:hover{
    opacity: 1;
}
.pos-rela img {
    position: absolute;
    left: 0;
    top: 0;
    width: 39px;
}

.pos-rela a {
    z-index: 1;
    background: none!important;
    opacity: 0;
}

@media(max-width:1400px) {
    .goodsContainer .goodsContent .goodsShow {
        width: 45%;
        height: auto;
        margin-right: 50px;
    }
    img.goods-big-img {
        width: 100%;
        height: auto;
    }
    .goodShowTop {
        height: auto;
        overflow: hidden;
    }
    .goodsContainer .goodsContent .goodsProperty {
        width: 45%;
    }
    .goods-price {
        margin-top: 10px;
    }
    .goodsContainer .goodsContent .goodsProperty .propertyCon {
        width: 100%;
        margin-top: 10px;
        padding: 12px;
    }
    .goodsContainer .goodsContent .goodsProperty .propertyCon .item {
        margin-bottom: 10px;
    }
    .goodsPropertyBottom {
        margin-top: 15px;
    }
    .goodsContainer {
        padding-bottom: 25px;
    }
}

@media (max-width:767px) {
    .goods-price span {
        font-size: 5vw;
    }
    .goodsPropertyBottom {
        flex-direction: column;
    }
    .share-part {
        width: 100%;
        margin: 0;
        display: none!important;
    }
    .otherContent .tab {
        padding: 0 20% !important;
        background: #000!important;
        line-height: 51px !important;
        height: 51px !important;
        border-bottom: 1px solid #ddd;
    }
    .goodsContainer .goodsContent .goodsProperty .propertyCon .item .active {
        padding: 1px 8px;
    }
}