.content-top-left ul {
  /* border-bottom: 1px solid#828898FF; */
}
.content-bottom ul li:nth-child(2n-1) {
  background-color: rgba(130, 136, 152, 0.06);
}
.content-top ul .content-top-left_li:hover {
  background-color: #e6e7ea;
}
.content-top ul li.active {
  background: #000;
  color: #fff;
  transition: 0.3s;
}
.content-top ul li.active:hover {
  background-color: #4e525b;
}

/* 水平滚动条样式 */
/* 高度 */
.content-top-left .w-800::-webkit-scrollbar {
  height: 4px;
  border-radius: 8px;
}
/* 背景色 */
.content-top-left .w-800::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
/* 滑块颜色 */
.content-top-left .w-800::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  #content {
    padding-left: 24px;
    padding-right: 24px;
  }
  .w-848 {
    width: 80%;
  }
}
.welder-learnMore_nav h2 {}

.welder-learnMore_content ul li {
  margin-bottom: 24px;
}


.welder-learnMore_content ul li .welder-learnMore_label {
  color: var(--Color-Text-Title);
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
  /* 157.143% */
  margin-bottom: 6px;
}

.welder-learnMore_content ul li input {
  border-radius: 6px;
  border: 1px solid var(--Color-Fill-4);
  background: var(--Color-Fill-5);
  padding: 12px 16px;
  width: 100%;
  transition: 0.3s all;
  height: 46px;
}

.welder-learnMore_content ul li input:hover {
  border-radius: 6px;
  border: 1px solid var(--Color-Brand-Normal);
  background: #FFF;
}

.welder-learnMore_content ul li input:focus {
  border-radius: 6px;
  border: 1px solid var(--Color-Brand-Normal);
  background: #FFF;
  box-shadow: 0px 0px 0px 1.5px rgba(255, 70, 16, 0.20);
}

.welder-learnMore_content ul li #getSmsCode {
  margin-left: 10px;
  border-radius: 6px;
  background: var(--Color-Fill-5);
  color: var(--Color-Text-T3);
  min-width: 194px;
  cursor: not-allowed;
  padding: 12px 20px;
}

.welder-learnMore_btn {
  background-color: var(--Color-Brand-Disabled);
  cursor: not-allowed;
  transition: all 0.3s;
}

.welder-learnMore_btn.active {
  background-color: var(--Color-Brand-Normal);
  cursor: pointer;
}



.welder-learnMore {
  width: 848px;
  padding-top: 56px;
  padding-bottom: 56px;
  border-radius: 8px;
}

.welder-learnMore_content {
  width: 700px;
}

.welder-learnMore-shade .welder-learnMore {
  width: 748px;
  padding-top: 56px;
  padding-bottom: 56px;
  border-radius: 8px;
}

.welder-learnMore-shade .welder-learnMore_content {
  width: 75%;
}

.welder-learnMore-shade .welder-learnMore_nav h2 {
  font-size: 40px;
}

.welder-learnMore-shade .welder-learnMore_label {
  font-size: 20px;
}

/* 大pad */
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  
  #welder-learnMore .welder-learnMore {
    width: 888px !important;
    padding: 48px !important;
  }

  .welder-learnMore_content ul li #getSmsCode {
    min-width: 152px !important;
  }

  .welder-learnMore_content ul li .welder-learnMore_label {
    font-size: 14px;
  }
}
/* 小pad */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #welder-learnMore .welder-learnMore {
    width: 680px !important;
    padding: 40px !important;
  }

  .welder-learnMore_content ul li #getSmsCode {
    min-width: 110px !important;
  }

  .welder-learnMore_content ul li .welder-learnMore_label {
    font-size: 14px;
  }

  .pullDown_searchbox {
    width: 672px !important;
    margin: auto;
  }

  #welder-learnMore {
    padding-left: 32px;
    padding-right: 32px;
  }

  .welder-learnMore {
    width: 100%;
  }

  .welder-learnMore_content {
    width: 80%;
  }
}

/* 移动端 */
@media (max-width: 768px) {
  .md_contrast_content {
    padding: 0 4.267vw;
    padding-top: 40vw;
  }
  .md_contrast_content .layui-input,
  .layui-form-select {
    width: 100%;
    height: 12.8vw;
    border-radius: 1.067vw;
  }
  .md_contrast_content div.df-sb {
  }
  .md_contrast_content div.df-sb > div {
    width: 100%;
    padding: 4.3vw;
  }
  .md_contrast_contentBtn {
    height: 10.667vw;
  }
  .md_contrast_content p {
    font-size: 3.2vw;
    margin-top: 5.333vw;
  }
  .md_contrast_content hr {
    margin-bottom: 6.933vw;
  }
  .md_contrast_content h3 {
    font-size: 4.8vw;
  }
  .md_contrast_content_switch {
    height: 21.333vw;
  }
  .md_contrast_content ul li > div {
    width: 168px;
    margin: auto;
    padding: 5.333vw 0;
    border-bottom: 0.267vw solid #e6e7ea;
  }
  .w-440 {
    width: 100%;
  }
  .w-440 h3 {
    font-size: 8vw;
    text-align: center;
    width: 100%;
  }
  #welder-learnMore .welder-learnMore {
    width: 100% !important;
    padding: 24px 20px !important;
  }
  
  .welder-learnMore_content ul li #getSmsCode {
    min-width: 110px !important;
    font-size: 14px !important;
    line-height: 22px !important;
  }
  
  #welder-learnMore {
    padding: 32px 16px;
  }
  
  .welder-learnMore {
    width: 100% !important;
    padding: 24px 20px !important;
    border-radius: 8px;
    background: var(--Color-Background-1);
  }
  
  .welder-learnMore_nav {
    margin-bottom: 32px !important;
  }
  
  .welder-learnMore_nav h2 {
    font-size: 20px !important;
    line-height: 28px !important;
    margin-bottom: 12px !important;
  }
  
  .welder-learnMore_nav p {
    font-size: 12px !important;
    line-height: 20px !important;
    text-align: center !important;
  }
  
  .welder-learnMore_content {
    width: 100% !important;
  }
  
  .welder-learnMore_content ul li {
    margin-bottom: 20px !important;
  }
  
  .welder-learnMore_content ul li .welder-learnMore_label {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  
  .welder-learnMore_content ul li input {
    padding: 12px 16px !important;
    font-size: 14px !important;
    height: 46px;
  }
  
  .check_box {
    font-size: 12px !important;
  }
  
  .welder-learnMore_btn {
    width: 100% !important;
    height: 48px !important;
  }
  
  .welder-learnMore_btn span {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  
  .welder-learnMore_content .layui-form-checkbox[lay-skin="primary"] {
    padding-left: 7vw !important;
  }
  
  .welder-learnMore_content .layui-form-checkbox[lay-skin="primary"] span {
    font-size: 14px !important;
  }
  
  .welder-learnMore_content .layui-form-checkbox[lay-skin="primary"] i {}
}
@media (min-width: 768px){
	.content-top-left_li {
        width: auto;
        white-space: nowrap;
	}
	.pcscroll{
		width:92%;
		overflow:hidden;
		padding-right:38px;
		        padding-left: 30px;
        padding-right: 63px;
	}
	#deviceName{
		min-width: 100%;
		justify-content: center;
		position:relative;
		transition: transform 0.3s;
	}
	.mybtnleft{
		display:none;
		width:40px;
		height:60px;
		position:absolute;
		top:0;
		right:26px;
		justify-content:center;
		align-items: center;
		background: linear-gradient(to right, rgba(21, 21, 21, 0) 0%, #fff 100%);
        z-index: 99;
		cursor: pointer;
		    opacity: 1;
		transition: all 1s;
		background:none;
	}
	.mybtnleft:hover{
		    opacity: 1;
	}
	
	 .mybtnleft img{
		width: 12px;
        height: 12px;
		user-select: none;
	 }
	 .mybtnRight{
		display:none;
		width:40px;
		height:60px;
		position:absolute;
		top:0;
		left:0;
		justify-content:left;
		align-items: center;
		background: linear-gradient(to left, rgba(21, 21, 21, 0) 0%, #fff 100%);
		background:none;
        z-index: 99;
		cursor: pointer; 
        opacity: 1;		
        transition: all 1s;
	}
	.mybtnRight:hover{
		    opacity: 1;
	}
	 .mybtnRight img{
		width: 12px;
        height: 12px;
		transform: rotate(180deg);
		user-select: none;
		
	 }
	 #suncf{
		 overflow-x: hidden;
	 }
	 
	/* 修改垂直滚动条 */
#deviceName::-webkit-scrollbar {
  width: 1px;
  height:0px;
  /* 修改宽度 */
}

/* 修改滚动条轨道背景色 */
#deviceName::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

/* 修改滚动条滑块颜色 */
#deviceName::-webkit-scrollbar-thumb {
  background-color: #888;
}

/* 修改滚动条滑块悬停时的颜色 */
#deviceName::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

/* 火狐浏览器 */
/* 修改垂直滚动条 */
#deviceName::-moz-scrollbar-track {
  width: 1px;
  /* 修改宽度 */
}

#deviceName::-moz-scrollbar-thumb {
  width: 1px;
  /* 修改宽度 */
}


/* 修改滚动条轨道背景色 */
#deviceName::-moz-scrollbar-track {
  background-color: #f1f1f1;
}

/* 修改滚动条滑块颜色 */
#deviceName::-moz-scrollbar-thumb {
  background-color: #888;
}

/* 修改滚动条滑块悬停时的颜色 */
#deviceName::-moz-scrollbar-thumb:hover {
  background-color: #555;
}

}



.welder-learnMore_content .layui-form-checkbox[lay-skin="primary"] span {
  display: flex !important;
}

/* 立即优惠 */
#welder-learnMore {
  padding-top: 0;
  height: 160vw;
}

#welder-learnMore .welder-learnMore {
  width: 100%;
  background-color: inherit;
}

.welder-learnMore_content {
  width: 100%;
}