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

/*数字-字体*/
@font-face{font-family:din;src: url('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: 思源黑体 CN,Source Han Sans,"AliPuHui",MiSans,PingFangSC;height: 100%;}
/* body{font-size: 0;} */


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

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

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

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

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

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

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

.Light *,
.Light{font-weight: 200;}

.Medium *,
.Medium{font-weight: 500;}

.SemiBold *,
.SemiBold{font-weight: 600;}

.Bold *,
.Bold{font-weight: 700;}

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