/*ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚ÂªÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Â¶*/ 
.fa_scale{
    position:fixed;
    background: rgb(0 0 0 / 55%);
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index: 9999999;
    display:flex;
    opacity:0;
    align-items:center;
    justify-content:center;
    visibility:hidden;
    transform:scale(0);
  }
  .fa_show{

    opacity:1;
    transform:scale(1);
    visibility:visible;
  }
  .fa_box{
    /* padding:80px 40px 80px 20px; */
    /* background:#222; */
    position:relative;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    border-radius: 10px;
  height: 750px;}

  .fa_close{
    position:absolute;
    width: 48px;
    height: 48px;
    top:15px;
    right:30px;
    border-radius:15px;
    z-idnex:9px;
    cursor:pointer;
    z-index:  999;
  }
  .fa_close span{
    position:absolute;
    width: 31px;
    height:3px;
    background:#fff;
    top:50%;
    left:50%;
  }
  .fa_close span:first-child{
    transform:translate(-50%,-50%) rotate(45deg);
  }
  .fa_close span:last-child{
    transform:translate(-50%,-50%) rotate(-45deg);
  }
  .fa_close:hover span{
    background:#ddd;
  }
  .fa_page{
    position:absolute;
    bottom: 40px;
    left:40px;
    z-idnex:9px;
    display:flex;
    z-index:  999;
  }
  .fa_btn{
    width:25px;
    heigth:25px;
    line-height:25px;
    background:#7d7d7d;
    color:#111;
    text-align:center;
    font-size:15px;
    border-radius:15px;
    margin-right:15px;
    cursor:pointer;
  }
  .fa_btn:hover{
    background:#666;
    color:#fff;
  }
  .fa_btn.fa_noable{
    background:#999;
    color:#666;
    cursor:not-allowed;
  }
  .fa_con{
    position:relative;
    width:100%;
    height:100%;
    box-shadow:none;
    border:none;
    /* padding-top: 100px; */
  }

.ajax-link-span,.fullmore a,.fa_News .fa_li .fa_tit h3,.xy_box H1,.xyName,.k_hs_pd_title,.cc_gg_cot span,.cc_gg_cot,.txtBox *,#w_common_text-1617961424305 *,.jp_yy_oilName,#w_common_text-1618476928787 *,#w_common_text-1618477228243 *,.showBoxLink h3,.k_hs_pd_title,.p_cn,#c_portalResProduct_detail-16160552710457293 .k_hs_pd_sum{font-family: 'TWHK'!important;
}
.ajax-linka:after,.fullmore a:before,.fa_News .fa_li .fa_tit P,.xy_box H2,.xySum ,.xyImg h1,.k_hs_pd_sum,.cc_gg_tit,.cc_gg_nt section,.cc_gg_nt p a,#w_common_text-1617961496149 *,.jp_yy_oilSum,#w_common_text-1618477009838 *.showBoxLink p,.p_sum{font-family: 'manrope'!important;
}

@media only screen and (max-width: 768px){

.fa_close{

  top:70px;
}
.fa_con {
    position: relative;
    width: 100%;
    height: 100%;
    box-shadow: none;
    border: none;
    padding-top: 42px;
}
.fa_page {
    position: absolute;
    bottom: 80px;
    left: 40px;
    z-idnex: 9px;
    display: flex;
    z-index: 999;
}
}