@media (max-width: 3000px) {
  .content-section-item-title-text {
    font-size: 34px;
  }
}

@media (max-width: 1900px) {
  .content-section-item-title-text {
    font-size: 31px;
  }
}
@media (max-width: 1680px) {
  .content-section-item-title-text {
    font-size: 28px;
  }
}
@media (max-width: 1440px) {
  .content-section-item-title-text {
    font-size: 25px;
  }
}

/* 标题-start */
.content-section-item-title {
  margin: 10px 0 30px;
  text-align: center;
}
.content-section-item-title-text {
  font-weight: 600;
  color: #333333;
}
.content-section-item-title-border {
  width: 30px;
  height: 3px;
  background: #0867ee;
  margin: 10px auto 0;
}
/* 标题-end */

/* 介绍-start */
.content-section-item-Introduction {
  padding: 20px;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  background: #f8f8f8;
  border-radius: 2px;
  line-height: 24px;
}
/* 介绍-end */

/* 解决-start */

.content-section-item-solve {
  background: #ffffff;
  box-shadow: 0px 2px 8px -1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 15px;
}

.content-section-item-solve-mod {
  background: #f4f8ff;
  border-radius: 4px;
  border: 1px dashed rgba(8, 103, 238, 0.3);
  font-weight: 400;
  font-size: 15px;
  color: #333333;
  padding: 14px;
  margin-bottom: 15px;
}

.content-section-item-solve-mod:last-child {
  margin-bottom: 0;
}
/* 解决-end */

/* 服务人群-start */

.content-section-item-service {
  display: flex;
  flex-wrap: wrap;
}

.content-section-item-service-mod {
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 2px 8px -1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-right: 13px;
  width: calc(33% - 10px);
  margin-bottom: 20px;
}

.content-section-item-service-mod:nth-child(3) {
  margin-right: 0;
}

.content-section-item-service-mod:last-child {
  margin-right: 0;
}

.content-section-item-service-mod-icon {
  width: 44px;
  height: 44px;
  margin: 24px auto;
}

.content-section-item-service-mod-text {
  border-top: 1px solid #e6e6e6;
  padding: 15px 0;
  text-align: center;
}

.content-section-item-service-mod-text-t1 {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  margin-bottom: 12px;
}

.content-section-item-service-mod-text-t2 {
  font-weight: 500;
  font-size: 14px;
  color: #333333;
}
/* 服务人群-end */

/* 使用用途-start */
.content-section-item-use {
  display: flex;
}
.content-section-item-use-mod {
  margin-right: 12px;
  flex: 1;
  background: #ffffff;
  box-shadow: 0px 2px 8px -1px rgba(0, 0, 0, 0.1);
}
.content-section-item-use-mod:last-child {
  margin-right: 0;
}
.content-section-item-use-mod-icon {
  width: 100%;
}
.content-section-item-use-mod-text {
  padding: 16px;
}
.content-section-item-use-mod-text-t1 {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  margin-bottom: 5px;
}
.content-section-item-use-mod-text-t2 {
  font-weight: 500;
  font-size: 13px;
  color: #666666;
}
/* 使用用途-end */

/* 办理流程-格式1-start */
.content-section-item-flow {
  background: #ffffff;
  box-shadow: 0px 2px 8px -1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  display: flex;
  padding: 25px 28px;
}

.content-section-item-flow-mod {
  text-align: center;
}

.content-section-item-flow-mod-icon {
  width: 44px;
  height: 44px;
}

.content-section-item-flow-mod-tb {
  font-weight: 600;
  font-size: 15px;
  color: #0867ee;
  margin-bottom: 10px;
}

.content-section-item-flow-mod-tr {
  font-weight: 600;
  font-size: 15px;
  color: #cb4f47;
  margin-bottom: 10px;
}

.content-section-item-flow-mod-text {
  font-size: 14px;
  color: #333333;
}

.content-section-item-flow-right {
  flex: 1;
  text-align: center;
}

.content-section-item-flow-right-icon {
  width: 10px;
  height: 12px;
  margin-top: 16px;
}
/* 办理流程-格式1-end */

/* 办理流程-格式2-start */

.content-section-item-flow2 {
  background: #ffffff;
  box-shadow: 0px 2px 8px -1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  display: flex;
  padding: 25px 28px;
  justify-content: center;
}

.content-section-item-flow2-mod {
  text-align: center;
}

.content-section-item-flow2-mod-icon {
  width: 44px;
  height: 44px;
}

.content-section-item-flow2-mod-tb {
  font-weight: 600;
  font-size: 15px;
  color: #0867ee;
  margin-bottom: 10px;
}

.content-section-item-flow2-mod-tr {
  font-weight: 600;
  font-size: 15px;
  color: #cb4f47;
  margin-bottom: 10px;
}

.content-section-item-flow2-mod-text {
  font-size: 14px;
  color: #333333;
}

.content-section-item-flow2-right {
  flex: 1;
  text-align: center;
  margin: 0 5%;
  flex: 0;
  text-align: center;
}

.content-section-item-flow2-right-icon {
  width: 63px;
  height: 9px;
  margin-top: 16px;
}
/* 办理流程-格式2-end */

/* 联系方式-start */
.content-section-item-contactWay {
  margin-top: 60px;
  display: flex;
}
.content-section-item-contactWay-mod {
  text-align: center;
  flex: 1;
  background: #ffffff;
  box-shadow: 0px 2px 8px -1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  position: relative;
  padding: 45px 0 20px;
}
.content-section-item-contactWay-mod:nth-child(2) {
  margin: 0 20px;
}
.content-section-item-contactWay-mod-icon {
  position: absolute;
  left: calc(50% - 25px);
  top: -25px;
  width: 50px;
  height: 50px;
}
.content-section-item-contactWay-mod-t1 {
  font-weight: 600;
  font-size: 16px;
  color: #0867ee;
  margin-bottom: 8px;
}
.content-section-item-contactWay-mod-t2 {
  font-size: 14px;
  color: #333333;
}
/* 联系方式-end */

/* 问答-start */
.content-section-item-problem {
}

.content-section-item-problem-mod {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
}

.content-section-item-problem-mod-q {
  background: #fbf4cf;
  text-align: left;
  padding: 15px;
  border-left: 15px solid #ffe564;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}

.content-section-item-problem-mod-a {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  padding: 20px 0;
}
/* 问答-end */
