.qxcpjgfw-container {
  width: 100%;
  max-width: 1920px;
  box-sizing: border-box;
  margin: 0 auto;
}

.qxcpjgfw-container .pt60-pb60 {
  padding-top: 60px;
  padding-bottom: 60px;
  box-sizing: border-box;
}

.box-title {
  color: #000000;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 44px;
  margin-bottom: 48px;
}

.join-btn {
  width: 160px;
  height: 40px;
  opacity: 1;
  background-color: #18a2df;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

.qxcpjgfw-container .tabs-box {
  width: 100%;
  box-shadow: inset 0 -1px 0 0 #f2f3f5;
}

.qxcpjgfw-container .tabs-box .tab-list {
  display: flex;
  align-content: center;
  gap: 40px;
}

.qxcpjgfw-container .tabs-box .tab-list .tab-item {
  color: #1d2129;
  font-size: 16px;
  line-height: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  box-sizing: border-box;
  cursor: pointer;
}

.qxcpjgfw-container .tabs-box .tab-list .tab-active {
  position: relative;
}

.qxcpjgfw-container .tabs-box .tab-list .tab-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #18a2df;
}

.fuwuyoushi-box {
  background-color: #f4f6f8;
}


.fuwuliucheng-box .fwlc-text {
  margin-bottom: 48px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 24px;
}

.fuwuliucheng-box .fwlc-text-join {
  color: #18a2df;
}

.fuwuliucheng-box .fwlc-list {
  display: flex;
  align-items: center;
  gap: 24px;
}

.fuwuliucheng-box .fwlc-list .fwlc-item {
  width: calc(100% / 4 - 24px * 3 / 4);
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px;
  box-sizing: border-box;
  background-color: #f5f7fa;
}

.fuwuliucheng-box .fwlc-list .fwlc-item .fwlc-item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fuwuliucheng-box .fwlc-list .fwlc-item .fwlc-item-head-title {
  color: #1d2129;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  line-height: 28px;
}

.fuwuliucheng-box .fwlc-list .fwlc-item .fwlc-item-head-icon {
  display: block;
  width: 28px;
  height: 28px;
}

.fuwuliucheng-box .fwlc-list .fwlc-item .fwlc-item-text {
  color: #1d2129;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 24px;
}


.qxcpjgfw-container .fuwuneirong-box .fwnr-tabs {
  border-bottom: 1px solid #e5e6eb;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
}

.qxcpjgfw-container .fuwuneirong-box .fwnr-tabs .fwnr-tab-item {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding-bottom: 12px;
  box-sizing: border-box;
}

.qxcpjgfw-container .fuwuneirong-box .fwnr-tabs .fwnr-tab-item .fwnr-tab-icon {
  width: 24px;
  height: 24px;
  display: block;
}

.qxcpjgfw-container .fuwuneirong-box .fwnr-tabs .fwnr-tab-item .fwnr-tab-icon-active {
  display: none;
}

.qxcpjgfw-container .fuwuneirong-box .fwnr-tabs .fwnr-tab-item .fwnr-tab-title {
  color: #1d2129;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  line-height: 26px;
}

.qxcpjgfw-container .fuwuneirong-box .fwnr-tabs .fwnr-tab-active {
  position: relative;
}

.qxcpjgfw-container .fuwuneirong-box .fwnr-tabs .fwnr-tab-active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #18a2df;
  bottom: -1px;
}

.qxcpjgfw-container .fuwuneirong-box .fwnr-tabs .fwnr-tab-active .fwnr-tab-icon-default {
  display: none;
}

.qxcpjgfw-container .fuwuneirong-box .fwnr-tabs .fwnr-tab-active .fwnr-tab-icon-active {
  display: block;
}

.qxcpjgfw-container .fuwuneirong-box .fwnr-tabs .fwnr-tab-active .fwnr-tab-title {
  color: #18a2df;
}


.qxcpjgfw-container .fuwuneirong-box .fwnr-tab-content {
  margin-top: 48px;
}

.qxcpjgfw-container .fuwuneirong-box .fwnr-tab-content-flex {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.qxcpjgfw-container .fuwuneirong-box .fwnr-tab-content-flex .fwnr-cover {
  display: block;
  flex-shrink: 0;
  width: 720px;
  height: 468px;
  object-fit: cover;
}

.qxcpjgfw-container .fuwuneirong-box .fwnr-tab-content-flex .fwnr-tab-content-title {
  color: #1d2129;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
}

.qxcpjgfw-container .fuwuneirong-box .fwnr-tab-content-flex .fwnr-tab-content-text {
  color: #1d2129;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 24px;
  height: 48px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.qxcpjgfw-container .fuwuneirong-box .fwnr-tab-content-tab-content .sjcp-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.qxcpjgfw-container .fuwuneirong-box .fwnr-tab-content-tab-content .sjcp-list .sjcp-item {
  padding: 20px 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background-color: #f5f7fa;
  cursor: pointer;
}

.qxcpjgfw-container .fuwuneirong-box .fwnr-tab-content-tab-content .sjcp-list .sjcp-item .sjcp-name {
  color: #1d2129;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  line-height: 26px;
}

.qxcpjgfw-container .fuwuneirong-box .fwnr-tab-content-tab-content .sjcp-list .sjcp-item .sjcp-text {
  color: #4e5969;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 24px;
}

.qxcpjgfw-container .fuwuneirong-box .fwnr-tab-content-tab-content .sjcp-list .sjcp-active {
  background-color: rgba(24, 162, 223, 0.1);
}

.qxcpjgfw-container .fuwuneirong-box .fwnr-tab-content-tab-content .sjcp-list .sjcp-active .sjcp-name {
  color: #18a2df;
}


.fuwuyoushi-box .fuwuyoushi-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.fuwuyoushi-box .fuwuyoushi-list .fuwuyoushi-item {
  width: calc(100% / 2 - 24px * 1 / 2);
  padding: 32px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  gap: 28px;
  background-color: #ffffff;
}

.fuwuyoushi-box .fuwuyoushi-list .fuwuyoushi-item .fuwuyoushi-img {
  display: block;
  width: 48px;
  height: 48px;
}

.fuwuyoushi-box .fuwuyoushi-list .fuwuyoushi-item .fuwuyoushi-item-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fuwuyoushi-box .fuwuyoushi-list .fuwuyoushi-item .fuwuyoushi-item-info-title {
  color: #1d2129;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  line-height: 28px;
}

.fuwuyoushi-box .fuwuyoushi-list .fuwuyoushi-item .fuwuyoushi-item-info-text {
  color: #4e5969;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 24px;
}
