body,
div,
img,
p {
  padding: 0;
  margin: 0;
}

#full_feature {
  touch-action: none;
}

div,
span,
select,
button {
  font-family: 思源黑体;
  font-size: 12px;
}

body {
  width: 100%;
  overflow: auto;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.boxdiv {
  display: inline-block;
  vertical-align: middle;
}

.nokuang {
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background-color: white;
  height: 34px;
}

.top {
  height: 44px;
  line-height: 44px;
  width: 100%;
  /* text-align: center; */
  background: white;
  position: relative;
  z-index: 100;
}

.back {
  display: inline-block;
  width: 5%;
  vertical-align: middle;
  text-align: center;
  margin-left: 3%;
}

.toptile {
  display: inline-block;
  width: 80%;
  font-size: 19px;
  text-align: center;
  vertical-align: middle;
}

.divimg {
  width: 100%;
}

.teamcolor {
  color: #F7725F;
}

.recommendtitle {
  font-size: 2rem;
  padding-top: 20px;
  margin-bottom: 4px;
  font-weight: bold;
  position: relative;
  z-index: 9;
  /* margin-left: 4%; */
}

#workimglist,
#infolist {
  margin-top: 10px;
}

/* .offermomo{
  margin-bottom: 20px;

} */
.recommendtitle div {
  font-size: 2rem;


}

.swiper-container {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.swiper-container2 {
  /* height: 180px; */
  overflow: hidden;
  position: relative;
}

.swiper-container2 .swiper-slide {
  line-height: 15px;
  color: #F7725F;
  /* padding: 5px; */
}

.swiper-container2 .swiper-slide>div {
  padding: 5px;
}

@media screen and (min-width: 500px) {
  .swiper-container {
    height: 300px;
  }

  .swiper-container2 {
    height: 300px;
  }
}

.swiper-slide {
  line-height: 200px;
  height: 300px;
  color: #fff;
  font-size: 36px;
  text-align: center;
}

.pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 20%;
  /* text-align: center; */
  top: 150px;
  right: 0;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #555;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}

.swiper-active-switch {
  background: #fff;
}

/* 阿姨档案信息样式 */
.topcard .cardname {
  /* 超出隐藏 */
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
  font-weight: bold;
  /* margin-top: 10px; */
}

.cardname {
  font-size: 2.5rem;
  margin-right: 3px;
  color: #F7725F;
  /* vertical-align: middle; */
}

.cardold {
  color: #999999;
  font-size: 12px;
  /* vertical-align: middle; */
}

.halfediv {
  display: inline-block;
  width: 48%;
  vertical-align: middle;
}

/* .maindiv{
      width: 90%;
      margin-left:5%;
  } */
.buttommenu {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: white;
  padding-top: 7px;
  padding-bottom: 2px;
  /* padding: 4px 0px; */
  z-index: 1000;
  max-width: 800px;
  border-top: 1px solid #f4f4f4;
}

.buttommenu a {
  color: gray;
}

.turnto {
  color: white;
  display: block;
  border-bottom: 1px solid #f0f0f0;
}

.topturnto {
  color: black;
  margin-right: 2%;
  padding: 0;
  margin: 0;
}

.topturnto:focus {
  color: black;
}

.topturnto:active {
  color: black;
}

.topturnto:visited {
  color: black;
}

.cardmoney {
  color: black;
}

.listitem a:focus {
  text-decoration: none;
}

.topturnto:last-child {
  margin-right: 0;
}

.turnto:focus,
.turnto:hover {
  color: white;
  text-decoration: none;
  /* display: block; */
}

.menuitem a img {
  width: 14%;
}

.menuitem a .menu2 {
  width: 22%;
}

.menuitem a:focus {
  outline: none;
  text-decoration: none;
}

.select {
  display: inline-block;
  margin-top: 0px;
  outline: none;
  border-radius: 4px;
  position: relative;
  vertical-align: middle;
}

.select select {
  height: 40px;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  font-size: 16px;

  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
  color: #333333;
  border-radius: 4px;
}

.select select:focus {
  outline: none;
}

.d4 {
  /* margin-left: -14px; */
  /* float: left; */
  margin-top: 5px;
  width: 0;
  display: inline-block;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: #666666 transparent transparent transparent;
  vertical-align: middle;
}

/* 图片轮播 */

/* 首页 */
.indexmenu {
  width: 94%;
  margin-left: -1%;
  margin-top: -15px;
  position: relative;
  z-index: 200;
}

.menuimg {
  width: 16%;
  margin-left: 9%;
  margin-bottom: 12px;

}

.menuimg img {
  width: 100%;
}

.nowmestitle,
.nowmesmain img,
.nowmesmainlist {
  margin-top: -3px;
  line-height: 14px;
}

.nowmes {
  width: 94%;
  background: #eff0f2;
  margin-left: 3%;
  border-radius: 5px;
  /* padding: 5px; */
  margin-top: 10px;
  margin-bottom: 20px;
  height: 40px;
  line-height: 40px;
  padding-left: 5px;
}

.nowmestitle {
  width: 16%;
  margin-right: 3px;
  /* vertical-align: middle; */
}

.nowmesmain {
  display: inline;
  font-size: 12px;
  color: #666666;
  /* vertical-align: middle; */
}

.nowmesmain img {
  width: 10%;
  margin-right: 3px;
}

.nowmesmainlist {
  display: inline-block;
  width: 66%;
  height: 14px;
  overflow: hidden;
  vertical-align: middle;
}

.nowmesmainlist label {
  line-height: 10px;
}

.sixadv,
.recommend,
.maindiv {
  width: 94%;
  margin-left: 3%;
}

.cadinfo {
  /* box-shadow: #f5efef 1px 1px 3px 0.5px; */
  width: 49%;
  border-radius: 12px;
  display: inline-block;
  margin-right: 4%;
  border: 1px solid #F7725F;
}

#cardListdiv .cadinfo:last-of-type {
  margin-right: 0;
}

#cardListdiv2 .cadinfo:last-of-type {
  margin-right: 0;
}

.nofile {
  width: 30%;
  margin-left: 35%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.topcard {
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #F7725F;
}

.topcardtitle {
  background-color: #f77d5f;
  width: fit-content;
  width: -moz-fit-content;
  padding: 1px 3px 1px 3px;
  color: white;
  border-radius: 10px 5px 5px 0;
}

.topcardtitle img {
  width: 15%;
  vertical-align: middle;
  margin-right: 3px;
  margin-left: 5px;
}

.topcardtitle span {
  vertical-align: middle;
}

.topcard {
  position: relative;
  overflow: hidden;
}

.topcard .topcardtitle {
  margin-bottom: 10px;
}

.orderinfo .carfwork img,
.topcard .carfwork img {
  width: 10px;
  vertical-align: middle;
}

.cartinfo {
  position: relative;
  display: inline-block;
  z-index: 10;
  width: 56%;
  /* margin-top: 6px; */
  padding-left: 5px;
  /* margin-bottom: 10px; */
  vertical-align: middle;
}

.cardImg {
  /* position: absolute; */
  display: inline-block;
  /* bottom: 35px; */
  width: 42%;
  right: 2%;
  z-index: 9;
  overflow: hidden;
  border-radius: 10px;
  vertical-align: middle;
  /* height: 100px; */
}

.topcard .divimg {
  height: 93px;
  width: 130%;
  margin-left: -15%;
}

.topcard .cardold {
  /* margin-top: 4px; */
  margin-bottom: 6px;
}

.carfwork img {
  width: 12px;
  vertical-align: middle;
}

#worktime,
#workfamily,
#withbaby {
  font-size: 13px;
}

.carfwork span {
  vertical-align: middle;
  color: #F7725F;
  font-size: 12px;
  display: inline-block;

}

.labeldiv {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.cardlable {
  /* display: block; */
  background: #ededed;
  width: fit-content;
  width: -moz-fit-content;
  /* padding: 1px 4px; */
  padding: 1px 2px;
  margin-left: 5px;
  margin-top: 3px;
  color: #666666;
  border-radius: 3px;
}

.cardlistlable {
  background: #ededed;
  width: fit-content;
  width: -moz-fit-content;
  padding: 1px 2px;
  margin-top: 4px;
  color: #666666;
  margin-right: 3px;
  display: inline-block;
  border-radius: 3px;
}

.auntimgdiv {
  display: inline-block;
  width: 21.33%;
  position: relative;
  margin-right: 3%;
}

.auntimgdiv .auntimg {
  width: 100%;
}

.cardbbuttom {
  padding: 10px 5px;
}

.cardmoney,
#money {
  font-size: 2.5rem;
  font-weight: bolder;
  font-family: Arial;
}

#money {
  margin-right: 0;
}

.cardmoneydiv {
  display: inline-block;
  width: 55%;
  vertical-align: middle;
}

.cardanniu {
  display: inline-block;
  color: #fff;
  background-color: #f7725f;
  padding: 5px 10px;
  border-radius: 5px;
  vertical-align: middle;

}

#cardListdiv .cardanniu {
  padding: 7px 10px;
}

.menuitem {
  width: 33%;
  text-align: center;
  vertical-align: middle;
  float: left;
}

/* .menuitem .menuname{
 font-size: 12px;
 margin-top: 2px;
} */
.menuitem .active {
  color: #f77760;
}

.tablist a {
  color: gray;
  font-size: 2rem;

}

.tablist .active {
  text-decoration: none;
  color: #f77c5f;
  font-weight: bold;
}

.tablist .active:after {
  content: '';
  width: 1rem;
  height: 0.03rem;
  display: block;
  border-bottom: 4px solid #f77760;
  margin: -2px auto 0;
  border-radius: 2px;
}

.tablist li {
  width: 48%;
  text-align: center;
}

.orderinfo {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 16px;
  margin-top: 16px;
  position: relative;
  /* width: 96%;
    margin-left: 2%; */
}

.auntimg {
  display: inline-block;
  width: 22%;
  vertical-align: middle;
  border-radius: 10px;
  margin-right: 3%;
}

.cartlistinfo {
  width: 50%;
  display: inline-block;
  vertical-align: middle;

}

.caroldinfo {
  width: 20%;
  display: inline-block;
  vertical-align: middle;

}

.auntmoney {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  color: black;


}

.auntmoney span {
  font-size: 2rem;
  font-weight: bolder;
  color: black;
  margin-right: 10px;
  font-family: Arial;
}

.auntmoney .cardanniu {
  margin-top: 5px;
}

.carfworklist img {
  width: 10px;
  vertical-align: middle;
}

.carfworklist span {
  vertical-align: middle;
  color: #F7725F;
  font-size: 12px;
}

.auntlist {
  margin-top: 20px;
}

.listimg {
  background: #F7725F;
  padding: 4px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px 5px 5px 5px;
  width: 20px;
}

.halfimgediv {
  display: inline-block;
  width: 47%;
  vertical-align: top;
  /* margin-right: 4%; */
}

/* .halfimgediv img{
  vertical-align: top;
} */
.menuitem span {
  font-size: 4rem;
  line-height: 1;
}

#cardListdiv {
  /* margin-left: -3%; */
}

.turnto:last-child,
.orderinfo:last-child,
.timelist:last-child {
  border-bottom: none;
}

/* 阿姨档案 */
.report1 {
  width: 35%;
  border-bottom: 0.5px solid #e5e5e5;
  border-right: 0.5px solid #e5e5e5;
  border-left: 0.5px solid #e5e5e5;
  padding-left: 8px;
  float: left;
  height: 28px;
  line-height: 28px;
}

.report2 {
  width: 30%;
  border-bottom: 0.5px solid #e5e5e5;
  border-right: 0.5px solid #e5e5e5;
  padding-left: 8px;
  float: left;
  height: 28px;
  line-height: 28px;
}

.report3 {
  width: 35%;
  border-bottom: 0.5px solid #e5e5e5;
  border-right: 0.5px solid #e5e5e5;
  padding-left: 8px;
  float: left;
  height: 28px;
  line-height: 28px;
}

.findmenu .menu {
  width: 90%;
  margin-left: 4%;
  margin-top: 20px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
}

.must {
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border: 1px solid #ea5944;
  display: inline-block;
  border-radius: 50%;
}


/* 阿姨档案 */
.detailinfo,
#zhengjian,
#tijian,
#workimglist,
#settings,
#moretime,
#uptime {
  width: 92%;
  margin-left: 4%;
}

#zhengjian {
  /* min-height: 130px; */
}

#infolist .infoitem {
  width: 100%;
  height: 36px;
  line-height: 30px;
  border-bottom: 1px solid #f4f4f4;

}

#infolist .infoitem:last-child {
  border-bottom: none;

}

#workimglist .infoitem {
  width: 30%;
  margin-right: 0;
  margin-left: 10px;
  margin-top: 10px;
}

#workimglist .infoitem img {
  border-radius: 5%;
  height: 110px;
}

.infoitem {
  display: inline-block;
  width: 46%;
  margin-right: 4%;
  vertical-align: middle;
  margin-top: 6px;
}

.infoitem span {
  font-size: 1.5rem;
  vertical-align: middle;
}

#tijian .infoitem img {
  height: 110px;
}

/* .infoitem:nth-child(2n-1){
    margin-right: 0;
  } */
.detailtitleimg {
  width: 16px;
  margin-right: 2%;
  height: 16px;
}

.itemtitle {
  /* color: gray; */
  /* margin-right: 3px; */
  margin-right: 3px;
  display: inline-block;
  width: 20%;
  vertical-align: middle;
}

.iteminfo {
  text-align: right;
  display: inline-block;
  width: 70%;
}

.detailinfoitem {
  width: 35%;
  /* background: #f7725f; */
  background: #BBBABA;
  border-left: 1px solid #e5e5e5;
  border-bottom: 0.5px solid #e5e5e5;
  text-align: right;
  padding-right: 5%;
  color: white;
  float: left;
  height: 28px;
  line-height: 28px;
}

.detailinfoval {
  width: 65%;
  border-bottom: 0.5px solid #e5e5e5;
  border-right: 0.5px solid #e5e5e5;
  padding-left: 8px;
  float: left;
  height: 28px;
  line-height: 28px;
}

.basicinfo1 {
  /* border-top: 1px solid #e5e5e5; */
  clear: both;
  height: 50px;
  /* margin-bottom: 30px; */
}

.basicinfo2 {
  /* border-top: 1px solid #e5e5e5; */
  clear: both;
  text-align: center;
  /* margin-bottom: 30px; */
}

.toptilebg {
  background-color: #BBBABA;
  /* background-color: #f7/725f; */
  color: white;
}

.partone {
  height: 106px;
}

.parttow {
  /* height: 132px; */
}

.readtip {
  border: 0.5px solid #e5e5e5;
}

.tipitem {
  text-align: center;
  /* height: 28px; */
  line-height: 28px;
  border-bottom: 0.5px solid #e5e5e5;
}

.momofferlist {
  padding: 20px 10px;

}

#infolist {
  /* margin-left: 5%; */
  /* margin-top: 20px; */
  background: #F7F7F7;
  padding: 0px 5%;
  border-radius: 5px;
}

.ordertablist a {
  color: gray;
  font-size: 2rem;

}

.ordertablist .active {
  text-decoration: none;
  color: #f77c5f;
  font-weight: bold;
}

.ordertablist .active:after {
  content: '';
  width: 1.5rem;
  height: 0.03rem;
  display: block;
  border-bottom: 4px solid #ea5944;
  margin: -6px auto 0;
  border-radius: 2px;
}

.graydiv {
  width: 100%;
  height: 10px;
  background: #f6f6f6;
  margin: 20px 0;
}

#lablediv {
  margin-top: 8px;
  margin-bottom: 14px;
}

.orderitem {
  width: 25%;
  text-align: center;
  line-height: 30px;
  margin-top: 10px;
}

.listday {
  display: inline-block;
  width: 75%;
}

.timedetail {
  border: none;
  background: none;
  color: #ea5944;
  font-size: 15px;
  font-weight: 450;
}

.timedetail:focus {
  box-shadow: none;
}

.titleitem {
  display: inline-block;
  width: 80%;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
  margin-top: 5px;
  margin-bottom: 5px;
}

.redicon {
  display: inline-block;
  vertical-align: middle;
  width: 15%;
  text-align: center;

}

.icondiv {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #ea5944;
  vertical-align: middle;
  margin-right: 5px;

}

.icondiv1 {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ea5944;
  vertical-align: middle;
  margin-right: 5px;

}

.timelist {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 10px;
  margin-top: 15px;
}

.pingfeng {
  display: inline-block;
  width: 52%;
}

.pingfeng .iconfont,
#zhtart .iconfont {
  font-size: 14px;
}

.alloingfeng {
  display: inline-block;
  width: 45%;
  text-align: center;
}

#facediv {
  margin-left: 42%;
}

.coloseanniu {
  background: #dcdcdc;
  width: 30px;
  height: 30px;
  display: block;
  line-height: 28px;
  border-radius: 50%;
  font-size: 30px;
}

.pfname {
  display: inline-block;
  /* vertical-align: middle; */
  color: #666666;
  /* width: 35%; */
}

.bgtopname {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: bold;

  vertical-align: middle;
}

.bgtitle {
  font-size: 2rem;
  display: inline-block;
  vertical-align: middle;
}

.bgtopname span {
  font-size: 2.2rem;

}

.ordercardlable {
  display: inline-block;
  background: #ededed;
  width: fit-content;
  width: -moz-fit-content;
  padding: 1px 4px;
  margin-top: 3px;
  color: #F7725F;
  border-radius: 2px;
  margin-left: 5px;
}

.ordercardlable2 {
  display: inline-block;
  border: 1px solid;
  width: fit-content;
  width: -moz-fit-content;
  padding: 1px 4px;
  margin-top: 3px;
  color: #F7725F;
  border-radius: 3px;
  margin-left: 5px;
}

.ordercardlable2 img {
  width: 10px;
  vertical-align: middle;
}

.ordercardlable2 span {
  vertical-align: middle;
}

#auntimgdiv img {
  height: 150px;
  cursor: pointer;
  border-radius: 10px;
}

#auntimgdiv {
  margin-right: 0;
  width: 42%;
  /* margin-top: 16px; */
}

.pass {
  position: absolute;
  z-index: 2;
  width: 20%;
  left: 35%;
  top: 40%;
}

#fullPage {
  display: none;
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 19930428;
}

#fullPage img {
  display: block;
  width: 100%;
}

#canvas {
  width: 100%;
  height: 100%;
  background: none;
  display: block;
}

.face span {
  font-size: 4rem;
  color: #ea5944;
}

.today span,
.last span {
  background: #798af2;
  border-radius: 50%;
  display: inline-block;
  width: 26px;
  /* margin-right: 7px; */
}

.today {
  border-radius: 50% 0 0 50%;
}

.last {
  border-radius: 0 50% 50% 0;
}

.intime {
  background: #ebeefd;
}

.auntdivimg {
  width: 100%;
  height: 115px;
}

.modal.show .modal-dialog {
  width: 90%;
  margin-left: 5%;
  margin-top: 20%;
}

.pfval {
  display: inline-block;
  /* vertical-align: middle; */
  margin-left: 10px;
}

.infodiv {
  display: inline-block;
  width: 70%;
  vertical-align: middle;
  font-weight: 450;
}

.infodiv img {
  width: 15px;
  vertical-align: middle;
  margin-right: 5px;
}

.infodiv span {
  vertical-align: middle;
  font-size: 15px;

}

#ordertimelist .cardanniu {
  padding: 5px 15px;
  font-size: 15px;
}

.listitem {
  display: inline-block;
  width: 29%;
  margin-left: 3%;
  border-radius: 6px;
  /* background: white; */
  text-align: center;
  font-size: 12px;
  padding: 10px 0;
  border: 1px solid #F7725F;

}

.listitem img {
  width: 80%;
  border-radius: 50%;
}

.listitem p {
  margin-top: 3px;
  /* color: #ea5944; */
  color: black;
  font-size: 15px;
}

.itemname span {
  color: #a39f9e;
  font-size: 12px;
}

.line {
  margin: 0;
  width: 70%;
  margin-left: 15%;
  border-color: #F7725F;
}

.listitem .itemday {
  /* border-top: 1px solid #ea5944; */
  color: black;
  font-size: 16px;
}

/* #leaveitem  */
.topinfo {
  width: 70%;
}

.leavestart {
  width: 22%;
  text-align: right;
  margin-left: 1px;
}

.topinfo img {
  width: 15%;
}

.topinfo .time {
  color: #999999;
}

.leaveitem .msg,
.leaveimg {
  margin-left: 12%;
  width: 85%;
  margin-top: 6px;
}

.leaveimg img {
  width: 29%;
  margin-right: 3%;
}

.leaveitem {
  padding: 20px 0;
  border-bottom: 1px solid #f4f4f4;
}

.leavestart span {
  font-size: 12px;
}

.csdn-side-toolbar {
  position: fixed;
  /* right: 8px; */
  bottom: 50%;
  width: 66px;
  height: 66px;
  line-height: 44px;
  z-index: 1999;
  /* background: white; */
  /* border: 1px solid #f4f4f4; */
  text-align: center;
}

.csdn-side-toolbar img {
  width: 80%;
}

.merchantsbuttom {
  /* margin-bottom: 80px; */
  position: relative;
}

.truninfo {
  position: absolute;
  top: 10px;
  width: 100%;
}

.merchantgroup {
  font-size: 12px;
  height: 38px;
  line-height: 30px;
  width: 80%;
  margin-left: 10%;
  margin-top: 10px;
  background: white;
  border-radius: 5px;
}

.merchanttrun {
  width: 80%;
  background: #F34745;
  font-size: 12px;
  border-radius: 5px;
  text-align: center;
  line-height: 38px;
  padding: 4px 15px;
  /* margin-top: 20px; */
  display: block;
  margin-left: 10%;
}

.botop {
  color: white;
}

.botop p {
  font-size: 18px;
}

.shurutitle {
  width: 15%;
  display: inline-block;
}

.shuruval {
  width: 80%;
  display: inline-block;
  text-align: left;
}

.pagebuttom {
  box-sizing: border-box;
  text-align: center;
  /* background-color: #f1f2f6; */
}

.buttitle {
  color: white;
  margin-top: 20px;
}

.divtitle {
  margin-bottom: 10px;
}

.detailinfodiv {
  padding: 10px 0;
  width: 92%;
  margin-left: 4%;
}

.divtileimg {
  width: 18px;
  vertical-align: middle;
}

.divtilespan {
  font-size: 16px;
  vertical-align: middle;
}

.renzhendiv {
  display: inline-block;
  width: 25%;
  margin-top: 10px;
  /* text-align: center; */
}

.renzhendiv img {
  width: 40%;
  margin-left: 30%;
  margin-bottom: 3px;
  /* m */
}

.renzhendiv p {
  text-align: center;
  font-size: 12px;
}

.mimagood {
  width: 40px;
  position: absolute;
  top: 15px;
  right: 0;
}

.allimgtip {
  display: inline-block;
  position: absolute;
  right: 0;
  color: #999999;
  top: 24px;
}

.orderbuttom {
  background: #F7725F;
  padding: 6px 4px;
  width: 75%;
  margin-bottom: 5px;
  border-radius: 5px;
}

.orderbuttom .orderbuttomimg {
  width: 18px;
  vertical-align: middle;
  margin-right: 6px;
}

.orderbuttom .topsan {
  font-size: 18px;
  vertical-align: middle;
  color: white;
}

.orderbuttom .butspan {
  font-size: 12px;
  color: #fff !important;
  margin-top: 6px;
  display: block
}

.zjimg {
  width: 70%;
  margin-bottom: 15px;
  margin-top: 5px;
}