/*公共重置样式*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	font-family:"Microsoft YaHei", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0
}
html {
	font-size:1rem;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal
}
table {
	border-collapse:collapse;
	border-spacing:0
}
q:before, q:after {
	content:''
}
object, embed {
	vertical-align:top
}
hr, legend {
	display:none
}
img, abbr, acronym, fieldset {
	border:0
}
ul li {
	list-style-type:none
}
a, label {
	cursor:pointer
}
img {
	vertical-align:bottom;
	margin:0;
	padding:0
}
a {
	text-decoration:none;
	outline:0
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400
}
.clearfix:after {
	content:".";
	visibility:hidden;
	display:block;
	height:.1px;
	font-size:.1em;
	line-height:0;
	clear:both
}
.clearfix {
*zoom:1
}
input, textarea, select {
	outline:0;
	border:0;
	border-radius: 0;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color:#ccc
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:#ccc
}
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
button {
	cursor:pointer;
	color:#666
}
textarea {
	resize:none;
	outline:0;
	overflow:hidden;
	padding:5px
}
select {
	outline:0
}
img {
	max-width: 100%
}
* {
	-webkit-tap-highlight-color:rgba(255, 255, 255, 0);
	-webkit-appearance: none;
}
body {
	max-width: 750px;
	margin: 0 auto !important;
	background-color: #f5f5f5;
	font-family:"微软雅黑";
}
img {
	outline:none;
}
a {
font-size: .3rem;
	color: #666;
}
.bg {
	background-color:#fff
}
.bg_f5 {
	background: #e6e6e6
}
.bg_gray {
	background: #f5f5f5
}
.bg_gray2 {
	background: #eaebea;
}
.bg-blue {
	background-color:#1950a2 !important
}
.bg-blue2 {
	background-color: #1a6bb6;
}
.flex_wrap {
	flex-wrap: wrap;
}
.flex_center {
	display: flex !important;
	align-items: center;
}
.flex_ends {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
}
.flex-middle {
	justify-content: center;
	align-items: center;
	display: flex !important;
	text-align: center;
}
.flex-middle2 {
	align-items: center;
	display: flex !important;
}
.flex-middle-space {
	justify-content: center;
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.middle {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.middle-middle {
	position: absolute;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	left: 50%;
}
.block {
	display: block !important;
}
.display_flex {
	display: flex !important;
}
.column {
	column-count: 2;
	column-gap: 0;
}
.left_middle {
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	left: 0;
	transform: translateY(-50%);
}
.right_middle {
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	right: 0;
	transform: translateY(-50%);
}
.cursor-pointer {
	cursor: pointer;
}
.cursor-default {
	cursor: default;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}
.float-none {
	float: none !important;
}
.color-white {
	color: white;
}
.color_red {
	color: #e50012;
}
.color_blue {
	color: #1950a2;
}
.color-a8 {
	color:#a8a8a8
}
.color-666 {
	color:#666
}
.color-99 {
	color:#999
}
.color-80 {
	color:#808080
}
.color-70 {
	color:#707070
}
.color-31 {
	color: #313131
}
.color-bc {
	color: #bcbcbc
}
.color-54 {
	color: #545454
}
.color-8d {
	color:#8da7d0
}
.fz03 {
font-size: .3rem;
}
/* 24 */
.fz32 {
font-size: .32rem !important;
}
.fz18 {
font-size: .18rem;
}
.fz34 {
font-size: .34rem !important;
}
/* 28 */
.fz37 {
font-size: .37rem !important;
}
/* 30 */
.fz04 {
font-size: .4rem !important;
}
.fz42 {
font-size: .42rem;
}
/* 36 */
.fz48 {
font-size: .48rem !important;
}
.fz50 {
font-size: .50rem !important;;
}
.fz66 {
font-size: .66rem !important;
}
.fz100 {
	font-size: 1rem !important;
}
.maging-f20 {
	margin: 0 -10px 0 !important;
}
.maging-fb5 {
margin-bottom: -.5rem;
}
.col-pt-50 {
	padding-top: 50px;
}
.col-mt-50 {
	margin-top: 50px;
}
.col-mb-50 {
	margin-bottom: 50px;
}
.position-static {
	position: static !important;
}
.position-relative {
	position: relative !important;
}
.position-absolute {
	position: absolute !important;
}
.position-fixed {
	position: fixed !important;
}
.icon-size {
	font-size: 49px;
	display: block;
	margin-bottom: 20px;
}
.img-size {
	width: 100%;
}
.bgfix {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.hover-a:hover {
	color: #d23c39 !important;
}
.height-100 {
	height: 100%;
}
.width-100 {
	width: 100%;
}
.width-l-100 {
	width: 100% !important;
	left: 0 !important;
}
.flex_width {
	flex: 1
}
.text-shadow {
	text-shadow: 0px 0px 27px #000;
}
.flex_width_15 {
	flex: 0 0 15%
}
.flex_width_25 {
	flex: 0 0 25%
}
.flex_width_35 {
	flex: 0 0 35%
}
.flex_width_40 {
	flex: 0 0 40%
}
.flex_width_50 {
	flex: 0 0 50%
}
.flex_width_65 {
	flex: 0 0 65%
}
.flex_width_85 {
	flex: 0 0 85%
}
.oh {
	overflow:hidden;
}
.text-content {
	text-align: center
}
.border_bottom {
	border-bottom: 1px solid #ccc
}
.no_border {
	border: none !important;
}
.border_bottom_ed {
	border-bottom: 1px #ededed solid !important;
}
.border_top_ed {
	border-top: 1px #ededed solid !important;
}
.line_height_15 {
	line-height:1.5;
}
.line_height_20 {
	line-height:2;
}
.line_one {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.line_two {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.mg_0 {
	margin: 0 !important;
}
.pd_0 {
	padding: 0 !important;
}
.pd_range {
padding-left:.26rem;
padding-right:.26rem;
}
.mt_20 {
margin-top: .26rem
}
.ml_20 {
margin-left: .26rem
}
.ml_40 {
margin-left: .53rem
}
.ml_30 {
margin-left: .4rem
}
.mr_10 {
margin-right: .13rem
}
.mr_20 {
margin-right: .26rem
}
.mr_40 {
margin-right: .53rem
}
.mb_10 {
margin-bottom: .13rem
}
.mb_20 {
margin-bottom: .26rem
}
.mb_30 {
margin-bottom: .4rem
}
.mt_25 {
margin-top: .33rem
}
.mt_30 {
margin-top: .4rem
}
.mt_40 {
margin-top: .53rem
}
.mt_50 {
margin-top: .66rem
}
.mt_60 {
margin-top: .8rem
}
.mt_70 {
margin-top: .93rem
}
.mb_25 {
margin-bottom: .33rem
}
.mb_30 {
margin-bottom: .4rem
}
.mb_105 {
	margin-bottom: 1.39rem
}
.mtb_25 {
margin: .33rem 0;
}
.mb-35 {
margin-bottom: .46rem
}
.mb-40 {
margin-bottom: .53rem
}
.mb_50 {
margin-bottom: .66rem
}
.pr-20 {
padding-right: .26rem
}
.pr-25 {
padding-right: .33rem
}
.pr-60 {
padding-right: .8rem
}
.pl-20 {
padding-left: .26rem
}
.pl-25 {
padding-left: .33rem
}
.pl-40 {
padding-left: .53rem
}
.pl-60 {
padding-left: .8rem
}
.pt-10 {
padding-top: .1rem
}
.pt-20 {
padding-top: .26rem
}
.pt-25 {
padding-top: .33rem
}
.pt-30 {
padding-top: .4rem
}
.pt-35 {
padding-top: .46rem
}
.pt-40 {
padding-top: .53rem
}
.pt-60 {
padding-top: .8rem
}
.pb-20 {
padding-bottom: .26rem !important;
}
.pb-25 {
padding-bottom: .33rem !important;
}
.pb-30 {
padding-bottom: .4rem
}
.pb-35 {
padding-bottom: .46rem
}
.pb-40 {
padding-bottom: .53rem
}
.pb-50 {
padding-bottom: .66rem !important
}
.ptrl_20 {
padding-top:.26rem;
padding-right:.26rem;
padding-left: .26rem;
}
.ptb_25 {
padding-top:.33rem;
padding-bottom:.33rem;
}
.ptd-40 {
padding-top:.53rem !important;
padding-bottom:.53rem !important;
}
.plr-40 {
padding: 0 .53rem
}
.text-index {
	text-indent: 2em;
}
