
body {
  height: auto;
  overflow: auto;
  margin-top: 0px;
}

.inputtxt {
  width: 100%;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  -webkit-appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.footNext {
  width: 180px;
  border-radius: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.footNext .footFirst {
  background-color: rgba(255, 141, 0, 0.9);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.footNext .Item {
  width: 50%;
  color: #ffffff;
  font-size: 12px;
  font-family: "PingFangSC-Regular";
  text-align: center;
  box-sizing: border-box;
  padding: 3px 0;
}

.footNext .footLast {
  background-color: #FF535D;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.footBtn {
  width: 160px;
  height: 40px;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 8px;
  background-color: #FF535D;
  border-radius: 20px;
}

.footBtn img {
  width: 26px;
  height: 26px;
  border-radius: 100%;
}

.footBtn .footGroup {
  width: 105px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footBtn .footGroup div:first-child {
  font-size: 12px;
}

.footBtn .footGroup div:last-child {
  font-size: 10px;
}


.moreGroup {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 10px 17px 0;
}
.moreGroup .moreTitle {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  margin-bottom: 10px;
  margin-right: 15px;
}
.moreGroup .moreTitle span:first-child {
  font-size: 15px;
  font-weight: 400;
  color: #4a4a4a;
}
.moreGroup .moreTitle span:last-child {
  font-size: 13px;
  color: #9b9b9b;
  font-weight: 400;
}
.moreGroup .moreTitle:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border: 1.5px solid #aeaeae;
  opacity: 0.8;
  border-left: none;
  border-bottom: none;
  position: absolute;
  right: -18px;
  top: 27.6%;
  transform: translate(0, -50%);
  transform: rotate(45deg);
}
.moreGroup .moreList {
  width: 100%;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.moreGroup .moreList li {
  width: 100%;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  border-top: 1px solid #f2f2f2;
  box-sizing: border-box;
  padding: 10px 0;
}
.moreGroup .moreList li .moreFirst {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.moreGroup .moreList li .moreFirst img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #e5e5e5;
}
.moreGroup .moreList li .moreFirst span {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #4a4a4a;
  font-size: 14px;
  font-family: "PingFangSC-Regular";
  margin-left: 10px;
  font-weight: 400;
}
.moreGroup .moreList li .moreTwo {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.moreGroup .moreList li .moreTwo div:first-child {
  color: #9b9b9b;
  font-size: 12px;
  font-family: "PingFangSC-Regular";
  margin-right: 16px;
  font-weight: 400;
  text-align: end;
}
.moreGroup .moreList li .moreTwo div:first-child span {
  color: #ff565d;
}
.moreGroup .moreList li .moreTwo div:first-child p {
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.moreGroup .moreList li .moreTwo div:last-child {
  box-sizing: border-box;
  padding: 5px 8px;
  background-color: #ff565d;
  color: #fff;
  font-size: 13px;
  font-family: "PingFangSC-Semibold";
  border-radius: 5px;
}