.container_box {
  width: 100%;
  overflow-x: hidden;
}

.content {
  width: 16rem;
  background: #fd0;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: -2;
  padding-top: 1.5rem;
  border-radius: 0.12rem;
}

.conten_bg {
  width: 16rem;
  height: 100%;
  border-radius: 0.12rem;
  position: absolute;
  background: #fd0 url("../../images/bg.png") repeat;
  z-index: -1;
  top: 0;
}

.solution_con>div,
.case_con {
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.solution_item,
.case_item {
  display: block;
  width: 2.64rem;
  height: 3.9rem;
  border-radius: 0.06rem;
  padding: 0.2rem;
  box-sizing: border-box;
  background: #fff;
  margin-top: 0.2rem;
}

.solution_item h2 {
  font-size: 0.2rem;
  line-height: 0.28rem;
  font-weight: normal;
  position: relative;
  text-align: center;
  margin: 0.2rem auto 0.08rem;
  font-weight: normal;
  color: #000
}

.solution_item .img {
  width: 2.24rem;
  height: 1.26rem;
  border-radius: 0.06rem;
}

.solution_item img {
  width: 100%;
  height: 100%;
}

.solution_item p {
  height: 1.2rem;
  line-height: 0.24rem;
  font-size: 0.14rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  color: #666;
}

.solution_item>span {
  display: block;
  font-size: 0.14rem;
  color: #000000;
  line-height: 0.32rem;
  width: 2.24rem;
  height: 0.32rem;
  text-align: center;
  position: relative;
  margin-top: 0.16rem;
}

.solution_item>span span {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #ccc;
  border-color: #ccc;
  width: 4.48rem;
  height: 0.64rem;
  transform: scale(0.5);
  transform-origin: 0 0;
}

.solution_item>span span:hover {
  border-color: #000;
}

.case .title h1 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: row;
}

.case .title h1 a {
  font-size: 0.16rem;
  line-height: 0.32rem;
  color: #000000;
  text-decoration: underline;
  padding: 0 0.16rem;
}

.case_item {
  width: 6.9rem;
  height: 1.66rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  padding-right: 0.28rem;
}

.case_item .img {
  width: 2.24rem;
  height: 1.26rem;
  border-radius: 0.06rem;
  margin-right: 0.2rem;
}

.case_item div:last-child {
  flex: 1
}

.case_item img {
  width: 100%;
  height: 100%;
}

.case_item h2 {
  font-weight: normal;
  font-size: 0.2rem;
  line-height: 0.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000000;
  margin-bottom: 0.07rem;
}

.case_item:hover h2 {
  text-decoration: underline;
}

.case_item p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #666666;
}

.case>a {
  display: none;
}

@media screen and (max-width: 1600px) {

  .content,
  .conten_bg {
    width: 14rem
  }

  .solution_con>div,
  .case_con {
    padding: 0 .6rem
  }

  .solution_item {
    width: 2.44rem;
    height: 3.8rem;
  }

  .solution_item .img {
    width: 100%;
    height: 1.14rem;
  }

  .solution_item>span {
    width: 100%
  }

  .solution_item>span span {
    width: 200%
  }

  .case_item {
    width: 6.3rem
  }
}

@media screen and (max-width: 1400px) {

  .content,
  .conten_bg {
    width: 12rem
  }

  .solution_item {
    width: 2.04rem;
    height: 3.6rem;
  }

  .solution_item h2 {
    font-size: 0.18rem;
  }

  .solution_item .img {
    height: .92rem;
  }

  .solution_item .img img {
    float: left;
  }

  .case_item {
    width: 5.3rem;
    height: 1.52rem
  }

  .case_item .img {
    width: 1.8rem;
    height: 1.12rem
  }

  .case_item div:last-child {
    width: 3.4rem
  }
}

@media screen and (max-width: 1200px) {

  .content,
  .conten_bg {
    width: 10rem
  }


  .solution_con>div,
  .case_con {
    padding: 0 .3rem;
  }

  .solution_item,
  .case_item {
    padding: 0.16rem
  }

  .solution_item h2 {
    font-size: .16rem;
  }

  .solution_item {
    width: 1.80rem;
    height: 3rem;
  }

  .solution_item p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 0.72rem
  }

  .case_item {
    width: 4.65rem
  }

  .case_item div:last-child {
    width: 3rem
  }
}

@media screen and (max-width: 1023px) {
  .content {
    width: 100%;
    height: auto;
    padding-top: 0.6rem;
  }

  .conten_bg {
    width: 100%;
    padding-bottom: 3rem;
    position: absolute;
    background: #fd0 url("../../images/bg.png") repeat;
    background-size: 35%;
    z-index: -1;
    top: 0;
    left: 0
  }

  .solution_con {
    display: block;
    margin-top: 0.4rem;
    width: 100%;
    padding: 0;
    margin-bottom: 1rem;
    overflow-x: scroll;
  }

  .solution_con>div {
    width: 15.2rem;
    padding: 0 0.48rem;
    box-sizing: unset;
  }

  .solution_item {
    width: 2.64rem;
    height: 3.4rem;
    border-radius: 0.12rem;
    margin: 0.1rem auto 0;
  }

  .solution_item .img {
    width: 2.24rem;
    height: 1.26rem;
  }

  .solution_item p {
    height: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }

  .solution_item h2 {
    font-size: 0.18rem;
  }

  .solution_item>span {
    display: none;
  }

  .case_con {
    padding: 0;
    display: block;
    margin-top: 0.4rem;
    padding: 0 .48rem
  }

  .case_item {
    display: block;
    width: 100%;
    height: 1.8rem;
    margin: 0.2rem auto 0;
    padding: 0.24rem 0.34rem 0.24rem 0.36rem;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }

  .case .title h1 a {
    display: none;
  }

  .case_item .img {
    width: 2.3rem;
    height: 1.33rem;
    margin-right: 0.26rem;
  }

  .case_item h2 {
    font-size: 0.36rem;
    line-height: 0.5rem;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
  }

  .case_item p {
    display: none;
  }

  .case>a {
    display: block;
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #000000;
    margin-top: 0.4rem;
    margin-bottom: 1rem;
    text-align: center;
  }
}

@media screen and (max-width: 668px) {
  .title span {
    display: inline;
  }

  .solution_con {
    margin-top: 0.2rem;
    margin-bottom: 0.6rem;
  }

  .solution_con>div,
  .case_con {
    padding: 0 0.16rem;
  }

  .case_con {
    margin-top: 0.2rem
  }

  .case_item {
    height:1.2rem;
    padding: 0.16rem;
  }
  .case_item .img {
    width: 1.2rem;
    height: .9rem;
  }
  .case_item .img img{
    float: left;
  }
  .case_item h2{
    font-size: 0.2rem;
    line-height: 0.28rem;
  }
  .case>a{
    font-size: 0.16rem;
  }
}