html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: 400;
    vertical-align: baseline;
    background: 0 0
}

body {
    background: #F2F2F2;
    font-family: "Microsoft YaHei",tahoma,arial,"Hiragino Sans GB","Microsoft YaHei",sans-serif;
}

article, aside, figure, footer, header, nav, section, details, summary {
    display: block
}

html {
    min-width: 1180px;
    min-height: 100%;
    box-sizing: border-box
}

*, :before, :after {
    box-sizing: inherit
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

ul, ol {
    list-style: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

a {
    text-decoration: none;
    -webkit-transition: color 200ms ease-out,background-color 200ms ease-out,border-color 200ms ease-out,opacity 200ms ease-out;
    -ms-transition: color 200ms ease-out,background-color 200ms ease-out,border-color 200ms ease-out,opacity 200ms ease-out;
    -o-transition: color 200ms ease-out,background-color 200ms ease-out,border-color 200ms ease-out,opacity 200ms ease-out;
    transition: color 200ms ease-out,background-color 200ms ease-out,border-color 200ms ease-out,opacity 200ms ease-out;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

ul, li {
    list-style-type: none;
}

img {
    width: 100%;
    display: block;
}

:-moz-placeholder {
    color: #999999 !important;
}

:-ms-input-placeholder {
    color: #999999 !important;
}

::-webkit-input-placeholder {
    color: #999999 !important;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

*, :before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bg-pink {
    background: #FF6C6C;
}

.bg-yellow {
    background: #F7CB00;
}

.bg-green {
    background: #38D77F;
}

.bg-blue {
    background: #52ACFF;
}

.clr-h {
    color: #D8D8D8;
}

a, a:focus {
    outline: none
}

    a:hover, a:link, a:visited, a:active {
        text-decoration: none
    }

input, select, textarea, button {
    outline: none
}

input {
    line-height: normal
}

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none
        }

textarea {
    resize: none
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.1);
    z-index: 1;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

header {
    width: 100%;
    height: 56px;
    ;
    background: #1D1E1E;
}
/*登录注册*/
.task_text_layer {
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -88px;
    display: block;
    height: 88px;
    text-align: center;
    z-index: 100;
}

    .task_text_layer p {
        display: inline-block;
        font-family: PingFangSC-Regular;
        font-size: 16px;
        font-weight: 400;
        color: rgba(255,255,255,1);
        line-height: 42px;
        padding: 23px 38px;
        background: #000000;
        border-radius: 8px;
    }

#dialog_login {
    height: 490px;
    background: rgba(255,255,255,1);
}

.dialog_box .dialog_layer:before {
    content: '';
    position: absolute;
    top: 28px;
    left: 124px;
    display: block;
    width: 139px;
    height: 44px;
    background: url(../image/logo2.png) no-repeat 0 0;
}

#dialog_register {
    height: 555px;
}

.dialog_box {
    position: fixed;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(0,0,0,.5);
}

    .dialog_box .dialog_layer {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 385px;
        background: #FFFFFF;
        margin: auto;
        overflow: hidden;
    }

.dialog_layer .dialog_hd a.close_btn {
    float: right;
    width: 24px;
    height: 24px;
    margin-top: 19px;
    margin-right: 19px;
    background: url(../image/icon_colse2.png) no-repeat 0 0;
}

.dialog_layer .dialog_form {
    width: 306px;
    margin: 0 auto;
}

    .dialog_layer .dialog_form h4 {
        position: relative;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        font-size: 16px;
        color: #353737;
        line-height: 16px;
        text-align: center;
        margin: 50px 0 26px;
    }

        .dialog_layer .dialog_form h4:before {
            content: '';
            position: absolute;
            top: 8px;
            left: 34px;
            display: block;
            width: 68px;
            height: 1px;
            background: rgba(53,55,55,1);
        }

        .dialog_layer .dialog_form h4:after {
            content: '';
            position: absolute;
            top: 8px;
            right: 34px;
            display: block;
            width: 68px;
            height: 1px;
            background: rgba(53,55,55,1);
        }

    .dialog_layer .dialog_form .dialog_input {
        position: relative;
    }

        .dialog_layer .dialog_form .dialog_input input {
            font-family: MicrosoftYaHei;
            display: inline-block;
            width: 100%;
            height: 50px;
            line-height: 50px;
            font-weight: 400;
            color: rgba(53,55,55,1);
            background: rgba(255,255,255,1);
            border: 1px solid rgba(225, 228, 230, 1);
            border-radius: 4px;
            font-size: 16px;
            ;
            text-indent: 17px;
            margin-bottom: 14px;
        }

            .dialog_layer .dialog_form .dialog_input input::-webkit-input-placeholder {
                color: rgba(195,199,199,1);
            }

            .dialog_layer .dialog_form .dialog_input input::-moz-placeholder {
                color: rgba(195,199,199,1);
            }

            .dialog_layer .dialog_form .dialog_input input:-moz-placeholder {
                color: rgba(195,199,199,1);
            }

            .dialog_layer .dialog_form .dialog_input input:-ms-input-placeholder {
                color: rgba(195,199,199,1);
            }

    .dialog_layer .dialog_form .dialog_button button {
        display: block;
        width: 306px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        text-align: center;
        color: rgba(255,255,255,1);
        background: rgba(1,182,255,1);
        border-radius: 4px;
        border: 0;
    }

    .dialog_layer .dialog_form .dialog_input .switch_code {
        position: absolute;
        top: 0;
        right: 0;
        line-height: 50px;
        font-size: 16px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: rgba(1,182,255,1);
        padding: 0 18px;
        cursor: pointer;
        background: transparent;
        border: 0;
        overflow: hidden;
    }

.dialog_layer .dialog_remind {
    text-align: center;
    margin: 22px 0 31px;
}

    .dialog_layer .dialog_remind .forget_btn {
        display: inline-block;
        font-size: 14px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: rgba(1,182,255,1);
        line-height: 14px;
    }

    .dialog_layer .dialog_remind .dialog_checkbox {
        font-size: 14px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: rgba(53,55,55,1);
        display: inline-block;
        width: 280px;
        line-height: 18px;
        margin: 0 auto;
    }

        .dialog_layer .dialog_remind .dialog_checkbox input[type='checkbox'] + label {
            margin-right: 10px;
            float: left;
            cursor: pointer;
            width: 18px;
            height: 18px;
            background: url(../image/icon_checkbox.png) no-repeat 0 0;
        }

        .dialog_layer .dialog_remind .dialog_checkbox input[type='checkbox']:checked + label {
            background: url(../image/icon_checked.png) no-repeat 100% 100%;
        }

        .dialog_layer .dialog_remind .dialog_checkbox p a {
            text-decoration: underline;
            color: rgba(53,55,55,1);
        }

.dialog_layer .dialog_ft {
    height: 50px;
    padding: 0 65px;
}

    .dialog_layer .dialog_ft > a + a {
        margin-left: 52px;
    }

    .dialog_layer .dialog_ft > a {
        position: relative;
        float: left;
        width: 50px;
        height: 50px;
    }

        .dialog_layer .dialog_ft > a:hover {
            background: rgba(0,0,0,.15);
        }

        .dialog_layer .dialog_ft > a.dialog_qq {
            background: url(../image/icon_qq.png) no-repeat 0 0;
        }

            .dialog_layer .dialog_ft > a.dialog_qq:hover {
                background: url(../image/icon_hover_qq.png) no-repeat 0 0;
            }

        .dialog_layer .dialog_ft > a.dialog_wb {
            background: url(../image/icon_wb.png) no-repeat 0 0;
        }

            .dialog_layer .dialog_ft > a.dialog_wb:hover {
                background: url(../image/icon_hover_wb.png) no-repeat 0 0;
            }

        .dialog_layer .dialog_ft > a.dialog_wx {
            background: url(../image/icon_wx.png) no-repeat 0 0;
        }

            .dialog_layer .dialog_ft > a.dialog_wx:hover {
                background: url(../image/icon_hover_wx.png) no-repeat 0 0;
            }

.dialog_layer .dialog_ft_register {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(53,55,55,1);
    line-height: 16px;
    text-align: center;
    padding-top: 20px;
}

    .dialog_layer .dialog_ft_register a {
        font-size: 16px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        text-decoration: underline;
        color: rgba(1,182,255,1);
        line-height: 17px;
        margin-left: 5px;
    }
/* footer */
#yqx-footer {
    background: #fff;
    padding: 26px 0;
    line-height: 20px;
    font-size: 14px;
    color: #333;
    opacity: 0.6;
    text-align: center;
}

    #yqx-footer a, #yqx-footer p {
        display: inline-block;
        color: #333;
        padding: 0 12px;
    }

        #yqx-footer a img {
            width: 20px;
            height: 20px;
        }

.back-top {
    position: fixed;
    right: 104px;
    bottom: 137px;
    z-index: 99;
    width: 64px;
}

    .back-top .top-stick,
    .back-top .top-stick a {
        display: inline-block;
        width: 64px;
        height: 64px;
        background: #fff;
    }

        .back-top .top-stick a {
            background: url(../image/icon_top.png) no-repeat center center;
        }

    .back-top p {
        display: inline-block;
        width: 64px;
        font-size: 14px;
        line-height: 20px;
        color: #B2B2B2;
        text-align: center;
        margin-top: 8px;
    }

.app_qrcode_r {
    position: fixed;
    right: 20px;
    bottom: 222px;
    width: 148px;
    height: 180px;
    background: #FFFFFF;
    padding: 6px;
    z-index: 98;
}

    .app_qrcode_r p {
        line-height: 32px;
        font-size: 14px;
        font-weight: bold;
        color: #353737;
        text-align: center;
    }

.bl_hd_cont {
    width: 1180px;
    margin: 0 auto;
}

    .bl_hd_cont .bl_hd_logo {
        float: left;
        margin-top: 13px;
        margin-right: 21px;
    }

    .bl_hd_cont .bl_hd_nav li a {
        font-size: 18px;
        color: #FFFAF6;
        line-height: 50px;
    }

    .bl_hd_cont .bl_hd_nav li {
        position: relative;
        float: left;
        padding: 0 15px;
        margin-top: 5px;
    }

        .bl_hd_cont .bl_hd_nav li a:hover {
            color: #01B6FF;
        }

        .bl_hd_cont .bl_hd_nav li.active a {
            color: #01B6FF;
        }

        .bl_hd_cont .bl_hd_nav li.active:after {
            content: '';
            position: absolute;
            left: 21px;
            right: 21px;
            bottom: 2px;
            display: block;
            width: auto;
            height: 2px;
            background: #01B6FF;
            margin: 0 auto;
        }

    .bl_hd_cont .bl_hd_search {
        position: relative;
        width: 186px;
        height: 30px;
        background: #FFFFFF;
        border-radius: 15px;
        margin-top: 16px;
    }

        .bl_hd_cont .bl_hd_search .icon_search {
            position: absolute;
            top: 0;
            left: 1px;
            display: block;
            width: 30px;
            height: 30px;
            padding: 6px;
            background: url(../image/icon_search.png) no-repeat center center;
            border: 0;
        }

        .bl_hd_cont .bl_hd_search input::-webkit-input-placeholder {
            color: #C3C7C7;
        }

        .bl_hd_cont .bl_hd_search input::-moz-placeholder {
            color: #C3C7C7;
        }

        .bl_hd_cont .bl_hd_search input:-moz-placeholder {
            color: #C3C7C7;
        }

        .bl_hd_cont .bl_hd_search input:-ms-input-placeholder {
            color: #C3C7C7;
        }

        .bl_hd_cont .bl_hd_search input {
            width: 186px;
            line-height: 14px;
            font-size: 14px;
            color: #353737;
            background: #FFFFFF;
            border-radius: 15px;
            border: 0;
            padding: 7px 36px;
        }

.bl_no_flash {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    display: block;
    width: 278px;
    background: rgba(0,0,0,.4);
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    border-radius: 22px;
    margin: 0 auto;
    padding: 13px 105px 13px 25px;
}

    .bl_no_flash a {
        position: absolute;
        top: 8px;
        right: 12px;
        display: block;
        width: 82px;
        height: 29px;
        line-height: 29px;
        background: #01B6FF;
        border-radius: 15px;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
    }

.bl_hd_cont .bl_hd_tool {
    margin-top: 18px;
    margin-left: 24px;
}

    .bl_hd_cont .bl_hd_tool a {
        float: left;
        font-size: 18px;
        line-height: 26px;
        color: #FFFAF6;
    }

    .bl_hd_cont .bl_hd_tool .download_btn .icon_download {
        float: left;
        width: 26px;
        height: 26px;
        background: url(../image/icon_download.png) no-repeat 0 0;
        margin-right: 5px;
    }

    .bl_hd_cont .bl_hd_tool .download_btn {
        position: relative;
    }

        .bl_hd_cont .bl_hd_tool .download_btn .icon_download_code {
            display: none;
            width: 222px;
            height: 240px;
            background: url(../image/QR_code.png) no-repeat 0 0;
            padding-top: 30px;
            position: absolute;
            top: 38px;
            left: -66px;
            z-index: 12;
        }

            .bl_hd_cont .bl_hd_tool .download_btn .icon_download_code img {
                width: 174px;
                height: 174px;
                margin: 0 auto;
            }

            .bl_hd_cont .bl_hd_tool .download_btn .icon_download_code p {
                line-height: 15px;
                font-size: 14px;
                font-weight: bold;
                color: rgba(143,145,145,1);
                text-align: center;
                margin-top: 8px;
            }

            .bl_hd_cont .bl_hd_tool .download_btn .icon_download_code.flex {
                display: block;
            }

    .bl_hd_cont .bl_hd_tool .recharge_btn .icon_recharge {
        float: left;
        width: 26px;
        height: 26px;
        background: url(../image/icon_recharge.png) no-repeat 0 0;
        margin-right: 5px;
        margin-left: 18px;
    }

.bl_hd_cont .bl_hd_login {
    margin-top: 13px;
}

    .bl_hd_cont .bl_hd_login .login_btn {
        float: left;
        width: 64px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        color: #FFFAF6;
        text-align: center;
        border: 1px solid #FFFFFF;
        border-radius: 4px;
        margin-left: 23px;
    }

    .bl_hd_cont .bl_hd_login .register_btn {
        float: left;
        width: 64px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        color: #FFFAF6;
        text-align: center;
        background: #01B6FF;
        border-radius: 4px;
        margin-left: 15px;
    }

    .bl_hd_cont .bl_hd_login .already_login a {
        float: left;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        margin-top: -3px;
        margin-left: 29px;
        margin-right: 14px;
        overflow: hidden;
    }

.bl_cont {
    position: relative;
    width: 1180px;
    margin: 15px auto 0;
}

    .bl_cont .bl_cont_top {
        margin-bottom: 36px;
    }

        .bl_cont .bl_cont_top .bl_cont_video {
            position: relative;
            width: 779px;
            height: 769px;
            background: #000;
        }

            .bl_cont .bl_cont_top .bl_cont_video #containerplay {
                width: 779px;
                height: 769px;
                background: #000;
            }

            .bl_cont .bl_cont_top .bl_cont_video .bl_player_praises {
                position: absolute;
                right: 55px;
                bottom: 37px;
                z-index: 12;
            }

                .bl_cont .bl_cont_top .bl_cont_video .bl_player_praises .bubble {
                    position: relative;
                    height: 334px;
                }

                    .bl_cont .bl_cont_top .bl_cont_video .bl_player_praises .bubble svg {
                        position: absolute;
                    }

                .bl_cont .bl_cont_top .bl_cont_video .bl_player_praises .praises_btn {
                    display: block;
                    width: 64px;
                    height: 64px;
                    border-radius: 50%;
                    background: url(../image/icon_xin.png) no-repeat center center;
                    margin: 0 auto;
                }

                    .bl_cont .bl_cont_top .bl_cont_video .bl_player_praises .praises_btn i {
                        font-size: 44px;
                        color: #fff;
                        line-height: 60px;
                    }

                        .bl_cont .bl_cont_top .bl_cont_video .bl_player_praises .praises_btn i:before {
                            position: relative;
                            top: -3px;
                        }

            .bl_cont .bl_cont_top .bl_cont_video .bl_player_tit {
                position: absolute;
                top: 26px;
                right: 35px;
                font-size: 16px;
                font-weight: 400;
                color: #FFFFFF;
                z-index: 10;
            }

                .bl_cont .bl_cont_top .bl_cont_video .bl_player_tit:before {
                    content: '';
                    position: absolute;
                    top: 8px;
                    left: -14px;
                    width: 6px;
                    height: 6px;
                    background: #3CF49B;
                    border-radius: 50%;
                }

            .bl_cont .bl_cont_top .bl_cont_video .bl_gohome a {
                position: absolute;
                top: 67px;
                right: 23px;
                font-family: MicrosoftYaHei;
                display: none;
                width: 125px;
                font-size: 16px;
                font-weight: bold;
                color: #FFFFFF;
                height: 45px;
                line-height: 41px;
                border: 2px solid #FFFFFF;
                opacity: 0.8;
                border-radius: 23px;
                background: rgba(255,255,255,.2);
                text-align: center;
            }

            .bl_cont .bl_cont_top .bl_cont_video:hover .bl_gohome a {
                display: block;
            }

    .bl_cont .bl_cont_hot .home_user_info {
        width: 393px;
        height: 95px;
        background: #FFFFFF;
    }

        .bl_cont .bl_cont_hot .home_user_info img {
            float: left;
            width: 74px;
            height: 74px;
            border-radius: 50%;
            margin: 19px 11px 0 18px;
        }

        .bl_cont .bl_cont_hot .home_user_info .home_user_follow {
            float: right;
            width: 72px;
            line-height: 32px;
            font-size: 18px;
            font-weight: 400;
            color: #FFFFFF;
            background: #01B6FF;
            border-radius: 4px;
            text-align: center;
            margin: 44px 18px 0 0;
        }

            .bl_cont .bl_cont_hot .home_user_info .home_user_follow.already {
                background: #E1E4E6;
            }

    .bl_cont .bl_cont_hot .home_user_name {
        max-width: 182px;
        height: 28px;
        line-height: 28px;
        font-size: 18px;
        font-weight: bold;
        color: #353737;
        margin-top: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .bl_cont .bl_cont_hot .home_user_uid {
        line-height: 34px;
        font-size: 14px;
        font-weight: 400;
        color: #8F9191;
    }

    .bl_cont .bl_cont_hot .home_user_value ul {
        display: table;
        width: 393px;
        height: 82px;
        background: #FFFFFF;
    }

    .bl_cont .bl_cont_hot .home_user_value li {
        position: relative;
        display: table-cell;
        width: 50%;
        line-height: 24px;
        font-size: 16px;
        color: #353737;
        font-weight: 400;
        text-align: center;
        vertical-align: middle;
    }

        .bl_cont .bl_cont_hot .home_user_value li + li:before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 29px;
            display: block;
            width: 1px;
            height: 22px;
            background: #8F9191;
        }

        .bl_cont .bl_cont_hot .home_user_value li p {
            font-size: 20px;
            font-weight: bold;
        }

    .bl_cont .bl_cont_hot .bl_cont_hot_info h4 {
        position: relative;
        line-height: 16px;
        font-size: 16px;
        font-weight: 400;
        color: #353737;
        text-align: center;
        padding: 21px 0 13px;
    }

        .bl_cont .bl_cont_hot .bl_cont_hot_info h4:before {
            content: '';
            position: absolute;
            top: 29px;
            left: 78px;
            display: block;
            width: 68px;
            height: 1px;
            background: #353737;
        }

        .bl_cont .bl_cont_hot .bl_cont_hot_info h4:after {
            content: '';
            position: absolute;
            top: 29px;
            right: 78px;
            display: block;
            width: 68px;
            height: 1px;
            background: #353737;
        }

    .bl_cont .bl_cont_hot .bl_cont_hot_list {
        position: relative;
        width: 393px;
        height: 542px;
    }

        .bl_cont .bl_cont_hot .bl_cont_hot_list .hot_list_item {
            width: 193px;
            background: #FFFFFF;
        }

            .bl_cont .bl_cont_hot .bl_cont_hot_list .hot_list_item.item01 {
                position: absolute;
                top: 0;
                left: 0;
                height: 299px;
            }

            .bl_cont .bl_cont_hot .bl_cont_hot_list .hot_list_item.item02 {
                position: absolute;
                top: 0;
                right: 0;
                height: 235px;
            }

            .bl_cont .bl_cont_hot .bl_cont_hot_list .hot_list_item.item03 {
                position: absolute;
                left: 0;
                bottom: 0;
                height: 235px;
            }

            .bl_cont .bl_cont_hot .bl_cont_hot_list .hot_list_item.item04 {
                position: absolute;
                right: 0;
                bottom: 0;
                height: 299px;
            }

                .bl_cont .bl_cont_hot .bl_cont_hot_list .hot_list_item.item01 .hot_list_item_img, .bl_cont .bl_cont_hot .bl_cont_hot_list .hot_list_item.item04 .hot_list_item_img {
                    width: 193px;
                    height: 257px;
                    overflow: hidden;
                }

                .bl_cont .bl_cont_hot .bl_cont_hot_list .hot_list_item.item01 img, .bl_cont .bl_cont_hot .bl_cont_hot_list .hot_list_item.item04 img {
                    width: 257px;
                    height: 257px;
                    margin-left: -32px;
                }

            .bl_cont .bl_cont_hot .bl_cont_hot_list .hot_list_item.item02 img, .bl_cont .bl_cont_hot .bl_cont_hot_list .hot_list_item.item03 img {
                height: 193px;
            }

            .bl_cont .bl_cont_hot .bl_cont_hot_list .hot_list_item .hot_list_item_img {
                -webkit-transition: -webkit-transform .2s linear;
                transition: -webkit-transform .2s linear;
                transition: transform .2s linear;
                transition: transform .2s linear,-webkit-transform .2s linear;
            }

            .bl_cont .bl_cont_hot .bl_cont_hot_list .hot_list_item .hot_list_item_name {
                max-width: 193px;
                height: 42px;
                line-height: 40px;
                font-size: 14px;
                font-weight: 400;
                color: #353737;
                padding: 0 8px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .bl_cont .bl_cont_hot .bl_cont_hot_list .hot_list_item .icon_living {
                position: absolute;
                top: 12px;
                right: 10px;
                width: 68px;
                height: 28px;
                line-height: 26px;
                font-size: 14px;
                font-style: inherit;
                color: #FFFFFF;
                border: 1px solid #FFFFFF;
                background: rgba(0,0,0,.4);
                border-radius: 16px;
                padding-left: 16px;
            }

                .bl_cont .bl_cont_hot .bl_cont_hot_list .hot_list_item .icon_living:before {
                    content: '';
                    position: absolute;
                    top: 10px;
                    left: 6px;
                    display: block;
                    width: 6px;
                    height: 6px;
                    background: #3CF49B;
                    border-radius: 50%;
                }

            .bl_cont .bl_cont_hot .bl_cont_hot_list .hot_list_item:hover .hot_list_item_img,
            .bl_cont .bl_cont_hot .bl_cont_hot_list .hot_list_item.active .hot_list_item_img {
                -webkit-transform: scale(0.97);
                transform: scale(0.97);
            }

            .bl_cont .bl_cont_hot .bl_cont_hot_list .hot_list_item:hover,
            .bl_cont .bl_cont_hot .bl_cont_hot_list .hot_list_item.active {
                background: #01B6FF;
            }

                .bl_cont .bl_cont_hot .bl_cont_hot_list .hot_list_item:hover .hot_list_item_name,
                .bl_cont .bl_cont_hot .bl_cont_hot_list .hot_list_item.active .hot_list_item_name {
                    color: #FFFFFF;
                }

            .bl_cont .bl_cont_hot .bl_cont_hot_list .hot_list_item .mask {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0,0,0,.4);
            }

            .bl_cont .bl_cont_hot .bl_cont_hot_list .hot_list_item:hover .mask,
            .bl_cont .bl_cont_hot .bl_cont_hot_list .hot_list_item.active .mask {
                display: none;
            }

#dialog_forget {
    height: 417px;
}

#dialog_phone {
    height: 451px;
}

    #dialog_phone.dialog_layer .dialog_form h4, #dialog_forget.dialog_layer .dialog_form h4 {
        margin: 93px 0 26px;
    }

    #dialog_phone .Unbind_btn {
        font-size: 14px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: rgba(143,145,145,1);
        line-height: 24px;
    }

.channel_box {
    margin-bottom: 35px;
}

    .channel_box .tag {
        position: relative;
        margin: 12px 0;
    }

        .channel_box .tag .icon_tag1 {
            position: absolute;
            top: -1px;
            left: 0;
            width: 29px;
            height: 29px;
            background: url(../image/icon_hot.png) no-repeat 0 0;
        }

        .channel_box .tag .icon_tag2 {
            position: absolute;
            top: -1px;
            left: 0;
            width: 29px;
            height: 29px;
            background: url(../image/icon_video.png) no-repeat 0 0;
        }

        .channel_box .tag .icon_more {
            position: absolute;
            top: 0;
            right: 0;
            display: block;
            width: 24px;
            height: 24px;
            background: url(../image/icon_more.png) no-repeat 0 0;
        }

        .channel_box .tag a {
            position: relative;
            font-size: 18px;
            line-height: 24px;
            font-weight: 400;
            color: #8F9191;
            padding-right: 28px;
        }

        .channel_box .tag span {
            font-size: 24px;
            line-height: 25px;
            font-weight: bold;
            color: #353737;
            margin-left: 37px;
        }

    .channel_box .channel_hot_list li {
        position: relative;
        float: left;
        width: 282px;
        background: #FFFFFF;
        margin-top: 16px;
        margin-right: 17px;
        overflow: hidden;
    }

        .channel_box .channel_hot_list li:nth-child(4n) {
            margin-right: 0;
        }

        .channel_box .channel_hot_list li img {
            width: 282px;
            height: 282px;
            -webkit-transition: -webkit-transform .2s linear;
            transition: -webkit-transform .2s linear;
            transition: transform .2s linear;
            transition: transform .2s linear,-webkit-transform .2s linear;
        }

        .channel_box .channel_hot_list li:hover img {
            -webkit-transform: scale(0.98);
            transform: scale(0.98);
        }

        .channel_box .channel_hot_list li p {
            padding: 19px 11px 19px 9px;
        }

    .channel_box .channel_hot_list .live_name {
        float: left;
        max-width: 151px;
        height: 16px;
        line-height: 16px;
        font-size: 16px;
        color: #353737;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .channel_box .channel_hot_list .live_fans {
        float: right;
        color: #8F9191;
        line-height: 16px;
        font-size: 16px;
        font-weight: 400;
    }

    .channel_box .channel_hot_list .icon_living {
        position: absolute;
        top: 18px;
        right: 16px;
        width: 68px;
        height: 28px;
        line-height: 26px;
        font-size: 14px;
        font-style: inherit;
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
        background: rgba(0,0,0,.4);
        border-radius: 14px;
        padding-left: 16px;
    }

        .channel_box .channel_hot_list .icon_living:before {
            content: '';
            position: absolute;
            top: 10px;
            left: 6px;
            display: block;
            width: 6px;
            height: 6px;
            background: #3CF49B;
            border-radius: 50%;
        }

    .channel_box .channel_short_list li {
        position: relative;
        float: left;
        width: 223px;
        background: #FFFFFF;
        margin-top: 16px;
        margin-right: 16px;
    }

        .channel_box .channel_short_list li:nth-child(5n) {
            margin-right: 0;
        }

        .channel_box .channel_short_list li img {
            width: 223px;
            height: 297px;
            -webkit-transition: -webkit-transform .2s linear;
            transition: -webkit-transform .2s linear;
            transition: transform .2s linear;
            transition: transform .2s linear,-webkit-transform .2s linear;
        }

        .channel_box .channel_short_list li:hover img {
            -webkit-transform: scale(0.98);
            transform: scale(0.98);
        }

        .channel_box .channel_short_list li .icon_play {
            position: absolute;
            top: 119px;
            left: 0;
            right: 0;
            width: 60px;
            height: 60px;
            background: url(../image/icon_play.png) no-repeat 0 0;
            margin: 0 auto;
        }

        .channel_box .channel_short_list li p {
            display: -webkit-box;
            width: 223px;
            height: 66px;
            font-size: 16px;
            font-weight: bold;
            line-height: 26px;
            padding: 10px 25px 0 10px;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

.channel_short_list .live_name {
    padding: 6px 0 14px 11px;
}

.channel_box .channel_short_list .live_name img {
    float: left;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 12px;
}

.channel_box .channel_short_list .live_name span {
    float: left;
    max-width: 155px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #8F9191;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.channel_box .channel_hot_list li:hover,
.channel_box .channel_short_list li:hover {
    background: #01B6FF;
}

    .channel_box .channel_hot_list li:hover .live_name,
    .channel_box .channel_hot_list li:hover .live_fans,
    .channel_box .channel_short_list li:hover .live_name span,
    .channel_box .channel_short_list li:hover p {
        color: #FFFFFF;
    }

.short_layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 20;
}

    .short_layer .short_layer_info {
        position: relative;
        width: 1180px;
        background: #000000;
        margin: 0 auto;
    }

        .short_layer .short_layer_info video {
            display: block;
            width: 1180px;
            height: 769px;
            clear: both;
            display: block;
            margin: auto;
        }

        .short_layer .short_layer_info .icon_close {
            position: absolute;
            top: -17px;
            right: -60px;
            display: block;
            width: 36px;
            height: 36px;
            background: url(../image/icon_colse.png) no-repeat center center;
        }

.bl_player_tips {
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    width: 779px;
    height: 307px;
    background: rgba(0,0,0,0.9);
    z-index: 12;
}

    .bl_player_tips .bl_player_tips_code {
        width: 190px;
        height: 190px;
        background: rgba(255,255,255,0.11);
        padding: 7px;
        margin: 40px auto 23px;
    }

    .bl_player_tips p {
        font-family: MicrosoftYaHei;
        line-height: 34px;
        font-size: 16px;
        font-weight: bold;
        color: rgba(255,255,255,1);
        text-align: center;
    }

    .bl_player_tips .close_btn {
        position: absolute;
        top: 30px;
        right: 40px;
        display: block;
        width: 24px;
        height: 24px;
        background: url(../image/icon_colse.png) no-repeat center center;
    }

.dialog-cap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 99999;
}

.dialog-cap .dialog-cap-v {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 360px;
    height: 204px;
    background: url('http://www.yiqi1717.com/themes/image/live/validate.png') no-repeat 0 0;
    margin: -102px 0 0 -180px;
}

    .dialog-cap .dialog-cap-v .close-btn {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 30px;
    }

    .dialog-cap .dialog-cap-v .dialog-cap-info {
        width: 300px;
        font-size: 24px;
        color: #000000;
        text-align: center;
        margin: 137px auto 0;
        background: #fff;
        border-radius: 10px;
    }

.bl_cont .bl_cont_hot .bl_cont_hot_list .hot_list_item.item01:hover .hot_list_item_img,
.bl_cont .bl_cont_hot .bl_cont_hot_list .hot_list_item.item04:hover .hot_list_item_img,
.bl_cont .bl_cont_hot .bl_cont_hot_list .hot_list_item.item01.active .hot_list_item_img,
.bl_cont .bl_cont_hot .bl_cont_hot_list .hot_list_item.item04.active .hot_list_item_img {
    width: 189px;
    height: 253px;
    margin: 2px auto;
    -webkit-transform: initial;
    transform: initial;
}

.already_login {
    position: relative;
}

    .already_login .login_out {
        display: none;
        position: absolute;
        top: 45px;
        right: 3px;
        width: 96px;
        height: 49px;
        line-height: 34px;
        text-align: center;
        font-size: 14px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: rgba(53,55,55,1);
        line-height: 24px;
        padding-top: 16px;
        background: url(../image/login_out.png) no-repeat 0 0;
        cursor: pointer;
        z-index: 99;
    }

        .already_login .login_out.active {
            display: block;
        }

.renzheng {
    display: none;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
}

    .renzheng img {
        display: block;
        width: auto;
        height: 80%;
        margin: 5% auto 0;
    }