@charset "utf-8";

@font-face {
  font-family: "zrht";
  src: url("../images/zrht.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* 原站 index.css 的 rem 基准，桌面版使用。 */
html {
  font-size: calc(100vw / 1920 * 100);
}

/* 原站 copbtn / TW-foot 展开收起样式。 */
.copbtn,
.copbtn i,
.TW-foot {
  transition: all 0.5s;
}

.copbtn {
     position: absolute;
    left: 41px;
    bottom: 13px;
    z-index: 31;
    display: inline-flex;
    align-items: center;
    height: 20px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #868686;
    font: 18px / 0.2rem "zrht", "Microsoft YaHei", sans-serif;
    cursor: pointer;
}

.copbtn i {
  display: block;
  width: 21px;
  height: 21px;
  margin-right: 8px;
  background: url("../images/up.png") no-repeat center / cover;
}

.copbtn.on {
  bottom: 340px;
}

.copbtn.on i {
  transform: rotate(180deg);
}

.TW-foot {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 15px;
  background: #181b22;
  transform: translateY(100%);
  pointer-events: none;
}

.TW-foot.on {
  transform: translateY(0);
  pointer-events: auto;
}

.TW-foot-main {
  width: 100%;
  max-width: 1000px;
  color: #959595;
  font: 12px / 1.8 Arial, "Microsoft YaHei", sans-serif;
  text-align: center;
}

.TW-foot-links {
  /* 页脚仅保留官方政策链接，不显示友情链接。 */
  padding-bottom: 10px;
  color: #959595;
  line-height: 28px;
}

.TW-foot-links a {
  position: relative;
  display: inline-block;
  margin-right: 7px;
  padding-right: 7px;
  color: #959595;
  text-decoration: none;
}

.TW-foot-links a::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 10px;
  margin-top: -5px;
  background: #4a4a46;
  content: "";
}

.TW-foot-links a:last-child {
  margin-right: 0;
  padding-right: 0;
}

.TW-foot-links a:last-child::after {
  display: none;
}

.TW-foot-txt {
  margin: 0 0 8px;
  color: #959595;
}

.TW-foot-txt a {
  color: #959595;
  text-decoration: none;
}

.TW-foot-large {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.TW-large-ico {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  margin: 0 8px;
  background: url("../images/tw_sy_large.png") no-repeat -999px / 136px 34px;
}

.TW-large-ico span {
  position: absolute;
  top: 34px;
  left: 50%;
  width: 64px;
  margin-left: -32px;
  color: #5f5f5f;
  line-height: 1.4;
  transform: scale(0.8);
}

.TW-foot-ww {
  background-position: 0 0;
}

.TW-foot-gs {
  background-position: -34px 0;
}

.TW-foot-aw {
  background-position: -68px 0;
}

.TW-foot-nn {
  background-position: -102px 0;
}
.TW-foot-brand {
  padding: 0 0 12px;
  text-align: center;
}

.TW-foot-brand-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 48px;
  margin-bottom: 8px;
}

.TW-foot-brand-icon {
  display: block;
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.TW-foot-brand-icon-webzen {
  max-width: 100px;
}

.TW-foot-brand-icon-mu {
  max-width: 100px;
}

.TW-foot-brand-copy {
  margin: 0;
  color: #959595;
  font: 14px / 1.6 Arial, "Microsoft YaHei", sans-serif;
}