@charset "UTF-8";
/*左侧导航*/

div.side-nav-wrapper h2 {
    display: block;
    width: 86px;
    height: 45px;
    margin-top: 10px;
    margin-bottom: 22px;
}
div.side-nav-wrapper h2>a {
    display: block;
    width: 100%;
    height: 100%;
    background: no-repeat center / contain;
}
div.side-nav-wrapper {
    width: 375px;
    padding-left: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: sticky;
    align-self: flex-start;
    top: 44px;
}
div.side-nav-wrapper a {
    color: #616161;
    word-break: break-all;
}
div.side-nav-wrapper .side-nav .side-nav-item>a {
 	padding: 4px 0;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
}
div.side-nav-wrapper .side-nav .side-nav-item dl {
    display: none;
    padding-left: 10px;
    margin-bottom: 22px;
}
div.side-nav-wrapper .side-nav .side-nav-item dl dd a {
    font-weight: 400;
    color: #424242;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
}
div.side-nav-wrapper .side-nav .side-nav-item>a {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}
div.side-nav-wrapper .side-nav .side-nav-item.on>a {
    color: #424242;
}
div.side-nav-wrapper .side-nav .side-nav-item.on>a b {
    border-bottom: 1px solid #424242;
}
div.side-nav-wrapper .side-nav .side-nav-item>a .icon {
    margin-left: 12px;
    transform: rotate(180deg);
    transition: all .2s;
}
div.side-nav-wrapper .side-nav .side-nav-item>a .icon i {
    font-size: inherit;
}
div.side-nav-wrapper .side-nav .side-nav-item.on dl {
    display: block;
}
div.side-nav-wrapper .side-nav .side-nav-item.on>a .icon {
    transform: rotate(0);
}
div.side-nav-wrapper .side-nav .side-nav-item dl dd a.active {
    font-weight: bold;
}


@media screen and (max-width: 1400px) {
    div.side-nav-wrapper {
        
        width: 260px;
    }
}

/*商品列表*/

section.goods-list-container {
    display: flex;
    flex-direction: row;
    padding-bottom: 20px;
}
section.goods-list-container .goods_list {
    flex: 1;
    overflow: hidden;
    padding-right:80px;
}
section.goods-list-container .goods_list ul.list {
    /*display: flex;
	flex-direction:row;
	flex-wrap:wrap;*/
    margin: 0 -5px;
    overflow: hidden;
}
section.goods-list-container .goods_list ul.list li.item {
    padding: 7px 5px;
    box-sizing: border-box;
    float: left;
    width: 33.3333%;
}
section.goods-list-container .goods_list ul.list li.item a.thumb {
    display: block;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-top: 110.59%;
    background: no-repeat center / cover;
}
section.goods-list-container .goods_list ul.list li.item a.thumb img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
section.goods-list-container .goods_list ul.list li.item .desc-price .desc {
    font-size: 12px;
    margin-top: 5px;
    line-height: 1.2;
    color: #616161;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
section.goods-list-container .goods_list ul.list li.item .desc-price .price {
    font-size: 14px;
    font-weight: bold;
    color: #424242;
    line-height: 1.5;
}
section.goods-list-container .goods_list .layui-flow-more {
    margin: 20px auto;
    clear: both;
    overflow: hidden;
    display: none;
}
section.goods-list-container .goods_list .layui-flow-more a {
    width: 280px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #dddddd;
    font-size: 12px;
    color: #616161;
    background: none;
    display: block;
    text-align: center;
    margin: 50px auto 0;
}
.layui-flow-more a cite {
    background: none;
}


/*商品详情*/

section.goods-container div.list-wrapper {
    margin-top: 40px;
    overflow: hidden;
}
section.goods-container ul.list {
    margin: 0 -20px;
    overflow: hidden;
}
section.goods-container ul.list li.item {
    padding: 20px;
    box-sizing: border-box;
    float: left;
    width: 25%;
}
section.goods-container ul.list li.item a.thumb {
    display: block;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-top: 100%;
    background: no-repeat center / cover;
}
section.goods-container ul.list li.item a.thumb img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
section.goods-container ul.list li.item a.title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #999;
    margin-top: 42px;
}
section.goods-container ul.list li.item span.price {
    font-size: 30px;
    line-height: 36px;
    display: block;
}
section.goods-container ul.list li.item span.soldout {
    display: block;
    width: 194px;
    height: 75px;
    line-height: 75px;
    background: #e5e5e5;
    text-align: center;
    font-size: 18px;
    color: #cfcfcf;
    border-radius: 7px;
    margin-top: 13px;
    visibility: hidden;
}
section.goods-container ul.list li.item span.soldout.on {
    visibility: visible;
}
section.goods-detail-container {
    margin: 10px auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

section.goods-detail-container div.topinfo{
	display: flex;
	width: calc(100% - 300px);
	flex-wrap: wrap;
}

section.goods-detail-container div.slider {
    width: 37.51%;
    min-width: 320px;
    overflow: hidden;
    position: relative;
    /*border: 1px solid #e1e1e1;*/
}
section.goods-detail-container div.slider img {
    display: block;
    width: 100%;
}
section.goods-detail-container div.slider .thumb-swiper {
    position: relative;
}
section.goods-detail-container div.slider .swiper-button-next, section.goods-detail-container div.slider .swiper-button-prev {
    color: #999;
    opacity: 1;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #111111;
    opacity: 0.5;
}
section.goods-detail-container div.slider .swiper-button-next:after, section.goods-detail-container div.slider .swiper-button-prev:after {
    font-size: 16px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
}
section.goods-detail-container div.slider div.thumb-swiper .swiper-slide {
    background: #D9D9D9;
    width:85px !important;
    height: 85px;
}
section.goods-detail-container div.goods-info {
    flex: 1;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
section.goods-detail-container div.goods-info h1.title {
    font-size: 14px;
    margin-top: 10px;
    font-weight: normal;
    line-height: 12px;
}
section.goods-detail-container div.goods-info b.price, section.goods-detail-container div.goods-info .total {
    display: block;
    font-size: 24px;
    margin-top: 10px;
}
section.goods-detail-container div.goods-info div.desc{
    margin: 40px 0;
    white-space: pre-wrap;
}
section.goods-detail-container div.goods-info .total {
    margin-top: 30px;
}
section.goods-detail-container div.goods-info div.limit {
    font-size: 16px;
    margin-top: 60px;
    font-weight: bold;
}
section.goods-detail-container div.goods-info div.sku-wrapper {
    margin-top: 20px;
    font-size: 12px;
}
section.goods-detail-container div.goods-info div.sku-wrapper dl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 8px;
}
section.goods-detail-container div.goods-info div.sku-wrapper dt {
    font-size: 16px;
    margin-bottom: 3px;
    margin-right: 20px;
}
section.goods-detail-container div.goods-info div.sku-wrapper dd {
    flex: 1;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    /*overflow: hidden;*/
}
section.goods-detail-container div.goods-info div.sku-wrapper dd a {
    display: block;
    padding: 5px 15px;
    border-radius: 3px;
    background: #D9D9D9;
    margin: 0 8px 8px 0;
    position: relative;
}
section.goods-detail-container div.goods-info div.sku-wrapper dd a.attr-img {
    display: block;
    width: 80px;
    height: 80px;
    background: #f2f2f2 no-repeat center / cover;
    padding: 0;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
}
section.goods-detail-container div.goods-info div.sku-wrapper dd>a.on:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #424242;
    border-radius: 50%;
    background: #424242 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAJhJREFUOE+9kr0RAQEUhPdTihq0oAmpQC6TXQM6EImY0YAOpEagAioQST5jxhk/x50LvPjtfPt2H2k5tNTlP0K1AIqry8ZE9ZRkCCwbC9VDkgkwLzOpJar7JFNg9hjkXagukhyBcbmgbpJsgdFr+k9EdZXkDAzUdZIO0K+q7M3qzdouSQ/ofuq58kZV4Ov9teH8RGzyhq2JF0XULw8oKM/KAAAAAElFTkSuQmCC');
    position: absolute;
    right: -5px;
    top: -5px;
}
section.goods-detail-container div.goods-info div.sku-wrapper dd a.on {
    background-color: #424242;
    color: #fff;
}
section.goods-detail-container div.goods-info div.sku-wrapper dd a.attr-img.on{
	border-color: #424242;
}
section.goods-detail-container div.goods-info div.sku-wrapper dd a.attr-img.on span{
	background-color: rgba(66, 66, 66, .6);
}

section.goods-detail-container div.goods-info div.sku-wrapper dd a.attr-img span{
	display: block;
	padding: 3px 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(255, 255, 255, .6);
}

section.goods-detail-container div.goods-info div.btn-group {
    margin-top: 40px;
}
section.goods-detail-container div.goods-info .sell-btn {
    font-size: 14px;
    text-align: center;
    max-width: 567px;
    height: 52px;
    line-height: 52px;
    border-radius: 0px;
    background: #424242;
    color: #fff;
    display: none;
}
section.goods-detail-container div.goods-info .sell-btn.soldout {
    background: #e5e5e5;
    color: #cecece;
    display: block;
}
section.goods-detail-container div.goods-info div.btn-group.on .add2cart {
    display: block;
}
section.goods-detail-container div.goods-info div.btn-group.on .sell-btn.soldout {
    display: none;
}
section.goods-detail-container div.goods-info div.num-wrapper{
	display: none;
	max-width: 567px;
}
section.goods-detail-container div.goods-info div.num {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
section.goods-detail-container div.goods-info div.num span {
    font-size: 18px;
    color: #424242;
    flex: 1;
    margin-right: 20px;
    white-space: wrap;
    word-break: break-all;
}
section.goods-detail-container div.goods-info div.num div.numBox {
    display: flex;
    flex-direction: row;
    align-items: center;
}
section.goods-detail-container div.goods-info div.num div.numBox a {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border: 1px dotted #ffffff;
    box-sizing: border-box;
    margin: 0 8px;
}
section.goods-detail-container div.goods-info div.num div.numBox a:hover {
    border: 1px dotted #424242;
}
section.goods-detail-container div.goods-info div.num div.numBox a i {
    font-size: 22px;
    color: #424242;
}
section.goods-detail-container div.goods-info div.num div.numBox a i.icon-chahao {
    font-size: 26px;
}
section.goods-detail-container div.goods-info div.num div.numBox input {
    height: 30px;
    width: 52px;
    border: 1px solid #eeeeee;
    padding: 0 3px;
    color: #000;
    float: left;
    margin-right: 2px;
    background: #eeeeee;
    text-align: center;
}
section.goods-detail-container div.goods-info hr.gray {
    margin: 30px 0;
    border: none !important;
    border-bottom: 1px solid #e1e1e1 !important;
}

section.goods-detail-container div.topinfo div.content {
	width: calc(100% - 80px);
	padding: 0 80px 0 10px;
    font-size: 15px;
    line-height: 1.4;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}
section.goods-detail-container div.topinfo div.content * {
    max-width: 100% !important;
}

@media screen and (max-width: 980px) {
    section.goods-detail-container div.topinfo div.content {width: calc(100% - 20px); padding:10px 20px 10px 0;}
    section.goods-list-container .goods_list ul.list li.item {
        width: 50%;
    }
    section.goods-list-container .goods_list{ padding-right:20px;}
    div.side-nav-wrapper {
    	width: 200px;
        padding-left: 20px;
    }
    section.goods-container div.list-wrapper {
        margin-top: 10px;
    }
    section.goods-container ul.list {
        margin: 0 -10px;
    }
    section.goods-container ul.list li.item {
        padding: 10px;
        width: 33.3333%;
    }
    section.goods-container ul.list li.item a.title {
        margin-top: 20px;
        font-size: 14px;
    }
    section.goods-container ul.list li.item span.price {
        font-size: 22px;
    }
    section.goods-container ul.list li.item span.soldout {
        display: inline-block;
        width: auto;
        height: auto;
        line-height: unset;
        padding: 7px 15px;
        font-size: 16px;
        margin-top: 5px;
    }
    section.goods-detail-container div.slider .swiper-button-next, section.goods-detail-container div.slider .swiper-button-prev {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
    section.goods-detail-container div.slider .swiper-button-next:after, section.goods-detail-container div.slider .swiper-button-prev:after {
        font-size: 12px;
        width: 24px;
        height: 24px;
        line-height: 24px;
    }


    section.goods-detail-container div.topinfo{
    	width: calc(100% - 200px);
    	display: block;
    }


    section.goods-detail-container div.slider {
        width: 90%;
    }
    section.goods-detail-container div.goods-info {
        margin-left: 25px;
    }
    section.goods-detail-container div.goods-info h1.title {
        margin-top: 40px;
    }
    section.goods-detail-container div.goods-info b.price {}
    section.goods-detail-container div.goods-info .sell-btn {
        height: 46px;
        line-height: 46px;
        width: 180px;
    }
    section.goods-detail-container div.goods-info div.sku-wrapper dd a.attr-img {
        width: 60px;
        height: 60px;
    }
    section.goods-detail-container div.goods-info b.price, section.goods-detail-container div.goods-info .total {
    	font-size: 18px;
    }
}
@media screen and (max-width: 640px) {
    section.goods-detail-container div.topinfo div.content { padding:10px 0;}
    section.shop-detail-gwc .side-nav-wrapper{display: none;}
    div.side-nav-wrapper h2{width: 56px;height: 25px;margin-bottom:20px;}
    div.side-nav-wrapper .side-nav .side-nav-item>a .icon{ margin-left:5px;}
    div.side-nav-wrapper{width: 120px;}
    div.side-nav-wrapper .side-nav .side-nav-item>a {font-size:12px;}
    div.side-nav-wrapper .side-nav .side-nav-item>a b{font-weight:normal;}
    section.shop-detail-gwc{margin: 10px 20px !important;}
    section.goods-list-container .goods_list ul.list li.item {
        width: 100%;
    }
    
    
    section.goods-container ul.list {
        margin: -5px;
    }
    section.goods-container ul.list li.item {
        padding: 5px;
        width: 50%;
    }

    section.goods-detail-container div.topinfo{
    /*	width: calc(100% - 140px); */
        width: 100%;
    	margin: 0 auto;
    }
    section.goods-detail-container div.slider {
        width: 100%;
        min-width: initial;
    }
    section.goods-detail-container div.goods-info {
        margin: 0;
        flex: auto;
    }
    section.goods-detail-container div.slider .swiper-button-next, section.goods-detail-container div.slider .swiper-button-prev {
        display: none;
    }
    section.goods-detail-container div.goods-info h1.title {
        margin-top: 30px;
        line-height: 1.4;
    }
    section.goods-detail-container div.goods-info div.limit, section.goods-detail-container div.goods-info div.sku-wrapper, section.goods-detail-container div.goods-info div.btn-group {
        margin-top: 25px;
    }
    section.goods-detail-container div.goods-info .sell-btn {
        width: auto;
    }
    section.goods-detail-container div.goods-info div.sku-wrapper dl{
    	align-items: flex-start;
    }
    section.goods-detail-container div.goods-info div.sku-wrapper dd a.attr-img {
    	width: 48px;
    	height: 48px;
    }
    section.goods-detail-container div.goods-info div.sku-wrapper dd a.attr-img span{
    	font-size: 12px;
	    padding: 0 3px;
    }

    section.goods-detail-container div.goods-info div.num div.numBox a{
    	width: 22px;
    	height: 22px;
    	line-height: 22px;
    	margin: 0;
    }
    section.goods-detail-container div.goods-info div.num div.numBox input{
    	height: 22px;
    	width: 36px;
    }
    section.goods-detail-container div.goods-info div.num div.numBox a i {
    	font-size: 18px;
    }
    section.goods-detail-container div.goods-info div.num span {
    	font-size: 16px;
    }
}