.page-case,
.page-case-detail {
  background-color: #F5F5F6;
  transition: all 0.3s;
}

@media screen and (min-width: 521px) {
  .page-case > .banner,
  .page-case-detail > .banner {
    width: 100%;
    margin-bottom: .2rem;
  }

  .page-case > .banner > .bg,
  .page-case-detail > .banner > .bg {
    width: 100%;
    display: block;
  }

  .page-case-detail > .content {
    width: 12.3rem;
    border-radius: .1rem;
    margin: 0 auto;
    background-color: white;
  }

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

  .page-case-detail > .content > .header > .mac-style {
    display: flex;
    align-items: center;
    padding-left: .3rem;
    padding-right: .3rem;
  }

  .page-case-detail > .content > .header > .mac-style > .c1,
  .page-case-detail > .content > .header > .mac-style > .c2,
  .page-case-detail > .content > .header > .mac-style > .c3 {
    width: .14rem;
    height: .14rem;
    border-radius: .7rem;
    margin: 0 .03rem;
  }

  .page-case-detail > .content > .header > .mac-style > .c1 {
    background-color: #FF734B;
  }

  .page-case-detail > .content > .header > .mac-style > .c2 {
    background-color: #FFD400;
  }

  .page-case-detail > .content > .header > .mac-style > .c3 {
    background-color: #00AF81;
  }

  .page-case-detail > .content > .header > .title {
    font-size: .14rem;
    color: #1B1B1B;
  }

  .page-case-detail > .content > .header > .title a {
    color: #1B1B1B;
    text-decoration: none;
  }

  .page-case-detail > .content > .content-wrapper {
    padding: .4rem .9rem;
  }

  .page-case-detail > .content > .content-wrapper > .big-title {
    font-weight: bold;
    font-size: .28rem;
    color: #2589FF;
    text-align: center;
  }

  .page-case-detail > .content > .content-wrapper > .sub-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: .15rem;
    padding-bottom: .24rem;
    border-bottom: 1px #DBDBDB solid;
  }

  .page-case-detail > .content > .content-wrapper > .rich-text {
    padding-top: .24rem;
    font-size: .16rem;
    color: #000000;
    line-height: 1.5;
  }

  .page-case-detail > .content > .content-wrapper > .rich-text p,
  .page-case-detail > .content > .content-wrapper > .rich-text div {
    margin-bottom: 0;
  }

  .page-case-detail > .content > .content-wrapper > .rich-text p {
    line-height: 1.6;
    word-wrap: break-word;
    margin: 1em 0;
  }

  .page-case-detail > .content > .content-wrapper > .rich-text img {
    max-width: 100%;
  }

  .page-case-detail > .content > .pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .24rem .9rem .7rem;
  }

  .page-case-detail > .content > .pagination > .pre,
  .page-case-detail > .content > .pagination > .next {
    display: flex;
    align-items: center;
  }

  .page-case-detail > .content > .pagination .label {
    font-size: .14rem;
    color: #1B1B1B;
    font-weight: bold;
  }

  .page-case-detail > .content > .pagination .link {
    font-size: .14rem;
    color: #FF8125;
    margin-left: .24rem;
    cursor: pointer;
    text-decoration: none;
  }

  .page-case-detail > .content > .pagination .link:hover {
    text-decoration: underline;
  }

  .page-case .cus-news {
    width: 14.2rem;
    padding: .49rem .49rem .384rem;
    background: linear-gradient(180deg, #fff 0%, #fff 30%, #00000000 70%);
    border-radius: .1rem .1rem 0 0;
    margin: -.8rem auto 0;
    position: relative;
  }

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

  .page-case .cus-news > .sb > .tabs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: .2rem .48rem;
    overflow: hidden;
    cursor: pointer;
  }

  .page-case .cus-news > .sb > .tabs > .tab {
    min-width: 1.08rem;
    height: .4rem;
    font-size: .14rem;
    color: #1B1B1B;
    background-color: #F1F5F9;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .04rem;
    margin-left: 0.29rem;
    margin-right: -0.045rem;
    transition: .2s all;
    cursor: pointer;
  }

  .page-case .cus-news > .sb > .tabs > .tab.active,
  .page-case .cus-news > .sb > .tabs > .tab:hover {
    background: #2589FF;
    color: white;
  }

  .page-case .cus-news > .cus-cards {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .page-case .cus-news > .cus-cards > .cus-card {
    width: calc((100% - 0.2rem * 4) / 4);
    border-radius: .1rem;
    background-color: white;
    overflow: hidden;
    margin: .1248rem calc(0.2rem / 2);
    box-shadow: .02rem .02rem .05rem #ededed;
    transition: all 0.2s;
    cursor: pointer;
  }

  .page-case .cus-news > .cus-cards > .cus-card:hover {
    transform: translate3d(.03rem, -.03rem, .1rem);
    background-color: #2589FF;
    box-shadow: .01rem .04rem .1rem #2589FF66;
  }

  .page-case .cus-news > .cus-cards > .cus-card:hover .info-wrapper > .title {
    color: white;
  }

  .page-case .cus-news > .cus-cards > .cus-card:hover .info-wrapper > .title > .icon-more {
    display: flex;
  }

  .page-case .cus-news > .cus-cards > .cus-card:hover .info-wrapper > .desc {
    color: white;
  }

  .page-case .cus-news > .cus-cards > .cus-card > .pic {
    display: block;
    width: 100%;
    height: 1.56rem;
    object-fit: cover;
  }

  .page-case .cus-news > .cus-cards > .cus-card > .info-wrapper {
    padding: .13rem .169rem;
  }

  .page-case .cus-news > .cus-cards > .cus-card > .info-wrapper > .title {
    font-size: .159rem;
    color: #1B1B1B;
    margin-top: .0576rem;
    position: relative;
    display: flex;
    font-weight: bold;
    align-items: center;
  }

  .page-case .cus-news > .cus-cards > .cus-card > .info-wrapper > .title > span {
    margin-right: .288rem;
    display: flex;
  }

  .page-case .cus-news > .cus-cards > .cus-card > .info-wrapper > .title > span.line-1 {
    line-height: .288rem;
    display: inline;
    overflow: hidden;
    white-space: normal;
  }

  .page-case .cus-news > .cus-cards > .cus-card > .info-wrapper > .title > .icon-more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-case .cus-news > .cus-cards > .cus-card > .info-wrapper > .title > .icon-more > img {
    display: block;
    width: .159rem;
    height: .159rem;
  }

  .page-case .cus-news > .cus-cards > .cus-card > .info-wrapper > .desc {
    font-size: .12rem;
    color: #808080;
    margin-top: .1152rem;
    margin-bottom: .1rem;
    line-height: .192rem;
    max-height: .384rem;
    overflow: hidden;
    white-space: normal;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
  }

  .page-case .pagination {
    display: flex;
    justify-content: center;
  }

  .page-case .m-pagination {
    margin: .16rem 0;
  }

  .page-case .m-pagination.center {
    text-align: center;
  }

  .page-case .m-pagination-wrap {
    display: inline-block;
    height: .32rem;
    line-height: .3rem;
    font-size: .14rem;
    color: rgba(0, 0, 0, 0.65);
    text-align: center;
  }

  .page-case .m-pagination-wrap .u-item {
    min-width: .3rem;
    height: .3rem;
    display: inline-block;
    user-select: none;
    border: .01rem solid #d9d9d9;
    border-radius: .04rem;
    cursor: pointer;
    text-align: center;
    line-height: .3rem;
  }

  .page-case .m-pagination-wrap .u-item.border-0 {
    border: 0 solid #d9d9d9;
  }

  .page-case .m-pagination-wrap .u-item:hover {
    font-weight: 500;
    color: #1890ff;
    border-color: #1890ff;
  }

  .page-case .m-pagination-wrap .u-item:not(:last-child) {
    margin-right: .08rem;
  }

  .page-case .m-pagination-wrap .u-item.active {
    background-color: #1890ff;
    color: white;
    border: .02rem solid #1890ff;
  }

  .page-case .m-pagination-wrap .disabled {
    pointer-events: none;
    color: rgba(0, 0, 0, 0.25);
    background: #fff;
    border-color: #d9d9d9;
    cursor: not-allowed;
  }

  .page-case .m-pagination-wrap .disabled:hover {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    border-color: #d9d9d9;
  }

  .page-case .m-pagination-wrap .m-arrow {
    display: inline-block;
    vertical-align: middle;
    margin-right: .08rem;
    min-width: .32rem;
    height: .32rem;
    letter-spacing: .02rem;
    font-size: .12rem;
    color: rgba(0, 0, 0, 0.25);
    cursor: pointer;
  }

  .page-case .m-pagination-wrap .m-arrow .u-icon {
    fill: #1890ff;
    width: .12rem;
    height: .12rem;
  }
}

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

  .page-case > .banner,
  .page-case-detail > .banner {
    width: 100%;
    margin-bottom: .2rem;
  }

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

  .page-case-detail > .content {
    border-radius: .1rem;
    margin: 0 .24rem;
    background-color: white;
  }

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

  .page-case-detail > .content > .header > .mac-style {
    display: flex;
    align-items: center;
    padding-left: .2rem;
    padding-right: .2rem;
  }

  .page-case-detail > .content > .header > .mac-style > .c1,
  .page-case-detail > .content > .header > .mac-style > .c2,
  .page-case-detail > .content > .header > .mac-style > .c3 {
    width: .14rem;
    height: .14rem;
    border-radius: .7rem;
    margin: 0 .03rem;
  }

  .page-case-detail > .content > .header > .mac-style > .c1 {
    background-color: #FF734B;
  }

  .page-case-detail > .content > .header > .mac-style > .c2 {
    background-color: #FFD400;
  }

  .page-case-detail > .content > .header > .mac-style > .c3 {
    background-color: #00AF81;
  }

  .page-case-detail > .content > .header > .title {
    font-size: .14rem;
    color: #1B1B1B;
  }

  .page-case-detail > .content > .header > .title a {
    color: #1B1B1B;
    text-decoration: none;
  }

  .page-case-detail > .content > .content-wrapper {
    padding: .4rem;
  }

  .page-case-detail > .content > .content-wrapper > .big-title {
    font-weight: bold;
    font-size: .22rem;
    line-height: 1.3;
    color: #2589FF;
    text-align: center;
  }

  .page-case-detail > .content > .content-wrapper > .sub-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: .1rem;
    padding-bottom: .24rem;
    border-bottom: 1px #DBDBDB solid;
  }

  .page-case-detail > .content > .content-wrapper > .rich-text {
    padding-top: .25rem;
    font-size: .16rem;
    color: #000000;
    line-height: 1.5;
    text-align: justify;
  }

  .page-case-detail > .content > .content-wrapper > .rich-text p,
  .page-case-detail > .content > .content-wrapper > .rich-text div {
    margin-bottom: 0;
  }

  .page-case-detail > .content > .content-wrapper > .rich-text img {
    width: 100% !important;
  }

  .page-case-detail > .content > .pagination {
    display: flex;
    flex-direction: column;
    padding: 0 .4rem .2rem;
  }

  .page-case-detail > .content > .pagination > .pre,
  .page-case-detail > .content > .pagination > .next {
    display: flex;
    align-items: center;
    padding: .1rem 0;
  }

  .page-case-detail > .content > .pagination .label {
    font-size: .14rem;
    color: #1B1B1B;
    font-weight: bold;
  }

  .page-case-detail > .content > .pagination .link {
    font-size: .14rem;
    color: #FF8125;
    margin-left: .1rem;
    text-decoration: none;
  }

  .page-case .cus-news {
    padding: .24rem;
    margin: -.4rem 0 0;
    background: linear-gradient(180deg, #fff 0%, #fff 30%, #00000000 70%);
    border-radius: .1rem .1rem 0 0;
    position: relative;
  }

  .page-case .cus-news > .sb {
    position: sticky;
    padding-top: 0.3rem;
    border-radius: 0.1rem 0.1rem 0 0;
    background-color: white;
    z-index: 200;
    top: .8rem;
  }

  .page-case .cus-news > .sb > .tabs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: .2rem .3rem;
    overflow: hidden;
    margin-top: -0.2rem;
    margin-left: 0.1rem;
  }

  .page-case .cus-news > .sb > .tabs > .tab {
    min-width: 1rem;
    height: .4rem;
    font-size: .14rem;
    color: #1B1B1B;
    background-color: #F1F5F9;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border: .01rem #ededed99 solid;
    transition: .2s all;
    cursor: pointer;
  }

  .page-case .cus-news > .sb > .tabs > .tab.active,
  .page-case .cus-news > .sb > .tabs > .tab:hover {
    background: #2589FF;
    color: white;
  }

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

  .page-case .cus-news > .cus-cards {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .page-case .cus-news > .cus-cards > .cus-card {
    width: calc((100% - 0.2rem * 2) / 2);
    border-radius: .1rem;
    background-color: white;
    overflow: hidden;
    margin: .1248rem calc(0.2rem / 2);
    box-shadow: .02rem .02rem .05rem #ededed;
    transition: all 0.2s;
    cursor: pointer;
  }

  .page-case .cus-news > .cus-cards > .cus-card:hover {
    transform: translate3d(.03rem, -.03rem, .1rem);
    background-color: #2589FF;
    box-shadow: .01rem .04rem .1rem #2589FF66;
  }

  .page-case .cus-news > .cus-cards > .cus-card:hover .info-wrapper > .title {
    color: white;
  }

  .page-case .cus-news > .cus-cards > .cus-card:hover .info-wrapper > .title > .icon-more {
    display: flex;
  }

  .page-case .cus-news > .cus-cards > .cus-card:hover .info-wrapper > .desc {
    color: white;
  }

  .page-case .cus-news > .cus-cards > .cus-card > .pic {
    display: block;
    width: 100%;
    height: 1.3rem;
    object-fit: cover;
  }

  .page-case .cus-news > .cus-cards > .cus-card > .info-wrapper {
    padding: .13rem .169rem;
  }

  .page-case .cus-news > .cus-cards > .cus-card > .info-wrapper > .title {
    font-size: .16rem;
    color: #1B1B1B;
    margin-top: .0576rem;
    position: relative;
    display: flex;
    font-weight: bold;
    align-items: center;
  }

  .page-case .cus-news > .cus-cards > .cus-card > .info-wrapper > .title > span {
    display: flex;
  }

  .page-case .cus-news > .cus-cards > .cus-card > .info-wrapper > .title > span.line-1 {
    line-height: .288rem;
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .page-case .cus-news > .cus-cards > .cus-card > .info-wrapper > .title > .icon-more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .page-case .cus-news > .cus-cards > .cus-card > .info-wrapper > .title > .icon-more > img {
    display: block;
    width: .159rem;
    height: .159rem;
  }

  .page-case .cus-news > .cus-cards > .cus-card > .info-wrapper > .desc {
    font-size: 0.1452rem;
    color: #808080;
    margin-top: .1152rem;
    margin-bottom: .1rem;
    line-height: 0.235rem;
    overflow: hidden;
    white-space: normal;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
  }

  .page-case .pagination {
    display: flex;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0.1rem;
  }

  .page-case .m-pagination {
    margin: .16rem 0;
  }

  .page-case .m-pagination-wrap {
    display: inline-block;
    height: .32rem;
    line-height: .3rem;
    font-size: .14rem;
    color: rgba(0, 0, 0, 0.65);
    text-align: center;
  }

  .page-case .m-pagination-wrap .u-item {
    min-width: .3rem;
    height: .3rem;
    display: inline-block;
    user-select: none;
    border: .01rem solid #d9d9d9;
    border-radius: .04rem;
    cursor: pointer;
    text-align: center;
    line-height: .3rem;
  }

  .page-case .m-pagination-wrap .u-item.border-0 {
    border: 0 solid #d9d9d9;
  }

  .page-case .m-pagination-wrap .u-item:hover {
    font-weight: 500;
    color: #1890ff;
    border-color: #1890ff;
  }

  .page-case .m-pagination-wrap .u-item:not(:last-child) {
    margin-right: .08rem;
  }

  .page-case .m-pagination-wrap .u-item.active {
    background-color: #1890ff;
    color: white;
    border: .02rem solid #1890ff;
  }

  .page-case .m-pagination-wrap .disabled {
    pointer-events: none;
    color: rgba(0, 0, 0, 0.25);
    background: #fff;
    border-color: #d9d9d9;
    cursor: not-allowed;
  }

  .page-case .m-pagination-wrap .disabled:hover {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    border-color: #d9d9d9;
  }

  .page-case .m-pagination-wrap .m-arrow {
    display: inline-block;
    vertical-align: middle;
    margin-right: .08rem;
    min-width: .32rem;
    height: .32rem;
    letter-spacing: .02rem;
    font-size: .12rem;
    color: rgba(0, 0, 0, 0.25);
    transition: all .3s;
    cursor: pointer;
  }

  .page-case .m-pagination-wrap .m-arrow .u-icon {
    fill: #1890ff;
    width: .12rem;
    height: .12rem;
  }
}
