#fuwu {
  padding: 50px 0;
  background-color: #f5f5f5;
}

.server_ul li {
  float: left;
  width: 33.33%;
  list-style: none;
}

.server_ul li>div {
  position: relative;
  height: 150px;
  background-color: #fff;
  margin: 20px 20px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, .08);
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 20px;
}

.connectlinkbtn {
  background: -webkit-gradient(linear, left top, right top, from(#f3091a), to(#ff8063));
  background: linear-gradient(90deg, #f3091a, #ff8063);
  color: #fff !important;
  border: none;
  -webkit-box-shadow: 0 5px 10px rgba(255, 79, 58, .3);
  box-shadow: 0 5px 10px rgba(255, 79, 58, .3);
  cursor: pointer;
  font-size: 15px;
  padding: 6px 12px;
  border-radius: 30px;
}

.useric {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 120px;
}

.biaot {
  display: block;
  width: 60%;
  margin: 0;
  color: #737b8a;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 12px;
  height: 62px;
}

.miaosu {
  font-size: 12px;
  color: #d6dbe4;
}