* {
	padding: 0;
	margin: 0;
}

html {
	line-height: 1
}

ul,
li,
ol,
dl,
dt,
dd {
	list-style: none;
}

img {
	max-width: 100%;
	border: 0;
	vertical-align: middle
}

hr {
	border: 0;
	height: 1px;
	border-top: 1px solid #e1e2e3;
}

a {
	text-decoration: none;
	color: #333;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

body {
	-webkit-font-smoothing: antialiased;
	font: 14px/1.5 "microsoft yahei", Helvetica, Tahoma, Arial, "Microsoft jhengHei", sans-serif;
	color: #404040;
	font-weight: 400;
	background-color: #fff;
}

/*  */

.c {
	clear: both;
}

.c:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


h1 {
	font-size: 32px;
	text-align: center;
	line-height: 2em;
}

h2 {
	font-size: 24px;
	line-height: 1.5em;
}

h3 {
	font-size: 20px;
	line-height: 1.5em;
}

h4 {
	font-size: 16px;
	line-height: 1.5em;
}

h5 {
	font-size: 14px;
	line-height: 1.5em;
}

.tc {
	text-align: center;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.fc {
	position: relative;
	text-align: center;
	display: inline-block;
}


.k10 {
	height: 10px;
	clear: both;
}

.k20 {
	height: 20px;
	clear: both;
}
.k50 {
	height: 50px;
	clear: both;
}


/*  */
.hide {
	display: none;
}

.icon-20 {
	width: 20px;
	height: 20px;
}

.icon-24 {
	width: 24px;
	height: 24px;
}

.icon-32 {
	width: 32px;
	height: 32px;
}

.icon-36 {
	width: 36px;
	height: 36px;
}

.icon-48 {
	width: 48px;
	height: 48px;
}

.icon-64 {
	width: 64px;
	height: 64px;
}

.icon-128 {
	width: 128px;
	height: 128px;
}

.icon-r {
	background-color: #f1f1f1;
	display: flex;
	align-items: center;
	width: 72px;
	height: 72px;
	line-height: 72px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	flex-direction: column;
	justify-content: center;
}

/* form */
textarea {
	border: 1px solid #ccc;
	width: 100%;
	padding: 8px;
	box-sizing: border-box;
	font-size: 14px;
	color: #333;
}

.input-serch {
	height: 40px;
	border: 1px solid #eee;
	font-size: 14px;
	border-radius: 80px;
	padding-left: 50px;
}

.input-line-b {
	height: 72px;
	border-bottom: 1px solid #eee;
	font-size: 28px;
}

.form-item {
	padding: 20px 0;
}

.form-label {
	font-size: 28px;
}

label.form-radio {
	display: inline-block;
	padding: 10px 0;
	min-width: 26%;
	font-size: 28px;
	margin-bottom: 20px;
	margin-right: 20px;
}

label.form-checkbox {
	display: inline-block;
	padding: 10px 0;
	min-width: 26%;
	font-size: 28px;
	margin-bottom: 20px;
	margin-right: 20px;
}

.form-input {
	font-size: 16px;
	padding-top: 20px;
}

/*  */

radio {
	transform: scale(0.7);
}

/* 选中后的 背景样式 （红色背景 无边框 可根据UI需求自己修改） */
radio .wx-radio-input.wx-radio-input-checked {
	/* border: none; */
	border-color: #2aa2b3 !important;
	background-color: #2aa2b3 !important;
	/* background-color: transparent!important; */
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 选中后的 对勾样式 （白色对勾 可根据UI需求自己修改） */
radio .wx-radio-input.wx-radio-input-checked::before {
	/* 去除对号 */
	content: '';
	/* background: #fff; */
	width: 20px;
	height: 20px;
	border-radius: 50%;
	/* background: red; */
	background-color: #fff;
	/* 居中 */
	/* margin-top: 0px; */
	/* display: flex; */
	/* position: relative; */
}

checkbox {
	transform: scale(0.7);
}

checkbox .wx-checkbox-input {
	border-radius: 20%;
	/* 圆角 */
	width: 46px;
	/* 背景的宽 */
	height: 46px;
	/* 背景的高 */
}

/* 选中后的checkbox的背景样式 （蓝色背景 无边框 可根据需求自己修改） */

checkbox .wx-checkbox-input.wx-checkbox-input-checked {
	border: 1px solid #2aa2b3;
	background: #2aa2b3;
}

/* 选中后的checkbox的对勾样式 （纯白色对勾 可根据需求自己修改） */

checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
	border-radius: 50%;
	/* 圆角 */
	width: 40px;
	/* 选中后对勾大小，不要超过背景的尺寸 */
	height: 40px;
	/* 选中后对勾大小，不要超过背景的尺寸 */
	line-height: 40px;
	text-align: center;
	font-size: 30px;
	/* 对勾大小 30px */
	color: #fff;
	/* 对勾颜色 白色 */
	background: transparent;
	transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
}


/*  */
.tx-36-r {
	width: 36px;
	height: 36px;
	border-radius: 40px;
}

.tx-48-r {
	width: 48px;
	height: 48px;
	border-radius: 40px;
}

.tx-64-r {
	width: 64px;
	height: 64px;
	border-radius: 40px;
}

.tx-88-r {
	width: 88px;
	height: 88px;
	border-radius: 44px;
}

.tx-96-r {
	width: 96px;
	height: 96px;
	border-radius: 48px;
}

.tx-108-r {
	width: 108px;
	height: 108px;
	border-radius: 54px;
}

.tx-128-r {
	width: 128px;
	height: 128px;
	border-radius: 64px;
}

.block {
	width: 100%; 
	margin: 0 auto;
	padding: 40px 0;
	box-sizing: border-box;
}

.block-head {
	width: 100%;
	padding: 20px 0; 
	box-sizing: border-box;
}

.block-body {
	padding: 20px 0; 
	box-sizing: border-box;
}

.text-center {
	text-align: center;
}

/*  */


.p-0 {
	padding: 0 !important;	
}
.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.p-10 {
	padding: 10px !important;	
	box-sizing: border-box;
}
.p-20 {
	padding: 20px;
	box-sizing: border-box;
}
.p-30 {
	padding: 30px;
	box-sizing: border-box;
}
.p-40 {
	padding: 40px;
	box-sizing: border-box;
}

.pr-20 {
	padding-right: 20px;
	box-sizing: border-box;
}
.pr-30 {
	padding-right: 30px;
	box-sizing: border-box;
}
.pb-20 {
	padding-bottom: 20px;
	box-sizing: border-box;
}
.pb-40 {
	padding-bottom: 40px;
	box-sizing: border-box;
}

.pt-20 {
	padding-top: 20px;
	box-sizing: border-box;
}
.pl-10 {
	padding-left: 10px;
	box-sizing: border-box;
}

.pl-20 {
	padding-left: 20px;
	box-sizing: border-box;
}
.pl-75 {
	padding-left: 75px;
	box-sizing: border-box;
}

.pt-30 {
	padding-top: 30px;
	box-sizing: border-box;
}

.py-10 {
	padding-top:10px;
	padding-bottom:10px;
	box-sizing: border-box;
} 

.py-20 {
	padding-top:20px;
	padding-bottom:20px;
	box-sizing: border-box;
}
.py-30 {
	padding-top: 30px;
	padding-bottom:30px;
	box-sizing: border-box;
}
.py-50 {
	padding: 50px 30px;
	box-sizing: border-box;
}

.pc-30 {
	padding-left:30px;
	padding-right:30px;
	box-sizing: border-box;
}

.pc-60 {
	padding-left:60px !important;
	padding-right:60px !important;
	box-sizing: border-box;
}

/*  */

.mt-1 {
	margin-top: 1px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-40 {
	margin-top: 40px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.my-20 {
	margin: 20px 0;
}

.ml-10 {
	margin-left: 10px;
}

.ml-20 {
	margin-left: 20px;
}

.mr-20 {
	margin-right: 20px;
}



/*  */

.border {
	border: 1px solid #ddd;
}
.select {
	height: 32px;
	border:1px solid #ccc;
	line-height: 32px;
}
.input {
	height: 32px;
	line-height: 32px;
	text-indent: 8px;
	font-size: 14px;
	border:1px solid #ccc;
}

.card {
	width: 92%;
	background-color: #fff;
	border-radius: 20px;
	margin: 20px auto;
	padding: 20px 0;
}

.card-head {
	padding: 20px 30px;
}

.card-body {
	padding: 20px 30px;
	box-sizing: border-box;
	overflow: hidden;
}

.card-foot {
	padding: 20px 30px;
}

.border-bottom {
	border-bottom: 1px solid #ddd;
}
.border-top {
	border-top: 1px solid #ddd;
}
.text-left {
	text-align: left;
}

.flex-w {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-a {
	display: flex;
	align-items: center;
	justify-content: space-around
}

.flex-l {
	display: flex;
	flex-direction: column;
	position: relative;
}

.flex {
	display: flex;
	align-items: center;
}

.flex-l-c {
	display: flex;
	flex-direction: column;
	align-items: center;
}


.lh-2 {
	line-height: 2;
}
.fs-12 {
	font-size: 12px;
}
.fs-14 {
	font-size: 14px;
}
.fs-16 {
	font-size: 16px;
}

.fs-20 {
	font-size: 20px;
}

.fs-24 {
	font-size: 24px;
}

.fs-28 {
	font-size: 28px;
}

.fs-32 {
	font-size: 32px;
}

.fs-36 {
	font-size:36px;
}

.fs-40 {
	font-size: 40px;
}

.fs-44 {
	font-size: 44px;
}

.fs-48 {
	font-size: 48px;
}

.fw-b {
	font-weight: bold;
}
.fw-n {
	font-weight: normal;
}
.color-main {
	color: #414548;
}

.color-high {
	color: #438794;
}

.color-gray {
	color: #888;
}

.color-light {
	color: #bbb;
}

.color-gblue {
	color: #858f9b;
}

.color-bgray {
	color: #353f4b;
}

.color-red {
	color: #F7293B;
}

.color-green {
	color: #5ACB5D;
}

.color-blue {
	color: #438794;
}

.color-black {
	color: #333;
}

.color-white {
	color: #fff;
}

.wb-100 {
	width: 100%;
}

.wb-33 {
	width: 33.333%;
}
.wb-25 {
	width: 25%;
}

.row {
				display: flex;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				margin-right: -15px;
				margin-left: -15px;
			}

			.col-1 {
				flex: 0 0 8.33%;
				max-width: 8.33%;
			}
			.col-2 {
				flex: 0 0 16.66%;
				max-width:16.66%;
			}
			.col-3 {
				flex: 0 0 25%;
				max-width: 25%;
			}
			.col-4 {
				flex: 0 0 33.33%;
				max-width: 33.33%;
			}
			.col-5 {
				flex: 0 0 41.666%;
				max-width: 41.666%;
			}
			.col-6 {
				flex: 0 0 50%;
				max-width:50%;
			}
			.col-8 {
				flex: 0 0 66.666%;
				max-width:66.666%;
			}
			.col-9 {
				flex: 0 0 75%;
				max-width: 75%;
			}



.fixed-icon {
	position: fixed;
	right: 40px;
	bottom: 120px;
	width: 96px;
	height: 96px;
	background-color: #F7293B;
	text-align: center;
	display: flex;
	align-items: center;
	line-height: 96px;
	justify-content: center;
	border-radius: 80px;
}

.foot-fixed {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: #fff;
}

.h30 {
	height: 30px;
	width: 100%;
}

.h50 {
	height: 50px;
	width: 100%;
}

.h100 {
	height: 100px;
	width: 100%;
}

.h150 {
	height: 150px;
	width: 100%;
}

/*  */
.btn-group {
	display: flex;
	justify-content: space-around;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 88px;
}

.btn-noborder {
	width: 70%;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #eee;
}

.btn {
	background-color: #438794; 
	min-width: 4em;
	margin: 0 auto;
	height: 36px;
	line-height: 36px;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	border:0;
}

.btn-gray-r {
	border: 2px solid #888;
	border-radius: 80px;
	padding: 6px 20px;
	text-align: center;
}

.btn-bright-r {
	border: 2px solid #ddd;
	border-radius: 80px;
	padding: 6px 20px;
	text-align: center;
	color: #aaa;
}

.btn-border-r {
	border-radius: 80px;
	padding: 8px 20px;
	text-align: center;
	border: 1px solid #2aa2b3;
	color: #2aa2b3;
}
.btn-border-r:hover {
	border: 1px solid #2aa2b3;
	background-color: #2aa2b3;
	color: #fff;
}
.btn-org-r {
	background-color: #da2c3a;
	background: linear-gradient(to right, #F9754F, #da2c3a);
	color: #fff;
	padding: 16px 24px;
	border-radius: 48px;
	width: 40%;
	font-size: 28px;
	text-align: center;
}


/*  */
sup {
	font-size: 10px;
	vertical-align: text-top;
}

sub {
	font-size: 10px;
	vertical-align: text-bottom;
}

/*  */
.tags {
	background-color: #f3f4f7;
	display: inline-block;
	padding: 4px 10px;
	font-size: 14px;
	border-radius: 6px;
	margin: 10px 10px 10px 0;
	color: #85878a;
}

.active {
	background-color: #1573DF;
	color: #fff;
}


/* 0913 */

.search {
	display: flex;
	justify-content: space-around;
	padding: 40px 20px;
	box-sizing: border-box;
	align-items: center;
	background-color: #fff;
}

.search-block {
	width: 100%;
	display: inline-block;
	padding: 30px;
	box-sizing: border-box;
}

.icon-r {
	margin: 0 10px 0 0;
}

.input-serch {
	background: #f1f1f1 url(https://pic.nibaw.com/gongdan/icon-search.png) no-repeat 16px center;
	background-size: 22px 22px;
	border: 1px solid #eee;
	width: 100%;
	box-sizing: border-box;
}

.pic-64 {
	width: 64px;
	height: 64px;
}

.pic-96 {
	width: 96px;
	height: 96px; 
}

.pic-96-r {
	width: 96px;
	height: 96px;
	border-radius: 48px;
}

.pic-128 {
	width: 128px;
	height: 128px; 
}

.pic-128-r {
	width: 128px;
	height: 128px;
	border-radius: 64px;
}
.pic-120 {
	width: 120px;
	height: 120px; 
}


.pic-180 {
	width: 180px;
	height: 180px; 
}

.pic-240 {
	width: 240px;
	height: 240px;
	border-radius: 12px;
}

.pic-320 {
	width: 320px;
	height: 240px; 
	overflow: hidden;
}


.w-5em {
	width: 5rem;
}


.shadow {
	box-shadow: 0 0 8px #ddd;
}

.bg-light {
	background-color: #f1f1f1;
}
.bg-white {
	background-color: #fff;
}

.fixed-foot {
	background: #fff;
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	min-height: 96px;
	box-sizing: border-box;
}

.fixed-right {
	background: #fff;
	box-shadow: 0 0 8px #ccc;
	position: fixed;
	width: 96px;
	height: 96px;
	right: 20px;
	bottom: 180px;
	box-sizing: border-box;
	font-size: 24px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.bg-top {
	position: fixed;
	width: 100%;
	z-index: 0;
	left: 0;
	top: 0;
}

.pagetitle {
	position: fixed;
	font-weight: 500;
	font-size: 40px;
	margin-top: 100px;
	text-align: left;
	text-indent: 40px;
	z-index: 100;
	top: 10px;
}