[v-cloak] {
  display: none !important;
}

.flex,
.flex-center,
.flex-between,
.flex-column {
  display: -webkit-flex;
  display: flex;
}
.flex-center {
  align-items: center;
  justify-content: center;
}
.flex-between {
  justify-content: space-between;
}
.flex-column {
  flex-direction: column;
}
.text-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
html {
  background: #f5f5f5;
  color: #333;
}
html,
body {
  height: 100%;
}
.wrap-flex {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  max-height: 100%;
}
.wrap-flex-content {
  flex: 1;
  width: 100%;
}
.wrap-nav-60 {
  margin-bottom: 1px;
  min-height: 0;
}
p {
  margin: 0;
}
.nav {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 98;
  width: 100%;
  height: 40px;
  background: #fff;
  /*border-top: 1px solid #bfbfbf;*/
}
.nav-item {
  position: relative;
  flex: 1;
  color: #6f6f6f;
  font-weight: bold;
}
.nav-item.active {
  color: #e87508;
}
.nav-item-center {
  margin: 0 10px;
}
.nav-item:active,
.nav-item:focus,
.nav-item:visited {
  text-decoration: none;
}
.nav-item-box {
  position: absolute;
  bottom: 4px;
  padding: 6px;
  height: 62px;
  width: 62px;
  background: #fff;
  border-radius: 100%;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
}
.nav-item-box:before {
  content: "发布";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
  height: 48px;
  width: 48px;
  background: rgb(253 242 52);
  border-radius: 100%;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  color: #000;
  font-weight:bold;
}
.main {
  padding: 14px 14px 0px;
}
.main-index,
.main-center {
  padding: 0 0 60px;
}
.btn {
  outline: none;
}
.search-top .btn {
  padding: 6px 18px;
}
.tab-task .btn {
  min-width: 68px;
}
.tab-task {
  margin: 0px 0 0 0;
}

.task-item {
  position: relative;
  padding: 0 0 4px;
  margin-top: 10px;
  border-bottom: 1px solid #ddd;
}
.task-item-pict {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
p.task-item-title {
  margin: 0;
  max-width: 100px;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
}
p.task-item-info {
  margin: 0;
  line-height: 25px;
  font-size: 12px;
}
.info-label {
  color: #666;
}
.task-item .btn-action {
  position: absolute;
  bottom: 5px;
  right: 0;
}
.task-item .btn-status,
.task-status-over {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 60px;
}
.task-status-over {
  height: 25px;
  font-size: 12px;
  text-align: center;
  line-height: 25px;
}
.task-commision {
  height: 48px;
  font-size: 14px;
  line-height: 48px;
}
.bold {
  font-weight: bold;
}
.task-commision .bold {
  font-size: 16px;
}
.commision .task-commision {
  margin: 10px 0;
}

.center-top {
  padding: 14px 14px;
  background: linear-gradient(to right,#fffa91, #f5b693f2);
}
.center-avatar {
  height: 64px;
  width: 64px;
  border-radius: 4px;
}
.media-center .media-body {
  height: 64px;
  vertical-align: middle;
}
.user-name {
  margin: 0 0 16px;
  font-size: 22px;
  color: #797777;
}
p.user-opts {
  font-size: 13px;
}
.user-edit {
  margin: 0 20px 0 0;
  color: #8a6d3b;
}
.center-wallet {
  padding: 10px 0;
  background: #f0f0f0;
}
.center-wallet-item {
  flex: 1;
}
.center-wallet-item p {
  text-align: center;
}
p.label-wallet {
  color: #888;
  font-size: 12px;
}
p.value-wallet {
  margin: 0 0 8px;
  color: #f00;
  font-weight: bold;
  font-size: 15px;
}
.center-head {
  padding: 10px 14px;
  align-items: center;
}
.ct-item-pict img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}
.ct-item-info {
  padding: 14px 14px;
  
  border-bottom-style:dotted;
  
  border-width:0.5px;
  border-color:#dcd9d9;
}
.ct-info-user {
  flex: 1;
}
.ct-info-user img {
  margin: 0 10px 0 0;
  height: 56px;
  width: 56px;
  border-radius: 8px;
  object-fit: cover;
}
.ct-info-box {
  justify-content: center;
}
.ct-info-box p.name {
  margin: 0 0 8px;
  font-size: 16px;
}
.ct-share {
  display: block;
  margin: 0 0 0 8px;
  height: 32px;
  width: 32px;
  background: #ccc;
}
.ct-info-share {
  text-align: center;
  line-height: 1.125;
}
.modal-dialog {
  width: 90%;
  max-height: 90%;
  overflow: auto;
}
.modal-wrap {
  height: 100%;
  width: 100%;
}
.label-withdraw {
  padding: 0 0 0 20px;
  line-height: 34px;
}
.uploda-form {
  position: relative;
  margin: 0 auto;
  width: 164px;
}
.uploda-form input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.uploda-form .btn {
  width: 100%;
}
.text-center {
  text-align: center;
}
p.sm {
  font-size: 12px;
}
.filter-label {
  margin: 0 8px;
}
.btn-filter {
  margin: 0 0 0 14px;
}
.filter {
  margin: 14px 0 0 0;
}
.info-value.title {
  font-size: 16px;
}
.hb-info .task-item-info {
  margin: 0 30px 0 0;
}
.hb-user-fl img {
  margin: 0 10px 0 0;
  height: 48px;
  width: 48px;
  border-radius: 8px;
}
.hb-user-item {
  padding: 8px 0;
  align-items: center;
}
.hb-user-num {
  font-size: 16px;
}
.tab-business .btn {
  margin: 0 20px 0 0;
}
.business-list {
  margin: 14px 0 0 0;
}
span.sec-sm {
  margin: 0 10px 0 0;
}
span.sec-sm:last-child {
  margin: 0;
}
p.task-item-info.spec {
  line-height: 20px;
}
.ct-share-wx {
  background: url(../images/share-wx.png) center no-repeat;
  background-size: 100%;
}
.ct-share-pyq {
  background: url(../images/share-pyq.png) center no-repeat;
  background-size: 100%;
}
.near-user {
  background: #f0f0f0;
}
.near-user .ct-info-user {
  padding: 14px 14px;
}
.near-user .ct-info-user img {
  margin: 0 14px 0 0;
  height: 68px;
  width: 68px;
}
.near-user-opt {
  padding: 0 14px 10px;
}
.near-username {
  min-width: 68px;
  text-align: center;
}
.banner-swiper .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.index-head {
  padding: 10px 10px;
  align-items: center;
}
.index-head #location {
  width: auto;
  max-width: 30%;
}
.index-title {
  padding: 0 10px;
  height: 48px;
  background: #fff;
}
.index-title h4 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 48px;
}
.banner-footer {
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 98;
  padding: 10px;
  width: 100%;
}
.index-info {
  line-height: 24px;
}
.index-info-item {
  background: rgba(0, 0, 0, 0.6);
  font-weight: bold;
  color: #fff;
  padding: 0 4px;
  border-radius: 4px;
}

.index-info-item span.value {
  color: rgb(247, 6, 70);
}

.btn-zf {
  position: absolute;
  bottom: 34px;
  right: 10px;
  text-align: center;
  color: rgb(247, 6, 70);
}
.btn-zf span {
  line-height: 24px;
}
.btn-zf img {
  display: block;
  height: 90px;
  width: 70px;
}
.text-tips {
  color: rgba(255, 132, 2, 1);
}
.map {
  position: relative;
  height: 250px;
}
.map img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100%;
  width: 100%;
}
.dialog-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.dialog-main {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  padding: 20px 0;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  transform: translateX(-50%) translateY(-50%);
  max-height: 96vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.dialog-ans .radio {
  margin: 0 10px;
}
.dialog-tit {
  font-size: 18px;
  text-align: center;
}
.dialog-tm {
  padding: 20px 0;
  text-align: center;
}
.dialog-share {
  margin: 20px 0 0;
}
.dialog-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
}
.ans {
  margin: 20px 0 0 0;
  text-align: center;
}
.dialog-tips {
  text-align: center;
}
.dialog-pict img {
  display: block;
  margin: 0 auto;
  width: 160px;
}
.dialog-content {
  height: 100%;
  width: 90vw;
  max-height: 100vh;
}
.share-pict {
  position: relative;
  height: 120px;
  width: 55%;
}
.share-pict img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.share-title {
  flex: 1;
  justify-content: space-between;
  padding: 0 0 0 10px;
}
.share-options {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 8px;
}
.share-user img,
.share-shop .share-user img {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 4px;
}
.share-user p,
.share-hb p {
  font-size: 12px;
  text-align: center;
  color: #f00;
  line-height: 22px;
}
.share-hb img {
  display: block;
  margin: 0 auto;
  height: 48px;
  width: 48px;
}
.dialog-share-content {
  margin: 14px 0 0;
  min-height: 0;
  overflow: scroll;
  padding: 0 14px;
}
.share-shop {
  position: relative;
}
.share-shop img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.share-address p {
  line-height: 20px;
}
.share-shop-opts {
  margin: 14px 0 0 0;
}
.share-shop .share-user {
  position: absolute;
  bottom: 8px;
  left: 8px;
  align-items: center;
}
.share-shop .share-user p {
  margin: 0 0 0 14px;
  font-size: 16px;
  font-weight: bold;
}

.map {
  /*margin: 0 0 14px;*/
}
#allmap {
  width: 100%;
  height: 100%;
}
.main-index .ct-list {
  background: #fff;
}

.register {
  padding: 0 28px;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.picker-select,
.register-switch {
  position: relative;
}
.picker-select .make,
.register-switch .make {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.register h1 {
  font-size: 24px;
}
.register h3 {
  margin: 20px 0 0;
  color: #666;
  font-size: 20px;
}
.register p.p-title {
  margin: 20px 0;
  text-align: center;
  color: #999;
}
.register b.b1 {
  color: #ff6b00;
}
.register b.b2 {
  color: #ed1e1e;
}
.register label.l1 {
  color: #b3b3b3;
}
.btn-login {
  width: 60%;
}
.login-opts {
  color: #666;
}
.register-box {
  margin: 20px 0 0 0;
  width: 100%;
}
.register-item {
  margin: 0 0 14px;
  align-items: center;
  color: #b3b3b3;
}
.register-item select {
  flex: 1;
  color: #b3b3b3;
}
.register-box label {
  display: block;
  min-width: 82px;
  color: #b3b3b3;
}
.register-item span {
  width: 60px;
  text-align: center;
  color: #b3b3b3;
}
.btn.btn-yel {
  background: #fdb410;
  color: #fff;
}
.btn.btn-jxyel {
  color: #fff;
  background: #ef1b73;
}
.upload {
  margin: 10px 0;
}
.upload-box,
.upload-pict {
  position: relative;
  margin: 0 8px 0 0;
  height: 64px;
  width: 64px;
  border: 1px solid #ddd;
}
.upload-box i {
  font-size: 20px;
  color: #999;
}
.upload-pict {
  border: none;
}
.upload-pict img {
  display: block;
  width: 64px;
  height: 64px;
}
.upload-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}
.task-form {
  align-items: center;
}
.task-form label {
  width: 60px;
}
.task-price {
  padding: 10px;
  margin: 0;
  text-align: center;
}
.task-sex {
  margin: 0 0 10px;
}
.total-input {
  margin: 10px 0;
  align-items: center;
}
.total-input input {
  margin: 0 8px;
  flex: 1;
}
.task-submit {
  position: relative;
  margin: 10px 0 0 0;
}
.task-submit span {
  line-height: 34px;
  position: absolute;
  top: 0;
  left: 0;
}
.task-location {
  align-items: center;
  padding: 0 15px;
  margin: 0 0 10px;
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#local {
  width: 100px;
  height: 32px;
  font-size: 12px;
  line-height: 32px;
}
#locationStr {
  flex: 1;
  font-size: 12px;
  border: none;
  outline: none;
  background: none;
  text-align: right;
}
.local-tips {
  display: none;
  text-align: right;
  font-size: 12px;
}
.local-mf {
  display: none;
  width: 28px;
  text-align: center;
  font-size: 12px;
}
.select2 {
  flex: 1;
}
.left-time {
  flex: 1;
  margin: 0 8px;
}
.task-left-time {
  margin: 0 0 10px;
}
.local-del {
  width: 28px;
  text-align: center;
  display: none;
  font-size: 12px;
}

.home-banner,
.banner-swiper {
  width: 100vw;
  height: calc(65vh - 50px);
  }

.home-container .home-swiper-slide {
  height: auto;
}

.task-checkbox:after,
.task-checkbox .cube-checkbox:after,
.task-radio:after,
.cube-radio-group:after,
.cube-radio:after {
  border: 0 !important;
}

.task-checkbox .cube-checkbox-wrap,
.task-radio .cube-radio-wrap {
  padding: 0 !important;
}

.banner-swiper__right-bottom {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  position: absolute;
  z-index: 2;
  bottom: 5px;
  right: 5px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-child-item {
  padding: 10px;
}

.user-child-item__info {
  justify-content: flex-start;
  margin-bottom: 5px;
}

.user-child-item__info img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-right: 10px;
}

.user-child-item__info span {
  color: #666;
}

.banner-swiper__video-poster {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: contain;
}
