body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}

body {
	font-family: "微软雅黑", "PingFang SC", 'Microsoft YaHei', Helvetica, Arial, sans-serif;
	-webkit-tap-highlight-color: transparent;
	font-size: 14px;
	background: #f9f9f9;
}

html {
	color: #333;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}


::-webkit-scrollbar {
	width: 6px !important;
}

::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background-color: #DFDFDF !important;
}

img {
	max-width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}


audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img,
abbr,
acronym {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	-webkit-tap-highlight-color: transparent;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input {
	outline: none;
	border-radius: 0;
}

input[type="submit"],
input[type="reset"],
input[type="number"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.cf:after {
	clear: both;
	display: table;
	content: " "
}






a {
	text-decoration: none;
	-webkit-touch-callout: none;
	color: #333;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

a:hover {
	color: #3edf2f;
}

img {
	max-width: 100%;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}



/* flex 甯冨眬*/

.leftBox {
	overflow: hidden;
}

.articleLeft {
	overflow: hidden;
}




.flex-shrink {
	flex-shrink: 0;
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-overflow1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-overflow2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.text-overflow3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.text-overflow4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.w800 {
	/* margin: 0 auto; */
	max-width: 1260px;
	overflow-x: hidden;
}

.navBox {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	overflow: hidden;
	background: #f1f5ff;
	border-radius: 21px;
	height: 42px;
	font-size: 14px;
	font-weight: bold;
	line-height: 42px;
	margin-bottom: 12px;


}

.navBox a {
	color: #3edf2f;
}


.navBox .on {
	background: #3edf2f;
	border-radius: 21px;
}

.navBox a.on {
	color: #fff;
}

.swiperBox {
	margin-bottom: 12px;
	height: 357px;
	overflow: hidden;
}


.swiperBox .swiper-slide {
	position: relative;
	width: 610px;
	float: left;
	height: 357px;
}

.swiperBox .swiper-container {
	width: 610px;
	height: 357px;
	position: relative;
	overflow: hidden;
	float: left;
}

.swiperBox .swiper-slide img {
	width: 610px;
	height: 357px;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

.listBox::after {
	content: "";
	display: table;
	clear: both;
}



.swiperBox .absT {
	position: absolute;
	left: 12px;
	top: 12px;
	background: rgba(0, 0, 0, .5);
	height: 28px;
	line-height: 28px;
	border-radius: 5px;
	padding: 0 10px;
	color: #fff;
	font-size: 12px;
	z-index: 100;
}

.swiperBox .absT img {
	width: 18px;
	height: 18px;
}




.swiperBox .tab {
	width: 180px;
	height: 357px;
	overflow: hidden;
	background: #ebf1ff;
	border-radius: 10px;
	padding: 10px;
	box-sizing: border-box;
}

.swiperBox .tab li {
	font-size: 15px;
	height: 41px;
	line-height: 41px;
	box-sizing: border-box;
	padding: 0 8px;
	border-radius: 5px;
}

.swiperBox .tab li.on {
	background: #3edf2f;
	color: #fff;
	font-weight: bold;
}

.zjwgBox {
	overflow: hidden;
	margin-bottom: 12px;
	height: 60px;
	border-radius: 8px;
	background: #fff;
}

.tabBox {
	height: 44px;
	margin-bottom: 12px;
	border-radius: 8px;
	padding: 10px;
	background: #fff;
}

.zjwgBoxL1 {
	float: left;
	width: 80px;
	line-height: 60px;
	text-align: center;
	color: #f60;
	font-weight: bold;
	font-size: 15px;
	border-right: 1px #e3e3e3 solid;
}

.zjwgBoxr1 {
	margin-left: 80px;
	padding-right: 20px;
	padding-top: 8px;
}

.zjwgBoxr1 .itmes {
	box-sizing: border-box;
	width: 25%;
	padding-left: 15px;
	float: left;
	overflow: hidden;
}

.zjwgBoxr1 .itmes img {
	width: 44px;
	height: 44px;
	border-radius: 8px;
	float: left;
	margin-right: 10px;
}

.zjwgBoxr1 .t1 {
	margin-top: 3px;
	font-size: 14px;
	font-weight: bold;
}

.zjwgBoxr1 .t2 {
	margin-top: 3px;
	font-size: 12px;
	color: #999c9f;
	word-break: break-all;

}

.tabBox li {
	float: left;
	font-size: 15px;
	border-radius: 4px;
	height: 24px;
	line-height: 24px;
	margin-right: 8px;
	cursor: pointer;
}

.tabBox li span {
	padding: 0 10px;
	display: block;
	border-radius: 5px;
}

.tabBox li.on span {
	background: #3edf2f;
	color: #fff;

}

.tabBox li a:hover {
	background: #3edf2f;
	color: #fff;
}

.yxList {
	height: auto;
	overflow: hidden;
	margin-left: -14px;
	padding-top: 8px;
}

.yxList li {
	margin-bottom: 15px;
	width: 102.4px;
	height: 105px;
	margin-left: 15px;
	background: #ffffff;
	border-radius: 8px;
	float: left;
}

.yxList li a {
	position: relative;
	width: 106px;
	height: 92px;
	padding-top: 12px;
	display: block;
}

.yxList li a span {
	width: 70px;
	height: 20px;
	border-radius: 10px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: #3edf2f;
	position: absolute;
	left: 19px;
	bottom: -6px;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.yxList li a:hover span {
	opacity: 1;
}

.yxList li a:hover p {
	opacity: 0;
}


.yxList li p {
	text-align: center;
	margin: 4px auto 0;
	width: 80px;
	font-size: 14px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.yxList li a img {
	margin: 0 auto;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 4px;
	background: #f0f0f0;
}


.leftNav {
	width: 150px;
	border-radius: 8px;
	background: #ebf1ff;
	padding: 15px;
	float: left
}

.leftNav h3 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

.leftNav li {
	margin-bottom: 5px;
}

.leftNav li a {
	display: block;
	font-size: 15px;
	padding: 10px;
	border-radius: 5px;
}

.leftNav li a.on,
.leftNav li a:hover {
	background: #3edf2f;
	color: #fff;
}


.rightBox .indexTjrul3 {
	padding: 0;
	overflow: hidden;
	height: 498px;
}

.rightBox .indexTjrul3::after {
	clear: both;
	display: table;
	content: " "
}

.cf {
	clear: both;
	display: table;
	content: " "
}




.rightBox .indexTjrul3 li {
	width: 33.3333%;
	float: left;
	box-sizing: border-box;
	padding-left: 15px;
	margin-bottom: 15px;
}

.rightBox .indexTjrul3 li a {
	padding: 12px 15px;
	height: 84px;
	display: block;
	background: #ffffff;
}

.rightBox {
	margin-left: 200px !important;
}

.indexTjrul3 {
	padding: 10px;
}

.indexTjrul3 li {
	margin-bottom: 11px;
}

.indexTjrul3 li img {
	width: 60px;
	height: 60px;
	margin-right: 8px;
	float: left;
}

.indexTjrul3 li .flex-1 {
	margin-left: 53px;
}


.indexTjrul3 li strong {
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 4px;
	margin-top: 6px;
}

.indexTjrul3 li .t1 {
	color: #999;
	font-size: 13px;
	margin-top: 4px;
}


.page {
	display: block;
	text-align: center;
	margin-top: 8px;
}

.page a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	margin: 0 5px;
	background: #ffffff;
	text-align: center;
}

.page .current {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	background: #3edf2f;
	color: #fff;
	padding: 0 20px;
}


.appInfo {
	background: #fff;
	padding: 20px;
	border-radius: 20px;
}

.appInfo ::after {
	content: "";
	display: table;
	clear: both;
}




.appInfo .appImg {
	width: 120px;
	height: 120px;
	margin-right: 20px;
	border-radius: 20px;
	float: left;
}

.flex-1 {}



.appInfo h1 {
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 12px;
}

.infoUl li {
	margin-right: 30px;
	color: #999;
	font-size: 15px;
}

.infoUl li p {
	margin-top: 3px;
	font-weight: bold;
	color: #000;
	font-size: 18px;
}

.infsBtn a {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	border-radius: 10px;
	padding: 0 30px;
	text-align: center;
	color: #fff;
	margin-top: 15px;

}

.abtn {
	background: #3edf2f;
}

.infsBtn a:nth-child(2) {
	background: #00AFF0;
}

.infsBtn a:hover {
	opacity: .8;
}


.ibtn {
	background: #3edf2f;
}

.infsBtn a.no {
	background: rgba(0, 0, 0, .25);
	cursor: not-allowed;
}

.articleBox {
	background: #fff;
	padding: 20px 0;
	border-radius: 20px;
}

.img_list {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}

.img_list ul {
	text-align: center;
}

.img_list ul li {
	margin-right: 10px;
	display: inline-block;
}

.img_list ul li img {
	max-height: 280px;
	z-index: 1;
	height: auto;
	max-width: 100%
}

.articleTits {
	font-weight: bold;
	font-size: 18px;
	margin: 20px 0;
	color: #3edf2f;
}

.article p {
	margin-bottom: 10px;
	text-indent: 2em;
}

.article h3 {
	font-weight: bold;
	color: #3edf2f;
	font-size: 16px;
	padding-left: 15px;
	border-left: 5px solid #3edf2f;
	line-height: 18px;
	margin: 12px 0px;
}


.article img {
	display: block;
	margin: 15px auto;
	max-width: 100%;
	width: auto !important;
	height: auto !important;
}


.article {
	color: #666;
	font-size: 15px;
	line-height: 2;
}

.pagesBox3 .indexTjr {
	height: 488px;
}

.pagesBox3 .indexTjrul3 {
	padding-top: 16px;
}

.pagesBox3 .indexTjrul3 li {
	margin-bottom: 16px;
}



.indexTjl {
	flex: 1;
}





.indexTj {
	margin-bottom: 20px;
}

.indexTj .tjTime {
	color: #999;
	font-size: 13px;
}

.indexTj .tjTime time {
	margin-right: 10px;
}

.indexTjtitle {
	margin-bottom: 14px;
	color: #3edf2f;
	font-size: 16px;
	font-weight: bold;
}

.indexTjtitle img {
	margin-right: 6px;
}

.indexTjul01 {
	margin-left: -15px;
}

.indexTjul01 li {
	width: 33.3333%;
	padding-left: 15px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.indexTjul01 li a {
	position: relative;
	background: #ebf1ff;
	padding: 15px;
}

.indexTjul01 li a img {
	width: 50px;
	height: 50px;
	border-radius: 8px;
	margin-right: 10px;
}

.indexTjul01 li a p {
	color: #999;
	font-size: 14px;
}

.indexTjul01 li a strong {
	font-size: 15px;
	margin-bottom: 4px;
}

.indexTjul01 li a .abs {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	padding: 20px;
	font-size: 18px;
	background: #52d9a9;
	color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 0;
}

.indexTjul01 li a:hover .abs {
	opacity: 1;
}

.indexTjul01 {
	margin-bottom: -15px;
}

.indexTjr {
	height: 222px;
	width: 230px;
	background: #fff;
	overflow: hidden;
}

.indexTjrTit {
	background: #22d294;
	height: 35px;
	line-height: 35px;
	color: #fff;
	padding-left: 10px;
}

.indexTjrTit img {
	margin-top: -2px;
	margin-right: 6px;
}

.indexTjrUl {
	padding: 10px;
}

.indexTjrUl li span {
	margin-right: 6px;
	font-size: 16px;
	color: #666;
}

.indexTjrUl li {
	height: 28px;
	line-height: 28px;
}

.indexTjrUl li p {
	font-size: 14px;
	flex: 1;
}

.indexTjrUl li em {
	font-size: 12px;
	color: #999;
	margin-left: 8px;
}

.slideBox {
	margin-bottom: 12px;
	height: 357px;
	overflow: hidden;
}

.slideBox .bd {
	float: left;
	width: 100%;
	height: 357px;
	overflow: hidden;
}

.slideBox .bd li {
	float: left;
	width: 547px;
	height: 357px;
	position: relative;
}

.slideBox .bd li img {
	width: 547px;
	height: 357px;
	display: block;
}


.slideBox .bd .absb {
	position: absolute;
	right: 12px;
	bottom: 12px;
	width: 100px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	color: #fff;
	background: #3edf2f;
	border-radius: 8px;
}

.slideBox .hd {
	width: 200px;
	height: 357px;
	overflow: hidden;
	background: #fff;
	padding: 10px;
	float: right;
	display: none;
}


.slideBox .hd li {
	font-size: 15px;
	height: 41px;
	line-height: 41px;
	box-sizing: border-box;
	padding: 0 8px;
	border-radius: 5px;
	cursor: pointer;
}

.slideBox .hd li.on {
	background: #3edf2f;
	color: #fff;
	font-weight: bold;
}






#home {
	display: none !important;
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: fixed;
	z-index: 2019;
	right: 20px;
	bottom: 50px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.4) url(../img/home.png) no-repeat center;
	background-size: 50%;
}

.indexLeftP {
	position: fixed;
	width: 200px;
	float: left;
	background: #fff;
	height: 100%;
}



.indexLeftP .listAobx {
	border-left: 4px #fff solid;
	display: block;
	height: 44px;
	line-height: 44px;
	padding: 0 10px;
	font-size: 15px;
	margin-bottom: 10px;
}

.indexLeftP .listAobx img {
	width: 25px;
	height: 25px;
	display: inline-block;
	float: left;
	margin: 10px 7px 0 0;

}

.indexLeftP .listAobx.on {
	background: #eeeeee;
	border-left: 4px #3edf2f solid;
	color: #333;
}

.indexLeftP .listAobx:hover {
	border-left: 4px #3edf2f solid;
	background: #eeeeee;
	color: #333;
}




.indexRbox {
	overflow: hidden;
	margin-left: 215px;
}

.slideTxtBox {
	max-height: 654px;
	overflow: hidden;
}

.listNav {
	background: #fff !important;
	margin-bottom: 15px;
	margin-left: 15px;
	overflow: hidden;
	padding: 10px;
	font-size: 15px;
	padding-bottom: 5px;
}

.listNav dt {
	font-weight: bold;
	float: left;
	width: 60px;
	text-align: center;
	height: 30px;
	line-height: 30px;
}

.listNav dd {
	margin-left: 60px;
}

.listNav dd a {
	margin-left: 10px;
	font-size: 15px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 8px;
	margin-bottom: 5px;
}

.listNav dd a.on,
.listNav dd a:hover {
	background: #3edf2f;
	color: #fff;
	border-radius: 5px;

}

.phbBox {
	margin-left: 15px;
	padding: 10px;
	padding-bottom: 20px;
	background: #fff;
	margin-bottom: 15px;
}

.phbTitle {
	font-size: 15px;
	line-height: 35px;
	border-bottom: 1px #eee solid;
}

.phbTitle strong {
	display: inline-block;
	padding-right: 5px;
}

.lstar {
	background: url(../img/litterstar.png) no-repeat;
	width: 84px;
	height: 13px;
	display: inline-block;
}

.lstar5 {
	background-position: 0 -130px;
}

.lstar4 {
	background-position: 0 -104px;
}

.lstar3 {
	background-position: 0 -78px;
}

.lstar2 {
	background-position: 0 -52px;
}

.lstar1 {
	background-position: 0 -26px;
}

.phbAbox {
	width: 100%;
	display: block;
	height: 80px;
	padding: 10px 0;
	line-height: 60px;
}

.phbAbox .em1 {
	text-align: center;
	width: 68px;
	float: left;
	font-weight: bold;
	font-size: 20px;

}

.phbBox li:nth-child(1) .em1 {
	color: #d00;
}

.phbBox li:nth-child(2) .em1 {
	color: #f60;
}

.phbBox li:nth-child(3) .em1 {
	color: #3edf2f;
}

.phbAbox:hover {
	background: #eee;
}


.phbAbox .em2 {
	font-size: 15px;
	float: left;
	margin-left: 20px;
	width: 350px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.phbAbox .em3 {
	float: left;
	width: 160px;
	color: #666;
}

.phbAbox img {
	width: 60px;
	height: 60px;
	border-radius: 10px;
	float: left;
}

.phbBox li {
	padding-top: 15px;
}

.slideBox {
	position: relative;
}

.slideBox .pnBtn {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 100%;
	height: 357px;
	cursor: pointer;
}

.slideBox .prev {
	left: -50%;
	margin-left: -273px;
}

.slideBox .next {
	left: 50%;
	margin-left: 273px;
}

.slideBox .pnBtn .blackBg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 357px;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .pnBtn .arrow {
	display: none;
	position: absolute;
	top: 0;
	z-index: 1;
	width: 60px;
	height: 357px;
}

.slideBox .pnBtn .arrow:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.slideBox .prev .arrow {
	right: 0;
	background: url(../img/slider-arrow.png) -120px 0 no-repeat;
}

.slideBox .next .arrow {
	left: 0;
	background: url(../img/slider-arrow.png) 0 0 no-repeat;
}

.slideBox .bd {
	position: relative;
}




.slider {
	width: 1045px;
	height: 300px;
	position: relative;
	overflow: hidden;
	background: #fff;
	text-align: center;
	margin-bottom: 12px;
	border-radius: 8px;
}

.slider .bd {
	width: 635px;
	position: absolute;
	left: 50%;
	margin-left: -317px
}

.slider .bd li {
	width: 635px;
	float: left !important;
	overflow: hidden;
	position: relative;
}

.slider .bd li img {
	display: block;
	width: 635px;
	height: 300px;
}

.slider .tempWrap {
	overflow: visible !important
}

.slider .tempWrap ul {
	margin-left: -635px !important;
}

.slider .hd {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 1;
	height: 8px;
	bottom: 20px;
	text-align: center;
}

.slider .hd li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 8px;
	height: 8px;
	line-height: 99px;
	overflow: hidden;
	/* background: url(images/slider-btn.png) 0 -10px no-repeat; */
	margin: 0 5px;
	cursor: pointer;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.slider .hd li.on {
	background-position: 0 0;
	filter: alpha(opacity=100);
	opacity: 1;
}

.slider .pnBtn {
	position: absolute;
	z-index: 100000;
	top: 0;
	width: 100%;
	height: 300px;
	cursor: pointer;
}

.slider .prev {
	left: -50%;
	margin-left: -317px;
}

.slider .next {
	left: 50%;
	margin-left: 317px;
}

.slider .pnBtn .blackBg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 300px;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slider .pnBtn .arrow {
	display: none;
	position: absolute;
	top: 0;
	z-index: 1;
	width: 60px;
	height: 300px;
}

.slider .pnBtn .arrow:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.slider .prev .arrow {
	right: 0;
	background: url(../img/slider-arrow.png) -120px 0 no-repeat;
}

.slider .next .arrow {
	left: 0;
	background: url(../img/slider-arrow.png) 0 0 no-repeat;
}

.slider .bd .absT {
	position: absolute;
	left: 12px;
	top: 12px;
	background: rgba(0, 0, 0, .5);
	height: 28px;
	line-height: 28px;
	border-radius: 5px;
	padding: 0 10px;
	color: #fff;
	font-size: 12px;
	z-index: 100;
}

.slider .bd .absT img {
	width: 18px;
	height: 18px;
	float: left;
	margin-top: 5px;
}

.slider .absb {
	position: absolute;
	right: 12px;
	bottom: 12px;
	width: 100px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	color: #fff;
	background: #3edf2f;
	border-radius: 8px;
}

.leftH3 {

	margin-top: 20px;
	padding-left: 10px;
	font-size: 16px;
	height: 44px;
	line-height: 44px;
	font-weight: bold;

}

.leftH3 img {
	width: 25px;
	height: 25px;
	display: inline-block;
	float: left;
	margin: 10px 7px 0 0;
}

#history-container {
	padding: 10px;
}

.history-item {
	height: 44px;
	line-height: 44px;
	margin-bottom: 15px;
}

.history-item p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	margin-left: 54px;
}

.history-item img {
	width: 44px;
	border-radius: 8px;
	height: 44px;
	float: left;
}

.history-item:after {
	clear: both;
	display: table;
	content: " "
}

#phd {
	position: fixed;
	left: 215px;
	margin-left: 0;
	right: 0;
	width: 1045px;
	z-index: 100;
	border-bottom: 15px #f9f9f9 solid;
}

.zwPhb {
	height: 50px;
	margin-bottom: 15px;
}

.tjBox {
	margin-bottom: 15px;
}

.tiTitle {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #f60;
}

.tjjList {
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: -10px;
}

.tjjList li {
	float: left;
	width: 12.5%;
}

.tjjList li img {
	width: 96px;
	height: 96px;
	display: block;
	border-radius: 8px;
	margin-bottom: 6px;
}

.tjjList li p {
	text-align: center;
}

.tjjList li a {
	display: block;
	padding: 10px 20px;
}


ul.menu {
	list-style-type: none;
	position: absolute;
	width: 120px;
	background-color: #fff;
	padding: 10px 0;
	display: none;
	border-radius: 10px;
	z-index: 100000;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

ul.menu li {
	text-align: center;
}

ul.menu li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}



ul.menu li a {
	height: 34px;
	line-height: 34px;
	text-align: center;
	display: block;
}

.body-hidden {
	overflow: hidden;
}


.clearfix::after {
	display: block;
	content: '';
	clear: both;
}

/* 2024-05-28 */

.user {
	display: none;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 30px;
	cursor: pointer;
}

.user p {
	text-align: center;
	height: 28px;
	font-size: 15px;
	line-height: 26px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 15px;
}

.user .userImg {
	width: 66px;
	height: 66px;
	margin: 0 auto;
	border-radius: 100%;
	overflow: hidden;
	padding: 3px;
	border: 2px rgba(0, 0, 0, .03) solid;
	margin-bottom: 6px;
}

.disabled-button {
	background-color: #ccc !important;
	color: #888 !important;
	cursor: not-allowed !important;
}

.user .userBtn {
	color: #f60;
}

.user .userOpen {
	color: #f60;
}

.user img {
	border-radius: 100%;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto;
}


.userDlBox {
	position: fixed;
	z-index: 100000;
	background: rgba(0, 0, 0, .5);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
}

.userDlPop {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 200;
	background: #fff;
	width: 340px;
	height: 430px;
	border-radius: 14px;
	overflow: hidden;
	margin-left: -170px;
	margin-top: -215px;
}

.userDlPopTit {
	padding: 28px 0 10px;
	text-align: center;
	position: relative;
	background: #20221f;
	border-radius: 10px 10px 0 0;
}

.userDlPopTit .popAbs {
	position: absolute;
	right: 8px;
	top: 8px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.userForm {
	padding: 30px 20px;
}


.userForm .hd ul {
	display: inline-block;
	text-align: center;
}

.userForm .hd ul li {
	position: relative;
	cursor: pointer;
	padding: 0 18px;
	font-size: 17px;
	display: inline-block;
	padding-bottom: 6px;
	margin: 0 10px;
}

.userForm .hd {
	text-align: center;
	margin-bottom: 25px;
}

.userForm .hd ul li em {
	position: absolute;
	width: 1px;
	height: 12px;
	right: -10px;
	top: 5px;
	background: rgba(0, 0, 0, .18);
}

.userForm .hd li.on {
	font-weight: bold;
}

.userForm .hd li.on span {
	background: #3edf2f;

	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 0;
	height: 2px;
}

.userForm .bd ul {
	display: none;
}

.userForm .popTab .popInput {
	font-size: 15px;
	display: block;
	height: 40px;
	width: 100%;
	padding: 0 15px;
	line-height: 40px;
	border: 1px #cbcbcd solid;
	border-radius: 10px;
	margin-bottom: 25px;
}

.userForm .popTab .popButton {
	height: 50px;
	display: block;
	width: 100%;
	font-size: 17px;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	background: #3edf2f;
	color: #fff;
}

.userForm .userLi {
	color: #333;
	font-size: 15px;
	height: 34px;
	line-height: 34px;
	display: inline-block;
	margin-bottom: 10px;
}

.userForm .userLi span {
	display: inline-block;
	color: #666;
	width: 70px;
	text-align: right;
	margin-right: 8px;
}

.userForm .userLi p {
	display: inline-block;
	background: #3edf2f;
	padding: 0 15px;
	color: #fff;
	border-radius: 10px;
}

.userForm .userLi div {
	display: inline-block;
}

.userForm .userLi p.rzBtn {
	background: #f60;
}

.userForm .popButton2 {
	background: #f60 !important;
	margin-top: 15px;
}

#promptContent {
	position: fixed;
	left: 50%;
	top: 50%;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	width: 200px;
	text-align: center;
	line-height: 1.6;
	padding: 6px 15px;
	border-radius: 5px;
	margin-left: -100px;
	margin-top: -10px;
	font-size: 15px;
	z-index: 1000000;
	display: none;
}

#goComplete {
	cursor: pointer;
	display: none;
}

#complete {
	display: none;
}

.UnderageTxt {
	font-size: 15px;
	line-height: 2;
}

.UnderageTxt span {
	color: #f60;
}

.UnderageTxt .ut1 {
	font-size: 16px;
	margin-top: 10px;
	text-align: center;
}