a.btn-mws {
  cursor: pointer;
}

.main-side {
  font-size: 14px;
  margin-right: 10px;
  padding: 0 20px 20px 20px;
  border: 1px solid #e4e4e4;
  width: 848px;
}

.main-side h2 {
  height: 50px;
  text-align: left;
  line-height: 50px;
  font-size: 16px;
  width: 848px;
  padding: 0 20px;
  border-bottom: 1px solid #e4e4e4;
  margin-left: -20px;
  font-weight: normal;
  margin-bottom: 40px;
  position: relative;
}

.main-side h2 span {
  font-size: 14px;
  color: #999;
  position: absolute;
  right: 20px;
}

.main-side .row {
  margin-bottom: 15px;
  position: relative;
}

.main-side .row .upload {
  position: absolute;
  right: 0;
  bottom: 0;
}

.main-side .row span {
  display: inline-block;
  width: 115px;
  text-indent: 20px;
  position: relative;
  vertical-align: top;
  line-height: 28px;
}

.main-side .row span i {
  margin-left: -5px;
  text-align: right;
}

.main-side .row span.val {
  display: inline-block;
  width: 535px;
  text-indent: 20px;
  position: relative;
  vertical-align: top;
}

.main-side .row label input {
  border: 1px solid #bfbfbf;
  padding: 1px;
  text-indent: 3px;
}

.main-side .row label input.not-allowed {
  border: 1px solid #bfbfbf;
  background-color: #e4e4e4;
  padding: 1px;
  text-indent: 3px;
  cursor: not-allowed;
  ime-mode: disabled;
}

.row.add-param input.key {
  width: 178px;
  margin-right: 6px;
  text-align: left;
}

.row.add-param input.val {
  width: 340px;
}

.main-side input[type="text"] {
  height: 28px;
  width: 528px;
}

.main-side textarea {
  padding: 5px;
  width: 520px;
  height: 100px;
  background: #fff;
  border-color: #c6c6c6;
}

.main-side .row .audio-list {
  width: 500px;
  text-align: left;
}

.main-side .row .audio-list a {
  color: #333;
}

.main-side span.param-close {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-left: 10px;
  cursor: pointer;
  background: #f1f1f1 url("../image/close-filter.png") center no-repeat !important;
}

.main-side .row a.upload {
  right: 0px;
  bottom: 0;
}

.aside {
  width: 300px;
}

.aside .section {
  /*以下名称差异均为兼容ie8所为，用div顶替h5新标签*/
  border: 1px solid #e4e4e4;
}

.aside .section h3 {
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

.aside .section h3 span {
  font-size: 14px;
  font-weight: normal;
  margin-left: 10px;
  color: #999;
}

.aside .section li {
  padding: 20px;
  border-top: 1px solid #e4e4e4;
  color: #999;
  font-size: 13px;
}

.aside .section li h4 {
  color: #666;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
}

.aside .section li h4 span {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  background: #ff5a00;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  font-weight: normal;
}

.aside .section.desc {
  padding: 20px;
  margin-top: 10px;
}

.aside .desc p {
  color: #666;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  margin-bottom: 20px;
}

.aside .desc p span {
  color: #FF5A00;
  font-size: 18px;
  font-weight: bold;
}

.aside .desc .qq {
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  text-align: center;
  color: #999;
  line-height: 26px;
  width: 100px;
  margin: 20px auto 10px auto;
  background: url("../image/qq.png") 15px center no-repeat;
  text-indent: 20px;
}

.aside .desc .tel {
  color: #00a6cc;
  font-size: 16px;
  text-align: center;
  background: url("../image/tel-middle.png") 40px center no-repeat;
  display: block;
  line-height: 35px;
  text-indent: 40px;
}

.aside .desc img {
  display: block;
  margin: 0 auto;
}

input[type="file"] {
  display: none;
}