body {
	background-size: cover;max-width: 768px;
margin: 0 auto;font-size: 0.2rem;font-size: 0.6rem;overflow: auto;
	min-height: 100vh;color: #787169;background: #fff;position: relative;
}
 .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    background: #ededed;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

#app {
	position: relative;
	z-index: 1;box-shadow: 0 0 20px #ccc;
	
}
img{
  width: 100%;
height: auto; 
}
.top{
  height: 1.2rem;  
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  background:#7AB4FE;
  position: fixed;
z-index: 999;
width: 100%;max-width: 768px;
top: 0;
}
.top img{
  width: 0.3rem;
  height: 0.5rem;left: 0.3rem;position: absolute;
}
.top p{
  color: #fff;
width: 100%;
height: 100%;
text-align: center;
height: 1.2rem;
line-height: 1.2rem;
font-size: 0.5rem;
}
#scroll{
    background: #fff;
}
.box{padding: 0.2rem;padding-bottom: 1.8rem;}
.gdzm{
   display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;background: #EDEDED;
padding: 0.2rem;
border-radius: 5px;
}
  .scroll-container {
    width: calc(100% - 0.8rem);
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    align-content: center;
    align-items: center;
  }
  
  
 
  
@keyframes scroll {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
}
 
.scroll-text {
  display: inline-block;font-size: 0.4rem;min-width: 2rem;width: 5rem;
      animation: scroll 5s linear infinite;
}
 

  
  
  
  
  .sc{
      position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    right: 0.1rem;
    top: 0.1rem; 
  }
.topmenu{
  display: flex;margin-top: 0.3rem;
    align-content: center;
    align-items: center;font-size: 0.3rem;
}
.dlzhuce{
  margin-top: 0.2rem;
}
.topmenu .dlzhuce a {
  border: 1px solid #D0B7A1;
  padding: 0.08rem 0.3rem;
  border-radius: 50rem;
}
.topmenu .dlzhuce a:nth-child(2){
  border: none;color: #fff;
  background: url('../images/dl_03.png') no-repeat;
  background-size: 100% 100%;
}
.topmenu ul{
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;width: 14rem;
}
.topmenu ul img{
  width: 0.6rem;
}
.topmenu li{
  text-align: center;
}
.caizhong{
  margin-top: 0.3rem;
  height: 100%;
  overflow: hidden;
  display: flex;
justify-content: space-between;
}
.caizhong .left{
  width: 1.5rem;
  height: 100%;
  overflow-y: auto;
}
.caizhong .left li{
  background: url('../images/wxz2_03.png') no-repeat;
  background-size: 100% 100%;text-align: center;padding: 0.2rem 0 0.3rem 0;
  margin-bottom: 0.2rem;
}
.caizhong .left li.active{
  background: url('../images/xz1_03.png') no-repeat;
  background-size: 100% 100%;
}
.caizhong .left li.active p{
  color: #fff;
}
.caizhong .left li img{
  width: 45%;
  display: block;
  margin: 0 auto;
}
.caizhong .left li p{
  font-size: 0.4rem
}
.caizhong .left li .s2{
  display: none;
}
.caizhong .left li.active .s1{display: none;}
.caizhong .left li.active .s2{display: block;}
.caizhong .right{
  padding-left: 0.3rem;height: 100%;width: calc(100% - 1.5rem);
}
.caizhong .right ul{
  display: flex;margin-bottom: 0.2rem;
}
.caizhong .right li{
  border-radius: 50rem;
padding: 0.15rem 0rem;
text-align: center;
background: url('../images/wxz_03.png') no-repeat;
  background-size: auto;
background-size: 100% 100%;
font-size: 0.4rem;
width: 2rem;
}
.caizhong .right .active{
  background: url('../images/xz_03.png') no-repeat;
background-size: 100% 100%;color: #fff;
}
.footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 1.5rem;
    background: #F6FBFF;
    z-index: 9999;
    box-shadow: 0px -4px 10px #ccc;max-width: 768px;
}
.footer ul{
    display: flex;
    justify-content: space-around;
    height: 100%;
    align-items: center;
}
.footer li{
    text-align: center;
}
.footer li a{font-size:0.28rem ;color: #B2B7BB;}
.footer li.active a{color:#7AB4FE;}
.footer img{
   width: 0.53rem;
height: 0.5rem;
display: block; margin: 0 auto;
}



@media only screen and (min-width: 768px) and (max-width: 1400px){

}
@media only screen and (min-width: 1400px){

}
