/* 消除边距 */
* {
  margin: 0;
  padding: 0;
}
body,
hr,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  padding: 0;
  margin: 0;
}
/*列表样式消除*/
ol,
ul,
li {
  list-style: none;
}
ul::-webkit-scrollbar {
  width: 0 !important;
}
/* a标签样式重置 */
a {
  text-decoration: none;
}
/*盒模型默认使用内边框*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*清除浮动*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
* + html .clearfix {
  min-height: 1%;
}
/*合并表格边框*/
table,
td,
tr,
th {
  border-collapse: collapse;
}
/*img在盒子中有下边距*/
img {
  /*IE7*/
  border: none;
  vertical-align: middle;
  object-fit: cover;
}
/*全局设置*/
body {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, PingFang SC, Noto Sans, Microsoft Yahei, sans-serif, Apple Color Emoji, Segoe UI Emoji;
}
/* 单行文本超出隐藏并显示省略 */
.overflow-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 多行文本超出隐藏并显示省略 */
.overFlow-n {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
/* 定义 Roboto 字体 */
/* Roboto Black */
@font-face {
  font-family: 'Roboto';
  src: url(font/Roboto-Black.ttf);
  font-weight: 600;
  /* 根据字体文件的权重进行调整 */
  font-style: normal;
  font-display: optional;
}
/* Roboto Black Italic */
@font-face {
  font-family: 'Roboto';
  src: url(font/Roboto-BlackItalic.ttf);
  font-weight: 600;
  font-style: italic;
  font-display: optional;
}
/* Roboto Bold */
@font-face {
  font-family: 'Roboto';
  src: url(font/Roboto-Bold.ttf);
  font-weight: bold;
  font-style: normal;
  font-display: optional;
}
/* Roboto Bold Italic */
@font-face {
  font-family: 'Roboto';
  src: url(font/Roboto-BoldItalic.ttf);
  font-weight: bold;
  font-style: italic;
  font-display: optional;
}
/* Roboto Italic */
@font-face {
  font-family: 'Roboto';
  src: url(font/Roboto-Italic.ttf);
  font-style: italic;
  font-display: optional;
}
/* Roboto Light */
@font-face {
  font-family: 'Roboto';
  src: url(font/Roboto-Light.ttf);
  font-weight: 300;
  font-style: normal;
  font-display: optional;
}
/* Roboto Light Italic */
@font-face {
  font-family: 'Roboto';
  src: url(font/Roboto-LightItalic.ttf);
  font-weight: 300;
  font-style: italic;
  font-display: optional;
}
/* Roboto Medium */
@font-face {
  font-family: 'Roboto';
  src: url(font/Roboto-Medium.ttf);
  font-weight: 500;
  font-style: normal;
  font-display: optional;
}
/* Roboto Medium Italic */
@font-face {
  font-family: 'Roboto';
  src: url(font/Roboto-MediumItalic.ttf);
  font-weight: 500;
  font-style: italic;
  font-display: optional;
}
/* Roboto Regular */
@font-face {
  font-family: 'Roboto';
  src: url(font/Roboto-Regular.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: optional;
}
/* Roboto Thin */
@font-face {
  font-family: 'Roboto';
  src: url(font/Roboto-Thin.ttf);
  font-weight: 100;
  font-style: normal;
  font-display: optional;
}
/* Roboto Thin Italic */
@font-face {
  font-family: 'Roboto';
  src: url(font/Roboto-ThinItalic.ttf);
  font-weight: 100;
  font-style: italic;
  font-display: optional;
}
.coverlink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.adTitle {
  font-size: 12px;
  line-height: 14px;
  margin: 3px 0 6px 0;
  color: #ccc;
  text-align: start;
}
/* 设置广告高度 */
.adsHeight {
  width: 100%;
  height: 252px;
  margin-bottom: 10px;
}
@media (max-width: 355px) {
  .adsHeight {
    width: 100%;
    height: 312px;
  }
}
@media (min-width: 356px) {
  .adsHeight {
    width: 100%;
    height: 312px;
  }
}
@media (min-width: 748px) {
  .adsHeight {
    width: 100%;
    height: 280px;
  }
}
.wrap {
  min-height: 90vh;
  background-color: #FFFFFF;
}
.wrap .contWrap {
  max-width: 1150px;
  margin: 0 auto;
}
.load {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin: 10px 0;
  color: #666666;
}
/* 响应式布局 */
@media only screen and (max-width: 320px) {
  .wrap .contWrap {
    padding: 24px 16px 30px 16px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 767px) {
  .wrap .contWrap {
    padding: 24px 16px 30px 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
  .wrap .contWrap {
    padding: 20px 20px 50px 20px;
  }
}
@media only screen and (min-width: 1367px) {
  .wrap .contWrap {
    padding: 20px 20px 50px 20px;
  }
}
.headWrap {
  background: #FFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 8px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.headWrap .headCont {
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
}
.headWrap .headCont .largeScreenHead {
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headWrap .headCont .largeScreenHead .logo {
  height: 35px;
  width: auto;
  aspect-ratio: 769 / 141;
}
.headWrap .headCont .largeScreenHead .nav {
  height: 100%;
  margin-left: 109px;
  display: flex;
  align-items: center;
  justify-self: center;
}
.headWrap .headCont .largeScreenHead .nav .findTooffice {
  margin-left: 24px;
  height: 100%;
  position: relative;
}
.headWrap .headCont .largeScreenHead .nav .findTooffice .findToofficeTitle {
  height: 100%;
  display: flex;
  align-items: center;
}
.headWrap .headCont .largeScreenHead .nav .findTooffice .findToofficeTitle .findttext {
  color: #333;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.headWrap .headCont .largeScreenHead .nav .findTooffice .findToofficeTitle .arrowDropDown {
  margin-left: 4px;
  width: 18.689px;
  height: 18.689px;
}
.headWrap .headCont .largeScreenHead .nav .findTooffice .officeType {
  display: none;
  width: 230px;
  padding: 10px 16px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 55px;
  left: -50%;
  right: 0;
}
.headWrap .headCont .largeScreenHead .nav .findTooffice .officeType .itemofficeType .itemofficeTypelink {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
}
.headWrap .headCont .largeScreenHead .nav .findTooffice .officeType .itemofficeType:hover .itemofficeTypelink {
  color: #08F;
}
.headWrap .headCont .largeScreenHead .nav .findTooffice:hover .findToofficeTitle .findttext {
  color: #08F;
}
.headWrap .headCont .largeScreenHead .nav .findTooffice:hover .findToofficeTitle .arrowDropDown {
  content: url('/statics/image/hover-arrow_drop_down.svg');
}
.headWrap .headCont .largeScreenHead .nav .findTooffice:hover .officeType {
  z-index: 1;
  display: block;
}
.headWrap .headCont .largeScreenHead .largeHeadRight {
  height: 100%;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.headWrap .headCont .largeScreenHead .largeHeadRight .search {
  margin-right: 24px;
}
.headWrap .headCont .largeScreenHead .largeHeadRight .search .jumpcont {
  height: 100%;
}
.headWrap .headCont .largeScreenHead .largeHeadRight .search .jumpcont .searchicon {
  width: 24px;
  height: 24px;
}
.headWrap .headCont .largeScreenHead .largeHeadRight .language {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.headWrap .headCont .largeScreenHead .largeHeadRight .language .languageTitle {
  display: flex;
  align-items: center;
}
.headWrap .headCont .largeScreenHead .largeHeadRight .language .languageTitle .langIcon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.headWrap .headCont .largeScreenHead .largeHeadRight .language .languageTitle .languageName {
  color: #666;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.headWrap .headCont .largeScreenHead .largeHeadRight .language .languageTitle:hover .languageName {
  color: #08F;
}
.headWrap .headCont .largeScreenHead .largeHeadRight .language .alllanguageList {
  display: none;
  padding: 10px 16px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 55px;
  right: 0;
}
.headWrap .headCont .largeScreenHead .largeHeadRight .language .alllanguageList .itemlanguage {
  padding: 6px 0;
}
.headWrap .headCont .largeScreenHead .largeHeadRight .language .alllanguageList .itemlanguage .itemlanguagelink {
  display: flex;
  align-items: center;
}
.headWrap .headCont .largeScreenHead .largeHeadRight .language .alllanguageList .itemlanguage .itemlanguagelink .langIcon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.headWrap .headCont .largeScreenHead .largeHeadRight .language .alllanguageList .itemlanguage .itemlanguagelink .languageName {
  color: #666;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.headWrap .headCont .largeScreenHead .largeHeadRight .language .alllanguageList .itemlanguage:hover .itemlanguagelink .languageName {
  color: #08F;
}
.headWrap .headCont .largeScreenHead .largeHeadRight .language:hover .alllanguageList {
  display: block;
}
.headWrap .headCont .smallScreenHead {
  display: none;
  height: 52px;
  padding: 0 16px;
  align-items: center;
  justify-content: space-between;
}
.headWrap .headCont .smallScreenHead .menu {
  width: 23px;
  height: 17px;
}
.headWrap .headCont .smallScreenHead .mlogoBox {
  margin: auto;
}
.headWrap .headCont .smallScreenHead .mlogoBox .mlogo {
  height: 30px;
  width: auto;
  aspect-ratio: 769 / 141;
}
.headWrap .headCont .siderbar {
  box-sizing: border-box;
  z-index: 200;
  position: fixed;
  right: -100%;
  top: 0;
  height: 100%;
  min-height: 100%;
  width: 100%;
  background: #ffffff;
  overflow-y: scroll;
}
.headWrap .headCont .siderbar .closeBtn {
  box-shadow: 0px 1px 0px #E2E2E2;
  padding: 20px 16px 32px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headWrap .headCont .siderbar .closeBtn .sideLogo {
  width: auto;
  height: 24px;
}
.headWrap .headCont .siderbar .closeBtn .closeBtnImg {
  width: 24px;
  height: 24px;
}
.headWrap .headCont .siderbar .sideList {
  width: 100%;
  padding-bottom: 12px;
}
.headWrap .headCont .siderbar .sideList .sideItem {
  width: 100%;
  padding: 16px 16px 0 16px;
}
.headWrap .headCont .siderbar .sideList .sideItem .sideItemTitle {
  margin-bottom: 8px;
  width: 100%;
  display: flex;
  align-items: center;
}
.headWrap .headCont .siderbar .sideList .sideItem .sideItemTitle .title {
  font-weight: 400;
  font-size: 16px;
  color: #202124;
  line-height: 30px;
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: normal;
}
.headWrap .headCont .siderbar .sideList .sideItem .sideItemTitle .flag {
  margin-left: auto;
}
.headWrap .headCont .siderbar .sideList .sideItem .selector {
  border-radius: 4px;
  background: #F6F6F6;
  padding: 16px 16px 0 16px;
}
.headWrap .headCont .siderbar .sideList .sideItem .selector .selectorItem {
  width: 100%;
  padding-bottom: 16px;
}
.headWrap .headCont .siderbar .sideList .sideItem .selector .selectorItem a {
  width: 100%;
  display: flex;
  align-items: center;
}
.headWrap .headCont .siderbar .sideList .sideItem .selector .selectorItem a .langIcon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.headWrap .headCont .siderbar .sideList .sideItem .selector .selectorItem a .title {
  font-weight: 400;
  font-size: 16px;
  color: #666;
  line-height: 22px;
}
.headWrap .headCont .siderbar .sideList .sideItem .selector .selectorItem:hover a .title {
  color: #08F;
}
@media only screen and (max-width: 320px) {
  .headWrap .headCont .largeScreenHead {
    display: none;
  }
  .headWrap .headCont .smallScreenHead {
    display: flex;
  }
}
@media only screen and (min-width: 321px) and (max-width: 767px) {
  .headWrap .headCont .largeScreenHead {
    display: none;
  }
  .headWrap .headCont .smallScreenHead {
    display: flex;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
  .headWrap .headCont {
    padding: 0 20px;
  }
  .headWrap .headCont .largeScreenHead {
    padding: 0 10px;
  }
  .headWrap .headCont .largeScreenHead .nav {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1367px) {
  .headWrap .headCont {
    padding: 0 20px;
  }
  .headWrap .headCont .largeScreenHead .largeHeadRight .language {
    width: 150px;
  }
  .headWrap .headCont .largeScreenHead .largeHeadRight .language .alllanguageList {
    left: 0;
  }
}
.topicModule .topicModuleTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topicModule .topicModuleTitle .apptitle {
  font-weight: 500;
  color: #202124;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: normal;
}
.topicModule .topicModuleTitle .more {
  display: flex;
  justify-content: center;
  align-items: center;
}
.topicModule .topicList .topicItem .topicItemCont {
  display: block;
}
.topicModule .topicList .topicItem .topicItemCont .topicItemCont-img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.topicModule .topicList .topicItem .topicItemCont .topicItemContDel .topicItemCont-title {
  margin: 8px 0 4px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #08F;
}
.topicModule .topicList .topicItem .topicItemCont .topicItemContDel .topicItemCont-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #333;
}
@media only screen and (max-width: 320px) {
  .topicModule .topicModuleTitle .apptitle {
    font-size: 20px;
    line-height: 120%;
  }
  .topicModule .topicModuleTitle .more {
    width: 30px;
    height: 30px;
  }
  .topicModule .topicList {
    width: 100%;
  }
  .topicModule .topicList .topicItem {
    margin-top: 16px;
  }
  .topicModule .topicList .topicItem .topicItemCont-img {
    border-radius: 6px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 767px) {
  .topicModule .topicModuleTitle .apptitle {
    font-size: 20px;
    line-height: 120%;
  }
  .topicModule .topicModuleTitle .more {
    width: 30px;
    height: 30px;
  }
  .topicModule .topicList {
    width: 100%;
  }
  .topicModule .topicList .topicItem {
    margin-top: 16px;
  }
  .topicModule .topicList .topicItem .topicItemCont-img {
    border-radius: 6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .topicModule .topicModuleTitle .apptitle {
    font-size: 22px;
    line-height: 120%;
  }
  .topicModule .topicModuleTitle .more {
    width: 30px;
    height: 30px;
  }
  .topicModule .topicList .topicItem .topicItemCont {
    padding: 12px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
  .topicModule .topicModuleTitle .apptitle {
    font-size: 22px;
    line-height: 120%;
  }
  .topicModule .topicModuleTitle .more {
    width: 36px;
    height: 36px;
  }
  .topicModule .topicList .topicItem .topicItemCont {
    padding: 12px 0;
  }
}
@media only screen and (min-width: 1367px) {
  .topicModule .topicModuleTitle .apptitle {
    font-size: 22px;
    line-height: 120%;
  }
  .topicModule .topicModuleTitle .more {
    width: 36px;
    height: 36px;
  }
  .topicModule .topicList .topicItem .topicItemCont {
    padding: 12px 0;
  }
}
.LegalOffice {
  margin-top: 40px;
  width: 100%;
}
.LegalOffice .LegalOfficeTitle {
  color: #202124;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 16px;
}
.LegalOffice .officeList .officeItem {
  margin-bottom: 12px;
  border-radius: 4px;
  border: 1px solid #CCC;
}
.LegalOffice .officeList .officeItem .officeItemLink {
  display: flex;
  align-items: center;
  padding: 12px 20px;
}
.LegalOffice .officeList .officeItem .officeItemLink .iconCont {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.LegalOffice .officeList .officeItem .officeItemLink .iconCont .icon {
  width: 100%;
  height: auto;
  transition: fill 0.3s;
}
.LegalOffice .officeList .officeItem .officeItemLink .officeItemCont {
  margin-left: 16px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}
@media only screen and (min-width: 767px) {
  .LegalOffice .officeList .officeItem:hover {
    border-radius: 4px;
    border: 1px solid #08F;
  }
  .LegalOffice .officeList .officeItem:hover .iconCont svg path {
    fill: #005BAA;
  }
  .LegalOffice .officeList .officeItem:hover .officeItemCont {
    color: #08F;
  }
}
.footerWrap {
  background: #22252C;
  position: relative;
  font-family: Roboto-Regular, Roboto;
}
.footerWrap .footer {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
}
.footerWrap .footer .footLeft .top {
  margin-bottom: 32px;
}
.footerWrap .footer .footLeft .top .logo img {
  height: 35px;
  width: auto;
  aspect-ratio: 769 / 141;
}
.footerWrap .footer .footLeft .introduction .siteTitle {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 4px;
}
.footerWrap .footer .footLeft .introduction .siteDesc {
  color: rgba(207, 210, 215, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.footerWrap .footer .footLeft .followUs {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.footerWrap .footer .footLeft .followUs .title {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
}
.footerWrap .footer .footLeft .followUs .socialMedia {
  margin-left: 16px;
}
.footerWrap .footer .footLeft .followUs .socialMedia .externalLinks {
  display: inline-block;
}
.footerWrap .footer .footLeft .followUs .socialMedia .externalLinks svg {
  width: 32px;
  height: 32px;
}
.footerWrap .footer .tabbar {
  font-size: 16px;
  font-weight: 400;
  display: grid;
  grid-template-columns: repeat(2, calc((100% - 0px) / 2));
}
.footerWrap .footer .tabbar a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  word-break: break-word;
}
.footerWrap .cookie-notice-container {
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #6f6f6f;
  text-align: center;
  z-index: 999999;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.footerWrap .cookie-notice-container .container {
  max-width: 900px;
  z-index: 2;
  position: relative;
  text-align: center;
  padding: 10px;
  padding-right: 100px;
  margin: 0 auto;
}
.footerWrap .cookie-notice-container .container a,
.footerWrap .cookie-notice-container .container button,
.footerWrap .cookie-notice-container .container video {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  text-decoration: none;
}
.footerWrap .cookie-notice-container .container .moreJump {
  color: #0186FF;
}
.footerWrap .cookie-notice-container .container button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-8px, -50%);
  display: block;
  padding: 0 25px;
  height: 30px;
  line-height: 30px;
  background: #0186FF;
  border: none;
  color: #fff;
  margin: 0 auto;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
}
.footerWrap .cookie-notice-container:before {
  content: '';
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  z-index: -1;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.footerWrap .addToScreenTip {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #0186FF;
  border-radius: 1rem 1rem 0 0;
  color: #fff;
}
.footerWrap .addToScreenTip .tipTop {
  padding: 1.6rem;
  width: 100%;
  border-bottom: 0.1rem solid #F5F5F5;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.footerWrap .addToScreenTip .tipTop .tipTopLeft .tipTitle {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2rem;
}
.footerWrap .addToScreenTip .tipTop .tipTopLeft .tipDetail {
  line-height: 2rem;
  font-size: 1.4rem;
}
.footerWrap .addToScreenTip .tipCont {
  width: 100%;
  margin: 1rem 0;
}
.footerWrap .addToScreenTip .tipBottom {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footerWrap .footer {
    padding: 24px 16px;
    flex-direction: column;
  }
  .footerWrap .footer .footLeft .top {
    margin-bottom: 24px;
  }
  .footerWrap .footer .footLeft .introduction {
    padding-bottom: 24px;
  }
  .footerWrap .footer .tabbar {
    font-size: 14px;
    line-height: 30px;
  }
  .footerWrap .cookie-notice-container {
    font-size: 14px;
  }
  .footerWrap .addToScreenTip .tipCont {
    display: flex;
    justify-content: center;
  }
  .footerWrap .addToScreenTip .tipCont .stepImg {
    width: 50%;
  }
  .cookie-notice-container .container {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footerWrap .footer {
    padding: 24px 16px;
    align-items: center;
    justify-content: space-between;
  }
  .footerWrap .footer .footLeft {
    width: 60%;
  }
  .footerWrap .footer .footLeft .top {
    margin-bottom: 10px;
  }
  .footerWrap .footer .footLeft .introduction {
    padding-bottom: 32px;
  }
  .footerWrap .footer .tabbar {
    width: 40%;
  }
  .footerWrap .cookie-notice-container {
    font-size: 1.4rem;
  }
  .footerWrap .addToScreenTip .tipCont {
    display: flex;
    justify-content: center;
  }
  .footerWrap .addToScreenTip .tipCont .stepImg {
    width: 40%;
  }
  .cookie-notice-container .container {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footerWrap .footer {
    padding: 20px 18px;
    align-items: center;
    justify-content: space-between;
  }
  .footerWrap .footer .footLeft {
    width: 60%;
  }
  .footerWrap .footer .footLeft .introduction {
    width: 70%;
    padding-bottom: 32px;
  }
  .footerWrap .footer .tabbar {
    width: 40%;
  }
  .footerWrap .cookie-notice-container {
    font-size: 16px;
  }
  .footerWrap .addToScreenTip .tipCont {
    display: flex;
    justify-content: center;
  }
  .footerWrap .addToScreenTip .tipCont .stepImg {
    width: 20%;
  }
  .cookie-notice-container .container {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .footerWrap .footer {
    padding: 60px 0;
    align-items: center;
    justify-content: space-between;
  }
  .footerWrap .footer .footLeft {
    width: 60%;
  }
  .footerWrap .footer .footLeft .introduction {
    width: 70%;
    padding-bottom: 32px;
  }
  .footerWrap .footer .footLeft .followUs .socialMedia {
    margin-left: 16px;
  }
  .footerWrap .footer .footLeft .followUs .socialMedia .externalLinks {
    margin-right: 8px;
  }
  .footerWrap .footer .footLeft .followUs .socialMedia .externalLinks svg {
    width: 32px;
    height: 32px;
  }
  .footerWrap .footer .tabbar {
    width: 40%;
  }
  .footerWrap .cookie-notice-container {
    font-size: 16px;
  }
  .footerWrap .addToScreenTip {
    display: none;
  }
  .cookie-notice-container .container {
    font-size: 16px;
  }
}
.breadCrumbs {
  width: 100%;
  display: flex;
  align-items: center;
}
.breadCrumbs .crumbs {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
}
.breadCrumbs .icon {
  flex-shrink: 0;
  margin: 0 8px;
}
.breadCrumbs .crumbsNow {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: normal;
}
.TitleBox {
  margin: 20px 0 32px 0;
}
.TitleBox .title {
  color: #202124;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.TitleBox .subTitle {
  margin-top: 8px;
  color: #999;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.content .blogsWarp .blogsCategory .categoryList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.content .blogsWarp .blogsCategory .categoryList .itemCategory {
  margin-right: 8px;
}
.content .blogsWarp .blogsCategory .categoryList .itemCategory .itemCategoryCont {
  display: flex;
  align-items: center;
  height: 36px;
  padding: 1px 24px;
  border-radius: 4px;
  background: #EFF1F2;
  color: #666;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
  text-wrap: nowrap;
}
.content .blogsWarp .blogsCategory .categoryList .itemCategory:hover .itemCategoryCont {
  background: #1A73E9;
  color: #FFF;
}
.content .blogsWarp .topicList {
  margin-top: 20px;
  display: grid;
  grid-gap: 24px 24px;
  grid-template-columns: repeat(3, calc((100% - 48px) / 3));
}
.content .blogsWarp .topicList .topicItem .topicItemCont {
  display: block;
  border-radius: 10px;
}
.content .blogsWarp .topicList .topicItem .topicItemCont .topicItemContImg {
  border-radius: 6px;
  width: 100%;
  height: auto;
  aspect-ratio: 580 / 327;
}
.content .blogsWarp .topicList .topicItem .topicItemCont .topicItemContDel .topicItemContTitle {
  margin: 8px 0 4px 0;
  color: #08F;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: normal;
}
.content .blogsWarp .topicList .topicItem .topicItemCont .topicItemContDel .topicItemContText {
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: normal;
}
@media only screen and (max-width: 767px) {
  .breadCrumbs {
    display: none;
  }
  .content .blogsWarp .blogsCategory .categoryList .itemCategory .itemCategoryCont {
    margin-bottom: 8px;
    padding: 1px 16px;
  }
  .content .blogsWarp .topicList {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .content .blogsWarp .topicList .topicItem {
    padding: 12px;
  }
  .content .blogsWarp .topicList .topicItem:hover {
    border-radius: 10px;
    background: #f5f5f5;
  }
}
