/*全局*/
body {
	background-color: rgba(245, 245, 245, 1.00);
	font-family: Arial;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	color: rgba(66, 66, 66, 1.00);
	overflow-x: hidden;
}

body,
html {
	width: 100%;
	height: 100%;
}

body,
ul,
li,
ol,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
p {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: normal;
}

figure {
	width: 100%;
	margin: 0;
	padding: 0;
}

* {
	-webkit-tap-highlight-color: transparent;
	font-family: "微软雅黑";
	box-sizing: border-box;
}

@font-face {
  font-family: 'djpt-icon';  /* project id 2191018 */
  src: url('http://at.alicdn.com/t/font_2191018_fzlingnjw.ttf') format('truetype');
}

@font-face {
	font-family: 'alpht';
	font-display: swap;
	src: url('http://at.alicdn.com/t/webfont_jbbllf792j.eot?#iefix') format('embedded-opentype'),
		url('http://at.alicdn.com/t/webfont_jbbllf792j.woff2') format('woff2'),
		url('http://at.alicdn.com/t/webfont_jbbllf792j.woff') format('woff'),
		url('http://at.alicdn.com/t/webfont_jbbllf792j.ttf') format('truetype'),
		url('http://at.alicdn.com/t/webfont_jbbllf792j.svg#Alibaba-PuHuiTi-Regular') format('svg');
}

/*字体快捷*/
@font-face {
	font-family: shuzi_1;
	src: url(../fonts/num_1.ttf);
}

@font-face {
	font-family: shuzi_2;
	src: url(../fonts/num_2.ttf);
}

@font-face {
	font-family: shuzi_3;
	src: url(../fonts/num_3.ttf);
}

@font-face {
	font-family: shuzi_4;
	src: url(../fonts/num_4.ttf);
}

@font-face {
	font-family: shuzi_5;
	src: url(../fonts/num_5.ttf);
}

@font-face {
	font-family: shuzi_6;
	src: url(../fonts/num_6.ttf);
}

.ft-dj {
	font-family: djpt-icon;
}

.fonts-sz1 {
	font-family: shuzi_1;
}

.fonts-sz2 {
	font-family: shuzi_2;
}

.fonts-sz3 {
	font-family: shuzi_3;
}

.fonts-sz4 {
	font-family: shuzi_4;
}

.fonts-sz5 {
	font-family: shuzi_5;
}

.fonts-sz6 {
	font-family: shuzi_6;
}

/*end*/
/*
img {
    vertical-align: top;
    width: 100%;
    height: auto;
}
*/
a {
	text-decoration: none;
	color: currentColor;
	display: block;
}

.clear:after {
	content: '';
	display: block;
	clear: both;
}

.flex {
	display: flex;
}

.flex-sz {
	display: flex;
	align-items: center;
}

.flex-szb {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-sza {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.flex-hz {
	display: flex;
	justify-content: center;
}

.flex-sh {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-shc {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.fl-a {
	flex: auto;
}

.fl-n {
	flex: none;
}

input,
textarea,
select {
	appearance: none;
	-moz-appearance: none;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	outline: none;
}

.wzdh-1 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	white-space: normal;
}

.wzdh-2 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: normal;
}

.wzdh-m {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/*是否加粗*/
.font-b {
	font-weight: bold;
}

.font-nb {
	font-weight: normal !important;
}

/*end*/
.col-0 {
	color: #FFFFFF !important;
}

.col-1 {
	color: rgba(69, 69, 69, 1.00) !important;
}

.col-2 {
	color: rgba(166, 166, 166, 1.00) !important;
}

.col-2a {
	color: #626262 !important;
}

.col-3 {
	color: #b71d22 !important;
}

.col-b1 {
	background-color: #FFFFFF !important;
}

.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
	position: relative;
	z-index: 20;
}

.close {
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index: 666;
	bottom: 0px;
	display: none;
}

/*禁止滑动*/
.motionless {
	height: 100%;
	overflow: hidden;
}

/*弹窗*/
.pop-up {
	position: fixed;
	margin: auto;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.80);
	z-index: 999;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: center;
}

.pop-up-1 {
	width: 100%;
	position: relative;
	z-index: 100;
}

.pop-up-2 {
	text-align: center;
}

.pop-up-close {
	width: 0.6rem;
	height: 0.6rem;
}

.pop-up-time {
	position: absolute;
	top: 0.4rem;
	right: 0.4rem;
	color: rgba(255, 255, 255, 1.00);
}

/*细线*/
.string,
.string-1,
.string-list>div {
	position: relative;
}

.string:before,
.nav-top:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(240, 240, 240, 1.00);
	transform: scaleY(0.5);
}

/**/
/**/
/*结构*/
/**/
/**/
/*总框架*/
.flexbox {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0 auto;
	max-width: 750px;
}

.flexbox>div {
	flex: 0 0 auto;
	overflow: hidden;
}

.flexbox-content {
	flex: 1 1 auto !important;
	overflow-x: hidden;
	overflow-y: auto !important;
	position: relative;
	height: 100%;
}

.flexbox-footer *,
.nav-top * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fixed-top>div:first-child {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 500;
}

.publish-rt>input {
	height: 0.5rem !important;
	font-size: 0.26rem;
	border-radius: 0.1rem;
}

.fixed-top:before {
	content: '';
	display: block;
	width: 100%;
	height: 0.9rem;
	background-color: transparent;
}

.fixed-footer>footer {
	width: 100%;
	position: fixed;
	z-index: 600;
	bottom: 0;
}

.fixed-footer:before {
	content: '';
	display: block;
	width: 100%;
	height: 1rem;
	background-color: transparent;
}

/**/
/**/
/*end*/
/**/
/**/


/*勾选*/
.gouxuan {
	display: flex;
	align-items: center;
}

.gouxuan>input {
	display: none;
}

.gouxuan>i {
	flex: 0 0 auto;
	width: 0.36rem;
	height: 0.36rem;
	background-image: url(../images/ui/radio-1a.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.gouxuan>input:checked~i {
	background-image: url(../images/ui/radio-1b.png);
}

/*tab切换样式通用*/
.tab-bd>div {
	display: none;
}

.tab-bd>div.thisclass {
	display: block;
}

/*消息提示数*/
.message {
	position: relative;
}

.message>i {
	min-width: 0.4rem;
	min-height: 0.4rem;
	padding: 0 0.05rem;
	border-left: 0.04rem solid #fff;
	border-right: 0.04rem solid #fff;
	border-bottom: 0.04rem solid #FFFFFF;
	border-top: 0.04rem solid #fff;
	border-radius: 1rem;
	background-color: #FF4600;
	font-size: 0.2rem;
	font-style: normal;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -0.1rem;
	left: 65%;
	z-index: 50;
}

.message.message-dot>i {
	min-width: 0.15rem;
	min-height: 0.15rem;
	border: none;
	color: transparent;
	overflow: hidden;
	font-size: 0;
	top: -0.07rem;
	right: -0.05rem;
	left: auto;
	animation: flash 2s linear infinite;
	background-color: rgba(240, 203, 75, 1.00);
}

@keyframes flash {

	from,
	50%,
	to {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

/*文字蒙板*/
.mask-wz {
	-webkit-mask-image: url(../images/ui/mask-z1.png);
	-webkit-mask-repeat: repeat-x;
	-webkit-mask-position: 0% bottom;
	-webkit-background-color: rgba(187, 62, 64, 1.00);
}

/*阴影*/
.shadow-a {
	-webkit-box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 12px -1px rgba(0, 0, 0, 0.10);
}

/*间隔*/
.bor-t20 {
	border-top: 0.2rem solid rgba(245, 245, 245, 1.00);
}

.mar-t20 {
	margin-top: 0.2rem;
}

.mar-b20 {
	margin-bottom: 0.2rem;
}

/*弹框*/
.layer-outer {
	position: fixed;
	z-index: 600;
	width: 100vw;
	height: 100vh;
	top: 0;
	background-color: rgba(0, 0, 0, 0.60);
	display: none;
}

.layer-box {
	position: relative;
	top: 50%;
	z-index: 220;
	width: 75%;
	margin: auto;
	transform: translateY(-50%);
}

.layer-content {
	padding: 0.24rem;
	background-color: #fff;
}

.layer-hidden.hideicon {
	margin: 0.3rem auto;
	width: 30px;
}

.modopen {
	position: fixed;
	width: 100%;
}

/*限制最大宽度*/
.max12 {
	margin: 0 auto;
	width: 1200px;
}
