..c_portalResComplaintPage_detail-01001 .pbanner {
    position: relative;
    overflow: hidden;
    margin-top: 100px;
}
@media screen and (max-width: 1100px){
  #c_portalResnav_main-15928820732730981 .header #navToggle{
        height: 35px !important;
    padding: 0px 10px !important;
  }
}
#w_grid-1597224972266{
  margin-top:0 !important;
}
@media only screen and (min-width: 769px){
  .p_categoryBox .p_linkBox.click a{
    color: #FFF !important;
}
  #c_portalResProduct_category-1597129795803 .p_categoryBox .p_linkBox.click a{
     color: #FFF !important;
  }
  #w_grid-1597224972246> div > .p_gridbox > .p_gridCell{
  margin-top:0 !important;  
  }
}
  
  

.c_portalResComplaintPage_detail-01001 .pbanner .pic img {
    width: 100%;
    display: block;
}

.c_portalResComplaintPage_detail-01001 .pbanner .pic:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 2;
}

.c_portalResComplaintPage_detail-01001 .banner_title {
    position: absolute;
    bottom: 50px;
    left: 10%;
    color: #fff;
    z-index: 5;
    padding-left: 20px;
    -webkit-animation-name: "fadeInRight";
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
}

.c_portalResComplaintPage_detail-01001 .banner_title {
    position: absolute;
    bottom: 100px;
    left: 2%;
    color: #fff;
    z-index: 5;
    padding-left: 25px;
    -webkit-animation-name: "fadeInRight";
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    width: 100%;
}
.c_portalResComplaintPage_detail-01001 .mm{
  max-width: 1440px;
  margin:0 auto;
  position: relative;
  width: 100%;
}
.c_portalResComplaintPage_detail-01001 .banner_title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
}

.c_portalResComplaintPage_detail-01001 .banner_title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
}

.c_portalResComplaintPage_detail-01001 .banner_title .ch {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 42px;
    line-height: 1;
    color: #fff;
}

.banner_title .en {
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.banner_title .cy-small {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1;
    opacity: .4;
}

@media screen and (max-width: 768px) {
  #w_fimg-1592882072507{
       margin-top: 15px !important; 
  }
  #c_portalResnav_main-15928820732730981 .header #navToggle{
      margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  #w_grid-1592882072482 > .w_grid.signal > .p_gridbox{
      min-height: auto;
  }
  #w_grid-1597070068351 > div > .p_gridbox > .p_gridCell:nth-child(1){
      display: none;
  }
  #c_portalResProduct_list-15970736693658498 .p_OccupyBox .p_page{
    display:none !important;
  }
  #c_portalResNews_list-15971062928808433 .list:hover{
    background: #0877d0;
  }
  #w_grid-1597071956855 > div > .p_gridbox > .p_gridCell:nth-child(1){
    display:none;
  }
  #c_portalResNews_list-15971062928808433 .list:first-child{
        background: #0877d0;
  }
  #w_grid-1597071956855{
    margin-top:30px;
  }
  #w_grid-1553484080211> div > .p_gridbox > .p_gridCell{
  margin-top:0 !important;
  }
  #w_fimg-1592882072507 .p_dimage img{
      max-width: 200px !important;
  }
  #w_grid-1597070490776{
        max-width: 100% !important;
  }
  #w_grid-1597070490776 > div > .p_gridbox > .p_gridCell:nth-child(n+1){
        clear: inherit !important;
    width: auto;
    float: left;
  }
    .c_portalResComplaintPage_detail-01001 .banner_title {
        bottom: 30px;
    }
    .c_portalResComplaintPage_detail-01001 .banner_title .ch{
        font-size:1.25rem;
    }
    .banner_title .en{
        text-transform:capitalize;
    }
    #w_grid-1578882723849 > div > .p_gridbox:after{
        display:none;
    }
   .c_portalResComplaintPage_detail-01001 .pbanner{
      padding-top: 0px;
      background:#333;
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

.pbanner .pic {
    -webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fzta {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 30px;
}

.fzta p.a1 {
    font-size: 34px;
    color: #444;
    line-height: 36px;
    margin-bottom: 8px;
    margin-top: 30px;
    margin-bottom: 0px;
}

.fzta p.a2 {
    margin-bottom: 0px;
    color: #4bb13f;
    font-family: times new roman,times,serif;
    margin-top: 0px;
}

.p_more {
    padding: 0 1rem;
    background: #777;
    color: #fff;
    font-size: 1rem;
    height: 50px;
    line-height: 50px;
}

.p_more .font {
    line-height: 50px;
}


.w-float {
  position:fixed;
  top:50%;
  left:-30px;
  transform:translateY(-50%E);
  z-index:999;
  display:block;
  opacity:0;
  visibility:hidden;
  transition:1s;
}

.w-float.wshow {
  left:15px;
  opacity:1;
  visibility:visible;
}

.w-float span {
  display:block;
  margin:30px 0;
  border: none;
  border-radius:50px;
  width: 30px;
  height: 30px;
  cursor:pointer;
  background: url(/img/fixed_ico.png) no-repeat;
}

.w-float span.active {
  background-color:#4BB13F;
  border-color:#4BB13F;
  background: url(/img/fixed_ico01.png) no-repeat;
}

.wfixed {
  position:fixed !important;
  top:100px !important;
  left:0px !important;
  width:100vw !important;
  z-index:999 !important;
}