.s_right_about .part_1 {
  min-height: 200px;
}
.s_right_about .part {
  position: relative;
}
.s_right_about .deco_r,
.s_right_culture .deco_r {
  width: 8%;
  position: absolute;
  right: -10%;
}
.s_right_about .deco_l,
.s_right_culture .deco_l {
  position: absolute;
  width: 20%;
  left: -25%;
  top: 50%;
  transform: translateY(-50%);
}
.s_right_about .part_1 .intro_1 {
  width: calc(100% - 300px);
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  /* height: 150px; */
}
.s_right_about .part_1 .img_1 {
  vertical-align: middle;
  width: 20%;
  min-width: 200px;
  display: inline-block;
  height: auto;
}
.s_right_about .part_1 h1 {
  font-size: 26px;
  color: black;
  text-align: right;
  padding-right: 15px;
  margin-bottom: 20px;
  border-right: 4px solid orange;
}
.s_right_about .part_1 p {
  width: 90%;
  margin-left: 10%;
  text-indent: 2rem;
  font-size: 18px;
  line-height: 30px;
}
.s_right_about .part_2,
.part_3,
.part_4 {
  margin-top: 100px;
}
.s_right_about .part_2 .feature {
  display: inline-block;
  position: relative;
  width: 20%;
  overflow: hidden;
}
.s_right_about .part_2 .feature:hover .feat_act {
  bottom: 0;
  height: 100%;
  transition: all 0.28s ease-in-out;
}
.s_right_about .part_2 .feat {
  width: 100%;
}
.s_right_about .part_2 .feat_act {
  width: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
}
.s_right_about .part_2 .feature:nth-child(3) {
  margin: 0 15%;
}
.s_right_about .part_3 h1,
.s_right_about .part_4 h1 {
  font-size: 26px;
  color: black;
  padding-left: 15px;
  border-left: 4px solid orange;
}
.s_right_about .part_3 .develop {
  width: 90%;
}

.s_right_about .part_4 .game {
  margin-top: 30px;
  margin-left: 0.8%;
  width: 15%;
  /* 宽高比 */
  aspect-ratio: 164/523;
  object-fit: cover;

  border-radius: 15px;
  overflow: hidden;
}
.s_right_about .part_4 .game_item {
  position: relative;
  display: inline-block;
  border: 1.9px solid #f4c28e;
  box-sizing: border-box;
  text-align: center;
}
.s_right_about .part_4 .game_item .game_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s_right_about .part_4 .game_item .game_icon {
  width: calc(140 / 191 * 100%);
  /* height: 70%; */
  aspect-ratio: 1/1;
  object-fit: cover;
  border: 0.15vw solid #ee8101;
  border-radius: 0.7vw;
  margin-bottom: 8%;
  box-sizing: border-box;
}

.s_right_about .part_4 .game_info {
  position: absolute;
  bottom: calc(47 / 677 * 100%);
  transform: translate(-50%, 0%);
  left: 50%;
  color: #fcfcf9;
  z-index: 1;
}
.s_right_about .part_4 .game_info .game_name {
  text-align: center;
  font-size: 1.1vw;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1.2;
}
.s_right_about .part_4 .game_item .game_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0),
    #4c4746
  );
}

.s_right_culture .part_1 h1,
.s_right_culture .part_2 h1 {
  font-size: 26px;
  color: black;
  padding-left: 15px;
  border-left: 4px solid orange;
}
.s_right_culture .part_1 {
  position: relative;
}
.s_right_culture .part_2 {
  position: relative;
  background-image: url('../img/bg_deco.png');
}
.s_right_culture .part_1 .wish {
  width: 90%;
  margin: 20px 0;
}
.s_right_culture .values {
  margin: 20px 0;
}
.s_right_culture img {
  width: 20%;
  margin-right: 4%;
}
.s_right_contact {
  width: 100%;
  padding-left: 10px;
  padding: 20px;
  background-color: #fafafa;
}
.s_right_contact .left,
.s_right_contact .right {
  width: 48%;
  display: inline-block;
  vertical-align: text-top;
}
.s_right_contact .left {
  margin-right: 3%;
}
.s_right_contact .left img {
  width: 100%;
  border-radius: 20px;
}
.s_right_contact .right .top img {
  width: 100%;
}
.s_right_contact .right .bottom .title {
  margin-top: 20px;
  font-size: 22px;
}
.s_right_contact .right .bottom .tip {
  margin-top: 6px;
  font-size: 18px;
  margin-bottom: 8px;
}
.s_right_contact .right .bottom_part {
  display: flex;
}
.s_right_contact .right .bottom_part img {
  width: 25%;
  height: 25%;
}
.s_right_contact .right .bottom_part .links {
  font-size: 18px;
}
.s_right_contact .right .bottom_part .links a {
  display: block;
  margin-top: 20px;
  margin-left: 6px;
}
@media screen and (max-width: 1500px) {
  .s_right_contact .right .bottom_part .links a {
    display: block;
    margin-top: 10px;
    margin-left: 6px;
    font-size: 14px;
  }
  .s_right_contact .right .bottom .tip {
    font-size: 16px;
  }
}
