.wrap {
	width: 62.5%;
	margin: 0 auto;
}

.more {
	width: 1.4rem;
	height: 0.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.14rem;
	color: #fff;
	background-color: #009b4c;
}


header{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;	
	height: auto;
	background: #FFFFFF;
	box-shadow: 0px .04rem .1rem .1rem rgba(0, 0, 0, 0.01);
	border-radius: 0px 0px .06rem .06rem;
		z-index: 9;
}
header.header-body-bgc{
	position: fixed;
	top: 0;
	left: 0;
}

header .header-top {
	height: .6rem;
	opacity: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .header-top .header-top-left {
	position: relative;
}

header .header-top .header-top-left img {
	max-height: .56rem;
	margin-left: .15rem;
	margin-top: .04rem;
}
header .header-top p{
	font-size: .18rem;
	    color: #1A1A1A;
	    text-align: left;
}

header .header-top .header-top-right {
	align-items: center;
	justify-content: center;
	display: flex;
}

header .header-top .header-top-right a {
	display: flex;
	margin-right: .5rem;
	text-align: center;
	height: .36rem;
	line-height: .36rem;
	transition: .5s;
	align-items: center;
	justify-content: center;
}

header .header-top .header-top-right a:last-of-type {
	margin-right: .3rem;
}

header .header-top .header-top-right a i {
	display: inline-block;
}

header .header-top .header-top-right a span {
	display: inline-block;
	height: .36rem;
	line-height: .36rem;
}

.header-top .header-top-right a span {
	padding-left: .05rem;
	font-family: Source Han Sans;
	font-size: .15rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	/* 正文色/正文色 */
	color: #1A1A1A;
}

.header-top .header-top-right a span.iconfont {
	font-size: .16rem;
}

.header-top .header-top-right a span.bk {
	font-size: .18rem;
}

.header-top .header-top-right a span.zc {
	font-size: .22rem;
}

header .header-top .header-top-right a {
	width: auto;
	padding: 0 .12rem;
	border-radius: .25rem;
	box-sizing: border-box;
	opacity: 1;
	border: 1px solid #EEEEEE;
	text-align: center;
	margin-right: .15rem;
	background: #e8f0fe;
}

header .header-top .header-top-right a span {
	color: #1A1A1A;
}



.header-top .header-top-right a:hover {
	color: #FFFFFF;
	background-color: #1E40AF;
	transition: .5s;
	transform: translateY(-3px);
}

.header-top .header-top-right a:hover span {
	color: #FFFFFF;
	transition: .5s;
}

header .header-nav {
	background: #1E40AF;
	height: .6rem;
	line-height: .6rem;
	position:relative;
}

header .header-nav ul {
	display: flex;
	margin-left: .32rem;
	justify-content: flex-start;
	align-items: center;
}

header .header-nav ul li {
	height: .6rem;
	padding: 0 .12rem;
	margin-right: .45rem;
	cursor: pointer;
}

header .header-nav ul li a {
	font-family: Source Han Sans;
	font-size: .16rem;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0em;
	color: #FFFFFF;
}



header .header-nav ul li:hover {
	background: linear-gradient(0deg, #6483E7 0%, rgba(30, 64, 175, 0) 100%);
	border-bottom: 3px solid #FFAA00;
	box-sizing: border-box;
}

header .header-nav ul li:hover a {
	color: #FFAA00;
	transition: .5s;
}

header .header-nav ul li.active {
	background: linear-gradient(0deg, #6483E7 0%, rgba(30, 64, 175, 0) 100%);
	border-bottom: 3px solid #FFAA00;
	box-sizing: border-box;
}

header .header-nav ul li.active a {
	color: #FFAA00;
	transition: .5s;
}
header .header-nav ul  li .second {
  position:absolute;
  top: .6rem;
  width: 100%;
  left: 0%;
  padding:0 .3rem;
  width: max-content;
  display:none;
  border-radius:0 0 .12rem .12rem;
background: rgba(255,255,255,.3);
width: 100%;
box-shadow: 0px .04rem .1rem .1rem rgba(0, 0, 0, 0.01);
}

header .header-nav ul  li  .second a {
  display: inline-block;
  padding: 0.05rem 0.1rem;
color: #1A1A1A;
  font-size: 0.14rem;
  text-align: center;
}
header .header-nav ul  li  .second a.active {
color: #FFAA00;
}
header .header-nav ul  li  .second a:hover {
color: #FFAA00;
}

.content {
	background-color: #f2f4f7;
	padding: .37rem 0;
	margin-top: 1.2rem;
}

.new .wrap,
.service .wrap,
.recharge .wrap,
.order .wrap {
	border-radius: .12rem;
	opacity: 1;
	background: #FFFFFF;
	box-shadow: 0px .04rem .1rem .1rem rgba(0, 0, 0, 0.01);
	padding-top: .37rem;
	padding-bottom: .37rem;
	margin-bottom: .3rem;
}
.notice{
margin:0 auto;
display: flex;
margin-bottom:.3rem ;
width: 62.5%;
height: .7rem;
padding: 0 .46rem;
line-height: .7rem;
border-radius: .12rem;
background: #FFFFFF;
box-shadow: 0px .04rem .1rem .1rem rgba(0, 0, 0, 0.01);
font-family: Source Han Sans;
font-size: .15rem;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;

}
.notice b{
	font-size: .22rem;
	color: #1E40AF;

}
.marquee-wrapper{
	width: 94%;
	height: 100%;
		overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
	
}
 .marquee-content {
      display: inline-block;
      animation: marquee 20s linear infinite;
  color: #1A1A1A;
  font-size: .15rem;
/*text-overflow: ellipsis;*/
    }

    @keyframes marquee {
      0% { transform: translateX(94%); }
      100% { transform: translateX(-94%); }
    }

.content .wrap h2,
.content .register h2 {
	text-align: center;
	margin: 0 auto;
	margin-bottom: .37rem;
	font-family: Source Han Sans;
	font-size: .24rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	font-variation-settings: "opsz" auto;
	font-feature-settings: "kern" on;
	color: #1E40AF;
}

.new ul.news_list li {
	display: block;
	position: relative;
	width: 90%;
	margin: 0 auto;
	margin-bottom: .15rem;
	transition: .5s;
}

.new ul.news_list>li a {
	display: flex;
	align-items: center;
	justify-content: inherit;
}

.new ul.news_list>li .new_time {
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	height: 1.4rem;
	background: #D2D2D2;
	border-radius: .1rem;
}

.new ul.news_list>li .new_time img {
	width: 100%;
	height: 1.4rem;
	display: block;
	transition: .5s;
}

.new ul.news_list>li .new_pp {
	display: inline-block;
	vertical-align: middle;
	width: 74%;
	margin-left: 1%;
	border-bottom: 1px solid #D8D8D8;
}

.new ul.news_list>li .new_pp h4 {
	font-size: .18rem;
	margin: .12rem auto;
	margin-bottom: ;
	/* 正文色/正文色 */
	color: #1A1A1A;
}

.new ul.news_list>li .new_pp p {
	font-size: .14rem;
	height: .48rem;
	line-height: .16rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #767676;
}

.new ul.news_list>li .new_pp .new_data {
	font-family: Source Han Sans;
	font-size: .12rem;
	margin-top: .20rem;
	color: #999999;
	margin-bottom: .14rem;
}

.new ul.news_list>li:hover .new_time img {
	transform: scale(1.02);
	transition: .5s;
}

.new ul.news_list>li:hover h4 {
	color: #1E40AF;
	transition: .5s;
}

.new ul.news_list>li:hover {
	transform: translateY(-3px);
	transition: .5s;
}

/*分页*/

.page {
	margin: .8rem auto;
	text-align: center;
	height: .44rem;
}
.page span{
	font-size: .14rem;	
		font-family: Source Han Sans;
}
.page a {
	font-size: .14rem;
	border-radius: .05rem;
	font-family: Source Han Sans;
	padding: .1rem .16rem;
border: 1px solid #EEEEEE;
	background: #F0F7FF;

}

.page a:hover,
.page a.active {
border: 1px solid #1E40AF;
	background: #1E40AF;
	color: #FFFFFF;
}

.service ul {
	width: 90%;
	margin: 0 auto;
}

.service ul li {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-right: 1%;
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0px .04rem .1rem .1rem rgba(0, 0, 0, 0.02);
	margin-bottom: .2rem;
	border-radius: .12rem .12rem;
	padding-bottom: .25rem;
	border: 1px solid rgba(0, 0, 0, .05);
	box-sizing: border-box;
	transition: .5s;
}

.service ul li:nth-of-type(3n) {
	margin-right: 0;
}

.service ul li .sev_img {
	width: 100%;
	padding: .2rem 0;
	border-radius: .12rem .12rem 0px 0px;
	opacity: 1;
	background: #D5E9FF;
}

.service ul li .sev_img img {
	max-width: 100%;
}

.service ul li .sev_txt h4 {
	font-family: Source Han Sans;
	font-size: .18rem;
	color: #1A1A1A;
	margin: .14rem auto;
}

.service ul li .sev_txt p {
	font-family: Source Han Sans;
	color: #767676;
	font-size: .14rem;
}

.recharge ul {
	width: 90%;
	margin: 0 auto;
}

.recharge ul li {
	position: relative;
	width: 23.5%;
	display: inline-block;
	vertical-align: top;
	margin-right: .8%;
	text-align: center;
	background: #F4F9FF;
	border-radius: .12rem;
	box-shadow: 0px .02rem .05rem .05rem rgba(0, 0, 0, 0.04);
	border: 1px solid rgba(0, 0, 0, 0);
	transition: .5s;
	padding-bottom: .18rem;
}

.recharge ul li:nth-of-type(4n) {
	margin-right: 0;
}

.recharge ul li h3 {
	font-family: Source Han Sans;
	font-size: .2rem;
	color: #1A1A1A;
	margin-top: .3rem;
	margin-bottom: .15rem;
}

.recharge ul li p {
	font-family: Source Han Sans;
	font-size: .16rem;
	color: #1A1A1A;
}

.recharge ul li p.rec_zj {
	margin-top: .15rem;
}

.recharge ul li p span {
	color: #767676;
}

.recharge ul li a {
	display: block;
	width: 1.6rem;
	height: .44rem;
	line-height: .42rem;
	text-align: center;
	border-radius: .22rem;
	margin: 0 auto;
	margin-top: .2rem;
	opacity: 1;
	border: 1px solid #1E40AF;
	background: #1E40AF;
	transition: .5s;
	color: #FFFFFF;
	font-size: .16rem;
}

.service ul li:hover,
.recharge ul li:hover {
	border: 1px solid rgba(0, 0, 0, .1);
	box-sizing: border-box;
	transition: .5s;
	transform: translateY(-3px)
}

.recharge ul li a:hover {
	opacity: .8;
	color: #FFFFFF;
		transition: .5s;
	transform: translateY(-3px)
}

.recharge ul li i {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: .56rem;
	height: .3rem;
	border-radius: 0px.12rem 0px .12rem;
	background: #EE3A1E;
	font-size: .12rem;
	text-align: center;
	line-height: .3rem;
	color: #FFFFFF;
	opacity: 0;
	font-style: normal;
}

.recharge ul li.rec_tj {
	border: 1px solid #EE3A1E;
}

.recharge ul li.rec_tj i {
	opacity: 1;
}


/*注册*/

.register {
	width: 36%;
	border-radius: .12rem;
	opacity: 1;
	background: #FFFFFF;
	box-shadow: 0px .04rem .1rem .1rem rgba(0, 0, 0, 0.01);
	padding-top: .37rem;
	padding-bottom: .37rem;
	margin-bottom: .3rem;
	margin: 0 auto;
}

.register form {
	width: 90%;
	margin: 0 auto;
}

.register form ul li {
	display: block;
	margin-bottom: .2rem;
}

.register form ul li span {
	display: block;
	margin-bottom: .15rem;
	font-family: Source Han Sans;
	font-size: .16rem;
	font-weight: 500;
	line-height: normal;
	color: #1A1A1A;
}

.register form ul li input {
	border-radius: .25rem;
	width: 100%;
	padding-left: .38rem;
	opacity: 1;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	height: .56rem;
	line-height: .56rem;
}

.register form ul li.btn {
	margin-top: .5rem;
	margin-bottom: .23rem;
}

.register form ul li.btn button {
	height: .6rem;
	border-radius: .3rem;
	cursor: pointer;
	width: 100%;
	background: #1E40AF;
	color: #FFFFFF;
	text-align: center;
	line-height: .6rem;
	border: 1px solid #EEEEEE;
	font-family: Source Han Sans;
	font-size: .18rem;
	transition: .5s;
}

.register form ul li.btn button:hover {
	transition: .5s;
	box-shadow: 0px .02rem .05rem .05rem rgba(30, 64, 175, 0.15);
	transform: translateY(-3px)
}

.register form p {
	text-align: center;
	font-family: Source Han Sans;
	font-size: .18rem;
	color: #1A1A1A;
}

.register form p a {
	color: #1E40AF;
}


/*博客内页*/

.content .wrap2 {
	width: 62.5%;
	margin: 0 auto;
	background: #FFFFFF;
}

.content .wrap2 .bk2_tt {
	display: flex;
	width: 90%;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

.content .wrap2 .bk2_tt h2 {
	text-align: left;
	margin: 0 0;
	margin-bottom: .37rem;
}

.content .wrap2 .bk2_tt input {
	width: 40%;
	height: .44rem;
	line-height: .44rem;
	border-radius: .22rem;
	background: #F9F9F9;
	border: 1px solid #EEEEEE;
	padding-left: .25rem;
}

.content .wrap2 ul.news_list>li .new_time {
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	height: 1.4rem;
}

.content .wrap2 ul.news_list>li .new_time img {
	height: 1.4rem;
	width: 100%;
}

.content .wrap2 ul.news_list>li .new_pp {
	width: 74%;
}


/*我的订单*/

.order_list {
	width: 96%;
	margin: 0 auto;
	margin-bottom: .9rem;
}

.order_list h4 {
	font-family: Source Han Sans;
	font-size: .18rem;
	color: #1A1A1A;
	margin-bottom: .18rem;
}

.order_list table {
	border-collapse: collapse;
	/* 合并边框 */
	border-spacing: 0;
	/* 清除单元格间距 */
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
}

th,
td {
	padding: 0;
	/* 清除内边距 */
	margin: 0;
	border: none;
	/* 清除单元格边框 */
	text-align: left;
	/* 重置文本对齐方式（默认可能为居中） */
	font-weight: normal;
	/* 清除表头默认加粗 */
}

caption {
	display: none;
	/* 隐藏默认标题（如需保留可删除此行） */
}

.order_list .table {
	border-radius: .12rem;
	box-shadow: 0px .04rem .1rem .1rem rgba(0, 0, 0, 0.03);
}

.order_list table tr:first-of-type {
	border: none;
	border-radius: .12rem .12rem 0px 0px;
	background: #F0F7FF;
	box-sizing: border-box;
	text-align: center;
}

.order_list table tr th,
.order_list table tr td {
	height: .6rem;
	line-height: .6rem;
	padding-left: .3rem;
	font-size: .14rem;
}
.order_list table tr th{
	font-size: .18rem;
}
.order_list table tr td:last-of-type{
	color: #1E40AF;
}

/*分类查询*/
.search .title{
	width: 42%;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: .3rem;
}

.search h2 {
	font-family: Source Han Sans;
	font-size: .24rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	font-variation-settings: "opsz" auto;
	font-feature-settings: "kern" on;
	color: #1E40AF;

}
.search .title .title-right{
	display:flex;
		justify-content: space-between;
	align-items: center;
}
.search .title .title-right p{
font-family: Source Han Sans;
	font-size: .18rem;
	color: #1E40AF;	
}
.search .title .title-right p span{
	display: inline-block;
	vertical-align: middle;
		margin-right: .05rem;
}
.search .title .title-right  a {
	display: block;
	width: 1.2rem;
	height: .44rem;
	line-height: .42rem;
	text-align: center;
	border-radius: .22rem;
	margin: 0 auto;
	opacity: 1;
	border: 1px solid #1E40AF;
	background: #1E40AF;
	transition: .5s;
	color: #FFFFFF;
	font-size: .16rem;
	margin-left: .1rem;
}

.search .title .title-right  a:hover {
	opacity: .8;
	color: #FFFFFF;
		transition: .5s;
	transform: translateY(-3px)
}

.search .search-box {
	width: 42%;
	border-radius: .12rem;
	opacity: 1;
	background: #FFFFFF;
	box-shadow: 0px .04rem .1rem .1rem rgba(0, 0, 0, 0.01);
	padding-top: .37rem;
	padding-bottom: .37rem;
	margin-bottom: .3rem;
	margin: 0 auto;
}

.search .search-box .search-list {
	width: 86.25%;
	margin: 0 auto;
}

.search .search-box .search-list .search-first h5 {
	font-family: Source Han Sans;
	font-size: .18rem;
	font-weight: 500;
	margin-bottom: .29rem;
	color: #1E40AF;
}

/*.search .search-box .search-list .search-first p {*/
/*	height: .8rem;*/
/*	line-height: .8rem;*/
/*	border-radius: .12rem;*/
/*	background: #F9F9F9;*/
/*	border: 1px solid #EEEEEE;*/
/*	font-family: Source Han Sans;*/
/*	font-size: .16rem;*/
/*	padding-left: .3rem;*/
/*}*/
.search .search-box .search-list .search-first p {
    height: auto;
    line-height: .36rem;
    border-radius: .12rem;
    background: #F9F9F9;
    border: 1px solid #EEEEEE;
    font-family: Source Han Sans;
    font-size: .16rem;
    padding: .3rem;
}

.search .search-box .search-list .search-two {
	border-radius: .12rem;
	background: #F9F9F9;
	margin-top: .3rem;
	border: 1px solid #EEEEEE;
}

.search .search-box .search-list .search-two h6 {
	height: .8rem;
	line-height: .8rem;
	border-bottom: 1px solid #EEEEEE;
	font-family: Source Han Sans;
	font-size: .18rem;
	font-weight: 500;
	margin-bottom: .29rem;
	color: #1E40AF;
	padding-left: .3rem;
}

.search .search-box .search-list .search-two p {
	display: block;
	padding-left: .3rem;
	font-family: Source Han Sans;
	font-size: .14rem;
	font-weight: 500;
	color: #1A1A1A;
}

.search .search-box .search-list .search-two input {
	height: .44rem;
	display: block;
	line-height: .44rem;
	padding-left: .25rem;
	border-radius: .22rem;
	width: 90%;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	margin: 0 auto;
	margin-top: .16rem;
}

.search .search-box .search-list .search-two .search-time {
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	margin-top: .3rem;
	padding-bottom: .3rem;
}

.search .search-box .search-list .search-two .search-time p {
	display: block;
	padding-left: .3rem;
	font-family: Source Han Sans;
	font-size: .14rem;
	font-weight: 500;
	color: #1A1A1A;
	padding-top: .25rem;
	margin-bottom: .16rem;
}

.search .search-box .search-list .search-two .search-time ul {
	width: 90%;
	margin: 0 auto;
}

.search .search-box .search-list .search-two .search-time ul li {
	display: inline-block;
	vertical-align: top;
	    width: auto;
    padding: 0 .15rem;
	height: .5rem;
	border-radius: .25rem;
	opacity: 1;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	text-align: center;
	cursor: pointer;
	margin-right: .15rem;
}

.search .search-box .search-list .search-two .search-time ul li span,
.search .search-box .search-list .search-two .search-time ul li i {
	display: inline-block;
	vertical-align: middle;
}

.search .search-box .search-list .search-two .search-time ul li span {
	font-family: Source Han Sans;
	font-size: .14rem;
	font-weight: 500;
	color: #1A1A1A;
	margin-right: .14rem;
	margin-top: .1rem;
}

.search .search-box .search-list .search-two .search-time ul li i {
	height: .28rem;
	line-height: .28rem;
	border-radius: .14rem;
	font-style: normal;
	background: #EE3A1E;
	color: #FFFFFF;
	font-family: Source Han Sans;
	font-size: .12rem;
	padding: 0 .12rem;
	margin-top: .1rem;
}
.search .search-box .search-list .search-two .search-time ul li:hover{
		border: 1px solid #EA0000;
		background: #fbe9e7;
}

.search .search-box .search-list .search-two .search-time ul li.active {
	border: 1px solid #EA0000;
	background: #fbe9e7;
}

.search .search-box .search-list .search-two .search-time ul li.active span {
	color: #EA0000;
	font-weight: bold;
}
.search .search-box .search-list .search-two .search-time ul li.active i{
	font-weight: bold;
}

.search .search-box .search-list .search-btn {
	display: flex;
	width: 90%;
	justify-content: space-between;
	align-items: center;
	margin: .35rem 0;
}

.search .search-box .search-list .search-btn p {
	color: #999999;
	border-radius: .14rem;
	font-style: normal;
}

.search .search-box .search-list .search-btn span {
	border-radius: .18rem;
	color: #1E40AF;
}

.search .search-box .search-list .search-btn p button {
	height: .5rem;
	border-radius: .25rem;
	cursor: pointer;
	width: 1.68rem;
	background: #1E40AF;
	color: #FFFFFF;
	text-align: center;
	line-height: .5rem;
	border: 1px solid #EEEEEE;
	font-family: Source Han Sans;
	font-size: .16rem;
	transition: .5s;
}

.search .search-box .search-list .search-btn p button:hover {
	transition: .5s;
	box-shadow: 0px .02rem .05rem .05rem rgba(30, 64, 175, 0.15);
	transform: translateY(-3px)
}


/*积分充值*/

.chongzhi-box {
	width: 96%;
	margin: 0 auto;
}

.chongzhi-box .cz-jf {
	border-radius: .12rem;
	display: flex;
	background: #FFF9F8;
	justify-content: center;
	padding: .18rem 0;
	margin-bottom: .47rem;
}

.chongzhi-box .cz-jf p img {
	margin-right: .3rem;
}

.chongzhi-box .cz-jf p {
	font-family: Source Han Sans;
	font-size: .18rem;
	color: #1A1A1A;
}

.chongzhi-box .cz-jf p span {
	display: block;
	font-family: Source Han Sans;
	font-size: .28rem;
	color: #EE3A1E;
}

.chongzhi-box .cz-tc ul {
	width: 92%;
	margin: 0 auto;
}

.chongzhi-box .cz-tc ul li {
	width: 18%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin-bottom: .3rem;
	margin-right: 1%;
	background: #FFFFFF;
	border-radius: .12rem;
	box-shadow: 0px .02rem .05rem .05rem rgba(0, 0, 0, 0.04);
	transition: .5s;
	text-align: center;
	box-sizing: border-box;
	border: 2px solid rgba(0, 0, 0, 0);
}

.chongzhi-box .cz-tc ul li:nth-of-type(5n) {
	margin-right: 0;
}

.chongzhi-box .cz-tc ul li h4 {
	width: 100%;
	padding: .26rem 0;
	border-radius: .12rem .12rem 0px 0px;
	opacity: 1;
	background: #F0F7FF;
	text-align: center;
	color: #1E40AF;
	font-family: Source Han Sans;
	font-size: .18rem;
}

.chongzhi-box .cz-tc ul li span {
	display: block;
	font-family: Source Han Sans;
	font-size: .16rem;
	color: #1A1A1A;
}

.chongzhi-box .cz-tc ul li span.money {
	font-size: .28rem;
	color: #1E40AF;
	font-weight: bold;
	margin-top: .3rem;
	margin-bottom: .3rem;
}

.chongzhi-box .cz-tc ul li span.zs-jf {
	color: #EE3A1E;
	font-size: .14rem;
	margin-top: .2rem;
}

.chongzhi-box .cz-tc ul li a.btn {
	display: block;
	width: 1.6rem;
	height: .44rem;
	line-height: .44rem;
	text-align: center;
	border-radius: .22rem;
	margin: 0 auto;
	margin-top: .5rem;
	margin-bottom: .38rem;
	background: #1E40AF;
	color: #FFFFFF;
	transition: .5s;
}

.chongzhi-box .cz-tc ul li:hover {
	box-sizing: border-box;
	transition: .5s;
	border: 2px solid #EA0000;
	transform: translateY(-3px)
}

.chongzhi-box .cz-tc ul li a:hover {}

.chongzhi-box .jf-sm,
.zhifu-box .jf-sm,
.search .search-box .search-list .jf-sm {
	border-radius: .06rem;
	background: #F0F7FF;
	padding: .28rem .55rem;
}
.search .search-box .search-list .jf-sm {
	margin-top: .3rem;
		background: #F9F9F9;
}

.chongzhi-box .jf-sm p,
.zhifu-box .jf-sm p,
.search .search-box .search-list .jf-sm p{
	color: #1A1A1A;
	font-family: Source Han Sans;
	font-size: .18rem;
	margin-bottom: .2rem;
}
.search .search-box .search-list .jf-sm p{
	color: #EA0000;
}
.chongzhi-box .jf-sm ul,
.zhifu-box .jf-sm ul,
.search .search-box .search-list  .jf-sm ul{
	padding-left: .2rem;
}
.chongzhi-box .jf-sm ul li,
.zhifu-box .jf-sm ul li,
.search .search-box .search-list  .jf-sm ul li{
	list-style-type: disc;
	color: #1A1A1A;
	font-family: Source Han Sans;
	font-size: .14rem;
	
}




/*支付*/

.zhifu-box {
	width: 45%;
	margin: 0 auto;
	border-radius: .12rem;
	opacity: 1;
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, .03);
	padding: .3rem;
	box-shadow: 0px .05rem .1rem .1rem rgba(0, 0, 0, 0.01);
}

.zhifu-box h6 {
	color: #1A1A1A;
	font-family: Source Han Sans;
	font-size: .18rem;
	padding-bottom: .2rem;
	border-bottom: 1px solid #D8D8D8;
}

.zhifu-box .zf-tc {
	margin-bottom: .4rem;
}

.zhifu-box .zf-tc ul li {
	margin-top: .3rem;
	margin-bottom: .12rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.zhifu-box .zf-tc ul li span {
	color: #1A1A1A;
	font-family: Source Han Sans;
	font-size: .16rem;
}

.zhifu-box .zf-tc ul li span.zf-pp {
	color: #EE3A1E;
}

.zhifu-box .zf-fs ul {
		display: block;
	justify-content: space-between;
	align-items: center;
	margin-top: .22rem;
	margin-bottom: .35rem;
	position: relative;
	padding-bottom: 1.6rem;
}

.zhifu-box .zf-fs ul li {
	width: 45%;
	height: .6rem;
	line-height: .6rem;
	border-radius: .12rem;
	margin-left: .2rem;
	background: #FFFFFF;
	box-sizing: border-box;
	border: 1px solid #D8D8D8;
	display: flex;
	text-align: center;
	justify-content: center;
	float: left;
	cursor: pointer;
	align-items: center;
	margin-bottom: .2rem;
}
.zhifu-box .zf-fs ul li:nth-of-type(2n){
	margin-right: 0;
}

.zhifu-box .zf-fs ul li .jifen_txt {
	display: flex;
	justify-content: center;
	align-items: center;
}

.zhifu-box .zf-fs ul li .jifen_txt span {
	color: #1A1A1A;
	font-family: Source Han Sans;
	font-size: .16rem;
	margin-left: .05rem;
}

.zhifu-box .zf-fs ul li .icon {
	display: inline-block;
	vertical-align: middle;
	/*margin-right: .2rem;
	margin-left: .3rem;*/
}

.zhifu-box .zf-fs ul li .icon img.icon_img {
	display: block;
}

.zhifu-box .zf-fs ul li .icon img.icon_img_active {
	display: none;
}


/*.index_box2 ul li:hover .icon img.icon_img {
	display: none;
}

.index_box2 ul li:hover .icon img.icon_img_active {
	display: block;
}*/

.zhifu-box .zf-fs ul li.active .icon img.icon_img {
	display: none;
}

.zhifu-box .zf-fs ul li.active .icon img.icon_img_active {
	display: block;
}

.zhifu-box .zf-fs .member {
	display: none;
}

.zhifu-box .zf-fs .member:first-of-type {
	display: block;
}

.zhifu-box .zf-fs .member {
	text-align: center;
	border-radius: .12rem;
	background: #F0F7FF;
	padding-bottom: .3rem;
}

.zhifu-box .zf-fs .member h4 {
	color: #2E3DFF;
	font-family: Source Han Sans;
	font-size: .16rem;
	margin: 0 auto;
	padding: .2rem 0;
}

.zhifu-box .zf-fs .member p {
	font-family: Source Han Sans;
	font-size: .14rem;
	color: #1A1A1A;
}

.zhifu-box .zf-fs .member img.index_box2_img {
	width: 2.42rem;
	height: auto;
}

.zhifu-box .zf-fs .member .index_bo2_text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: .12rem;
	height: .45rem;
	line-height: .45rem;
	width: 3.6rem;
	margin: .25rem auto;
	padding: 0 .2rem;
	background: #F5F5F5;
	border: 1px dashed #D8D8D8;
}

.zhifu-box .zf-fs .member .index_bo2_text input{
	color: #767676;
	font-family: Source Han Sans;
	font-size: .14rem;
	border: none;
	height: 100%;
	width: 75%;
	background: none;
}
.zhifu-box .zf-fs .member .index_bo2_text button{
	border: none;
	background: none;
	font-family: Source Han Sans;
	font-size: .14rem;
	color: #1A1A1A;
}
.zhifu-box .zf-fs .member .index_bo2_text img {
	cursor: pointer;
	max-width: 100%;
}

.zhifu-box .zf-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: .34rem auto;
}
.kw_js_box .zf-btn{
	margin-top: .25rem;
}
.zhifu-box .zf-btn a, .kw_js_box .zf-btn a {
	display: inline-block;
	font-family: Source Han Sans;
	font-size: .16rem;
	height: .44rem;
	line-height: .44rem;
	border-radius: .22rem;
	border: 1px solid #EEEEEE;
	text-align: center;
	transition: .5s;
}

.zhifu-box .zf-btn a.zf-qr,.kw_js_box .zf-btn a.zf-qr  {
	width: 1.6rem;
	background: #1E40AF;
	margin-right: .2rem;
	color: #FFFFFF;
}

.zhifu-box .zf-btn a.zf-fh,.kw_js_box .zf-btn a.zf-fh {
	color: #767676;
	padding: 0 .2rem;
	background: #F5F5F5;
}

.zhifu-box .zf-btn a.zf-qr:hover,
.zhifu-box .zf-btn a.zf-fh:hover,
.kw_js_box .zf-btn a.zf-fh:hover,
.kw_js_box .zf-btn a.zf-qr:hover {
	transition: .5s;
	box-shadow: 0px .02rem .05rem .05rem rgba(30, 64, 175, 0.05);
	transform: translateY(-2px)
}

/*遮罩层*/

.layerr {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99999;
	left: 0;
	top: 0;
	display:none;
}

.kw_js_box {
	position: fixed;
	width: 26%;
	height: auto;
	left: 37%;
	top: 20%;
	z-index: 999999;
	box-sizing: border-box;
	display:none;
	text-align: center;
	padding:.3rem;
		background: #FFFFFF;
	border-radius: .12rem;
	box-shadow: 0px .02rem .05rem .05rem rgba(0, 0, 0, 0.04);
}
.kw_js_box  h2{
	text-align: center;
	margin: 0 auto;
	margin-bottom: .2rem;
	font-family: Source Han Sans;
	font-size: .24rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;
	font-variation-settings: "opsz" auto;
	font-feature-settings: "kern" on;
	color: #1E40AF;
	margin-top: .2rem;
}
.kw_js_box  p{
		font-family: Source Han Sans;
	font-size: .18rem;
	text-align: left;
	line-height: .32rem;
	padding-bottom: .25rem;
	border-bottom:1px dashed  #D8D8D8;
}
.kw_js_box .zf-tx{
	margin-top: .2rem;
			font-family: Source Han Sans;
	font-size: .18rem;
}
.kw_js_box .zf-tx a{
	color: #1E40AF;
}

.delete {
	position: absolute;
	right:.25rem;
	font-size: .2rem;
	top:.25rem;
	cursor: pointer;
}
.delete span{
	font-size: .32rem;
}
