.bossgoo-index-about60 {
  padding-bottom: 80px;
}

.bossgoo-index-about60 .wrap {
  display: flex;
}

.bossgoo-index-about60 .jleft {
  width: 190px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #eabc1e;
}

.bossgoo-index-about60 .jleft .tit {
  font-family: cursive;
  font-size: 50px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 40px;
  height: 120px;
  overflow: hidden;
}

.bossgoo-index-about60 .jleft .text {
  position: relative;
  padding-top: 15px;
  color: #fff;
  bottom: 0 10px 40px 10px;
}

.bossgoo-index-about60 .jleft .text:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 4px;
  background: #fff;
}

.bossgoo-index-about60 .jjmore {
  width: 91px;
  height: 31px;
}

.bossgoo-index-about60 .jjnrt {
  width: 36%;
  height: 400px;
  overflow-y: auto;
  padding-top: 10px;
  margin: 0 120px 10px 40px;
}

.bossgoo-index-about60 .sp {
  overflow: hidden;
  flex: 1;
  min-width: 0;
  height: 400px;
}

.bossgoo-index-about60 .sp video {
  width: 100%;
  height: 100%;
}

.bossgoo-index-about60 ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #666;
}

.bossgoo-index-about60 ::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #fff;
  transition: 0.3s ease-in-out;
}

.bossgoo-index-about60 ::-webkit-scrollbar-track {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #666;
}

@media only screen and (max-width: 1200px) {
  .bossgoo-index-about60 .jjnrt {
    margin: 0 20px;
  }
}

@media only screen and (max-width: 1040px) {
  .bossgoo-index-about60 {
    padding-top: 0;
    padding-bottom: .4rem;
  }
  .bossgoo-index-about60 .wrap {
    display: block;
  }
  .bossgoo-index-about60 .jleft {
    padding: .3rem 0;
    width: 100%;
    height: auto;
  }
  .bossgoo-index-about60 .jleft .tit {
    font-size: .8rem;
    height: auto;
    margin-bottom: .4rem;
  }
  .bossgoo-index-about60 .jleft .text {
    margin-bottom: .4rem;
  }
  .bossgoo-index-about60 .jjnrt {
    width: 100%;
    height: auto;
    margin-left: 0;
    padding: .3rem .2rem;
  }
  .bossgoo-index-about60 .jjnrt p {
    margin: 0;
    line-height: 1.5;
  }
  .bossgoo-index-about60 .sp {
    width: 100%;
    height: auto;
  }
  .bossgoo-index-about60 .video {
    width: 100%;
    height: auto;
  }
}