.linear-gradient-primary-twos {
    background: linear-gradient(
90deg, #ff551f 0, #ff4183 100%);
}
.col-main {
    color: #FC3F78!important;
}
.goods{
	display: flex;
	margin: 20px -10px 10px;
	justify-content:space-between;
}
.goods-main{
	max-width: 560px;
	position: relative;
}
.goods-main .goods-title{
	font-size:20px;
	line-height: 1.5;
}
.goods-main .goods-title .desc{
	font-size: 14px;
	margin-top: 6px;
	font-weight: normal;
	display: block;
}
.goods-excerpt{
	    margin-left: -10px;
	    border-bottom: 1px solid #f3f3f3;
	    border-top: 1px solid #f3f3f3;
	    background: #f6f6f6;
	    border-radius: 8px;
		padding: 5px 10px 10px;
}
.goods-excerpt dl {
    min-height: 20px;
    padding-left: 10px;
    position: relative;
}
.goods-excerpt dt {
    color: #999;
    font-size: 12px;
	height: 32px;
	line-height: 32px;
	display: inline-block;
}
.goods-excerpt dd{
	font-size: 14px;
	    color: #999;
	    height: 32px;
	    line-height: 32px;
		display: inline-block;
}
.goods-excerpt .property-cont-origin {
    text-decoration: line-through;
}
.goods-excerpt .price-now{
    color: #ef2f23;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
}

.goods-main .goods-quan {
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 7.5px;
    color: #fff
}

.goods-main .goods-quan:before {
    position: absolute;
    top: 50%;
    right: -2.5px;
    z-index: 5;
    display: block;
    margin-top: -7.5px;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    content: ""
}

.goods-main .goods-quan .text {
    padding: 15px 0 15px 15px;
    height: 38px
}

.goods-main .goods-quan .text .quan {
    position: relative;
    top: -2.5px;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.goods-main .goods-quan .text .quan span {
    font-size: 23.5px
}

.goods-main .goods-quan .text .time {
    font-size: 11px;
    opacity: .7;
    margin: 0;
    padding: 0;
}

.goods-main .goods-quan .tab {
    position: absolute;
    top: 5px;
    right: 5px;
    display: table-cell;
    width: 30%;
    height: calc(100% - 9.5px);
    border-radius: 0 5px 5px 0;
    background: #fff;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    line-height: 60px;
    opacity: .95
}

.goods-main .goods-quan .tab:before {
    position: absolute;
    top: 13.5px;
    right: 100%;
    z-index: -1;
    float: left;
    margin-right: -36px;
    width: 0;
    height: 0;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 60px 70px 75px 20px;
    content: "";
    transform: rotate(40deg);
    -ms-transform: rotate(40deg)
}
.goods-shop{
	background: #FFF2EB;
	border-radius: 12px;	
}
.goods-shop a {
    display: block;
}
.goods-shop .info {
    padding: 0.7rem 0;
    min-height: 60px;
	line-height: 20px;
	margin: 0 1rem 0.5rem 1rem;
}
.goods-shop .info img {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}
.goods-shop .info div.text {
    position: relative;
    z-index: 1;
    zoom: 1;
    min-height: 60px;
    padding-left: 80px;
    line-height: 30px;
}
.goods-shop .info div.text .iconfont {
    font-size: .785rem;
}
.goods-shop .info div.text .new {
    position: absolute;
    z-index: 1;
    zoom: 1;
    right: 0;
    top: 50%;
    margin-top: -15px;
    font-size: 1rem;
    color: #888;
}
.goods-shop .info div.text .new i {
    font-size: 1em;
}
.goods-shop .info div.text .iconfont.icon-detail_taobao{
	color: #ff5000;
}
.goods .goods-recommend{
	width: 170px;
	overflow: hidden;
	border-left: 1px solid #eee;
	padding-left: 10px;
}
.goods-recommend .title {
    color: #666;
    height: 14px;
    line-height: 14px;
    margin-bottom: 10px;
	margin-top: 0;
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
}
.goods-recommend .title span {
    font-size: 16px;
    color: #999;
    text-align: center;
    width: 6em;
    top: 0;
    left: 50%;
    margin-left: -3em;
    background-color: #fff;
    position: absolute;
}
.goods-recommend .title s {
    position: absolute;
    top: 7px;
    margin-left: -50%;
    width: 100%;
    height: 0;
    border-top: 1px solid #eee;
    text-decoration: none;
}
.goods-recommend > ul{
	margin-top: 0;
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-direction:column;
	padding-left: 0;
	height: 555px;
	overflow: hidden;
	position: relative;
}
.goods-recommend > ul >li{
	list-style: none;
}
.goods-recommend  li a {
    position: relative;
    display: block;
    background-color: #f5f5f5;
    width: 160px;
    overflow: hidden;
}
.goods-recommend li img {
    width: 100%;
}
.goods-recommend li div {
    font-size: 14px;
    margin: 3px 0;
	height: 19px;
    color: #333;
    display: block;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.goods-img img {
    width: 340px;
    height: 340px;
    max-width: 400px;
    max-height: 400px;
}
.goods-tips .copyright{
	margin: 8px;
	display: inline-block;
	color: rgb(153, 153, 153);
}
.goods-tips .copyright a{
	color: #ef2f23;
}

.imglist{margin-top:15px;height: 75px;overflow: hidden;width: 315px;padding-left: 0;}
.imglist li{display:block;float:left;margin-right: 4px;width: 60px;height: 60px!important;border: 2px solid #fff;-webkit-transition-property:border-color;-moz-transition-property:border-color;-o-transition-property:border-color;transition-property:border-color;-webkit-transition-duration:.2s;-moz-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s;overflow:hidden;}
.imglist li img{max-width:60px;max-height:60px}
.imglist .selected{border-color:#f40}
.goods-detail .title{
	line-height: 60px;
	border-bottom: 1px solid hsla(0,0%,59.2%,.1);
	font-size: 18px;
}
.goods-item_inv {
    width: 150px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.goods-item_inv img {
    width: 100%;
}
.load-more-wrap {
    text-align: center;
    padding: 20px 0;
    width: 100%;
    margin: 0!important;
	cursor: pointer;
}
.load-more {
    padding-left: 90px!important;
    padding-right: 90px!important;
    margin: 0;
    font-weight: 500;
	font-size: 18px;
    color: var(--theme-color)!important;
    border-color: var(--theme-color)!important;
}