html,
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100vh;
}
.wrap {
  width: 750px;
  overflow-y: auto;
  height: 100%;
  padding-bottom: 100px;
  margin: 0px auto;
  background: url(../images/mzbg.png) repeat;
  background-size: 100% auto;
}
.top-wrap img {
  width: 100%;
  margin:0px;
  padding:0px;
  display: block;
}
.content {
}
.content.pp {
  position: relative;
}
.tx-pos {
  position: absolute;
  left: 40px;
  top: -20px;
}
.tx-pos img {
  width: 50px;
}
.ff-box {
  background-color: white;
  width: 90%;
  border-radius: 10px;
  margin-top: 30px;
  margin-left: 5%;
  padding: 0px 20px;
  padding-top: 30px;
}
.ff-box .ff-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0px;
  font-size: 18px;
  /* height: 140px; */
}
.ff-box .ff-item .ff-name{
  color: #1A1A1A;
  
}
.ff-box .ff-item .ff-txt {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  flex:1;
}
.ff-box .ff-item .ff-txt img {
  width: 20px;
}
.ff-box .ff-item .ff-txt .mrsp {
  font-size: 16px;
  color: #6D6D6D;
  display: block;
  margin-right: 5px;
}
.l-cont {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  padding-right: 25px;
  flex: 1;
  position: relative;
}
.ff-box .ff-item .l-cont.sel-box .cl {
  padding: 4px 20px;
  border-radius: 20px;
  font-size: 16px;
}
.ff-box .ff-item .l-cont.sel-box .cl + .cl {
  margin-left: 10px;
}
.cl.checked {
  background-color: #FCCF4E;
  color: white;
}
.l-cont img {
  width: 10px;
  /* margin-left: 10px; */
  position: absolute;
  right: 0px;
  top: 5px;
  pointer-events: none;
}
.ff-box .ff-item+.ff-item {
  border-top: 1px solid #faf9f9;
}
.lb-frame {
  display: flex;
  flex-direction: row;
  font-size: 15px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 5%;
  margin-top: 10px;

}
.lb-frame img {
  width: 20px;
}
.msk {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 100px;
}
.msk img {
  display: block;
  max-width: 100%;
}
.download-box {
  background-color: #FFE6A3;
  height: 100px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#643F0A;
  font-size: 22px;
}
.download-box  img {
  width: 55px;
  margin-right: 20px;
}
.frame-yy {
  background-color: white;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
  padding: 30px 20px;
  border-radius: 10px;
}
.yy-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.frame-yy .yy-box img {
  width: 35px;
  margin-right: 10px;
}
.ys-box {
  text-align: center;
  margin-top: 20px;
}
.ys-box img {
  width: 100%;
}
.down-btn {
  display: block;
  width: 100%;
  margin-top: 20px;
}
.down-btn img {
  width: 100%;
}
.more-bnn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.more-bnn img {
  width: 140px;
}
.yb-frame {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.yb-frame .item {
  flex: 1;
}
.yb-frame .item img {
  width: 100%;
}
.yb-frame .item+.item{
  margin-left: 10px;
}
.wrong-wx {
  display: none;
  background-color: white;
  width: 100%;
  height: 400px;
  /* display: flex; */
  justify-content: center;
  align-items: center;
}


/* ---------------------- 分割线 ---------------------*/
.content-box {
  position: relative;
}

.inside-cont {
  position: absolute;
  top: 0px;
  left: 10%;
  right: 10%;
  bottom: 25%;
  top: 15%;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 36px;
}
.content .title-box {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.content .title-box .txt-sp {
  color: #fc3b8f;
  font-size: 20px;
}
.tips-box {
  margin: 20px 20px;
  position: relative;
}
.up-tips {
  /* height: 200px; */
  background-color: white;
  border-radius: 50px;
  box-sizing: border-box;
  padding: 30px 10%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* #fdebf3  #fdfdff */
  background: linear-gradient(to bottom, #fdebf3, #fdfdff 45%, #fff);
  /* background-color: #fdebf3; */
}
.up-tips .tip-item {
  height: 28px;
  line-height: 28px;
  font-size: 15px;
  width: 50%;
  color: #737474;
}
.up-tips .tip-item .tp-num {
  color: #fc3b8f;
  font-style: italic;
}
/* .bom-control {
  background-color: white;
  border-radius: 50px;
  box-sizing: border-box;
  padding: 30px 30px;
  background: linear-gradient(to bottom, #fdebf3, #fdfdff);
  margin-top: 18px;
  color: #737474;
  font-size: 16px;
}
.bom-control .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dcddde;
  padding-bottom: 12px;
  padding-top: 12px;
  color: #737474;
}
.bom-control .item .l-name {
} */
/* .bom-control .item .l-cont {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  padding-right: 15px;
  flex: 1;
}
.bom-control .item .l-cont.sel-box .cl {
  padding: 4px 20px;
  border-radius: 20px;
  font-size: 16px;
}
.bom-control .item .l-cont.sel-box .cl + .cl {
  margin-left: 10px;
}
 
.bom-control .item .l-cont img {
  width: 10px;
  margin-left: 10px;
  position: absolute;
  right: 0px;
  top: 5px;
} */
.lock-btn, .lock-btn:hover, .lock-btn:focus {
  background-color: #FCCF4E;
  color: #643F0A;
  font-size: 20px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 20px;
  text-decoration: none;
  outline: none;
}
.pos-left {
  position: absolute;
  left: 50px;
  top: 210px;
  z-index: 2;
  width: auto;
  height: 60px;
  margin-top: -30px;
}
.pos-right {
  position: absolute;
  right: 50px;
  top: 210px;
  z-index: 2;
  width: auto;
  height: 60px;
  margin-top: -30px;
}
.info-box {
  background-color: #FCCF4E;
  display: flex;
  padding: 20px 30px;
  color: white;
}
.info-box .left-img img {
  width: 60px;
  border-radius: 50%;
}
.info-box .right-cont {
  margin-left: 15px;
  font-size: 16px;
  color: white;
  padding-top: 8px;
}
.info-box .right-cont .addr {
  margin-top: 2px;
}
.content-wrap {
    /* padding: 0px 0px; */
    background-color: white;
    margin: 20px;
    border-radius: 15px;
}
.box-frame {
    padding:0px 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.box-frame+.box-frame{
    border-top: 1px solid #eee;
}
.nor-title .back-txt {
    color:#f9dddd;
    font-size: 24px;
    font-weight: bold;
}
.nor-title .front-txt {
    font-size: 24px;
    margin-top: -20px;
    margin-left: 16px;
}
.nor-des {
    font-size: 16px;
    color:#f674be;
    margin-top: 10px;
}
.bb-content {
    color: #80807f;
    font-size: 16px;
}
.picker-txt {
  min-width: 60px;
  flex: 1;
  width: 100%;
  height: 28px;
  line-height: 28px;
  text-align: right;
  color: #6D6D6D;
}
.picker .picker-panel {
  background: #f6ddbc !important;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  /* color: #f76914 !important; */
}
.picker .picker-panel .picker-choose .confirm {
  color: #333 !important;
  font-size: 18px;
  top: 0px !important;
}
.picker .picker-panel .picker-choose .cancel {
  top: 0px !important;
  font-size: 18px;
}
.picker .picker-panel .picker-content{
  background-color: #fdedee !important;
  position: relative;
}
.picker .picker-panel .picker-content::after {
  content: "";
  position: absolute;
  top: 50%;
  left:0px;
  width: 5px;
  height: 36px;
  margin-top: -18px;
  background-color: #f87822;
}
.picker .picker-panel .picker-content .mask-bottom:before,.picker .picker-panel .picker-content .mask-top:after {
  border-top: 1px solid #fdedee !important;
}
/* .picker .picker-panel .wheel-wrapper .wheel .wheel-scroll .wheel-item {
  color: #f87822 !important;
} */
.picker .picker-panel .wheel-wrapper .wheel .wheel-scroll {
  padding:0px;
}
.picker-choose-sp {
  padding-bottom: 80px !important;
}
.custom-heigth {
  height: 280px !important;
}
.topshow {
  font-size: 16px;
  color: #333;
  /* padding-bottom: 15px; */
  margin-top: -10px;
  display: flex;
}
.itclass {
  flex: 1;
  text-align: center;
}
.top-ctrlbox {
  font-size: 12px;
}
.out-chart {
  overflow-y: auto;
}

@media screen and (max-width: 750px) {
  .wrap {
    width: 100%;
  }
  .inside-cont {
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (max-width: 640px) {
  .inside-cont {
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (max-width: 540px) {
  .inside-cont {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 500px) {
  .inside-cont {
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width: 440px) {
  .inside-cont {
    font-size: 12px;
    line-height: 22px;
  }
}
@media screen and (max-width: 440px) {
  .inside-cont {
    font-size: 12px;
    line-height: 20px;
  }
}

