.manage-info {
	position: relative;
	height: 70px;
}

.more-info {
	white-space: nowrap;
	text-overflow: ellipsis;
}

.manage-info img {
	width: 100%;
	height: 100%;
}

.product-info {
	position: relative;
	height: 70px;
}

.product-info img {
	width: 100%;
	height: 100%;
}


.manage-info p {
	font-weight: 600;
	font-size: 17px;
	letter-spacing: 1px;
	color: #2885ec;
	position: absolute;
	left: 40%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.product-info p {
	font-weight: 600;
	font-size: 17px;
	letter-spacing: 1px;
	color: #2885ec;
	position: absolute;
	left: 37%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.toleft {
	margin-left: 20px;
}

.gltz-box {
	width: 1080px;
	margin: 0 auto;
}

.gltz-title {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	padding-top: 30px;
}

.gltz-text {
	margin: 30px auto;
	font-size: 16px;
	font-weight: 400;
	line-height: 35px;
}

.gltz img {
	width: 18%;
	margin-right:calc(26% / 3);
}

.ysgn-box {
	margin-top: 58px;
	color: #fff;
	background: url(../img/Bidding/Pc/bg_2.png) no-repeat center;
}

.ysgn {
	width: 1080px;
	margin: 0 auto;
}

.ysgn-title {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	padding-top: 30px;
}

.ysgn img {
	margin: 0px 3px 9px;
}

.kygl-box {
	width: 1080px;
	margin: 0 auto;
}

.kygl-title {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	padding-top: 40px;
	padding-bottom: 40px;
}

.kygl {
	width: 100%;
	margin: 0 auto;
}

.kygl-row {
	width: calc(50% - 10px);
	border: 1px solid #418CF4;
	height: 187px;
	padding: 25px 20px;
	border-radius: 10px;
	margin-bottom: 10px;
}

.kygl-row-title {
	font-size: 18px;
	font-weight: bold;
	color: #418CF4;
}

.kygl-row-line {
	width: 30px;
	height: 3px;
	background-color: #418CF4;
	margin: 6px 0;
}

.kygl-row-text {
	font-weight: 500;
}

.kygl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.lhyy-box {
	background: url(../img/Bidding/Pc/bg_4.png) no-repeat center;
	height: 500px;
	text-align: center;
	color: #fff;
}

.lhyy {
	width: 1080px;
	margin: 20px auto;
}

.lhyy-title {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 20px;
	color: #429DF5;
}

.lhyy-row1 {
	width: calc(25% - 10px);
	background-color: #429DF5;
	height: 341px;
	border-radius: 10px;
}

.lhyy-row1-title {
	font-size: 18px;
	font-weight: bold;
	margin-top: -20px;
}

.lhyy-row1-line {
	width: 66px;
	height: 3px;
	background-color: #fff;
	margin: 0 auto;
}

.lhyy-row1-text {
	width: 80%;
	margin: 15px auto;
	line-height: 28px;
	text-align: justify;
	font-weight:500;
}

.lhyy-row {
	display: flex;
	justify-content: space-between;

}