body {
	margin: 0;
}

html {
	font-size: 100px;
}

button {
	cursor: pointer;
	border-style: none;
}

img {
	vertical-align: middle;
	border: 0;
	max-width: 100%;
	display: block;
	vertical-align: top;
}

* {
	box-sizing: border-box;
	font-size: 12pt;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none !important;
}

input {
	outline: none;
	border-style: none;
	background: none;
}
p,span,.fl_js{
    word-break: break-word;
}
/* a,
a:hover {
	outline: none;
	text-decoration: none;
	color: #38B9E8;
}

a:hover {
	text-decoration: underline;
	color: #38B9E8;
} */

/* 弹性盒 */
.flex {
	display: flex;
	align-items: center;
}
.flex_only {
	display: flex;
	
}
.flex_col {
	flex-direction: column;
}

.flex_sb {
	justify-content: space-between;
}
.flex_sb span{
    font-size: 12pt!important;
    font-family: 'content_font'!important;
}

.flex_sa {
	justify-content: space-around;
}

.flex_cen {
	justify-content: center;
}

.flex_1 {
	flex: 1;
}

.font_weight {
	font-weight: bold;
}

.font_weight_normal {
	font-weight: normal;
}



.img_size {
	width: 100%;
	height: 100%;
}

/* 单行和2行省略 */
.line_1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.line_2 {
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.line_3 {
	word-break: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden
}

/* 重置样式 */
/* // button{
// 	margin: 0;
// 	&:after{
// 		 border: none;
// 	}
// }
// input{
// 	min-height: inherit;
// 	/deep/.uni-input-placeholder{
// 		color: #c2c2c2;
// 	}
// } */

.word_break {
	word-break: break-all;
}

.text_center {
	text-align: center;
}

.clean {
	clear: both;
}


.mkbt_div {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 0.6rem;
	text-align: center;
}

.mkbt_title {
	/*font-size: 0.3rem;*/
	font-size: 14pt;
	color: #000000;
    font-family: 'title_font';
}
.mkbt_hx_hui{
	margin-top: 0.27rem;
	width: 3.8rem;
	height: 1px;
	border-bottom: 1px solid #A9A9A9;
}
.mkbt_hx {
	width: 1.06rem;
	height: 0.05rem;
	background: #005BAC;
	z-index: 1;
	margin-top: -0.02rem;
	margin-left: 1.32rem;
}

/* .toubu_head{
	width: 100%;
	height: 1.61rem;
}
.dibu_foot{
	width: 100%;
	height: 5.29rem;
} */



@font-face {
  font-family: "title_font";
  src: url('/home/font/seguisb.ttf');
}

@font-face {
  font-family: "content_font";
  src: url('/home/font/fi_90023.ttf');
}

.d-hide{
    display: none !important;
}