  .zygh-content-grid-one{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 20px;
        margin-top:60px;
    }
        .zygh-content-grid-two{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 19px;
        margin-top:16px;
    }
    .zygh-content-box-one{
                display: grid;
        grid-template-columns: 3fr 7fr;
        border-radius:10px;

        height: 290px;
        background-color: #6b85fe;
    }
    
        .zygh-content-box-two{
                            display: grid;
        grid-template-columns: 3fr 7fr;
        border-radius:10px;
        height: 290px;
        background-color: #f9c929;

    }
    
            .zygh-content-box-three{
                            position: relative;
       padding:40px 30px 30px 40px;
        border-radius:10px;
        height: 278px;
        background-color: #ffffff;
                border-radius:10px;
box-shadow: 0 0 5px 5px #f6f7fc;

    }
    
    .zygh-content-img-box{
        background-color:#ffffff;
        border-radius:50%;
        width:120px;
        height:120px;
    }
    
    .zygh-content-box-one-right{
                        display: grid;
        grid-template-rows: 3fr 7fr;
        grid-gap:10px;
            padding: 0 50px 0 50px;

    }
    
    .zygh-content-text-one{
        font-size:24px;
        font-weight:bold;
        color: #ffffff;
    }
    
    .zygh-content-text-two{
                font-size:20px;
    line-height: 2;
        color: #ffffff;
    }
    
    .zyqh-quarter-circle {
  width: 48px;
  height: 48px;
  background-color: #6b85fe; /* 设置背景颜色 */
  position: absolute;
  right: 0;
  bottom: 0;
border-top-left-radius: 50px 50px;     
border-bottom-right-radius: 10px;
    }
    
    .zygh-content-box-three-img{
        width: 36px;
        height:36px;
        background-color: #6b85fe;
        border-radius: 50%;
    }
    
    .zygh-content-box-three-content{
                font-size:24px;
        font-weight:bold;
        color: #6b85fe;
        margin-left:15px;
    }

    .zygh-content-box-three-content-two{
                font-size:24px;
        color: #0c0c0c;
        line-height: 2;
        margin-top:20px;
    }
    
    .fwys-box-one{
        
        height: 718px;
        width:1141px;
        background-color: #6e88ff;
        border-radius: 10px;
        margin-top:60px;
        z-index: 1;
        position: absolute;
    }
        .fwys-box-two{
        height: 718px;
        width:1141px;
        background-color: #ffffff;
        border-radius: 10px;
        margin-top:60px;
        z-index: 2;
        top:33px;
        left: 33px;
        position: absolute;
        box-shadow: 1px 2px 0 1px #f6f7fc;
        display: grid;
        grid-template-rows: repeat(5,1fr);
    }
    
            .fwys-box-three{
        height: 33px;
        width:1141px;
        border-radius: 10px 10px 0 0;
        margin-top:60px;
        z-index: 3;
        top:0;
        background: linear-gradient(to right, #6e88ff, #ffffff);
        position: absolute;
    }
    
    
    .fwys-content-box-one{
        height: 94px;
        width: 992px;
        background-color: #f3f6ff;
        border-radius: 70px;
        display: grid;
        grid-template-columns: 3fr 6fr 1fr ;
    }
    
        .fwys-content-box-two{
        height: 94px;
        width: 992px;
        background-color: #f6f6f6;
        border-radius: 70px;
    }
    
    .content-box-move-one{
            align-items:center; margin-left:30px;
   
    }
    
        
    .content-box-move-two{
         justify-content:flex-end; align-items:center; margin-right:30px;
    }
    
    .service-process{
        background-image: url("https://www.jiuyetong.net/wp-content/uploads/zygh/process-background.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    
    .process-circle-one{
        width:276px;
        height: 276px;
        background-color: #f9c929;
        border-radius: 50%;
    }
    
        .process-circle-two{
        width:240px;
        height: 240px;
        background-color: #f9c929;
        border-radius: 50%;
    }
    
            .process-circle-three{
        width:240px;
        height: 240px;
        background-color: #ffffff;
        border-radius: 50%;
        box-shadow: 0 0 2px 1px #e9e8f6;

    }
     
     .bangzhang-box-one{
         width: 304px;
         height:161px;
         border-radius: 10px;
        box-shadow: 0 0 5px 2px #e9e8f6;
        position: absolute;
        background-color:#ffffff;
        z-index: 99;
        display: grid;
        grid-template-rows: 4fr 6fr;
        
     }
     
     .object-box{
         width:220px;
         height:20px;
           display: flex;
           flex-wrap: nowrap;
     }
     
     .object-item{
         width: 20px;
  height: 20px;
  border:1px solid #e0e7ff;
  
     }
     
     .object-grid{
                 display: grid;
        grid-template-columns: repeat(3,1fr);
        margin-top: 60px;
     }