/*根据屏幕大小自适应*/
/*
@media (min-width: 576px) and (max-width: 767px) {
手机页面样式
}*/

@media (max-width: 767px) {
  /*手机页面样式*/
  .topbar {
    width: 100% !important;
    min-width: 768px !important;
  }
  #wrapper {
    width: 100% !important;
    min-width: 768px !important;
  }
  #footer {
    width: 100% !important;
    min-width: 768px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*ipad页面样式*/
  .topbar {
    width: 100% !important;
    min-width: 768px !important;
  }
  #wrapper {
    width: 100% !important;
    min-width: 768px !important;
  }
  #footer {
    width: 100% !important;
    min-width: 768px !important;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  /*笔记本电脑页面样式*/
  .topbar .topbar_con {
    width: 980px !important;
  }
  #wrapper {
    width: 980px !important;
  }
}
@media (min-width: 1400px) {
  /*台式电脑显示器页面样式-默认已有样式*/
  .topbar .topbar_con {
    width: 1190px !important;
  }
  #wrapper {
    width: 1190px;
  }
}

/*主内容区*/
body {
  background: #fff;
}

#wrapper {
  width: 1190px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
  font: 12px/1.5 arial, \5b8b\4f53;
}

/*主内容区*/

.process {
  color: #4b4b4b;
  font-size: 14px;
  display: block;
}
.process .l-bg,
.process .r-bg,
.process .active .l-bg,
.process .active .r-bg {
  background: url(../../../images/desktop/pub/process.jpg);
}
.process ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0;
  zoom: 1;
}

.process ul:after {
  display: block;
  clear: both;
  content: "";
}
.process ul li {
  flex: 1;
  white-space: nowrap;
  background-position: 0 -521px;
  background-repeat: repeat-x;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #f5f5f5;
  color: #555;
  font-weight: bold;
}
.process ul li span {
  font-size: 14px;
}
.process ul li span.l-bg {
  background-position: 0 -46px;
  float: left;
  height: 46px;
  width: 13px;
}
.process ul li span.r-bg {
  background-position: 0 0;
  float: right;
  height: 46px;
  width: 14px;
}
.process ul li span.xh {
  font-family: \5b8b\4f53;
  font-size: 18px;
  margin-right: 5px;
  vertical-align: -1px;
}
.process ul li a {
  padding-left: 10px;
  font-weight: normal;
  color: #0095e6;
}

.process li.active {
  background: #90c31f;
  color: #fff;
}
.process li.active span.l-bg {
  background-position: 0 -138px;
}
.process li.active span.r-bg {
  background-position: 0 -92px;
}
.process li.active a {
}

/*提示信息*/

.hd-title {
  padding: 20px 15px 20px 55px;
  border: 0;
  color: #fc863d;
  font-size: 14px;
  line-height: 20px;
  background: #fcfaed;
}

.hd-title i {
  font-style: normal;
}

.hd-title .btnCls {
  color: #707070;
  cursor: pointer;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 7px;
  top: 5px;
}

/*提高梯子排名的推广区域*/
.release_tit {
  margin-bottom: 16px;
  font-size: 14px;
}
.red_text_tip {
  color: red;
  font-size: 12px;
  font-weight: normal;
  margin-left: 5px;
}

.release .rb_l {
  float: left;
  width: 60px;
  text-align: right;
  padding-right: 20px;
  line-height: 40px;
}
.release .rb_r {
  float: left;
  width: 885px;
}
.release .rb_r label {
  width: 478px;
  height: 38px;
  border: 1px solid #dedede;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}
.release .lbdiv {
  border: 1px solid #fff;
  height: 36px;
  line-height: 36px;
  padding: 0 18px 0 9px;
}
.release .ipt_radio {
  vertical-align: top;
  margin-top: 12px;
  margin-top: 7px\9;
  _margin-top: 7px;
}
.release .type {
  display: inline-block;
  width: 76px;
  padding: 0 0 0 9px;
  vertical-align: top;
  font-size: 14px;
}
.release .price {
  font-size: 18px;
  color: #ec3701;
  font-family: "Microsoft YaHei", "SimHei";
  display: inline-block;
}
.release .unit {
  color: #707070;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
}
.release .con_right_ab {
  color: #999;
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 0;
}
.release a.showbtn {
  display: block;
  width: 478px;
  height: 22px;
  line-height: 21px;
  border: 1px solid #dcdcdc;
  background: #f5f5f5;
  text-align: center;
  color: #06c;
  font-size: 12px;
  cursor: pointer;
}
.release a.showbtn:hover {
  text-decoration: none;
  background: #e5e5e5;
  color: #f33 !important;
}

.form-group .lh34 {
  line-height: 34px;
}

#Hint_error {
  color: #f00;
  text-align: center;
  height: 25px;
  margin-bottom: 10px;
}
