﻿.banner .swiper-sm {
  opacity: 0;
  position: fixed;
  left: 0;
  top: -1000px;
}

.banner .swiper-lg {
  opacity: 1;
  top: 0;
  position: relative;
}

.banner .swiper-slide {
  height: 560px;
  background-size: cover;
}

.banner .item {
  height: 560px;
}

.banner .item .title {
  font-size: 60px;
  color: #fff;
  font-family: FZDHTJW--GB1-0, FZDHTJW--GB1;
  font-weight: normal;
  line-height: 68px;
  letter-spacing: 1px;
}

.banner .item .info {
  font-size: 38px;
  color: #fff;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 53px;
  letter-spacing: 2px;
  margin-top: 15px;
}

.banner .swiper-container {
  --swiper-theme-color: #fff;
  --swiper-navigation-size: 30px;
}

.banner .swiper-pagination-bullet {
  opacity: 0.5;
  border-radius: 4px;
}

.banner .swiper-pagination-bullet-active {
  width: 26px;
  opacity: 1;
}

.banner .container {
  position: relative;
}

.banner-model {
  position: absolute;
  right: 0;
  top: 99px;
  z-index: 10;
  width: 380px;
  padding: 30px 20px;
  background: #FFF;
  border-radius: 8px;
}

.banner-model .header {
  text-align: center;
}

.banner-model .header h3 {
  font-size: 22px;
  font-weight: 500;
  color: #333;
  margin-bottom: 5px;
}

.banner-model .header p {
  font-size: 13px;
  font-weight: 400;
  color: #909399;
}

.banner-model .form {
  width: 340px;
  margin: 22px auto 0;
}

.banner-model .form .phone input,
.banner-model .form .verify input {
  flex: 1 0 auto;
  padding: 12px 15px;
  font-size: 13px;
  color: #606266;
  border-radius: 4px;
  border: 1px solid #fff;
  outline: none;
  background-color: #F3F3F3;
}

.banner-model .form .phone input:focus,
.banner-model .form .verify input:focus {
  border: 1px solid #5191ff;
}

.banner-model .form .verify {
  margin-top: 16px;
}

.banner-model .form .verify input {
  flex: 0 0 200px;
  width: 200px;
}

.banner-model .form .verify button {
  font-size: 13px;
  color: #fff;
  flex: 0 0 120px;
  padding: 13px 0;
  background-color: #5191ff;
  border-radius: 4px;
  outline: none;
  border: none;
}

.banner-model .form .text {
  font-size: 13px;
  font-weight: 400;
  color: #b7bac1;
  margin-top: 8px;
}

.banner-model .form .use-btn {
  display: block;
  font-size: 16px;
  color: #fff;
  padding: 13px 0;
  width: 100%;
  background-color: #5191ff;
  border-radius: 4px;
  outline: none;
  border: none;
  margin-top: 36px;
}

.banner-model .form .is-disabled,
.banner-model .form .verify .is-disabled {
  background-color: #1C6FFF;
}

.industry {
  margin-top: 110px;
}

.industry .title {
  text-align: center;
  font-size: 38px;
  color: var(--text-color-import);
  letter-spacing: 8px;
}

.industry .list {
  margin-top: 66px;
  margin-bottom: 80px;
}

.industry .list.row {
  --row-margin-width: -11px;
  --row-padding-width: 11px;
}

.industry .list .item {
  margin-top: 22px;
  cursor: pointer;
  border: 1px solid #e4e7ed;
  transition: all 0.3s ease-out;
}

@media (min-width: 767px) {
  .industry .list .item:hover {
    transform: translateY(-10px);
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
  }
}

.industry .list .item .picture {
  height: 0;
  padding-top: 188px;
  position: relative;
}

.industry .list .item .picture .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.industry .list .item .picture .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 45px;
}

.industry .list .item .name {
  font-size: 18px;
  color: var(--text-color-import);
  padding: 26px 0;
  text-align: center;
}

.counsel-button {
  --btn-color: var(--text-color-blue);
  --btn-inverse: #fff;
}

.counsel-button .button {
  cursor: pointer;
  outline: none;
  border: none;
  padding: 7px 29px;
  font-size: 16px;
  border-radius: 20px;
  box-shadow: 0px 2px 7px 0px rgba(44, 146, 248, 0.25);
  background-color: transparent;
  transition: all 0.3s ease-out;
}

.counsel-button .button:hover {
  color: var(--btn-inverse);
  background-color: var(--btn-color);
  transform: translateY(-4px);
  box-shadow: 0px 2px 14px 0px rgba(44, 146, 248, 0.25);
}

.counsel-button .button + .button {
  margin-left: 40px;
}

.counsel-button .button-border {
  color: var(--btn-color);
  border: 1px solid var(--btn-color);
}

.counsel-button .button-bg {
  color: var(--btn-inverse);
  background-color: var(--btn-color);
}

.function {
  background-image: url(../images/function_bg.png);
  background-size: cover;
  margin-top: 70px;
}

.function-title {
  text-align: center;
  font-size: 38px;
  color: var(--text-color-import);
  letter-spacing: 8px;
  margin-top: 100px;
}

.function .broadside {
  padding: 10px 0;
  background-color: #072cdc;
}

.function .broadside .item {
  width: 300px;
  height: 125px;
  position: relative;
  padding-left: 73px;
  cursor: pointer;
}

.function .broadside .item + .item::after {
  content: '';
  width: 174px;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 50%;
  margin-left: -87px;
  top: -2px;
  display: block;
}

.function .broadside .item .name {
  color: #fff;
  font-size: 22px;
  margin-left: 15px;
}

.function .broadside .item i {
  color: #fff;
  font-size: 24px;
}

.function .broadside .item.active {
  background-color: #fff;
}

.function .broadside .item.active::after {
  display: none;
}

.function .broadside .item.active .name,
.function .broadside .item.active i {
  color: #072cdc;
}

.function .education {
  height: 497px;
  margin-top: 90px;
}

.education-wrapper {
  padding-top: 58px;
  padding-left: 97px;
}

.function .education .item {
  display: none;
  padding: 10px 0;
}

.function .education .item:nth-child(1) {
  display: block;
}

.function .education-title {
  font-size: 36px;
  color: #fff;
  line-height: 50px;
  letter-spacing: 7px;
  border-bottom: 4px solid #fff;
}

.function .education .item .name {
  font-size: 26px;
  color: #fff;
  line-height: 37px;
}

.function .education .item .list {
  height: 300px;
  margin-bottom: 100px;
}

.function .education .item .list .span {
  width: 100px;
  margin-top: 40px;
  margin-right: 75px;
}

.function .education .item .list .span:nth-child(5n) {
  margin-right: 0;
}

.function .education .item .list .round {
  width: 76px;
  height: 76px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 30px;
  color: #2e5ade;
}

.function .education .item .list .font {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}

.function .education .counsel-button {
  --btn-color: #fff;
  --btn-inverse: var(--text-color-blue);
}

.version {
  margin-top: 100px;
}

.version .version-title {
  font-size: 38px;
  color: var(--text-color-import);
  letter-spacing: 8px;
  text-align: center;
}

.version .list {
  margin-top: 37px;
  margin-bottom: 62px;
  padding: 0 15px;
}

.version .item .content {
  width: 560px;
  padding: 0 30px;
}

.version .item .content h4 {
  font-size: 26px;
  color: var(--text-color-import);
}

.version .item .content p {
  font-size: 15px;
  color: #666666;
  line-height: 26px;
  letter-spacing: 2px;
}

.version .item-end {
  margin-top: 20px;
}

.version .item-end .content p {
  text-align: right;
}

.version .item .content span {
  width: 50px;
  height: 2px;
  margin: 20px 0;
  background-color: var(--text-color-blue);
}

.client {
  background-color: #f3f8ff;
  padding-top: 99px;
  padding-bottom: 82px;
  margin-top: 100px;
}

.client .client-title {
  font-size: 38px;
  color: var(--text-color-import);
  letter-spacing: 8px;
  text-align: center;
}

.client .list {
  margin: 88px 0;
}

.client .item {
  background-color: #fff;
  padding: 10px;
  width: 224px;
  height: 340px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.client .item + .item {
  margin-left: 20px;
}

.client .item:hover .client-small {
  top: -100%;
}

.client .item:hover .client-big {
  top: 10px;
}

.client .client-small {
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  transition: all 0.3s ease-out;
}

.client .client-small img {
  width: 100%;
  display: block;
}

.client .client-small h5 {
  font-size: 15px;
  color: var(--text-color-import);
  line-height: 21px;
  margin-top: 20px;
}

.client .client-small p {
  margin-top: 7px;
  font-size: 13px;
  color: var(--text-color-secondary);
  line-height: 22px;
}

.client .client-big {
  position: absolute;
  left: 10px;
  top: 100%;
  padding: 0 8px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  transition: all 0.3s ease-out;
  background-size: 100% 100%;
}

.client .client-big h5 {
  margin-top: 40px;
  font-size: 15px;
  color: var(--text-color-import);
  line-height: 21px;
}

.client .client-big p {
  margin-top: 20px;
  font-size: 13px;
  color: var(--text-color-secondary);
  line-height: 30px;
}

.client .client-big i {
  color: var(--text-color-blue);
  font-size: 24px;
}

.client .item:nth-child(1) .client-big {
  background-image: url(../images/client_bg1.png);
}

.client .item:nth-child(2) .client-big {
  background-image: url(../images/client_bg2.png);
}

.client .item:nth-child(3) .client-big {
  background-image: url(../images/client_bg3.png);
}

.client .item:nth-child(4) .client-big {
  background-image: url(../images/client_bg4.png);
}

.client .item:nth-child(5) .client-big {
  background-image: url(../images/client_bg5.png);
}

.userdata {
  height: 300px;
  background-image: url(../images/userdata-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.userdata .item {
  height: 300px;
  position: relative;
}

.userdata .item + .item::before {
  content: '';
  width: 2px;
  height: 66px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -33px;
}

.userdata .item h4 {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  line-height: 48px;
  letter-spacing: 2px;
}

.userdata .item P {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  margin-top: 23px;
}

.itSupport {
  margin-top: 100px;
}

.itSupport .itSupport-title {
  font-size: 38px;
  color: var(--text-color-import);
  letter-spacing: 8px;
  text-align: center;
}

.itSupport .list {
  margin-top: 74px;
  margin-bottom: 35px;
}

.itSupport .list .item {
  width: 206px;
  height: 206px;
  padding: 25px;
  cursor: pointer;
  border-radius: 10px;
  margin-right: 125px;
}

.itSupport .list .item:nth-child(4n) {
  margin-right: 0;
}

@media (min-width: 767px) {
  .itSupport .list .item:hover {
    background: #f7faff;
  }

  .itSupport .list .item:hover img {
    transform: rotateY(180deg);
  }
}

.itSupport .list .item img {
  transition: all 0.3s ease-out;
}

.itSupport .list .item h5 {
  font-size: 16px;
  color: var(--text-color-import);
  line-height: 22px;
  margin-top: 17px;
}

.itSupport .list .item p {
  font-size: 12px;
  color: var(--text-color-auxiliary);
  line-height: 18px;
  letter-spacing: 1px;
  margin-top: 19px;
  text-align: center;
}

.service {
  margin-top: 100px;
  padding-top: 80px;
  padding-bottom: 99px;
  background-color: #f3f8ff;
}

.service .service-title {
  font-size: 38px;
  color: var(--text-color-import);
  letter-spacing: 8px;
  text-align: center;
}

.service .tab {
  width: 844px;
  margin: 60px auto 0;
  border-bottom: 2px solid #e4e7ed;
}

.service .tab .item {
  width: 164px;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
}

.service .tab .item::after {
  content: '';
  width: 40px;
  height: 2px;
  background: var(--text-color-blue);
  position: absolute;
  left: 50%;
  bottom: -2px;
  margin-left: -20px;
  display: none;
}

.service .tab .item .after {
  display: none;
}

.service .tab .item img {
  width: 50px;
  height: 50px;
}

.service .tab .item p {
  font-size: 18px;
  color: var(--text-color-auxiliary);
  line-height: 25px;
  letter-spacing: 1px;
  margin-top: 12px;
}

.service .tab .item:hover .before,
.service .tab .item.active .before {
  display: none;
}

.service .tab .item:hover .after,
.service .tab .item.active .after,
.service .tab .item:hover::after,
.service .tab .item.active::after {
  display: block;
}

.service .tab .item:hover p,
.service .tab .item.active p {
  color: var(--text-color-blue);
}

.service .list {
  width: 1000px;
  margin: 0 auto 87px;
}

.service .list .item {
  margin-top: 76px;
}

.service .list .item .content {
  padding: 0 30px;
}

.service .list .item .content h4 {
  font-size: 22px;
  color: var(--text-color-import);
  line-height: 30px;
  font-weight: 500;
}

.service .list .item .content p {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-top: 20px;
}

.case {
  /*margin-top: 100px;*/
  padding: 80px 0 99px 0;  
  background-color: #f3f8ff;
  max-width: inherit;
}

.case-title {
  font-size: 38px;
  color: var(--text-color-import);
  letter-spacing: 8px;
  text-align: center;
}

.case .list {
  margin-top: 100px;
  margin-bottom: 80px;
  margin-left: 77px;
}

.case .list .item {
  padding: 35px 0;
}

.case .list .item img {
  transition: all 0.3s ease-out;
}

@media (min-width: 767px) {
  .case .list .item:hover img {
    transform: scale(1.1);
  }
}

.case .list .item.bg {
  background-color: #fff;
}

.force {
  /*margin-top: 120px;*/
  padding: 64px 0;
  background-image: url(../images/bottom_bg.png);
  background-size: cover;
}

.force .title {
  font-size: 32px;
  color: #ffffff;
  line-height: 45px;
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 36px;
}

.force .counsel-button {
  --btn-color: #fff;
  --btn-inverse: var(--text-color-blue);
}

.function-sm {
  display: none;
}

/* 资讯样式 */
.information {
    padding-top: 110px;
    padding-bottom: 100px;
    background: #ffffff;
}

.information-title {
    font-size: 38px;
    color: var(--text-color-import);
    letter-spacing: 8px;
    text-align: center;
}

.information-tab {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f0;
}

.information-tab__item {
    padding: 28px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: var(--text-color-import);
    cursor: pointer;
    position: relative;
}

.information-tab__item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    opacity: 0;
    background-color: var(--text-color-blue);
}

.information-tab__item.active {
    color: var(--text-color-blue);
}

.information-tab__item.active::before {
    opacity: 1;
}

.information-content {
    margin-top: 50px;
    margin-bottom: 100px;
}

.information-content__item {
    display: none;
}

.information-content__item.active {
    display: flex;
}

.information-content__item a {
  color: #333;
}

.information-content__left {
    width: 570px;
}

.information-content__img {
    display: block;
    width: 100%;
}

.information-content__desc {
    display: flex;
    margin-top: 36px;
}

.information-content__desc-time {
    width: 82px;
    height: 100px;
    transition: all 0.1s;
}

.information-content__desc-time .day {
    font-size: 60px;
    font-weight: bold;
    color: #333;
    line-height: 1;
    text-align: center;
}

.information-content__desc-time .time {
    font-size: 15px;
    font-weight: bold;
    color: var(--text-color-auxiliary);
    text-align: center;
    margin-top: 10px;
}

.information-content__desc:hover .information-content__desc-time {
    background-color: var(--text-color-blue);
}

.information-content__desc:hover .information-content__desc-time .day,
.information-content__desc:hover .information-content__desc-time .time {
    color: var(--white);
}

.information-content__desc-con {
    flex: 1;
    margin-left: 20px;
}

.information-content__desc-con .title {
    max-width: 460px;
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    line-height: 33px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.information-content__desc-con .text {
    margin-top: 15px;
    font-size: 15px;
    font-weight: 400;
    color: var(--text-color-auxiliary);
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.information-content__right {
    flex: 1;
    margin-left: 50px;
}

.information-content__right-item {
    display: flex;
    align-items: center;
}

.information-content__right-item + .information-content__right-item {
    margin-top: 60px;
}

.information-content__right-time {
    width: 82px;
    height: 100px;
    transition: all 0.1s;
}

.information-content__right-time .day {
    font-size: 60px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
    text-align: center;
}

.information-content__right-time .time {
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
    color: var(--text-color-auxiliary);
    text-align: center;
}

.information-content__right-item:hover .information-content__right-time {
    background-color: var(--text-color-blue);
}

.information-content__right-item:hover .information-content__right-time .day,
.information-content__right-item:hover .information-content__right-time .time {
    color: var(--white);
}

.information-content__right-con {
    flex: 1;
    margin-left: 15px;
}

.information-content__right-con .title {
    max-width: 460px;
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    line-height: 33px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.information-content__right-con .text {
    margin-top: 15px;
    font-size: 15px;
    font-weight: 400;
    color: var(--text-color-auxiliary);
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
  .banner .swiper-slide img {
    display: block;
    width: 100%;
  }

  .banner .item,
  .banner .swiper-slide {
    height: auto;
  }

  .banner .swiper-sm {
    opacity: 1;
    position: relative;
    top: 0;
  }

  .banner .swiper-lg {
    position: fixed;
    left: 0;
    top: -800px;
    opacity: 0;
  }

  .banner .swiper-sm {
    display: block;
  }

  .industry {
    margin-top: 40px;
    padding: 0 15px;
  }

  .industry .title {
    color: #303133;
    font-size: 20px;
    letter-spacing: 2px;
  }

  .industry .list {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .industry .list .item {
    margin-top: 12px;
  }

  .industry .list .item .picture {
    padding-top: 120px;
  }

  .industry .list .item .picture .icon {
    font-size: 24px;
  }

  .industry .list .item .name {
    padding: 12px 0;
    font-size: 13px;
  }

  .counsel-button {
    display: none;
  }

  .function {
    display: none;
  }

  .function-title {
    color: #303133;
    font-size: 20px;
    letter-spacing: 2px;
    margin-top: 40px;
  }

  .function-sm {
    display: block;
    margin-top: 25px;
    background-color: #f3f8ff;
  }

  .function-sm .item .title {
    height: 65px;
    padding: 0 15px;
  }

  .function-sm .item .title i {
    color: #0b30dd;
    font-size: 20px;
  }

  .function-sm .item .title .name {
    color: var(--text-color-import);
    font-size: 15px;
  }

  .function-sm .item .title .edu-icon-caret-up {
    color: #909399;
    font-size: 18px;
    transition: all 0.3s ease-out;
    transform: rotate(180deg);
  }

  .function-sm .item.active .title {
    background-color: #0b30dd;
  }

  .function-sm .item.active .title i,
  .function-sm .item.active .title .name,
  .function-sm .item.active .title .edu-icon-caret-up {
    color: #fff;
  }

  .function-sm .item.active .title .edu-icon-caret-up {
    transform: rotate(360deg);
  }

  .function-sm .item .list {
    display: none;
    padding: 10px 15px 30px;
    height: 250px;
    background-image: url(../images/function-sm-bg.png);
    background-size: 100% 250px;
  }

  .function-sm .item:nth-child(1) .list {
    display: block;
  }

  .function-sm .item .list .span {
    margin-top: 25px;
    width: 25%;
  }

  .function-sm .item .list .span .round {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    font-size: 15px;
    color: #0b30dd;
  }

  .function-sm .item .list .span .font {
    margin-top: 10px;
    font-size: 12px;
    color: #ffffff;
  }

  .version {
    margin-top: 45px;
  }

  .version .version-title {
    font-size: 20px;
  }

  .version .item > img {
    width: 100%;
  }

  .client {
    margin-top: 45px;
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .client .client-title {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .client .item {
    width: 100%;
  }

  .client .list {
    margin: 10px 0 0;
    padding: 0 15px;
  }

  .client .item {
    height: 110px;
    padding: 0;
    margin-top: 10px;
    box-shadow: 0px 1px 7px 0px rgba(44, 146, 248, 0.1);
    border-radius: 5px;
  }

  .client .item + .item {
    margin-left: 0px;
  }

  .client .client-big {
    display: none;
  }

  .client .client-small {
    position: static;
    padding-left: 125px;
    padding-top: 20px;
  }

  .client .client-small img {
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
    height: 110px;
  }

  .client .client-small h5 {
    margin-top: 0;
  }

  .userdata {
    height: 140px;
    background-size: auto 100%;
    background-attachment: scroll;
  }

  .userdata .item {
    height: 140px;
  }

  .userdata .item h4 {
    font-size: 22px;
    line-height: 27px;
  }

  .userdata .item P {
    font-size: 13px;
    line-height: 18px;
    margin-top: 7px;
  }

  .itSupport {
    margin-top: 35px;
  }

  .itSupport .itSupport-title {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .itSupport .list {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .itSupport .list .item {
    width: 50%;
    margin-right: 0;
    padding: 15px;
    height: auto;
  }

  .itSupport .list .item img {
    height: 27px;
  }

  .itSupport .list .item h5 {
    font-size: 14px;
  }

  .itSupport .list .item p {
    margin-top: 5px;
    font-size: 10px;
  }

  .service {
    margin-top: 50px;
    padding: 28px 15px 50px;
  }

  .service .tab {
    display: none;
  }

  .service .list {
    width: 100%;
    margin: 0;
  }

  .service .list .item {
    margin-top: 30px;
  }

  .service .list .item > img {
    width: 100%;
  }

  .service .service-title {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .service .list .item .content {
    margin-top: 12px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .service .list .item .content h4 {
    text-align: center;
    font-size: 15px;
    width: 100%;
  }

  .service .list .item .content p {
    width: 50%;
    font-size: 12px;
    line-height: 18px;
    margin-top: 8px;
    align-items: flex-start;
  }

  .case {
    margin-top: 40px;
  }

  .case-title {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .case .list {
    margin: 30px 0 0;
    padding: 0 15px;
  }

  .case .list .item {
    padding: 5px 0;
  }

  .case .list .item img {
    height: 30px;
    /* width: 33.333%; */
  }

  .case .list .item.bg {
    background-color: #fff;
  }

  .case .list .item:nth-child(odd) {
    background-color: #f3f8ff;
  }

  .force {
    margin-top: 50px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    padding: 27px 15px;
  }

  .force .title {
    font-size: 17px;
    margin-bottom: 0px;
    line-height: 1;
  }

  .force .counsel-button {
    display: none;
  }

  .force .counsel-button .button {
    font-size: 14px;
    padding: 3px 14px;
  }

  .information {
        padding: 50px 15px;
        background: #ffffff;
    }

    .information-title {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .information-content {
        margin-top: 25px;
    }

    .information-tab {
        margin-top: 25px;
        overflow-x: auto;
    }

    .information-content__desc {
        margin-top: 18px;
    }

    .information-content__desc-time {
        width: 50px;
        height: 64px;
    }

    .information-content__desc-time .day {
        font-size: 35px;
    }

    .information-content__desc-time .time {
        margin-top: 4px;
        font-size: 12px;
    }

    .information-content__desc-con .title {
        max-width: 250px;
        font-size: 15px;
        line-height: 21px;
    }

    .information-content__desc-con .text {
        font-size: 12px;
        margin-top: 9px;
        line-height: 19px;
    }

    .information-content__item {
        flex-wrap: wrap;
    }

    .information-tab__item {
        padding: 14px 0;
        flex-shrink: 0;
        white-space: nowrap;
        font-size: 14px;
    }

    .information-tab__item + .information-tab__item {
        margin-left: 20px;
    }

    .information-content__right-time {
        width: 50px;
        height: 64px;
    }

    .information-content__right-time .day {
        font-size: 35px;
    }

    .information-content__right-time .time {
        margin-top: 4px;
        font-size: 12px;
    }

    .information-content__right-con .title {
        max-width: 250px;
        font-size: 15px;
        line-height: 21px;
    }

    .information-content__right-con .text {
        font-size: 12px;
        margin-top: 9px;
        line-height: 19px;
    }

    .information-content__right-item + .information-content__right-item {
        margin-top: 25px;
    }

    .information-content__left {
        width: 100%;
    }

    .information-content__right {
        margin-left: 0;
        margin-top: 25px;
    }

    .information-content {
        margin-bottom: 0;
    }

}
