@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

/*修改提示文字的颜色*/
input::-webkit-input-placeholder {
  color: #ffb358 !important;
}

input:-moz-placeholder {
  color: #ffb358 !important;
}

input::-moz-placeholder {
  color: #ffb358 !important;
}

input:-ms-input-placeholder {
  color: #ffb358 !important;
}

body {
  background-color: #f1f1f1;
}

.margin-left-xs {
  margin-left: 5px;
}

.bg-white {
  display: flex;
}

.flex {
  display: flex;
}

.justify-between {
  justify-content: space-between;
  align-items: center;
}

.align-center {
  align-items: center;
}

.text-sm {
  font-size: 13px;
}

.text-gray {
  color: #666;
}

.text-red {
  color: #e54d42;
}

.padding {
  padding: 20px;
}

.margin-top {
  margin-top: 20px;
}

.box-con {
  background-color: #fff;
  margin: 2px;
  border-radius: 3px;
  box-shadow: -1px 0px 6px 0px rgba(0, 0, 0, 0.1);
}

.box-con img {
  width: 15px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -3px;
}

.box-con .text-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
}

.box-con .text-con {
  font-size: 15px;
  text-align: center;
  line-height: 35px;
}

.box-con .tip {
  color: #e54d42;
  font-size: 13px;
  line-height: 25px;
}

.pay-box {
  margin-top: 10px;
}

.pay-box .title {
  border-left: 3px solid #ff7500;
  padding-left: 10px;
}

.pay-box .input-container {
  border: 1px solid #ffbd70;
  line-height: 45px;
  border-radius: 5px;
  padding-left: 15px;
  margin-top: 20px;
  color: #ffb358;
  background-color: #fef2e7;
  display: flex;
  align-items: center;
}

.pay-box .cu-dialog-list .cu-dialog-item {
  padding: 0;
  min-width: 70px;
  border: 1px solid #ffbd70;
  color: #ffbd70;
  box-shadow: none;
}

.cu-dialog-title {
  font-weight: 500;
  border-left: 3px solid #ff7500;
  padding-left: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.top .stationName {
  font-size: 16px;
}

.top .stationName .station-img {
  width: 30px;
  vertical-align: middle;
  margin-right: 5px;
}

.top .distance {
  font-size: 12px;
}

.top .distance img {
  width: 15px;
  vertical-align: middle;
  margin-right: 5px;
}

.cu-dialog-list {
  display: flex;
  flex-flow: wrap;
}

.cu-dialog-list .cu-dialog-item {
  padding: 0 10px;
  min-width: 75px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  margin-right: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.cu-dialog-list .cu-dialog-item.active {
  background-color: #ff8a27;
  color: #fff;
}

.btn {
  margin: 2px;
  border-radius: 3px;
  line-height: 50px;
  background-color: #ff8a27;
  color: #fff;
  text-align: center;
}

.bottom {
  padding-right: 20px;
  text-align: right;
  line-height: 35px;
}

.box-con-1 {
  margin: 2px;
  border-radius: 3px;
  box-shadow: -1px 0px 6px 0px rgba(0, 0, 0, 0.1);
}

.van-cell {
  /* background-color: #fef2e7;
  color: #ffb358; */
}

.van-field__control {
  /* color: #ffb358;
  font-size: 25px;
  font-weight: 500; */
}

.cu-list.menu .cu-item {
  position: relative;
  display: flex;
  min-height: 50px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
}

.cu-list.menu .cu-item .content .cu-tag.sm {
  display: inline-block;
  font-size: 13px;
  background-color: #f1f1f1;
  color: #e54d42;
  padding: 2px 5px;
  border-radius: 5px;
}

.cu-list.menu>.cu-item:after {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 200%;
  height: 200%;
  border-bottom: 1px solid #ddd;
  border-radius: inherit;
  content: " ";
  transform: scale(0.5);
  transform-origin: 0 0;
  pointer-events: none;
  border-bottom-width: 0.5px;
  border-bottom-style: solid;
  border-bottom-color: rgb(221, 221, 221);
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/*# sourceMappingURL=index.css.map */
.font_size16 {
  font-size: 16px;
}
.font_size13{
  font-size: 13px;
}

.text-bold {
  font-weight: bold;
}
.text-strike{
  text-decoration:line-through
}
.color83{
  color: #838383;
}
.font_size12 {
  font-size: 12px;
}

.padding-bottom-xs {
  padding-bottom: 10rpx;
}

.padding-bottom-sm {
  padding-bottom: 20rpx;
}
.tags{
  width: 48%;
  text-align: center;
}
.price .tags:last-child{
  text-align: right;
  padding-left: 10px;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
.tags .left1{
  /* display: inline-block; */
  background-color:#588BDA;
  border: 1px solid #588BDA;
  color: #fff;
  padding: 3px 0px;
  border-radius: 5px 5px 0 0 ;
  /* width: 20%; */
  text-align: center;
}
.tags .right1{
  /* display: inline-block; */
  border: 1px solid #588BDA;
  padding: 5px 0px;
  /* border-left: 0; */
  border-radius:0 0 5px 5px ;
  /* width: 70%; */
  text-align: center;
}
.tags .left2{
  /* display: inline-block; */
  background-color:#02BD83;
  border: 1px solid #02BD83;
  color: #fff;
  padding: 3px 0px;
  border-radius: 5px 5px 0 0 ;
  /* width: 20%; */
  text-align: center;
}
.tags .right2{
  /* display: inline-block; */
  border: 1px solid #02BD83;
  padding: 5px 0px;
  /* border-left: 0; */
  border-radius:0 0 5px 5px ;
  /* width: 70%; */
  text-align: center;
}
