* {
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  width: 0;
}

html,
body {
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow-x: hidden;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.margin {
  margin: 10px !important;
}

.margin-big {
  margin: 20px !important;
}

.margin-small {
  margin: 5px !important;
}

.margin-mini {
  margin: 2px !important;
}

.margin-large {
  margin: 30px !important;
}

.margin-left {
  margin-left: 10px !important;
}

.margin-big-left {
  margin-left: 20px !important;
}

.margin-small-left {
  margin-left: 5px !important;
}

.margin-mini-left {
  margin-left: 2px !important;
}

.margin-large-left {
  margin-left: 30px !important;
}

.margin-right {
  margin-right: 10px !important;
}

.margin-big-right {
  margin-right: 20px !important;
}

.margin-small-right {
  margin-right: 5px !important;
}

.margin-mini-right {
  margin-right: 2px !important;
}

.margin-large-right {
  margin-right: 30px !important;
}

.margin-top {
  margin-top: 10px !important;
}

.margin-big-top {
  margin-top: 20px !important;
}

.margin-small-top {
  margin-top: 5px !important;
}

.margin-mini-top {
  margin-top: 2px !important;
}

.margin-large-top {
  margin-top: 30px !important;
}

.margin-bottom {
  margin-bottom: 10px !important;
}

.margin-big-bottom {
  margin-bottom: 20px !important;
}

.margin-small-bottom {
  margin-bottom: 5px !important;
}

.margin-mini-bottom {
  margin-bottom: 2px !important;
}

.margin-large-bottom {
  margin-bottom: 30px !important;
}

.padding {
  padding: 10px !important;
}

.padding-big {
  padding: 20px !important;
}

.padding-small {
  padding: 5px !important;
}

.padding-mini {
  padding: 2px !important;
}

.padding-large {
  padding: 30px !important;
}

.padding-left {
  padding-left: 10px !important;
}

.padding-big-left {
  padding-left: 20px !important;
}

.padding-small-left {
  padding-left: 5px !important;
}

.padding-mini-left {
  padding-left: 2px !important;
}

.padding-large-left {
  padding-left: 30px !important;
}

.padding-right {
  padding-right: 10px !important;
}

.padding-big-right {
  padding-right: 20px !important;
}

.padding-small-right {
  padding-right: 5px !important;
}

.padding-mini-right {
  padding-right: 2px !important;
}

.padding-large-right {
  padding-right: 30px !important;
}

.padding-top {
  padding-top: 10px !important;
}

.padding-big-top {
  padding-top: 20px !important;
}

.padding-small-top {
  padding-top: 5px !important;
}

.padding-mini-top {
  padding-top: 2px !important;
}

.padding-large-top {
  padding-top: 30px !important;
}

.padding-bottom {
  padding-bottom: 10px !important;
}

.padding-big-bottom {
  padding-bottom: 20px !important;
}

.padding-small-bottom {
  padding-bottom: 5px !important;
}

.padding-mini-bottom {
  padding-bottom: 2px !important;
}

.padding-large-bottom {
  padding-bottom: 30px !important;
}

.text-success {
  color: #67C23A
}

.text-danger {
  color: #F56C6C
}

.text-warning {
  color: #E6A23C
}

.text-info {
  color: #909399
}

.text-main {
  color: #409EFF
}


a {
  text-decoration: none;
  color: white;
  line-height: 40px;
}

.flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: start;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: end;
}

.space-between {
  justify-content: space-between;
}

.flex-column {
  flex-direction: column;
}

.position-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

#app {
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
  height: 100%;
  font-size: 14px;
  background-color: #F5F5F5;
}

.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.el-divider {
  margin: 10px 0 !important
}

.el-button {
  padding: 10px !important
}
.el-message-box__wrapper{
  top:30% !important
}


/**顶部header**/
.header {
  display: flex;
}

/**主体main**/
.main {
  flex-grow: 1;
  padding-block-end: 80px;
}

.shangji-div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  box-sizing: border-box;
  height: 100%
}

.searchBtn {
  background-color: #FE771B !important;
  color: white !important
}

.shangji-lists {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.shangji-list {
  flex-grow: 1;
}

.shangji-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
  text-align: left;
  padding-inline: 20px;
  padding-block: 10px;
  line-height: 30px;
  box-shadow: 2px 2px 8px gray;
}

.shangji-item>.title {
  font-size: 16px;
  font-weight: bold;
}

.show-more-btn {
  border-radius: 40px !important;
  background-color: #FE771B !important;
  color: white !important;
}

.shangji-intro {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding-inline: 20px;
  padding-block: 10px;
  line-height: 25px;
}

.shangji-intro>.title {
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
}

.shangji-intro>.time {
  font-size: 12px;
  color: #ADAEB0
}

.el-progress-bar__outer {
  background-color: #ADAEB0 !important;
}

.shangji-intro>.detail {
  flex-grow: 1;
  text-align: left;
}

.no-data {
  margin-block-start: 100px;
  flex-grow: 1;
  font-size: 18px;
  font-weight: bold;
  color: #ADAEB0
}

.area-div {
  background-color: #fff;
  border-radius: 10px;
  margin: 10px;
  padding: 10px;
}
.area-div .el-tag{
    margin:5px !important;
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px
}

.area-item {
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EFEBEC;
  margin: 0 5px 5px 5px;
}

.area-select {
  background-color: #F98231 !important;
  color: white;
}

.personal-info {
  padding: 10px;
}

.userinfo-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url('/static/images/title_bg.jpg');
  background-repeat: repeat-x;
  padding: 10px;
  height: 110px;
  box-sizing: border-box;
}

.userinfo-div>.user-avator {
  position: relative;
}

.userinfo-div>.user-avator>.notice-div {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 0;
  right: 0;
  background-color: red;
  border-radius: 50%;
}

.userinfo-div>.user-avator>.notice-div>img {
  width: 70%;
  height: 65%
}

.userinfo-div>.user-avator>img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.item-list {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
}

.item-list>.item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #EFEBEC
}

.item-list>.item:last-child {
  border-bottom: none;
}

.item-list>.item img {
  width: 20px;
  height: 20px;
}

.border {
  border: 1px solid #E2E2E2;
  background-color: #fff;
  padding: 10px;
}

.no-border-input>.el-input__inner {
  border: none !important
}

.youhui-lists {
  margin: 10px;
  box-sizing: border-box;
}

.youhui-list {
  display: flex;
  flex-wrap: wrap;
}

.youhui-item {
  padding: 5px;
  width: 25%;
  box-sizing: border-box;
}

.youhui-detail {
  border: 1px solid #5AA746;
  padding-block: 10px;
  line-height: 30px;
  text-align: center;
}

.pay-btn {
  height: 60px;
  background-color: #fff;
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom:10px
}

.notice {
  color: #948D87
}

/**底部footer**/
.footer {
  display: flex;
  justify-content: space-around;
  background-color: #ffffff;
  padding: 10px;
  color: #909399;
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
}

.footer>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer>div>img {
  height: 25px;
  margin-bottom: 5px
}

.footer span.selected {
  color: red
}



.el-time-panel {
  width: 100% !important;
  bottom: 0 !important;
  top: unset !important;
  ;
  left: 0 !important;
}

.el-time-panel__footer {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px !important;
  box-sizing: border-box;
}

.el-time-panel__content {
  padding-top: 40px;
}

.el-picker-panel {
  top: unset !important;
  bottom: 0;
  left: 0 !important;
  width: 100% !important;
}

.el-picker-panel__content {
  width: unset !important;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #FE771B !important;
}

.el-progress__text {
  font-size: 14px !important
}

.el-message-box {
  width: 100% !important;
}

.more-title {
  border-bottom: 1px solid red;
  margin-block: 20px 10px;
}

.more-title>span {
  color: red;
}