* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
	font-family: -apple-system, Helvetica, sans-serif;
}

body {
	/* IOS禁止微信调整字体大小 */
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
}

div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a,
img,
span,
input {
	border: 0;
}

ul,li,ol,dl,dd {
	list-style: none;
}


/*去掉点击效果  安卓默认是篮筐   苹果默认是变灰*/

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*-webkit-tap-highlight-color: #E5E5E5;*/
}

input {
	margin-bottom: 0;
	padding: 0;
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
}

input::-webkit-input-placeholder {
	color: #999;
	font-size: 14px;
}

input:-moz-placeholder {
	color: #999;
	font-size: 14px;
}

input::-moz-placeholder {
	color: #999;
	font-size: 14px;
}

input:-ms-input-placeholder {
	color: #999;
	font-size: 14px;
}
select{
	border:none;
	outline: none;
	border-radius: 0;
}
li,
div,
input,
header,
footer {
	box-sizing: border-box;
}

i {
	font-style: normal;
}

a {
	box-sizing: border-box;
	text-decoration: none;
	color: #383838;
	/*-webkit-tap-highlight-color: rgba(255, 255, 255, 0);*/
	/*-webkit-user-select: none;*/
	/*-moz-user-focus: none;
	-moz-user-select: none;*/
}

* ::-webkit-scrollbar {
	display: none;
}

button {
	border: none;
	outline: none;
	padding: 0;
	font-size: 14px;
}

.hide {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}

.icon {
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
}
.flex_box{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.justify-start {
  display: flex;
  justify-content: flex-start;
}
.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}
.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}
.justify-around {
  display: flex;
  justify-content: space-around;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}
.align-start {
  display: flex;
  align-items: flex-start;
}
.align-center {
  display: flex;
  align-items: center;
}
.align-end {
  display: flex;
  align-items: flex-end;
}

/*返回上一页*/

.goback {
	/* position: absolute; 
	top: 14px;
	left: .1rem;*/
	width: 12px;
	height: 12px;
	border-top: 2px solid #232323;
	border-left: 2px solid #232323;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	text-indent: -1000px;
}

.line {
	content: '';
	display: block;
	width: 100%;
	height: 0.266667rem;
	background-color: #F7F8FB;
}

.icons {
	display: inline-block;
}

.container {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	max-width: 640px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	font-size: 16px;
	background:#F7F8FB url(../images/newImages/top_head_bg.png) no-repeat;
	background-size: 150%;
	overflow: hidden;
}

.content {
	position: relative;
	flex: 1;
	width: 100%;
	height: 100%;
	color: #232323;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.pad_content {
	padding-bottom: .48rem;
}

header {
	position: relative;
	max-width: 640px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 1.28rem;
	line-height: 1.28rem;
	padding: 0 0.266667rem; 
	background-color: transparent;
	text-align: center;
	color: #323233;
	font-size: 0.427rem;
	overflow: hidden;
	/* border-bottom: 1px solid #ebedf0; */
}

header a {
	font-size: 0.427rem;
}

header span {
	display: block;
	flex: 1;
	padding: 0 0.4rem;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}



/*底部导航*/

footer {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 640px;
	padding: 0.133rem 0;
	font-size: 0;
	background-color: #fff;
}

footer a {
	display: inline-block;
	width: 33%;
	font-size: 0.373rem;
	color: #4B5563;
	text-align: center;
}
footer a.current {
	color: #1468c1;
}
footer i{
	font-size: 0.533rem;
}


/* footer-20250320 */
.index_footer_wrap {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2.133rem;
	padding-top: 1rem;
	background: transparent url(../images/newImages/footer_bg.png) no-repeat;
	background-size: 100% 100%;
}

.index_footer_item {
	flex: 1;
	width: 33%;
	text-align: center;
}

.index_footer_item a {
	display: block;
	width: 100%;
	font-weight: 400;
	font-size: 0.32rem;
	color: #333333;
}

.index_footer_item img {
	width: 0.64rem;
	height: 0.64rem;
}
.index_footer_item .pic_cur{
	display: none;
}
.footer_menu_home {
	position: relative;
}

.footer_menu_home a {
	position: absolute;
	top: -1.333rem;
}
.footer_menu_home a>div{
	text-align: center;
}
.footer_menu_home img {
	width: 2.133rem;
	height: 2.133rem;
}
.index_footer_item .current{
	color: #4A78FF;
}
.index_footer_item .current .no_cur{
	display: none;
}
.index_footer_item .current .pic_cur{
	display: inline-block;
}
/*遮罩*/
.m_wrap {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	max-width: 640px;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	z-index: 1100;
	overflow: hidden;
}

.m_wrap .m_bg {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
}

.m_wrap .m_box {
	position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    width: 75%;
	    margin: 0 auto;
	    padding: 0;
		background: #fff;
		border-radius: 5px ;
}

.m_wrap  .m_del {
	font-size: 16px;
	color: #00599a;
	width: 100%;
	height: 1.2rem;
	line-height: 1.2rem;
	background-color: #fff;
	border-radius: 0 0 8px 8px;
	border-top: 1px solid #F4F4F4;
}

/*自定义radio按钮 start*/
.wx_radio {
	margin-right: 0.533333rem;
}

.wx_radio input {
	display: none;
}

.wx_radio span:nth-of-type(1) {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	background: #fff;
	width: 0.48rem;
	height: 0.48rem;
	border-radius: 100%;
	border: none;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
}

.wx_radio span:nth-of-type(2) {
	margin-left: .05rem;
	font-size: 14px;
	color: #262626;
	vertical-align: middle;
}

.wx_radio input:checked+span:after {
	display: block;
	content: '';
	background: #fff url(../images/radio_checked.png) no-repeat;
	background-size: 100% 100%;
	width: 0.48rem;
	height: 0.48rem;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
}

.wx_radio input:checked+span {
	border: none;
}


/*自定义radio按钮 end*/

/*自定义checkbox按钮 start*/
.wx_checkbox{
	display: inline-block;
	margin-right: 0.267rem;
}
.wx_checkbox input {
	display: none;
}

.wx_checkbox span:nth-of-type(1) {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	background: #fff;
	width: 0.48rem;
	height: 0.48rem;
	border: none;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	border-radius: 2px;
}
.wx_checkbox span:nth-of-type(2) {
    margin-left: 0.05rem;
    font-size: 14px;
    color: #262626;
    vertical-align: middle;
	}
.wx_checkbox input:checked+span:after {
	display: block;
	content: '';
	background: transparent url(../images/checkbox_checked.png) no-repeat;
	background-size: 100%;
	width: 0.48rem;
	height: 0.48rem;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
}

.wx_checkbox input:checked+span {
	border:0;
	/* border: 1px solid #fff; */
}


/*自定义checkbox按钮 end*/


