html,
body,
div,
span,
h1,
h2,
h3,
p,
a,
em,
img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

p {
	/*line-height: 0.42rem;*/
	font-size: 0.24rem;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

html * {
	outline: 0;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-font-smoothing: antialiased;
	background: #f2f2f2;
	margin: 0 auto;
	font-family: 'Lato', sans-serif;
	-webkit-text-size-adjust: none;
}

.main {
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
}

.m_main {
    position: relative;
	min-width: 320px;
	max-width: 640px;
    width: 100%;
    height: auto;
    margin: auto;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.c1 {
	zoom: 1;
}

.wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

.bg-f9{
	background-color: #fff;
}

.bg-f5 {
	background-color: #f5f5f5;
}

.bg-f6 {
	background-color: #686DFF;
}

.bg-ff {
	background: #FFFFFF;
}

.bg-4b {
	background: #4B75FC;
}

.bg-f8 {
	background: #F8F8F8;
}

.bg-f0 {
	background: #f0f0f0;
}

.white-bg {
	background-color: white !important;
}

.bg-red {
	background-color: #F94842;
}

.bg-2c {
	background-color: #2cafcd;
}

.bg-f1 {
	background-color: #f1f1f1;
}

.e5-bbline {
	border-bottom: 0.02rem solid #e5e5e5;
}


img {
	/* width: 100%;
	height: 100%; */
	border: 0;
}

/*flex*/
.block {
	display: block;
}

.flex {
	display: flex;
	flex-direction: row;
}

.flex-wrap {
	flex-wrap: wrap;
}

.align-center {
	align-items: center;
}


.align-stretch {
	align-items: stretch;
}

.align-start {
	align-items: flex-start;
}

.align-end {
	align-items: flex-end;
}

.content-start {
	align-content: flex-start;
}

.content-end {
	align-content: flex-end;
}

.content-center {
	align-content: center;
}

.content-between {
	align-content: space-between;
}

.content-around {
	align-content: space-around;
}

.content-stretch {
	align-content: stretch;
}

.flex-1 {
	flex: 1;
}

.flex-2 {
	flex: 2;
}

.flex-3 {
	flex: 3;
}

.flex-4 {
	flex: 4;
}

.flex-5 {
	flex: 5;
}

.flex-shrink {
	flex-shrink: 0;
}

.justify-start {
	justify-content: flex-start;
}

.justify-end {
	justify-content: flex-end;
}

.justify-between {
	justify-content: space-between;
}

.justify-center {
	justify-content: center;
}

.pos-r {
	position: relative;
}

.pos-a {
	position: absolute;
}

.pos-f {
	position: fixed;
}

.justify-flexend {
	justify-content: flex-end;
}


/* 文字粗细和斜体 */

.font-weight-light {
	font-weight: 300;
}


/*细*/

.font-weight-lighter {
	font-weight: 100;
}


/*更细*/

.font-weight-normal {
	font-weight: 400;
}

.option-1 {
	opacity: 0.1;
}

/*正常*/

.font-weight-bold {
	font-weight: 700;
}


/*粗*/

.font-weight-bolder {
	font-weight: bold;
}


/*更粗*/

.font-italic {
	font-style: italic;
}


/*文字颜色*/
.text-88 {
	color: #888888;
}

.text-main {
	color: #11AA99 !important;
}

.text-block {
	color: #1A1E25;
}

.text-gray {
	color: #6A6A6A;
}

.text-99 {
	color: #999999;
}

.text-white {
	color: #FFFFFF !important;
}

.text-cerulenin {
	color: #687CFF;
}

.text-blue {
	color: #4E63F1;
}

.text-warring {
	color: #FCC33C;
}

.text-danger {
	color: #FF6767;
}

.text-4b {
	color: #4B4B4B;
}


/* 文字换行溢出处理 */

.text-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.text-ellipsis-two {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}


/*背景颜色*/
.bg-a7 {
	background: #A7A7A7;
}

.bg-main {
	background: #11AA99 !important;
}

.ba-main-option {

	background: rgba(17, 170, 153, 0.15) !important;
}

.bg-grey {
	background: rgba(238, 240, 255, 1);
}

.bg-blue {
	background: rgba(78, 99, 241, 1) !important;
}

.bg-success {
	background: rgba(1, 184, 139, 1);
}

.bg-white {
	background: rgba(255, 255, 255, 1);
}

.bg-f5 {
	background: rgba(245, 245, 245, 1);
}

.bg-warning {
	background: rgba(252, 195, 60, 1);
}

.bg-danger {
	background: rgba(255, 103, 103, 1);
}

/*背景渐变*/
.bg-line-blue {
	background: linear-gradient(86deg, #687CFF 0%, #7F8FF9 100%);
}

/*线条*/
.border {
	border: 1px solid #CCCCCC;
}

.border-color-main {
	border-color: #11AA99 !important;
}

.border-color-cc {
	border-color: #CCCCCC !important;
}

.border-bottom-sild {
	border-bottom: 1px solid #D5D5D5;
}

.border-left {
	border-left: 2px solid #11AA99;
}

.border-0 {
	border: 0;
}

/* 阴影 */
.shadow {
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.shadow-lg {
	box-shadow: 0rpx 40rpx 100rpx 0rpx rgba(0, 0, 0, 0.175);
}

.shadow-none {
	box-shadow: none !important;
}

/*圆角*/
.roundtl-30 {
	border-top-left-radius: 30px;
}

.roundbl-30 {
	border-bottom-left-radius: 30px;
}

.roundtr-30 {
	border-top-right-radius: 30px;
}

.roundbr-30 {
	border-bottom-right-radius: 30px;
}

.round {
	border-radius: 100%;
}

.round-40 {
	border-radius: 40px;
}

.round-30 {
	border-radius: 30px;
}

.round-20 {
	border-radius: 20px;
}

.round-10 {
	border-radius: 10px;
}

.round-5 {
	border-radius: 5px;
}

/*内边距*/
.px-05 {
	padding-left: 5px;
	padding-right: 5px;
}

.pr-1 {
	padding-right: 10px;
}

.pr-2 {
	padding-right: 20px;
}

.pr-3 {
	padding-right: 30px;
}

.px-1 {
	padding-left: 10px;
	padding-right: 10px;
}

.py-1 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.px-05 {
	padding-left: 5px;
	padding-right: 5px;
}

.py-05 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.px-2 {
	padding-left: 20px;
	padding-right: 20px;
}

.py-2 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.px-3 {
	padding-left: 30px;
	padding-right: 30px;
}

.py-3 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.py-4 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.pt-0 {
	padding-top: 0;
}

.pt {
	padding-top: 5px;
}

.pt-1 {
	padding-top: 10px;
}

.pt-2 {
	padding-top: 20px;
}

.pt-3 {
	padding-top: 30px;
}

.pt-4 {
	padding-top: 40px;
}

.pb-1 {
	padding-bottom: 10px;
}

.pb-2 {
	padding-bottom: 20px;
}

.pb-3 {
	padding-bottom: 30px;
}

.pl-2 {
	padding-left: 20px;
}

.p-1 {
	padding: 10px;
}

.p-105 {
	padding: 15px;
}

.p-2 {
	padding: 20px;
}

.p-3 {
	padding: 30px;
}

/*外边距*/
.m-auto {
	margin: auto;
}

.mt-1 {
	margin-top: 10px;
}

.mt-2 {
	margin-top: 20px;
}

.mt-3 {
	margin-top: 30px;
}

.mt-5 {
	margin-top: 50px;
}

.mt-4 {
	margin-top: 40px;
}

.mb-1 {
	margin-bottom: 10px;
}

.mb-2 {
	margin-bottom: 20px;
}

.mb-3 {
	margin-bottom: 30px;
}

.ml-05 {
	margin-left: 5px;
}

.ml-1 {
	margin-left: 10px;
}

.ml-2 {
	margin-left: 20px;
}

.ml-3 {
	margin-left: 30px;
}

.ml-4 {
	margin-left: 40px;
}

.ml-5 {
	margin-left: 50px;
}

.mr-1 {
	margin-right: 10px;
}

.mr-2 {
	margin-right: 20px;
}

.mr-3 {
	margin-right: 30px;
}

.mx-1 {
	margin-left: 10px;
	margin-right: 10px;
}

.mx-2 {
	margin-left: 20px;
	margin-right: 20px;
}

.mx-3 {
	margin-left: 30px;
	margin-right: 30px;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-05 {
	margin-bottom: 0.5rem;
}

.w-100 {
	width: 100%;
}

.h-100 {
	height: 100%;
}

.d-inline-block {
	display: inline-block;
}

/*box*/
.box {
	background: rgba(255, 255, 255, 1);
	opacity: 1;
	border-radius: 10px;
}

/*按钮*/
button {
	border: none;
}

button:focus,
button:active:focus,
button:focus,
button.focus,
button:active.focus {
	outline: none;
	/* border: none; */
	box-shadow: none;
}

button:active:focus {
	outline: none;
	border-color: transparent;
	box-shadow: none;
}

/*input*/
input:active:focus,
input:active,
input:focus {
	outline: none;
}

/*checkbox*/
input[type=checkbox] {
	width: 20px;
	height: 20px;
}

/*模态框*/
.poup {
	display: none;
	position: fixed;
	top: 30%;
	left: 50%;
	width: 646px;
	background-color: #FFFFFF;
	z-index: 999;
	transform: translate(-50%, -30%);
	-ms-transform: translate(-50%, -30%);
	-moz-transform: translate(-50%, -30%);
	-webkit-transform: translate(-50%, -30%);
	-o-transform: translate(-50%, -30%);
}

.poup-input input[type=text]:focus,
.poup-input input[type=text] {
	border: 1px solid #D7DDE4;
}

.mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
	background: rgba(4, 4, 15, 0.4);
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

a:hover,
ul li:active,
a:focus {
	text-decoration: none;
}

input[type=password] {
	margin-bottom: 0px;
	border: 0;
}

.blue-color{
	color: #4C76FB !important;
}

.blue2-color{
	color: #4D79F9 !important;
}

.black47-color{
	color: #474545 !important;
}