@charset "UTF-8";

/** 设置默认字体 **/
body {
  font-family: PingFang-SC-Regular, helvetica neue, hiragino sans gb, tahoma, microsoft yahei ui, microsoft yahei, simsun, sans-serif;
  line-height: 1.5;
  font-size: .32rem !important;
  background-color: #ffffff;
  color: #988da8;
}

html {
  -webkit-text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
}

/** 添加chrome浏览器字体控制 **/
body {
  -webkit-text-size-adjust: 100% !important;
}

/** 清除内外边距 **/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

img,
input,
select {
  vertical-align: middle;
}

/* img 搭车：让链接里的 img 无边框 */
fieldset,
img {
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

a {
  color: #333;
}

.clear,
.clearfix:after {
  clear: both;
  zoom: 1;
  font-size: 0;
  height: 0;
  overflow: hidden;
  display: block;
}

.clearfix:after {
  content: "";
}

/** 重置列表元素 **/
ul,
ol,
li {
  list-style: none;
}

i,
em {
  font-style: normal;
}

/** 重置文本格式元素 **/
a {
  text-decoration: none;
  cursor: pointer;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.wrap {
  max-width: 750px;
  /*margin: 0 auto 1.65rem; */
  margin: 0 auto;
}

.header {
  width: 10rem;
  height: 1.8rem;
  position: fixed;
  left: 50%;
  margin-left: -5rem;
  top: 0;
  z-index: 9999;
}

.header img {
  width: 100%;
  height: 100%;
}

.banner,
.download {
  text-align: center;
}

.banner img,
.download img {
  width: 100%;
}

.button {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.button .swiper-button-prev {
  left: 0;
}

.button .swiper-button-next {
  right: 0;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari and Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
  -moz-transform: rotate(180deg);
}

.button .swiper-button-prev,
.button .swiper-button-next {
  background-image: url("../images/zyoutubiao.png");
  width: 0.6rem;
  height: 1.3888889rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: -3rem;
}

.news-tab {
  margin: 0 0.16rem;
  height: 7.8rem;
}

.news-tab .tab-title li {
  width: 20%;
  line-height: 1.222rem;
  float: left;
  background-image: url("../images/tab_bg.png");
  background-repeat: repeat-x;
  background-size: 100% 100%;
  text-align: center;
  color: #e4c889;
  font-size: 0.35rem;
  box-sizing: border-box;
  border-right: 1px solid #72511b;
}

.news-tab .tab-title li:first-child {
  border-left: 1px solid #72511b;
}

.news-tab .tab-title li.active {
  background-image: url("../images/tab_active.png");
  background-repeat: no-repeat;
  color: #562500;
}

.news-tab .tab-main {
  background-color: #211b27;
}

.news-tab .tab-main ul>li {
  height: 1.25rem;
  border-top: 1px solid #2e242f;
  border-bottom: 1px solid #101227;
  font-size: 0.3rem;
  padding: 0 0.26rem;
}

.news-tab .tab-main ul>li .list-label {
  width: 1.2361111rem;
  height: 0.5972222rem;
  line-height: 0.56rem;
  background-image: url("../images/list-style.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #562500;
  text-align: center;
  float: left;
  margin: 0.32rem 0.26rem 0.32rem 0;
}

.news-tab .tab-main ul>li a {
  line-height: 1.25rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #988da8;
}

.news-tab .news-more {
  background-color: #2d2534;
  height: 0.85rem;
  border-top: 2px solid #372f3e;
  text-align: center;
  font-size: 0.426rem;
}

.news-tab .news-more a {
  display: block;
  line-height: 0.85rem;
  color: #988da8;
}

.features {
  margin: 0.266666rem 0.16rem;
}

.features .title {
  width: 100%;
  height: 1.416rem;
  background: url("../images/features-title.jpg") no-repeat center;
  background-size: cover;
  margin: 0.16rem 0;
}

.features .tab-pic li {
  width: 25%;
  line-height: 1.222222rem;
  float: left;
  background-image: url("../images/tab_bg.png");
  background-repeat: repeat-x;
  background-size: 100% 100%;
  text-align: center;
  color: #e4c889;
  font-size: 0.4266667rem;
  box-sizing: border-box;
  border-right: 1px solid #72511b;
}

.features .tab-pic li:first-child {
  border-left: 1px solid #72511b;
}

.features .tab-pic li.active {
  background-image: url("../images/tab_active.png");
  background-repeat: no-repeat;
  color: #562500;
  position: relative;
}

.features .tab-pic li.active:after {
  content: "";
  border-bottom: 0.16rem solid #dfc080;
  border-left: 0.26rem solid transparent;
  border-right: 0.26rem solid transparent;
  position: absolute;
  bottom: 1.18rem;
  left: 50%;
  margin-left: -0.26rem;
  z-index: 10;
}

.features .list-pic {
  height: 4.533333rem;
  overflow: hidden;
  position: relative;
}

.features .list-pic li {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.features .list-pic li img {
  width: 100%;
}

canvas {
  position: fixed;
  height: 100vh;
  width: 100vw;
  -webkit-filter: blur(calc(var(--blur) * 1px));
  filter: blur(calc(var(--blur) * 1px));
}

.banner {
  position: relative;
}

.snow,
.snowdownload {
  width: 100%;
  height: 11.84722rem;
  position: absolute;
  left: 0;
  top: 0;
}

.snowdownload {
  background-color: #000;
  opacity: 0;
  z-index: 1000;
}

#weixin-tip {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  filter: alpha(opacity=80);
  width: 100%;
  height: 100%;
  z-index: 10000;
}

#weixin-tip p {
  text-align: center;
  margin: 0;
  height: 100%;
  position: relative;
}

#weixin-tip p img {
  width: 100%;
  height: 100%;
}

#weixin-tip .close {
  color: #fff;
  padding: 5px;
  font: bold 35px/38px simsun;
  text-shadow: 0 1px 0 #ddd;
  position: absolute;
  top: 0;
  left: 5px;
}

.qr-code1 {
  width: 2.666667rem;
  height: 3.222223rem;
  position: fixed;
  right: -0.6rem;
  top: 50%;
  margin-top: -1.62rem;
  background: url("../images/qrcode1.png") no-repeat 100% 100%;
}

.qr-code1 {
  width: 2.666667rem;
  height: 3.222223rem;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -1.62rem;
  margin-left: 5.6rem;
  background: url("../images/qrcode1.png") no-repeat;
  background-size: cover;
  display: none;
}

.qr-code2 {
  width: 2.527778rem;
  height: 2.833333rem;
  position: absolute;
  background: url("../images/qrcode2.png") no-repeat;
  background-size: cover;
  display: none;
}

.code-pos-1 .qr-code2 {
  top: 2.3rem;
  right: 0.35rem;
}

.code-pos-2 .qr-code2 {
  top: 2.361111rem;
  right: 0.7rem;
}

.code-pos-3 .qr-code2 {
  top: 2.361111rem;
  left: 0.7rem;
}

@media screen and (min-width: 750px) {
  .qr-code1 {
    display: none;
  }

  .download-code {
    width: 4rem;
    height: 4rem;
  }
}

#download-code {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10001;
}

#download-code img {
  position: absolute;
  width: 3rem;
  height: 3.4266667rem;
  left: 50%;
  top: 50%;
  margin-top: -1.7rem;
  margin-left: -1.5rem;
  z-index: 10002;
}

#download-code .close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  font-size: 20px;
  z-index: 10003;
}

.news-tab02 {
  margin: 0 0.16rem 1.16rem;
}

.news-tab02 .tab-title li {
  width: 20%;
  line-height: 1.222rem;
  float: left;
  background-image: url("../images/tab_bg.png");
  background-repeat: repeat-x;
  background-size: 100% 100%;
  text-align: center;
  color: #e4c889;
  box-sizing: border-box;
  border-right: 1px solid #72511b;
}

.news-tab02 .tab-title li h2 {
  font-size: 0.35rem;
  font-weight: 400;
}

.news-tab02 .tab-title li:first-child {
  border-left: 1px solid #72511b;
}

.news-tab02 .tab-title li.active {
  background-image: url("../images/tab_active.png");
  background-repeat: no-repeat;
  color: #562500;
}

.news-tab02 .tab-main {
  background-color: #211b27;
}

.news-tab02 .tab-main ul>li {
  border-top: 1px solid #2e242f;
  border-bottom: 1px solid #101227;
  padding: 0.25rem 0.26rem;
}

.news-tab02 .tab-main ul>li p {
  text-indent: 24px;
  line-height: 0.83rem;
  display: block;
  color: #988da8;
  font-size: 0.3rem;
}

.news-tab02 .news-more {
  background-color: #2d2534;
  height: 0.85rem;
  border-top: 2px solid #372f3e;
  text-align: center;
  font-size: 0.3266rem;
}

.news-tab02 .news-more a {
  display: block;
  line-height: 0.85rem;
  color: #988da8;
}

.features .title02 {
  width: 100%;
  height: 6rem;
  background: url("../images/tubiao_jiejidianwancheng.jpg") no-repeat center;
  background-size: cover;
  margin: 0.16rem 0;
}

.features .title03 {
  width: 100%;
  height: 6rem;
  background: url("../images/tubiao_shuiguoji .jpeg") no-repeat center;
  background-size: cover;
  margin: 0.16rem 0;
}

.features .title04 {
  width: 100%;
  height: 2rem;
  background: url("../images/meirisong.png") no-repeat center;
  background-size: cover;
  /*position: fixed;
    bottom: 0;
  left: 0;
  z-index: 99;*/
}

.foottext {
  font-size: 12px;
  text-align: center;
}

.footline {
  height: 1px;
  border: none;
  border-top: 1px solid #666;
}

.news-tab .tab-title li h2 {
  font-size: 0.35rem;
  font-weight: 400;
}

.header02 {
  width: 10rem;
  height: 1.7rem;
  position: fixed;
  left: 50%;
  bottom: 0;
  margin-left: -5rem;
  z-index: 9999;
}

.header02 img {
  width: 100%;
  height: 100%;
}

.content {
  position: relative;
}

.content .banner .down-btn1 {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 10;
  bottom:0;
}

.content .banner .down-btn21 {
  position: absolute;
  right: 6%;
  width: 10%;
  top: 13rem;
  z-index: 10;
}

.content .banner .down-btn22 {
  position: absolute;
  right: 6%;
  width: 10%;
  top: 17.4rem;
  z-index: 10;
}

.content .slide-box {
  /* width: 9.74rem; */
  width: 8.74rem;

  height: 4.5rem;
  position: absolute;
  top: 8.1rem;
  left: 50%;
  margin-left: -4.37rem;
  z-index: 100;
  border-radius: 15px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0%;
}

/*.content .slide-box::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: url("../images/lunbo-bg.png") no-repeat center center / 100% 100%;
}*/
.content .slide-box .swiper-container {
  height: 100%;
}

.content .slide-box .swiper-slide {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/lunbo01.jpg") no-repeat center center / 100% 100%;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}