.page-home .top-living {
    position: relative;
}

.page-home .top-living-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.page-home .top-living-container {
    padding: 20px 0 30px 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.page-home .top-living-left {
    width: 78%;
    padding-top: 45.5%;
    float: left;
    background-color: #000;
    position: relative;
}

    .page-home .top-living-left .video_living {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.page-home .top-living-right {
    width: 20%;
    float: right;
    padding: 5px 10px;
    box-sizing: border-box;
    background-color: #000;
    padding-top: 45%;
    position: relative;
}

    .page-home .top-living-right > ul {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

        .page-home .top-living-right > ul > li {
            margin-bottom: 6px;
            padding-top: 42%;
            display: inline-block;
            position: relative;
            cursor: pointer;
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            position: relative;
            width: 100%;
        }

            .page-home .top-living-right > ul > li > .name {
                position: absolute;
                right: 0;
                top: 0;
                padding: 2px 5px;
                background-color: rgba(0,0,0,0.7);
                color: #fff;
                display: none;
            }

            .page-home .top-living-right > ul > li:last-child {
                margin-bottom: 0;
            }

            .page-home .top-living-right > ul > li.active:before {
                content: '';
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                border: 3px solid #1cd388;
                box-sizing: border-box;
            }

            .page-home .top-living-right > ul > li.active:after {
                content: '';
                position: absolute;
                top: 50%;
                left: -12px;
                width: 0;
                height: 0;
                border-top: 7px solid transparent;
                border-right: 14px solid #1cd388;
                border-bottom: 7px solid transparent;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

.page-home .suggestion-list {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 40px;
    min-width: 980px;
}

.page-home .suggestion-list-item {
    width: 33.33%;
    float: left;
}

    .page-home .suggestion-list-item:last-child {
        padding-right: 0;
    }

    .page-home .suggestion-list-item .suggestion-container-title {
        font-size: 18px;
        line-height: 22px;
        border-bottom: 1px solid #ebebeb;
    }

        .page-home .suggestion-list-item .suggestion-container-title > div {
            display: inline-block;
            border-bottom: 2px solid #1cd388;
            position: relative;
            padding-left: 30px;
            top: 1px;
            padding-bottom: 6px;
        }

            .page-home .suggestion-list-item .suggestion-container-title > div > .title-icon {
                width: 22px;
                height: 22px;
                display: inline-block;
                position: absolute;
                left: 0;
            }

    .page-home .suggestion-list-item .suggestion-container-list {
    }

    .page-home .suggestion-list-item .suggestion-container {
        overflow: hidden;
        margin-top: 10px;
    }

    .page-home .suggestion-list-item .suggestion-container-item {
        position: relative;
        float: left;
        width: 47%;
        margin-right: 15px;
        margin-top: 10px;
    }

        .page-home .suggestion-list-item .suggestion-container-item:nth-child(even) {
            margin-right: 0;
        }

        .page-home .suggestion-list-item .suggestion-container-item .suggestion-item {
            width: 100%;
            height: 100%;
            cursor: pointer;
            display: block;
            overflow: hidden;
        }

        .page-home .suggestion-list-item .suggestion-container-item .suggestion-item-img {
            width: 100%;
            height: 100%;
            position: relative;
            text-align: center;
            background-color: white !important;
        }

            .page-home .suggestion-list-item .suggestion-container-item .suggestion-item-img > img {
                width: auto;
                height: 180px;
                min-height: 153.5px;
            }

        .page-home .suggestion-list-item .suggestion-container-item .suggestion-item-text {
            bottom: -18px;
            z-index: 10;
            padding: 0 10px;
            box-sizing: border-box;
            width: 100%;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

        .page-home .suggestion-list-item .suggestion-container-item .suggestion-item-name {
            height: 18px;
            line-height: 18px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .page-home .suggestion-list-item .suggestion-container-item .suggestion-item-info {
            color: white;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 12px;
            background-color: black;
            opacity: 0;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

            .page-home .suggestion-list-item .suggestion-container-item .suggestion-item-info .info-left {
                float: left;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                max-width: 50%;
            }

            .page-home .suggestion-list-item .suggestion-container-item .suggestion-item-info .info-right {
                float: right;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                max-width: 50%;
            }

        .page-home .suggestion-list-item .suggestion-container-item .suggestion-item .play-icon {
            width: 40px;
            height: 40px;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -20px;
            margin-top: -20px;
            background: url(/Images/common/icon-play.png) no-repeat;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            opacity: 0;
        }

        .page-home .suggestion-list-item .suggestion-container-item .suggestion-item:hover .play-icon {
            opacity: 1.0;
        }

        .page-home .suggestion-list-item .suggestion-container-item .suggestion-item:hover .suggestion-item-text {
            bottom: 4px;
        }

            .page-home .suggestion-list-item .suggestion-container-item .suggestion-item:hover .suggestion-item-text .suggestion-item-info {
                opacity: 1.0;
            }

.page-home .living-block {
    width: 100%;
    margin-top: 10px;
}

.page-home .living-block-title {
    position: relative;
    margin-bottom: 10px;
}

    .page-home .living-block-title .title1 {
        font-size: 14px;
        font-weight: 900;
        line-height: 26px;
        display: inline-block;
        height: 36px;
        border-bottom: 2px solid #22d38a;
    }

    .page-home .living-block-title .dot {
        width: 5px;
        height: 5px;
        background-color: #e4e4e4;
        border-radius: 50%;
        margin: 0 6px;
        position: relative;
        top: -4px;
        display: inline-block;
    }

    .page-home .living-block-title .title2 {
        font-size: 24px;
    }

    .page-home .living-block-title .more {
        font-size: 14px;
        color: #1cd388;
        margin-left: 20px;
        position: relative;
    }

    .page-home .living-block-title .more-right {
        float: right;
        margin-right: 20px;
    }

.page-home .living-block-list {
    min-width: 980px;
    width: 100%;
    overflow: hidden;
}

.page-home .head-nav-list {
    min-width: 980px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    overflow: hidden;
    background-color: white;
    padding-bottom: 25px;
}

.bottom-help-item {
    width: 11%;
    margin-right: 1%;
    margin-bottom: 20px;
    text-align: center;
    float: left;
}

.page-home .living-block-item {
    width: 19%;
    margin-right: 1%;
    margin-bottom: 20px;
    text-align: left;
    background-color: white;
    float: left;
}

.page-home .head-nav-item {
    text-align: left;
    background-color: white;
    float: left;
    margin-top: 30px;
}

.page-home .head-nav-item-right {
    text-align: left;
    background-color: white;
    float: right;
    margin-top: 30px;
    margin-right:40px!important
}

.page-home .living-block-item:nth-child(5n+5) {
    margin-right: 0;
}

.page-home .living-block-item > a {
    width: 100%;
    display: block;
}

    .page-home .living-block-item > a:hover .play-icon {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .page-home .living-block-item > a:hover .living-block-bottom:before {
        width: 100%;
    }

.page-home .living-block-img {
    width: 100%;
    height: 155px;
    position: relative;
    overflow: hidden;
    text-align: center;
    background-color: black!important;
}

    .page-home .living-block-img > img {
        height: 100%;
    }

    .page-home .living-block-img .play-icon {
        width: 40px;
        height: 40px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -20px;
        margin-top: -20px;
        background: url(/Images/common/icon-play.png) no-repeat;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-transform: scale(6);
        transform: scale(6);
        opacity: 0;
    }

    .page-home .living-block-img .thumb-title {
        height: 32px;
        line-height: 32px;
        padding: 0 10px;
        background: rgba(0,0,0,0.5);
        position: absolute;
        width: 100%;
        bottom: 0;
        color: #fff;
    }

.page-home .living-block-text {
    overflow: hidden;
    padding: 9px 10px 10px 10px;
    background-color: #fff;
}

    .page-home .living-block-text .name {
        float: left;
        padding-left: 16px;
        color: #1cd388;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 18px;
        line-height: 18px;
    }

     .page-home .living-block-text .label {
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-right:5px;
        height: 18px;
        font-size: 15px;
        line-height: 18px;
    }

    .page-home .living-block-text .price {
        float: left;
        color: red;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 18px;
        font-size: 20px;
        line-height: 18px;
    }

    .page-home .living-block-text .storename {
        float: left;
        overflow: hidden;
        color: #d6cccc !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 18px;
        font-size: 10px;
        line-height: 18px;
    }

        .page-home .living-block-text .price .sign {
            font-size: 12px !important;
        }

    .page-home .living-block-text .count {
        float: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #d6cccc !important;
        height: 18px;
        line-height: 18px;
    }

.page-home .living-block-bottom {
    width: 100%;
    height: 3px;
    background-color: #ececec;
    position: relative;
}

    .page-home .living-block-bottom:before {
        content: '';
        width: 0%;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        background-color: #1cd388;
        height: 3px;
        display: block;
    }

.page-home .help-container {
    background-color: #ededed;
    border-top: 3px solid #b9ecd7;
	min-width:1350px;
}

    .page-home .help-container .pic-code-container {
        overflow: hidden;
        padding: 37px 0;
        border-bottom: 1px solid #d5d5d5;
    }

        .page-home .help-container .pic-code-container .pic-code {
            float: left;
            width: 24%;
            border-right: 1px solid #d0d0d0;
        }

            .page-home .help-container .pic-code-container .pic-code:last-child {
                border-right: 0;
            }

            .page-home .help-container .pic-code-container .pic-code > div {
                width: 264px;
                overflow: hidden;
                margin: 0 auto;
            }

                .page-home .help-container .pic-code-container .pic-code > div .text-container {
                    margin: 8px 15px 8px 0;
                    float: left;
                }

                    .page-home .help-container .pic-code-container .pic-code > div .text-container .title {
                        font-size: 20px;
                        color: #202020;
                    }

                    .page-home .help-container .pic-code-container .pic-code > div .text-container .text {
                        margin-top: 17px;
                        font-size: 16px;
                        color: #898989;
                    }

                .page-home .help-container .pic-code-container .pic-code > div .qrcode {
                    float: left;
                    width: 80px;
                    height: 80px;
                }

                    .page-home .help-container .pic-code-container .pic-code > div .qrcode > img {
                        width: 100%;
                    }

    .page-home .help-container .footer-container {
        text-align: left;
        padding: 20px 0;
    }

        .page-home .help-container .footer-container > div {
            padding: 10px 0;
        }

            .page-home .help-container .footer-container > div > h2 {
                font-size: 16px;
                color: #a8a8a8;
                margin-right: 10px;
                display: inline-block;
            }

            .page-home .help-container .footer-container > div > a {
                width: 190px;
                font-size: 12px;
                color: #3e3e3e;
                display: block;
                height: 21px;
                line-height: 21px;
                display: inline-block;
            }

            .page-home .help-container .footer-container > div > span {
                font-size: 12px;
                height: 21px;
                width: 220px;
                color: #3e3e3e;
                line-height: 21px;
            }

.page-home .page-footer {
    background: #3f3f3f;
    padding: 30px 0;
    color: #979797;
    min-width: 1350px;
    text-align: center;
}

    .page-home .page-footer p {
        font-size: 12px;
        line-height: 22px;
    }

        .page-home .page-footer p a {
            display: inline-block;
            color: #979797;
            -webkit-transition: color ease-out 200ms;
            transition: color ease-out 200ms;
        }

            .page-home .page-footer p a:hover {
                color: #1cd388;
            }

            .page-home .page-footer p a img {
                position: relative;
                top: -2px;
                margin-right: 2px;
                vertical-align: middle;
            }

.prism-ErrorMessage {
    display: none !important;
}

/*# Ê×Ò³ÇÀ¹º°´Å¥ */
.live-jump {
    position: absolute;
    display: table;
    top: 40%;
    left: 50%;
}

.live-jump-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

