@import "https://www.bdsimg.com/static/css/icomoon.css";
@import "https://www.bdsimg.com/static/css/swiper.min.css";
@-webkit-keyframes myRotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes loading {
  0%,
  100% {
    height: 2rem;
  }
  50% {
    height: 4rem;
    margin: -1.5rem 0;
  }
}
* {
  -webkit-tap-highlight-color: transparent;
}
html {
  font-size: calc(100vw / 37.5);
}
@media (min-width: 600px) {
  html {
    font-size: 10px;
  }
}

body,
td,
th,
input,
textarea,
select {
  font-family: arial, "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
  font-size: 1.4rem;
  color: #000000;
}
body {
  margin: 0;
  background: #fbfbfb;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a,
input,
textarea,
select,
button {
  outline: none;
}
h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
ul,
li,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul:after,
header:after,
main:after,
footer:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
img {
  border: 0;
  display: block;
}/*
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
input[type="text"],
input[type="number"],
input[type="date"],
input[type="button"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="text"],
input[type="number"],
input[type="date"],
select {
  width: 100%;
  height: 42px;
  line-height: 42px;
  border: 1px solid #ddd;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 0;
}
select {
  width: auto;
}
textarea {
  width: 100%;
  line-height: 1.5em;
  border: 1px solid #ddd;
  padding: 0.5em 10px;
  box-sizing: border-box;
}
input:focus,
textarea:focus,
select:focus {
  border: 1px solid #00b6d4;
}
input[type="submit"],
button[type="submit"],
input.submit {
  -webkit-appearance: none;
  background: #ff5614;
  border: none;
  line-height: 40px;
  padding: 0 2em;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  box-sizing: border-box;
}
input:-webkit-autofill {
  box-shadow: 0 0 0 10rem white inset !important;
} */

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="password"],
input[type="date"],
input[type="button"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="text"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="date"],
select {
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  border: 0.1rem solid #d8d8d8;
  padding: 0 1rem;
  box-sizing: border-box;
  border-radius: 0;
}
select {
  width: auto;
}
textarea {
  width: 100%;
  line-height: 1.5em;
  border: 0.1rem solid #d8d8d8;
  padding: 0.5em 10px;
  box-sizing: border-box;
}
input:focus,
textarea:focus,
select:focus {
  border: 0.1rem solid #0099ff;
}
input[type="submit"],
button[type="submit"],
button[type="reset"],
input.submit {
  -webkit-appearance: none;
  background: #fafafa;
  border: 0.1rem solid #d7d7d7;
  height: 3rem;
  line-height: 3rem;
  padding: 0 1rem;
  color: #333;
  border-radius: 0.2rem;
  cursor: pointer;
  box-sizing: border-box;
}
input[type="submit"]:hover,
button[type="submit"]:hover,
button[type="reset"]:hover,
input.submit:hover {
  background: #e7e7e7;
  border: 0.1rem solid #adadad;
}
input:-webkit-autofill {
  box-shadow: 0 0 0 10rem white inset !important;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.center {
  text-align: center;
}
#msgbox {
  position: fixed;
  top: 50%;
  width: 20rem;
  left: 50%;
  margin-left: -10rem;
  border: 0.1rem solid #000;
  border-radius: 0.4rem;
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 20000;
  box-sizing: border-box;
  height: auto;
  text-align: center;
}
.loading {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading div {
  width: 10rem;
  height: 2rem;
  display: flex;
  justify-content: space-between;
}
.loading div span {
  display: inline-block;
  width: 0.8rem;
  height: 100%;
  border-radius: 0.4rem;
  background: #ff5614;
  -webkit-animation: loading 1s ease infinite;
}

.loading div span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
}
.loading div span:nth-child(3) {
  -webkit-animation-delay: 0.4s;
}
.loading div span:nth-child(4) {
  -webkit-animation-delay: 0.6s;
}
.loading div span:nth-child(5) {
  -webkit-animation-delay: 0.8s;
}


.mask-layer {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}

.transparent-layer {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.confirm-box {
  border-radius: 1rem;
  background: #fff;
  width: 30rem;
  height: 17rem;
}
.confirm-box .confirm-intro {
  width: 100%;
  height: 100%;
  position: relative;
}
.confirm-box .confirm-intro .title {
  font-size: 1.8rem;
  color: #626262;
  font-weight: 600;
  text-align: center;
  padding-top: 3rem;
}
.confirm-box .confirm-intro .content {
  color: #808080;
  padding: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.6em;
  box-sizing: border-box;
  text-align: center;
}
.confirm-box .confirm-intro .action {
  display: flex;
  width: 100%;
  height: 4.5rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border-radius: 0 0 1rem 1rem;
}
.confirm-box .confirm-intro .action .cancel,
.confirm-box .confirm-intro .action .confirm {
  width: 50%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  height: 100%;
  cursor: pointer;
}
.confirm-box .confirm-intro .action .cancel {
  background: #efefef;
  color: #808285;
}
.confirm-box .confirm-intro .action .confirm {
  background: #ff5614;
  color: #fff;
}
.toast-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 1rem;
  padding: 1.5rem;
  width: 10rem;
  height: 10rem;
  color: #fff;
}

.toast-box .icon {
  width: 6rem;
  height: 6rem;
}

.toast-box .icon img {
  width: 100%;
  height: 100%;
}

.toast-box .title {
  font-size: 1.4rem;
}

.message-box {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.6rem;
  padding: 1.5rem;
  color: #fff;
}
.wechat-subscribe {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  bottom: 6.4rem;
  display: flex;
  justify-content: center;
}
.wechat-subscribe .tips {
  position: relative;
}
.wechat-subscribe .tips a {
  color: #fff;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2rem;
  background: linear-gradient(
    to right,
    rgba(236, 129, 72, 0.7),
    rgba(233, 78, 62, 0.7)
  );
  border-radius: 0.4rem;
}
.wechat-subscribe .tips i {
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url(/images/icon-close.png);
  background-size: cover;
  position: absolute;
  right: -1rem;
  top: -1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  cursor: pointer;
}
.wechat-subscribe .qrcode {
  position: fixed;
  left: 50%;
  top: 50%;
}
.wechat-qrcode {
  width: 24rem;
  height: 30rem;
  padding: 2rem;
  border-radius: 0.6rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.wechat-qrcode .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 8rem;
  border-bottom: 0.1rem dashed #dcdcdc;
}
.wechat-qrcode .title h1 {
  color: #333;
  font-size: 1.6rem;
}
.wechat-qrcode .title h2 {
  color: #aeaeae;
  font-size: 1.2rem;
  margin: 1rem 0;
}
.wechat-qrcode .qrcode {
  width: 15rem;
  height: 15rem;
}
.wechat-qrcode .qrcode img {
  width: 100%;
  height: 100%;
}
.wechat-qrcode .tips {
  color: #aeaeae;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.wechat-qrcode .close {
  position: absolute;
  right: 0;
  top: -6rem;
  cursor: pointer;
}
.wechat-qrcode .close i {
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-image: url(/images/icon-close.png);
  background-size: cover;
  position: relative;
}
.wechat-qrcode .close i:after {
  position: absolute;
  left: 1rem;
  bottom: -4rem;
  width: 0.1rem;
  height: 4rem;
  content: "";
  display: block;
  background: #fff;
}
.icon-signin {
  width: 9.7rem;
  height: 4.3rem;
  background-image: url(https://www.bdsimg.com/static/img/icon-signin.png);
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed;
  right: 2rem;
  top: 10rem;
  background-size: 100% auto;
  cursor: pointer;
  z-index: 999;
}
header,
main,
footer {
  max-width: 750px;
  padding: 0;
  margin: 0 auto;
}
.head-bar {
  width: 100%;
  height: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  position: relative;
}
.head-bar:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  z-index: 2;
}
.head-bar h1 {
  font-size: 1.5rem;
  display: flex;
  height: 3rem;
  justify-content: center;
  align-items: center;
}
.head-bar h1 i.logo {
  display: block;
  width: 8rem;
  height: 2.4rem;
  background: url("/images/logo.png") center center no-repeat;
  background-size: auto 100%;
}
.head-bar aside {
  display: flex;
  min-width: 6rem;
  height: 3rem;
  align-items: center;
}
.head-bar aside.left-link {
  justify-content: flex-start;
}
.head-bar aside.right-link {
  justify-content: flex-end;
}
.head-bar aside a {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  padding: 0.5rem 1.5rem;
  color: #333;
}
.head-bar aside a i {
  font-size: 2.2rem;
}
.head-bar aside a span {
  position: absolute;
  right: 1rem;
  top: 50%;
  font-size: 1rem;
  display: inline-block;
  margin-top: -0.3rem;
  width: 7rem;
  height: 1.2rem;
  line-height: 1.2rem;
}
.head-bar a.save,
.head-bar a.clear {
  height: 3rem;
  line-height: 3rem;
  margin: 0 1.5rem;
  background: #ff5614;
  border-radius: 0.3rem;
  padding: 0 1.5rem;
  color: #fff;
}
header .my-headbg {
  padding: 3rem 2rem 2rem;
  background: #ff5614;
  position: relative;
}
header .my-headbg dl {
  position: relative;
  height: 5rem;
  padding-left: 6.5rem;
  cursor: pointer;
  display: block;
}
header .my-headbg dl dt {
  position: absolute;
  left: 0;
  top: 0;
  width: 5rem;
  height: 5rem;
}
header .my-headbg dl dt img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
header .my-headbg dl dd .nickname {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2rem;
  padding-top: 1rem;
}
header .my-headbg dl dd .note {
  height: 2rem;
  line-height: 2rem;
  color: #ffaa89;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
header .my-headbg .signin {
  position: absolute;
  right: 0;
  top: 1.5rem;
}
header .my-headbg .signin a {
  display: inline-block;
  height: 2.6rem;
  line-height: 2.8rem;
  background: #fff;
  padding: 0 1.2rem;
  color: #ff5614;
  border-radius: 1.3rem 0 0 1.3rem;
  overflow: hidden;
}
header .my-headbg .signin a.signed {
  color: #999;
}
.home-head {
  width: 100%;
  background: #ff5614;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5rem;
}
.home-head aside {
  height: 3rem;
  display: flex;
}
.home-head .left-side h1.logo {
  display: inline-block;
  width: 8rem;
  height: 2.4rem;
  overflow: hidden;
  padding: 0.3rem 0.5rem 0.3rem 1rem;
}
.home-head .left-side h1.logo a {
  width: 100%;
  height: 100%;
  display: block;
  background: url("/images/logo_white.png") left center no-repeat;
  background-size: auto 100%;
  text-indent: -9999px;
}
.home-head .left-side .city-select {
  width: 4rem;
  height: 3rem;
  text-align: center;
  position: relative;
  padding-right: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.home-head .left-side .city-select a {
  display: inline-block;
  color: #fff;
  line-height: 3rem;
}
.home-head .left-side .city-select:after {
  position: absolute;
  content: "";
  display: block;
  border: solid transparent;
  right: 0;
  top: 50%;
  margin-top: -0.2rem;
  border-width: 0.4rem;
  border-top-color: #fff;
}
.home-head .right-side dl {
  width: 5rem;
  height: 3rem;
  position: relative;
  cursor: pointer;
}
.home-head .right-side dl dt a {
  display: block;
  line-height: 3rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.home-head .right-side dl dd {
  display: none;
}
.home-head .right-side dl:hover dd {
  display: block;
  position: absolute;
  top: 4.6rem;
  right: 0.3rem;
  z-index: 9999;
  background: #333;
  min-width: 10rem;
  color: #fff;
  border-radius: 0.5rem;
  padding: 0.8rem 0;
}
.home-head .right-side dl:hover dd:before,
.home-head .right-side dl:hover dd:after {
  position: absolute;
  content: "";
  display: block;
  border: solid transparent;
}
.home-head .right-side dl:hover dd:before {
  left: 0;
  right: 0;
  top: -1.6rem;
  height: 1.2rem;
}
.home-head .right-side dl:hover dd:after {
  right: 1.4rem;
  top: -1.2rem;
  border-width: 0.6rem;
  border-bottom-color: #333;
}
.home-head .right-side dl:hover dd ul li {
  height: 3rem;
}
.home-head .right-side dl:hover dd ul li a {
  display: block;
  line-height: 3rem;
  text-indent: 3rem;
  color: #fff;
}
.home-head .search-box {
  margin-left: 1rem;
  flex: 1;
}
.home-head .search-box .border {
  background: #ff7759;
  padding: 0 1rem;
  height: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
.home-head .search-box .border i.icon-search {
  font-size: 1.5rem;
}
.search-pannel {
  display: none;
  background: #fbfbfb;
  margin: 0;
  -moz-opacity: 1;
  opacity: 1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.search-pannel .ban {
  height: 3rem;
  display: flex;
  padding: 1.5rem;
  background: #fff;
}
.search-pannel .ban .back {
  width: 2.5rem;
  height: 3rem;
  font-size: 1.5rem;
  text-align: center;
}
.search-pannel .ban .back a {
  display: block;
  line-height: 3rem;
  background: #ff5614;
  color: #fff;
}
.search-pannel .ban .input {
  position: relative;
  flex: 1;
  margin-left: 1rem;
}
.search-pannel .ban .input input[type="text"] {
  height: 3rem;
  line-height: 3rem;
  color: #666;
  border: 1px solid #ff5614;
  margin-right: 6rem;
  box-sizing: border-box;
}
.search-pannel .ban .input input[type="submit"] {
  display: block;
  border-radius: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 6rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.5rem;
  padding: 0;
}
.history-box {
  background: #fff;
  margin: 1rem 0;
}
.history-box .title-bar {
  height: 4rem;
  line-height: 4rem;
  font-size: 1.6rem;
  padding: 0 1.5rem;
  position: relative;
}
.history-box .title-bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 4rem;
  right: 0;
  height: 1px;
  border-top: 1px solid #e5e5e5;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  z-index: 2;
}
.history-box dl {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  overflow: hidden;
}
.history-box dl dd {
  position: relative;
  flex: 0 0 50%;
  height: 3.6rem;
}
.history-box dd:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  z-index: 2;
}
.history-box dl dd:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  border-left: 1px solid #e5e5e5;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
  z-index: 2;
}
.history-box dl dd a {
  display: block;
  padding: 0 1.5rem;
  box-sizing: border-box;
  height: 100%;
  line-height: 3.6rem;
  overflow: hidden;
}
.foot-space {
  height: 5.2rem;
}
.foot-nav {
  position: fixed;
  z-index: 9998;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 0.1rem #ddd;
}
.foot-nav ul {
  display: flex;
  width: 100%;
}
.foot-nav ul li {
  flex: 1;
  text-align: center;
  height: 5.2rem;
  background: #fff;
}
.foot-nav ul li a {
  display: block;
  width: 100%;
  padding: 0.8rem 0;
  text-align: center;
  box-sizing: border-box;
  color: #a3a3a3;
}
.foot-nav ul li.selected a {
  color: #ff5614;
}
.foot-nav ul li a i {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 auto;
  background: url("/images/icon-foot-nav.png") no-repeat;
  background-size: 12rem auto;
}
.foot-nav ul li a i.ico_home {
  background-position: 0 0;
}
.foot-nav ul li a i.ico_topic {
  background-position: -2.4rem 0;
}
.foot-nav ul li a i.ico_pub {
  background-position: -4.8rem 0;
}
.foot-nav ul li a i.ico_corp {
  background-position: -7.2rem 0;
}
.foot-nav ul li a i.ico_my, .foot-nav ul li a i.ico_mine {
  background-position: -9.6rem 0;
}
.foot-nav ul li.selected a i.ico_home {
  background-position: 0 -2.4rem;
}
.foot-nav ul li.selected a i.ico_topic {
  background-position: -2.4rem -2.4rem;
}
.foot-nav ul li.selected a i.ico_pub {
  background-position: -4.8rem -2.4rem;
}
.foot-nav ul li.selected a i.ico_corp {
  background-position: -7.2rem -2.4rem;
}
.foot-nav ul li.selected a i.ico_my,.foot-nav ul li.selected a i.ico_mine {
  background-position: -9.6rem -2.4rem;
}
.foot-nav ul li a span {
  font-size: 1rem;
}
main .my-nav ul li {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  margin-top: -1px;
  height: 5.4rem;
}
main .my-nav ul li a {
  display: block;
  line-height: 5.4rem;
  padding-left: 7.5rem;
  position: relative;
}
main .my-nav ul li a i {
  position: absolute;
  font-size: 2rem;
  left: 4rem;
  top: 50%;
  margin-top: -1rem;
}
main .my-nav ul li a i.icon-head {
  color: #ff5614;
}
main .my-nav ul li a i.icon-pin-outline {
  color: #ff8200;
  font-size: 2.4rem;
}
main .my-nav ul li a i.icon-paper {
  color: #f4786e;
}
main .my-nav ul li a i.icon-right2 {
  color: #ff9900;
}
main .my-nav ul li a i.icon-wealth {
  color: #ff9900;
  font-size: 1.8rem;
}
main .my-nav ul li a i.icon-ribbon {
  color: #ff5614;
}
main .my-nav ul li a i.icon-cog {
  color: #3ac9f0;
}
main .my-nav ul li a i.icon-layers {
  color: #0250c8;
}
main .my-nav ul li a i.icon-grid {
  color: #fa7d3c;
}
main .my-nav ul li a span {
  font-size: 1.6rem;
}
main .my-nav ul li a em {
  font-style: normal;
  display: inline-block;
  line-height: 2rem;
  position: absolute;
  top: 50%;
  margin-top: -1rem;
  right: 4.5rem;
}
main .my-nav ul li a:after {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e605";
  font-size: 1rem;
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  right: 2.5rem;
  color: #9f9f9f;
}
main .my-nav ul li a sub {
  position: absolute;
  left: 16rem;
  top: -0.8rem;
  color: #ff5949;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}
.view-box .bar {
  line-height: 3rem;
  padding: 0 1.5rem;
  color: #afafaf;
}
.view-box dl {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  background: #fff;
  margin-top: -1px;
  position: relative;
}
.view-box dl dt {
  position: absolute;
  left: 1.5rem;
  top: 0;
  color: #767676;
  height: 5rem;
  line-height: 5rem;
}
.view-box dl dd {
  width: 100%;
  text-align: right;
  padding: 0 1.5rem 0 8rem;
  box-sizing: border-box;
  height: 5rem;
  line-height: 5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.view-box dl.avatar dt,
.view-box dl.avatar dd {
  height: 6rem;
  line-height: 6rem;
}
.view-box dl.avatar dd img {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  float: right;
  margin: 1rem 0;
 }
 /*
.post-box .title-bar {
  height: 3rem;
  line-height: 3rem;
  padding: 0 1.5rem;
  margin-top: 1rem;
}
.post-box .info {
  line-height: 3rem;
  padding: 1.5rem;
  color: #6e6e6e;
}
.post-box .input {
  padding: 0 1.5rem;
  margin-bottom: 1.5rem;
}
.post-box .input input[type="submit"] {
  width: 100%;
}
.post-box .input .editor {
  width: 100%;
  line-height: 1.5em;
  background: #fff;
  border: 1px solid #ddd;
  padding: 0.5em 1rem;
  box-sizing: border-box;
  outline: none;
  min-height: 100px;
}
.post-box .input .editor:focus {
  border: 1px solid #ff5614;
}
.post-box dl {
  background: #fff;
  position: relative;
}
.post-box dl dt {
  position: absolute;
  left: 1.5rem;
  top: 0;
  color: #767676;
  height: 5rem;
  line-height: 5rem;
}
.post-box dl dd {
  width: 100%;
  padding: 0.5rem 1.5rem;
  height: 5rem;
  box-sizing: border-box;
}
.post-box dl dd input,
.post-box dl dd select {
  border: none;
  border-bottom: 1px solid #ddd;
  height: 4rem;
  line-height: 4rem;
  padding: 0 1rem;
  box-sizing: border-box;
}
.post-box dl dd input {
  width: 100%;
}
.post-box dl dd input:focus,
.post-box dl dd select:focus {
  border-bottom: 1px solid #ff5614;
}
.post-box .check-box {
  background: #fff;
}
.post-box .check-box dl dt {
  background: #eee;
  font-size: 1.6rem;
  text-align: center;
  line-height: 4rem;
}
.post-box .check-box dl dd {
  line-height: 4rem;
  text-align: center;
  border-top: 1px solid #ddd;
  cursor: pointer;
}
.post-box .check-box dl dd.checked {
  color: #ff5614;
  position: relative;
}
.post-box .check-box dl dd.checked:after {
  content: "\e116";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 2em;
  top: 50%;
  margin-top: -0.5em;
}
.post-box .select-box {
  padding: 0 1em;
}
.post-box .select-box ul {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
}
.post-box .select-box ul li {
  flex: 0 0 33.33%;
  padding: 0.5em;
  box-sizing: border-box;
  cursor: pointer;
}
.post-box .select-box ul li span {
  display: block;
  border: 1px solid #ddd;
  color: #333;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0.4rem;
  padding: 1.5rem 0;
  text-align: center;
  font-size: 1.8rem;
  position: relative;
}
.post-box .select-box ul li.selected span {
  border: 1px solid #ff5614;
  color: #ff5614;
}
.post-box .select-box ul li.selected span:before {
  content: "\e91f";
  position: absolute;
  right: -1px;
  top: -1px;
  color: #fff;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 999;
}
.post-box .select-box ul li.selected span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-width: 15px;
  border-style: solid;
  border-color: #ff5614 #ff5614 transparent transparent;
  z-index: 888;
} */

.post-box .notice {
  padding: 1rem 1.5rem;
  background: #ffeae1;
  color: #f15a24;
}
.post-box .bar,
.post-box .flats dl dt {
  margin-top: 0.77em;
  margin-bottom: 0.3em;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: #808080;
  font-size: 1.4rem;
}
.post-box .cells,
.post-box .flats dl dd {
  background-color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.5em;
  overflow: hidden;
  position: relative;
}
.post-box .cells:before,
.post-box .flats dl dd:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #e5e5e5;
  color: #e5e5e5;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  z-index: 2;
}
.post-box .cells:after,
.post-box .flats dl dd:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #e5e5e5;
  color: #e5e5e5;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  z-index: 2;
}
.post-box .cells dl {
  position: relative;
  padding: 1rem 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.post-box .cells dl:before {
  content: " ";
  position: absolute;
  left: 1.5rem;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #e5e5e5;
  color: #e5e5e5;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  z-index: 2;
}
.post-box .cells dl dt {
  width: 8rem;
}
.post-box .cells dl dt label {
  width: 100%;
  display: block;
  word-wrap: break-word;
  word-break: break-all;
}
.post-box .cells dl dt label span {
  color: #f00;
}
.post-box .cells dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  display: flex;
}
.post-box .flats dl dd {
  padding: 1rem 1.5rem;
}
.post-box dl dd input,
.post-box dl dd select {
  border: none;
  height: 1.5em;
  line-height: 1.5;
  padding: 0;
  font-size: inherit;
  box-sizing: border-box;
  background-color: transparent;
}
.post-box dl dd input {
  width: 100%;
}
.post-box .btn {
  margin: 1rem 1.5rem;
}
.post-box .btn a {
  position: relative;
  display: block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  box-sizing: border-box;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  line-height: 2.55555556;
  border-radius: 0.5rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}
.post-box .btn a:after {
  content: " ";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  box-sizing: border-box;
  border-radius: 1rem;
}
.post-box .btn input[type="submit"] {
  width: 100%;
  background-color: #f15a24;
  border: none;
  color: #fff;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.8rem;
  border-radius: 0.5rem;
}
.action-btn {
  padding: 15px 0 30px;
}
.action-btn a {
  margin: 0 15px 20px;
  display: block;
  height: 45px;
  line-height: 45px;
  background: #ff5614;
  color: #fff;
  text-align: center;
  border-radius: 3px;
}
.action-btn a.red {
  background: #e30;
}
.action-btn a.disable {
  background: #ccc;
}
.non-list {
  text-align: center;
  padding: 4em 1em 1em;
}
.non-list img {
  width: 18rem;
  margin: 0 auto;
}
.non-list p {
  color: #999ba4;
  font-size: 1.8rem;
}
.coin-records ul li {
  margin-bottom: 10px;
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 15px;
}
.coin-records ul li dl {
  height: 24px;
  position: relative;
}
.coin-records ul li dl dt {
  position: absolute;
  width: 90px;
  left: 0;
  top: 0;
  line-height: 24px;
}
.coin-records ul li dl dd {
  margin-left: 90px;
  line-height: 24px;
}
.my-coin {
  width: 15rem;
  height: 15rem;
  background: #ff5614;
  border-radius: 50%;
  margin: 3em auto 0;
  padding: 1em;
  position: relative;
}
.my-coin .number {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff7f4;
  text-align: center;
  position: relative;
}
.my-coin .number span {
  position: absolute;
  top: 4.5rem;
  left: 0;
  display: block;
  width: 100%;
  font-size: 2rem;
}
.my-coin .number em {
  position: absolute;
  top: 7.5rem;
  left: 0;
  display: block;
  width: 100%;
  font-size: 3.6rem;
  font-style: normal;
}
.my-coin .ring1 {
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  position: absolute;
  right: 1.5em;
  top: -1em;
  border: 1em solid rgba(255, 86, 20, 0.1);
}
.my-coin .ring2 {
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  position: absolute;
  left: 0.5em;
  top: -1em;
  border: 1em solid rgba(255, 86, 20, 0.05);
}
.city-list {
  padding: 1rem 1.5rem;
}
.city-list dl {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  position: relative;
  padding-top: 4rem;
  overflow: hidden;
}
.city-list dl:after {
  content: "";
  position: absolute;
  left: 0;
  top: 4rem;
  right: 0;
  height: 1px;
  border-top: 1px solid #e5e5e5;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  z-index: 2;
}
.city-list dl:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4rem;
  bottom: 0;
  width: 1px;
  height: 100%;
  border-left: 1px solid #e5e5e5;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
  z-index: 2;
}
.city-list dl dt {
  height: 4rem;
  line-height: 4rem;
  font-size: 1.6rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
}
.city-list dl dt .link {
  color: #ff5614;
}
.city-list dl dd {
  position: relative;
  flex: 0 0 25%;
  height: 3.6rem;
  box-sizing: border-box;
}
.city-list dl dd:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  z-index: 2;
}
.city-list dl dd:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  border-right: 1px solid #e5e5e5;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
  z-index: 2;
}
.city-list dl dd a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 3.6rem;
  text-align: center;
}
.city-list.pinyin dl dd {
  flex: 0 0 12.5%;
}
.city-list.shengshi dl dd {
  flex: 0 0 14.28%;
}
.pages {
  padding: 1rem 0.5rem;
}
.pages ul {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.pages ul li {
  font-size: 1.4rem;
  min-width: 3.6rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  margin: 0.5rem;
  color: #333;
}
.pages ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #222;
  text-align: center;
  background: #fff;
  border: 0.1rem solid #e7e7eb;
  text-decoration: none;
  border-radius: 0.3rem;
}
.pages ul li a.selected,
.pages ul li a:hover {
  background: #e7e7eb;
  border-color: #dadbe0;
  text-decoration: none;
}
.load-more {
  margin: 2rem;
}
.load-more a {
  display: block;
  text-align: center;
  height: 3.6rem;
  line-height: 3.6rem;
  border: 1px solid #ff5614;
  color: #ff5614;
  border-radius: 0.4rem;
  font-size: 1.5rem;
}
.load-more a:hover {
  background: #ff5614;
  color: #fff;
}
.home-swiper {
  margin: 1rem;
}
.home-swiper a {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 1rem;
}
.home-swiper .swiper-slide img {
  width: 100%;
}
.home-nav {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
}
.home-nav div.item {
  box-sizing: border-box;
  flex: 0 0 25%;
  padding: 1rem 0.5rem 1rem;
  text-align: center;
  position: relative;
}
.home-nav div.item .img {
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
.home-nav div.item .txt {
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-size: 1.4rem;
  color: #626262;
}
.home-nav div.item .new {
  position: absolute;
  background: #ff4e4e;
  color: #fff;
  display: inline-block;
  height: 1.4rem;
  line-height: 1.4rem;
  font-size: 0.8rem;
  width: 3.6rem;
  text-align: center;
  border-radius: 1.4rem;
  top: -0.5rem;
  left: 50%;
  margin-left: -1.8rem;
  font-style: normal;
}
.home-nav div.item:active .txt {
  color: #ff7334;
}
.home-nav div.item:active .img {
  background-position: center bottom;
}
.home-nav div.item:active .img image.normal {
  display: none;
}
.home-nav div.item:active .img image.active {
  display: block;
}
.title-bar {
  margin-top: 1rem;
  padding: 1em 3vw;
  background: #fff;
  position: relative;
}
.title-bar h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  display: inline-block;
}
.title-bar span {
  display: inline-block;
  font-size: 1.2rem;
  color: #999;
}
.title-bar .link {
  position: absolute;
  top: 50%;
  right: 1.5em;
  margin-top: -1em;
  height: 2em;
  line-height: 2em;
}
.title-bar .link a.pub i {
  font-size: 1.8rem;
  color: #ff5614;
}
.list-line ul li {
  position: relative;
}
.list-line ul li:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #e5e5e5;
  color: #e5e5e5;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  z-index: 2;
}

.nav-tabs {
  border-bottom: 1px solid #eee;
}
.nav-tabs ul {
  display: flex;
}
.nav-tabs ul li {
  flex: 1;
  position: relative;
}
.nav-tabs ul li a {
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-tabs ul li a span {
  display: inline-block;
  line-height: 4rem;
  font-size: 1.4rem;
  color: #333;
}
.nav-tabs ul li.selected a span {
  color: #ff6b00;
}
.nav-tabs ul li:after {
  content: " ";
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  right: -1px;
  width: 1px;
  border-right: 1px solid #e0e0e0;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
  z-index: 2;
}
.fixed-post-btn {
  position: fixed;
  width: 5rem;
  height: 5rem;
  right: 3rem;
  bottom: 7rem;
  z-index: 999;
}
.fixed-post-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  box-sizing: border-box;
  border-radius: 50%;
  background: #ff5614;
  color: #fff;
}
