/*# sourceURL=/static/home/dialog/css/main.css?1743588446 */
/*@ sourceURL=/static/home/dialog/css/main.css?1743588446 */
@charset "utf-8";
/* CSS Document */
/*按钮样式*/
#ClickMe {
	width: 150px;
	height: 40px;
	/*border: 1px solid #C40000;*/
	background-color:var(--dominant-color);
	color: #FFF;
	margin:30px auto;
	border-radius: 5px;
}
.product .product-box .items .item-box .item .text .buy{
    width: 150px;
	height: 40px;
	line-height: 40px;
	/*border: 1px solid #C40000;*/
	background-color:var(--dominant-color);
	color: #FFF;
	margin:30px auto;
	border-radius: 5px;
}
#goodcover {
	display: none;
	/*position: absolute;*/
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
/*	height: 133%;*//*20250402*/
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: 0.50;
	filter: alpha(opacity=80);
}
#code {
	/*width: 80%;
	height: 80%;*/
	width: 90%;
	max-width: 900px;/*20250402*/
	max-height: 75vh;
	/*max-height: 500px;*/
	background-color: #fff;
	padding: 10px;
	position: absolute;
	display: none;
	left: 45%;
	z-index: 1002;
	box-sizing: border-box;
	
	position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
}

/*20250402*/
.product-detail .features{
	position: relative;
}
.goodtxt ul{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	padding: 0 5%;
	box-sizing: border-box;
	row-gap: 25px;
}
.goodtxt ul img{
     transition: transform 0.5s ease; 
}
 .goodtxt ul img:hover {
        transform: scale(1.2); /* 鼠标悬停时放大1.2倍 */
    }
@media only screen and (max-width: 480px) {
	.goodtxt ul{
		row-gap: 15px;
	}
}
.goodtxt li{
    display: inline-block;
    /*width: 20%;*/
   width: 28%;
   margin-left: 2.666666666666667%;
   margin-right: 2.666666666666667%;
    
}
.close1 {
	width:100%;
	height: 60px;
}
@media only screen and (max-width: 640px) {
	.close1{
		height: 35px;
	}
}
#closebt {
	float: right;
}
#closebt img {
	width: 20px;
}
.goodtxt {
	text-align: center;
	padding-bottom: 50px;
}
@media only screen and (max-width: 640px) {
	.goodtxt{
		padding-bottom: 20px;
	}
}
.goodtxt p {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #000;
	font-weight: 600;
}
.code-img {
	width: 250px;
	margin: 30px auto 0 auto;
	padding: 10px;
}
.code-img img {
	width: 240px;
}
