.about {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  color: #fff
}

.about > div {
  margin: 0 auto;
  margin-bottom: 2rem
}

.about .company_bg {
  width: 100%;
  height: 19rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative
}

.company_bg:before {
  z-index: -69;
  display: block;
  pointer-events: none;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, .9))
}

.company_bg:after, .company_bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%
}

.company_bg:after {
  display: inline-block;
  background-position: 50%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-image: url(../../img/about/p6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -70;
  filter: blur(3px)
}

.company_bg .company_title {
  color: #fff;
  font-size: calc(var(--game-name-font-size) * .7)
}

.banner_bg {
  height: 19rem
}

.banner_bg img {
  height: 100%;
  z-index: 9
}

.about_title {
  padding-bottom: 1rem;
  color: #fff;
  font-size: var(--game-other-title-font-size)
}

.company_intr_box {
  height: 100%
}

.company_intr_box > div {
  float: left
}

.company_intr_content {
  width: 75%
}

.company_show_bg {
  width: 25%;
  overflow: hidden;
  position: relative
}

.company_intr_content {
  margin-bottom: 2rem;
  flex: 10
}

.compnay_link ul {
  padding-left: 1rem;
  padding-right: 1rem
}

.compnay_link ul li {
  margin-bottom: 1rem
}

.compnay_link ul li h2 {
  display: inline;
  font-size: calc(var(--game-other-text-font-size) * .7)
}

.compnay_link ul li a {
  color: #fff;
  text-decoration: underline
}

.company_intr, .compnay_link {
  width: 92%
}

.company_content {
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1.5;
  font-size: calc(var(--game-desctibe-font-size) * .8)
}

#slider {
  position: relative;
  overflow: hidden
}

#slider ul {
  list-style: none
}

#slider ul, #slider ul li {
  position: relative;
  margin: 0;
  padding: 0
}

#slider ul li {
  display: block;
  float: left;
  height: 100%;
  text-align: center;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  cursor: pointer
}

#slider ul .item1 {
  background-image: url(../../img/about/p3.jpg)
}

#slider ul .item2 {
  background-image: url(../../img/about/p14.jpg)
}

#slider ul .item3 {
  background-image: url(../../img/about/p11.jpg)
}

#slider ul .item4 {
  background-image: url(../../img/about/p10.jpg)
}

#slider ul .item6 {
  background-image: url(../../img/about/p6.jpg)
}

#slider ul .item7 {
  background-image: url(../../img/about/p8.jpg)
}

.slider_click {
  position: absolute;
  top: calc(50% - 17.5px);
  z-index: 1;
  height: 35px;
  width: 35px;
  border-radius: 10000px;
  background-color: rgba(191, 191, 191, .6);
  cursor: pointer;
  display: inline-block;
}

.slider_click img {
  height: 35px;
  width: 35px;
  padding: 10px;
}

.slider_right {
  right: 0
}

@media screen and (max-width: 980px) {
  .company_intr_box > div {
      float: none
  }

  .company_intr_content {
      width: 100%
  }

  .about .company_bg {
      height: 290px
  }

  .company_intr, .compnay_link {
      width: 87%
  }

  .about_title {
      margin-left: 0
  }

  .company_intr_box {
      display: block
  }

  .company_intr_content {
      margin-left: 0;
      font-size: var(--game-desctibe-font-size)
  }

  .company_show_bg {
      width: 100%
  }

  /* .company_show_bg img {
      max-width: 100%;
      width: calc(50% - .5rem);
      margin-bottom: .5rem;
      margin-left: .25rem;
      margin-right: .25rem
  } */

  .compnay_link ul {
      margin-left: 0;
      padding-left: .5rem;
      padding-right: .5rem
  }

  .compnay_link ul li h2 {
      font-size: var(--game-desctibe-font-size)
  }

  .company_intr_content {
      margin-bottom: 1rem
  }

  .company_bg .company_title {
      font-size: calc(var(--game-name-font-size) * .9)
  }

  .company_content {
      font-size: var(--game-desctibe-font-size);
      padding-left: .5rem;
      padding-right: .5rem
  }

  #slider ul li {
      height: 290px
  }
}