@charset "utf-8";

body {
  background: #fafafa;
}

/*搜索操作区域*/
#helps {
  background-color: #e5e9f5;
  height: auto;
}

#helps .w {
  margin: 0 auto;
  width: 1200px;
  padding: 45px 0 60px;
}

#helps .w .issue .issue-list {
  height: 280px;
  width: 340px;
  background-color: #fff;
  padding-left: 20px;
  border-radius: 6px;
  float: left;
  margin-right: 35px;
  margin-bottom: 35px;
  position: relative;
}

/*#helps .w .issue .issue-list:nth-child(4) {
  margin: 0;
}*/

#helps .w .issue .issue-list>img {
  width: 60px;
  height: 63px;
  margin-top: 26px;
}

#helps .w .issue .issue-list>P {
  font-size: 20px;
  font-weight: bold;
  color: #343544;
  margin-top: 10px;
}

#helps .w .issue .issue-list #list {
  max-height: 120px;
  overflow: hidden;
}

#helps .w .issue .issue-list #list>a {
  display: block;
  margin-top: 12px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#helps .w .issue .issue-list>a {
  /*display: block;*/
  /*margin-top: 12px;*/
  margin-left: 280px;
}

#helps .w .issue .issue-list a:hover {
  color: #d60000;
}

#helps .w .issue .issue-list .more {
  margin-top: 200px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

#helps .w .issue .issue-list .more>img {
  width: 19px;
  height: 15px;
}

#ordering {
  padding: 40px 0;
}

#ordering .ws {
  margin: 0 auto;
  width: 1200px;
  padding-bottom: 16px;
}

#ordering .ws .ordering-left {
  float: left;
}

#ordering .ws .ordering-left h2 {
  font-size: 36px;
  font-weight: bold;
}

#ordering .ws .ordering-left .step>li {
  font-size: 16px;
  margin-top: 16px;
}

#ordering .ws .ordering-left .step>li .stepicon {
  display: inline-block;
  margin-right: 10px;
  height: 17px;
  width: 17px;
  vertical-align: middle;
  /* background: url() no-repeat; */
}

#ordering .ws .ordering-left .btn-order {
  margin-top: 40px;
  line-height: 44px;
  text-align: center;
  border-radius: 30px;
  width: 180px;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(to right, #fe7525, #ed0301);
  cursor: pointer;
}

#ordering .ws .ordering-right {
  float: right;
  margin-right: 40px;
}

.no-result-wrap {
  padding-top: 10px;
  padding-bottom: 30px;
  width: 1200px;
  background: #fff;
  margin: 0 auto;
}

.no-result-wrap .search-tle {
  font-size: 18px;
  line-height: 18px;
  color: #000;
  margin-left: 35px;
}

.no-result-wrap .search-tle a {
  float: right;
  color: #45a1f6;
  margin-right: 38px;
  font-size: 14px;
}

.no-result-wrap .tle-space-line {
  background: #ddd;
  height: 1px;
  width: 1130px;
  margin-left: 35px;
  margin-top: 10px;
}

.no-result-wrap .issue-list>a {
  height: 38px;
  /*background: #f8f8f8;*/
  line-height: 38px;
  font-size: 14px;
  color: #666;
  border-bottom: none;
  padding-left: 35px;
  border-radius: 3px;
  display: block;
}

.no-result-tip {
  margin-top: 0px;
}

.no-result-tip .no-icon {
  display: block;
  width: 227px;
  height: 181px;
  /* background: url() no-repeat; */
  margin: 0 auto;
}

.no-result-tip .des {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  color: #999;
}

.no-result-tip .btn {
  display: block;
  width: 136px;
  height: 45px;
  line-height: 45px;
  background: #ff4700;
  font-size: 14px;
  color: #fafafa;
  border-radius: 3px;
  text-align: center;
  margin: 25px auto 0;
}

.btn {
  display: inline-block;
  width: 150px;
  height: 48px;
  background-color: #ff4700;
  border-radius: 6px;
  position: relative;
  color: #fff;
  text-align: center;
  line-height: 48px;
  margin: 25px 0 0 70px;
  font-size: 16px;
}

.message {
  margin-top: 10px;
  margin-right: 30px;
  line-height: 30px;
}