        .backnone {
            background: none;
        }

        .backfff {
            background: #fff;
            padding: 0;
        }

        .margin-tb14-14 {
            margin: 0 auto;
        }

        .margin-tb14-10 {
            margin: 1em 0;
        }

        .borderd7d7d7 {
            background: #fff;
        }

        .shared {
            border: 1px dotted #333;
            width: 100%;
            height: 1px;
            overflow: hidden;
        }

        .container {
            padding: 0;
        }

        .menuItem {
            position: fixed;
            top: 30px;
            right: 30px;
            color: #fff;
            cursor: pointer;
            font-size: 24px;
            border-radius: 50%;
            display: block;
            height: 40px;
            line-height: 40px;
            margin-left: -20px;
            margin-top: -20px;
            text-align: center;
            width: 40px;
            transform: scale(1) rotate(0deg);
            -webkit-transform: scale(1) rotate(0deg);
            -moz-transform: scale(1) rotate(0deg);
            -o-transform: scale(1) rotate(0deg);
            transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            z-index:100;
        }

            .menuItem:hover {
                transform: scale(1.5) rotate(-360deg);
                -webkit-transform: scale(1.5) rotate(-360deg);
                -moz-transform: scale(1.5) rotate(-360deg);
                -o-transform: scale(1.5) rotate(-360deg);
                z-index: 2;
            }

        .likecont {
            width: 50px;
            height: 50px;
            overflow: hidden;
            background: #ff333e;
            color: #fff;
            font-size: 26px;
            border-radius: 50%;
            line-height: 50px;
            margin: 0 auto;
            cursor: pointer;
        }

            .likecont i.tglBg {
                color: #be131d;
            }

        .stylist {
        }

            .stylist .stylist_sjs {
                width: 100%;
                height: auto;
                background: #000;
                display:table;
                padding: 1em;
                color: #fff;
            }

                .stylist .stylist_sjs .img {
                    width: 80px;
                    height: 80px;
                    margin-right: 10px;
                }

                    .stylist .stylist_sjs .img img {
                        width: 80px;
                        height: auto;
                        overflow: hidden;
                    }

                .stylist .stylist_sjs .margin-tb14-top {
                    margin: 0.9em 0 0 0;
                }

                .stylist .stylist_sjs .pull-right {
                    line-height: 80px;
                    overflow: hidden;
                    height: 80px;
                    cursor: pointer;
                }

            .stylist .thumbnail {
                padding: 0;
                margin: 1em 0;
            }

                .stylist .thumbnail .cont_function {
                    font-size: 11px;
                    color: #555;
                }

            .stylist #myCarouselthis .carousel-inner {
                width: 90%;
                margin: 0 5%;
            }

            .stylist #myCarouselthis .carousel-control {
                background: none;
            }

            .stylist #myCarouselthis {
                background: #212121;
            }

            .stylist .comment {
                width: 90%;
                margin: 1em 5%;
                border: 1px solid #e0e0e0;
            }

                .stylist .comment .comment-cont {
                    padding: 1em;
                    background: #fff;
                    height: auto;
                    overflow: hidden;
                    border-bottom: 1px solid #e3e3e3;
                }

                    .stylist .comment .comment-cont .img {
                        width: 80px;
                        height: 80px;
                        text-align: center;
                        display: block;
                        float: left;
                        padding: 4px 0;
                        overflow: hidden;
                    }

                        .stylist .comment .comment-cont .img img {
                            width: 100%;
                            height: auto;
                            overflow: hidden;
                        }

                    .stylist .comment .comment-cont .text-eara {
                        display: block;
                        margin-left: 90px;
                        padding: 4px 0;
                    }

                        .stylist .comment .comment-cont .text-eara textarea {
                            height: 80px;
                            width: 100%;
                            border: 1px solid #e9e9e9;
                            padding: 10px;
                        }

        .publish_works.publish_works_btn {
            text-align: center;
            float: right;
            width: 80px;
            margin-top: 1em;
            cursor: pointer;
        }

            .publish_works.publish_works_btn:hover {
                background: #ff333e;
            }

        .stylist .comment .comment-cont-detail {
            padding: 1em;
            background: #fff;
            height: auto;
            overflow: hidden;
            border-bottom: 1px solid #e3e3e3;
        }

            .stylist .comment .comment-cont-detail .img {
                width: 60px;
                height: 60px;
                text-align: center;
                display: block;
                float: left;
                padding: 4px 0;
                overflow: hidden;
            }

                .stylist .comment .comment-cont-detail .img img {
                    width: 100%;
                    height: auto;
                    overflow: hidden;
                }

            .stylist .comment .comment-cont-detail .text-eara {
                display: block;
                margin-left: 70px;
                padding: 4px 0;
            }

                .stylist .comment .comment-cont-detail .text-eara h4 {
                    font-size: 14px;
                    margin: 0 auto;
                    padding: 0;
                    line-height: 20px;
                    color: #000;
                }

                    .stylist .comment .comment-cont-detail .text-eara h4 span {
                        font-size: 14px;
                        color: #777777;
                    }

                .stylist .comment .comment-cont-detail .text-eara p {
                    font-size: 12px;
                    color: #000;
                    line-height: 20px;
                    margin: 0 auto;
                    padding: 0;
 
                }

                .stylist .comment .comment-cont-detail .text-eara .pull-right {
                    height: 20px;
                    color: #b7b7b7;
                    font-size: 18px;
                    cursor: pointer;
                }

            .stylist .comment .comment-cont-detail .comment-cont.no {
                display: none;
            }
