html{
    font-size: 50px;
    background: linear-gradient(to right, #0066cd, #0041b5);
}
body{
    background-image: url(../img/0828/bg-guide.jpg?_0905) ;
    background-position:  top left;
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-height: 100vh;
    box-sizing: border-box;
    padding-bottom: .26rem;
    
}
.banner-guide{
/*    width: 100%;
    height: 4.9rem;
    background: url(../img/0828/guide-banner2.png?_0903) no-repeat center top;
    background-size: 100%;*/
}

.guide-links{
/*margin-top: -0.6rem;*/
/*padding-top: .6rem;*/
width: 100%;
}
.guide-links .flex{
    display: flex;
    padding: 6rem .48rem 0;
    box-sizing: border-box;
    justify-content: space-between;
}
.guide-links .flex a{
   display: block;
   margin-bottom: .2rem;
}
.guide-links .flex a img{
    display: block;
    height: auto;
 }
 .guide-links .flex a.zhibo img{
  width:3.16rem ;
 }
 
 .guide-links .flex .row-2 a img{
    width:3rem ;
   }
    
 .guide-links .flex.row-3 a img{
    width:2.07rem ;
   }

.guide-intr{
    margin-top: .58rem;
        font-size: .26rem;
        font-family: "PingFang";
        color: rgb(255, 255, 255);
        text-transform: uppercase;
        line-height: .3rem;
        text-align: center;
    }
    .guide-intr p{
      margin-bottom: .26rem;
      line-height: .45rem;
    }
.guide-links .row-4{
    padding-top: .12rem;
}
.guide-links .row-4 img{
    width: 1.5rem;
}