@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  list-style: none;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.cube {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /* 开启硬件加速 */
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 禁止点选高亮显示 */
  -webkit-overflow-scrolling: touch;
  /* 局部滚动 */
  -webkit-touch-callout: none;
  /* 禁用长按弹出系统菜单 */
  box-sizing: border-box;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #333;
  text-decoration: underline;
  outline: none;
}

img {
  border: 0;
}

i {
  font-style: normal;
  font-weight: normal;
}
.none {
  display: none;
}
body {
  width: 100%;
  *cursor: default;
  overflow: hidden;
  font:
    14px/1.5 Tahoma,
    Helvetica,
    Arial,
    "Microsoft YaHei",
    STXihei,
    SimSun,
    sans-serif;
  color: #333;
}

/* 自适应框架（设计图宽度） */

body {
  max-width: 19.2rem;
  margin: 0 auto;
}

body * {
  max-width: 19.2rem;
}

#pageContain {
  overflow: hidden;
  display: none;
}

.page {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  /*top:0;
	left:0;*/
}

.contain {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.current .contain,
.slide .contain {
  display: block;
}

.current {
  display: block;
  z-index: 1;
}

.slide {
  display: block;
  z-index: 2;
}

.swipe {
  display: block;
  z-index: 3;
  transition-duration: 0ms !important;
  -webkit-transition-duration: 0ms !important;
}

.tcenter {
  text-align: center;
}

.bgfff {
  background-color: #fff;
  border-radius: 15px;
}

/* 页面导航 */

/* #navBar {
  z-index: 3;
  position: fixed;
  top: 30%;
  left: 3%;
  width: 1.47rem;
  height: 6.66rem;
  background: url("../images/navBar.png?v=1") no-repeat 50%;
  background-size: 100% 100%;
  padding-top: 0.56rem;
}



#navBar li {
  cursor: pointer;
  height: 0.3rem;
  border: 0px #c00 solid;
}
#navBar li:nth-child(1) {
  height: 0.52rem;
}
#navBar li:nth-child(2) {
  height: 0.62rem;
}
#navBar li:nth-child(3) {
  height: 0.5rem;
}
#navBar li:nth-child(4) {
  height: 0.5rem;
}
#navBar li:nth-child(5) {
  height: 0.6rem;
}
#navBar li:nth-child(6) {
  height: 0.38rem;
}
#navBar li:nth-child(7) {
  height: 0.43rem;
}
#navBar li:nth-child(8) {
  height: 0.4rem;
}
#navBar li:nth-child(9) {
  height: 0.45rem;
}
#navBar li:nth-child(10) {
  height: 0.45rem;
} */
.more {
  text-align: right;
}

.more a {
  color: #fff;
  font-size: 0.16rem;
}
.more2 {
  text-align: right;
  margin-right: 0.2rem;
}

.more2 a {
  color: #ad0000;
  font-size: 0.16rem;
}

/*#prev,#next {
	z-index:4;
	text-align: center;
	line-height:1rem;
	position: absolute;
	width:1rem;
	height:1rem;
	top:50%;
	cursor:pointer;
	margin-top:-0.5rem;
	font-size:1rem;
	color:rgba(255,255,255,0.5);
}
#prev {
	left:0
}
#next {
	right:0
}*/

/* 页面加载 */

#loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff url("../images/loading.gif") no-repeat 50% 50%;
  z-index: 10000;
  display: none;
}

/* 页面背景 */

.page1,
.page2,
.page3 {
  background: url("../images/000.jpg") no-repeat 50%;
}

/* .page7 {
  background: url("../images/007.jpg") no-repeat 50%;
} */

/* .page1,.page2,.page3,.page4,.page5,.page6,.page7,.page8,.page9{
-webkit-background-size:cover;
-moz-background-size:cover;
-ms-background-size:cover;
-o-background-size:cover;
background-size:cover;
} */

.page1,
.page2,
.page3 {
  filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

/* 启动页 */

#index {
  position: absolute;
  /*top: 0;
    left: 0; */
  margin: 0 auto;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: url("../images/000.jpg") no-repeat 50%;
  background-size: cover;
}

#index img {
  position: absolute;
}

#index .s2-float {
  opacity: 0;
  animation:
    s2Show 0.01s linear 1s forwards,
    s2FloatDown 2.2s ease-in-out 1s infinite;
}

@keyframes s2Show {
  to {
    opacity: 1;
  }
}

@keyframes s2FloatDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.18rem);
  }
  100% {
    transform: translateY(0);
  }
}

#index ol {
  width: 100%;
  height: 100%;
  position: relative;
}

/* 文字版块 */

.xw_txt h2 {
  font-size: 0.5rem;
  font-weight: normal;
  line-height: 0.6rem;
  text-align: center;
}

.xw_txt h2 a {
  color: #c00;
}

.xw_txt h1 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.45rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xw_txt i {
  color: #666;
  font-size: 0.14rem;
  line-height: 0.28rem;
  text-align: justify;
  margin-top: 0.05rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.xw_txt dd {
  margin: 0.1rem;
  overflow: hidden;
}

.xw_txt dd img {
  width: 3rem;
  height: 2rem;
  margin-right: 0.2rem;
  float: left;
}

.xw_txt dd h1 {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.3rem;
}

/* 图片板块 */

.xw_pic dd {
  padding: 0.1rem;
  overflow: hidden;
}

.xw_pic dd img {
  width: 100%;
  height: 100%;
}

.xw_pic dd a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.xw_pic dd a h1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.1rem;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.16rem;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xw_pic dd h1 a {
  text-align: left;
  color: #333;
  font-size: 0.18rem;
  line-height: 0.35rem;
}

.xw_pic dd i {
  color: #666;
  font-size: 0.16rem;
  line-height: 0.28rem;
  text-align: justify;
  margin-top: 0.05rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.elt {
  margin-right: 0.2rem;
}

.elt h1 {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.el i {
  -webkit-line-clamp: 4;
}

.fl {
  float: left;
  _display: inline;
}

.fr {
  float: right;
  _display: inline;
}

.clear {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  *zoom: 1;
}

.flex-0-1 {
  flex: 1 0 30%;
  overflow: hidden;
}

.flex-0-2 {
  flex: 1 0 70%;
  overflow: hidden;
}

.flex-1-1 {
  flex: 1 0 40%;
  overflow: hidden;
}

.flex-1-2 {
  flex: 1 0 60%;
  overflow: hidden;
}

.flex-2 > * {
  flex: 1 0 48%;
  flex: 1 0 46%\9;
  overflow: hidden;
}

.flex-3 > * {
  flex: 1 0 33.33333%;
  overflow: hidden;
}

.flex-4 > * {
  flex: 1 0 25%;
  overflow: hidden;
}

.flex-5 > * {
  flex: 1 0 20%;
  overflow: hidden;
}

.hb_tab {
  margin: 0 auto;
  text-align: center;
}

/* 板块 */

.page-m {
  margin: 1rem auto 0;
  width: 14rem;
}

/* page1 自适应：整体随屏幕高度，左侧垂直居中 */
.page1 .page-m {
  margin: 0 auto;
  height: 100%;
}

.page1 .displayFlex {
  height: 100%;
  align-items: center;
}
.tanchuang {
  width: min(12rem, calc(100vw - 0.4rem));
  background: url(../images/sbg2.png) no-repeat center center;
  background-size: 100% 100%;
  height: auto;
  aspect-ratio: 1200 / 700;
  max-height: calc(100vh - 0.4rem);
  max-height: calc(100dvh - 0.4rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  z-index: 1200;
  pointer-events: auto;
  /* align-items: center; */
}

.tanchuang.none {
  display: none !important;
}

.displayFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 14rem;
  height: 100%;
}
.page_l {
  background: url(../images/sbg.png) no-repeat center center;
  background-size: 100% 100%;
  width: 6.5rem;
  height: 2.11rem;
  padding: 0.2rem;
  color: #fff;
}
.page_l.is-hidden {
  visibility: hidden;
  pointer-events: none;
}
.page_l a {
  color: #fff;
  text-decoration: none;
}
.page_l h2 {
  font-size: 0.22rem;
  line-height: 0.35rem;
  text-align: center;
  margin-bottom: 0.1rem;
}
.page_l p {
  font-size: 0.18rem;
  line-height: 0.3rem;
}
.page_r {
  width: 8.5rem;
}
.tan_l {
  width: 53.5%;
  padding-left: 0.8%;
}
.tan_r {
  width: 43.9%;
  position: relative;
}
.gc {
  border-left: 1px solid #fff;
  color: #fff;
}
.gc a {
  color: #fff;
}
.gc_btn {
  text-align: right;
  margin-right: 0.1rem;
  cursor: pointer;
}
.gc_txt {
  width: calc(100% - 0.32rem);
  margin-left: 0.2rem;
}
.gc_txt h2 {
  font-size: 0.24rem;
  line-height: 0.35rem;
  text-align: center;
  margin-bottom: 0.1rem;
}
.gc_txt video {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.csc {
  cursor: pointer;
}
.csc_txt {
  padding: 0.2rem 0 0.2rem 0.4rem;
  color: #fff;
  font-size: 0.22rem;
}
.csc_txt a {
  color: #fff;
}
.csc_txt h2 {
  font-size: 0.24rem;
  line-height: 0.35rem;
  text-align: center;
  margin-bottom: 0.1rem;
}
.csc_txt p {
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.csc_txt img {
  width: 100%;
  height: auto;
  aspect-ratio: 582 / 326;
  object-fit: cover;
}

.bcolumn {
  background: url(../images/sbg3.png) no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
  height: 35%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.bcolumn a {
  color: #fff;
  text-decoration: none;
}
.bcolumn div {
  padding: 0.2rem 0.3rem;
}
.bcolumn h2 {
  font-size: 0.2rem;
  line-height: 0.35rem;
  text-align: center;
  margin-bottom: 0.1rem;
}
.bcolumn p {
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.closebtn {
  position: absolute;
  right: 0.1rem;
  bottom: 0.1rem;
  z-index: 999;
  cursor: pointer;
}
.page4 .page-m,
.page5 .page-m,
.page6 .page-m,
.page7 .page-m,
.page8 .page-m,
.page9 .page-m,
.page10 .page-m,
.page11 .page-m {
  margin: 1.23rem auto 0;
}

/*.page3 .page-m {
    margin: 1.23rem auto 0;
     width: 14rem;
    margin-top: 2.5rem; 
}

.page4 .page-m {
    height: 6.7rem;
    background: url("../images/004-1.png") no-repeat 50%;
    background-size: 100%;
    background-position: 0;
}

.page4 ul {
    padding-top: 0.8rem;
}
*/

.page5 dl:first-child dd:last-child img {
  width: 100%;
  margin-top: 0.2rem;
}

.page8 .page-m {
  height: 6.7rem;
  background: url("../images/008-1.png") no-repeat 50%;
  background-size: 100%;
  background-position: 0;
}

.item .itemL {
  width: 7.5rem;
  margin-left: 0.5rem;
  margin-top: 1.1rem;
}

.item .itemR {
  width: 3.1rem;
  height: 5.98rem;
  margin-right: 0.5rem;
  margin-top: 1rem;
  /* background: yellow; */
  box-shadow: 10px 10px 10px #888888;
}

.item .itemR img {
  width: 100%;
  height: 100%;
}

.itemLT h2 {
  text-align: left !important;
}

.itemLT h2 a {
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 0.46rem;
  color: #d5090d;
}

.itemLT p {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #999;
}

.itemLB {
  background-color: #f7efe1;
  padding: 0.2rem;
  border-radius: 10px;
  margin-top: 0.3rem;
}

.sitem1 {
  width: 3.14rem;
}

.sitem1 li {
  font-size: 0.2rem;
  line-height: 0.46rem;
  color: #333;
  border-bottom: 1px solid #dc241a;
}

.sitem1 li a {
  color: #333;
}

.sitem1 li:last-child {
  border-bottom: none;
}

.sitem2 {
  width: 3.9rem;
  height: 2.48rem;
}

.sitem2 img {
  width: 100%;
  height: 100%;
}

.bg2 {
  background: url(../images/bg2.png) no-repeat center top;
  background-size: 100% 100%;
  width: 12rem;
  height: 7.29rem;
}

.bg2_bt {
  width: 12rem;
  height: 0.8rem;
}
.bg7_bt {
  width: 12rem;
  height: 0.8rem;
}
.bg7_bt .link {
  width: 3.63rem;
  height: 0.43rem;
  margin-left: 7.8rem;
}
.bg7_bt .link img {
  width: 100%;
}

.page8pic li {
  width: 3.42rem;
  float: left;
  _display: inline;
  margin: 0.9rem 0.26rem 0.1rem 0.3rem;
  font-size: 0.16rem;
  text-align: center;
}
.page8pic li img {
  width: 100%;
  height: 1.98rem;
  object-fit: cover;
}
.page8list {
  border-top: 1px solid #dc241a;
  width: 96%;
  padding-top: 0.2rem;
  margin: 0.2rem auto 0;
}
.page8list li {
  width: 5.62rem;
  font-size: 0.18rem;
  float: left;
  _display: inline;
  margin-right: 0.1rem;
  font-size: 0.15rem;
  line-height: 0.4rem;
}

.page9pic li {
  width: 3.42rem;
  float: left;
  _display: inline;
  margin: 0.9rem 0.26rem 0.1rem 0.3rem;
  font-size: 0.16rem;
  text-align: center;
  position: relative;
}
.page9pic li img {
  width: 100%;
  height: 1.98rem;
  object-fit: cover;
}
.page9pic li p {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.page9list {
  border-top: 1px solid #dc241a;
  width: 96%;
  padding-top: 0.2rem;
  margin: 0.2rem auto 0;
}
.page9list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page9list li {
  width: 5.62rem;
  font-size: 0.18rem;
  _display: inline;
  margin-bottom: 0.1rem;
  font-size: 0.15rem;
  line-height: 1.5em;
  background: #fff9e3;
  box-sizing: border-box;
  padding: 10px;
}

.page9list li:nth-child(4n-1),
.page9list li:nth-child(4n) {
  background: #eeeeee;
}

.bg4 {
  background: url(../images/bg4.png) no-repeat center top;
  background-size: 100% 100%;
  width: 12rem;
  height: 7.29rem;
}

.bg4_bt,
.bg5_bt,
.bg6_bt {
  width: 12rem;
  height: 0.8rem;
}

.bg5 {
  background: url(../images/bg5.png) no-repeat center top;
  background-size: 100% 100%;
  width: 12rem;
  height: 7.29rem;
}

.bg6 {
  background: url(../images/bg6.png) no-repeat center top;
  background-size: 100% 100%;
  width: 12rem;
  height: 7.29rem;
}

.bg7 {
  background: url(../images/bg7.png) no-repeat center top;
  background-size: 100% 100%;
  width: 12rem;
  height: 7.29rem;
}
.bg8 {
  background: url(../images/bg8.png) no-repeat center top;
  background-size: 100% 100%;
  width: 12rem;
  height: 7.29rem;
}
.bg9 {
  background: url(../images/bg9.png) no-repeat center top;
  background-size: 100% 100%;
  width: 12rem;
  height: 7.29rem;
}
.bg10 {
  background: url(../images/bg10.png) no-repeat center top;
  background-size: 100% 100%;
  width: 12rem;
  height: 7.29rem;
}
.bg11 {
  background: url(../images/bg11.png) no-repeat center top;
  background-size: 100% 100%;
  width: 12rem;
  height: 7.29rem;
}
.box4t {
  padding: 0.28rem 0.44rem 0.38rem 0.44rem;
  border-bottom: 1px solid #dc241a;
  width: 11.2rem;
  margin: 0 auto;
}

.box4tl {
  width: 4.95rem;
  height: 2.87rem;
}

.box4tl img {
  width: 100%;
  height: 100%;
}

.box4tr {
  width: 4.68rem;
}

.box4tr h2 a {
  font-weight: bold;
  color: #000;
  font-size: 0.25rem;
}

.box4tr p {
  color: #000;
  font-size: 0.16rem;
  margin-top: 0.2rem;
  line-height: 0.3rem;
}

.box4b {
  width: 11.2rem;
  margin: 0 auto 0.2rem;
}

.box4b li {
  float: left;
  _display: inline;
  width: 3.42rem;
  margin: 0.2rem 0.2rem 0 0.1rem;
  text-align: center;
  font-size: 0.18rem;
}

.box4b li img {
  width: 3.42rem;
  height: 1.99rem;
}
.lhtt h2 {
  color: #ad0000;
  marign-top: 0.4rem;
  font-weight: bold;
  font-size: 0.34rem;
  line-height: 0.4rem;
  text-align: center;
}
.lhtt h2 a {
  color: #ad0000;
}
.lhtt p {
  color: #333;
  font-size: 0.18rem;
  line-height: 0.3rem;
  padding: 0 0.2rem;
}

.ymgz {
  margin: 0.1rem !important;
}

.ymgz li {
  width: 5.5rem;
  float: left;
  _display: inline;
  height: 0.5rem;
  line-height: 0.5rem;
  overflow: hidden;
  margin: 0.22rem 0.2rem 0 0.2rem;
  padding-left: 0.2rem;
  font-size: 0.18rem;
  /* padding: 0.28rem 0.24rem 0.38rem 0.24rem; */
  background: #fff9e3;
}

.ymgz li:nth-child(4) {
  border-bottom: none;
}

.ymgz li:nth-child(5) {
  border-bottom: none;
}

.ymgz li:nth-child(6) {
  border-bottom: none;
}

.ymgz li img {
  width: 100%;
  height: auto;
}

.ymgz li a {
  color: #000;
}

.tabDiv {
  margin: 0.8rem auto;
  width: 13rem;
  height: 100%;
  position: relative;
}

.tabDiv .tabMenus {
  position: absolute;
  top: 30%;
  right: 5%;
  width: 2.4rem;
  height: 1.4rem;
  background: url("../images/007-t0.png") no-repeat 50%;
  background-size: 100% 100%;
}

.tabDiv .tabMenus li {
  width: 100%;
  height: 50%;
  cursor: pointer;
  border: 0 #c00 solid;
}

.tabDiv .tabCons {
  position: absolute;
  top: 0;
  left: 0;
  width: 9.2rem;
}

.tabDiv .tabCons ol {
  width: 100%;
}

.tabDiv .tabCons ol img {
  width: 100%;
  height: auto;
}

/* 焦点图 */

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  /* text-align: center; */
  /* Center slide text vertically 
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;*/
}

.swiper-slide img {
  width: 100%;
  height: 100%;
}

.swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  /* text-align: center; */
  color: #fff;
  position: relative;
  overflow: hidden;
}

.swiper-slide a h1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.1rem;
  font-weight: normal;
  font-size: 0.18rem;
  line-height: 0.3rem;
  text-align: justify;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.swiper-slide a i {
  font-style: normal;
  font-size: 0.14rem;
  line-height: 0.24rem;
  text-align: justify;
}

.swiper-button-prev,
.swiper-button-next {
  --swiper-navigation-size: 0.44rem;
  outline: none;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #a5a5a5;
  /* background: rgba(255, 255, 255, 1); */
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: rgba(255, 0, 0, 1);
  opacity: 1;
}

.swiper1 {
  width: 5rem;
  height: 3rem;
  margin: 0 auto;
  margin-right: 0.3rem;
  position: relative;
}

.swiper1 .swiper-p1 {
  bottom: 0.5rem;
}

.swiper1 .swiper-b1-prev,
.swiper1 .swiper-b1-next {
  --swiper-navigation-color: #fff;
}

.swiper1 .swiper-b1-prev:hover,
.swiper1 .swiper-b1-next:hover {
  --swiper-navigation-color: #cc0000;
}

.swiper2 {
  width: 12rem;
  height: 7.28rem;
  background: url(../images/bg1.png) no-repeat center top;
  background-size: 100% 100%;
  /* height: 6.5rem; */
  margin: 0.3rem auto;
  /* position: relative; */
}

/* #swiper2 {
    width: 12rem;
    height: 100%;
} */

/* .swiper2 .swiper-p2 {
    bottom: 0.5rem;
    background-color: black;
} */

.swiper2 .swiper-pagination {
  /* position: absolute;
    z-index: 100; */
  bottom: 30px !important;
  text-align: center;
  color: #fff;
  width: 12rem;
}

.swiper2 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin-right: 8px !important;
}

.swiper2 .swiper-button-prev,
.swiper2 .swiper-button-next {
  --swiper-navigation-size: 0.88rem;
}

.swiper2 .swiper-b2-prev,
.swiper2 .swiper-b2-next {
  --swiper-navigation-color: #cc0000;
}

.swiper2 .swiper-b2-prev:hover,
.swiper2 .swiper-b2-next:hover {
  --swiper-navigation-color: #cc0000;
}

.swiper4 {
  width: 10.9rem;
  height: 3rem;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}

#swiper4 {
  width: 7.9rem;
  float: right;
}

#swiper4 .swiper-slide a {
  text-align: left;
  color: #333;
}

#swiper4 a h1 {
  position: absolute;
  top: 0;
  left: 5.2rem;
  width: 2.7rem;
  height: auto;
  font-size: 0.24rem;
  background: rgba(0, 0, 0, 0);
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#swiper4 .swiper-slide a i {
  position: absolute;
  top: 1rem;
  left: 5.2rem;
  width: 2.7rem;
  font-style: normal;
  font-size: 0.16rem;
  line-height: 0.28rem;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

#swiper4 .swiper-slide img {
  width: 5rem;
  height: 3rem;
}

#swiper4-thumbs {
  width: 2.7rem;
  box-sizing: border-box;
  float: left;
}

#swiper4-thumbs .swiper-slide {
  width: 100%;
  height: 0.43rem;
  background-color: rgb(150, 186, 245);
  background-size: 100% 100%;
  opacity: 1;
}

#swiper4-thumbs .swiper-slide-thumb-active {
  box-sizing: border-box;
  background-color: rgba(196, 37, 40);
  position: relative;
}

.swiper4 .swiper-b4-next,
.swiper4 .swiper-b4-prev {
  display: none;
}

.swiper5 {
  width: 13rem;
  height: 7rem;
  position: absolute;
  top: 1rem;
  left: -0.5rem;
  cursor: pointer;
}

#swiper5 {
  width: 10.5rem;
  height: 3rem;
  margin: 0 auto;
}

#swiper5 .swiper-slide a {
  text-align: left;
  color: #333;
}

#swiper5 a h1 {
  position: absolute;
  top: 0;
  left: 5.5rem;
  width: 5rem;
  height: auto;
  font-size: 0.24rem;
  background: rgba(0, 0, 0, 0);
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#swiper5 .swiper-slide a i {
  position: absolute;
  top: 1rem;
  left: 5.5rem;
  width: 5rem;
  font-style: normal;
  font-size: 0.16rem;
  line-height: 0.28rem;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

#swiper5 .swiper-slide img {
  width: 5.3rem;
  height: 3rem;
}

#swiper5-thumbs {
  width: 10.5rem;
  height: 2.2rem;
  box-sizing: border-box;
  padding: 30px 0;
}

#swiper5-thumbs .swiper-slide {
  height: 100%;
  background-size: 100% 100%;
  opacity: 1;
}

#swiper5-thumbs .swiper-slide-thumb-active {
  box-sizing: border-box;
  border: 2px #c00 solid;
  position: relative;
}

#swiper5-thumbs .swiper-slide-thumb-active:before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  width: 0;
  height: 0;
  border: 8px transparent solid;
  border-bottom-color: #c00;
}

.swiper5 .swiper-b5-prev,
.swiper5 .swiper-b5-next {
  top: 57%;
  --swiper-navigation-color: #c00;
}

.swiper5 .swiper-b5-prev:hover,
.swiper5 .swiper-b5-next:hover {
  --swiper-navigation-color: #000;
}

.swiper7 {
  width: 12rem;
  margin: 0 auto;
  position: relative;
}

.swiper7 .swiper-container {
  height: 4rem;
  padding-bottom: 0.6rem;
}

.swiper7 .swiper-slide {
  width: 5.2rem;
  height: 100%;
  background: #fff;
  box-shadow: 0 0.08rem 0.3rem #ddd;
}

.swiper7 .swiper-slide img {
  width: 100%;
  height: 85%;
  display: block;
}

.swiper7 .swiper-slide a {
  line-height: 0.3rem;
  padding-top: 0;
  color: #636363;
}

.swiper7 .swiper-slide a h1 {
  background: none;
}

.swiper7 .swiper-slide:not(.swiper-slide-active) {
  pointer-events: none;
}

.swiper7 .swiper-slide:not(.swiper-slide-active) a h1 {
  display: none;
}

.swiper7 .swiper-p7 {
  width: 100%;
  bottom: 0.2rem;
}

.swiper7 .swiper-p7 .swiper-pagination-bullet {
  margin: 0 5px;
  width: 0.1rem;
  height: 0.1rem;
  opacity: 1;
  border: 3px solid #fff;
  background-color: #d5d5d5;
}

.swiper7 .swiper-p7 .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}

.swiper7 .swiper-b7-prev,
.swiper7 .swiper-b7-next {
  --swiper-navigation-color: #00aadc;
}

.swiper7 .swiper-b7-prev:hover,
.swiper7 .swiper-b7-next:hover {
  --swiper-navigation-color: #000000;
}

.swiper11 {
  width: 14rem;
  height: auto;
  margin: 0 auto;
}

.tab-active {
  display: block;
  border-bottom: 2px #c00 solid;
}

.swiper-tab {
  margin: 0 auto;
  width: 12rem;
  height: 0.4rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.swiper-tab li {
  width: 33.3333%;
}

.swiper-main {
  width: 100%;
  height: 4.5rem;
  margin: 0 auto;
  margin-top: 0.3rem;
  position: relative;
}

.swiper-main dl {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-main .swiper-container {
  width: 12rem;
  height: 100%;
}

.swiper-main .swiper-slide img {
  width: 100%;
  height: 100%;
}

.swiper-main .swiper-pagination {
  bottom: 0.5rem;
  position: absolute;
}

.swiper11 .swiper-button-prev,
.swiper11 .swiper-button-next {
  top: 52%;
  --swiper-navigation-color: #cc0000;
}

.swiper11 .swiper-button-prev:hover,
.swiper11 .swiper-button-next:hover {
  --swiper-navigation-color: #000000;
}

.swiper11 .swiper-button-prev {
  left: 0;
}

.swiper11 .swiper-button-next {
  right: 0;
}

/* page2 电子报：主图 + 右侧竖向缩略图上下切换 */
.page2 .paper-page-m {
  margin-top: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 14rem;
  margin-left: auto;
  margin-right: auto;
  min-height: 100vh;
  min-height: 100dvh;
}

.page2 .paper-showcase {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 0.8rem;
  width: 14rem;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 0.2rem;
  min-height: 100vh;
  min-height: 100dvh;
}

.page2 .paper-showcase__main {
  position: relative;
  width: auto;
  height: min(9.4rem, calc(100vh - 0.4rem));
  height: min(9.4rem, calc(100dvh - 0.4rem));
  aspect-ratio: 663 / 940;
  max-width: calc(100vw - 2.9rem);
  max-width: calc(100dvw - 2.9rem);
  margin-left: 0;
  align-self: center;
  flex-shrink: 0;
}

.page2 .paper-showcase__main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/bbg.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: 5;
  pointer-events: none;
}

.page2 .paper-showcase__frame {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  padding: 0.22rem 0.3rem;
  z-index: 1;
  /* border-radius: 0.08rem;
  background: linear-gradient(
    160deg,
    #eef4fb 0%,
    #cfd8e8 35%,
    #f5f8fc 70%,
    #c8d4e4 100%
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 -3px 8px rgba(0, 50, 100, 0.1),
    0 0 0 1px rgba(100, 170, 230, 0.45),
    0 0 0.22rem rgba(60, 170, 255, 0.55),
    0 0 0.45rem rgba(40, 120, 220, 0.22); */
}

.page2 .paper-swiper-main {
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.page2 .paper-swiper-main .swiper-slide {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.page2 .paper-showcase__link {
  display: block;
  overflow: hidden;
  border-radius: 0.04rem;
  /* background: #0a1a30;
  box-shadow: inset 0 0 0 1px rgba(0, 80, 160, 0.2); */
  height: 100%;
  position: relative;
  z-index: 2;
}

.page2 .paper-showcase__link img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding-top: 3%;
  object-fit: cover;
  object-position: center top;
  border-radius: 0.4rem;
}

.page2 .paper-showcase__side {
  width: clamp(1.35rem, 13vw, 2.2rem);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-self: stretch;
  height: 100vh;
  height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;
  gap: 0.1rem;
  padding: 0.3rem 0.2rem;
  box-sizing: border-box;
  background: rgba(110, 165, 230, 0.34);
  border-radius: 0.08rem;
  /* border: 1px solid rgba(120, 190, 255, 0.28);
  box-shadow: inset 0 0 0.24rem rgba(0, 90, 180, 0.18); */
}

.page2 .paper-showcase__arrow {
  width: 0.42rem;
  height: 0.42rem;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  align-self: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* .page2 .paper-showcase__arrow:focus {
  outline: 2px solid rgba(140, 200, 255, 0.8);
  outline-offset: 2px;
} */

.page2 .paper-showcase__arrow--up::before,
.page2 .paper-showcase__arrow--down::before {
  content: none;
}

.page2 .paper-showcase__arrow--up {
  background-image: url("../images/lbtn.png");
}

.page2 .paper-showcase__arrow--down {
  background-image: url("../images/rbtn.png");
}

.page2 .paper-swiper-thumbs {
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.page2 .paper-swiper-thumbs .swiper-slide {
  height: calc((100% - 16px) / 3) !important;
  box-sizing: border-box;
}

.page2 .paper-showcase__thumb-inner {
  height: 100%;
  padding: 0.03rem;
  /* border: 2px solid transparent;
  border-radius: 0.04rem;
  background: rgba(0, 0, 0, 0.22); */
  box-sizing: border-box;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.page2
  .paper-swiper-thumbs
  .swiper-slide-thumb-active
  .paper-showcase__thumb-inner {
  border-color: rgba(130, 200, 255, 0.95);
  box-shadow: 0 0 0.14rem rgba(80, 180, 255, 0.65);
  opacity: 1;
}

.page2
  .paper-swiper-thumbs
  .swiper-slide:not(.swiper-slide-thumb-active)
  .paper-showcase__thumb-inner {
  opacity: 0.55;
}

.page2 .paper-showcase__thumb-inner:hover {
  border-color: rgba(160, 210, 255, 0.55);
  opacity: 0.92;
}

.page2 .paper-showcase__thumb-inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.02rem;
}

/* page2 左侧装饰图：tk 垂直居中，check 在其下方 */
.page2 .llogo1,
.page2 .llogo2 {
  position: absolute;
  left: 1.5rem;
  z-index: 6;
}

.page2 .llogo1 {
  top: 50%;
  transform: translateY(calc(-50% - 1.3rem));
}

.page2 .llogo2 {
  top: 50%;
  transform: translateY(calc(-50% + 2.1rem));
}
