@media screen and (max-width:1230px){
  .userTitle,.userLine{
    font-size: 0.24rem;
    margin-bottom: 0.3rem;
  }
  .userTh,.userTd{
    font-size: 0.16rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .tips{
    font-size: 0.26rem;
  }
  .formLine{
    display: block;
    margin-bottom: 0.4rem;
  }
  .mobileLine{
    display: flex;
    
  }
  .lableBox{
    font-size: 0.26rem;
  }
  .mobileLine .lableBox{
    width: 1.5rem;
    margin-bottom: 0;
  }
  .mobileLine .inputBox{
    flex:1;
  }
  .inputBox,.inputClass{
    width: 100%;
  }
  .lableBox{
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .saveBtn{
    width: 100%;
    height: 0.9rem;
    line-height: 0.9rem;
    margin-left: 0;
    font-size: 0.32rem;
  }
  .noticeItem{
    line-height: 0.9rem;
  }
  .noticeTitle{
    font-size: 0.26rem;
    width: 65%;
  }
  .noticeTime{
    font-size: 0.24rem;
  }
  .detailTitle{
    font-size: 0.32rem;
  }
  .detailTime{
    font-size: 0.28rem;
    margin:0.3rem 0 0.5rem;
  }
  .detailText{
    font-size: 0.24rem;
    line-height: 0.38rem;
  }
  .problemList{
    padding-left: 0rem;
  }
  .questionBox{
    margin-bottom: 0.25rem;
  }
  .questionIconBox{
    line-height: 0.38rem;
  }
  .questionIcon{
    width: 0.42rem;
    height: 0.42rem;
    margin-right: 0.1rem;
  }
  .questionText{
    font-size: 0.26rem;
    font-weight: 700;
    line-height: 0.42rem;
  }
  .problemItem{
    margin-bottom: 0.65rem;
  }
  .answerText{
    font-size: 0.24rem;
    line-height: 0.42rem;
  }
  .contactBox{
    width: 100%;
    padding-bottom: 2.65rem;
  }
  .contantDetail{
    padding-top:0.45rem ;
    font-size: 0.24rem;
    width: 3.3rem;
    line-height: 0.38rem;
  }
}
