/* 移动端样式初始化 */
* {
  -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: #f5f5f5;
}
#header {
  height: 2.055rem;
  width: 100%;
  background: url('../../assets/sp2.png') no-repeat -0.05rem -0.05rem;
  background-size: 5.15rem 4.1rem;
  color: #fff;
}
#header .con {
  width: 100%;
  height: 100%;
  padding: 0.3rem 0.2rem 0;
}
#header .con .uinfo {
  height: 0.56rem;
  display: flex;
}
#header .con .uinfo .imgbox {
  width: 0.55rem;
  height: 100%;
}
#header .con .uinfo .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#header .con .uinfo .user {
  flex: 1;
  padding-left: 0.15rem;
  overflow: hidden;
  display: flex;
  height:.7rem;
  flex-direction: column;
  justify-content: center;
  position:relative;
  top: 0;
}
#header .con .uinfo .user .userOpen {
	position:left
}

#header .con .uinfo .user .nickname {
  font-size: 0.16rem;
  height: 0.24rem;
  overflow: hidden;
  display: flex;
  margin-bottom: 0.02rem;
}
#header .con .uinfo .user .nickname .name {
  max-width: 56%;
  overflow: hidden;
}
#header .con .uinfo .user .nickname .edit {
  display: block;
  width: 0.4rem;
  height: 0.3rem;
  position: relative;
  top: 0.03rem;
}
#header .con .uinfo .user .nickname .edit i {
  display: block;
  width: 0.15rem;
  height: 0.15rem;
  background-position: -3.84rem -3.28rem;
  position: absolute;
  top: 0.03rem;
  left: 0.04rem;
}
#header .con .uinfo .user .usertype {
  font-size: 0.12rem;
  line-height: 1.5;
  display: none;
	/*  width:.5rem;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;*/
}
.shadow {
	display:block;
	position:fixed;
	top:0;
	height:100%;
	width:100%;
	background-color:rgba(0,0,0,.1);
	z-index:100;

}
.shadow #white{
	display:block;
	width:70%;
	height:1.6rem;
	background-color:#fff;
	border-radius:.08rem;
	z-index:999999999;
	position:absolute;
	top:50%;
	left:50%;
	padding-top:.1rem;
	margin-top:-30%;
	margin-left:-35%;
	text-align:center;
}
.shadow #white input[type="number"] {
	width:90%;
	height:.3rem;
	margin-top: .1rem;
	background-color:#f5f5f5;
	border-radius: .03rem;
}
.shadow #white button[type="submit"] {
	width:1rem;
	height:.3rem;
	line-height: .3rem;
	text-align:center;
	color:#fff;
	font-size: ,14rem;
	background-color: #33b4ff;
	border-radius: .2rem;
	border:none;
	outline:none;
	display:block;
	margin: .2rem auto 0;
}
.shadow #white .close {
	position: relative;
	top: .6rem;
	
}
/*
#header .con .uinfo .user .userOpen {
	margin-left:.1rem
	position:absolute;
	top:.38rem;
	left: .7rem
}
*/
#header .con .uinfo .user .userOpen .xiugai {
	margin-left:.1rem
}
#header .con .uinfo .myworkorder,
#header .con .uinfo .mymesg {
  display: none;
  width: 0.9rem;
  height: 0.3rem;
  position: absolute;
  top: 0.5rem;
  right: 0.2rem;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  border-radius: 0.15rem;
  justify-content: center;
  align-items: center;
  font-size: 0.12rem;
}
#header .con .uinfo .myworkorder .icon-order,
#header .con .uinfo .mymesg .icon-order {
  width: 0.06rem;
  height: 0.1rem;
  margin-left: 0.07rem;
  background-position: -4.25rem -3.28rem;
}
#header .con .service {
  margin-top: 0.26rem;
  height: 1rem;
  display: flex;
  justify-content: space-between;
}
#header .con .service a {
  display: block;
  color: #fff;
  font-size: 0.14rem;
  padding: 0.065rem;
  position: relative;
  height: 0.8rem;
}
#header .con .service a p {
  position: relative;
  top: 0.36rem;
}
#header .con .service a i {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#header .con .service a .icon-sl {
  width: 0.265rem;
  height: 0.335rem;
  background-position: -4.81rem -1.36rem;
}
#header .con .service a .icon-pg {
  width: 0.335rem;
  height: 0.335rem;
  background-position: -3.91rem -2.26rem;
}
#header .con .service a .icon-wx {
  width: 0.35rem;
  height: 0.335rem;
  background-position: -4.37rem -1.37rem;
}
#header .con .service a .icon-pj {
  width: 0.35rem;
  height: 0.335rem;
  background-position: -3.91rem -1.82rem;
}
#header .con .service a .icon-ypj {
    width: 0.24rem;
    height: 0.35rem;
    background-position: -.3rem -3.55rem;
}
#main {
  margin-bottom: 0.5rem;
  padding-top: 0.15rem;
  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 .status {
  width: 0.55rem;
  height: 0.25rem;
  border-radius: 0.03rem;
  background-color: #33B4FF;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0.1rem;
  font-size: 0.12rem;
}
#main .nomore {
  text-align: center;
  font-size: 0.12rem;
  color: #ccc;
}
