/* 移动端样式初始化 */
* {
  -webkit-tap-highlight-color: transparent;
  /* 点击高亮显示的颜色*/
  -webkit-text-size-adjust: none;
  /* 谷歌浏览器字体默认大小的缩放 */
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 26.666666vw;
}
body {
  background-color: #fff;
  font-size: 0.14rem;
  font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", STXihei, "Microsoft YaHei", SimHei, "WenQuanYi Micro Hei";
}
a {
  color: #3333;
  text-decoration: none;
}
input {
  outline: none;
  border: 0 none;
}
li {
  list-style: none;
}
img {
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
textarea {
  overflow: auto;
  resize: none;
}
input,
textarea,
select {
  outline: none;
  -webkit-appearance: none;
  /* 去除浏览器默认样式，input按钮在ios和安卓端表现形式不同，所以得清除 */
  background-color: transparent;
}
.clearfix:after {
  content: ".";
  display: block;
  overflow: hidden;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*  清除浮动 */
.clearOver {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 强制一行显示*/
[class^=icon-] {
  background: url('../../assets/sp2.png') no-repeat;
  background-size: 5.15rem 4.1rem;
}
.myalert {
  position: fixed;
  z-index: 66666;
  display: none;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.myalert .con {
  width: 2.2rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.1rem;
  padding: 0.15rem;
}
.myalert .con .title {
  color: #212121;
  font-size: 0.14rem;
  min-height: 0.5rem;
  text-align: center;
}
.myalert .con .issure {
  margin: 0.2rem auto 0;
  width: 50%;
  height: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1EB7E9;
  color: #fff;
  border-radius: 0.06rem;
}
#footer {
  height: 0.48rem;
  box-shadow: -0.01rem 0 0.05rem rgba(0, 0, 0, 0.06);
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  display: flex;
  background-color: #fff;
}
#footer .left,
#footer .right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #757575;
  padding-top: 0.02rem;
}
#footer .nav {
  width: 1.295rem;
  height: 0.44rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#footer .nav i {
  position: relative;
  top: -0.02rem;
  width: 0.19rem;
  height: 0.19rem;
  display: block;
}
#footer .nav i.icon-shouye {
  background-position: -3.12rem -3rem;
}
#footer .nav i.icon-repair {
  background-position: -4.24rem -3rem;
}
#footer .nav span {
  font-size: 0.14rem;
  position: relative;
  top: -0.01rem;
  margin-left: 0.07rem;
}
#footer .nav.active {
  color: #fff;
}
#footer .nav.active i.icon-shouye {
  background-position: -3.68rem -3rem;
}
#footer .nav.active i.icon-repair {
  background-position: -3.96rem -3rem;
}
#footer .leftCopy {
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
#footer .leftCopy .copy {
  width: 1.295rem;
  height: 0.44rem;
  background: url('../../assets/sp2.png') no-repeat;
  background-size: 5.15rem 4.1rem;
  background-position: -0.05rem -3rem;
  position: relative;
  top: 0.02rem;
}
.mypick {
  position: relative;
  z-index: 999999999;
}
.mypick .weui-half-screen-dialog__ft .weui-btn {
  background-color: #33bcff;
}
.weui-dialog {
  border-radius: 0.1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3rem;
  text-align: center;
  z-index: 9999999999999;
}
body {
  background-color: #f2f2f2;
}
#header {
  height: 0.4rem;
  background-color: #fff;
  display: flex;
  font-weight: 700;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999999;
}
#header .tabitem {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #212121;
  font-size: 0.14rem;
  position: relative;
}
#header .tabitem i {
  display: none;
}
#header .tabitem.active {
  color: #33b4ff;
}
#header .tabitem.active i {
  display: block;
  position: absolute;
  width: 0.1rem;
  height: 0.02rem;
  border-radius: 0.01rem;
  left: 50%;
  bottom: 0.03rem;
  transform: translateX(-50%);
  background-color: #33b4ff;
}
#main {
  margin-top: 0.4rem;
  padding: 0.15rem;
}
#main .item {
  width: 100%;
  min-height: 0.925rem;
  background-color: #fff;
  border-radius: 0.05rem;
  margin-bottom: 0.15rem;
  box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.04);
  padding: 0.12rem;
  position: relative;
}
#main .item .item-con {
  width: 100%;
  height: 100%;
  display: block;
}
#main .item .ht {
  height: 0.24rem;
  color: #212121;
  display: flex;
  line-height: 0.24rem;
  margin-bottom: 0.1rem;
}
#main .item .ht i {
  width: 0.2rem;
  height: 0.2rem;
  background-position: -2.83rem -3rem;
  position: relative;
  top: 0.02rem;
}
#main .item .ht .title {
  font-size: 0.15rem;
  font-weight: 700;
  padding-left: 0.1rem;
  letter-spacing: 0.006rem;
}
#main .item .line {
  color: #757575;
  font-size: 0.12rem;
  max-width: 2.7rem;
}
#main .item .line.time {
  margin-bottom: 0.1rem;
}
#main .item .sta {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.1rem;
}
#main .item .status {
  width: 0.55rem;
  height: 0.25rem;
  border-radius: 0.03rem;
  background-color: #33B4FF;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.12rem;
}
#main .item .status2 {
  margin-top: 0.125rem;
  background-color: #f5f5f5;
  color: #212121;
}
#main .nomore {
  font-size: 0.13rem;
  color: #a3a3a3;
  text-align: center;
  line-height: 1.5;
  display: none;
}
.back,
.back-copy {
  width: 0.4rem;
  height: 0.4rem;
  position: fixed;
  bottom: 1rem;
  right: 0.2rem;
  animation: myan 1s infinite;
  transform: scale(1);
}
.back-copy {
  z-index: 222;
}
.back-copy a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@keyframes myan {
  0% {
    transform: scale(0.8);
  }
  25% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
