body { 
    font: 14px / 1.5 Microsoft Yahei, PingFang SC, Helvetica, Arial, Hiragino Sans GB, STHeiTi, sans-serif;
}

.equipmentdetails_box {
	background: linear-gradient(180deg, #ffffff 10%, #f7f9fc 80%);
	margin-bottom: -20px;
}

.equipmentdetails_box .equipmentdetails_header {
	background-color: #f7f9fc;
	border-bottom: 2px solid #e51a1a;
}

.equipmentdetails_box .equipmentdetails_header .header_box {
	width: 1190px;
	margin: 60px auto 0;
	display: flex;
	height: 60px;
	line-height: 60px;
}

.equipmentdetails_box .equipmentdetails_header .header_box>div,
.equipmentdetails_box .equipmentdetails_header .header_box>a {
	width: 240px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}

.equipmentdetails_box .equipmentdetails_header .header_box .Home {
	color: #909399;
}

.equipmentdetails_box .equipmentdetails_header .header_box .DeviceCenter {
	color: #e51a1a;
}

.equipmentdetails_box .equipmentdetails_header .header_box .Home:hover,
.equipmentdetails_box .equipmentdetails_header .header_box .DeviceCenter:hover {
	color: #303133;
}

.equipmentdetails_box .main_bottom {
	margin-top: 40px;
}

.equipmentdetails_box .main_card {
	width: 1400px;
	margin: auto;
}

.equipmentdetails_box .breadcrumb_box {
	padding: 18px 0;
	background-color: #f7f9fc;
}

.equipmentdetails_box .breadcrumb_box .nav-list {
	width: 1400px;
	margin: 0 auto;
}

.equipmentdetails_box .breadcrumb_box .breadcrumb_item span {
	font-weight: 700;
	transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	color: #303133;
}

.equipmentdetails_box .breadcrumb_box .breadcrumb_item span:hover {
	color: #409eff;
	cursor: pointer;
}

.equipmentdetails_box .breadcrumb_box .breadcrumb_item.end span,
.equipmentdetails_box .breadcrumb_box .breadcrumb_item.end span:hover {
	font-weight: 400;
	color: #606266;
	cursor: text;
}

.equipmentdetails_box .breadcrumb_box .breadcrumb_item:not(.end):after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	cursor: default;
	background: url("/img/right_icon.png") center center no-repeat;
	background-size: 100% 100%;
	vertical-align: text-top;
}

.equipmentdetails_box .main_top {
	padding: 20px 0;
}

.equipmentdetails_box .main_top .main_left .banner_box {
	position: relative;
}
.equipmentdetails_box .main_top .main_left .banner_box .left_btn{
    top: 0;
    background: linear-gradient(180deg, #FFFFFF 10%, rgba(255, 255, 255, 0) 100%);
		opacity: 1;
	}
.equipmentdetails_box .main_top .main_left .banner_box .right_btn{
    bottom: 0;
    background: linear-gradient(0deg, #FFFFFF 10%, rgba(255, 255, 255, 0) 100%);
    top: initial;
		opacity: 1;
		padding-bottom: 16px;
}
.equipmentdetails_box .main_top .main_left .banner_box .left_btn,
.equipmentdetails_box .main_top .main_left .banner_box .right_btn {
	  position: absolute;
    z-index: 1;
    width: 100%;
    height: 72px;
    padding-top: 16px;
}

.equipmentdetails_box .main_top .main_left .banner_box .left_btn .iconfont,
.equipmentdetails_box .main_top .main_left .banner_box .right_btn .iconfont {
	font-size: 26px;
	color: #222222;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  line-height: 40px;
  margin: 0 auto;
  display: block;
	cursor: pointer;
}

.equipmentdetails_box .main_top .main_left .banner_box .inner_box {
	width: 110px;
  height: 620px;
  overflow: hidden;
}
/* 保持原有样式基础上修改 */
.equipmentdetails_box .main_top .main_left .img_box {
  display: flex;
  gap: 14px; /* 增加间距 */
}

/* 缩略图容器 */
.thumbnail-swiper {
  width: 110px;
  height: 620px;
}

/* 缩略图样式 */
.thumbnail-swiper .swiper-slide {
  width: 110px;
  height: 110px;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
	border: 1px solid #dedede;
	cursor: pointer;
}

.thumbnail-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 选中状态样式 */
.thumbnail-swiper .swiper-slide.active {
  border-color: #e51a1a;
  box-shadow: 0 0 0 2px rgba(203, 44, 44, 0.2);
}

/* 按钮样式调整 */
.swiper-button-prev.left_btn,
.swiper-button-next.right_btn {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 72px;
  padding-top: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: none; /* 清除默认位移 */
}


/* 大图样式 */
.preview-swiper {
  width: 620px;
  height: 620px;
	overflow: hidden;
}

.preview-swiper .largerPreview_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #eee;
  border-radius: 16px;
}

/* 隐藏Swiper默认的按钮样式，使用自定义图标 */
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}





.equipmentdetails_box .main_top .main_right {
	width: 605px;
	margin-left: 40px;
}

.equipmentdetails_box .main_top .main_right .title .text {
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	color: #222222;
	width: 582px;
	height: 85px;
	margin-bottom: 12px;
}

.equipmentdetails_box .main_top .main_right .price_collection .zai {
	width: 64px;
	height: 20px;
	line-height: 20px;
	background: linear-gradient(-90deg,
			rgba(255, 84, 0, 1),
			rgba(229, 26, 26, 1));
	border-radius: 10px;
	font-size: 12px;
	color: rgba(255, 255, 255, 1);
	margin-top: 8px;
}

.equipmentdetails_box .main_top .main_right .price_collection .shelf_anniu {
	width: 64px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: rgba(169, 169, 169, 1);
	border-radius: 10px;
	font-size: 12px;
	color: rgba(255, 255, 255, 1);
	margin-top: 10px;
}

.equipmentdetails_box .main_top .main_right img.shelf {
	width: 230px;
	height: 130px;
	position: absolute;
	margin-top: 2px;
	z-index: 999;
	margin-left: 521px;
	padding-right: 100px;
}

.equipmentdetails_box .main_top .main_right .price_collection {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 12px;
}

.equipmentdetails_box .main_top .main_right .price_collection.sold {
	color: rgba(169, 169, 169, 1);
}

.equipmentdetails_box .main_top .main_right .price_collection .price {
	font-size: 32px;
	font-weight: 600;
	color: #e51a1a;
}

.equipmentdetails_box .main_top .main_right .price_collection.sold .price {
	color: rgba(169, 169, 169, 1);
}

.equipmentdetails_box .main_top .main_right .price_collection .collection {
	margin-right: 10px;
	font-size: 14px;
	cursor: pointer;
	color: rgba(101, 101, 112, 1);
	line-height: 48px;
}

.equipmentdetails_box .main_top .main_right .price_collection.sold .collection {
	line-height: 48px;
	font-size: 24px;
	cursor: default;
	font-weight: bold;
	color: rgba(169, 169, 169, 1);
}

.equipmentdetails_box .main_top .main_right .price_collection .collection img {
	display: none;
	width: 27px;
	height: 22px;
	margin-top: 13px;
	margin-right: 6px;
}

.equipmentdetails_box .main_top .main_right .parameter {
	padding: 15px 25px;
	background: linear-gradient(90deg, #ffefef 0%, #fff4f3 100%);
}

.equipmentdetails_box .main_top .main_right .parameter .title {
	font-size: 16px;
	font-weight: 600;
	color: #e51a1a;
}

.equipmentdetails_box .main_top .main_right .parameter .tag {
	display: flex;
	flex-wrap: wrap;
}

.equipmentdetails_box .main_top .main_right .parameter .tag .item {
	display: flex;
	font-size: 14px;
	color: #222;
	margin-top: 10px;
	width: 188px;
}
.equipmentdetails_box .main_top .main_right .parameter .tag .item:nth-child(1),
.equipmentdetails_box .main_top .main_right .parameter .tag .item:nth-child(3),
.equipmentdetails_box .main_top .main_right .parameter .tag .item:nth-child(5), 
.equipmentdetails_box .main_top .main_right .parameter .tag .item:nth-child(7) {
 width: 350px;
}
.equipmentdetails_box .main_top .main_right .logistics,
.equipmentdetails_box .main_top .main_right .payment {
	margin: 10px 0 18px;
}

.equipmentdetails_box .main_top .main_right .logistics .title,
.equipmentdetails_box .main_top .main_right .payment .title {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	color: #222222;
}

.equipmentdetails_box .main_top .main_right .logistics .title .iconfont,
.equipmentdetails_box .main_top .main_right .payment .title .iconfont {
	font-size: 20px;
	vertical-align: bottom;
	margin-right: 10px;
	font-weight: 500;
}

.equipmentdetails_box .main_top .main_right .logistics .desc,
.equipmentdetails_box .main_top .main_right .payment .desc {
	font-size: 14px;
	color: #61646f;
	margin-top: 8px;
	padding-left: 34px;
	line-height: 26px;
}

.equipmentdetails_box .main_top .main_right .button {
	display: flex;
}

.equipmentdetails_box .main_top .main_right .button div {
	width: 240px;
	height: 55px;
	border-radius: 40px;
	line-height: 55px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	text-align: center;
}

.equipmentdetails_box .main_top .main_right .button .add_btn {
	border: 1px solid #e51a1a;
	color: #e51a1a;
	margin-right: 20px;
	transition: all 0.3s;
}

.equipmentdetails_box .main_top .main_right .button .consult_btn {
	background: #e51a1a;
	transition: all 0.3s;
}

.equipmentdetails_box .main_top .main_right .button .add_btn:hover,
.equipmentdetails_box .main_top .main_right .button .consult_btn:hover {
	width: 300px;
}

.equipmentdetails_box .main_bottom .main_left {
	width: 1124px;
}

.equipmentdetails_box .main_bottom .main_left .top-cantent {
	padding: 20px;
	border-radius: 16px;
	background: #ffffff;
	min-height: 400px;
}

.equipmentdetails_box .main_bottom .main_left .top-cantent .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #dedede;
	margin: 10px 0 20px;
	font-size: 24px;
	font-weight: 600;
	color: #222222;
}

.equipmentdetails_box .main_bottom .main_left .top-cantent .desc-box {
	display: flex;
	align-items: center;
}

.equipmentdetails_box .main_bottom .main_left .top-cantent .desc-box .iconfont {
	color: #e51a1a;
}

.equipmentdetails_box .main_bottom .main_left .top-cantent .desc-box .desc {
	font-size: 12px;
	font-weight: 600;
	color: #afb6c2;
	width: 577px;
	margin: 0 16px;
}

.equipmentdetails_box .main_bottom .main_left .top-cantent .desc-box .btn {
	width: 120px;
	height: 36px;
	border-radius: 40px;
	background: #e51a1a;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
}

.equipmentdetails_box .main_bottom .main_left .top-cantent .tit {
	font-size: 18px;
	font-weight: 600;
	color: #222222;
}

.equipmentdetails_box .main_bottom .main_left .top-cantent .device_detail {
	font-size: 14px;
	display: block;
	color: #61646f;
	line-height: 28px;
	overflow-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
}

.equipmentdetails_box .main_bottom .main_left .top-cantent .specifications-section {
  width: 100%;
  font-family: Arial, sans-serif;
	margin: 20px 0 32px;
}

.equipmentdetails_box .main_bottom .main_left .top-cantent .specs-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #eee;
}

.equipmentdetails_box .main_bottom .main_left .top-cantent .specs-table tr {
  border-bottom: 1px solid #eee;
	font-size: 16px;
}

.equipmentdetails_box .main_bottom .main_left .top-cantent .specs-table td {
  padding: 16px;
  vertical-align: middle;
}

.equipmentdetails_box .main_bottom .main_left .top-cantent .spec-label {
  background-color: #f9f9f9; /* 标签列浅灰色背景 */
  width: 25%; /* 标签列宽度，可根据内容调整 */
  color: #555;
}

.equipmentdetails_box .main_bottom .main_left .top-cantent .spec-value {
  width: 25%; /* 值列宽度，可根据内容调整 */
  color: #333;
}

.equipmentdetails_box .recommend_box {
  width: 1400px;
  margin: 0 auto 60px;
}

.equipmentdetails_box .recommend_box .device_item {
	width: 220px;
	border: 1px solid #d8d8d8;
	border-radius: 12px;
	margin-right: 10px;
}

.equipmentdetails_box .recommend_box .device_item img {
	width: 220px;
	height: 220px;
	object-fit: cover;
	border-radius: 12px 12px 0 0;
}

.equipmentdetails_box .recommend_box .title {
	font-size: 24px;
	font-weight: 600;
	color: #222;
	margin: 25px 0;
}

.equipmentdetails_box .recommend_box .device_item .device_title {
	font-size: 14px;
	margin: 10px 12px;
	height: 38px;
	color: #61646f;
}

.equipmentdetails_box .recommend_box .device_item .device_price {
	font-size: 18px;
	font-weight: 600;
	margin: 10px 12px;
}

.equipmentdetails_box .recommend_box .device_item:hover {
	-webkit-box-shadow: 0px 0px 5px 5px hsl(0deg 0% 86.3% / 84%);
	box-shadow: 0px 0px 5px 5px hsl(0deg 0% 86.3% / 84%);
	-webkit-transition: -webkit-box-shadow 0.1s;
	transition: -webkit-box-shadow 0.1s;
	-o-transition: box-shadow 0.1s;
	transition: box-shadow 0.1s;
	transition: box-shadow 0.1s, -webkit-box-shadow 0.1s;
}

/* 侧边栏 */
.equipmentdetails_box .step_box {
	/* display: none; */
	position: fixed;
	/* top: 320px; */
	right: 0;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 1px;
	background-color: #fff;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-radius: 5px;
}

.equipmentdetails_box .step_box .step_item {
	width: 38px;
	padding-top: 18px;
	padding-bottom: 17px;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
	position: relative;
}

.equipmentdetails_box .step_box .step_item .img {
	width: 22px;
	height: 22px;
	margin: auto;
}

.equipmentdetails_box .step_box .step_item.xin .img {
	background: url(/img/hongxin.png) 50% no-repeat;
	background-size: 100% 100%;
}

.equipmentdetails_box .step_box .step_item.xin.active .img,
.equipmentdetails_box .step_box .step_item.xin:hover .img {
	background: url(/img/xiaohongxin.png) 50% no-repeat;
	background-size: 100% 100%;
}

.equipmentdetails_box .step_box .step_item.wei .img {
	background: url(/img/weixin.png) 50% no-repeat;
	background-size: 100% 100%;
}

.equipmentdetails_box .step_box .step_item.wei.active .img,
.equipmentdetails_box .step_box .step_item.wei:hover .img {
	background: url(/img/xiaolian.png) 50% no-repeat;
	background-size: 100% 100%;
}

.equipmentdetails_box .step_box .step_item.gou .img {
	background: url(/img/gouwuche.png) 50% no-repeat;
	background-size: 100% 100%;
}

.equipmentdetails_box .step_box .step_item.gou.active .img,
.equipmentdetails_box .step_box .step_item.gou:hover .img {
	background: url(/img/shopcar.png) 50% no-repeat;
	background-size: 100% 100%;
}

.equipmentdetails_box .step_box .step_item.gou .shuzi {
	background-color: #e51a1a;
	width: 14px;
	height: 14px;
	line-height: 14px;
	color: #fff;
	font-size: 12px;
	border-radius: 50%;
	position: absolute;
	margin-left: 22px;
	margin-top: -26px;
	text-align: center;
}

.equipmentdetails_box .step_box .step_item.goTop .img {
	width: 29px;
	height: 26px;
	margin: auto;
	background: url(/img/top.png) center center no-repeat;
	background-size: 100% 100%;
}

/* 弹框 */
.equipmentdetails_box .launchSuccess_model,
.equipmentdetails_box .collectionSuccess_model,
.equipmentdetails_box .operationSuccess_model,
.equipmentdetails_box .consult_model {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 99999;
}

.equipmentdetails_box .launchSuccess_model .model_box,
.equipmentdetails_box .collectionSuccess_model .model_box,
.equipmentdetails_box .operationSuccess_model .model_box,
.equipmentdetails_box .consult_model .model_box {
	width: 480px;
	background: #fff;
	border-radius: 8px;
	margin: 5% auto;
	padding-bottom: 20px;
}

.equipmentdetails_box .launchSuccess_model .model_box .close_img,
.equipmentdetails_box .collectionSuccess_model .model_box .close_img,
.equipmentdetails_box .operationSuccess_model .model_box .close_img,
.equipmentdetails_box .consult_model .model_box .close_img {
	text-align: right;
}

.equipmentdetails_box .launchSuccess_model .model_box .close_img img,
.equipmentdetails_box .collectionSuccess_model .model_box .close_img img,
.equipmentdetails_box .operationSuccess_model .model_box .close_img img,
.equipmentdetails_box .consult_model .model_box .close_img img {
	margin-top: 18px;
	margin-right: 18px;
	margin-bottom: 35px;
}

.equipmentdetails_box .launchSuccess_model .model_box .success_box .success_content,
.equipmentdetails_box .collectionSuccess_model .model_box .success_box .success_content,
.equipmentdetails_box .operationSuccess_model .model_box .success_box .success_content {
	margin-top: 20px;
	margin-bottom: 27px;
	font-size: 24px;
	font-weight: 700;
	color: #222;
	text-align: center;
}

.equipmentdetails_box .collectionSuccess_model .model_box .success_box .success_content1,
.equipmentdetails_box .operationSuccess_model .model_box .success_box .success_content1 {
	font-size: 16px;
	color: #222;
	line-height: 24px;
	max-width: 371px;
	margin: auto;
	text-align: center;
}

.equipmentdetails_box .collectionSuccess_model .model_box .success_box .success_content1 span,
.equipmentdetails_box .operationSuccess_model .model_box .success_box .success_content1 span {
	color: #62b5d2;
}

.equipmentdetails_box .consult_model .model_box .success_box .title {
	font-size: 32px;
	font-weight: 700;
	margin-left: 43px;
	margin-bottom: 16px;
	color: #222;
}

.equipmentdetails_box .consult_model .model_box .success_box .form {
	margin-left: 40px;
	margin-right: 40px;
}

.equipmentdetails_box .consult_model .model_box .success_box .form .label {
	font-size: 16px;
	margin-bottom: 10px;
}

.equipmentdetails_box .consult_model .model_box .success_box .form .label span {
	color: red;
}

.equipmentdetails_box .consult_model .model_box .success_box .form .el-input {
	margin-bottom: 22px;
}

.equipmentdetails_box .consult_model .model_box .success_box .form .textarea {
	height: 134px;
}

.equipmentdetails_box .consult_model .model_box .success_box .form .submit_btn {
	width: 200px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin: auto;
	background: #e51a1a;
	border-radius: 20px;
	font-size: 14px;
	color: #fff;
}

.equipmentdetails_box .fs-wrap,
.equipmentdetails_box .fs-dropdown {
	width: 120px;
	min-width: 120px;
	max-width: 120px;
}

.equipmentdetails_box .links_box {
	padding-bottom: 80px;
	width: 1400px;
	margin: auto ;
}

.equipmentdetails_box .links_box .links_header {
	font-size: 24px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 20px;
	color: rgba(34, 34, 34, 1);
}

.equipmentdetails_box .links_box .links_list {
	/* display: grid; */
	/* grid-gap:0 10px; */
	/* grid-template-columns: repeat(5,1fr); */
	overflow: hidden;
}

.equipmentdetails_box .links_box .links_list .links_item {
	height: 28px;
	line-height: 28px;
	float: left;
	width: calc(20% - 8px);
	margin: 0 4px 20px;
	font-size: 16px;
	font-weight: 500;
	color: #61646f;
}

.equipmentdetails_box .links_box .links_list .links_item:hover {
	color: rgba(229, 26, 26, 1);
}

.equipmentdetails_box .main_bottom .main_right .quickRelease_box .right {
	border-radius: 12px;
	background: linear-gradient(0deg, #fff 80%, #ffe7e7 100%);
	border: 1px solid #e7e7e7;
	padding: 20px 16px;
}

.equipmentdetails_box .main_bottom .main_right .quickRelease_box .right .title {
	font-size: 14px;
	font-weight: bold;
	color: #222;
}

.equipmentdetails_box .main_bottom .main_right .quickRelease_box .right .desc {
	font-size: 12px;
	color: #9e9e9e;
	margin: 6px 0 12px;
}

.equipmentdetails_box .main_bottom .main_right .quickRelease_box .right .el-input__error {
	padding: 2px;
	font-size: 11px;
}

.equipmentdetails_box .main_bottom .main_right .quickRelease_box .right .label {
	font-weight: bold;
	color: rgba(34, 34, 34, 1);
}

.equipmentdetails_box .main_bottom .main_right .quickRelease_box .right .label span {
	color: #e51a1a;
	margin-top: 10px;
	margin-left: 4px;
	font-size: 20px;
	vertical-align: top;
}

.equipmentdetails_box .main_bottom .main_right .quickRelease_box .right .el-input {
	margin-bottom: 16px;
}

.equipmentdetails_box .main_bottom .main_right .quickRelease_box .right .input-box {
	height: 40px;
	width: 100%;
	display: flex;
	align-items: center;
}

.equipmentdetails_box .main_bottom .main_right .quickRelease_box .right .input-box .iconfont {
	margin: 0 15px;
	position: absolute;
}

.equipmentdetails_box .main_bottom .main_right .quickRelease_box .right .el-input .textarea.is-error,
.equipmentdetails_box .main_bottom .main_right .quickRelease_box .right .el-input .input-box input.is-error {
	border-color: #f56c6c;
}

.equipmentdetails_box .main_bottom .main_right .quickRelease_box .right .el-input .textarea {
	resize: none;
	height: 140px;
	border-radius: 8px;
	border: 1px solid #d8d8d8;
	background: #f7f9fc;
}

.equipmentdetails_box .main_bottom .main_right .quickRelease_box .right .name,
.equipmentdetails_box .main_bottom .main_right .quickRelease_box .right .email {
	background: #f7f9fc;
	height: 40px;
	border: 1px solid #d8d8d8;
	border-radius: 8px;
	padding-left: 40px;
}

.equipmentdetails_box .main_bottom .main_right .quickRelease_box .right .submit_btn {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: rgba(229, 26, 26, 1);
	border-radius: 40px;
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
	cursor: pointer;
	text-align: center;
	font-weight: bold;
}

.equipmentdetails_box .main_bottom .main_right .quickRelease_box .right .submit_btn:hover {
	background-color: #d20000;
}

/* 侧边栏 */
.equipmentdetails_box .step_box {
	position: fixed;
	bottom: 100px;
	right: 0;
	border-radius: 12px;
	width: 98px;
	background-color: #fff;
	text-align: center;
	font-size: 12px;
	color: #6c6c76;
	padding: 0 6px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
	z-index: 99;
	height: 400px;
}

.equipmentdetails_box .step_box .floating-sidebar a.E-mail:hover .mail {
	display: block;
}

.equipmentdetails_box .step_box .floating-sidebar a.E-mail .mail::after {
	content: "";
	position: absolute;
	right: -14px;
	top: 50%;
	transform: translateY(-50%);
	border-width: 12px 0 12px 18px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
}

.equipmentdetails_box .step_box .floating-sidebar a .mail {
	display: none;
	position: absolute;
	top: -20px;
	left: -260px;
	width: 230px;
	background: #ffffff;
	height: 54px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	text-align: center;
	line-height: 54px;
	font-size: 18px;
	font-weight: 600;
	color: #222;
	border-radius: 12px;
}

.equipmentdetails_box .step_box .floating-sidebar a,
.equipmentdetails_box .step_box .floating-sidebar div {
	color: #222222;
	font-size: 14px;
	margin: 22px 0;
	display: block;
	position: relative;
}

.equipmentdetails_box .step_box .floating-sidebar .iconfont {
	display: block;
	width: 36px;
	height: 36px;
	background: #222222;
	color: #fff;
	border-radius: 20px;
	line-height: 36px;
	margin: auto;
	margin-bottom: 10px;
}

.equipmentdetails_box .step_box .floating-sidebar a:hover,
.equipmentdetails_box .step_box .floating-sidebar div:hover {
	color: #e51a1a;
}

.equipmentdetails_box .step_box .floating-sidebar a:hover .iconfont,
.equipmentdetails_box .step_box .floating-sidebar div:hover .iconfont {
	background: #e51a1a;
}

.equipmentdetails_box .step_box .step_item {
	margin-bottom: 8px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
}

.equipmentdetails_box .step_box .step_item:last-child {
	border: none;
	padding: 10px 0;
	margin-bottom: 0;
}

.equipmentdetails_box .step_box .step_item.goTop .img {
	width: 29px;
	height: 26px;
	margin: auto;
	background: url(/img/top.png) center center no-repeat;
	background-size: 100% 100%;
}

.equipmentdetails_box .step_box .floating-sidebar .procurement-post-btn {
	cursor: pointer;
}

/* 弹框 */
.equipmentdetails_box .model {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.4);
}

.equipmentdetails_box .model .model_box {
	background: rgb(233 233 233);
	margin: 10% auto;
	width: 400px;
	height: 420px;
	border-radius: 12px;
	padding: 36px 20px;
	position: relative;
}

.equipmentdetails_box .model .model_box .close {
	position: absolute;
	right: 10px;
	top: 2px;
	font-size: 30px;
	cursor: pointer;
}

.equipmentdetails_box .model .model_box .close_img {
	text-align: right;
	margin-bottom: 56px;
}

.equipmentdetails_box .model .model_box .close_img img {
	width: 16px;
	height: 16px;
	margin-right: 18px;
	margin-top: 18px;
	margin-bottom: 18px;
}

.equipmentdetails_box .model .model_box .success_box {
	text-align: center;
}

.equipmentdetails_box .model .model_box .success_box .success_content {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: rgba(34, 34, 34, 1);
}

.equipmentdetails_box .model .title {
	font-size: 18px;
	font-weight: 600;
}

.equipmentdetails_box .model .desc {
	color: #61646f;
	font-size: 12px;
	margin: 7px 0 20px;
}

.equipmentdetails_box .model .model-content-form .el-input {
	margin-bottom: 20px;
}

.equipmentdetails_box .model .model-content-form .el-input .textarea {
	line-height: 1.5;
	padding: 5px 15px;
	width: 360px;
	height: 111px;
	border-radius: 8px;
	resize: none;
	background: #f7f9fc;
	border: 1px solid #d8d8d8;
}

.equipmentdetails_box .model .model-content-form .el-input .input-box {
	height: 40px;
	display: flex;
	align-items: center;
}

.equipmentdetails_box .model .model-content-form .el-input .input-box input {
	border: 1px solid #d8d8d8;
	border-radius: 8px;
	background: #f7f9fc;
	margin: 10px 0;
	padding-left: 40px;
}

.equipmentdetails_box .model .model-content-form .el-input .input-box .iconfont {
	margin: 0 10px;
	position: absolute;
}

.equipmentdetails_box .model .model-content-form .el-input .textarea.is-error,
.equipmentdetails_box .model .model-content-form .el-input .input-box input.is-error {
	border-color: #f56c6c;
}

.equipmentdetails_box .model .model-content-form .submit_btn {
	width: 228px;
	height: 40px;
	border-radius: 40px;
	background: #e51a1a;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	margin: auto;
	cursor: pointer;
}
