/* 面包屑 */
.breadcrumb {
    padding: 20px 15px;
}

/* main */
.main {
    margin-bottom: 40px;
}
/* 目录 */
.menu-list {
    /* width: 84%; */
    padding-bottom: 10px;
    box-sizing: border-box;
    background-color: #fff;
    border-top: 0.2rem solid #bf5147;
}

.menu-list > .menu-title {
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;


    color: #bf5147;
}

.menu-list > .item {
    position: relative;
    padding: 0 10px;
    font-size: 16px;
    color: #959595;
    text-align: center;
    cursor: pointer;
}

.menu-list > li:nth-child(2) {
    margin-top: 10px;
}

/* .menu-list > .item:hover .text{
    color: #000;
    font-weight: bold;
} */


.menu-list > .item .text {
    padding: 12px;
}

.menu-list > .item-active .text{
    font-weight: bold;
    color: #fff;
    background-color: #bf5147;/*rgb(158, 167, 178);*/
    /* color: #FF5722; */
}

/* main-content */
.main-content {
    min-height: 400px;
    padding: 20px;
    box-sizing: border-box;
    border-top: 0.2rem solid #bf5147;

    background-color: #fff;
}

.main-content > .title {
    text-align: center;
    color: #2F4056;
    /* color: #FF5722; */
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.main-content > .content {
    padding: 20px 0;
}
.main-content > .content  img{
    width: 100%;
}
/* park/spots */

.spots-list > .item {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    color: #333;
    transition: .2s;
}

.spots-list > .item:hover {
    background-color: rgb(247,248,250);
    transition: .2s;
}

.spots-list > .item > .img-box{
    width: 180px;
    height: 120px;
    margin-right: 10px;
}

.spots-list > .item > .img-box > .img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.spots-list > .item > .spots-info {
    width: calc(100% - 190px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.spots-info > .title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s;
}

.spots-info > .title:hover {
    color: #c4574d;
    transition: .3s;
}

.spots-info > .content {
    margin-top: 10px;
    height: 48px;
    line-height: 24px;
    color: #666;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.spots-info > .content img {
    width: 24px;
    height: 24px;
}

.spots-info > .foot {
    margin-top: 10px;
    color: #999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.spots-info > .foot  .tag {
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 2px;
    text-shadow: 0 1px 1px #fff;
    background-color: #eee;
    margin-right: 4px;
}

.spots-content > .load-more {
    margin-top: 40px;
    text-align: center;
}

.spots-content >.load-more > .load-icon {
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
}

.spots-content >.load-more > .load-icon > .layui-icon {
    color: #000;
    font-size: 18px;
}

@media screen and (max-width:768px) {
    .spots-list > .item {
        padding: 20px 0;
        flex-direction: column;
    }

    .spots-list > .item > .img-box {
        width: 100%;
        height: 200px;
    }

    .spots-list > .item > .spots-info {
        width: 100%;
    }
}

/* park/ContactMe */

.tb-name {
    text-align-last: justify;
}

.contact-map {
    width: 100%;
    height: 400px;
    margin-top: 40px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
}

.contact-msg {
    width: 100%;
    margin-top: 40px;
    padding: 20px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
}

.contact-msg .box-title h3{
    display: inline-block;
    padding-bottom: 10px;
    color: #656565;
    border-bottom: 2px solid #009688;
}

.box-clause {
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
}

.box-clause > .clause {
    line-height: 24px;
    color: #959595;
}

.box-form {
    margin-top: 10px;
    padding: 10px 0;
}

.box-form .code {
    height: 40px;
    width: 10%  !important;
}

/* park/spots_detail */

.main-content-detail {
    padding: 20px;
    box-sizing: border-box;
    border-top: 2px solid #2F4056;
    /* border-top: 2px solid #FF5722; */
    background-color: #fff;
}

.main-content-detail > .detail-header {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.main-content-detail > .detail-header > .title {
    text-align: left;
    color: #2F4056;
    /* color: #FF5722; */
}

.main-content-detail > .detail-header > .address {
    display: inline-block;
    margin-top: 10px;
    color: #959595;
}

.main-content-detail > .detail-header > .address:hover {
    color: #009688;
}

.main-content-detail > .detail-header > .label-list {
    margin-top: 10px;
    color: #959595;
}

.main-content-detail > .detail-header > .label-list > .label {
    padding: 2px 6px;
    margin-right: 6px;
    color: #fff;
    background-color: #b2b2b2;
    border-radius: 2px;
}

.main-content-detail > .detail-header > .looks {
    margin-top: 10px;
    color: #959595;
}

.main-content-detail > .detail-header > .looks > .num {
    color: #666;
}

.main-content-detail > .detail-content {
    padding: 20px 0;
    min-height: 200px;
    color: #666;
    line-height: 24px;
    border-bottom: 1px solid #eee;
}

.main-content-detail > .detail-content .rich-text img {
    width: 100%;
    display: block;
    margin-top: 10px;
}


.detail-content > .banner-img {
    width: 800px;
    height: 480px;
    margin: 0 auto 20px;
}

.detail-content > .banner-img > .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detai-content > .rich-text {
    color: #656565;
    line-height: 24px;
    font-size: 14px;
}

.detai-content > .rich-text img {
    display: block;
    width: 80%;
    margin: 10px auto 0;
}



/* 媒体查询  media */


@media screen and (max-width: 992px) {
    .detail-content > .banner-img {
        width: 600px;
        height: 360px;
    }
}

@media screen and (max-width: 768px) {
    .detail-content > .banner-img {
        width: 100%;
        height: 50vw;
    }
}