body {
    background-color: #F5F5F5;
}

.headers {
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(153, 153, 153, 0.1);
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.foots {
    background: #ffffff;
    text-align: center;
    padding: 4px 0;
    /* margin: 1rem 0 0 0; */
    border-top: 1px solid #f1f1f1;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
}

.foots a {
    color: rgba(255, 255, 255, 0.5);
}

.friend-link {
    background: rgba(255, 255, 255, 0.1);
    width: 95%;
    margin: 20px auto;
    padding: 30px 20px 20px 20px;
    text-align: initial;
}

.my-20 {
    margin: 20px 0;
}

.items {
    background-color: #ffffff;
    /* padding: 1rem; */
    margin: 20px 0 20px 0;
}

.items-image {
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden;
}

.items-title {
    overflow: hidden;
    /* height: 2rem;
    white-space: nowrap; */
}

.items-info {
    font-size: 1rem;
    color: #999;
    height: 3rem;
    margin: 0.5rem 0 1.5rem 0;
    overflow: hidden;
}

.items-more {
    color: #999;
    font-size: 0.9em;
    padding: 20px 0 20px 0;
}

#mores {
    font-size: 0.9em;
    padding: 4px 20px 4px 20px;
    color: #595959;
}

.rights-box {
    background: #ffffff;
    margin-bottom: 20px;
}

.rights-title {
    font-size: 1.2rem;
    color: #666;
    font-weight: bold;
}

.rights-input {
    padding: 10px 10px 20px 10px;
}

.rights-list {
    list-style: none;
    padding: 0 10px 20px 10px;
    box-sizing: border-box;
}

.rights-list>li {
    width: 100%;
    color: #666;
    /* height: 42px; */
    /* line-height: 42px; */
    overflow: hidden;
    margin-bottom: 10px;
}

.rights-list>li:nth-child(odd) {
    background: rgb(248, 248, 248);
}

.details {
    background: #ffffff;
}

.card-title {
    font-size: 1.2rem;
    color: #666;
    font-weight: bold;
}

.city-btn {
    background: rgb(75, 166, 52);
    color: white;
    border-radius: 40px;
    padding: 12px 60px;
}

a {
    text-decoration: none;
    /* 去除默认的下划线 */
    outline: none;
    /* 去除旧版浏览器的点击后的外虚线框 */
    color: #000;
    /* 去除默认的颜色和点击后变化的颜色 */
}

a:hover {
    color: #4ba634;
    /* 鼠标悬停时颜色 */
    text-decoration: none;
    /* 鼠标悬停时去除下划线 */
}

.display-in {
    display: inline-block;
}

/* flex */
.fl {
    display: flex;
}

.fl-alcenter {
    display: flex;
    align-items: center;
}

.fl-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 字体大小 */
.fs-14 {
    font-size: 14px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

/* padding */
.pt-sm {
    padding-top: 10px;
}

.pt-md {
    padding-top: 20px;
}

.pt-lg {
    padding-top: 30px;
}

.pl-md {
    padding-left: 20px;
}

.pr-md {
    padding-right: 20px;
}

.pb-sm {
    padding-bottom: 10px;
}

.pb-md {
    padding-bottom: 20px;
}

.pb-lg {
    padding-bottom: 30px;
}

.pd-sm {
    padding: 10px;
}

.pd-8 {
    padding: 8px;
}

.pdnone {
    padding: initial;
}

/* margin */
.ml-md {
    margin-left: 20px;
}

.mr-md {
    margin-right: 20px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mg-sm {
    margin: 10px;
}


/* 边框 */
.b-1px {
    border: 1px solid #e4e4e4;
}

.bb-1px {
    border-bottom: #e4e4e4 1px solid;
}

.bordernone {
    border: none;
}

/* 圆角 */
.radius-4 {
    border-radius: 4px;
}

.radius-5 {
    border-radius: 5px;
}

.radius-10 {
    border-radius: 10px;
}

.imgcover {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.font-weight {
    font-weight: bold;
}

.c-caption {
    color: #ddd;
}

.min-w80 {
    min-width: 80px;
}

.lin-40 {
    line-height: 40px;
}



/* @media (min-width: 576px) {
    .sames {
        max-width: 30%;
    }
} */

.sames-title {
    padding: 0.5rem;
    font-size: 14px;
}

.tagBox {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    font-size: 14px;
    color: white;
}

@media only screen and (min-width: 700px) {
    body {
        max-width: 375px;
        background: #ffffff;
        border: solid 1px #e5e5e5;
    }

    .pc_m_toCenter {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
    }

    /* html {
        height: 100vh;
    } */
}

body {
    background: #ffffff;
}

.scrollx {
    overflow-x: auto;
    display: -webkit-box;
    -webkit-overflow-scrolling: touch;
}

.scrollx::-webkit-scrollbar {
    display: none;
}

.libottomb {
    position: relative;
    font-weight: bold;
}

.libottomb::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 4px;
    border-radius: 5px;
    background: rgb(252, 88, 75);
}

.city-title {
    padding: 0 16px;
    height: 24px;
    list-style: 24px;
    font-size: 16px;
}

.city-list {
    background: #FFF;
    border-top: #D9D9D9 1px solid;
    /* border-bottom: #D9D9D9 1px solid; */
    font-size: 18px;
}

.city-list ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: initial;
    margin: initial;
}

.city-list li {
    height: 44px;
    line-height: 44px;
    list-style-type: none;
    padding-left: 15px;
    border-bottom: #D9D9D9 1px solid;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bi-chevron-right {
    color: rgb(199,199,204);
    font-weight: bold;
}

/* 文本溢出省略 */
.ellipsis{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.ellipsis-2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;}

#navbars {
    width: 100%;
}
