*公共样式*/
/*css初始化*/
html,body,ul,li,ol,ul,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset {
	margin: 0;
	padding: 0;
	font-family:"Microsoft Yahei","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
}
/*fieldset组合表单中的相关元素*/
fieldset,
img,
input,
button {
	border: none;
	padding: 0;
	margin: 0;
	outline-style: none;
}
/*清除列表风格*/
ul,
ol {
	list-style: none;
}

input {
	padding-top: 0;
	padding-bottom: 0;
	font-family:"Microsoft Yahei","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
}
select,
input {
	vertical-align: middle;
}
select,
input,
textarea {
	margin: 0;
}
/*防止多行文本拖拽*/
textarea {
	resize: none;
}
/*去掉图片底侧默认的3像素空白空隙*/
img {
	border: 0;
	vertical-align: middle;
}
/*合并外边线*/
table {
	border-collapse: collapse;
}
body {
	color: #000;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #fff;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
a {
	color: #333;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-decoration: none;
	font-weight: normal;
	font-size: 100%;
}
s,
i,
em {
	font-style: normal;
	text-decoration: none;
}
.col-red {
	color: #c81623 !important;
}
/*公共类*/
.w {
	width: 1210px;
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.al {
	text-align: left;
}
.ac {
	text-align: center;
}
.ar {
	text-align: right;
}
.hide {
	display: none;
}

body {
  background-color: #fff;
}
.content {
  display: flex;
  margin-top: 120px;
}
table {
  width: 100%;
}
button {
  cursor: pointer;
}

input[type=number] {  
	-moz-appearance:textfield;  
}  
input[type=number]::-webkit-inner-spin-button,  
input[type=number]::-webkit-outer-spin-button {  
	-webkit-appearance: none;  
	margin: 0;  
} 

/* 素材管理 */

.steps {
  height: 90px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.steps .step {
  background-color: #EEEEEE;
  color: #666;
  width: 160px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  position: relative;
  margin-right: 40px;
}

.steps .step3 {
  margin-right: 0;
}

.steps .step i {
  position: relative;
  font-size: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

.steps .step i span {
  position: absolute;
  left: 3px;
  top: 0;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
}

.steps .step .stepTxt {
  vertical-align: middle;
}

.steps .step1::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: -20px;
  top: 16px;
  width: 20px;
  height: 8px;
  background-color: #eee;
}

.steps .step2::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 16px;
  width: 20px;
  height: 8px;
  background-color: #eee;
}

.steps .step2::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: -20px;
  top: 16px;
  width: 20px;
  height: 8px;
  background-color: #eee;
}

.steps .step3::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 16px;
  width: 20px;
  height: 8px;
  background-color: #eee;
}

.steps .step.active {
  background: linear-gradient(0deg, #FC665F, #FE8D6D);  color: #fff;
}

.steps .step.active i span {
  color: #FD7865;
}

.steps .step.active::before {
  background: linear-gradient(0deg, #FC665F, #FE8D6D);}

.steps .step.active::after {
  background: linear-gradient(0deg, #FC665F, #FE8D6D);}

