* {
	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 {
	list-style: none;
}


/*去掉点击效果  安卓默认是篮筐   苹果默认是变灰*/

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*-webkit-tap-highlight-color: #E5E5E5;*/
}

input {
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
}

input::-webkit-input-placeholder {
	color: #aaaaaa;
	font-size: 14px;
}

input:-moz-placeholder {
	color: #aaaaaa;
	font-size: 14px;
}

input::-moz-placeholder {
	color: #aaaaaa;
	font-size: 14px;
}

input:-ms-input-placeholder {
	color: #aaaaaa;
	font-size: 14px;
}

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;
	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;
}



/*返回上一页*/

.goback {
	position: absolute;
	top: 14px;
	left: .1rem;
	width: 12px;
	height: 12px;
	border-top: 2px solid #252525;
	border-left: 2px solid #252525;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	text-indent: -1000px;
}

.line {
	content: '';
	display: block;
	width: 100%;
	height: .06rem;
	background-color: #f2f4f5;
}
.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-color: #fff;
	/*overflow: hidden;*/
}

.content {
	flex:1;
	/* padding: 44px 0 .2rem 0; */
	width:100%;
	height: 100%;
	padding-bottom: .05rem;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	background-color: #f2f2f2;
}
.pad_content{
	padding-bottom: .48rem;
}

header {
	position: relative;
	max-width: 640px;
	width: 100%;
	height:.44rem;
	line-height: .44rem;
	padding: 0 .12rem;
	background-color: #f2f2f2;
	text-align: center;
	color: #1b263d;
	font-size: 16px;
	overflow: hidden;
}

header a {
	font-size: 16px;
}
.header_nav{
	position: absolute;
	top:0;
	right:10px;
	font-size: 12px;
	color:#4c4c4c;
}
header span {
	display: block;
	padding: 0 .15rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.i_right {
	width: .07rem;
	height: .12rem;
	vertical-align: middle;
	background: url(../images/right.png) no-repeat;
	background-size: 100%;
}


/*底部导航*/

footer {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 640px;
	padding: .1rem 0;
	font-size: 0;
	background-color: #f2f2f2;
  
}

footer a {
	position: relative;
	display: inline-block;
	width:85%;
	height: .45rem;
	line-height: .45rem;
	font-size: 14px;
	color: #666;
	text-align: center;
	border-radius: 4px;
	/*background-color: #6fb900;*/
}
footer .icon_sm_1 {
	width: .25rem;
	height: .25rem;
	margin-right: .05rem;
	background: url(../images/icon_sm_1.png) no-repeat;
	background-size: 100%;
}
footer .icon_sm {
	width: .18rem;
	height: .18rem;
	margin-right: .05rem;
	background: url(../images/icon_sm.png) no-repeat;
	background-size: 100%;
}
footer .icon_pz {
	width: .21rem;
	height: .19rem;
	margin-right: .05rem;
	background: url(../images/icon_pz.png) no-repeat;
	background-size: 100%;
}





/*遮罩*/
.mask_wrap {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
	max-width: 640px;
	margin: 0 auto;
	background-color: #000;
}
.mask_box{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	width: 100%;
}
/*自定义radio按钮 start*/
.wx_radio{
	margin-right: .2rem;
}
.wx_radio input {
	display: none;
}

.wx_radio span:nth-of-type(1) {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	background: #fff;
	width: .15rem;
	height: .15rem;
	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/checked.png) no-repeat;
	background-size: 100% 100%;
	width:.15rem;
	height:.15rem;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
}

.wx_radio input:checked+span {
	border:none;
}


/*自定义radio按钮 end*/

#wrapper {
	width: 100%;
	/* position: absolute;
	left: 0;
	top: 0; */
	bottom: 1.8rem;
	overflow: hidden;
	z-index: 1;
}

#wrapper .more {
	height: .45rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
}

#wrapper .more span {
	padding-left: .05rem;
}

#wrapper .more .pull_icon {
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px;
}

#wrapper .more .loading {
	background-image: url(../images/loading.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px;
	-webkit-transform: rotate(0deg) translateZ(0);
	-webkit-transition-duration: 0;
	-webkit-animation-name: loading;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}

@-webkit-keyframes loading {
	from {
		-webkit-transform: rotate(0deg) translateZ(0);
	}
	to {
		-webkit-transform: rotate(360deg) translateZ(0);
	}
}
/* 无数据 */
.nadata_tip {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	padding-left: .2rem;
	padding-right: .2rem;
	    text-align: center;
		background-color: transparent;
}
.nadata_tip img{
	width: 100%;
}
.nadata_tip p{
	color: #676767;
	    font-size: 16px;
}
footer {
    line-height: 100px;
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color:#fff;
}