*{
  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;
  }
}
.reCode{
	width: 7.2rem;
	    height: 7.2rem;
}
.go-xizx{
	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;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em{
  background-color:#1F85Fc
}
.articleList{
  height: 100%;
  overflow-y: auto;
}
.m-b-10{
	margin-bottom: 0.4rem;
}

.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;
}
.top-right div{
  cursor: pointer;
  width: 5.6rem;
  /* height: 3.2rem; */
  line-height: 3.2rem;
  text-align: center;
}
.top-nav-active{
  font-size: 0.96rem;
  background-color: #0087FF;
}
.navItem {
	width: 4.8rem;
	height: 100%;
	text-align: center;
	color: #fff;
	cursor: pointer;
  position: relative;
}


.navItem a {
	font-size: 0.64rem;
	color: #fff;
	display: block;
}
.top-right h2 {
	color: #fff;
	display: block;
	height: 3.2rem;
}
.hoverMenu {
	background: #17274a;
}

.navItem-active {
	background: #0087FF;
}

.navItem-active a {
	
}
.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;
  z-index: 999;
  box-sizing: border-box;
  margin: 1.64rem 14.4rem 0;
  width: 28%;
  height: 1.92rem;
  border-radius: 0.96rem;
  border: 1px solid #DEDEDE;
} */
.search-box {
	z-index: 999;
	box-sizing: border-box;
	width: 48.3rem;
	margin: 0 auto;
	height: 1.92rem;
	margin-top: 1.2rem;
}
.searchDiv{
	height: 1.92rem;
	line-height: 1.92rem;
	position: relative;
		width: 28.16rem;
		border-radius: 0.96rem;

}
.search{
  padding: 0 2.4rem 0 0.6rem;
  width: 100%;
  height: 100%;
  font-size: 0.8rem;
  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.8rem;
  top: 50%;
  transform: translateY(-50%);
  height: 1.24rem;
  width: 1.24rem;
  padding: 0.2rem;
  box-sizing: border-box;
  cursor: pointer;
}
.search-icon{
  right: 0.4rem;
}
.history{
  display: none;
  position: absolute;
  transform: translateY(0.2rem);
  width: 100%;
  max-height: 14.44rem;
  padding: 1rem 0.8rem 1.08rem 1.2rem;
  border-radius: 0.6rem;
  overflow-y: auto;
  z-index: 999;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0.4rem 0.8rem 0px rgba(31,133,252,0.1);
}
.history-mask{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  /* background-color: #fff; */
}
.history-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.history-title{
  color: #CCCCCC;
  font-size: 0.8rem;
}
.history-crash{
  cursor: pointer;
  color: #1F85FC;
  font-size: 0.64rem;
  display: flex;
  align-items: center;
}
.history-crash img{
  width: 1rem;
  height: 1rem;
  margin-right: 0.36rem;
}
.history-item{
  color: #666666;
  font-size: 0.8rem;
  margin-top: 1.12rem;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.history-item:hover{
  cursor: pointer;
  color: #fff;
  background-color: #1F85FC;
}
.top-header {
	background-color: #333333;
	    position: absolute;
	    top: 0;
	    left: 0;
	    z-index: 4;
	    width: 100%;
	    height: 3.2rem;
	    line-height: 3.2rem;
}
.navList a {
	font-size: 0.64rem;
	color: #fff;

}
.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%;
  cursor: pointer;
}
.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;
  width: 48.3rem;

  position: relative;
  font-size: 0.96rem;
  height: 3.2rem;
  line-height: 3.2rem;
  margin: 0 auto;
  color: #333;
  /* padding-left: 1.2rem; */
}
.nav{
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  line-height: 100%;
  overflow:hidden;
  position: relative;
}
.nav-swiper{
  cursor: pointer;
  display: flex;
  align-items: center;

  position: absolute;
  left: 0;
  top: 0;
  /* white-space: nowrap; */
  /* width: 2000px; */
  height: 100%;
}
.nav-item{
  margin-right: 1.6rem;
  height: 1.6rem;
  padding-bottom: 0.2rem;
  white-space: nowrap;
  user-select: none;
}
.nav-item-active{
  font-size: 1.12rem;
  border-bottom: 0.2rem 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;
  
  display: flex;
  align-items: center;
}
.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 auto 1.2rem;
  padding: 0 1.2rem;
  border-radius: 0.6rem;
  width: 48.3rem;
}
.label-box{
  padding: 0.6rem 0 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: auto;
  min-height: 2.5rem;
  overflow: hidden;
}
.label-item{
  height: 1.2rem;
  margin: 0 0.4rem 0.6rem 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{
  display: none;
  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: none;
  align-items: center;
  margin: 1.68rem 1.2rem 1.28rem;
  font-size: 0.64rem;
  color: #333333;
}


.content{
  width: 48.3rem;
  margin: 0 auto;
  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{
  display: none;
  padding: 1.8rem 1.6rem 2.52rem;
}
.details-titl{
  color: #333333;
  font-size: 1.44rem;
  font-weight: bold;
}
.details-sub{
  color: #666666;
  font-size: 0.64rem;
  padding: 1.2rem 0 0.88rem;
  margin-bottom: 1.12rem;
  border-bottom: 1px solid #F0F2F5;
}
.contact-info{
  box-sizing: border-box;
  margin: 2.4rem auto 2rem;
  padding: 0.96rem 3.68rem 1.24rem 2.6rem;
  width: 70%;
  height: 13.6rem;
  background: #FAFCFF;
}
.contact-info-title{
  font-size: 0.64rem;
  color: #666666;
  margin-bottom: 1.28rem;
}
.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;
}
.label-name{
  width: 2.8rem;
}
.aera input {
  width: 5rem !important;
  margin-right: 0.4rem;
}
.layui-form-item{
  width: 2.8rem;
  text-align: left;
}
.aera .contact-phone{
  margin-right: 0;
  width: calc(100% - 6.6rem) !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;
}

.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;
}
.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;
}
.form-icon{
  width: 1.6rem;
  height: 1.6rem;
  margin-bottom: 0.2rem;
}
#share-rqcode{
  cursor:auto;
  position: absolute;
  top: -14.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 11.6rem;
  height: 13.6rem;
  padding: 0.8rem;
  box-sizing: border-box;
  border-radius: 1.2rem;
  background-color: #fff;

  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.share-qrcode-img{
  margin: 0.6rem 0;
  width: 7.6rem;
  height: 7.6rem;
}
#share-rqcode::after{
  content: '';
  position: absolute;
  bottom: -1.44rem;
  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;
}
.copy{
  height: 1.04rem;
  line-height: 1.04rem;
  display: inline-block;
}

.copy{
  cursor: pointer;
  color: #fff;
  font-size: 0.72rem;
  border-radius: 0.16rem;
  width: 1.6rem;
  padding: 0 0.4rem;
  text-align: center;
  background-color: #1F85FC;
}

.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;
}
.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-top1{
	margin-bottom: 0.6rem;
}
.content-right-top1 img{
	width: 14.8rem;
}
.content-right-top{
  width: 100%;
  /* height: 60%; */
  padding: 1.2rem 1.2rem 1.2rem 1.2rem;
  box-sizing: border-box;
  margin-bottom: 0.6rem;
  background-color: #fff;
  border-radius: 0.4rem;
}
#recommend{
  display: none;
}

.read-title{
  font-size: 1.12rem;
  color: #333;
  font-weight: bold;
  padding-bottom: 0.92rem;
  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;
}
.sub-title{
  color: #DEDEDE;
  font-size: 0.8rem;
}
.read-item{
  cursor: pointer;
  margin-bottom: 0.88rem;
  line-height: 0.96rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* display: flex;
  align-items: center; */
}
.mcitemClick {
  cursor: pointer;
  margin-bottom: 0.88rem;
  line-height: 0.96rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
}
.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.48rem;
  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-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;
}
.read-article:hover, .read-article1:hover {
  color: #1f85fc !important;
}
.dot{
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.44rem;
  background-color: #999999;
}

.codeList {
  display: flex;
  margin: 0 0 1.2rem;
  justify-content: space-between;
}
.codeImg {
  width: 5.6rem;
  height: 5.6rem;
}
.codeListTitle {
  text-align: center;
  height: 0.64rem;
  font-size: 0.64rem;
  font-family: PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 1.6rem;
}
.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;
}


.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;
}

.viewDia:hover .floatdialog {
	display: block;
}
.welfare-mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	display: none;
}
.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: 0.4rem;
}

.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;
	cursor: pointer;
	right: 0.4rem;
}

.m-b-20 {
	margin-bottom: 0.8rem;
}

.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;
}
.none{
	display: none;
}
.navList {
    width: 5.6rem;
    height: 3.2rem;
		line-height: 3.2rem;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.subMenu {
	margin-top: 0;
	width: 7.2rem!important;
	background: #17274a;
	padding: 0.48rem 0;
}

.hoverMenu {
	background: #17274a;
}

.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;
}
.layui-laypage a,
.layui-laypage span {
	padding: 0 0.6rem;
}
