.bigimg0 {
    height: calc(100vh-100px);
    width: 100%;
}


.bigimg1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    outline: none;
    border: none;
}

.bigimg1-a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #060708, rgba(128, 145, 169, 0) 100%);
}

.bigimg1-b {
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    height: calc(100vh - 70px);
    z-index: 2;
}


.bigimg1 img {
    width: 100%;
    height: calc(100vh - 70px);
    object-fit: cover;
    object-position: center top;
    outline: none;
    border: none;
}

.box01{width: 80px; height: 80px; line-height: 80px; background-color: #18d593; text-align: center;color: #fff;font-size: 40px; font-weight: bold;border-radius: 40px;box-shadow: 0px 5px 5px rgba(24, 213, 147, 0.6);position: absolute;left:calc(50% - 45px);}
.box02{border:#efefef 1px solid; padding: 20px; background: linear-gradient(180deg, #ddfbf0 0%, #FFFFFF 50%);box-shadow: 0px 6px 40px 0px rgba(34,87,179,0.12);border-radius: 10px;padding-top: 80px; margin-top: 40px;text-align: center;font-size: 20px; font-weight: bold;}
 

.ysbox {
    background: linear-gradient(279deg, #F6CEA1 -0.98%, #FCEEDA 99.75%);border-radius: 10px; padding: 20px;;
}

.ysbox2 {
    background: linear-gradient(279deg, #78C6FF -0.98%, #CCEDFD 99.75%);
    border-radius: 10px; padding: 20px;;
}

.ysbox_title{
        font-size: 30px;
        line-height: 50px;
        font-weight: 700;
        color: #B36B00;    
}

.ysbox_title2 {   
    font-size: 16px;
    line-height: 24px;
    color: #666;
    font-weight: 400;
}

.ysbox_title3 {
    color: rgba(255, 255, 255, 0.6);    
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.ysbox_title0{
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
    color: #0080dd;    
}

.ysbox_title02 {   
font-size: 16px;
line-height: 24px;
color: #666;
font-weight: 400;
}

.ysbox_title03 {
color: rgba(255, 255, 255, 0.6);    
font-size: 40px;
font-weight: 700;
}


.hzhb {
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
  background-image: linear-gradient(to bottom right, #18d392, #14af79); /* 渐变背景色 */
}

.hzhb img {
    max-height: 60px;
}




.f-50,f-50a {
    font-size: 50px;
  }

.f-60 {
    font-size: 60px;
  }
.f-70 {
    font-size: 70px;
  }

  .pt-50{padding-top: 50px;;}
  .pb-50{padding-bottom: 50px;}
  .pt-70{padding-top: 70px;;}
  .pb-70{padding-bottom:70px;}
.mt-70{margin-top: 70px;}
.mb-70{margin-bottom: 70px;}




@media (max-width: 767px) {

    .ysbox_title3,.ysbox_title03 {         
        font-size: 30px;
    }



    .bigimg1 img {
       
        height: calc(100vh - 100px);
    }

    .box02{
        font-size: 20px; 
    }
    .f-50 {
        font-size: 20px;
      }
    
    .f-60 {
        font-size: 24px;
      }
    .f-70 {
        font-size: 30px;
      }
}