.swiper {
  padding: 180px 0;
  text-align: center;
  font-size: 40px;
  background-color: #f9f9f9;
}
.row {
  margin: 150px auto;
  padding: 0;
}
.row.panel {
  background-color: var(--color-white);
  border-radius: var(--rd-xl);
}
.row.panel .row-heading .title {
  margin-top: 90px;
}
.row.panel .list {
  margin-top: auto;
  padding-bottom: 100px;
}
.row-heading {
  margin: 150px auto 100px auto;
  padding: 0 100px;
}
.row-heading.small {
  margin: 100px auto 50px;
}
.row-heading.small + .list {
  padding-bottom: 0;
}
.row-heading .title,
.row-heading .major-title {
  float: left;
  font-size: 60px;
  width: 30%;
  line-height: 1.0;
  font-family: 'CenturyGothicBold';
}
.row-heading .major-title {
  margin-top: 65px;
  font-size: 110px;
}
.row-heading .desc {
  float: right;
  /* width: 40%; */
  font-size: var(--fs-xl);
  line-height: 1.2;
}
.row-heading .sub-title {
  font-size: 24px;
  font-family: 'CenturyGothicBold';
}
.row-heading .sec-title {
  margin: 10px auto;
  font-size: 70px;
  line-height: 1;
}
.row-heading.full .title,
.row-heading.full .major-title,
.row-heading.full .sec-title {
  width: 100%;
  float: none;
  font-family: 'CenturyGothicBold';
}
.row-heading.full .title {
  margin: 50px auto;
}
.row-heading.full .sub-title {
  margin-bottom: 30px;
}
.row-heading.full .sub-title + .desc {
  margin-top: 30px;
}
.row-heading.full .desc {
  width: 100%;
  float: none;
  margin: 50px auto;
  font-variant: var(--fs-xl);
}
.row-heading.full .desc:last-child {
  margin-bottom: 0;
}
.row-heading.full .desc + .button {
  margin-top: 0px;
}
.row-black,
.row-grey {
  color: var(--color-white);
}
.row-black .row-heading,
.row-grey .row-heading {
  margin-bottom: 140px;
}
.row-black .row-heading .title .sec-title,
.row-grey .row-heading .title .sec-title {
  font-family: 'CenturyGothicBold';
}
.row-black .list,
.row-grey .list {
  margin-bottom: 150px;
}
.row-black .list.four-card,
.row-grey .list.four-card {
  margin-bottom: 150px;
}
.row-black {
  background-color: #000;
}
.row-grey {
  background-color: #110E1B;
}
.ell {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list {
  display: flex;
  flex-wrap: wrap;
  /* padding: 0 100px;
  margin: -15px; */
  width: 1200px;
  margin: 0 auto;
}
.list .item {
  padding: 90px 90px 76px 90px;
  border-radius: var(--rd-xl);
  color: var(--color-white);
  box-sizing: border-box;
  background: #1F1A30 0% / cover no-repeat;
}
.list .item .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-left: 0;
  font-size: 30px;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  min-height: 110px;
  line-height: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  font-family: 'CenturyGothic';
}
.list .item .content {
  flex: 1;
  font-size: var(--fs-md);
  margin: 10px auto 20px auto;
}
.list .item .content + .button {
  margin-top: 50px;
}
.list .item .content dl {
  margin: 25px auto;
}
.list .item .content dl dt {
  font-size: var(--fs-xl);
}
.list .item .content dl dd {
  margin-left: 0;
}
.list .item .content .go,.list .item .content .go:hover {
  position: relative;
  display: block;
  margin: 15px auto;
  padding: 5px 40px 5px 10px;
  border: 1px solid var(--text-summary);
  border-radius: var(--rd-xl);
  color: inherit;
  text-decoration: none;
}
.list .item .content .go:hover {
	border: 1px solid var(--color-white);
}
.list .item .content .go .pic {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  background: var(--color-white) 50% / cover no-repeat;
  width: 30px;
  height: 30px;
  border-radius: var(--rd-full);
}
.list .item .content .go.none {
  margin: auto;
  padding-right: 10px;
  padding-left: 40px;
  border: 0;
}
.list .item .content .go.none .pic {
  left: 0px;
  right: auto;
}
.list.two-card{
  gap: 30px;
  /* padding: 0 15px;  */
}
.list.two-card .row-heading,
.list.two-one-card .row-heading {
  margin-top: auto;
  padding-left: 0;
}
.list.two-card .col,
.list.two-one-card .col {
  /* flex: 0 0 50%; */
  flex: 0 0 calc(50% - 15px); /* 50% - 30px/2 = 50% - 15px */

}
.list.two-card .col .item,
.list.two-one-card .col .item {
  margin: 0px 0px ;
  height: 377px;
}

.list.two-card .col:nth-child(2n+1) .item,
.list.two-one-card .col:nth-child(2n+1) .item {
  /* margin: 0px 30px 30px 0; */
}
.list.two-card .col:nth-child(2n) .item,
.list.two-one-card .col:nth-child(2n) .item {
  /* margin: 0px 0px 30px 0; */
}

.list.two-card .col:nth-last-child(2) .item,
.list.two-one-card .col:nth-child(2n+1) .item {
  /* margin: 0px 30px 0px 0; */
}
.list.two-card .col:nth-last-child(1) .item,
.list.two-one-card .col:nth-child(2n) .item {
  /* margin: 0px 0px 0px 0; */
}



.list.two-card .col .item h4,
.list.two-one-card .col .item h4 {
  font-size: var(--fs-xl);
  line-height: 1;
}
.list.two-card .col .item .icon,
.list.two-one-card .col .item .icon {
  margin: auto auto 20px 0;
  width: 32px;
  height: 32px;
  background: 50% / cover no-repeat;
}
.list.two-card .col .item .content,
.list.two-one-card .col .item .content {
  color: #FBEFFE;
}
.list .two-card-small {
  padding: 20px 0;
}
.list .two-card-small > .col {
  flex: 1 1 50%;
  display: flex;
}
.list .two-card-small > .col .item {
  margin: 10px;
  padding: 40px;
  flex: 1;
}
.list.five-samll .row-heading {
  margin: 100px auto 35px;
}
.list.five-samll .list {
  margin: 15px;
}
.list.five-samll .two-card-small {
  margin: auto 0;
}
.list.two-one-card {
  display: flex;
}
.list.two-one-card > .col {
  flex: 0 0 50%;
  flex: 1;
}
.list.two-one-card > .col .two-card {
  display: flex;
  flex-wrap: wrap;
}
.list.two-one-card > .col .two-card .col {
  display: flex;
}
.list.two-one-card > .col .two-card .col .item {
  margin: 15px;
  padding: 40px;
  flex: 1;
}
.list.two-one-card > .col .two-card .col .item .icon {
  margin-bottom: 20px;
}
.list.two-one-card > .col .two-card .col .item .title {
  min-height: 60px;
  font-size: 30px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  min-height: 75px;
  margin-bottom: 20px;
}
.list.two-one-card > .col .two-card .col .item .desc {
  font-size: var(--fs-md);
  line-height: 1.5;
}
.list.two-one-card > .col .two-card .col .item .link {
  display: block;
  color: inherit;
}
.list.two-one-card > .col.one {
  display: flex;
}
.list.two-one-card > .col.one .item {
  flex: 1;
  padding: 40px;
}
.list.two-one-card > .col.one .item .icon {
  margin-bottom: 20px;
}
.list.two-one-card > .col.one .item .title {
  min-height: 60px;
  font-size: 30px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  min-height: 75px;
  margin-bottom: 20px;
}
.list.two-one-card > .col.one .item .desc {
  font-size: var(--fs-md);
  line-height: 1.5;
}
.list.three-card,
.list.three-card-none,
.list.three-white-card {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.list.three-card .col,
.list.three-card-none .col,
.list.three-white-card .col {
  flex: 0 0 33.3333%;
  flex: 1;
}
.list.three-card .col .item,
.list.three-card-none .col .item,
.list.three-white-card .col .item {
  margin: 0 0 0 0;
  padding: 50px;
  border-radius: 74px;
  height: 400px;
}
/* .list.three-card .col:last-child .item,
.list.three-card-none .col:last-child .item,
.list.three-white-card .col:last-child .item{
    margin: 0;
} */
.list.three-card .col .item .icon,
.list.three-card-none .col .item .icon,
.list.three-white-card .col .item .icon {
  width: 28px;
  height: 28px;
  margin: 0 0 10px;
  background: 50% / cover no-repeat;
}
.list.three-card .col .item .list-ul,
.list.three-card-none .col .item .list-ul,
.list.three-white-card .col .item .list-ul {
  margin-left: 0;
  width: 100%;
}
.list.three-card .col,
.list.three-white-card .col {
  display: flex;
}
.list.three-card .col .item,
.list.three-white-card .col .item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.list.three-card .col .item .title,
.list.three-white-card .col .item .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  min-height: 80px;
  font-size: 30px;
  font-family: 'CenturyGothic';
}
.list.three-card .col .item .content,
.list.three-white-card .col .item .content {
  flex: 1;
}
.list.three-card .content {
  width: 100%;
}
.list.three-card.only-content .content {
  display: grid;
  place-items: center;
}
.list.three-card.bottom .item {
  position: relative;
  padding: 0;
  height: 320px;
}
.list.three-card.bottom .item .inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 40px 20px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 70px;
}
.list.three-card.bottom .item .inner .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  min-height: auto;
  font-size: 30px;
}
.list.three-card.bottom .item .inner .content {
  margin: 20px 0 10px;
}
.list.three-card-none .col .item {
  /* margin: 15px; */
  padding: 0;
  color: inherit;
  background-color: transparent;
  height: auto;
}
.list.three-card-none .col .item .title {
  font-size: 30px;
  font-family: 'CenturyGothic';
  min-height: 40px;
  margin-bottom: 30px;
  
  /* 单行省略跨浏览器兼容写法（替代-webkit-line-clamp:1） */
  white-space: nowrap;        /* 强制文字单行显示 */
  overflow: hidden;           /* 隐藏溢出内容 */
  text-overflow: ellipsis;    /* 溢出部分显示省略号 */
  
  /* 移除webkit私有属性（Firefox不识别，且会干扰布局） */
  /* 删掉以下3行：
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  */
}
.list.three-card-none .col .item .title,
.list.three-card-none .col .item .content {
  padding: 0 40px;
}
.list.three-card-none .col .item .pic {
  margin: auto auto 50px 0;
  height: 220px;
  border-radius: 64px;
  background: #000 50% / cover no-repeat;
}
.list.three-white-card .col .item {
  padding: 40px 0;
  color: inherit;
  background-color: var(--color-white);
}
.list.three-white-card .col .item .icon {
  width: 28px;
  height: 28px;
  margin: 0 0 10px 40px;
  background: 50% / cover no-repeat;
}
.list.three-white-card .col .item .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 30px;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  min-height: 70px;
}
.list.three-white-card .col .item .title,
.list.three-white-card .col .item .content {
  padding: 0 40px;
}

.list.four-card {
  margin: 0px auto;
  gap: 20px;
}
.list.four-card .col {
  flex: 1;
  display: flex;
}
.list.four-card .col .item {
  display: flex;
  margin: 0px 0px;
  padding: 50px;
  flex-direction: column;
  height: 405px;
}
.list.four-card .col .item .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  /* min-height: 90px; */
  font-family: 'CenturyGothicBold';
}
.list.four-card .col .item .content {
  width: 100%;
  word-break: break-all
}
.list.five-card {
  padding: 0 100px;
}
.list.five-card .col {
  flex: 5;
  display: flex;
}
.list.five-card .col .item {
  margin: 15px;
  padding: 10px;
}
.list.five-card .col .item .content {
  padding: 20px;
}
.list.five-card.only-content {
  margin-bottom: auto;
}
.list.five-card.only-content .col .item {
  display: flex;
  flex-flow: column;
}
.list.five-card.only-content .col .item .content {
  display: grid;
  place-items: center;
  flex: 1;
}
.list.one-card .col,
.list.one-card-none .col,
.list.one-card-none-ltr .col {
  flex: 0 0 100%;
  padding: 0;
}

.list.one-card .col .item,
.list.one-card-none .col .item,
.list.one-card-none-ltr .col .item {
  position: relative;
  margin: 20px auto;
  border: 1px solid #ccc;
  background-color: transparent;
  color: inherit;
  height: 480px;
  padding: 116px 100px 100px 780px;
  border-radius: 400px;
}
.list.one-card .col .item_m,
.list.one-card-none .col .item_m,
.list.one-card-none-ltr .col .item_m{
    padding: 70px 100px 100px 780px;
}
.list.one-card .col .item .title,
.list.one-card-none .col .item .title,
.list.one-card-none-ltr .col .item .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  min-height: auto;
  font-size: 30px;
  font-family: 'CenturyGothic';
}
.list.one-card .col .item .pic,
.list.one-card-none .col .item .pic,
.list.one-card-none-ltr .col .item .pic {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  width: 650px;
  height: 400px;
  background-color: #000;
  border-radius: 400px;
  overflow: hidden;
}
.list.one-card .col .item .pic .title,
.list.one-card-none .col .item .pic .title,
.list.one-card-none-ltr .col .item .pic .title {
  font-family: 'CenturyGothicBold';
  margin: 20px 0;
}
.list.one-card .col .item .pic .desc,
.list.one-card-none .col .item .pic .desc,
.list.one-card-none-ltr .col .item .pic .desc {
  margin: 30px auto;
}
.list.one-card .col .item .pic .row-heading,
.list.one-card-none .col .item .pic .row-heading,
.list.one-card-none-ltr .col .item .pic .row-heading {
  padding-top: 0;
  margin-top: auto;
}
.list.one-card .col .item .pic .button,
.list.one-card-none .col .item .pic .button,
.list.one-card-none-ltr .col .item .pic .button {
  margin-top: 20px;
}
.list.one-card .col .item:hover,
.list.one-card-none .col .item:hover,
.list.one-card-none-ltr .col .item:hover {
  border-color: #999;
}
.list.one-card .col:nth-child(2n) .item,
.list.one-card-none .col:nth-child(2n) .item,
.list.one-card-none-ltr .col:nth-child(2n) .item {
  padding: 90px 750px 90px 90px;
}
.list.one-card .col:nth-child(2n) .item .pic,
.list.one-card-none .col:nth-child(2n) .item .pic,
.list.one-card-none-ltr .col:nth-child(2n) .item .pic {
  right: 50px;
  left: auto;
}
.list.symmetry .col .item {
  margin: auto auto 100px;
}
.list.symmetry .col .item:last-child {
  margin-bottom: auto;
}
.list.symmetry .col .item .button {
  margin-top: auto;
}
.list.symmetry-none .col .item {
  padding-top: 60px;
}
.list.symmetry-none .col .item .button {
  margin-top: auto;
}
.list.one-card-none .col .item,
.list.one-card-none-ltr .col .item {
  height: 520px;
}
.list.one-card-none .col .item .pic,
.list.one-card-none-ltr .col .item .pic {
  left: 0;
  width: 730px;
  height: 520px;
  border-radius: 520px;
}
.list.one-card-none .col .item .pic .title,
.list.one-card-none-ltr .col .item .pic .title {
  margin: 30px auto;
}
.list.one-card-none .col .item .pic .row-heading,
.list.one-card-none-ltr .col .item .pic .row-heading {
  padding: 80px 100px 80px;
  color: var(--color-white);
}
.list.one-card-none .col:nth-child(2n) .item .pic,
.list.one-card-none-ltr .col:nth-child(2n) .item .pic {
  right: 0;
}
.list.one-card-none .col .item {
  margin: auto auto 100px;
  height: 400px;
}
.list.one-card-none .col .item .pic {
  height: 400px;
}
.list.one-card-none .col:last-child .item {
  margin-bottom: auto;
}
.list.one-card-none-ltr .col .item {
  padding-top: 60px;
}
.list.one-card-none-ltr .col .item .title {
  font-size: 30px;
}
.list.one-card-none-ltr .col:nth-child(2n) .item {
  padding: 90px 100px 90px 750px;
}
.list.one-card-none-ltr .col:nth-child(2n) .item .pic {
  left: 0;
  right: auto;
}
.list.one-card-none-ltr .defined-list .icon {
  background-image: url(/__l5e/assets-v1/e5f8e950-0f6e-442c-9f00-4e9b70b77284/icon-ok_.png);
}
.list.one-card-full > .col {
  flex: 0 0 100%;
  padding: 0;
}
.list.one-card-full > .col .item {
  position: relative;
  margin: 0px auto;
  height: 600px;
  font-size: 0;
}
.list.one-card-full > .col .item .title {
  margin: auto auto 50px;
  font-size: 40px;
  min-height: auto;
}
.list.one-card-full > .col .item .content {
  margin: 50px auto;
  padding: 0;
}
.list.one-card-full > .col .item .button {
  margin-top: auto;
}
.list.one-card-full > .col .item.forty-six {
  display: flex;
  width: 100%;
  /* align-items: flex-end; */
  padding:90px 100px 100px 100px
}
.list.one-card-full > .col .item.forty-six .forty {
  flex: 4.5;
  font-size: 0;
}
.list.one-card-full > .col .item.forty-six .forty .title {
  line-clamp: 2;
  -webkit-line-clamp: 2;
  min-height: 80px;
  font-size: 40px;
}
.list.one-card-full > .col .item.forty-six .forty .content {
  /* padding-top: 40px; */
  color: #FBEFFE;
  font-size: var(--fs-md);
  line-height: 1.5;
}
.list.one-card-full > .col .item.forty-six .six {
  flex: 5.5;
  display: flex;
  align-items: flex-end;
}
.list.text,
.list.collapse {
  display: block;
  margin-bottom: 150px;
}
.list.text .col .item,
.list.collapse .col .item {
  position: relative;
  padding: 25px 24px;
  background-color: transparent;
  color: inherit;
  /* height: 110px; */
}
.list.text .col .item::before,
.list.collapse .col .item::before,
.list.text .col .item::after,
.list.collapse .col .item::after {
  display: block;
  height: 1px;
  background-color: #bcbcbc;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.list.text .col .item::after,
.list.collapse .col .item::after {
  top: auto;
  bottom: 0;
  display: none;
}
.list.text .col .item .mark{
  position: absolute;
  top: 30px;
  left: 0;
  width: 24px;
  height: 30px;
}
.list.collapse .col .item .mark {
  position: absolute;
  top: 30px;
  left: 0;
  width: 16px;
  height: 32px;
}
.list.text .col .item .icon,
.list.collapse .col .item .icon {
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  background: url(/__l5e/assets-v1/efa5f640-d83a-4d68-bf1d-ab4525d2107d/icon-copy.png) no-repeat;
  cursor: pointer;
}
.list.text .col .item .title,
.list.collapse .col .item .title {
  font-size: 24px;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  min-height: auto;
}
.list.text .col .item .content,
.list.collapse .col .item .content {
  padding: 10px 0;
  font-size: var(--fs-base);
}
.list.text .col .item .button,
.list.collapse .col .item .button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.list.text .col:last-child .item::after,
.list.collapse .col:last-child .item::after {
  display: block;
}
.list.collapse .col {
  transition: all 0.6s ease;
}
.list.collapse .col .item {
  padding: 30px 40px 20px 0;
}
.list.collapse .col .item .title {
  font-size: 24px;
  line-height: 1.2;
  cursor: pointer;
}
.list.collapse .col .item .content {
  display: none;
  color: #000000;
  line-height: 1.5;
  font-size: var(--fs-md);
}
.list.collapse .col .item .arrow {
  position: absolute;
  right: 5px;
  top: 32px;
  transform: rotate(135deg);
  cursor: pointer;
}
.list.collapse .col .item .arrow::after {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border: solid #333;
  border-width: 2px 2px 0 0;
}
.list.collapse .col.active .item .content {
  display: block;
}
.list.collapse .col.active .item .arrow {
  transform: rotate(-45deg);
}

.pure-board {
  padding: 25px 0;
  background: linear-gradient(90deg, #a002d4, #760698, #55105c, #782d4f, #b66237, #f89a1d);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
  text-align: center;
  color: var(--color-white);
  font-size: 0;
}
.pure-board .list {
  display: block;
  padding-bottom: 20px;
  font-size: 0;
}
.pure-board .list .item {
  display: inline-block;
  margin: 5px 10px 10px 0;
  width: 100px;
  height: 100px;
  padding: 0;
  background: var(--color-white) 50% / cover no-repeat;
  border-radius: var(--rd-full);
}
.pure-board .list .item:nth-child(11n){
  margin: 5px 0px 10px 0;
}
.pure-board .text {
  font-size: var(--fs-sm);
  opacity: 0.8;
  text-align: center;
  font-style: italic;
}
.pure-board .button {
  margin: 0px 10px;
}
.digital-text {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.digital-text .col-50 {
  flex: 0 0 50%;
  font-size: 0;
}
.digital-text .col-50 .i-card {
  position: relative;
  padding: 20px 0 50px 0;
  margin: auto 20px 40px 0;
}
.digital-text .col-50:nth-child(2n+1) .i-card{
  margin: auto 25px 40px 0;
}
.digital-text .col-50:nth-child(2n) .i-card{
  margin: auto 0px 40px 25px;
}
.digital-text .col-50 .i-card .count {
  font-size: 30px;
}
.digital-text .col-50 .i-card .count.large {
  font-size: 80px;
  font-weight: bold;
}
.digital-text .col-50 .i-card .count.large > sub {
  vertical-align: baseline;
  line-height: normal;
}
.digital-text .col-50 .i-card .desc {
  font-size: 14px;
  line-height: normal;
}
.digital-text .col-50 .i-card .desc > span {
  font-size: var(--fs-md);
  color: #FBeffe;
}
.digital-text .col-50 .i-card::before,
.digital-text .col-50 .i-card::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  height: 1px;
  background: linear-gradient(90deg, #a002d4, #760698, #55105c, #782d4f, #b66237, #f89a1d);
}
.digital-text .col-50 .i-card::after {
  display: none;
  top: auto;
  bottom: 0;
}
.digital-text .col-50 .button {
  /* margin: 30px auto auto 20px; */
}
.digital-text .col-50:nth-last-child(-n + 2) .i-card::after {
  display: block;
}
.list-ul {
  list-style: none;
}
.list-ul > li {
  position: relative;
  padding: 5px 0 5px 15px;
}
.list-ul > li::before {
  position: absolute;
  top: 15px;
  left: 0;
  content: '';
  width: 3px;
  height: 3px;
  background-color: var(--color-white);
}
.list-ul.none > li::before {
  background-color: #000;
}
.unordered-list {
  list-style: none;
}
.unordered-list > li {
  position: relative;
  margin: 30px 0;
  font-size: var(--fs-xl);
  padding-left: 40px;
}
.unordered-list > li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 28px;
  height: 28px;
  background: url(/__l5e/assets-v1/166c82fb-8495-49c3-acd4-14f6c44cc2f1/icon-ok.png) 50% / cover no-repeat;
}
.unordered-list > li > p {
  font-size: 16px;
  opacity: 0.8;
}
.defined-list,
.defined-list-ltr {
  position: relative;
  padding: 10px 40px;
}
.defined-list .icon,
.defined-list-ltr .icon {
  position: absolute;
  left: 0;
  top: 24px;
  width: 28px;
  height: 28px;
  background: url(/__l5e/assets-v1/166c82fb-8495-49c3-acd4-14f6c44cc2f1/icon-ok.png) 50% / cover no-repeat;
}
.defined-list dt,
.defined-list-ltr dt {
  font-size: var(--fs-3xl);
}
.defined-list dd,
.defined-list-ltr dd {
  padding-top: 5px;
  margin-left: 0;
  font-size: var(--fs-md);
}
.defined-list dd ul > li,
.defined-list-ltr dd ul > li {
  margin-left: 10px;
  padding: 5px 0;
}
.defined-list dd .list-ul > li,
.defined-list-ltr dd .list-ul > li {
  padding-left: 15px;
}
.defined-list.border::before,
.defined-list-ltr.border::before,
.defined-list.border::after,
.defined-list-ltr.border::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  height: 1px;
  background-color: var(--color-white);
}
.defined-list.border .icon,
.defined-list-ltr.border .icon {
  background-image: url(/__l5e/assets-v1/d803b48b-8b38-46bb-94dd-8877d850b96b/icon-eye.png);
}
.defined-list.border::after,
.defined-list-ltr.border::after {
  top: auto;
  bottom: 0;
  display: none;
}
.defined-list.border:last-child::after,
.defined-list-ltr.border:last-child::after {
  display: block;
}
ul.defined-list {
  list-style: none;
  padding: 0;
}
ul.defined-list > li {
  position: relative;
  padding: 15px 40px;
}
ul.defined-list > li .icon {
  top: 15px;
}
.defined-list-ltr {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.defined-list-ltr dt {
  text-align: left;
  flex: 1;
  font-size: 32px;
}
.defined-list-ltr dd {
  text-align: right;
  flex: 2;
}
.defined-unordered-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 100px;
  font-size:0;
  /* margin: 0 -20px; */
}
.defined-unordered-list > .col {
  /* flex: 0 0 50%;
  padding: 10px 0; */
  width: 450px;
}
.defined-unordered-list > .col dl {
  display: flex;
  flex-direction: column;
  /* margin: 0 20px; */
}
.defined-unordered-list > .col dl dt {
  position: relative;
  font-size: 30px;
}
.defined-unordered-list > .col dl dt .pic {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 25px;
  height: 84px;
}
.defined-unordered-list > .col dl dt::after,
.defined-unordered-list > .col dl dt .progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: '';
  height: 4px;
  background: #666;
}
.defined-unordered-list > .col dl dt .progress {
  z-index: 2;
  background: linear-gradient(90deg, #A002D4 0%, #4E0A5F 50%, #F99B1D 100%);
  right: auto;
}
.defined-unordered-list > .col dl dd {
  flex: 1;
  padding:0;
  margin:0 0 20px;
}
.defined-unordered-list > .col dl dd ul {
  list-style: none;
}
.defined-unordered-list > .col dl dd ul > li {
  /* margin: 5px 0; */
  /* padding: 12px 0; */
  border-bottom: 1px solid #b7b7b7;
  opacity: 0.8;
  font-size: 16px;
  height: 49px;
  line-height: 49px;
}
.defined-unordered-list > .col dl dd ul > li > i {
  float: right;
  font-style: normal;
}
.defined-unordered-list > .col dl dd ul > li.active {
  font-family: 'CenturyGothicBold';
  opacity: 1;
}
.tell-panel {
  padding: 150px 0;
  background-color: #000;
  color: var(--color-white);
}
.tell-panel .row-heading {
  padding-top: 0;
  margin-bottom: auto;
}
.tell-panel .row-heading .desc {
  margin-top: auto;
}
.tell-panel .list {
  flex-wrap: inherit;
  margin-bottom: auto;
}
.tell-panel .defined-list .icon {
  top: 24px;
  background-image: url(/__l5e/assets-v1/d803b48b-8b38-46bb-94dd-8877d850b96b/icon-eye.png);
}
.tell-panel.none {
  background-color: transparent;
  color: inherit;
}
.tell-panel.none .defined-list .icon {
  background-image: url(/__l5e/assets-v1/0bd9dc2b-ce35-4b01-905d-3f8a4c5b4368/icon-eye_.png);
}
.tell-panel.none .border::before,
.tell-panel.none .border::after {
  background-color: #bcbcbc;
}
.tell-panel .tell-right-list h4 {
  margin-bottom: 30px;
  font-size: var(--fs-xl);
}
.vs-panel {
  display: flex;
  padding: 10px 100px;
  text-align: center;
}
.vs-panel .col {
  /* flex: 7; */
  width: 915px;
}
.vs-panel .col .fr {
  margin-right: 30px;
}
.vs-panel .col:last-child {
  /* flex: 3; */
  width: 285px;
}
.vs-panel .col:last-child .item {
  margin: auto auto 30px;
  padding: 30px 50px;
  height: 202px;
  align-items: center;
  display: flex;
}
.vs-panel .col:last-child .item .title {
  min-height: auto;
}
.vs-panel .col:last-child .item .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 10px;
  min-height: 50px;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  font-size: var(--fs-md);
  font-family: 'CenturyGothic';
}
.vs-panel .col .vs-progress {
  padding: 20px 0px;
  margin-right: 30px;
  border-radius: var(--rd-xl);
  background: linear-gradient(135deg, #5f246e 0%, #a409cb 40%, #d2596d 70%, #f79922 100%);
  color: var(--color-white);
  height: 626px;
}
.vs-panel .col .vs-progress .head,
.vs-panel .col .vs-progress .body {
  /* width: 100%; */
}
.vs-panel .col .vs-progress .head td,
.vs-panel .col .vs-progress .body td {
  vertical-align: bottom;
  padding: 10px;
}
.vs-panel .col .vs-progress .head .name,
.vs-panel .col .vs-progress .body .name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 80px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  font-size: var(--fs-md);
}
.vs-panel .col .vs-progress .head .percentage,
.vs-panel .col .vs-progress .body .percentage {
  font-size: 50px;
  font-weight: 600;
}
.vs-panel .col .progress {
  position: relative;
}
.vs-panel .col .progress .ruler {
  position: relative;
  list-style: none;
}
.vs-panel .col .progress .ruler::after,
.vs-panel .col .progress .ruler > li::after {
  position: absolute;
  top: 0;
  left: 60px;
  right: 0;
  content: '';
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  transform: scaleY(0.8);
}

.vs-panel .col .progress .ruler > li:first-child::after {
  position: absolute;
  top: 0;
  left: 60px;
  right: 0;
  content: '';
  height: 0px;
  transform: scaleY(0.8);
}


.vs-panel .col .progress .ruler::after {
  top: auto;
  bottom: 0;
}
.vs-panel .col .progress .ruler > li {
  position: relative;
  height: 35px;
}
.vs-panel .col .progress .ruler > li::before {
  position: absolute;
  content: attr(data-v);
  left: 0;
  top: 15px;
}
.vs-panel .col .progress .bar-1,
.vs-panel .col .progress .bar-2 {
  position: absolute;
  bottom: 0;
  width: 120px;
  border-radius: 16px 16px 0 0;
  background-color: #f99a1b;
  z-index: 2;
}
.vs-panel .col .progress .bar-1::before,
.vs-panel .col .progress .bar-2::before {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  font-size: var(--fs-md);
  content: attr(data-bar);
  color: var(--text-title);
}
.vs-panel .col .progress .bar-2 {
  z-index: 1;
  background-color: #ccc;
}
.vs-panel .col .progress.left .bar-1 {
  left: 90px;
}
.vs-panel .col .progress.left .bar-2 {
  left: 260px;
}
.vs-panel .col .progress.right .bar-1,
.vs-panel .col .progress.right .bar-2 {
  left: 100px;
}
.vs-panel .col .progress.right .bar-1::before,
.vs-panel .col .progress.right .bar-2::before {
  display: none;
}
.grph-desc {
  padding: 20px;
  font-size: 20px;
}
.grph-desc h3 {
  font-size: 30px;
}
.from-item {
  margin: 0px 0px 40px;
  font-size: var(--fs-xl);
  /* 隐藏原生 checkbox */
  /* 自定义复选框容器 */
  /* 自定义复选框图形 */
  /* hover 效果 */
  /* focus 时添加外发光（提升可访问性） */
  /* 选中状态 */
  /* 选中后的对勾图标（使用 ::after 伪元素） */
  /* 选中后显示对勾 */
  /* 禁用状态 */
}
.from-item:last-child {
  margin-bottom: 15px;
  font-size: 0;
}
.from-item .label {
  line-height: 1.5;
  font-weight: bold;
}
.from-item input::placeholder,
.from-item select::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.from-item .error {
  font-size: var(--fs-sm);
  color: #c53c3c;
}
.from-item .input,
.from-item .select,
.from-item .checkbox {
  margin: 5px auto 0;
  width: 100%;
  border: 1px solid #f2eeed;
  border-radius: var(--rd-xl);
  background-color: var(--color-white);
  font-size: inherit;
  box-shadow: inset 0 0 10px 0.02;
}
.from-item .input{
  padding:15px;
  width:470px;
}
.from-item .select {
  position: relative;
  padding: 7px 15px;
  width:470px;
}
.from-item .select > select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  width: 100%;
  padding: 8px 0;
  border: 0;
  font-size: inherit;
  background: transparent;
}
.from-item .select::after {
  content: '';
  position: absolute;
  right: 25px;
  top: 15px;
  width: 12px;
  height: 12px;
  border: solid #D1D1D1;
  border-width: 1px 1px 0 0;
  transform: rotate(135deg);
}
.from-item .radio {
  position: relative;
  padding: 5px 0 0 50px;
}
.from-item .radio span.checkbox {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: var(--rd-full);
  width: 32px;
  height: 32px;
  padding: 0;
}
.from-item .radio span.checkbox.active::before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: '准';
  width: 16px;
  height: 16px;
  background-color: var(--color-white);
  transform: translate(-50%, -50%);
}
.from-item .button {
  font-size: var(--fs-lg);
}
.from-item .button .none {
  border-color: #ccc;
}
.from-item .custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.from-item .custom-checkbox {
  cursor: pointer;
  user-select: none;
}
.from-item .custom-checkbox .checkmark {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #f2eeed;
  border-radius: var(--rd-full);
  background-color: var(--color-white);
  position: relative;
  transition: all 0.2s ease;
}
.from-item .custom-checkbox:hover .checkmark {
  border-color: #666;
}
.from-item .custom-checkbox input:focus + .checkmark {
  outline: 2px solid #111;
  outline-offset: 2px;
}
.from-item .custom-checkbox input:checked + .checkmark {
  background-color: #111;
  border-color: #111;
}
.from-item .custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.from-item .custom-checkbox input:checked + .checkmark::after {
  display: block;
}
.from-item .custom-checkbox input:disabled {
  cursor: not-allowed;
}
.from-item .custom-checkbox input:disabled + .checkmark {
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
}
.from-item .custom-checkbox input:disabled ~ .label-text {
  padding-left: 30px;
  color: #999;
  cursor: not-allowed;
}
.map {
  position: relative;
  height: 540px;
  background: url(/__l5e/assets-v1/94992ad8-51b0-4559-a792-6d3f776519b7/map.png) 50% 100% no-repeat;
}
.map .item {
  position: absolute;
  width: 300px;
  height: 200px;
}
.map .item .dot {
  position: absolute;
  padding: 0px 15px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #fff;
  border-radius: var(--rd-xl);
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease;
  /* max-width: 120px; */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: default;
  /* line-height: normal; */
}
.map .item .dota {
  position: absolute;
  padding: 15px 20px 20px;
  height: auto;
  width: 200px;
  line-height: 1.5;
  border: 3px solid #fff;
  border-radius: 20px;
  background-color: #111;
  /* transition: all 0.2s ease; */
  /* max-width: 120px; */
  display: none;
  cursor: default;
  z-index: 1000;
  /* line-height: normal; */
}
.map .item .dot:hover {
  /* display: none; */
}
/* .map .item .dot:hover + .dota{
  display: block;
} */

.map .item:hover .dota{
  display: block;
}


.map .item:hover .dot {
  /* background-color: rgba(0, 0, 0, 0.8);
  white-space: normal;
  text-overflow: clip;
  max-width: none;
  overflow: visible; */
}
.map .item:nth-child(1) {
  top: 190px;
  right: 950px;
}
.map .item:nth-child(1) .dot {
  top: 50px;
  right: 82px;
}
.map .item:nth-child(1) .dota {
  top: 50px;
  right: 82px;
}
.map .item:nth-child(2) {
  top: 40px;
  left: 710px;
}
.map .item:nth-child(2) .dota  {
  top: 48px;
  left: 75px;
}
.map .item:nth-child(2) .dot {
  top: 48px;
  left: 75px;
}
.map .item:nth-child(3) {
  top: 290px;
  right: 340px;
}
.map .item:nth-child(3) .dot {
  top: 150px;
  right: 110px;
}
.map .item:nth-child(3) .dota {
  top: 150px;
  right: 110px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-container .swiper-slide {
  width: 1200px;
  height: 600px;
  border-radius: 300px;
  overflow: hidden;
}
.swiper-container .swiper-slide.swiper-slide-active .item {
  opacity: 1;
  filter: none;
}
.swiper-container .swiper-slide .item {
  height: 100%;
  opacity: 0.5;
  filter: blur(3px);
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  color: var(--color-white);
}
.swiper-container .swiper-pagination {
  bottom: 20px;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet,
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
  background-color: var(--color-white);
  border-radius: 2px;
}
.list.board .item {
  margin: 0 32px 32px 0;
  padding: 0;
  width: 144px;
  height: 144px;
  border-radius: var(--rd-full);
}
.list.board .item:nth-child(7n){
    margin: 0 0px 32px 0;
}
.list.board .item:nth-last-child(-n+7){
  margin-bottom: 0px;
}

.board .item{
  background-color: #fff;
}
.collapse2 {

}

.list.collapse2 .active .item{
  padding: 30px 40px 0px 0;
}
.list.collapse2 .active .item .content{
  padding: 5px 0px;;
}

.collapse2 .item .title{
  font-family: 'CenturyGothic', Arial, sans-serif;

}

.m40{
  margin: 40px 0 0 0 !important;
}
.lh17{
  line-height: 1.7 !important;
}
.h320{
    height: 320px !important;
}
.h300{
    height: 300px !important;
}
.fontb{
 font-family: 'CenturyGothicBold' !important;
}
.mbot30{
  margin-bottom: 30px !important;
}

.menu4h{
      height: 300px !important;
      padding: 50px 10px !important;
}
.f30{
  font-size: 30px;
}
.f24{
  font-size: 24px !important;
}
.mt20{
  margin-top:20px !important;
}
.pt0{
    padding-top:0px !important;
}
.mt0{
    margin-top:0px !important;
}
.mb0{
    margin-bottom:0px !important;
}

.list.et-card .col{
  width: 380px; 
  box-sizing: border-box; 
  flex: none;
}
.list.et-card .col .item{
    margin: 0 0 0 0;
    padding: 50px;
    border-radius: 74px;
    height: 285px;
}
.bt1{
  /* margin-left: 0px;margin-right:auto; */
  margin: 0 auto;
}

.list.et2-card > .col .two-card{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.list.et2-card > .col .two-card .col{
  width: 285px;
    display: flex;
}
.list.et2-card > .col .two-card .col .item{
    margin: 0;
    padding: 50px;
    flex: 1;
    height: 300px;
}
.list.et2-card > .col.one{
  padding-left: 30px;
}
.list.et2-card > .col.one .item{
  height: 630px;
}


.list.et3-card > .col .two-card{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.list.et3-card > .col .two-card .col{
  width: 285px;
    display: flex;
}
.list.et3-card > .col .two-card .col .item{
    margin: 0;
    padding: 50px;
    flex: 1;
    height: 300px;
}
.list.et3-card > .col.one{
  padding-right: 30px;
}
.list.et3-card > .col.one .item{
  height: 300px;
}
.list.et3-card > .col .two-card .col .item .title{
  min-height: auto;
}


.list.et4-card{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.list.et4-card .col {
  width: 380px;
    display: flex;
}
.list.et4-card .col .item{
  width: 380px;
  height: 380px;
}
.list.et4-card.bottom .item .inner .content{
  margin: 10px 0 10px;
}

.list.et5-card{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.list.et5-card .col {
  width: 380px;
    display: flex;
}
.list.et5-card .col .item{
  width: 380px;
  height: 164px;
  padding: 0px 0 0 0 ;
}
.list.et5-card.bottom .item .inner .content{
  margin: 10px 0 10px;
}

.list.et6-card{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.list.et6-card .col {
  width: 285px;
    display: flex;
}
.list.et6-card .col .item{
  width: 285px;
  height: 285px;
  padding: 50px;
}
.list.et6-card .col .item .title{
  font-family: 'CenturyGothic', Arial, sans-serif; 
  min-height: 80px;
}
.list.et6-card .col .item .content .go .pic{
background:none;
}
.list.et6-card.bottom .item .inner .content{
  margin: 10px 0 10px;
}

.list.et7-card{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.list.et7-card .col {
  width: 380px;
    display: flex;
}
.list.et7-card .col .item{
  width: 380px;
  height: 300px;
  padding: 50px;
}
.list.et7-card .col .item .title{
  font-family: 'CenturyGothic', Arial, sans-serif; 
  min-height: 70px;
  font-size: 24px;
}
.list.et7-card .col .item .content{
  font-family: 'CenturyGothic', Arial, sans-serif; 
}

.list.et8-card{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.list.et8-card .col {
  width: 224px;
    display: flex;
}
.list.et8-card .col .item{
  width: 224px;
  height: 140px;
  /* padding: 50px; */
  margin: 0px;
}
.list.et8-card .col .item .title{
  font-family: 'CenturyGothic', Arial, sans-serif; 
  min-height: 70px;
  font-size: 24px;
}
.list.et8-card .col .item .content{
  font-family: 'CenturyGothic', Arial, sans-serif; 
}
.list.et9-card{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.list.et9-card .col {
  width: 585px;
    display: flex;
}
.list.et9-card .col .item{
  width: 585px;
  height: 627px;
  /* padding: 50px; */
  margin: 0px;
}
.list.et9-card .col .item .title{
  font-family: 'CenturyGothicBold', Arial, sans-serif; 
  min-height: 70px;
  font-size: 40px;
}
.list.et9-card .col .item .content dl{
  margin: 15px auto;
}
.et10{
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  gap: 20px;
}
.list.et10-card{
    display: flex;
    flex-wrap: wrap;
    width: 590px;
    gap: 20px;
}

.list.et10-card .col {
  width: 285px;
  display: flex;
  flex: none;
}
.list.et10-card .col .item{
  width: 285px;
  height: 167px;
  /* padding: 50px; */
  margin: 0px;
  text-align: center;
}

.list.et11-card{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.list.et11-card .col {
  width: 585px;
  display: flex;
  flex: none;
}
.list.et11-card .col .item{
  width: 585px;
  height: 585px;
  /* padding: 50px; */
  /* margin: 0px; */
}
.list.et11-card .col .item .title{
  font-family: 'CenturyGothicBold', Arial, sans-serif; 

}

.list.et12-card{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.list.et12-card .col {
  width: 585px;
  display: flex;
  flex: none;
}
.list.et12-card .col .item{
  width: 585px;
  height: 380px;
  padding: 50px 100px; 
  /* margin: 0px; */
}
.list.et12-card .col .item .title{
  font-family: 'CenturyGothicBold', Arial, sans-serif; 
  min-height: 90px;

}



.list.et13-card{
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}

.list.et13-card .col {
  /* width: 585px; */
  /* display: flex; */
  flex: none;
}
.list.et13-card .col .item{

  /* margin: 0px; */
}
.list.et13-card .col .item .title{


}


.et14-card{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.et14-card .col {
  width: 285px;
  display: flex;
  flex: none !important;
}
.et14-card .col .item{
  width: 285px;
  height: 360px !important;
  padding: 50px !important;
  margin: 0px !important;
}
.et14-card .col .item .title{
  font-family: 'CenturyGothicBold', Arial, sans-serif; 
  min-height: 90px;

}

.et15-card{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.et15-card .col {
  width: 285px;
  display: flex;
  flex: none !important;
}
.et15-card .col .item{
  width: 285px;
  height: 360px !important;
  padding: 50px !important;
  margin: 0px !important;
}
.et15-card .col .item .title{
  font-family: 'CenturyGothicBold', Arial, sans-serif; 
  min-height: 40px;

}

.et16-card{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.et16-card .col {
  width: 380px;
  display: flex;
  flex: none !important;
}
.et16-card .col .item{
  width: 380px;
  height: 423px !important;
  padding: 50px !important;
  margin: 0px !important;
}
.et16-card .col .item .title{
  font-family: 'CenturyGothicBold', Arial, sans-serif; 
  min-height: 40px !important;

}
.et16-card .col .item .content{
  margin: 10px auto 0px auto;
  height: 210px;
}
.et16-card .col .item .content .go{
  height: 50px; line-height: 50px; padding: 0px 15px;
  margin: 0 auto 30px auto;
}
.et16-card .col .item .list-ul > li{
  margin: 5px 0 5px 0px;
}

.et17-card{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.et17-card .col {
  width: 285px;
  display: flex;
  flex: none !important;
}
.et17-card .col .item{
  width: 285px;
  height: 530px !important;
  padding: 50px !important;
  margin: 0px !important;
}
.et17-card .col .item .title{
  font-family: 'CenturyGothicBold', Arial, sans-serif; 
  min-height: 70px !important;

}
.et17-card .col .item .content .go{
  height: 38px; line-height: 38px; padding: 0px 15px;
  margin: 10px auto 10px auto;
}

.et18-card{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.et18-card .col {
  width: 285px;
  display: flex;
  flex: none !important;
}
.et18-card .col .item{
  width: 285px;
  height: 160px !important;
  padding: 42px 50px 0 !important;
  margin: 0px !important;
  text-align:center
}
.et18-card .col .item .title{
  /* font-family: 'CenturyGothicBold', Arial, sans-serif; 
  min-height: 70px !important; */

}
.et18-card .col .item .content {
  margin: 0px auto 0px auto;
}

.et19-card{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.et19-card .col {
  width: 285px;
  display: flex;
  flex: none !important;
}
.et19-card .col .item{
  width: 285px;
  height: 190px !important;
  padding: 35px 50px 0 !important;
  margin: 0px !important;
  text-align:center;
}
.et19-card .col .item .title{
  /* font-family: 'CenturyGothicBold', Arial, sans-serif; 
  min-height: 70px !important; */

}
.et18-card .col .item .content {
  margin: 0px auto 0px auto;
}

.list.multilisting > .col .item {
  padding: 100px;
  border-radius: 150px;
  height: 874px;
}

.list.multilisting .defined-unordered-list {
  /* margin: auto -50px; */
}
.list.multilisting .defined-unordered-list dl {
  /* margin: 0 50px; */
}
.unordered-list2>li{
  line-height: 28px;
}
ul.unordered-list3>li{
  line-height: 28px;
  padding: 15px 40px 10px 40px;
}
.defined-list2{
  padding: 20px 40px;
}
.defined-list2 dd, .defined-list2-ltr dd{
  padding-top: 10px;
}
.teadd1{
  margin: 150px auto 20px auto;
}
.teadd2{
  margin: 0px auto 100px auto;
}

.defined-list2{
  padding: 30px 40px;
  margin-left: 15px;
}
.defined-list2 .icon{
  top: 35px;
}
.BBB{
  font-weight:bold !important;
}
.M100{
	padding:100px;
}
.T500{
	width:500px !important; text-align:left;
}
.MT100{
	margin-top:100px !important;
}
.F16{
	font-size:16px !important;
}
.Socical,.Socical:hover {
  position: relative;
  display: block;
  margin: 10px 0 0 0;
  height:38px;
  line-height:38px;
  padding-left:13px;
  border: 1px solid var(--text-summary);
  border-radius: var(--rd-xl);
  color: inherit;
  text-decoration: none;
  font-size:16px;
}
.Socical:hover {
  border: 1px solid var(--color-white);
}


.list-ul a,
.footer .subscribe a,
.All {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #fff;
  padding-bottom: 1px;
  transition: all 0.3s ease;
  background: transparent;
}

.list-ul a:hover,
.footer .subscribe a:hover,
.All:hover {
  color: transparent;
  background: linear-gradient(90deg, #9805C6, #F99A1A);
  -webkit-background-clip: text;
  background-clip: text;
  text-decoration: none;
  box-shadow: 
    inset 0 -1px 0 0 #9805C6,
    inset 0 -1px 0 0 #F99A1A;
}