/*引导页*/

@media screen and (max-width: 760px) {
    body{
        padding-top: 0rem;
      
    }
    .return{
        width: 100%;
        height: 0.5rem;
        color: #fff;
        background: none;
        position: fixed;
        z-index: 999;
        left: 0;
        top: 0
    }
    .return_box{
        background-color: #fff;
        box-shadow: 0 0 0.1rem rgba(0,0,0,0.2);
    }
    .return a{
        color: #000;
        line-height: .45rem;
        padding-left: .2rem;
        font-size: .14rem;
    }
    .guide_top{
        width: 100%;
        background: url(../img/Intersect.png) no-repeat;
        height: 1.8rem;
        background-size: cover;
        overflow: hidden;
        position: relative;
        padding-top: 0.5rem;
    }
    .guide-logo{
        width: 100%;
        text-align: center;
        color: #fff;
        overflow: hidden;
        
    }
    .guide-logo h3{
        font-size: 0.24rem;
        color: #333333;
        font-weight: bold;
        padding-top: 0.16rem;
    }
    .guide-logo span{
        color: #1C7EFF;
    }
    .guide_menu{
        width: auto;
        margin-top: 0.2rem;
        overflow: hidden;
        padding: 0.1rem 0.4rem;
    }
    .guide_menu li{
        width: 33.333333%;
        text-align: center;
        overflow: hidden;
        float: left;
        display: block;
        position: relative;
    }
     .guide_menu li img{
         width: 0.4rem;
         height:0.4rem;
     }
     .guide_menu li i, .guide_menu li span{
         display: block;
         margin: 0 auto;
     }
     .guide_menu li:after {
    width: .01rem;
    height: .3rem;
    content: '';
    background: rgba(0 0 0 / 10%);
    position: absolute;
    right: 0;
    top: .1rem;
}
.guide_menu li:last-child:after {
    background: none;
}
.consult_box{
    background: linear-gradient(to bottom, #CFE1F5, #64A5FF) no-repeat center top;
   padding: .16rem;
}
 .consult{
     width:auto;
     text-align: center;
     background: #fff;
     border-radius: 0.08rem;
     box-shadow: 0 0 24px #e1e1e1;
     padding: .16rem 0rem;
     position: relative;
     margin-bottom: .2rem;
    
  }
 .righttitle-lt {
    color: #fff;
    height: 34px;
    width: 84px;
    position: absolute;
    top: -8px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    z-index: 0;
    background: linear-gradient(to right, #4793FF, #146DEA);
    border-radius: .5rem .5rem .5rem 0rem;
}
  .button {
    width: auto;
    height: 0.45rem;
    line-height: 0.45rem;
    font-size: 0.16rem;
    color: #fff;
    text-align: center;
    background: #4794FF;
    border-radius: 0.08rem;
    display: block;
    margin: 0rem 0.34rem;
}
    .button img{
        vertical-align: middle;
    }
     .consult p{
         color: #60636A;
         font-size: .12rem;
         padding: .1rem;
     }
}


