@CHARSET "UTF-8";

/*** -------- 通用样式--------- ***/

* {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html,
body {
	width: 100%;
	height: 100%;
	font-family: "Microsoft YaHei", PingFangSC-Regular, Arial, Helvetica, sans-serif;
	line-height: 1;
	color: #424242;
	font-size: 10px;
	overflow: hidden;
}

h1,
h2,
h3,
h4 {
	font-weight: normal;
}

a,
button,
input,
textarea {
	outline: 0 none;
	text-decoration: none;
	border: 0;
}

textarea {
	resize: none;
}

li,
dt,
dd {
	margin: 0;
	list-style: none;
}

button,
img {
	border: none;
}

img {
	width: 100%;
	height: 100%;
	display: block;
}

i,
b {
	font-weight: normal;
	font-style: normal;
}

a,
button,
input,
textarea {
	color: #424242;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.x-clear:after {
	content: "";
	display: table;
	clear: both;
}

input {
	appearance: none;
	-webkit-appearance: none;
	border: none;
}

input[type="radio"] {
	display: none;
}

input[type="text"] {
	background-position-y: -1px;
}

input::-webkit-input-placeholder {
	color: #99999b;
}


/*文本隐藏*/

.text-hide {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/*白色背景*/

.app-bg {
	background-color: #f8f8f8;
}

.left {
	float: left;
}

.right {
	float: right;
}


/*元素隐藏*/

.hide {
	display: none !important;
}


/*** 公共组件 ***/


/*遮罩*/

.app-win,
.app-mask {
	width: 100%;
	height: 100%;
}

.app-win {
	z-index: 2;
	position: fixed;
	top: 0;
	left: 0;
}

.app-deepwin {
	z-index: 3;
}

.app-mask {
	background: rgba(0, 0, 0, .3);
}

.app-deepmask {
	background: rgba(0, 0, 0, .75);
}


/*滚动*/

.app-flex-column {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.app-flex-scroll {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	overflow: auto;
}


/*渐变按钮*/

.app-gradient {
	background: -webkit-linear-gradient(90deg, #F77062 0%, #FE5196 100%);
	background-image: linear-gradient(90deg, #F77062 0%, #FE5196 100%);
}


/*垂直剧中对齐*/

.app-vetically {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


/*阴影*/

.app-shadow {
	box-shadow: 4px 4px 2rem rgba(0, 0, 0, .1);
}


/*毛玻璃弹框*/

.app-blur {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
}

.app-blur-pic {
	height: 100%;
	background: url(images/blur-bg.png) no-repeat center;
	background-size: cover;
}


/*弹性布局*/

.app-flexbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.app-flex {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.app-footer {
	padding: 0 3rem;
	height: 5rem;
	line-height: 5rem;
	background: rgba(255, 255, 255, 0.90);
	box-shadow: 0 -2px 15px 0 rgba(0, 0, 0, 0.05);
}

.app-footer span {
	padding-top: 1.5rem;
	float: left;
	width: 33.333%;
	text-align: center;
	font-size: 1.1rem;
}

.app-footer span.index {
	background: url(images/index8@3x.png) no-repeat center .8rem;
	background-size: 2.3rem;
}

.app-footer span.order {
	background: url(images/bot_icon_dingdan_pre3@2x.png) no-repeat center .6rem;
	background-size: 2.5rem;
}

.app-footer span.mine {
	background: url(images/bot_icon_mine_pre3@2x.png) no-repeat center .6rem;
	background-size: 2.5rem;
}

.app-footer span.index_active {
	background: url(images/bot_icon_home_pre3@2x.png) no-repeat center .5rem;
	color: #FF6680;
	background-size: 2.8rem;
}

.app-footer span.order_active {
	background: url(images/order_active.png) no-repeat center .5rem;
	color: #FF6680;
	background-size: 2.7rem;
}

.app-footer span.mine_active {
	background: url(images/mine_active.png) no-repeat no-repeat center .5rem;
	color: #FF6680;
	background-size: 2.7rem;
}

.app-bomb {
	width: 22rem;
	height: 21.9rem;
	background: #FFFFFF;
	box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
	border-radius: 1.6rem;
}

.app-bomb h3 {
	padding: 2rem 0;
	text-align: center;
	font-size: 17px;
	color: #333333;
}

.app-bomb i {
	margin: 1rem auto;
	display: block;
	width: 8rem;
	height: 8rem;
	background: url(images/login_succ_icon_right@2x.png) no-repeat center;
	background-size: 9rem;
}

.app-bomb a {
	padding: 2rem;
	display: block;
	font-size: 1.4rem;
	color: #66B3FF;
	text-align: center;
}

.app-shadow>a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.app-shadow>a>img {
	position: absolute;
	left: -20px;
	top: -16px;
	width: 35px;
	height: 34px;
}


/*
 
 * 底部tab*/

.heyquntab {
	position: fixed;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
	background: rgba(255, 255, 255, 0.90);
	box-shadow: 0 -2px 15px 0 rgba(0, 0, 0, 0.05);
	width: 100%;
	height: 50px;
}

.heyquntab img {
	width: 25px;
	height: 25px;
	margin: 0 auto;
}

.heyquntab a>p {
	color: #BCBCBC;
	font-size: 12px;
	line-height: normal;
}

.heyquntab .active>p {
	color: #FF6680;
}