:root{
  --color:#0056a9;
  --tit-color: #333;
    --sum-color: #666;
}
html,body{
  overflow-x:hidden;
}

@media(max-width:768px){
  #c_portalResComplaintPage_detail-16213074085244063{
    display:none;
  }
  #w_tabswitchbox-1616990342701 .w_fimgbox-001 .w_grid-000{
   display:none;
  }
  :root {
        --f60: 20px;
        --f40: 22px;
        --f36: 22px;
        --f30: 18px;
        --f24: 20px;
        --f20: 18px;
        --f18: 16px;
    }
}

@media only screen and (min-width: 769px){
 :root {
        --f60: 60px;
        --f40: 40px;
        --f36: 36px;
        --f30: 30px;
        --f24: 24px;
        --f20: 20px;
        --f18: 18px;
    }
}


/*图片限制*/

.fa_Img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.fa_Img img {
    position: absolute;
    width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}

.fa_Imgmax img {
    max-width: 100%!important;
    max-height: 100%!important;
    min-width: 0%!important;
    min-height: 0%!important;
    width: auto!important;
    height: auto!important;
}

.fa_Imgmin img {
    object-fit: cover;
}

