.server-banner {
  background-image: url("/images/server-banner.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: 618px;
}
.server-list {
  width: 100%;
  background-color: #fafafa;
  border-bottom: 1px solid #e6e6e6;
}
.server-list ul li {
  width: 374px;
  height: 90px;
  padding-top: 40px;
  text-align: center;
}
.server-list ul li.mid {
  width: 450px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.server-list ul li .share-list-img {
  display: inline-block;
  vertical-align: top;
  width: 62px;
  height: 62px;
}
.server-list ul li .share-list-img img {
  max-height: 62px;
}
.server-list ul li .share-list-word {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-left: 5px;
  margin-top: 10px;
}
.server-list ul li .share-list-word h3 {
  color: #333;
  font-size: 22px;
  margin: 0;
  font-weight: normal;
}
.server-list ul li .share-list-word p {
  color: #666;
}
.server-title {
  margin: 90px 0;
  text-align: center;
}
.server-title p {
  font-size: 36px;
  color: #333;
  font-weight: lighter!important;
}
.server-pro-list {
  width: 1200px;
  margin: 0 auto;
}
.server-pro-list ul {
  width: 1260px;
  margin-bottom: 50px;
}
.server-pro-list ul li {
  font-size: 16px;
  color: #333;
  width: 570px;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px dashed #dddddd;
  margin-right: 60px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
}
.server-pro-list ul li a {
  color: #333;
  display: inline;
  height: 100%;
  position: relative;
}
.server-pro-list ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  font-size: 24px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #666;
  border-radius: 50%;
}
.server-pro-list ul li.on a:after {
  content: "精";
  position: absolute;
  top: 50%;
  right: -50px;
  width: 40px;
  height: 30px;
  margin-top: -15px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #19afe8;
  color: #19afe8;
  border-radius: 10px;
}
.server-pro-list .server-line {
  width: 120px;
  height: 60px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.server-pro-list .server-line:before {
  content: "";
  position: absolute;
  width: 540px;
  height: 1px;
  top: 30px;
  left: -540px;
  background: #c1c1c1;
}
.server-pro-list .server-line:after {
  content: "";
  position: absolute;
  width: 540px;
  height: 1px;
  top: 30px;
  right: -540px;
  background: #c1c1c1;
}
.server-pro-list .server-line span {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  background: #19afe8;
  font-size: 18px;
  color: #fff;
  opacity: 0.7;
  margin: 0 auto;
  cursor: pointer;
}
.server-pro-list .server-line p {
  color: #19afe8;
  margin-top: 5px;
}
.server-date {
  background: #f8f8f8;
  padding: 80px 0 200px;
  position: relative;
}
.server-date .server-data-list {
  width: 970px;
  margin: 0 auto;
  overflow: hidden;
}
.server-date .server-data-list ul {
  width: 1026px;
}
.server-date .server-data-list ul li {
  width: 342px;
  position: relative;
  text-align: center;
}
.server-date .server-data-list ul li:before {
  content: "\e60a";
  position: absolute;
  font-family: "iconfont";
  font-size: 24px;
  color: #333;
  top: 50%;
  right: 0px;
  margin-top: -35px;
}
.server-date .server-data-list ul li span {
  width: 140px;
  height: 140px;
  line-height: 142px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #676767;
  color: #333;
  font-size: 48px;
  margin: 0 auto;
  position: relative;
  display: block;
}
.server-date .server-data-list ul li span em {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background: #19afe8;
  position: absolute;
  bottom: 5px;
  right: 2px;
  font-size: 24px;
  border-radius: 50%;
}
.server-date .server-data-list ul li p {
  font-size: 18px;
  color: #333;
  margin-top: 20px;
}
.server-date .server-data-want {
  width: 160px;
  height: 50px;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  background: #19afe8;
  position: absolute;
  bottom: 90px;
  left: 50%;
  margin-left: -50px;
  cursor: pointer;
}
.server-date .server-data-want a {
  color: #fff;
}
.ser-date {
  display: none;
}
.ser-date .mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 25, 25, 0.8);
  z-index: 12;
}
.ser-date .ser-date-fix {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 470px;
  height: 525px;
  background: #fff;
  z-index: 15;
  margin-top: -250px;
  margin-left: -235px;
  border-radius: 5px;
  overflow: hidden;
}
.ser-date .ser-form {
  position: relative;
}
.ser-date .ser-form .ser-backing {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #19afe8;
  color: #fff;
  z-index: 16;
  font-family: "iconfont";
  cursor: pointer;
}
.ser-date .ser-form h3 {
  padding: 35px 0 25px;
  margin: 0;
  text-align: center;
  color: #333;
  font-size: 30px;
}
.ser-date .ser-form form input {
  background: #f2f4f3;
  border-radius: 5px;
  border: none;
  outline: none;
  width: 300px;
  height: 50px;
  padding-left: 20px;
  padding-right: 50px;
  line-height: 50px;
  margin: 10px auto;
  display: block;
}
.ser-date .ser-form form textarea {
  background: #f2f4f3;
  border-radius: 5px;
  border: none;
  outline: none;
  width: 300px;
  height: 120px;
  padding-left: 20px;
  padding-right: 50px;
  line-height: 50px;
  margin: 10px auto;
  display: block;
}
.ser-date .ser-form form .submit {
  margin: 10px auto;
  width: 370px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #19afe8;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
}
