* {
    padding: 0;
    margin: 0;
    outline: none;
  }
  
@font-face {
font-family: 'SansationRegular';
src: url('Sansation_Regular-webfont.eot');
src: url('Sansation_Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('Sansation_Regular-webfont.woff') format('woff'),
    url('Sansation_Regular-webfont.ttf') format('truetype'),
    url('Sansation_Regular-webfont.svg#SansationRegular') format('svg');
font-weight: normal;
font-style: normal;
}

p {
font-family: 'SansationRegular';
}

  input {outline:none;}
  a {
    color: #333;
    text-decoration: none;
  }
  a:focus {
    outline:none;
    -moz-outline:none;
  }
  body {
    width: 100%;
    max-width: 480px;   
    background-color: #f5f5f;
       font-family: "楷体", "KaiTi";
    background-image: linear-gradient(to right, #50A3A2, #53E3A6);
    padding: 0;
    margin:0 auto;
    
  }
  
  .top-img {
      width: 94%;
      margin: 10px auto 0;
  }
  .top-img img{
      width: 100%;
      border-radius: 6px;
  }
  
  
  
  .xq-header {
       position: fixed;
       top: 0;
       width: 100%;
       max-width: 580px;
       height: 46px;
       line-height: 46px;
       background-color: #fff;
       border-radius: 0 0;
       box-sizing: border-box;
       padding:0 15px;
       z-index: 999;
       left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid #eee;
  }
  .xq-header .title{
      font-size: 18px;
      font-weight: 600;
  }
  
  .xq-center {
      text-align: center;
      margin-bottom: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
   /*底部代码*/
   footer {
    position:fixed;
    width: 100%;
    margin: 0 auto;
    max-width: 580px;
    height: 70px;
    line-height: 40px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-top: 1px solid #eee;
    border-radius: 8px 8px 0 0;
    /*box-shadow: 0 0px 1px 1px #ff0900;*/
    z-index: 99;
    background-color: rgba(255,255,255,1);
    backdrop-filter: blur(10px);
  }
  .footer-nav {
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 4px 20px;
  }
  .footer-nav a{
   
    text-align: center;
    display:flex;
    flex-direction: column;
    font-size: 12px;
    color: #111;
  }
  .footer-nav a span:nth-child(1) {
    width: 18px;
    height: 18px;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    background-color: ;
    margin: 0 auto;
    
  }
  .footer-nav .active{
    color: #57BE5A;
  }
  
 .alerts {
        /* display: block;
         position:absolute;
         margin:auto;
         top: 0%;
         width:86%;
         right:0;
         left: 0;*/
         width: 94%;
         margin: 0 auto 100px;
       /*  transform：translateY(50%);*/
         background-color: #fff;
         border-radius:8px;
         overflow:hidden;
         /*box-shadow: 0 0 200px 8px #555;*/
        z-index: 999
      }
      
      .alerts_top {  
         positon: relative;
         padding: 20px 0;
         text-align:center;
         background-image: linear-gradient(to right, #4DD259, #79E468);
         color: #fff;
      }
      .alerts_top h3 {
        color: #fff;
      }
      .alerts_top .btngb{
         display: block;
         positon:absolute;
         top: 4px;
         right: 5px;
      }
      .alerts_text {
         padding: 16px 20px;
      }
      .alerts_text p {
        vertical-align:middle;
        font-size: 16px;
        
      }
      .alerts_text p:nth-child(5) {
        margin-top: 6px;
        border: 1px solid #ddd;
        border-radius: 4px;
      }
      .alerts_text img {
         width: 100px;
         height: 80px;
         vertical-align:middle
      }
      .alerts .btnw {
         padding: 10px 20px 25px;
         text-align: right;
      }
      .alerts .btnw a {
         padding: 7px 10px;
         background-color: #DCFFD1;
         color: #57BE5A;
         border-radius: 4px;
         font-size: 14px;
         text-decoration:none;
         margin-left: 10px;
      }
      .alerts .btnw a:nth-child(2){
        color: #ff0035;
        background-color: #ffe2e8;
        
      }
      .ggbox {
        display: flex;
        width: 94%;
        height: 40px;
        line-height: 40px;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 4px;
        margin-bottom: 10px;
        align-items: center;
      }
      .ggbox img{
        padding: 0 10px;
        width: 26px;
        height: 26px;
      } 
      .ggbox .gg-text {
         margin: 4rem auto;
        width: 500px;
        height: 40px;
        line-height: 40px;      
        overflow: hidden;
        white-space: nowrap;
        color: #666;
      }
      
      .swiper {
         width: 94%;
        max-height: 200px;
         background-color:#fff;
         border-radius: 8px;
         margin: 10px auto 10px;
         z-index: 10;
         background-position: center;
       }
      .swiper-slide {
        position: relative;
        text-align: center;
        font-size: 18px;
        background: #fff;
        width: 100%;
        height: 100%;
        color: #fff;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        
        object-fit: cover;
      }
      .swiper-slide h2 {
         position: absolute;
         top: 26px;
         left: 50%;
         transform: translateX(-50%)
      }
      .swiper-slide p {
         position: absolute;
         top: 65px;
         left: 0;
         right: 0;
         text-align: center;
      }
       .swiper-pagination-bullet-active {
         
         width: !important;
       }
       
      @media  screen and  (min-width: 768px) {
         .alerts {
             width: 400px;
          }
      }
      
      .article {
             position: relative;
            width: 94%;                
                margin: 0 auto 80px;
                padding: 0 0 40px;
                background-color: #fff;
                border-radius: 8px;
                
         }
         .xqy-article-group a{
             position: relative;
            width: 94%;
            padding: 10px;
            display: flex;
            background-color: #fff;
            margin: 10px auto 0;
            box-sizing: border-box;
            border-radius: 8px;
             box-shadow: 0px 1px 4px 1px #eee;
             align-items: center;
         }
    
         .xqy-article-group .left-img img{
            width: 100px;
            height: 80px;
            border-radius: 8px;
            margin-right: 10px;
         }
         .xqy-article-group .right-text{
            width: 100%;
            display: flex;
             flex-direction: column;      
            justify-content: space-between;
            
            overflow: hidden;
            
         }
         .xqy-article-group .right-text h3{
            width: 100%;
            font-size: 16px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;          
         }
         .xqy-article-group .right-text .ps{
            width: 100%;           
            font-size: 14px;
            word-break: break-all;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
         }
         .xqy-article-group .right-text .footers {
            text-align: right;
            font-size: 10px;
         }
         .xqy-article-group .right-text .footers>span{
            margin-right:10px ;
         }
         
           ::-webkit-scrollbar{display:none}
  .xq-topnav-group {    
     width: 94%;
     margin: 10px auto;
     overflow-y: auto;
     padding: 10px 4px;
     border-bottom: 0px solid ;
     background-color: #fff;
     box-sizing: border-box;
     border-radius: 0px;
     scrollbar-width:none;
     -ms-overflow-style:none;
     z-index: 9;
  }
  .active-topnav {
     position: fixed;
     width: 100%;
     top: -10px;
     left: 0px;
     right: 0px;
     border-bottom: 1px solid #eee;
  }
  .xq-topnav-group .navs {
     display:flex;
     flex-wrap: no-wrap;
     width:;
     
  }
  .xq-topnav-group .navs a{  
		font-size: 15px;
		padding: 4px 12px;	
		color: #333;
		text-align: center;
		z-index: 10;
     border-bottom: 0px solid #59C45C;
     margin-right: 10px;
     border-radius: 30px
  }
  .xq-topnav-group .navs a.active{ 
    box-shadow: 0px 1px 4px 1px #53C035;
     color: #50cf25;
  }
  .content-group {
     /*display: flex;
     flex-wrap: wrap;*/
     width: 94%;
     margin: 0 auto 20px;
     align-items: center;
     overflow: hidden;
  }
  
  .xqy-jzgd a{    
     display: block;
     width: 120px;
     padding: 8px 18px;
     text-align: center;
     margin: 0 auto;
     background-color: #fff;
     border-radius: 9px;
     margin-top: 20px;
     color: #50cf25;
     box-shadow: 0px 1px 4px 1px #53C035;
     color: #50cf25;
  }
  
.xq-copyright {
    text-align: center;
    margin-top: -50px;
    padding-bottom: 90px;
}

.xq-copyright a {
    text-align: center;
    color: #666;
}