@charset "UTF-8";
.maxWidth {
  width: 100%;
  max-width: 1332px;
  margin: 0 auto;
}

.header-box {
  background-image: url("../img/header_bg.jpg");
}

.header-box {
  background-image: url(../img/header_bg.jpg);
}
.header-box .maxWidth .content {
  padding: 147px 0 215px 0;
}

.business-box {
  background-color: #F9FAFB;
  padding-bottom: 100px;
}
.business-box .menus {
  display: flex;
  align-items: center;
}
.business-box .menus .menu {
  margin: 10px 10px;
  width: 315px;
  height: 200px;
  max-height: 220px;
  background: #FFFFFF;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.14);
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #FFFFFF;
  padding: 41px 0 29px 46px;
  position: relative;
  z-index: 100;
  transform: translateY(-110px);
  cursor: pointer;
}
.business-box .menus .menu .img {
  width: 64px;
  height: 64px;
  margin-right: 10px;
}
.business-box .menus .menu .right {
  display: flex;
  flex-direction: column;
}
.business-box .menus .menu .title {
  font-size: 1.2rem;
  color: #333333;
  font-family: "AT-85";
}
.business-box .menus .menu .subtitle {
  margin-top: 0.4rem;
  font-size: 0.7rem;
  color: #646464;
  font-family: "AT-55";
}
.business-box .menus .menu .btn-dateil {
  width: 8.1rem;
  height: 2rem;
  margin-top: 20px;
  font-family: "AT-55";
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  font-size: 1rem;
  color: #0074FF;
  border-image: linear-gradient(90deg, rgb(0, 115, 255), rgb(0, 159, 255)) 1 1;
  border-radius: 0.2rem;
  border: 1px solid;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.14);
  padding-left: 10px;
}
.business-box .menus .menu .btn-dateil .icon {
  width: 20px;
  height: 20px;
}
.business-box .menus .menu-2 {
  display: flex;
  height: 120px;
  align-items: center;
  justify-content: center;
  padding: 2rem 0 1.5rem 0;
  transition: height 0.3s ease-in-out;
}
.business-box .menus .menu-2:hover {
  height: 200px;
}
.business-box .header {
  margin-top: 50px;
  text-align: center;
}
.business-box .header .title {
  font-size: 40px;
  color: #333333;
  font-weight: normal;
  font-family: "AT-85";
  z-index: 10;
}
.business-box .header .line {
  margin: -14px auto 0;
  width: 189px;
  height: 10px;
  background: linear-gradient(90deg, #0074FF 0%, #00A3FF 100%);
  border-radius: 0px 0px 0px 0px;
}
.business-box .header .subtitle {
  margin-top: 10px;
  font-size: 14px;
  color: #333333;
  font-family: "AT-55";
}
.business-box .list {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.business-box .list .list-item {
  width: 315px;
  height: 200px;
  padding: 24px 62px 0 32px;
  margin: 10px 0;
  background: linear-gradient(180deg, #FFFFFF 0%, #DFEDFF 100%);
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.14);
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.business-box .list .list-item .icon {
  width: 32px;
  height: 10px;
  background: linear-gradient(90deg, #0074FF 0%, #00A3FF 100%);
  border-radius: 0px 0px 0px 0px;
  transition: all 0.3s ease-in-out;
}
.business-box .list .list-item .title {
  margin-top: 0.8rem;
  font-size: 20px;
  color: #333333;
  text-align: left;
  font-family: "AT-65";
  transition: all 0.3s ease-in-out;
}
.business-box .list .list-item .subtitle {
  margin-top: 12px;
  font-family: Alibaba PuHuiTi 2, Alibaba PuHuiTi 20;
  font-weight: normal;
  font-size: 12px;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
  font-family: "AT-55";
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  /* 必须结合 flex 布局 */
  -webkit-box-orient: vertical;
  /* 垂直排列 */
  -webkit-line-clamp: 2;
  line-clamp: 2;
  /* 限制显示的行数 */
  overflow: hidden;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
}
.business-box .list .list-item .btn-text {
  margin-top: 22px;
  font-family: Alibaba PuHuiTi 2, Alibaba PuHuiTi 20;
  font-weight: normal;
  font-size: 16px;
  color: #0074FF;
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: flex;
  align-items: center;
  font-family: "AT-65";
  transition: all 0.3s ease-in-out;
}
.business-box .list .list-item .btn-text .icon-right {
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0.2rem;
}
.business-box .list .list-item .btn-text .icon-right-active {
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0.2rem;
  display: none;
}
.business-box .list .list-item:hover, .business-box .list .list-item:active {
  background: linear-gradient(270deg, #009FFF 0%, #0073FF 100%);
}
.business-box .list .list-item:hover .icon, .business-box .list .list-item:active .icon {
  background: #fff;
}
.business-box .list .list-item:hover .title, .business-box .list .list-item:active .title {
  color: #fff;
}
.business-box .list .list-item:hover .subtitle, .business-box .list .list-item:active .subtitle {
  color: #fff;
}
.business-box .list .list-item:hover .btn-text, .business-box .list .list-item:active .btn-text {
  color: #fff;
}
.business-box .list .list-item:hover .btn-text .icon-right, .business-box .list .list-item:active .btn-text .icon-right {
  display: none;
}
.business-box .list .list-item:hover .btn-text .icon-right-active, .business-box .list .list-item:active .btn-text .icon-right-active {
  display: block;
}
.business-box .list .list-item-active {
  background: linear-gradient(270deg, #009FFF 0%, #0073FF 100%);
}
.business-box .list .list-item-active .icon {
  background: #fff;
}
.business-box .list .list-item-active .title {
  color: #fff;
}
.business-box .list .list-item-active .subtitle {
  color: #fff;
}
.business-box .list .list-item-active .btn-text {
  color: #fff;
}
.business-box .list .list-item-active .btn-text .icon-right {
  display: none;
}
.business-box .list .list-item-active .btn-text .icon-right-active {
  display: block;
}

.case-box {
  background-image: url("../img/home/case-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #000000;
}
.case-box .maxWidth {
  padding: 100px 0;
}
.case-box .maxWidth .header .title {
  font-size: 2rem;
  font-weight: normal;
  font-family: "AT-85";
}
.case-box .maxWidth .header .subtitle {
  font-size: 0.7rem;
  font-family: "AT-55";
}
.case-box .maxWidth .menus {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case-box .maxWidth .menus .menu {
  width: 203px;
  height: 44px;
  background: #F9FAFB;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 10px 0;
  transition: all 0.5s ease-in-out;
}
.case-box .maxWidth .menus .menu .number {
  font-size: 1rem;
  color: #999999;
  margin-right: 0.2rem;
  font-family: "HS-b";
  transition: all 0.5s ease-in-out;
}
.case-box .maxWidth .menus .menu .title {
  font-size: 0.8rem;
  color: #333333;
  font-family: "AT-65";
  transition: all 0.5s ease-in-out;
}
.case-box .maxWidth .menus .menu:hover {
  background: linear-gradient(270deg, #009FFF 0%, #0073FF 100%);
}
.case-box .maxWidth .menus .menu:hover .number {
  color: #fff;
}
.case-box .maxWidth .menus .menu:hover .title {
  color: #fff;
}
.case-box .maxWidth .menus .active {
  background: linear-gradient(270deg, #009FFF 0%, #0073FF 100%);
}
.case-box .maxWidth .menus .active .number {
  color: #fff;
}
.case-box .maxWidth .menus .active .title {
  color: #fff;
}
.case-box .maxWidth .content {
  margin-top: 20px;
  display: none;
}
.case-box .maxWidth .content .left {
  flex: 1;
  padding: 24px 0;
  margin-right: 16px;
}
.case-box .maxWidth .content .left .title {
  display: flex;
  align-items: center;
}
.case-box .maxWidth .content .left .title .number {
  font-weight: bold;
  font-size: 26px;
  color: #007BFF;
  margin-right: 2px;
  font-family: "HS-b";
}
.case-box .maxWidth .content .left .title .text {
  font-size: 24px;
  font-weight: normal;
  font-family: "AT-85";
}
.case-box .maxWidth .content .left .line-box {
  margin-top: 0.8rem;
  width: 100%;
  height: 1px;
  background: #AFAFAF;
  border-radius: 0px 0px 0px 0px;
  position: relative;
}
.case-box .maxWidth .content .left .line-box .line {
  width: 4.7rem;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #0073FF 0%, #009FFF 100%);
  border-radius: 0px 0px 0px 0px;
}
.case-box .maxWidth .content .left .subtitle {
  width: 100%;
  padding-right: 1.5rem;
  box-sizing: border-box;
  height: 6rem;
  margin-top: 1.3rem;
  font-size: 16px;
  color: #4D4D4D;
  line-height: 30px;
  font-family: "AT-55";
  display: -webkit-box;
  /* 必须结合 flex 布局 */
  -webkit-box-orient: vertical;
  /* 垂直排列 */
  -webkit-line-clamp: 4;
  line-clamp: 4;
  /* 限制显示的行数 */
  overflow: hidden;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
}
.case-box .maxWidth .content .left .list {
  margin-top: 0.8rem;
}
.case-box .maxWidth .content .left .list .list-title {
  display: flex;
  align-items: center;
}
.case-box .maxWidth .content .left .list .list-title .img {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.3rem;
}
.case-box .maxWidth .content .left .list .list-title .name {
  font-size: 0.9rem;
  font-family: "AT-65";
}
.case-box .maxWidth .content .left .list .list-content {
  padding: 0.2rem 0 0 1.5rem;
  font-size: 0.8rem;
  color: #4D4D4D;
  font-family: "AT-55";
}
.case-box .maxWidth .content .right {
  width: 649px;
  border-radius: 16px 16px 16px 16px;
}
.case-box .maxWidth .active {
  display: flex;
}

.custom-box {
  background-color: #fff;
  padding: 5rem 0;
}
.custom-box .maxWidth .header {
  font-size: 40px;
  line-height: 64px;
  color: #333333;
  display: flex;
  justify-content: space-between;
}
.custom-box .maxWidth .header .left {
  font-family: "AT-85";
}
.custom-box .maxWidth .header .left .title {
  display: flex;
  align-items: center;
}
.custom-box .maxWidth .header .left .title .top-icon {
  width: 64px;
  height: 64px;
}
.custom-box .maxWidth .header .left h5 {
  font-size: 40px;
  font-weight: normal;
}
.custom-box .maxWidth .header .right {
  font-family: "AT-55";
}
.custom-box .maxWidth .header .right .more {
  text-align: right;
  font-size: 20px;
  color: #666666;
}
.custom-box .maxWidth .header .right .btn-box {
  height: 64px;
  display: none;
  align-items: center;
  justify-content: flex-end;
}
.custom-box .maxWidth .header .right .btn-box .icon-left {
  width: 52px;
  height: 50px;
  position: unset;
  top: 0;
  right: 0;
}
.custom-box .maxWidth .header .right .btn-box .icon-right {
  width: 40px;
  position: unset;
  height: 40px;
  top: 0;
}
.custom-box .maxWidth .header .right .disable {
  display: flex !important;
}
.custom-box .content {
  margin-top: 40px;
}
.custom-box .content .content-item {
  flex-shrink: 0;
  background-image: url(../img/home/custom-img.jpg);
  border: 8px solid #fff;
  box-shadow: 0px 0px 11px 0px rgba(1, 135, 255, 0.13);
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px !important;
  height: 400px;
  box-sizing: border-box;
  border-radius: 30px;
  margin: 0 40px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.custom-box .content .content-item .item-box {
  width: 100%;
  height: 120px;
  background: #fff;
  color: #333333;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.custom-box .content .content-item .item-box .left {
  font-family: "AT-65";
}
.custom-box .content .content-item .item-box .left .left-top {
  font-size: 20px;
  display: flex;
  align-items: center;
}
.custom-box .content .content-item .item-box .left .left-top .icon {
  margin-left: 4px;
  width: 20px;
  height: 20px;
  display: block;
}
.custom-box .content .content-item .item-box .left .left-top .icon-active {
  margin-left: 4px;
  width: 20px;
  height: 20px;
  display: none;
}
.custom-box .content .content-item .item-box .left .left-bottom {
  margin: 16px 0 8px 0;
  font-size: 16px;
}
.custom-box .content .content-item .item-box .right {
  width: 84px;
  height: 84px;
  background: #D9D9D9;
  border-radius: 4px;
}
.custom-box .content .content-item:hover .item-box {
  background: linear-gradient(90deg, #0173FF 0%, #019FFF 100%);
  color: #fff;
}
.custom-box .content .content-item:hover .item-box .left .left-top .icon {
  display: none;
}
.custom-box .content .content-item:hover .item-box .left .left-top .icon-active {
  display: block;
}
.custom-box .content .content-item .item-box-active {
  background: linear-gradient(90deg, #0173FF 0%, #019FFF 100%);
  color: #fff;
}
.custom-box .content .content-item .item-box-active .left .left-top .icon {
  display: none;
}
.custom-box .content .content-item .item-box-active .left .left-top .icon-active {
  display: block;
}

.jiejue-box {
  background-image: url(../img/home/jiejue-bg.jpg);
  padding: 5rem 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.jiejue-box .header .title {
  font-size: 2rem;
  font-weight: normal;
  font-family: "AT-85";
}
.jiejue-box .header .subtitle {
  font-size: 0.7rem;
  font-family: "AT-55";
}
.jiejue-box .content-bg {
  margin-top: 30px;
  background: #F8FBFE;
  display: flex;
  font-family: "AT-55";
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
}
.jiejue-box .left {
  padding: 0 1rem;
  background: #F0F7FE;
  font-family: "AT-65";
}
.jiejue-box .left .btn {
  width: 200px;
  height: 64px;
  margin: 1rem 0;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0.2rem;
  color: #4D4D4D;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.jiejue-box .left .btn .menu {
  width: 28px;
  height: 28px;
  margin-right: 12px;
}
.jiejue-box .left .btn .menu-icon {
  display: block;
}
.jiejue-box .left .btn .menu-icon-active {
  display: none;
}
.jiejue-box .left .btn:hover {
  color: #fff;
  background: linear-gradient(90deg, #0073FF 0%, #009FFF 100%);
}
.jiejue-box .left .btn:hover .menu-icon-active {
  display: block;
}
.jiejue-box .left .btn:hover .menu-icon {
  display: none;
}
.jiejue-box .left .btn-active {
  color: #fff;
  background: linear-gradient(90deg, #0073FF 0%, #009FFF 100%);
}
.jiejue-box .left .btn-active .menu-icon-active {
  display: block;
}
.jiejue-box .left .btn-active .menu-icon {
  display: none;
}
.jiejue-box .center {
  flex: 1;
  display: none;
  background-color: #F8FBFE;
  padding: 44px 40px;
}
.jiejue-box .center .title {
  font-size: 24px;
  color: #333333;
}
.jiejue-box .center .subtitle {
  margin-top: 16px;
  font-size: 16px;
  color: #333333;
}
.jiejue-box .center .center-imgs {
  margin-top: 29px;
  display: flex;
  flex-wrap: wrap;
}
.jiejue-box .center .center-imgs .center-img {
  width: 146px;
  height: 146px;
  color: #4D4D4D;
  background: #F8FBFE;
  box-shadow: 0 0 0 1px #C0DCF8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.jiejue-box .center .center-imgs .center-img .icon {
  margin-bottom: 8px;
  width: 32px;
  height: 32px;
}
.jiejue-box .right {
  display: none;
  width: 272px;
  margin: 40px 0;
  padding: 0 26px;
  border-left: 1px solid #C0DCF8;
}
.jiejue-box .right .title {
  width: 220px;
  height: 34px;
  font-family: Alibaba PuHuiTi 2, Alibaba PuHuiTi 20;
  font-weight: normal;
  font-size: 24px;
  color: #333333;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.jiejue-box .right .left-imgs {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jiejue-box .right .left-imgs .left-img {
  width: 100px;
  margin-bottom: 20px;
}
.jiejue-box .active {
  display: block;
}

.firend-box {
  background-color: #fff;
}
.firend-box .maxWidth {
  padding: 5rem 0;
}
.firend-box .maxWidth .title {
  font-size: 40px;
  color: #333333;
  text-align: center;
  font-weight: normal;
  font-family: "AT-85";
}
.firend-box .maxWidth .imgs-box {
  margin-top: 60px;
  display: none;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.firend-box .maxWidth .imgs-box .imgs {
  display: flex;
  flex-direction: column;
}
.firend-box .maxWidth .imgs-box .imgs .img {
  width: 168px;
  margin: 16px 0;
}
.firend-box .maxWidth .disable {
  display: flex;
}

@media (max-width: 1350px) {
  .business-box .menus {
    margin-top: 0px;
    padding-top: 10px;
    align-items: center;
  }
  .business-box .menus .menu {
    transform: none;
  }
  .business-box .menus .menu-2 {
    height: 200px;
  }
  .business-box .list {
    justify-content: flex-start;
  }
  .business-box .list .list-item {
    width: calc(33.33% - 20px);
    margin: 10px;
  }
  .case-box .maxWidth {
    padding: 100px 20px;
  }
  .case-box .maxWidth .menus .menu {
    width: calc(16.6666% - 20px);
  }
  .case-box .maxWidth .content {
    flex-direction: column;
  }
  .case-box .maxWidth .content .right {
    width: 100%;
  }
  .jiejue-box .content-bg {
    flex-direction: column;
    box-sizing: border-box;
  }
  .jiejue-box .left {
    display: flex;
    flex-wrap: wrap;
  }
  .jiejue-box .left .btn {
    width: calc(25% - 20px);
    margin: 0 10px;
  }
  .jiejue-box .right {
    border: none;
    width: 100%;
  }
  .jiejue-box .right .left-imgs {
    justify-content: flex-start;
  }
  .jiejue-box .right .left-imgs .left-img {
    margin: 10px;
  }
  .jiejue-box .right .title {
    width: 100%;
    text-align: center;
  }
  .jiejue-box .center .center-imgs .center-img {
    width: calc((100vw - 120px) / 5);
    height: calc((100vw - 120px) / 5);
  }
}
@media (max-width: 1250px) {
  .business-box .menus .menu {
    width: calc(50% - 20px);
    margin: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .business-box .menus .menu .right {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1000px) {
  .business-box .menus {
    flex-wrap: wrap;
  }
  .business-box .list .list-item {
    width: calc(50% - 20px);
    margin: 10px;
  }
  .case-box .maxWidth .menus .menu {
    width: calc(33.333% - 20px);
  }
  .firend-box .maxWidth .imgs-box .imgs .img {
    width: 140px;
    margin: 6px 0;
  }
}
@media (max-width: 768px) {
  .business-box .menus .menu-2:hover {
    height: 120px;
  }
  .business-box {
    padding-bottom: 20px;
  }
  .business-box .menus {
    justify-content: space-between;
  }
  .business-box .menus .menu {
    width: calc(50% - 5px);
    margin: 5px 0;
    height: 120px;
  }
  .business-box .menus .menu .img {
    width: 40px;
    height: 40px;
  }
  .business-box .menus .menu .title {
    font-size: 14px;
  }
  .business-box .menus .menu .subtitle {
    margin-top: 4px;
    font-size: 12px;
  }
  .business-box .menus .menu .btn-dateil {
    font-size: 14px;
    margin-top: 10px;
  }
  .business-box .header {
    margin-top: 30px;
  }
  .business-box .header .title {
    font-size: 24px;
  }
  .business-box .header .line {
    width: 100px;
    height: 6px;
    margin: -8px auto 0;
  }
  .business-box .header .subtitle {
    margin-top: 4px;
    font-size: 12px;
  }
  .business-box .list {
    margin-top: 10px;
    justify-content: space-between;
  }
  .business-box .list .list-item {
    width: calc(50% - 8px);
    margin: 10px 0;
    height: 100px;
    padding: 12px;
  }
  .business-box .list .list-item .icon {
    width: 17px;
    height: 5px;
  }
  .business-box .list .list-item .title {
    font-size: 14px;
    margin-top: 6px;
  }
  .business-box .list .list-item .subtitle {
    font-size: 10px;
    margin-top: 4px;
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
  .business-box .list .list-item .btn-text {
    font-size: 10px;
    margin-top: 8px;
  }
  .business-box .list .list-item .btn-text .icon-right-active {
    width: 12px;
    height: 12px;
  }
  .business-box .list .list-item .btn-text .icon-right {
    width: 12px;
    height: 12px;
  }
  .case-box .maxWidth {
    padding: 16px 16px;
  }
  .case-box .maxWidth .header .title {
    font-size: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .case-box .maxWidth .header .title .line {
    display: none;
  }
  .case-box .maxWidth .header .subtitle {
    font-size: 14px;
    margin-top: 4px;
    text-align: center;
  }
  .case-box .maxWidth .menus {
    margin-top: 16px;
  }
  .case-box .maxWidth .menus .menu {
    width: calc(50% - 10px);
  }
  .case-box .maxWidth .content {
    margin-top: 20px;
  }
  .case-box .maxWidth .content .left {
    margin: 0;
    padding: 0;
  }
  .case-box .maxWidth .content .left .title .number {
    font-size: 20px;
  }
  .case-box .maxWidth .content .left .title .text {
    font-size: 20px;
  }
  .case-box .maxWidth .content .left .line-box .line {
    width: 50px;
  }
  .case-box .maxWidth .content .left .subtitle {
    font-size: 16px;
    line-height: 30px;
    height: auto;
    padding: 0;
    margin-top: 14px;
  }
  .case-box .maxWidth .content .left .list .list-title .name {
    font-size: 18px;
  }
  .case-box .maxWidth .content .left .list .list-content {
    font-size: 16px;
    line-height: 30px;
    margin-top: 6px;
  }
  .case-box .maxWidth .content .right {
    margin-top: 20px;
  }
  .custom-box {
    padding: 20px 0;
    overflow: hidden;
  }
  .custom-box .maxWidth .header {
    font-size: 20px;
    line-height: 30px;
  }
  .custom-box .maxWidth .header .left .title .top-icon {
    width: 30px;
    height: 30px;
  }
  .custom-box .maxWidth .header .right .more {
    font-size: 16px;
  }
  .custom-box .maxWidth .header .left h5 {
    font-size: 20px;
  }
  .custom-box .maxWidth .header .right .btn-box {
    height: 30px;
    display: flex !important;
  }
  .custom-box .maxWidth .header .right .disable {
    display: none !important;
  }
  .custom-box .maxWidth .header .right .btn-box .icon-left {
    width: 30px;
    height: 30px;
    margin-top: 0;
  }
  .custom-box .maxWidth .header .right .btn-box .icon-right {
    width: 25px;
    height: 25px;
    margin-top: 0;
  }
  .custom-box .content {
    margin-top: 20px;
  }
  .custom-box .content .content-item {
    margin: 0 10px 0 0;
    width: 200px !important;
    height: 200px;
    border-width: 4px;
    border-radius: 10px;
  }
  .custom-box .content .content-item .item-box {
    height: 60px;
    border-radius: 10px;
  }
  .custom-box .content .content-item .item-box .right {
    width: 40px;
    height: 40px;
  }
  .custom-box .content .content-item .item-box .left .left-top {
    font-size: 14px;
  }
  .custom-box .content .content-item .item-box .left .left-bottom {
    font-size: 12px;
    margin: 6px 0 0 0;
  }
  .custom-box .content .content-item .item-box .left .left-top .icon {
    width: 16px;
    height: 16px;
  }
  .jiejue-box {
    padding: 20px 0;
  }
  .jiejue-box .header .title {
    font-size: 20px;
  }
  .jiejue-box .header .subtitle {
    font-size: 10px;
  }
  .jiejue-box .content-bg {
    margin: 0;
    background: transparent;
    box-shadow: none;
    margin-top: 16px;
  }
  .jiejue-box .left {
    padding: 0 16px;
    margin-left: -16px;
    margin-right: -16px;
    overflow-x: auto;
    flex-wrap: nowrap;
    height: 46px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #EBEBEB;
  }
  .jiejue-box .left .btn {
    flex-shrink: 0;
    height: 44px;
    font-size: 14px;
    border-radius: 0;
    width: calc(33.333% - 10px);
  }
  .jiejue-box .left .btn .menu {
    width: 20px;
    height: 20px;
    margin-right: 4px;
  }
  .jiejue-box .center {
    padding: 30px 0 0 0;
    background: transparent;
  }
  .jiejue-box .center .title {
    font-size: 24px;
    text-align: center;
    color: #333333;
  }
  .jiejue-box .center .subtitle {
    font-size: 16px;
    margin-top: 10px;
    color: #606A82;
    line-height: 30px;
  }
  .jiejue-box .center .center-imgs {
    margin-top: 10px;
  }
  .jiejue-box .right {
    padding: 20px 0;
    margin: 0;
  }
  .jiejue-box .right .title {
    font-size: 20px;
  }
  .jiejue-box .right .left-imgs {
    margin: 0;
    padding: 0 16px;
    justify-content: space-between;
  }
  .jiejue-box .right .left-imgs .left-img {
    margin: 10px 0;
    width: calc(33.333% - 10px);
  }
  .jiejue-box .center .center-imgs .center-img {
    width: calc((100vw - 32px) / 3);
    height: calc((100vw - 32px) / 3);
    font-size: 12px;
  }
  .firend-box .maxWidth .imgs-box {
    display: flex;
  }
  .firend-box .maxWidth .disable {
    display: none;
  }
  .firend-box .maxWidth {
    padding: 30px 0;
  }
  .firend-box .maxWidth .title {
    margin-top: 20px;
    font-size: 24px;
  }
  .firend-box .maxWidth .imgs-box {
    margin: 20px;
    justify-content: space-between;
  }
  .imgs-box .img {
    width: 33.333%;
  }
}