/**
 * 公用样式
 * 作者：蒋一笑
 * 时间：2018.07.02
 */

section {
  max-width: 100% !important;
}

html,
body {
  height: 100%;
  width: 100%;
  background-color: #fff;
}

body,
button,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
html,
input,
li,
p,
textarea,
ul,
ol,
span,
a,
input,
i {
  margin: 0;
  padding: 0;
  list-style: none;
  /* color: #282828; */
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

img {
  display: block;
  border: 0;
  max-width: 100%;
}
.block {
  display: block;
}
.mi {
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
input:focus {
  outline: none;
}
input {
  outline: none;
}
a {
  color: #333;
  text-decoration: none;
}
.hiden {
  display: none !important;
}
.show {
  display: none !important;
}
.bold {
  font-weight: bold;
}
select {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border: none;
  outline: none;
  text-align: right;
  /*很关键：将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;

  /*在选择框的最右侧中间显示小箭头图片*/
  background: url('../images/arrow.png') no-repeat scroll right center transparent;

  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
}

input[type='search']::-webkit-search-cancel-button {
  display: none;
  -webkit-appearance: none;
}

/* flex布局 */
.flex {
  display: flex;
  display: -webkit-flex;
}
.f-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.f-center {
  align-items: center;
  -webkit-align-items: center;
}
.f-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.f-jcenter {
  justify-content: center;
  -webkit-justify-content: center;
}
.f-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.flex1 {
  flex: 1;
  -webkit-flex: 1;
}
.f-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
/* 结构 */
.indexpage {
  display: -webkit-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-orient: vertical;
  height: 100%;
  width: 100%;
}

.middle {
  height: 100%;
  width: 100%;
  background-color: #f0f2f5;
  position: relative;
  -webkit-box-flex: 1;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.footer {
  height: 1.29rem;
  width: 100%;
}
.footer a {
  width: 30%;
}
.footer div {
  text-align: center;
}
.footer-img {
  width: 0.465rem;
  margin: 0 auto 0.1rem auto;
}
.footer-img.footer-img-active {
  background-color: transparent !important;
}
.t-center {
  text-align: center;
}
.border-b-1 {
  border-bottom: 0.01rem solid #ddd;
}
.border-t-1 {
  border-top: 0.01rem solid #ddd;
}
/* color */
.c50 {
  color: #505050;
}
.c96 {
  color: #969696;
}
.c2b {
  color: #2b2b2b;
}
.c32 {
  color: #323232;
}
.white {
  color: #fff;
}
.bg-blue {
  background-color: #00256f;
}
.blue {
  color: #00256f;
}
.bg-fff {
  background-color: #fff;
}
.bg-gry {
  background-color: #848484;
}
.cred {
  color: #e44349;
}
/* font-size */
.fon-34 {
  font-size: 0.45rem;
}
.fon-20 {
  font-size: 0.26rem;
}
.fon-24 {
  font-size: 0.32rem;
}
.fon-30 {
  font-size: 0.4rem;
}
.fon-32 {
  font-size: 0.426rem;
}

.fon-26 {
  font-size: 0.34rem;
}
.fon-36 {
  font-size: 0.48rem;
}

/* button */
.button {
  width: 7.6rem;
  height: 1.06rem;
  text-align: center;
  display: block;
  line-height: 1.06rem;
  margin: 0 auto;
  border-radius: 2.4rem;
  border: 0;
}
/* padding */
.padding-lr-20 {
  padding-left: 0.26rem;
  padding-right: 0.26rem;
}
.padding-20 {
  padding: 0.26rem;
}
.padding-30 {
  padding: 0.39rem;
}
.padding-tb-20 {
  padding-top: 0.26rem;
  padding-bottom: 0.26rem;
}
.padding-t-20 {
  padding-top: 0.26rem;
}
.padding-r-20 {
  padding-right: 0.26rem;
}
/* margin */
.margin-20 {
  margin: 0.2rem;
}

.margin-b-10 {
  margin-bottom: 0.13rem;
}
.margin-b-20 {
  margin-bottom: 0.26rem;
}
.margin-t-20 {
  margin-top: 0.26rem;
}
.margin-r-10 {
  margin-right: 0.13rem;
}
.margin-t-220 {
  margin-top: 3rem;
}
.lin-55 {
  line-height: 0.55rem;
}
/* 没有跟多了 */
.loading {
  text-align: center;
  line-height: 1rem;
  color: #848484;
  font-size: 0.26rem;
}
[v-cloak] {
  display: none;
}

.red01 {
  color: #c82427;
}

.res02 {
  color: #da4f60;
}

.c-a8 {
  color: #a8a8a8;
}

.c-f {
  color: #fff;
}

.c-ff9 {
  color: #ff903a;
}

.c-7f {
  color: #7f02fe;
}

.c-62 {
  color: #6236ff;
}

.c-016 {
  color: #5120dc;
}

.c-0 {
  color: #000;
}

.c-00C {
  color: #00c800;
}

.c-6dd {
  color: #6dd401;
}

.c-fee {
  color: #fee058;
}

.c-d8e {
  color: #d8e1eb;
}

.c-f0c {
  color: #f0c98d;
}

.c-d8 {
  color: #d8e2eb;
}

.c-666 {
  color: #666;
}

.c-999 {
  color: #999;
}

.c-dad {
  color: #dad8d9;
}
