@charset "utf-8";
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
  font-weight: 400;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}

strong,
b {
  font-weight: bold;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
  color: #000;
  outline: 0;
 /* font-family: 'PingFang SC', "Microsoft YaHei", SimHei; */
}
html,
body {
  -webkit-font-smoothing: antialiased;
}
body {
  background: #fff;
  line-height: 1.5;
  min-height: 100%;
  font-size: 16px;
}
.bg-f {
  background-color: #fff;
}
a {
  color: #000;
}
a:hover {
  color: #B9986C;
}
/* function */
.clf:after,
.f-cb:after,
.f-cbli li:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}
.clf,
.f-cb,
.f-cbli li {
  zoom: 1;
}
.f-ib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.f-dn {
  display: none;
}
.f-db {
  display: block;
}
.f-fl {
  float: left;
}
.f-fr {
  float: right;
}
.f-pr {
  position: relative;
}
.f-prz {
  position: relative;
  zoom: 1;
}
.f-oh {
  overflow: hidden;
}
.f-ff1 {
/*  font-family: "Microsoft YaHei"; */
}
.f-fs1 {
  font-size: 12px;
}
.f-fs2 {
  font-size: 14px;
}
.f-fwn {
  font-weight: normal;
}
.f-fwb {
  font-weight: bold;
}
.f-tal {
  text-align: left;
}
.f-tac {
  text-align: center;
}
.f-tar {
  text-align: right;
}
.f-taj {
  text-align: justify;
  text-justify: inter-ideograph;
}
.f-vam,
.f-vama * {
  vertical-align: middle;
}
.f-wsn {
  word-wrap: normal;
  white-space: nowrap;
}
.f-pre {
  overflow: hidden;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}
.f-wwb {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}
.f-ti {
  overflow: hidden;
  text-indent: -30000px;
}
.f-ti2 {
  text-indent: 2em;
}
.f-lhn {
  line-height: normal;
}
.f-tdu,
.f-tdu:hover {
  text-decoration: underline;
}
.f-tdn,
.f-tdn:hover {
  text-decoration: none;
}
.f-toe {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.f-csp {
  cursor: pointer;
}
.f-csd {
  cursor: default;
}
.f-csh {
  cursor: help;
}
.f-csm {
  cursor: move;
}
.f-usn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: "HML";
  src: url('../fonts/HarmonyOS_Sans_SC_Light.ttf');
  font-display:swap;
}
@font-face {
  font-family: "SL";
  src: url('../fonts/SangBleuOGSans-Light.ttf');
   font-display:swap;
}
@font-face {
  font-family: "SR";
  src: url('../fonts/SangBleuOGSans-Regular.ttf');
   font-display:swap;
}
.font-SL {
  font-family: "SL";
}
.font-SR {
  font-family: "SR";
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-3,
.col-6,
.col-4,
.col-2 {
  padding-left: 15px;
  padding-right: 15px;
}
.col-2 {
  width: 20%;
  float: left;
}
.col-3 {
  width: 25%;
  float: left;
}
.col-4 {
  width: 33.3333%;
  float: left;
}
.col-6 {
  width: 50%;
  float: left;
}
.p-sm {
  padding-top: 15px;
  padding-bottom: 15px;
}
.p-md {
  padding-top: 30px;
  padding-bottom: 30px;
}
.p-lg {
  padding-top: 60px;
  padding-bottom: 60px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt80 {
  margin-top: 80px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb100 {
  margin-bottom: 100px;
}
.mr5 {
  margin-right: 5px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml50 {
  margin-left: 50px;
}
.mr10 {
  margin-right: 10px;
}
.p1e {
  padding: 10px;
}
.p2e {
  padding: 20px;
}
.pl23 {
  padding-left: 23px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt120{
	padding-top: 120px;
}
.pb120{
	padding-bottom: 120px;
}
.ptb120{
	padding-top: 120px;
	padding-bottom: 120px;
}
.pl80{
	padding-left: 60px;
}
.b1e {
  border-bottom: 1px solid #eee;
}
.bort1 {
  border-top: 1px solid #eee;
}
.line2 {
  line-height: 2;
}
/* .btn {
  padding: .875em 3em;
  border-radius: 4px;
  border: 0;
} */
.btn-all {
  border-radius: 4px;
  width: 100%;
  display: block;
  text-align: center;
}
.btn-sm {
  padding: 2px 5px;
}
.btn-md {
  padding: 10px 30px;
}
.w245 {
  width: 245px;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f15 {
  font-size: 15px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f24 {
  font-size: 24px;
}
.c9 {
  color: #999;
}
.c70 {
  color: #707070;
}
.c4{
	color: #444;
}
.fs60{
	font-size: 60px;
}
.fs48{
	font-size: 48px;
}
.fs36{
	font-size: 36px;
}
.fs28{
	font-size: 28px;
}
.fs26{
	font-size: 26px;
}
.fs24{
	font-size: 24px;
}
.fs22{
	font-size: 22px;
}
.fs20{
	font-size: 20px;
}
.fs18{
	font-size: 18px;
}
body,
textarea,
input,
button,
select,
keygen,
legend{
	font-family:'SL','HML',"Microsoft YaHei";
	font-weight: 400;
}