

/* PC============================================================================= */
@media screen and (min-width:1000px){
  .yxqd-banner{
    position: relative;
    color: #fff;
    margin-top: -74px;
  }
  .yxqd-banner img{
    width: 100%;
  }
  .yxqd-box{
    top: 30%;
    position: absolute;
    left: 30%;
    width: 500px;    
  }
  .yxqd-banner-header{
    padding-bottom: 40px;
  }
  .yxqd-group{
    width: 1200px;
    margin: auto;
    padding-top: 50px;
  }
  .padding-top-100{
    padding-top:100px;
  }
  .yxqd-footer{
    position: relative;
    text-align: center;
  }
  .yxqd-footer img{
    width: 100%;
  }
  .yxqd-footer-group{
    position: absolute;
    left:50%;
    top: 50%;
    transform: translate(-50% , -50%);
    color: #fff;
  }
  
  .yxqd-footer-title{
    padding-bottom: 35px;
    letter-spacing:4px;
  }
  .yxqd-footer-text{
    padding-bottom: 35px;
  }
  .yxqd-footer-btn{
    margin: auto !important;
  }
  .yxqd-footer-btn-group{
    text-align: center;
  }
  .yxqd-footer-btn .wp-block-button__link{
    border-radius: 20px;
    width: 160px;
  }
  .yxqd-footer .wp-block-image{
    margin: 0;
  }
}

/* 手机 ====================================================================*/
@media screen and (max-width:768px){
  .yxqd-banner-header{
    font-size: 22px !important;
    padding:10px;
  }
  .yxqd-banner-header-vice{
    font-size: 14px !important;
    padding: 0 10px 10px 10px;
  }
  .yxqd-group-2-1{
    order: 2;
  }
  .yxqd-group-2-2{
    order: 1;
  }
  .yxqd-group-4-1{
    order: 2;
  }
  .yxqd-group-4-2{
    order: 1;
  }



  .yxqd-footer{
    position: relative;
    text-align: center;
  }
  .yxqd-footer img{
    width: 100%;
    height: 220px;
  }
  .yxqd-footer-group{
    position: absolute;
    left:50%;
    top: 50%;
    transform: translate(-50% , -50%);
    color: #fff;
    width: 100%;
  }
  .yxqd-footer-group h2{
    font-size: 22px !important;
  }
  
  .yxqd-footer-title{
    padding-bottom: 10px;
    letter-spacing:4px;
  }
  .yxqd-footer-text{
    padding-bottom: 35px;
    font-size: 16px !important;
    padding: 0 20px 10px 20px;
  }
  .yxqd-footer-btn{
    margin: auto !important;
    font-size: 14px !important;
  }
  .yxqd-footer-btn-group{
    text-align: center;
  }
  .yxqd-footer-btn .wp-block-button__link{
    border-radius: 20px;
    width: 160px;
  }
  .yxqd-footer .wp-block-image{
    margin: 0;
  }
}