﻿html {
	min-height: 100%;
	color: #000;
	background: #FFF;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased
}

body {
	min-height: 100%;
	font-family: "Droid Sans Fallback", "微软雅黑", Arial, sans-serif;
	-webkit-tap-highlight-color: transparent
}

body,
body * {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
	font-style: normal;
	font-weight: normal
}

ol,
ul {
	list-style: none
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-size: 100%;
	border: none;
	outline: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	font-size: inherit;
	color: #C2C5CC
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
	font-size: inherit;
	color: #C2C5CC
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
	font-size: inherit;
	color: #C2C5CC
}

a {
	color: inherit;
	text-decoration: none
}

.hidden {
	display: none !important
}

.contain {
	width: 7.2rem;
	height: auto;
	margin: 0 auto;
	background: #ffffff;
	overflow: hidden;
	overflow-y: auto
}

.contain .head {
	position: relative;
	width: 100%;
	height: 0.88rem;
	line-height: 0.88rem;
	font-size: 0.36rem;
	color: #222426;
	text-align: center
}

.contain .head .back_icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 0.8rem;
	height: 0.88rem;
	background: url(../../../images/Base/icon_back.svg) no-repeat 0 0;
	background-size: contain
}

.contain .nav_tab {
	width: 100%;
	height: 0.8rem
}

.contain .nav_tab ul {
	display: -webkit-flex;
	flex-direction: row;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	align-content: center;
	text-align: center;
	font-size: 0.2rem;
	flex-wrap: nowrap
}

.contain .nav_tab li {
	position: relative;
	flex: 1;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.26rem;
	color: #616366;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer
}

.contain .nav_tab li.current {
	color: #FF7F2A
}

.contain .nav_tab li.current:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 0.34rem;
	height: 0.04rem;
	margin-left: -0.17rem;
	background: #FF7F2A;
	border-radius: 4px
}

.toast_contain {
	position: fixed;
	top: 50%;
	left: 50%;
	max-width: calc(100% - 0.64rem);
	height: auto;
	height: 0.88rem;
	line-height: 0.88rem;
	padding: 0 0.4rem;
	border-radius: 0.16rem;
	background: rgba(0, 0, 0, 0.8);
	font-size: 0.3rem;
	color: #FFFFFF;
	text-align: center;
	white-space: nowrap;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacit 0.2s
}

.bottom_selector {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	text-align: center
}

.bottom_selector .s_inner {
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	border-radius: 0.16rem 0.16rem 0 0;
	background: #ffffff
}

.bottom_selector .s_title {
	width: 100%;
	height: 1.16rem;
	line-height: 1.16rem;
	font-size: 0.36rem;
	color: #222426;
	text-align: center
}

.bottom_selector .s_items {
	max-height: 4.9rem;
	padding: 0 0.32rem 0.32rem;
	overflow: hidden;
	overflow-y: auto
}

.bottom_selector .s_item {
	width: 100%;
	height: 0.97rem;
	line-height: 0.96rem;
	border-bottom: 0.01rem solid #EBEBEB;
	font-size: 0.32rem;
	color: #222426;
	cursor: pointer
}

.bottom_selector .s_item:last-child {
	border: none
}

.bottom_selector .s_close {
	position: absolute;
	top: 0.32rem;
	right: 0.32rem;
	width: 0.32rem;
	height: 0.32rem;
	background: url(../../../images/Base/icon_close.png) no-repeat 0 0;
	background-size: contain
}

.alert_window {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	font-size: 0
}

.alert_window .a_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% - 1.28rem);
	height: auto;
	padding-top: 0.4rem;
	border-radius: 0.24rem;
	background: #ffffff;
	transform: translate(-50%, -50%);
	overflow: hidden;
	opacity: 0
}

.alert_window .a_title {
	height: 0.48rem;
	line-height: 0.48rem;
	margin-bottom: 0.08rem;
	font-size: 0.32rem;
	color: #222426
}

.alert_window .a_content {
	max-height: 6rem;
    padding: 0.08rem 0.4rem 0.4rem;
    line-height: 0.44rem;
    font-size: 0.25rem;
    color: #45474D;
    overflow: hidden;
    overflow-y: auto;
}

.alert_window .a_foot {
    margin-bottom: 0.4rem;
    width: 5rem;
    line-height: 0.8rem;
    height: 0.8rem;
    display: inline-flex;
    border-top: unset;
}
.alert_window .a_foot .btn {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    width: -webkit-fill-available;
    background-color: #f4f4f4;
    border-radius: 0.16rem;
    text-align: center;
    line-height: 0.8rem;
    height: 0.8rem;
    font-size: 0.27rem;
    color: #222222;
    font-weight: 600;
}

.alert_window .a_foot_cancel {
  background-color: #FFF4F3 !important;
  color: #FF5745 !important;
}

.top_tips {
	position: relative;
    width: 100%;
    line-height: 0.4rem;
    border-top: 0.01rem solid #EBEBEB;
    background: #FFF7EB;
    font-size: 0.24rem;
    color: #616366;
    letter-spacing: 0;
    padding-left: 0.7rem;
    padding-right: 0.2rem;
}

.top_tips:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 4.4%;
	display: block;
	width: 0.32rem;
	height: 0.32rem;
	margin-top: -0.16rem;
	background: url(../../../images/Appeal/tips_icon.png) no-repeat 0 0;
	background-size: contain
}

.pull_selector {
	position: absolute;
	top: 0.8rem;
	left: 0;
	z-index: 9;
	display: none;
	width: 2.36rem;
	height: auto;
	padding: 0.08rem 0.32rem;
	border-radius: 0.04rem;
	background: #ffffff;
	box-shadow: 0 0.04rem 0.16rem 0 rgba(191, 183, 183, 0.3)
}

.pull_selector li {
	width: 100%;
	height: 0.6rem;
	line-height: 0.6rem;
	border-bottom: 1px solid #EBEBEB;
	font-size: 0.3rem;
	color: #222426;
	text-align: center;
	cursor: pointer
}

.pull_selector li:last-child {
	border: none
}

.pull_selector.show {
	display: block
}