.help-service .help-hotline {
  padding: 20px 0;
  margin: 20px 0;
  position: relative;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  background: #F8F8F8;
}
.help-service .help-icon-dh,
.help-service .help-icon-kf {
  height: 50px;
  width: 50px;
  float: left;
  margin-right: 5px;
}
.help-service .help-dh {
  padding: 8px 0 5px 20px;
  width: 455px;
  height: 50px;
  position: relative;
  border-right: 1px solid #e5e5e5;
}
.help-service .help-dh .help-btn {
  position: absolute;
  right: 60px;
  top: 10px;
}
.help-service .help-kf {
  height: 90px;
  width: 280px;
  position: absolute;
  top: 28px;
  right: 7px;
}
.help-service .help-kf > div {
  display: block;
  overflow: hidden;
}
.help-service .help-kf img {
  float: left;
  margin-right: 22px;
}
.help-service strong {
  margin-top: -5px;
  line-height: 30px;
  color: #213598;
  display: block;
}
.help-service span {
  color: #999;
  display: block;
}
.help-service .help-icon-kf {
  background: url(/template/pc/skin/img/zc_kf.png) no-repeat;
}
.help-service .help-icon-dh {
  background: url(/template/pc/skin/img/zc_dh.png) no-repeat;
}
.help-service a.ui_buttonB {
  margin-top: 0;
  margin-bottom: 0;
}
.help-service a.ui_buttonD {
  margin-left: 0;
}
a.ui_buttonB,
a.ui_buttonD {
  display: inline-block;
  height: 28px;
  padding: 0 15px;
  border: none;
  border-radius: 3px;
  overflow: visible;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.ui_buttonB {
  background-color: #213598;
}
.ui_buttonB:hover {
  background-color: #213598;
  color: #fff;
  text-decoration: none;
}
a.ui_buttonD {
  margin-left: 20px;
  background-color: #f79700;
}
.ui_buttonD:hover {
  background-color: #FFB000;
  color: #fff;
  text-decoration: none;
}                     