﻿/* ?????????APP?????? */
body{
  margin:0;
}
.wapper{
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.db-bg1 {
  background: url(img/ylb.png) no-repeat center top;
  width: 100%;
  height: 820px;
  background-size:cover;
}
.w1000{
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.db-bg2 {
  background: url(img/hjyx.png) no-repeat center top;
  width: 100%;
  height: 800px;
  background-size:cover;
}
.db-bg3 {
  background: url(img/rsgh.png) no-repeat center top;
  width: 100%;
  height: 800px;
  background-size:cover;
}
.db-bg4 {
  background: url(img/dtzq.png) no-repeat center top;
  width: 100%;
  height: 800px;
  background-size:cover;
}
.db-bg5 {
  background: url(img/glpt.png) no-repeat center top;
  width: 100%;
  height: 509px;
  background-size:cover;
}
.db-bg6 {
  position: relative;
  background: url(img/xspz.png) no-repeat center top;
  width: 100%;
  height: 311px;
  background-size:cover;
}
.iBtn {
  top: 542px;
  right:68px;
}
.anBtn {
  top: 616px;
  right:68px;
}
.iBtn-bottom {
  top: 116px;
  right:-63px;
}
.anBtn-bottom {
  top: 190px;
  right:-63px;
}
.downLoadBtn {
  position: absolute;
  display: block;
  width: 200px;
  height: 54px;
  text-align: center;
  line-height: 54px;
}
.qr-code{
  position: absolute;
  display: block;
  width: 200px;
}
.qr-code-position{
  top:318px;
  right:70px;
}
.qr-code-bottom{
  top:55px;
  right:162px;
  border-radius: 6px;
}
.ylb-footer {
  background: #4a4a4a;
  padding: 28px 0 80px 0;
  width: 100%;
  min-width: 1000px;
  font-size: 12px;
}
.ylb-footer .footer-info {
  width: 1000px;
  margin: 0 auto;
  color: #d9d9d9;
  font-size: 12px;
}
.tc {
  text-align: center;
}
.ylb-footer .footer-info p .line {
  padding: 0 18px;
  opacity: 0.2;
}
.opacity30 {
  opacity: 0.3;
  zoom: 1;
}
.mt20 {
  margin-top: 20px;
}

.ylb-footer .footer-info a.customer {
  background: url(img/QQ.png) no-repeat left top;
  padding-left: 20px;
  padding-right: 0;
  min-height: 16px;
}
.ylb-footer .footer-info a {
  padding: 0 15px;
  color: #d9d9d9;
  display: inline-block;
}

/* ???????????????????????? */
.main{
  position: relative;
  flex: 1;
}
.bg{
  width: 100%;
}
.btn{
  position: absolute;
  display: block;
  width: calc(100% - 80px);
  /* height: 53px; */
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
}

/* ??????????????? */
.notice-main{
  text-align: center;
  flex: 1;
}
.mid{
  width:998px;
  margin:50px 0;
  object-fit: cover;
}

/* h5??????????????? */
.h5-notice-main .h5-mid{
  width:100%;
}
.header{
  width:100%;
  height:44px;
  background: #fff;
}
.header .back-icon{
  width:44px;
}
.h5-line{
  width:100%;
  height: 10px;
  background: #F5F5F5;  
}

.bgbig { 
  width: 100%; 
  height: 100%; 
  /* background: url(img/bgbig.png) repeat; */
  background: rgba(0,0,0,0.6);
  position: fixed; 
  top: 0; 
  left: 0; 
  z-index: 9998; 
}
.tsbox { 
  position: fixed; 
  top: 0; 
  right: 0;
  z-index: 9999;
 }

.tsbox img {
   width :98%;
   height: auto;
   display: block;
   margin: 0 auto;
}