.page-solution {
  background-color: #fff;
  transition: all 0.3s;
}

@media screen and (min-width: 521px) {
  .page-solution > .banner {
    width: 100%;
  }

  .page-solution > .banner > .bg {
    width: 100%;
    display: block;
  }

  .page-solution .cus-news-mobile {
    display: none;
  }

  .page-solution .cus-news {
    width: 14.2rem;
    padding-bottom: .384rem;
    padding-top: .49rem;
    margin: -.8rem auto 0.5rem;
    background: linear-gradient(180deg, #fff 0%, #fff 30%, #00000000 70%);
    border-radius: .1rem .1rem 0 0;
    position: relative;
    box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.1);
  }

  .page-solution .cus-news > .sub-title {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: .14rem;
    color: #808080;
    margin-top: .192rem;
    margin-bottom: .29rem;
  }

  .page-solution .cus-news > .solutions {
    display: flex;
    padding: .32rem .6rem;
  }

  .page-solution .cus-news > .solutions > .types {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
  }

  .page-solution .cus-news > .solutions > .types > .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.72rem;
    height: .56rem;
    border-radius: .06rem;
    background-color: #F1F5F9;
    margin-bottom: .12rem;
    cursor: pointer;
    transition: .2s all;
  }

  .page-solution .cus-news > .solutions > .types > .item:hover,
  .page-solution .cus-news > .solutions > .types > .item.active {
    background-color: #2589FF;
  }

  .page-solution .cus-news > .solutions > .types > .item:hover > .text,
  .page-solution .cus-news > .solutions > .types > .item.active > .text {
    color: white;
  }

  .page-solution .cus-news > .solutions > .types > .item:hover > .icon,
  .page-solution .cus-news > .solutions > .types > .item.active > .icon {
    display: block;
  }

  .page-solution .cus-news > .solutions > .types > .item > .text {
    font-weight: bold;
    font-size: .16rem;
    color: #1B1B1B;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .page-solution .cus-news > .solutions > .types > .item > .icon {
    display: none;
    width: .16rem;
    height: .16rem;
    margin-left: .16rem;
    flex-shrink: 0;
  }

  .page-solution .cus-news > .solutions > .type-content {
    flex: 1;
    margin: 0 .43rem;
    border: .01rem #D3E3FD solid;
    border-radius: .1rem;
    overflow: hidden;
  }

  .page-solution .cus-news > .solutions > .type-content > .header {
    background-color: #D3E3FD;
    height: .6rem;
    display: flex;
    align-items: center;
    border-top-left-radius: .1rem;
    border-top-right-radius: .1rem;
  }

  .page-solution .cus-news > .solutions > .type-content > .header > .mac-style {
    display: flex;
    align-items: center;
    padding-left: .3rem;
    padding-right: .3rem;
  }

  .page-solution .cus-news > .solutions > .type-content > .header > .mac-style > .c1,
  .page-solution .cus-news > .solutions > .type-content > .header > .mac-style > .c2,
  .page-solution .cus-news > .solutions > .type-content > .header > .mac-style > .c3 {
    width: .14rem;
    height: .14rem;
    border-radius: .7rem;
    margin: 0 .03rem;
  }

  .page-solution .cus-news > .solutions > .type-content > .header > .mac-style > .c1 {
    background-color: #FF734B;
  }

  .page-solution .cus-news > .solutions > .type-content > .header > .mac-style > .c2 {
    background-color: #FFD400;
  }

  .page-solution .cus-news > .solutions > .type-content > .header > .mac-style > .c3 {
    background-color: #00AF81;
  }

  .page-solution .cus-news > .solutions > .type-content > .main-content {
    padding: .24rem;
  }

  .page-solution .cus-news > .solutions > .type-content > .main-content > .descs {
    display: flex;
    align-items: flex-start;
  }

  .page-solution .cus-news > .solutions > .type-content > .main-content > .descs > .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .page-solution .cus-news > .solutions > .type-content > .main-content > .descs > .left > .logo {
    width: 1.12rem;
    height: 1.12rem;
    object-fit: cover;
  }

  .page-solution .cus-news > .solutions > .type-content > .main-content > .descs > .left > .title {
    font-weight: bold;
    font-size: .18rem;
    color: #1B1B1B;
    margin: .1rem 0;
  }

  .page-solution .cus-news > .solutions > .type-content > .main-content > .descs > .left > .type-desc {
    padding: .1rem .16rem;
    font-weight: 600;
    font-size: .12rem;
    color: #1B1B1B;
    background: #D3E3FD44;
    border-radius: .17rem;
  }

  .page-solution .cus-news > .solutions > .type-content > .main-content > .descs > .right {
    flex: 1;
    margin-left: .4rem;
  }

  .page-solution .cus-news > .solutions > .type-content > .main-content > .descs > .right > .attrs > .attr {
    display: flex;
    flex-direction: column;
    padding-bottom: .16rem;
    border-bottom: 1px #DBDBDB solid;
    margin-bottom: .16rem;
  }

  .page-solution .cus-news > .solutions > .type-content > .main-content > .descs > .right > .attrs > .attr:last-child {
    border-bottom: none;
  }

  .page-solution .cus-news > .solutions > .type-content > .main-content > .descs > .right > .attrs > .attr > .title {
    font-weight: bold;
    font-size: .16rem;
    color: #1B1B1B;
    margin-bottom: .1rem;
  }

  .page-solution .cus-news > .solutions > .type-content > .main-content > .descs > .right > .attrs > .attr > .attr-info {
    font-weight: 400;
    font-size: .14rem;
    color: #000000;
    line-height: 1.5;
  }

  .page-solution .cus-news > .solutions > .type-content > .main-content > .case-title {
    width: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: .24rem;
  }

  .page-solution .cus-news > .solutions > .type-content > .main-content > .case-title > span {
    font-weight: bold;
    font-size: .20rem;
    color: #2589FF;
    z-index: 100;
    display: flex;
  }

  .page-solution .cus-news > .solutions > .type-content > .main-content > .case-title > .divider {
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    height: .1rem;
    background-color: #D3E3FD88;
    border-radius: .2rem;
  }

  .page-solution .cus-news > .solutions > .type-content > .main-content > .rich-content {
    background-color: #F1F5F9;
    border-radius: .1rem;
    font-size: .14rem;
    margin: .24rem 0;
    padding: .24rem .16rem;
    line-height: 1.6;
    white-space: pre-wrap;
  }
}

@media screen and (max-width: 520px) {
  .page-solution {
    background-color: #fff;
    transition: all 0.3s;
  }

  .page-solution > .banner {
    width: 100%;
  }

  .page-solution > .banner > .bg {
    width: 100%;
    height: 2.4rem;
    object-fit: cover;
    display: block;
  }

  .page-solution .cus-news {
    display: none;
  }

  .page-solution .cus-news-mobile {
    padding-bottom: .384rem;
    margin: -.4rem .24rem 0;
    position: relative;
  }

  .page-solution .cus-news-mobile > .solutions {
    display: block;
  }

  .page-solution .cus-news-mobile > .solutions > .solutions-header {
    position: sticky;
    padding: .4rem 0 .1rem 0;
    border-radius: .1rem .1rem 0 0;
    background-color: white;
    z-index: 1000;
    top: .8rem;
  }

  .page-solution .cus-news-mobile > .solutions > .solutions-header > .sub-title {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: .14rem;
    color: #808080;
    margin-top: .192rem;
    margin-bottom: .29rem;
    line-height: 1.5;
  }

  .page-solution .cus-news-mobile > .solutions > .solutions-header > .types {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .1rem;
    margin: 0 .1rem;
  }

  .page-solution .cus-news-mobile > .solutions > .solutions-header > .types > .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: .32rem;
    border-radius: .06rem;
    background-color: #F1F5F9;
    margin: .02rem 0;
    cursor: pointer;
    transition: .2s all;
  }

  .page-solution .cus-news-mobile > .solutions > .solutions-header > .types > .item:hover,
  .page-solution .cus-news-mobile > .solutions > .solutions-header > .types > .item.active {
    background-color: #2589FF;
  }

  .page-solution .cus-news-mobile > .solutions > .solutions-header > .types > .item:hover > .text,
  .page-solution .cus-news-mobile > .solutions > .solutions-header > .types > .item.active > .text {
    color: white;
  }

  .page-solution .cus-news-mobile > .solutions > .solutions-header > .types > .item > .text {
    font-weight: bold;
    font-size: .14rem;
    color: #1B1B1B;
    min-width: 6em;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .page-solution .cus-news-mobile > .solutions > .type-content {
    flex: 1;
    margin: .1rem .1rem;
    border: .01rem #D3E3FD solid;
    border-radius: .1rem;
    overflow: hidden;
  }

  .page-solution .cus-news-mobile > .solutions > .type-content > .header {
    background-color: #D3E3FD;
    height: .6rem;
    display: flex;
    align-items: center;
    border-top-left-radius: .1rem;
    border-top-right-radius: .1rem;
  }

  .page-solution .cus-news-mobile > .solutions > .type-content > .header > .mac-style {
    display: flex;
    align-items: center;
    padding-left: .1rem;
    padding-right: .1rem;
  }

  .page-solution .cus-news-mobile > .solutions > .type-content > .header > .mac-style > .c1,
  .page-solution .cus-news-mobile > .solutions > .type-content > .header > .mac-style > .c2,
  .page-solution .cus-news-mobile > .solutions > .type-content > .header > .mac-style > .c3 {
    width: .14rem;
    height: .14rem;
    border-radius: .7rem;
    margin: 0 .03rem;
  }

  .page-solution .cus-news-mobile > .solutions > .type-content > .header > .mac-style > .c1 {
    background-color: #FF734B;
  }

  .page-solution .cus-news-mobile > .solutions > .type-content > .header > .mac-style > .c2 {
    background-color: #FFD400;
  }

  .page-solution .cus-news-mobile > .solutions > .type-content > .header > .mac-style > .c3 {
    background-color: #00AF81;
  }

  .page-solution .cus-news-mobile > .solutions > .type-content > .main-content {
    padding: .24rem;
  }

  .page-solution .cus-news-mobile > .solutions > .type-content > .main-content > .descs {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .page-solution .cus-news-mobile > .solutions > .type-content > .main-content > .descs > .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .page-solution .cus-news-mobile > .solutions > .type-content > .main-content > .descs > .left > .logo {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: cover;
  }

  .page-solution .cus-news-mobile > .solutions > .type-content > .main-content > .descs > .left > .title {
    font-weight: bold;
    font-size: .18rem;
    color: #1B1B1B;
    margin: .1rem 0;
  }

  .page-solution .cus-news-mobile > .solutions > .type-content > .main-content > .descs > .left > .type-desc {
    padding: .1rem .16rem;
    font-weight: 600;
    font-size: .14rem;
    color: #1B1B1B;
    background: #D3E3FD44;
    border-radius: .17rem;
  }

  .page-solution .cus-news-mobile > .solutions > .type-content > .main-content > .descs > .right {
    flex: 1;
    margin: .16rem 0;
  }

  .page-solution .cus-news-mobile > .solutions > .type-content > .main-content > .descs > .right > .attrs > .attr {
    display: flex;
    flex-direction: column;
    padding-bottom: .16rem;
    border-bottom: 1px #DBDBDB solid;
    margin-bottom: .16rem;
  }

  .page-solution .cus-news-mobile > .solutions > .type-content > .main-content > .descs > .right > .attrs > .attr:last-child {
    border-bottom: none;
  }

  .page-solution .cus-news-mobile > .solutions > .type-content > .main-content > .descs > .right > .attrs > .attr > .title {
    font-weight: bold;
    font-size: .16rem;
    color: #1B1B1B;
    margin-bottom: .1rem;
  }

  .page-solution .cus-news-mobile > .solutions > .type-content > .main-content > .descs > .right > .attrs > .attr > .attr-info {
    font-weight: 400;
    font-size: .16rem;
    color: #000000;
    line-height: 1.5;
  }

  .page-solution .cus-news-mobile > .solutions > .type-content > .main-content > .case-title {
    width: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: .24rem;
  }

  .page-solution .cus-news-mobile > .solutions > .type-content > .main-content > .case-title > span {
    font-weight: bold;
    font-size: .20rem;
    color: #2589FF;
    z-index: 100;
    display: flex;
  }

  .page-solution .cus-news-mobile > .solutions > .type-content > .main-content > .case-title > .divider {
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    height: .1rem;
    background-color: #D3E3FD88;
    border-radius: .2rem;
  }

  .page-solution .cus-news-mobile > .solutions > .type-content > .main-content > .rich-content {
    background-color: #F1F5F9;
    border-radius: .1rem;
    font-size: .16rem;
    margin: .24rem 0;
    padding: .24rem .16rem;
    line-height: 1.5;
    white-space: pre-wrap;
  }
}
