html {
  scroll-behavior: smooth;
}
.title {
  display: flex;
  font-size: 18px;
  align-items: end;
}
.title h2 {
  font-weight: 400;
  font-size: 28px;
  position: relative;
}
.title span {
  margin-left: 30px;
  display: block;
  font-size: 14px;
  line-height: 32px;
  color: #ABABAB;
}
.ch-banner {
  height: 500px;
  min-width: 1200px;
  background: url('/images/money/money1.png') no-repeat center center;
}
.ch-banner .ch-banner-container {
  position: relative;
}
.ch-banner .ch-banner-container .button {
  position: absolute;
  top: 312px;
}
.ch-banner .ch-banner-container .button a {
  display: block;
  width: 187px;
  height: 56px;
  background: linear-gradient(271deg, #1C94FF 0%, #235DFF 100%);
  border-radius: 4px 4px 4px 4px;
  text-align: center;
  line-height: 56px;
  color: #fff;
  font-size: 16px;
}
.ch-banner .ch-banner-container .button a:hover {
  background: #235DFF;
}
.ch-banner .ch-banner-container .form {
  position: absolute;
  top: 59px;
  right: 0;
  width: 370px;
  height: 382px;
  background: linear-gradient(136deg, rgba(230, 242, 255, 0.55) 0%, rgba(255, 255, 255, 0.48) 50%, rgba(229, 238, 255, 0.42) 100%);
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #FFFFFF;
  text-align: center;
}
.ch-banner .ch-banner-container .form .form-title {
  margin-top: 20px;
}
.ch-banner .ch-banner-container .form .form-title h3 {
  font-weight: bold;
  font-size: 24px;
  position: relative;
  color: #222222;
}
.ch-banner .ch-banner-container .form .form-title h3::before,
.ch-banner .ch-banner-container .form .form-title h3::after {
  content: '';
  position: absolute;
  width: 22px;
  /* 修改为图片的实际宽度 */
  height: 12px;
  /* 修改为图片的实际高度 */
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  transform: translate(0, -50%);
}
.ch-banner .ch-banner-container .form .form-title h3::before {
  background-image: url('/images/h3TitleLeft.png');
  /* 替换为左侧图片的真实URL */
  top: 28px;
  left: 34px;
}
.ch-banner .ch-banner-container .form .form-title h3::after {
  top: 28px;
  background-image: url('/images/h3TitleRight.png');
  /* 替换为右侧图片的真实URL */
  right: 34px;
}
.ch-banner .ch-banner-container .form .form-title p {
  font-size: 12px;
}
.ch-banner .ch-banner-container .form .form-container {
  margin-top: 15px;
}
.ch-banner .ch-banner-container .form .form-container .iconfont {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  font-weight: bold;
}
.ch-banner .ch-banner-container .form .form-container .form-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ch-banner .ch-banner-container .form .form-container .form-content .customization-list ul {
  width: 100%;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.ch-banner .ch-banner-container .form .form-container .form-content .customization-list ul li {
  width: 162px;
  height: 46px;
  border: 1px solid #fff;
  background-color: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  text-align: center;
  line-height: 46px;
  font-size: 14px;
  cursor: pointer;
}
.ch-banner .ch-banner-container .form .form-container .form-content .customization-list ul li:hover {
  border: 1px solid #3161F5;
}
.ch-banner .ch-banner-container .form .form-container .form-content .customization-list ul li.active {
  border: 1px solid #3161F5;
  background: url('/images/z23.png') no-repeat right bottom;
  background-color: #fff;
}
.ch-banner .ch-banner-container .form .form-container .form-content .company-name {
  margin-top: 8px;
  margin-bottom: 10px;
  width: 334px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
  padding: 10px 10px;
}
.ch-banner .ch-banner-container .form .form-container .form-content .company-name input {
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  text-align: left;
  background-color: #fff;
}
.ch-banner .ch-banner-container .form .form-container .form-content .company-name input::placeholder {
  color: #999999;
}
.ch-banner .ch-banner-container .form .form-container .form-content .phone-code-number {
  display: flex;
  align-items: center;
  width: 334px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  padding: 10px 10px;
}
.ch-banner .ch-banner-container .form .form-container .form-content .phone-code-number .code {
  flex: 1;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  background-color: #fff;
}
.ch-banner .ch-banner-container .form .form-container .form-content .phone-code-number .code::placeholder {
  color: #999999;
}
.ch-banner .ch-banner-container .form .form-container .form-content .phone-code-number .code {
  width: 70px;
}
.ch-banner .ch-banner-container .form .form-container .form-content .phone-code-number .gainCode {
  all: unset;
  margin-right: 13px;
  color: #3161F5;
  font-size: 14px;
  cursor: pointer;
}
.ch-banner .ch-banner-container .form .form-container .form-content .buttonSubmit {
  all: unset;
  margin-top: 17px;
  width: 334px;
  height: 46px;
  background: #3161F5;
  border-radius: 4px 4px 4px 4px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.elevator {
  position: fixed;
  top: 53%;
  right: 2%;
  width: 56px;
  height: 242px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px 4px 4px 4px;
}
.elevator ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 60px;
  color: #666666;
  font-size: 12px;
  position: relative;
  cursor: pointer;
}
.elevator ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 24px;
  height: 1px;
  background: #E6E9F2;
  border-radius: 0px 0px 0px 0px;
}
.elevator ul li:last-child::after {
  width: 14px;
  height: 2px;
  background: #666666;
  top: 19px;
}
.elevator ul li:last-child:hover::after {
  width: 14px;
  height: 2px;
  background: #3161F5;
  top: 19px;
}
.elevator ul li:last-child .icon-shouqi {
  position: absolute;
  top: 14px;
  left: 21.5px;
  margin-top: -5px;
  font-size: 6px;
}
.elevator ul li:last-child div {
  margin-top: 10px;
}
.elevator ul li:hover {
  color: #3161F5;
}
.ich-hot-industrial-commercial-registration {
  height: 448px;
  background-color: #F2F6FB;
}
.ich-hot-industrial-commercial-registration .ich-hot-industrial-commercial-registration-container {
  padding-top: 50px;
}
.ich-hot-industrial-commercial-registration .ich-hot-industrial-commercial-registration-container .list {
  margin-top: 30px;
  width: 100%;
  height: 225px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 7px;
}
.ich-hot-industrial-commercial-registration .ich-hot-industrial-commercial-registration-container .list .item {
  width: 395px;
  height: 274px;
  padding-top: 38px;
  padding-left: 38px;
  background: url(/images/money/money2.png) no-repeat center center;
  padding-bottom: 37px;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.ich-hot-industrial-commercial-registration .ich-hot-industrial-commercial-registration-container .list .item .item-title {
  position: relative;
}
.ich-hot-industrial-commercial-registration .ich-hot-industrial-commercial-registration-container .list .item .item-title .hot1 {
  position: absolute;
  top: -43px;
  right: -6px;
  width: 49px;
  height: 49px;
}
.ich-hot-industrial-commercial-registration .ich-hot-industrial-commercial-registration-container .list .item .item-title h4 {
  font-weight: 400;
  font-size: 20px;
  color: #222222;
}
.ich-hot-industrial-commercial-registration .ich-hot-industrial-commercial-registration-container .list .item .item-title p {
  width: 260px;
  margin-top: 12px;
  font-weight: 400;
  font-size: 14px;
  white-space: wrap;
  color: #999999;
}
.ich-hot-industrial-commercial-registration .ich-hot-industrial-commercial-registration-container .list .item .item-title .item-line {
  margin-top: 26px;
  width: 50px;
  height: 1px;
  background: #E1E1E1;
  border-radius: 0px 0px 0px 0px;
}
.ich-hot-industrial-commercial-registration .ich-hot-industrial-commercial-registration-container .list .item .item-center {
  display: flex;
  flex-wrap: nowrap;
}
.ich-hot-industrial-commercial-registration .ich-hot-industrial-commercial-registration-container .list .item .item-center .other-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 28px;
}
.ich-hot-industrial-commercial-registration .ich-hot-industrial-commercial-registration-container .list .item .item-center .other-price .price {
  transition: all 0.5s;
  color: #FF4E00;
}
.ich-hot-industrial-commercial-registration .ich-hot-industrial-commercial-registration-container .list .item .item-center .other-price .price .money {
  font-weight: bold;
  font-size: 28px;
  color: #FF4E00;
}
.ich-hot-industrial-commercial-registration .ich-hot-industrial-commercial-registration-container .list .item .item-center .button {
  width: 140px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #3161F5;
}
.ich-hot-industrial-commercial-registration .ich-hot-industrial-commercial-registration-container .list .item .item-center .button a {
  display: block;
  width: 140px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #3161F5;
}
.ich-hot-industrial-commercial-registration .ich-hot-industrial-commercial-registration-container .list .item:hover {
  background: url(/images/money/money2-1.png) no-repeat center center;
  box-shadow: 0px 4px 8px 1px rgba(49, 97, 245, 0.1);
  transform: translateY(-4px);
  transition: all 0.5s;
}
.ich-hot-industrial-commercial-registration .ich-hot-industrial-commercial-registration-container .list .item:hover .item-title h4 {
  color: #3161F5;
  transition: all 0.2s;
}
.ich-hot-industrial-commercial-registration .ich-hot-industrial-commercial-registration-container .list .item:hover .item-center .button {
  background: #3161F5;
  transition: all 0.2s;
}
.ich-hot-industrial-commercial-registration .ich-hot-industrial-commercial-registration-container .list .item:hover .item-center .button a {
  color: #fff;
  transition: all 0.2s;
}
.ich-enterprise-service {
  height: 1086px;
  background-color: #E8EEF9;
}
.ich-enterprise-service .ich-enterprise-service-container {
  padding-top: 50px;
}
.ich-enterprise-service .ich-enterprise-service-container .ich-seek {
  width: 1200px;
  margin-top: 75px;
  display: flex;
  justify-content: space-between;
}
.ich-enterprise-service .ich-enterprise-service-container .ich-seek .ich-seek-item {
  background: url(/images/money/seek-bg.png) no-repeat center center;
  width: 294px;
  height: 220px;
}
.ich-enterprise-service .ich-enterprise-service-container .ich-seek .ich-seek-item .ich-seek-item-center {
  position: relative;
  top: -35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ich-enterprise-service .ich-enterprise-service-container .ich-seek .ich-seek-item .ich-seek-item-center img {
  width: 118px;
  height: 118px;
}
.ich-enterprise-service .ich-enterprise-service-container .ich-seek .ich-seek-item .ich-seek-item-center .p1 {
  margin-top: 14px;
  width: 294px;
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.ich-enterprise-service .ich-enterprise-service-container .ich-seek .ich-seek-item .ich-seek-item-center .p2 {
  margin-top: 8px;
  font-weight: 400;
  width: 294px;
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.ich-enterprise-service .ich-enterprise-service-container .ich-seek .ich-seek-item .ich-seek-item-center .button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  width: 108px;
  height: 38px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #3161F5;
}
.ich-enterprise-service .ich-enterprise-service-container .ich-seek .ich-seek-item .ich-seek-item-center .button a {
  font-size: 14px;
  color: #3161F5;
}
.ich-enterprise-service .ich-enterprise-service-container .ich-seek .ich-seek-item:hover {
  box-shadow: 0px 4px 8px 1px rgba(49, 97, 245, 0.1);
  transition: all 0.5s;
  transform: translateY(-4px);
}
.ich-enterprise-service .ich-enterprise-service-container .ich-seek .ich-seek-item:hover .p1 {
  color: #3161F5;
}
.ich-enterprise-service .ich-enterprise-service-container .ich-seek .ich-seek-item:hover .button {
  background: #3161F5;
}
.ich-enterprise-service .ich-enterprise-service-container .ich-seek .ich-seek-item:hover .button a {
  color: #fff;
}
.ich-enterprise-service .ich-enterprise-service-container .list {
  margin-top: 30px;
  display: grid;
  height: 491px;
  width: 100%;
  grid-template-columns: 1fr 2fr 2fr;
  gap: 1px;
}
.ich-enterprise-service .ich-enterprise-service-container .list .item {
  width: 454px;
  height: 245px;
  padding-top: 28px;
  padding-left: 38px;
  background: url('/images/ichQyRightBg1.png') no-repeat left top;
  padding-bottom: 32px;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.ich-enterprise-service .ich-enterprise-service-container .list .item .item-title h4 {
  font-weight: 400;
  font-size: 18px;
  color: #222222;
}
.ich-enterprise-service .ich-enterprise-service-container .list .item .item-title p {
  width: 380px;
  margin-top: 5px;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.ich-enterprise-service .ich-enterprise-service-container .list .item .reliable {
  margin-top: 10px;
}
.ich-enterprise-service .ich-enterprise-service-container .list .item .reliable ul {
  display: flex;
}
.ich-enterprise-service .ich-enterprise-service-container .list .item .reliable ul li {
  width: 56px;
  height: 20px;
  background: #FFFFFF;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #F8B764;
  margin-right: 4px;
  font-size: 12px;
  color: #F8B764;
  text-align: center;
  line-height: 20px;
}
.ich-enterprise-service .ich-enterprise-service-container .list .item .other-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 38px;
}
.ich-enterprise-service .ich-enterprise-service-container .list .item .other-price .price {
  transition: all 0.5s;
  color: #FF4E00;
}
.ich-enterprise-service .ich-enterprise-service-container .list .item .other-price .price .money {
  font-weight: bold;
  font-size: 28px;
  color: #FF4E00;
}
.ich-enterprise-service .ich-enterprise-service-container .list .item .other-price .price-button a {
  display: block;
  width: 160px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #3161F5;
  color: #3161F5;
  text-align: center;
  line-height: 44px;
}
.ich-enterprise-service .ich-enterprise-service-container .list .item .button {
  position: absolute;
  bottom: -44px;
  transition: all 0.5s;
  display: none;
  left: 0;
}
.ich-enterprise-service .ich-enterprise-service-container .list .item .button a {
  display: block;
  width: 230px;
  height: 48px;
  background: #3161F5;
  border-radius: 0px 0px 4px 4px;
  text-align: center;
  color: #fff;
  line-height: 48px;
  font-size: 16px;
}
.ich-enterprise-service .ich-enterprise-service-container .list .item .button a .iconfont {
  margin-left: 13px;
  color: #fff;
  font-size: 14px;
}
.ich-enterprise-service .ich-enterprise-service-container .list .item:hover {
  background: url('/images/ichQyRightBg2.png') no-repeat left top;
  position: relative;
  z-index: 1000;
}
.ich-enterprise-service .ich-enterprise-service-container .list .item:hover .item-title h4 {
  color: #3161F5;
}
.ich-enterprise-service .ich-enterprise-service-container .list .item:hover .price-button a {
  background: linear-gradient(90deg, #406FFF 0%, #0043FF 100%);
  color: #fff;
}
.ich-enterprise-service .ich-enterprise-service-container .list .item:hover {
  box-shadow: 0px 6px 12px 1px rgba(49, 97, 245, 0.1);
}
.ich-enterprise-service .ich-enterprise-service-container .list .item1 {
  grid-row: 1/3;
  width: 290px;
  background-color: red;
  background: url('/images/money/seek5.png') no-repeat left top;
}
.ich-enterprise-service .ich-enterprise-service-container .list .item1 .item1Title {
  margin-top: 50px;
  margin-left: 28px;
  width: 224px;
}
.ich-enterprise-service .ich-enterprise-service-container .list .item1 .item1Title h3 {
  font-weight: bold;
  font-size: 22px;
  color: #2D3B55;
}
.ich-enterprise-service .ich-enterprise-service-container .list .item1 .item1Title p {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #5E6882;
}
.ich-enterprise-service .ich-enterprise-service-container .list .item1 .item1Title .item1-label {
  width: 220px;
  display: flex;
  flex-wrap: nowrap;
  margin-top: 14px;
}
.ich-enterprise-service .ich-enterprise-service-container .list .item1 .item1Title .item1-label .item1-label-li {
  background: #1975EB;
  border-radius: 2px 2px 2px 2px;
  padding: 2px 4px;
  margin-right: 8px;
}
.ich-enterprise-service .ich-enterprise-service-container .list .item1 .item1Title .item1-label .item1-label-li p {
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 16px;
  text-align: left;
  margin-top: 0px;
}
.ich-enterprise-service .ich-enterprise-service-container .list .item1 .item1Title .other-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.ich-enterprise-service .ich-enterprise-service-container .list .item1 .item1Title .other-price .price {
  transition: all 0.5s;
  color: #FF4E00;
}
.ich-enterprise-service .ich-enterprise-service-container .list .item1 .item1Title .other-price .price .money {
  font-weight: bold;
  font-size: 28px;
  color: #FF4E00;
}
.ich-enterprise-service .ich-enterprise-service-container .list .item1 .item1Title .button {
  margin-top: 180px;
  width: 236px;
  height: 46px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ich-enterprise-service .ich-enterprise-service-container .list .item1 .item1Title .button a {
  font-weight: bold;
  font-size: 14px;
  color: #3161F5;
  text-align: center;
}
.ich-enterprise-service .ich-enterprise-service-container .list .item1 .item1Title .button:hover {
  background: #fff;
}
.ich-enterprise-service .ich-enterprise-service-container .list:nth-child(n+2) {
  margin-top: 28px;
}
.ich-abnormal {
  background-color: #f2f6fb;
}
.ich-abnormal .ich-abnormal-container {
  padding-top: 60px;
  padding-bottom: 40px;
}
.ich-abnormal .ich-abnormal-container .list {
  margin-top: 30px;
  width: 1200px;
  height: 301px;
  display: flex;
  justify-content: space-between;
}
.ich-abnormal .ich-abnormal-container .list .list-left {
  width: 399px;
  height: 301px;
  background: url(/images/money/seek6.png) no-repeat center center;
  padding-top: 55px;
  padding-left: 48px;
}
.ich-abnormal .ich-abnormal-container .list .list-left .p1 {
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  text-align: left;
}
.ich-abnormal .ich-abnormal-container .list .list-left .p2 {
  margin-top: 6px;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  text-align: left;
}
.ich-abnormal .ich-abnormal-container .list .list-left .list-line {
  margin-top: 24px;
  width: 34px;
  height: 2px;
  background: #D5D5D5;
  border-radius: 0px 0px 0px 0px;
}
.ich-abnormal .ich-abnormal-container .list .list-left .button {
  margin-top: 94px;
  width: 98px;
  height: 35px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #3161F5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ich-abnormal .ich-abnormal-container .list .list-left .button a {
  font-size: 13px;
  line-height: 15px;
  color: #3161F5;
  text-align: center;
}
.ich-abnormal .ich-abnormal-container .list .list-left:hover {
  box-shadow: 0px 4px 8px 1px rgba(49, 97, 245, 0.1);
}
.ich-abnormal .ich-abnormal-container .list .list-left:hover .p1 {
  color: #3161F5;
}
.ich-abnormal .ich-abnormal-container .list .list-left:hover .button {
  background-color: #3161F5;
}
.ich-abnormal .ich-abnormal-container .list .list-left:hover .button a {
  color: #fff;
}
.ich-abnormal .ich-abnormal-container .list .list-right {
  margin-left: 1px;
  width: 800px;
  display: flex;
  flex-wrap: wrap;
}
.ich-abnormal .ich-abnormal-container .list .list-right .on-one {
  width: 399px;
  height: 150px;
  margin-left: 1px;
  padding-top: 30px;
  padding-left: 48px;
}
.ich-abnormal .ich-abnormal-container .list .list-right .on-one .p1 {
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  text-align: left;
}
.ich-abnormal .ich-abnormal-container .list .list-right .on-one .p2 {
  margin-top: 2px;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  text-align: left;
}
.ich-abnormal .ich-abnormal-container .list .list-right .on-one .button {
  margin-top: 10px;
  width: 98px;
  height: 35px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #3161F5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ich-abnormal .ich-abnormal-container .list .list-right .on-one .button a {
  font-size: 13px;
  color: #3161F5;
  line-height: 15px;
  text-align: center;
}
.ich-abnormal .ich-abnormal-container .list .list-right .on-one:hover {
  box-shadow: 0px 4px 8px 1px rgba(49, 97, 245, 0.1);
  position: relative;
  z-index: 1000;
}
.ich-abnormal .ich-abnormal-container .list .list-right .on-one:hover .p1 {
  color: #3161F5;
}
.ich-abnormal .ich-abnormal-container .list .list-right .on-one:hover .button {
  background-color: #3161F5;
}
.ich-abnormal .ich-abnormal-container .list .list-right .on-one:hover .button a {
  color: #fff;
}
.ich-abnormal .ich-abnormal-container .list .list-right .list-right-one {
  background: url(/images/money/seek7.png) no-repeat center center;
}
.ich-abnormal .ich-abnormal-container .list .list-right .list-right-two {
  background: url(/images/money/seek8.png) no-repeat center center;
}
.ich-abnormal .ich-abnormal-container .list .list-right .list-right-three {
  background: url(/images/money/seek9.png) no-repeat center center;
}
.ich-abnormal .ich-abnormal-container .list .list-right .list-right-four {
  background: url(/images/money/seek10.png) no-repeat center center;
}
.ich-issue {
  height: 900px;
  background-color: #f2f6fb;
}
.ich-issue .ich-issue-container {
  padding-top: 50px;
}
.ich-issue .ich-issue-container .ich-issue-path {
  margin-top: 30px;
  width: 1200px;
  height: 340px;
}
.ich-issue .ich-issue-container .ich-issue-advantage {
  width: 1220px;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.ich-issue .ich-issue-container .ich-issue-advantage .advantage-center {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 590px;
  height: 130px;
  background: #FFFFFF;
  border-radius: 4px;
  padding-top: 35px;
  padding-left: 40px;
  display: flex;
}
.ich-issue .ich-issue-container .ich-issue-advantage .advantage-center img {
  width: 60px;
  height: 60px;
}
.ich-issue .ich-issue-container .ich-issue-advantage .advantage-center .word {
  margin-top: 5px;
  margin-left: 24px;
}
.ich-issue .ich-issue-container .ich-issue-advantage .advantage-center .word .p3 {
  font-weight: 400;
  font-size: 17px;
  color: #222222;
}
.ich-issue .ich-issue-container .ich-issue-advantage .advantage-center .word .p4 {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  margin-top: 8px;
}
.ich-issue .ich-issue-container .ich-issue-advantage .advantage-center:hover {
  box-shadow: 0px 4px 8px 1px rgba(49, 97, 245, 0.1);
  position: relative;
  top: -4px;
  transition: all 0.3s;
}
.ich-problem {
  background: #E8EEF9;
}
.ich-problem .ich-problem-center {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ich-problem .problem-center {
  width: 1200px;
  padding: 25px 60px;
  background: #fff;
  margin-top: 30px;
}
.ich-problem .problem-center ul li {
  padding: 25px 0px;
  border-bottom: 1px solid #EBEBEB;
}
.ich-problem .problem-center ul li .problem-center-li {
  display: flex;
  align-items: center;
}
.ich-problem .problem-center ul li .problem-center-li img {
  width: 20px;
  height: 20px;
}
.ich-problem .problem-center ul li .problem-center-li span {
  margin-top: 2px;
  margin-left: 20px;
  font-weight: 400;
  font-size: 17px;
  color: #666;
  line-height: 18px;
  text-align: left;
}
.ich-problem .problem-center ul li .problem-center-li2 {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.ich-problem .problem-center ul li .problem-center-li2 img {
  width: 20px;
  height: 20px;
}
.ich-problem .problem-center ul li .problem-center-li2 span {
  margin-top: 2px;
  margin-left: 20px;
  font-weight: 400;
  font-size: 13px;
  color: #999999;
  line-height: 18px;
  text-align: left;
}
.ich-problem .problem-center ul li:hover .problem-center-li span {
  color: #000;
}
