.ganlan-wrapper {
  background: #fff;
  padding: 0 24px;
}
.ganlan-wrapper .ganlan-top {
  position: relative;
  padding: 24px 0;
  border-bottom: 1px solid #e3e4e6;
}
.ganlan-wrapper .ganlan-top .top-img {
  float: left;
  height: 288px;
  width: 646px;
}
.ganlan-wrapper .ganlan-top .top-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.ganlan-wrapper .ganlan-top .top-text {
  float: left;
  margin-left: 40px;
}
.ganlan-wrapper .ganlan-top .top-text .text-title {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #161616;
}
.ganlan-wrapper .ganlan-top .top-text .text-title i {
  margin-left: 10px;
  cursor: pointer;
}
.ganlan-wrapper .ganlan-top .top-text .text-title i:hover {
  color: #ff4400;
}
.ganlan-wrapper .ganlan-top .top-text .text-net {
  height: 32px;
  line-height: 32px;
  margin-bottom: 16px;
}
.ganlan-wrapper .ganlan-top .top-text .text-net .net-squre {
  height: 32px;
  display: inline-block;
  width: 330px;
  padding: 0 20px;
  background: #f8f9f9;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #161616;
  font-size: 14px;
  margin-right: 18px;
  vertical-align: top;
}
.ganlan-wrapper .ganlan-top .top-text .text-net .net-squre i {
  color: #31d1ff;
  margin-right: 10px;
}
.ganlan-wrapper .ganlan-top .top-text .text-info {
  height: 116px;
  margin-top: 30px;
}
.ganlan-wrapper .ganlan-top .top-text .text-info .info-squre {
  display: inline-block;
  width: 116px;
  height: 116px;
  background: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
  padding-top: 18px;
  color: #161616;
  font-size: 14px;
  margin-right: 20px;
}
.ganlan-wrapper .ganlan-top .top-text .text-info .info-squre:last-child {
  margin-right: 0;
}
.ganlan-wrapper .ganlan-top .top-text .text-info .info-squre p {
  margin-bottom: 20px;
}
.ganlan-wrapper .ganlan-content {
  padding: 50px 0;
}
.ganlan-wrapper .ganlan-content .content-li {
  float: left;
  margin-right: 100px;
  margin-bottom: 50px;
}
.ganlan-wrapper .ganlan-content .content-li:last-child {
  margin-right: 0;
}
.ganlan-wrapper .ganlan-content .content-li a {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 4px;
  text-align: center;
  line-height: 120px;
  color: #fff;
  font-size: 24px;
  background: #2d8cf0;
}
.ganlan-wrapper .ganlan-content .content-li a i {
  font-size: 50px;
}
.ganlan-wrapper .ganlan-content .content-li p {
  text-align: center;
  margin-top: 12px;
  font-size: 14px;
  color: #000;
}
.order-wrapper {
  background: #fff;
  padding: 24px;
}
