
.describe .left .list .item>.imgs{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}



iframe::-webkit-scrollbar {
    width: 12px; /* for vertical scrollbars */
    height: 12px; /* for horizontal scrollbars */
}

iframe::-webkit-scrollbar-track {
    background: #f1f1f1;
}

iframe::-webkit-scrollbar-thumb {
    background: #888;
}

iframe::-webkit-scrollbar-thumb:hover {
    background: #555;
}

iframe{
    height: 1000px;
    border: none;
    overflow: hidden;
    padding: 0 5px;
    background: #f0f0f0;
}
.describe .content .miao_shu {
	width: 100%;
	background: #FF6900;
	font-size: 1.25rem;
	font-weight: 800;
	padding: 0.625rem;
	color: #fff;
	letter-spacing: 0.0625rem;
	border-radius: 0.3125rem 0.3125rem 0 0 ;
}

.describe .content .detail {
	display: flex;
	flex-direction: column;
}

.describe .content .detail>img {
	margin: 0;
}

.describe .content {
	margin: 0;
	display: flex;
	flex-direction: column;
	width: 75%;
	background: #ccc;
	border-radius: 0.3125rem 0.3125rem 0 0 ;
}


.describe .left .list .item .product_text .price {
	color: #f0290f;
}

.describe .left .list .item .product_text {
	font-size: 0.75rem;
	padding: 0 1.125rem;
	margin: 0.625rem 0;
}

.describe .left .list .item {
	display: flex;
	flex-direction: column;
	/*justify-content: center;*/
	/*align-items: center;*/
	margin: 0.625rem 0;
}

.describe .left .title {
	width: 100%;
	font-size: 1rem;
	font-weight: 800;
	padding: 0.625rem 0;
	background: #FF6900;
	text-align: center;
	color: #ffffff;
	letter-spacing: 0.0625rem;
	border-radius: 0.3125rem 0.3125rem 0 0 ;
}


.describe .left {
	width: 20%;
	background-color: #f5f5f5;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.describe {
	display: flex;
	margin-top: 1.875rem;
	justify-content: space-between;
	border-radius: 0.3125rem 0.3125rem 0 0 ;

}

/* 产品参数 */
.product div {
	line-height: 3rem;
}

.product {
	font-size: 0.75rem;
	color: #999;
}


.content .right .all_price .market .throw {
	text-decoration: line-through;
	margin-left: 0.125rem;
}

.content .right .all_price .market {
	line-height: 1.875rem;
	color: #ccc;
}

.content .right .all_price .price {
	font-size: 1.25rem;
	color: #f0290f;
	font-weight: bold;
	margin-left: 0.5rem;
}

.content .right .all_price {
	font-size: 0.75rem;
	background: #f1f1f1;
	margin: 1.25rem 0;
	padding: 0.5rem 1.5rem;
}

.content .right .title {
	font-size: 1.25rem;
	font-weight: 800;

}

.content .right {
    width: 60%;
	padding-right: 0.9375rem;
	margin-left: 2rem;
}



.content .left>img {
	width: 100%;
}

.content .left {
	width: 40%;
	border: 1px solid #f0f0f0;
    display: flex;
}

.content {
	display: flex;
	margin-top: 10px;
	/* justify-content: space-between; */
}