body {
    background-color: #F5F5F5;
}

.headers {
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(153, 153, 153, 0.1);
    position: fixed;
    top: 0;
    z-index: 99;
}

.foots {
    background: #ffffff;
    text-align: center;
    padding: 1rem 0 0.5rem 0;
    margin: 1rem 0 0 0;
    border-top: 1px solid #f1f1f1;
    color: rgba(255, 255, 255, 0.5);
    z-index: 99;
    bottom: 0;
    position: fixed;
    font-size: 14px;
}

.foots a {
    color: rgba(255, 255, 255, 0.5);
}

.friend-link{
    background: rgba(255, 255, 255, 0.1);
    width: 95%;
    margin: 0 auto;
    padding: 10px;
    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;
}

.rights-box {
    background: #ffffff;
    margin-bottom: 20px;
}

.rights-title {
    font-size: 1.2rem;
    color: #666;
    font-weight: bold;
    padding: 15px 0 10px 10px;
}

.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;
    padding: 20px;
}

.card-title {
    font-size: 1.2rem;
    color: #666;
    font-weight: bold;
    padding: 15px 0 10px 10px;
}

.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;
}

.fl{
    display: flex;
}

.fl-alcenter{
    display: flex;
    align-items: center;
}

.fl-center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

/* padding */

.pt-md{
    padding-top: 20px;
}
.pt-lg{
    padding-top: 30px;
}

.pl-md{
    padding-left: 20px;
}

.pr-md{
    padding-right: 20px;
}

.pb-md{
    padding-bottom: 20px;
}

.pb-lg{
    padding-bottom: 30px;
}

.pd-sm{
    padding: 10px;
}

.pd-md{
    padding: 20px;
}

.pdnone{
    padding: initial;
}

.b-1px {
    border: 1px solid #e4e4e4;
}

.ml-md {
    margin-left: 20px;
}

.mr-md {
    margin-right: 20px;
}

.mgnone {
    margin: initial;
}

.bb-1px{
    border-bottom: #e4e4e4 1px solid;
}

.font-weight {
    font-weight: bold;
}

.c-caption {
    color: #ddd;
}

.c-gray {
    color: #999;
}

.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;
    padding: 0 0 10px 10px;
}

.imgcover{
    width: 100%;
    height: 100%;
}
