
:root{
    --titleFS30: .32rem;
}

/*数字-字体*/
@font-face{font-family:din;src: url('/Other/en/themes/default/css/font/D-DIN.ttf');}
/*中文-字体*/
@font-face{
    font-family: "AliPuHui";
    src: url("https://lianyayun.oss-cn-shenzhen.aliyuncs.com/font/AlibabaPuHuiTi-3-55-Regular.eot") format('embedded-opentype'),
         url("https://lianyayun.oss-cn-shenzhen.aliyuncs.com/font/AlibabaPuHuiTi-3-55-Regular.otf") format('opentype'),
         url("https://lianyayun.oss-cn-shenzhen.aliyuncs.com/font/AlibabaPuHuiTi-3-55-Regular.ttf") format('TrueType'),
         url("https://lianyayun.oss-cn-shenzhen.aliyuncs.com/font/AlibabaPuHuiTi-3-55-Regular.woff") format('woff'),
         url("https://lianyayun.oss-cn-shenzhen.aliyuncs.com/font/AlibabaPuHuiTi-3-55-Regular.woff2") format('woff2');
}
@font-face{
    font-family: "MiSans";
    src: url("https://lianyayun.oss-cn-shenzhen.aliyuncs.com/font/MiSans-Regular.ttf") format('TrueType'),
}
@font-face{
    font-family: "MiSans-Light";
    src: url("https://lianyayun.oss-cn-shenzhen.aliyuncs.com/font/MiSans-Light.ttf") format('TrueType'),
}
@font-face{
    font-family: "MiSans-Medium";
    src: url("https://lianyayun.oss-cn-shenzhen.aliyuncs.com/font/MiSans-Medium.ttf") format('TrueType'),
}
@font-face{
    font-family: "MiSans-Semibold";
    src: url("https://lianyayun.oss-cn-shenzhen.aliyuncs.com/font/MiSans-Semibold.ttf") format('TrueType'),
}
html[lang="zh-cn"],html[lang="cn"]{font-family: "AliPuHui",思源黑体 CN,Source Han Sans,MiSans,PingFangSC;height: 100%;}
/* body{font-size: 0;} */


@font-face{
    font-family: "Figtree-Light";
    src: url("/Other/en/themes/default/css/font/Figtree-Light.ttf") format("TrueType");
}
@font-face{
    font-family: "Figtree-Regular";
    src: url("/Other/en/themes/default/css/font/Figtree-Regular.ttf") format("TrueType");
}
@font-face{
    font-family: "Figtree-Medium";
    src: url("/Other/en/themes/default/css/font/Figtree-Medium.ttf") format("TrueType");
}
@font-face{
    font-family: "Figtree-SemiBold";
    src: url("/Other/en/themes/default/css/font/Figtree-SemiBold.ttf") format("TrueType");
}
@font-face{
    font-family: "Figtree-Bold";
    src: url("/Other/en/themes/default/css/font/Figtree-Bold.ttf") format("TrueType");
}

* {font-family: 'Figtree-Regular';}

.Light *,
.Light{font-family: "Figtree-Light";}

.Regular *,
.Regular{font-family: "Figtree-Regular";}

.Medium *,
.Medium{font-family: "Figtree-Medium";}

.SemiBold *,
.SemiBold{font-family: "Figtree-SemiBold";}

.Bold *,
.Bold{font-family: "Figtree-Bold";}

.detail img{margin: 0 auto !important;}

