/*网页样式重置reset*/

html {
	font-size: 1em;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
}

body {
	font-size: 0.75em;
}

label {
	cursor: pointer;
}

a:link,
a:visited {
	text-decoration: none;
}

input,
button,
select,
textarea {
	outline: none;
}

textarea {
	resize: none;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
body,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
menu,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strike,
strong,
sub,
sup,
table,
tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt,
u,
ul,
var {
	margin: 0;
	padding: 0;
	border: 0;
}

li {
	list-style: none;
}

article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
	display: block;
}


/*html5设置*/

h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
table,
input,
button,
select,
textarea,
sub {
	font-size: 1em;
}

body,
input,
button,
select,
textarea,
sub {}

em,
cite,
address,
optgroup {
	font-style: normal;
}

kbd,
samp,
code {}

img,
input,
button,
select,
textarea {
	vertical-align: middle;
}

ul,
ol {
	list-style: none;
}

img,
fieldset {
	border: 0;
}

abbr,
acronym {
	cursor: help;
	border-bottom: 1px dotted black;
}

table {
	width: 100%;
	border-spacing: 0;
	border: 0;
}

table th,
table td {
	border: 0;
}

legend,
hr {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

legend,
hr,
caption {
	visibility: hidden;
	font-size: 0;
	width: 0;
	height: 0;
	line-height: 0;
}


/*------------------------------------------------------------------------------------------------------------------------------*/


/*统一样式*/

html {
	width: 100%;
	height: 100%;
	background: #ffffff;
	margin: 0;
	border: 0;
}



/*统一功能元件样式 f-*/

.f-fl {
	float: left;
}

.f-fr {
	float: right;
}

.f-imgW01 {
	max-width: 100%;
}

.f-imgW02 {
	max-width: 320px;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}


/*index*/

.p-index {
	position: absolute;
	height: auto;
	width: 100%;
	overflow: auto;
	background: #000;
	background-size: cover;
}

.portrait .p-index {
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	-o-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-ms-transform: scale(0.4);
	margin-top: -44%;
}


/*模块 m-*/

.m-page {
	position: relative;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: transparent;
	transform-origin: center;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	-ms-transform-origin: center;
}

.m-page.show {
	z-index: 10;
	display: block;
	opacity: 1;
}

.m-page.hide {
	z-index: 5;
	display: none;
	opacity: 0;
}

.m-page.active {
	z-index: 15;
	display: block;
	opacity: 1;
}

.m-page.anim.show {
	z-index: 10;
	display: block;
	opacity: 1;
	-webkit-transition: all 600ms linear;
	-moz-transition: all 600ms linear;
	-ms-transition: all 600ms linear;
	-o-transition: all 600ms linear;
	transition: all 600ms linear;
}

.m-page.anim.hide {
	z-index: 5;
	display: block;
	opacity: 0;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}

.m-page.anim.active {
	z-index: 15;
	display: block;
	opacity: 1;
	-webkit-transition: all 500ms linear 100ms;
	-moz-transition: all 500ms linear 100ms;
	-ms-transition: all 500ms linear 100ms;
	-o-transition: all 500ms linear 100ms;
	transition: all 500ms linear 100ms;
}

.m-img {
	width: 100%;
	height: 100%;
}

.m-img2 {
	width: 100%;
	height: auto;
}

.m-abs {
	position: absolute;
	width: auto;
	height: auto;
}

.m-re {
	position: relative;
	width: auto;
	height: auto;
}

.m-fixed {
	position: fixed;
	width: auto;
	height: auto;
}

.m-full {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.m-cover {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.60);
}

.zoomh_t {
	transform-origin: center 0;
	-webkit-transform-origin: center 0;
	-moz-transform-origin: center 0;
	-o-transform-origin: center 0;
	-ms-transform-origin: center 0;
}

.zoomh_m {
	transform-origin: center;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	-ms-transform-origin: center;
}

.zoomh_b {
	transform-origin: center bottom;
	-webkit-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	-o-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
}

.zoomh_80 {
	transform-origin: center 90%;
	-webkit-transform-origin: center 90%;
	-moz-transform-origin: center 90%;
	-o-transform-origin: center 90%;
	-ms-transform-origin: center 90%;
}

.zoomh_20 {
	transform-origin: center 20%;
	-webkit-transform-origin: center 20%;
	-moz-transform-origin: center 20%;
	-o-transform-origin: center 20%;
	-ms-transform-origin: center 20%;
}

.zooml_t {
	transform-origin: left 0;
	-webkit-transform-origin: left 0;
	-moz-transform-origin: left 0;
	-o-transform-origin: left 0;
	-ms-transform-origin: left 0;
}

.zooml_m {
	transform-origin: left center;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	-ms-transform-origin: left center;
}

.zooml_b {
	transform-origin: left bottom;
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	-o-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
}

.zooml_80 {
	transform-origin: left 90%;
	-webkit-transform-origin: left 90%;
	-moz-transform-origin: left 90%;
	-o-transform-origin: left 90%;
	-ms-transform-origin: left 90%;
}

.zooml_20 {
	transform-origin: left 20%;
	-webkit-transform-origin: left 20%;
	-moz-transform-origin: left 20%;
	-o-transform-origin: left 20%;
	-ms-transform-origin: left 20%;
}

.zoom20_b {
	transform-origin: 20% bottom;
	-webkit-transform-origin: 20% bottom;
	-moz-transform-origin: 20% bottom;
	-o-transform-origin: 20% bottom;
	-ms-transform-origin: 20% bottom;
}

.screentip {
	position: fixed;
	z-index: 99999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	background: #000 center center no-repeat;
	background-size: cover;
}

.screentip .content {
	line-height: 150%;
	letter-spacing: 1px;
	font-size: 26px;
	/*display: none;*/
}

.screentip .content img {
	width: 300px;
}

.screentip .content span {
	font-size: 26px;
	width: 90%;
	padding-left: 5%;
	line-height: 50px;
	display: block;
}

.hmiddle {
	display: table;
	vertical-align: middle;
	_position: absolute;
	overflow: hidden;
}

.subwrap {
	vertical-align: middle;
	display: table-cell;
	_position: absolute;
	_top: 50%;
}

.content {
	position: relative;
	top: -50%;
}


/* pageLoading */

.pageLoading {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	height: 100%;
	width: 100%;
	background: rgba(248, 248, 248, 0.30);
}

.pageLoading img,
.m-cover img {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100px;
	width: 100px;
	margin: -50px -50px;
	opacity: 0.8;
}

div.hide,
img.hide,
section.hide,
input.hide {
	display: none;
}

.bold {
	font-weight: bold;
}

.mask {
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	opacity: 1;
}

.scale0 {
	transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
}

.scale1 {
	transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}

.i-sicon {
	width: 0;
	height: 0;
	left: 0;
	top: 0;
	z-index: -99;
	opacity: 0;
	font-size: 0;
	margin: 0;
	border: 0;
	padding: 0;
}

#scroller {
	position: absolute;
	z-index: 9999;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	width: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}


page {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	background-color: #f2f2f2;
	/* font-family: ff-regular; */
	/* overflow-y: auto; */
	/* font-family: 'Source Han Sans CN'; */
}


button::after {
	border: none !important;
	border-radius: 0 !important;
}

button,
button:not([size='mini']) {
	background-color: unset;
	border-radius: 0;
}

view,
swiper,
swiper-item,
scroll-view {
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
}

div,
text,
button {
  font-family: ff-SOURCEHANSANSCN-MEDIUM;
  color: #3D3B44;
}


/*自定义字体*/

@font-face {
	font-family: 'SOURCEHANSANSCN-MEDIUM';
	src: url("../font/SOURCEHANSANSCN-MEDIUM.OTF");
}

@font-face {
	font-family: 'SOURCEHANSANSCN-BOLD';
	src: url("../font/SOURCEHANSANSCN-BOLD.OTF");
}

@font-face {
	font-family: 'SOURCEHANSANSCN-REGULAR';
	src: url("../font/SOURCEHANSANSCN-REGULAR.OTF");
}

/* @font-face {
	font-family: 'SOURCEHANSANSCN-HEAVY';
	src: url("../font/SOURCEHANSANSCN-HEAVY.OTF");
} */

.ff-SOURCEHANSANSCN-MEDIUM {
	font-family: SOURCEHANSANSCN-MEDIUM;
}

.ff-SOURCEHANSANSCN-BOLD {
	font-family: SOURCEHANSANSCN-BOLD;
}

.ff-SOURCEHANSANSCN-REGULAR {
	font-family: SOURCEHANSANSCN-REGULAR;
}

/* .ff-SOURCEHANSANSCN-HEAVY {
	font-family: SOURCEHANSANSCN-HEAVY;
} */

.container {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid{
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.db {
	display: block;
}

.inline {
	display: inline-block;
}

/* width, height */
.w100 {
	width: 100%;
}

.h100 {
	height: 100%;
}

/*flex*/
.flex {
	display: flex;
}

.flexwrap {
	flex-wrap: wrap;
}

.flexfe {
	align-items: flex-end;
}


.flexlr {
	justify-content: space-between;
}

/*flex center center - 主轴*/
.flexcc {
	justify-content: center;
	align-items: center;
}

/*flex center auto - 水平居中*/
.flexca {
	justify-content: center;
}

/*flex auto center - 垂直居中*/
.flexac {
	align-items: center;
}

.vata {
	vertical-align: middle;
	text-align: center
}


/*flex left right*/
.flex-item {
	flex: 1;
}

.flex-item2 {
	flex: 2;
}

.flex-item3 {
	flex: 3;
}


.flexcul {
	flex-flow: column;
}

.flexdc {
	flex-direction: column;
}

.flexab {
	align-items: baseline;
}

.pos-rel {
	position: relative;
	top: 0;
	left: 0;
}

.pos-abs {
	position: absolute;
	z-index: 33;
}

.pos-fix {
	position: fixed;
	z-index: 99;
}

.pos-fix-page {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.center {
	text-align: center;
}

.ver-center {
	vertical-align: center;
}

/* 水平两端对齐 */
.t-lr {
	text-align: justify;
	text-align-last: justify;
}

/* 垂直两端对齐 */
.t-tb {
	writing-mode: vertical-lr;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.f-ss {
	font-weight: 100;
}

.f-s {
	font-weight: 300;
}

.f-xs {
  font-weight: 400;
}


.f-m {
  font-weight: 500;
}


.f-b {
	font-weight: bolder;
}

.f-bb {
	font-weight: bold;
}

.f-underline {
	text-decoration: underline;
}

.f-line-through {
	text-decoration: line-through;
}

.f-spacing {
	letter-spacing: 2px;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ellipsis2 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;
}

/* .hide {
  display: none !important;
}
 */
.over-auto {
	overflow: hidden;
	overflow-y: auto;
}

button {
	position: unset;
	display: unset;
	margin-left: unset;
	margin-right: unset;
	padding-left: unset;
	padding-right: unset;
	box-sizing: border-box;
	font-size: unset;
	text-align: center;
	text-decoration: none;
	line-height: unset;
	border-radius: unset;
	-webkit-tap-highlight-color: transparent;
	overflow: hidden;
	color: #1E222E;
	background-color: #F0F0F0;
}

.weui-dialog__btn {
	padding: 0 !important;
	height: 112px !important;
	line-height: 112px !important;
}

/* .container {
  min-height: 100%;
  overflow-x: hidden;
} */

::-webkit-scrollbar {
	width: 0;
	height: 0;
	color: transparent;
}

div,
text {
	line-height: 1;
}


.f-bb {
  font-weight: bold;
}

.f-18 {
	font-size: 18px;
}

.f-20 {
	font-size: 20px;
}

.f-22 {
	font-size: 22px;
}

.f-24 {
	font-size: 24px;
}

.f-26 {
	font-size: 26px;
}

.f-28 {
	font-size: 28px;
}

.f-30 {
	font-size: 30px;
}

.f-32 {
	font-size: 32px;
}

.f-36 {
	font-size: 36px;
}

.f-40 {
	font-size: 40px;
}

.f-44 {
	font-size: 44px;
}

.f-46 {
	font-size: 46px;
}

.f-48 {
	font-size: 48px;
}

.f-50 {
	font-size: 50px;
}


.f-52 {
	font-size: 52px;
}

.f-56 {
	font-size: 56px;
}

.f-60 {
	font-size: 60px;
}

.f-70 {
	font-size: 70px;
}

.f-74 {
	font-size: 74px;
}

.f-80 {
	font-size: 80px;
}

.f-90 {
	font-size: 90px;
}

.f-red {
	color: #ee0000 !important;
}

.f-orange {
	color: #e84e0e !important;
}


.f-white {
	color: #ffffff !important;
}

.f-black {
	color: #3D3B44 !important;
}

.f-black2 {
	color: #151515 !important;
}

.f-blue {
	color: #005ba5 !important;
}

.f-grey {
	color: #151515 !important;
}


.f-grey2 {
	color: rgb(169, 169, 169) !important;
}

.f-grey-form {
	color: #B1B1B1 !important;
}

.f-deepgrey {
	color: #0C2340 !important;
}

.f-green {
	color: #17b353 !important;
}

.f-deepgrey2 {
	color: #007BC2 !important;
}

.f-grey88 {
	color: #888 !important;
}

.f-grey68 {
	color: #686868 !important;
}

.bg-white {
	background: #ffffff !important;
}

.bg-orange {
	background: #e84e0e !important;
}

.bg-pink {
	background: #f6569b !important;
}


.bg-red {
	background: #ee0000 !important;
}

.bg-blue {
	background: #005ba5 !important;
}


.bg-grey {
	background: rgb(245, 245, 245) !important;
}

/* .bg-grey {
	background: navajowhite !important;
}
 */

.bg-grey2 {
	background: rgb(250, 250, 250) !important;
}


.bg-grey3 {
	background: #F2F2F2 !important;
}

.bg-grey-form {
	background: #B1B1B1 !important;
}

.bg-deepgrey {
	background: #0C2340 !important;
}

.bg-black {
	background: #000000 !important;
}

.bg-black2 {
	background: #151515 !important;
}

.bg-black3 {
	background: #333 !important;
}

.l-h20 {
	line-height: 20px;
}

.l-h28 {
	line-height: 28px;
}

.l-h30 {
	line-height: 30px;
}

.l-h32 {
	line-height: 32px;
}

.l-h34 {
	line-height: 34px;
}

.l-h36 {
	line-height: 36px;
}

.l-h40 {
	line-height: 40px;
}

.l-h52 {
	line-height: 52px;
}

.lh1 {
	line-height: 1;
}

.lh12 {
	line-height: 1.2;
}

.lh13 {
	line-height: 1.3;
}

.lh15 {
	line-height: 1.5;
}

.lh2 {
	line-height: 2;
}

.banner-dots {
	bottom: 100px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 37;
}

.banner-dot {
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: rgba(255, 255, 255, .5);
}


.banner-dot-active {
	width: 8px;
	height: 8px;
	background: rgba(255, 255, 255, 1);
}

.banner-dot+.banner-dot {
	margin-left: 10px;
}

.border-radius10 {
	border-radius: 10px !important;
}

.margin-xs {
	margin: 10px;
}

.margin-sm {
	margin: 20px;
}

.margin {
	margin: 30px;
}

.margin-lg {
	margin: 40px;
}

.margin-xl {
	margin: 50px;
}

.margin-top-xs {
	margin-top: 10px;
}

.margin-top-sm {
	margin-top: 20px;
}

.margin-top {
	margin-top: 30px;
}

.margin-top-lg {
	margin-top: 40px;
}

.margin-top-xl {
	margin-top: 50px;
}

.margin-top-ll {
	margin-top: 60px;
}

.margin-top-100 {
	margin-top: 100px;
}

.margin-bottom-xs {
	margin-bottom: 10px;
}

.margin-bottom-sm {
	margin-bottom: 20px;
}

.margin-bottom {
	margin-bottom: 30px;
}

.margin-bottom-lg {
	margin-bottom: 40px;
}

.margin-bottom-xl {
	margin-bottom: 50px;
}

.margin-left-xs {
	margin-left: 10px;
}

.margin-left-sm {
	margin-left: 20px;
}

.margin-left {
	margin-left: 30px;
}

.margin-left-lg {
	margin-left: 40px;
}

.margin-left-xl {
	margin-left: 50px;
}

.margin-right-xs {
	margin-right: 10px;
}

.margin-right-sm {
	margin-right: 20px;
}

.margin-right {
	margin-right: 30px;
}

.margin-right-lg {
	margin-right: 40px;
}

.margin-right-xl {
	margin-right: 50px;
}

.padding-xs {
	padding: 10px;
}

.padding-sm {
	padding: 20px;
}

.padding {
	padding: 30px;
}

.padding-lg {
	padding: 40px;
}

.padding-xl {
	padding: 50px;
}

.padding-top-sm {
	padding-top: 20px;
}

.padding-top {
	padding-top: 30px;
}

.padding-top-lg {
	padding-top: 40px;
}

.padding-top-xl {
	padding-top: 50px;
}

.padding-left-xs {
	padding-left: 10px;
}

.padding-left-sm {
	padding-left: 20px;
}


.padding-left {
	padding-left: 30px;
}

.padding-left-lg {
	padding-left: 40px;
}

.padding-left-xl {
	padding-left: 50px;
}

.padding-right-xs {
	padding-right: 10px;
}

.padding-right-sm {
	padding-right: 20px;
}

.padding-right {
	padding-right: 30px;
}

.padding-right-lg {
	padding-right: 40px;
}

.padding-right-xl {
	padding-right: 50px;
}

.padding-bottom-xs {
	padding-bottom: 10px;
}

.padding-bottom-sm {
	padding-bottom: 20px;
}

.padding-bottom {
	padding-bottom: 30px;
}

.padding-bottom-lg {
	padding-bottom: 40px;
}

.padding-bottom-xl {
	padding-bottom: 50px;
}

.nullView10 {
	width: 100%;
	height: 10px;
}

.nullView20 {
	width: 100%;
	height: 20px;
}


.nullView30 {
	width: 100%;
	height: 30px;
}

.nullView50 {
	width: 100%;
	height: 50px;
}

.opacity0 {
	opacity: 0;
}

.opacity1 {
	opacity: 1;
}

.border-white{
	border: 1px white solid;
}

.pointer {
    cursor: pointer;
}