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: 0.18rem;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #333333;
}

a:hover {
	text-decoration: none !important;
}

input {
	outline: none;
	border-style: none;
	background: none;
}

/* a,
a:hover {
	outline: none;
	text-decoration: none;
	color: #38B9E8;
}

a:hover {
	text-decoration: underline;
	color: #38B9E8;
} */

/* 弹性盒 */
.flex {
	display: flex;
	align-items: center;
}
.flexonly {
	display: flex;
	
}
.flex_col {
	flex-direction: column;
}

.flex_sb {
	justify-content: space-between;
}

.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;
}

.font_16_333{
	font-size: 0.16rem;
	color: #333333;
}


.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-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.hengxian{
	width: 100%;
	height: 1px;
	background-color: #DEDEDE;
}
/* 重置样式 */
/* // 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;
	color: #000000;
}
.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;
} */

.daxie{
	text-transform:uppercase
}
.bt_biaoti{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.55rem;
}
.bt_hengxian{
	width: 4.55rem;
	height: 0.05rem;
}
.bt_biaoti_title{
	font-size: 0.36rem;
	color: #1D9F6E;
	margin: 0 0.74rem;
}
.bt_fubiaoti{
	font-size: 0.18rem;
	color: #787575;
	margin-top: 0.15rem;
	text-align: center;
}

.marginLeft36{
	margin-left: 3.6rem;
}
.marginRight278{
	/*margin-right:2.78rem;*/
	margin-right: 3.6rem;
}
.marginLeft278{
	/*margin-left: 2.78rem;*/
	margin-left: 3.6rem;
}
.marginLeft4{
	margin-left: 0.4rem;
}
.marginTop2{
	margin-top: 0.2rem;
}
.marginTop3{
	margin-top: 0.3rem;
}
.marginTop4{
	margin-top: 0.4rem;
}
.marginTop5{
	margin-top: 0.5rem;
}
.marginTop8{
	margin-top: 0.8rem;
}
.marginBottom3{
	margin-bottom: 0.3rem;
}
.marginBottom4{
	margin-bottom: 0.4rem;
}
.marginBottom8{
	margin-bottom: 0.8rem;
}
.marginBottom5{
	margin-bottom: 0.5rem;
}
.width120{
	width: 12rem;
}
.biaoti_head{
	width: 4.14rem;
	height: 0.92rem;
	background: #1D9F6E;
	box-shadow: 0rem 0.06rem 0.2rem -0.1rem rgba(157, 157, 157, 0.39);
	border-radius: 0.19rem 0.19rem 0rem 0rem;
	border: 0.01rem solid #F2F2F2;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 0.3rem;
	padding-left: 0.38rem;
	line-height: 0.92rem;
}
.biaoti_main{
	width: 4.14rem;
	background: #FFFFFF;
	box-shadow: 0rem 0.06rem 0.2rem -0.1rem rgba(157, 157, 157, 0.39);
	border-radius: 0.19rem;
	border: 0.01rem solid #F2F2F2;
}
.biaoti_body{
	padding: 0.28rem 0.1rem 0.28rem 0.3rem;
	font-size: 0.16rem;
	color: #333333;
}
.biaoti_body_item{
	margin-bottom:0.16rem ;
}

.fenye_div{
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.fenye_item{
	border-radius: 0.05rem;
	border: 1px solid #666666;
	height: 0.33rem;
	line-height: 0.33rem;
	padding: 0 0.1rem;
	margin:0 0.2rem;
}
.fenye_item:hover,.fenye_item_index:hover{
	cursor: pointer;
}
.fenye_item_index{
	margin: 0 0.07rem;
	width: 0.33rem;
	height: 0.33rem;
	background: #FFFFFF;
	border-radius: 0.03rem;
	border: 1px solid #333333;
	line-height: 0.33rem;
	text-align: center;
}
.fenye_sel{
	background: #1D9F6E;
	color: #FFFFFF;
	border-style: none;
}