/* Generated by less 2.2.0 */
/***************************************************
		定义 SNH48 GROUP 专属颜色
***************************************************/
/***************************************************
		定义分团颜色
***************************************************/
/***************************************************
		定义通用风格（颜色、渐变、投影、圆角）
***************************************************/
.C-LG-TXT {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.C-LG-TXT-BLUE {
  background: linear-gradient(45deg, #badef2, #89c7ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.C-LG-TXT-PINK {
  background: linear-gradient(45deg, #f2e6c8, #f3a1c4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.C-LG-TXT-YELLOW {
  background: linear-gradient(45deg, #f2e8c8, #f7b779);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.C-LG-TXT-VIOLET {
  background: linear-gradient(45deg, #cfd9f4, #a3a5f4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.BORDER-RADIUS-BTN {
  border-radius: 2px;
}
.BORDER-RADIUS-CIRLCE {
  border-radius: 99em;
}
/***************************************************
		定义字体
***************************************************/
.FONT-FAMILY-CN {
  font-family: "PingFang SC", "Helvetica Neue", "Helvetica", "Hiragino Sans GB", "Arial", "Verdana", "Microsoft Yahei", sans-serif;
}
.FONT-FAMILY-EN {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans GB", "Arial", "Verdana", "Century Gothic";
}
.FONT-WEIGHT-LIGHT {
  font-weight: 200;
}
.FONT-WEIGHT-REGULAR {
  font-weight: 400;
}
.FONT-WEIGHT-BOLD {
  font-weight: 600;
}
.FC-UPPER {
  font-variant: normal;
  text-transform: uppercase;
}
.FC-LOWER {
  font-variant: normal;
  text-transform: lowercase;
}
/***************************************************
		定义块风格
***************************************************/
/***************************************************
		定义复用风格
***************************************************/
.TXT2PIC {
  text-indent: -9999em;
}
.JUSTIFY {
  text-align: justify;
  text-justify: inter-ideograph;
}
.VERTICAL-ALIGN > *,
.VERTICAL-ALIGN:before {
  vertical-align: middle;
  display: inline-block;
}
.VERTICAL-ALIGN:before {
  content: "";
  width: 0;
  height: 100%;
}
.ENTER:after {
  content: "\D\A";
  white-space: pre;
}
.MAX-WIDTH {
  max-width: 1920px;
  margin: 0 auto;
}
.IMG-HOVER {
  position: relative;
}
.IMG-HOVER:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  z-index: 1;
}
.IMG-HOVER:hover img {
  filter: brightness(126%);
}
.IMG-HOVER:hover:before {
  background: rgba(137, 199, 255, 0.37);
}
/***************************************************
		CSS 初始化
***************************************************/
* {
  font-variant: small-caps;
  line-height: inherit;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  max-width: 1920px;
  margin: 0 auto;
  font-size: 8.75px;
}
body {
  font-family: "PingFang SC", "Helvetica Neue", "Helvetica", "Hiragino Sans GB", "Arial", "Verdana", "Microsoft Yahei", sans-serif;
  font-size: 1.7rem;
  line-height: 1.29;
  color: #000000;
  background: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
a {
  color: #000000;
  text-decoration: none;
  display: inline-block;
}
b {
  font-weight: 600;
}
i {
  font-style: normal;
}
input,
textarea {
  background: none;
  border: none;
  outline: none;
  font-variant: normal;
}
input {
  width: 100%;
  height: 100%;
  padding: 4px 8px;
}
img {
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
}
a {
  -webkit-tap-highlight-color: transparent;
}
