html {
  font-size: -webkit-calc(13.33333333vw);
  background-color: #ededed;
  color: #333;
}
body {
  cursor: pointer;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  border: none;
  max-width: 100%;
  vertical-align: bottom;
}
input[type=checkbox]{  
    -webkit-appearance: checkbox;  
}
input,
select,
textarea {
  outline: none;
  border: none;
  background: none;
}
.clearfix::after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.clearfix {
  zoom: 1;
}
body {
  color: #333;
  font-size: 0.24rem;
}
.on{
	color:#18A97A!important;
}
.c888 {
  color: #888!important;
}
.c333{
	color: #333;
}
.fs30 {
  font-size: 0.3rem;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fff {
  background-color: #fff;
}
.pd24 {
  padding: 0.24rem;
}
.pd24-lr {
  padding: 0 0.24rem;
}
.red {
  color: #f65151!important;
}
.blue {
  color: #13b994!important;
}
.a-blue {
  color: #3498db!important;
}
.bgc-red {
  background-color: #f65151!important;
}
.bgc-blue {
  background-color: #13b994!important;
}
.df{
	display:flex;
}
.df-1{
	flex:1;
}
.tac{
	text-align: center!important;
}
.taf{
	text-align: left!important;
}
.tar{
	text-align: right!important;
}
.comTriangle:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0.1rem;
  right: 0;
  border-left: solid 0.12rem transparent;
  border-right: solid 0.12rem transparent;
  border-top: solid 0.12rem #888;
  border-bottom: 0;
}
header {
  position: relative;
}
header .icon-rili {
  position: absolute;
  top: 0.265rem;
  left: 0.36rem;
  font-size: 0.32rem;
}
header input {
  padding-left: 0.52rem ;
  width: 5.6rem;
  height: 0.56rem;
  border: 0.02rem solid #ededed;
  border-radius: 0.04rem;
}
main {
  padding-bottom: 1.4rem;
}
/*遮罩层*/
.mask {
  position: absolute;
  top: 0px;
  filter: alpha(opacity=60);
  background-color: #777;
  z-index: 1002;
  left: 0px;
  opacity: 0.5;
  -moz-opacity: 0.5;
}
/*底部导航*/
footer {
  width: 100%;
  position: fixed;
  bottom: 0;
}
footer ul {
  display: flex;
  background-color: #fff;
  padding: 0.15rem 0;
  border-top: 0.01rem solid #cdcdcd;
}
footer ul li {
  flex: 1;
  text-align: center;
}
footer ul li a {
  color: #888;
  display: block;
}
footer ul li .iconfont {
  font-size: 0.4rem;
}
footer .layui-icon {
  font-size: 0.32rem;
}
