* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,
html {
  height: 100%;
  color: #333;
  font-size: 15px;
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
}
:root {
  --primary-color: #55b2be!important;
  --primary-light-color: #a3ebf5!important;
}

[v-cloak] {
  display: none;
}

.primary {
  color: var(--primary-color);
}
.bg-act {
  background: var(--primary-color);
}
.bg-white {
    background-color: #fff;
}
.c-act {
  color: var(--primary-color);
}
img {
  vertical-align: middle;
}
input, textarea {
  outline: none;
  border: 0;
}
a {
  text-decoration: none;
  color: #333;
}
ul li {
  list-style: none;
}
.c-white {
  color: #fff;
}
.c-3 {
  color: #333;
}
.c-6 {
    color: #666;
}
.c-9 {
    color: #999999;
}
.fs-12 {
  font-size: 12px;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-24 {
  font-size: 24px;
}
.f {
  display: flex;
}
.flex {
  display: flex;
}
.f1 {
  flex: 1;
}

.mt-5 {
    margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.mt-24 {
  margin-top: 24px;
}

.f-j-c {
  justify-content: center;
}
.f-a-c {
  align-items: center;
}
.f-j-s {
  justify-content: space-between;
}

.t-c {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.swiper-container,
.swiper-wrapper,
.swiper-slide {
  height: 100%;
}
.swiper-slide a {
  display: block; 
  width: 100%; 
  height: 100%;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
}
.inner {
  backdrop-filter: blur(5px);
  background: hsla(0, 0%, 100%, 0.7);
  color: #333;
  margin: 0;
  padding: 0 15px 15px;
  border-radius: 30px 30px 0 0;
}
.toogle-swiper {
  padding: 18px;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.toogle-swiper:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 30px;
  height: 4px;
  left: calc(50% - 15px);
  border-radius: 5px;
  background: #333;
}
.pet-name {
  font-size: 22px;
  text-align: center;
  margin: 8px 0 12px;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.underline {
  text-decoration: underline;
}
.copyright {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}


/* admin */
/* login */
.login_container {
  padding: 40px 25px;
}
.form {
    margin-top: 40px;
}
.form .email_input {
    padding: 14px 30px;
    border-radius: 24px;
    background: #F8F8F8;
    font-size: 14px;
    width: 100%;
}
.form .email_input {
    padding: 14px 30px;
    border-radius: 24px;
    background: #F8F8F8;
    font-size: 14px;
    width: 100%;
}
.nextBtn {
    background: linear-gradient(90deg, #00cde7, #6ae7d3 48%, #bdeff5);
    padding: 10px 0;
    text-align: center;
    border-radius: 24px;
    color: #333;
    margin-top: 24px;
    cursor: pointer;
    font-size: 16px;
}
.line_out {
    color: #fff;
    margin: 10px 0;
    justify-content: center;
}
.line_out .line {
  width: 40%;
  height: 1px;
  background-color: #fff;
}
input[type="checkbox"] {
  width: 18px;
  height: 18px;
}
.bottom_txt {
    margin-top: 100px;
    font-size: 12px;
    text-align: center;
    padding: 0 20px;
    color: #fff;
}

/* index */
.bt_nav {
  padding: 4px 0 4px;
  border-top: 1px solid #DDDDDD;
  position: fixed;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 2;
  bottom: 0;
}
.bt_nav_item {
  width: 50%;
  text-align: center;
   color: #cccccc;
}
.bt_nav_item .iconfont {
  font-size: 24px;
  color: #cccccc;
}
.bt_nav_item.active {
  color: var(--primary-color);
}
.bt_nav_item.active .iconfont {
  color: var(--primary-color);
}

.tab p {
    margin-top: 2px;
    font-size: 12px;
    color: #bbbbbb;
}
.tab {
    padding: 8px 0 4px;
    border-top: 1px solid #DDDDDD;
    position: fixed;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 2;
    bottom: 2px;
}
.tab_itm {
    width: 33.33%;
    text-align: center;
}
.tab img {
    width: 28px;
    height: 28px;
}
.header_public {
    position: sticky;
    z-index: 2;
    top: 0;
    text-align: center;
    padding: 12px 24px;
    font-size: 15px;

    background: #ffff;
    box-shadow: 0 4px 8px 1px #0000000f;
    /* margin-bottom: 5px; */
}
.user_info {
  margin-top: 28px;
  padding: 15px;
  border-radius: 8px;
  background: var(--primary-light-color);
}
.avatar_box {
  width: 64px;
  height: 64px;
  font-size: 32px;
  background-color: var(--primary-color);
  color: rgb(255, 255, 255);
  border-radius: 8px;
}
.nav_item {
  position: relative;
  padding: 16px 15px;
  border-radius: 12px;
}
.nav_icon {
  bottom: 5px;
    opacity: .1;
    position: absolute;
    right: 5px;
    width: 70px;
}


.header_home {
    padding: 11px 30px;
}
.home_middle {
    padding: 0 75px;
    text-align: center;
}
.nav_item_inner {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    padding: 15px;
}
.back_out {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
}
.back_btn {
    width: 20px;
}
.search {
  background: #fff;
    padding: 8px 10px;
    border-radius: 8px;
}
.sort_btn {
    background: #fff;
    border-radius: 8px;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    z-index: 3;
}
.sort_btn img {
    width: 30px;
    height: 30px;
}
.input {
    background: transparent;
    border: none;
    outline: none;
    margin: 0 10px;
    width: 80%;
}
.delete_btn {
    display: none;
    width: 24px;
    height: 24px;
    margin-left: 10px;
}
.goods_item {
    border-radius: 8px;
    /* padding: 14px; */
    margin-bottom: 20px;
    /* background: #F2F2F2; */
}
.no_wrap {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.btn1 {
  background: var(--primary-color);
  color: #fff;
  padding: 6px 20px;
  font-size: 15px;
  border-radius: 26px;
}
.btn2 {
  /* border: 1px solid var(--primary-color); */
  padding: 6px 20px;
  font-size: 15px;
  border-radius: 26px;
  color:#000;
  background: #fff;
}

/* edit */
.form_item {
  margin-top: 10px;
}
.form_item input {
  margin-top: 8px;
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  border-radius: 8px;
  transition: all .3s;
  font-size: 15px;
}
.form_item input:hover,
.form_item textarea:hover {
  border-color: var(--primary-color);
}
.form_item textarea {
  margin-top: 8px;
  padding: 10px 12px 24px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #ccc;
  resize: none;
  height: 150px;
  font-size: 15px;
}
.addBtn {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #ccc;
}
.addBtn img {
  width: 100%;
  height: 100%;
}
.upload {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 8px;
  border: 1px dashed #ccc;
  margin: 0 16px 12px 0;
}
.upload:hover {
  border-color: var(--primary-color);
}
.upload_input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.upload_img {
  width: 40px;
  height: 40px;
}
.img_box {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 8px;
  margin: 0 16px 12px 0;
  border: 1px solid #ccc;
}
.bottom {
  background: #fff;
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
}
.save_btn {
  text-align: center;
  padding: 10px 24px;
  color: #fff;
  background: var(--primary-color);
  font-size: 18px;
}
.nfc_no {
  background-color: #000;
  border-radius: 40px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 7px 15px;
}
.input_code {
  border: 1px solid #ddd;
  margin-top: 20px;
  padding: 10px  12px;
  width: 100%;
  border-radius: 24px;
  transition: all .3s;
}
.input_code:focus {
  border-color: var(--primary-color);
}

.deleteBtn {
  width: 24px;
  height: 24px;
  position: absolute;
  right: -10px;
  top: -10px;
}