.container {
    /*width: 65%;*/
    max-width: 1240px;
    margin: 0 auto;
    font-size: 1.2rem;
    /* margin-right: auto;
    margin-left: auto; */
}

/* 取消chorme浏览器默认样式 */
::-webkit-scrollbar {
    display: none;
}
* {
    scrollbar-width: none; /* Firefox */
}
* {
    -ms-overflow-style: none; /* IE and Edge */
}
.active {
    color: #FB6E2A;
}
/* 去除字体空白 */
.tx-line-1 {
    line-height: 1;
}
/* 禁止拖动 */
.no-drag {
    -webkit-user-drag: none; /* Safari */
    -khtml-user-drag: none; /* Konqueror */
    -moz-user-drag: none; /* Firefox */
    -o-user-drag: none; /* Opera */
}
/* 两行文本省略号 */
.two-line-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
}
@font-face {
  font-family: 'PingFang_Bold';
  src: url('/template/syste2/pc/skin/font/PINGFANG/PINGFANG BOLD.TTF') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'PingFang_Regular';
  src: url('/template/syste2/pc/skin/font/PINGFANG/PINGFANG REGULAR.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PingFang_Medium';
  src: url('/template/syste2/pc/skin/font/PINGFANG/PINGFANG MEDIUM.TTF') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'PingFang_Extralight';
  src: url('/template/syste2/pc/skin/font/PINGFANG/PINGFANG EXTRALIGHT.TTF') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'PingFang_Heavy';
  src: url('/template/syste2/pc/skin/font/PINGFANG/PINGFANG HEAVY.TTF') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'PingFang_Light';
  src: url('/template/syste2/pc/skin/font/PINGFANG/PINGFANG LIGHT.TTF') format('truetype');
  font-weight: 300;
  font-style: normal;
}