body,
p {
  margin: 0;
}
* {
  box-sizing: border-box;
}
img,
a {
  display: block;
}
a,
a:hover,
a:link {
  text-decoration: none;
}
video {
  object-fit: fill !important;
  display: block;
  border: none;
}
input {
  outline: none;
  border: none;
}
.display {
  display: none !important;
}
html {
  background-color: #f7f7f7;
}
body {
  width: 100%;
  /*max-width: 700px;*/
  margin: auto;
}
.details-main,
.about-main {
  background-color: #fff;
}
.station-dig {
  display: flex;
  justify-content: center;
  align-items: center;
}
.station-dig .content {
  background-color: white;
  width: 100%;
  border-radius: 0.35rem;
  padding: 0.5rem 0.8rem;
}
.station-dig .content .title {
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.station-dig .content .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.station-dig .content .flex .price {
  color: #eb2525;
}
.station-dig .content .flex .steep {
  display: flex;
  align-items: center;
}
.station-dig .content .flex .steep .changeNum {
  background-color: #d6d6d6;
  width: 1rem;
  height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 0.65rem;
}
.station-dig .content .flex .steep input {
  text-align: center;
  width: 2rem;
}
.station-dig .content .allPrice {
  text-align: center;
  font-size: 0.75rem;
  font-weight: bold;
  color: #eb2525;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.station-dig .content .sure-buy {
  width: 80%;
  height: 1.5rem;
  background-color: #08c991;
  color: white;
  font-size: 0.725rem;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
}
.station-dig .content .tips {
  font-size: 0.65rem;
  margin-bottom: 0.5rem;
}
.main {
  width: 100%;
  max-width: 700px;
  margin: 1.825rem auto 2.5rem;
}
header {
  width: 100%;
  max-width: 700px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  height: 1.825rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
header .title {
  width: 100%;
  text-align: center;
  font-size: 0.725rem;
  color: #222;
  font-weight: bold;
}
header .switch {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #08c991 0%, #5ed55d 100%);
  display: flex;
  align-items: center;
}
header .switch .title {
  width: 50%;
  font-weight: initial;
  color: #fff;
}
header .switch .active {
  font-weight: bold;
  position: relative;
}
header .switch .active::before {
  content: '';
  width: 2rem;
  height: 0.1rem;
  background-color: white;
  position: absolute;
  left: calc(50% - 1rem);
  bottom: -0.25rem;
  border-radius: 10px;
}
header .back {
  width: 100%;
  position: relative;
}
header .back .back-btn {
  position: absolute;
  left: 0.5rem;
  top: calc(50% - 0.6rem);
}
header .back .back-btn .fa-angle-left {
  font-size: 1.2rem;
  color: #888888;
}
.index .title {
  font-size: 0.725rem;
  margin: 0.7rem 0;
  font-weight: bold;
  padding: 0 0.8rem;
}
.index .text {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 0.8rem;
  font-size: 0.625rem;
  line-height: 2;
  text-indent: 1.3rem;
  text-align: justify;
}
.index .index-choise {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
}
.index .index-choise a {
  width: calc((100% - 1rem)/3);
  margin-right: 0.5rem;
  background-color: #43d16d;
  color: white;
  font-size: 0.725rem;
  padding: 0.25rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.2rem;
}
.index .index-choise a:last-child {
  margin-right: 0;
}
.index .index-dz {
  border-radius: 0.2rem;
  padding: 0.5rem 0.25rem;
  background-color: white;
  font-size: 0.685rem;
}
.index .index-dz img {
  margin-bottom: 0.5rem;
}
.index .index-dz .swiper-slide div {
  min-height: 2rem;
}
.index .index-announcement {
  background-color: white;
  margin-top: 1rem;
  padding-bottom: 0.35rem;
  border-radius: 0 0 0.25rem 0.25rem;
}
.index .index-announcement .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.35rem;
  color: white;
  border-radius: 0.25rem 0.25rem 0 0;
}
.index .index-announcement .top .left {
  font-size: 0.75rem;
  font-weight: bold;
}
.index .index-announcement .top .right {
  color: #888888;
  font-size: 0.625rem;
  color: white;
}
.index .index-announcement .item {
  padding: 0.3rem;
  color: #888;
  font-size: 0.625rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.index .index-bottom {
  height: 1.5rem;
  width: 100%;
  border-radius: 0.25rem;
  background-color: #ddd;
  color: white;
  margin-top: 0.5rem;
  font-size: 0.85rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.5rem;
}
footer {
  width: 100%;
  max-width: 700px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  background-color: #fff;
  height: 2rem;
  box-shadow: 0 -0.02133rem 0.21333rem #ddd;
  display: flex;
}
footer .item {
  width: 25%;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
footer .item div {
  font-size: 0.5rem;
  color: #888888;
}
footer .item i {
  color: #888888;
  font-size: 1rem;
}
footer .item .active i {
  color: #15cb88;
}
.station .station-content {
  padding-top: 0.4rem;
}
.station .station-content .item {
  background-color: white;
  padding: 0.3rem;
  margin-bottom: 0.4rem;
  border-radius: 0.25rem;
  color: #333;
  position: relative;
}
.station .station-content .item img.sold-out{
  width:50px;
  height:50px;
  position: absolute;
  right:0;
  top:0;
}

.station .station-content .item .title {
  font-size: 0.65rem;
  font-weight: bold;
  line-height: 1.5;
}
.station .station-content .item .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.6rem;
}
.station .station-content .item .info .station-info-item {
  font-size: 0.75rem;
  text-align: center;
}
.station .station-content .item .info .station-info-item div:nth-of-type(1) {
  height: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.station .station-content .item .info .station-info-item div:nth-of-type(2) {
  color: #888888;
  font-size: 0.55rem;
  margin-top: 0.2rem;
}
.station .station-content .item .info .station-info-item .price {
  color: #eb2525;
  font-size: 0.75rem;
}
.station .station-content .item .info .station-info-item .price span {
  font-size: 0.4rem;
}
.station .station-content .item .line {
  margin: 0.8rem 0;
}
.station .station-content .item .proportion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #888888;
  font-size: 0.55rem;
}
.station .station-content .item .transfer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.8rem;
  font-size: 0.65rem;
}
.station .station-content .item .transfer div {
  background-color: #15cb88;
  color: white;
  padding: 0.2rem 0.5rem;
  border-radius: 5px;
}
.station .details {
  margin-top: 1rem;
}
.station .details .tab {
  display: flex;
  align-items: center;
}
.station .details .tab .item {
  width: 25%;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.65rem;
  color: #888888;
}
.station .details .tab .item span {
  position: relative;
}
.station .details .tab .active {
  color: #00863c;
}
.station .details .tab .active span::before {
  content: '';
  width: 100%;
  height: 0.08rem;
  background-color: #00863c;
  position: absolute;
  left: 0;
  bottom: -0.2rem;
}
.station .details .switch .content {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
.station .details .switch .content .item {
  padding-top: 1.4rem;
}
.station .details .switch .content .item .text {
  position: relative;
}
.station .details .switch .content .item .text::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #43d16d;
  top: 0.5rem;
  left: 2px;
  position: absolute;
}
.station .details .switch .content .item .list {
  margin-top: 0.5rem;
  padding: 0 0.5rem;
}
.station .details .switch .content .item .list .detail-item {
  height: 2rem;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ededed;
  align-items: center;
  font-size: 0.6rem;
  color: #888888;
}
.station .details .switch .content .item .list .detail-item:last-child {
  border-bottom: 1px solid #ededed;
}
.station .details .switch .content .item .list #map {
  width: 100%;
  height: 8rem;
}
.station .details .switch .content .detail-fu img {
  margin: auto;
  max-width: 100%;
}
.dainzi {
  height: 1.825rem;
}
.detail-btn {
  width: 100%;
  max-width: 700px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  height: 2rem;
  box-shadow: 0 -0.02133rem 0.21333rem #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #08c991;
  font-size: 0.8rem;
}
.sell-out {
  background-color: #d6d6d6;
}
.trusteeship {
  background-color: #fff;
  height: calc(100vh - 2rem);
}
.trusteeship .item {
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.trusteeship .item a {
  color: #000;
}
.trusteeship .item a .item-icon {
  background-color: white;
  border-radius: 50%;
  padding: 0.25rem;
}
.trusteeship .item a .item-icon img {
  border-radius: 50%;
  width: 100%;
}
.trusteeship .item:nth-of-type(1) {
  background-color: #08c991;
}
.trusteeship .item:nth-of-type(2) {
  background-color: #eb2525;
}
input::-webkit-calendar-picker-indicator {
  display: none !important;
}
.td {
  background-color: #fff;
  min-height: 100vh;
}
.td .bd-flex {
  padding: 0 0.6rem;
  gap: 0.3rem;
  font-size: 0.65rem;
  color: #888;
  padding-bottom: 3rem;
}
.td .bd-flex .item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-bottom: 1px solid #ebedf0;
  padding: 0.7rem 0;
}
.td .bd-flex .item .name {
  width: 3.5rem;
  color: #333;
}
.td .bd-flex .item input {
  font-size: 0.6rem;
}
.td .bd-flex .title {
  font-size: 0.725rem;
  color: #333;
  padding: 0.7rem 0;
  border-bottom: 1px solid #ebedf0;
  font-weight: bold;
}
.td .bd-flex .submit {
  margin: auto;
  margin-top: 1rem;
  display: block;
  background-color: #15cb88;
  border: none;
  color: white;
  padding: 0.5rem 0.8rem;
  font-size: 0.725rem;
  border-radius: 5px;
}
.my-info .head {
  background-color: #15cb88;
  padding: 1rem 0.5rem;
  display: flex;
  align-items: center;
  color: white;
  font-size: 0.8rem;
}
.my-info .head img {
  width: 3.5rem;
  margin-right: 0.35rem;
}
.my-info .list {
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.5rem;
  line-height: 1.8rem;
  color: #888;
  font-size: 0.725rem;
  background-color: #fff;
}
.my-info .list span {
  color: #888;
  display: flex;
  gap: 0.4rem;
  align-items: center;
}
.my-info .list i {
  font-size: 0.95rem;
  position: relative;
  top: 2px;
}
.BMap_bubble_title {
  font-size: 0.6rem;
}
.maintenance {
  background-color: #fff;
  min-height: 100vh;
  padding-top: 4rem;
}
.maintenance .maintenance-main {
  display: flex;
  padding: 0 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}
.maintenance .maintenance-main .btn {
  background-color: #15cb88;
  color: #fff;
  font-size: 0.68rem;
  width: calc((100% - 2rem)/3);
  text-align: center;
  padding: 0.3rem 0;
}
.assets {
  background-color: #fff;
  padding-top: 1.825rem;
  min-height: 100vh;
}
.assets .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8rem;
  border-bottom: 1px solid #ddd;
  padding: 0.5rem 10%;
}
.assets .flex b {
  font-size: 0.8rem;
}
.assets .money {
  margin: auto;
}
.assets .num {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: #333;
}
.assets .tips {
  font-size: 0.55rem;
  color: #888;
  text-align: center;
}
.assets .withdraw,
.assets .recharge {
  width: 80%;
  text-align: center;
  color: white;
  background-color: #15cb88;
  padding: 0.35rem 0;
  margin: 1rem auto;
  font-size: 0.825rem;
  border-radius: 5px;
}
.mask {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.mask .withdraw-bd,
.mask .recharge-bd {
  background-color: #fff;
  width: 88%;
  padding: 0.8rem 1rem;
  border-radius: 5px;
  position: relative;
}
.mask .withdraw-bd .title,
.mask .recharge-bd .title {
  text-align: center;
  color: #333;
  font-size: 0.65rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.mask .withdraw-bd input,
.mask .recharge-bd input {
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 0.6rem;
  border-bottom: 1px solid #ebedf0;
  padding-bottom: 0.2rem;
}
.mask .withdraw-bd textarea,
.mask .recharge-bd textarea {
  width: 100%;
  border: 1px solid #ebedf0;
  resize: none;
  font-size: 0.6rem;
  min-height: 5rem;
  padding-left: 0.2rem;
  padding-top: 0.2rem;
}
.mask .withdraw-bd .withdraw-btn,
.mask .recharge-bd .withdraw-btn {
  width: 100%;
  padding: 0.25rem;
  border-radius: 5px;
  color: white;
  background-color: #1296db;
  font-size: 0.7rem;
  text-align: center;
  margin: 0.5rem 0;
  border: none;
}
.mask .withdraw-bd .fa-remove,
.mask .recharge-bd .fa-remove {
  position: absolute;
  font-size: 1rem;
  right: 0.1rem;
  top: 0.1rem;
  -webkit-text-stroke: 0.1rem #fff;
}
.order {
  padding-top: 1.825rem;
  background-color: #fff;
  min-height: 100vh;
}
.order .list {
  padding: 0.25rem 0.5rem;
  border-bottom: 1px solid #ebedf0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.65rem;
  color: #333;
}
.order .list .date {
  color: #888;
  font-size: 0.5rem;
}
.order .list .name {
  color: #333;
  margin-top: 0.15rem;
}
.order .list .success {
  color: #08c991;
}
.order .list .transfer {
  color: #1296db;
}
.order .order-mask {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
}
.order .order-mask .content {
  width: 95%;
  background-color: #fff;
  border-radius: 0.35rem;
  padding: 0.6rem;
}
.order .order-mask .content .title {
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 0.6rem;
  padding-bottom: 0.6rem;
}
.order .order-mask .content .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.3rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  font-size: 0.725rem;
  margin-bottom: 0.3rem;
}
.about-main .main {
  min-height: calc(100vh - 1.825rem);
  margin-bottom: 0;
  padding-top: 0.5rem;
}
.about-main .main .text {
  font-size: 0.725rem;
  text-indent: 1.5rem;
  line-height: 1.5;
}
.video {
  margin-top: 0.3rem;
}
.video .item {
  padding: 0.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
}
.video .item .poster {
  width: 7rem;
  margin-right: 0.5rem;
}
.video .item .right {
  width: calc(100% - 7.5rem);
}
.video .item .right .title {
  font-weight: bold;
  font-size: 0.75rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* 设置n行，也包括1 */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.nd {
  background-color: white;
  margin-top: 2rem;
  min-height: 98vh;
  border-radius: 0.35rem;
  padding-top: 0.5rem;
}
.nd .title {
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.nd img {
  max-width: 100%;
  margin: auto;
}
.bg1 {
  background-color: #00863c;
}
.bg2 {
  background-color: #1296db;
}
.tui-tips{
  color: red;
  border: 1px solid red;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  line-height: 18px;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  margin-left: 5px;
  font-weight: 500;
}
