@charset "UTF-8";
.popup-public .popup-box > .popup-close:before, .popup-public .popup-box > .popup-close:after, .m-box .box-item .package-info .info-intr .pic-list .btn-modal:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.rem-box-header a, .m-box-header .search-box .btn-search, .m-box .box-item .jump-box .jump-list a:after, .m-box .box-item .pay-type .type-list a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.m-box-header .tips-box p, .m-box .box-item .jump-box .jump-list a > span:nth-of-type(2), .m-box .box-item .pay-type .type-list .type-r, .m-box .box-item .pay-type .type-list .type-l p,
.m-box .box-item .pay-type .type-list .type-l span, .m-box .box-item .pay-type .type-list .type-l, .m-box .box-item .express-info a, .m-box .box-item .package-info .info-intr .info-text p:nth-of-type(2), .m-box .box-item .package-info .info-intr .info-text p:first-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.m-box .box-item .jump-box .jump-list a .orange, .m-box .box-item .jump-box .jump-list a, .m-box .box-item .pay-type .type-list .type-l, .m-box .box-item .pay-type .type-list a, .m-box .box-item .package-info .info-intr, .m-box .box-item .pay-info .inner-tit, .m-box .box-item .order-info .inner-tit {
  display: flex;
  align-items: center;
}

.popup-search-box .input-box input, .m-box-header .search-box .input-box input, .flexBox .flex-item .input-box input {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.fixed-wrap .agree-box:before, .fixed-wrap .select-box .select-top p:before, .m-box .box-item .pay-type .type-list a:after, .flexBox .flex-item .pay-type a:before {
  width: 14px;
  height: 14px;
  background: url(../img/icon_circle.png);
  background-size: 100% 100%;
}

.fixed-wrap .agree-box.active:before, .fixed-wrap .select-box .select-top.active p:before, .m-box .box-item .pay-type .type-list a.active:after, .flexBox .flex-item .pay-type a.active:before {
  background-image: url(../img/icon_circle_on.png);
}

.m-box .box-item .mini-select-box.type-b a:before {
  width: 18px;
  height: 18px;
  background: url(../img/selected.png);
  background-size: 100% 100%;
}

.m-box .box-item .mini-select-box.type-b a.active:before {
  background-image: url(../img/selected_on.png);
}

.m-box .box-item .jump-box .jump-list a:after {
  width: 18px;
  height: 20px;
  background: url(../img/myWallet/wallet_next.png);
  background-size: 100% 100%;
}

.rem-box-header a {
  background-size: 100% 100% !important;
}

html,
body,
div {
  -webkit-overflow-scrolling: touch;
}

html,
body,
div,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
form,
input,
textarea,
select,
button,
table,
th,
td,
img {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
}

.block {
  display: block !important;
}

.orange {
  color: #ff6a00 !important;
}

.grey {
  color: #999999 !important;
}

.flexA {
  flex: auto;
  overflow: hidden;
}

.flexBox .flex-item {
  display: flex;
  overflow: hidden;
  padding: 13px 0;
}
.flexBox .flex-item.required:before {
  content: "*";
  color: #ff3141;
  font-size: 14px;
}
.flexBox .flex-item:nth-of-type(n + 2) {
  border-top: 1px solid #f7f7f7;
}
.flexBox .flex-item .item:first-child {
  margin-right: 20px;
}
.flexBox .flex-item .item:first-child p {
  font-size: 12px;
  color: #777777;
}
.flexBox .flex-item .item:first-child p:first-child {
  font-size: 14px;
  color: #111111;
}
.flexBox .flex-item .item:last-child {
  text-align: right;
}
.flexBox .flex-item .item:last-child input {
  text-align: right;
}
.flexBox .flex-item .item.flex-none {
  flex: none;
  max-width: 50%;
}
.flexBox .flex-item .item.flex-auto {
  flex: auto;
  overflow: hidden;
}
.flexBox .flex-item .item p {
  font-size: 14px;
  color: #999999;
}
.flexBox .flex-item .input-box input::-moz-placeholder {
  color: #999999;
}
.flexBox .flex-item .input-box input::placeholder {
  color: #999999;
}
.flexBox .flex-item .pay-type {
  display: flex;
  justify-content: flex-end;
}
.flexBox .flex-item .pay-type a {
  display: flex;
  align-items: center;
}
.flexBox .flex-item .pay-type a:nth-of-type(2) {
  margin-left: 15px;
}
.flexBox .flex-item .pay-type a:before {
  content: "";
  flex: none;
}
.flexBox .flex-item .pay-type a img {
  width: 20px;
  height: 20px;
  margin: 0 4px;
}
.flexBox .flex-item .pay-type a span {
  font-size: 14px;
  color: #999999;
}
.flexBox.align-c .flex-item {
  align-items: center;
}
.flexBox.align-t .flex-item {
  align-items: flex-start;
}
.flexBox.align-b .flex-item {
  align-items: flex-end;
}

.floatBox .float-item {
  padding: 13px 0;
  overflow: hidden;
}
.floatBox .float-item:nth-of-type(n + 2) {
  border-top: 1px solid #f7f7f7;
}
.floatBox .float-item .item-l {
  float: left;
  padding-right: 4px;
}
.floatBox .float-item .item-l p {
  font-size: 14px;
  color: #666666;
}
.floatBox .float-item .item-r {
  overflow: hidden;
}
.floatBox .float-item .item-r p {
  font-size: 14px;
  color: #111111;
}

.m-box {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  min-height: 100vh;
  background: #f1f6fb;
  overflow: hidden;
}
.m-box .m-box-content {
  padding: 14px 10px;
  position: relative;
}
.m-box .visible {
  overflow: visible;
  z-index: 11;
}
.m-box .box-item {
  background: #fff;
  border-radius: 10px;
  padding: 1rem;
  overflow: hidden;
  word-break: break-all;
  white-space: wrap;
  box-shadow: 0 11px 14px -10px #edf1fc;
}
.m-box .box-item:nth-of-type(n + 2) {
  margin-top: 0.75rem;
}
.m-box .box-item > .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.6rem;
}
.m-box .box-item > .title > p {
  font-size: 14px;
  color: #111111;
  font-weight: bold;
  flex: none;
}
.m-box .box-item > .title > p.mini {
  font-size: 12px;
  color: #777777;
  font-weight: normal;
}
.m-box .box-item > .title > span {
  font-size: 12px;
  color: #666666;
}
.m-box .box-item > .title > a {
  font-size: 0.75rem;
  color: #ff6a00;
}
.m-box .box-item > .title.required > p:before {
  content: "*";
  font-size: 14px;
  color: #ff5b00;
  margin-right: 3px;
}
.m-box .box-item > .title.tips > p:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/tips.png);
  background-size: 100% 100%;
  margin-left: 3px;
  transform: translateY(1px);
}
.m-box .box-item table {
  width: 100%;
  border-collapse: collapse;
}
.m-box .box-item table span {
  color: #666666;
  font-size: 12px;
}
.m-box .box-item table a {
  color: #2c68ff;
  font-size: 12px;
  text-decoration: underline;
}
.m-box .box-item table thead th span {
  color: #111111;
}
.m-box .box-item table tfoot span {
  color: #111111;
}
.m-box .box-item table,
.m-box .box-item th,
.m-box .box-item td {
  border: 1px solid #cccccc;
}
.m-box .box-item th,
.m-box .box-item td {
  padding: 4px 8px;
  text-align: center;
}
.m-box .box-item th {
  background-color: #eef3fb;
}
.m-box .box-item .order-info.show .info-list > p:nth-of-type(n + 6) {
  display: block;
}
.m-box .box-item .order-info.show .btn-toggle:after {
  transform: rotate(180deg);
  transform-origin: center center;
}
.m-box .box-item .order-info.show .btn-toggle p:before {
  content: "收起";
}
.m-box .box-item .order-info .info-list p {
  line-height: 130%;
  padding: 0.75rem 0;
}
.m-box .box-item .order-info .info-list p:nth-of-type(n + 2) {
  border-top: 1px solid #f7f7f7;
}
.m-box .box-item .order-info .info-list p > span {
  font-size: 14px;
}
.m-box .box-item .order-info .info-list p > span:first-child {
  float: left;
  color: #666666;
}
.m-box .box-item .order-info .info-list p > span:nth-of-type(2) {
  overflow: hidden;
  display: block;
  color: #111111;
  padding-left: 0.3rem;
}
.m-box .box-item .order-info .inner-tit {
  padding: 0.5rem 0;
  background: #ffefe7;
  justify-content: space-between;
  position: relative;
}
.m-box .box-item .order-info .inner-tit:before, .m-box .box-item .order-info .inner-tit:after {
  content: "";
  background: #ffefe7;
  width: 0.5rem;
  height: 100%;
  position: absolute;
  top: 0;
}
.m-box .box-item .order-info .inner-tit:before {
  left: -0.5rem;
}
.m-box .box-item .order-info .inner-tit:after {
  right: -0.5rem;
}
.m-box .box-item .order-info .inner-tit span {
  font-size: 14px;
  color: #ed8047;
}
.m-box .box-item .pay-info .info-list p {
  line-height: 130%;
  padding: 0.75rem 0;
}
.m-box .box-item .pay-info .info-list p:nth-of-type(n + 2) {
  border-top: 1px solid #f7f7f7;
}
.m-box .box-item .pay-info .info-list p > span {
  font-size: 14px;
}
.m-box .box-item .pay-info .info-list p > span:first-child {
  float: left;
  color: #111111;
}
.m-box .box-item .pay-info .info-list p > span:nth-of-type(2) {
  overflow: hidden;
  display: block;
  color: #111111;
  padding-left: 1rem;
  text-align: right;
}
.m-box .box-item .pay-info .info-list p > span em {
  font-size: 0.75rem;
  color: #ff3f3f;
  font-style: normal;
  margin-right: 0.2rem;
}
.m-box .box-item .pay-info .info-list > p {
  color: #111111;
  font-size: 14px;
}
.m-box .box-item .pay-info .info-list > span {
  font-size: 14px;
  color: #999999;
}
.m-box .box-item .pay-info .inner-tit {
  padding: 0.5rem 0;
  background: #ffefe7;
  justify-content: space-between;
  position: relative;
}
.m-box .box-item .pay-info .inner-tit:before, .m-box .box-item .pay-info .inner-tit:after {
  content: "";
  background: #ffefe7;
  width: 0.5rem;
  height: 100%;
  position: absolute;
  top: 0;
}
.m-box .box-item .pay-info .inner-tit:before {
  left: -0.5rem;
}
.m-box .box-item .pay-info .inner-tit:after {
  right: -0.5rem;
}
.m-box .box-item .pay-info .inner-tit span {
  font-size: 14px;
  color: #ed8047;
}
.m-box .box-item .address-info {
  position: relative;
  padding-left: 1.7rem;
  display: block;
}
.m-box .box-item .address-info:before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  background: url(../img/address/location.png);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0.4rem;
}
.m-box .box-item .address-info > p {
  font-size: 0.75rem;
  color: #777777;
}
.m-box .box-item .address-info > p .name {
  font-size: 1.25rem;
  color: #111111;
}
.m-box .box-item .address-info > p .phone {
  color: #111111;
}
.m-box .box-item .problem-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m-box .box-item .problem-info a {
  border-radius: 0.5rem;
  border: 1px solid #f7f7f7;
  width: 48%;
  box-sizing: border-box;
  line-height: 3rem;
  text-align: center;
}
.m-box .box-item .problem-info a span {
  font-size: 14px;
  color: #111111;
  vertical-align: middle;
}
.m-box .box-item .problem-info a em {
  width: 1.3125rem;
  height: 1.3125rem;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}
.m-box .box-item .problem-info a:nth-of-type(1) em {
  background-image: url(../img/order/icon_service.png);
}
.m-box .box-item .problem-info a:nth-of-type(2) em {
  background-image: url(../img/order/icon_problem.png);
}
.m-box .box-item .details-box,
.m-box .box-item .details-box > * {
  font-size: 0.75rem;
  color: #777;
  line-height: 130%;
}
.m-box .box-item .package-info {
  padding: 1rem 0;
}
.m-box .box-item .package-info:nth-of-type(n + 2) {
  border-top: 1px solid #f7f7f7;
}
.m-box .box-item .package-info:last-child {
  padding-bottom: 0;
}
.m-box .box-item .package-info .info-intr {
  padding-bottom: 14px;
}
.m-box .box-item .package-info .info-intr .pic-list {
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 0.25rem;
  overflow: hidden;
  position: relative;
  flex: none;
  margin-right: 0.75rem;
  background: url(../img/order/default_img.png);
  background-size: cover;
}
.m-box .box-item .package-info .info-intr .pic-list .btn-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.m-box .box-item .package-info .info-intr .pic-list .btn-modal:after {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/order/icon_play.png);
  background-size: cover;
}
.m-box .box-item .package-info .info-intr .pic-list .number {
  font-size: 0.75rem;
  color: #fff;
  position: absolute;
  bottom: 0.2rem;
  right: 0.2rem;
}
.m-box .box-item .package-info .info-intr .pic-list img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
  top: 0;
  left: 0;
}
.m-box .box-item .package-info .info-intr .info-text {
  flex: auto;
  overflow: hidden;
}
.m-box .box-item .package-info .info-intr .info-text p {
  font-size: 0.75rem;
  color: #777777;
  line-height: 140%;
}
.m-box .box-item .package-info .info-intr .info-text p:first-child {
  font-size: 14px;
  color: #111111;
  font-weight: bold;
}
.m-box .box-item .package-info .info-intr .info-text p:nth-of-type(2) {
  color: #111111;
  margin: 0.1rem 0 0.5rem;
}
.m-box .box-item .express-info {
  padding-top: 14px;
  margin-top: 14px;
  border-top: 1px solid #f7f7f7;
}
.m-box .box-item .express-info a {
  font-size: 0.75rem;
  color: #757575;
  position: relative;
  padding-left: 10px;
  padding-right: 20px;
  display: block;
}
.m-box .box-item .express-info a span:first-child {
  font-weight: bold;
  color: #111111;
}
.m-box .box-item .express-info a span:first-child:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff6a00;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.m-box .box-item .express-info a span:first-child:after {
  content: "";
  width: 1.125rem;
  height: 1.25rem;
  background: url(../img/myWallet/wallet_next.png);
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.m-box .box-item .toggle-box {
  padding-top: 14px;
  border-top: 1px solid #f7f7f7;
}
.m-box .box-item .toggle-box .btn-toggle {
  display: table;
  margin: 0 auto;
  position: relative;
  padding-right: 1.4rem;
}
.m-box .box-item .toggle-box .btn-toggle p {
  font-size: 0.75rem;
  color: #777777;
}
.m-box .box-item .toggle-box .btn-toggle p:before {
  content: "查看";
  font-size: 0.75rem;
  color: #777777;
}
.m-box .box-item .toggle-box .btn-toggle:after {
  content: "";
  width: 1.25rem;
  height: 1.1875rem;
  background: url(../img/order/arrow_b.png);
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5938rem;
  transition: 0.3s;
  transform: rotate(0deg);
}
.m-box .box-item .pay-type .type-list a {
  position: relative;
  padding: 11px 0;
}
.m-box .box-item .pay-type .type-list a:nth-of-type(n + 2) {
  border-top: 1px solid #f7f7f7;
}
.m-box .box-item .pay-type .type-list a:after {
  content: "";
  right: 0;
}
.m-box .box-item .pay-type .type-list .type-l {
  flex: none;
  max-width: 40%;
  margin-right: 1rem;
}
.m-box .box-item .pay-type .type-list .type-l img {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.3rem;
}
.m-box .box-item .pay-type .type-list .type-l p,
.m-box .box-item .pay-type .type-list .type-l span {
  font-size: 14px;
  color: #111111;
}
.m-box .box-item .pay-type .type-list .type-r {
  flex: auto;
  text-align: right;
  padding-right: 26px;
  position: relative;
}
.m-box .box-item .pay-type .type-list .type-r p {
  font-size: 14px;
  color: #999999;
}
.m-box .box-item .jump-box .jump-list a {
  padding: 0.75rem 0;
  position: relative;
  padding-right: 1.5rem;
  overflow: hidden;
}
.m-box .box-item .jump-box .jump-list a:nth-of-type(n + 2) {
  border-top: 1px solid #f7f7f7;
}
.m-box .box-item .jump-box .jump-list a:after {
  content: "";
  right: 0;
}
.m-box .box-item .jump-box .jump-list a > span {
  font-size: 14px;
}
.m-box .box-item .jump-box .jump-list a > span:nth-of-type(1) {
  flex: none;
  color: #111111;
  margin-right: 1rem;
}
.m-box .box-item .jump-box .jump-list a > span:nth-of-type(2) {
  flex: auto;
  color: #999999;
  text-align: right;
  overflow: hidden;
}
.m-box .box-item .jump-box .jump-list a .orange {
  justify-content: right;
  flex: auto;
}
.m-box .box-item .jump-box .jump-list a .orange:before {
  content: "";
  width: 2.25rem;
  height: 1.125rem;
  background: url(../img/order/icon_yhq.png);
  background-size: cover;
  display: inline-block;
  margin-right: 0.5rem;
}
.m-box .box-item .jump-box .jump-list a:nth-of-type(2) .orange:before {
  display: none;
}
.m-box .box-item .mini-select-box.type-a {
  font-size: 0;
  letter-spacing: -5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 16px;
}
.m-box .box-item .mini-select-box.type-a a {
  font-size: 14px;
  color: #444;
  display: inline-block;
  letter-spacing: normal;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  line-height: 34px;
  padding: 0 10px;
  margin-bottom: 12px;
  margin-left: 7px;
}
.m-box .box-item .mini-select-box.type-a a.active {
  border-color: #ff742c;
  color: #ff742c;
}
.m-box .box-item .mini-select-box.type-b a {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  vertical-align: middle;
  margin-right: 30px;
}
.m-box .box-item .mini-select-box.type-b a:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  transform: translate(0, -1px);
  margin-right: 5px;
}
.m-box-header {
  padding: 1.25rem 3.125rem;
  min-height: 3.125rem;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  z-index: 11 !important;
}
.m-box-header .search-box {
  flex: auto;
  height: 100%;
  padding: 0 0.5rem;
  border-radius: 0.5rem;
  background-color: #fff;
  line-height: 1.875rem;
  position: relative;
}
.m-box-header .search-box .selectType {
  float: left;
}
.m-box-header .search-box .input-box {
  overflow: hidden;
  padding: 0 2rem 0 0.5rem;
}
.m-box-header .search-box .input-box input {
  line-height: 1.875rem;
  font-size: 14px;
  color: #333;
}
.m-box-header .search-box .input-box input::-moz-placeholder {
  color: #ccc;
}
.m-box-header .search-box .input-box input::placeholder {
  color: #ccc;
}
.m-box-header .search-box .btn-search {
  width: 1.375rem;
  height: 1.375rem;
  background: url(../img/index/search.png);
  background-size: cover;
  right: 0.4rem;
  border:0px;
}
.m-box-header > a {
  width: 1.375rem;
  height: 1.375rem;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.m-box-header > a.btn-back {
  background-image: url(../img/back.png);
  margin-right: 0.5rem;
  left: 0.75rem;
}
.m-box-header > a.btn-toUser {
  background-image: url(../img/my.png);
  margin-left: 0.5rem;
  right: 0.75rem;
}
.m-box-header.color-w {
  background: transparent;
}
.m-box-header.color-w > .title {
  color: #fff;
}
.m-box-header.color-w > a.btn-back {
  background-image: url(../img/back_w.png);
  margin-right: 0.5rem;
  left: 0.75rem;
}
.m-box-header.color-w > a.btn-toUser {
  background-image: url(../img/my_w.png);
  margin-left: 0.5rem;
  right: 0.75rem;
}
.m-box-header .tips-box {
  flex: auto;
  overflow: hidden;
}
.m-box-header .tips-box .tit {
  font-size: 1rem;
  color: #111111;
  font-weight: bold;
}
.m-box-header .tips-box .intr {
  font-size: 0.75rem;
  color: #777777;
  margin-top: 0.2rem;
}
.m-box-header > .title {
  font-size: 1rem;
  color: #000;
  font-weight: bold;
  text-align: center;
}

.fixed-wrap {
  height: 74px;
}
.fixed-wrap .fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  max-width: 750px;
  z-index: 999;
  background: #fff;
  padding: 16px 15px;
  box-sizing: border-box;
  box-shadow: 0rem -11px 14px -10px #edf1fc;
}
.fixed-wrap .public-btnBox > a:nth-of-type(n + 2) {
  margin-left: 0.75rem;
}
.fixed-wrap .public-btnBox.flex-every > a {
  flex: 1;
  margin: 0 0.5rem !important;
  padding: 0 5px;
}
.fixed-wrap .public-btnBox .btn-grey {
  flex: none;
}
.fixed-wrap .select-box {
  margin-right: 0.75rem;
}
.fixed-wrap .select-box .select-top {
  display: flex;
  align-items: center;
}
.fixed-wrap .select-box .select-top p {
  font-size: 14px;
  color: #333333;
}
.fixed-wrap .select-box .select-top p:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  transform: translateY(-1px);
}
.fixed-wrap .select-box .select-top span {
  font-size: 12px;
  color: #777777;
  margin-left: 3px;
}
.fixed-wrap .select-box .select-bottom {
  padding-top: 4px;
}
.fixed-wrap .select-box .select-bottom p {
  font-size: 12px;
  color: #111111;
}
.fixed-wrap .agree-box:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
}
.fixed-wrap .agree-box span, .fixed-wrap .agree-box a {
  font-size: 12px;
  color: #777;
}

.popup-bg .fixed {
  max-width: 100%;
}

.popup-search-box {
  display: flex;
  align-items: center;
  padding: 1.875rem 26px 0;
}
.popup-search-box .input-box {
  flex: auto;
  margin-right: 0.5rem;
  background: #f7f7f7;
  border-radius: 0.5rem;
  padding: 0 14px;
}
.popup-search-box .input-box input {
  font-size: 14px;
  line-height: 2.375rem;
}
.popup-search-box .input-box input::-moz-placeholder {
  color: #ccc;
}
.popup-search-box .input-box input::placeholder {
  color: #ccc;
}
.popup-search-box a {
  flex: none;
  font-size: 14px;
  color: #777777;
}

.popup-public .popup-box {
  background: #fff;
  padding: 20px 0;
  border-radius: 8px;
}
.popup-public .popup-box > .popup-close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 8px;
  right: 8px;
}
.popup-public .popup-box > .popup-close:before, .popup-public .popup-box > .popup-close:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #999;
}
.popup-public .popup-box > .popup-close:before {
  transform: rotate(-45deg);
}
.popup-public .popup-box > .popup-close:after {
  transform: rotate(45deg);
}
.popup-public .popup-box .inner-box {
  padding: 0 20px;
  width: 76vw;
  max-width: 500px;
  max-height: calc(90vh - 60px);
  overflow: auto;
  scrollbar-width: thin;
}
.popup-public .popup-box .title {
  color: #ff592c;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}
.popup-public .popup-box .text p {
  font-size: 14px;
  line-height: 170%;
  color: #3b3b3b;
  overflow: hidden;
}
.popup-public .popup-box .text p span {
  display: block;
  overflow: hidden;
}
.popup-public .popup-box .text p:before {
  content: "";
  float: left;
  width: 1.8em;
  font-size: 14px;
  line-height: 170%;
  color: #3b3b3b;
}
.popup-public .popup-box .text p:nth-of-type(1):before {
  content: "1.";
}
.popup-public .popup-box .text p:nth-of-type(2):before {
  content: "2.";
}
.popup-public .popup-box .text p:nth-of-type(3):before {
  content: "3.";
}
.popup-public .popup-box .text p:nth-of-type(4):before {
  content: "4.";
}
.popup-public .popup-box .text p:nth-of-type(5):before {
  content: "5.";
}
.popup-public .popup-box .text p:nth-of-type(6):before {
  content: "6.";
}
.popup-public .popup-box .text p:nth-of-type(7):before {
  content: "7.";
}
.popup-public .popup-box .text p:nth-of-type(8):before {
  content: "8.";
}
.popup-public .popup-box .text p:nth-of-type(9):before {
  content: "9.";
}
.popup-public .popup-box .text p:nth-of-type(10):before {
  content: "10.";
}
.popup-public .popup-box .text p:nth-of-type(11):before {
  content: "11.";
}
.popup-public .popup-box .text p:nth-of-type(12):before {
  content: "12.";
}
.popup-public .popup-box .text p:nth-of-type(13):before {
  content: "13.";
}
.popup-public .popup-box .text p:nth-of-type(14):before {
  content: "14.";
}
.popup-public .popup-box .text p:nth-of-type(15):before {
  content: "15.";
}
.popup-public .popup-box .text p:nth-of-type(16):before {
  content: "16.";
}
.popup-public .popup-box .text p:nth-of-type(17):before {
  content: "17.";
}
.popup-public .popup-box .text p:nth-of-type(18):before {
  content: "18.";
}
.popup-public .popup-box .text p:nth-of-type(19):before {
  content: "19.";
}
.popup-public .popup-box .text p:nth-of-type(20):before {
  content: "20.";
}
.popup-public .popup-box .text p:nth-of-type(21):before {
  content: "21.";
}
.popup-public .popup-box .text p:nth-of-type(22):before {
  content: "22.";
}
.popup-public .popup-box .text p:nth-of-type(23):before {
  content: "23.";
}
.popup-public .popup-box .text p:nth-of-type(24):before {
  content: "24.";
}
.popup-public .popup-box .text p:nth-of-type(25):before {
  content: "25.";
}
.popup-public .popup-box .text p:nth-of-type(26):before {
  content: "26.";
}
.popup-public .popup-box .text p:nth-of-type(27):before {
  content: "27.";
}
.popup-public .popup-box .text p:nth-of-type(28):before {
  content: "28.";
}
.popup-public .popup-box .text p:nth-of-type(29):before {
  content: "29.";
}
.popup-public .popup-box .text p:nth-of-type(30):before {
  content: "30.";
}

.rem-box-header {
  z-index: 4 !important;
}
.rem-box-header a {
  width: 0.44rem;
  height: 0.44rem;
}
.rem-box-header a.btn-back {
  background-image: url(../img/back_w.png);
  left: 0.24rem;
}
.rem-box-header a.btn-setting {
  background-image: url(../img/share/icon_setting.png);
  right: 0.24rem;
}/*# sourceMappingURL=public.css.map */
	.center_copyright{
	padding:1.25rem 2rem;
	line-height: 1.25rem;
	font-size: 0.75rem;
	color: #666;
	text-align: center;
	margin-bottom: 0rem;
}
.dx_line{ height:2rem; line-height:2rem; width:100%; text-align:center; margin-bottom:4.5rem; color:#777;font-style:italic; font-size:0.75rem;}
.layui-flow-more{ text-align:center; line-height:200%;color:#999; padding-top:2rem}
.layui-flow-more a{height:32px;line-height:32px;color:#999; }
.layui-flow-more a cite{padding:0 20px;border-radius:3px;color:#333;font-style:normal}
.layui-flow-more a cite:hover{opacity:.8}

  .layui-flow-more a i {
  font-size:0;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #bbb;
  border-top-color: #f5f5f5;
  border-radius: 100%;
  animation: circleRotate infinite 0.75s linear;
  }
  .layui-flow-more a i:before,.layui-flow-more a i:after {
  display:none;
  }
  @keyframes circleRotate {
  0% {
	transform: rotate(0);
  }
  
  100% {
	transform: rotate(360deg);
  }
  }
