*{padding:0;margin:0;font-style: normal;}
body,html{
    width: 100%;
    height: 100%;
}

body{padding:0;margin:0;font-size:12px; color:#333;font-family: \5FAE\8F6F\96C5\9ED1,Arial, Helvetica, sans-serif; }
a{text-decoration:none;color:#333; outline:none;}
img{margin:0px; padding:0; border:none;outline:none;}
.clear{ clear:both; width:100%; height:0px; font-size:0px; overflow:hidden;}
button, input, select, textarea{font-family:\5FAE\8F6F\96C5\9ED1,Arial,Helvetica,sans-serif;}
input,button{outline:none; border:none;padding:0;margin:0;}
textarea{outline:none; background:none;}
button{border:none;}
ul,li{list-style: none;}
a,a:active,a:link,a:visited,a:focus,a:hover{text-decoration:none;}
a{
  outline:none;
  -moz-outline:none;
  -webkit-tap-highlight-color:transparent;
}
.clearfix:after{content: "";width: 0;height: 0;clear: both;display: block;visibility: hidden;}

.cent_3 .seach .text::-webkit-input-placeholder { /* WebKit browsers */
    color: #c3a01f;
}
.cent_3 .seach .text:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #c3a01f;
}
.cent_3 .seach .text::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #c3a01f;
}
.cent_3 .seach .text:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #c3a01f;
}
th,td{
     background-clip: padding-box; /*èƒŒæ™¯è¢«è£å‰ªåˆ°å†…è¾¹è·æ¡†*/
}
table{border-collapse: collapse;}
.fl{float: left;}
.fr{float: right;}
@font-face{
  font-family: 'PingFang-SC-Regular';
  src: url('../fonts/ds-digi-1.ttf');
}


.wrap{
  width: 750px;
  height: auto;
  margin:0 auto;
  background: #ef6678;
  /*background:url(../images/bg.jpg) no-repeat;*/
  position: relative;
  /*padding-top:450px;*/
}
.linear-bg {
  background: url("../images/li-bg.jpg") 0 0 no-repeat;
  background-size: 100%;
}
.linear-bg.on {
  background: url("../images/li-bg2.jpg") 0 0 no-repeat;
  background-size: 100%;
}
.wrap .myswiper {
  width: 100%;
  height: 100%;
}
.wrap .myswiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  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;
}
.kf{
  position: fixed;
  top:1000px;
  right:0px;
  z-index: 2;
}

.JC {
  background: url(../images/downloadjc.png);
  width: 108px;
  height: 145px;
  position: fixed;
  right: 10px;
  top: 360px;
  z-index: 2;
}
.hongbao-wrapper {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  z-index: 200
}
.hb-main {
   width: 100%;
  height: 100vh;
  position: relative;
}
.hb-main .ma {
  width: 100%;
  margin: 2rem auto;
  animation: hob_shake 1s infinite;
}
.hb-main .ma1 {
  animation: hob_shake 1s infinite;
}
.ma_img1 {
  display: block;
  position: absolute;
  z-index: 999;
  text-align: center;
  margin: 0 auto;
  /*left: 1rem;*/
}

.ma_img2 {
  display: block;
  /*width: 35%;*/
  position: absolute;
  top: 18.5rem;
  z-index: 999;
  animation: all 2s linear;
  -webkit-transition: 1s transform;
  -moz-transition: 1s transform;
  -ms-transition: 1s transform;
  -o-transition: 1s transform;
  transition: 1s transform;
  animation: fade-in-in;
  /*动画名称*/
  animation-duration: 4s;
  /*动画持续时间*/
  -webkit-animation: fade-in-in 4s;
  /*针对webkit内核*/
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
  animation: slideInLeft 1s;
  /*动画名称*/
  -webkit-animation: slideInLeft 1s;
  /*针对webkit内核*/
}

.ma_img3 {
  display: block;
  /*width: 51%;*/
  position: absolute;
  top: 18.8rem;
  right: 0;
  z-index: 99;
  animation: fade-in-in;
  /*动画名称*/
  animation-duration: 4s;
  /*动画持续时间*/
  -webkit-animation: fade-in-in 4s;
  /*针对webkit内核*/
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
  animation: slideInRight 1s;
  /*动画名称*/
  -webkit-animation: slideInRight 1s;
  /*针对webkit内核*/
}
@keyframes hob_shake {
  15%,
  45% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    transform-origin: 50% 100%
  }
  30% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    transform-origin: 50% 100%
  }
  60%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: 50% 100%
  }
}
.closes {
  width: 40px;
  position: absolute;
  right: 1.5rem;
  top: 1rem;
}
.countDown{
  width:678px;
  margin:0 auto;
}
.countDown div{
  width: 323px;
  height: 99px;
  background: url(../images/djs.png);
  text-align: center;
}
.countDown div p:first-child{
  font-weight: bold;
	font-size: 24px;
	line-height: 27px;
  color: #aa0f14;
  margin-top:15px;
}
.countDown div p:last-child{
  font-family: 'PingFang-SC-Regular';
	font-size: 40px;
	font-weight: bold;
	color: #ff0000;
}
.countDown div p:last-child span{
  vertical-align: middle;
}
.an{
  display: block;
  width: 660px;
  height: 98px;
  margin:0 auto;
  -webkit-animation: gif 1s infinite linear;
  animation: gif 1s infinite linear;
}
@keyframes gif {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  50% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
  }
  100% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}
@-webkit-keyframes gif {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  50% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
  }
  100% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}
.box1{
  width: 100%;
  text-align: center;
  /*margin-top:30px;*/
}
.swiper-box{
  width:720px;
  height: 427px;
  margin:15px auto;
}

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */

  /* Center slide text vertically */
  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;
}
.loadingBox{position:fixed;width:80%;background:rgba(48,46,49,.7);border-radius:8px;top:50%;margin-top:-5vh;left:10%;padding:10px 0;display:none;z-index:999999999}
.LBtitle{width:100%;text-align:center;font-size:20px;color:#fff}
.LBcenter{width:100%;margin-top:10px;padding:0 15px;font-size:18px;line-height:16px;color:#fff;text-align:center}
.box2{
  width:100%;
  text-align: center;
  margin-top:35px;
}
.box2 .bg-box{
  width:100%;
  text-align: center;
  margin-top:30px;
}
.xrbar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 3;
  display: none;
}
.xrbar1 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 200;
  display: none;
}
.box2 .bg-box .bg-c{
  width:710px;
  height: 820px;
  background: url(../images/midl.jpg);
  margin:0 auto;
  margin-top:-4px;
}
.table-wrap{
  width:710px;
  height: 730px;
  overflow: hidden;
}
.box2 .bg-box .flo{
  margin-top:-1px;
}
.bg-c table{
  width:662px;
  margin:0 auto;
}
.bg-c table thead th{
    background-color: #4a3781;
    font-size: 24px;
    height: 65px;
    line-height: 65px;
    color: #fff054;
    border: 1px solid #86704d;
}
.bg-c table tbody tr td{
  background-color: #5e457e;
  font-size: 22px;
  height: 65px;
  line-height: 65px;
  color: #fff;
  border: 1px solid #fff;
}
.unfold{
  width: 100%;
  text-align: center;
}
.unfold p{
  font-size: 24px;
	line-height: 30px;
  color: #a95ae6;
  margin-top:22px;
}
.unfold img{
  margin-top:10px;
  animation: heart 0.5s ease-in-out 0.8s infinite alternate;
  -webkit-animation: heart 0.5s ease-in-out 0.8s infinite alternate
}
@keyframes heart{
  from{transform:translate(0,0)}
  to{transform:translate(0,6px)}
  }
  .box3{
    width: 100%;
    text-align: center;
    margin-top:30px;
  }
  .box3 p{
    width:700px;
    margin:0 auto;
    font-size: 28px;
    line-height: 44px;
    color: #fff;
    text-align: left;
    margin-top:35px;
    word-wrap: break-word;
    word-break: normal;
  }
  .box4{
    width: 100%;
    text-align: center;
    margin:70px 0 200px 0;

  }
  .box4 img{
    margin-top:20px;
  }
  .box4 .jl{
    width: 694px;
    margin:0 auto;
    text-align: left;
    margin-top:30px;
  }
  .box4 .jl img{
    margin-bottom:35px;
  }
  .box4 .jl p{
    font-size: 28px;
    line-height: 44px;
    color: #fff;
  }
  .box4 .jl p:nth-child(2){
    margin-bottom: 25px;
  }
  .footer{
    width:750px;
    height: 125px;
    margin:0 auto;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    bottom: 0;
    z-index: 10;
    box-sizing: border-box;
  }
  .footer img{
    margin-top:15px;
    margin-left:35px;
  }
  .footer p{
    display: inline-block;
    font-family: 'FZDBSJW--GB1-0';
    font-size: 24px;
    line-height: 45px;
    color: #ffffff;
    margin-left:50px;
    margin-top:15px;
  }
  .footer span{
    display: block;
    margin-left: 130px;
    margin-top: 15px;
  }
  .back {
    z-index: 99999;
    display: block;
    width: 133px;
    height: 133px;
    position: fixed;
    bottom: 36px;
    right: 10px;
}
.alert{
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  margin:auto;
  z-index: 3
}
.alert1{
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  margin:auto;
  z-index: 3
}
.opp{
  display: none;
  width: 610px;
  height: 460px;
  border-radius: 20px;
  background: #fffac9;
  position: fixed;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  margin:auto;
  z-index: 3;
  text-align: center;
  padding-top:65px;
}
.close{
  position: absolute;
  top:-25px;
  right: -25px;
}
.opp h1{
  margin-bottom: 35px;
  text-align: left;
  margin-left:75px;
}
.opp .tel2{
  margin-bottom: 15px;
}
.opp .tel3{
  margin-bottom: 65px;
}
.opp .btn1{
  cursor: pointer;
  display: block;
}

/* 弹出框 */
/* 弹框 */
.popup {
  width: 100%;
  height:780px;
  background: #FFF;
  position: fixed;
  z-index: 20;
  animation: slideIn 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  font-size: 14px;
  display: none;
  z-index: 100
}
.header{
  height: 84px;
  line-height: 84px;
  font-size: 33px;
  font-weight: 800;
  text-align: center;
  background:url(../images/header_bj.gif);
}
#popup2:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -2;
  display: none;
}
.fright {
  top: 20px;
  right: 10px;
  position: absolute;
  /* background: url(../images/close.png); */
  width: 30px;
  height: 30px;
  line-height: 30px;
  z-index: 1000;
}
.popup .contentWrap {
  display: block;
  padding: .2rem .25rem 0;
  font-size: 26px;
}
.tit {
  color: #666;
  display: flex;
  justify-content: flex-start;
  margin: 54px 0;
  align-items: baseline;
}
.tit div.title {
  color: #000;
  padding: 5px;
}
.tit>div {
  float: left;
}
.tit.center {
  display: flex;
  justify-content: center;
  width: 600px;
  height: 120px;
  background: url(../images/center.jpg);
  margin: 0 auto;
}
.setting {
  width: 345px;
    /* height: 97px; */
    /* text-align: center; */
    /* line-height: 81px; */
    font-size: 24px;
    /* border: 1px solid #ccc; */
    border-radius: 10px;
    text-align: center;
    height: 88px;
    line-height: 88px;
    margin: 0 auto;
}
.setting1 {
  width: 54px;
    height: 88px;
    float: left;
    display: inline-block;
    margin-top:20px;
}
.setting2 {
  height: 88px;
  text-align: center;
  /* float: left; */
  /* min-width: 100px; */
  display: inline-block;
  margin: 0px 15px 0;
  overflow: scroll;
  /* position: fixed; */
  font-size: 26px;
  line-height: 88px;
  max-width: 572px;
}
.setting3 {
  float: right;
  display: inline-block;
}
.footer3 {
  width: 100%;
  height: 80px;
  margin-top: 26px;
}
.bottomBtn {
  width: 507px;
  height: 80px;
  margin: 0 auto;
  background: url(../images/footer1.png);
}
#popup2:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: -1;
}
.download.text{
  background: rgba(255, 255, 255, 0.38);
  color: red;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-align: center;
  padding: 3px;
}
.udid-wrapper .download{
  margin: .3rem auto;
  background: rgba(255, 255, 255, 0.38);
}
.udid-wrapper .content{
  padding-top: 2rem;
}
.footer1{
  text-align: center;
  margin-top:50px;
}





.bigWindow {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  /* display: flex; */
  justify-content: center;
  align-items: center
}
.window {
  /* background: url(../images/sbg.png)no-repeat; */
  width: 730px;
  height: 754px;
  overflow:auto;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  /* display: flex; */
  justify-content: center;
  align-items: center
}
.window .img {
  width: 653px;
  height: 6864px;
  display: block;
  margin: 0 auto;
}
.bigWindow .close {
  width: 65px;
  height: 65px;
  position: fixed;
  top: 845px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  z-index: 999;
}
.alertS {
  width:100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  position: fixed;
  top:0;
  left:0;
  bottom: 0;
  right:0;
  z-index: 99;
  display: none;
}














@keyframes slideIn {
  0% {
      bottom: -50%;
  }
  100% {
      bottom: 0%;
  }
}
.ios_mask {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  text-align: center;
  display: none;
  z-index: 1000;
}

.ios_mask img {
  position: absolute;
  top: 7.8rem;
  left: 1.1rem;
  width: 5.28rem;
  height: 1.31rem;
  transform-origin: center 0.9rem;
  animation: iosWobble 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  -moz-animation: iosWobble 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  -webkit-animation: iosWobble 1s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.ios_mask button {
  width: 4.4rem;
  height: 0.94rem;
  font-weight: bold;
  border: 1px #fff solid;
  border-radius: 0.94rem;
  text-align: center;
  background: #ffffff;
  line-height: 0.94rem;
  font-size: 0.37rem;
  color: #007aff;
  box-shadow: 0px 0px 7px 2px #007fff;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (device-height: 736px) {
  .ios_mask img {
    top: 7rem;
  }

  .ios_mask button {
    bottom: 0.6rem;
  }
}

@media screen and (device-height: 667px) {
  .ios_mask img {
    top: 7rem;
  }

  .ios_mask button {
    bottom: 0.6rem;
  }
}

@keyframes iosWobble {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(5deg);
  }
  20% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(-5deg);
  }
  80% {
    transform: rotate(-10deg);
  }
  90% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.net-box {
  width: 688px;
  margin: 60px auto 20px;
  background: rgba(255,255,255,.2);
  padding: 15px 12px;
}
.net-box .net-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.net-box .net-img .net1 {
  width: 438px;
}
.net-box .net-img .net2 {
  width: 197px;
  animation: tobig 2s infinite;
}
.net-box ul {
  padding: 30px 20px 10px;
}
.net-box ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  height: 54px;
  line-height: 54px;
}
.net-box ul li button {
  background: #e7ce7d;
  width: 124px;
  text-align: center;
  font-size: 26px;
  color: #2d1410;
  font-weight: bolder;
  box-shadow: 0 0 2px #999;
  margin: 1px;
}
.net-box ul li p {
  display: flex;
  flex: 1;
  background: #f3cac9;
  border-radius: 3px;
}
.net-box ul li p span{
  font-size: 28px;
  color: #6a0824;
  font-weight: 700;
}
.net-box ul li b {
  display: inline-block;
  width: 95px;
  font-size: 20px;
  color: #535050;
  padding-left: 6px;
  font-weight: normal;
}
.net-box ul li a {
  background: url("../images/net-btn.png") 0 0 no-repeat;
  background-size: 100% 100%;
  width: 130px;
  height: 54px;
  margin-left: 28px;
  text-align: center;
  font-size: 26px;
  color: #1c1c1c;
  font-weight: bolder;
  border-radius: 4px;
  /*animation: tobig 2s infinite;*/
  animation: gif 1s infinite linear;
}

@keyframes tobig {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(.95);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(.95);
  }
  100% {
    transform: scale(1);
  }
}