
.oneLine {
	width: 60%;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.consumables_content {
	width: 1160px;
	margin: 0 auto;
	padding-top: 50px;
	margin-bottom: 24px;
}

.consumables_input {
	width: 580px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	background: #F7F7F7;
	border: 1px solid #DBDBDB;
	/* padding: 0 30px; */
  padding-bottom: 30px;
	margin: 50px auto;
	display: flex;
	align-items: center;
}

.consumables_input input {
	display: inline-block;
	width: calc(100% - 30px);
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}
/* input获取焦点 placeholder消失 */
.consumables_input input:focus::placeholder {
  opacity: 0;
}

.consumables_input input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #000000;
}

.consumables_input input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #000000;
}

.consumables_input input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #000000;
}

.consumables_input input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #000000;
}

.consumables_input img {
	width: 20px;
	height: 20px;
	vertical-align: text-bottom;
  cursor: pointer;
}

.consumables_drop_down {
	border-top: 1px solid #E0E0E0;
	margin-bottom: 100px;
}

.consumables_list {
	padding: 50px 0px;
	border-bottom: 1px solid #E0E0E0;
  overflow: hidden;
}

.consumables_down_head {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.consumables_down_head .img_title {
	width: 320px;
	overflow: hidden;
  height: 246.2px;
}

.widthBig {
	width: 560px !important;
  height: 430.73px !important;
}

.width_right_box {
	width: calc(100% - 610px) !important;
}

.consumables_down_head .img_title img {
	width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
}

.consumables_down_head .img_title:hover img {
	transform: scale(1.05);
}

.consumables_down_head .consumbles_right_box {
	width: calc(100% - 360px);
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* position: relative; */
}

.consumbles_right_box_title {
	width: 80%;
}

.consumbles_right_box_title .consumbles_right_box_name {
	font-size: 24px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
}

.consumbles_right_box_title .prey {
	font-size: 16px;
	color: #888888;
	padding-top: 20px;
}

.consumbles_right_box_down {
	/* position: absolute;
	right: 0;
	top: -150%; */
}

.consumbles_right_box_down img {
	width: 17px;
	line-height: 17px;
	margin: auto;
	vertical-align: middle;
}

.consumbles_right_box_down span {
	display: inline-block;
	width: 18px;
	height: 3px;
	background: #000000;
}

.swiper {
	width: 100%;
	position: relative;
	margin-top: 24px;
}

.swiper-slide {
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.swiper_slider_box {
	width: 100%;
}

.swiper_slider_box .image {
	position: relative;
	margin-bottom: 14px;
  /* height: 120px; */
  height: 138px;
  background: #F2F2F4;
}

.swiper_slider_box .image img {
	width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.swiper_slider_box .image .image_black {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
}

.swiper_slider_box .image .image_black a {
	display: inline-block;
	width: 110px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	margin: auto;
	margin-top: 20%;
  font-size: 14px;
}

.btn-next img,
.btn-pre img{
	/* width: 12px;
	height: 22px; */
	display: block;
	vertical-align: middle;
}
.btn-next {
	position: absolute;
	/* top: 30%; */
	right: 12px;
	z-index: 11;
	height: 22px;
}

.btn-pre {
	position: absolute;
	height: 22px;
	/* top: 30%; */
	left: 12px;
	z-index: 11;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-moz-transform: rotate(180deg);
	/* Firefox */
	-webkit-transform: rotate(180deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(180deg);
	/* Opera */
}

@media screen and (max-width: 1366px) {
	.consumables_content {
		width: 980px;
		margin: 0 auto;
		padding-top: 20px;
		margin-bottom: 24px;
	}

	.widthBig {
		width: 420px !important;
    height: 323px !important;
	}

	.width_right_box {
		width: calc(100% - 460px) !important;
	}

	.consumbles_right_box_title .consumbles_right_box_name {
		font-size: 22px;
	}
}

@media screen and (max-width: 1024px) {
	.consumables_content {
		width: 98%;
		margin: 0 auto;
		padding-top: 20px;
		margin-bottom: 24px;
	}

	.consumables_input {
		width: 65%;
		height: 50px;
		line-height: 50px;
		margin: 30px auto;
	}

	.consumables_input input {
		font-size: 14px;
	}

	.consumables_down_head .img_title {
		width: 240px;
    height: 184.6px;
	}

	.widthBig {
		width: 300px !important;
    height: 230.7px !important;
	}

	.width_right_box {
		width: calc(100% - 320px) !important;
	}

	.consumables_down_head .consumbles_right_box {
		width: calc(100% - 260px);
	}


	.consumbles_right_box_title .consumbles_right_box_name {
		font-size: 18px;
	}

	.consumbles_right_box_title .prey,
	.swiper_slider_box .image .image_black a,
	.swiper_slider_box p {
		font-size: 14px;
	}

	.swiper_slider_box .image .image_black a {
		width: 80px;
		height: 20px;
		line-height: 20px;
	}
  .swiper_slider_box .image {
    height: 100px;
  }

	.consumables_drop_down {
		margin-bottom: 50px;
	}

	.consumables_list {
		padding: 25px 0px;
	}

	.swiper {
		margin-top: 14px;
	}

}

@media screen and (max-width: 720px) {
  #BackTop {
    display: none;
  }
  
	.consumables_content {
		width: 100%;
		padding: 0 1%;
		margin: 0 auto;
		padding-top: 30px;
		margin-bottom: 24px;
	}

	.consumables_input {
		width: 65%;
		height: 30px;
		line-height: 30px;
		margin: 30px auto;
		/* padding: 0 10px; */
    padding-bottom: 10px;
	}

	.consumables_input img {
		width: 14px;
		height: 0.9375rem;
	}

	.consumables_input input {
		font-size: 12px;
	}

	.consumables_down_head .img_title {
		width: 25%;
    height: 86px;
	}

	.widthBig {
		width: 30% !important;
    height: 105px !important;
	}

	.width_right_box {
		width: calc(100% - 35%) !important;
	}

	.consumables_down_head .consumbles_right_box {
		width: calc(100% - 30%);
	}


	.consumbles_right_box_title .consumbles_right_box_name {
		font-size: 14px;
	}

	.consumbles_right_box_title .prey {
		padding-top: 0px;
	}

	.consumbles_right_box_title .prey,
	.swiper_slider_box .image .image_black a,
	.swiper_slider_box p {
		font-size: 10px;
	}

	.swiper_slider_box .image .image_black a {
		width: 70px;
		height: 16px;
		line-height: 16px;
	}

	.consumables_drop_down {
		margin-bottom: 30px;
	}

	.consumables_list {
		padding: 18px 0px;
	}

	.swiper {
		margin-top: 12px;
	}
  
  .swiper_slider_box .image {
    height: 90px;
  }

	.btn-next img,
	.btn-pre img {
		width: 6px;
		height: 11px;
	}

	.btn-next,
	.btn-pre {
		height: 11px;
		top: 10%;
		
	}
	.btn-next {
		right: 6px;
	}
	.btn-pre {
		left: 6px;
	}
	
}

@media screen and (max-width: 500px) {
  .swiper_slider_box .image {
    height: 60px;
  }
  .consumables_down_head .img_title {
  	width: 25%;
    height: 62px;
  }
  
  .widthBig {
  	width: 30% !important;
    height: 75px !important;
  }
}