@charset "utf-8";
/* 字体及icon引入start */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap');
@import url('../font/font.css');
/* 字体及icon引入end */
/* reset */
html { height: 100% }
body { min-height: 100% }
body { _height: 100% }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure { margin: 0; padding: 0 }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, p, blockquote, figure, header, footer, nav, article, section, aside, address, figcaption { *zoom: 1 }
li { list-style-type: none }
h1, h2, h3, h4, h5, h6 { font-size: 100% }
iframe, frame, fieldset, img { border: 0 none }
img { vertical-align: top }
input[type=button], input[type=submit], input[type=reset] { cursor: pointer }
button { cursor: pointer }
input, textarea, button { -webkit-border-radius: 0; -webkit-appearance: none }
input[type=radio] { -webkit-border-radius: 100%; -webkit-appearance: radio }
input[type=checkbox] { -webkit-appearance: checkbox }
input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box }
textarea { overflow: auto; resize: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none }
table { border-collapse: collapse; border-spacing: 0 }
caption, th { text-align: left }
th { font-weight: normal }
em, cite, address,i { font-style: normal }
sup { vertical-align: text-top }
sub { vertical-align: text-bottom }
body, input, select, button, textarea { font-size: 14px;font-family: Kanit, sans-serif;color:#666666;font-weight:400;}
body { line-height: 1.2 }
a { text-decoration: none;}
a:hover { color:#ac343d;}
a { blr:expression(this.onFocus=this.blur()); color:#0064B6; }
a * { *cursor: pointer }
:focus { outline: none }

/* layer视频弹窗bug调整 */
.layui-layer-content {
	height: calc(100% - 43px);
}
.layui-layer-content iframe {
	height: 100% !important;
}


/*编辑器图片样式*/
.alignleft {
    float: left;
    margin: 6px 28px 28px 0;
}
.alignright {
    float: right;
    margin: 6px 0 28px 28px;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 28px;
}
/* clear 页头，页脚，内容区都不用再加清除样式 */
.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before { content: ''; display: table }
.fixed:after, .clearfix:after, .cf:after, after, .header:after, .main:after, .footer:after { content: ''; display: table; clear: both }
.fixed, .clearfix, .cf, .header, .main, .footer { *zoom: 1;}
.clear, .cl { display: block!important; float: none!important; clear: both; width: auto!important; max-width: none!important; min-width: 0!important; max-height: none!important; min-height: 0!important; overflow: hidden; margin: 0!important; padding: 0!important; border: 0 none!important; font-size: 0!important; line-height: 0!important }
/* 特殊标签处理 */
fieldset{
	display: block;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-block-start: 0em;
    padding-inline-start: 0em;
    padding-inline-end: 0em;
    padding-block-end: 0em;
    min-inline-size: auto;
    border-width: 0px;
    border-style: none;
    border-color: threedface;
    border-image: initial;
}
.fbold{
    font-weight: bold;
}
.fb600{
    font-weight: 600;
}
.fb500{
    font-weight: 500;
}
.fb400{
    font-weight: 400;
}
.fb300{
    font-weight: 300;
}
.fb200{
    font-weight: 200;
}
.f-87 {
    font-size: clamp(29px, 4.53vw, 87px);
}
.f-86 {
    font-size: clamp(29px, 4.48vw, 86px);
}
.f-64 {
    font-size: clamp(21px, 3.33vw, 64px);
}
.f-60 {
    font-size: clamp(20px, 3.13vw, 60px);
}
.f-56 {
    font-size: clamp(19px, 2.92vw, 56px);
}
.f-50 {
    font-size: clamp(17px, 2.60vw, 50px);
}
.f-48 {
    font-size: clamp(22px, 2.50vw, 48px);
}
.f-44 {
    font-size: clamp(22px, 2.29vw, 44px);
}
.f-40 {
    font-size: clamp(22px, 2.08vw, 40px);
}
.f-37 {
    font-size: clamp(22px, 1.93vw, 37px);
}
.f-36 {
    font-size: clamp(22px, 1.88vw, 36px);
}
.f-34 {
    font-size: clamp(22px, 1.77vw, 34px);
}
.f-33 {
    font-size: clamp(22px, 1.72vw, 33px);
}
.f-32 {
    font-size: clamp(22px, 1.67vw, 32px);
}
.f-31 {
    font-size: clamp(22px, 1.61vw, 31px);
}
.f-30 {
    font-size: clamp(18px, 1.56vw, 30px);
}
.f-29 {
    font-size: clamp(18px, 1.51vw, 29px);
}
.f-28 {
    font-size: clamp(18px, 1.46vw, 28px);
}
.f-26 {
    font-size: clamp(18px, 1.35vw, 26px);
}
.f-24 {
    font-size: clamp(18px, 1.25vw, 24px);
}
.f-23 {
    font-size: clamp(18px, 1.20vw, 23px);
}
.f-22 {
    font-size: clamp(18px, 1.15vw, 22px);
}
.f-21 {
    font-size: clamp(16px, 1.10vw, 21px);
}
.f-20 {
    font-size: clamp(16px, 1.04vw, 20px);
}
.f-19 {
    font-size: clamp(16px, 0.98vw, 19px);
}
.f-18 {
    font-size: clamp(16px, 0.93vw, 18px);
}
.f-17 {
    font-size: clamp(16px, 0.88vw, 17px);
}
.f-16 {
    font-size: clamp(14px, 0.83vw, 16px);
}
.f-14 {
    font-size: clamp(12px, 0.73vw, 14px);
}
.f-13 {
    font-size: clamp(12px, 0.65vw, 13px);
}
.f-12 {
    font-size: clamp(12px, 0.62vw, 12px);
}
.f-11 {
    font-size: clamp(12px, 0.57vw, 11px);
}
.f-10 {
    font-size: clamp(12px, 0.52vw, 10px);
}
.f-46 {
    font-size: clamp(22px, 2.40vw, 46px);
}
.f-72 {
    font-size: clamp(24px, 3.75vw, 72px);
}
.f-80 {
    font-size: clamp(26px, 4.17vw, 80px);
}
.f-220 {
    font-size: clamp(73px, 11.46vw, 220px);
}
.c999{
    color:#999;
}
.c333{
    color:#333;
}
.cfff{
    color: #fff;
}
.c666{
    color: #666;
}
.themC{
    color: #D6001E;
}
/*公用样式end*/
