﻿.hairshowtitle {
    background-color: white;
    height: 40px;
    line-height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    font-weight: 700;
    z-index: 100;
    width: 100%;
}

    .hairshowtitle div {
        float: left;
        width: 33.3%;
        text-align: center;
        position: relative;
    }

        .hairshowtitle div.sel {
            color: #977dd6;
        }

        .hairshowtitle div:first-child:before, .hairshowtitle div:nth-child(3n+2):before {
            content: "";
            position: absolute;
            right: -1px;
            top: 7px;
            width: 0;
            height: 26px;
            border-right: 2px solid #cdcdcd;
        }

    .hairshowtitle:after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 23.3%;
        height: 2px;
        border-bottom: 2px solid #977dd6;
        transition: left .5s;
    }

    .hairshowtitle.col0:after {
        left: 5%;
    }

    .hairshowtitle.col1:after {
        left: 38.3%;
    }

    .hairshowtitle.col2:after {
        left: 71.6%;
    }

.hairshowlist {
    width: 100%;
    position: absolute;
    left: 0;
    top: 40px;
    float: left;
    display: none;
    transition: left .5s;
}

    .hairshowlist.loading:before {
        content: "加载中";
        position: absolute;
        top: 0;
        height: 40px;
        width: 100%;
        line-height: 40px;
        z-index: -1;
        text-align: center;
    }

    .hairshowlist.down:before {
        bottom: -40px;
        top: auto;
    }

    .hairshowlist .item {
        position: relative;
        float: left;
        width: 49.43%;
        background: #fff;
        display: inline;
        word-wrap: break-word;
        word-break: normal;
        margin-bottom: 5px;
        opacity: 0;
        transition: opacity 1s;
        overflow: hidden;
    }

        .hairshowlist .item.img:before {
            content: "";
            position: absolute;
            top: 5px;
            right: 5px;
            width: 15px;
            height: 15px;
            background: url('/Images/icon/img.png') center no-repeat;
            background-size: 15px;
        }

        .hairshowlist .item .pic {
            position: relative;
        }

            .hairshowlist .item .pic img {
                width: 100%;
                vertical-align: middle;
                margin-top: -4px;
            }

            .hairshowlist .item .pic span {
                position: absolute;
                left: 0;
                bottom: 0;
                margin: 0 0 5% 5%;
                padding: 10%;
                background: #977dd6 url('/Images/icon/heart2.png') center 28% no-repeat;
                background-size: 40%;
                border-radius: 1000px;
            }

                .hairshowlist .item .pic span i {
                    position: absolute;
                    line-height: 0;
                    color: #fff;
                    font-size: 85%;
                    font-style: normal;
                    top: 68%;
                    left: 50%;
                    -webkit-transform:translate(-50%,-50%);
                    transform: translate(-50%,-50%);
                }

        .hairshowlist .item .error {
            height: 80%;
            box-sizing: border-box;
            text-align: center;
        }

            .hairshowlist .item .error img {
                width: 50%;
            }
        /*.hairshowlist .item div:last-child {
            position: absolute;
            width: 100%;
            height: 20px;
            line-height: 20px;
            padding-bottom: 2px;
            bottom: 0;
            background-color: rgba(255,255,255,1);
        }*/

        .hairshowlist .item .avator {
            position: absolute;
            left: 4%;
            top: -15px;
            width: 30px;
            height: 30px;
            border-radius: 100px;
            background-color: white;
        }

/*.hairshowlist .item div:last-child span {
            float: right;
            font-size: 90%;
            padding-right: 3%;
            padding-left: 22px;
            background: url('/Images/icon/heart.png') no-repeat left center;
            background-size: 18px;
            color: #aaa;
        }*/

#focuslist.hairshowlist .item div:last-child span {
    background-image: none;
}

.distance .item div:last-child span {
    background-image: url('/Images/icon/nav.png');
}

#hsLoadMore {
    bottom: 0;
    position: fixed;
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: none;
    opacity: .5;
}

.hsrefresh {
    text-align: center;
}

    .hsrefresh span {
        display: inline-block;
        border: 1px solid #a9a8a7;
        color: #a9a8a7;
        padding: 3px 15px;
    }



/*hairstyle start*/
.hairstyle .b1 {
    position: relative;
}

    .hairstyle .b1:before {
        content: "";
        position: absolute;
        z-index: -1;
    }

    .hairstyle .b1 li .ball {
        border-radius: 1000px;
        display: inline-block;
        position: relative;
    }

        .hairstyle .b1 li .ball img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            border-radius: 1000px;
        }

    .hairstyle .b1 li:last-child .ball {
        background-color: #adadad;
    }

    .hairstyle .b1 li:nth-child(10n+2) .ball {
        background-color: #977dd6;
    }

.hairstyle.figure {
    padding-top: 4%;
    overflow-y: auto;
}

    .hairstyle.figure .b1 {
        width: 15%;
        float: left;
        text-align: center;
    }

        .hairstyle.figure .b1:before {
            left: 50%;
            top: 0px;
            height: 90%;
            border-right: 1px solid #ccc;
            margin-left: -0.5px;
        }

        .hairstyle.figure .b1 li .ball {
            padding: 38%;
        }

        .hairstyle.figure .b1 li:nth-child(10n+2) .ball {
            margin-top: 150%;
        }

        .hairstyle.figure .b1 li:last-child .ball {
            margin-top: 50%;
        }

.hairstyle .b2 {
    position: relative;
}

.hairstyle.figure .b2 {
    float: right;
    overflow: hidden;
    width: 85%;
    text-align: left;
    z-index: 0;
}

    .hairstyle.figure .b2 .hsvideoContainer {
        width: 96%;
    }

.hairstyle.figure:after {
    content: "";
    left: 3%;
    bottom: 0;
    width: 97%;
    border-bottom: 1px solid #ddd;
}


.hairstyle.landscape .b1 {
    padding: 2.8% 0;
}

    .hairstyle.landscape .b1:before {
        left: 6%;
        top: 50%;
        width: 90%;
        border-top: 1px solid #ccc;
        margin-bottom: -0.5px;
    }

    .hairstyle.landscape .b1 li {
        display: inline-block;
        width: 20%;
    }

        .hairstyle.landscape .b1 li .ball {
            padding: 29%;
        }

        .hairstyle.landscape .b1 li:first-child {
            margin-left: 5%;
        }

        .hairstyle.landscape .b1 li:nth-child(10n+2) {
            margin-left: 29%;
        }

        .hairstyle.landscape .b1 li:last-child {
            text-align: right;
        }

.hairstyle.landscape .video {
    padding-left: 4%;
    width: 92%;
}

.likes {
    background: url('/Images/icon/heart2.png') no-repeat center 25%;
    background-size: 40% auto;
    position: relative;
    line-height: 0;
}

    .likes.ed {
        background-image: url('/Images/icon/2-2.png');
    }

    .likes i {
        font-style: normal;
        color: #fff;
        position: absolute;
        left: 50%;
        top: 70%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        font-size: 88%;
    }

.share {
    background: url('/Images/icon/share3.png') no-repeat center;
    background-size: auto 55%;
}

.hairstyle .video {
    overflow-y: auto;
    width: 96%;
    padding: 2% 0;
}

    .hairstyle .video span {
        color: #676767;
        float: left;
        line-height: 0;
        padding: 3% 0;
    }

        .hairstyle .video span:last-child, .hairstyle .video span:nth-child(3n+2) {
            float: right;
            padding-left: 20px;
            background: left center no-repeat;
        }

        .hairstyle .video span:last-child {
            background-image: url('/Images/icon/camera2.png');
            background-size: auto 60%;
            padding-right: 10%;
        }

        .hairstyle .video span:nth-child(3n+2) {
            background-image: url('/Images/icon/msg.png');
            background-size: auto 100%;
        }


.focusbtn {
    float: right;
    border: 1px solid #977dd6;
    height: 18px;
    line-height: 18px;
    vertical-align: middle;
    margin-left: 2%;
    color: #977dd6 !important;
    padding: 2px 8px !important;
    border-radius: 4px;
    font-size: 90%;
    opacity: 0;
    transition: opacity .5s;
    white-space: nowrap;
    display: none;
}
/*hairstyle end*/

div.noAppr div ul.leftul li {
    display: none;
}

    div.noAppr div ul.leftul li:first-child {
        display: block;
    }

div.noAppr div ul.leftul:after {
    display: none;
}


div.hs2 {
    padding: 3%;
    position: relative;
    border-bottom: 1px solid #ddd;
}

    div.hs2:before {
        content: "";
        position: absolute;
        top: 0;
        left: 3%;
        width: 97%;
        border-top: 1px solid #ddd;
    }

    div.hs2 div.item {
        width: 100%;
        font-size: 14px;
        color: #A8A8A8;
        word-break: break-all;
    }

        div.hs2 div.item span:first-child {
            color: #977dd6;
            background: url('../Images/icon/2-6.png') left center no-repeat;
            background-size: auto 18px;
            padding-left: 19px;
        }

.icon img {
    width: 20px;
    height: 20px;
}

.heart {
    opacity: 0;
    transition: opacity 1s;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 1;
    margin: -50px 0 0 -50px;
    display: none;
}

    .heart img {
        width: 100px;
        height: 100px;
    }

.hsvideoContainer {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .hsvideoContainer.start:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: no-repeat;
        background-size: 100% auto;
    }

    .hsvideoContainer.paused::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -35px 0 0 -35px;
        width: 70px;
        height: 70px;
        border-radius: 200px;
        background: rgba(0,0,0,.3) url('/Images/icon/play.png') center no-repeat;
        background-size: 100% auto;
    }

    .hsvideoContainer .progress {
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 3px;
        float: left;
        cursor: pointer;
        background: rgba(0,0,0,.3); /* fallback */
        transition: opacity .5s;
        opacity: 1;
    }

        .hsvideoContainer .progress span {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            height: 100%;
            transition: width .5s;
        }

            .hsvideoContainer .progress span.bufferBar {
                z-index: 5;
                width: 0;
                background: rgba(221,18,123,1);
            }
