@charset "UTF-8";
html, body, div, p, ul, li, dl, dt, dd, em, i, span, a, img, input, h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

a, img, input {
  border: none;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

picture {
  display: block;
}

img[src=""], img:not([src]) {
  opacity: 0;
  visibility: hidden;
}

img {
  display: block;
}

button, input, select, textarea {
  font-size: 100%;
  outline: none;
}

html {
  -ms-touch-action: none;
      touch-action: none;
  color: #000;
}

body {
  background-color: #e9e8e3;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#afooter {
  min-width: 1200px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  margin-top: 0;
  padding: 20px 0;
}

.hidden {
  display: none;
  text-indent: -999em;
}

::-webkit-scrollbar-track-piece {
  background-color: #d8d8d8;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background: #d54a3e;
}

body {
  /* padding-top: 92px !important; */
}

#actTitleWrap {
  display: none !important;
}

.logstate {
  font-size: 12px !important;
}

.wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.wrap *,
.wrap ::before,
.wrap ::after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  outline: none;
  background-repeat: no-repeat;
  -o-background-size: 100% auto;
     background-size: 100% auto;
  background-position: center top;
}

.page3 {
  position: relative;
  width: 1920px;
  height: 2288px;
  padding-top: 0;
  background-image: url(https://game.gtimg.cn/images/cf/cp/a20260113cfplcjszty/page3/bg.jpg);
  background-size: 100% 100%;
}
.head { 
position: relative;
width: 1920px;
height: 1083px;
background-image: url(https://game.gtimg.cn/images/cf/cp/a20260113cfplcjszty/page3/page3head.jpg);
background-size: 100% 100%;
}

.list {
  position: relative;
  width: 1200px;
  padding-top: 60px;
  margin: 0 auto;
  margin-left: 260px;
}
.list > li {
  position: relative;
  width: 100%;
}

.content {
  position: relative;
  transform: translateY(-26px);
}

.top_logo_list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -110px;
  right: 170px;
  z-index: 99;
}
.top_logo_list::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 105px;
  width: 2px;
  height: 40px;
  background-color: #f65c26;
}
.top_logo_list li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 89px;
  height: 86px;
}
.top_logo_list li:not(:first-of-type) {
  margin-left: 20px;
}
.top_logo_list li:hover a, .top_logo_list li.on a {
  -webkit-filter: drop-shadow(0 0 5px rgba(33, 33, 33, 0.2));
          filter: drop-shadow(0 0 5px rgba(33, 33, 33, 0.2));
}
.top_logo_list a {
  display: block;
  width: 89px;
  height: 86px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.top_logo_list .top_logo1 {
  background-image: url(https://game.gtimg.cn/images/cf/cp/a20260113cfplcjszty/page3/tab_logo1.png);
}
.top_logo_list .top_logo2 {
  background-image: url(https://game.gtimg.cn/images/cf/cp/a20260113cfplcjszty/page3/tab_logo2.png);
}

/*logo*/
.list_box1 {
  position: relative;
  width: 1200px;
  height: 720px;
  margin: 0 auto;
  overflow: hidden;
}
.list_box1 .logo_swiper {
  width: 100%;
  height: 100%;
}

.logo_top {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo_bg {
  position: relative;
  width: 494px;
  height: 402px;
  background-image: url(https://game.gtimg.cn/images/cf/cp/a20260113cfplcjszty/page3/logo_bg.png);
  background-size: 100% 100%;
}
.logo_bg .logo_name {
  position: absolute;
  top: 20px;
  left: 50%;
  font-family: "font3";
  font-size: 38px;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: -2px;
  color: #fef8e9;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.logo_bg .logo_name::before, .logo_bg .logo_name::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 29px;
  height: 32px;
  background-image: url(https://game.gtimg.cn/images/cf/cp/a20260113cfplcjszty/page3/icon-star-white.png);
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.logo_bg .logo_name::before {
  right: -webkit-calc(100% + 8px);
  right: -moz-calc(100% + 8px);
  right: calc(100% + 8px);
}
.logo_bg .logo_name::after {
  left: -webkit-calc(100% + 8px);
  left: -moz-calc(100% + 8px);
  left: calc(100% + 8px);
}
.logo_bg img {
  position: absolute;
  bottom: 46px;
  left: 50%;
  width: 300px;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.logo_hb_bg {
  position: relative;
  width: 686px;
  height: 402px;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  background-image: url(https://game.gtimg.cn/images/cf/cp/a20260113cfplcjszty/page3/logo_hb_bg.png);
  overflow: hidden;
}
/* .logo_hb_bg::after {
  content: "";
  background-image: url(https://game.gtimg.cn/images/cf/cp/a20260113cfplcjszty/page3/logo_hb_border.png);
  width: 100%;
  height: 100%;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
} */
.logo_hb_bg img {
  display: block;
  width: 677px;
  height: 394px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.logo_txt_bg {
  position: relative;
  width: 1192px;
  height: 237px;
  margin-top: 35px;
  padding: 30px 40px 0;
  background-image: url(https://game.gtimg.cn/images/cf/cp/a20260113cfplcjszty/page3/cfpl_bg.png);
}
.logo_txt_bg .logo_title_txt {
  position: relative;
  line-height: 1;
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 30px;
  color: #f0d8c3;
  display: inline-block;
  width: auto;
}
/* .logo_txt_bg .logo_title_txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 27px;
  background-image: url(https://game.gtimg.cn/images/cf/cp/a20260113cfplcjszty//page3/icon-star.png);
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
 */
/* .logo_txt_bg .logo_title_txt::after {
  content: "";
  background: url(https://game.gtimg.cn/images/cf/cp/a20260113cfplcjszty/page3/titiico.png);
  position: absolute;
  bottom:-10px;
  right:0;
  width: 112px;
  height: 9px;
} */
.logo_txt_bg .logo_txt {
  line-height: 29px;
  font-size: 21px;
  color: #f2e8d5;
}

/*ÈÙÓþ»áÔ±*/
.list_box2 {
  position: relative;
  height: 700px;
}
.list_box2 .ren_swiper {
  width: 1300px;
  height: 100%;
  box-sizing: border-box;
  padding: 0 50px;
  overflow: hidden;
}
.list_box2 .ren_swiper1_small {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.list_box2 .ren_swiper1_small .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list_box2 .ren_bg {
  position: relative;
  width: 494px;
  height: 680px;
  background-image: url(https://game.gtimg.cn/images/cf/cp/a20260113cfplcjszty/page3/mna_bg.png);
}
.list_box2 .ren_bg img {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 90%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.list_box2 .ren_number {
  position: absolute;
  top: 20px;
  left: 50%;
  font-family: "font3";
  font-size: 38px;
  white-space: nowrap;
  color: #fef8e9;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.list_box2 .ren_number::before, .list_box2 .ren_number::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 29px;
  height: 32px;
  background-image: url(https://game.gtimg.cn/images/cf/cp/a20260113cfplcjszty/page3/icon-star2.png);
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.list_box2 .ren_number::before {
  right: -webkit-calc(100% + 16px);
  right: -moz-calc(100% + 16px);
  right: calc(100% + 16px);
}
.list_box2 .ren_number::after {
  left: -webkit-calc(100% + 16px);
  left: -moz-calc(100% + 16px);
  left: calc(100% + 16px);
}
.list_box2 .ren_name {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 28px;
  color: #fef8e9;
}
.list_box2 .ren_hb {
  position: relative;
  width: 686px;
  height: 402px;
  background-image: url(https://game.gtimg.cn/images/cf/cp/a20260113cfplcjszty/page3/ren_hb_bg.png);
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  overflow: hidden;
}
/* .list_box2 .ren_hb::after {
  content: "";
  background-image: url(https://game.gtimg.cn/images/cf/cp/a20260113cfplcjszty/page3/ren_hb_border.png);
  width: 100%;
  height: 100%;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
} */
.list_box2 .ren_hb img {
  display: block;
  width: 678px;
  height: 395px;
  -o-object-fit: cover;
   object-fit: cover;
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.list_box2 .ren_txt {
  position: relative;
  width: 679px;
  height: 237px;
  margin: 6px auto 0;
  padding: 28px 30px 19px;
  background-image: url(https://game.gtimg.cn/images/cf/cp/a20260113cfplcjszty/page3/ryhg_bg.png);
}
.list_box2 .ren_txt .title {
  position: relative;
  line-height: 1;
  margin-bottom: 14px;
  font-weight: bold;
  font-size: 32px;
  color: #f0d8c3;
  display:inline-block;
}
/* .list_box2 .ren_txt .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 27px;
  background-image: url(https://game.gtimg.cn/images/cf/cp/a20260113cfplcjszty/page3/icon-star.png);
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
} */
/* .list_box2 .ren_txt .title::after {
  content: "";
  background: url(https://game.gtimg.cn/images/cf/cp/a20260113cfplcjszty/page3/titiico.png);
  position: absolute;
  bottom:-10px;
  right:-14px;
  width: 112px;
  height: 9px;
} */
.list_box2 .ren_txt p {
  line-height: 26px;
  font-size: 16px;
  color: #f2e8d5;
}
.list_box2 .small-left {
  position: absolute;
  top: 230px;
  left: -40px;
  z-index: 2;
  width: 26px;
  height: 51px;
  background-image: url(https://game.gtimg.cn/images/cf/cp/a20260113cfplcjszty/page3/swiper-arrow.png);
  -webkit-transform: scaleX(-1);
     -moz-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
       -o-transform: scaleX(-1);
          transform: scaleX(-1);
  cursor: pointer;
   z-index: 10;
}
.list_box2 .small-left.on, .list_box2 .small-left.swiper-button-disabled {
  background-image: url(https://game.gtimg.cn/images/cf/cp/a20260113cfplcjszty/page3/swiper-arrow-gray.png);
}
.list_box2 .small-right {
  position: absolute;
  top: 230px;
  right: -40px;
  width: 26px;
  height: 51px;
  background-image: url(https://game.gtimg.cn/images/cf/cp/a20260113cfplcjszty/page3/swiper-arrow.png);
  cursor: pointer;
  z-index: 10;
}
.list_box2 .small-right.on, .list_box2 .small-right.swiper-button-disabled {
  background-image: url(https://game.gtimg.cn/images/cf/cp/a20260113cfplcjszty/page3/swiper-arrow-gray.png);
}

/*µ¼º½*/
.nav01,
.nav02 {
  position: absolute;
  top: 0;
  left: -webkit-calc(100% + 120px);
  left: -moz-calc(100% + 120px);
  left: calc(100% + 120px);
}
.nav01 a,
.nav02 a {
  display: block;
  position: relative;
  width: 75px;
  height: 25px;
  line-height: 29px;
  padding-right: 10px;
  font-size: 17px;
  text-align: right;
  color: #241100;
}
.nav01 a:not(:first-of-type),
.nav02 a:not(:first-of-type) {
  margin-top: 5px;
}
.nav01 a.active, .nav01 a:hover,
.nav02 a.active,
.nav02 a:hover {
  padding-right: 0;
  text-align: center;
  color: #241100;
  background-image: url(https://game.gtimg.cn/images/cf/cp/a20260113cfplcjszty/page3/dh_bg.png);
}
.nav01 a.active i, .nav01 a:hover i,
.nav02 a.active i,
.nav02 a:hover i {
  background-color: #ffc642;
}
.nav01 i,
.nav02 i {
  position: absolute;
  top: 50%;
  left: -webkit-calc(100% + 5px);
  left: -moz-calc(100% + 5px);
  left: calc(100% + 5px);
  width: 5px;
  height: 5px;
  background-color: #241100;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nav01-prev,.nav01-next,.nav02-prev,.nav02-next{display: none !important;}