body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
i {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i,
b {
  font-weight: normal;
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a {
  text-decoration: none;
  color: inherit;
}
body {
  font-family: "Microsoft YaHei", Verdana, Arial, sans-serif, "宋体";
  color: #333;
  font-size: 14px;
  line-height: 1.42857143;
  min-width: 1200px;
}
img {
  border: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.clear {
  clear: both;
}
input {
  outline: none;
}
body {
  min-width: 1400px;
  max-width: 1920px;
  margin: auto;
  text-size-adjust: none;
}
.footer {
  height: 150px;
  background: #000000;
  overflow: hidden;
}
.footer .container {
  box-sizing: border-box;
  width: 1200px;
  height: 100%;
  margin: 20px auto;
  overflow: hidden;
  text-align: center;
  display: flex;
}
.footer .container .logo {
  width: 235px;
  height: 88px;
  background: url(../static/images/foot-logo.png) center / contain no-repeat;
}
.footer .container .copyright {
  margin: 0;
  text-align: left;
  line-height: 18px;
  overflow: hidden;
  font-size: 12px;
  color: #888;
}
.footer .container .copyright p{
    display:flex;
    align-items:center;
    margin-bottom:5px;
}
.footer .container .imgLink a {
  display: inline-block;
  margin-left: 5px;
}
.main {
  background-image: url(../static/images/bg-1.jpg), url(../static/images/bg-2.jpg), url(../static/images/bg-3.jpg);
  background-repeat: no-repeat;
  background-position: top center, top 1610px center, top 3113px center;
  overflow: hidden;
}
.main .ui-tabs .ui-tabs-nav {
  width: 100%;
}
.main .content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 300px;
}
.main .content .topBtn {
  width: 350px;
  height: 72px;
  background: url(../static/images/top-btn.png) top center / 100% no-repeat;
  margin: 0 auto;
  font-size: 26px;
  font-weight: 400;
  color: #ffd78b;
  text-align: center;
  line-height: 72px;
  margin-bottom: 30px;
}
.main .content .topInfo {
  width: 1168px;
  height: 490px;
  background: url(../static/images/book.png) top center / 100% no-repeat;
  display: flex;
  padding: 68px 61px 52px;
}
.main .content .topInfo .left {
  width: 50%;
  position: relative;
  margin: auto;
}
.main .content .topInfo .left .swiper-container {
  width: 440px;
  margin: auto;
}
.main .content .topInfo .left .swiper-slide {
  position: relative;
  width: 440px;
  height: 370px;
  padding: 16px 18px;
}
.main .content .topInfo .left .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .content .topInfo .left .swiper-button-prev {
  left: 0;
  top: 50%;
  width: 56px;
  height: 48px;
  background: url(../static/images/arrow-left.png) top center / contain no-repeat;
}
.main .content .topInfo .left .swiper-button-next {
  right: 0;
  top: 50%;
  width: 56px;
  height: 48px;
  background: url(../static/images/arrow-right.png) top center / contain no-repeat;
}
.main .content .topInfo .right {
  flex: 1;
  padding: 10px 50px 10px 10px;
}
.main .content .topInfo .right .tabContent {
  display: flex;
  flex-direction: column;
}
.main .content .topInfo .right .tabContent a {
  position: relative;
  padding-left: 16px;
  font-size: 15px;
  line-height: 16px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
}
.main .content .topInfo .right .tabContent a::before {
  position: absolute;
  content: "";
  background: #cf7b2e;
  border: 1px solid #ffffff;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
}
.main .content .section {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
}
.main .content .section .tagLogo {
  position: absolute;
  left: 0;
  top: 0;
  width: 377px;
  height: 122px;
}
.main .content .section .tagLogo.t1 {
  background: url(../static/images/t1.png) top center / 100% no-repeat;
}
.main .content .section .tagLogo.t2 {
  background: url(../static/images/t2.png) top center / 100% no-repeat;
}
.main .content .section .tagLogo.t3 {
  background: url(../static/images/t3.png) top center / 100% no-repeat;
}
.main .content .section .tagLogo.t4 {
  background: url(../static/images/t4.png) top center / 100% no-repeat;
}
.main .content .section .tagLogo.t5 {
  background: url(../static/images/t5.png) top center / 100% no-repeat;
}
.main .content .section .tagLogo.t6 {
  background: url(../static/images/t6.png) top center / 100% no-repeat;
}
.main .content .section.activities .activeTabs {
  overflow: hidden;
}
.main .content .section.activities .activeTabs ul {
  position: absolute;
  right: 0;
  top: 40px;
  width: 180px;
}
.main .content .section.activities .activeTabs .imgList {
  background-color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .content .section.activities .activeTabs .imgList .imgItem {
  position: relative;
}
.main .content .section.activities .activeTabs .imgList .imgItem .mask {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.25) url(../static/images/index/border2.png) top center / 100% no-repeat;
  justify-content: center;
  align-items: center;
  color: #ffd686;
  flex-direction: column;
}
.main .content .section.activities .activeTabs .imgList .imgItem .mask .title1 {
  font-size: 20px;
  font-weight: 600;
}
.main .content .section.activities .activeTabs .imgList .imgItem .mask .title2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.main .content .section.activities .activeTabs .imgList .imgItem:hover .mask {
  display: flex;
}
.main .content .section.activities .activeTabs .imgList .imgItem img {
  width: 275px;
  height: 247px;
}
.main .content .section .versions .swiper-container {
  margin: 0 auto;
  width: 960px;
  height: 560px;
}
.main .content .section .versions .swiper-container .swiper-slide {
  position: relative;
  overflow: hidden;
  color: #755121;
}
.main .content .section .versions .swiper-container .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.main .content .section .versions .swiper-container .swiper-slide .versionContent {
  display: flex;
  padding-left: 120px;
}
.main .content .section .versions .swiper-container .swiper-slide .s2 {
  width: 300px;
  padding-top: 200px;
  padding-left: 60px;
}
.main .content .section .versions .swiper-container .swiper-slide .s2 .p1 {
  font-size: 30px;
}
.main .content .section .versions .swiper-container .swiper-slide .s2 .p2 {
  font-size: 36px;
  margin-bottom: 10px;
  margin-left: -20px;
}
.main .content .section .versions .swiper-container .swiper-slide .s2 .p3 {
  font-size: 20px;
}
.main .content .section .versions .swiper-container .swiper-slide .s2 .detailBtn {
  width: 140px;
  height: 48px;
  line-height: 38px;
  background: url(../static/images/btn.png) top center / contain no-repeat;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #301206;
  text-align: center;
}
.main .content .section .versions .swiper-button-prev {
  left: 8px;
  top: 50%;
  transform: translateY(50%);
  width: 120px;
  height: 132px;
  background: url(../static/images/left-arrow.png) top center / contain no-repeat;
}
.main .content .section .versions .swiper-button-next {
  right: 0;
  top: 50%;
  transform: translateY(50%);
  width: 120px;
  height: 132px;
  background: url(../static/images/right-arrow.png) top center / contain no-repeat;
}
.main .content .section .roles .swiper-container {
  width: 1158px;
  margin: 0 auto;
}
.main .content .section .roles .swiper-container .swiper-slide {
  position: relative;
  overflow: hidden;
  color: #755121;
}
.main .content .section .roles .swiper-container .swiper-slide .roleSwitch {
  position: absolute;
  bottom: 226px;
  right: 492px;
  width: 34px;
  height: 56px;
  background: #e69a4f;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
}
.main .content .section .roles .swiper-container .swiper-slide .roleSwitch .role {
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  flex: 1;
  color: #2a1a0e;
}
.main .content .section .roles .swiper-container .swiper-slide .roleSwitch .role.active {
  flex: none;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background: #ffffff;
  border-radius: 50%;
  color: #e69a4f;
}
.main .content .section .roles .swiper-container .swiper-slide.man img.man {
  display: block;
}
.main .content .section .roles .swiper-container .swiper-slide.woman img.woman {
  display: block;
}
.main .content .section .roles .swiper-container .swiper-slide img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: left;
}
.main .content .section .roles .swiper-button-prev {
  left: 8px;
  top: 50%;
  transform: translateY(50%);
  width: 120px;
  height: 132px;
  background: url(../static/images/left-arrow.png) top center / contain no-repeat;
}
.main .content .section .roles .swiper-button-next {
  right: 0;
  top: 50%;
  transform: translateY(50%);
  width: 120px;
  height: 132px;
  background: url(../static/images/right-arrow.png) top center / contain no-repeat;
}
.main .content .section .more {
  display: flex;
}
.main .content .section .more .moreList {
  width: 285px;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  position: relative;
  padding: 20px;
  margin-right: 20px;
}
.main .content .section .more .moreList img {
  width: 245px;
  height: 200px;
}
.main .content .section .more .moreList .mask {
  display: none;
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  height: 180px;
  background: url(../static/images/m-hover.png) top center / contain no-repeat;
  justify-content: center;
  align-items: center;
}
.main .content .section .more .moreList .mask .detailBtn {
  width: 140px;
  height: 48px;
  line-height: 38px;
  cursor: pointer;
  background: url(../static/images/btn.png) top center / contain no-repeat;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #301206;
  text-align: center;
}
.main .content .section .more .moreList:hover .mask {
  display: flex;
}
.main .content .gameSource {
  display: flex;
}
.main .content .gameSource .section {
  position: relative;
}
.main .content .gameSource .section .hasMore {
  position: absolute;
  top: 50px;
  right: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #21120c;
  display: flex;
  width: 96px;
  justify-content: space-between;
  align-items: center;
}
.main .content .gameSource .section .hasMore .moreLogo {
  width: 34px;
  height: 30px;
  background: url(../static/images/arrow-right.png) center / 100% no-repeat;
}
.main .content .gameSource .section:first-child {
  width: 733px;
}
.main .content .gameSource .section:last-child {
  flex: 1;
}
.main .content .gameSource .vadio {
  width: 100%;
  position: relative;
  margin: auto;
}
.main .content .gameSource .vadio .vadioInner {
  width: 614px;
  padding: 20px;
  margin: 0 auto;
  background-color: #fff;
}
.main .content .gameSource .vadio .swiper-container {
  margin: 0 auto;
  width: 100%;
}
.main .content .gameSource .vadio .swiper-slide {
  position: relative;
  width: 277px;
  height: 212px;
}
.main .content .gameSource .vadio .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .content .gameSource .vadio .swiper-slide .mask {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: url(../static/images/m-hover.png) top center / contain no-repeat;
  justify-content: center;
  align-items: center;
}
.main .content .gameSource .vadio .swiper-slide .mask .play {
  width: 140px;
  height: 48px;
  line-height: 38px;
  cursor: pointer;
  background: url(../static/images/press.png) top center / contain no-repeat;
}
.main .content .gameSource .vadio .swiper-slide:hover .mask {
  display: flex;
}
.main .content .gameSource .vadio .swiper-button-prev {
  left: 8px;
  top: 50%;
  width: 56px;
  height: 48px;
  background: url(../static/images/arrow-left.png) top center / contain no-repeat;
}
.main .content .gameSource .vadio .swiper-button-next {
  right: 0;
  top: 50%;
  width: 56px;
  height: 48px;
  background: url(../static/images/arrow-right.png) top center / contain no-repeat;
}
.main .content .gameSource .hosts {
  padding-left: 50px;
}
.main .content .gameSource .hosts .host {
  display: flex;
  margin-bottom: 15px;
  font-size: 18px;
  align-items: center;
}
.main .content .gameSource .hosts .host p:first-child {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
.main .content .gameSource .hosts .host .logo {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 4px solid #ae9057;
  margin-right: 20px;
}
.main .content .gameSource .hosts .host .logo img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.main .content .history {
  height: 244px;
  margin-top: 20px;
  position: relative;
}
.main .content .history .box {
  left: 0px;
  overflow: hidden;
  position: relative;
  /* 不加此属性在ie7中无法隐藏内容*/
  width: 960px;
  margin: auto;
}
.main .content .history .box .box-li {
  float: left;
  left: 0px;
  position: relative;
  clear: both;
}
.main .content .history .box .box-li ul {
  width: 100000px;
  /* 不加此数据IE中数据会自动换行*/
}
.main .content .history .box .box-li ul li {
  float: left;
  width: 3.2rem;
  height: 3rem;
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
.main .content .history .box .box-li ul li.active {
  color: #d24747;
}
.main .content .history .box .box-li ul li.active::after {
  background-position: -9.12rem -14.47rem;
}
.main .content .history .box .box-li ul li::before,
.main .content .history .box .box-li ul li::after {
  content: "";
  position: absolute;
}
.main .content .history .box .box-li ul li::before {
  left: 0;
  width: 100%;
  border-bottom: 0.01rem solid #787878;
  top: 0.54rem;
}
.main .content .history .box .box-li ul li::after {
  background: url(../static/images/sprites.png) center no-repeat;
  width: 0.15rem;
  height: 0.36rem;
  left: 50%;
  background-position: -8.73rem -14.47rem;
  background-size: 10rem 20rem;
  margin-left: -0.075rem;
  top: 0.44rem;
}
.main .content .history .box .box-li ul li strong {
  font-size: 0.24rem;
  font-weight: 400;
}
.main .content .history .box .box-li ul li h4 {
  font-size: 0.2rem;
  padding-top: 0.6rem;
  padding-bottom: 0.12rem;
}
.main .content .history .box .box-li ul li p {
  line-height: 1.4;
  text-align: left;
  padding: 0 0.24rem;
  font-size: 0.18rem;
}
.main .content .history .box .box-li ul li.active {
  font-weight: 400;
  color: #d85931;
}
.main .content .history .btn-prev,
.main .content .history .btn-next {
  position: absolute;
  cursor: pointer;
}
.main .content .history .btn-prev {
  left: 8px;
  top: 50%;
  width: 56px;
  height: 48px;
  background: url(../static/images/arrow-left.png) top center / contain no-repeat;
}
.main .content .history .btn-next {
  right: 0;
  top: 50%;
  width: 56px;
  height: 48px;
  background: url(../static/images/arrow-right.png) top center / contain no-repeat;
}
.main .content .medias {
  display: flex;
}
.main .content .medias .mediaItem {
  width: 224px;
  height: 246px;
  background-color: #fff;
  margin-right: 20px;
  text-align: center;
}
.main .content .medias .mediaItem:last-child {
  margin-right: 0;
}
.main .content .medias .mediaItem img {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
}
.main .content .otherInfo {
  padding: 80px 130px;
  display: flex;
}
.main .content .otherInfo .l {
  width: 398px;
  height: 96px;
  background: url(../static/images/info.png) top center / contain no-repeat;
  margin-right: 100px;
}
.main .content .otherInfo .r .infoItem {
  position: relative;
  display: inline-block;
  color: #21120c;
  border: 1px solid #484848;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  margin-top: 10px;
  padding-left: 4px;
  padding-right: 20px;
}
.main .content .otherInfo .r .infoItem::after {
  position: absolute;
  content: ">";
  right: 4px;
  top: 0;
}
.main .content .footer {
  height: 130px;
  background-color: #000000;
}
.main .content .footer .inner {
  width: 1200px;
  display: flex;
}
.main .content .footer .inner .logo {
  width: 120px;
  height: 76px;
}
.main .content .footer .inner .copyright {
  margin: 0;
  text-align: left;
  line-height: 18px;
  height: 19px;
  overflow: hidden;
  font-size: 12px;
  color: #888;
}
.main .content .pop {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.common-tit {
  height: 148px;
  font-size: 0;
  text-align: center;
}
