/** ANGLE METHODS **/
/** @MEDIA **/
/** BROWSER PREFIXS **/
/** FOR SPECIAL BROWSERS **/
/** SOME HELPERS **/
/** COMPONENTS **/
/** LANGUAGES **/
@font-face {
  font-family: "Avenir";
  src: local("Avenir Light"), local("Avenir"), url("../font/Avenir.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir-Black";
  src: local("Avenir Black"), local("Avenir"), url("../font/Avenir-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir-Medium";
  src: local("Avenir Medium"), local("Avenir"), url("../font/Avenir-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLight";
  src: local("Helvetica Neue Light"), url("../font/HelveticaNeueLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  line-height: normal;
  font-size: 16px;
  font-family: "Avenir";
  overflow-x: hidden;
}
body:lang(zh) {
  font-family: Helvetica;
}

button {
  border: none;
  background: none;
  color: initial;
}

a:hover {
  text-decoration: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.flex {
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper {
  width: 1200px;
  max-width: 90%;
  margin: auto;
}

.text-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .counted-share-vertical:lang(zh) {
    display: block;
  }
  .counted-share-vertical:lang(zh) .share-vertical-hidebar {
    opacity: 1;
  }
  .counted-share-vertical:lang(zh).collapsed .share-vertical-hidebar {
    width: 34px;
  }
  .counted-share-vertical:lang(zh).collapsed .share-vertical-hidebar::before {
    width: 20px;
    height: 20px;
    transform: none;
    background: url("../img/home/share/share.svg") center center/18px auto no-repeat;
  }
}
.share-vertical-bilibili {
  background-image: url("../img/home/share/bilibili-1.png");
  background-size: 26px auto;
}

.share-vertical-douyin {
  background-image: url("../img/home/share/douyin.png");
  background-size: 26px auto;
}

@media (max-width: 768px) {
  .language-win {
    padding: 20px 15px;
  }

  .language-win .win-body {
    margin-right: 0;
    flex: initial;
  }
}
