.split_image {
  background-image: url('../../image/homePage/section/section_detail_3.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banc {
  position: relative;
  /* banner */
}
.banc .fill {
  width: 100%;
  height: 70px;
  background: url('/guide/image/new/bg-mod.png') no-repeat;
  background-size: cover;
}
.banc .banner_mod {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(179deg, #a5e9ff 8%, #bbe2f6 50%, #d4dde9 60%, #d4dde9 77%);
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.banc .banner_mod .banner_bg .scene-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.banc .banner_mod .banner_bg .scene-wrapper .scene {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  transform: translateY(var(--t-land-ty));
  will-change: transform;
}
.banc .banner_mod .banner_bg .scene-wrapper .scene-air {
  width: 1000px !important;
  top: -30px;
  right: 29px;
  --t-land-ty: 0px;
}
.banc .banner_mod .banner_bg .scene-wrapper .scene-mountain {
  right: -20px;
}
.banc .banner_mod .banner_bg .scene-wrapper .scene {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  transform: translateY(var(--t-land-ty));
  will-change: transform;
}
.banc .banner_mod .banner_bg .scene-wrapper .scene-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 200px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, rgba(255, 255, 255, 0.7) 80%, #f7f8fc);
}
.banc .banner_mod .banner_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}
.banc .banner_mod .text_title {
  position: absolute;
  top: 28%;
  left: 13.6%;
  z-index: 2;
}
.banc .banner_mod .text_title .depotTitle {
  width: 246px;
  height: 79px;
  object-fit: contain;
  margin-bottom: 20px;
}
.banc .banner_mod .text_title .tit span {
  display: block;
  font-size: 32px;
  font-weight: 400;
  color: #181a39;
  letter-spacing: 2px;
}
.banc .banner_mod .text_title a {
  text-align: center;
  width: 150px;
  height: 36px;
  background: #FF9E00;
  border-radius: 34px;
  line-height: 36px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  margin-top: 67px;
  position: absolute;
  left: 0;
}
.banc .banner_mod .text_title a:hover {
  background: #ff7e00;
}
.banc .con-box {
  position: relative;
  padding: 144px 0 0 0;
  background-image: url('/guide/image/thingland/thingland-compare-bg.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  margin: 0 auto;
}
.banc .con-box ._list_bg .tit {
  text-align: center;
  letter-spacing: 8px;
  font-size: 35px;
  padding: 60px 0 82px 1.5%;
  color: rgba(0, 0, 0, 0.85);
}
.banc .con-box ._list_bg .tit.tit_2 {
  letter-spacing: normal;
  padding: 50px 0;
  color: rgba(0, 0, 0, 0.85);
}
.banc .con-box ._list_bg .tit.tit_2 span {
  position: relative;
}
.banc .con-box ._list_bg .tit.tit_2 span::before,
.banc .con-box ._list_bg .tit.tit_2 span::after {
  content: '';
  width: 86px;
  height: 18px;
  position: absolute;
  top: 15px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.banc .con-box ._list_bg .pro-cont {
  width: 100%;
  max-width: 1500px;
  position: relative;
  margin: 0 auto;
  padding-bottom: 50px;
}
.banc .con-box ._list_bg .pro-cont:first-child {
  padding-top: 30px;
  padding-bottom: 80px;
}
.banc .con-box ._list_bg .pro-cont .pro-item {
  width: calc(100% - 30px);
  height: max-content;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 45px 15px;
}
.banc .con-box ._list_bg .pro-cont .pro-item:first-child {
  margin-top: 0;
}
.banc .con-box ._list_bg .pro-cont .pro-item:last-child {
  margin-bottom: 0;
}
.banc .con-box ._list_bg .pro-cont .pro-item .pro-img {
  display: flex;
}
.banc .con-box ._list_bg .pro-cont .pro-item .pro-img > div {
  display: flex;
  margin-top: 20px;
}
.banc .con-box ._list_bg .pro-cont .pro-item .pro-img > div img {
  width: auto;
  height: 652px;
  border-radius: 16px;
  overflow: hidden;
}
.banc .con-box ._list_bg .pro-cont .pro-item .pro-img > div .item {
  width: 930px;
  height: 523px;
  flex-shrink: 0;
  margin: auto;
  border-radius: 16px;
}
.banc .con-box ._list_bg .pro-cont .pro-item .pro-text {
  flex: 1;
  height: max-content;
  float: left;
  font-size: 16px;
  margin-top: 50px;
}
.banc .con-box ._list_bg .pro-cont .pro-item .pro-text .rightdotSmall2 {
  height: 70px;
  position: relative;
  margin-right: 30px;
  float: left;
  display: block;
}
.banc .con-box ._list_bg .pro-cont .pro-item .pro-text .leftNum {
  font-size: 75px;
  color: #00c775;
  letter-spacing: 0.65px;
  margin: 64px 0 16px 0;
}
.banc .con-box ._list_bg .pro-cont .pro-item .pro-text .rightNum {
  font-size: 75px;
  color: #00c775;
  letter-spacing: 0.65px;
  margin: 64px 0 16px 0;
}
.banc .con-box ._list_bg .pro-cont .pro-item .pro-text .rightFontTitle2 {
  font-weight: 600;
  font-size: 58px;
  color: #1d1d1f;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.banc .con-box ._list_bg .pro-cont .pro-item .pro-text .rightFontTitle2 span {
  font-weight: 600;
  font-size: 32px;
  color: #1d1d1f;
  letter-spacing: 1.1px;
  margin-bottom: 20px;
}
.banc .con-box ._list_bg .pro-cont .pro-item .pro-text .leftFontTitle2 {
  font-weight: 600;
  font-size: 58px;
  color: #1d1d1f;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.banc .con-box ._list_bg .pro-cont .pro-item .pro-text .leftFontTitle2 span {
  font-weight: 600;
  font-size: 32px;
  color: #1d1d1f;
  letter-spacing: 1.1px;
  margin-bottom: 20px;
}
.banc .con-box ._list_bg .pro-cont .pro-item .pro-text .cont-text {
  width: 100%;
  line-height: 30px;
  position: relative;
  margin-top: 18px;
}
.banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item1 .pro-img,
.banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item3 .pro-img {
  justify-content: flex-start;
  margin-right: 6%;
}
.banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item1 .pro-text,
.banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item3 .pro-text {
  text-align: left;
}
.banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item2 .pro-img {
  justify-content: flex-end;
  margin-left: 6%;
  border-radius: 16px;
}
.banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item2 .pro-text {
  text-align: right;
}
.banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item4 .pro-img {
  justify-content: flex-end;
  margin-left: 6%;
  border-radius: 16px;
}
.banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item4 .pro-img > div {
  width: 976px;
  height: 549px;
  overflow: hidden;
  border-radius: 16px;
}
.banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item4 .pro-img > div .item {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
}
.banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item4 .pro-text {
  text-align: right;
}
.banc .con-box .t-land-wrapper {
  display: flex;
  height: 818px;
}
.banc .con-box .t-land-wrapper .t-land {
  position: relative;
  overflow: hidden;
  flex: 2;
}
.banc .con-box .t-land-wrapper .t-land .t-land-bg {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banc .con-box .t-land-wrapper .t-land .air-left {
  position: absolute;
  height: 500px;
  width: auto;
  top: calc(50% - 250px);
  left: -500px;
  transform: translateX(-2.6px);
}
.banc .con-box .t-land-wrapper .t-land .air-right {
  position: absolute;
  height: 500px;
  width: auto;
  top: calc(50% - 250px);
  right: -500px;
  transform: translateX(2.6px);
}
.banc .con-box .t-land-wrapper .t-land-content {
  flex: 1;
  padding-left: 97px;
  border: 2px solid #fff;
  background-image: url('/guide/image/thingland/t-land-content-bg2.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banc .con-box .t-land-wrapper .t-land-content .t-land-content-box {
  width: 250px;
}
.banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-content-title {
  margin-top: 138px;
  font-weight: 500;
  font-size: 58px;
  color: #1d1d1f;
  letter-spacing: 1.32px;
  margin-bottom: 24px;
  text-align: right;
}
.banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-content-second-title {
  font-weight: 500;
  font-size: 39px;
  color: #1d1d1f;
  letter-spacing: 1.34px;
  text-align: right;
  margin-bottom: 33px;
}
.banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-content-desc {
  font-weight: 400;
  font-size: 17px;
  color: #6e6e73;
  letter-spacing: 0;
  text-align: justify;
  line-height: 32px;
  margin-bottom: 79px;
}
.banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-btn-group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-btn-group a {
  display: inline-block;
  width: 151px;
  height: 48px;
  background: #01cd79;
  box-shadow: 0 6px 32px 0 rgba(0, 199, 117, 0.18);
  border-radius: 39px;
  line-height: 48px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1.33px;
}
.banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-btn-group a:last-child {
  margin-top: 24px;
  background: #f68e2e;
  box-shadow: 0 6px 32px 0 rgba(246, 142, 46, 0.18);
}
.banc .con-box .t-privilege-wrapper {
  background-color: #f9fbff;
  background-image: url('/guide/image/thingland/p-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 114px 0 126px 0;
  width: 100%;
  margin: 0 auto;
}
.banc .con-box .t-privilege-wrapper .main {
  width: 80%;
  margin: 0 auto;
  max-width: 1400px;
}
.banc .con-box .t-privilege-wrapper .main .t-privilege-title {
  font-weight: 500;
  font-size: 58px;
  color: #1d1d1f;
  letter-spacing: 1.32px;
  text-align: center;
}
.banc .con-box .t-privilege-wrapper .main .t-privilege-desc {
  font-weight: 500;
  font-size: 17px;
  color: #6e6e73;
  letter-spacing: 0;
  text-align: center;
  margin-top: 18px;
}
.banc .con-box .t-privilege-wrapper .main .t-panel {
  display: flex;
  background: rgba(253, 253, 253, 0.4);
  border-radius: 31px;
  margin-top: 64px;
}
.banc .con-box .t-privilege-wrapper .main .t-panel .t-meta-img {
  position: relative;
  box-sizing: border-box;
  width: 890px;
  height: 486px;
  border: 12px solid #000;
  border-radius: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banc .con-box .t-privilege-wrapper .main .t-panel .t-meta-img video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
}
.banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content-reverse {
  border-radius: 0 16px 16px 0;
  padding-top: 120px;
  border-left: none;
  border-right: 2px solid #fff;
  position: relative;
}
.banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content-reverse::before {
  content: "";
  display: block;
  position: absolute;
  left: -16px;
  top: -2px;
  height: 2px;
  width: 16px;
  background: #fff;
}
.banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content-reverse::after {
  content: "";
  display: block;
  position: absolute;
  left: -16px;
  bottom: -2px;
  height: 2px;
  width: 16px;
  background: #fff;
}
.banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content {
  flex: 1;
  padding: 174px 45px 0 45px;
  border: 2px solid #fff;
  border-right: none;
  box-shadow: 0 10px 24px 0 rgba(219, 231, 255, 0.28);
  border-radius: 16px 0 0 16px;
  font-size: 24px;
  color: #1d1d1f;
  letter-spacing: 1.09px;
  line-height: 70px;
  position: relative;
}
.banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content::before {
  content: "";
  display: block;
  position: absolute;
  right: -8px;
  top: -2px;
  height: 2px;
  width: 8px;
  background: #fff;
}
.banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content span {
  font-size: 48px;
}
.banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content::after {
  content: "";
  display: block;
  position: absolute;
  right: -8px;
  bottom: -2px;
  height: 2px;
  width: 8px;
  background: #fff;
}
.banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-media {
  width: 916px;
  height: 516px;
}
.banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.banc .con-box .t-footer-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 72px 0 88px 0;
  width: 100%;
  margin: 0 auto;
}
.banc .con-box .t-footer-wrapper .main {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
}
.banc .con-box .t-footer-wrapper .main .t-footer-wrapper-title {
  font-weight: 500;
  font-size: 48px;
  color: #fff;
  letter-spacing: 1.09px;
  text-align: center;
}
.banc .con-box .t-footer-wrapper .main .t-footer-wrapper-desc {
  font-weight: 600;
  font-size: 17px;
  color: #fff;
  letter-spacing: 0.39px;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 70px;
}
.banc .con-box .t-footer-wrapper .main .t-footer-item-group {
  display: flex;
  justify-content: space-between;
}
.banc .con-box .t-footer-wrapper .main .t-footer-item-group el-col {
  width: 48%;
}
.banc .con-box .t-footer-wrapper .main .t-footer-item-group .t-footer-item {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.27);
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.banc .con-box .t-footer-wrapper .main .t-footer-item-group .t-footer-item img {
  width: 280px;
  height: 232px;
  object-fit: cover;
  border-radius: 6px;
}
.banc .con-box .t-footer-wrapper .main .t-footer-item-group .t-footer-item div {
  padding: 0 30px 0 20px;
  font-weight: 400;
  font-size: 21px;
  color: #fff;
  letter-spacing: 0;
  text-align: justify;
  line-height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1560px) {
  .banc .banner_mod .text_title {
    top: 27%;
    left: 8.6%;
  }
  .banc .banner_mod .text_title img {
    width: 86%;
  }
  .banc .banner_mod .text_title .tit {
    width: 100%;
    font-size: 48px;
    margin-bottom: 30px;
  }
  .banc .banner_mod .text_title .tit span {
    font-size: 30px;
    margin-top: 15px;
  }
  .banc .banner_mod .text_title .txt {
    width: 95%;
    font-size: 16px;
    margin-top: -15px;
  }
  .banc .banner_mod .text_title a {
    left: 0px;
  }
  .banc .con-box {
    padding: 144px 0 0 0;
  }
  .banc .con-box ._list_bg .pro-cont {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .banc .con-box ._list_bg .pro-cont:first-child {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item {
    width: calc(100% - 30px);
    margin: 45px 15px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item:first-child {
    margin-top: 0;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item:last-child {
    margin-bottom: 0;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-img {
    display: flex;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-img > div {
    display: flex;
    margin-top: 20px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-img > div img {
    width: auto;
    height: 540px;
    border-radius: 16px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-img > div .item {
    width: 720px;
    height: auto;
    border-radius: 16px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-text {
    flex: 1;
    float: left;
    font-size: 16px;
    margin-top: 50px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-text .rightdotSmall2 {
    height: 70px;
    margin-right: 30px;
    float: left;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-text .leftNum {
    font-size: 75px;
    letter-spacing: 0.65px;
    margin: 10px 0 16px 0;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-text .rightNum {
    font-size: 75px;
    letter-spacing: 0.65px;
    margin: 10px 0 16px 0;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-text .rightFontTitle2 {
    font-size: 58px;
    margin-bottom: 20px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-text .rightFontTitle2 span {
    font-size: 32px;
    letter-spacing: 1.1px;
    margin-bottom: 20px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-text .leftFontTitle2 {
    font-size: 58px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-text .leftFontTitle2 span {
    font-size: 32px;
    letter-spacing: 1.1px;
    margin-bottom: 20px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-text .cont-text {
    width: 100%;
    line-height: 30px;
    margin-top: 18px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item1 .pro-img,
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item3 .pro-img {
    justify-content: flex-start;
    margin-right: 4%;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item1 .pro-text,
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item3 .pro-text {
    text-align: left;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item2 .pro-img {
    justify-content: flex-end;
    margin-left: 4%;
    border-radius: 16px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item2 .pro-text {
    text-align: right;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item4 .pro-img {
    justify-content: flex-end;
    margin-left: 4%;
    border-radius: 16px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item4 .pro-img > div {
    width: 740px;
    height: auto;
    border-radius: 16px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item4 .pro-img > div .item {
    width: 100%;
    height: 100%;
    transform: scale(1.1);
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item4 .pro-text {
    text-align: right;
  }
  .banc .con-box .t-land-wrapper {
    display: flex;
    height: 818px;
  }
  .banc .con-box .t-land-wrapper .t-land .t-land-bg {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .banc .con-box .t-land-wrapper .t-land .air-left {
    height: 461px;
    top: calc(50% - 250px);
    left: -607px;
    transform: translateX(-2.6px);
  }
  .banc .con-box .t-land-wrapper .t-land .air-right {
    height: 420px;
    top: calc(50% - 199px);
    right: -500px;
    transform: translateX(2.6px);
  }
  .banc .con-box .t-land-wrapper .t-land-content {
    flex: 1;
    padding-left: 97px;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box {
    width: 250px;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-content-title {
    margin-top: 138px;
    font-size: 58px;
    letter-spacing: 1.32px;
    margin-bottom: 24px;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-content-second-title {
    font-weight: 500;
    font-size: 39px;
    letter-spacing: 1.34px;
    margin-bottom: 33px;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-content-desc {
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 79px;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-btn-group a {
    display: inline-block;
    width: 151px;
    height: 48px;
    border-radius: 39px;
    line-height: 48px;
    font-size: 16px;
    letter-spacing: 1.33px;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-btn-group a:last-child {
    margin-top: 24px;
    box-shadow: 0 6px 32px 0 rgba(246, 142, 46, 0.18);
  }
  .banc .con-box .t-privilege-wrapper {
    padding: 114px 0 126px 0;
    width: 100%;
    margin: 0 auto;
  }
  .banc .con-box .t-privilege-wrapper .main {
    width: 80%;
    margin: 0 auto;
    max-width: 1400px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-privilege-title {
    font-weight: 500;
    font-size: 58px;
    letter-spacing: 1.32px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-privilege-desc {
    font-weight: 500;
    font-size: 17px;
    margin-top: 18px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel {
    display: flex;
    border-radius: 31px;
    margin-top: 64px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-meta-img {
    width: 736px;
    height: 516px;
    border-radius: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-meta-img video {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content-reverse {
    border-radius: 0 16px 16px 0;
    padding-top: 120px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content-reverse::before {
    left: -16px;
    top: -2px;
    height: 2px;
    width: 16px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content-reverse::after {
    left: -16px;
    bottom: -2px;
    height: 2px;
    width: 16px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content {
    flex: 1;
    padding: 174px 45px 0 45px;
    border-radius: 16px 0 0 16px;
    font-size: 24px;
    letter-spacing: 1.09px;
    line-height: 70px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content::before {
    right: -8px;
    top: -2px;
    height: 2px;
    width: 8px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content span {
    font-size: 48px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content::after {
    right: -8px;
    bottom: -2px;
    height: 2px;
    width: 8px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-media {
    width: 736px;
    height: 516px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-media img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
  }
  .banc .con-box .t-footer-wrapper {
    padding: 72px 0 88px 0;
    width: 100%;
  }
  .banc .con-box .t-footer-wrapper .main {
    width: 80%;
    max-width: 1400px;
  }
  .banc .con-box .t-footer-wrapper .main .t-footer-wrapper-title {
    font-size: 48px;
    letter-spacing: 1.09px;
  }
  .banc .con-box .t-footer-wrapper .main .t-footer-wrapper-desc {
    font-size: 17px;
    letter-spacing: 0.39px;
    margin-top: 20px;
    margin-bottom: 70px;
  }
  .banc .con-box .t-footer-wrapper .main .t-footer-item-group el-col {
    width: 48%;
  }
  .banc .con-box .t-footer-wrapper .main .t-footer-item-group .t-footer-item {
    border-radius: 8px;
  }
  .banc .con-box .t-footer-wrapper .main .t-footer-item-group .t-footer-item img {
    width: 280px;
    height: 232px;
    border-radius: 6px;
  }
  .banc .con-box .t-footer-wrapper .main .t-footer-item-group .t-footer-item div {
    padding: 0 30px 0 20px;
    font-size: 21px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 1280px) {
  .banc .banner_mod .text_title {
    top: 27%;
    left: 8.6%;
  }
  .banc .banner_mod .text_title img {
    width: 86%;
  }
  .banc .banner_mod .text_title .tit {
    width: 100%;
    font-size: 48px;
    margin-bottom: 30px;
  }
  .banc .banner_mod .text_title .tit span {
    font-size: 30px;
    margin-top: 15px;
  }
  .banc .banner_mod .text_title .txt {
    width: 95%;
    font-size: 16px;
    margin-top: -15px;
  }
  .banc .banner_mod .text_title a {
    left: 0px;
  }
  .banc .con-box {
    padding: 144px 0 0 0;
  }
  .banc .con-box ._list_bg .pro-cont {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .banc .con-box ._list_bg .pro-cont:first-child {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item {
    width: calc(100% - 30px);
    margin: 45px 15px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item:first-child {
    margin-top: 0;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item:last-child {
    margin-bottom: 0;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-img {
    display: flex;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-img > div {
    display: flex;
    margin-top: 20px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-img > div img {
    width: auto;
    height: 480px;
    border-radius: 16px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-img > div .item {
    width: 600px;
    height: auto;
    border-radius: 16px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-text {
    flex: 1;
    float: left;
    font-size: 16px;
    margin-top: 50px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-text .rightdotSmall2 {
    height: 70px;
    margin-right: 30px;
    float: left;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-text .leftNum {
    font-size: 75px;
    letter-spacing: 0.65px;
    margin: 10px 0 16px 0;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-text .rightNum {
    font-size: 75px;
    letter-spacing: 0.65px;
    margin: 10px 0 16px 0;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-text .rightFontTitle2 {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-text .rightFontTitle2 span {
    font-size: 25px;
    letter-spacing: 1.1px;
    margin-bottom: 20px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-text .leftFontTitle2 {
    font-size: 50px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-text .leftFontTitle2 span {
    font-size: 25px;
    letter-spacing: 1.1px;
    margin-bottom: 20px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-text .cont-text {
    width: 100%;
    line-height: 30px;
    margin-top: 18px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item1 .pro-img,
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item3 .pro-img {
    justify-content: flex-start;
    margin-right: 4%;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item1 .pro-text,
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item3 .pro-text {
    text-align: left;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item2 .pro-img {
    justify-content: flex-end;
    margin-left: 4%;
    border-radius: 16px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item2 .pro-text {
    text-align: right;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item4 .pro-img {
    justify-content: flex-end;
    margin-left: 4%;
    border-radius: 16px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item4 .pro-img > div {
    width: 600px;
    height: auto;
    border-radius: 16px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item4 .pro-img > div .item {
    width: 100%;
    height: auto;
    transform: scale(1);
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item4 .pro-text {
    text-align: right;
  }
  .banc .con-box .t-land-wrapper {
    display: flex;
    height: 818px;
  }
  .banc .con-box .t-land-wrapper .t-land .t-land-bg {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .banc .con-box .t-land-wrapper .t-land .air-left {
    height: 461px;
    top: calc(50% - 250px);
    left: -607px;
    transform: translateX(-2.6px);
  }
  .banc .con-box .t-land-wrapper .t-land .air-right {
    height: 420px;
    top: calc(50% - 199px);
    right: -500px;
    transform: translateX(2.6px);
  }
  .banc .con-box .t-land-wrapper .t-land-content {
    flex: 1;
    padding-left: 97px;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box {
    width: 250px;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-content-title {
    margin-top: 138px;
    font-size: 58px;
    letter-spacing: 1.32px;
    margin-bottom: 24px;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-content-second-title {
    font-weight: 500;
    font-size: 39px;
    letter-spacing: 1.34px;
    margin-bottom: 33px;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-content-desc {
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 79px;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-btn-group a {
    display: inline-block;
    width: 151px;
    height: 48px;
    border-radius: 39px;
    line-height: 48px;
    font-size: 16px;
    letter-spacing: 1.33px;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-btn-group a:last-child {
    margin-top: 24px;
    box-shadow: 0 6px 32px 0 rgba(246, 142, 46, 0.18);
  }
  .banc .con-box .t-privilege-wrapper {
    padding: 114px 0 126px 0;
    width: 100%;
    margin: 0 auto;
  }
  .banc .con-box .t-privilege-wrapper .main {
    width: 80%;
    margin: 0 auto;
    max-width: 1400px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-privilege-title {
    font-weight: 500;
    font-size: 58px;
    letter-spacing: 1.32px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-privilege-desc {
    font-weight: 500;
    font-size: 17px;
    margin-top: 18px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel {
    display: flex;
    border-radius: 31px;
    margin-top: 64px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-meta-img {
    width: 585px;
    height: 326px;
    border-radius: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-meta-img video {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content-reverse {
    border-radius: 0 16px 16px 0;
    padding-top: 120px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content-reverse::before {
    left: -16px;
    top: -2px;
    height: 2px;
    width: 16px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content-reverse::after {
    left: -16px;
    bottom: -2px;
    height: 2px;
    width: 16px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content {
    flex: 1;
    padding: 21px 27px 0 24px;
    border-radius: 16px 0 0 16px;
    font-size: 19px;
    letter-spacing: 1.09px;
    line-height: 50px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content::before {
    right: -8px;
    top: -2px;
    height: 2px;
    width: 8px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content span {
    font-size: 33px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content::after {
    right: -8px;
    bottom: -2px;
    height: 2px;
    width: 8px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-media {
    width: 530px;
    height: 357px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-media img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
  }
  .banc .con-box .t-footer-wrapper {
    padding: 72px 0 88px 0;
    width: 100%;
  }
  .banc .con-box .t-footer-wrapper .main {
    width: 80%;
    max-width: 1400px;
  }
  .banc .con-box .t-footer-wrapper .main .t-footer-wrapper-title {
    font-size: 48px;
    letter-spacing: 1.09px;
  }
  .banc .con-box .t-footer-wrapper .main .t-footer-wrapper-desc {
    font-size: 17px;
    letter-spacing: 0.39px;
    margin-top: 20px;
    margin-bottom: 70px;
  }
  .banc .con-box .t-footer-wrapper .main .t-footer-item-group el-col {
    width: 48%;
  }
  .banc .con-box .t-footer-wrapper .main .t-footer-item-group .t-footer-item {
    border-radius: 8px;
    flex-direction: column;
  }
  .banc .con-box .t-footer-wrapper .main .t-footer-item-group .t-footer-item img {
    width: 280px;
    height: 232px;
    border-radius: 6px;
  }
  .banc .con-box .t-footer-wrapper .main .t-footer-item-group .t-footer-item div {
    padding: 0 30px 0 20px;
    font-size: 21px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 1024px) {
  .banc .banner_mod .text_title {
    top: 27%;
    left: 8.6%;
  }
  .banc .banner_mod .text_title img {
    width: 86%;
  }
  .banc .banner_mod .text_title .tit {
    width: 100%;
    font-size: 48px;
    margin-bottom: 30px;
  }
  .banc .banner_mod .text_title .tit span {
    font-size: 30px;
    margin-top: 15px;
  }
  .banc .banner_mod .text_title .txt {
    width: 95%;
    font-size: 16px;
    margin-top: -15px;
  }
  .banc .banner_mod .text_title a {
    left: 0px;
  }
  .banc .con-box {
    padding: 144px 0 0 0;
  }
  .banc .con-box ._list_bg .pro-cont {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .banc .con-box ._list_bg .pro-cont:first-child {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item {
    width: calc(100% - 30px);
    margin: 45px 15px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item:first-child {
    margin-top: 0;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item:last-child {
    margin-bottom: 0;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-img {
    display: flex;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-img > div {
    display: flex;
    margin-top: 20px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-img > div img {
    width: auto;
    height: 393px;
    border-radius: 16px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-img > div .item {
    width: 450px;
    height: auto;
    border-radius: 16px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-text {
    flex: 1;
    float: left;
    font-size: 16px;
    margin-top: 50px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-text .rightdotSmall2 {
    height: 70px;
    margin-right: 30px;
    float: left;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-text .leftNum {
    font-size: 50px;
    letter-spacing: 0.65px;
    margin: 10px 0 16px 0;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-text .rightNum {
    font-size: 50px;
    letter-spacing: 0.65px;
    margin: 10px 0 16px 0;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-text .rightFontTitle2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-text .rightFontTitle2 span {
    font-size: 25px;
    letter-spacing: 1.1px;
    margin-bottom: 20px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-text .leftFontTitle2 {
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-text .leftFontTitle2 span {
    font-size: 25px;
    letter-spacing: 1.1px;
    margin-bottom: 20px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-text .cont-text {
    width: 100%;
    line-height: 30px;
    margin-top: 18px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item1 .pro-img,
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item3 .pro-img {
    justify-content: flex-start;
    margin-right: 4%;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item1 .pro-text,
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item3 .pro-text {
    text-align: left;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item2 .pro-img {
    justify-content: flex-end;
    margin-left: 4%;
    border-radius: 16px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item2 .pro-text {
    text-align: right;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item4 .pro-img {
    justify-content: flex-end;
    margin-left: 4%;
    border-radius: 16px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item4 .pro-img > div {
    width: 450px;
    height: auto;
    border-radius: 16px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item4 .pro-img > div .item {
    width: 100%;
    height: auto;
    transform: scale(1);
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item4 .pro-text {
    text-align: right;
  }
  .banc .con-box .t-land-wrapper {
    display: flex;
    height: 730px;
  }
  .banc .con-box .t-land-wrapper .t-land .t-land-bg {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .banc .con-box .t-land-wrapper .t-land .air-left {
    height: 461px;
    top: calc(50% - 250px);
    left: -607px;
    transform: translateX(-2.6px);
  }
  .banc .con-box .t-land-wrapper .t-land .air-right {
    height: 420px;
    top: calc(50% - 199px);
    right: -500px;
    transform: translateX(2.6px);
  }
  .banc .con-box .t-land-wrapper .t-land-content {
    flex: 1;
    padding-left: 20px;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box {
    width: 250px;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-content-title {
    margin-top: 138px;
    font-size: 58px;
    letter-spacing: 1.32px;
    margin-bottom: 24px;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-content-second-title {
    font-weight: 500;
    font-size: 39px;
    letter-spacing: 1.34px;
    margin-bottom: 33px;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-content-desc {
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 79px;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-btn-group a {
    display: inline-block;
    width: 151px;
    height: 48px;
    border-radius: 39px;
    line-height: 48px;
    font-size: 16px;
    letter-spacing: 1.33px;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-btn-group a:last-child {
    margin-top: 24px;
    box-shadow: 0 6px 32px 0 rgba(246, 142, 46, 0.18);
  }
  .banc .con-box .t-privilege-wrapper {
    padding: 114px 0 126px 0;
    width: 100%;
    margin: 0 auto;
  }
  .banc .con-box .t-privilege-wrapper .main {
    width: 80%;
    margin: 0 auto;
    max-width: 1400px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-privilege-title {
    font-weight: 500;
    font-size: 45px;
    letter-spacing: 1.32px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-privilege-desc {
    font-weight: 500;
    font-size: 17px;
    margin-top: 18px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel {
    display: flex;
    border-radius: 31px;
    margin-top: 64px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-meta-img {
    width: 495px;
    height: 326px;
    border-radius: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-meta-img video {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content-reverse {
    border-radius: 0 16px 16px 0;
    padding-top: 120px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content-reverse::before {
    left: -16px;
    top: -2px;
    height: 2px;
    width: 16px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content-reverse::after {
    left: -16px;
    bottom: -2px;
    height: 2px;
    width: 16px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content {
    flex: 1;
    padding: 21px 27px 0 24px;
    border-radius: 16px 0 0 16px;
    font-size: 19px;
    letter-spacing: 1.09px;
    line-height: 50px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content::before {
    right: -8px;
    top: -2px;
    height: 2px;
    width: 8px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content span {
    font-size: 33px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content::after {
    right: -8px;
    bottom: -2px;
    height: 2px;
    width: 8px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-media {
    width: 530px;
    height: 357px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-media img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
  }
  .banc .con-box .t-footer-wrapper {
    padding: 72px 0 88px 0;
    width: 100%;
  }
  .banc .con-box .t-footer-wrapper .main {
    width: 80%;
    max-width: 1400px;
  }
  .banc .con-box .t-footer-wrapper .main .t-footer-wrapper-title {
    font-size: 48px;
    letter-spacing: 1.09px;
  }
  .banc .con-box .t-footer-wrapper .main .t-footer-wrapper-desc {
    font-size: 17px;
    letter-spacing: 0.39px;
    margin-top: 20px;
    margin-bottom: 70px;
  }
  .banc .con-box .t-footer-wrapper .main .t-footer-item-group el-col {
    width: 48%;
  }
  .banc .con-box .t-footer-wrapper .main .t-footer-item-group .t-footer-item {
    border-radius: 8px;
    flex-direction: column;
  }
  .banc .con-box .t-footer-wrapper .main .t-footer-item-group .t-footer-item img {
    width: 280px;
    height: 232px;
    border-radius: 6px;
  }
  .banc .con-box .t-footer-wrapper .main .t-footer-item-group .t-footer-item div {
    padding: 0 30px 0 20px;
    font-size: 17px;
    line-height: 33px;
  }
}
@media screen and (max-width: 870px) {
  .banc .banner_mod .text_title {
    top: 27%;
    left: 8.6%;
  }
  .banc .banner_mod .text_title img {
    width: 86%;
  }
  .banc .banner_mod .text_title .tit {
    width: 100%;
    font-size: 48px;
    margin-bottom: 30px;
  }
  .banc .banner_mod .text_title .tit span {
    font-size: 30px;
    margin-top: 15px;
  }
  .banc .banner_mod .text_title .txt {
    width: 95%;
    font-size: 16px;
    margin-top: -15px;
  }
  .banc .banner_mod .text_title a {
    left: 0px;
  }
  .banc .con-box {
    padding: 144px 0 0 0;
  }
  .banc .con-box ._list_bg .pro-cont {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .banc .con-box ._list_bg .pro-cont:first-child {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item {
    width: calc(100% - 30px);
    margin: 45px 15px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item:first-child {
    margin-top: 0;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item:last-child {
    margin-bottom: 0;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-img {
    display: flex;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-img > div {
    display: flex;
    margin-top: 20px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-img > div img {
    width: auto;
    height: 420px;
    border-radius: 16px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-img > div .item {
    width: 600px;
    height: auto;
    border-radius: 16px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-text {
    flex: 1;
    float: left;
    font-size: 16px;
    margin-top: 50px;
    width: 85%;
    margin: auto;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-text .cont-text {
    width: 100%;
    line-height: 30px;
    margin-top: 18px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item1,
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item3 {
    flex-direction: column-reverse;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item1 .pro-img,
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item3 .pro-img {
    justify-content: center;
    margin-right: 0%;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item1 .pro-text,
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item3 .pro-text {
    text-align: left;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item2 {
    flex-direction: column;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item2 .pro-img {
    justify-content: center;
    margin-left: 0%;
    border-radius: 16px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item2 .pro-text {
    text-align: left;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item4 {
    flex-direction: column;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item4 .pro-img {
    justify-content: center;
    margin-left: 4%;
    border-radius: 16px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item4 .pro-img > div {
    width: 600px;
    height: auto;
    border-radius: 16px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item4 .pro-img > div .item {
    width: 100%;
    height: auto;
    transform: scale(1);
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item4 .pro-text {
    text-align: left;
  }
  .banc .con-box .t-land-wrapper {
    display: flex;
    height: 730px;
  }
  .banc .con-box .t-land-wrapper .t-land .t-land-bg {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .banc .con-box .t-land-wrapper .t-land .air-left {
    display: none;
  }
  .banc .con-box .t-land-wrapper .t-land .air-right {
    display: none;
  }
  .banc .con-box .t-land-wrapper .t-land-content {
    flex: 1;
    padding-left: 20px;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box {
    width: 250px;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-content-title {
    margin-top: 138px;
    font-size: 40px;
    text-align: left;
    letter-spacing: 1.32px;
    margin-bottom: 24px;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-content-second-title {
    font-weight: 500;
    font-size: 30px;
    text-align: left;
    letter-spacing: 1.34px;
    margin-bottom: 33px;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-content-desc {
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    line-height: 26px;
    margin-bottom: 79px;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-btn-group {
    align-items: flex-start;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-btn-group a {
    width: 151px;
    height: 48px;
    border-radius: 39px;
    line-height: 48px;
    font-size: 16px;
    letter-spacing: 1.33px;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-btn-group a:last-child {
    margin-top: 24px;
    box-shadow: 0 6px 32px 0 rgba(246, 142, 46, 0.18);
  }
  .banc .con-box .t-privilege-wrapper {
    padding: 114px 0 126px 0;
    width: 100%;
    margin: 0 auto;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel {
    display: flex;
    border-radius: 31px;
    margin-top: 64px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-meta-img {
    width: 401px;
    height: 278px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content {
    padding: 21px 27px 0 24px;
    border-radius: 16px 0 0 16px;
    font-size: 19px;
    line-height: 35px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content::before {
    right: -8px;
    top: -2px;
    height: 2px;
    width: 8px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content span {
    font-size: 33px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content::after {
    right: -8px;
    bottom: -2px;
    height: 2px;
    width: 8px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-media {
    width: 416px;
    height: 231px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-media img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
  }
  .banc .con-box .t-footer-wrapper {
    padding: 72px 0 88px 0;
    width: 100%;
  }
  .banc .con-box .t-footer-wrapper .main {
    width: 80%;
    max-width: 1400px;
  }
  .banc .con-box .t-footer-wrapper .main .t-footer-wrapper-title {
    font-size: 32px;
    letter-spacing: 1.09px;
  }
  .banc .con-box .t-footer-wrapper .main .t-footer-wrapper-desc {
    font-size: 17px;
    letter-spacing: 0.39px;
    margin-top: 20px;
    margin-bottom: 70px;
  }
  .banc .con-box .t-footer-wrapper .main .t-footer-item-group el-col {
    width: 48%;
  }
  .banc .con-box .t-footer-wrapper .main .t-footer-item-group .t-footer-item {
    border-radius: 8px;
    flex-direction: column;
  }
  .banc .con-box .t-footer-wrapper .main .t-footer-item-group .t-footer-item img {
    width: 280px;
    height: 232px;
    border-radius: 6px;
  }
  .banc .con-box .t-footer-wrapper .main .t-footer-item-group .t-footer-item div {
    padding: 0 30px 0 20px;
    font-size: 17px;
    line-height: 33px;
  }
}
@media only screen and (max-width: 769px) {
  .banc .banner_mod .text_title {
    top: 27%;
    left: 8.6%;
  }
  .banc .banner_mod .text_title img {
    width: 86%;
  }
  .banc .banner_mod .text_title .tit {
    width: 100%;
    font-size: 48px;
    margin-bottom: 30px;
  }
  .banc .banner_mod .text_title .tit span {
    font-size: 30px;
    margin-top: 15px;
  }
  .banc .banner_mod .text_title .txt {
    width: 95%;
    font-size: 16px;
    margin-top: -15px;
  }
  .banc .banner_mod .text_title a {
    left: 0px;
  }
  .banc .con-box {
    padding: 144px 0 0 0;
  }
  .banc .con-box ._list_bg .pro-cont {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .banc .con-box ._list_bg .pro-cont:first-child {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item {
    width: calc(100% - 30px);
    margin: 45px 15px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item:first-child {
    margin-top: 0;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item:last-child {
    margin-bottom: 0;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-img {
    display: flex;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-img > div {
    display: flex;
    margin-top: 20px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-img > div img {
    width: auto;
    height: 420px;
    border-radius: 16px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-img > div .item {
    width: 600px;
    height: auto;
    border-radius: 16px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-text {
    flex: 1;
    float: left;
    font-size: 16px;
    margin-top: 50px;
    width: 85%;
    margin: auto;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-text .cont-text {
    width: 100%;
    line-height: 30px;
    margin-top: 18px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item1,
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item3 {
    flex-direction: column-reverse;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item1 .pro-img,
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item3 .pro-img {
    justify-content: center;
    margin-right: 0%;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item1 .pro-text,
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item3 .pro-text {
    text-align: left;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item2 {
    flex-direction: column;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item2 .pro-img {
    justify-content: center;
    margin-left: 0%;
    border-radius: 16px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item2 .pro-text {
    text-align: left;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item4 {
    flex-direction: column;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item4 .pro-img {
    justify-content: center;
    margin-left: 4%;
    border-radius: 16px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item4 .pro-img > div {
    width: 600px;
    height: auto;
    border-radius: 16px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item4 .pro-img > div .item {
    width: 100%;
    height: auto;
    transform: scale(1);
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item4 .pro-text {
    text-align: left;
  }
  .banc .con-box .t-land-wrapper {
    display: flex;
    height: 730px;
  }
  .banc .con-box .t-land-wrapper .t-land .t-land-bg {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .banc .con-box .t-land-wrapper .t-land .air-left {
    display: none;
  }
  .banc .con-box .t-land-wrapper .t-land .air-right {
    display: none;
  }
  .banc .con-box .t-land-wrapper .t-land-content {
    flex: 1;
    padding-left: 20px;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box {
    width: 250px;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-content-title {
    margin-top: 138px;
    font-size: 40px;
    text-align: left;
    letter-spacing: 1.32px;
    margin-bottom: 24px;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-content-second-title {
    font-weight: 500;
    font-size: 30px;
    text-align: left;
    letter-spacing: 1.34px;
    margin-bottom: 33px;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-content-desc {
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    line-height: 26px;
    margin-bottom: 79px;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-btn-group {
    align-items: flex-start;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-btn-group a {
    width: 151px;
    height: 48px;
    border-radius: 39px;
    line-height: 48px;
    font-size: 16px;
    letter-spacing: 1.33px;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-btn-group a:last-child {
    margin-top: 24px;
    box-shadow: 0 6px 32px 0 rgba(246, 142, 46, 0.18);
  }
  .banc .con-box .t-privilege-wrapper {
    padding: 114px 0 126px 0;
    width: 100%;
    margin: 0 auto;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel {
    display: flex;
    border-radius: 31px;
    margin-top: 64px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-meta-img {
    width: 401px;
    height: 278px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content {
    padding: 21px 27px 0 24px;
    border-radius: 16px 0 0 16px;
    font-size: 19px;
    line-height: 35px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content::before {
    right: -8px;
    top: -2px;
    height: 2px;
    width: 8px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content span {
    font-size: 33px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content::after {
    right: -8px;
    bottom: -2px;
    height: 2px;
    width: 8px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-media {
    width: 416px;
    height: 231px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-media img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
  }
  .banc .con-box .t-footer-wrapper {
    padding: 72px 0 88px 0;
    width: 100%;
  }
  .banc .con-box .t-footer-wrapper .main {
    width: 80%;
    max-width: 1400px;
  }
  .banc .con-box .t-footer-wrapper .main .t-footer-wrapper-title {
    font-size: 32px;
    letter-spacing: 1.09px;
  }
  .banc .con-box .t-footer-wrapper .main .t-footer-wrapper-desc {
    font-size: 17px;
    letter-spacing: 0.39px;
    margin-top: 20px;
    margin-bottom: 70px;
  }
  .banc .con-box .t-footer-wrapper .main .t-footer-item-group {
    flex-direction: column;
  }
  .banc .con-box .t-footer-wrapper .main .t-footer-item-group el-col {
    width: 100%;
  }
  .banc .con-box .t-footer-wrapper .main .t-footer-item-group .t-footer-item {
    border-radius: 8px;
    flex-direction: row;
  }
  .banc .con-box .t-footer-wrapper .main .t-footer-item-group .t-footer-item img {
    width: 280px;
    height: 232px;
    border-radius: 6px;
  }
  .banc .con-box .t-footer-wrapper .main .t-footer-item-group .t-footer-item div {
    padding: 0 30px 0 20px;
    font-size: 17px;
    line-height: 33px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 769px) {
  .banc .banner_mod .text_title {
    top: 27%;
    left: 8.6%;
  }
  .banc .banner_mod .text_title img {
    width: 86%;
  }
  .banc .banner_mod .text_title .tit {
    width: 100%;
    font-size: 48px;
    margin-bottom: 30px;
  }
  .banc .banner_mod .text_title .tit span {
    font-size: 30px;
    margin-top: 15px;
  }
  .banc .banner_mod .text_title .txt {
    width: 95%;
    font-size: 16px;
    margin-top: -15px;
  }
  .banc .banner_mod .text_title a {
    left: 0px;
  }
  .banc .con-box {
    padding: 144px 0 0 0;
  }
  .banc .con-box ._list_bg .pro-cont {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .banc .con-box ._list_bg .pro-cont:first-child {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item {
    width: calc(100% - 30px);
    margin: 45px 15px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item:first-child {
    margin-top: 0;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item:last-child {
    margin-bottom: 0;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-img {
    display: flex;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-img > div {
    display: flex;
    margin-top: 20px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-img > div img {
    width: auto;
    height: 220px;
    border-radius: 16px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-img > div .item {
    width: 300px;
    height: auto;
    border-radius: 16px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-text {
    flex: 1;
    float: left;
    font-size: 16px;
    margin-top: 50px;
    width: 85%;
    margin: auto;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item .pro-text .cont-text {
    width: 100%;
    line-height: 30px;
    margin-top: 18px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item1,
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item3 {
    flex-direction: column-reverse;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item1 .pro-img,
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item3 .pro-img {
    justify-content: center;
    margin-right: 0%;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item1 .pro-text,
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item3 .pro-text {
    text-align: left;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item2 {
    flex-direction: column;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item2 .pro-img {
    justify-content: center;
    margin-left: 0%;
    border-radius: 16px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item2 .pro-text {
    text-align: left;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item4 {
    flex-direction: column;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item4 .pro-img {
    justify-content: center;
    margin-left: 4%;
    border-radius: 16px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item4 .pro-img > div {
    width: 300px;
    height: auto;
    border-radius: 16px;
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item4 .pro-img > div .item {
    width: 100%;
    height: auto;
    transform: scale(1);
  }
  .banc .con-box ._list_bg .pro-cont .pro-item.pro-cont-item4 .pro-text {
    text-align: left;
  }
  .banc .con-box .t-land-wrapper {
    display: flex;
    height: 730px;
  }
  .banc .con-box .t-land-wrapper .t-land .t-land-bg {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .banc .con-box .t-land-wrapper .t-land .air-left {
    display: none;
  }
  .banc .con-box .t-land-wrapper .t-land .air-right {
    display: none;
  }
  .banc .con-box .t-land-wrapper .t-land-content {
    flex: 1;
    padding-left: 20px;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box {
    width: 250px;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-content-title {
    margin-top: 138px;
    font-size: 40px;
    text-align: left;
    letter-spacing: 1.32px;
    margin-bottom: 24px;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-content-second-title {
    font-weight: 500;
    font-size: 30px;
    text-align: left;
    letter-spacing: 1.34px;
    margin-bottom: 33px;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-content-desc {
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    line-height: 26px;
    margin-bottom: 79px;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-btn-group {
    align-items: flex-start;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-btn-group a {
    width: 151px;
    height: 48px;
    border-radius: 39px;
    line-height: 48px;
    font-size: 16px;
    letter-spacing: 1.33px;
  }
  .banc .con-box .t-land-wrapper .t-land-content .t-land-content-box .t-land-btn-group a:last-child {
    margin-top: 24px;
    box-shadow: 0 6px 32px 0 rgba(246, 142, 46, 0.18);
  }
  .banc .con-box .t-privilege-wrapper {
    padding: 114px 0 126px 0;
    width: 100%;
    margin: 0 auto;
  }
  .banc .con-box .t-privilege-wrapper .main .t-privilege-title {
    font-size: 31px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel {
    display: flex;
    border-radius: 31px;
    margin-top: 64px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-meta-img {
    width: 209px;
    height: 111px;
    border-radius: 19px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content {
    padding: 9px 15px 0 8px;
    border-radius: 16px 0 0 16px;
    font-size: 12px;
    line-height: 21px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content::before {
    right: -8px;
    top: -2px;
    height: 2px;
    width: 8px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content span {
    font-size: 16px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-content::after {
    right: -8px;
    bottom: -2px;
    height: 2px;
    width: 8px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-media {
    width: 209px;
    height: 111px;
  }
  .banc .con-box .t-privilege-wrapper .main .t-panel .t-panel-media img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
  }
  .banc .con-box .t-footer-wrapper {
    padding: 72px 0 88px 0;
    width: 100%;
  }
  .banc .con-box .t-footer-wrapper .main {
    width: 80%;
    max-width: 1400px;
  }
  .banc .con-box .t-footer-wrapper .main .t-footer-wrapper-title {
    font-size: 32px;
    letter-spacing: 1.09px;
  }
  .banc .con-box .t-footer-wrapper .main .t-footer-wrapper-desc {
    font-size: 17px;
    letter-spacing: 0.39px;
    margin-top: 20px;
    margin-bottom: 70px;
  }
  .banc .con-box .t-footer-wrapper .main .t-footer-item-group {
    flex-direction: column;
  }
  .banc .con-box .t-footer-wrapper .main .t-footer-item-group el-col {
    width: 100%;
  }
  .banc .con-box .t-footer-wrapper .main .t-footer-item-group .t-footer-item {
    border-radius: 8px;
    flex-direction: column;
  }
  .banc .con-box .t-footer-wrapper .main .t-footer-item-group .t-footer-item img {
    width: 280px;
    height: 232px;
    border-radius: 6px;
  }
  .banc .con-box .t-footer-wrapper .main .t-footer-item-group .t-footer-item div {
    padding: 0 30px 0 20px;
    font-size: 17px;
    line-height: 33px;
  }
}
