body{
  background: url("../images/cardboard.png") repeat;
}
h3.title {
  color: #F2AE11;
  font-size: 1.3em;
  margin: 3em 0;
  text-align: center;
  font-weight: 500;
  line-height: 1.1;
}
h3.title span {
  display: block;     /*设置为块级元素会独占一行形成上下居中的效果*/
  font-size: 1em;
  color: F2AE11;
  position: relative;   /*定位横线（当横线的父元素）*/
}
h3.title span:before, h3.title span:after {
  content: '';                 /*CSS伪类用法*/
  position: absolute;         /*定位背景横线的位置*/
  top: 52%;
  background: #fff;       /*宽和高做出来的背景横线*/
  width: 9%;
  height: 1px;
}
h3.title span:before{
  left: 25%;        /*调整背景横线的左右距离*/
}
h3.title span:after {
  right: 25%;
}

/*第一步：*/
.common-step{
  height: 100%;
  text-shadow:0 1px 3px rgba(0, 0, 0, 0.75);
  color:#fff;
  font-family:Microsoft Yahei,"宋体";
  overflow: hidden;
  border-top:1px solid #282B2F;
}
.one-step ul.choose-temp{
  width: 65%;
  height:90px;
  overflow-y:auto;
  overflow-x:hidden;
}
.one-step ul.choose-temp li{
  margin:10px 20px;
  cursor: pointer;
  position: relative;
}

.one-step ul.choose-temp li img{
  width: 130px;
  height: 80px;
}
.one-step ul.choose-temp li i{
  display: none;
  position: absolute;
  top: 40%;
  left:40%;
  font-size: 30px;
  color: #eee;
}
.one-step ul.choose-temp li.active i{
  display: block;
}
.one-step .layui-upload-button{
  background: -moz-linear-gradient(0% 45% 90deg,#E0B324, #FAD121, #FFE678 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 65%, from(#FFE678), to(#E0B324), color-stop(.2,#FAD121));
  text-shadow:1px 1px 0 #ebd663;
}
.one-step .layui-upload-button span{
  color: #312f30;
}
.one-step .layui-upload-button i.layui-icon{
  color:#312f30;
}

/* 第二步 */
.two-step{
  display: none;
}

.two-step .text-lists{
  margin:10px 0;
  overflow-y:auto;
  overflow-x:hidden;
}

.two-step .layui-form-label{
  width: 60px;
}
.two-step .layui-input-block{
  margin-left:90px;
}
.two-step .layui-form-item .layui-input-inline{
  width: 90px;
}
.two-step .layui-form-mid{
  margin-right:0;
  padding:0;
}
/*下拉框*/
.two-step .canvas-font-style .layui-form-select dl dd{
  color: #5f5c5c;
}

.two-step ul.choose-water{
  width: 90%;
  height:90px;
  overflow: hidden;
}
.two-step ul.choose-water li{
  margin:10px 20px;
  cursor: pointer;
  position: relative;
}

.two-step ul.choose-water li img{
  width: 150px;
}
.two-step ul.choose-water li i{
  display: none;
  position: absolute;
  top: 40%;
  left:40%;
  font-size: 30px;
  color: #eee;
}
.two-step ul.choose-water li.active i{
  display: block;
}