html,
body {
    max-width: 2560px;
}

img {
    border: none;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
}

.container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    height: 0.76rem;
    line-height: 0.76rem;
    background: url(../image/pc/header-bg.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    z-index: 10;
    max-width: 2560px;
}

.header-left{
    width: 1.44rem;
    height: 0.85rem;
}

.header-center ul li {
  width: 1.83rem;
  height: 0.6rem;
  line-height: 0.6rem;
  margin: 0 0.15rem;
}

.header-pic img {
    width: 0.38rem;
    height: 0.38rem;
    margin: 0 0.1rem;
    cursor: pointer;
}

.select-lang {
  margin: 0.2rem;
}

.select-lang select {
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #030203 !important;
  width: 1.3rem;
  color: #fff;
  font-size: 0.2rem;
  letter-spacing: 0.02rem;
  background: url(../image/pc/select-icon.png) no-repeat 90%;
  background-size: 0.2rem;
}

.main {
  position: relative;
}

/* 第一屏 */
.section1 {
  width: 100%;
  height: 9.5rem;
  position: relative;
  overflow: hidden;
}

.theme-tw .section1 {
  background: url(../image/pc/tw/section1.png) no-repeat;
  background-size: 100% 100%;
}

.theme-cn .section1 {
  background: url(../image/pc/cn/section1.png) no-repeat;
  background-size: 100% 100%;
}

.section1 img {
  width: 2.48rem;
  height: 0.75rem;
  margin: 0 0.2rem;
}

.section1-store {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
}

.section2 {
  width: 100%;
  height: 11.86rem;
  background: url(../image/pc/section2.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}

.section2-text {
  width: 4.58rem;
  height: 1.37rem;
  margin: 0 auto;
}

.section2-board {
  width: 12.18rem;
  height: 6.85rem;
  background: url(../image/pc/news-board.png) no-repeat center center;
  background-size: 100%;
  position: relative;
  margin: 0.2rem auto 0;
}

.section2-board .article {
  overflow: auto;
  padding: 0.28rem;
  min-height: 6.5rem;
}

.section2-board .article li {
  width: 100%;
  height: 0.3rem;
  line-height: 0.3rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.01rem dashed #fff;
  margin: 0.22rem 0;
  cursor: pointer;
}

.section2-board .article li:first-child {
  margin: 0;
}

.board-left {
    display: flex;
}

.board-left1 {
    width: 0.5rem;
    height: 0.24rem;
    line-height: 0.24rem;
    text-align: center;
    background-color: #5589f2;
    font-size: 0.16rem;
}

.board-left2 {
    width: 9.5rem;
    height: 0.3rem;
    margin: 0 0.1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    font-size: 0.16rem;
}

.board-left2 a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.2rem;
}

.pagination .first {
  display: none;
}

.pagination .last {
  display: none;
}

.pagination {
  /*height: 0.4rem;*/
  padding-left: 0;
  border-radius: 4px;
  margin: 0.25rem 0;
  display: inline-block;
}

.pagination > li {
  display: inline-block;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #fff;
  background-color: #131313;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  /*z-index: 2;*/
  color: red;
  background-color: #010101;
  border-color: #fff;
  cursor: default;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #040404;
  border-color: #ddd;
}

.section3{
    width: 100%;
    height: 11.18rem;
    background: url(../image/pc/section3.png) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}

.section3-text {
  width: 4.58rem;
  height: 1.37rem;
  margin: 0 auto;
}

.job-pic{
    width: 12rem;
    margin: 0.5rem auto;
}

.role-detail{
    width: 12rem;
    height: 6.25rem;
    display: none;
}

.role-detail.block{
    display: block;
}

.role-icon{
    width: 1.1rem;
    height: 1.1rem;
    margin: 0 0.2rem;
    cursor: pointer;
}

.section4{
    width: 100%;
    height: 11.43rem;
    background: url(../image/pc/section4.png) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}

.section4-text{
    width: 4.58rem;
    height: 1.37rem;
    margin: 0 auto;
}

.out-swiper{
  width: 100%;
  height: 7.49rem;
  margin: 0.2rem auto 0;
}

.out-swiper .swiper-slide img{
    width: 12.88rem;
    height: 7.49rem;
    margin: 0 auto;
}

.left-icon,
.right-icon {
  width: 0.61rem;
  height: 0.96rem;
  position: absolute;
  top: 4.8rem;
  cursor: pointer;
  z-index: 2;
}

.left-icon {
  left: 2rem;
}

.right-icon {
  right: 2rem;
}

.drop-wrap {
  /*width: 3rem;
  height: 0.31rem;*/
  margin: 0.3rem auto 0;
}

.drop-img.swiper-pagination-bullet {
  width: 31px;
  height: 31px;
  border-radius: 0;
  opacity: 1;
  background: transparent url(../image/pc/no-check.png) no-repeat center center;
  outline: none;
  margin: 0 0.1rem;
}

.drop-img.swiper-pagination-bullet-active {
  background: transparent url(../image/pc/checked.png) no-repeat center center;
}

.footer{
    width: 100%;
    /* height: 1.68rem; */
    background-color: #000;
}

.footer-content{
    width: 8.5rem;
    height: 1.68rem;
}

.footer-img{
    width: 0.89rem;
    height: 0.88rem;
}

.footer-text p {
  color: #ffffff;
  margin: 0.06rem 0 0 0.2rem;
  font-size: 0.15rem;
}

.legal-message {
    width: 1.61rem;
}

.legal-btn{
    width: 1.61rem;
    height: 0.41rem;
    margin: 0.15rem auto;
}

.theme-tw .tk-btn{
    background: url(../image/pc/tw/fwtk-btn.png) no-repeat;
    background-size: 100% 100%;
}

.theme-cn .tk-btn{
    background: url(../image/pc/cn/fwtk-btn.png) no-repeat;
    background-size: 100% 100%;
}

.theme-tw .zc-btn{
    background: url(../image/pc/tw/yszc-btn.png) no-repeat;
    background-size: 100% 100%;
}

.theme-cn .zc-btn{
    background: url(../image/pc/cn/yszc-btn.png) no-repeat;
    background-size: 100% 100%;
}

.theme-tw .gl-btn{
    background: url(../image/pc/tw/glgs-btn.png) no-repeat;
    background-size: 100% 100%;
}

.theme-cn .gl-btn{
    background: url(../image/pc/cn/glgs-btn.png) no-repeat;
    background-size: 100% 100%;
}

.sidebar {
  width: 2.32rem;
  height: 1.75rem;
  background: url(../image/pc/sidebar.png) no-repeat;
  background-size: 100%;
  position: fixed;
  right: 0.1rem;
  top: 2.5rem;
  z-index: 3;
}

.sidebar-pic {
  margin: 0.12rem 0;
}

.sidebar-pic img{
  width: 2.32rem;
  height: 0.69rem;
  margin: 0.05rem 0;
}

.top-btn {
  width: 0.7rem;
  height: 0.4rem;
  margin: 0.2rem auto 0;
}

/* 公告页面样式 */
.news-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* 使用视口高度来保证容器高度 */
    max-width: 2560px; /* 与图片尺寸匹配 */
}

.news-pic {
  width: 100%;
  height: 3.86rem;
  position: relative;
}

.theme-tw .news-pic{
    background: url(../image/pc/tw/news-header.png) no-repeat;
    background-size: 100% 100%;
}

.theme-cn .news-pic{
    background: url(../image/pc/cn/news-header.png) no-repeat;
    background-size: 100% 100%;
}


.news-pic p {
  height: 0.8rem;
  color: #fff;
  font-size: 0.5rem;
  font-weight: bold;
  margin: 3.1rem auto auto;
  text-align: center;
}

.news-main {
  width: 12.5rem;
  min-height: 6.6rem;
  margin: 0 auto;
}

.back-btn {
  width: 1.64rem;
  height: 0.42rem;
  margin: 0.2rem 0 0.2rem auto;
}

.theme-tw .back-btn{
    background: url(../image/pc/tw/back-btn.png) no-repeat;
    background-size: 100% 100%;
}

.theme-cn .back-btn{
    background: url(../image/pc/cn/back-btn.png) no-repeat;
    background-size: 100% 100%;
}
