#server {
  width: 1200px;
  margin: 0px auto;
  overflow: hidden;
  padding: 20px 8px 0;
}

.s_top {
  height: 330px;
  background-image: url("../images/server/Frame\ 1829.png");
  background-size: 100% 100%;
  padding: 110px 60px 50px 70px;
  display: flex;
  gap: 72px;
  margin-bottom: 30px;
}

.s_top .s_top_left {
  width: 865px;
}

.s_top_left .s_top_left_title {
  font-weight: 600;
  font-size: 24px;
  color: #ffffff;
  line-height: 36px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 19px;
}

.s_top_left .s_top_left_text {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 27px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  border-right: 1px solid #ffffff;
  padding-right: 58px;
}

.s_top_left .s_top_left_text p {
  text-indent: 32px;
  margin-bottom: 0px;
}

.s_top_right {
  height: 180px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.s_top_right .s_top_right_img {
  width: 95px;
  height: 132px;
  box-shadow: 0px 0px 8px 0px rgba(33, 46, 111, 0.22);
  position: relative;
  z-index: 1;
}

.s_top_right .s_top_right_img img {
  width: 100%;
  height: 100%;
}

.s_top_right .s_top_right_btn {
  position: relative;
  z-index: 2;
  top: -10px;
  width: 131px;
  height: 42px;
  border: none;
  background: linear-gradient(302deg, #ffa069 0%, #d7000f 100%);
  border-radius: 23px 23px 23px 23px;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  line-height: 23px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.s_category {
  /* height: 340px; */
  box-sizing: border-box;
  box-shadow: 0 0 13px rgba(33, 46, 111, 0.1);
  padding: 15px 10px 25px 20px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.s_category .s_category_title {
  font-weight: 600;
  font-size: 24px;
  color: #333334;
  line-height: 38px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 25px;
}

.s_category .s_category_list {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  /* height: 230px; */
  align-content: space-between;
}

.s_category .s_category_list .s_category_item {
  width: 262px;
  height: 90px;
  display: flex;
  gap: 9px;
}

.s_category .s_category_list .s_category_item .s_category_item_img {
  /*width: 120px;*/
  /*height: 90px;*/
  /*background: #f2f3f3;*/
  /*border-radius: 4px 4px 4px 4px;*/
}

.s_category_item_img img {
  height: 90px;
  display: block;
}

.s_category .s_category_list .s_category_item .s_category_item_text {
  flex: 1;
  font-weight: 500;
  font-size: 16px;
  color: #333334;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding: 32px 0px;
}
