@charset "utf-8";

.proshow-unit{position: relative;padding-bottom:20px;display: none;}
.proshow-unit:nth-child(1){
	display: block;
}
.proshow-unit .unit-tit{
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
	margin-top:15px;
	padding-left:20px;
}
.proshow-unit .unit-tit::before{
	content:"";
	width:12px;
	height:12px;
	position: absolute;
	top:5px;
	left:0;
	background-color: var(--main-blue-color);
	
}
.proshow-unit ul{
	padding:0px;
	margin:0px 0px 10px 0px;
	border-bottom:1px solid var(--main-hui-color);
	display: flex;
	flex-wrap: wrap;
}
.proshow-unit ul li:first-child{
	font-weight:bold;
}

@media screen and (min-width: 993px) {
.proshow-unit ul li:first-child{
	width:20%;
	}
.proshow-unit ul li:nth-child(2){
	width:80%;
}

}
@media screen and (max-width: 992px) {
	.proshow-unit ul li{
		width:100%;
	}
}

.HotProductNumlist a{
	var(--main-link-color);
}
.HotProductNumlist ul {
	display: flex;
	flex-wrap: wrap;
}
.HotProductNumlist ul li:hover
{ background-color: var(--main-yellow-color);}
.HotProductNumlist ul li:hover a{color:var(--main-black-color)}

.HotProductNumlist p{font-size:16px; font-weight:bold; display:inline-block;}
.HotProductNumlist ul{margin:0;padding:0;}
.HotProductNumlist ul li{margin:0px;display: inline-block;padding:5px;}

@media screen and (min-width: 993px) {
.HotProductNumlist ul li{
	width:49%;
}
	
}
@media screen and (max-width: 992px) {
.HotProductNumlist ul li{
	width:100%;
}
}

.propic-area{
	width:100%;
	text-align: center;
}
.propic-area img{
	margin:auto;
	max-width:100%;
	height:100%;
}


.showleftpic,.showrigtpic{font-size:12px;margin-bottom:15px;text-align:center; display:inline-block;}
.showleftpic img,.showrigtpic img,.showpicnote img{ display:block;margin:auto;max-width:100%; cursor:pointer;}
.showpicnote img{margin-bottom:10px;}
.ABOUTTIT strong{font-size:30px;font-weight:bold;}
.showpicnote{font-size:12px;text-align:center; display:block;color:#666666;line-height:18px;}
.ullist{margin:0 0 0 18px;padding:0;}
.ullist li{ list-style: disc;}
.ollist{margin:0 0 0 18px;padding:0;}
.ollist li{list-style: decimal;}
.Reference,.reference,.References{color:#666666;margin-bottom:0;font-size:14px;line-height:20px;}
.Reference strong,.reference strong,.References strong{margin-bottom:10px; display: inline-block;}

.tableshowcont{margin:auto auto 10px auto;border-top:2px solid #ffffff;border-bottom:2px solid #ffffff; background-color:#f2f2f2;font-size:13px;}
.tableshowcont strong{font-size:13px;}
.borderbottom{border-bottom:2px solid #ffffff;}
.tableshowcont .tableshowcontbg{ background-color:#555555;color:#ffffff;}
.tableshowcont td{padding:8px;}
/*.tableshowcont tr:nth-of-type(2n){background-color:#f2f2f2;border-bottom:1px solid #cccccc;}*/
.tableshowcont tr{/*background-color:#f2f2f2;*/border-bottom:1px solid #ffffff;}
.tableshowcont tr:first-child{background-color:#555555;color:#ffffff;}

@media (min-width: 1000px){
.showleftpic{float:left;margin-right:20px;}
.showrigtpic,.showrightpic{float:right;margin-left:20px;}

}
@media (max-width: 1000px){
.showleftpic,.showrigtpic,.showrightpic{width:100%;}
}



