.v2022 .head-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1260px;
  z-index: 200;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
}
.v2022 .head-box .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.v2022 .head-box .head .search {
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #f6f6f6;
  width: 191px;
  height: 40px;
  border-radius: 20px;
  padding: 0 10px 0 20px;
}
.v2022 .head-box .head .search .input-box {
  width: 100%;
  height: auto;
  background: transparent;
}
.v2022 .head-box .head .search .input-box input {
  display: block;
  width: 100%;
  line-height: 40px;
  margin: 0 auto;
  font-size: 14px;
}
.v2022 .head-box .head .search .search-btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0;
  width: 28px;
}
.v2022 .head-box.hideHide {
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.v2022 .head-box-placeholder {
  position: relative;
  height: 100px;
  width: 100%;
}
.v2022 .nnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.v2022 .nnav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.v2022 .nnav ul li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3a464f;
  line-height: 100px;
  position: relative;
  margin-right: 35px;
  cursor: default;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.v2022 .nnav ul li:last-child {
  margin-right: 0;
}
.v2022 .nnav ul li::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #112b4a;
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translate(-50%, 6px);
      -ms-transform: translate(-50%, 6px);
          transform: translate(-50%, 6px);
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}
.v2022 .nnav ul li:hover {
  color: #3cc8ff;
}
/* 悬停或展开 mega menu 时显示指向下方面板的三角（对齐 cmegroup.com） */
.v2022 .nnav ul li:hover::after,
.v2022 .nnav ul li.show::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.v2022 .nnav ul li.nochild::after,
.v2022 .nnav ul li.nochild:hover::after,
.v2022 .nnav ul li.nochild.show::after {
  opacity: 0;
  visibility: hidden;
}
.v2022 .nnav ul li.active > span {
  font-weight: bold;
}
/* 点击展开 mega menu 后一级菜单文字保持蓝色，直至点击其它项、再次点击关闭或点击遮罩 */
.v2022 .nnav ul li.show > span {
  color: #3cc8ff;
}
/* 一级导航悬停：蓝字、无下划线（覆盖 .active > span，与「关于芝商所」一致） */
.v2022 .nnav ul li:hover > span {
  color: #3cc8ff;
  text-decoration: none;
}
.v2022 .nnav ul li .nav-child {
  display: none;
  width: 1050px;
  height: 380px;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 100%;
}
.v2022 .nnav ul li .nav-child .nav-child-list {
  --animate-duration: 0.6s;
}
.v2022 .nnav ul li .nav-child .nav-child-list > div {
  display: block;
  width: 345px;
  height: 190px;
  background: #112b4a;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  box-sizing: border-box;
  padding: 45px 30px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.4;
}
.v2022 .nnav ul li .nav-child .nav-child-list > div.div-a {
  padding: 0px;
  display: block;
  text-decoration: none;
}
.v2022 .nnav ul li .nav-child .nav-child-list > div.div-a a {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
  padding: 45px 30px;
  text-decoration: none;
  color: #fff;
}
.v2022 .nnav ul li .nav-child .nav-child-list > div:nth-child(1) {
  left: 0;
  top: 0;
  background: #112b4a;
}
.v2022 .nnav ul li .nav-child .nav-child-list > div:nth-child(2) {
  left: 345px;
  top: 0;
  background: #0f5095;
}
.v2022 .nnav ul li .nav-child .nav-child-list > div:nth-child(3) {
  height: 380px;
  left: 690px;
  top: 0;
  background: #1b4484;
}
.v2022 .nnav ul li .nav-child .nav-child-list > div:nth-child(4) {
  background: #006eb6;
  width: 690px;
  left: 0px;
  top: 190px;
}
.v2022 .nnav ul li .nav-child .nav-child-list > div .link {
  font-size: 15px;
}
.v2022 .nnav ul li .nav-child .nav-child-list > div .tt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.v2022 .nnav ul li .nav-child .nav-child-list > div .tt b {
  color: #fff;
  line-height: 1.4;
}
.v2022 .nnav ul li .nav-child .nav-child-list > div .tt .iconfont {
  color: #3cc8ff;
  font-weight: bold;
  font-size: 24px;
}
/* 下拉区箭头1（ic-arrow-right）：悬停时向右平移动画 */
.v2022 .nnav ul li .nav-child .nav-child-list > div .tt .iconfont.ic-arrow-right {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
}
.v2022 .nnav ul li .nav-child .nav-child-list > div .tt:hover .iconfont.ic-arrow-right,
.v2022 .nnav ul li .nav-child .nav-child-list > div .tt a:hover .iconfont.ic-arrow-right,
.v2022 .nnav ul li .nav-child .nav-child-list > div.div-a a:hover .tt .iconfont.ic-arrow-right {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
/* 下拉区箭头2（ic-direction-right）：静止，无动画 */
.v2022 .nnav ul li .nav-child .nav-child-list > div .tt .iconfont.ic-direction-right {
  display: inline-block;
}
.v2022 .nnav ul li .nav-child .nav-child-list > div .tt a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.v2022 .nnav ul li .nav-child .nav-child-list > div .tt a:hover {
  color: #3cc8ff;
  text-decoration: none;
}
/* 覆盖全局 .v2022 a:hover 下划线，与「关于芝商所」下拉一致 */
.v2022 .nnav ul li .nav-child .nav-child-list a {
  text-decoration: none;
}
.v2022 .nnav ul li .nav-child .nav-child-list a:hover {
  text-decoration: none;
}
/* 市场资讯列表链接 hover 不显示下划线 */
.v2022 .con-right .foo.rrt li a.c-blue:hover {
  text-decoration: none;
}
.v2022 .nnav ul li .nav-child .nav-child-list > div > b {
  display: block;
  color: #fff;
  margin-bottom: 18px;
}
.v2022 .nnav ul li .nav-child .nav-child-list > div p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}
.v2022 .nnav ul li .nav-child .nav-child-list > div:first-child .tt {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.v2022 .nnav ul li .nav-child .nav-child-list > div:first-child .tt .iconfont {
  margin-left: 10px;
  margin-top: 0;
}
.v2022 .nnav ul li .nav-child .nav-child-list > div:first-child .tt a {
  font-size: 20px;
}
.v2022 .nnav ul li .nav-child.show {
  display: block;
}
.v2022 .nnav ul li.faguixuzhi .nav-child {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.v2022 .nnav ul li.faguixuzhi .nav-child .nav-child-list > div:nth-child(1) {
  width: 570px;
}
.v2022 .nnav ul li.faguixuzhi .nav-child .nav-child-list > div:nth-child(2) {
  left: 0;
  top: 190px;
  width: 570px;
}
.v2022 .nnav ul li.faguixuzhi .nav-child .nav-child-list > div:nth-child(3) {
  width: 480px;
  left: 570px;
  background: url('/templates/1/default/assets/v2022/img/navBg2.png') center bottom no-repeat;
  background-size: cover;
}
/* 法规须知：卡片式 div-a 悬停蓝字、无下划线（与关于芝商所 div-a 一致） */
.v2022 .nnav ul li.faguixuzhi .nav-child .nav-child-list > div.div-a a:hover {
  color: #3cc8ff;
  text-decoration: none;
}
.v2022 .nnav ul li.yanshishuju .nav-child {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.v2022 .nnav ul li.yanshishuju .nav-child .nav-child-list > div:nth-child(1) {
  width: 570px;
}
.v2022 .nnav ul li.yanshishuju .nav-child .nav-child-list > div:nth-child(2) {
  left: 0;
  top: 190px;
  width: 570px;
}
.v2022 .nnav ul li.yanshishuju .nav-child .nav-child-list > div:nth-child(3) {
  width: 480px;
  left: 570px;
  background: url('/templates/1/default/assets/v2022/img/navBg2-1.png') center no-repeat;
  background-size: 100% auto;
}
.v2022 .nnav ul li.guanyuzhishangsuo .nav-child {
  width: 1150px;
  height: 400px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.v2022 .nnav ul li.guanyuzhishangsuo .nav-child .nav-child-list > div {
  width: 300px;
  height: 200px;
}
.v2022 .nnav ul li.guanyuzhishangsuo .nav-child .nav-child-list > div:nth-child(1) {
  width: 450px;
  height: 400px;
  left: 0;
  top: 0;
  background: #112b4a;
}
.v2022 .nnav ul li.guanyuzhishangsuo .nav-child .nav-child-list > div:nth-child(2) {
  left: 450px;
  top: 0;
  background: #004f9a;
}
.v2022 .nnav ul li.guanyuzhishangsuo .nav-child .nav-child-list > div:nth-child(3) {
  left: 750px;
  top: 0;
  background: #085ea5;
}
.v2022 .nnav ul li.guanyuzhishangsuo .nav-child .nav-child-list > div:nth-child(4) {
  background: #024289;
  width: 600px;
  height: 200px;
  left: 450px;
  top: 200px;
}
.v2022 .nnav ul li.guanyuzhishangsuo .nav-child .nav-child-list > div .tt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.v2022 .nnav ul li.guanyuzhishangsuo .nav-child .nav-child-list > div .tt .iconfont {
  color: #3cc8ff;
  font-weight: bold;
  font-size: 24px;
}
.v2022 .nnav ul li.guanyuzhishangsuo .nav-child .nav-child-list > div a {
  color: #fff;
  text-decoration: none;
}
.v2022 .nnav ul li.guanyuzhishangsuo .nav-child .nav-child-list > div a:hover {
  color: #3cc8ff;
}
.v2022 .nnav ul li.guanyuzhishangsuo .nav-child .nav-child-list > div p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}
.v2022 .nnav ul li.yanshengpinzhiku .nav-child {
  position: absolute;
  z-index: 5;
  left: 0%;
  top: 100%;
  -webkit-transform: translate(-40%, 0);
      -ms-transform: translate(-40%, 0);
          transform: translate(-40%, 0);
}
.v2022 .nnav ul li.yanshengpinzhiku .nav-child .nav-child-list > div {
  height: 190px;
}
.v2022 .nnav ul li.yanshengpinzhiku .nav-child .nav-child-list > div:nth-child(1) {
  width: 570px;
  left: 0;
  top: 0;
  background: #112b4a;
}
.v2022 .nnav ul li.yanshengpinzhiku .nav-child .nav-child-list > div:nth-child(2) {
  width: 570px;
  height: 190px;
  left: 0;
  top: 190px;
  background: #0f5095;
}
.v2022 .nnav ul li.yanshengpinzhiku .nav-child .nav-child-list > div:nth-child(3) {
  width: 480px;
  height: 190px;
  left: 570px;
  top: 0px;
  background: #006eb6;
}
.v2022 .nnav ul li.yanshengpinzhiku .nav-child .nav-child-list > div:nth-child(4) {
  width: 480px;
  height: 190px;
  left: 570px;
  top: 190px;
  background: url('/templates/1/default/assets/v2022/img/navBg6.png') center bottom no-repeat;
  background-size: cover;
}
.v2022 .nnav ul li.yanshengpinzhiku .nav-child .nav-child-list > div .tt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 28px;
}
.v2022 .nnav ul li.yanshengpinzhiku .nav-child .nav-child-list > div .tt .iconfont {
  color: #3cc8ff;
  font-weight: bold;
  font-size: 24px;
}
.v2022 .nnav ul li.yanshengpinzhiku .nav-child .nav-child-list > div a {
  color: #fff;
}
/* 数据 / 清算服务 / 期货教育：div-a 卡片悬停蓝字（与关于芝商所一致） */
.v2022 .nnav ul li.yanshengpinzhiku .nav-child .nav-child-list > div.div-a a:hover {
  color: #3cc8ff;
  text-decoration: none;
}
.v2022 .nnav ul li.yanshengpinzhiku .nav-child .nav-child-list > div p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}
.v2022 .nnav ul li.yanshengpinzhiku .nav-child .nav-child-list > div .group > a {
  display: block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #e3e935;
  margin-bottom: 16px;
  text-decoration: none;
}
.v2022 .nnav ul li.yanshengpinzhiku .nav-child .nav-child-list > div .group .a-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.v2022 .nnav ul li.yanshengpinzhiku .nav-child .nav-child-list > div .group .a-list > div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
.v2022 .nnav ul li.yanshengpinzhiku .nav-child .nav-child-list > div .group .a-list > div a {
  display: block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}
.v2022 .nnav ul li.yanshengpinzhiku .nav-child .nav-child-list > div .group .a-list > div a:hover {
  color: #3cc8ff;
  text-decoration: none;
}
.v2022 .nnav ul li.shichangdongcha .nav-child {
  position: absolute;
  z-index: 5;
  left: 0%;
  top: 100%;
  -webkit-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
          transform: translate(-30%, 0);
}
.v2022 .nnav ul li.shichangdongcha .nav-child .nav-child-list > div {
  height: 380px;
}
.v2022 .nnav ul li.shichangdongcha .nav-child .nav-child-list > div:nth-child(1) {
  width: 572px;
  left: 0;
  top: 0;
  background: #112b4a;
}
.v2022 .nnav ul li.shichangdongcha .nav-child .nav-child-list > div:nth-child(2) {
  width: 480px;
  height: 190px;
  left: 571px;
  top: 0;
  background: url('/templates/1/default/assets/v2022/img/navBg4.png') center no-repeat;
  background-size: cover;
}
.v2022 .nnav ul li.shichangdongcha .nav-child .nav-child-list > div:nth-child(2) .tt > b {
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
}
.v2022 .nnav ul li.shichangdongcha .nav-child .nav-child-list > div:nth-child(2) p {
  font-size: 12px;
}
.v2022 .nnav ul li.shichangdongcha .nav-child .nav-child-list > div:nth-child(3) {
  width: 480px;
  height: 190px;
  left: 571px;
  top: 190px;
  background: url('/templates/1/default/assets/v2022/img/navBg5.png') center no-repeat;
  background-size: cover;
}
.v2022 .nnav ul li.shichangdongcha .nav-child .nav-child-list > div:nth-child(3) .tt > b {
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
}
.v2022 .nnav ul li.shichangdongcha .nav-child .nav-child-list > div .tt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 28px;
}
.v2022 .nnav ul li.shichangdongcha .nav-child .nav-child-list > div .tt .iconfont {
  color: #3cc8ff;
  font-weight: bold;
  font-size: 24px;
}
.v2022 .nnav ul li.shichangdongcha .nav-child .nav-child-list > div a {
  color: #fff;
}
.v2022 .nnav ul li.shichangdongcha .nav-child .nav-child-list > div p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}
.v2022 .nnav ul li.shichangdongcha .nav-child .nav-child-list > div .group > a {
  display: block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #e3e935;
  margin-bottom: 16px;
  text-decoration: none;
  cursor: default;
}
.v2022 .nnav ul li.shichangdongcha .nav-child .nav-child-list > div .group .a-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.v2022 .nnav ul li.shichangdongcha .nav-child .nav-child-list > div .group .a-list > div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
.v2022 .nnav ul li.shichangdongcha .nav-child .nav-child-list > div .group .a-list > div a {
  display: block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}
.v2022 .nnav ul li.shichangdongcha .nav-child .nav-child-list > div .group .a-list > div a:hover {
  color: #3cc8ff;
  text-decoration: none;
}
/* 市场洞察 - 3分钟看经济、订阅芝商所报告 div-a hover蓝色 */
.v2022 .nnav ul li.shichangdongcha .nav-child .nav-child-list > div.div-a a:hover {
  color: #3cc8ff;
  text-decoration: none;
}
/* 市场洞察 - 3分钟看经济 b标签 hover蓝色 */
.v2022 .nnav ul li.shichangdongcha .nav-child .nav-child-list > div:nth-child(2).div-a:hover .tt b,
.v2022 .nnav ul li.shichangdongcha .nav-child .nav-child-list > div:nth-child(2).div-a a:hover .tt b,
.v2022 .nnav ul li.shichangdongcha .nav-child .nav-child-list > div:nth-child(2).div-a a:hover .tt,
.v2022 .nnav ul li.shichangdongcha .nav-child .nav-child-list > div:nth-child(2).div-a a:hover {
  color: #3cc8ff !important;
}
/* 市场洞察 - 3分钟看经济 圆形箭头图标 hover蓝色 */
.v2022 .nnav ul li.shichangdongcha .nav-child .nav-child-list > div:nth-child(2).div-a a:hover .tt .ic-iconbofang {
  color: #3cc8ff !important;
}
.v2022 .nnav ul li.chanpinjiaoyi .nav-child {
  position: absolute;
  z-index: 5;
  left: 0%;
  top: 100%;
  -webkit-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
          transform: translate(-30%, 0);
}
.v2022 .nnav ul li.chanpinjiaoyi .nav-child .nav-child-list > div {
  height: 380px;
}
.v2022 .nnav ul li.chanpinjiaoyi .nav-child .nav-child-list > div:nth-child(1) {
  width: 780px;
  left: 0;
  top: 0;
  background: #112b4a;
}
.v2022 .nnav ul li.chanpinjiaoyi .nav-child .nav-child-list > div:nth-child(2) {
  width: 480px;
  height: 380px;
  left: 780px;
  top: 0;
  background: url('/templates/1/default/assets/v2022/img/navBg3.png') center no-repeat;
  background-size: cover;
}
.v2022 .nnav ul li.chanpinjiaoyi .nav-child .nav-child-list > div:nth-child(2) .tt > b {
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
}
.v2022 .nnav ul li.chanpinjiaoyi .nav-child .nav-child-list > div .tt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 28px;
}
.v2022 .nnav ul li.chanpinjiaoyi .nav-child .nav-child-list > div .tt .iconfont {
  color: #3cc8ff;
  font-weight: bold;
  font-size: 24px;
}
.v2022 .nnav ul li.chanpinjiaoyi .nav-child .nav-child-list > div a {
  color: #fff;
}
.v2022 .nnav ul li.chanpinjiaoyi .nav-child .nav-child-list > div p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}
.v2022 .nnav ul li.chanpinjiaoyi .nav-child .nav-child-list > div .group-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.v2022 .nnav ul li.chanpinjiaoyi .nav-child .nav-child-list > div .group > a {
  display: block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #e3e935;
  margin-bottom: 16px;
  text-decoration: none;
  cursor: default;
}
.v2022 .nnav ul li.chanpinjiaoyi .nav-child .nav-child-list > div .group .a-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.v2022 .nnav ul li.chanpinjiaoyi .nav-child .nav-child-list > div .group .a-list > div {
  width: 180px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.v2022 .nnav ul li.chanpinjiaoyi .nav-child .nav-child-list > div .group .a-list > div a {
  display: block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}
.v2022 .nnav ul li.chanpinjiaoyi .nav-child .nav-child-list > div .group .a-list > div a:hover {
  color: #3cc8ff;
  text-decoration: none;
}
/* 产品介绍 - 期货交易商 div-a hover蓝色 */
.v2022 .nnav ul li.chanpinjiaoyi .nav-child .nav-child-list > div.div-a a:hover {
  color: #3cc8ff;
  text-decoration: none;
}
.v2022 .m-head {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 200;
  background-color: #fff;
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.v2022 .m-head .m-head-logo-box {
  padding: 20px;
}
.v2022 .m-head .m-logo {
  width: 100px;
  vertical-align: middle;
}
.v2022 .m-head .m-logo-white {
  width: 100px;
  vertical-align: middle;
  display: none;
}
.v2022 .m-head .m-handles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.v2022 .m-head .m-nav-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 100%;
  border-left: 1px solid #dcdcdc;
}
.v2022 .m-head .m-nav-btn.active {
  background: #112b4a;
}
.v2022 .m-head .m-nav-btn.active .open_nav {
  display: none;
}
.v2022 .m-head .m-nav-btn.active .close_nav {
  display: block;
}
.v2022 .m-head .m-search-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 100%;
  text-align: center;
  border-left: 1px solid #dcdcdc;
}
.v2022 .m-head .m-search-btn.active .open_search {
  display: none;
}
.v2022 .m-head .m-search-btn.active .close_search {
  display: block;
}
.v2022 .m-head .m-nav-btn img,
.v2022 .m-head .m-search-btn img {
  width: 16px;
}
.v2022 .m-head .close_search,
.v2022 .m-head .close_nav {
  display: none;
}
.v2022 .m-head .m-search-box {
  position: absolute;
  height: 46px;
  width: 100%;
  left: 0;
  top: 67px;
  padding: 0;
  display: none;
  border-top: 1px #f2f2f2 solid;
  box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  box-sizing: border-box;
}
.v2022 .m-head .m-search-box input {
  width: 100%;
  padding: 13px 40px 13px 15px;
  font-size: 14px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}
.v2022 .m-head .m-search-box .m-search-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  border: 0;
  outline: 0;
  background: transparent;
}
.v2022 .m-head .m-search-box .m-search-icon {
  width: 18px;
  height: 18px;
}
.v2022 .m-head.active {
  background: #112b4a;
  z-index: 400;
}
.v2022 .m-head.active .m-logo {
  display: none;
}
.v2022 .m-head.active .m-logo-white {
  display: block;
}
.v2022 .m-head.active .m-nav-btn {
  border-color: transparent;
}
.v2022 .m-head.active .m-search-btn {
  border-color: transparent;
}
.v2022 .mnav {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 350;
  width: 100%;
  max-height: 100vh;
  overflow-y: scroll;
  background: #112b4a;
  box-sizing: border-box;
  padding-top: 85px;
}
.v2022 .mnav .iconfont {
  font-weight: bold;
}
.v2022 .mnav ul {
  background: #112b4a;
}
.v2022 .mnav ul li .h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  color: #fff;
  padding: 20px 15px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
.v2022 .mnav ul li .h1:active {
  background: #085ea5;
}
.v2022 .mnav ul li .h1 .iconfont {
  font-weight: bold;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.v2022 .mnav ul li .nav-child {
  display: none;
}
.v2022 .mnav ul li .nav-child .nav-child-list .tt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #fff;
  font-size: 15px;
  padding: 15px 15px 15px 20px;
}
.v2022 .mnav ul li .nav-child .nav-child-list .tt:active {
  background: #085ea5;
}
/* 移动端 - 产品介绍下期货交易商 active蓝色 */
.v2022 .mnav ul li.chanpinjiaoyi .nav-child .nav-child-list > div:nth-child(2) .tt:active,
.v2022 .mnav ul li.chanpinjiaoyi .nav-child .nav-child-list > div:nth-child(2) .tt a:active {
  color: #3cc8ff;
}
/* 移动端 - 市场洞察下3分钟看经济、订阅芝商所报告 active蓝色 */
.v2022 .mnav ul li.shichangdongcha .nav-child .nav-child-list > div:nth-child(2) .tt:active,
.v2022 .mnav ul li.shichangdongcha .nav-child .nav-child-list > div:nth-child(2) .tt a:active,
.v2022 .mnav ul li.shichangdongcha .nav-child .nav-child-list > div:nth-child(3) .tt:active,
.v2022 .mnav ul li.shichangdongcha .nav-child .nav-child-list > div:nth-child(3) .tt a:active {
  color: #3cc8ff;
}
.v2022 .mnav ul li .nav-child .nav-child-list .tt a {
  color: #fff;
  text-decoration: none;
}
.v2022 .mnav ul li .nav-child .nav-child-list .tt .iconfont {
  color: #3cc8ff;
  margin-left: 5px;
}
.v2022 .mnav ul li .nav-child .nav-child-list .tt .ic-arrow-right,
.v2022 .mnav ul li .nav-child .nav-child-list .tt .ic-direction-right,
.v2022 .mnav ul li .nav-child .group-list .group .group-tt .ic-arrow-right {
  display: none;
}
.v2022 .mnav ul li .nav-child .group-list .group .group-tt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  padding: 10px 15px 10px 25px;
  text-decoration: none;
}
.v2022 .mnav ul li .nav-child .group-list .group .group-tt a {
  color: inherit;
  text-decoration: none;
}
.v2022 .mnav ul li .nav-child .group-list .group .group-tt:active {
  background: #085ea5;
}
.v2022 .mnav ul li .nav-child .group-list .group .group-tt .iconfont {
  color: #fff;
  font-weight: bold;
}
.v2022 .mnav ul li .nav-child .group-list .group .color-yellow {
  color: #e3e935;
}
.v2022 .mnav ul li .nav-child .group-list .group .a-list {
  display: none;
}
.v2022 .mnav ul li .nav-child .group-list .group .a-list a {
  display: block;
  font-size: 12px;
  line-height: 1.6;
  padding: 6px 15px 6px 30px;
  text-decoration: none;
}
.v2022 .mnav ul li .nav-child .group-list .group .a-list a:active {
  background: #085ea5;
}
.v2022 .mnav ul li .nav-child .group-list .group.active .iconfont {
  color: #3cc8ff;
}
.v2022 .mnav ul li .nav-child .group-list .group.active .a-list {
  display: block;
}
.v2022 .mnav ul li.active {
  background: #112b4a;
}
.v2022 .mnav ul li.active > .h1 {
  background: #085ea5;
}
.v2022 .mnav ul li.active .nav-child {
  display: block;
}
.v2022 .mnav ul li.active .iconfont {
  color: #3cc8ff;
}
@media screen and (max-width: 500px) {
  .v2022 .m-head-placeholder {
    height: 66px;
  }
  .v2022 .head-box {
    display: none;
  }
  .v2022 .head-box-placeholder {
    display: none;
  }
  .v2022 .m-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .v2022 .m-head a:active {
    background-color: transparent;
  }
}
.v2022 .nfooter-box {
  margin-top: 30px;
}
.v2022 .nfooter-box .links {
  padding: 60px 0 40px;
  background: #f2f6f8;
}
.v2022 .nfooter-box .links .link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.v2022 .nfooter-box .links .link-group {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.v2022 .nfooter-box .links .link-group .link-group-title {
  font-size: 20px;
  font-weight: 400;
  color: #5a6874;
  line-height: 32px;
  margin-bottom: 20px;
  display: block;
}
.v2022 .nfooter-box .links .link-group a {
  display: block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #112b48;
  line-height: 32px;
  margin-bottom: 18px;
}
.v2022 .nfooter-box .links .link-group a:active {
  color: #112b48;
}
.v2022 .nfooter-box .links .link-group a:hover {
  color: #3cc8ff;
  text-decoration: underline;
}
.v2022 .nfooter-box .infos {
  background: #3a464f;
  padding: 60px 0;
}
.v2022 .nfooter-box .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v2022 .nfooter-box .content .f-con {
  padding: 0;
  width: auto;
}
.v2022 .nfooter-box .content .f-con .bgtitle {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 20px;
}
.v2022 .nfooter-box .content .f-con .txt {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 18px;
  margin-bottom: 30px;
}
.v2022 .nfooter-box .content .f-con .address {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}
.v2022 .nfooter-box .content .code {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 30px;
}
.v2022 .nfooter-box .content .code img {
  display: block;
  width: 150px;
  min-height: 150px;
  margin-bottom: 18px;
}
.v2022 .nfooter-box .content .code p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 18px;
  text-align: center;
}
.v2022 .nfooter-box .copy {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 20px;
}
.v2022 .nfooter-box .copy .copy-link {
  margin-left: 24px;
}
.v2022 .nfooter-box .copy .copy-link a {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3cc8ff;
  line-height: 24px;
}
.v2022 .nfooter-box .recomment {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.v2022 .nfooter-box .recomment .hot-key {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #546570;
  line-height: 24px;
  margin-right: 19px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.v2022 .nfooter-box .recomment .hot-handle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.v2022 .nfooter-box .recomment .hot-value {
  display: inline-block;
  margin-right: 22px;
  height: 24px;
  overflow: hidden;
  word-break: keep-all;
}
.v2022 .nfooter-box .recomment .hot-value a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #546570;
  line-height: 24px;
  font-size: 12px;
}
.v2022 .nfooter-box .recomment .hot-btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.v2022 .nfooter-box .recomment .hot-btn .hot-more {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #546570;
  line-height: 24px;
}
.v2022 .nfooter-box .recomment .hot-btn .hot-more:hover {
  color: #546570;
}
.v2022 .nfooter-box .recomment .hot-btn .hot-less {
  display: none;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #546570;
  line-height: 24px;
  text-decoration: none;
}
.v2022 .nfooter-box .recomment .hot-btn .hot-less:hover {
  color: #546570;
}
.v2022 .nfooter-box .recomment.showMore .hot-value {
  height: auto;
}
.v2022 .nfooter-box .recomment.showMore .hot-more {
  display: none;
}
.v2022 .nfooter-box .recomment.showMore .hot-less {
  display: block;
}
@media screen and (max-width: 500px) {
  .v2022 .nfooter-box {
    margin-top: 10px;
  }
  .v2022 .nfooter-box .links {
    padding: 20px 0 40px;
  }
  .v2022 .nfooter-box .links .link-list {
    display: block;
  }
  .v2022 .nfooter-box .links .link-group {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    border-bottom: 1px solid #A4B7C7;
  }
  .v2022 .nfooter-box .links .link-group .link-group-title {
    margin-bottom: 0px;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0;
  }
  .v2022 .nfooter-box .links .link-group .link-group-title::after {
    display: block;
    content: '';
    width: 13px;
    height: 10px;
    background: url('/templates/1/default/assets/v2022/img/arrow_up1.png') center no-repeat;
    background-size: 100% auto;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .v2022 .nfooter-box .links .link-group .link-group-title.opt0 {
    opacity: 1;
  }
  .v2022 .nfooter-box .links .link-group a {
    display: none;
    margin-bottom: 0px;
    font-size: 14px;
  }
  .v2022 .nfooter-box .links .link-group a:active {
    color: #112b48;
  }
  .v2022 .nfooter-box .links .link-group a:hover {
    color: #3cc8ff;
    text-decoration: underline;
  }
  .v2022 .nfooter-box .links .link-group.active {
    padding-bottom: 20px;
  }
  .v2022 .nfooter-box .links .link-group.active .link-group-title::after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .v2022 .nfooter-box .links .link-group.active a {
    display: block;
  }
  .v2022 .nfooter-box .infos {
    padding: 40px 0;
  }
  .v2022 .nfooter-box .infos .content {
    display: block;
  }
  .v2022 .nfooter-box .infos .content .f-con .txt {
    margin-bottom: 15px;
  }
  .v2022 .nfooter-box .infos .content .f-con .bgtitle {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .v2022 .nfooter-box .infos .content .code {
    text-align: center;
    margin-left: 0;
  }
  .v2022 .nfooter-box .infos .content .code img {
    margin: 0 auto 10px;
    position: relative;
  }
  .v2022 .nfooter-box .infos .copy {
    display: block;
    text-align: left;
    margin: 10px 0 20px;
  }
  .v2022 .nfooter-box .infos .copy-link {
    display: block;
    margin-left: 0;
  }
  .v2022 .nfooter-box .recomment {
    border: none;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .v2022 .nfooter-box .recomment .hot-key {
    display: block;
  }
}
.v2022 {
  /** 面包屑 **/
}
.v2022 .crumb {
  padding: 13px 0;
  font-size: 0;
  margin-bottom: 30px;
}
/* 模板中仍写 mb-60 时，面包屑区域统一为 30px 下边距 */
.v2022 .crumb.mb-60 {
  margin-bottom: 30px;
}
/* 期货介绍页面 p.mb-60 移动端字体大小 */
@media screen and (max-width: 500px) {
  .v2022 p.mb-60 {
    font-size: 16px;
  }
}
.v2022 .bread-crumbs {
  margin-bottom: 30px;
}
.v2022 .main-item-box .breadcrump {
  margin-bottom: 30px;
}
.v2022 .crumb a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #006eb6;
}
.v2022 .crumb a:last-child {
  color: #5a6874;
  text-decoration: none;
}
.v2022 .crumb span {
  padding: 0 3px;
  font-family: 'iconfont' !important;
  font-size: 0px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.v2022 .crumb span:before {
  content: '\e6b9';
  font-size: 12px;
}
.v2022 .crumb h2 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  display: inline-block;
  color: #5a6874;
  text-decoration: none;
}
/* 主体main区域上边距 - PC端 */
.v2022 .main {
  margin-top: 30px;
}
@media screen and (max-width: 500px) {
  .v2022 .crumb {
    margin-bottom: 10px;
    line-height: 1.4;
  }
  /* 移动端面包屑统一为10px下边距 */
  .v2022 .crumb.mb-60 {
    margin-bottom: 10px;
  }
  /* 移动端面包屑需要完整显示：不要在面包屑区域隐藏 mobileHide */
  .v2022 .crumb .mobileHide {
    display: inline !important;
  }
  /* 移动端兜底：确保面包屑的链接与分隔符不被其它样式隐藏，并允许换行展示 */
  .v2022 .crumb .nPageContainer {
    white-space: normal;
  }
  .v2022 .crumb a,
  .v2022 .crumb span,
  .v2022 .crumb h2 {
    display: inline;
    visibility: visible;
  }
  .v2022 .crumb a,
  .v2022 .crumb h2 {
    font-size: 14px;
  }
  .v2022 .crumb span {
    display: inline-block;
  }
  /* 主体main区域上边距 - 移动端 */
  .v2022 .main {
    margin-top: 10px;
    overflow-x: hidden;
  }
}
.v2022 .px-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.v2022 .px-list .px-item {
  display: block;
  width: calc(33.3% - 20px);
  margin-bottom: 30px;
}
.v2022 .px-list .px-item .img-box {
  position: relative;
}
.v2022 .px-list .px-item .img-box .play {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.v2022 .px-list .px-item .img-box .play:hover {
  background: #0195e7;
}
.v2022 .px-list .px-item .img-box .play .iconfont {
  font-size: 24px;
  color: #fff;
}
.v2022 .px-list .px-item img {
  display: block;
  width: 100%;
  height: 235px;
  margin-bottom: 18px;
  object-fit: cover;
  object-position: center;
}
.v2022 .px-list .px-item .tt {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #006eb6;
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.v2022 .px-list .px-item-place {
  width: calc(33.3% - 20px);
}
.v2022 .px-list.row-2 .px-item {
  width: calc(50% - 15px);
}
.v2022 .px-list.row-2 .px-item-place {
  width: calc(50% - 15px);
}
.v2022 .px-list.row-3 .px-item {
  width: calc(33.3% - 20px);
}
.v2022 .px-list.row-3 .px-item-place {
  width: calc(33.3% - 20px);
}
.v2022 .px-list.row-4 .px-item {
  width: calc(25% - 22px);
  margin-right: 26px;
}
.v2022 .px-list.row-4 .px-item:nth-child(4n) {
  margin-right: 0;
}
.v2022 .px-list.row-4 .px-item:last-child {
  margin-right: 0;
}
.v2022 .px-list.row-4 .px-item-place {
  width: calc(25% - 22px);
}
.v2022 .px-list.row-5 {
  margin-bottom: 20px;
}
.v2022 .px-list.row-5 .px-item {
  width: calc(20% - 22px);
  margin-right: 26px;
}
.v2022 .px-list.row-5 .px-item img {
  height: 168px;
}
.v2022 .px-list.row-5 .px-item:nth-child(5n) {
  margin-right: 0;
}
.v2022 .px-list.row-5 .px-item:last-child {
  margin-right: 0;
}
.v2022 .px-list.row-5 .px-item-place {
  width: calc(20% - 22px);
}
@media screen and (max-width: 500px) {
  .v2022 .px-list {
    margin-bottom: -10px;
  }
  .v2022 .px-list .px-item {
    width: calc(50% - 5px);
    margin-bottom: 20px;
  }
  .v2022 .px-list .px-item .tt {
    font-size: 14px;
    line-height: 1.5;
  }
  .v2022 .px-list .px-item img {
    height: 120px;
  }
  .v2022 .px-list .px-item .img-box .play {
    width: 50px;
    height: 50px;
  }
  .v2022 .px-list .px-item .img-box .play .iconfont {
    font-size: 20px;
  }
  .v2022 .px-list.row-4 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .v2022 .px-list.row-4 .px-item {
    width: calc(50% - 5px);
    margin-right: 0;
  }
  .v2022 .px-list.row-3 .px-item {
    width: 100%;
  }
  .v2022 .px-list.row-3 .px-item img {
    height: 194px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .v2022 .px-list.row-5 {
    display: block;
    margin-bottom: 20px;
  }
  .v2022 .px-list.row-5 .px-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
  }
  .v2022 .px-list.row-5 .px-item .img-box {
    width: 140px;
    height: 106px;
    margin-right: 10px;
  }
  .v2022 .px-list.row-5 .px-item .img-box img {
    height: 100%;
    margin-bottom: 0;
  }
  .v2022 .px-list.row-5 .px-item .tt {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #006EB6;
  }
}
.v2022 .card-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -30px;
}
.v2022 .card-list .card-item {
  width: calc(33.3% - 20px);
  padding: 30px 20px;
  background: #112b4a;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.v2022 .card-list .card-item .tt {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 32px;
  min-height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v2022 .card-list .card-item .tt::after {
  display: none !important;
}
.v2022 .card-list .card-item .tt .iconfont {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 10px;
  margin-top: 5px;
  font-size: 24px;
  font-weight: bold;
  color: #3cc8ff;
}
.v2022 .card-list .card-item .dd {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 25px;
}
.v2022 .card-list .card-item:hover {
  text-decoration: none;
}
.v2022 .card-list.row-3 .card-item {
  width: calc(33.3% - 20px);
}
.v2022 .card-list.row-2 .card-item {
  width: calc(50% - 15px);
}
.v2022 .card-list.row-4 .card-item {
  width: calc(25% - 22px);
}
.v2022 .card-list.no-arrow .card-item .tt .iconfont {
  display: none;
}
@media screen and (max-width: 500px) {
  .v2022 .card-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .v2022 .card-list .card-item.card-item.card-item {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
  }
  .v2022 .card-list .card-item.card-item.card-item:last-child {
    margin-bottom: 0;
  }
  .v2022 .card-list .card-item.card-item.card-item .tt {
    font-size: 14px;
    margin-bottom: 10px;
    min-height: 20px;
    line-height: 20px;
  }
  .v2022 .card-list .card-item.card-item.card-item .tt .iconfont {
    font-size: 14px;
    line-height: 20px;
  }
  .v2022 .card-list .card-item.card-item.card-item .dd {
    font-size: 12px;
    line-height: 18px;
  }
}
.v2022 .banner-box .content .banner-text .t-22,
.v2022 .banner-box .content .banner-text .t-2 {
  font-size: 40px;
  color: #fff;
}
.v2022 .banner-box .content .banner-text .banner-title {
  font-size: 40px;
  line-height: 76px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
}
.v2022 .banner-box .content .banner-text .banner-sub-title {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
/* Banner 全宽；背景图与顶栏、正文共用 1260 内容宽时在 overlay 内对齐 */
.v2022 .bb-banner {
  width: 100%;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
}
.v2022 .bb-banner-wrap {
  position: relative;
  width: 100%;
  /* 避免图片下方空隙影响包裹高度，保证箭头相对整张图垂直居中 */
  line-height: 0;
}
.v2022 .bb-banner-wrap .swiper-container {
  line-height: 0;
}
.v2022 .bb-banner-wrap--m {
  display: none;
}
.v2022 .bb-banner .swiper-container-banner,
.v2022 .bb-banner .swiper-container-banner-m {
  width: 100%;
}
.v2022 .bb-banner .bb-item.swiper-slide {
  width: 100%;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
}
.v2022 .bb-banner-wrap--pc .bb-item.swiper-slide {
  height: clamp(260px, 33vw, 306px);
}
.v2022 .bb-banner .banner-pc {
  width: 100%;
  height: clamp(260px, 33vw, 306px);
  display: block;
  vertical-align: top;
  object-fit: cover;
  object-position: center center;
}
.v2022 .bb-banner .banner-m {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}
/* 左右切换：相对 .bb-banner-wrap 垂直居中（top 50% + translateY -50%） */
.v2022 .bb-banner-arrow {
  position: absolute;
  top: 50%;
  left: auto;
  right: auto;
  margin: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: transparent;
  color: #bbbbbb;
  font-size: 26px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  box-shadow: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.v2022 .bb-banner-arrow:hover {
  background-color: transparent;
  box-shadow: none;
  color: #ffffff;
}
.v2022 .bb-banner-arrow .fa {
  line-height: 1;
  vertical-align: middle;
}
.v2022 .bb-banner-prev-pc,
.v2022 .bb-banner-prev-m,
.v2022 .bb-banner-prev-ultra {
  left: 16px;
}
.v2022 .bb-banner-next-pc,
.v2022 .bb-banner-next-m,
.v2022 .bb-banner-next-ultra {
  right: 16px;
}
/* 分页指示器（圆点 + 当前项拉长） */
.v2022 .bb-banner .swiper-pagination-banner-pc,
.v2022 .bb-banner .swiper-pagination-banner-m,
.v2022 .bb-banner .swiper-pagination-banner-ultra {
  bottom: 10px !important;
  left: 0;
  width: 100%;
  z-index: 18;
  line-height: 1;
}
.v2022 .bb-banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px !important;
  background: #bbbbbb;
  opacity: 0.45;
  vertical-align: middle;
}
.v2022 .bb-banner .swiper-pagination-bullet-active {
  width: 22px;
  border-radius: 4px;
  background: #bbbbbb;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .v2022 .bb-banner-wrap--pc {
    display: none;
  }
  .v2022 .bb-banner-wrap--m {
    display: block;
  }
  .v2022 .bb-banner-arrow {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
  .v2022 .bb-banner-prev-m {
    left: 8px;
  }
  .v2022 .bb-banner-next-m {
    right: 8px;
  }
}
.v2022 .banner-box .content .banner-text {
  width: 95%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.v2022 .bb-banner .banner-box-m {
  display: none;
}
.v2022 .product-intro-banner {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
.v2022 .product-intro-banner .banner-box-pc {
  height: clamp(260px, 33vw, 306px);
  overflow: hidden;
}
.v2022 .product-intro-banner .banner-box-pc .banner-pc {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
/* 移动端轮播在 .bb-banner-wrap--m 内展示，不再单独隐藏 swiper-container-banner-m */
.v2022 .bb-banner-wrap--m .swiper-container-banner-m {
  display: block;
}
@media screen and (max-width: 500px) {
  .v2022 .bb-banner .banner-pc,
  .v2022 .bb-banner .banner-box-pc {
    display: none;
  }
  .v2022 .bb-banner .banner-box-m {
    display: block;
  }
  .v2022 .bb-banner .banner-box-m .content .banner-text .t-22,
  .v2022 .bb-banner .banner-box-m .content .banner-text .t-2 {
    font-size: 25px;
    color: #fff;
  }
  .v2022 .bb-banner .banner-box-m .content .banner-text .banner-title {
    font-size: 25px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .v2022 .bb-banner .banner-box-m .content .banner-text .banner-sub-title {
    font-size: 12px;
    line-height: 1.4;
    color: #fff;
  }
}
.textEllipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.v2022 .bottom-subscribe .content {
  width: 100%;
  height: 198px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  box-sizing: border-box;
  padding: 0 80px;
  background: url('/templates/1/default/assets/v2022/img/bottomBg/subscribeBg.png') center no-repeat;
  background-size: cover;
  background-color: #1f3374;
}
.v2022 .bottom-subscribe .content.agriculturalProducts {
  background-image: url('/templates/1/default/assets/v2022/img/bottomBg/agriculturalProductsBg.png');
}
.v2022 .bottom-subscribe .content.energy {
  background-image: url('/templates/1/default/assets/v2022/img/bottomBg/energyBg.png');
}
.v2022 .bottom-subscribe .content.foreignExchange {
  background-image: url('/templates/1/default/assets/v2022/img/bottomBg/foreignExchangeBg.png');
}
.v2022 .bottom-subscribe .content.interestRate {
  background-image: url('/templates/1/default/assets/v2022/img/bottomBg/interestRateBg.png');
}
.v2022 .bottom-subscribe .content.metal {
  background-image: url('/templates/1/default/assets/v2022/img/bottomBg/metalBg.png');
}
.v2022 .bottom-subscribe .content.stockIndex {
  background-image: url('/templates/1/default/assets/v2022/img/bottomBg/stockIndexBg.png');
}
.v2022 .bottom-subscribe .content.futures {
  background-image: url('/templates/1/default/assets/v2022/img/bottomBg/futuresBg.png');
}
.v2022 .bottom-subscribe .content.point {
  background-image: url('/templates/1/default/assets/v2022/img/bottomBg/pointBg.png');
  cursor: pointer;
}
.v2022 .bottom-subscribe .content p {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 32px;
  max-height: 96px;
  display: -webkit-box;
  /* autoprefixer: off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on*/
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.v2022 .bottom-subscribe .content > a {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 144px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  background: #006eb6;
  border-radius: 4px;
  color: #fff;
}
.v2022 .bottom-subscribe .content > a:hover {
  background: #3cc8ff;
  color: #112b4a;
  text-decoration: none;
}
.v2022 .bottom-subscribe .content .title {
  width: 895px;
  position: relative;
  left: -14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.v2022 .bottom-subscribe .content .title h2 {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.v2022 .bottom-subscribe .content .title h2 a {
  all: inherit;
  cursor: pointer;
}
.v2022 .bottom-subscribe .content .title p {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 615px;
}
.v2022 .bottom-subscribe .content .title p::before {
  content: '';
  width: 1px;
  height: 60px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  background-color: #112b4a;
  margin-right: 30px;
}
.v2022 .bottom-subscribe.bg3 .content {
  background: url('/templates/1/default/assets/v2022/img/bg3.png') center no-repeat;
  background-size: cover;
}
/* 能源期货及期权：上下布局，参考期货教育样式 */
.v2022 .bottom-subscribe.energy-subscribe .content {
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  padding-bottom: 0;
  align-items: stretch;
  height: auto;
  min-height: 198px;
}
.v2022 .bottom-subscribe.energy-subscribe .content .title {
  display: block;
  width: 100%;
  left: 0;
  position: static;
  flex: none;
}
.v2022 .bottom-subscribe.energy-subscribe .content .title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #3CC8FF;
  line-height: 1.4;
  margin-bottom: 16px;
  flex: none;
}
.v2022 .bottom-subscribe.energy-subscribe .content .title h2 a {
  color: #3CC8FF;
}
.v2022 .bottom-subscribe.energy-subscribe .content .title p {
  font-size: 20px;
  width: 100%;
  flex: none;
  display: block;
  position: static;
  margin-bottom: 10px;
}
.v2022 .bottom-subscribe.energy-subscribe .content .title p::before {
  display: none;
}
.v2022 .bottom-subscribe.energy-subscribe .content > a.bs-agri-link-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  position: relative;
  right: -40px;
  width: auto;
  height: 60px;
  line-height: 60px;
  background: transparent;
  border-radius: 0;
  font-size: 18px;
  color: #fff;
  text-align: right;
  text-decoration: none;
}
.v2022 .bottom-subscribe.energy-subscribe .content > a.bs-agri-link-box .bs-agri-link-text {
  font-size: 18px;
  color: #fff;
  font-family: Microsoft YaHei, PingFang SC, sans-serif;
  white-space: nowrap;
}
.v2022 .bottom-subscribe.energy-subscribe .content > a.bs-agri-link-box .bs-agri-link-icon {
  background: #3CC8FF;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.v2022 .bottom-subscribe.energy-subscribe .content > a.bs-agri-link-box .bs-agri-link-icon .iconfont {
  font-size: 24px;
  color: #0e1d35;
}
@media screen and (max-width: 500px) {
  .v2022 .bottom-subscribe.energy-subscribe .content {
    padding: 20px;
    padding-bottom: 0;
    min-height: 0;
  }
  .v2022 .bottom-subscribe.energy-subscribe .content .title h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .v2022 .bottom-subscribe.energy-subscribe .content .title p {
    font-size: 16px;
    height: auto;
    max-height: 72px;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .v2022 .bottom-subscribe.energy-subscribe .content > a.bs-agri-link-box {
    right: -20px;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
  }
  .v2022 .bottom-subscribe.energy-subscribe .content > a.bs-agri-link-box .bs-agri-link-text {
    font-size: 16px;
    font-weight: normal;
  }
  .v2022 .bottom-subscribe.energy-subscribe .content > a.bs-agri-link-box .bs-agri-link-icon {
    width: 40px;
    height: 40px;
  }
  .v2022 .bottom-subscribe.energy-subscribe .content > a.bs-agri-link-box .bs-agri-link-icon .iconfont {
    font-size: 20px;
  }
}
/* 数据分销商：上下布局，参考查看期货教育样式 */
.v2022 .bottom-subscribe.dd-subscribe {
  display: flex;
  flex-direction: column;
}
.v2022 .bottom-subscribe.dd-subscribe .content.point {
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  padding-bottom: 0;
  align-items: stretch;
  height: auto;
  min-height: 198px;
  display: flex;
  text-decoration: none;
}
.v2022 .bottom-subscribe.dd-subscribe .content.point .bs-edu-label {
  display: block;
  font-size: 18px;
  color: #00e473;
  font-family: Microsoft YaHei, PingFang SC, sans-serif;
  margin-bottom: 20px;
}
.v2022 .bottom-subscribe.dd-subscribe .content.point .bs-edu-title {
  font-size: 30px;
  font-family: Microsoft YaHei, PingFang SC, sans-serif;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 10px;
  max-height: none;
  -webkit-line-clamp: unset;
  overflow: visible;
  display: block;
}
.v2022 .bottom-subscribe.dd-subscribe .content.point .bs-edu-link-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  position: relative;
  right: -40px;
  height: 60px;
}
.v2022 .bottom-subscribe.dd-subscribe .content.point .bs-edu-link-text {
  font-size: 18px;
  color: #fff;
  font-family: Microsoft YaHei, PingFang SC, sans-serif;
  white-space: nowrap;
}
.v2022 .bottom-subscribe.dd-subscribe .content.point .bs-edu-link-icon {
  background: #00e473;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.v2022 .bottom-subscribe.dd-subscribe .content.point .bs-edu-link-icon .iconfont {
  font-size: 24px;
  color: #0e1d35;
}
@media screen and (max-width: 500px) {
  .v2022 .bottom-subscribe.dd-subscribe .content.point {
    padding: 20px;
    padding-bottom: 0;
    min-height: 0;
  }
  .v2022 .bottom-subscribe.dd-subscribe .content.point .bs-edu-label {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .v2022 .bottom-subscribe.dd-subscribe .content.point .bs-edu-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .v2022 .bottom-subscribe.dd-subscribe .content.point .bs-edu-link-box {
    right: -20px;
    height: 40px;
  }
  .v2022 .bottom-subscribe.dd-subscribe .content.point .bs-edu-link-text {
    font-size: 16px;
  }
  .v2022 .bottom-subscribe.dd-subscribe .content.point .bs-edu-link-icon {
    width: 40px;
    height: 40px;
  }
  .v2022 .bottom-subscribe.dd-subscribe .content.point .bs-edu-link-icon .iconfont {
    font-size: 20px;
  }
}
/* 金属期货及期权：上下布局，参考期货教育样式 */
.v2022 .bottom-subscribe.metals-subscribe .content {
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  padding-bottom: 0;
  align-items: stretch;
  height: auto;
  min-height: 198px;
}
.v2022 .bottom-subscribe.metals-subscribe .content .title {
  display: block;
  width: 100%;
  left: 0;
  position: static;
  flex: none;
}
.v2022 .bottom-subscribe.metals-subscribe .content .title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #3CC8FF;
  line-height: 1.4;
  margin-bottom: 16px;
  flex: none;
}
.v2022 .bottom-subscribe.metals-subscribe .content .title h2 a {
  color: #3CC8FF;
}
.v2022 .bottom-subscribe.metals-subscribe .content .title p {
  font-size: 20px;
  width: 100%;
  flex: none;
  display: block;
  position: static;
  margin-bottom: 10px;
}
.v2022 .bottom-subscribe.metals-subscribe .content .title p::before {
  display: none;
}
.v2022 .bottom-subscribe.metals-subscribe .content > a.bs-agri-link-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  position: relative;
  right: -40px;
  width: auto;
  height: 60px;
  line-height: 60px;
  background: transparent;
  border-radius: 0;
  font-size: 18px;
  color: #fff;
  text-align: right;
  text-decoration: none;
}
.v2022 .bottom-subscribe.metals-subscribe .content > a.bs-agri-link-box .bs-agri-link-text {
  font-size: 18px;
  color: #fff;
  font-family: Microsoft YaHei, PingFang SC, sans-serif;
  white-space: nowrap;
}
.v2022 .bottom-subscribe.metals-subscribe .content > a.bs-agri-link-box .bs-agri-link-icon {
  background: #3CC8FF;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.v2022 .bottom-subscribe.metals-subscribe .content > a.bs-agri-link-box .bs-agri-link-icon .iconfont {
  font-size: 24px;
  color: #0e1d35;
}
@media screen and (max-width: 500px) {
  .v2022 .bottom-subscribe.metals-subscribe .content {
    padding: 20px;
    padding-bottom: 0;
    min-height: 0;
  }
  .v2022 .bottom-subscribe.metals-subscribe .content .title h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .v2022 .bottom-subscribe.metals-subscribe .content .title p {
    font-size: 16px;
    height: auto;
    max-height: 72px;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .v2022 .bottom-subscribe.metals-subscribe .content > a.bs-agri-link-box {
    right: -20px;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
  }
  .v2022 .bottom-subscribe.metals-subscribe .content > a.bs-agri-link-box .bs-agri-link-text {
    font-size: 16px;
    font-weight: normal;
  }
  .v2022 .bottom-subscribe.metals-subscribe .content > a.bs-agri-link-box .bs-agri-link-icon {
    width: 40px;
    height: 40px;
  }
  .v2022 .bottom-subscribe.metals-subscribe .content > a.bs-agri-link-box .bs-agri-link-icon .iconfont {
    font-size: 20px;
  }
}
/* 利率期货及期权：上下布局，参考期货教育样式 */
.v2022 .bottom-subscribe.ir-subscribe .content {
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  padding-bottom: 0;
  align-items: stretch;
  height: auto;
  min-height: 198px;
  cursor: pointer;
}
.v2022 .bottom-subscribe.ir-subscribe .content .title {
  display: block;
  width: 100%;
  left: 0;
  position: static;
  flex: none;
}
.v2022 .bottom-subscribe.ir-subscribe .content .title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #3CC8FF;
  line-height: 1.4;
  margin-bottom: 16px;
  flex: none;
}
.v2022 .bottom-subscribe.ir-subscribe .content .title h2 a {
  color: #3CC8FF;
}
.v2022 .bottom-subscribe.ir-subscribe .content .title p {
  font-size: 20px;
  width: 100%;
  flex: none;
  display: block;
  position: static;
  margin-bottom: 10px;
}
.v2022 .bottom-subscribe.ir-subscribe .content .title p::before {
  display: none;
}
.v2022 .bottom-subscribe.ir-subscribe .content > .bs-agri-link-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  position: relative;
  right: -40px;
  width: auto;
  height: 60px;
  line-height: 60px;
  background: transparent;
  border-radius: 0;
  font-size: 18px;
  color: #fff;
  text-align: right;
  text-decoration: none;
}
.v2022 .bottom-subscribe.ir-subscribe .content > .bs-agri-link-box .bs-agri-link-text {
  font-size: 18px;
  color: #fff;
  font-family: Microsoft YaHei, PingFang SC, sans-serif;
  white-space: nowrap;
}
.v2022 .bottom-subscribe.ir-subscribe .content > .bs-agri-link-box .bs-agri-link-icon {
  background: #3CC8FF;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.v2022 .bottom-subscribe.ir-subscribe .content > .bs-agri-link-box .bs-agri-link-icon a {
  text-decoration: none;
}
.v2022 .bottom-subscribe.ir-subscribe .content > .bs-agri-link-box .bs-agri-link-icon .iconfont {
  font-size: 24px;
  color: #0e1d35;
}
@media screen and (max-width: 500px) {
  .v2022 .bottom-subscribe.ir-subscribe .content {
    padding: 20px;
    padding-bottom: 0;
    min-height: 0;
  }
  .v2022 .bottom-subscribe.ir-subscribe .content .title h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .v2022 .bottom-subscribe.ir-subscribe .content .title p {
    font-size: 16px;
    height: auto;
    max-height: 72px;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .v2022 .bottom-subscribe.ir-subscribe .content > .bs-agri-link-box {
    right: -20px;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
  }
  .v2022 .bottom-subscribe.ir-subscribe .content > .bs-agri-link-box .bs-agri-link-text {
    font-size: 16px;
    font-weight: normal;
  }
  .v2022 .bottom-subscribe.ir-subscribe .content > .bs-agri-link-box .bs-agri-link-icon {
    width: 40px;
    height: 40px;
  }
  .v2022 .bottom-subscribe.ir-subscribe .content > .bs-agri-link-box .bs-agri-link-icon .iconfont {
    font-size: 20px;
  }
}
/* 外汇期货及期权：上下布局，参考期货教育样式 */
.v2022 .bottom-subscribe.fx-subscribe .content {
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  padding-bottom: 0;
  align-items: stretch;
  height: auto;
  min-height: 198px;
}
.v2022 .bottom-subscribe.fx-subscribe .content .title {
  display: block;
  width: 100%;
  left: 0;
  position: static;
  flex: none;
}
.v2022 .bottom-subscribe.fx-subscribe .content .title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #3CC8FF;
  line-height: 1.4;
  margin-bottom: 16px;
  flex: none;
}
.v2022 .bottom-subscribe.fx-subscribe .content .title h2 a {
  color: #3CC8FF;
}
.v2022 .bottom-subscribe.fx-subscribe .content .title p {
  font-size: 20px;
  width: 100%;
  flex: none;
  display: block;
  position: static;
  margin-bottom: 10px;
}
.v2022 .bottom-subscribe.fx-subscribe .content .title p::before {
  display: none;
}
.v2022 .bottom-subscribe.fx-subscribe .content > a.bs-agri-link-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  position: relative;
  right: -40px;
  width: auto;
  height: 60px;
  line-height: 60px;
  background: transparent;
  border-radius: 0;
  font-size: 18px;
  color: #fff;
  text-align: right;
  text-decoration: none;
}
.v2022 .bottom-subscribe.fx-subscribe .content > a.bs-agri-link-box .bs-agri-link-text {
  font-size: 18px;
  color: #fff;
  font-family: Microsoft YaHei, PingFang SC, sans-serif;
  white-space: nowrap;
}
.v2022 .bottom-subscribe.fx-subscribe .content > a.bs-agri-link-box .bs-agri-link-icon {
  background: #3CC8FF;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.v2022 .bottom-subscribe.fx-subscribe .content > a.bs-agri-link-box .bs-agri-link-icon .iconfont {
  font-size: 24px;
  color: #0e1d35;
}
@media screen and (max-width: 500px) {
  .v2022 .bottom-subscribe.fx-subscribe .content {
    padding: 20px;
    padding-bottom: 0;
    min-height: 0;
  }
  .v2022 .bottom-subscribe.fx-subscribe .content .title h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .v2022 .bottom-subscribe.fx-subscribe .content .title p {
    font-size: 16px;
    height: auto;
    max-height: 72px;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .v2022 .bottom-subscribe.fx-subscribe .content > a.bs-agri-link-box {
    right: -20px;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
  }
  .v2022 .bottom-subscribe.fx-subscribe .content > a.bs-agri-link-box .bs-agri-link-text {
    font-size: 16px;
    font-weight: normal;
  }
  .v2022 .bottom-subscribe.fx-subscribe .content > a.bs-agri-link-box .bs-agri-link-icon {
    width: 40px;
    height: 40px;
  }
  .v2022 .bottom-subscribe.fx-subscribe .content > a.bs-agri-link-box .bs-agri-link-icon .iconfont {
    font-size: 20px;
  }
}
/* 股指期货及期权：上下布局，参考期货教育样式 */
.v2022 .bottom-subscribe.stockindex-subscribe .content {
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  padding-bottom: 0;
  align-items: stretch;
  height: auto;
  min-height: 198px;
}
.v2022 .bottom-subscribe.stockindex-subscribe .content .title {
  display: block;
  width: 100%;
  left: 0;
  position: static;
  flex: none;
}
.v2022 .bottom-subscribe.stockindex-subscribe .content .title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #3CC8FF;
  line-height: 1.4;
  margin-bottom: 16px;
  flex: none;
}
.v2022 .bottom-subscribe.stockindex-subscribe .content .title h2 a {
  color: #3CC8FF;
}
.v2022 .bottom-subscribe.stockindex-subscribe .content .title p {
  font-size: 20px;
  width: 100%;
  flex: none;
  display: block;
  position: static;
  margin-bottom: 10px;
}
.v2022 .bottom-subscribe.stockindex-subscribe .content .title p::before {
  display: none;
}
.v2022 .bottom-subscribe.stockindex-subscribe .content > a.bs-agri-link-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  position: relative;
  right: -40px;
  width: auto;
  height: 60px;
  line-height: 60px;
  background: transparent;
  border-radius: 0;
  font-size: 18px;
  color: #fff;
  text-align: right;
  text-decoration: none;
}
.v2022 .bottom-subscribe.stockindex-subscribe .content > a.bs-agri-link-box .bs-agri-link-text {
  font-size: 18px;
  color: #fff;
  font-family: Microsoft YaHei, PingFang SC, sans-serif;
  white-space: nowrap;
}
.v2022 .bottom-subscribe.stockindex-subscribe .content > a.bs-agri-link-box .bs-agri-link-icon {
  background: #3CC8FF;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.v2022 .bottom-subscribe.stockindex-subscribe .content > a.bs-agri-link-box .bs-agri-link-icon .iconfont {
  font-size: 24px;
  color: #0e1d35;
}
@media screen and (max-width: 500px) {
  .v2022 .bottom-subscribe.stockindex-subscribe .content {
    padding: 20px;
    padding-bottom: 0;
    min-height: 0;
  }
  .v2022 .bottom-subscribe.stockindex-subscribe .content .title h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .v2022 .bottom-subscribe.stockindex-subscribe .content .title p {
    font-size: 16px;
    height: auto;
    max-height: 72px;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .v2022 .bottom-subscribe.stockindex-subscribe .content > a.bs-agri-link-box {
    right: -20px;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
  }
  .v2022 .bottom-subscribe.stockindex-subscribe .content > a.bs-agri-link-box .bs-agri-link-text {
    font-size: 16px;
    font-weight: normal;
  }
  .v2022 .bottom-subscribe.stockindex-subscribe .content > a.bs-agri-link-box .bs-agri-link-icon {
    width: 40px;
    height: 40px;
  }
  .v2022 .bottom-subscribe.stockindex-subscribe .content > a.bs-agri-link-box .bs-agri-link-icon .iconfont {
    font-size: 20px;
  }
}
/* 农产品期货及期权：上下布局，参考期货教育样式 */
.v2022 .bottom-subscribe.bg3 .content {
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  padding-bottom: 0;
  align-items: stretch;
  height: auto;
  min-height: 198px;
}
.v2022 .bottom-subscribe.bg3 .content .title {
  display: block;
  width: 100%;
  left: 0;
  position: static;
  flex: none;
}
.v2022 .bottom-subscribe.bg3 .content .title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #3CC8FF;
  line-height: 1.4;
  margin-bottom: 16px;
  flex: none;
}
.v2022 .bottom-subscribe.bg3 .content .title h2 a {
  color: #3CC8FF;
}
.v2022 .bottom-subscribe.bg3 .content .title p {
  font-size: 20px;
  width: 100%;
  flex: none;
  display: block;
  position: static;
  margin-bottom: 10px;
}
.v2022 .bottom-subscribe.bg3 .content .title p::before {
  display: none;
}
.v2022 .bottom-subscribe.bg3 .content > a.bs-agri-link-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  position: relative;
  right: -40px;
  width: auto;
  height: 60px;
  line-height: 60px;
  background: transparent;
  border-radius: 0;
  font-size: 18px;
  color: #fff;
  text-align: right;
  text-decoration: none;
}
.v2022 .bottom-subscribe.bg3 .content > a.bs-agri-link-box .bs-agri-link-text {
  font-size: 18px;
  color: #fff;
  font-family: Microsoft YaHei, PingFang SC, sans-serif;
  white-space: nowrap;
}
.v2022 .bottom-subscribe.bg3 .content > a.bs-agri-link-box .bs-agri-link-icon {
  background: #3CC8FF;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.v2022 .bottom-subscribe.bg3 .content > a.bs-agri-link-box .bs-agri-link-icon .iconfont {
  font-size: 24px;
  color: #0e1d35;
}
@media screen and (max-width: 500px) {
  .v2022 .bottom-subscribe.bg3 .content {
    padding: 20px;
    padding-bottom: 0;
    min-height: 0;
  }
  .v2022 .bottom-subscribe.bg3 .content .title h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .v2022 .bottom-subscribe.bg3 .content .title p {
    font-size: 16px;
    height: auto;
    max-height: 72px;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .v2022 .bottom-subscribe.bg3 .content > a.bs-agri-link-box {
    right: -20px;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
  }
  .v2022 .bottom-subscribe.bg3 .content > a.bs-agri-link-box .bs-agri-link-text {
    font-size: 16px;
    font-weight: normal;
  }
  .v2022 .bottom-subscribe.bg3 .content > a.bs-agri-link-box .bs-agri-link-icon {
    width: 40px;
    height: 40px;
  }
  .v2022 .bottom-subscribe.bg3 .content > a.bs-agri-link-box .bs-agri-link-icon .iconfont {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .v2022 .bottom-subscribe {
    margin-top: 20px;
    margin-bottom: 20px!important;
  }
  .v2022 .bottom-subscribe.mhide {
    display: none;
  }
  .v2022 .bottom-subscribe .content {
    display: block;
    background-size: cover;
    background-color: transparent;
    padding: 20px 10px 15px 15px;
    background-image: url('/templates/1/default/assets/v2022/img/bottomBg/subscribeBgM.png');
    height: auto;
    min-height: 140px;
  }
  .v2022 .bottom-subscribe .content.agriculturalProducts {
    background-image: url('/templates/1/default/assets/v2022/img/bottomBg/agriculturalProductsBgM.png');
  }
  .v2022 .bottom-subscribe .content.energy {
    background-image: url('/templates/1/default/assets/v2022/img/bottomBg/energyBgM.png');
  }
  .v2022 .bottom-subscribe .content.foreignExchange {
    background-image: url('/templates/1/default/assets/v2022/img/bottomBg/foreignExchangeBgM.png');
  }
  .v2022 .bottom-subscribe .content.interestRate {
    background-image: url('/templates/1/default/assets/v2022/img/bottomBg/interestRateBgM.png');
  }
  .v2022 .bottom-subscribe .content.metal {
    background-image: url('/templates/1/default/assets/v2022/img/bottomBg/metalBgM.png');
  }
  .v2022 .bottom-subscribe .content.stockIndex {
    background-image: url('/templates/1/default/assets/v2022/img/bottomBg/stockIndexBgM.png');
  }
  .v2022 .bottom-subscribe .content.futures {
    background-image: url('/templates/1/default/assets/v2022/img/bottomBg/futuresBgM.png');
  }
  .v2022 .bottom-subscribe .content.point {
    background-image: url('/templates/1/default/assets/v2022/img/bottomBg/pointBgM.png');
  }
  .v2022 .bottom-subscribe .content .title {
    display: block;
    width: 100%;
    left: 0;
  }
  .v2022 .bottom-subscribe .content .title h2 {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 14px;
    font-weight: bold;
  }
  .v2022 .bottom-subscribe .content .title p {
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    height: 70px;
    margin-bottom: 16px;
  }
  .v2022 .bottom-subscribe .content .title p::before {
    display: none;
  }
  .v2022 .bottom-subscribe .content > p {
    padding: 0 10px 0 5px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .v2022 .bottom-subscribe .content > a {
    margin: 0 auto;
    display: block;
    width: 330px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #006db5;
    border-radius: 4px 4px 4px 4px;
  }
}
.v2022 .message-list {
  margin-bottom: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.v2022 .message-list .message-item {
  border-top: 6px solid #112b4a;
  width: calc(33.3% - 20px);
  margin-bottom: 30px;
  background: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
.v2022 .message-list .message-item .mes-item-tt {
  padding: 22px 18px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #112b4a;
  line-height: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
}
.v2022 .message-list .message-item .mes-item-tt:hover {
  color: #02ade9;
}
.v2022 .message-list .message-item .mes-item-tt .iconfont {
  font-weight: bold;
  font-size: 24px;
  color: #02ade9;
}
.v2022 .message-list .message-item .big-item {
  padding-bottom: 40px;
  border-bottom: 1px solid #c2cace;
}
.v2022 .message-list .message-item .big-item img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: contain;
  margin-bottom: 20px;
}
.v2022 .message-list .message-item .big-item .tt {
  display: block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #112a49;
  line-height: 24px;
  margin-bottom: 10px;
  padding: 0 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.v2022 .message-list .message-item .big-item p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 24px;
  margin-top: 18px;
  padding: 0 20px;
  word-break: break-all;
  text-align: justify;
  display: -webkit-box;
  /* autoprefixer: off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on*/
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.v2022 .message-list .message-item .big-item .date {
  padding: 0 20px;
}
.v2022 .message-list .message-item .small-item {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v2022 .message-list .message-item .small-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.v2022 .message-list .message-item .small-item .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.v2022 .message-list .message-item .small-item .info a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #112b4a;
  line-height: 25px;
  min-height: 50px;
  display: -webkit-box;
  /* autoprefixer: off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on*/
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.v2022 .message-list .message-item .small-item .info a:hover {
  color: #02ade9;
  text-decoration: none;
}
.v2022 .message-list .message-item .small-item .info .date {
  margin-top: 20px;
}
.v2022 .message-list .message-item .date {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 24px;
}
.v2022 .message-list .message-item-place {
  width: calc(33.3% - 20px);
}
.v2022 .message-list .message-item-place {
  width: calc(33.3% - 20px);
}
.v2022 .message-list .message-item-place {
  width: calc(33.3% - 20px);
}
@media screen and (max-width: 500px) {
  .v2022 .message-list {
    margin-bottom: -15px;
  }
  .v2022 .message-list .message-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .v2022 .message-list .message-item .mes-item-tt {
    font-size: 18px;
  }
  .v2022 .message-list .message-item .mes-item-tt .iconfont {
    font-size: 18px;
  }
  .v2022 .message-list .message-item .big-item img {
    height: 200px;
    margin-bottom: 10px;
  }
  .v2022 .message-list .message-item .big-item p {
    font-size: 14px;
    margin-top: 10px;
  }
}
.v2022 .news-list-line ul {
  padding-left: 0;
}
.v2022 .news-list-line ul li {
  list-style: none;
  padding: 20px;
  background: #ffffff;
}
.v2022 .news-list-line ul li:nth-child(odd) {
  background: #f1f5f8;
}
.v2022 .news-list-line ul li a {
  display: block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #006eb6;
  margin-bottom: 13px;
}
.v2022 .news-list-line ul li a:hover {
  color: #03adea;
  text-decoration: none;
}
.v2022 .news-list-line ul li .date {
  display: block;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
}
@media screen and (max-width: 500px) {
  .v2022 .news-list-line ul li {
    padding: 15px 10px;
  }
  .v2022 .news-list-line ul li a {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 9px;
  }
  .v2022 .news-list-line ul li .date {
    font-size: 12px;
    line-height: 12px;
  }
}
.v2022 .newsListWrapper .n-list .n-item {
  width: 100%;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v2022 .newsListWrapper .n-list .n-item .imgWrapper {
  width: 310px;
  max-width: 24%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.v2022 .newsListWrapper .n-list .n-item .imgWrapper .img {
  display: block;
  padding-left: 100%;
  padding-bottom: 64.51612903%;
  background: center no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.v2022 .newsListWrapper .n-list .n-item .n-box {
  width: 310px;
  max-width: 24%;
  background: #f1f5f7;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.v2022 .newsListWrapper .n-list .n-item .n-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.v2022 .newsListWrapper .n-list .n-item .n-box .play {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.v2022 .newsListWrapper .n-list .n-item .n-box .play:hover {
  background: #0195e7;
}
.v2022 .newsListWrapper .n-list .n-item .n-box .play .iconfont {
  font-size: 24px;
  color: #fff;
}
.v2022 .newsListWrapper .n-list .n-item .n-intro {
  padding: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-decoration: none;
}
.v2022 .newsListWrapper .n-list .n-item .n-intro h3 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #112b4a;
  margin-bottom: 20px;
}
.v2022 .newsListWrapper .n-list .n-item .n-intro h3:hover {
  color: #0195e7;
}
.v2022 .newsListWrapper .n-list .n-item .n-intro p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 24px;
}
.v2022 .newsListWrapper .n-list .n-item .n-intro .date {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  margin-top: 16px;
}
@media screen and (max-width: 500px) {
  .v2022 .newsListWrapper .n-list .n-item {
    margin-bottom: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100px;
  }
  .v2022 .newsListWrapper .n-list .n-item .imgWrapper {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 157px;
    height: 100px;
    max-width: none;
  }
  .v2022 .newsListWrapper .n-list .n-item .imgWrapper .img {
    width: 100%;
    height: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
  .v2022 .newsListWrapper .n-list .n-item .n-intro {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    padding: 13px 10px 10px;
  }
  .v2022 .newsListWrapper .n-list .n-item .n-intro h3 {
    font-size: 14px;
    line-height: 18px;
    height: 36px;
    display: -webkit-box;
    /* autoprefixer: off*/
    -webkit-box-orient: vertical;
    /* autoprefixer: on*/
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .v2022 .newsListWrapper .n-list .n-item .n-intro p {
    font-size: 12px;
    line-height: 16px;
    height: 32px;
    display: -webkit-box;
    /* autoprefixer: off*/
    -webkit-box-orient: vertical;
    /* autoprefixer: on*/
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .v2022 .newsListWrapper .n-list .n-item .n-intro .date {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .v2022 .news-list-line ul li {
    padding: 15px;
  }
  .v2022 .news-list-line ul li a {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
.v2022 .back-to-top {
  display: none;
  position: fixed;
  z-index: 500;
  right: 72px;
  bottom: 100px;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: url('/templates/1/default/assets/v2022/img/backTop3.png') center no-repeat;
  background-size: 100% auto;
  -webkit-transition: opacity 0.3s ease 0s, background-color 0.3s ease;
  transition: opacity 0.3s ease 0s, background-color 0.3s ease;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}
.v2022 .back-to-top:hover {
  -webkit-filter: brightness(0) saturate(100%) invert(58%) sepia(88%) saturate(1158%) hue-rotate(157deg) brightness(101%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(58%) sepia(88%) saturate(1158%) hue-rotate(157deg) brightness(101%) contrast(101%);
}
.v2022 .back-to-top.show {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 500px) {
  .v2022 .back-to-top {
    right: 20px;
    bottom: 80px;
    width: 40px;
    height: 40px;
  }
}
.v2022 .ll-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -40px;
}
.v2022 .ll-list .ll-item {
  width: 50%;
  box-sizing: border-box;
  padding-right: 20px;
  margin-bottom: 40px;
}
.v2022 .ll-list .ll-item .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.v2022 .ll-list .ll-item .box .inner {
  display: block;
  width: 50%;
  margin-right: 20px;
}
.v2022 .ll-list .ll-item .box a {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.v2022 .ll-list .ll-item .box a img {
  display: block;
  width: 100%;
}
.v2022 .ll-list .ll-item .box ul {
  padding-top: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.v2022 .ll-list .ll-item .box ul li {
  margin-bottom: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.v2022 .ll-list .ll-item .box ul li::before {
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-right: 12px;
  vertical-align: middle;
  background: url('/templates/1/default/assets/v2022/img/icon3.png') center no-repeat;
  background-size: 100% auto;
}
.v2022 .ll-list .ll-item .box ul li:hover::before {
  background-image: url('/templates/1/default/assets/v2022/img/icon4.png');
}
.v2022 .ll-list .ll-item .box ul li:last-child {
  margin-bottom: 0;
}
.v2022 .ll-list .ll-item .box ul li a {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #006eb6;
  overflow: hidden;
  line-height: 20px;
  max-width: 90%;
}
.v2022 .ll-list .ll-item .box ul li .tt {
  text-decoration: none;
}
.v2022 .ll-list .ll-item .tt {
  display: block;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: 40px;
  text-decoration: none;
  cursor: default;
}
@media screen and (max-width: 500px) {
  .v2022 .ll-list .ll-item {
    margin-bottom: 20px;
  }
  .v2022 .ll-list .ll-item .box {
    display: block;
  }
  .v2022 .ll-list .ll-item .box .inner {
    display: block;
    width: 100%;
  }
  .v2022 .ll-list .ll-item .box .inner a {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    margin-top: 10px;
  }
  .v2022 .ll-list .ll-item .box .inner a img {
    width: 100%;
  }
  .v2022 .ll-list .ll-item .box ul {
    padding: 0;
    margin-top: 10px;
  }
  .v2022 .ll-list .ll-item .box ul li {
    line-height: 1.4;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .v2022 .ll-list .ll-item .box ul li::before {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .v2022 .ll-list .ll-item .box ul li a {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    line-height: 1.4;
    font-size: 14px;
  }
  .v2022 .ll-list .ll-item .tt {
    width: 100%;
    box-sizing: border-box;
  }
}
.v2022 .cc-list {
  background: #112b4a;
  margin-bottom: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.v2022 .cc-list .cc-item {
  width: calc(50% - 15px);
  background: #081d37;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-sizing: border-box;
  padding: 30px;
}
.v2022 .cc-list .cc-item .left {
  color: #fff;
  padding-right: 30px;
  box-sizing: border-box;
}
.v2022 .cc-list .cc-item .left .title {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 18px;
  text-decoration: none;
}
.v2022 .cc-list .cc-item .left .title .iconfont {
  font-size: 24px;
  margin-left: 6px;
  color: #02ade9;
}
.v2022 .cc-list .cc-item .left p a {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 25px;
  text-align: justify;
  margin-bottom: 20px;
  overflow: hidden;
  /* 溢出隐藏 */
  display: -webkit-box;
  /* 老版弹性盒子，存在浏览器兼容问题，需要添加-webkit，表示内容在水平方向上的排放 */
  -webkit-line-clamp: 5;
  /* 溢出的行数 */
  -webkit-box-orient: vertical;
  /* 规定内容水平排放 */
  text-decoration: none;
}
.v2022 .cc-list .cc-item .left img {
  display: block;
  width: 70%;
}
.v2022 .cc-list .cc-item .right {
  width: 31%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-left: 1px solid #006eb6;
  padding-left: 30px;
  box-sizing: border-box;
}
.v2022 .cc-list .cc-item .right .name {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #d4d4d4;
  line-height: 30px;
  margin-bottom: 18px;
}
.v2022 .cc-list .cc-item .right a {
  display: block;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-decoration: underline;
  color: #3cc8ff;
  line-height: 32px;
  text-decoration: none;
}
.v2022 .cc-list .cc-item .right a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 500px) {
  .v2022 .cc-list .cc-item {
    display: block;
    width: 100%;
    padding: 15px 15px 20px;
  }
  .v2022 .cc-list .cc-item .left {
    padding-right: 0;
  }
  .v2022 .cc-list .cc-item .left .title {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .v2022 .cc-list .cc-item .left .title .iconfont {
    font-size: 14px;
    margin-left: 10px;
  }
  .v2022 .cc-list .cc-item .left p a {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .v2022 .cc-list .cc-item .left img {
    width: 100%;
    margin-bottom: 14px;
  }
  .v2022 .cc-list .cc-item .right {
    padding-left: 0;
    border-left: 0;
    width: 100%;
  }
  .v2022 .cc-list .cc-item .right .name {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #D4D4D4;
    line-height: 15px;
  }
  .v2022 .cc-list .cc-item .right a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-decoration: none;
    color: #3cc8ff;
    line-height: 30px;
  }
}
.v2022 .nvideo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 432px;
}
.v2022 .nvideo-container .youku {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 60%;
  height: 432px;
}
.v2022 .nvideo-container .youku iframe {
  width: 100%;
  height: 100%;
}
.v2022 .nvideo-container .v-list {
  background: #1a1a1a;
  padding-left: 12px;
  width: 40%;
  height: 100%;
  overflow-y: scroll;
  box-sizing: border-box;
}
.v2022 .nvideo-container .v-list .v-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #333;
  padding: 10px 40px 10px 0;
  width: 100%;
  box-sizing: border-box;
}
.v2022 .nvideo-container .v-list .v-item > a {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.v2022 .nvideo-container .v-list .v-item .poster {
  width: 114px;
  height: 76px;
  object-fit: cover;
  margin-right: 20px;
}
.v2022 .nvideo-container .v-list .v-item .intro {
  width: calc(100% - 134px);
}
.v2022 .nvideo-container .v-list .v-item .intro .title {
  display: block;
  height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3cc8ff;
  margin-bottom: 16px;
  padding-right: 20px;
}
.v2022 .nvideo-container .v-list .v-item .intro .desc {
  display: block;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #f3f3f3;
  line-height: 18px;
  height: 36px;
  padding-right: 20px;
  overflow: hidden;
  /* 溢出隐藏 */
  display: -webkit-box;
  /* 老版弹性盒子，存在浏览器兼容问题，需要添加-webkit，表示内容在水平方向上的排放 */
  -webkit-line-clamp: 2;
  /* 溢出的行数 */
  -webkit-box-orient: vertical;
  /* 规定内容水平排放 */
  text-decoration: none;
}
@media screen and (max-width: 500px) {
  .v2022 .nvideo-container {
    display: block;
    height: auto;
  }
  .v2022 .nvideo-container .youku {
    width: 100%;
    height: 200px !important;
  }
  .v2022 .nvideo-container .v-list {
    width: 100%;
    height: 240px;
  }
  .v2022 .nvideo-container .v-list .v-item .intro .title {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .v2022 .nvideo-container .v-list .v-item .intro .desc {
    font-size: 12px;
  }
}
.v2022 .v-list .v-item {
  width: 100%;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v2022 .v-list .v-item .v-box {
  width: 310px;
  max-width: 24%;
  background: #f1f5f7;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.v2022 .v-list .v-item .v-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.v2022 .v-list .v-item .v-box .play {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.v2022 .v-list .v-item .v-box .play:hover {
  background: #0195e7;
}
.v2022 .v-list .v-item .v-box .play .iconfont {
  font-size: 24px;
  color: #fff;
}
.v2022 .v-list .v-item .v-intro {
  padding: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-decoration: none;
}
.v2022 .v-list .v-item .v-intro a {
  color: #112b4a;
  text-decoration: none;
}
.v2022 .v-list .v-item .v-intro a:hover {
  color: #0195e7;
  text-decoration: none;
}
.v2022 .v-list .v-item .v-intro h3 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
}
.v2022 .v-list .v-item:hover .v-intro h3 {
  color: #3cc8ff;
}
.v2022 .v-list .v-item .v-intro p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 24px;
}
.v2022 .v-list .v-item .v-intro .limit-time {
  display: block;
  font-size: 14px;
  color: #596774;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.v2022 .v-list .v-item .v-intro .limit-time i {
  color: #55cfff;
  font-size: 18px;
  margin-right: 3px;
}
.v2022 .v-list .v-item .v-intro .v-intro-value,
.v2022 .v-list .v-item .v-intro .v-intro-label {
  margin: 0;
}
.v2022 .v-list .v-item .v-intro .date {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  margin-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.v2022 .v-list .v-item .v-intro .author {
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 1.4;
  margin-left: 20px;
}
@media screen and (max-width: 500px) {
  .v2022 .v-list .v-item {
    box-shadow: none;
    position: relative;
    margin-bottom: 15px;
  }
  .v2022 .v-list .v-item .v-box {
    width: 120px;
    height: 90px;
    max-width: 50%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .v2022 .v-list .v-item .v-box .play {
    width: 40px;
    height: 40px;
  }
  .v2022 .v-list .v-item .v-box .play .iconfont {
    font-size: 20px;
  }
  .v2022 .v-list .v-item .v-intro {
    padding: 0;
    min-height: 90px;
  }
  .v2022 .v-list .v-item .v-intro h3 {
    min-height: 90px;
    padding-left: 130px;
    line-height: 1.4;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .v2022 .v-list .v-item .v-intro p {
    font-size: 13px;
    display: none;
  }
  .v2022 .v-list .v-item .v-intro .v-intro-right {
    padding-left: 140px;
    padding-top: 10px;
  }
  .v2022 .v-list .v-item .v-intro .v-intro-right h3 {
    padding-left: 0px;
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 14px;
    min-height: 0px;
  }
  .v2022 .v-list .v-item .v-intro .v-intro-right .v-intro-title {
    display: block;
  }
  .v2022 .v-list .v-item .v-intro .limit-time {
    margin-bottom: 10px;
  }
  .v2022 .v-list .v-item .v-intro .date {
    margin-top: 10px;
    display: none;
  }
  .v2022 .v-list .v-item .v-intro .v-intro-label {
    display: none;
  }
}
.v2022 .nPagination .np-list {
  text-align: right;
  font-size: 0;
  margin-bottom: -10px;
}
.v2022 .nPagination .np-list a {
  display: inline-block;
  vertical-align: middle;
  min-width: 30px;
  height: 30px;
  border: 1px solid #112b4a;
  border-radius: 15px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #112b4a;
  margin-bottom: 10px;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.v2022 .nPagination .np-list a.active {
  background-color: #112b4a;
  color: #fff;
}
.v2022 .nPagination .np-list a.a1.disabled {
  border-color: #b0b8bf;
  color: #b0b8bf;
  cursor: default;
  pointer-events: none;
}
.v2022 .nPagination .np-list a + a,
.v2022 .nPagination .np-list span + a {
  margin-left: 10px;
}
.v2022 .nPagination .np-list span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #112b4a;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  margin-left: 10px;
  letter-spacing: 2px;
}
@media screen and (max-width: 500px) {
  .v2022 .nPagination .np-list {
    text-align: center;
  }
  .v2022 .nPagination .np-list a {
    font-size: 13px;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    padding: 0 6px;
  }
  .v2022 .nPagination .np-list span {
    font-size: 13px;
    height: 24px;
    line-height: 24px;
  }
}
.v2022 .detail-title {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #112b4a;
}
@media screen and (max-width: 500px) {
  .v2022 .detail-title {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 14px;
  }
}
.v2022 .sub-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v2022 .sub-title .name {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #006eb6;
  line-height: 24px;
}
.v2022 .sub-title .date {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 24px;
}
@media screen and (max-width: 500px) {
  .v2022 .sub-title {
    font-size: 12px;
    line-height: 18px;
  }
  .v2022 .sub-title .date {
    font-size: 12px;
    line-height: 18px;
  }
}
.v2022 h4 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #5a6874;
  line-height: 30px;
}
.v2022 p {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 30px;
}
@media screen and (max-width: 500px) {
  .v2022 .con-select {
    width: 100%;
  }
  .v2022 .sub-title {
    display: block;
  }
  .v2022 .sub-title .name,
  .v2022 .sub-title .date {
    display: block;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 9px;
  }
  .v2022 #aboutus {
    height: 225px !important;
  }
}
.v2022 .disclaimers {
  margin-top: 30px;
}
.v2022 .disclaimers .tt {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #5a6874;
  line-height: 30px;
}
.v2022 .disclaimers p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 24px;
  letter-spacing: 0.3px;
  font-style: italic;
}
.v2022 .disclaimer-full p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 24px;
  letter-spacing: 0.3px;
  font-style: italic;
}
.v2022 .disclaimer-full.hidden {
  display: none;
}
.v2022 .disclaimer-toggle {
  margin-top: 10px;
}
.v2022 .disclaimer-toggle.hidden {
  display: none;
}
.v2022 .disclaimer-toggle .read-more-btn {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #006eb6;
  line-height: 24px;
  cursor: pointer;
  text-decoration: none;
}
.v2022 .disclaimer-toggle .read-more-btn:hover {
  text-decoration: underline;
}
@media screen and (max-width: 500px) {
  .v2022 .disclaimers .tt {
    font-size: 16px;
    line-height: 15px;
    margin-bottom: 9px;
  }
  .v2022 .disclaimers p {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.3px;
    font-style: italic;
  }
  .v2022 .disclaimer-full p {
    font-size: 16px !important;
    line-height: 1.4 !important;
    letter-spacing: 0.3px;
    font-style: italic;
  }
  .v2022 .disclaimer-toggle .read-more-btn {
    font-size: 16px;
    line-height: 18px;
  }
}
.v2022 .videoSingle iframe {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .v2022 .videoSingle {
    display: block;
  }
  .v2022 .videoSingle iframe {
    width: 100%;
    height: 280px !important;
    max-width: 100%;
  }
  .v2022 .videoSingle .navCard {
    margin-top: 15px;
  }
}
.v2022 .blockWithNavCard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v2022 .blockWithNavCard .navCard {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 30px;
  position: relative;
  top: 63px;
}
.v2022 .navCard {
  border: 1px solid #bec7cb;
  padding: 20px;
}
.v2022 .navCard .tt {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #112b4a;
  line-height: 32px;
  width: 180px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bec7cb;
  margin-bottom: 15px;
}
.v2022 .navCard h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #112b4a;
}
.v2022 .navCard P {
  text-align: justify;
}
.v2022 .navCard .list {
  min-width: 180px;
}
.v2022 .navCard .list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  color: #006eb6;
}
.v2022 .navCard .list a:last-child {
  margin-bottom: 0;
}
.v2022 .navCard .list a .iconfont {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url('/templates/1/default/assets/v2022/img/linkArrowIcon.png') no-repeat center;
  background-size: contain;
}
.v2022 .navCard .list a .iconfont.fixIcon {
  background-image: url('/templates/1/default/assets/v2022/img/fixIcon.png');
}
.v2022 .navCard .list a .iconfont::before {
  content: '';
}
.v2022 .navCard2 {
  border: 1px solid #bec7cb;
  padding: 20px;
}
.v2022 .navCard2 .tt {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #112b4a;
  line-height: 32px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bec7cb;
  margin-bottom: 15px;
}
.v2022 .navCard2 .list {
  width: 100%;
}
.v2022 .navCard2 .list .hh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  color: #006eb6;
  line-height: 1.8;
}
.v2022 .navCard2 .list .hh .iconfont {
  font-size: 24px;
  font-weight: bold;
  color: #999;
}
.v2022 .navCard2 .list .hh .ic-minus-bold {
  display: none;
}
.v2022 .navCard2 .list .cc {
  display: none;
}
.v2022 .navCard2 .list li.active .hh .ic-minus-bold {
  display: block;
}
.v2022 .navCard2 .list li.active .hh .ic-add {
  display: none;
}
.v2022 .navCard2 .list li.active .cc {
  display: block;
}
.v2022 .navCard2 .list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  color: #006eb6;
}
.v2022 .navCard2 .list a:last-child {
  margin-bottom: 0;
}
.v2022 .navCard2 .list a .iconfont {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url('/templates/1/default/assets/v2022/img/linkArrowIcon.png') no-repeat center;
  background-size: contain;
}
.v2022 .navCard2 .list a .iconfont.fixIcon {
  background-image: url('/templates/1/default/assets/v2022/img/fixIcon.png');
}
.v2022 .navCard2 .list a .iconfont::before {
  content: '';
}
.v2022 .navCard3 .tt {
  width: auto;
}
@media screen and (max-width: 500px) {
  .v2022 .blockWithNavCard {
    display: block;
    margin-bottom: 20px;
  }
  .v2022 .blockWithNavCard .navCard {
    margin-left: 0;
    margin-top: 17px;
    padding: 15px 10px 20px;
    top: 0px;
  }
  .v2022 .blockWithNavCard .navCard .tt {
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }
  .v2022 .blockWithNavCard .navCard .list a {
    font-size: 14px;
    line-height: 18px;
  }
  .v2022 .navCard {
    margin-left: 0;
    margin-top: 17px;
    padding: 15px 10px 20px;
  }
  .v2022 .navCard .tt {
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }
  .v2022 .navCard .list a {
    font-size: 14px;
    line-height: 18px;
  }
  .v2022 .navCard2 {
    margin-left: 0;
    margin-top: 17px;
    padding: 15px 10px 20px;
  }
  .v2022 .navCard2 .tt {
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }
  .v2022 .navCard2 .list a {
    font-size: 14px;
    line-height: 18px;
  }
}
.v2022 .preNext-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #112B49;
  padding: 0 15px;
}
.v2022 .preNext-box .tt {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
.v2022 .preNext-box .desc {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3BC7FF;
  line-height: 24px;
}
.v2022 .preNext-box .iconfont {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #5a6874;
  font-size: 24px;
}
.v2022 .preNext-box .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 40%;
  text-decoration: none;
  color: #fff;
}
.v2022 .preNext-box .left .iconfont {
  margin-right: 15px;
  color: #3BC7FF;
}
.v2022 .preNext-box .middle {
  width: 2px;
  height: 120px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #006DB5;
}
.v2022 .preNext-box .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 40%;
  text-decoration: none;
  text-align: right;
}
.v2022 .preNext-box .right .iconfont {
  margin-left: 15px;
  color: #3BC7FF;
}
@media screen and (max-width: 500px) {
  .v2022 .preNext-box {
    width: calc(100% + 30px);
    background: #112B49;
    box-shadow: 5px 0px 18px 0px rgba(0, 0, 0, 0.5);
    padding: 10px 0;
    position: relative;
    left: -15px;
  }
  .v2022 .preNext-box .tt {
    font-size: 14px;
    color: #fff;
  }
  .v2022 .preNext-box .left {
    overflow: hidden;
  }
  .v2022 .preNext-box .left > div {
    overflow: hidden;
  }
  .v2022 .preNext-box .left .iconfont {
    color: #3BC7FF;
  }
  .v2022 .preNext-box .right > div {
    overflow: hidden;
  }
  .v2022 .preNext-box .right .iconfont {
    color: #3BC7FF;
  }
  .v2022 .preNext-box .desc {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #3BC7FF;
  }
  .v2022 .preNext-box .middle {
    width: 1px;
    height: auto;
    background-color: #006DB5;
  }
}
.v2022 .contentTab {
  font-size: 0;
}
.v2022 .contentTab .tabs {
  margin-bottom: 40px;
}
.v2022 .contentTab .tabs .tabItem {
  display: inline-block;
  width: 200px;
  height: 50px;
  background: transparent;
  border: 1px solid #e5e5e5;
  text-align: center;
  line-height: 50px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #006eb6;
}
.v2022 .contentTab .tabs .tabItem.active {
  background: #ededed;
}
.v2022 .contentTab .tabContents .tabContentItem {
  display: none;
}
.v2022 .contentTab .tabContents .tabContentItem img {
  max-width: 100%;
}
.v2022 .contentTab .tabContents .tabContentItem.active {
  display: block;
}
.v2022 .contentTab .tabContents .tabContentItem ul li {
  list-style: disc;
  font-size: 16px;
  color: #00689f;
  line-height: 2.1;
}
.v2022 .contentTab .tabContents .tabContentItem ul li a {
  font-size: 16px;
  color: #00689f;
  line-height: 2.1;
}
@media screen and (max-width: 500px) {
  .v2022 .contentTab {
    margin-bottom: 20px;
  }
  .v2022 .contentTab .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .v2022 .contentTab .tabs .tabItem {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
}
.v2022 .expertIntroduction {
  padding: 60px 30px;
}
.v2022 .expertIntroduction .tt {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #112b4a;
  margin-bottom: 30px;
}
.v2022 .expertIntroduction .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.v2022 .expertIntroduction .expertItem {
  width: 100%;
}
.v2022 .expertIntroduction .expertItem .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}
.v2022 .expertIntroduction .expertItem .info .avatar {
  display: block;
  width: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 20px;
}
.v2022 .expertIntroduction .expertItem .info .box span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #5a6874;
  line-height: 25px;
  display: block;
}
.v2022 .expertIntroduction .expertItem .info .box .name {
  font-weight: bold;
}
.v2022 .expertIntroduction .expertItem .desc {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 22px;
}
@media screen and (max-width: 500px) {
  .v2022 .expertIntroduction {
    position: relative;
    z-index: 10;
  }
  .v2022 .expertIntroduction::after {
    position: absolute;
    z-index: -1;
    content: '';
    left: -15px;
    right: -15px;
    top: 0;
    bottom: 0;
    background-color: #f1f5f7;
  }
  .v2022 .expertIntroduction .tt {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .v2022 .expertIntroduction .list {
    display: block;
  }
  .v2022 .expertIntroduction .list .expertItem {
    width: 100%;
  }
  .v2022 .expertIntroduction .list .expertItem .info {
    margin-bottom: 20px;
  }
  .v2022 .expertIntroduction .list .expertItem .info img {
    width: 30%;
    margin-right: 14px;
  }
  .v2022 .expertIntroduction .list .expertItem .info .box span {
    font-size: 14px;
    line-height: 18px;
  }
  .v2022 .expertIntroduction .list .expertItem .desc {
    font-size: 12px;
    line-height: 18px;
  }
  .v2022 .expertIntroduction .list .expertItem + .expertItem {
    margin-top: 20px;
  }
}
.v2022 .ntags .label {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3e3a39;
  line-height: 32px;
}
@media screen and (max-width: 500px) {
  .v2022 .ntags {
    font-size: 12px;
    line-height: 16px;
  }
  .v2022 .ntags .ntagItem {
    height: 30px;
    min-width: 67px;
    padding: 0 10px;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
  }
}
.v2022 .ntagItem {
  display: inline-block;
  background: #ebedee;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #006eb6;
  line-height: 32px;
  padding: 3px 10px;
  vertical-align: middle;
}
.v2022 .ntagItem:hover {
  background: #ebf9ff;
}
.v2022 .ntagItem + .ntagItem {
  margin-left: 20px;
}
.v2022 .adv-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -30px;
}
.v2022 .adv-list .adv-item {
  width: 33%;
  text-align: center;
  padding: 0 1%;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.v2022 .adv-list .adv-item img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.v2022 .adv-list .adv-item p {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: normal;
  color: #3e3a39;
  line-height: 38px;
}
.v2022 .adv-list .adv-item .tt {
  font-weight: bold;
}
.v2022 .adv-list.rows-4 .adv-item {
  width: 25%;
}
@media screen and (max-width: 500px) {
  .v2022 .adv-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .v2022 .adv-list .adv-item.adv-item {
    width: 50%;
  }
  .v2022 .adv-list .adv-item.adv-item img {
    width: 35px;
  }
  .v2022 .adv-list .adv-item.adv-item p {
    width: 120px;
    font-size: 12px;
    line-height: 18px;
    margin: 0 auto;
  }
  .v2022 .adv-list.rows-3 {
    display: block;
    margin-bottom: 0;
  }
  .v2022 .adv-list.rows-3 .adv-item {
    position: relative;
    width: 100%;
    padding-left: 42px;
    margin-bottom: 20px;
  }
  .v2022 .adv-list.rows-3 .adv-item img {
    position: absolute;
    left: 0;
    top: 0;
  }
  .v2022 .adv-list.rows-3 .adv-item p {
    width: 100%;
    text-align: left;
    color: #5A6874;
  }
  .v2022 .adv-list.rows-3 .adv-item .tt {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #3E3A39;
  }
}
.v2022 .singleVideo iframe {
  width: 60%;
  height: 500px;
  border: 1px solid #112b4a;
}
@media screen and (max-width: 500px) {
  .v2022 .singleVideo iframe {
    width: 100%;
    height: 225px;
  }
}
.v2022 .messageCardListContainer {
  position: relative;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.v2022 .messageCardListContainer .arrowBoxLeft {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    color-stop(70%, rgba(255, 255, 255, 0.6)),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.6) 70%, rgba(255, 255, 255, 0));
  font-size: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #112b4a;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: none;
}
.v2022 .messageCardListContainer .arrowBox {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    color-stop(30%, rgba(255, 255, 255, 0.6)),
    to(#fff)
  );
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 30%, #fff);
  font-size: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #112b4a;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.v2022 .messageCardListContainer:hover .arrowBox,
.v2022 .messageCardListContainer:hover .arrowBoxLeft.show {
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.v2022 .messageCardListContainer .messageCardList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0px 0px 10px 0;
}
.v2022 .messageCardListContainer .messageCardItem {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 370px;
  background: #ffffff;
  box-shadow: 0px 4px 8px 0px rgba(167, 167, 167, 0.2);
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  margin-right: 30px;
}
.v2022 .messageCardListContainer .messageCardItem .box {
  padding: 30px 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.v2022 .messageCardListContainer .messageCardItem .box .tt {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #112b4a;
  line-height: 36px;
  height: 72px;
  display: -webkit-box;
  /* autoprefixer: off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on*/
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 24px;
  text-decoration: none;
}
.v2022 .messageCardListContainer .messageCardItem .box .dd {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 30px;
  height: 120px;
  text-decoration: none;
  display: -webkit-box;
  /* autoprefixer: off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on*/
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.v2022 .messageCardListContainer .messageCardItem .box .date {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 24px;
  margin-top: 40px;
}
.v2022 .messageCardListContainer .messageCardItem:nth-child(1) {
  background: right center no-repeat;
  background-size: auto 100%;
}
.v2022 .messageCardListContainer .messageCardItem:nth-child(1) .limit-time {
  color: #fff;
}
.v2022 .messageCardListContainer .messageCardItem:nth-child(1) .box {
  background-color: rgba(17, 43, 74, 0.78);
  width: 72%;
}
.v2022 .messageCardListContainer .messageCardItem:nth-child(1) .box .tt {
  color: #fff;
}
.v2022 .messageCardListContainer .messageCardItem .box:hover .tt {
  color: #3cc8ff;
}
.v2022 .messageCardListContainer .messageCardItem:nth-child(1) .box:hover .tt {
  color: #3cc8ff;
}
.v2022 .messageCardListContainer .messageCardItem:nth-child(1) .box .dd {
  color: #fff;
}
.v2022 .messageCardListContainer .messageCardItem:nth-child(1) .box .date {
  color: #fff;
}
.v2022 .messageCardListContainer .messageCardItem:last-child {
  margin-right: 0;
}
.v2022 .insights-swiper-container {
  padding: 5px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.v2022 .insights-pre-btn {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fff),
    color-stop(70%, rgba(255, 255, 255, 0.6)),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.6) 70%, rgba(255, 255, 255, 0));
  font-size: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #112b4a;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: none;
}
@media (max-width: 768px) {
  .v2022 .insights-next-btn {
    padding-right: 25px;
  }
}
.v2022 .insights-next-btn {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    color-stop(30%, rgba(255, 255, 255, 0.6)),
    to(#fff)
  );
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 30%, #fff);
  font-size: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #112b4a;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.v2022 .insights-swiper-container:hover .insights-next-btn,
.v2022 .insights-swiper-container:hover .insights-pre-btn.show {
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.v2022 .insights-swiper-container .messageCardList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0px 0px 10px 0;
}
.v2022 .insights-swiper-container .messageCardItem {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 370px;
  background: #ffffff;
  box-shadow: 0px 4px 8px 0px rgba(167, 167, 167, 0.2);
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  margin-right: 30px;
}
.v2022 .insights-swiper-container .messageCardItem .box {
  padding: 30px 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.v2022 .insights-swiper-container .messageCardItem .box .tt {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #112b4a;
  line-height: 36px;
  height: 72px;
  display: -webkit-box;
  /* autoprefixer: off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on*/
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 24px;
  text-decoration: none;
}
.v2022 .insights-swiper-container .messageCardItem .box .dd {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 30px;
  height: 120px;
  text-decoration: none;
  display: -webkit-box;
  /* autoprefixer: off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on*/
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.v2022 .insights-swiper-container .messageCardItem .box .date {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 24px;
  margin-top: 40px;
}
.v2022 .insights-swiper-container .messageCardItem:nth-child(1) {
  background: right center no-repeat;
  background-size: auto 100%;
}
.v2022 .insights-swiper-container .messageCardItem:nth-child(1) .limit-time {
  color: #fff;
}
.v2022 .insights-swiper-container .messageCardItem:nth-child(1) .box {
  background-color: rgba(17, 43, 74, 0.78);
  width: 72%;
}
.v2022 .insights-swiper-container .messageCardItem:nth-child(1) .box .tt {
  color: #fff;
}
.v2022 .insights-swiper-container .messageCardItem .box:hover .tt {
  color: #3cc8ff;
}
.v2022 .insights-swiper-container .messageCardItem:nth-child(1) .box:hover .tt {
  color: #3cc8ff;
}
.v2022 .insights-swiper-container .messageCardItem:nth-child(1) .box .dd {
  color: #fff;
}
.v2022 .insights-swiper-container .messageCardItem:nth-child(1) .box .date {
  color: #fff;
}
.v2022 .insights-swiper-container .messageCardItem:last-child {
  margin-right: 0;
}
@media screen and (max-width: 500px) {
  .v2022 .messageCardListContainer {
    margin-bottom: 20px;
  }
  .v2022 .insights-swiper-container .messageCardItem,
  .v2022 .messageCardListContainer .messageCardItem {
    width: 245px;
  }
  .v2022 .insights-swiper-container .messageCardItem .box,
  .v2022 .messageCardListContainer .messageCardItem .box {
    width: 180px;
    padding: 20px 10px 15px 10px;
  }
  .v2022 .insights-swiper-container .messageCardItem .box .tt,
  .v2022 .messageCardListContainer .messageCardItem .box .tt {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    height: 48px;
  }
  .v2022 .insights-swiper-container .messageCardItem .box .dd,
  .v2022 .messageCardListContainer .messageCardItem .box .dd {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 30px;
  }
  .v2022 .insights-swiper-container .messageCardItem .box .date,
  .v2022 .messageCardListContainer .messageCardItem .box .date {
    font-size: 12px;
    line-height: 18px;
    margin-top: 0;
  }
}
.v2022 .textListWithDots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v2022 .textListWithDots ul {
  width: 100%;
  overflow: hidden;
  width: calc(50% - 40px);
}
.v2022 .textListWithDots ul li {
  box-sizing: border-box;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 28px;
}
.v2022 .textListWithDots ul li::before {
  display: inline-block;
  content: '•';
  margin-right: 10px;
  color: #5a6874;
  font-size: 20px;
}
@media screen and (max-width: 500px) {
  .v2022 .textListWithDots {
    display: block;
  }
  .v2022 .textListWithDots ul {
    width: 100%;
    display: block;
    margin-top: 10px;
  }
  .v2022 .textListWithDots ul li {
    width: 100%;
    font-size: 13px;
  }
  .v2022 .textListWithDots ul li::before {
    font-size: 12px;
  }
}
.v2022 .bigTabsWrapper .bigTabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.v2022 .bigTabsWrapper .bigTabs .bigTabItem {
  cursor: pointer;
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #242424;
  line-height: 54px;
  border-bottom: 6px solid #ebedee;
  padding: 15px 0;
}
.v2022 .bigTabsWrapper .bigTabs .bigTabItem.active {
  border-color: #357cc7;
}
.v2022 .bigTabsWrapper .bigTabContents .bigTabContentItem {
  padding: 20px 0;
  display: none;
}
.v2022 .bigTabsWrapper .bigTabContents .bigTabContentItem.active {
  display: block;
}
@media screen and (max-width: 500px) {
  .v2022 .bigTabsWrapper .bigTabs .bigTabItem {
    padding: 0;
    border-width: 3px;
  }
}
.v2022 .singleVideoWithMoreCard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}
.v2022 .singleVideoWithMoreCard iframe {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auth;
      -ms-flex: 0 0 auth;
          flex: 0 0 auth;
  width: 700px;
  max-width: 60%;
  height: 500px;
  border: 1px solid #112b4a;
}
.v2022 .singleVideoWithMoreCard .singleVideoMoreCard {
  width: calc(100% - 700px);
  min-width: 40%;
  padding-left: 30px;
  box-sizing: border-box;
  position: relative;
}
.v2022 .singleVideoWithMoreCard .singleVideoMoreCard .tt {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #022f5f;
  line-height: 30px;
  margin-bottom: 10px;
}
.v2022 .singleVideoWithMoreCard .singleVideoMoreCard .dd {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 30px;
  display: -webkit-box;
  /* autoprefixer: off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on*/
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.v2022 .singleVideoWithMoreCard .singleVideoMoreCard .more-list {
  width: 100%;
  position: relative;
}
.v2022 .singleVideoWithMoreCard .singleVideoMoreCard .more-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  overflow-x: scroll;
  scroll-behavior: smooth;
}
.v2022 .singleVideoWithMoreCard .singleVideoMoreCard .more-list ul li {
  margin-right: 15px;
}
.v2022 .singleVideoWithMoreCard .singleVideoMoreCard .more-list ul li a {
  display: block;
  position: relative;
}
.v2022 .singleVideoWithMoreCard .singleVideoMoreCard .more-list ul li a .more-img {
  width: 230px;
  height: 130px;
  background: none repeat;
  background-size: cover;
  overflow: hidden;
}
.v2022 .singleVideoWithMoreCard .singleVideoMoreCard .more-list ul li a .play {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.v2022 .singleVideoWithMoreCard .singleVideoMoreCard .more-list ul li a .play:hover {
  background: #0195e7;
}
.v2022 .singleVideoWithMoreCard .singleVideoMoreCard .more-list ul li a .play .iconfont {
  font-size: 18px;
  color: #fff;
}
.v2022 .singleVideoWithMoreCard .singleVideoMoreCard .more-list .arrow-left {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding: 0 10px;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
.v2022 .singleVideoWithMoreCard .singleVideoMoreCard .more-list .arrow-left .iconfont {
  font-size: 30px;
  color: #02ade9;
  font-weight: bold;
}
.v2022 .singleVideoWithMoreCard .singleVideoMoreCard .more-list .arrow-left.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.v2022 .singleVideoWithMoreCard .singleVideoMoreCard .more-list .arrow-right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
.v2022 .singleVideoWithMoreCard .singleVideoMoreCard .more-list .arrow-right .iconfont {
  font-size: 30px;
  color: #02ade9;
  font-weight: bold;
}
.v2022 .singleVideoWithMoreCard .singleVideoMoreCard .link {
  position: absolute;
  left: 30px;
  bottom: 0;
  width: 100%;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-decoration: underline;
  color: #006eb6;
  line-height: 36px;
}
@media screen and (max-width: 500px) {
  .v2022 .singleVideoWithMoreCard {
    display: block;
  }
  .v2022 .singleVideoWithMoreCard iframe {
    width: 100%;
    height: 240px;
    max-width: 100%;
    box-sizing: border-box;
  }
  .v2022 .singleVideoWithMoreCard .singleVideoMoreCard {
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }
  .v2022 .singleVideoWithMoreCard .singleVideoMoreCard .dd {
    font-size: 14px;
  }
  .v2022 .singleVideoWithMoreCard .singleVideoMoreCard .link {
    font-size: 12px;
    position: static;
    margin-top: 10px;
  }
}
.v2022 .form {
  display: block;
  padding: 5px 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.v2022 .form .form-control {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: 10px 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('/templates/1/default/assets/v2022/img/arrow_down.png') right center no-repeat;
  background-size: auto 50%;
  color: #333;
}
@media screen and (max-width: 500px) {
  .v2022 .form {
    width: 100% !important;
    box-sizing: border-box;
  }
  .v2022 .form .form-control {
    font-size: 14px;
  }
}
.v2022 .nBtn {
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 14px;
  line-height: 1;
  padding: 11px 16px;
  text-align: center;
  background: #006eb6;
  border-radius: 4px;
  color: #fff;
}
.v2022 .nBtn:hover {
  background: #3cc8ff;
  color: #112b4a;
  text-decoration: none;
}
@media screen and (max-width: 500px) {
  .v2022 .nBtn {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0;
  }
}
.v2022 .linkList {
  margin-bottom: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.v2022 .linkList li {
  margin-bottom: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
}
.v2022 .linkList li a {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #112b4a;
  line-height: 24px;
  box-sizing: border-box;
  padding-right: 10px;
}
.v2022 .linkList li a[href] {
  color: #006db5;
}
.v2022 .linkList li .iconfont {
  color: #006db5;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-weight: bold;
  font-size: 25px;
}
.v2022 .linkList li:hover a {
  color: #03adea;
}
.v2022 .linkList li:hover .iconfont {
  color: #03adea;
}
.v2022 .linkList.style2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.v2022 .linkList.style2 li {
  width: 50%;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
}
.v2022 .linkList.style2 li a {
  font-size: 16px;
}
.v2022 .linkList.style2 li .iconfont {
  font-size: 20px;
}
@media screen and (max-width: 500px) {
  .v2022 .linkList li {
    display: block;
    width: 100%;
    margin-bottom: 0px;
  }
  .v2022 .linkList li a {
    font-size: 15px;
    line-height: 30px;
    color: #112b4a;
  }
  .v2022 .linkList li a[href] {
    color: #006eb6;
  }
  .v2022 .linkList li .iconfont {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('/templates/1/default/assets/v2022/img/iconRight21.png') no-repeat center center;
    background-size: contain;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .v2022 .linkList li .iconfont:before {
    display: none;
  }
}
.v2022 .prographUl {
  list-style-type: disc;
  padding: 0 0 0 20px;
}
.v2022 .prographUl li {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 28px;
}
@media screen and (max-width: 500px) {
  .v2022 .prographUl li {
    font-size: 14px;
    line-height: 24px;
  }
}
.v2022 .imgListWithCate ul li {
  padding: 40px 0;
}
.v2022 .imgListWithCate ul li .nPageContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v2022 .imgListWithCate ul li .cate {
  max-width: 288px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.v2022 .imgListWithCate ul li .cate h3 a {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #234270;
  line-height: 36px;
  display: -webkit-box;
  /* autoprefixer: off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on*/
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.v2022 .imgListWithCate ul li .cate a {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #006eb6;
  margin-top: 50px;
  line-height: 36px;
  display: block;
}
.v2022 .imgListWithCate ul li .cate a .iconfont {
  margin-right: 10px;
  font-weight: bold;
  -webkit-text-stroke: 0.5px currentColor;
}
.v2022 .imgListWithCate ul li .imgList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.v2022 .imgListWithCate ul li .imgList .imgItem {
  display: block;
  width: 293px;
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  margin-left: 30px;
}
.v2022 .imgListWithCate ul li .imgList .imgItem:first-child {
  margin-left: 0;
}
.v2022 .imgListWithCate ul li .imgList .imgItem a {
  display: block;
}
.v2022 .imgListWithCate ul li .imgList .imgItem img {
  display: block;
  width: 100%;
  height: 202px;
  object-fit: contain;
  object-position: center;
}
.v2022 .imgListWithCate ul li .imgList .imgItem .date {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  /* autoprefixer: off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on*/
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 10px 20px 20px;
}
.v2022 .imgListWithCate ul li .imgList .imgItem .tt {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #112b4a;
  line-height: 30px;
  padding: 0 20px;
}
.v2022 .imgListWithCate ul li .imgList .imgItem .limit-time {
      font-size: 14px;
      color: #5A6874;
      margin-left: 20px;
      margin-right: 20px;
      margin-bottom: 10px !important;
}
.v2022 .imgListWithCate ul li .imgList .imgItem .limit-time i {
  margin-right: 5px;
}
.v2022 .imgListWithCate ul li:nth-child(odd) {
  background: #f1f5f7;
}
@media screen and (max-width: 500px) {
  .v2022 .imgListWithCate ul li {
    padding: 0;
    margin-bottom: 20px;
  }
  .v2022 .imgListWithCate ul li:nth-child(odd) {
    background: inherit;
  }
  .v2022 .imgListWithCate ul li .nPageContainer {
    display: block;
  }
  .v2022 .imgListWithCate ul li .cate {
    width: 100%;
    margin-bottom: 15px;
  }
  .v2022 .imgListWithCate ul li .cate h3 {
    font-size: 16px;
    font-weight: bold;
    color: #234270;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .v2022 .imgListWithCate ul li .cate h3 a {
    font-size: 16px;
    line-height: 20px;
  }
  .v2022 .imgListWithCate ul li .cate a {
    font-size: 16px;
    line-height: 20px;
  }
  .v2022 .imgListWithCate ul li .imgList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 1px;
    padding-right: 15px;
    width: 100%;
    overflow-x: auto;
  }
  .v2022 .imgListWithCate ul li .imgList .imgItem {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 245px;
    margin-bottom: 10px;
  }
  .v2022 .imgListWithCate ul li .imgList .imgItem a img {
    width: 100%;
    height: 169px;
  }
  .v2022 .imgListWithCate ul li .imgList .imgItem .date {
    padding: 15px 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .v2022 .imgListWithCate ul li .imgList .imgItem .tt {
    padding: 0 10px 30px;
    font-size: 14px;
    line-height: 18px;
  }
}
.v2022 .cardWithBorder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -30px;
}
.v2022 .cardWithBorder .cardItem {
  width: calc(50% - 30px);
  padding: 30px 36px;
  border: 1px solid #006eb6;
  border-left: 6px solid #006eb6;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.v2022 .cardWithBorder .cardItem .tt {
  display: block;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #112b4a;
  line-height: 1.4;
  margin-bottom: 15px;
}
.v2022 .cardWithBorder .cardItem .p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 24px;
}
@media screen and (max-width: 500px) {
  .v2022 .cardWithBorder .cardItem {
    width: 100%;
    padding: 15px 16px;
    margin-bottom: 10px;
    border-left-width: 4px;
  }
  .v2022 .cardWithBorder .cardItem .tt {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .v2022 .cardWithBorder .cardItem p {
    font-size: 12px;
    line-height: 18px;
  }
}
.v2022 .singleVideoWithLeftCard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
}
.v2022 .singleVideoWithLeftCard iframe {
  width: 700px;
  height: 390px;
  border: 1px solid #112b4a;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.v2022 .singleVideoWithLeftCard video {
  width: 700px;
  height: 390px;
  border: 1px solid #112b4a;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.v2022 .singleVideoWithLeftCard .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.v2022 .singleVideoWithLeftCard .right .card {
  width: 530px;
  padding: 40px;
  box-sizing: border-box;
  height: 180px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.v2022 .singleVideoWithLeftCard .right .card p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  /* autoprefixer: off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on*/
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 20px;
}
.v2022 .singleVideoWithLeftCard .right .card:nth-child(1) {
  background-image: url('/templates/1/default/assets/v2022/img/bg1.png');
}
.v2022 .singleVideoWithLeftCard .right .card:nth-child(2) {
  background-image: url('/templates/1/default/assets/v2022/img/bg2.png');
}
@media screen and (max-width: 500px) {
  .v2022 .singleVideoWithLeftCard {
    display: block;
  }
  .v2022 .singleVideoWithLeftCard iframe {
    width: 100%;
    height: 280px;
  }
  .v2022 .singleVideoWithLeftCard video {
    width: 100%;
    height: 280px;
  }
  .v2022 .singleVideoWithLeftCard .right {
    display: block;
  }
  .v2022 .singleVideoWithLeftCard .right .card {
    width: 100%;
  }
  .v2022 .singleVideoWithLeftCard .right .card {
    margin-top: 10px;
  }
}
.v2022 .globl-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.v2022 .globl-info .leve-one {
  box-sizing: border-box;
  width: 320px;
  height: 278px;
  border: 1px solid #006eb6;
  border-left: 8px solid #006eb6;
  padding: 20px;
  color: #3e3a39;
}
.v2022 .globl-info .leve-one .i-title {
  font-size: 28px;
  line-height: 1.3;
}
.v2022 .globl-info .leve-one .i-address {
  font-size: 20px;
  line-height: 2.3;
}
.v2022 .globl-info .leve-one .i-contnet {
  font-size: 18px;
  line-height: 1.4;
}
.v2022 .globl-info .leve-one .i-phone {
  margin-top: 26px;
}
.v2022 .globl-info .leve-two {
  width: 517px;
  height: 278px;
  margin-left: 20px;
}
.v2022 .globl-info .leve-two > div {
  height: 80px;
  background: #f1f5f7;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 80px;
  margin-top: 19px;
  text-align: center;
}
.v2022 .globl-info .leve-two :nth-child(1) {
  margin-top: 0;
}
.v2022 .area .a-titel {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #112b4a;
  line-height: 30px;
}
.v2022 .area .a-titel .iconfont {
  font-size: 20px;
  margin-right: 10px;
}
.v2022 .area .a-content:nth-last-child(1) {
  border-bottom: none;
}
.v2022 .area .a-content:nth-last-child(1) {
  margin-bottom: 0;
}
.v2022 .area .a-content {
  border-bottom: 1px solid #bfc0bb;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.v2022 .area .a-content > div {
  width: 33.33%;
  margin-bottom: 35px;
}
.v2022 .area .a-content > div > div {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3e3a39;
  line-height: 24px;
}
.v2022 .area .a-content .a-name {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #112b4a;
  line-height: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .v2022 .globl-info {
    display: block;
    margin-bottom: 30px;
  }
  .v2022 .globl-info .leve-one {
    width: 100%;
    height: auto;
  }
  .v2022 .globl-info .leve-one .i-title {
    font-size: 14px;
    font-size: bold;
    color: #112b4a;
  }
  .v2022 .globl-info .leve-one .i-address {
    font-size: 12px;
  }
  .v2022 .globl-info .leve-one .i-contnet {
    font-size: 12px;
  }
  .v2022 .globl-info .leve-one .i-phone {
    margin-top: 10px;
  }
  .v2022 .globl-info .leve-two {
    margin-left: 0;
    margin-top: 10px;
    width: auto;
    height: auto;
  }
  .v2022 .globl-info .leve-two > div {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    text-align: left;
    padding: 0 15px;
  }
  .v2022 .area .a-titel {
    font-size: 14px;
    font-weight: bold;
  }
  .v2022 .area .a-titel .iconfont {
    font-size: 14px;
  }
  .v2022 .area .a-content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .v2022 .area .a-content > div {
    width: calc(50% - 5px);
  }
  .v2022 .area .a-content > div > div {
    font-size: 12px;
  }
  .v2022 .area .a-content .a-name {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.v2022 #shujushichang7_data_cme * {
  font-size: 12px !important;
}
.v2022#produce.v1 .table-body table,
.v2022 .table-body table {
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.v2022 .table-menu {
  width: 90px !important;
}
.v2022 .table-body.table-body-border th,
.v2022 .table-body.table-body-border td {
  border: solid #C2CACE 1px;
  padding: 20px;
}
.v2022 .table-body.table-body-border td {
  text-align: left;
  color: #122C49;
}
.v2022 .table-body.table-body-border td a {
  color: #006EB6;
  word-break: break-all;
}
.v2022 .singleVideoWithTitle {
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  overflow: hidden;
}
.v2022 .singleVideoWithTitle iframe {
  width: 60%;
  height: 500px;
  border: 1px solid #112b4a;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.v2022 .singleVideoWithTitle .dd {
  padding: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.v2022 .singleVideoWithTitle .dd strong {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.v2022 .singleVideoWithTitle .dd p {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3e3a39;
  line-height: 38px;
}
@media screen and (max-width: 500px) {
  .v2022 .singleVideoWithTitle {
    margin-bottom: 20px;
  }
  .v2022 .singleVideoWithTitle iframe {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 245px;
    height: 137px;
  }
  .v2022 .singleVideoWithTitle .dd {
    padding: 10px;
    font-size: 14px;
  }
  .v2022 .singleVideoWithTitle .dd strong {
    font-size: 12px;
    margin-bottom: 0;
    display: -webkit-box;
    /* autoprefixer: off*/
    -webkit-box-orient: vertical;
    /* autoprefixer: on*/
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .v2022 .singleVideoWithTitle .dd p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
    height: 48px;
    display: -webkit-box;
    /* autoprefixer: off*/
    -webkit-box-orient: vertical;
    /* autoprefixer: on*/
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
.v2022 .dd-block-list {
  margin-bottom: -20px;
}
.v2022 .dd-block-list .dd-block-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
.v2022 .dd-block-list .dd-block-item .tt {
  padding: 10px;
  background-color: #00447b;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
.v2022 .dd-block-list .dd-block-item img {
  display: block;
  width: 100px;
  margin-right: 20px;
}
.v2022 .dd-block-list .dd-block-item img.img-small {
  height: 65px;
  width: auto;
}
.v2022 .dd-block-list .dd-block-item .dd {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 30px;
}
.v2022 .dd-block-list .dd-block-item .dd strong {
  display: block;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  margin-bottom: 10px;
}
.v2022 .dd-block-list.rows-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v2022 .dd-block-list.rows-4 .dd-block-item {
  background: #f1f5f7;
  display: block;
  width: calc(25% - 22px);
}
.v2022 .dd-block-list.rows-4 .dd-block-item .dd {
  padding: 30px 30px 60px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .v2022 .dd-block-list .dd-block-item img {
    width: 34px;
    margin-right: 7px;
  }
  .v2022 .dd-block-list .dd-block-item .dd {
    font-size: 12px;
    line-height: 18px;
  }
  .v2022 .dd-block-list .dd-block-item .dd strong {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 10px;
  }
  .v2022 .dd-block-list.rows-4 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .v2022 .dd-block-list.rows-4 .dd-block-item {
    width: calc(50% - 7.5px);
  }
  .v2022 .dd-block-list.rows-4 .dd-block-item .tt {
    height: 34px;
    background: #112B4A;
    font-size: 12px;
    line-height: 34px;
  }
  .v2022 .dd-block-list.rows-4 .dd-block-item .dd {
    padding: 16px 23px 20px;
    font-size: 12px;
    line-height: 18px;
  }
}
.v2022 .line-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.v2022 .line-group li {
  width: 50%;
  box-sizing: border-box;
  padding-right: 20px;
  margin-bottom: 20px;
}
.v2022 .line-group li a {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #006eb6;
  line-height: 24px;
  vertical-align: middle;
}
.v2022 .line-group li::after {
  display: inline-block;
  content: '';
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url('/templates/1/default/assets/v2022/img/iconRight21.png') center no-repeat;
  background-size: 100% auto;
  margin-left: 5px;
}
.v2022 .line-group li:hover::after {
  background-image: url('/templates/1/default/assets/v2022/img/iconRight22.png');
}
@media screen and (max-width: 500px) {
  .v2022 .line-group.line-group {
    display: block;
    padding-left: 0;
  }
  .v2022 .line-group.line-group li {
    width: 100%;
    list-style-type: none;
    margin-bottom: 0;
  }
  .v2022 .line-group.line-group li::after {
    width: 12px;
    height: 12px;
  }
  .v2022 .line-group.line-group li a {
    font-size: 14px;
    font-weight: 400;
    color: #006EB6;
    line-height: 30px;
  }
}
.v2022 .aa-list {
  padding-left: 20px;
}
.v2022 .aa-list li {
  list-style: disc;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 30px;
}
@media screen and (max-width: 500px) {
  .v2022 .aa-list {
    margin-bottom: 20px;
  }
  .v2022 .aa-list li {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 15px;
  }
  .v2022 .aa-list li:last-child {
    margin-bottom: 0;
  }
}
.v2022 .about-box {
  background-color: #112b4a;
  color: #fff;
  padding: 20px;
}
.v2022 .about-box .about-box-title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 32px;
  margin-bottom: 30px;
}
.v2022 .about-box .a-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 20px 20px;
}
.v2022 .about-box .a-list .a-item {
  text-align: center;
  font-size: 15px;
  box-sizing: border-box;
  padding: 0 15px;
  width: 25%;
}
.v2022 .about-box .a-list .a-item p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 25px;
}
@media screen and (max-width: 500px) {
  .v2022 .about-box {
    margin-bottom: 20px;
    padding: 14px 12px 30px;
  }
  .v2022 .about-box .about-box-title {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
  }
  .v2022 .about-box .a-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .v2022 .about-box .a-list .a-item {
    width: 50%;
    padding-top: 30px;
  }
  .v2022 .about-box .a-list .a-item img {
    height: 34px;
    width: auto;
    margin-bottom: 10px;
  }
  .v2022 .about-box .a-list .a-item p {
    font-size: 12px;
    line-height: 18px;
  }
}
.v2022 .pageNotFoundWrapper {
  margin-top: 70px;
}
.v2022 .pageNotFoundWrapper .text2 {
  margin-bottom: 30px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
}
.v2022 .pageNotFoundWrapper .text3 {
  margin-bottom: 60px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 30px;
}
.v2022 .pageNotFoundWrapper ul {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 28px;
  padding-left: 15px;
}
.v2022 .pageNotFoundWrapper ul li {
  list-style-type: disc;
}
.v2022 .pageNotFoundWrapper .search-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.v2022 .pageNotFoundWrapper .search-wrapper input {
  width: 500px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #bfbfbf;
  margin-right: 20px;
  font-size: 20px;
  padding: 0 10px;
}
.v2022 .pageNotFoundWrapper .search-wrapper .search-button {
  cursor: pointer;
  width: 120px;
  height: 40px;
  background: #006eb6;
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
}
.v2022 .pageNotFoundWrapper .search-wrapper .search-button:hover {
  background: #3cc8ff;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .v2022 .pageNotFoundWrapper {
    margin-top: 30px;
  }
  .v2022 .pageNotFoundWrapper .main-title {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .v2022 .pageNotFoundWrapper .text2,
  .v2022 .pageNotFoundWrapper .text3 {
    font-size: 14px;
    margin-bottom: 9px;
    line-height: 1;
  }
  .v2022 .pageNotFoundWrapper .text2.text3,
  .v2022 .pageNotFoundWrapper .text3.text3 {
    margin-bottom: 35px;
  }
  .v2022 .pageNotFoundWrapper .third-title {
    font-size: 16px;
  }
  .v2022 .pageNotFoundWrapper ul {
    margin-bottom: 30px;
  }
  .v2022 .pageNotFoundWrapper ul li {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .v2022 .pageNotFoundWrapper .search-wrapper input {
    width: 250px;
  }
  .v2022 .pageNotFoundWrapper .search-wrapper .search-button {
    height: 40px;
    background: #006eb6;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
  }
}
.v2022 .nSitemap .main-title a {
  color: #222;
}
.v2022 .nSitemap a {
  color: #006eb6;
}
.v2022 .nSitemap p {
  font-size: 18px;
  padding-left: 10px;
}
.v2022 .nSitemap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 10px;
}
.v2022 .nSitemap ul li {
  list-style: none;
  width: calc(30% - 10px);
  margin-bottom: 20px;
}
.v2022 .nSitemap ul li a {
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
  color: #222;
}
.v2022 .nSitemap ul .child-ul {
  display: block;
  margin: 0;
  padding-left: 0px;
}
.v2022 .nSitemap ul .child-ul li {
  width: 100%;
  margin-bottom: 0px;
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.v2022 .nSitemap ul .child-ul li::before {
  content: '\e66a';
  color: #006eb6;
  font-weight: bold;
}
.v2022 .nSitemap ul .child-ul li a {
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
  color: #006eb6;
}
@media screen and (max-width: 500px) {
  .v2022 .nSitemap ul {
    display: block;
  }
  .v2022 .nSitemap ul li {
    width: 100%;
  }
}
.v2022 .nImgPreview {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 500;
  left: 0;
  top: 0;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.v2022 .nImgPreview .nImgPreview-box {
  width: 80%;
  height: 90%;
  background: no-repeat center / contain;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.v2022 .nImgPreview .nImgPreview-box img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: auto;
  background: #fff;
}
.v2022 .nImgPreview .nImgPreview-box img.v {
  width: 100%;
  height: auto;
}
.v2022 .nImgPreview .nImgPreview-box img.h {
  height: 100%;
  width: auto;
}
.v2022 .nImgPreview.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.v2022 .cmeInteractiveTable thead th {
  height: 80px;
  background-color: #112b4a;
  color: #fff;
  font-size: 20px;
}
.v2022 .cmeInteractiveTable tbody tr.even,
.v2022 .cmeInteractiveTable tbody tr.odd {
  background-color: inherit;
}
.v2022 .cmeInteractiveTable tbody tr.even td,
.v2022 .cmeInteractiveTable tbody tr.odd td {
  padding: 20px;
  border: 1px solid #5a6874;
  color: #5a6874;
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .v2022 .cmeInteractiveTable thead th {
    height: 40px;
    background-color: #112b4a;
    color: #fff;
    font-size: 12px;
  }
  .v2022 .cmeInteractiveTable tbody tr.even,
  .v2022 .cmeInteractiveTable tbody tr.odd {
    background-color: inherit;
  }
  .v2022 .cmeInteractiveTable tbody tr.even td,
  .v2022 .cmeInteractiveTable tbody tr.odd td {
    padding: 10px;
    border: 1px solid #5a6874;
    color: #5a6874;
    font-size: 12px;
  }
  /* 期货期权词汇页：仅移动端表格正文与表头 16px（覆盖上方 12px；!important 防止命中 .content p 等全站段落规则） */
  .v2022.futures-vocabulary-page .cmeInteractiveTable thead th {
    font-size: 16px !important;
  }
  .v2022.futures-vocabulary-page .cmeInteractiveTable tbody td,
  .v2022.futures-vocabulary-page .cmeInteractiveTable tbody td p,
  .v2022.futures-vocabulary-page .cmeInteractiveTable tbody td strong {
    font-size: 16px !important;
  }
}
.v2022 .yb-list .yb-item {
  text-decoration: none;
  cursor: pointer;
}
.v2022 .yb-list .yb-item:hover .yb-item-title {
  color: #3cc8ff;
}
.v1.v2022 .yb-swiper-container {
  padding: 5px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
}
.v1.v2022 .yb-pre-btn {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f5f5f5),
    color-stop(70%, rgba(245, 245, 245, 0.6)),
    to(rgba(245, 245, 245, 0))
  );
  background: linear-gradient(to right, #f5f5f5, rgba(245, 245, 245, 0.6) 70%, rgba(245, 245, 245, 0));
  font-size: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #112b4a;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: none;
}
.v1.v2022 .yb-next-btn {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(245, 245, 245, 0)),
    color-stop(30%, rgba(245, 245, 245, 0.6)),
    to(#f5f5f5)
  );
  background: linear-gradient(to right, rgba(245, 245, 245, 0), rgba(245, 245, 245, 0.6) 30%, #f5f5f5);
  font-size: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #112b4a;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.v1.v2022 .yb-swiper-container:hover .yb-next-btn,
.v1.v2022 .yb-swiper-container:hover .yb-pre-btn.show {
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 500px) {
  .v2022 .con {
    width: 100%;
  }
  .v2022 .uee2 .e-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .v2022 .uee2 .e-tab .e-tab-item {
    float: unset;
  }
  .v2022 .uee2 .e-tab .e-tab-item a {
    font-size: 12px;
    text-decoration: none;
  }
  .v2022 .uee2 .whycontent {
    display: block;
    margin-bottom: 20px;
  }
  .v2022 .uee2 .whycontent .word {
    margin: 0;
    padding: 0px;
    width: 100%;
    box-sizing: border-box;
    font-size: 13px;
  }
  .v2022 .uee2 .whycontent .pt35 {
    padding-top: 15px;
  }
  .v2022 .uee2 .whycontent img {
    display: block;
    float: unset;
    width: 100%;
    margin-top: 10px;
  }
  .v2022 .whymore {
    margin-bottom: 30px;
  }
  .v2022 .whymore ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .v2022 .whymore ul li {
    width: calc(50% - 5px);
    margin-right: 0;
  }
  .v2022 .whymore ul li img {
    width: 100%;
  }
  .v2022 .whymore ul li p {
    margin-top: 10px;
    font-size: 13px;
  }
  .v2022 .whyul li {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .v2022 .gooi {
    font-size: 14px;
  }
  .v2022 .yii.fl {
    padding: 7px 30px;
    font-size: 13px;
    margin-bottom: 30px;
  }
}
.v2022 .fixed-subscript {
  position: fixed;
  right: 40px;
  bottom: 30vh;
  z-index: 99;
  background: url('/templates/1/default/assets/v2022/img/fixed-subscript-bg.png') center no-repeat;
  background-size: cover;
  width: 234px;
  height: 200px;
  padding: 24px;
  box-sizing: border-box;
}
.v2022 .fixed-subscript.hide {
  display: none;
}
.v2022 .fixed-subscript p {
  font-size: 20px;
  color: #ffffff;
  line-height: 36px;
}
.v2022 .fixed-subscript a {
  display: block;
  width: 144px;
  height: 36px;
  background: #006db5;
  border-radius: 4px 4px 4px 4px;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  margin-top: 10px;
}
.v2022 .fixed-subscript .ic-error {
  position: absolute;
  z-index: 0;
  font-size: 32px;
  top: 10px;
  right: 10px;
  display: block;
  color: #fff;
  border-radius: 100px;
  background-color: transparent;
  cursor: pointer;
}
.v2022 .fixed-subscript .ic-shousuo {
  position: absolute;
  z-index: 0;
  font-size: 28px;
  top: 14px;
  right: 50px;
  display: block;
  color: #fff;
  border-radius: 100px;
  background-color: transparent;
  cursor: pointer;
}
.v2022 .fixed-subscript .ic-zhankai {
  position: absolute;
  z-index: 0;
  font-size: 28px;
  top: 14px;
  right: 50px;
  display: block;
  color: #fff;
  border-radius: 100px;
  background-color: transparent;
  cursor: pointer;
}
.v2022 .fixed-subscript-mobile-btn {
  display: none;
}
.v2022 .fixed-subscript-mini {
  position: fixed;
  right: 40px;
  bottom: 20vh;
  z-index: 99;
  width: 235px;
  height: 50px;
  background: #ffffff;
  background: #e1e1e1;
  border: 1px solid #d0d0d0;
  border-radius: 10px 10px 10px 10px;
  padding: 0 15px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v2022 .fixed-subscript-mini.hide {
  display: none;
}
.v2022 .fixed-subscript-mini a {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #fff;
  line-height: 34px;
  text-decoration: none;
  background: #006eb6;
  border-radius: 4px;
  padding: 0px 10px;
}
.v2022 .fixed-subscript-mini .handle {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.v2022 .fixed-subscript-mini .handle .iconfont {
  color: #666;
  font-size: 30px;
  cursor: pointer;
}
.v2022 .fixed-subscript-mini .handle .ic-zhankai {
  font-size: 22px;
  margin-right: 5px;
  color: #006db5;
  font-weight: bold;
}
.v2022 .fixed-subscript-mini .handle .ic-error {
  display: none;
}
@media screen and (max-width: 500px) {
  .v2022 .artu {
    display: block;
    margin: 20px auto;
    width: 330px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #006db5;
    border-radius: 4px 4px 4px 4px;
    padding: 0;
  }
  .v2022 .fixed-subscript-mobile-btn {
    display: none;
  }
  .v2022 .fixed-subscript {
    display: none;
  }
  .v2022 .fixed-subscript-mini {
    display: none;
  }
}
.v2022 .mobile-page-sider-bar {
  display: none;
}
.v2022 .page-sider-bar {
  width: 100%;
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 0;
}
.v2022 .page-sider-bar .title {
  font-size: 20px;
  font-weight: bold;
  color: #112b49;
}
.v2022 .page-sider-bar .box .box-header {
  height: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  border-bottom: 1px solid #e0e0e0;
}
.v2022 .page-sider-bar .box .box-header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.v2022 .page-sider-bar .box .box-header-title {
  font-size: 20px;
  font-weight: bold;
  color: #112B4A;
  line-height: 1.4;
}
.v2022 .page-sider-bar .box .tt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 22px;
  font-weight: bold;
  color: #112B4A;
  line-height: 1.4;
  padding: 0;
  margin-bottom: 0;
}
.v2022 .page-sider-bar .box .tt span {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0;
}
.v2022 .page-sider-bar .box .box-header .toggle-icon {
  font-size: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #0078C1;
  cursor: pointer;
}
.v2022 .page-sider-bar .box .course-count {
  font-size: 12px;
  color: #5A6874;
  padding: 4px 0 0;
}
.v2022 .page-sider-bar .box ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.v2022 .page-sider-bar .box ul li {
  padding: 0;
  border-bottom: 1px solid #e8e8e8;
}
.v2022 .page-sider-bar .box ul li:last-child {
  border-bottom: none;
}
.v2022 .page-sider-bar .box ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  color: #0078C1;
  line-height: 1.5;
  padding: 16px 20px;
  text-decoration: none;
  border-left: 3px solid transparent;
}
.v2022 .page-sider-bar .box ul li a:hover {
  background: #f5f9fc;
}
.v2022 .page-sider-bar .box ul li a .item-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 16px;
}
.v2022 .page-sider-bar .box ul li a .item-duration {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 14px;
  color: #999;
  font-variant-numeric: tabular-nums;
}
.v2022 .page-sider-bar .box ul li.active a {
  border-left: none;
  background: #F1F5F7;
  color: #0078C1;
}
.v2022 .page-sider-bar .box.active ul {
  display: block;
}
@media screen and (max-width: 500px) {
  .v2022 .mobile-page-sider-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 10px 0px;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    padding: 15px;
    font-size: 16px;
    color: #006db5;
    z-index: 250;
    position: fixed;
    left: 0;
    top: 66px;
  }
  .v2022 .mobile-page-sider-bar .iconfont {
    font-size: 19px;
  }
  .v2022 .mobile-page-sider-bar .iconfont:first-child {
    display: none;
  }
  .v2022 .page-sider-bar {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 10px 0px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #C1C9CD;
    background: #fff;
    padding: 0;
    z-index: 302;
    position: fixed;
    left: 0;
    top: 66px;
    display: none;
  }
  .v2022 .page-sider-bar .title {
    display: none;
  }
  .v2022 .page-sider-bar .box .tt {
    padding: 12px 15px 0;
    font-size: 16px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 0;
  }
  .v2022 .page-sider-bar .box .tt .toggle-icon {
    font-size: 16px;
  }
  .v2022 .page-sider-bar .box .course-count {
    padding: 4px 15px 12px;
    font-size: 13px;
  }
  .v2022 .page-sider-bar .box ul {
    border-top: 1px solid #C1C9CD;
  }
  .v2022 .page-sider-bar .box ul li {
    padding: 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .v2022 .page-sider-bar .box ul li a {
    padding: 12px 15px;
    font-size: 15px;
  }
  .v2022 .page-sider-bar .box ul li.active a {
    border-left: 3px solid #0078C1;
    background: #f5f9fc;
    color: #0078C1;
  }
  .v2022 .page-sider-bar .box ul li:last-child {
    border-bottom: none;
  }
}
.v2022.pageWithBg .page-bg-img {
  display: block;
  width: 100%;
  max-width: 1260px;
  height: 500px;
  object-fit: cover;
  margin: 0 auto;
}
.v2022.pageWithBg .main {
  max-width: 1070px;
  margin: -300px auto 40px;
  background: #fff;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.v2022.pageWithBg .main .nPageContainer {
  max-width: 90%;
  box-sizing: border-box;
}
.v2022.pageWithBg .main .nPageContainer.withShare {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v2022.pageWithBg .main .nPageContainer.withShare .main-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  margin-right: 40px;
}
.v2022.pageWithBg .main .nPageContainer.withShare .share-list {
  padding-top: 60px;
  width: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.v2022.pageWithBg .main .rich-content .rich-content-img {
  display: block;
  width: 100% !important;
}
.v2022.pageWithBg .main .rich-content img {
  display: block;
  width: 100% !important;
}
@media screen and (max-width: 500px) {
  .v2022.pageWithBg .page-bg-img {
    display: none;
  }
  .v2022.pageWithBg .main {
    margin-top: 0px;
    padding-top: 0;
    padding-bottom: 15px;
    box-shadow: none;
  }
  .v2022.pageWithBg .main .nPageContainer {
    max-width: 95%;
    padding: 0;
  }
  .v2022.pageWithBg .main .nPageContainer.withShare .main-box {
    margin-right: 0px;
    width: 100%;
    min-width: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
  }
  .v2022.pageWithBg .main .nPageContainer.withShare .share-list {
    display: none;
  }
}
.v2022 .ll-list-2 .ll-item {
  margin-bottom: 30px;
}
.v2022 .ll-list-2 .ll-item .title {
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #112b49;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  text-decoration: none;
}
.v2022 .ll-list-2 .ll-item .title .title-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.v2022 .ll-list-2 .ll-item .title .title-text {
  cursor: default;
}
.v2022 .ll-list-2 .ll-item .title .title-icon-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #112b49;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-decoration: none;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.v2022 .ll-list-2 .ll-item .title .title-icon-link .iconfont {
  font-size: 14px;
  color: #112b49;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.v2022 .ll-list-2 .ll-item .title .title-icon-link:hover,
.v2022 .ll-list-2 .ll-item .title .title-icon-link:active {
  border-color: #3cc8ff;
}
.v2022 .ll-list-2 .ll-item .title .title-icon-link:hover .iconfont,
.v2022 .ll-list-2 .ll-item .title .title-icon-link:active .iconfont {
  color: #3cc8ff;
}
.v2022 .ll-list-2 .ll-item ul {
  padding: 0;
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.v2022 .ll-list-2 .ll-item ul li {
  list-style: none;
  border-top: 10px solid #eff5f7;
  box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, 0.4);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.v2022 .ll-list-2 .ll-item ul li {
  cursor: pointer;
  padding: 20px;
  display: block;
}
.v2022 .ll-list-2 .ll-item ul li a {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-decoration: none;
}
.v2022 .ll-list-2 .ll-item ul li .tt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 5px;
}
.v2022 .ll-list-2 .ll-item ul li .tt span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 20px !important;
  font-family: MicrosoftYaHei;
  color: #112b49;
}
.v2022 .ll-list-2 .ll-item ul li .tt .iconfont {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #006eb6;
  font-size: 24px;
  margin-left: 10px;
  display: inline-block;
  -webkit-transition: color 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, transform 0.25s ease;
}
.v2022 .ll-list-2 .ll-item ul li:hover .tt .iconfont,
.v2022 .ll-list-2 .ll-item ul li:active .tt .iconfont {
  color: #006eb6;
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
.v2022 .ll-list-2 .ll-item ul li p {
  font-size: 16px;
  color: #596774;
  line-height: 24px;
}
@media screen and (max-width: 500px) {
  .v2022 .ll-list-2 .ll-item .title {
    font-size: 20px;
  }
  .v2022 .ll-list-2 .ll-item ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    width: 100%;
    box-sizing: border-box;
  }
  .v2022 .ll-list-2 .ll-item ul li {
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
  }
  .v2022 .ll-list-2 .ll-item ul li .tt span {
    font-size: 18px !important;
  }
  .v2022 .ll-list-2 .ll-item ul li p {
    font-size: 14px;
  }
  .v2022 .ll-list-2 .ll-item {
    overflow: visible;
  }
}
.v2022 .share-list-box {
  width: 50px;
}
.v2022 .share-list-box .share-item {
  display: block;
  background-color: #d7d7d7;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative;
}
.v2022 .share-list-box .share-item .icon {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.v2022 .share-list-box .share-item:hover {
  background-color: #112b49;
}
.v2022 .share-list-box .share-item + .share-item {
  margin-top: 10px;
}
.v2022 .share-list-box .wechat-qrcode {
  display: none;
  position: absolute;
  z-index: 10;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
      -ms-transform: translate(-10px, -50%);
          transform: translate(-10px, -50%);
  width: 180px;
  background-color: #fff;
  padding: 10px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 14px 4px;
  text-align: center;
}
.v2022 .share-list-box .wechat-qrcode h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.v2022 .share-list-box .wechat-qrcode img {
  display: block;
  width: 80%;
  margin: 0 auto 10px;
}
.v2022 .share-list-box .wechat-qrcode p {
  font-size: 12px;
  line-height: 1.4;
}
.v2022 .share-list-box .wechat-qrcode:hover {
  display: block;
}
.zhibiao-board {
  width: 100%;
  color: #fff;
  background: #112b49;
  position: relative;
}
.zhibiao-board .banner-pc {
  display: block;
  opacity: 0;
  width: 100%;
}
.zhibiao-board .box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-sizing: border-box;
}
.zhibiao-board .box > * {
  max-width: 1280px;
  width: 100%;
  padding: 0 46px;
  box-sizing: border-box;
}
.zhibiao-board h1 {
  font-size: 40px;
  margin-bottom: 50px;
}
.zhibiao-board .zhibiao-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: repeat(4, 1fr);
  width: 100%;
}
.zhibiao-board .zhibiao-list li .label {
  font-size: 16px;
  vertical-align: middle;
  margin-bottom: 14px;
}
.zhibiao-board .zhibiao-list li .label .iconfont {
  color: #226a92;
  font-size: 18px;
  vertical-align: middle;
}
.zhibiao-board .zhibiao-list li .value {
  line-height: 1.5;
  font-size: 25px;
}
.zhibiao-board .zhibiao-list li .tag {
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #3bc7ff;
  padding: 0 16px;
  display: inline-block;
}
.zhibiao-board .green {
  color: #2ae303;
}
.zhibiao-board .red {
  color: #df0035;
}
.zhibiao-board .update-time {
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  margin-top: 30px;
  font-style: italic;
}
@media screen and (max-width: 500px) {
  .zhibiao-board {
    padding:20px 0;
  }
  .zhibiao-board .banner-pc {
    display: none;
  }
  .zhibiao-board .box {
    position: relative;
    padding: 0;
  }
  .zhibiao-board h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .zhibiao-board .zhibiao-list {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .zhibiao-board .zhibiao-list li {
    margin-bottom: 40px;
  }
  .zhibiao-board .zhibiao-list li .label {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .zhibiao-board .zhibiao-list li .label .iconfont {
    font-size: 17px;
  }
  .zhibiao-board .zhibiao-list li .value {
    font-size: 16px;
  }
  .zhibiao-board .update-time {
    margin-top: 0px;
    font-size: 12px;
  }
}
.txt-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-bottom: 20px;
}
.txt-list.list-2 {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: repeat(2, 1fr);
}
.txt-list .txt-item p {
  font-size: 15px;
  color: #596774;
  line-height: 2;
}
.txt-list .txt-item .tt {
  font-size: 20px;
  font-weight: bold;
  color: #596774;
  line-height: 2;
}
@media screen and (max-width: 500px) {
  .txt-list {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding-bottom: 10px;
  }
  .txt-list .txt-item p {
    font-size: 14px;
    line-height: 1.4;
  }
  .txt-list .txt-item .tt {
    font-size: 16px;
    color: #596774;
    line-height: 2;
  }
}
.heyueList {
  background: #122c49;
}
.heyueList .third-title {
  color: #fff;
}
.heyueList .list {
  overflow-y: hidden;
  overflow-x: hidden;
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-overflow-style: none;
  /* 适用于 Internet Explorer 和 Edge */
  scrollbar-width: none;
  /* 适用于 Firefox */
}
.heyueList .list::-webkit-scrollbar {
  display: none;
  /* 适用于 WebKit 浏览器 */
}
.heyueList .list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #fff;
  width: 224px;
  background: #203754;
  border-radius: 0px 0px 0px 0px;
  border-left: 4px solid #5b6874;
  padding: 30px 20px;
  box-sizing: border-box;
  text-decoration: none;
  margin-right: 20px;
}
.heyueList .list .item .tt {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 40px;
  overflow: hidden;
  /* 溢出隐藏 */
  display: -webkit-box;
  /* 老版弹性盒子，存在浏览器兼容问题，需要添加-webkit，表示内容在水平方向上的排放 */
  -webkit-line-clamp: 2;
  /* 溢出的行数 */
  -webkit-box-orient: vertical;
  /* 规定内容水平排放 */
  text-decoration: none;
  word-break: break-all;
}
.heyueList .list .item:hover .tt,
.heyueList .list .item:active .tt {
  color: #3cc8ff;
}
.heyueList .list .item ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dashed #fff;
  padding: 10px 0;
  font-size: 15px;
  line-height: 36px;
}
.heyueList .list .item ul li > span:nth-child(1) {
  white-space: nowrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.heyueList .list .item ul li > span:last-child {
  text-align: right;
}
@media screen and (max-width: 500px) {
  .heyueList .list {
    overflow-x: auto;
  }
  .heyueList .list .item {
    padding: 15px 10px;
    width: 190px;
    margin-right: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .heyueList .list .item .tt {
    font-size: 14px;
    min-height: 42px;
    margin-bottom: 0px;
  }
  .heyueList .list .item ul li {
    padding: 5px;
    font-size: 12px;
  }
}
.commonQuestion .list .item {
  padding: 30px 20px;
}
.commonQuestion .list .item:nth-child(2n + 1) {
  background: #112b4a;
}
.commonQuestion .list .item:nth-child(2n) {
  background: #fff;
  border: 1px solid #112b4a;
}
.commonQuestion .list .item:nth-child(2n) .tt {
  color: #333333;
}
.commonQuestion .list .item:nth-child(2n) .ans {
  color: #5a6874;
}
.commonQuestion .list .item .tt {
  font-size: 20px;
  color: #ffffff;
  line-height: 33px;
  margin-bottom: 20px;
  font-weight: bold;
}
.commonQuestion .list .item .ans {
  font-size: 20px;
  color: #ffffff;
  line-height: 33px;
}
.commonQuestion .list .item + .item {
  margin-top: 20px;
}
@media screen and (max-width: 500px) {
  .commonQuestion .list .item {
    padding: 15px 10px;
  }
  .commonQuestion .list .item .tt {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .commonQuestion .list .item .ans {
    font-size: 12px;
    color: #ffffff;
    line-height: 1.4;
  }
  .commonQuestion .list .item + .item {
    margin-top: 10px;
  }
}
.faq-simple {
  margin-bottom: 40px;
}
.faq-simple .faq-item {
  padding: 24px 0;
  border-bottom: 1px solid #e0e0e0;
}
.faq-simple .faq-item:last-child {
  border-bottom: none;
}
.faq-simple .faq-item .tt {
  font-size: 20px;
  font-weight: bold;
  color: #112b4a;
  margin-bottom: 10px;
  line-height: 1.5;
}
.faq-simple .faq-item .dd {
  font-size: 16px;
  color: #5A6874;
  line-height: 1.7;
}
.faq-simple .faq-item .dd a {
  color: #006EB6;
  text-decoration: none;
}
@media screen and (max-width: 500px) {
  .faq-simple .faq-item {
    padding: 16px 0;
  }
  .faq-simple .faq-item .tt {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .faq-simple .faq-item .dd {
    font-size: 14px;
    line-height: 1.6;
  }
}
.textTitleContentList ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.textTitleContentList ul li {
  width: calc(33.3% - 15px);
  display: block;
}
.textTitleContentList ul li .tt {
  font-size: 20px;
  color: #596774;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: bold;
  word-break: break-all;
}
.textTitleContentList ul li .content {
  font-size: 16px;
  color: #5a6874;
  line-height: 1.5;
  word-break: break-all;
}
@media screen and (max-width: 500px) {
  .textTitleContentList ul {
    display: block;
  }
  .textTitleContentList ul li {
    width: 100%;
    display: block;
  }
  .textTitleContentList ul li .tt {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .textTitleContentList ul li .content {
    font-size: 14px;
  }
  .textTitleContentList ul li + li {
    margin-top: 10px;
  }
}
.heyue-table {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0;
}
.heyue-table .contract-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  color: #333333;
  table-layout: fixed;
}
.heyue-table .contract-table th,
.heyue-table .contract-table td {
  padding: 15px 15px;
  border: 1px solid #bec7cb;
  vertical-align: middle;
  font-size: 14px;
  color: #5a6874;
  line-height: 1.5;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.heyue-table .contract-table th {
  background-color: #112b4a;
  color: white;
  font-weight: 500;
  white-space: nowrap;
  width: 16.66%;
  /* 每列平均分配宽度 */
}
.heyue-table .contract-table th:first-child {
  width: 16.7%;
  /* 第一列宽度 */
}
.heyue-table .contract-table .label-cell {
  background-color: #112b4a;
  font-weight: 500;
  text-align: left;
  color: white;
  padding: 30px 15px;
}
.heyue-table .contract-table thead tr td,
.heyue-table .contract-table thead tr th {
  text-align: center;
}
.heyue-table .contract-table tbody tr:hover {
  background-color: rgba(24, 144, 255, 0.1);
}
@media screen and (max-width: 500px) {
  .heyue-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .heyue-table .contract-table {
    font-size: 12px;
    table-layout: auto;
    min-width: 600px;
  }
  .heyue-table .contract-table th,
  .heyue-table .contract-table td {
    padding: 8px 5px;
    font-size: 12px;
    white-space: normal;
    -ms-text-size-adjust: none;
        text-size-adjust: none;
    -webkit-text-size-adjust: none;
  }
  .heyue-table .contract-table th {
    min-width: 150px;
  }
  .heyue-table .contract-table th:first-child {
    width: auto;
  }
  .heyue-table .contract-table .label-cell {
    padding: 12px 5px;
    min-width: 80px;
  }
}
.v2022.secret .normal-banner {
  width: 100%;
  height: 260px;
  background: -webkit-linear-gradient(left, #2f97c7, #08669d);
  background: linear-gradient(90deg, #2f97c7, #08669d);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.v2022.secret .normal-banner .text {
  font-size: 50px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.v2022.secret .normal-banner .text img {
  display: inline-block;
  width: 70px;
  margin-right: 30px;
}
.v2022.secret .content .prograph h3 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #112b4a;
  margin-bottom: 20px;
}
.v2022.secret .content .prograph ul li {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 30px;
  margin-bottom: 15px;
}
.v2022.secret .content .prograph ul.no li {
  margin-bottom: 0;
}
.v2022.secret .content .prograph p + ul {
  margin-top: 20px;
}
@media screen and (max-width: 500px) {
  .v2022.secret .main-title {
    margin-bottom: 30px;
  }
  .v2022.secret .normal-banner {
    height: 160px;
  }
  .v2022.secret .normal-banner .text {
    font-size: 28px;
  }
  .v2022.secret .normal-banner .text img {
    width: 30px;
    margin-right: 10px;
  }
  .v2022.secret .content .prograph h3 {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .v2022.secret .content .prograph ul li {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .v2022.secret .content .prograph ul.no li {
    margin-bottom: 0;
  }
  .v2022.secret .content .prograph p + ul {
    margin-top: 10px;
  }
  .v2022.secret .content .prograph p + p {
    margin-top: 10px;
  }
}
.v2022 .mh-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.v2022 .mh-list .mh-item {
  width: calc(50% - 20px);
}
.v2022 .mh-list .mh-item a {
  display: block;
  text-decoration: none;
}
.v2022 .mh-list .mh-item a:hover {
  color: #3cc8ff;
}
.v2022 .mh-list .mh-item .mh-item-title {
  display: block;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #112b4a;
  text-decoration: none;
}
.v2022 .mh-list .mh-item .mh-item-title:hover {
  color: #3cc8ff;
}
.v2022 .mh-list .mh-item .mh-item-img {
  display: block;
  width: 300px;
  position: relative;
  cursor: pointer;
}
.v2022 .mh-list .mh-item .mh-item-img img {
  display: block;
  width: 100%;
}
.v2022 .mh-preview {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
}
.v2022 .mh-preview .mh-preview-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.v2022 .mh-preview .mh-preview-box {
  position: relative;
  z-index: 2;
  width: 750px;
  max-width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  overflow-y: scroll;
}
.v2022 .mh-preview .mh-preview-box img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .v2022 .mh-list {
    display: block;
  }
  .v2022 .mh-list .mh-item {
    width: 100%;
  }
  .v2022 .mh-list .mh-item .mh-item-title {
    font-size: 16px;
  }
  .v2022 .mh-list .mh-item .mh-item-img {
    display: block;
    width: 200px;
  }
  .v2022 .mh-list .mh-item .mh-item-img::after {
    width: 16px;
    height: 16px;
    top: 15px;
    right: 15px;
  }
  .v2022 .mh-list .mh-item .mh-item-img::before {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .v2022 .mh-preview .mh-preview-box {
    height: 100%;
  }
}
.v2022.subscribe .main-title {
  border-bottom: 1px solid #BFBFBF;
}
.v2022.subscribe .form {
  padding: 0;
  border: none;
}
.v2022.subscribe .form-fields {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  padding: 0;
}
.v2022.subscribe .form-fields li {
  list-style: none;
}
.v2022.subscribe .form-fields li .form-item .label {
  font-size: 18px;
  color: #5A6874;
}
.v2022.subscribe .form-fields li .form-item .label strong {
  vertical-align: middle;
}
.v2022.subscribe .form-fields li .form-item .label a {
  color: #006eb6;
  text-decoration: none;
}
.v2022.subscribe .form-fields li .form-item .label a:hover {
  text-decoration: underline;
}
.v2022.subscribe .form-fields li .form-item p {
  padding-left: 24px;
}
.v2022.subscribe .form-fields li .form-item .field-input {
  margin-bottom: 5px;
}
.v2022.subscribe .form-fields li .ic-complete {
  display: none;
}
.v2022.subscribe .form-fields li input[type="checkbox"] {
  display: none;
}
.v2022.subscribe .form-fields li .iconfont {
  font-size: 22px;
  margin-right: 5px;
  vertical-align: middle;
}
.v2022.subscribe .form-fields li input[type="checkbox"] + .label .ic-uncheck-square {
  display: inline-block;
}
.v2022.subscribe .form-fields li input[type="checkbox"] + .label .ic-complete {
  display: none;
}
.v2022.subscribe .form-fields li input[type="checkbox"]:checked + .label .ic-uncheck-square {
  display: none;
}
.v2022.subscribe .form-fields li input[type="checkbox"]:checked + .label .ic-complete {
  display: inline-block;
}
.v2022.subscribe .form-fields .block-li {
  -ms-grid-column-span: 2;
  -ms-grid-column: 1;
      grid-column: 1 / span 2;
}
.v2022.subscribe .form-fields .block-li h4 {
  color: #112B4A;
}
.v2022.subscribe .form-fields .gap-line {
  border-bottom: 1px solid #BFBFBF;
}
.v2022.subscribe .form-box {
  background: #1F3374;
  padding: 30px;
}
.v2022.subscribe .form-box .form-fields h4 {
  color: #fff;
}
.v2022.subscribe .form-box p {
  color: #fff;
}
.v2022.subscribe .form-box .form-field {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
}
.v2022.subscribe .form-box .form-field .iconfont {
  color: #F94242;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0;
}
.v2022.subscribe .form-box .form-field .iconfont.show {
  opacity: 1;
}
.v2022.subscribe .form-box .form-field .require {
  color: #F94242;
}
.v2022.subscribe .form-box .field-input {
  display: block;
  padding: 10px;
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #081D37;
}
.v2022.subscribe .form-box .field-input input {
  background-color: transparent;
  border: none;
  color: #fff;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-radius: 2px;
  max-width: 100%;
}
.v2022.subscribe .form-box .field-input select {
  background-color: transparent;
  border: none;
  color: #fff;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-radius: 2px;
  max-width: 100%;
  font-family: "microsoft yahei";
}
.v2022.subscribe .form-box .field-input select option {
  background-color: #081D37;
  color: #fff;
}
.v2022.subscribe .form-box .error {
  color: #F94242;
  opacity: 0;
}
.v2022.subscribe .form-box .error.show {
  opacity: 1;
}
.v2022.subscribe .form-box .form-select .iconfont {
  right: 30px;
}
.v2022.subscribe .form-box .block-li .field-input {
  width: 100%;
  background-color: transparent;
  padding: 5px 0;
}
.v2022.subscribe .form-box .block-li .field-input .label {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
}
.v2022.subscribe .form-box .submit {
  background: #006EB6;
  border-radius: 4px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .v2022.subscribe .main-title {
    font-size: 26px !important;
  }
  .v2022.subscribe .form-fields {
    display: block;
  }
  .v2022.subscribe .form-fields li {
    margin-bottom: 20px;
  }
  .v2022.subscribe .form-fields li .form-item p {
    padding-left: 0;
  }
  .v2022.subscribe .form-fields .agree {
    margin-bottom: 0px;
  }
  .v2022.subscribe .form-fields .agree .field-input .label {
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .v2022.subscribe .form-fields .agree .field-input .label::before {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 5px;
  }
  .v2022.subscribe .form-box {
    padding: 15px;
    width: 100%;
    box-sizing: content-box;
    position: relative;
    left: -15px;
  }
  .v2022.subscribe .form-box .form-fields {
    padding: 0;
  }
  .v2022.subscribe .form-box .field-input {
    width: 100%;
    box-sizing: border-box;
  }
}
:global .video-js .vjs-tech {
  object-fit: cover;
}
.v2022.infographics-detail .pageContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v2022.infographics-detail .pageContainer .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  min-width: 0;
}
.v2022.infographics-detail .pageContainer .left .limit-time {
  font-size: 14px;
  color: #596774;
  margin-bottom: 40px;
}
.v2022.infographics-detail .pageContainer .left .limit-time i {
  color: #55cfff;
  font-size: 16px;
}
.v2022.infographics-detail .pageContainer .left .content img {
  width: 100%;
}
.v2022.infographics-detail .pageContainer .right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 40px;
}
.v2022.infographics-detail .pageContainer .right .share-list {
  width: 50px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.v2022.infographics-detail .pageContainer .recommend {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  margin-top: 56px;
  margin-bottom: 20px;
  padding-top: 8px;
  box-sizing: border-box;
  background: #ffffff;
}
.v2022.infographics-detail .pageContainer .recommend > .second-title {
  margin-bottom: 4px;
}
.v2022.infographics-detail .pageContainer .recommend ul {
  list-style: none;
  padding: 0;
  margin: 28px auto 0;
  max-width: 1120px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 48px;
  justify-items: stretch;
}
.v2022.infographics-detail .pageContainer .recommend ul li {
  padding: 0;
  margin: 0;
  border: none;
}
.v2022.infographics-detail .pageContainer .recommend ul li a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  height: 100%;
  color: inherit;
}
.v2022.infographics-detail .pageContainer .recommend ul li a .limit-time {
  font-size: 14px;
  color: #596774;
  margin-bottom: 10px;
}
.v2022.infographics-detail .pageContainer .recommend ul li a .limit-time i {
  color: #55cfff;
  font-size: 16px;
}
.v2022.infographics-detail .pageContainer .recommend ul li a img {
  display: block;
  width: 96px;
  height: 128px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 2px;
}
.v2022.infographics-detail .pageContainer .recommend ul li a .box {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  min-width: 0;
}
.v2022.infographics-detail .pageContainer .recommend ul li a .box p {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #006db5;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .v2022.infographics-detail .pageContainer .recommend ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 36px;
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .v2022.infographics-detail .pageContainer {
    display: block;
  }
  .v2022.infographics-detail .pageContainer .left .limit-time {
    font-size: 14px;
    color: #596774;
    margin-bottom: 20px;
  }
  .v2022.infographics-detail .pageContainer .left .limit-time i {
    color: #55cfff;
    font-size: 16px;
  }
  .v2022.infographics-detail .pageContainer .left .content img {
    width: 100%;
  }
  .v2022.infographics-detail .pageContainer .right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 0px;
  }
  .v2022.infographics-detail .pageContainer .right .share-list {
    width: 50px;
    display: none;
  }
  .v2022.infographics-detail .pageContainer .recommend {
    margin-top: 36px;
    padding-top: 0;
  }
  .v2022.infographics-detail .pageContainer .recommend ul {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 28px;
    max-width: 100%;
  }
  .v2022.infographics-detail .pageContainer .recommend ul li a {
    gap: 14px;
  }
  .v2022.infographics-detail .pageContainer .recommend ul li a img {
    width: 88px;
    height: 118px;
  }
  .v2022.infographics-detail .pageContainer .recommend ul li a .box p {
    font-size: 15px;
    line-height: 1.45;
  }
}
.v2022.derivative-define .pageContainer {
  clear: both;
  overflow: hidden;
}
.v2022.derivative-define .pageContainer .page-left {
  width: 30%;
  float: left;
  margin-top: 61px;
}
.v2022.derivative-define .pageContainer .page-right {
  margin-left: 33%;
  margin-top: 61px;
}
.v2022.derivative-define .tools .tt {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #112b4a;
  line-height: 32px;
  margin-bottom: 15px;
}
.v2022.derivative-define .tools .list {
  width: 180px;
}
.v2022.derivative-define .tools .list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  color: #006eb6;
  text-decoration: none;
}
.v2022.derivative-define .tools .list a span {
  text-decoration: underline;
}
.v2022.derivative-define .tools .list a:last-child {
  margin-bottom: 0;
}
.v2022.derivative-define .tools .list a .iconfont {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.v2022.derivative-define .comic-futures-card {
  display: block;
  position: relative;
  margin-top: 40px;
  padding: 40px;
  text-decoration: none;
  background: url('/templates/1/default/assets/v2022/img/2026-1-1.png') center/cover no-repeat;
  height: 198px;
  box-sizing: border-box;
  overflow: hidden;
}
.v2022.derivative-define .comic-futures-card .comic-futures-label {
  display: block;
  font-size: 18px;
  color: #3cc8ff;
  font-family: Microsoft YaHei;
  margin-bottom: 24px;
}
.v2022.derivative-define .comic-futures-card .comic-futures-desc {
  font-weight: 400;
  font-size: 30px;
  color: #FFFFFF;
  font-family: Microsoft YaHei;
  line-height: 30px;
  max-width: 90%;
}
.v2022.derivative-define .comic-futures-card .comic-futures-link-box {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.v2022.derivative-define .comic-futures-card .comic-futures-link-text {
  font-size: 18px;
  color: #fff;
}
.v2022.derivative-define .comic-futures-card .comic-futures-link-icon {
  background: #3cc8ff;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.v2022.derivative-define .comic-futures-card .comic-futures-link-icon .iconfont {
  font-size: 24px;
  color: #0E1D35;
}
@media screen and (max-width: 500px) {
  .v2022.derivative-define .comic-futures-card {
    margin-top: 20px;
    padding: 20px;
    height: auto;
    min-height: 140px;
  }
  .v2022.derivative-define .comic-futures-card .comic-futures-label {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .v2022.derivative-define .comic-futures-card .comic-futures-desc {
    font-size: 18px;
    line-height: 24px;
    max-width: 75%;
    padding-bottom: 10px;
  }
  .v2022.derivative-define .comic-futures-card .comic-futures-link-text {
    font-size: 14px;
  }
  .v2022.derivative-define .comic-futures-card .comic-futures-link-icon {
    width: 40px;
    height: 40px;
  }
  .v2022.derivative-define .comic-futures-card .comic-futures-link-icon .iconfont {
    font-size: 18px;
  }
  .v2022.derivative-define .crumb {
    margin-top: 50px;
  }
  .v2022.derivative-define .crumb .nPageContainer {
    padding: 0;
  }
  .v2022.derivative-define .bb-banner {
    display: none;
  }
  .v2022.derivative-define .pageContainer {
    clear: both;
    overflow: hidden;
  }
  .v2022.derivative-define .pageContainer .page-left {
    width: 100%;
  }
  .v2022.derivative-define .pageContainer .page-right {
    margin-left: 0px;
  }
}
.v2022.derivative .search-box {
  background: #f1f5f7;
  padding: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.v2022.derivative .search-box .input-box {
  display: block;
  background: #ebeded;
  padding: 0 15px;
  margin: 0 10px 0 0;
  border-radius: 0;
  width: auto;
  height: auto;
}
.v2022.derivative .search-box .input {
  display: block;
  width: 300px;
  height: 40px;
  background: none;
  line-height: 40px;
  font-size: 15px;
  box-sizing: border-box;
  border: none;
  padding: 0;
  margin: 0;
  color: #596774;
}
.v2022.derivative .search-box .input::-webkit-input-placeholder {
  color: #596774;
}
.v2022.derivative .search-box .input::-moz-placeholder {
  color: #596774;
}
.v2022.derivative .search-box .input:-ms-input-placeholder {
  color: #596774;
}
.v2022.derivative .search-box .input::placeholder {
  color: #596774;
}
.v2022.derivative .search-box .btn {
  width: 80px;
  height: 40px;
  background: #006db5;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .v2022.derivative .search-box {
    padding: 0;
    overflow: hidden;
  }
  .v2022.derivative .search-box .input-box {
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .v2022.derivative .search-box .input-box .input {
    width: 100%;
  }
  .v2022.derivative .search-box .select {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .v2022.derivative .search-box .select .input {
    width: 100%;
  }
  .v2022.derivative .search-box .btn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.v2022.weekDetail .paginationBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v2022.weekDetail .paginationBox > div {
  font-size: 16px;
  color: #596774;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 1.6;
}
.v2022.weekDetail .paginationBox > div a {
  color: #006DB5;
}
.v2022.weekDetail .relative {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 30% 30%;
      grid-template-columns: repeat(3, minmax(0, 30%));
  gap: 10px 5%;
}
.v2022.weekDetail .relative .r-item {
  min-width: 0;
}
.v2022.weekDetail .relative .r-item .tt {
  font-size: 20px;
  color: #112B49;
  font-weight: bold;
}
.v2022.weekDetail .relative .r-item ul {
  padding: 0;
  margin: 0;
}
.v2022.weekDetail .relative .r-item ul li {
  list-style: none;
  min-width: 0;
}
.v2022.weekDetail .relative .r-item ul li a {
  display: block;
  color: #006DB5;
  line-height: 1.6;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.v2022.weekDetail .m-scroll-tt {
  display: none;
}
@media screen and (max-width: 767px) {
  .v2022.weekDetail .paginationBox {
    display: block;
  }
  .v2022.weekDetail .paginationBox > div {
    width: 100%;
  }
  .v2022.weekDetail .relative {
    -ms-grid-columns: 1fr;
        grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .v2022.weekDetail .relative .r-item {
    display: none;
  }
  .v2022.weekDetail .relative .r-item .tt {
    display: none;
  }
  .v2022.weekDetail .relative .r-item.active {
    display: block;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  .v2022.weekDetail .m-scroll-tt {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30% 30% 30%;
        grid-template-columns: repeat(3, minmax(0, 30%));
    gap: 10px 5%;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .v2022.weekDetail .m-scroll-tt .tt {
    font-size: 16px;
    color: #112B49;
    font-weight: bold;
    min-width: 0;
    text-align: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }
  .v2022.weekDetail .m-scroll-tt .tt span {
    display: block;
    max-width: 100%;
    border-bottom: 2px solid transparent;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .v2022.weekDetail .m-scroll-tt .tt.active {
    color: #006DB5;
  }
  .v2022.weekDetail .m-scroll-tt .tt.active span {
    border-bottom: 2px solid #006DB5;
  }
}
.v2022.login .main-title {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 50px;
}
.v2022.login .login-sub-title {
  font-weight: bold;
  color: #112b4a;
  font-size: 24px;
  margin-bottom: 20px;
}
.v2022.login .login-desc {
  font-size: 18px;
  color: #596774;
  line-height: 30px;
  margin-bottom: 80px;
}
.v2022.login .pt-80 {
  padding-top: 80px;
}
.v2022.login .form {
  padding: 0;
  border: none;
}
.v2022.login .form-fields {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  padding: 0;
}
.v2022.login .form-fields li {
  list-style: none;
}
.v2022.login .form-fields li .form-item .label {
  font-size: 18px;
  color: #5a6874;
}
.v2022.login .form-fields li .form-item .label strong {
  vertical-align: middle;
}
.v2022.login .form-fields li .form-item .label a {
  color: #006eb6;
  text-decoration: none;
}
.v2022.login .form-fields li .form-item .label a:hover {
  text-decoration: underline;
}
.v2022.login .form-fields li .form-item p {
  padding-left: 24px;
}
.v2022.login .form-fields li .form-item .field-input {
  margin-bottom: 5px;
}
.v2022.login .form-fields li .ic-complete {
  display: none;
}
.v2022.login .form-fields li input[type='checkbox'] {
  display: none;
}
.v2022.login .form-fields li .iconfont {
  font-size: 22px;
  margin-right: 5px;
  vertical-align: middle;
}
.v2022.login .form-fields li input[type='checkbox'] + .label .ic-uncheck-square {
  display: inline-block;
}
.v2022.login .form-fields li input[type='checkbox'] + .label .ic-complete {
  display: none;
}
.v2022.login .form-fields li input[type='checkbox']:checked + .label .ic-uncheck-square {
  display: none;
}
.v2022.login .form-fields li input[type='checkbox']:checked + .label .ic-complete {
  display: inline-block;
}
.v2022.login .form-fields .block-li {
  -ms-grid-column-span: 2;
  -ms-grid-column: 1;
      grid-column: 1 / span 2;
}
.v2022.login .form-fields .block-li h4 {
  color: #112b4a;
}
.v2022.login .form-fields .gap-line {
  border-bottom: 1px solid #bfbfbf;
}
.v2022.login .form-box {
  background: #313d47;
  padding: 60px 40px;
}
.v2022.login .form-box .form-fields h4 {
  color: #fff;
}
.v2022.login .form-box p {
  color: #fff;
}
.v2022.login .form-box .form-field {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
}
.v2022.login .form-box .form-field .iconfont {
  color: #f94242;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0;
}
.v2022.login .form-box .form-field .iconfont.show {
  opacity: 1;
}
.v2022.login .form-box .form-field .require {
  color: #f94242;
}
.v2022.login .form-box .field-input {
  display: block;
  padding: 10px;
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #475159;
  border: solid 1px #6b7379;
}
.v2022.login .form-box .field-input.field-input1 {
  border: none;
}
.v2022.login .form-box .field-input.field-input1 .label {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.v2022.login .form-box .field-input.field-input1 .label .label-text {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 1px;
}
.v2022.login .form-box .field-input input {
  background-color: transparent;
  border: none;
  color: #fff;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-radius: 2px;
  max-width: 100%;
}
.v2022.login .form-box .field-input select {
  background-color: transparent;
  border: none;
  color: #fff;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-radius: 2px;
  max-width: 100%;
  font-family: 'microsoft yahei';
}
.v2022.login .form-box .field-input select option {
  background-color: #081d37;
  color: #fff;
}
.v2022.login .form-box .error {
  color: #f94242;
  opacity: 0;
}
.v2022.login .form-box .error.show {
  opacity: 1;
}
.v2022.login .form-box .form-select .iconfont {
  right: 30px;
}
.v2022.login .form-box .block-li .field-input {
  width: 100%;
  background-color: transparent;
  padding: 5px 0;
}
.v2022.login .form-box .block-li .field-input .label {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
}
.v2022.login .form-box .submit {
  background: #25a9df;
  border-radius: 4px;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .v2022.login .nPageContainer {
    padding-bottom: 30px;
  }
  .v2022.login .main-title {
    font-size: 24px !important;
    line-height: 36px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .v2022.login .pt-80 {
    padding-top: 40px;
  }
  .v2022.login .login-sub-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .v2022.login .login-desc {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 40px;
  }
  .v2022.login .form-fields {
    display: block;
  }
  .v2022.login .form-fields li {
    margin-bottom: 20px;
  }
  .v2022.login .form-fields li .form-item p {
    padding-left: 0;
  }
  .v2022.login .form-fields .agree {
    margin-bottom: 20px;
  }
  .v2022.login .form-fields .agree .field-input .label {
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .v2022.login .form-fields .agree .field-input .label::before {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 5px;
  }
  .v2022.login .form-box {
    padding: 15px;
    width: 100%;
    box-sizing: content-box;
    position: relative;
    left: -15px;
  }
  .v2022.login .form-box .form-fields {
    padding: 0;
  }
  .v2022.login .form-box .field-input {
    width: 100%;
    box-sizing: border-box;
  }
  .v2022.login .form-box .field-input.field-input1 {
    border: none;
  }
  .v2022.login .form-box .field-input.field-input1 .label {
    font-size: 14px;
    height: auto;
    line-height: 30px!important;
  }
  .v2022.login .form-box .field-input.field-input1 .label .label-text {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    top: 2px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    top: 0;
  }
  .v2022.login .form-box .submit {
    all: inherit;
    -webkit-appearance: none;
    display: inline-block;
    background: #25a9df;
    border-radius: 4px;
    border: none;
    color: #ffffff !important;
    font-size: 16px;
    padding: 10px 30px;
    cursor: pointer;
  }
}
:global .video-js .vjs-tech {
  object-fit: cover;
}
.v2022.regulatory-notice .main .nPageContainer {
  color: #596774;
}
.v2022.regulatory-notice .main .nPageContainer a {
  color: #006db5;
}
.v2022.regulatory-notice .main .nPageContainer .title {
  font-size: 32px;
  font-weight: bold;
  color: #112b49;
  padding-bottom: 15px;
  border-bottom: solid #45c9fd 4px;
  margin-bottom: 30px;
}
.v2022.regulatory-notice .main .nPageContainer .sub-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v2022.regulatory-notice .main .nPageContainer .sub-desc .desc {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  font-size: 20px;
  color: #596774;
  line-height: 30px;
  margin-right: 40px;
}
.v2022.regulatory-notice .main .nPageContainer .sub-desc .btn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.v2022.regulatory-notice .main .nPageContainer .sub-desc .btn-list .btn1 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 220px;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 14px 38px;
  border-radius: 10px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  line-height: 24px;
  -webkit-transition: all ease-in 200ms;
  transition: all ease-in 200ms;
  text-decoration: none;
  background: #006eb6;
  color: #ffffff;
}
.v2022.regulatory-notice .main .nPageContainer .sub-desc .btn-list .btn1:hover {
  background: #3cc8ff;
  color: #112b4a;
}
.v2022.regulatory-notice .main .nPageContainer .sub-desc .btn-list .btn2 {
  display: block;
  box-sizing: border-box;
  padding: 14px 25px;
  width: 340px;
  height: 70px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  background: #006eb6;
  color: #ffffff;
  text-decoration: none;
}
.v2022.regulatory-notice .main .nPageContainer .sub-desc .btn-list .btn2:hover {
  background: #3cc8ff;
  color: #112b4a;
}
.v2022.regulatory-notice .main .nPageContainer .main-content .sub-title {
  font-size: 24px;
  margin-bottom: 50px;
  font-weight: bold;
  color: #112b49;
  line-height: 32px;
}
.v2022.regulatory-notice .main .nPageContainer .main-content .qa-list .qa-item {
  border-bottom: 1px solid #9fa5ab;
  padding-bottom: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.v2022.regulatory-notice .main .nPageContainer .main-content .qa-list .qa-item .question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 20px;
  font-weight: bold;
  color: #112b49;
  line-height: 30px;
}
.v2022.regulatory-notice .main .nPageContainer .main-content .qa-list .qa-item .question .icon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  color: #3bc7ff;
  cursor: pointer;
}
.v2022.regulatory-notice .main .nPageContainer .main-content .qa-list .qa-item .question .icon.unfold::after {
  content: '+';
}
.v2022.regulatory-notice .main .nPageContainer .main-content .qa-list .qa-item .question .icon::after {
  content: '-';
}
.v2022.regulatory-notice .main .nPageContainer .main-content .qa-list .qa-item .answer {
  font-size: 16px;
  color: #596774;
  line-height: 24px;
  margin-top: 18px;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  overflow: hidden;
  height: auto;
}
.v2022.regulatory-notice .main .nPageContainer .main-content .qa-list .qa-item .answer.hidden {
  margin-top: 0;
  height: 0;
}
.v2022.regulatory-notice .main .nPageContainer .main-content .qa-list .qa-item .answer i {
  font-weight: bold;
}
.v2022.regulatory-notice .main .nPageContainer .main-content .qa-list .qa-item .answer .arrow {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.v2022.regulatory-notice .main .nPageContainer .main-content .qa-list .qa-item .answer .arrow:hover::after {
  background-image: url('/templates/1/default/assets/v2022/img/iconRight22.png');
}
.v2022.regulatory-notice .main .nPageContainer .main-content .qa-list .qa-item .answer .arrow::after {
  content: '';
  width: 14px;
  height: 14px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin-left: 4px;
  background: url('/templates/1/default/assets/v2022/img/iconRight21.png') no-repeat center / cover;
}
@media screen and (max-width: 500px) {
  .v2022.regulatory-notice .main .nPageContainer .title {
    font-size: 21px;
    font-weight: bold;
    color: #112b49;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom-width: 2px;
  }
  .v2022.regulatory-notice .main .nPageContainer .sub-desc {
    display: block;
  }
  .v2022.regulatory-notice .main .nPageContainer .sub-desc .desc {
    margin-right: 0;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .v2022.regulatory-notice .main .nPageContainer .sub-desc .btn-list {
    display: block;
  }
  .v2022.regulatory-notice .main .nPageContainer .sub-desc .btn-list .btn1 {
    display: block;
    width: 100%;
    height: auto;
    font-size: 15px;
    line-height: 24px;
    padding: 12px 0;
    margin-bottom: 10px;
  }
  .v2022.regulatory-notice .main .nPageContainer .sub-desc .btn-list .btn2 {
    width: 100%;
    height: auto;
    font-size: 15px;
    line-height: 24px;
    padding: 15px 40px;
  }
  .v2022.regulatory-notice .main .nPageContainer .main-content .sub-title {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .v2022.regulatory-notice .main .nPageContainer .main-content .qa-list .qa-item {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .v2022.regulatory-notice .main .nPageContainer .main-content .qa-list .qa-item .question {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .v2022.regulatory-notice .main .nPageContainer .main-content .qa-list .qa-item .question .icon {
    display: none;
  }
  .v2022.regulatory-notice .main .nPageContainer .main-content .qa-list .qa-item .answer {
    font-size: 14px;
    line-height: 24px;
  }
}
.lv-qihuo .notice-box {
  display: inline-block;
  position: relative;
}
.lv-qihuo .notice-box .notice-content {
  display: none;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  background: #fff;
  border-radius: 20px;
  color: #112b49;
  font-size: 15px;
  line-height: 2;
  padding: 20px;
  width: 266px;
  box-sizing: border-box;
}
.lv-qihuo .notice-box .notice-content::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-90%, -50%);
      -ms-transform: translate(-90%, -50%);
          transform: translate(-90%, -50%);
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: transparent #fff transparent transparent;
}
.lv-qihuo .notice-box.active .notice-content {
  display: block;
}
.lv-qihuo .change-tt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lv-qihuo .change-tt .change {
  border-radius: 4px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.lv-qihuo .change-tt .change .change-btn {
  background: #f1f5f7;
  font-size: 14px;
  line-height: 32px;
  color: #656565;
  padding: 0 20px;
  cursor: pointer;
}
.lv-qihuo .change-tt .change .change-btn.active {
  color: #fff;
  background: #006db5;
}
.lv-qihuo .qiquan-list {
  border: 1px solid #cfd7db;
  display: none;
}
.lv-qihuo .qiquan-list.active {
  display: block;
}
.lv-qihuo .qiquan-list li {
  border-bottom: 1px solid #cfd7db;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0;
}
.lv-qihuo .qiquan-list li:last-child {
  border-bottom: none;
}
.lv-qihuo .qiquan-list li .label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 20px;
  font-size: 14px;
  color: #fff;
  width: 20%;
  background: #112b49;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.lv-qihuo .qiquan-list li .value {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 20px;
  font-size: 14px;
  color: #656565;
  line-height: 1.5;
  background: #f1f5f7;
}
@media screen and (max-width: 500px) {
  .lv-qihuo .notice-box .notice-content {
    border-radius: 15px;
    line-height: 2;
    font-size: 14px;
    padding: 15px;
    width: 240px;
  }
  .lv-qihuo .qiquan-list li:last-child {
    border-bottom: none;
  }
  .lv-qihuo .qiquan-list li .label {
    padding: 10px;
    width: 22%;
  }
  .lv-qihuo .qiquan-list li .value {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 10px;
  }
}
.monthCode h1 {
  text-align: center;
}
.monthCode .flex-center-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.monthCode .monthCode-list-wrapper {
  width: 500px;
  margin-right: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.monthCode .monthCode-list-wrapper .month-cdeo-list {
  text-align: center;
  width: 500px;
  margin: 0 auto;
  max-width: 100%;
  border: 1px solid #c1c9cd;
}
.monthCode .monthCode-list-wrapper .month-cdeo-list .item {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: center;
}
.monthCode .monthCode-list-wrapper .month-cdeo-list .item > span {
  display: block;
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 20px 10px;
  font-size: 16px;
  color: #122c49;
  box-sizing: border-box;
}
.monthCode .monthCode-list-wrapper .month-cdeo-list .item > span:nth-child(1) {
  border-right: 1px solid #c1c9cd;
}
.monthCode .monthCode-list-wrapper .month-cdeo-list .item:nth-child(2n) {
  background-color: #f1f5f7;
}
.monthCode .monthCode-list-wrapper .month-cdeo-list .item.thead {
  background-color: #112b49;
}
.monthCode .monthCode-list-wrapper .month-cdeo-list .item.thead > span {
  color: #fff;
}
.monthCode .month-cdeo-tutorial {
  display: inline-block;
  width: 300px;
  height: 120px;
  margin-top: 126px;
  background: #112b4a;
  box-sizing: border-box;
  padding: 25px 30px;
  font-size: 24px;
  line-height: 36px;
  position: relative;
}
.monthCode .month-cdeo-tutorial .month-cdeo-item-title {
  color: #3cc8ff;
}
.monthCode .month-cdeo-tutorial .month-cdeo-item-text {
  color: #fff;
}
.monthCode .month-cdeo-tutorial .month-cdeo-item-arrow {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
  bottom: 0;
  background-color: #7fdbff;
  width: 50px;
  height: 50px;
}
.monthCode .month-cdeo-tutorial .month-cdeo-item-arrow .iconfont {
  color: #081d37;
  font-size: 24px;
}
@media screen and (max-width: 500px) {
  .monthCode .flex-center-wrapper {
    display: block;
  }
  .monthCode .flex-center-wrapper {
    display: block;
  }
  .monthCode .monthCode-list-wrapper {
    width: auto;
    margin-right: 0;
  }
  .monthCode .month-cdeo-tutorial {
    width: 100%;
    margin-top: 20px;
  }
}
.v2022 .market-data .market-data-card-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.v2022 .market-data .market-data-card-list .card-item {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  width: 33%;
  text-decoration: none;
  padding: 30px 20px 20px;
  background-color: #112B49;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.v2022 .market-data .market-data-card-list .card-item:nth-child(2) {
  margin: 0 30px;
}
.v2022 .market-data .market-data-card-list .card-item .card-title {
  margin-bottom: 20px;
}
.v2022 .market-data .market-data-card-list .card-item .card-title .iconfont {
  font-size: 20px;
  color: #3CC8FF;
}
.v2022 .market-data .market-data-card-list .card-item .card-desc {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.v2022 .market-data .market-data-summary-wrapper {
  background-color: #112B4A;
  padding: 0 20px;
}
.v2022 .market-data .market-data-summary-wrapper .market-data-summary-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px 0;
  line-height: 1.4;
  border-bottom: solid 1px #257BA5;
  color: #fff;
}
.v2022 .market-data .market-data-summary-wrapper .market-data-summary-item:last-child {
  border-bottom: none;
}
.v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .left {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
}
.v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .left .title1 {
  font-size: 20px;
  font-weight: bold;
  color: #e3e935;
}
.v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .left .title2 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .left .desc {
  font-size: 16px;
  color: #fff;
}
.v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .left a {
  font-size: 20px;
  color: #3cc8ff;
  text-decoration: none;
}
.v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .left a .iconfont {
  font-size: 20px;
  margin-left: 5px;
}
.v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .right {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 500px;
  margin-left: 60px;
  background-color: #081D37;
  padding: 0 40px;
}
.v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .right .item {
  border-bottom: 2px solid #257ba5;
  padding: 30px 0;
}
.v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .right .item:last-child {
  border-bottom: none;
}
.v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .right .item .number {
  font-size: 34px;
  color: #2AE303;
}
.v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .right .item .label {
  font-size: 16px;
  font-weight: bold;
}
.v2022 .market-data .message-card-list-title .message-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.v2022 .market-data .message-card-list-title .message-title .message-title-item {
  font-size: 34px;
  font-weight: bold;
  color: #112b4a;
}
.v2022 .market-data .message-card-list-title .message-title .message-title-more {
  font-size: 16px;
  color: #006eb6;
}
.v2022 .market-data .message-card-list-title .tip {
  font-size: 16px;
  color: #5D6873;
}
.v2022 .market-data .concat-wrapper {
  color: #fff;
  height: 200px;
  box-sizing: border-box;
  padding: 50px 40px;
  background: url('/templates/1/default/assets/v2022/img/termSofr/bottom.jpg') center no-repeat;
}
.v2022 .market-data .concat-wrapper .title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 25px;
}
.v2022 .market-data .concat-wrapper .tip {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 500px) {
  .v2022 .market-data .market-data-card-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .v2022 .market-data .market-data-card-list .card-item {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: auto;
    text-decoration: none;
    padding: 15px 10px 10px;
    background-color: #112B49;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
  }
  .v2022 .market-data .market-data-card-list .card-item:nth-child(2) {
    margin: 10px 0;
  }
  .v2022 .market-data .market-data-card-list .card-item .card-title {
    margin-bottom: 10px;
  }
  .v2022 .market-data .market-data-card-list .card-item .card-title .iconfont {
    font-size: 12px;
    color: #3CC8FF;
  }
  .v2022 .market-data .market-data-card-list .card-item .card-desc {
    font-size: 12px;
    line-height: 1.6;
    color: #fff;
  }
  .v2022 .market-data .market-data-summary-wrapper {
    padding: 0 10px;
  }
  .v2022 .market-data .market-data-summary-wrapper .market-data-summary-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 20px 0;
    line-height: 1.4;
  }
  .v2022 .market-data .market-data-summary-wrapper .market-data-summary-item:last-child {
    border-bottom: none;
  }
  .v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .left {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
  .v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .left .title1 {
    font-size: 14px;
  }
  .v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .left .title2 {
    font-size: 16px;
  }
  .v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .left .desc {
    font-size: 12px;
    color: #fff;
  }
  .v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .left a {
    font-size: 14px;
  }
  .v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .left a .iconfont {
    font-size: 14px;
    margin-left: 5px;
  }
  .v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .right {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: auto;
    margin-left: 0;
    margin-top: 10px;
    padding: 0 20px;
  }
  .v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .right .item {
    border-bottom: 2px solid #257ba5;
    padding: 15px 0;
  }
  .v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .right .item:last-child {
    border-bottom: none;
  }
  .v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .right .item .number {
    font-size: 18px;
    color: #2AE303;
  }
  .v2022 .market-data .market-data-summary-wrapper .market-data-summary-item .right .item .label {
    font-size: 12px;
    font-weight: bold;
  }
  .v2022 .market-data .message-card-list-title .message-title .message-title-item {
    font-size: 18px;
  }
  .v2022 .market-data .message-card-list-title .message-title .message-title-more {
    font-size: 12px;
  }
  .v2022 .market-data .message-card-list-title .tip {
    font-size: 12px;
    color: #5D6873;
  }
  .v2022 .market-data .concat-wrapper {
    height: 125px;
    padding: 20px ;
    background: url('/templates/1/default/assets/v2022/img/termSofr/bottomM.png') center no-repeat;
    border-radius: 5px;
  }
  .v2022 .market-data .concat-wrapper .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .v2022 .market-data .concat-wrapper .tip {
    font-size: 12px;
  }
}
.v2022 .data-training-center .sub-desc {
  font-size: 16px;
  color: #5A6874;
}
.v2022 .data-training-center .data-training-card-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.v2022 .data-training-center .data-training-card-list .card-item {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  margin-right: 30px;
  margin-bottom: 30px;
  width: 25%;
  height: 187px;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 1px rgba(167, 167, 167, 0.2);
  color: #5A6874;
  padding: 30px 20px;
  box-sizing: border-box;
}
.v2022 .data-training-center .data-training-card-list .card-item:nth-child(3n) {
  margin-right: 0;
}
.v2022 .data-training-center .data-training-card-list .card-item .card-title {
  font-size: 20px;
  font-weight: bold;
}
.v2022 .data-training-center .data-training-card-list .card-item .card-desc {
  font-size: 16px;
  line-height: 30px;
}
.v2022 .data-training-center .data-training-qa-wrapper a {
  text-decoration: none;
}
.v2022 .data-training-center .data-training-qa-wrapper .qa-title {
  font-size: 24px;
  color: #112B4A;
}
.v2022 .data-training-center .data-training-qa-wrapper .qa-item {
  color: #5A6874;
}
.v2022 .data-training-center .data-training-qa-wrapper .qa-item .qa-question {
  font-weight: bold;
  font-size: 20px;
}
.v2022 .data-training-center .data-training-qa-wrapper .qa-item .qa-answer {
  font-size: 16px;
  line-height: 1.6;
}
.v2022 .data-training-center .concat-wrapper {
  color: #fff;
  height: 200px;
  box-sizing: border-box;
  padding: 50px 40px;
  background: url('/templates/1/default/assets/v2022/img/termSofr/bottom.jpg') center no-repeat;
}
.v2022 .data-training-center .concat-wrapper .title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 25px;
}
.v2022 .data-training-center .concat-wrapper .tip {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 500px) {
  .v2022 .data-training-center .sub-desc {
    font-size: 12px;
  }
  .v2022 .data-training-center .data-training-card-list {
    display: block;
  }
  .v2022 .data-training-center .data-training-card-list .card-item {
    width: 100%;
    height: auto;
    padding: 15px 10px;
  }
  .v2022 .data-training-center .data-training-card-list .card-item .card-title {
    font-size: 14px;
  }
  .v2022 .data-training-center .data-training-card-list .card-item .card-desc {
    font-size: 12px;
    line-height: 1.6;
  }
  .v2022 .data-training-center .data-training-qa-wrapper .qa-title {
    font-size: 16px;
  }
  .v2022 .data-training-center .data-training-qa-wrapper .qa-item .qa-question {
    font-weight: bold;
    font-size: 14px;
  }
  .v2022 .data-training-center .data-training-qa-wrapper .qa-item .qa-answer {
    font-size: 12px;
    line-height: 1.6;
  }
  .v2022 .data-training-center .concat-wrapper {
    height: 125px;
    padding: 20px ;
    background: url('/templates/1/default/assets/v2022/img/termSofr/bottomM.png') center no-repeat;
    border-radius: 5px;
  }
  .v2022 .data-training-center .concat-wrapper .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .v2022 .data-training-center .concat-wrapper .tip {
    font-size: 12px;
  }
}
.v2022 .futures-and-options-data .futures-and-options-data-list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #fff;
  line-height: 1.6;
  padding: 30px 20px;
  background-color: #112B4A;
}
.v2022 .futures-and-options-data .futures-and-options-data-list .item .left {
  width: 45%;
  border-right: solid 1px #3CC8FF;
  padding-right: 40px;
}
.v2022 .futures-and-options-data .futures-and-options-data-list .item .left .title {
  font-size: 24px;
  font-weight: bold;
}
.v2022 .futures-and-options-data .futures-and-options-data-list .item .left .desc {
  font-size: 16px;
}
.v2022 .futures-and-options-data .futures-and-options-data-list .item .right {
  width: 55%;
  padding-left: 40px;
}
.v2022 .futures-and-options-data .futures-and-options-data-list .item .right .title {
  font-size: 20px;
  font-weight: bold;
}
.v2022 .futures-and-options-data .futures-and-options-data-list .item .right .product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 20px;
  color: #fff;
  line-height: 30px;
}
.v2022 .futures-and-options-data .futures-and-options-data-list .item .right .product-list a {
  width: 40%;
  color: #fff;
  text-decoration: none;
}
.v2022 .futures-and-options-data .futures-and-options-data-list .item .right .product-list a:nth-child(odd) {
  margin-right: 40px;
}
.v2022 .futures-and-options-data .futures-and-options-data-qa-wrapper a {
  text-decoration: none;
}
.v2022 .futures-and-options-data .futures-and-options-data-qa-wrapper .qa-title {
  font-size: 24px;
  color: #112B4A;
}
.v2022 .futures-and-options-data .futures-and-options-data-qa-wrapper .qa-item {
  color: #5A6874;
}
.v2022 .futures-and-options-data .futures-and-options-data-qa-wrapper .qa-item .qa-question {
  font-weight: bold;
  font-size: 20px;
}
.v2022 .futures-and-options-data .futures-and-options-data-qa-wrapper .qa-item .qa-answer {
  font-size: 16px;
  line-height: 1.6;
}
.v2022 .futures-and-options-data .concat-wrapper {
  color: #fff;
  height: 200px;
  box-sizing: border-box;
  padding: 50px 40px;
  background: url('/templates/1/default/assets/v2022/img/termSofr/bottom.jpg') center no-repeat;
}
.v2022 .futures-and-options-data .concat-wrapper .title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 25px;
}
.v2022 .futures-and-options-data .concat-wrapper .tip {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 500px) {
  .v2022 .futures-and-options-data .futures-and-options-data-qa-wrapper .qa-title {
    font-size: 16px;
  }
  .v2022 .futures-and-options-data .futures-and-options-data-qa-wrapper .qa-item .qa-question {
    font-weight: bold;
    font-size: 14px;
  }
  .v2022 .futures-and-options-data .futures-and-options-data-qa-wrapper .qa-item .qa-answer {
    font-size: 12px;
    line-height: 1.6;
  }
  .v2022 .futures-and-options-data .futures-and-options-data-list .item {
    display: block;
    padding: 15px 10px;
  }
  .v2022 .futures-and-options-data .futures-and-options-data-list .item .left {
    width: 100%;
    padding-right: 0;
    border-right: none;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #3CC8FF;
  }
  .v2022 .futures-and-options-data .futures-and-options-data-list .item .left .title {
    font-size: 16px;
    font-weight: bold;
  }
  .v2022 .futures-and-options-data .futures-and-options-data-list .item .left .desc {
    font-size: 12px;
  }
  .v2022 .futures-and-options-data .futures-and-options-data-list .item .right {
    width: 100%;
    padding-left: 0;
  }
  .v2022 .futures-and-options-data .futures-and-options-data-list .item .right .title {
    font-size: 14px;
  }
  .v2022 .futures-and-options-data .futures-and-options-data-list .item .right .product-list a {
    width: 50%;
  }
  .v2022 .futures-and-options-data .futures-and-options-data-list .item .right .product-list a:nth-child(odd) {
    margin-right: 0;
  }
  .v2022 .futures-and-options-data .concat-wrapper {
    height: 125px;
    padding: 20px;
    background: url('/templates/1/default/assets/v2022/img/termSofr/bottomM.png') center no-repeat;
    border-radius: 5px;
  }
  .v2022 .futures-and-options-data .concat-wrapper .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .v2022 .futures-and-options-data .concat-wrapper .tip {
    font-size: 12px;
  }
}
.v2022 .benchmark-management-reference-data .benchmark-management-reference-data-list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 30px 20px;
  background-color: #112B4A;
  line-height: 1.6;
}
.v2022 .benchmark-management-reference-data .benchmark-management-reference-data-list .item .left {
  width: 60%;
  box-sizing: border-box;
  padding-right: 40px;
  border-right: solid 1px #3CC8FF;
  color: #fff;
}
.v2022 .benchmark-management-reference-data .benchmark-management-reference-data-list .item .left .title {
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.v2022 .benchmark-management-reference-data .benchmark-management-reference-data-list .item .left .title .iconfont {
  font-size: 24px;
  color: #3CC8FF;
}
.v2022 .benchmark-management-reference-data .benchmark-management-reference-data-list .item .left .desc {
  font-size: 16px;
  line-height: 1.6;
}
.v2022 .benchmark-management-reference-data .benchmark-management-reference-data-list .item .right {
  width: 40%;
  box-sizing: border-box;
  padding-left: 20px;
}
.v2022 .benchmark-management-reference-data .benchmark-management-reference-data-list .item .right .number {
  font-size: 28px;
  color: #2AE303;
}
.v2022 .benchmark-management-reference-data .benchmark-management-reference-data-list .item .right .desc {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.v2022 .benchmark-management-reference-data .concat-wrapper {
  color: #fff;
  height: 200px;
  box-sizing: border-box;
  padding: 50px 40px;
  background: url('/templates/1/default/assets/v2022/img/termSofr/bottom.jpg') center no-repeat;
}
.v2022 .benchmark-management-reference-data .concat-wrapper .title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 25px;
}
.v2022 .benchmark-management-reference-data .concat-wrapper .tip {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 500px) {
  .v2022 .benchmark-management-reference-data .benchmark-management-reference-data-list .item {
    padding: 15px 10px;
  }
  .v2022 .benchmark-management-reference-data .benchmark-management-reference-data-list .item .left {
    padding-right: 15px;
  }
  .v2022 .benchmark-management-reference-data .benchmark-management-reference-data-list .item .left .title {
    font-size: 16px;
  }
  .v2022 .benchmark-management-reference-data .benchmark-management-reference-data-list .item .left .title .iconfont {
    font-size: 16px;
  }
  .v2022 .benchmark-management-reference-data .benchmark-management-reference-data-list .item .left .desc {
    font-size: 12px;
  }
  .v2022 .benchmark-management-reference-data .benchmark-management-reference-data-list .item .right {
    padding-left: 10px;
  }
  .v2022 .benchmark-management-reference-data .benchmark-management-reference-data-list .item .right .number {
    font-size: 18px;
  }
  .v2022 .benchmark-management-reference-data .benchmark-management-reference-data-list .item .right .desc {
    font-size: 12px;
  }
  .v2022 .benchmark-management-reference-data .concat-wrapper {
    height: 125px;
    padding: 20px;
    background: url('/templates/1/default/assets/v2022/img/termSofr/bottomM.png') center no-repeat;
    border-radius: 5px;
  }
  .v2022 .benchmark-management-reference-data .concat-wrapper .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .v2022 .benchmark-management-reference-data .concat-wrapper .tip {
    font-size: 12px;
  }
}
.v2022 .cvol .cvol-card-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.v2022 .cvol .cvol-card-list .card-item {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  margin-right: 30px;
  width: 25%;
  background: #ffffff;
  box-shadow: 0px 4px 8px 1px rgba(167, 167, 167, 0.2);
  color: #5a6874;
  padding: 30px 20px;
  box-sizing: border-box;
}
.v2022 .cvol .cvol-card-list .card-item:nth-child(3n) {
  margin-right: 0;
}
.v2022 .cvol .cvol-card-list .card-item .card-title {
  font-size: 20px;
  font-weight: bold;
}
.v2022 .cvol .cvol-card-list .card-item .card-desc {
  font-size: 16px;
  line-height: 30px;
}
.v2022 .cvol .info-card {
  background-color: #112b4a;
  padding: 40px 20px;
  color: #ffffff;
  line-height: 1.6;
}
.v2022 .cvol .info-card .title {
  font-size: 24px;
  font-weight: bold;
}
.v2022 .cvol .info-card .desc {
  font-size: 16px;
}
.v2022 .cvol .info-card a {
  color: inherit;
}
.v2022 .cvol .cvol-step-list {
  line-height: 1.6;
  color: #5d6873;
}
.v2022 .cvol .cvol-step-list .title {
  color: #112b4a;
  font-size: 24px;
  font-weight: bold;
}
.v2022 .cvol .cvol-step-list .tip {
  font-size: 16px;
}
.v2022 .cvol .cvol-step-list .item .item-title {
  font-size: 20px;
  font-weight: bold;
}
.v2022 .cvol .cvol-step-list .item .desc {
  font-size: 16px;
}
.v2022 .cvol .video-title {
  font-size: 34px;
  font-weight: bold;
  color: #112b4a;
}
.v2022 .cvol .concat-wrapper {
  color: #fff;
  height: 200px;
  box-sizing: border-box;
  padding: 50px 40px;
  background: url('/templates/1/default/assets/v2022/img/termSofr/bottom.jpg') center no-repeat;
}
.v2022 .cvol .concat-wrapper .title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 25px;
}
.v2022 .cvol .concat-wrapper .tip {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 500px) {
  .v2022 .cvol .cvol-card-list {
    display: block;
  }
  .v2022 .cvol .cvol-card-list .card-item {
    width: 100%;
    height: auto;
    padding: 15px 10px;
    margin-bottom: 10px;
  }
  .v2022 .cvol .cvol-card-list .card-item .card-title {
    font-size: 14px;
  }
  .v2022 .cvol .cvol-card-list .card-item .card-desc {
    font-size: 12px;
    line-height: 1.6;
  }
  .v2022 .cvol .info-card {
    padding: 20px 10px;
  }
  .v2022 .cvol .info-card .title {
    font-size: 16px;
  }
  .v2022 .cvol .info-card .desc {
    font-size: 12px;
  }
  .v2022 .cvol .cvol-step-list .title {
    font-size: 16px;
  }
  .v2022 .cvol .cvol-step-list .tip {
    font-size: 12px;
  }
  .v2022 .cvol .cvol-step-list .item .item-title {
    font-size: 14px;
  }
  .v2022 .cvol .cvol-step-list .item .desc {
    font-size: 12px;
  }
  .v2022 .cvol .video-title {
    font-size: 20px;
  }
  .v2022 .cvol .concat-wrapper {
    height: 125px;
    padding: 20px;
    background: url('/templates/1/default/assets/v2022/img/termSofr/bottomM.png') center no-repeat;
    border-radius: 5px;
  }
  .v2022 .cvol .concat-wrapper .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .v2022 .cvol .concat-wrapper .tip {
    font-size: 12px;
  }
}
.v2022 .term-sofr .term-sofr-info-wrapper {
  padding: 20px 40px;
  background-color: #112B4A;
  color: #fff;
  line-height: 1.6;
}
.v2022 .term-sofr .term-sofr-info-wrapper .date {
  font-style: italic;
  font-size: 16px;
}
.v2022 .term-sofr .term-sofr-info-wrapper .data-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v2022 .term-sofr .term-sofr-info-wrapper .data-list .data-item {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  width: 25%;
}
.v2022 .term-sofr .term-sofr-info-wrapper .data-list .data-item .label {
  font-size: 16px;
}
.v2022 .term-sofr .term-sofr-info-wrapper .data-list .data-item .number {
  color: #2AE303;
  font-size: 28px;
}
.v2022 .term-sofr .term-sofr-info-wrapper .tip {
  font-style: italic;
}
.v2022 .term-sofr .term-sofr-card-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  line-height: 1.6;
}
.v2022 .term-sofr .term-sofr-card-list .card-item {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  margin-right: 30px;
  width: 25%;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 1px rgba(167, 167, 167, 0.2);
  color: #5A6874;
  padding: 30px 20px;
  box-sizing: border-box;
}
.v2022 .term-sofr .term-sofr-card-list .card-item:nth-child(3n) {
  margin-right: 0;
}
.v2022 .term-sofr .term-sofr-card-list .card-item .card-title {
  font-size: 20px;
  font-weight: bold;
}
.v2022 .term-sofr .term-sofr-card-list .card-item .card-desc {
  font-size: 16px;
  line-height: 30px;
}
.v2022 .term-sofr .term-sofr-question-wrapper {
  line-height: 1.6;
}
.v2022 .term-sofr .term-sofr-question-wrapper .text {
  font-size: 16px;
  color: #5A6874;
}
.v2022 .term-sofr .term-sofr-question-wrapper .item .item-title {
  color: #112B4A;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.v2022 .term-sofr .term-sofr-question-wrapper .item .item-tip {
  color: #5A6874;
  font-size: 16px;
  font-weight: bold;
}
.v2022 .term-sofr .term-sofr-question-wrapper .item a {
  color: #3cc8ff;
}
.v2022 .term-sofr .bg-gray {
  background-color: #F1F5F7;
  line-height: 1.6;
}
.v2022 .term-sofr .bg-gray .text {
  color: #5D6873;
  font-size: 16px;
  line-height: 33px;
}
.v2022 .term-sofr .bg-gray .img1 {
  width: 100%;
  height: auto;
}
.v2022 .term-sofr .bg-gray .title2 {
  color: #112B4A;
  font-size: 20px;
  font-weight: bold;
}
.v2022 .term-sofr .bg-gray .img2 {
  display: block;
  width: 800px;
  margin: 0 auto;
}
.v2022 .term-sofr .concat-wrapper {
  color: #fff;
  height: 200px;
  box-sizing: border-box;
  padding: 50px 40px;
  background: url('/templates/1/default/assets/v2022/img/termSofr/bottom.jpg') center no-repeat;
  line-height: 1.6;
}
.v2022 .term-sofr .concat-wrapper .title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 25px;
}
.v2022 .term-sofr .concat-wrapper .tip {
  font-size: 16px;
  line-height: 1.6;
}
.v2022 .term-sofr .video-title {
  font-size: 34px;
  font-weight: bold;
  color: #112b4a;
  line-height: 1.6;
}
@media screen and (max-width: 500px) {
  .v2022 .term-sofr .term-sofr-info-wrapper {
    padding: 10px 20px;
  }
  .v2022 .term-sofr .term-sofr-info-wrapper .date {
    font-size: 12px;
  }
  .v2022 .term-sofr .term-sofr-info-wrapper .data-list {
    display: block;
  }
  .v2022 .term-sofr .term-sofr-info-wrapper .data-list .data-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .v2022 .term-sofr .term-sofr-info-wrapper .data-list .data-item .label {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px !important;
  }
  .v2022 .term-sofr .term-sofr-info-wrapper .data-list .data-item .number {
    font-size: 16px;
  }
  .v2022 .term-sofr .term-sofr-card-list {
    display: block;
  }
  .v2022 .term-sofr .term-sofr-card-list .card-item {
    width: 100%;
    height: auto;
    padding: 15px 10px;
    margin-bottom: 10px;
  }
  .v2022 .term-sofr .term-sofr-card-list .card-item .card-title {
    font-size: 14px;
  }
  .v2022 .term-sofr .term-sofr-card-list .card-item .card-desc {
    font-size: 12px;
    line-height: 1.6;
  }
  .v2022 .term-sofr .term-sofr-question-wrapper .text {
    font-size: 12px;
  }
  .v2022 .term-sofr .term-sofr-question-wrapper .item .item-title {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .v2022 .term-sofr .term-sofr-question-wrapper .item .item-tip {
    font-size: 12px;
  }
  .v2022 .term-sofr .bg-gray {
    background-color: #F1F5F7;
  }
  .v2022 .term-sofr .bg-gray .text {
    font-size: 12px;
    line-height: 1.6;
  }
  .v2022 .term-sofr .bg-gray .img1 {
    width: 100%;
  }
  .v2022 .term-sofr .bg-gray .title2 {
    font-size: 12px;
  }
  .v2022 .term-sofr .bg-gray .img2 {
    display: block;
    width: 100%;
  }
  .v2022 .term-sofr .video-title {
    font-size: 20px;
  }
  .v2022 .term-sofr .concat-wrapper {
    height: 125px;
    padding: 20px;
    background: url('/templates/1/default/assets/v2022/img/termSofr/bottomM.png') center no-repeat;
    border-radius: 5px;
  }
  .v2022 .term-sofr .concat-wrapper .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .v2022 .term-sofr .concat-wrapper .tip {
    font-size: 12px;
  }
}
.v2022 .text-blur {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}
.v2022 .trade-rules .mb-15 {
  margin-bottom: 15px;
}
.v2022 .trade-rules .hr-line {
  height: 4px;
  background: #46C9FD;
}
.v2022 .trade-rules ul,
.v2022 .trade-rules li {
  line-height: 20px;
}
.v2022 .trade-rules .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v2022 .trade-rules .info .info-left {
  font-size: 20px;
  line-height: 1.5;
  color: #5A6874;
  margin-right: 50px;
}
.v2022 .trade-rules .info .info-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 320px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  font-size: 16px;
  color: #fff;
  background-color: #006EB6;
  border-radius: 10px;
}
@media screen and (max-width: 500px) {
  .v2022 .trade-rules .hr-line {
    height: 2px;
  }
  .v2022 .trade-rules .info {
    display: block;
  }
  .v2022 .trade-rules .info .info-left {
    font-size: 14px;
    line-height: 1.5;
    margin-right: 0;
  }
  .v2022 .trade-rules .info .info-right {
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
    font-size: 14px;
    border-radius: 5px;
  }
  .v2022 .trade-rules th {
    padding: 10px 15px !important;
  }
}
.span2-framework-recommendation-banner .banner-box .content .banner-text .banner-info {
  font-size: 16px;
  font-weight: bold;
  color: #e3e935;
}
@media screen and (max-width: 500px) {
  .span2-framework-recommendation-banner .banner-box .content .banner-text .banner-info {
    font-size: 14px;
    font-weight: bold;
    color: #e3e935;
  }
}
.span2-framework-recommendation .nvideo-container {
  height: auto;
}
.span2-framework-recommendation .singleVideo {
  width: 100%;
  height: 540px;
}
.span2-framework-recommendation .singleVideo iframe {
  width: 100%;
  height: 100%;
}
.span2-framework-recommendation ul {
  padding: 0 0 0 20px;
}
.span2-framework-recommendation ul li {
  list-style: disc;
}
.span2-framework-recommendation .top-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.span2-framework-recommendation .top-nav-wrapper .top-nav-left {
  width: 200px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 50px;
  border-right: solid 1px #707070;
  padding-right: 50px;
}
.span2-framework-recommendation .top-nav-wrapper .top-nav-left .content {
  font-size: 20px;
  color: #5A6874;
  line-height: 36px;
}
.span2-framework-recommendation .top-nav-wrapper .top-nav-left .content .content-info {
  line-height: 36px;
}
.span2-framework-recommendation .top-nav-wrapper .top-nav-left .content .content-tip {
  font-weight: bold;
}
.span2-framework-recommendation .top-nav-wrapper .nav-item-list {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  padding-right: 60px;
}
.span2-framework-recommendation .top-nav-wrapper .nav-item-list .tt {
  font-size: 16px;
  color: #112B4A;
  line-height: 32px;
}
.span2-framework-recommendation .top-nav-wrapper .nav-item-list .list a {
  font-size: 16px;
  color: #006EB6;
  line-height: 30px;
}
.span2-framework-recommendation .video-info {
  font-size: 16px;
  color: #5A6874;
  line-height: 30px;
}
.span2-framework-recommendation .cart-wrapper {
  background: #112B4A;
  padding: 30px 20px 20px;
}
.span2-framework-recommendation .cart-wrapper .text {
  font-size: 20px;
  color: #E3E935;
  line-height: 24px;
}
.span2-framework-recommendation .cart-wrapper .cart-wrapper-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}
.span2-framework-recommendation .cart-wrapper a {
  color: #3cc8ff;
  font-size: 20px;
  line-height: 40px;
}
.span2-framework-recommendation .info {
  font-size: 16px;
  color: #5A6874;
  line-height: 30px;
}
.span2-framework-recommendation .card-list-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.span2-framework-recommendation .card-list-3 .card-item {
  padding: 30px 13px 20px 20px;
  color: #fff;
  width: 30%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #112B49;
}
.span2-framework-recommendation .card-list-3 .card-item:nth-child(2) {
  margin: 0 30px;
}
.span2-framework-recommendation .card-list-3 .card-item .card-item-title {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
}
.span2-framework-recommendation .card-list-3 .card-item .card-item-detail {
  font-size: 16px;
  line-height: 36px;
}
.span2-framework-recommendation .card-tip {
  color: #5a6874;
  font-size: 16px;
  line-height: 30px;
}
.span2-framework-recommendation .table-wrapper {
  color: #fff;
}
.span2-framework-recommendation .table-wrapper .table-title {
  font-size: 24px;
  line-height: 32px;
}
.span2-framework-recommendation .table-wrapper .table-title-desc {
  font-size: 16px;
  line-height: 30px;
}
.span2-framework-recommendation .table-wrapper .h-line {
  height: 1px;
  background: #4C647E;
}
.span2-framework-recommendation .table-wrapper .table-title-2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}
.span2-framework-recommendation .table-wrapper .table-border {
  width: 100%;
  border: solid 1px #4C647E;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}
.span2-framework-recommendation .table-wrapper .table-border th,
.span2-framework-recommendation .table-wrapper .table-border td {
  border-left: 1px solid #4C647E;
  border-top: 1px solid #4C647E;
  padding: 14px 20px;
  vertical-align: baseline;
}
.span2-framework-recommendation .table-wrapper .table-border .td-bg {
  background: #1F3655;
}
.span2-framework-recommendation .table-wrapper .table-border .td-center {
  vertical-align: middle;
}
.span2-framework-recommendation .concat-wrapper {
  color: #fff;
  height: 200px;
  box-sizing: border-box;
  padding: 50px 40px;
  background: url('/templates/1/default/assets/v2022/img/termSofr/bottom.jpg') center no-repeat;
}
.span2-framework-recommendation .concat-wrapper .title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 25px;
}
.span2-framework-recommendation .concat-wrapper .tip {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 500px) {
  .span2-framework-recommendation .singleVideo {
    height: auto;
  }
  .span2-framework-recommendation .singleVideo iframe {
    height: 210px;
  }
  .span2-framework-recommendation .top-nav-wrapper {
    display: block;
  }
  .span2-framework-recommendation .top-nav-wrapper .top-nav-left {
    width: 100%;
    margin-right: 0;
    border-right: none;
    padding-right: 0;
  }
  .span2-framework-recommendation .top-nav-wrapper .top-nav-left .content {
    font-size: 14px;
    color: #5A6874;
    line-height: 24px;
  }
  .span2-framework-recommendation .top-nav-wrapper .top-nav-left .content .content-info {
    line-height: 24px;
  }
  .span2-framework-recommendation .top-nav-wrapper .top-nav-left .content .content-tip {
    font-weight: normal;
  }
  .span2-framework-recommendation .top-nav-wrapper .nav-item-list {
    padding-right: 0;
    margin-top: 20px;
  }
  .span2-framework-recommendation .top-nav-wrapper .nav-item-list .tt {
    font-size: 16px;
    color: #112B4A;
    line-height: 32px;
    font-weight: bold;
  }
  .span2-framework-recommendation .top-nav-wrapper .nav-item-list .list a {
    font-size: 14px;
    color: #006EB6;
    line-height: 30px;
  }
  .span2-framework-recommendation .video-info {
    font-size: 14px;
    color: #5A6874;
    line-height: 24px;
  }
  .span2-framework-recommendation .cart-wrapper {
    padding: 15px 10px 10px;
    margin: -10px auto -10px;
  }
  .span2-framework-recommendation .cart-wrapper .text {
    font-size: 14px;
    line-height: 1.6;
  }
  .span2-framework-recommendation .cart-wrapper .cart-wrapper-title {
    font-size: 16px;
    line-height: 30px;
  }
  .span2-framework-recommendation .cart-wrapper a {
    font-size: 14px;
    line-height: 20px;
  }
  .span2-framework-recommendation .bgGray.mobile-pt0 {
    padding-top: 0;
  }
  .span2-framework-recommendation .bgGray.mobile-pt0 .card-list-3 {
    display: block;
  }
  .span2-framework-recommendation .bgGray.mobile-pt0 .card-list-3 .card-item {
    margin: 0 0 10px 0;
    width: auto;
  }
  .span2-framework-recommendation .bgGray.mobile-pt0 .card-list-3 .card-item .card-item-title {
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
  }
  .span2-framework-recommendation .bgGray.mobile-pt0 .card-list-3 .card-item .card-item-detail {
    font-size: 14px;
    line-height: 18px;
  }
  .span2-framework-recommendation .bgGray.mobile-pt0 .card-tip {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0px;
  }
  .span2-framework-recommendation .table-wrapper .table-title-desc {
    font-size: 14px;
    line-height: 1.6;
  }
  .span2-framework-recommendation .table-wrapper .table-title-2 {
    font-size: 15px;
    line-height: 1.6;
  }
  .span2-framework-recommendation .table-wrapper .table-border {
    font-size: 12px;
    line-height: 1.6;
  }
  .span2-framework-recommendation .table-wrapper .table-tip {
    line-height: 1.6;
  }
  .span2-framework-recommendation .concat-wrapper {
    height: 125px;
    padding: 20px;
    background: url('/templates/1/default/assets/v2022/img/termSofr/bottomM.png') center no-repeat;
    border-radius: 5px;
  }
  .span2-framework-recommendation .concat-wrapper .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .span2-framework-recommendation .concat-wrapper .tip {
    font-size: 12px;
  }
}
.span2-algorithms-and-functions ul {
  padding: 0 0 0 20px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5a6874;
  line-height: 24px;
}
.span2-algorithms-and-functions ul li {
  list-style: disc;
}
.span2-algorithms-and-functions .card-summary-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #006EB6;
  border-left: 6px solid #006EB6;
  padding: 30px 60px 30px;
}
.span2-algorithms-and-functions .card-summary-box .card-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.span2-algorithms-and-functions .card-summary-box .card-item img {
  height: 54px;
  width: auto;
}
.span2-algorithms-and-functions .card-summary-box .card-item .card-title {
  font-size: 20px;
  line-height: 1.6;
  color: #112b4a;
}
.span2-algorithms-and-functions .card-section-detail .card-section-detail-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.span2-algorithms-and-functions .card-section-detail .card-section-detail-title img {
  height: 41px;
  width: auto;
  margin-right: 15px;
}
.span2-algorithms-and-functions .card-section-detail .card-section-detail-title .title-text {
  font-weight: bold;
  font-size: 20px;
  color: #112B4A;
  line-height: 1.6;
}
.span2-algorithms-and-functions .card-section-detail .img-wrapper {
  text-align: center;
}
.span2-algorithms-and-functions .card-section-detail .img-wrapper .img1 {
  height: 350px;
  width: auto;
}
.span2-algorithms-and-functions .card-section-detail .img-wrapper .img2 {
  height: 800px;
  width: auto;
}
.span2-algorithms-and-functions .links ul {
  color: #5A6874;
  list-style-type: disc;
  /* 或者 disc, circle 等 */
}
.span2-algorithms-and-functions .links ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.span2-algorithms-and-functions .links ul li img {
  width: 22px;
  height: auto;
  margin-left: 5px;
}
.span2-algorithms-and-functions .links ul a {
  margin-left: 5px;
  font-size: 16px;
  color: #006EB6;
  line-height: 30px;
}
.span2-algorithms-and-functions .concat-wrapper {
  color: #fff;
  height: 200px;
  box-sizing: border-box;
  padding: 50px 40px;
  background: url('/templates/1/default/assets/v2022/img/termSofr/bottom.jpg') center no-repeat;
}
.span2-algorithms-and-functions .concat-wrapper .title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 25px;
}
.span2-algorithms-and-functions .concat-wrapper .tip {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 500px) {
  .span2-algorithms-and-functions .card-summary-box {
    display: block;
  }
  .span2-algorithms-and-functions .card-summary-box .card-item {
    margin-bottom: 30px;
  }
  .span2-algorithms-and-functions .card-summary-box .card-item:last-child {
    margin-bottom: 0;
  }
  .span2-algorithms-and-functions .card-section-detail .card-section-detail-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .span2-algorithms-and-functions .card-section-detail .card-section-detail-title img {
    height: 20px;
    width: auto;
    margin-right: 5px;
  }
  .span2-algorithms-and-functions .card-section-detail .card-section-detail-title .title-text {
    font-size: 14px;
    line-height: 1.6;
  }
  .span2-algorithms-and-functions .card-section-detail .img-wrapper .img1,
  .span2-algorithms-and-functions .card-section-detail .img-wrapper .img2 {
    width: 100%;
    height: auto;
  }
  .span2-algorithms-and-functions .links ul {
    font-size: 12px;
  }
  .span2-algorithms-and-functions .links ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .span2-algorithms-and-functions .links ul li img {
    width: 10px;
    margin-left: 3px;
  }
  .span2-algorithms-and-functions .links ul a {
    margin-left: 5px;
    font-size: 12px;
    color: #006EB6;
  }
  .span2-algorithms-and-functions .concat-wrapper {
    height: 125px;
    padding: 20px;
    background: url('/templates/1/default/assets/v2022/img/termSofr/bottomM.png') center no-repeat;
    border-radius: 5px;
  }
  .span2-algorithms-and-functions .concat-wrapper .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .span2-algorithms-and-functions .concat-wrapper .tip {
    font-size: 12px;
  }
}
.span2-algorithms-intro {
  color: #5A6874;
}
.span2-algorithms-intro ul {
  padding: 0 0 0 20px;
}
.span2-algorithms-intro ul li {
  list-style: disc;
}
.span2-algorithms-intro .fz-16 {
  font-size: 16px;
  line-height: 30px;
}
.span2-algorithms-intro .span2-algorithms-intro-item {
  padding: 30px 0;
  border-bottom: 1px solid #A0A6AC;
}
.span2-algorithms-intro .span2-algorithms-intro-item.border-top {
  border-top: 1px solid #A0A6AC;
}
.span2-algorithms-intro .span2-algorithms-intro-item.fold .span2-algorithms-intro-item-title .icon {
  background-image: url(/templates/1/default/assets/v2022/img/span2AlgorithmsIntro/add.png);
}
.span2-algorithms-intro .span2-algorithms-intro-item.fold .span2-algorithms-intro-item-detail-content {
  display: none;
}
.span2-algorithms-intro .span2-algorithms-intro-item .span2-algorithms-intro-item-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.span2-algorithms-intro .span2-algorithms-intro-item .span2-algorithms-intro-item-title .icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url(/templates/1/default/assets/v2022/img/span2AlgorithmsIntro/jian.png) center center no-repeat;
  background-size: 14px auto;
}
.span2-algorithms-intro .span2-algorithms-intro-item .span2-algorithms-intro-item-detail-content {
  display: block;
  font-size: 16px;
  line-height: 30px;
}
.span2-algorithms-intro .span2-algorithms-intro-item .span2-algorithms-intro-item-detail-content .gray-bg {
  background: #F1F5F7;
  padding: 20px;
}
.span2-algorithms-intro .ad-wrapper {
  padding: 30px 20px;
  background-color: #fff;
}
.span2-algorithms-intro .ad-wrapper .flex-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.span2-algorithms-intro .ad-wrapper .flex-content .group {
  width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  line-height: 30px;
}
.span2-algorithms-intro .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.span2-algorithms-intro .links a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 200px;
  color: #006EB6;
}
.span2-algorithms-intro .links a::before {
  content: '';
  display: block;
  width: 18px;
  height: 14px;
  margin-right: 6px;
  background: url(/templates/1/default/assets/v2022/img/span2AlgorithmsIntro/arrow-right.png) center no-repeat;
  background-size: 100% auto;
}
.span2-algorithms-intro .concat-wrapper {
  color: #fff;
  height: 200px;
  box-sizing: border-box;
  padding: 50px 40px;
  background: url('/templates/1/default/assets/v2022/img/termSofr/bottom.jpg') center no-repeat;
}
.span2-algorithms-intro .concat-wrapper .title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 25px;
}
.span2-algorithms-intro .concat-wrapper .tip {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 500px) {
  .span2-algorithms-intro {
    font-size: 14px;
    line-height: 1.6;
  }
  .span2-algorithms-intro .span2-algorithms-intro-item .span2-algorithms-intro-item-detail-content {
    font-size: 14px;
    line-height: 1.6;
  }
  .span2-algorithms-intro .fz-16 {
    font-size: 14px;
    line-height: 1.6;
  }
  .span2-algorithms-intro .ad-wrapper .flex-content {
    display: block;
  }
  .span2-algorithms-intro .ad-wrapper .flex-content .group {
    width: 100%;
  }
  .span2-algorithms-intro .links a {
    margin-right: 20px;
  }
  .span2-algorithms-intro .concat-wrapper {
    height: 125px;
    padding: 20px;
    background: url('/templates/1/default/assets/v2022/img/termSofr/bottomM.png') center no-repeat;
    border-radius: 5px;
  }
  .span2-algorithms-intro .concat-wrapper .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .span2-algorithms-intro .concat-wrapper .tip {
    font-size: 12px;
  }
}
.futures-options ul {
  padding-left: 20px;
  list-style: disc;
}
.futures-options .fz-20 {
  font-size: 20px;
  line-height: 1.8;
  color: #5a6874;
}
.futures-options .fz-16 {
  font-size: 16px;
}
.futures-options .btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 124px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  background: #006eb6;
  border-radius: 4px;
  color: #fff;
}
.futures-options .btn:hover {
  background: #3cc8ff;
  color: #112b4a;
}
.futures-options .btn:hover a {
  color: #112b4a;
}
.futures-options .btn a {
  color: #fff;
  text-decoration: none;
}
.futures-options .concat-wrapper {
  color: #fff;
  height: 200px;
  box-sizing: border-box;
  padding: 50px 40px;
  background: url('/templates/1/default/assets/v2022/img/termSofr/bottom.jpg') center no-repeat;
}
.futures-options .concat-wrapper .title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 25px;
}
.futures-options .concat-wrapper .tip {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 500px) {
  .futures-options .fz-20 {
    font-size: 14px;
  }
  .futures-options .fz-16 {
    font-size: 12px;
  }
  .futures-options .btn {
    width: 100%;
  }
  .futures-options .concat-wrapper {
    height: 125px;
    padding: 20px;
    background: url('/templates/1/default/assets/v2022/img/termSofr/bottomM.png') center no-repeat;
    border-radius: 5px;
  }
  .futures-options .concat-wrapper .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .futures-options .concat-wrapper .tip {
    font-size: 12px;
  }
}
.liquidation-banner .banner-box .content .banner-text .banner-info {
  font-size: 16px;
  font-weight: bold;
  color: #e3e935;
}
@media screen and (max-width: 500px) {
  .liquidation-banner .banner-box .content .banner-text .banner-info {
    font-size: 14px;
    font-weight: bold;
    color: #e3e935;
  }
}
.liquidation {
  color: #5a6874;
}
.liquidation .fz-16 {
  font-size: 16px;
  line-height: 1.6;
}
.liquidation .fz-20 {
  font-size: 20px;
  line-height: 36px;
}
.liquidation .item-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 1px rgba(167, 167, 167, 0.3);
}
.liquidation .item-box .left-line {
  width: 10px;
  height: 130px;
  margin-right: 10px;
  background: -webkit-linear-gradient(top, #38C6FF 0%, #066EB1 100%);
  background: linear-gradient(180deg, #38C6FF 0%, #066EB1 100%);
}
.liquidation .item-box .right-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.liquidation .item-box .right-text .title {
  font-weight: 400;
  font-size: 24px;
  color: #112B4A;
  line-height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.liquidation .item-box .right-text .title a {
  font-size: 24px;
  color: #112B4A;
  line-height: 32px;
  text-decoration: none;
}
.liquidation .item-box .right-text .title .iconfont {
  margin-left: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #38C6FF;
}
.liquidation .item-box .right-text .info {
  font-size: 16px;
  line-height: 30px;
  color: #5a6874;
}
.liquidation .blue-box {
  padding: 40px 20px;
  background: #112B4A;
  color: #fff;
}
.liquidation .blue-box .third-title {
  color: #fff;
}
.liquidation .blue-box .text {
  font-size: 16px;
  line-height: 1.6;
}
.liquidation .blue-box .numer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.liquidation .blue-box .numer-wrapper .numer-item {
  margin-right: 150px;
}
.liquidation .blue-box .numer-wrapper .numer-item .numer-big {
  font-weight: bold;
  font-size: 30px;
  color: #E3E935;
  line-height: 30px;
}
.liquidation .blue-box .numer-wrapper .numer-item .tip {
  font-size: 14px;
  line-height: 1.6;
}
.liquidation .flex-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.liquidation .flex-content .flex-item {
  width: 20%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 45px;
}
.liquidation .flex-content .flex-item:last-child {
  margin-right: 0;
}
.liquidation .flex-content .flex-item .item-tip {
  height: 80px;
}
.liquidation .flex-content .flex-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #006EB6;
  font-size: 16px;
}
.liquidation .flex-content .flex-item a::before {
  content: '';
  display: block;
  width: 18px;
  height: 14px;
  margin-right: 6px;
  background: url(/templates/1/default/assets/v2022/img/span2AlgorithmsIntro/arrow-right.png) center no-repeat;
  background-size: 100% auto;
}
.liquidation .concat-wrapper {
  color: #fff;
  height: 200px;
  box-sizing: border-box;
  padding: 50px 40px;
  background: url('/templates/1/default/assets/v2022/img/termSofr/bottom.jpg') center no-repeat;
}
.liquidation .concat-wrapper .title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 25px;
}
.liquidation .concat-wrapper .tip {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 500px) {
  .liquidation .fz-20 {
    font-size: 14px;
    line-height: 1.6;
  }
  .liquidation .fz-16 {
    font-size: 12px;
    line-height: 1.6;
  }
  .liquidation .item-box .right-text .title {
    font-size: 16px;
    line-height: 1.6;
  }
  .liquidation .item-box .right-text .title a {
    font-size: 16px;
    line-height: 1.6;
  }
  .liquidation .item-box .right-text .title .iconfont {
    font-size: 16px;
    margin-left: 6px;
  }
  .liquidation .item-box .right-text .info {
    font-size: 12px;
    line-height: 1.6;
  }
  .liquidation .blue-box {
    padding: 20px 10px;
  }
  .liquidation .blue-box .text {
    font-size: 12px;
    line-height: 1.6;
  }
  .liquidation .blue-box .numer-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .liquidation .blue-box .numer-wrapper .numer-item {
    margin-right: 30px;
  }
  .liquidation .blue-box .numer-wrapper .numer-item .numer-big {
    font-size: 18px;
  }
  .liquidation .blue-box .numer-wrapper .numer-item .tip {
    font-size: 12px;
  }
  .liquidation .flex-content {
    display: block;
  }
  .liquidation .flex-content .flex-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .liquidation .flex-content .flex-item .item-tip {
    height: 40px;
  }
  .liquidation .flex-content .flex-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #006EB6;
    font-size: 12px;
  }
  .liquidation .flex-content .flex-item a::before {
    content: '';
    display: block;
    width: 12px;
    height: 14px;
    margin-right: 4px;
    background: url(/templates/1/default/assets/v2022/img/span2AlgorithmsIntro/arrow-right.png) center no-repeat;
    background-size: 100% auto;
  }
  .liquidation .concat-wrapper {
    height: 125px;
    padding: 20px;
    background: url('/templates/1/default/assets/v2022/img/termSofr/bottomM.png') center no-repeat;
    border-radius: 5px;
  }
  .liquidation .concat-wrapper .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .liquidation .concat-wrapper .tip {
    font-size: 12px;
  }
}
.risk-management {
  color: #5a6874;
}
.risk-management ul {
  list-style: disc;
  padding-left: 20px;
}
.risk-management .fz-16 {
  font-size: 16px;
  line-height: 1.6;
}
.risk-management .fz-20 {
  font-size: 20px;
  line-height: 36px;
}
.risk-management .card3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
.risk-management .card3 .card-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 20%;
  padding: 30px 20px;
  background: #112B49;
  margin-right: 30px;
}
.risk-management .card3 .card-item:last-child {
  margin-right: 0;
}
.risk-management .item-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 1px rgba(167, 167, 167, 0.3);
}
.risk-management .item-box .left-line {
  width: 10px;
  margin-right: 20px;
  background: -webkit-linear-gradient(top, #38C6FF 0%, #066EB1 100%);
  background: linear-gradient(180deg, #38C6FF 0%, #066EB1 100%);
}
.risk-management .item-box .right-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.risk-management .item-box .right-text .title {
  font-weight: 400;
  font-size: 24px;
  color: #112B4A;
  line-height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.risk-management .item-box .right-text .title .iconfont {
  margin-left: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #38C6FF;
}
.risk-management .item-box .right-text .info {
  font-size: 16px;
  line-height: 30px;
  color: #5a6874;
}
.risk-management .item-box .right-text a {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  background: #006eb6;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
}
.risk-management .item-box .right-text a:hover {
  background: #3cc8ff;
  color: #112b4a;
}
.risk-management .blue-box {
  padding: 40px 20px;
  background: #112B4A;
  color: #fff;
}
.risk-management .blue-box .third-title {
  color: #fff;
}
.risk-management .blue-box .text {
  font-size: 16px;
  line-height: 1.6;
}
.risk-management .blue-box .numer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.risk-management .blue-box .numer-wrapper .numer-item {
  margin-right: 150px;
}
.risk-management .blue-box .numer-wrapper .numer-item .numer-big {
  font-weight: bold;
  font-size: 30px;
  color: #E3E935;
  line-height: 30px;
}
.risk-management .blue-box .numer-wrapper .numer-item .tip {
  font-size: 14px;
  line-height: 1.6;
}
.risk-management .flex-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.risk-management .flex-content .flex-item {
  width: 20%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 45px;
}
.risk-management .flex-content .flex-item:last-child {
  margin-right: 0;
}
.risk-management .flex-content .flex-item .item-tip {
  height: 80px;
}
.risk-management .flex-content .flex-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #006EB6;
  font-size: 16px;
}
.risk-management .flex-content .flex-item a::before {
  content: '';
  display: block;
  width: 18px;
  height: 14px;
  margin-right: 6px;
  background: url(/templates/1/default/assets/v2022/img/span2AlgorithmsIntro/arrow-right.png) center no-repeat;
  background-size: 100% auto;
}
.risk-management .concat-wrapper {
  color: #fff;
  height: 200px;
  box-sizing: border-box;
  padding: 50px 40px;
  background: url('/templates/1/default/assets/v2022/img/termSofr/bottom.jpg') center no-repeat;
}
.risk-management .concat-wrapper .title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 25px;
}
.risk-management .concat-wrapper .tip {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 500px) {
  .risk-management .fz-20 {
    font-size: 14px;
    line-height: 1.6;
  }
  .risk-management .fz-16 {
    font-size: 12px;
    line-height: 1.6;
  }
  .risk-management .card3 {
    display: block;
  }
  .risk-management .card3 .card-item {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .risk-management .item-box .right-text .title {
    font-size: 16px;
    line-height: 1.6;
  }
  .risk-management .item-box .right-text .title .iconfont {
    font-size: 16px;
    margin-left: 6px;
  }
  .risk-management .item-box .right-text .info {
    font-size: 12px;
    line-height: 1.6;
  }
  .risk-management .flex-content {
    display: block;
  }
  .risk-management .flex-content .flex-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .risk-management .flex-content .flex-item .item-tip {
    height: auto;
    margin-bottom: 10px;
  }
  .risk-management .flex-content .flex-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #006EB6;
    font-size: 12px;
  }
  .risk-management .flex-content .flex-item a::before {
    content: '';
    display: block;
    width: 12px;
    height: 14px;
    margin-right: 4px;
    background: url(/templates/1/default/assets/v2022/img/span2AlgorithmsIntro/arrow-right.png) center no-repeat;
    background-size: 100% auto;
  }
  .risk-management .concat-wrapper {
    height: 125px;
    padding: 20px;
    background: url('/templates/1/default/assets/v2022/img/termSofr/bottomM.png') center no-repeat;
    border-radius: 5px;
  }
  .risk-management .concat-wrapper .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .risk-management .concat-wrapper .tip {
    font-size: 12px;
  }
}
.clearing-transaction-schedule {
  color: #5a6874;
}
.clearing-transaction-schedule .fz-20 {
  font-size: 20px;
  line-height: 1.8;
  color: #5a6874;
}
.clearing-transaction-schedule .fz-16 {
  font-size: 16px;
  line-height: 1.6;
}
.clearing-transaction-schedule .nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.clearing-transaction-schedule .nav-wrapper .nav-item {
  text-align: center;
  width: 33%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: solid 4px #EDEDED;
  font-weight: bold;
  font-size: 20px;
  color: #112B4A;
  cursor: pointer;
}
.clearing-transaction-schedule .nav-wrapper .nav-item.active {
  border-bottom-color: #006EB6;
}
.clearing-transaction-schedule .table-border {
  width: 100%;
  border: solid 1px #BEC7CB;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  color: #5A6874;
}
.clearing-transaction-schedule .table-border th {
  background-color: #112B4A;
  color: #fff;
}
.clearing-transaction-schedule .table-border th,
.clearing-transaction-schedule .table-border td {
  border-left: 1px solid #BEC7CB;
  border-top: 1px solid #BEC7CB;
  padding: 14px 20px;
}
.clearing-transaction-schedule .table-border th ul,
.clearing-transaction-schedule .table-border td ul {
  padding-left: 20px;
  list-style: disc;
}
.clearing-transaction-schedule .table-border .td-center {
  vertical-align: middle;
}
.clearing-transaction-schedule .concat-wrapper {
  color: #fff;
  height: 200px;
  box-sizing: border-box;
  padding: 50px 40px;
  background: url('/templates/1/default/assets/v2022/img/termSofr/bottom.jpg') center no-repeat;
}
.clearing-transaction-schedule .concat-wrapper .title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 25px;
}
.clearing-transaction-schedule .concat-wrapper .tip {
  font-size: 16px;
  line-height: 1.6;
}
.clearing-transaction-schedule .active-content {
  display: none;
}
.clearing-transaction-schedule .active-content1 {
  display: block;
}
@media screen and (max-width: 500px) {
  .clearing-transaction-schedule .fz-20 {
    font-size: 14px;
    line-height: 1.6;
    color: #5a6874;
  }
  .clearing-transaction-schedule .fz-16 {
    font-size: 12px;
  }
  .clearing-transaction-schedule .nav-wrapper .nav-item {
    font-size: 10px;
  }
  .clearing-transaction-schedule .concat-wrapper {
    height: 125px;
    padding: 20px;
    background: url('/templates/1/default/assets/v2022/img/termSofr/bottomM.png') center no-repeat;
    border-radius: 5px;
  }
  .clearing-transaction-schedule .concat-wrapper .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .clearing-transaction-schedule .concat-wrapper .tip {
    font-size: 12px;
  }
}
.v2022.agriculture-month .fourth-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.v2022.agriculture-month .third-title {
  font-size: 32px;
}
.v2022.agriculture-month .links-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v2022.agriculture-month .links-content .left-links .link-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.v2022.agriculture-month .links-content .left-links .link-item a {
  color: #006EB6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 30px;
}
.v2022.agriculture-month .links-content .left-links .link-item a::before {
  content: '';
  display: block;
  width: 18px;
  height: 14px;
  margin-right: 6px;
  background: url(/templates/1/default/assets/v2022/img/span2AlgorithmsIntro/arrow-right.png) center no-repeat;
  background-size: 100% auto;
}
.v2022.agriculture-month .links-content .right-content {
  width: 480px;
  height: 350px;
  background: url('/templates/1/default/assets/img/v31/wheat.png') center no-repeat;
  background-size: 100% auto;
  color: #fff;
  box-sizing: border-box;
  padding: 40px;
}
.v2022.agriculture-month .links-content .right-content .right-content-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
.v2022.agriculture-month .links-content .right-content .right-content-content {
  font-size: 16px;
  line-height: 1.6;
}
.v2022.agriculture-month .links-content .right-content .right-content-more {
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 96px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  background: #006eb6;
  border-radius: 4px;
  color: #fff;
}
.v2022.agriculture-month .links-content .right-content .right-content-more:hover {
  background: #3cc8ff;
  color: #112b4a;
  text-decoration: none;
}
.v2022.agriculture-month .events-resources-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v2022.agriculture-month .events-resources-section .events-resources-left-content {
  width: 66%;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  background: #112B4A;
  padding: 30px 40px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 20px;
}
.v2022.agriculture-month .events-resources-section .events-resources-left-content .live-event {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 300px;
  padding-right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.v2022.agriculture-month .events-resources-section .events-resources-left-content .live-event .card-title {
  color: #E3E935;
  font-size: 24px;
  margin-bottom: 20px;
}
.v2022.agriculture-month .events-resources-section .events-resources-left-content .live-event .event-details {
  margin-bottom: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.v2022.agriculture-month .events-resources-section .events-resources-left-content .live-event .event-details .event-details-item {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.v2022.agriculture-month .events-resources-section .events-resources-left-content .event-link {
  font-size: 14px;
  line-height: 24px;
}
.v2022.agriculture-month .events-resources-section .events-resources-left-content .partner-event {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 300px;
  color: #fff;
  padding-left: 40px;
  border-left: 1px solid #3CC8FF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.v2022.agriculture-month .events-resources-section .events-resources-left-content .partner-event .card-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.v2022.agriculture-month .events-resources-section .events-resources-left-content .partner-event .event-description {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}
.v2022.agriculture-month .events-resources-section .event-card-subscription {
  width: 33%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: url('/templates/1/default/assets/v2022/img/navBg7.png') center no-repeat;
  background-size: cover;
  padding: 35px 20px;
  color: #fff;
  text-decoration: none;
}
.v2022.agriculture-month .events-resources-section .event-card-subscription .card-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.v2022.agriculture-month .events-resources-section .event-card-subscription .event-description {
  font-size: 16px;
  line-height: 30px;
}
.v2022.agriculture-month .singleVideo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.v2022.agriculture-month .singleVideo .video-right {
  margin-left: 30px;
  position: relative;
}
.v2022.agriculture-month .singleVideo .video-right .video-title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #022F5F;
  font-weight: bold;
}
.v2022.agriculture-month .singleVideo .video-right .video-content {
  font-size: 16px;
  color: #5A6874;
  line-height: 24px;
  margin-bottom: 30px;
}
.v2022.agriculture-month .singleVideo .video-right .card-info {
  position: relative;
  background: #fff;
  width: 300px;
  height: 200px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.25);
  padding: 20px;
  box-sizing: border-box;
}
.v2022.agriculture-month .singleVideo .video-right .card-info .card-title {
  font-weight: bold;
  font-size: 16px;
  color: #1F3655;
  line-height: 24px;
}
.v2022.agriculture-month .singleVideo .video-right .card-info .card-content {
  font-size: 14px;
  color: #006EB6;
  line-height: 24px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.v2022.agriculture-month .singleVideo .video-right .link-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.v2022.agriculture-month .singleVideo .video-right .link-item a {
  color: #006EB6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 30px;
}
.v2022.agriculture-month .singleVideo .video-right .link-item a::before {
  content: '';
  display: block;
  width: 18px;
  height: 14px;
  margin-right: 6px;
  background: url(/templates/1/default/assets/v2022/img/span2AlgorithmsIntro/arrow-right.png) center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 500px) {
  .v2022.agriculture-month .fourth-title {
    font-size: 16px;
  }
  .v2022.agriculture-month .third-title {
    font-size: 18px;
  }
  .v2022.agriculture-month .links-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .v2022.agriculture-month .links-content .left-links .link-item a {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 12px;
    line-height: 24px;
  }
  .v2022.agriculture-month .links-content .left-links .link-item a::before {
    content: '';
    display: block;
    width: 14px;
    height: 24px;
    margin-right: 6px;
  }
  .v2022.agriculture-month .links-content .right-content {
    margin-top: 20px;
    width: 100%;
    padding: 20px;
    height: auto;
  }
  .v2022.agriculture-month .links-content .right-content .right-content-title {
    font-size: 18px;
    line-height: 1.6;
  }
  .v2022.agriculture-month .links-content .right-content .right-content-content {
    font-size: 12px;
    line-height: 1.6;
  }
  .v2022.agriculture-month .links-content .right-content .right-content-more {
    width: 96px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
  }
  .v2022.agriculture-month .events-resources-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .v2022.agriculture-month .events-resources-section .events-resources-left-content {
    width: 100%;
    -webkit-box-flex: 2;
    -webkit-flex: 2;
        -ms-flex: 2;
            flex: 2;
    padding: 20px 20px;
    margin-right: 0;
    box-sizing: border-box;
    overflow: scroll;
  }
  .v2022.agriculture-month .events-resources-section .events-resources-left-content .live-event {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 70%;
    padding-right: 20px;
  }
  .v2022.agriculture-month .events-resources-section .events-resources-left-content .live-event .card-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .v2022.agriculture-month .events-resources-section .events-resources-left-content .live-event .event-details {
    margin-bottom: 15px;
  }
  .v2022.agriculture-month .events-resources-section .events-resources-left-content .live-event .event-details .event-details-item {
    font-size: 12px;
    line-height: 1.6;
  }
  .v2022.agriculture-month .events-resources-section .events-resources-left-content .live-event .event-details .event-details-item.mb-10 {
    margin-bottom: 10px;
  }
  .v2022.agriculture-month .events-resources-section .events-resources-left-content .event-link {
    font-size: 12px;
    line-height: 1.6;
  }
  .v2022.agriculture-month .events-resources-section .events-resources-left-content .partner-event {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 70%;
    color: #fff;
    padding-left: 20px;
  }
  .v2022.agriculture-month .events-resources-section .events-resources-left-content .partner-event .card-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .v2022.agriculture-month .events-resources-section .events-resources-left-content .partner-event .event-description {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .v2022.agriculture-month .events-resources-section .events-resources-left-content .partner-event .event-description .mb-10 {
    margin-bottom: 10px;
  }
  .v2022.agriculture-month .events-resources-section .event-card-subscription {
    margin-top: 20px;
    width: 100%;
    padding: 35px 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .v2022.agriculture-month .events-resources-section .event-card-subscription .card-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .v2022.agriculture-month .events-resources-section .event-card-subscription .event-description {
    font-size: 12px;
    line-height: 1.6;
  }
  .v2022.agriculture-month .singleVideo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .v2022.agriculture-month .singleVideo .video-right {
    margin-left: 0;
    margin-top: 20px;
  }
  .v2022.agriculture-month .singleVideo .video-right .video-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .v2022.agriculture-month .singleVideo .video-right .video-content {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .v2022.agriculture-month .singleVideo .video-right .card-info {
    position: relative;
    background: #fff;
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.25);
    padding: 20px;
  }
  .v2022.agriculture-month .singleVideo .video-right .card-info .card-title {
    font-size: 14px;
    line-height: 1.6;
  }
  .v2022.agriculture-month .singleVideo .video-right .card-info .card-content {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.6;
    position: static;
  }
  .v2022.agriculture-month .singleVideo .video-right .link-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin-top: 20px;
  }
  .v2022.agriculture-month .singleVideo .video-right .link-item a {
    font-size: 14px;
    line-height: 1.6;
  }
}
.fed-watch-page .bgBlue {
  background: transparent;
}
.fed-watch-page .bgBlue .nPageContainer {
  max-width: 1260px;
  background: #112b4a;
}
.fed-watch-page .bgBlue .nPageContainer .fed-watch-content {
  max-width: 1200px;
  margin: 0 auto;
}
.fed-watch-page .singleVideo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.fed-watch-page .singleVideo iframe {
  width: 80%;
  height: 600px;
  margin: 0 auto;
}
.fed-watch-page #shujushichang7_data_cme .table-menu {
  width: 155px !important;
}
.fed-watch-page #shujushichang7_data_cme .ff-td-1 {
  width: 155px !important;
  min-width: 155px !important;
  max-width: 155px !important;
}
.fed-watch-page.fed-watch-use-page .prograph p {
  font-size: 16px;
  line-height: 30px;
  color: #5a6874;
}
.fed-watch-page.fed-watch-use-page .rich-content-img {
  padding: 0;
  position: relative;
}
.fed-watch-page.fed-watch-use-page .rich-content-img::after {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.5) url('/templates/1/default/assets/img/v32/zoom.png') center no-repeat;
  background-size: 18px 18px;
  cursor: pointer;
  content: '';
}
.fed-watch-page .fed-watch-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
.fed-watch-page .fed-watch-content .top-nav-left .content-info {
  font-size: 20px;
  line-height: 36px;
  color: #fff;
}
.fed-watch-page .fed-watch-content .top-nav-left .content-tip {
  font-size: 16px;
  line-height: 30px;
  color: #FFF;
}
.fed-watch-page .fed-watch-content .nav-item-list {
  min-width: 200px;
}
.fed-watch-page .fed-watch-content .nav-item-list .tt {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
}
.fed-watch-page .fed-watch-content .nav-item-list .list a {
  font-size: 16px;
  color: #3CC8FF;
  line-height: 30px;
  white-space: nowrap;
}
@media screen and (max-width: 500px) {
  .fed-watch-page .fed-watch-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .fed-watch-page .fed-watch-content .top-nav-left .content-info {
    font-size: 16px;
    line-height: 1.6;
  }
  .fed-watch-page .fed-watch-content .top-nav-left .content-tip {
    font-size: 12px;
    line-height: 1.6;
  }
  .fed-watch-page .fed-watch-content .nav-item-list {
    min-width: 200px;
  }
  .fed-watch-page .fed-watch-content .nav-item-list .tt {
    font-size: 14px;
    line-height: 1.6;
  }
  .fed-watch-page .fed-watch-content .nav-item-list .list a {
    font-size: 14px;
    line-height: 1.6;
    white-space: nowrap;
  }
}

/* ========== head-right-actions + search-panel ========== */
.v2022 .head-right-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.v2022 .head-right-actions .search-icon-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  text-decoration: none;
  width: 40px;
  height: 40px;
  background: #F6F6F6;
  border-radius: 20px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.v2022 .head-right-actions .search-icon-btn img {
  width: 16px;
  height: 16px;
}
.v2022 .head-right-actions .search-icon-btn:hover img {
  content: url('/templates/1/default/assets/v2022/img/icon-search-hover.png');
  width: 20px;
  height: 20px;
}
.v2022 .head-right-actions .subscribe-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 36px;
  padding: 0 24px;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
  border: 1px solid #3CC8FF;
  color: #3a464f;
  background: transparent;
  font-family: Microsoft YaHei;
}
.v2022 .head-right-actions .subscribe-btn:hover {
  background: #3CC8FF;
}

.v2022 .search-panel-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}
.v2022 .search-panel-overlay.show {
  display: block;
}
.v2022 .search-panel {
  position: fixed;
  right: -720px;
  top: 0;
  width: 720px;
  height: 100%;
  background: #3a464f;
  z-index: 9999;
  -webkit-transition: right 0.35s ease;
  transition: right 0.35s ease;
  overflow-y: auto;
}
.v2022 .search-panel.show {
  right: 0;
}
.v2022 .search-panel .search-panel-close {
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
  z-index: 10;
}
.v2022 .search-panel .search-panel-close img {
  width: 12px;
  height: 12px;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.v2022 .search-panel .search-panel-close:hover img {
  opacity: 1;
}
.v2022 .search-panel .search-panel-content {
  padding: 40px 20px 40px;
}
.v2022 .search-panel .search-panel-input-wrapper {
  position: relative;
  border-bottom: 1px solid #5d6873;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.v2022 .search-panel .search-panel-input-wrapper .search-panel-input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-size: 18px;
  color: #fff;
  padding: 12px 40px 12px 0;
  font-family: Microsoft YaHei;
}
.v2022 .search-panel .search-panel-input-wrapper .search-panel-input::-webkit-input-placeholder {
  color: #8a939b;
}
.v2022 .search-panel .search-panel-input-wrapper .search-panel-input::-moz-placeholder {
  color: #8a939b;
}
.v2022 .search-panel .search-panel-input-wrapper .search-panel-input:-ms-input-placeholder {
  color: #8a939b;
}
.v2022 .search-panel .search-panel-input-wrapper .search-panel-input::placeholder {
  color: #8a939b;
}
.v2022 .search-panel .search-panel-input-wrapper .search-panel-submit {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.v2022 .search-panel .search-panel-input-wrapper .search-panel-submit img {
  width: 20px;
  height: 20px;
}
.v2022 .search-panel .search-panel-input-wrapper .search-panel-submit:hover img {
  opacity: 0.8;
}
.v2022 .search-panel .search-panel-section {
  margin-bottom: 36px;
}
.v2022 .search-panel .search-panel-label {
  font-size: 16px;
  color: #e3e935;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: Microsoft YaHei;
}
.v2022 .search-panel .search-panel-tags-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0;
}
.v2022 .search-panel .search-panel-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.v2022 .search-panel .search-panel-clear-btn {
  display: none;
  cursor: pointer;
  margin-left: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 28px;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
}
.v2022 .search-panel .search-panel-clear-btn i {
  font-size: 24px;
  color: #8a939b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.v2022 .search-panel .search-panel-clear-btn:hover i {
  color: #ff6b6b;
}
.v2022 .search-panel .search-panel-clear-btn.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.v2022 .search-panel .search-panel-tag {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: Microsoft YaHei;
  background: #5B6976;
}
.v2022 .search-panel .search-panel-tag:hover {
  border-color: #3cc8ff;
  color: #3cc8ff;
}
.v2022 .search-panel .search-panel-hot-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.v2022 .search-panel .search-panel-hot-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  background: #5B6976;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.v2022 .search-panel .search-panel-hot-item span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  font-family: Microsoft YaHei;
  margin-right: 12px;
}
.v2022 .search-panel .search-panel-hot-item .iconfont {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 18px;
  color: #fff;
}
.v2022 .search-panel .search-panel-hot-item:hover {
  background: #556570;
}

/* bottom-subscribe-yellow（订阅条） */
.v2022 .bottom-subscribe-yellow {
  background: #E3E935;
}
.v2022 .bottom-subscribe-yellow .bsy-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px 0;
  gap: 20px;
}
.v2022 .bottom-subscribe-yellow .bsy-title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1F3655;
  line-height: 1.4;
}
.v2022 .bottom-subscribe-yellow .bsy-desc {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1F3655;
  line-height: 1.6;
}
.v2022 .bottom-subscribe-yellow .bsy-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 36px;
  width: 144px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  border-radius: 4px;
  color: #fff;
  background: #1F3655;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
}
.v2022 .bottom-subscribe-yellow .bsy-btn:hover {
  background: #3CC8FF;
  color: #1F3655;
  text-decoration: none;
}

@media screen and (max-width: 1000px) {
  .v2022 .bottom-subscribe-yellow .bsy-content {
    padding: 40px 0;
    gap: 15px;
  }
  .v2022 .bottom-subscribe-yellow .bsy-title {
    font-size: 22px;
  }
  .v2022 .bottom-subscribe-yellow .bsy-desc {
    font-size: 14px;
  }
  .v2022 .bottom-subscribe-yellow .bsy-btn {
    height: 40px;
    width: 160px;
    font-size: 15px;
  }
}

@media screen and (max-width: 500px) {
  .v2022 .head-right-actions {
    display: none;
  }
  .v2022 .search-panel {
    width: 100%;
    right: -100%;
  }
  .v2022 .search-panel .search-panel-content {
    padding: 60px 20px 20px;
  }
  .v2022 .search-panel .search-panel-hot-list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .v2022 .bottom-subscribe-yellow .nPageContainer {
    padding: 0;
  }
  .v2022 .bottom-subscribe-yellow .bsy-content {
    padding: 30px 15px;
    gap: 12px;
  }
  .v2022 .bottom-subscribe-yellow .bsy-title {
    font-size: 20px;
  }
  .v2022 .bottom-subscribe-yellow .bsy-desc {
    font-size: 13px;
  }
  .v2022 .bottom-subscribe-yellow .bsy-btn {
    height: 36px;
    width: 144px;
    font-size: 14px;
    border-radius: 4px;
  }
}

/* 农产品期货及期权页：主导产品侧栏 + 底部教育/订阅双卡（与 FE agriculturalProducts 对齐） */
.v2022.agricultural-products .bb-banner {
  max-width: 100%;
}
.v2022.agricultural-products .banner-box .content .banner-text {
  max-width: 1200px;
}
.v2022.agricultural-products .blockWithNavCard {
  position: relative;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.v2022.agricultural-products .blockWithNavCard .blockWithNavCard-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  min-width: 0;
  margin-right: 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 39px;
}
.v2022.agricultural-products .blockWithNavCard .blockWithNavCard-line {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1px;
  height: 100%;
  max-height: 200px;
  background-color: #BEC7CB;
}
.v2022.agricultural-products .blockWithNavCard .navCard {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 39px;
  border: none;
  top: 0;
  padding-bottom: 0;
}
.v2022.agricultural-products .blockWithNavCard .navCard .tt {
  width: auto;
  border-bottom: none;
}
.v2022.agricultural-products .blockWithNavCard .navCard .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.v2022.agricultural-products .blockWithNavCard .navCard .list a {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.v2022.agricultural-products .e-tab-content.table-style-vv .table-menu {
  width: 160px !important;
  white-space: nowrap;
}
.v2022.agricultural-products .e-tab-content.table-style-vv .table > tbody > tr > td.ff-td-1,
.v2022.agricultural-products .e-tab-content.table-style-vv .table > tbody > tr > th.ff-td-1,
.v2022.agricultural-products .e-tab-content.table-style-vv .table > thead > tr > td.ff-td-1,
.v2022.agricultural-products .e-tab-content.table-style-vv .table > thead > tr > th.ff-td-1 {
  width: 160px;
}
.v2022.agricultural-products .bottom-card-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.v2022.agricultural-products .bottom-card-group .bottom-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
  text-decoration: none;
  background-size: cover;
  background-position: center;
}
.v2022.agricultural-products .bottom-card-group .bottom-card-left {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
  background-image: url('/templates/1/default/assets/v2022/img/bottomCardBg1.png');
  padding-bottom: 0px;
}
.v2022.agricultural-products .bottom-card-group .bottom-card-left .bottom-card-label1 {
  display: block;
  font-size: 18px;
  color: #00E473;
  font-family: Microsoft YaHei;
  margin-bottom: 20px;
}
.v2022.agricultural-products .bottom-card-group .bottom-card-left .bottom-card-desc {
  font-size: 30px;
  font-family: Microsoft YaHei;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 10px;
}
.v2022.agricultural-products .bottom-card-group .bottom-card-left .bottom-card-link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
  right: -40px;
}
.v2022.agricultural-products .bottom-card-group .bottom-card-left .bottom-card-link-box .bottom-card-link-text {
  font-size: 18px;
  color: #fff;
}
.v2022.agricultural-products .bottom-card-group .bottom-card-left .bottom-card-link-box .bottom-card-link-icon {
  background: #00E473;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.v2022.agricultural-products .bottom-card-group .bottom-card-left .bottom-card-link-box .bottom-card-link-icon .iconfont {
  font-size: 24px;
  color: #0E1D35;
}
.v2022.agricultural-products .bottom-card-group .bottom-card-right {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  background-image: url('/templates/1/default/assets/v2022/img/bottomCardBg2.png');
  gap: 20px;
}
.v2022.agricultural-products .bottom-card-group .bottom-card-right .bottom-card-label {
  font-size: 30px;
  color: #E3E935;
  font-family: Microsoft YaHei;
}
.v2022.agricultural-products .bottom-card-group .bottom-card-right .bottom-card-desc {
  font-size: 20px;
  font-family: Microsoft YaHei;
  color: #fff;
  line-height: 1.6;
}
.v2022.agricultural-products .bottom-card-group .bottom-card-right .bottom-card-link {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  background: transparent;
  padding: 0;
  color: #3cc8ff;
  font-size: 20px;
}
.v2022.agricultural-products .bottom-card-group .bottom-card-right .bottom-card-link .iconfont {
  color: #3cc8ff;
}
.v2022.agricultural-products .bottom-card-group .bottom-card-right .bottom-card-link:hover {
  color: #fff;
  background: transparent;
}
.v2022.agricultural-products .bottom-card-group .bottom-card-right .bottom-card-link:hover .iconfont {
  color: #fff;
}
@media screen and (max-width: 500px) {
  .v2022.agricultural-products .blockWithNavCard {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .v2022.agricultural-products .blockWithNavCard .blockWithNavCard-left {
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .v2022.agricultural-products .blockWithNavCard .blockWithNavCard-left::after {
    display: none;
  }
  .v2022.agricultural-products .blockWithNavCard .blockWithNavCard-line {
    display: none;
  }
  .v2022.agricultural-products .blockWithNavCard .navCard {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-top: 0;
    padding: 0;
    margin-left: 0;
    border: none;
  }
  .v2022.agricultural-products .blockWithNavCard .navCard .tt {
    margin-bottom: 10px;
  }
  .v2022.agricultural-products .blockWithNavCard .navCard .list a {
    width: 100%;
    margin-bottom: 10px;
  }
  .v2022.agricultural-products .bottom-card-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .v2022.agricultural-products .bottom-card-group .bottom-card {
    padding: 24px;
    min-height: 160px;
  }
  .v2022.agricultural-products .bottom-card-group .bottom-card-left {
    padding: 20px;
    padding-bottom: 0px;
    gap: 10px;
  }
  .v2022.agricultural-products .bottom-card-group .bottom-card-left .bottom-card-label1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .v2022.agricultural-products .bottom-card-group .bottom-card-left .bottom-card-desc {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .v2022.agricultural-products .bottom-card-group .bottom-card-left .bottom-card-link-box {
    right: -20px;
  }
  .v2022.agricultural-products .bottom-card-group .bottom-card-left .bottom-card-link-box .bottom-card-link-text {
    font-size: 16px;
  }
  .v2022.agricultural-products .bottom-card-group .bottom-card-left .bottom-card-link-box .bottom-card-link-icon {
    width: 40px;
    height: 40px;
  }
  .v2022.agricultural-products .bottom-card-group .bottom-card-right {
    gap: 10px;
  }
  .v2022.agricultural-products .bottom-card-group .bottom-card-right .bottom-card-label {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .v2022.agricultural-products .bottom-card-group .bottom-card-right .bottom-card-desc {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .v2022.agricultural-products .bottom-card-group .bottom-card-right .bottom-card-link {
    font-size: 16px;
  }
  /* 农产品期货行情表格移动端底部间距 */
  .v2022.agricultural-products .e-tab-content.table-style-1 {
    margin-bottom: 20px;
  }
}

/* ========== 统一所有资产类别页面 navCard 样式 ========== */
.v2022 .blockWithNavCard {
  position: relative;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.v2022 .blockWithNavCard .blockWithNavCard-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  min-width: 0;
  margin-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 39px;
}
.v2022 .blockWithNavCard .blockWithNavCard-line {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1px;
  height: 100%;
  max-height: 200px;
  background-color: #BEC7CB;
}
.v2022 .blockWithNavCard .navCard {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 39px;
  border: none;
  top: 0;
  padding-bottom: 0;
}
.v2022 .blockWithNavCard .navCard .tt {
  width: auto;
  border-bottom: none;
}
.v2022 .blockWithNavCard .navCard .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.v2022 .blockWithNavCard .navCard .list a {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  height: auto;
}
@media screen and (max-width: 500px) {
  .v2022 .blockWithNavCard {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .v2022 .blockWithNavCard .blockWithNavCard-left {
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .v2022 .blockWithNavCard .blockWithNavCard-left::after {
    display: none;
  }
  .v2022 .blockWithNavCard .blockWithNavCard-line {
    display: none;
  }
  .v2022 .blockWithNavCard .navCard {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-top: 0;
    padding: 0;
    margin-left: 0;
    border: none;
  }
  .v2022 .blockWithNavCard .navCard .tt {
    margin-bottom: 10px;
  }
  .v2022 .blockWithNavCard .navCard .list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .v2022 .blockWithNavCard .navCard .list a {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* nav-card-list-wrapper: 右侧包含多个 navCard-sub 的容器，与左侧各占50% */
.v2022 .blockWithNavCard .nav-card-list-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 39px;
}
.v2022 .blockWithNavCard .nav-card-list-wrapper .navCard-sub {
  border: none;
  padding: 0;
}
.v2022 .blockWithNavCard .nav-card-list-wrapper .navCard-sub .tt {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #112b4a;
  line-height: 32px;
  width: auto;
  border-bottom: none;
  margin-bottom: 15px;
}
.v2022 .blockWithNavCard .nav-card-list-wrapper .navCard-sub .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.v2022 .blockWithNavCard .nav-card-list-wrapper .navCard-sub .list a {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  font-size: 16px;
  color: #006eb6;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  height: auto;
}
.v2022 .blockWithNavCard .nav-card-list-wrapper .navCard-sub + .navCard-sub {
  margin-top: 10px;
}
.v2022 .blockWithNavCard .nav-card-list-wrapper .navCard-sub + .navCard-sub .list {
  display: block;
}
.v2022 .blockWithNavCard .nav-card-list-wrapper .navCard-sub + .navCard-sub .list a {
  width: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .v2022 .blockWithNavCard .nav-card-list-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-top: 0;
    padding: 0;
    margin-left: 0;
    padding-left: 0;
  }
  .v2022 .blockWithNavCard .nav-card-list-wrapper .navCard-sub .tt {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
  }
  .v2022 .blockWithNavCard .nav-card-list-wrapper .navCard-sub + .navCard-sub {
    margin-top: 0px;
  }
  .v2022 .blockWithNavCard .nav-card-list-wrapper .navCard-sub .list a {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px !important;
  }
}

/* ========== 站内搜索 sys_search ========== */
.v2022.sys-search-body {
  background: #fff;
}

.v2022.sys-search-body .sys-search-page {
  background: #fff;
  padding: 24px 0 0;
  min-height: 36vh;
}

.v2022 .sys-search-breadcrumb {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 20px;
}

.v2022 .sys-search-breadcrumb a {
  color: #6c757d;
  text-decoration: none;
}

.v2022 .sys-search-breadcrumb a:hover {
  color: #006EB6;
}

.v2022 .sys-search-bc-sep {
  margin: 0 8px;
  color: #adb5bd;
}

.v2022 .sys-search-bc-current {
  color: #495057;
}

.v2022 .sys-search-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
  background: #25323D;
  border-radius: 0;
  padding: 16px 20px;
  margin-bottom: 20px;
}

.v2022 .sys-search-toolbar-label {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
}

.v2022 .sys-search-form {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 200px;
}

.v2022 .sys-search-input-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #5A6874;
  border-radius: 0;
  padding: 0 0 0 16px;
  border: none;
  min-height: 48px;
}

.v2022 .sys-search-input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 15px;
  outline: none;
  min-width: 0;
  padding: 12px 8px 12px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.v2022 .sys-search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.v2022 .sys-search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.v2022 .sys-search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.v2022 .sys-search-input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.v2022 .sys-search-clear {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 48px;
  color: #C4CED3;
  text-decoration: none;
  font-size: 22px;
  line-height: 1;
  border-radius: 0;
  margin-right: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.v2022 .sys-search-clear:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.v2022 .sys-search-submit {
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #C4CED3;
  cursor: pointer;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
}

.v2022 .sys-search-submit img {
  display: block;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.v2022 .sys-search-submit:hover {
  background: rgba(255, 255, 255, 0.08);
}

.v2022 .sys-search-filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px 18px;
  margin-bottom: 12px;
}

.v2022 .sys-search-filters-label {
  font-size: 15px;
  color: #495057;
  font-weight: 500;
}

.v2022 .sys-search-pills {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}

.v2022 .sys-search-pill {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #ced4da;
  color: #006EB6;
  background: #fff;
  -webkit-transition: background 0.15s, color 0.15s, border-color 0.15s;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.v2022 .sys-search-pill:hover {
  border-color: #006EB6;
  background: #e8f4fa;
}

.v2022 .sys-search-pill.is-active {
  background: #006EB6;
  border-color: #006EB6;
  color: #fff;
}

.v2022 .sys-search-divider {
  height: 1px;
  background: #dee2e6;
  margin-bottom: 24px;
}

.v2022 .sys-search-results {
  list-style: none;
  margin: 0;
  padding: 0;
}

.v2022 .sys-search-card {
  background: #F1F5F7;
  border-radius: 0;
  padding: 0;
  margin: 0;
  border: none;
}

.v2022 .sys-search-card--channel {
  background: #F1F5F7;
}

.v2022 .sys-search-card-title {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: #006EB6;
  text-decoration: none;
  line-height: 1.45;
  margin: 0;
}

.v2022 .sys-search-card--channel .sys-search-card-title {
  margin: 0;
}

.v2022 .sys-search-card-title:hover {
  text-decoration: underline;
}

.v2022 .sys-search-cat {
  font-weight: 700;
  margin-right: 2px;
}

/* 站内搜索专用（sys_search.html）：与导航「3分钟看经济」同款图标 + 标题后一格空隙；勿改全局 nav-video-icon */
.v2022.sys-search-body .sys-search-card-title .sys-search-video-badge {
  display: inline-flex;
  align-items: center;
  margin-left: 0;
  vertical-align: middle;
}

.v2022.sys-search-body .sys-search-card-title .sys-search-video-badge .nav-video-icon {
  font-size: 16px;
  color: #006eb6;
  text-decoration: none;
  flex-shrink: 0;
  line-height: 1;
}

.v2022 .sys-search-snippet {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #5c636a;
}

.v2022 mark.sys-search-hit {
  background: transparent;
  color: inherit;
  font-weight: 700;
  padding: 0;
}

.v2022 .sys-search-meta {
  font-size: 13px;
  color: #868e96;
  margin: 0;
}

.v2022 .sys-search-empty-hint {
  background: #fff;
  border-radius: 8px;
  padding: 32px 24px;
  text-align: center;
  color: #5c636a;
  border: 1px solid #e9ecef;
}

.v2022 .sys-search-empty-title {
  font-size: 20px;
  font-weight: 600;
  color: #343a40;
  margin: 0 0 12px;
}

.v2022 .sys-search-tag-hint {
  font-size: 16px;
  color: #495057;
  font-weight: 600;
}

.v2022 .sys-search-norecord {
  text-align: center;
  padding: 40px 16px;
}

.v2022 .sys-search-powered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 24px;
}

.v2022 .sys-search-powered span {
  font-weight: 400;
  font-size: 16px;
  color: #5A6874;
  line-height: 36px;
  text-align: left;
}

.v2022 .sys-search-powered img {
  height: 20px;
  width: auto;
  display: block;
}

.v2022 .sys-search-pagination-wrap .nPagination {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .v2022 .sys-search-toolbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .v2022 .sys-search-toolbar-label {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}
/* 关于芝商所、公司简介、新闻中心：banner 与页面主体内容之间间距 30px */
.v2022.bannerWithSpacing .main {
  margin-top: 30px;
}
@media screen and (max-width: 500px) {
  .v2022.bannerWithSpacing .main {
    margin-top: 10px;
  }
}

/*
以下是关于农产品、能源、金属等相关描述的样式设置
原因：目前样式污染严重，不敢修改，只能设置新样式
*/
.v2022 .content .market-data-text-size p {
  font-size: 20px !important;
}
@media screen and (max-width: 500px) {
  .v2022 .content .market-data-text-size p{
    font-size: 14px !important;
  }
}
/* 市场数据延迟说明文字 */
.v2022 .content .market-data-tip p{
  font-size: 16px !important;
  padding-top: 25px !important;
  padding-bottom: 19px !important;
}
@media screen and (max-width: 500px) {
  .v2022 .content .market-data-tip p{
    font-size: 14px !important;
    padding-top: 0 !important;
  }
}

/* ===== 从 inc_header.html 提取的导航内联样式 ===== */

/* 产品介绍：资产类别列宽覆盖（原内联 width:160px） */
.v2022 .nnav ul li.chanpinjiaoyi .nav-child .nav-child-list > div .group .a-list > div.nav-col-160 {
  width: 160px;
}

/* 产品介绍：主导产品宽列覆盖（原内联 width:230px） */
.v2022 .nnav ul li.chanpinjiaoyi .nav-child .nav-child-list > div .group .a-list > div.nav-col-230 {
  width: 230px;
}

/* 清算服务：SPAN算法卡片背景色（原内联 background:#1b4484） */
.v2022 .nnav ul li .nav-child .nav-child-list > div.div-a.nav-card-dark {
  background: #1b4484;
}

/* 清算服务：SPAN2卡片背景色（原内联 background:#085EA5） */
.v2022 .nnav ul li .nav-child .nav-child-list > div.div-a.nav-card-blue {
  background: #085EA5;
}

/* 3分钟看经济：视频图标样式（原内联 font-size:20px;color:#fff;text-decoration:none） */
.v2022 .nnav ul li .nav-child .nav-video-icon {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}

/* ===== channel_about.html 提取的内联样式 ===== */

/* 关于页内容容器（原内联 padding-top:30px;min-height:600px） */
.channel-about-page .page-container {
  padding-top: 30px;
  min-height: 600px;
}

/* 页面标题 h1（原内联 font-size:28px;color:#1a1a1a;margin-bottom:20px） */
.channel-about-page .page-title {
  font-size: 28px;
  color: #1a1a1a;
  margin-bottom: 20px;
}

/* 正文区（原内联 font-size:16px;line-height:1.8;color:#333） */
.channel-about-page .article-body {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

/* 子栏目网格容器（原内联 display:flex;flex-wrap:wrap;gap:20px;margin-top:30px） */
.channel-about-page .sub-channel-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

/* 子栏目卡片（原内联 display:block;padding:20px;background:#f8f9fa;border-radius:8px;text-decoration:none;flex:1;min-width:200px） */
.channel-about-page .sub-channel-item {
  display: block;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  text-decoration: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 200px;
}

/* 子栏目卡片标题（原内联 color:#0e4b8e;font-size:16px;margin:0 0 8px） */
.channel-about-page .sub-channel-item .sub-channel-name {
  color: #0e4b8e;
  font-size: 16px;
  margin: 0 0 8px;
}

/* 子栏目卡片描述（原内联 color:#666;font-size:14px;margin:0） */
.channel-about-page .sub-channel-item .sub-channel-desc {
  color: #666;
  font-size: 14px;
  margin: 0;
}

/* ===== 全局公共类：从全站 HTML 内联样式提取 ===== */

/* 相对定位（原内联 position:relative ） */
.pos-relative {
  position: relative;
}

/* 绝对定位左上角（原内联 position:absolute;top:0px;left:0px） */
.pos-abs-tl {
  position: absolute;
  top: 0;
  left: 0;
}

/* 表格横向滚动容器（原内联 overflow-x:scroll;overflow-y:hidden） */
.table-scroll-x {
  overflow-x: scroll;
  overflow-y: hidden;
}

/* 导航深色背景（原内联 background-color:#112b4a） */
.bg-nav-dark {
  background-color: #112b4a;
}

/* 主色文字（原内联 color:#3cc8ff） */
.color-primary {
  color: #3cc8ff;
}

/* 链接蓝色文字（原内联 color:#0e4b8e） */
.color-link {
  color: #0e4b8e;
}

/* 底部负外边距（原内联 margin-bottom:-20px） */
.mb-neg-20 {
  margin-bottom: -20px;
}

/* 图片透明占位（原内联 width:100%;opacity:0;display:block） */
.img-placeholder {
  width: 100%;
  opacity: 0;
  display: block;
}

/* banner 图片全宽（原内联 width:100%，用于非 .bb-banner 旧结构模板） */
.banner-img-full {
  width: 100%;
}

/* 数据分销商入口链接（原内联 text-decoration:none;height:auto） */
.distributor-link {
  text-decoration: none;
  height: auto;
}

/* 期货行情表内第一列宽度变体（原内联 table-menu 列宽） */
.table-menu-210 {
  width: 210px !important;
}

/* ff-td-1 列宽居中变体 235px（黄金/铜等金属期货首列） */
.ff-td-235 {
  width: 235px;
}

/* ff-td-1 列宽变体 250px（纳斯达克/远期等期货首列） */
.ff-td-250 {
  width: 250px;
}

/* ff-td-1 列宽变体 135px（第二行情表产品列） */
.ff-td-135 {
  width: 135px;
}

/* 行情表宽度变体 231px / 200px */
.table-menu-231 { width: 231px !important; }
.table-menu-200 { width: 200px !important; }

/* 图文内容全宽图片（宽高自适应） */
.rich-img-full { width: 100%; height: auto; }

/* 链接继承文字颜色 */
.link-inherit { text-decoration: none; color: inherit; }

/* 文字居中 */
.text-center { text-align: center; }

/* 图片最大宽度100% */
.img-max-full { max-width: 100%; }

/* 外层容器宽度100% */
.w-100 { width: 100%; }

/* ===== list 页面专属样式（从各 list_*.html 提取）===== */
/* 隐私政策表格列宽 */
.fgxz-col-20 { width: 20%; }
.fgxz-col-60 { width: 60%; }

/* 内容局部场景层 margin */
.mb-5 { margin-bottom: 5px; }
.mb-18 { margin-bottom: 18px; }
.mb-20 { margin-bottom: 20px; }
.mt-16 { margin-top: 16px; }

/* d-flex 布局辅助 */
.d-flex { display: flex; }
.d-block { display: block; }
.align-center { align-items: center; }

/* 宝贵金属页补订视频容器 */
.tqh-video { width: 100%; height: 430px; }

/* 列表项标题大字体 */
.text-xl { font-size: 20px; }

/* 免责声明链接样式 */
.link-bold-blue { color: #006EB5; font-weight: bold; }

/* 风险管理页内联进度标识 */
.status-green { color: #2AE303; }

/* 行高 */
.lh-14 { line-height: 1.4; }

/* WTI测试页专属布局 */
.wti-dd { margin: 0 18px; line-height: 2; }
.icon-hidden { float: none; opacity: 0; }
.video-border { border: 1px solid #eee; }

/* 平植布局 */
.w-40pct { width: 40%; }

/* 不换行 */
.ws-nowrap { white-space: nowrap; }

/* 市场展望页免责声明 */
.sczx-disclaimer { color: #0b5394; font-style: italic; font-size: 18px; }

/* ===== 各页面语义局部类（五批文件提取）===== */
/* category_spzx 按鈕 */
.spzx-btn { width: 212px; text-align: center; }

/* mt-30 均匀间距 */
.mt-30 { margin-top: 30px; }

/* mb-21 */
.mb-21 { margin-bottom: 21px; }

/* 年度订阅页表单宽width:40% */
/* .w-40pct already defined */

/* 预览第一标签链接色 */
.link-dark-blue { color: #006eb6; }

/* 误提调文字 */
.text-muted { color: #5a6874; }

/* 诺内安 YSK页副标题 */
.ysk-subtitle {
  font-style: oblique;
  color: #5a6874;
  font-size: 14px;
  font-family: Arial, sans-serif;
}

/* 诺内安 YSK 导航高度 */
.nav-120 { height: 120px; }

/* 评论区头像圆形 */
.rounded-circle { border-radius: 50%; }
.rounded-full { border-radius: 50%; }

/* ZSS页指定头像 */
.avatar-round { border-radius: 50%; width: 15%; }

/* 单列网格布局 */
.grid-single { grid-template-columns: 1fr; }

/* 取消grid布局（用于3分钟看经济频道的讲师介绍） */
.v2022 .expertIntroduction .list.no-grid {
  display: block;
}

/* 浮动分享列表 */
.share-list-float {
  position: absolute;
  right: -20px;
  transform: translate(100%, 0);
  z-index: 10;
}

/* SDFT页信息对齐 */
.sdft-info { align-items: center; }

/* SDFT页小头像 */
.sdft-avatar { max-width: 100px; border-radius: 200px; }

/* 论坛评论百分比形头像 */
/* .rounded-circle already defined */

/* channel_product h-180 */
.h-180 { height: 180px; }

/* channel_video 列表 */
.video-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.video-card {
  width: calc(25% - 15px);
  text-decoration: none;
}
.video-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.video-thumb-img {
  width: 100%;
  height: auto;
}
.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(0,0,0,0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-play-icon {
  color: #fff;
  font-size: 18px;
  margin-left: 3px;
}
.video-card-title {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}

/* show_videos.html 优酷播放器 */
.video-player-container {
  display: flex;
  align-items: center;
  background: #1a1a1a;
}

/* inc_footer.html ICP 链接 */
.footer-icp-link { color: #bebfba; }

/* inc_right.html 排名数字 */
.rank-num { width: 26px; }

/* inc_short_message.html 验证码图片 */
.captcha-img { cursor: pointer; padding: 0; }

/* ===== article_product.html 页面样式（.article-product-page 作用域）===== */
.article-product-page .product-hero {
  background: linear-gradient(135deg, #0e4b8e, #1a6fd4);
  color: #fff;
  padding: 40px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.article-product-page .product-hero-title {
  font-size: 32px;
  margin: 0 0 15px;
}
.article-product-page .product-hero-desc {
  font-size: 16px;
  opacity: 0.9;
  margin: 0;
  line-height: 1.6;
}
.article-product-page .product-related-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.article-product-page .product-related-item {
  display: block;
  padding: 15px 20px;
  background: #f8f9fa;
  border-radius: 6px;
  text-decoration: none;
  color: #0e4b8e;
  font-size: 15px;
  border: 1px solid #e8e8e8;
}

/* ===== channel.html 页面样式（.channel-page 作用域）===== */
.channel-page .channel-main-title {
  font-size: 28px;
  color: #1a1a1a;
  margin-bottom: 20px;
}
.channel-page .channel-description {
  margin-bottom: 30px;
  color: #666;
  font-size: 15px;
  line-height: 1.8;
}
.channel-page .channel-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}
.channel-page .channel-nav-item {
  display: inline-block;
  padding: 10px 20px;
  background: #0e4b8e;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
}
.channel-page .channel-article-item {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.channel-page .channel-article-thumb {
  flex-shrink: 0;
  width: 200px;
  height: 130px;
  overflow: hidden;
  border-radius: 4px;
}
.channel-page .channel-article-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.channel-page .channel-article-info { flex: 1; }
.channel-page .channel-article-title {
  margin: 0 0 10px;
  font-size: 18px;
}
.channel-page .channel-article-link {
  color: #1a1a1a;
  text-decoration: none;
}
.channel-page .channel-article-desc {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 10px;
}
.channel-page .channel-article-date {
  color: #999;
  font-size: 13px;
}

/* ===== article.html 页面样式（.article-page 作用域）===== */
.article-page .article-container {
  padding-top: 30px;
  min-height: 600px;
}
.article-page .article-breadcrumbs {
  margin-bottom: 30px;
  font-size: 14px;
  color: #666;
}
.article-page .article-bc-link { color: #0e4b8e; }
.article-page .article-main { max-width: 900px; }
.article-page .article-video-hero {
  margin-bottom: 28px;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
}
.article-page .article-video-hero__media {
  width: 100%;
  height: auto;
  display: block;
  max-height: min(70vh, 560px);
  vertical-align: middle;
}
.article-page .article-video-hero__iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
  min-height: 200px;
}
.article-page .article-title {
  font-size: 28px;
  color: #1a1a1a;
  margin-bottom: 15px;
  line-height: 1.4;
}
.article-page .article-meta {
  color: #999;
  font-size: 13px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.article-page .article-body {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}
.article-page .article-related {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
.article-page .article-related-title {
  font-size: 20px;
  color: #1a1a1a;
  margin-bottom: 20px;
}
.article-page .article-related-list {
  list-style: none;
  padding: 0;
}
.article-page .article-related-item {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}
.article-page .article-related-link {
  color: #0e4b8e;
  text-decoration: none;
  font-size: 15px;
}
.article-page .article-related-date {
  color: #999;
  font-size: 13px;
  margin-left: 10px;
}

/* ===== 文章详情页免责声明样式 ===== */
.article-page .article-disclaimer {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}
.article-page .article-disclaimer-title {
  font-size: 20px;
  color: #1a1a1a;
  margin-bottom: 20px;
  font-weight: 600;
}
.article-page .article-disclaimer-content {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
}
.article-page .article-disclaimer-content p {
  margin-bottom: 12px;
}
.article-page .article-disclaimer .disclaimer-toggle {
  color: #006eb6;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}
.article-page .article-disclaimer .disclaimer-toggle:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .article-page .article-disclaimer {
    margin-top: 40px;
    padding-top: 24px;
  }
  .article-page .article-disclaimer-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .article-page .article-disclaimer-content {
    font-size: 13px;
  }
  .article-page .article-disclaimer .disclaimer-toggle {
    font-size: 13px;
  }
}

/* ===== 隐私政策页面表格样式（从 list_privacy_policy.html 提取）===== */
.privacy-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000;
  margin-top: 20px;
  font-size: 14px;
  color: #000;
}
.privacy-table thead tr {
  background-color: #e6e6e6;
}
.privacy-table th {
  border: 1px solid #000;
  padding: 12px 15px;
  text-align: left;
  font-weight: bold;
  color: #000;
}
.privacy-table th:nth-child(1) { width: 20%; }
.privacy-table th:nth-child(2) { width: 30%; }
.privacy-table th:nth-child(3) { width: 50%; }
.privacy-table td {
  border: 1px solid #000;
  padding: 12px 15px;
  vertical-align: top;
}
.privacy-table ul {
  padding-left: 20px;
  margin: 0;
  list-style-type: square;
}
.privacy-table li {
  margin-bottom: 10px;
}
.privacy-table li:last-child {
  margin-bottom: 0;
}
