@CHARSET "UTF-8";
body, div, a, span, ul, li, img, div:after, div:before, a:after, a:before, span:after, span:before, ul:after, ul:before, li:after, li:before, img:after, img:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-ms-touch-action: none;
	-moz-user-select: -moz-none;
	-webkit-overflow-scrolling: touch;
}
html, body {
	font-family: "微软雅黑", Arial, "Microsoft Yahei";
}
/** 锁定body滚动 **/
.lock-body {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.weui-picker-overlay, .weui-picker-container {
	height: 100%;
	z-index: 99;
}
.btn-mobile-top {
	position: fixed;
	bottom: 151px;
	right: 24px;
	display: none;
	z-index: 100;
}
.btn-mobile-free-use {
	position: fixed;
	bottom: 84px;
	right: 24px;
	z-index: 100;
}
.btn-mobile-activity {
	position: fixed;
	bottom: 140px;
	right: 0px;
}
.btn-mobile-sim {
	position: fixed;
	bottom: 24px;
	right: 24px;
	z-index: 100;
}
.btn-mobile-sim-task {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.77);
	display: none;
	z-index: 1;
}
.btn-mobile-sim-modal, .btn-mobile-down-modal, .btn-pc-down-modal {
	display: none;
	position: fixed;
	z-index: 2;
	bottom: 10px;
	left: 0px;
	right: 0px;
	padding: 0px 15px;
}
.sim-font-1 {
	font-size: 14px;
	line-height: 20px;
	color: #FF0000;
	padding: 15px 0px;
}
.sim-font-2 {
	padding: 11px 0px;
	font-size: 12px;
	line-height: 17px;
	color: #888;
	display: block;
}
.sim-modal-main, .down-modal-main {
	background-color: #FFF;
	padding: 0px 10px;
	padding-top: 25px;
	border-radius: 12px;
	text-align: center;
	line-height: 0;
}
.sim-modal-btn {
	background-color: #FFF;
	border-radius: 12px;
	margin-top: 10px;
	line-height: 50px;
	color: #007AFF;
	font-size: 20px;
	text-align: center;
}
.head-page {max-height: 100%;}
.icon-item {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	margin-bottom: 6px !important;
}
/** flex布局 **/
.flex-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flex-item {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
html, body {
	color: #333;
	font-family: "SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Helvetica","Arial","Tahoma";
	width: 100%;
	height: 100%;
}
.m-header, .header-top {
	height: 48px;
	line-height: 48px;
	padding: 14px 25px;
	background-color: #333;
	clear: both;
}
.m-header > a, .header-top > a {
	float: left;
	line-height: 1;
}
.m-btn-menu {
	float: right;
	width: 20px;
	height: 20px;
	position: relative;
}
.m-btn-menu:before, .m-btn-menu:after {
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    content: '';
    transition: transform .4s ease, top .4s ease;
    border-radius: 3px;
    background: #FFF;
}
.m-btn-menu:before {
	top: 15px;
}
.m-btn-menu:after {
	top: 3px;
}
.m-btn-menu-rate:before {
	top: 9px;
	transform: rotate(45deg);
}
.m-btn-menu-rate:after {
	top: 9px;
	transform: rotate(-45deg);
}
.m-header-body,.m-fun-body {
	display: none;
	background-color: #333;
	font-size: 17px;
	line-height: 44px;
	color: #FFF;
	padding: 30px 25px;
	min-height: calc(100% - 48px);
	width: 100%;
}
.m-header-body > a,.m-fun-body > a {
	display: block;
	font-size: 17px;
	line-height: 44px;
	color: #FFF;
	border-bottom: 1px solid #FFF;
}
.m-footer {
	/* padding: 50px 25px; */
	padding-bottom: 50px;
	background-color: #F5F5F7;
}
.m-footer-list {
	margin: 0px 25px 20px 25px;
	font-size: 12px;
	line-height: 37px;
	border-bottom: 1px solid #D6D6D6;
	text-align: left;
}
.m-footer-item {
	border-top: 1px solid #D6D6D6;
}
.m-footer-item, .m-footer-item-title {
	min-height: 37px;
	clear: both;
}
.m-footer-item-title div {
	float: left;
}
.m-footer-item-title img {
	float: right;
	margin-top: 14px;
	margin-right: 2px;
	transition: transform .2s ease, top .2s ease;
}
.m-web-info {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	margin-top: 30px;
}
.footer-detail-list {
	clear: both;
	padding-left: 11px;
	display: none;
	line-height: 37px;
}
.footer-detail-list > a {
	display: block;
	color: #333;
}
.div-rate-45 {
	transform:rotate(45deg); 
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
.am-cf:before,
.am-cf:after {
  content: " ";
  display: table;
}
.am-cf:after {
  clear: both;
}
.am-fl {
  float: left;
}
.am-fr {
  float: right;
}