/** reset **/
 
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;  }
@font-face {font-family: SourceHanSansCN-Medium;src: url(SourceHanSansCN-Medium.otf);} 
body { font-family: -apple-system,SourceHanSansCN-Medium,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}  

body { line-height: 1; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
em { font-style: normal; }
ul, ol { list-style: none; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
nav ul { list-style: none; } 
a { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted #000; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; } 
a { text-decoration: none; color: #555; }
a:hover {color: #c2864; text-decoration: none;  -moz-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
img { max-width: 100%;vertical-align: middle;
}
.clearfix:after { clear: both; content: "\200B"; display: block; height: 0; }
.clearfix { *zoom:1;}
.fl { float: left; }
.fr { float: right; }

body{font-size: 62.5%;}

.k-top{
	position: fixed;
	/* top: 380px; */
	bottom: 90px;
	right: 20px;
	z-index: 99;
	background: url(../../images/top.svg) center no-repeat;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-color: #ffffff;
	box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
	border-radius: 24px;
	display: none;
}
   
.btns{
	display: flex;
	align-items: center;
  justify-content: space-around;
  width: 264px;
}
.btns a{
	width:120px;
	height:32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
}

.default_a{
	background:#e7290f;
	color:#ffffff;
  font-size:14px;
	border: 1px solid transparent;
  transition: all .3s;
}
.default_a:hover{
	background-color: #ffffff;
  border-color:#e7290f;
  color:#e7290f ;
  transition: all .3s;
}

.default_a_spe{
  background:#ffffff;
	color:#e7290f;
  font-size:14px;
	border: 1px solid #e7290f;
  transition: all .3s;
}
.default_a_spe:hover{
	background-color: #e7290f;
  border-color:#ffffff;
  color:#ffffff ;
  transition: all .3s;
}

.default_a_night{
	background:#e7290f;
	color:#ffffff;
  font-size:14px;
	border: 1px solid #e7290f;
  transition: all .3s;
}
.default_a_night:hover{
	background-color: transparent;
  border-color:#e7290f;
  color:#e7290f ;
  transition: all .3s;
}



.default_a_night_spe{
	background:transparent;
	color:#ffffff;
  font-size:14px;
	border: 1px solid #ffffff;
  transition: all .3s;
}
.default_a_night_spe:hover{
	background-color: #e7290f;
  border-color:transparent;
  color:#ffffff ;
  transition: all .3s;
}



.default_a_red_border_bg_none{
	background:transparent;
	color:#e7290f;
  font-size:14px;
	border: 1px solid #e7290f;
  transition: all .3s;
}
.default_a_red_border_bg_none:hover{
	background-color: #e7290f;
  border-color:transparent;
  color:#ffffff ;
  transition: all .3s;
}

.default_a_red_border_bg_none_spe{
	background:#e7290f;
	color:#fff;
  font-size:14px;
	border: 1px solid transparent;
  transition: all .3s;
}
.default_a_red_border_bg_none_spe:hover{
	background-color: transparent;
	border: 1px solid #e7290f;
  color:#e7290f ;
  transition: all .3s;
}