*{
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	margin: 0;
	padding: 0;
}
div{
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  -webkit-user-select: none;
}
ul,ol,li{list-style-type: none;}
a{text-decoration: none;color: #fff;}
img{border: none;outline: none;}
input,select{outline: none;border: none;background: none;}
html, body {
  overflow-x: hidden;
  width: 100%;
  /*min-height: 100%;*/
/*  height: 100%;
  overflow: hidden;*/
  user-select: none;
  -webkit-user-select: none;
  background-color: #f6f6f6;
  font-family: 'MicrosoftYaHei', '微软雅黑', 'STHeitiSC';
}
.fl{float: left;}
.fr{float: right;}
.clearfix{
	zoom:1;
}
.fixed{position: fixed;}
.clearfix:after{
	display: block;
	content: '';
	clear: both;
	overflow: hidden;
	height: 0;
}
#container{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.page ,.layer{
	height: 100%;
	width: 100%;
	overflow-x: hidden;
}
.layer{
	background-color: rgba(0, 0, 0, 0.75);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}
.page .inner,.layer .inner{
	position: relative;
	width: 100%;
	height: 100%;
}
.nothing{
	width: 100%;
	color: #999;
	font-size: .65rem;
	padding: 6rem 0 1rem!important;
	background: transparent!important;
	text-align: center;
	background: url('../img/kong.png') center center no-repeat;
	background-size: 3rem 3rem;
}
.page-loading-wrap{
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    text-align: center;
}
.page-loading-wrap img{
	width: 20%;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.toast{
	max-width: 90%;
	text-align: center;
	background-color: rgba(0,0,0,.7);
	color: #fff;
	font-size: .65rem;
	padding: 2% 10px;
	line-height: 145%;
	border-radius: .15rem;
	display: inline-block;
	position:fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	display: none;
	z-index: 10000;
}
.close{
    width: 1.2rem;
    height: 1.2rem;
    background: url('../img/close.png') center center no-repeat;
    background-size: contain;
    position: absolute;
    right: .6rem;
    top: .6rem;
}
.l-phone form {
	width: 85%;
	padding: .6rem .8rem 1.5rem;
	background: url('../img/border.png') no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.l-phone .row {
	width: 100%;
	height: 1.9rem;
	background-color: #fff;
	margin: .8rem 0 0;
	border-radius: .16em;
	border: 1px solid #f0cd9d;
	overflow: hidden;
	float: left;
}

.l-phone .row input {
	color: #666;
	width: 100%;
	padding-left: .8rem;
	font-size: .6rem;
	height: 1.8rem;
	float: left;
}

.l-phone .row:nth-of-type(2) {
	width: 60%;
}

.l-phone .row-s {
	width: 35%;
	color: #ed2937;
	letter-spacing: 1px;
	background-color: #fff;
	display: inline-block;
	font-size: .6rem;
	line-height: 1.8rem;
	text-align: center;
	box-shadow: 0 0 3px #ccc;
	border-radius: .16rem;
	border: 1px solid #f0cd9d;
	margin: .8rem 0 0;
	float: right;
}

.l-phone .btn-wrap {
	padding-top: 10%;
	clear: both;
	color: #fff;
	text-align: center;
}

.l-phone .btn-wrap span {
	padding: .25rem 1.4rem;
	font-size: .85rem;
	border-radius: .2rem;
	border-bottom: .135rem solid #a20611;
	background-color: #ed2937;
	margin: 0 auto;
}
.float-ele {
	width: 4rem;
	position: fixed;
	top: 50%;
	right: 5%;
	z-index: 100001;
}
.float-ele img {
	width: 100%;
}
[v-cloak] {
  display: none;
}
.more::after,.icon-back::after{
    border: solid 2px #c8c8cd;
    content: " ";
    top: 50%;
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.more::after{
    border-bottom-width: 0;
    border-left-width: 0;
    right: 20px;    
}
.icon-back::after{
    border-top-width: 0;
    border-right-width: 0;
    left: 20px;
}
.back{
    width: 100%;
    height: 1.8rem;
    line-height: 1.8rem;
    background-color: #fff;
    text-align: center;
    font-size: .68rem;
    color: #252525;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    box-shadow: 0 0 4px 1px #eee;
}
