﻿
span.level-line {
    display: inline-block;
    width: 41px;
    height: 3px;
    background: #d5bf8d;
    position: absolute;
    left:50%;
    top: 7px;
    margin-left:-20.5px;
}

.showcase .b-bottom {
    /*border-bottom:1px solid #cbcbcb;*/
}

.showcase .banner {
    min-width: 1200px;
    /*padding: 17px 0;*/
    /*border-top:1px solid #cbcbcb;*/
    /*border-bottom: 1px solid #cbcbcb;*/
    overflow: hidden;
    max-height: 550px;
}

.showcase .content {
    width: 1200px;
    margin: 0 auto;
}

.showcase .filter {
    margin: 50px 0 10px;
}

.showcase .filter-item {
    height: 54px;
    padding: 23px 14px 0;
    border-bottom: 1px solid #cbcbcb;
}

.showcase .filter-date {
    width: 160px;
    height: 35px;
    background: #fff;
    float: left;
}

.showcase .filter-weeks {
    float: right;
    width: 1024px;
    height: 34px;
    border-bottom: 1px solid #cbcbcb;
    font-size: 18px;
    padding-left: 41px;
}

    .showcase .filter-weeks a {
        font-size: 18px;
        color: #333;
        padding: 0 6px;
        margin-right: 41px;
        cursor: pointer;
        display: inline-block;
        height: 34px;
        text-decoration: none;
    }

        .showcase .filter-weeks a.active {
            font-weight: bold;
            border-bottom: 4px solid #d5bf8d;
        }

.showcase .loading {
    height: 64px;
    text-align: center;
    line-height: 64px;
}

    .showcase .loading img {
        height: 40px;
    }

.showcase .list-item {
    display: block;
    width: 392px;
    color: #333;
    float: left;
    /*background: #fff;*/
    margin: 0 12px 36px 0;
}

    .showcase .list-item:hover {
        background: #fff;
    }

    .showcase .list-item:nth-child(3n) {
        margin-right: 0;
    }
/*.showcase .list-item img{
    width: 100%;
    height: 280px;
    margin-bottom: 0;
}*/
.showcase .msg {
    width: 100%;
    height: 74px;
    position: relative;
    padding: 18px 0 0 4px;
    text-align:center;
}

    .showcase .msg p {
        margin: 0;
        padding: 0;
        text-align:center;
    }

    .showcase .msg span {
        font-size: 18px;
    }

.showcase .scene-name {
    font-size: 14px;
}

.showcase .msg span, .showcase .msg span:hover {
    text-decoration: none;
}

.showcase .msg img {
    width: 12px;
    height: auto;
    margin: 0 23px 0 83px;
}

.showcase .more {
    height: 164px;
    text-align: center;
    line-height: 130px;
}

    .showcase .more a {
        cursor: pointer;
    }


/* 日历组件 */
.showcase .filter-date {
    width: 160px;
    background: #fff;
    font-weight: bold;
    color: #000;
    letter-spacing: 2px;
    float: left;
    position: relative;
}

.showcase .date-container {
    position: relative;
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    cursor: pointer;
    border: 1px solid #e8e8e8;
}

#date-text {
    font-size: 21px;
}

.showcase .date-container .triangle-half {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-right: 14px solid #d5bf8d;
}

.showcase .date-list {
    position: absolute;
    width: 100%;
    height: 260px;
    left: 0;
    top: 35px;
    z-index: 10;
    background: #fff;
    overflow: hidden;
    display: none;
}

.showcase .date-container.shadow {
    box-shadow: 0 0 6px 3px rgba(37, 35, 35, 0.34);
}

.showcase .date-list.shadow {
    box-shadow: 0 6px 6px 3px rgba(37, 35, 35, 0.34);
}

.showcase .triangle-btn {
    background: #fff;
    position: absolute;
    width: 100%;
    height: 35px;
    left: 0;
    z-index: 10;
    cursor: pointer;
    transition: top 2s linear;
}

    .showcase .triangle-btn:before {
        content: "";
        position: absolute;
        top: 10px;
        left: 50%;
        margin-left: -14px;
        width: 0;
        height: 0;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
    }

.showcase .triangle-up {
    top: 0;
}

.showcase .triangle-down {
    bottom: 0;
}

.showcase .triangle-up:before {
    border-bottom: 14px solid #d5bf8d;
}

.showcase .triangle-down:before {
    border-top: 14px solid #d5bf8d;
}

.showcase .date-items {
    /*background: red;*/
    position: absolute;
    top: 35px;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    z-index: 9;
}

.showcase .date-items li {
    list-style: none;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    font-size: 18px;
    font-family: "SFUIText-Heavy";
}

.showcase .date-items li.active {
    background: #d5bf8d;
}

.showcase .date-items li:hover {
    background: #d5bf8d;
}

    /*  showcase add */
.showcase-recommend-list{
    width:1200px;
    margin:120px auto 0;
}
.s-r-content{
    overflow:hidden;
    padding-top:70px;
}
.s-r-title {
    width:724px;
    height:58px;
    margin:0 auto;
    display:block;
}
.s-r-content li {
    float: left;
    height: 595px;
    width: 392px;
    margin-right: 12px;
    overflow:hidden;
}
.s-r-content li:last-child{
    margin-right:0;
}
.s-r-content li img{
    display:block;
    height: 595px;
    width: 392px;
}
.s-week-title{
    width:1200px;
    margin:0 auto;
    display:block;
}