/* 通用 */
* {
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input,
select,
button {
  outline: 0;
}

button {
  border: 0;
  background-clip: padding-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
  vertical-align: baseline;
}

textarea,
input {
  word-wrap: break-word;
  word-break: break-all;
}

span,
p,
div {
  word-wrap: break-word;
}

.lf {
  float: left;
}

.rt {
  float: right;
}

html,
body,
div,
p,
ul,
ol,
li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a.geted {
  pointer-events: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

/* 黑色title背景主题 适用于alert confirm*/
body .skin_class_exmple .layui-layer-title {
  padding: 0 !important;
  text-align: center;
  background: black !important;
  color: white !important;
  font-size: 22px !important;
  height: 50px !important;
  line-height: 50px !important;
  position: relative !important;
}

body .skin_class_exmple .layui-layer-setwin {
  top: 15px !important;
}

body .skin_class_exmple>.layui-layer-content {
  text-align: center;
  font-size: 20px;
  color: red;
  box-sizing: border-box;
}

body .skin_class_exmple .layui-layer-setwin a {
  width: 24px;
  height: 24px;
  opacity: 1;
}

body .skin_class_exmple .layui-layer-setwin a:hover {
  opacity: 1;
}

body .skin_class_exmple .layui-layer-setwin {
  opacity: 1;
}

body .skin_class_exmple>.layui-layer-btn {
  background: white;
  text-align: center;
}

body .layui-layer-title {
  background-color: transparent !important;
  border-bottom: none;
}

body .layui-layer-content {
  background-color: transparent !important;
  border-bottom: none;
  box-shadow: none;
}

body .layui-layer-setwin a {
  width: 24px;
  height: 24px;
  opacity: 0;
}

body .layui-layer-setwin a:hover {
  opacity: 0;
}

body .layui-layer-setwin {
  opacity: 0;
}

body .layui-layer-setwin .layui-layer-close2 {
  right: -2px;
  top: -2px;
}

body .skin_class_two {
  box-shadow: none;
}

.cu_layer {
  display: none;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}

/*body {*/
/*  max-width: 1920px;*/
/*  width: 100%;*/
/*  position: relative;*/
/*  margin: 0 auto;*/
/*}*/

/* a:hover {
  -webkit-filter: brightness(120%);
  -ms-filter: brightness(120%);
  -o-filter: brightness(120%);
  -moz-filter: brightness(120%);
  opacity: 0.85\0;
} */

a {
  /* 核心：定义过渡效果 */
  /* transition-property: transform;  /* 只对 transform 属性进行过渡 */
  /* transition-duration: 0.2s;      /* 过渡时长 */
  /* transition-timing-function: ease; /* 缓动函数 */

  /* 简写形式 (推荐) */
  transition: transform 0.2s ease;
}

/* 鼠标悬停时的样式 (可选) */
.click-btn:hover {
  background-color: #0056b3;
}

/* 核心：按钮被点击时触发的动画 */
a:active {
  /* scale(0.95) 表示缩小到原来的 95% */
  transform: scale(0.95);
}

body .swal2-container {
  z-index: 11000 !important;
}

.index-mode1 {
  min-width: 1300px;
  /* background: url(../images/index/SQ-index.png)top center no-repeat; */
   /*background-size: 100% 100%;*/
  /*display: flex;*/
  /*justify-content: center;*/
  /* height: 100%; */
  overflow: hidden;
  /*display: flex;*/
  /*flex-direction: column;*/
  /*align-items: center;*/
}

.index-mode2 {
  min-width: 1300px;
  background: url(../images/index/SQ-news.png)top center no-repeat;
   background-size: 100% 100%;
  /*display: flex;*/
  /*justify-content: center;*/
  height: 100%;
  overflow: hidden;
}

.m_wrap {
  height: 100%;
  padding-top: 20px;
}

.cu_layer {
  display: none;
}

.header {
  width: 1800px;
  padding-left: 50px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header>a {
  display: inline-block;
  background: url(../images/index/SQ-icon-music.png);
  width: 63px;
  height: 63px;
}

.header>div {
  display: flex;
  align-items: center;
}

.header>div>a {
  display: inline-block;
  background: url(../images/index/logo.png);
  width: 169px;
  height: 84px;
  margin-right: 30px;
}

.header>div>a:nth-child(2) {
  background: url(../images/index/logo2.png);
  width: 191px;
  height: 90px;
}


.headers {
  width: 1800px;
  padding-left: 50px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.headers>.headers-left {
  display: flex;
  align-items: center;
}

.headers .headers-left>a:hover {
  transform: none;
}

.headers>.headers-left>a {
  display: inline-block;
  background: url(../images/index/logo.png);
  width: 169px;
  height: 84px;
  margin-right: 30px;
}

.headers>.headers-left>a:nth-child(2) {
  background: url(../images/index/logo2.png);
  width: 191px;
  height: 90px;
}

.headers>.headers-right {
  display: flex;
  align-items: center;
}

.headers>.headers-right>a:nth-child(1){
  display: inline-block;
  background: url(../images/index/SQ-btn-home.png);
  width: 143px;
  height: 44px;
  margin-right: 35px;
}

.music-a {
  display: inline-block;
  background: url(../images/index/SQ-icon-music.png);
  width: 63px;
  height: 63px;
  margin-right: 35px;
}

.card1 {
  width: 1400px;
  min-width: 1400px;
  margin: auto;
  margin-top: 40px;
}

.card1-left {
  width: 526px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card1-view {
  background-color: #fff;
  width: 526px;
  height: 320px;
  margin-top: 10px;
  position: relative;
  text-align: center;
  color: #000;
  font-weight: 700;
  border-radius: 10px;
}

.card1-view>a {
  display: inline-block;
  background: url(../images/index/SQ-icon-play.png);
  width: 67px;
  height: 68px;
  position: absolute;
  z-index: 50;
  left: 44%;
  top: 35%;
}

.card1-btn {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
  position: relative;
}

.card1-btn>a {
  display: inline-block;
  background: url(../images/index/SQ-btn-QQ.png);
  width: 239px;
  height: 73px;
}

.card1-btn>a:nth-child(2) {
  background: url(../images/index/SQ-btn-order.png);
}

.card1-btn>p {
  position: absolute;
  bottom: -30px;
  right: 41px;
  color: #fff;
  font-size: 16px;
  text-shadow: 2px 1px 1px black;
}

.mode2-view {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.card2 {
  width: 1400px;
  min-width: 1400px;
  margin: auto;
  margin-top: 40px;
}

.mode2-left {
  background: #ffffff;
  width: 952px;
  height: 535px;
  border-radius: 10px;
}

.mode2-left .swiper-container {
  width: 952px !important;
  height: 535px !important;
  border-radius: 10px;
  border: 2px solid #000000;
}

.mode2-left .swiper-container .swiper-wrapper .swiper-slide {
  width: 952px;
  height: 535px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mode2-left .swiper-container .swiper-wrapper .swiper-slide img {
  width: 952px;
  height: 535px;
}

.mode2-left .swiper-container .swiper-pagination {
  display: flex;
  justify-content: flex-end !important;
  padding: 0 20px 10px 0px;
}

.mode2-left .swiper-container .swiper-pagination-bullet {
  background: #b2b2b2;
  width: 15px;
  height: 15px;
  opacity: 1 !important;
  margin: 0 8px !important;
}

.mode2-left .swiper-container .swiper-pagination-bullet-active {
  background: #ff8e1f;
  width: 15px;
  height: 15px;
}

.mode2-right {
  display: flex;
  flex-direction: column;
  width: 440px;
}

.mode2-top {
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.mode2-top>a {
  display: inline-block;
  background: #000000;
  width: 92px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  font-size: 16px;
}
.mode2-tab.width {
    width: 430px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 16px 0;
}
.mode2-tab {
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 16px 0;
}
.mode2-tab>a {
    display: inline-block;
    width: 80px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    text-shadow: 1px 1px 3px black;
}
.mode2-tab>a.geted {
    background: url(../images/index/SQ-nav-tab.png);
}
.mode2-right-flex {
  display: none;
}

.mode2-right-flex.show {
  display: block;
}

.mode2-right-card {
  background: url(../images/index/SQ-bg-banner2.png);
  width: 440px;
  height: 194px;
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  padding-top: 10px;
  color: #000000;
  font-size: 24px;
  margin-bottom: 15px;
  position: relative;
}

.icon-right {
  position: absolute;
  bottom: 20px;
  right: 10px;
}

.mode2-card-time {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
}

.mode2-card-time>img {
  margin-right: 10px;
}

.mode2-card-title {
  margin-top: 10px;
  overflow: hidden;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
  font-weight: 700;
}

.mode2-card-title2 {
  font-size: 16px;
  color: #808080;
  margin-top: 12px;
  width: 325px;
  overflow: hidden;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
}

.mode2-right-card:hover {
  background: url(../images/index/SQ-bg-banner1.png) !important;
}

.card3 {
  width: 1400px;
  min-width: 1400px;
  margin: auto;
  margin-top: 40px;
}

.mode3-view {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.mode3-left {
  width: 516px;
}

.mode3-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
}

.mode3-top>a {
  display: inline-block;
  background: #000000;
  width: 92px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  font-size: 16px;
}

.mode3-right-card {
  background: url(../images/index/SQ-bg-banner2.png);
  background-size: 100% 100%;
  width: 516px;
  height: 198px;
  display: flex;
  flex-direction: column;
  padding: 10px 20px 0 20px;
  color: #000000;
  font-size: 24px;
  margin-bottom: 12px;
}

.mode3-right-card:hover {
  background: url(../images/index/SQ-bg-banner1.png);
  background-size: 100% 100%;
  width: 516px;
  height: 198px;
}

.mode3-right-card2:hover {
  background: url(../images/index/SQ-bg-banner4.png);
  background-size: 100% 100%;
  width: 516px;
  height: 124px;
}

.mode3-card-time {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #404040;
  font-size: 20px;
  font-weight: 700;
}

.mode3-card-title {
  margin-bottom: 10px;
  overflow: hidden;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
  font-weight: 700;
}

.mode3-card-title2 {
  font-size: 16px;
  color: #808080;
  margin-bottom: 15px;
  width: 420px;
  overflow: hidden;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
}

.mode3-img {
  width: 871px;
  height: 634px;
}


.mode3-right-card2 {
  background: url(../images/index/SQ-bg-banner3.png);
  background-size: 100% 100%;
  width: 516px;
  height: 124px;
  display: flex;
  flex-direction: column;
  padding: 8px 20px 0 20px;
  color: #000000;
  font-size: 24px;
  margin-bottom: 12px;
}

.mode3-right-card2 .mode3-card-title {
  -webkit-line-clamp: 1;
  margin-bottom: 5px;
}

.mode3-right-card2 .mode3-card-title2 {
  -webkit-line-clamp: 1;
  margin-bottom: 8px;
}


.mode3-btn {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 15px;
}

.mode3-btn>a {
  display: inline-block;
  background: url(../images/index/SQ-btn-look.png);
  width: 239px;
  height: 73px;
}

.mode3-btn>a:nth-child(2) {
  background: url(../images/index/SQ-btn-order.png);
}

.card5 {
  width: 890px;
  min-width: 890px;
  margin: auto;
  margin-top: 40px;
}

.card5-top {
  display: flex;
  justify-content: space-between;
  width: 890px;
  height: 392px;
}

.card5-left {
  height: 392px;
  display: flex;
  flex-direction: column;
}

.card5-white {
  background: url(../images/index/SQ-white-bg.png);
  width: 384px;
  height: 190px;
  padding: 32px 0 0 27px;
}

.card5-white:nth-child(2) {
  margin-top: 10px;
}

.card5-white>p {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.card5-white>p:nth-child(2) {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}

.card5-flex {
  margin-top: 34px;
  width: 890px;
  display: flex;
  justify-content: space-between;
}

.card5-flex-view {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card5-flex-view>img {
  width: 117px;
  height: 117px;
  margin-bottom: 10px;
}

.card5-flex-view>a {
  background: url(../images/index/SQ-btns.png);
  width: 116px;
  height: 31px;
}

.card5-flex-view:nth-child(2)>a {
  width: 87px;
  background-position-x: -168px;
}

.card5-flex-view:nth-child(3)>a {
  background-position-x: -308px;
}

.card5-flex-view:nth-child(4)>a {
  width: 105px;
  background-position-x: -468px;
}

.card5-flex-view:nth-child(5)>a {
  width: 74px;
  background-position-x: -639px;
}

.card5-flex-view:nth-child(6)>a {
  width: 84px;
  background-position-x: -791px;
}

.card4 {
  width: 1440px;
  min-width: 1440px;
  margin: auto;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.card4>img {
  margin-top: 63px;
  width: 256px;
  height: 198px;
}

.card4-right {
  display: flex;
  justify-content: space-between;
  width: 1172px;
}

.card4-right-img {
  padding-top: 15px;
  text-align: center;
  height: 696px;
  width: 457px;
  border-radius: 10px;
  border: 2px solid #000;
  background: #ffffff;
}

.card4-right-img>p {
  width: 100%;
  padding-left: 15px;
  text-align: left;
  color: #000000;
  font-size: 24px;
}

.card4-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  width: 696px;
}

.card4-flex-box {
  width: 340px;
  height: 340px;
  border-radius: 10px;
  border: 2px solid #000;
  background: #ffffff;
  text-align: center;
  padding-top: 15px;
}

.card4-flex-box>p {
  width: 100%;
  padding-left: 15px;
  text-align: left;
  color: #000000;
  font-size: 24px;
}

.awardRecordTwo {
  background: url(../images/index/banner-popup1.png) !important;
  background-size: 100% 100%;
}

.awardRecordTwo2 {
  background: url(../images/index/banner-popup2.png) !important;
  background-size: 100% 100%;
}

.awardRecordTwo3 {
  background: url(../images/index/banner-popup3.png) !important;
  background-size: 100% 100%;
}

.awardRecordTwo4 {
  background: url(../images/index/banner-popup4.png) !important;
  background-size: 100% 100%;
}

.awardRecordTwo5 {
  background: url(../images/index/banner-popup5.png) !important;
  background-size: 100% 100%;
}

.awardRecordTwo .lay_close,
.awardRecordTwo2 .lay_close,
.awardRecordTwo3 .lay_close,
.awardRecordTwo4 .lay_close,
.awardRecordTwo5 .lay_close {
  opacity: 0;
}

.list-index {
  background: url(../images/index/SQ-bg-news.png);
  min-width: 1300px;
  height: 1652px;
  padding-top: 30px;
}

.detail-index {
  background: url(../images/index/SQ-bg-news.png) no-repeat;
  background-color: #fff;
  min-width: 1300px;
  min-height: 1898px !important;
  padding-top: 30px;
  padding-bottom: 50px;
}

.list-card {
  width: 1250px;
  min-width: 1250px;
  margin: auto;
  margin-top: 40px;
}

.list-view-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px 0 34px;
  background: url(../images/index/SQ-news-bg1.png) no-repeat;
  width: 1200px;
  height: 100px;
  margin-bottom: 4px;
  padding-bottom: 10px;
}

.list-view-flex:hover {
  background: url(../images/index/SQ-news-bg2.png);
  width: 1239px;
  height: 100px;
  padding-bottom: 0;
}

.list-view-flex:hover>.list-font {
  color: #000000;
  font-size: 26px;
  font-weight: 700;
}

.list-view-flex:hover>.list-view-left>p:nth-child(2) {
  color: #808080;
  font-size: 17px;
}

.list-font {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
}

.list-view-left>p:nth-child(2) {
  color: #808080;
  font-size: 16px;
}

.pages {
  width: 100%;
  padding-right: 50px;
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
}

.pages>a {
  display: inline-block;
  background: url(../images/index/SQ-btn-page.png);
  width: 112px;
  height: 39px;
}

.pages>a:nth-child(2) {
  background-position-x: -132px;
  margin-left: 20px;
}

.detail-card {
  background: url(../images/index/SQ-bg-white.png) no-repeat;
  border-radius: 10px;
  background-color: #fff;
  width: 1200px;
  min-height: 1571px;
  margin: auto;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 30px;
}

.detail-card-btn {
  width: 100%;
  padding-left: 30px;
}

.detail-card-btn>a {
  display: inline-block;
  background: url(../images/index/SQ-btn-return.png);
  width: 91px;
  height: 35px;
  margin-bottom: 35px;
}

.detail-card-p1 {
  color: #000000;
  font-size: 30px;
  margin-bottom: 15px;
}

.detail-card-p2 {
  color: #000000;
  font-size: 14px;
  margin-bottom: 50px;
}

.html-content {
  width: 100%;
  padding: 0 85px;
}



/* 底部 */
.w1110 {
  width: 1110px;
  margin: 0 auto;
  position: relative;
}

.footer {
  height: 180px;
  background: #080808;
  color: #fff;
  position: relative;
}

.footer .fnav a {
  color: #f2f2f2;
  margin: 0 10px;
}

.footer .fnav a:first-child {
  margin-left: 0;
}

.footer .flogo {
  width: 255px;
  height: 98px;
  float: left;
  margin-top: 30px;
}



.footer .finfo {
  width: 768px;
  float: left;
  margin-top: 25px;
  line-height: 28px;
  margin-left: 20px;
}

.footer .finfo p {
  font-size: 12px;
}

.footer .finfo p a {
  color: #fff;
}

.footer .finfo p a:hover {
  color: #fff;
}

.footer .ylogo {
  position: absolute;
  top: 57px;
  right: 270px;
}

.footer .ylogo img {
  width: 160px;
  height: 27px;
}


.rnav {
    position: fixed;
    right: 0;
    top: 277px;
    display: flex;
    z-index: 100;
}

.rnav>.rnav-a1 {
    display: inline-block;
    background: url(../images/index/SQ-btn-show.png);
    width: 25px;
    height: 69px;
    margin-top: 5px;
}

.rnav>.rnav-a2 {
    display: inline-block;
    background: url(../images/index/SQ-btn-show.png);
    width: 25px;
    height: 69px;
    margin-top: 5px;
    background-position-x: -33px;
}

.rnav>a.hide {
    display: none !important;
}

.rnav-view {
    background: url(../images/index/SQ-popup-code.png);
    width: 165px;
    height: 430px;
    padding-top: 32px;
    transition: width 0.5s ease;
}

.rnav-img1 {
    margin-left: 15px;
}

.rnav-img2 {
    margin-top: 77px;
    margin-left: 15px;
}
.age-18 {
    background: url(../images/index/SQ-btn-age18.png);
    width: 80px;
    height: 102px;
    position: fixed;
    z-index: 100; 
    top: 150px;   
    right: 75px;
}

.cu_layer {
    display: none;
}

.awardRecordTen {
    background: url(../images/index/SQ-popup.png) !important;
    background-size: 100% 100%;
}

.awardRecordTen .lay_close {
    font-size: 32px;
    top: 3px;
    right: 5px;
    opacity: 0;
}

.con-box {
    text-align: center;
}

.box-title {
    color: #000000;
    font-size: 20px;
    text-align-last: left;
    padding: 10px 0 0 40px;
}

.box-a {
    display: inline-block;
    background: url(../images/index/SQ-btn-confirm.png);
    width: 117px;
    height: 47px;
    margin: 90px 45px 0 0;
}
.footer.index {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 148px;
}
.card4-flex-box>img {
    border-radius: 8px;
    width: 310px;
    height: 275px;
    object-fit: cover;
}


.orderTen {
    background: url(../images/index/popup-order.png) !important;
    background-size: 100% 100% !important;
}

.orderTen .lay_content {
    margin-top: 0;
}

.orderTen .lay_close {
    font-size: 32px;
    top: 11px;
    right: 5px;
    opacity: 0;
}

.order-con-flex {
    display: flex;
}

.order-flex-login {
    width: 765px;
    height: 485px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 26px;
    margin-right: 5px;
}

.order-flex-login>a {
    display: inline-block;
    background: url(../images/index/btn-login.png);
    width: 179px;
    height: 55px;
    margin-top: 30px;
}
.order-flex-login>a.is-logout {
    background-image: url(../images/index/btn-logout.png);
}
.music-a.artive {
    background-position-x: -81px;
}


.header>div>a:hover {
  transform: none;
}

.card5-flex-view>a:hover {
  transform: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.html-content img {
  max-width: 1030px;
  object-fit: cover;
}


/* 视频背景样式 */
#video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 30%; */
  height: 100%;
  z-index: -1;
  /* 将视频放在最底层 */
  object-fit: cover;
  /* 保持视频比例并覆盖整个容器 */
}


.rotate {
  animation: spin 3s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}