.goods_des {background-color: #f7f8fa}
.wide .box_name {margin-top: 13px;}
.wide .goods_content {background-color: #ffffff;padding: 30px 20px;display: flex;flex-direction: row;margin-top:14px;}
.wide .goods_content .imgs {width: 500px;overflow: hidden;}
.wide .goods_content .imgs .big_img {border-radius: 10px;height: 500px;width: 500px;background-size: contain;background-repeat: no-repeat;background-position: center;}
.wide .goods_content .imgs .img_select {align-items: center;display: flex;flex-direction: row;position: relative;}
.wide .goods_content .imgs .thumbnail {flex: 0 0 auto;height: 100px;width: 88px;margin-right: 10px;margin-top: 10px;}
.wide .goods_content .imgs .thumbnail img {border-radius: 10px;overflow: hidden;width: 90px;height: 90px;border: 1px solid #ccc;transition: border-color 0.3s;object-fit: cover;}


.prev, .next {height:20px;width:15px;line-height: 10px;position: absolute;top: 50%;transform: translateY(-50%);padding: 5px;background-color: #737373;cursor: pointer;z-index: 1;opacity: 0.8;}
.prev:hover, .next:hover {opacity: 1;}
.wide .goods_content .prev {left: 0;background: url("../images/products/icon_left.png");background-color: #e0dfe3;background-size:60%;background-repeat:no-repeat; background-position: center;}
.wide .goods_content .next {right: 0;background: url("../images/products/icon_right.png");background-color: #e0dfe3;background-size:60%;background-repeat:no-repeat; background-position: center;}
.wide .goods_content .imgs .thumbnail .select_on {border: 2px solid blue;}
.wide .goods_content .imgs .thumbnail img:hover {border-color: blue;outline: none;}
.wide .goods_content .goods_text {display: flex;flex-direction: column;padding-left: 30px;width: calc(100% - 500px);box-sizing: border-box;}
.wide .goods_content .goods_text .product_title {font-weight: bold;color: #000;font-size: 22px;}
.wide .goods_content .goods_text .product_flag {margin-top: 20px;display: flex;flex-wrap: wrap;row-gap: 10px;column-gap: 10px;}
.wide .goods_content .goods_text .product_flag .flag{background-color: #F4F6F8;padding: 10px 20px;border-radius: 30px;word-break: break-all;}
.wide .goods_content .goods_text .desc {margin-top: 30px;font-size: 15px;line-height: 30px;padding-right: 30px;}
.wide .goods_content .goods_text .btn {margin-top: 50px;background-color: var(--maincolor1);width: 180px;border-radius: 30px;line-height: 40px;color: #ffffff;position: relative;height: 40px;text-transform: capitalize;}
.wide .goods_content .goods_text .btn:hover {background-color: var(--maincolor1hover);}
.wide .goods_tab {background-color: #ffffff;margin-bottom: 50px;overflow-wrap: break-word;}
.wide .goods_tab .tabs {margin-top: 20px;height: 50px;width: 100%;display: flex;flex-direction: row;}
.wide .goods_tab .tab {padding: 20px 20px;display: none;}

.wide .goods_tab {background-color: #ffffff;margin-bottom: 50px;}

.wide .goods_tab .tabs {margin-top: 20px;height: 50px;width: 100%;display: flex;flex-direction: row;border-bottom: 1px solid #eff0f0;}
.wide .goods_tab .tabs .tab-button {background-color: #ffffff;border: 0px;padding: 0 20px;position: relative;}
.wide .goods_tab .tabs .tab-button{height: 50px;display: block;line-height: 50px;text-transform: capitalize;}
.wide .goods_tab .tabs .tab-button:hover {border-bottom: 3px solid #0b6cfe;display: inline-block;color: #0b6cfe;}
.wide .goods_tab .tabs .tab_on{border-bottom: 3px solid #0b6cfe;color: #0b6cfe;}
/*移动端*/
@media screen and (max-width: 1200px) {
	.wide .goods_content {flex-direction: column;}
	.wide .goods_content .goods_text{width: 100%;}
	.wide .goods_content .imgs .big_img{height: 300px;width: 100%;}
	.wide .goods_content .imgs{width: 100%;}
	.wide .goods_content .goods_text{padding-left: 0;}
	.wide .goods_content .goods_text .btn {position: fixed;border: none;border-radius: 0;left: 0;width: 100%;box-sizing: border-box;bottom: 0;height: 50px;line-height: 50px;z-index: 1}
}