.y-drill .top-wrap {
	margin-top: 24px;
	width: 900px;
	height: 100px;
	background: #f5f5f5;
	border-radius: 8px;
	padding: 0 30px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.y-drill .top-wrap .top-left .name-wrap,
.y-drill .top-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.y-drill .top-wrap .top-left {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.y-drill .top-wrap .top-left .name-wrap {
	margin-bottom: 10px
}

.y-drill .top-wrap .top-left .name-wrap img {
	width: 16px;
	margin-right: 5px
}

.y-drill .top-wrap .top-left .name-wrap p {
	margin: 0;
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #000;
	opacity: .4
}

.y-drill .top-wrap .top-left .diamond {
	font-size: 30px;
	font-family: DINAlternate-Bold, DINAlternate;
	font-weight: 700;
	color: #f9ac04
}

.y-drill .top-wrap .top-right .el-button {
	width: 113px;
	height: 41px;
	border: 1px solid #a1a1a1;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #000
}

.y-drill .top-wrap .top-right .el-button:first-child {
	border: none;
	background: -webkit-gradient(linear, left top, right top, from(#ffe549), to(#ffb41e));
	background: linear-gradient(90deg, #ffe549, #ffb41e);
	color: #62372f
}

.y-drill .top-wrap .top-right .el-button:nth-child(2) {
	margin-left: 14px
}

.y-drill .product-wrap .title-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-top: 30px
}

.y-drill .product-wrap .title-wrap h3 {
	margin: 0;
	font-size: 18px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #000;
	text-align: left
}

.y-drill .product-wrap .title-wrap p {
	margin: 0;
	margin-left: 14px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #000;
	text-align: left
}

.y-drill .product-wrap .list-arrow {
	position: relative;
	width: 895px
}

.y-drill .product-wrap .list-arrow .list-ul {
	overflow: hidden;
	margin-top: 25px
}

.y-drill .product-wrap .list-arrow .list-ul .list-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	overflow-x: scroll;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none
}

.y-drill .product-wrap .list-arrow .list-ul .list-wrap::-webkit-scrollbar {
	width: 0 !important
}

.y-drill .product-wrap .list-arrow .list-ul .list-wrap .list-item {
	position: relative;
	width: 180px;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #ededed;
	border-radius: 7px;
	padding: 20px 0;
	margin-right: 58px;
	cursor: pointer
}

.y-drill .product-wrap .list-arrow .list-ul .list-wrap .list-item:last-child {
	margin-right: 0
}

.y-drill .product-wrap .list-arrow .list-ul .list-wrap .list-item .title {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 16px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #62372f
}

.y-drill .product-wrap .list-arrow .list-ul .list-wrap .list-item .label {
	margin: 0;
	font-size: 14px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #ffa000;
	margin-top: 10px
}

.y-drill .product-wrap .list-arrow .list-ul .list-wrap .list-item .btn-wrap {
	margin-top: 11px;
	height: 32px;
	padding: 10px 20px;
	background: #ffedd5;
	border-radius: 16px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #8d6a3c
}

.y-drill .product-wrap .list-arrow .list-ul .list-wrap .list-item .tip-wrap {
	position: absolute;
	top: 0;
	right: 0;
	width: 65px;
	height: 26px;
	background: #fd5353;
	border-radius: 0 7px 0 7px;
	font-size: 13px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #fff;
	line-height: 26px;
	text-align: center
}

.y-drill .product-wrap .list-arrow .list-ul .list-wrap .list-item.list-1 {
	width: 313px;
	height: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 0 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.y-drill .product-wrap .list-arrow .list-ul .list-wrap .list-item:hover {
	border: 2px solid #ffc844
}

.y-drill .product-wrap .list-arrow .list-ul .list-wrap .list-item:hover .tip-wrap {
	top: -1px
}

.y-drill .product-wrap .list-arrow .list-ul .arrow {
	position: absolute;
	z-index: 20;
	margin-top: -21px;
	width: 26px;
	height: 26px;
	background: #f9ac05;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 13px;
	cursor: pointer
}

.y-drill .product-wrap .list-arrow .list-ul .arrow.left {
	top: 50%;
	left: -13px
}

.y-drill .product-wrap .list-arrow .list-ul .arrow.right {
	top: 50%;
	right: -13px
}

.y-drill .product-wrap .list-arrow .list-ul .arrow i {
	font-size: 14px
}

.y-drill .banner-wrap {
	margin-top: 60px;
	position: relative
}

.y-drill .banner-wrap img {
	width: 892px;
	height: 140px
}

.y-drill .banner-wrap .con-wrap {
	position: absolute;
	top: 50%;
	left: 60px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.y-drill .banner-wrap .con-wrap h3 {
	margin: 0;
	font-size: 30px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #fff
}

.y-drill .banner-wrap .con-wrap p {
	margin: 0;
	margin-top: 10px;
	font-size: 18px;
	font-family: PingFangSC-Thin, PingFang SC;
	font-weight: 100;
	color: #fff
}
