html {
  font-size: 12px;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.contentBox {
  min-height: 100%;
  background-color: #edf1f4;
}
/* 去除百度地图版权那行字 和 百度logo */
.BMap_cpyCtrl {
  display: none !important;
}
.anchorBL {
  display: none !important;
}

.BMapLabel {
  border: 0 !important;
  border-radius: 5px;
  padding: 0.2rem !important;
  box-shadow: 1px 1px 5px #999;
}

/*清除浮动*/
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}
/*解决IOS下移除原生样式*/
input {
  -webkit-appearance: none;
}
p {
  letter-spacing: 1px;
  line-height: 2;
  margin: 1rem 0;
}
.mint-tab-item-label {
  font-size: 1rem !important;
}
.content {
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
/*返回*/
.back {
  position: fixed;
  top: 2.2rem;
  left: 0;
  padding: 1rem;
  color: #fff;
  z-index: 99;
}
.back .icon-fanhui {
  font-size: 1rem !important;
}
.tabs {
  background: #fff;
  padding-left: 0.5rem;
  border-bottom: 1px solid #edf1f4;
  overflow-x: auto;
  white-space: nowrap;
  width: auto;
  overflow-y: none;
}

.tabs a {
  /* width: 100%; */
  padding: 0 0.3rem;
  font-size: 1.1rem;
  height: 2.2rem;
  line-height: 2.2rem;
  color: #333;
  display: inline-block;
  box-sizing: border-box;
}

.tabs a.active {
  color: #1a8ac8;
}

.text,
.text label,
.text span,
.text h1 {
  width: 100%;
  text-align: left;
  overflow: hidden;
  display: block;
  line-height: 1.5;
}

.text {
  padding: 12px 0;
}
.text::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  /*background: #efefef;*/
}

.text label {
  font-size: 1rem;
}

.text span {
  font-size: 0.8rem;
  color: #999;
}

.text h1 > span {
  margin-left: 1rem;
  font-size: 0.8rem;
  display: inline-block;
  float: right;
  font-weight: normal;
  width: auto;
  color: #999;
}

.text .img-show,
.text .img-group-show {
  width: 100%;
  margin-bottom: 8px;
  overflow: hidden;
}

.text .img-show > img {
  width: 100%;
  display: block;
  border-radius: 0.796rem;
}

.text .img-group-show {
  column-count: 3;
  column-gap: 5px;
  margin-top: 3px;
}

.text .img-group-show > img {
  width: 100%;
  display: block;
  border-radius: 0.796rem;
}

.text h1 > span img {
  width: 1rem;
  vertical-align: text-top;
}

.banner {
  width: calc(100% + 24px);
  margin-left: -12px;
  margin-right: -12px;
}

.banner > img {
  width: 100%;
  display: block;
}

.notice {
  width: 100%;
  overflow: hidden;
  display: block;
  line-height: 1.5;
  padding: 0;
}

.notice .logo {
  width: 3.8rem;
  height: 3.8rem;
  line-height: 3.8rem;
  margin-right: 0.8rem;
  text-align: center;
  background: #efefef;
  display: inline-block;
  float: left;
  border-radius: 0.4rem;
}

.notice .logo > img {
  width: 50%;
  vertical-align: middle;
}

.notice .logo ~ .text {
  width: calc(100% - 4.6rem);
  display: inline-block;
  float: left;
  padding: 3px 0;
}

.notice .logo ~ .text label {
  height: 3.8rem;
}

.lig-gray {
  background: #f6f6f6;
  overflow: hidden;
  width: calc(100% + 0.769rem + 0.769rem);
  margin: 0 -0.769rem;
  margin-right: -12px;
  padding: 12px 6px;
  box-sizing: border-box;
}

.ele {
  width: calc(50% - 0.5rem);
  margin: 0.25rem;
  display: inline-block;
  float: left;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #fff;
  position: relative;
}

.ele .text {
  padding: 0 12px 1.3rem 12px;
}

.ele .img,
.ele .img > img {
  width: 100%;
}

.ele .text h1 span {
  margin-left: 0.75rem;
}

.ele label.check-fa {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 2;
}

label.check-fa {
  width: 1.2rem;
  height: 1.2rem;
  position: relative;
  font-size: 1.154rem;
}

label.check-fa.active::after {
  background-color: #1a8ac8;
  border-color: #1a8ac8;
}

label.check-fa.active::before {
  width: 0.4rem;
  height: 1rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  content: "";
  transform: rotate(45deg);
  top: 0;
  left: 0.6rem;
  z-index: 1;
}

label.check-fa::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border-radius: 50%;
  content: "";
  border: 1px solid #1a8ac8;
  opacity: 0.8;
}

label.check-fa input {
  width: 100% !important;
  height: 100% !important;
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 9;
}

.tabs.sed {
  padding: 12px 8px;
  box-sizing: border-box;
  text-align: center;
}

.tabs.sed a {
  font-size: 1.154rem;
  text-align: center;
  width: 24%;
  margin: 0 10%;
  display: inline-block;
  line-height: 1;
}

.tabs.sed a.active {
  background: #1a8ac8;
  border-radius: 0.796rem;
  color: #fff;
}

.tables {
  width: 100%;
}

.tables table,
.tables table thead,
.tables table tbody {
  width: 100%;
}

.tables table th,
.tables table td {
  text-align: center;
  line-height: 2.5;
}

.tables table th {
  font-size: 1rem;
  color: #1a8ac8;
  background: #e8f3f9;
}

.tables table th:first-child {
  border-top-left-radius: 0.796rem;
  border-bottom-left-radius: 0.796rem;
}

.tables table th:last-child {
  border-top-right-radius: 0.796rem;
  border-bottom-right-radius: 0.796rem;
}

.tables table td {
  font-size: 0.923rem;
}

/* list 左右结构的 */
.cell {
  width: 100%;
  background: #fff;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cell .cell-box {
  width: 100%;
  padding: 0.5rem 0;
  position: relative;
  overflow: hidden;
  margin: 0.2rem 0 !important;
}
.commentsSection .cell {
  margin: 0 !important;
}
.cellList .cell {
  margin: 0 !important;
}
.cell .cell-box::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #edf1f4;
}
/*.cell .cell-box:last-child::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #EDF1F4;
}*/
.cell .cell-box label,
.cell .cell-box span,
.cell .cell-box input {
  display: inline-block;
  color: #333;
  font-size: 1rem;
  float: left;
  height: 1.6rem;
  line-height: 1.6rem;
}

.cell .cell-box label > i {
  color: #dc0000;
  font-size: 0.769rem;
}

.cell .cell-box label > b {
  color: #1a8ac8;
  font-size: 0.769rem;
  font-weight: normal;
}

.cell .cell-box label > img {
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: middle;
  width: 2rem;
}

.cell .cell-box span {
  font-size: 1rem;
  float: right;
}

.cell .cell-box input {
  width: calc(100% - 6.5rem);
  font-size: 1rem;
  float: right;
  text-align: right;
  border-radius: 0;
  border: 0 solid #fff;
  padding: 0;
}

.cell .cell-box span.disabled {
  color: #999999;
}

.cell .cell-box span.hasNext {
  padding-right: 15px;
  position: relative;
  display: inline-block;
  height: 1.6rem;
  line-height: 1.6rem;
}

.cell .cell-box span.hasNext::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 2px;
  top: calc(50% - 6px);
  border-top: 1.2px solid #ccc;
  border-right: 1.2px solid #ccc;
  transform: rotate(45deg);
}

.cell-box .icons {
  width: 2.2rem;
  height: 2.2rem;
  line-height: 2.2rem;
  text-align: center;
  display: inline-block;
  float: left;
  border-radius: 50%;
  background: #f6f6f6;
  overflow: hidden;
}

.cell-box .icons > img {
  width: 100%;
  height: 100%;
  /*vertical-align: middle;*/
}

.cell-box .icons ~ label,
.cell-box .icons ~ span {
  width: calc(100% - 3.4rem);
  display: inline-block;
  float: right;
}

.adrbook {
  width: 80%;
  text-align: right;
  overflow: hidden;
  float: right;
}

.adrbook > span {
  width: 30%;
  display: inline-block;
  float: none;
  padding-right: 10px;
}

.cell .cell-box .adrbook > span.hasNext::after {
  transform: rotate(135deg);
  top: 2px;
}

.head-img {
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  width: 2.4rem;
  height: 2.4rem;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  line-height: 2.4rem;
  border-radius: 50%;
}

.head-img img {
  width: 100%;
  height: 100%;
}

.switch {
  width: 3.2rem;
  height: 1.5rem;
  border-radius: 2rem;
  float: right;
  background-color: #c9caca;
  border: 1px solid #c9caca;
}

.switch i {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
}

.switch.on {
  background-color: #1a8ac8;
  border-color: #1a8ac8;
  text-align: right;
}

.btnbox {
  width: 100%;
  margin-bottom: 12px;
  margin-top: 12px;
}

.btnbox button {
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1rem;
  text-align: center;
  display: inline-block;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
}

.title-sed {
  font-size: 1.154rem;
  text-align: left;
  line-height: 1;
  padding-top: 15px;
  padding-bottom: 10px;
  font-weight: bold;
}

.content .title-sed:first-child {
  padding-top: 0;
}

.cell.feek {
  width: 100%;
  padding: 0;
  background: transparent;
}

.cell.feek .cell-box {
  width: 100%;
  padding: 0;
}

.cell.feek .cell-box textarea {
  width: 100%;
  height: 88px;
  background: #c9caca;
  padding: 12px;
  font-size: 1rem;
  box-sizing: border-box;
  border: 0;
  border-radius: 8px;
}

footer.appl {
  width: 100%;
}

footer.appl a {
  width: 50%;
  text-align: center;
  font-size: 1.185rem;
  line-height: 1.5;
  background: #ffffff;
  color: #1a8ac8;
  padding: 0.923rem;
  box-sizing: border-box;
  font-weight: bold;
  display: inline-block;
}

footer.appl a.sure {
  background-color: #1a8ac8;
  color: #fff;
}

.asse-link {
  width: 100%;
  margin: 12px 0;
  display: block;
}

.asse-link img {
  width: 100%;
}

.title-fu {
  margin: 0 -12px;
  display: block;
  padding: 0 1rem 0.5rem;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  background: url("../images/bg.png");
  font-size: 1.231rem;
  color: #ffffff;
}

.clockInM {
  position: absolute;
  right: 0;
  top: calc(50% - 1rem);
  font-size: 1rem;
  display: block;
  width: 5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  background: #1a8ac8;
  color: #fff;
  border-radius: 3rem;
}

.clockInM.now {
  background-color: #e40000;
}

.cell-top {
  width: 100%;
  padding: 10px 0 0 0;
  overflow: hidden;
  line-height: 2rem;
}

.cell-top label,
.cell-top a {
  vertical-align: middle;
  font-weight: normal;
  font-size: 1rem;
  color: #1a8ac8;
  display: inline-block;
  float: right;
}

.cell-top label {
  font-size: 1.154rem;
  float: left;
  color: #333;
}

.cell-body {
  padding: 0;
  overflow: hidden;
}

.vip-pay {
  width: 100%;
  text-align: center;
  line-height: 2;
}

.vip-pay label,
.vip-pay span,
.vip-pay button {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #333;
  font-size: 1.231rem;
  font-weight: normal;
  font-style: normal;
}

.vip-pay span i {
  font-size: 2rem;
  font-weight: bold;
  font-style: normal;
}

.vip-pay button {
  width: 50%;
  background: #1a8ac8;
  border-color: #1a8ac8;
  margin-top: 75px;
  text-align: center;
  font-size: 1.385rem;
  line-height: 2;
  color: #fff;
  border-radius: 10rem;
}

.vip-pay button.weak {
  background: #efefef;
  border-color: #efefef;
  color: #1a8ac8;
  margin-top: 15px;
}

.vip-pay .pay-way {
  width: 100%;
  display: block;
  text-align: center;
}

.vip-pay .pay-way img {
  width: 14%;
}

.vip-pay h5 {
  width: 100%;
  line-height: 3;
  color: #999;
  font-weight: 400;
  font-size: 0.987rem;
  text-align: left;
}

.vip-pay h5 a {
  color: #1a8ac8;
}

.bank {
  padding: 1rem 50px;
  margin: 0 -40px 1rem;
  overflow: hidden;
  background-color: #f6f6f6;
}

.bank h1 {
  width: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 2;
}

.vip-pay span input {
  width: 85%;
  text-align: left;
  font-size: 2.4rem;
  background: none;
  border: none;
}

.bank h1 label,
.bank h1 span {
  width: 30%;
  display: block;
  float: left;
  text-align: left;
  font-size: 1rem;
}

.bank h1 span {
  width: 70%;
}

.bank h1.weak label {
  opacity: 0;
}

.bank h1.weak span {
  color: #999;
  font-weight: 400;
}

.icons-bank {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  background: #fff;
  margin-left: -1.8rem;
  margin-right: 0.5rem;
  display: inline-block;
  vertical-align: middle;
}

.warn {
  font-size: 0.987rem;
  line-height: 1.6;
  text-align: left;
  color: #999;
  font-weight: 400;
  padding: 15px 0;
  overflow: hidden;
}

.themeBg {
  background: #1a8ac8;
}
.picker-center-highlight {
  border-radius: 5px;
  background-color: rgba(26, 138, 200, 0.3);
}

.noInfo {
  margin-top: 2rem;
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  color: #999;
  overflow: hidden;
  font-size: 0.7rem;
}
.mint-indicator-wrapper {
  z-index: 999999;
}
img[src=""],
img:not([src]) {
  opacity: 0;
}
.fixed-btm {
  border-top: 1px solid #edf1f4;
}
.linebox {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.release {
  font-size: 1rem;
}
.mint-toast-text {
  line-height: 1.5 !important;
}
.subtitle span {
  font-size: 0.8rem !important;
}
/*没有更多了*/
.bottom_line {
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  color: #999;
  overflow: hidden;
  font-size: 0.7rem;
}
.noneData {
  font-size: 0.7rem;
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0);
}
.loading img {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
img {
  border: 0;
}
.emergency {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1234;
}
.emergency .input_box {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.emergency .cell {
  width: 100%;
}
.emergency .cell input {
  text-align: left;
  width: 60%;
}
.emergency .cell label {
  text-align: left;
  width: 40%;
}
.emergency .input_box h2 {
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  background-color: #1a8ac8;
  color: #ffffff;
  font-size: 1.2rem;
}
.emergency .buttonBox {
  margin-top: 1rem;
}
.emergency .buttonBox button {
  width: 50%;
  height: 3rem;
  line-height: 3rem;
  float: left;
  color: #1a8ac8;
  background-color: #efefef;
  font-size: 1rem;
  border-radius: 0;
}
.emergency .buttonBox button:last-child {
  background-color: #1a8ac8;
  color: #efefef;
}
.mint-msgbox {
  width: 80% !important;
  border-radius: 0.5rem !important;
}
.mint-msgbox-header {
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  background-color: #1a8ac8;
  font-size: 1.2rem;
  padding: 0 !important;
}
.mint-msgbox-title {
  color: #ffffff !important;
  font-weight: normal !important;
}
.mint-msgbox-btns {
  height: 3rem !important;
}
.mint-msgbox-btn.mint-msgbox-confirm {
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  float: left;
  background-color: #1a8ac8;
  color: #efefef;
  font-size: 1rem;
}
.mint-msgbox-btn.mint-msgbox-cancel.clockRefused {
  color: #1a8ac8 !important;
  background-color: #efefef !important;
  font-size: 1rem !important;
}
/*处理出现边框*/
img[src=""],
img:not([src]) {
  opacity: 0;
}

.replyNum {
  background-color: #edf1f4;
  padding: 0 0.5rem;
  border-radius: 1rem;
}

.mint-toast {
  z-index: 99999 !important;
}

.subtitle > span {
  margin-left: 0.3rem;
}
.buttonBox button {
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1rem;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  border: 0;
  background-color: rgb(26, 138, 200);
  color: rgb(255, 255, 255);
}
/*搜索条*/
.search {
  position: relative;
  color: #000000;
  background-color: #ffffff;
  padding: 0.25rem 0.5rem;
  border-bottom: 1px solid #edf1f4;
}

.search .icon-sousuo {
  position: absolute;
  top: 50%;
  right: 1rem;
  padding: 0.5rem;
  font-size: 1.2rem !important;
  color: #000;
  transform: translate(0, -50%);
}

.search input {
  width: 100%;
  padding: 0.5rem;
  border: 0;
  outline: none;
  border-radius: 8px;
  text-align: left;
  font-size: 1rem;
  background-color: #edf1f4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* box-shadow: 0 0 5px #999;*/
}

.search input::-ms-input-placeholder {
  text-align: center;
}
.search input::-webkit-input-placeholder {
  text-align: center;
}
.addzdy {
  position: fixed;
  top: 3rem;
  right: 0.5rem;
}
.addzdy .icon-jia1 {
  font-size: 1.5rem;
  color: #fff;
}

.deleteAll {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  font-size: 1rem;
  background-color: #ffffff;
  border-top: 1px solid #edf1f4;
  z-index: 3;
}
.deleteAll.active {
  padding-bottom: 1rem;
}
