.atu {
  background: #FAFBFF;
}
.atu .top {
  height: 555px;
  background: url(/assets/images/consult/service/atu/bg-banner.png) no-repeat center center;
  background-size: 1920px 555px;
  position: relative;
  min-width: 1240px;
}
.atu .top-content {
  width: 1240px;
  height: 100%;
  margin: 0 auto;
  padding-top: 132px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.atu .top-content .name {
  background: linear-gradient(360deg, #FFFFFF 25%, #EBF1FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 48px;
  font-size: 40px;
  font-weight: bold;
}
.atu .top-content .name.big {
  line-height: 25px;
  font-size: 18px;
  font-weight: 400;
  margin-top: 22px;
}
.atu .top-content .btns {
  margin-top: 104px;
  display: flex;
}
.atu .top-content .btns .btn {
  width: 188px;
  background: #05C3AC;
  user-select: none;
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #05C3AC;
  border-radius: 4px;
  margin-right: 16px;
  cursor: pointer;
}
.atu .top-content .btns .btn.cancel {
  background: none;
  color: #05C3AC;
}
.atu .top-content .btns .btn:hover {
  background: #01B09A;
}
.atu .top-content .btns .btn:hover.cancel {
  background: rgba(58, 237, 201, 0.08);
}
.atu .content-box {
  background: url(/assets/images/consult/service/atu/bg-content-box.png) no-repeat center 220px, linear-gradient(180deg, #FAFBFF 915px, #FFFFFF 100%);
  background-size: 1920px auto,100%;
}
.atu .content {
  overflow: hidden;
}
.atu .content .content-tag {
  width: fit-content;
  background: rgba(58, 237, 201, 0.08);
  border: 1px solid rgba(41, 176, 160, 0.2);
  border-radius: 14px;
  margin: 0 auto 18px;
  padding: 6px 16px;
  line-height: 14px;
  font-size: 12px;
  color: #00B6A0;
}
.atu .content .content-tag.blue {
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.2);
  color: #2563EB;
}
.atu .content .content-name {
  line-height: 41px;
  font-size: 34px;
  font-weight: bold;
  color: #15213A;
  text-align: center;
}
.atu .content .content-text {
  line-height: 19px;
  font-size: 16px;
  color: #77798E;
  text-align: center;
  margin-top: 16px;
}
.atu .content .content-text span {
  font-weight: bold;
}
.atu .content .content-1 {
  padding: 80px 0;
  background: #FFFFFF;
}
.atu .content .content-1 .container1 {
  width: 1240px;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
}
.atu .content .content-1 .container1 .container-item {
  width: 396px;
  background: #F7F8FD;
  border-radius: 6px;
  padding: 32px 44px;
}
.atu .content .content-1 .container1 .container-item:nth-child(1) .item-info .first {
  background: #01B09A;
  box-shadow: 0px 4px 12px 0px rgba(1, 176, 154, 0.25);
}
.atu .content .content-1 .container1 .container-item:nth-child(1) .list .list-item::before {
  background: #01B09A;
}
.atu .content .content-1 .container1 .container-item:nth-child(2) .item-info .first {
  background: #4282FF;
  box-shadow: 0px 4px 12px 0px rgba(1, 56, 176, 0.25);
}
.atu .content .content-1 .container1 .container-item:nth-child(2) .list .list-item::before {
  background: #4282FF;
}
.atu .content .content-1 .container1 .container-item:nth-child(3) .item-info .first {
  background: #AA64FF;
  box-shadow: 0px 4px 12px 0px rgba(48, 1, 176, 0.25);
}
.atu .content .content-1 .container1 .container-item:nth-child(3) .list .list-item::before {
  background: #AA64FF;
}
.atu .content .content-1 .container1 .container-item .item-info {
  display: flex;
  align-items: center;
}
.atu .content .content-1 .container1 .container-item .item-info .first {
  width: 50px;
  height: 50px;
  border-radius: 4px;
  font-size: 24px;
  color: #fff;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.atu .content .content-1 .container1 .container-item .item-info .info {
  flex: 1;
}
.atu .content .content-1 .container1 .container-item .item-info .info .name {
  line-height: 24px;
  font-size: 20px;
  font-weight: bold;
  color: #15213A;
}
.atu .content .content-1 .container1 .container-item .item-info .info .text {
  line-height: 17px;
  font-size: 14px;
  color: #535C72;
  margin-top: 8px;
}
.atu .content .content-1 .container1 .container-item .list {
  margin-top: 23px;
}
.atu .content .content-1 .container1 .container-item .list .list-item {
  line-height: 20px;
  font-size: 14px;
  color: #39435A;
  padding-left: 18px;
  margin-bottom: 8px;
  position: relative;
}
.atu .content .content-1 .container1 .container-item .list .list-item:last-child {
  margin-bottom: 0;
}
.atu .content .content-1 .container1 .container-item .list .list-item::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 7px;
}
.atu .content .content-1 .container1 .container-item .border {
  height: 2px;
  background: #E6E6E9;
  margin: 29px 0 17px;
}
.atu .content .content-1 .container1 .container-item .item-text {
  line-height: 20px;
  font-size: 14px;
  color: #777E8E;
  text-align: center;
}
.atu .content .content-1 .container2 {
  width: 1240px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
}
.atu .content .content-1 .container2 .container-item {
  width: 396px;
  border-radius: 6px;
  padding: 16px 18px;
}
.atu .content .content-1 .container2 .container-item:nth-child(1) {
  background: url(/assets/images/consult/service/atu/bg-content-1-1.png) no-repeat right center, linear-gradient(90deg, #E4FFFC 0%, #F7F8FD 100%);
  background-size: 224px auto, 100%;
}
.atu .content .content-1 .container2 .container-item:nth-child(2) {
  background: url(/assets/images/consult/service/atu/bg-content-1-1.png) no-repeat right center, linear-gradient(90deg, #E4F2FF 0%, #F7F8FD 100%);
  background-size: 224px auto, 100%;
}
.atu .content .content-1 .container2 .container-item:nth-child(3) {
  background: url(/assets/images/consult/service/atu/bg-content-1-1.png) no-repeat right center, linear-gradient(90deg, #EFE4FF 0%, #F7F8FD 100%);
  background-size: 224px auto, 100%;
}
.atu .content .content-1 .container2 .container-item .name {
  line-height: 22px;
  font-size: 18px;
  font-weight: bold;
  color: #15213A;
}
.atu .content .content-1 .container2 .container-item .text {
  width: 282px;
  line-height: 20px;
  font-size: 14px;
  color: #39435A;
  margin-top: 12px;
}
.atu .content .content-2 {
  padding: 80px 0 50px;
}
.atu .content .content-2 .container {
  width: 1240px;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 19px 0;
}
.atu .content .content-2 .container .container-item {
  width: 396px;
  background: #FFFFFF;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #E2E8F0;
  border-radius: 6px;
  padding: 25px;
}
.atu .content .content-2 .container .container-item .name {
  line-height: 24px;
  font-size: 20px;
  font-weight: bold;
  color: #0F172A;
  display: flex;
  align-items: center;
}
.atu .content .content-2 .container .container-item .name .icon {
  width: 44px;
  margin-right: 12px;
}
.atu .content .content-2 .container .container-item .text {
  line-height: 23px;
  font-size: 14px;
  color: #64748B;
  margin-top: 12px;
}
.atu .content .content-2 .container-bar {
  width: 1240px;
  margin: 18px auto 0;
  background: linear-gradient(90deg, #E4FFFC 0%, #FFFFFF 100%);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #B0DAD3;
  border-radius: 6px;
  padding: 14px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.atu .content .content-2 .container-bar .text {
  line-height: 24px;
  font-size: 16px;
  color: #64748B;
}
.atu .content .content-2 .container-bar .text span {
  font-weight: bold;
  color: #01B09A;
}
.atu .content .content-2 .container-bar .btn {
  width: 210px;
  background: #01B09A;
  box-shadow: 0px 8px 20px 0px rgba(37, 195, 235, 0.3);
  border-radius: 4px;
  padding: 11px 0;
  line-height: 28px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.atu .content .content-2 .container-bar .btn:hover {
  background: #05C3AC;
}
.atu .content .content-2 .container-bar .btn .icon {
  width: 28px;
}
.atu .content .content-3 {
  padding: 50px 0 0;
}
.atu .content .content-3 .container-name {
  line-height: 34px;
  font-size: 28px;
  font-weight: bold;
  color: #15213A;
  text-align: center;
}
.atu .content .content-3 .container-name span {
  color: #01B09A;
}
.atu .content .content-3 .container1 {
  width: 1240px;
  margin: 93px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.atu .content .content-3 .container1 .container-item {
  width: 358px;
  background: #F7F8FD;
  border: 1px solid #D7DFEA;
  border-radius: 6px;
  padding: 40px 32px 20px;
  position: relative;
}
.atu .content .content-3 .container1 .container-item .tag {
  background: #4282FF;
  box-shadow: 0px 4px 12px 0px rgba(12, 89, 255, 0.28);
  border-radius: 6px;
  line-height: 24px;
  font-size: 20px;
  font-weight: bold;
  font-family: Noto Sans SC, Noto Sans SC;
  color: #fff;
  padding: 10px 20px;
  position: absolute;
  left: 0;
  top: -22px;
}
.atu .content .content-3 .container1 .container-item .name {
  line-height: 24px;
  font-size: 20px;
  font-weight: bold;
  color: #535C72;
}
.atu .content .content-3 .container1 .container-item .name span {
  color: #15213A;
}
.atu .content .content-3 .container1 .container-item .text {
  line-height: 24px;
  font-size: 14px;
  color: #39435A;
  margin-top: 16px;
}
.atu .content .content-3 .container1 .container-item .list {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.atu .content .content-3 .container1 .container-item .list .list-item {
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: 6px;
  line-height: 14px;
  font-size: 12px;
  color: #2563EB;
  padding: 6px 12px;
}
.atu .content .content-3 .container1 .icon {
  width: 44px;
}
.atu .content .content-3 .container2 {
  width: 1240px;
  margin: 64px auto 0;
}
.atu .content .content-3 .container2 .container-content {
  margin-top: 46px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.atu .content .content-3 .container2 .container-content .container-item {
  width: 396px;
  background: #F7F8FD;
  border: 1px solid #D7DFEA;
  border-radius: 6px;
}
.atu .content .content-3 .container2 .container-content .container-item .name {
  background: #fff;
  border-radius: 6px 6px 0 0;
  line-height: 24px;
  font-size: 20px;
  font-weight: bold;
  color: #535C72;
  padding: 22px;
  display: flex;
  align-items: center;
}
.atu .content .content-3 .container2 .container-content .container-item .name .first {
  width: 50px;
  height: 50px;
  border-radius: 4px;
  font-size: 24px;
  color: #fff;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.atu .content .content-3 .container2 .container-content .container-item .name .first.color1 {
  background: #01B09A;
  box-shadow: 0px 4px 12px 0px rgba(1, 176, 154, 0.25);
}
.atu .content .content-3 .container2 .container-content .container-item .name .first.color2 {
  background: #4282FF;
  box-shadow: 0px 4px 12px 0px rgba(1, 56, 176, 0.25);
}
.atu .content .content-3 .container2 .container-content .container-item .name .first.color3 {
  background: #AA64FF;
  box-shadow: 0px 4px 12px 0px rgba(48, 1, 176, 0.25);
}
.atu .content .content-3 .container2 .container-content .container-item .name span {
  color: #15213A;
  margin-right: 6px;
}
.atu .content .content-3 .container2 .container-content .container-item .item-content {
  padding: 22px;
}
.atu .content .content-3 .container2 .container-content .container-item .item-content .text {
  line-height: 24px;
  font-size: 14px;
  color: #39435A;
}
.atu .content .content-3 .container2 .container-content .container-item .item-content .text span {
  font-weight: bold;
}
.atu .content .content-3 .container2 .container-content .container-item .item-content .name-min {
  line-height: 19px;
  font-size: 16px;
  font-weight: bold;
  color: #15213A;
  margin-top: 20px;
  margin-bottom: 16px;
  padding-left: 14px;
  position: relative;
}
.atu .content .content-3 .container2 .container-content .container-item .item-content .name-min::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #15213A;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.atu .content .content-3 .container2 .container-content .container-item .item-content .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.atu .content .content-3 .container2 .container-content .container-item .item-content .list.color1 .list-item {
  border-color: #01B09A;
  color: #01B09A;
}
.atu .content .content-3 .container2 .container-content .container-item .item-content .list.color2 .list-item {
  border-color: #4282FF;
  color: #4282FF;
}
.atu .content .content-3 .container2 .container-content .container-item .item-content .list.color3 .list-item {
  border-color: #A964FF;
  color: #A964FF;
}
.atu .content .content-3 .container2 .container-content .container-item .item-content .list .list-item {
  border: 1px solid;
  border-radius: 4px;
  line-height: 17px;
  font-size: 14px;
  padding: 3px 9px;
}
.atu .content .content-3 .container3 {
  width: auto;
  margin-top: 90px;
  position: relative;
}
.atu .content .content-3 .container3 .tabs {
  width: fit-content;
  margin: 37px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.atu .content .content-3 .container3 .tabs .tab-item {
  background: #F7F8FD;
  border-radius: 6px;
  line-height: 20px;
  font-size: 14px;
  color: #535C72;
  padding: 12px 37px;
  cursor: pointer;
}
.atu .content .content-3 .container3 .tabs .tab-item:hover {
  color: #078C8A;
  background: #E3F6F5;
}
.atu .content .content-3 .container3 .tabs .tab-item.active {
  background: linear-gradient(153deg, #01B09A 0%, #01A7B0 100%);
  box-shadow: 0px 4px 12px 0px rgba(37, 195, 235, 0.3);
  font-weight: bold;
  color: #fff;
}
.atu .content .content-3 .container3 .container-content {
  width: 1240px;
  margin: 55px auto 0;
  font-size: 0;
  white-space: nowrap;
}
.atu .content .content-3 .container3 .container-content .container-content-list {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  cursor: grab;
  user-select: none;
}
.atu .content .content-3 .container3 .container-content .container-content-list.dragging {
  cursor: grabbing;
  transition: none;
}
.atu .content .content-3 .container3 .container-content .content-item {
  display: inline-block;
  vertical-align: top;
  width: 766px;
  height: 300px;
  background: url(/assets/images/consult/service/atu/bg-content-3-1.png) no-repeat right center;
  background-color: #F7F8FD;
  box-shadow: 0px 8px 20px 0px rgba(33, 63, 151, 0.12);
  border: 1px solid #D7DFEA;
  border-radius: 6px;
  padding: 33px;
  position: relative;
  margin-left: 34px;
}
.atu .content .content-3 .container3 .container-content .content-item:first-child {
  margin: 0;
}
.atu .content .content-3 .container3 .container-content .content-item .content {
  display: flex;
}
.atu .content .content-3 .container3 .container-content .content-item .content .img {
  width: 231px;
  margin-right: 30px;
  pointer-events: none;
}
.atu .content .content-3 .container3 .container-content .content-item .content .info {
  flex: 1;
}
.atu .content .content-3 .container3 .container-content .content-item .content .info .name {
  line-height: 24px;
  font-size: 14px;
  color: #535C72;
  margin-bottom: 30px;
}
.atu .content .content-3 .container3 .container-content .content-item .content .info .name span {
  font-size: 26px;
  font-weight: bold;
  color: #15213A;
}
.atu .content .content-3 .container3 .container-content .content-item .content .info .name-min {
  line-height: 19px;
  font-size: 16px;
  font-weight: bold;
  color: #15213A;
  margin-top: 16px;
  margin-bottom: 12px;
  padding-left: 14px;
  position: relative;
}
.atu .content .content-3 .container3 .container-content .content-item .content .info .name-min::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #15213A;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.atu .content .content-3 .container3 .container-content .content-item .content .info .text {
  line-height: 24px;
  font-size: 14px;
  color: #39435A;
}
.atu .content .content-3 .container3 .container-content .content-item .content .info .list .list-item {
  background: url(/assets/images/consult/service/atu/icon-content-3-right.png) no-repeat left center;
  background-size: 13px;
  line-height: 20px;
  font-size: 14px;
  color: #777E8E;
  padding-left: 19px;
  margin-bottom: 6px;
}
.atu .content .content-3 .container3 .container-content .content-item .content .info .list .list-item:last-child {
  margin: 0;
}
.atu .content .content-3 .container4 {
  height: 800px;
  background: url(/assets/images/consult/service/atu/img-content-3-5.png) no-repeat center 8px;
  margin: 90px auto 0;
}
.atu .content .content-4 {
  padding: 80px 0;
  background: #EFF2FD;
}
.atu .content .content-4 .container {
  width: 1240px;
  margin: 84px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.atu .content .content-4 .container .container-item {
  width: 386px;
  background: #fff;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.atu .content .content-4 .container .container-item:hover {
  box-shadow: 0px 6px 16px 0px rgba(14, 47, 111, 0.25);
}
.atu .content .content-4 .container .container-item:hover .item-content .item-content-box .img .link {
  opacity: 1;
}
.atu .content .content-4 .container .container-item:nth-child(1) .item-top,
.atu .content .content-4 .container .container-item:nth-child(2) .item-top,
.atu .content .content-4 .container .container-item:nth-child(3) .item-top {
  background: linear-gradient(153deg, #3F7FFF 0%, #C5A9FF 100%);
}
.atu .content .content-4 .container .container-item:nth-child(1) .item-top .theme,
.atu .content .content-4 .container .container-item:nth-child(2) .item-top .theme,
.atu .content .content-4 .container .container-item:nth-child(3) .item-top .theme {
  color: #2162EA;
}
.atu .content .content-4 .container .container-item:nth-child(1) .item-content .item-content-box .img,
.atu .content .content-4 .container .container-item:nth-child(2) .item-content .item-content-box .img,
.atu .content .content-4 .container .container-item:nth-child(3) .item-content .item-content-box .img {
  background-image: url(/assets/images/consult/service/atu/bg-content-4-1.png);
}
.atu .content .content-4 .container .container-item:nth-child(4) .item-top,
.atu .content .content-4 .container .container-item:nth-child(5) .item-top,
.atu .content .content-4 .container .container-item:nth-child(6) .item-top {
  background: linear-gradient(153deg, #1FB2A3 0%, #88DFA8 100%);
}
.atu .content .content-4 .container .container-item:nth-child(4) .item-top .theme,
.atu .content .content-4 .container .container-item:nth-child(5) .item-top .theme,
.atu .content .content-4 .container .container-item:nth-child(6) .item-top .theme {
  color: #06745C;
}
.atu .content .content-4 .container .container-item:nth-child(4) .item-content .item-content-box .img,
.atu .content .content-4 .container .container-item:nth-child(5) .item-content .item-content-box .img,
.atu .content .content-4 .container .container-item:nth-child(6) .item-content .item-content-box .img {
  background-image: url(/assets/images/consult/service/atu/bg-content-4-2.png);
}
.atu .content .content-4 .container .container-item .item-top {
  min-height: 121px;
  padding: 32px 24px 24px;
  border-radius: 6px 6px 0 0;
  position: relative;
}
.atu .content .content-4 .container .container-item .item-top .theme {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
  border: 1px solid #E7EFFF;
  border-radius: 4px;
  line-height: 16px;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 12px;
  position: absolute;
  top: -13px;
  right: -17px;
}
.atu .content .content-4 .container .container-item .item-top .name {
  line-height: 24px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.atu .content .content-4 .container .container-item .item-top .tags {
  margin-top: 17px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.atu .content .content-4 .container .container-item .item-top .tags .tag {
  background: rgba(255, 255, 255, 0.7);
  line-height: 16px;
  font-size: 12px;
  color: #474747;
  padding: 4px 12px;
  border-radius: 12px;
}
.atu .content .content-4 .container .container-item .item-content {
  padding: 20px 24px 24px;
}
.atu .content .content-4 .container .container-item .item-content .name-min {
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #39435A;
  margin-bottom: 8px;
}
.atu .content .content-4 .container .container-item .item-content .item-content-text {
  line-height: 23px;
  font-size: 14px;
  color: #39435A;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.atu .content .content-4 .container .container-item .item-content .border {
  border-bottom: 1px dashed #DEE2F7;
  margin: 16px 0 20px;
}
.atu .content .content-4 .container .container-item .item-content .item-content-box {
  display: flex;
}
.atu .content .content-4 .container .container-item .item-content .item-content-box .img {
  width: 130px;
  height: 130px;
  background: no-repeat center center;
  background-size: 130px;
  background-color: #EFF2FD;
  margin-right: 17px;
  border-radius: 6px;
  position: relative;
}
.atu .content .content-4 .container .container-item .item-content .item-content-box .img .text {
  width: 42px;
  line-height: 10px;
  font-size: 8px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: absolute;
  left: 38px;
  top: 54px;
}
.atu .content .content-4 .container .container-item .item-content .item-content-box .img .link {
  width: 100%;
  background: linear-gradient(90deg, #DEE3FF7d 0%, #E0EFFD7d 100%);
  backdrop-filter: blur(6px);
  border: 1px solid #FFFFFF;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #39435A;
  text-align: center;
  padding: 8px;
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.atu .content .content-4 .container .container-item .item-content .item-content-box .item-content-info {
  flex: 1;
  overflow: hidden;
}
.atu .content .content-4 .container .container-item .item-content .item-content-box .item-content-info .name-min {
  margin-bottom: 12px;
}
.atu .content .content-4 .container .container-item .item-content .item-content-box .item-content-info ul {
  max-height: 98px;
  overflow: hidden;
}
.atu .content .content-4 .container .container-item .item-content .item-content-box .item-content-info ul li {
  background: url(/assets/images/consult/service/atu/icon-content-3-right.png) no-repeat left 4px;
  background-size: 13px;
  line-height: 20px;
  font-size: 14px;
  color: #777E8E;
  padding-left: 19px;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.atu .content .content-4 .container .container-item .item-content .item-content-box .item-content-info ul li:last-child {
  margin: 0;
}
.atu .content .content-5 {
  padding: 80px 0 50px;
  position: relative;
}
.atu .content .content-5::after {
  content: '';
  width: 1072px;
  height: 1072px;
  box-shadow: 0px 25px 65px 0px #F0F3FA;
  transform: rotate(45deg);
  position: absolute;
  top: 460px;
  right: -845px;
}
.atu .content .content-5 .container-data {
  margin-top: 54px;
  display: flex;
  justify-content: center;
}
.atu .content .content-5 .container-data .data-item {
  font-size: 0;
  border-right: 1px solid #DFE8F3;
}
.atu .content .content-5 .container-data .data-item:last-child {
  border: 0 none;
}
.atu .content .content-5 .container-data .data-item .text {
  line-height: 18px;
  font-size: 12px;
  color: #999;
  text-align: center;
  padding: 2px;
}
.atu .content .content-5 .container {
  width: 1240px;
  position: relative;
  z-index: 1;
}
.atu .content .content-5 .container .container-name {
  line-height: 28px;
  font-size: 23px;
  font-weight: bold;
  color: #15213A;
  display: flex;
  align-items: center;
}
.atu .content .content-5 .container .container-name .icon {
  margin-right: 8px;
}
.atu .content .content-5 .container1 {
  margin: 54px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.atu .content .content-5 .container1 .info {
  width: 605px;
}
.atu .content .content-5 .container1 .info .container-name {
  margin-bottom: 36px;
}
.atu .content .content-5 .container1 .info .name-min {
  line-height: 19px;
  font-size: 16px;
  font-weight: bold;
  color: #15213A;
  margin-top: 12px;
  padding-left: 14px;
  position: relative;
}
.atu .content .content-5 .container1 .info .name-min::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #15213A;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.atu .content .content-5 .container1 .info .text {
  line-height: 32px;
  font-size: 16px;
  color: #535C72;
  margin-top: 4px;
}
.atu .content .content-5 .container1 .imgs {
  width: 592px;
  height: 350px;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(13, 82, 201, 0.16);
  border-radius: 6px;
  padding: 16px;
  position: relative;
}
.atu .content .content-5 .container1 .imgs .img {
  background: #F7F9FF;
  border-radius: 6px;
}
.atu .content .content-5 .container1 .imgs .dots {
  width: 100px;
  height: 8px;
  display: flex;
  justify-content: center;
  gap: 12px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.atu .content .content-5 .container1 .imgs .dots .dot {
  width: 8px;
  height: 8px;
  background: #D8DEF6;
  border-radius: 50%;
}
.atu .content .content-5 .container1 .imgs .dots .dot.active {
  background: #B6BCD4;
}
.atu .content .content-5 .container2 {
  margin: 100px auto 0;
}
.atu .content .content-5 .container2 .container-name {
  justify-content: center;
}
.atu .content .content-5 .container2 .container-content {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 26px 0;
}
.atu .content .content-5 .container2 .container-content .container-item {
  width: 607px;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(13, 82, 201, 0.16);
  border-radius: 6px;
  padding: 26px 32px 25px;
}
.atu .content .content-5 .container2 .container-content .container-item .name {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  line-height: 22px;
  font-size: 18px;
  font-weight: bold;
  color: #15213A;
}
.atu .content .content-5 .container2 .container-content .container-item .name span {
  color: var(--color, #15213A);
}
.atu .content .content-5 .container2 .container-content .container-item .name span.border {
  width: 1px;
  height: 17px;
  background: #E3E6E8;
}
.atu .content .content-5 .container2 .container-content .container-item .list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 0;
}
.atu .content .content-5 .container2 .container-content .container-item .list.w173 .list-item {
  width: 173px;
}
.atu .content .content-5 .container2 .container-content .container-item .list.w265 .list-item {
  width: 265px;
}
.atu .content .content-5 .container2 .container-content .container-item .list .list-item {
  background: #EFF2FD;
  border: 1px solid #D7DFEA;
  border-radius: 6px;
  padding: 4px;
  line-height: 20px;
  font-size: 14px;
  color: #39435A;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.atu .content .content-5 .container2 .container-content .container-item .list .list-item.w173 {
  width: 173px;
}
.atu .content .content-5 .container2 .container-content .container-item .list .list-item.w265 {
  width: 265px;
}
.atu .content .content-5 .container2 .container-content .container-item .list .list-item span {
  font-weight: bold;
}
.atu .content .content-5 .container3 {
  margin: 84px auto 0;
}
.atu .content .content-5 .container3 .container-name {
  justify-content: center;
}
.atu .content .content-5 .container3 .container-content {
  margin-top: 38px;
}
.atu .content .content-5 .container3 .container-content .container-item {
  margin-top: 30px;
  background: no-repeat center top;
  background-color: #fff;
  box-shadow: 0px 4px 12px 0px rgba(13, 82, 201, 0.16);
  border-radius: 6px;
  padding: 21px 16px 16px;
}
.atu .content .content-5 .container3 .container-content .container-item:nth-child(1) {
  background-image: url(/assets/images/consult/service/atu/bg-content-5-1.png);
}
.atu .content .content-5 .container3 .container-content .container-item:nth-child(2) {
  background-image: url(/assets/images/consult/service/atu/bg-content-5-2.png);
}
.atu .content .content-5 .container3 .container-content .container-item .name {
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 24px;
  font-size: 20px;
  font-weight: bold;
  color: #15213A;
}
.atu .content .content-5 .container3 .container-content .container-item .name::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #15213A;
  border: 2px solid #7E8698;
  border-radius: 50%;
}
.atu .content .content-5 .container3 .container-content .container-item .list {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.atu .content .content-5 .container3 .container-content .container-item .list .list-item {
  width: 286px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #D7DFEA;
  border-radius: 6px;
  padding: 24px;
}
.atu .content .content-5 .container3 .container-content .container-item .list .list-item .lsit-name {
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #15213A;
  text-align: center;
  display: flex;
  align-items: center;
}
.atu .content .content-5 .container3 .container-content .container-item .list .list-item .lsit-name .icon {
  width: 22px;
  margin-right: 6px;
}
.atu .content .content-5 .container3 .container-content .container-item .list .list-item .text {
  line-height: 20px;
  font-size: 14px;
  color: #535C72;
  margin-top: 9px;
}
.atu .content .content-5 .container3 .container-content .btn {
  user-select: none;
  display: block;
  width: 210px;
  background: #01B09A;
  box-shadow: 0px 8px 20px 0px rgba(37, 195, 235, 0.3);
  line-height: 56px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin: 34px auto 0;
  cursor: pointer;
}
.atu .content .content-5 .container3 .container-content .btn:hover {
  background: #05C3AC;
}
.atu .content .content-6 {
  padding: 50px 0 130px;
}
.atu .content .content-6 .container {
  width: 1240px;
  margin: 54px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.atu .content .content-6 .container .container-name {
  line-height: 28px;
  font-size: 23px;
  font-weight: bold;
  color: #15213A;
  display: flex;
  align-items: center;
}
.atu .content .content-6 .container .container-name .icon {
  margin-right: 8px;
}
.atu .content .content-6 .container .info {
  width: 605px;
}
.atu .content .content-6 .container .info .container-name {
  margin-bottom: 36px;
}
.atu .content .content-6 .container .info .name-min {
  line-height: 19px;
  font-size: 16px;
  font-weight: bold;
  color: #15213A;
  margin-top: 12px;
  padding-left: 14px;
  position: relative;
}
.atu .content .content-6 .container .info .name-min::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #15213A;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.atu .content .content-6 .container .info .text {
  line-height: 32px;
  font-size: 16px;
  color: #535C72;
  margin-top: 4px;
}
.atu .content .content-6 .container .info .list {
  margin-top: 12px;
}
.atu .content .content-6 .container .info .list .list-item {
  line-height: 20px;
  font-size: 16px;
  color: #535C72;
  padding-left: 14px;
  margin-bottom: 12px;
  position: relative;
}
.atu .content .content-6 .container .info .list .list-item:last-child {
  margin-bottom: 0;
}
.atu .content .content-6 .container .info .list .list-item::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 1px solid #535C72;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.atu .content .content-6 .container .info .btn {
  background: #EFF2FD;
  border: 1px solid #D7DFEA;
  border-radius: 4px;
  line-height: 32px;
  font-size: 16px;
  color: #39435A;
  text-align: center;
  padding: 10px;
  margin-top: 47px;
}
.atu .content .content-6 .container .imgs {
  width: 537px;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(13, 82, 201, 0.16);
  border-radius: 6px;
  padding: 16px;
  font-size: 0;
  position: relative;
}
.atu .content .content-6 .container .imgs .img {
  border-radius: 6px;
}
.atu .content .content-6 .container .imgs .img-box {
  width: 309px;
  background: #fff;
  box-shadow: 4px 4px 12px 0px rgba(0, 81, 174, 0.1);
  border-radius: 8px;
  font-size: 0;
  padding: 23px 25px 28px;
  position: absolute;
  right: -35px;
  bottom: 53px;
}
.atu .content .content-6 .container .imgs .img-box .box-name {
  line-height: 22px;
  font-size: 18px;
  color: #324261;
}
.atu .content .content-6 .container .imgs .img-box img {
  margin-top: 22px;
}
.atu .content .content-6 .border {
  width: 1240px;
  margin: 60px auto 0;
  border-bottom: 1px dashed #D7DFEA;
}
@keyframes moveUpDown {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-4px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(4px);
  }
  100% {
    transform: translate(0px);
  }
}
@keyframes moveAnimate1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes moveAnimate2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes moveAnimate3 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes moveAnimate4 {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
