.body-content {
  background: url("https://cdn.17uxi.com/images/2021/body_2.jpg") no-repeat scroll left top;
}
/* 页头 */
.header {
  height: 50px;
  line-height: 50px;
  background-color: black;
  position: relative;
  width: 100%;
}
.header .logo {
  position: absolute;
  left: 10%;
  background: url("https://cdn.17uxi.com/images/2021/crop_logo.png") no-repeat;
  background-size: 115px 44px;
  background-position: 0 5px;
  width: 120px;
  height: 100%;
}
.header .tabs {
  max-width: 900px;
  display: flex;
  margin: auto;
  color: white;
  /* width: 80%; */
  min-width: 700px;
}
.tabs .tab {
  flex: 10;
  text-align: center;
}
.tabs .active {
  background: url("../images/2021/tab.active.png") no-repeat;
  background-size: auto 100%;
  background-position: center;
}
.tabs .tab:nth-child(3) {
  background: url("https://cdn.17uxi.com/images/2021/game_logo.png") no-repeat;
  background-size: 194px 46px;
  flex: 12;
  background-position: center;
}

/* 页面内容 */
.main_body {
  background: url("https://cdn.17uxi.com/images/2021/body_2.jpg") no-repeat;
  height: 2000px;
  background-size: 100% 100%;
  position: relative;
  padding-top: 20px;
}
.main_body .big_logo {
  /*background: url("https://cdn.17uxi.com/images/2021/lun_bo_01.png") no-repeat;*/
  background: url("https://cdn.17uxi.com/images/2021/qx_qiu_xing_2023.png") no-repeat;
  height: 650px;
  /*width: 1300px;*/
  /*background-size: cover;*/
  width: 1400px;
  background-size: 100% 100%;

  margin: 0 auto;
}
.main_body .gamepanel {
  width: 1200px;
  margin: -40px auto 0;
  display: flex;
  height: 156px;
}
.gamepanel .left {
  background: url("https://cdn.17uxi.com/images/2021/gamepanel_left_bg.png") no-repeat;
  flex: 20;
  background-size: 85% 88%;
  margin-top: 20px;
  background-position-x: 100%;
}
.left .login_err {
  background: url("../images/2021/login_err.png") no-repeat;
  background-size: 100%;
  margin: auto;
  width: 234px;
  height: 24px;
  line-height: 24px;
  margin-top: -24px;
  color: red;
  padding-left: 22px;
  display: none;
}
.left .lfm:nth-child(2) {
  margin: 13px 0 7px 0;
}
.left .lfm input {
  border: none;
  height: 19px;
  padding: 4px 10px;
  line-height: 19px;
  color: #fff;
  background: url(/images/2021/login_intpu_bg.png) no-repeat;
  background-size: 100% 100%;
  width: 35%;
  float: right;
  text-align: right;
}
.left .lfm .index_login_btn {
  float: right;
  margin: 0 75px 0 10px;
  width: 74px;
}
.left .social-login {
  float: right;
  margin-top: 7px;
}
.left .social-login img {
  width: 28px;
}
.gamepanel .center {
  margin: 0 -20px 0 -20px;
  flex: 10;
  z-index: 1;
}
.gamepanel .center img {
  width: 300px;
}
.gamepanel .right {
  background: url("https://cdn.17uxi.com/images/2021/gamepanel_right_bg.png") no-repeat;
  flex: 20;
  background-size: 85% 88%;
  margin-top: 20px;
}
.gamepanel .right .news_tabs {
  height: 20px;
  margin: -20px 0 0 100px;
  font-size: 0;
}
.right .news_tabs .tab {
  border-right: 1px solid rgba(200, 200, 200, 0.6);
  height: 20px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: white;
  cursor: pointer;
}
.gamepanel .right .news_list {
  height: auto;
  font-size: 12px;
  padding: 22px 10px 0;
  overflow: hidden;
  max-width: 300px;
  padding-left: 60px;
  margin-top: -6px;
  line-height: 24px;
  color: white;
  font-size: 11px;
}
.right .news_list .new {
  padding-left: 20px;
  border-bottom: 1px solid rgba(50, 50, 50, 0.4);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main_body .tools {
  display: flex;
  max-width: 800px;
  color: white;
  height: 200px;
  margin: 100px auto 0;
}
.main_body .tools .tool {
  flex: 1;
  margin: 0 auto;
  background-size: 90% auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  position: relative;
}
.tool .qr {
  position: absolute;
  top: 300px;
  left: 50%;
  z-index: 1;
  display: none;
  width: 130px;
  margin-left: -65px;
}
.tool .qr img {
  width: 130px;
}
/* 荣誉殿堂 */
.main_body .honor {
  width: 910px;
  height: 510px;
  margin: 0 auto;
  position: relative;
}
.main_body .swiper-slide {
  width: 860px;
  height: 470px;
}
.main_body .swiper-button-prev {
  background-image: url("../images/2021/swiper.prev.png");
  background-repeat: no-repeat;
  width: 42px;
  height: 67px;
  background-position: 50% 50%;
  --swiper-navigation-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 230px;
  left: -70px;
  outline: none;
}
.main_body .swiper-button-prev-active {
  background-image: url("../images/2021/swiper.prev.active.png");
}
.main_body .swiper-button-next {
  background-image: url("../images/2021/swiper.next.png");
  background-repeat: no-repeat;
  width: 42px;
  height: 67px;
  background-position: 50% 50%;
  --swiper-navigation-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 230px;
  right: -70px;
  outline: none;
}
.main_body .swiper-button-next-active {
  background-image: url("../images/2021/swiper.next.active.png");
}
/* 辅助资料 */
.tool .btn {
  margin: 150px 7% 0 7%;
  width: 86%;
}
.tool .des {
  font-size: 11px;
  width: 72%;
  line-height: 18px;
  margin: 0 auto;
}
.tool .des:nth-child(1) {
  font-size: 11px;
  width: 72%;
  line-height: 18px;
  margin: 200px auto 0;
}
/* 页脚 */
.footer {
  background: url("https://cdn.17uxi.com/images/2021/footer.bg.2021.jpg") no-repeat scroll left top;
  background-size: cover;
  margin: auto;
  width: 100%;
  height: 380px;
}
.footer .line1 {
  border-bottom: 0.5px solid rgba(100, 100, 100, 0.4);
  display: flex;
  color: white;
  padding: 30px 0;
}
.line1 .left {
  flex: 20;
  padding-left: 300px;
}

.line1 .footer-title {
  color: #7aeeff;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  margin-bottom: 20px;
}
.line1 .footer-content {
  margin-left: 130px;
  margin-bottom: 5px;
}

.left .web-service {
  margin-right: 0;
  width: 100%;
}
.line1 .right {
  flex: 20;
  padding-right: 300px;
}
.line1 .friends-link-list li {
  text-align: left;
  margin: 15px 40px 15px 0;
}
.footer .line2 {
}
.footer_jiazhang {
  padding-bottom: 0;
}

.swiper_tabs {
  width: 904px;
  height: 73px;
  margin: 0 auto;
  display: flex;
  margin-top: 110px;
}
.swiper_tab {
  flex: 1;
}
.cursor {
  cursor: pointer;
}
