:root {
  --vi-color: #0001aa;
  --vi-color-dark: #110b36;
}

::-webkit-scrollbar {
  /*display: none;*/
}

html {
  font-size: calc((100vw / 1920));
}


@font-face {
  font-family: "AlibabaRegular";
  src: url("../css/font2/AlibabaPuHuiTi-2-55-Regular.woff2") format("woff2")
}
@font-face {
  font-family: "AlibabaMedium";
  src: url("../css/font2/AlibabaPuHuiTi-2-65-Medium.woff2") format("woff2")
}
body {
  font-size: 16rem;
  font-family: "AlibabaRegular";
}





body {
  font-size: 16rem;
 
}

.scroll {
  height: 100%;
  width: 100%;
}

i {
  font-style: normal;
}

a {
  color: #4c4d51;
  text-decoration: none;
  transition: .5s;
}

[class*='icon-'] {
  font-family: 'iconfont';
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  
}
.index_body,.index_html{background: #eee;}

.logo-animate-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #c4e2f7;
  z-index: 999999;
}

.logo-animate {
  background: #fff;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.logo-animate .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30%;
  transform: translate(-50%, -50%);
}

.logo-animate .logo path {
  /* fill: var(--vi-color); */
  fill: #281E78;
  stroke-width: 0;
}

.wrap {
  max-width: 1540rem;
  margin: auto;
}


.modular {
  padding: 100rem 0 146rem;
  background: #f9f9f9;
}

.modular .head .top {
  display: flex;
}

.modular .head .top .left {
  font-size: 125%;
  line-height: 1;
  display: flex;
  align-items: center;
  flex: 1;
}

.modular .head .top .left .line {
  width: 90rem;
  border-top: 1px solid #000000;
  margin-left: 15rem;
}

.modular .head .top .right a {
  text-decoration: underline;
}

.modular .head .title {
  color: #4c4d51;
  font-size: 60rem;
  line-height: 1.1;
  font-weight: bold;
  margin-top: 50rem;
  margin-bottom: 80rem;
}

.modular .head .title span {
  transition: .5s;
  display: inline-block;
}

.modular .head .sub-title {
  font-size: 24rem;
  margin-top: 40rem;
  line-height: 1.5;
  font-weight: normal;
}

.modular .head .grey-title {
  font-size: 24rem;
  color: #a2a2a8;
  margin-top: 10rem;
}

.modular .worm-button {
  display: inline-block;
  position: relative;
}

.modular .worm-button a {
  display: flex;
  padding: 0.65em 2em;
  min-width: 210rem;
  align-items: center;
  color: #fff;
  line-height: 1;
  position: relative;
  z-index: 3;
  transition: .5s;
  box-sizing: border-box;
}

.modular .worm-button::before,
.modular .worm-button::after {
  content: '';
  display: block;
  background: var(--vi-color);
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  transition: .5s;
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
}

.modular .worm-button::before {
  width: 100%;
  border: 2px solid #fff;
  z-index: 1;
  background: none;
}

.modular .worm-button span {
  margin-right: 1em;
  padding-bottom: 2px;
  transition: border .5s;
}

.modular .worm-button i {
  font-size: 2em;
}

.modular .worm-button.type-bule::before {
  border: none;
  background: var(--vi-color-dark);
  z-index: 3;
  width: 0%;
}

.modular .worm-button.type-bule::after {
  width: 100%;
  z-index: 2;
}

.modular.dark .head .title,
.modular.dark .head .top {
  color: #fff;
}

.modular.dark .head .top .left .line {
  border-color: #fff;
}

.modular .worm-button.type-grey a {
  color: #4c4d51;
}

.modular .worm-button.type-grey span,
.modular .worm-button.type-grey::before {
  border-color: #4c4d51;
}

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  padding: 26rem 0;
  transition: .5s;
}

.header.header-hover,
.header.no-top {
  background: var(--vi-color-dark);
}

.header .item {
  position: relative;
}


.header .item .sub-list {
  display: block;
  visibility: hidden;
  top: 0;
  left: 50%;
  width: 100vw;
  background: rgb(35, 22, 116);
  padding: 36rem 360rem;
  transition: .5s;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, 48rem);
  box-sizing: border-box;
}

.header .item .sub-list::before {
  content: '';
  position: absolute;
  background: rgb(35, 22, 116);
  width: 200%;
  height: 100%;
  left: -100vw;
  top: 0;
  z-index: -1;
}

.header .item.open::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 92rem;
  top: 0;
  left: 0;
}

.header .item .sub-list.l4 {
  left: 0;
  width: 100%;
  position: fixed;
  transform: translate(0, 80rem);
}


.header .item.open .sub-list {
  display: block;
  visibility: initial;
  opacity: 1;
  transition: .5s;
  transform: translate(-50%, 58rem);
}

.header .item.open .sub-list.l4 {
  transform: translate(0, 92rem);
}

.header .item .sub-list .list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10rem 40rem;
}

.header .item .sub-list .list-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10rem 10rem;
  box-sizing: border-box;
}

.header .language-view,
.header .search-view {
  position: absolute;
  right: 0;
  /*top: 50%;
  transform: translate(0, -50%);*/
  top:35rem;
  height: 50rem;
  width: 0;
  overflow: hidden;
  transition: .5s;
  z-index: 2;

}

.header .language-view {
  height: 0;
  width: auto;
  overflow: hidden;
  background: rgb(35, 22, 116);
  top: 100%;
  transform: translate(0, 0);
}

.header .language.active .language-view {
  padding: 10rem 0;
  height: auto;
}
.header .language.active .icon-xiajiantou{
  transform: rotate(180deg);
}

.header .language-view .language-item a {
  padding: 10rem 14rem;
  color: #fff !important;
  box-sizing: border-box;
  display: block;
  min-width: 100rem;
}

.header .language-view .language-item:hover {
  background: #0001aa;
}

.header .search-view.on {
  width: 320rem;
  border: 1px solid #000;
  box-sizing: border-box;
}

.header .search-view input {
  height: 100%;
  width: 100%;
  border: none;
  background: none;
  padding: 0 10rem;
  padding-right: 36rem;
  background: #fff;
  outline: none;
  box-sizing: border-box;
}

.header .search-view i {
  cursor: pointer;
  position: absolute;
  right: 10rem;
  top: 50%;
  transform: translate(0, -50%);
}

.header.hide-height {
  transform: translate(0, -100%);
  opacity: 0;
}

.header.white .t .rline>span,
.header.header-hover .t .rline>span,
.header.no-top .t .rline>span {
  background: #0066ff;
}

.header.header-hover .worm-logo *,
.header.no-top .worm-logo * {
  fill: #fff !important;
}

.header.header-hover a,
.header.no-top a,
.header.white a {
  color: #fff;
}

.header .worm-logo {
  width: 190rem;
  height: 40rem;
  display: inline-block;
}

.header .t .l {
  flex: 1;
}

.header .t .r {
  display: flex;
  gap: 74rem;
  font-size: 18rem;
  font-weight: 500;
}

.header .t .r .language i {
  font-size: 85%;
  margin-left: 0.5em;
  display: inline-block;
  transition: .5s;
  vertical-align: middle;
}

.header .t .r.phone {
  display: none;
}

.header .t {
  display: flex;
  align-items: center;
}

.footer {
  background: #110b36;
  line-height: 1;
  padding: 40rem 0 64rem;
}

.footer .worm-logo {
  width: 215rem;
  height: 45rem;
}

.footer .t {
  display: flex;
  align-items: flex-start;
}

.footer .t .l {
  flex: 1;
}

.footer .t .r {
  display: flex;
  gap: 50rem;
}

.footer .t .r a {
  color: #fff;
}

.footer .b {
  border-top: 1px solid #fff;
  margin-top: 130rem;
  color: #fff;
  padding-top: 36rem;
  display: flex;
  align-items: end;
}

.footer .b .info {
  margin-bottom: 30rem;
}

.footer .b .info a {
  text-decoration: underline;
}

.footer .b .l {
  flex: 1;
}

.footer .b .r {
  font-size: 30rem;
  display: flex;
  align-items: center;
  gap: 30rem;
}

.footer .b .r span {
  font-size: 14rem;
}

.footer a {
  color: #fff;
}

.worm-logo g * {
  fill: #281E78;
}

.worm-logo g.zh * {
  fill: #76777A;
}

.white .worm-logo g.zh *,
.white .worm-logo g * {
  fill: #fff;
}

.worm-video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}


/*.worm-video-bg-box:not(.touch-video) {
  background: none !important;
}*/

.worm-video-bg-box {
  position: relative;
  overflow: hidden;
}

.worm-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.touch-video .worm-video-bg {
  /* opacity: 0; */
  transition: all .5s;
  transform: scale(1.01);
}


.worm-video-bg-box .video-bg-info {
  position: relative;
  z-index: 3;
}

.header .t .rline {
  position: relative;
}

.header .t .rline>span {
  content: "";
  position: absolute;
  top: -36rem;
  width: 35rem;
  height: 4rem;
  background: #000ea3;
  opacity: 0;
  transition: .5s;
}

.header .t .rline .item {
  position: relative;
}

.header .t .rline .item a {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1023px) {


  html {
    font-size: calc((100vw / 1024));
  }

  .wrap {
    margin: 0 40rem;
  }

  /*.footer .t {
    display: none;
  }*/

  .footer .t .r {
    
  }
  .footer .t{    justify-content: center;}
  .footer .t .l {
    display: flex;
    justify-content: center;
    display: none;
  }

  .footer .b {
    margin-top: 30rem;
    padding-top: 0rem;
    border: 0;
  }

  .footer .b {
    display: block;
    line-height: 1.5;
    text-align: center;
  }

  .footer .b .info {
    margin-bottom: 10rem;
  }

  .footer .b .r {
    justify-content: center;
    margin-top: 30rem;
  }

  .header .t .r {
    display: none;
  }

  .header .t .r.phone {
    display: block;
    position: relative;
    display: flex;
    gap: 40rem;
    font-size: 30rem;
    align-items: center;
  }

  .header .t .r.phone .menu {
    position: relative;
    width: 50rem;
    height: 30rem;
  }

  .header .t .r.phone .menu span {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    background: #4c4d51;
    transition: .5s;
  }

  .header.open .t .r.phone .menu span,
  .header.no-top .r.phone .menu span,
  .header.white .r.phone .menu span {
    background: #fff;
  }

  .header .t .r.phone .menu span+span+span {
    top: 0;
    margin-top: 0;
  }

  .header .t .r.phone .menu span+span {
    top: 100%;
    margin-top: -2px;
  }

  .header.open .t .r.phone .menu span {
    top: 50%;
    margin-top: -1px;
    transform: rotate(45deg);
  }

  .header.open .t .r.phone .menu span+span {
    top: 50%;
    margin-top: -1px;
    transform: rotate(-45deg);
  }

  .header.open .t .r.phone .menu span+span+span {
    opacity: 0;
  }



  .logo-animate .logo {
    width: 50%;
  }



  .header .item .sub-list,
  .header .t .rline {
    position: fixed;
    display: flex;
    flex-direction: column;
    background: var(--vi-color-dark);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    gap: 40rem;
    padding: 120rem 30rem;
    box-sizing: border-box;
    font-size: 30rem;
    color: #fff;
  }

  .header.open {
    background: var(--vi-color-dark);
  }

  .header.open .t .rline {
    padding: 0rem 30rem;
    padding-bottom: 80rem;
    margin: 105rem 0;
    overflow: auto;
    height: calc(100% - 105rem);
    display: block;
  }




  .header .t .rline {
    transform: translate(0, -100%);
    transition: .5s;
  }

  .header.open .t .rline {
    transform: translate(0, 0);
  }

  .header .t .rline .item.search,
  .header .t .rline .item.language {
    position: absolute;
    top: 20rem;
    right: 130rem;
    left: auto;
    display: none;
  }

  .header .t .r.phone .language .language-item a {
    min-width: 200rem;
  }

  .header .search-view.on {
    width: 610rem;
  }

  .header .search-view {
    height: 60rem;
  }

  .header.open a {
    color: #fff;
  }

  .header .item .sub-item,
  .header .t .rline .item {
    display: flex;
    align-items: start;
    flex-direction: column;
    width: 100%;
  }

  .header .t .rline .item {
    height: 80rem;
    overflow: hidden;
  }

  .header .item .sub-item>a,
  .header .t .rline .item>a {
    flex: 1;
    line-height: 80rem;
    display: block;
    flex: 1;
    width: 100%;box-sizing: border-box;
  }

  .header .t .rline .item>a {
    padding-left: 1.5em;
  }

  .header .item .sub-item>a {
    padding-left: 1.5em;
    line-height: 1.5;
  }


  .header .t .rline .item>a .icon-jian,
  .header .t .rline .item>a .icon-jia {
    transition: .3s;
  }

  .header .t .rline .item>a .icon-jian {
    opacity: 0;
  }

  .header .t .rline .item.open>a .icon-jian {
    opacity: 1;
  }

  .header .t .rline .item.open>a .icon-jia {
    opacity: 0;
  }



  .header .t .rline .item>a .icon-jian,
  .header .t .rline .item>a .icon-jia,
  .header .t .rline .item>a .icon-rr1 {
    position: absolute;
    right: 10rem;
    top: 40rem;
    transform: translate(0, -50%);
  }

  .header .t .rline .item>a .icon-jian,
  .header .t .rline .item>a .icon-jia {
    right: auto;
    left: 0;
  }

  .header .t .rline .item>a .icon-rr1 {
    width: 200rem;
    text-align: right;
    display: block !important;
    display: none !important;
  }



  .header .t .rline .item.is-open {
    position: relative;
  }

  .header .t .rline .item:not(.is-open) a>i {
    display: none;
  }

  .header .item.open::after,
  .header .t .rline .item.is-open::after {
    content: '\e904';
    color: #fff;
    font-family: 'iconfont';
    font-size: 0.8em;
    position: static;
    width: auto;
    height: auto;
    width: 80rem;
    text-align: right;
    position: absolute;
    right: 0;
    top: 40rem;
    transform: translate(0, -50%);
    display: none;
  }

  .header .item.open::after {
    left: auto;
  }

  .header .t .rline .item.is-open .sub-list>i {
    position: fixed;
    left: 30rem;
    top: 30rem;
  }

  .header .item .sub-list {
    z-index: 2;
    display: flex;
    flex-wrap: nowrap;
    transform: translate(0, 0) !important;
    overflow: visible;
  }

  .header .item .sub-list .list,
  .header .item .sub-list .list-4 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    overflow: auto;
    height: 100%;
    gap: 40rem;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .header .item .sub-list.l4,
  .header .item .sub-list {
    position: static;
    padding: 30rem 30rem;
    height: auto;
    margin: 20rem 0;
  }

  .header .item .sub-list::before {
    left: 0;
    z-index: 0;
  }


  .header .worm-logo {
    width: 220rem;
    height: auto;
  }


    /*改搜索位置*/
.header .search-view{top:100%;height: 40px}
.header .search-view.on{width: 100%}
.header .search-view i{width: 40px;text-align: center;}
.header .search-view input{padding-right: 50px}
.header .search,.header .t .r.phone{position: static;}

}
.search>a.on{opacity: 0.5}

@media screen and (max-width: 768px) {
  html {
    font-size: calc((100vw / 768));
  }

  body {
    font-size: 24rem;
  }
}

@media screen and (min-width: 768px) {
  .touch-video:hover .worm-video-bg {
    opacity: 1;
    transform: scale(1.05);
  }

  .modular .worm-button.type-grey:hover a {
    color: #fff;
  }

  .modular .worm-button.type-grey:hover::before,
  .modular .worm-button.type-grey:hover span {
    border-color: #fff;
  }

  .worm-button.type-bule:hover::before,
  .worm-button:hover::after {
    width: 100%;
  }

  .header a:hover,
  .footer a:hover {
    opacity: 0.5;
  }

}


/* 头部白色 */
.header.open .worm-logo *,
.wite_header .header .worm-logo * {
  fill: #fff !important;
}



.wite_header .header a {
  color: #fff;
}

.wite_header .header .t .r.phone .menu span {
  background: #fff;
}


.blank_70,
.brand_tac,
.brand_close {
  display: none
}

.blank_70 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

.brand_tac {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  max-height: 90%;
  width: 1540rem;
  max-width: 94%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.brand_tacbox {
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: hidden;
}

.brand_close {
  position: fixed;
  top: 20rem;
  right: 20rem;
  color: #fff;
  cursor: pointer;
  font-size: 36rem;
  z-index: 9999;
}

.no_scoll {
  overflow: hidden;
}

.law_box {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  background: #fff;
  padding: 50rem;
  margin: auto;
  color: gray;
  line-height: 1.9em;
}
.law_title p,.law_title h3{margin-bottom: 20rem;}
.law_title h3{color: #0339a6;}

.brand_tac .mCSB_outside+.mCSB_scrollTools {
  right: 0;
}

@media only screen and (max-width:767px) {

  .brand_close {
    top: 10px;
    right: 10px;
    font-size: 24px;
  }

  .brand_tac {
    max-height: 80%;
  }

}


.m_info{    padding: 40rem 0;padding-bottom: 60rem;    font-size: 18rem;}
@media only screen and (max-width:767px) {

.m_info{font-size: 16px}

}











/*绝对居中*/
.a-m-c{ transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); position:absolute; left:50%; top:50%;}
.ratio-img{width: 100%;}
.f_tan_wem ul,.f_tan_wem ul li,.f_tan_wem ul dd { margin: 0; padding: 0 }
.f_tan_wem ul,.f_tan_wem ul li { *zoom: 1 }
.f_tan_wem ul li { list-style-type: none }

/* footer弹出 */
/* 01 */
.f_tan_blank,.f_tan_wem{display: none;}
.f_tan_blank{position: fixed;top:0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);z-index: 10007;}
.f_tan_wem{color: #343434;z-index: 10008;position: fixed !important;background: #fff;padding: 20rem ;}
.f_tan_wem ul{display: flex;justify-content: center; }
.f_tan_wem  li{text-align: center;}
.f_tan_wem dl{margin:0 20rem;}
.f_tan_wem dt{width: 150rem;height: 150rem;margin:auto;margin-bottom:0.05rem;}
.f_tan_wem dd p{font-size: 14rem;}

.f_tac_close{position: absolute;top:10rem;right: 10rem;font-size: 18rem; line-height: 1em;cursor: pointer;}


@media screen and (max-width: 767px) {
.f_tan_wem dd p{font-size: 12px;}
.f_tan_wem dl{margin:0 5px;}
.f_tan_wem dt{width: 110px;height: 110px;margin-bottom: 5px;}
.f_tan_wem{width: 290px;max-width: 94%;padding: 20px 10px;}
.f_tac_close{font-size: 18px;}
}
/* 02 */
:root {
    --sp-s: 24rem;
    --sp-l: 48rem;
}
.cookie-popup *{box-sizing:border-box;}
.cookie-popup {
    position: fixed;
    left: 0;
    top: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 10005;
    display: none;
}
.cookie-popup.hide {
    visibility: hidden;
}
.cookie-popup.holdon:before {
    content: '';
    width: 10rem;
    height: 20rem;
    top: 0;
    left: var(--sp-l);
    transform: translateY(-100%);
    background: var(--pc);
}
.cookie-popup.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
.cookie-popup .close-cover {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #000;
    opacity: 0.8;
    cursor: pointer;
}
.cookie-popup .cookie-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
    padding: var(--sp-s) 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateY(100%);
    transition: all .4s;
}
.cookie-popup .cookie-content.active {
    transform: translateY(0);
}
.cookie-popup .cookie-content .left {
    width: 70%;
}
.cookie-popup .cookie-content .right {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.cookie-popup .cookie-content .right img {
    max-width: 120rem;
    width: 100%;
    border: 2rem solid #e3e3e3;
}
.cookie-content .accept-btn {
    margin-left: var(--sp-s);
    margin-right: var(--sp-l);
    padding: calc(var(--sp-s) / 3) var(--sp-s);
    background: var(--pc);
    color: var(--white);
    cursor: pointer;
}
.cookie-content a {
    text-decoration: underline;
}
.cookie-content .close-btn {
    width: var(--fs-m);
    height: var(--fs-m);
    --lineHeight: 1rem;
}
.cookie-title {
    font-size: 18rem;
    text-transform: uppercase;
    color: #0339a6;
    margin-bottom: calc(var(--sp-s) / 2);
    font-family: var(--assist);
}
.cookie-description {
    line-height: 1.4em;
    color: #333;
    margin-bottom: 40rem;
}
.cookie-popup .check_details_btn {
    display: inline-block;
    padding: 8rem 0 8rem 10rem;
    background: #0339a6;
    letter-spacing: 1rem;
    line-height: 1.2em;
    text-decoration: none;
    color: #fff;
    font-size: 14rem;
}
.cookie-popup .file_size {
    letter-spacing: 0;
    transform: scale(0.8);
    text-align: center;
    display: inline-block;
    opacity: 0.7;
}
.cookie-popup .toggle_btn {
    position: absolute;
    right: 10%;
    top: 0;
    transform: translateY(-100%);
    background: #fff;
    padding:10rem 7rem ;
    border-radius: 7% 7% 0 0;
    cursor: pointer;
    --ICONCOLOR: #333;
    box-shadow: 0 0 3rem rgba(0,0,0,0.2);
    visibility: visible;
    pointer-events: default;
}
.cookie-popup .toggle_btn:hover {
    background: #0339a6;
    --ICONCOLOR: #fff;
}
.cookie-popup .toggle_btn svg {
    width: 30rem;
    height: 30rem;
    display: block;
    fill: var(--ICONCOLOR);
}
.cookie-popup .toggle_btn .close_icon {
    display: none;
}
.cookie-popup .toggle_btn.active .close_icon {
    display: block;
}
.cookie-popup .toggle_btn.active .icon {
    display: none;
}

@media screen and (max-width: 767px) {
    .cookie-popup .cookie-content .left {
        width: 65%;
    }
    .cookie-description {
        margin-bottom: 20rem;
    }


    .cookie-popup .cookie-content{padding: 20px;}
    .cookie-title{font-size: 14px;}
    .cookie-popup .check_details_btn{font-size: 14px;}
    .cookie-popup .cookie-content .right img{max-width: 100%;}
    .cookie-popup .toggle_btn{padding: 6px;}
    .cookie-popup .toggle_btn svg{width: 20px;height: 20px;}

    .header .t .rline .item>a{font-size: 20px}
}



.header .t .rline .item a .icon-jian,.header .t .rline .item a .icon-jia,.header .t .rline .item a .icon-rr1{display: none;}
@media screen and (max-width: 1024px) {
.header .t .rline .item a .icon-jian,.header .t .rline .item a .icon-jia,.header .t .rline .item a .icon-rr1{display: block;}
}


/*字体设置*/
/*首页*/
.banner .text,.modular .head .title,.modular3 .item>.right .title h4,.modular .head .title{font-family: "AlibabaMedium";}
.modular .head .sub-title,.modular3 .item>.right .title .grey-title{font-family: "AlibabaRegular";}
/*二级*/
.talent_dtop h3,.bus_title,.team_sear h2,.pub_title h2,.news_iteam .left span,.ins_dtitle h4,.new_dtitle_out h2,.site_ban_text h2,.about_p h3,.about_01 .right dt span,.honor_cont .left h2,.esg_ban h3,.esg_title h3,.esg_04 h3,.esg_pic .right h3,.talent_p h3,.talent_02 h3,.law_title h3,.header .t .rline,.team_slider li.swiper-slide-active,.ins_top01 .right h3,.buss_tittop{font-family: "AlibabaMedium";}
