﻿@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
  }
  
#video-section {
    margin: 0 auto;
    width: 100%;
    min-width: 1170px;
    min-height: 529px;
    background-color: #000
}

    #video-section.fullsrceen {
        height: 635px
    }

        #video-section.fullsrceen .videoWrapper .videoContent {
            width: 100%
        }

            #video-section.fullsrceen .videoWrapper .videoContent .vcontainer, #video-section.fullsrceen .videoWrapper .videoContent .vcontainer .video-js {
                width: 1170px;
                height: 550px
            }

    #video-section .videoWrapper {
        position: relative;
        margin: 0 auto;
        width: 1170px;
        font-size: 0
    }

        #video-section .videoWrapper.padding_top_10 {
            padding-top: 10px
        }

        #video-section .videoWrapper .videoContent {
            vertical-align: top;
            display: inline-block;
            position: relative;
            width: 790px;
            height: 100%
        }

            #video-section .videoWrapper .videoContent :focus {
                outline: 0
            }

            #video-section .videoWrapper .videoContent .vcontainer {
                position: relative;
                width: 790px;
                height: 444px
            }

            #video-section .videoWrapper .videoContent #iframeCover {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                cursor: pointer;
                z-index: 1
            }

            #video-section .videoWrapper .videoContent #iframeCoverWatermark {
                position: absolute;
                right: 20px;
                bottom: 20px;
                height: 26px;
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover
            }

            #video-section .videoWrapper .videoContent .permissCover {
                position: relative;
                width: 100%;
                height: 100%;
                background-color: rgba(0,0,0,.5);
                z-index: 2
            }

                #video-section .videoWrapper .videoContent .permissCover .permissCoverContent {
                    width: 100%;
                    text-align: center;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%,-50%);
                    color: #fff;
                    font-size: 26px
                }

                    #video-section .videoWrapper .videoContent .permissCover .permissCoverContent .desc {
                        margin: 25px
                    }

                    #video-section .videoWrapper .videoContent .permissCover .permissCoverContent .permissbtn {
                        display: inline-block;
                        padding: 10px 15px;
                        background-color: #F32B70;
                        border: 1px solid #F32B70;
                        font-size: 15px;
                        color: #fff;
                        border-radius: 50px;
                        transition: all,.2s;
                        cursor: pointer
                    }

                        #video-section .videoWrapper .videoContent .permissCover .permissCoverContent .permissbtn:hover {
                            background-color: transparent
                        }

            #video-section .videoWrapper .videoContent .video-action {
                display: flex;
                position: relative;
                margin: 20px 0
            }

                #video-section .videoWrapper .videoContent .video-action .video-action-btn {
                    width: 130px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    margin-right: 15px;
                    height: 35px;
                    text-align: center;
                    border: 1px solid #616161;
                    font-size: 15px;
                    color: #fff;
                    cursor: pointer;
                    border-radius: 3px
                }

                    #video-section .videoWrapper .videoContent .video-action .video-action-btn:hover {
                        background-color: #333;
                        border: 1px solid #333
                    }

                    #video-section .videoWrapper .videoContent .video-action .video-action-btn.download i {
                        color: #35A3EE;
                        font-size: 16px
                    }

                    #video-section .videoWrapper .videoContent .video-action .video-action-btn.heart {
                        position: relative;
                        margin-right: 0
                    }

                        #video-section .videoWrapper .videoContent .video-action .video-action-btn.heart glyphicon {
                            color: #FF8382;
                            font-size: 18px
                        }

                        #video-section .videoWrapper .videoContent .video-action .video-action-btn.heart.checked {
                            background-color: #FF8382;
                            border: 1px solid #FF8382
                        }

                            #video-section .videoWrapper .videoContent .video-action .video-action-btn.heart.checked > i.glyphicon-heart {
                                color: #fff;
                                animation: beat .5s ease-in-out
                            }

                    #video-section .videoWrapper .videoContent .video-action .video-action-btn.report i {
                        color: #82ff9f;
                        font-size: 16px
                    }

                    #video-section .videoWrapper .videoContent .video-action .video-action-btn.editFunction {
                        width: 100px
                    }

                    #video-section .videoWrapper .videoContent .video-action .video-action-btn .text {
                        padding-left: 10px;
                        font-size: 15px;
                        color: #fff
                    }

                #video-section .videoWrapper .videoContent .video-action .like-number {
                    position: relative;
                    vertical-align: middle;
                    display: inline-block;
                    margin: 0 15px 0 10px;
                    width: 50px;
                    height: 35px;
                    line-height: 35px;
                    text-align: center;
                    border: 1px solid #616161;
                    color: #fff;
                    font-size: 13px;
                    border-radius: 3px
                }

                    #video-section .videoWrapper .videoContent .video-action .like-number:after, #video-section .videoWrapper .videoContent .video-action .like-number:before {
                        content: '';
                        position: absolute;
                        top: 50%;
                        transform: translate(0,-50%);
                        width: 0;
                        height: 0;
                        border-style: solid;
                        border-width: 6px 6px 6px 0
                    }

                    #video-section .videoWrapper .videoContent .video-action .like-number:after {
                        left: -6px;
                        border-color: transparent #878787 transparent transparent
                    }

                    #video-section .videoWrapper .videoContent .video-action .like-number:before {
                        left: -5px;
                        border-color: transparent #000 transparent transparent;
                        z-index: 1
                    }

                #video-section .videoWrapper .videoContent .video-action .videoviews {
                    display: none
                }

        #video-section .videoWrapper .videoOtherInfo {
            position: absolute;
            top: 0;
            right: 35px;
            height: 35px;
            line-height: 35px;
            display: flex;
            font-size: 13px
        }

            #video-section .videoWrapper .videoOtherInfo.moveR {
                right: -350px
            }

            #video-section .videoWrapper .videoOtherInfo .text-goodreview, #video-section .videoWrapper .videoOtherInfo .text-view {
                color: #616161
            }

            #video-section .videoWrapper .videoOtherInfo .text-goodreview {
                margin-left: 20px;
                cursor: pointer
            }

        #video-section .videoWrapper .join_block {
            display: flex;
            align-items: center;
            position: absolute;
            width: 380px;
            right: 0;
            bottom: 10px;
            padding: 7px 30px;
            color: #fff;
            font-size: 13px;
            background-image: url(/img/remind_bg.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            cursor: pointer
        }

            #video-section .videoWrapper .join_block .left {
                flex: 1
            }

                #video-section .videoWrapper .join_block .left div:nth-child(2) {
                    font-size: 15px;
                    margin-left: 20px
                }

                #video-section .videoWrapper .join_block .left .gold {
                    color: #F5A623
                }

            #video-section .videoWrapper .join_block .right .join_btn {
                border: 1px solid;
                border-radius: 50px;
                width: 100px;
                height: 35px;
                line-height: 35px;
                text-align: center;
                color: #F5A623;
                float: right
            }

@media (min-width:0) and (max-width:999px) {
    #video-section .videoWrapper .videoContent .video-action #editVideoBtn, #video-section .videoWrapper .videoContent .video-action .like-number, #video-section .videoWrapper .videoContent .video-action .video-action-btn .text {
        display: none
    }

    #video-section {
        margin: 0 auto;
        min-width: 320px;
        min-height: 235px
    }

        #video-section.fullsrceen {
            height: initial
        }

            #video-section.fullsrceen .videoWrapper .videoContent .vcontainer {
                width: 100%;
                height:100%;
            }

                #video-section.fullsrceen .videoWrapper .videoContent .vcontainer .video-js {
                    width: 100%;
                    height: 0
                }

        #video-section .videoWrapper {
            width: 100%
        }

            #video-section .videoWrapper.padding_top_actor {
                padding-top: 0
            }

            #video-section .videoWrapper .videoDetailWrap {
                margin: 0;
                padding: 0 10px 20px;
                width: 100%;
                background-color: #333
            }

                #video-section .videoWrapper .videoDetailWrap .actorProfile {
                    margin-top: 20px
                }

            #video-section .videoWrapper .videoContent {
                width: 100%
            }

                #video-section .videoWrapper .videoContent .vcontainer {
                    width: 100%;
                    min-height: 180px;
                    height:100%;
                }

                #video-section .videoWrapper .videoContent .permissCover {
                    padding-bottom: 56.25%;
                    height: 0
                }

                    #video-section .videoWrapper .videoContent .permissCover .permissCoverContent {
                        font-size: 16px
                    }

                        #video-section .videoWrapper .videoContent .permissCover .permissCoverContent .desc {
                            margin: 10px
                        }

                        #video-section .videoWrapper .videoContent .permissCover .permissCoverContent .permissbtn {
                            font-size: 12px;
                            padding: 10px
                        }

                #video-section .videoWrapper .videoContent .video-js {
                    position: relative;
                    padding-bottom: 56.25%;
                    width: 100%;
                    height: 0
                }

                #video-section .videoWrapper .videoContent .video-action {
                    margin: 0;
                    padding: 9px 10px
                }

                    #video-section .videoWrapper .videoContent .video-action .video-action-btn {
                        font-size: 13px;
                        width: 40px;
                        height: 35px
                    }

                        #video-section .videoWrapper .videoContent .video-action .video-action-btn.heart {
                            margin-right: 15px
                        }

                    #video-section .videoWrapper .videoContent .video-action .videoviews {
                        display: block;
                        position: absolute;
                        bottom: 17px;
                        right: 10px;
                        color: #616161;
                        font-size: 13px
                    }

            #video-section .videoWrapper .videoOtherInfo {
                display: none
            }

            #video-section .videoWrapper .join_block {
                width: 100%;
                position: initial;
                padding: 7px 15px
            }
}

@keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 50%;
        opacity: 1
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #000;
    z-index: 101;
    box-shadow: 0 2px 4px rgba(0,0,0,.5)
}

    header .remind {
        height: 30px;
        color: #fff;
        background: #F75534;
        text-align: center;
        letter-spacing: 1px;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 15px
    }

        header .remind .gold, header .remind .gold a {
            color: #F8E71C
        }

        header .remind #timer {
            display: none
        }

            header .remind #timer.show {
                display: inline-block
            }

            header .remind #timer span {
                display: inline-block;
                width: 25px
            }

        header .remind .gold.pointer {
            cursor: pointer
        }

    header .header-container {
        position: relative;
        margin: 0 auto;
        padding-left: 15px;
        max-width: 1170px;
        min-width: 320px;
        width: 100%;
        height: 50px;
        line-height: 65px;
        color: #fff;
        font-size: 0
    }

        header .header-container .logo_switch {
            display: inline-block;
            position: relative;
            min-width: 170px;
            font-size: 0;
            vertical-align: top;
        }

        @media screen and (min-width:767px) {
            .logo_switch {
                padding-left: 75px;
                margin-top:-5px;
            }
        }

        @media screen and (min-width:768px) and (max-width:2440px){
            .logo_switch {
                padding-left: 85px;
                margin-top:-5px;
            }
        }

        header .header-container .header_link {
            display: inline-block;
            height: 100%;
            padding-left: 8px;
            padding-top: 0px
        }

        header .header-container .header_logo {
            display: inline-block;
            vertical-align: middle;
            width: 161px;
            height: 40px;
            background-position: top;
            background-repeat: no-repeat;
            background-size: contain;
            background-image: url(/style-custom/img/logo/nencao_logo.png)
        }

            header .header-container .header_logo.cn, header .header-container .header_logo.jp {
                background-image: url(/style-custom/img/logo/nencao_logo.png)
            }

            header .header-container .header_logo.en, header .header-container .header_logo.kr {
                background-image: url(/style-custom/img/logo/nencao_logo.png)
            }

        header .header-container .website_switch {
            display: inline-block;
            vertical-align: top;
            height: 100%
        }

            header .header-container .website_switch a {
                position: relative;
                display: inline-block;
                margin: 0 0 0 25px;
                color: #DADADA;
                font-size: 16px
            }

                header .header-container .website_switch a.currentSite, header .header-container .website_switch a:hover {
                    color: #fff
                }

                    header .header-container .website_switch a.currentSite:after, header .header-container .website_switch a.currentSite:before {
                        position: absolute;
                        left: 50%;
                        content: '\0020';
                        width: 0;
                        height: 0;
                        border-style: solid;
                        z-index: 1
                    }

                    header .header-container .website_switch a.currentSite:before {
                        bottom: 0;
                        margin-left: -10px;
                        border-width: 0 10px 10px;
                        border-color: transparent transparent #555
                    }

                    header .header-container .website_switch a.currentSite:after {
                        bottom: -1px;
                        margin-left: -9px;
                        border-width: 0 9px 9px;
                        border-color: transparent transparent #222
                    }

            header .header-container .website_switch .menulocale, header .header-container .website_switch .menusite_l {
                display: none
            }

        header .header-container .searchbar_wrapper {
            position: relative;
            display: inline-block;
            vertical-align: top;
            margin-left: 25px
        }

            header .header-container .searchbar_wrapper .search_bar {
                vertical-align: middle;
                width: 150px;
                height: 30px;
                line-height: 30px;
                padding: 0 5px 0 15px;
                border: none;
                background-color: #212121;
                color: #9B9B9B;
                outline: 0;
                font-size: 16px;
                appearance: none;
                -moz-appearance: none;
                -webkit-appearance: none;
                border-top-left-radius: 3px;
                border-bottom-left-radius: 3px
            }

            header .header-container .searchbar_wrapper .search_btn {
                display: inline-block;
                vertical-align: middle;
                text-align: center;
                width: 30px;
                height: 30px;
                line-height: 30px;
                background-color: rgba(255,255,255,.3);
                border-top-right-radius: 3px;
                border-bottom-right-radius: 3px;
                color: #fff;
                cursor: pointer
            }

                header .header-container .searchbar_wrapper .search_btn i {
                    font-size: 20px
                }

        header .header-container .searchkey_wrapper {
            vertical-align: middle;
            display: inline-block;
            margin-left: 15px;
            width: 30%;
            font-size: 13px;
            color: #9B9B9B;
            height: 65px;
            overflow: hidden
        }

@media screen and (min-width:1100px) and (max-width:1200px) {
    header .header-container .searchkey_wrapper {
        width: 280px
    }
}

@media screen and (min-width:1000px) and (max-width:1099px) {
    header .header-container .searchkey_wrapper {
        width: 220px
    }
}

@media screen and (max-width:999px) {
    header .header-container .searchkey_wrapper {
        display: none
    }
}

header .header-container .searchkey_wrapper a {
    margin-right: 5px;
    color: #9B9B9B
}

    header .header-container .searchkey_wrapper a:last-child {
        margin: 0
    }

header .header-container .global_language {
    position: absolute;
    right: 185px;
    top: 0;
    padding-left: 20px;
    z-index: 102;
    background: #000
}

    header .header-container .global_language .lan_btn {
        display: inline-block;
        vertical-align: middle;
        width: 120px;
        height: 35px;
        line-height: 34px;
        border: 1px solid;
        text-align: center;
        font-size: 13px;
        color: #9B9B9B;
        cursor: pointer;
        border-radius: 35px
    }

        header .header-container .global_language .lan_btn.active, header .header-container .global_language .lan_btn:hover {
            background-color: #FF8382;
            border-color: #FF8382
        }

            header .header-container .global_language .lan_btn.active .lan_txt, header .header-container .global_language .lan_btn:hover .lan_txt {
                color: #fff
            }

            header .header-container .global_language .lan_btn.active .lan_menu, header .header-container .global_language .lan_btn:hover .lan_menu {
                display: block
            }

    header .header-container .global_language .lan_menu {
        display: none;
        background: #222;
        padding: 0 20px
    }

        header .header-container .global_language .lan_menu .lan_item {
            text-align: left;
            padding: 5px 0;
            cursor: pointer
        }

            header .header-container .global_language .lan_menu .lan_item:hover {
                color: #FF8382
            }

header .header-container .lan_icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/img/tw.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: text-bottom;
    margin-right: 5px
}

    header .header-container .lan_icon.cn {
        background-image: url(/img/cn.png)
    }

    header .header-container .lan_icon.en {
        background-image: url(/img/en.png)
    }

    header .header-container .lan_icon.jp {
        background-image: url(/img/jp.png)
    }

    header .header-container .lan_icon.kr {
        background-image: url(/img/kr.png)
    }

header .header-container .mobile_login, header .header-container .search-icon {
    display: none
}

header .header-container .login_menu {
    position: absolute;
    width: 175px;
    top: 0;
    right: 0;
    text-align: center
}

    header .header-container .login_menu .login-button {
        display: inline-block;
        vertical-align: middle;
        background-color: #FF8382;
        width: 120px;
        height: 35px;
        line-height: 34px;
        text-align: center;
        font-size: 15px;
        color: #fff;
        cursor: pointer;
        border-radius: 35px
    }

    header .header-container .login_menu .member_group {
        cursor: pointer;
        transition: all,.3s
    }

        header .header-container .login_menu .member_group:hover {
            background-color: #333
        }

            header .header-container .login_menu .member_group:hover .member_dropdown {
                opacity: 1;
                visibility: visible
            }

        header .header-container .login_menu .member_group .user_profile {
            display: block;
            text-align: center
        }

            header .header-container .login_menu .member_group .user_profile .user_pic_wrapper {
                display: inline-block;
                vertical-align: middle;
                margin-right: 20px;
                transform: scale(1.4)
            }

                header .header-container .login_menu .member_group .user_profile .user_pic_wrapper .user_pic {
                    vertical-align: middle;
                    width: 35px;
                    height: 35px
                }

                    header .header-container .login_menu .member_group .user_profile .user_pic_wrapper .user_pic.round_pic {
                        border-radius: 50%
                    }

            header .header-container .login_menu .member_group .user_profile .user_id {
                display: inline-block;
                vertical-align: top;
                max-width: 100px;
                overflow: hidden;
                font-size: 14px;
                font-weight: 800
            }

                header .header-container .login_menu .member_group .user_profile .user_id.intern {
                    color: #FFBAB9
                }

                header .header-container .login_menu .member_group .user_profile .user_id.silver {
                    color: #FF8382
                }

                header .header-container .login_menu .member_group .user_profile .user_id.gold {
                    color: #F32B70
                }

        header .header-container .login_menu .member_group .member_dropdown {
            position: absolute;
            opacity: 0;
            visibility: hidden;
            background-color: #333;
            width: 175px;
            z-index: 1944;
            border-radius: 0 0 8px 8px;
            box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
            transition: all,.3s
        }

            header .header-container .login_menu .member_group .member_dropdown .list_style {
                display: block;
                color: #fff;
                height: 52px;
                font-size: 15px;
                text-align: center;
                line-height: 52px
            }

                header .header-container .login_menu .member_group .member_dropdown .list_style :hover, header .header-container .login_menu .member_group .member_dropdown .list_style:last-child {
                    border-radius: 0 0 8px 8px
                }

                header .header-container .login_menu .member_group .member_dropdown .list_style:hover {
                    background-color: #FF8382;
                    transition: .3s
                }


                .banner-container {
                    position: relative
                }
                
                    .banner-container .linear-bg {
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                        background-image: -webkit-linear-gradient(left,rgba(255,131,130,.58),#fb9ab2);
                        background-image: linear-gradient(to right,rgba(255,131,130,.58),#fb9ab2);
                        z-index: 1
                    }
                
                    .banner-container .banner-bg {
                        position: relative;
                        max-width: 1200px;
                        width: 100%;
                        height: 450px;
                        margin: 0 auto;
                        background-image: url(/img/download/banner_img.png);
                        background-attachment: scroll;
                        background-position: center;
                        background-repeat: no-repeat;
                        background-size: cover;
                        overflow: hidden
                    }
                
                        .banner-container .banner-bg .des-content {
                            position: absolute;
                            left: 50px;
                            bottom: 102px;
                            z-index: 2
                        }
                
                            .banner-container .banner-bg .des-content h3 {
                                font-size: 40px;
                                font-weight: 600;
                                color: #fff
                            }
                
                            .banner-container .banner-bg .des-content .bd {
                                border-radius: 0 32px;
                                margin-left: 10px;
                                padding: 4px 18px;
                                color: #fa98b0;
                                background: #fff
                            }
                
                        .banner-container .banner-bg .logo-content {
                            position: absolute;
                            right: 0;
                            bottom: -30px;
                            width: 600px;
                            z-index: 1
                        }
                
                            .banner-container .banner-bg .logo-content h2 {
                                font-family: Arial;
                                font-size: 250px;
                                font-weight: 700;
                                color: #fff;
                                line-height: .75
                            }
                
                                .banner-container .banner-bg .logo-content h2.right {
                                    text-align: right
                                }
                
                        .banner-container .banner-bg .logo {
                            position: absolute;
                            top: 60px;
                            right: 130px;
                            width: 233px;
                            height: 42px;
                            background-image: url(/style-custom/img/logo/nencao_logo.png);
                            background-position: center;
                            background-repeat: no-repeat;
                            background-size: cover;
                            z-index: 1
                        }

                        footer {
                            width: 100%;
                            color: #fff;
                            background-color: #000
                        }
                        
                            footer .footer-container {
                                position: relative;
                                margin: 0 auto;
                                padding: 30px 0;
                                width: 100%;
                                max-width: 1170px
                            }
                        
                                footer .footer-container .nakedGirlPic {
                                    position: absolute;
                                    top: -579px;
                                    right: 0
                                }
                        
                                footer .footer-container .footer-upper {
                                    display: -webkit-box;
                                    display: flex;
                                    -webkit-box-align: center;
                                    align-items: center;
                                    flex-wrap: wrap;
                                    text-align: center
                                }
                        
                                    footer .footer-container .footer-upper .footer_logo {
                                        display: inline-block;
                                        width: 161px;
                                        height: 28px;
                                        background-position: top;
                                        background-repeat: no-repeat;
                                        background-size: contain;
                                        background-image: url(/img/apenlogo.png)
                                    }
                        
                                        footer .footer-container .footer-upper .footer_logo.cn, footer .footer-container .footer-upper .footer_logo.jp {
                                            background-image: url(/style-custom/img/logo/nencao_logo.png)
                                        }
                        
                                        footer .footer-container .footer-upper .footer_logo.en, footer .footer-container .footer-upper .footer_logo.kr {
                                            background-image: url(/style-custom/img/logo/nencao_logo.png)
                                        }
                        
                                    footer .footer-container .footer-upper .footer-upper-right {
                                        /* display: none; */
                                        font-size: 14px;
                                        color: #acacac
                                    }
                        
                                        footer .footer-container .footer-upper .footer-upper-right .policy {
                                            color: #acacac
                                        }
                        
                                            footer .footer-container .footer-upper .footer-upper-right .policy .divider {
                                                vertical-align: middle;
                                                padding: 0 10px 0 0;
                                                margin-right: 7px;
                                                border-right: 1px solid #acacac
                                            }
                        
                                footer .footer-container .ft_partner {
                                    margin-left: auto;
                                    font-size: 13px;
                                    font-weight: 700;
                                    color: #ACACAC
                                }
                        
                                    footer .footer-container .ft_partner ul {
                                        display: inline-block
                                    }
                        
                                    footer .footer-container .ft_partner li {
                                        margin-right: 10px;
                                        display: inline-block;
                                        height: 20px
                                    }
                        
                                        footer .footer-container .ft_partner li:hover span {
                                            background-position: 0 -20px
                                        }
                        
                                        footer .footer-container .ft_partner li:hover a {
                                            color: #fff
                                        }
                        
                                    footer .footer-container .ft_partner a {
                                        color: #ACACAC
                                    }
                        
                                    footer .footer-container .ft_partner span {
                                        vertical-align: top;
                                        margin-right: 5px;
                                        display: inline-block;
                                        width: 23px;
                                        height: 20px;
                                        background-image: url(/img/icon_gray_logo.png);
                                        background-size: cover
                                    }
                        
                                footer .footer-container .footer-declaration {
                                    margin-top: 22px;
                                    line-height: 20px;
                                    color: #acacac;
                                    font-size: 12px
                                }
                        
                                    footer .footer-container .footer-declaration a {
                                        padding-right: 5px;
                                        margin-right: 2px;
                                        border-right: 1px solid #616161;
                                        color: #acacac
                                    }
                        
                                    footer .footer-container .footer-declaration .statement {
                                        margin-top: 15px;
                                        color: #616161
                                    }     




/* 2x_new */
.pa1th_b1ar .word_wrapper .menu_container .menu_items .type.apen:before {
    content: '';
    width: 26px;
    height: 25px;
    background-image: url(/style-custom/img/2x_new.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: -5px;
    color: #ff3b3b;
    animation: 1s scale infinite
}

/* 2x_hot */
.pa1th_b1ar .word_wrapper .menu_container .menu_items .type.hot:before {
    content: '';
    width: 23px;
    height: 20px;
    background-image: url(/style-custom/img/2x_hot.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: -5px;
    color: #ff3b3b;
    animation: 1s scale infinite
}
header .header-container .hot:before {
    content: '';
    width: 28px;
    height: 27px;
    background-image: url(/style-custom/img/2x_hot.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -10px;
    left: 14px;
    color: #ff3b3b;
    animation: 1s scale infinite;
}
header .header-container .phone_down:before {
    content: '';
    width: 28px;
    height: 27px;
    background-image: url(/style-custom/img/2x_hot.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -10px;
    left: 14px;
    color: #ff3b3b;
    animation: 1s scale infinite;
}

#_CBE_qinjgiqsxllzakrzuhvahntakzyrnyaxrxffsigkykfrhwnobnkytzkpqjdqrncrsywlawntcmvujkunedtzzlthlmibnsgswfgwvauklgikhsfslgpdgsznoeinysco img {
	width:100%;
	vertical-align:middle;
	border:0
}
#_CBE_qinjgiqsxllzakrzuhvahntakzyrnyaxrxffsigkykfrhwnobnkytzkpqjdqrncrsywlawntcmvujkunedtzzlthlmibnsgswfgwvauklgikhsfslgpdgsznoeinysco img {
	height:45px;
	margin:0 auto;
}
#_CBE_qinjgiqsxllzakrzuhvahntakzyrnyaxrxffsigkykfrhwnobnkytzkpqjdqrncrsywlawntcmvujkunedtzzlthlmibnsgswfgwvauklgikhsfslgpdgsznoeinysco {
	width:100%;
}

#_CBE_qinjgiqsxllzakrzuhvahntakzyrnyaxrxffsigkykfrhwnobnkytzkpqjdqrncrsywlawntcmvujkunedtzzlthlmibnsgswfgwvauklgikhsfslgpdgsznoeinysco ul {
	width:100%;
}

#_CBE_qinjgiqsxllzakrzuhvahntakzyrnyaxrxffsigkykfrhwnobnkytzkpqjdqrncrsywlawntcmvujkunedtzzlthlmibnsgswfgwvauklgikhsfslgpdgsznoeinysco ul li {
	width:100%;
	height:auto;
}
#_CBE_qinjgiqsxllzakrzuhvahntakzyrnyaxrxffsigkykfrhwnobnkytzkpqjdqrncrsywlawntcmvujkunedtzzlthlmibnsgswfgwvauklgikhsfslgpdgsznoeinysco {
	text-align:center
}
#_CBE_qinjgiqsxllzakrzuhvahntakzyrnyaxrxffsigkykfrhwnobnkytzkpqjdqrncrsywlawntcmvujkunedtzzlthlmibnsgswfgwvauklgikhsfslgpdgsznoeinysco ul li {
	width:100%;
	height:auto;
	margin: 0;
	padding:0;
	border: 0;
}
#_CBE_qinjgiqsxllzakrzuhvahntakzyrnyaxrxffsigkykfrhwnobnkytzkpqjdqrncrsywlawntcmvujkunedtzzlthlmibnsgswfgwvauklgikhsfslgpdgsznoeinysco ul li a {
	width:100%;
	height:100%;
	margin:0 auto;
}
#_CBE_qinjgiqsxllzakrzuhvahntakzyrnyaxrxffsigkykfrhwnobnkytzkpqjdqrncrsywlawntcmvujkunedtzzlthlmibnsgswfgwvauklgikhsfslgpdgsznoeinysco ul li a img {
	width:100%;
	height:100%;
    margin:0 auto;
    margin-top: 1px;
}


.videoGroup .video-wrapper .col-style.lo1ad1ed {
    opacity: 1;
    transform: 0deg
}

.short-video .col-style.lazy.lo1ad1ed {
    opacity: 1;
    -webkit-transform: 0deg;
    transform: 0deg
}

.long-video .col-style.lazy.lo1ad1ed {
    opacity: 1;
    -webkit-transform: 0deg;
    transform: 0deg
}


ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

b, strong {
    font-weight: bold;
}

.tixing_shoucang a {
    color: #ff43c5;
    text-decoration: none;
}

.tixing_shoucang {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}

.videoGroup .video-wrapper .col-style .videoBox .videoBox_wrap .film_time {
	display: block;
	padding: 0 8px;
	position: absolute;
	top: 3px;
	left: 3px;
	min-width: 40px;
	background-color: rgba(0,0,0,.4);
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #fff
}

@media (min-width:768px) {
    .tixing_shoucang {
        font-size: 20px;
    }

    .videoGroup .video-wrapper .col-style .videoBox .videoBox_wrap .film_time {
        top: 10px;
        left: 10px;
        font-size: 15px;
        line-height: 25px;
    }
}

header .header-container .remenber .remenber_domain {
    font-size: 13px;
}

@media (min-width:0) and (max-width:999px) {
    .long-video .col-style .videoBox .videoBox_wrap .video111Box-cover {
        height: 200px
    }
}

.long-video .col-style .videoBox .videoBox_wrap .video111Box-cover {
    display: block;
    height: 287px;
    background-size: cover;
    background-color: #DDD;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .8s;
    transition: all .8s
}

.long-video .col-style .videoBox .videoBox_wrap .video111Box-cover:hover {
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05)
}

.long-video .col-style .videoBox .videoBox_wrap .video111Box-cover:hover:after {
    opacity: .25
}

.long-video .col-style .videoBox .videoBox_wrap .video111Box-cover:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.3) 0,#000 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,.3) 0,#000 100%);
    opacity: 0;
    -webkit-transition: all .8s;
    transition: all .8s
}

.short-video .col-style .videoBox .videoBox_wrap .video111Box-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: #DDD;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3px;
    -webkit-transition: all .8s;
    transition: all .8s
}

.short-video .col-style .videoBox .videoBox_wrap .video111Box-cover:hover {
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05)
}

    .short-video .col-style .videoBox .videoBox_wrap .video111Box-cover:hover:after {
        opacity: .25
    }

.short-video .col-style .videoBox .videoBox_wrap .video111Box-cover:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.3) 0,#000 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,.3) 0,#000 100%);
    opacity: 0;
    -webkit-transition: all .8s;
    transition: all .8s
}

.videoGroup .video-wrapper .col-style .videoBox .videoBox_wrap .video111Box-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #DDD;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
    transition: all .8s
}

    .videoGroup .video-wrapper .col-style .videoBox .videoBox_wrap .video111Box-cover:after {
        content: '\A';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-image: linear-gradient(180deg,rgba(0,0,0,.3) 0,#000 100%);
        opacity: 0;
        transition: all .8s
    }

    .videoGroup .video-wrapper .col-style .videoBox:hover .videoBox_wrap .video111Box-cover {
        transform: scale(1.05,1.05)
    }

        .videoGroup .video-wrapper .col-style .videoBox:hover .videoBox_wrap .video111Box-cover:after {
            opacity: .25
        }

.fdivbox{
    max-width:980px; 
    justify-content:space-around; 
    padding:0px; 
    display:flex;
    margin-top: 15px;

}
.sdivbox{
    display: flex; 
    justify-content: space-around;
    align-items: center;
    flex-direction: row; 
    flex-wrap: wrap;
    flex: 0 1 980px;
}
.itemabox{
    display:flex; 
    align-items: center; 
    flex-direction: column;
    overflow-wrap: break-word;
    margin-bottom: 6px;
    /* flex-basis: 10%; */
}
.itemimgbox{
    height:auto;
    border-radius: 15px;
    max-width:100px; 
    min-width:80px; 
    width:15vw;
    margin: 0px 1.3em;
}
.itemspanbox{
    white-space: normal;
    width: 25vw;
    max-width:140px; 
    min-width:100px; 
    margin-bottom: 10px;
    height: 24px;
    overflow: hidden;
    text-align: center;
}