body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
header,
section,
article,
footer {
  margin: 0;
}

body,
button,
input,
select,
textarea {
  font: 12px/1.5 tahoma, "\5FAE\8F6F\96C5\9ED1", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

em,
b {
  font-style: normal;
}

a {
  text-decoration: none;
}

/* a:hover {
  text-decoration: none;
} */

img {
  border: 0;
  display: block;
}

html {
  width: 100%;
}

body {
  background: #fff;
  width: 100%;
  margin: 0 auto;
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th,
ul,
ol {
  padding: 0;
}

ol,
ul {
  list-style: none;
}

.c:before,
.c:after {
  content: "";
  display: table;
}

.c:after {
  clear: both;
}

.hidden {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

.pr {
  position: relative;
}

.overh {
  overflow: hidden;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* a:hover {
  text-decoration: none;
} */

/* footer */
#afooter {
  text-align: center;
  line-height: 20px;
  color: #eff5fe;
  background-color: #000000;
  padding: 40px 0;
  font-size: 12px;
  min-width: 1000px;
}

#afooter a {
  color: #eff5fe;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.qConnectLogin {
  z-index: 99;
}

.hd-vplay {
  -webkit-animation: free_download 1s linear alternate infinite;
  animation: free_download 1s linear alternate infinite;
}


.pop {
  outline: none;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

.pop-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

@font-face {
  font-family: "hxqy";
  src: url(//game.gtimg.cn/images/joc/v2/hxqy.ttf) format("truetype");
}

.wrap {
  background: #ffffff url(//game.gtimg.cn/images/joc/v2/bg.jpg) no-repeat;
  background-size: 100% auto;
  min-width: 1920px;
  /* height: 3571px; */
}

.wrap.wrap-index {
  padding-bottom: 50px;
}

.nav-top {
  background: url(//game.gtimg.cn/images/joc/v2/nav-top.png) no-repeat;
  background-size: 100% 100%;
  min-width: 1920px;
  height: 90px;
  position: relative;
  display: flex;
  align-items: center;
}

.logo {
  height: 100%;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  margin-left: 45px;
}

.logo-line {
  width: 2px;
  height: 25px;
  background-color: #000000;
  margin: 0 40px;
}

.logo-jcc {
  background: url(//game.gtimg.cn/images/joc/v2/logo-jcc.png) no-repeat;
  background-size: 100% 100%;
  width: 37px;
  height: 54px;
  display: block;
}

.logo-joc {
  background: url(//game.gtimg.cn/images/joc/v2/logo-joc.png) no-repeat;
  background-size: 100% 100%;
  width: 43px;
  height: 56px;
  display: block;
}

.nav-item {
  height: 100%;
  display: flex;
  align-items: center;
}

.nav-item a {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  position: relative;
  margin-left: 90px;
}

.nav-item a:hover {
  color: #ffffff;
}

.nav-item a.on {
  color: #ffffff;
}

.nav-item a.on::after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}

.down-game-btn {
  background: url(//game.gtimg.cn/images/joc/v2/down-game-btn.png) no-repeat;
  background-size: 100% 100%;
  width: 228px;
  height: 90px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}


.index-title {
  width: 1287px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 80px auto 0;
}

.index-title span {
  font-size: 54px;
  color: #39393e;
  font-weight: bold;
}

.index-title .more {
  background: url(//game.gtimg.cn/images/joc/v2/index-more.png) no-repeat;
  background-size: 100% 100%;
  width: 101px;
  height: 24px;
  display: block;
}

.line {
  width: 1287px;
  height: 1px;
  background-color: #c2c2c2;
  margin: 30px auto 80px;
}

.index-news-box {
  width: 1287px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.index-news {
  width: 299px;
  height: 371px;
  display: block;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.news-pic-mask {
  width: 299px;
  height: 224px;
}

/* .index-news:hover::before {
  left: -13%;
}

.index-news::before {
  content: "";
  position: absolute;
  top: 0;
  left: -145%;
  width: 126%;
  height: 54.5%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transform: skewX(-20deg);
  transition: left 0.5s ease;
  pointer-events: none;
} */

.index-news img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.index-news:hover img {
  transform: scale(1.1);
}

.index-news-date {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
  box-sizing: border-box;
  padding: 0 15px;
}

.index-news-date span {
  font-size: 14px;
  color: #ffa600;
  font-weight: bold;
  position: relative;
}

.index-news-date span::after {
  content: '';
  width: 100%;
  background-color: #ffa600;
  height: 4px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}

.index-news-date em {
  font-size: 14px;
  color: #a6a6ab;
}

.index-news-text {
  width: 100%;
  margin-top: 22px;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 20px;
  line-height: 1.5;
  height: 60px;
  color: #575760;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-match-video-box {
  width: 1287px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.index-match-video {
  width: 236px;
  display: block;
  position: relative;
  margin-top: 40px;
  overflow: hidden;
}

/* .index-match-video:hover::before {
  left: -13%;
}

.index-match-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: -145%;
  width: 126%;
  height: 71%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transform: skewX(-20deg);
  transition: left 0.5s ease;
  pointer-events: none;
} */

.index-match-video img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.index-match-video:hover img {
  transform: scale(1.1);
}


.index-match-video-mask {
  width: 236px;
  height: 177px;
  position: relative;
  overflow: hidden;
}


.index-match-video-text {
  width: 100%;
  margin-top: 12px;
  font-size: 16px;
  color: #575760;
}

.index-men-box {
  width: 1287px;
  height: 235px;
  margin: 0 auto 165px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-joc-big {
  width: 150px;
  height: 197px;
}

.logo-joc-big img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.index-men-line {
  width: 1px;
  height: 235px;
  background-color: #dddcdb;
  margin: 0 45px;
}


.index-men-r {
  width: 987px;
}

.index-men-r span {
  color: #39393e;
  font-size: 42px;
  font-weight: bold;
  display: block;
}

.index-men-r em {
  font-size: 16px;
  color: #575760;
  display: block;
}

.index-men-btn {
  background: url(//game.gtimg.cn/images/joc/v2/index-men-btn.png) no-repeat;
  background-size: 100% 100%;
  width: 252px;
  height: 58px;
  display: block;
  margin-top: 20px;
}

.wrap.wrap-glory {
  background: #f5f5f5 url(//game.gtimg.cn/images/joc/v2/wrap-news-bg.jpg) no-repeat;
  background-size: 100% auto;
  min-width: 1920px;
  padding-bottom: 100px;
}

.wrap.wrap-glory .content {
  width: 1400px;
  margin: 84px auto 0;
}

.back-index-title {
  width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.back-index-title span {
  font-size: 54px;
  color: #39393e;
  font-weight: bold;
}

.back-index {
  background: url(//game.gtimg.cn/images/joc/v2/back-index.png) no-repeat;
  background-size: 100% 100%;
  width: 102px;
  height: 24px;
}

.content .line {
  width: 1400px;
  height: 1px;
  background-color: #ccab6e;
}

.glory-box {
  width: 100%;
  height: 795px;
  position: relative;
  overflow: hidden;
}

.role-list {
  height: 100%;
  /* height: 785px; */
  display: flex;
  overflow: auto hidden;
  transition: all 0.5s ease-in-out;
}

.role-list::-webkit-scrollbar {
  height: 10px;
  background: #d6d3cd;
}

.role-list::-webkit-scrollbar-thumb {
  background-color: #f4bd6b;
  border-radius: 5px;
}

.role-list li {
  flex-shrink: 0;
  /* width: 348px; */
  width: 350px;
  height: 765px;
  background: #fff;
  border-right: 1px solid rgba(0, 0, 0, .21);
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}

.role-list li:last-of-type {
  border: none;
}

.role-list li img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.role-list li .role-info {
  width: 90%;
  height: 160px;
  position: absolute;
  left: 50%;
  bottom: 120px;
  transform: translateX(-50%);
  /* width: fit-content; */
  /* height: fit-content; */
}

.role-list li .info-time {
  font-weight: bold;
  font-size: 14px;
  color: #000;
  text-align: center;
}

.role-list li .info-name {
  font-size: 52px;
  color: #000;
  text-align: center;
  margin: -5px 0;
}

.role-list li .info-honor {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: center;
  white-space: pre-line;
}

.role-list li .see-detail {
  display: block;
  width: 91px;
  height: 17px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: url(//game.gtimg.cn/images/joc/glory/see-detial.png) no-repeat center center/100% 100%;
}

.role-list li .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  z-index: 1;
  padding: 0 40px;
  box-sizing: border-box;
  display: none;
}

.role-list li:hover .mask {
  display: block;
}

.role-list .mask .role-info {
  height: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.role-list li .mask p,
.role-list li .mask h3 {
  text-align: center;
  color: #fff;
}

.role-list li .mask .info-honor {
  margin-bottom: 20px;
}


.role-list li .role-desc {
  font-size: 16px;
  line-height: 33px;
  white-space: pre-line;
}

.role-list li .more-btn {
  display: block;
  width: 155px;
  height: 32px;
  margin: 40px auto 0;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
  color: #000;
  background: url(//game.gtimg.cn/images/joc/glory/more-btnbg.png) no-repeat center center/100% 100%;
}

.role-list li .more-btn.hide {
  display: none;
}

.glory-box .mask-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 1050px;
  height: 765px;
  background: rgba(0, 0, 0, .8);
  display: none;
}

.glory-box .mask-right .mask-close {
  position: absolute;
  top: 64px;
  right: 64px;
  width: 30px;
  height: 32px;
  background: url(//game.gtimg.cn/images/joc/glory/close.png) no-repeat center center/100% 100%;
}

.glory-box .mask-right .swiper {
  width: 800px;
  height: 550px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glory-box .mask-right .swiper-button-prev::after,
.glory-box .mask-right .swiper-button-next::after {
  display: none;
}

.glory-box .mask-right .swiper-button-prev,
.glory-box .mask-right .swiper-button-next {
  width: 54px;
  height: 54px;
  background: url(//game.gtimg.cn/images/joc/glory/left-arrow.png) no-repeat center center/100% 100%;
}

.glory-box .mask-right .swiper-button-prev {
  left: 40px;
}

.glory-box .mask-right .swiper-button-next {
  right: 40px;
  transform: rotate(180deg);
}