/* 定义字体 - Syst Bold */
@font-face {
  font-family: 'syst';
  src: url('../syst-bold.OTF') format('opentype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* 定义字体 - Syst Regular */
@font-face {
  font-family: 'syst';
  src: url('../syst-regular.OTF') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
	font-family: 'MekongLao81';
	src: url('../laowo.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: "MekongKh72";
	src: url('../jianpuzhai.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: "MekongMya71";
	src: url('../miandian.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: "MekongThai6";
	src: url('../taiyu.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

body:lang(vi) {
  font-family: 'Times New Roman';
}

body:lang(my) {
  font-family: 'MekongMya71', 'Times New Roman';
}

body:lang(lo) {
  font-family: 'MekongLao81', 'MekongLao6', 'Times New Roman';
}

body:lang(th) {
  font-family: 'MekongThai6', 'Times New Roman';
}

body:lang(km) {
  font-family: 'MekongKh72', 'Times New Roman';
}

body:lang(en) {
  font-family: 'Roboto', 'Arial', 'simsun', 'sans-serif';
}

body:lang(my) .content_001_xq{
    line-height: 28px;
    text-align: justify;
    text-justify: inter-word;
}
body:lang(km) .content_001_xq{
    line-height: 28px;
    text-align: justify;
    text-justify: inter-word;
}
#app{
margin: 0 auto;
background-color: white;
background: #ffffff;
min-height: 600px;
min-width: 1300px;
font-family: 'syst';
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,legend,button
form,fieldset,input,textarea,p,blockquote,th,td {   
padding: 0;
margin: 0;
}
/* 酌情修改 */
body {
  background: #ffffff !important;
  color: #333;
  font-size: 16px;
  margin-top: 5px;
  width: 100%;
  overflow: auto;
  /* min-width: 1620px; **/
}

/* 短引用的内容可取值：''或"" */
q:before,q:after {content:”;}  

/* 缩写，图片等无边框 */
fieldset,img,abbr,acronym {border: 0 none;}
abbr,acronym {font-variant: normal;}
legend {color:#000;}

/* 清除特殊标记的字体和字号 */
address,caption,cite,code,dfn,em,strong,th,var {   
font-weight: normal;   
font-style: normal;   
}

/* 上下标 */
sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}

/* 设置表格的边框被合并为一个单一的边框, 指定分隔边框模型中单元格边界之间的距离为0*/
table {   
border-collapse: collapse;   
border-spacing: 0;   
}   

/* 表格标题及内容居左显示 */
caption,th {text-align: left;}
input,img,select {vertical-align:middle;}

/* 清除列表样式 */
ol,ul {list-style: none;}  

/* 输入控件字体 */
input,button,textarea,select,optgroup,option {
font-family:inherit;
font-size:inherit;
font-style:inherit;
font-weight:inherit;
}

/* 标题元素样式清除 */
h1,h2,h3,h4,h5,h6 {
font-weight: normal;
font-size: 100%;
}

/* 链接样式，颜色可酌情修改 */
del,ins,a {text-decoration:none;}
a:link {color:#171725;}
a:visited {color:#171725;}
a:hover,a:active,a:focus {color:#171725; text-decoration:underline;} 

/* 鼠标样式 */
input[type="submit"] {cursor: pointer;}
button {cursor: pointer;}
input::-moz-focus-inner { border: 0; padding: 0;}

.clear {clear:both;}
.content_dom{
width: 1200px !important;
margin: 0 auto;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body { background:#fff; color:#555; font-size:14px; }
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a { color:#555; text-decoration:none; }
a:hover { text-decoration:underline; }
img { border:none; }
ol,ul,li { list-style:none; }
input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; }
table { border-collapse:collapse; }
html {overflow-y: scroll;} 
/* 中间内容 */
.content_data{
width:1000px;
margin:0 auto;
overflow:hidden;
}
::-webkit-scrollbar {
width: 6px; /* 设置滚动条宽度 */
}
/* 滚动条滑块样式 */
::-webkit-scrollbar-thumb {
background-color: #cfd0d1; /* 滑块背景颜色 */
border-radius: 5px; /* 滑块圆角 */
}

/* 滚动条轨道样式 */
::-webkit-scrollbar-track {
background-color: #f1f1f1; /* 轨道背景颜色 */
}

a {
text-decoration: none; /* 去除下划线 */
color: inherit; /* 继承父元素的颜色 */
cursor: pointer; /* 修改鼠标指针样式 */
}
a {
text-decoration: none !important; /* 去除下划线 */
}
.content-0126-content img{
	max-width:100% !important;
}
.content-0126-content video{
  max-width:100% !important;
}
.refresh_top {
  position: fixed;
  right: 80px;
  top: 86%;
  z-index: 9;
  display: none;
}
.refresh_icon_btn {
  position: absolute;
  top: 16px;
  left: 29px;
  width: 24px;
  height: 24px;
}
.refresh_text {
  position: absolute;
  top: 44px;
  left: 30px;
  font-size: 12px;
  font-weight: 400;
  color: #646566;
}
.source_icon .comment .bdsharebuttonbox{
	padding-left: 10px !important;
}
::-webkit-scrollbar {
width: 6px; /* 设置滚动条宽度 */
}
/* 滚动条滑块样式 */
::-webkit-scrollbar-thumb {
background-color: #cfd0d1; /* 滑块背景颜色 */
border-radius: 5px; /* 滑块圆角 */
}

/* 滚动条轨道样式 */
::-webkit-scrollbar-track {
background-color: #f1f1f1; /* 轨道背景颜色 */
}