* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #f0f2f5;
}

html {
	font-size: 24px;
}

@media screen and (min-width: 1px) and (max-width:1445px) {
	html {
		font-size: 19px;
	}
}

.articleList {
	height: 100%;
	overflow-y: auto;
}
.content-right-top1{
	margin-bottom: 0.6rem;
}
.content-right-top1 img{
	width: 14.8rem;
}
.top-header {
	background-color: #333333;
		    position: absolute;
		    top: 0;
		    left: 0;
		    z-index: 4;
		    width: 100%;
		    height: 3.2rem;
		    line-height: 3.2rem;
}

.details-content {
	font-size: 16px;
}

.nav-c {
	width: 48.3rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.logo {
	width: 6.04rem;
	height: 2rem;
	cursor: pointer;
}

.top-right {
	position: relative;
	text-align: right;
	/* width: 250px;
  height: 1.2rem; */
	font-size: 0.64rem;
	color: #fff;

	display: flex;
	align-items: center;
}

.navList a {
	font-size: 0.64rem;
	color: #fff;

}

.top-nav-active {
	font-size: 0.96rem;
	background-color: #0087FF;
}
.navList {
    width: 5.6rem;
    height: 3.2rem;
		line-height: 3.2rem;
    text-align: center;
    color: #fff;
    cursor: pointer;
}


.navItem a {
	font-size: 0.64rem;
	color: #fff;
	display: block;
}


.top-right h2 {
	color: #fff;
	display: block;
	height: 3.2rem;
}
.navItem-active {
	background: #0087FF;
}
.hoverMenu {
	background: #17274a;
}
.navItem-active a {

	color: #FFFFFF;
}

.nav-sub {
	position: absolute;
	/* bottom: 0; */
	left: 0;
	z-index: 9999;
	/* margin-top: 0.12rem; */
	/* width: 7.2rem; */
	background: #17274A;
	padding: 0.48rem 0;
}

.nav-sub a {
	font-size: 0.64rem !important;
}

.menu-hover {
	background: #17274A;
}

.nav-sub div {
	text-align: left;
	text-indent: 1rem;
	width: 100%;
	height: 1.6rem;
	line-height: 1.6rem;

}

.nav-sub a {
	display: block;
	width: 100%;
	height: 100%;
	color: #ccc;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.nav-sub a:hover {
	color: #fff;
	background: rgba(0, 135, 255, 0.2);
}


.zh {
	font-size: 0.96rem;
}

.search-box {
	position: relative;
	box-sizing: border-box;
	margin: 1.64rem 1.2rem 0;
	width: 28%;
	height: 1.92rem;
	border-radius: 0.96rem;
	border: 1px solid #DEDEDE;
}

.search {
	padding: 0 2.4rem 0 0.6rem;
	width: 100%;
	height: 100%;
	border-radius: 1.2rem;
	border: 1px solid #DEDEDE;
}

.search::placeholder {
	color: #999999;
	font-size: 0.8rem;
	font-weight: Medium;
	background-color: #fff;
}

.search:focus {
	outline: 0;
}

.search-box .close {
	display: none;
	/* right: -1.2rem; */
}

/* .search-box .search-icon{
  right: -2.6rem;
} */
.close,
.search-icon {
	position: absolute;
	right: 1.4rem;
	top: 50%;
	transform: translateY(-50%);
	height: 0.96rem;
	width: 0.96rem;
	padding: 0.2rem;
	cursor: pointer;
}

.search-icon {
	right: 0.4rem;
}

.history {}

.swiper-container {
	width: 100%;
	height: 8rem;
	background-color: #fff;

}

.swiper-slide {
	text-align: center;
	font-size: 0.72rem;
	background: #fff;
	cursor: pointer;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide a {
	width: 100%;
	height: 100%;
}

.swiper-img {
	width: 100%;
	height: 100%;
}

.router {
	width: calc(60% - 2rem);
	display: none;
	justify-content: space-between;
	align-items: center;
	font-size: 1.12rem;
	margin: 1.72rem 1.2rem 1.24rem;
}

.router-left {
	display: flex;
	align-items: center;
	width: 80%;
}

.router-right {
	font-size: 0.64rem;
	color: #999999;
}

.title-icon {
	width: 0.4rem;
	height: 1.2rem;
}

.return-all {
	color: #333;
	font-weight: bold;
	cursor: pointer;
}

.search-text {
	flex: 1;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.nav-box {
	display: flex;
	align-items: center;

	position: relative;
	font-size: 0.96rem;
	height: 3.2rem;
	line-height: 3.2rem;
	margin: 0.8rem 0;
	color: #333;
	padding-left: 1.2rem;
}

.nav {
	display: flex;
	align-items: center;
	width: 80%;
	/* height: 100%; */
	overflow-x: auto;
}

.nav-item {
	cursor: pointer;
	margin-right: 2.4rem;
	padding-bottom: 0.2rem;
	white-space: nowrap;
}

.nav-item-active {
	font-size: 1.12rem;
	border-bottom: 0.08rem solid #1F85FC;
	color: #1F85FC;
	font-weight: bold;
}

.nav-right {
	position: absolute;
	padding-bottom: 0.2rem;
	right: 1.2rem;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0.64rem;
}

.nav-right .icon {
	margin: 0 0.2rem 0 0.4rem;
}

.home-page {
	cursor: pointer;
}

.home-page:active {
	color: #1F85FC;
}

.label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	margin: 0 1.2rem;
	padding: 0 1.2rem;
	border-radius: 0.6rem;
}

.label-box {
	padding: 0.2rem 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 2.4rem;
	overflow: hidden;
}

.label-item {
	height: 1.2rem;
	margin: 0.4rem 0.4rem 0.4rem 0;
	padding: 0 0.96rem 0 1rem;
	white-space: nowrap;
	line-height: 1.2rem;
	text-align: center;
	box-sizing: border-box;
	background: #F0F2F5;
	border-radius: 0.6rem;

	cursor: pointer;
	font-size: 0.64rem;
	color: #666666;
}

.label-item-active {
	color: #1F85FC;
	background: #edf5ff;
}

#open-label {
	cursor: pointer;
	width: 0.56rem;
	height: 0.56rem;
}

.first-page,
#type-page {
	cursor: pointer;
}

.first-page:hover,
#type-page:hover {
	color: #1F85FC;
}

.details-router {
	display: flex;
	align-items: center;
	width: 48.3rem;
	margin: 0 auto;
	height: 0.68rem;
	line-height: 0.68rem;
	margin-top: 1.6rem;
	font-size: 0.64rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}


.content {
	width: 48.3rem;
	margin: 0 auto;
	margin-top: 1.2rem;

	display: flex;
	justify-content: space-between;
	margin-bottom: 2.4rem;
}

.content-left {
	position: relative;
	box-sizing: border-box;

	/* width: 60%; */
	min-height: 24.8rem;
	width: calc(100% - 16rem);
	margin-right: 0.8rem;
	padding: 0.4rem 1.2rem;
	background-color: #fff;
	border-radius: 0.4rem;
}

.article-box {}

.article-details {
	padding: 1.6rem 1.2rem;
}

.details-titl {
	color: #333333;
	font-size: 1.44rem;
	font-weight: bold;
}
.artDJL {
  display: flex;
  justify-content: space-between;
  margin-top: 0.12rem;
	border-bottom: 1px solid #F0F2F5;
  margin-bottom: 1.12rem;
}
.details-sub {
	color: #666666;
	font-size: 0.64rem;
	padding: 1.2rem 0 0.88rem;
}
.viewNumWrap {
  font-size: 0.64rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 0.1rem;
  /* margin: 0 15px 0 15px; */
	padding: 1.2rem 0 0.88rem;
	display: flex;
	align-items: center;
}
.viewNumIcon {
  width: 0.8rem;
  height: 0.56rem;
  margin-right: 0.32rem;
	margin-bottom: 0 !important;
}

.contact-info {
	display: none;
	box-sizing: border-box;
	margin: 2.4rem auto 0;
	/* padding: 0.96rem 3.68rem 1.24rem 2.6rem; */
	width: 70%;
	height: 13.6rem;
	background: #F2F8FF;
}
.contact-info form {
	padding: 0 2rem 1.04rem 1.6rem;
}
.costfree {
  color: #FF5962;
}
.commentTitle {

}
.commentTitle {
  background-color: rgba(135, 190, 255, 0.2);
  height: 2.4rem;
  line-height: 2.4rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
	margin-bottom: 1.28rem;
}
.comment-bj {
	height: 1.04rem;
	width: 13.8rem;
}
.contact-info-title {
	color: #333333;
    margin-bottom: 1.28rem;
    height: 2.4rem;
    line-height: 2.4rem;
    text-align: center;
    background-color: #DDECFF;
    font-weight: bold;
    font-size: 0.92rem;
		
}

.contact-item {
	position: relative;
	color: #333333;
	font-size: 0.56rem;
	font-weight: bold;
	margin-bottom: 0.8rem;

	display: flex;
	align-items: center;
}

.name {
	padding-right: 2rem;
}

.maxlength {
	position: absolute;
	right: 0.4rem;
	top: 50%;
	font-weight: 500;
	transform: translateY(-50%);
	color: #999999;
	font-size: 0.56rem;
}

.submit {
	margin: 0 auto;
	width: 7.2rem;
	height: 1.6rem;
	line-height: 1.6rem;
	text-align: center;
	border: 0;
	color: #fff;
	font-size: 0.72rem;
	background: #1F85FC;
	border-radius: 0.8rem;
	cursor: pointer;
}

.label-name {
	width: 3.8rem;
}

.aera input {
	width: 5.2rem !important;
	margin-right: 0.4rem;
}

.layui-form-item {
	width: 2.8rem;
	text-align: left;
}

.aera .contact-phone {
	margin-right: 0;
	width: calc(100% - 7rem) !important;
}

.contact-info input {
	/* width: 100%;
	height: 1.6rem;
	padding: 0 0.4rem;
	font-weight: 500;
	border-radius: 0.16rem;
	box-sizing: border-box;
	border: 1px solid #DEDEDE; */
	font-size: 0.64rem;
	border: none;
	width: 100%;
	height: 1.76rem;
	border-radius: 0.4rem;
	background: #fff;
	border: 1px solid rgba(102, 102, 102, 0.5);
	padding-left: 0.76rem;
	padding-right: 0.76rem;
}

.contact-info input::placeholder {
	color: #999999;
	font-size: 0.56rem;
}

.contact-info input:focus {
	outline: 0;
}

.share-box {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 2rem 0 2.16rem;
}

.share-item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 4rem;
	height: 4rem;
	font-size: 0.56rem;
	color: #333333;
	background: #F0F2F5;
	border-radius: 50%;
	cursor: pointer;
	box-sizing: border-box;
	position: relative;
}

.share-item:first-child {
	margin-right: 2.4rem;
}

.share-item-active {
	color: #FFF !important;
	background-color: #1F85FC !important;
}

.share-item-active .viewNum-active {
	color: #FFF !important;
}

.viewNum-active {
	color: #1F85FC;
}

.form-icon {
	width: 1.6rem;
	height: 1.6rem;
	margin-bottom: 0.2rem;
}

#share-rqcode {
	cursor: auto;
	position: absolute;
	top: -14.4rem;
	left: 50%;
	z-index: 9;
	transform: translateX(-50%);
	width: 10.4rem;
	/* height: 16.78rem; */
	height: 13.72rem;
	padding: 1.6rem 1.2rem;
	box-sizing: border-box;
	border-radius: 1.2rem;
	background-color: #fff;
	box-shadow: 0px 0.4rem 0.8rem 0px rgba(31, 133, 252, 0.1);

	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.rqcode-item {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: left;
	margin-bottom: 0.8rem;
	font-size: 0.72rem
}

.rqcode-item img {
	width: 1rem;
	height: 1rem;
	margin-right: 0.8rem;
}

.rqcode-text {
	color: #333333;
	font-size: 0.8rem;
	margin: 0.4rem 0 1.2rem;
}

.share-qrcode-img {
	width: 7.28rem;
	height: 7.28rem;
}

#share-rqcode::after {
	content: '';
	position: absolute;
	bottom: -1.34rem;
	left: 50%;
	transform: translateX(-50%);
	width: 0px;
	height: 0px;
	border-top: 0.72rem solid #fff;
	border-bottom: 0.72rem solid transparent;
	border-left: 0.4rem solid transparent;
	border-right: 0.4rem solid transparent;
}

.copy-box {
	width: 100%;
	color: #333333;
	font-size: 0.72rem;
	word-break: break-all;
	cursor: pointer;
	/* display: flex;
  align-items: end; */
}

#address {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.copy {
	color: #1F85FC;
	height: 1.04rem;
	font-size: 0.72rem;
	line-height: 1.04rem;
	display: inline-block;
	cursor: pointer;
}



.content-left-item {
	padding: 1.2rem 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	cursor: pointer;
	border-bottom: 1px solid #F0F2F5;
}

.content-left-item:last-child {
	border: 0px;
}

.details-content a {
	color: #1F85FC !important;
}

.details-content video {
	display: block;
	width: 100%;
}

.details-content img {
	display: block;
	margin-bottom: 10px;
}

.pagination-box {
	width: 100%;
	display: flex;
	height: 1.36rem;
	line-height: 1.36rem;
	font-size: 0.72rem;
	justify-content: center;
	margin: 1.28rem 0;
}

.article-img {
	width: 8rem;
	height: 6rem;
	border-radius: 0.4rem;
}

.article-right {
	width: calc(100% - 8.6rem);
	height: 6rem;
	box-sizing: border-box;
	margin: 0.28rem 0 0.28rem 0.6rem;
}

.article-title {
	width: 100%;
	font-size: 1.12rem;
	color: #333;
	font-weight: bold;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.article-content {
	margin: 1.12rem 0 1.04rem;
	font-size: 0.68rem;
	color: #666666;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.article-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;

	font-size: 0.64rem;
	color: #999999;
}

.article-bottom-right {
	display: flex;
	align-items: center;
}

.eye-icon {
	width: 0.8rem;
	height: 0.56rem;
	margin-right: 0.32rem;
}

.content-right {
	vertical-align: top;
	box-sizing: border-box;

	height: 100%;
	width: 14.8rem;
}

.content-right-top {
	width: 100%;
	/* height: 60%; */
	padding: 1.2rem 1.2rem 1.2rem 1.6rem;
	box-sizing: border-box;
	margin-bottom: 0.6rem;
	background-color: #fff;
	border-radius: 0.4rem;
}

.read-title {
  font-size: 1.12rem;
	color: #333;
	font-weight: bold;
	padding-bottom: 0.88rem;
  margin-bottom: 1.48rem;
	border-bottom: 1px solid #F0F2F5;
	display: flex;
  justify-content: space-between;
  align-items: center;
}

.read-title img {
	width: 9.68rem;
	height: 1.12rem;
}

.arrowblue {
  width: 0.8rem !important;
  height: 0.8rem !important;
  display: block;
}
.recommendListMore {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.recommendListMore span {
  height: 0.56rem;
  line-height: 0.56rem;
  font-size: 0.56rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #666666;
}
.mcitemClick {
  cursor: pointer;
  margin-bottom: 0.88rem;
  line-height: 0.96rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
}
.read-article1 {
  font-size: 0.64rem;
  color: #666666;
  width: calc( 100% - 3rem);
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  display: block;
}
.RE_rank {
  display: inline-block;
  width: 2.8rem;
  height: 0.8rem;
  line-height: 0.8rem;
  vertical-align: top;
  font-size: 0.56rem;
  color: #fff;
  text-align: center;
  margin-right: 0.48rem;
  border-radius: 0.16rem;
}

.RE_rank-one{
  color: #fff;
  background-color: #2041A8;
}
.RE_rank-two{
  color: #fff;
  background-color: #41CC9E;
}
.RE_rank-three{
  color: #fff;
  background-color: #FF8112;
}
.RE_rank-four{
  color: #fff;
  background-color: #1DCFF2;
}

.sub-title {
	color: #DEDEDE;
	font-size: 0.8rem;
}

.read-item {
	cursor: pointer;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 0.72rem;
	line-height: 0.96rem;
	height: 0.96rem;
}

.rank {
	display: inline-block;
	width: 0.96rem;
	height: 0.96rem;
	line-height: 0.96rem;
	vertical-align: top;
	font-size: 0.8rem;
	color: #ECC92C;
	text-align: center;
	margin-right: 0.6rem;
	border-radius: 0.16rem;
}

.rank-one {
	color: #fff;
	background-color: #FF5962;
}

.rank-two {
	color: #fff;
	background-color: #F9763A;
}

.rank-three {
	color: #fff;
	background-color: #ECC92C;
}

.read-article {
	font-size: 0.64rem;
	color: #666666;
}
.read-article:hover {
  color: #1f85fc !important;
}

.dot {
	display: inline-block;
	vertical-align: middle;
	width: 0.2rem;
	height: 0.2rem;
	margin-right: 0.44rem;
	background-color: #999999;
}



.content-right-bottom {
	width: 100%;
	/* height: calc(40% - 0.6rem); */
	height: 9.6rem;
	overflow: hidden;
	background-color: #fff;
	border-radius: 0.4rem;
}

.icon {
	width: 0.8rem;
	height: 0.8rem;
}

.page-bottom {
	box-sizing: border-box;
	width: 100%;
	height: 3.2rem;
	font-size: 0.48rem;
	color: #CCCCCC;
	text-align: center;
	padding: 1rem 0 0.76rem;
	background-color: #525252;
}

.page-bottom div:first-child {
	margin-bottom: 0.2rem;
}

.layui-laypage /deep/.layui-laypage a {
	border: 0 !important;
}

.noData {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%);
	font-size: 0.96rem;
	color: #999999;
}



.float {
	position: fixed;
	bottom: 8.4rem;
	right: 0.8rem;
	width: 4rem;
	/* height: 15.2rem; */
	background: #fafafa;
	box-shadow: 0 0.4rem 0.8rem 0 rgba(31, 133, 252, 0.1);
	border-radius: 2rem;
	z-index: 4;
	padding: 0.92rem 0.3rem;
}

.floatImg .float-img-ck {
	display: none;
}

.floatImg {
	width: 1.92rem;
	height: 1.92rem;
	margin: 0 auto;
	margin-bottom: 0.16rem;
}

.floatImg img {
	width: 100%;
	height: 100%;

}

.float-text {
	height: 0.56rem;
	line-height: 0.56rem;
	font-size: 0.56rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333333;
	text-align: center;
}

.floatList {
	cursor: pointer;
	margin-bottom: 1.36rem;
	position: relative;
	text-align: center;
}
.floatList:last-child {
  margin-bottom: 0 !important;
}

.flot-top {
	display: none;
	margin-bottom: 0;
}

.floatdialog {
	display: none;
	position: absolute;
	top: 0;
	right: 4.32rem;
	width: 10.4rem;
	background-color: #fff;
	height: 10.4rem;
	padding: 1.08rem;
	box-shadow: 0 0.4rem 0.8rem 0 rgba(31, 133, 252, 0.1);
	border-radius: 1.2rem;

}

.floatdialog img {
	width: 7.04rem;
	height: 7.04rem;
}

.floatdialog .text {
	font-size: 0.72rem;
	height: 0.72rem;
	line-height: 0.72rem;
	font-family: PingFang SC;
	font-weight: 500;
	margin-top: 0.4rem;
}

.welfare-mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	display: none;
}

.viewDia:hover .floatdialog {
	display: block;
}

.floatList:hover .float-img-ck {
	display: block;
}

.floatList:hover .float-img {
	display: none;
}


.floatList:hover .float-text {
	color: #1F85FC;
}


.welfare-dialog {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	text-align: center;
	z-index: 1001;
}

.welfare-dialog .welfare-dialog_content {
	border-radius: 0.4rem;
	position: relative;
	color: #333;
	width: 19rem;
	top: 50%;
	left: 50%;
	padding: 1.6rem;
	transform: translate(-50%, -50%);
	text-align: center;
	background: #fff;
}

.welfare-box .welfare-dialog_content {
	padding: 0 1.6rem 1.2rem 1.6rem;
	box-shadow: 0px 0.4rem 0.8rem 0px rgba(31, 133, 252, 0.1);
	border-radius: 1.2rem;
}

.welfare-box .newuserhavegift {
	width: 6rem;
	height: 1.12rem;
	transform: translateY(-0.24rem);
}

.welfare-box .dialog_title {
	height: 1.44rem;
	line-height: 1.44rem;
	font-size: 1.44rem;
	font-family: PingFang SC;
	font-weight: 800;
	color: #1F85FC;
}

.welfare-box .dialog_title span {
	display: inline-block;
	color: #FF5962;
}

.welfare-box .dialog_des {
	margin-top: 0.76rem;
	margin-bottom: 0.76rem;
	font-size: 0.64rem;
	height: 0.68rem;
	line-height: 0.68rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: #999999;
}

.welfare-box .coloseDia {
	width: 1.12rem;
	height: 1.12rem;
	position: absolute;
	right: -1.92rem;
	top: 0;
	cursor: pointer;
}

.welfare-box .img-newusergiftmore {
	margin-bottom: 1.2rem;
}

.welfare-box .formTr1 {
	position: relative;
	margin-bottom: 0.8rem;
	cursor: pointer;
}

.welfare-box .formVal1 .login_input1 {
	font-size: 0.64rem;
	border: none;
	width: 100%;
	height: 1.76rem;
	border-radius: 0.4rem;
	background: #fff;
	border: 0.04rem solid rgba(102, 102, 102, 0.5);
	padding-left: 0.76rem;
	padding-right: 1.2rem
}

.welfare-box .formVal1 .validCode-f1 {
	font-size: 0.64rem;
	border: none;
	width: 100%;
	height: 1.76rem;
	border-radius: 0.4rem;
	background: #fff;
	border: 0.04rem solid rgba(102, 102, 102, 0.5);
	padding-left: 0.76rem;
	padding-right: 5.2rem;

}

.welfare-box .formVal1 .login_input1:hover {
	border: 0.01rem solid #1f85fc
}

.welfare-box .formVal1 .validCode-f1:hover {
	border: 0.01rem solid #1f85fc
}

.welfare-box input::placeholder {
	color: #CCCCCC;
}

.welfare-box .formTr1 .valid_div1 {
	width: 4rem;
	height: 1.76rem;
	line-height: 1.76rem;
	font-size: 0.64rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #5399FF;
	position: absolute;
	top: 0;
	right: 0;
}

.welfare-box .confirm1 {

	text-align: center;
	width: 100%;
	line-height: 1.92rem;
	height: 1.92rem;
	background: #5399FF;
	border-radius: 0.96rem;
	font-size: 0.8rem;
	font-family: PingFang SC;
	margin-top: 1.2rem;
	font-weight: 500;
	color: #FFFFFF;
	cursor: pointer;
}

.colseInput3 {
	display: none;
	position: absolute;
	right: 0.4rem;
	width: 0.72rem;
	top: 0.48rem;
}

.colseInput4 {
	display: none;
	position: absolute;
	right: 4.2rem;
	width: 0.72rem;
	top: 0.48rem;
}

.colose-welfare {
	position: absolute;
	top: 0.4rem;
	right: 0.4rem;
	cursor: pointer;
}

.m-b-20 {
	margin-bottom: 0.8rem;
}

.mr5 {
	margin-right: 0.2rem;
}

.mr15 {
	margin-right: 0.6rem;
}

.ml12 {
	margin-right: 0.48rem;
}

.mr12 {
	margin-right: 0.48rem;
}

.lastItem-box {
	display: flex;
	width: 45%;
	align-items: center;
	cursor: pointer;
}

.lastItem,
.nextItem {

	width: 100%;
	align-items: center;
	cursor: pointer;
}

.catalogueBox {
	display: flex;
	justify-content: space-between;
	margin: 0 0.15rem;
}

.catalougueImg {
	width: 1.12rem;
	height: 1.12rem;
	display: block;
}

.catalogue1 {
	font-size: 0.72rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
}

.catalogueTitle {
	font-size: 0.72rem;
	font-family: PingFang SC;
	font-weight: 400;
	max-width: 65%;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	height: 1rem;
	-webkit-box-orient: vertical;
}
.catalogueTitle:hover {
  color: #1f85fc !important;
}

.go-xizx a {
	color: #ffffff;
}

.go-xizx,
.know {
	text-align: center;
	width: 100%;
	line-height: 1.92rem;
	height: 1.92rem;
	background: #5399ff;
	border-radius: 0.96rem;
	font-size: 0.8rem;
	font-family: PingFang SC;
	margin-top: 1.2rem;
	font-weight: 500;
	color: #ffffff;
	cursor: pointer;
}

.details-sub .info {
	display: inline-block;
	margin-right: 0.6rem;
}
.details-sub .publishTime {
	display: inline-block;

}
.details-sub .publishTime:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.64rem;
    height:0.64rem;
    width: 0;
    border-left: 1px solid #ccc;
}
.subMenu {
	margin-top: 0;
	width: 7.2rem;
	background: #17274a;
	padding: 0.48rem 0;
}

.subMenu div {
	text-align: left;
	text-indent: 0.8rem;
	width: 100%;
	height: 1.6rem;
	line-height: 1.6rem;
}

.subMenu a {
	display: block;
	width: 100%;
	height: 100%;
	color: #ccc;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.downarrow {
	/* transform: translateY(0.12rem); */
}

.subMenu a:hover {
	color: #fff;
	background: rgba(0, 135, 255, 0.2);
}


.navItem-active #frista{
	font-size: 0.96rem!important;
	font-family: PingFang SC;
	font-weight: 800;
	color: #ffffff;
}
.hdsjxd{
	margin: 0 auto;
	margin-top: 0.8rem;
	margin-bottom: 0.16rem;
	width: 11.4rem;
	color: #666666;
	height: 0.96rem;
	line-height: 0.96rem;
	background: linear-gradient(90deg, rgba(255,170,0,0.2) 0%, rgba(255,89,98 ,20%) 100%);
	font-size: 0.64rem;
	border-radius: 0.48rem;
}
.hdsjxd span {
	color: #333333;
}
.xdrBG {
	position: absolute;
	top: -2.1rem;
	left: 0;
}
.h-50{
	height: 4rem;
}
