@media screen and (max-width: 500px) {
    .banner-title{
        display: none;
    }
    .form-title {
      font-size: 0.5rem;
      font-weight: 500;
      color: #111111;
      margin-bottom: 0.26rem;
    }
    .form-content{
      width: 9.2rem;
      height: 1.06rem;
      opacity: 1;
      font-size: 0.37rem;  
      text-align: center;
      color: #666666;
      display:flex;
      align-items: center;
      /* margin-bottom: 0.53rem; */
      
    }
    .online-content{
      padding: 0.8rem 0;
    }
    .contact-title{
		   font-size: 0.5rem;
       margin-bottom: 0.5rem;
  	}
    .qa-title{
      font-size: 0.5rem;
      margin: 1.06rem 0 0.53rem;
      line-height: 0.70rem;
    }
    .contact>.contact-Us {
      display: block;
    }
  .imges{
    margin: 0 0.4rem;
 
  }
  .contact>.contact-Us>.imges>img {
       height: 4.93rem;
       object-fit: cover;
}
  .contact>.contact-Us>.content {
    width: 9.2rem;
    height: 100%;
    margin: 0 0.4rem;
    border: none;
}
.faq>.content{
	  width: 10rem;
    height: 100%;
	}
  .system-btn{
		font-size: 0.4rem;
	}
  .panel-default .panel-title {
    font-size: 0.37rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.55rem;
  }
  .contact>.contact-Us>.content>.content-sub{
    margin: 0.53rem 0 0;
    flex-direction: column;
    align-items: flex-start;;
  }
  .contact>.contact-Us>.content>.content-sub>img{
     width: 0.6rem;
    height: 0.6rem;
  }
  .contact>.contact-Us>.content>.button{
    width: 5.2rem;
    height: 0.93rem;
    margin-top: 0.8rem;
    border-radius: 0.46rem;
  }
  .contact>.contact-Us>.content>.button>img{
    display: none;
  }
  .contact>.contact-Us>.content>.content-sub>.text{
    width: 100%;
    margin-left: 0;
    font-size: 0.37rem;
   font-family: PingFangSC, PingFangSC-Regular;
   font-weight: 400;
   text-align: left;
   color: rgba(0,0,0,0.85);
  }
    .slides{
      width: 10rem;
      height: 4.9rem;
   }
   .slides li{
      height: 100%;
   }
   .slides img{
      width: 100%;
      height: 100%;
      object-fit: cover;
   }
  .collapsedOut {
    /* background-color: #fff !important;
    color:  #000 !important; */
   }
   .panel-default >.panel-collapse>.panel-body {
     border: none !important;
   }
   .collapsedOut::before{
     color: #ccc !important;
   }
   .panel-title {
    border-bottom: none;
   }
   .panel-group .panel{
    border: 0.01rem solid #cccccc;
    border-radius: 0;
    margin: 0 0.4rem ;
   }
   .panel {
     margin-bottom: 0.53rem!important; 
   }
   .panel-default > .panel-heading a{
      padding: 0.32rem 0.4rem;
      font-size: 0.4rem;
      font-weight: 500;
      color: #333333;
   }
   .panel-default > .panel-collapse > .panel-body {
     padding: 0 0.4rem 0!important;
   }
   .collapse-title{
     font-size: 0.37rem;
     font-weight: 500;
     text-align: left;
     color: #333333;
     margin-top: 0.26rem;
   }
   .collapse-describe{
	  	margin: 0.21rem 0 0.32rem 0;
	}
   .collapse-describe>p>span{
      font-size: 0.37rem !important ;
      text-align: left;
      color: #666666 !important ;
   }
    .content-area{
     padding: 1.17rem 0 0.66rem 0;
   }
   .panel-group{
     margin: 0;
   }
   .collapse-title>img{
     width: 0.33rem !important;
     height: 0.33rem !important;
   }

}