.content {
    padding: 0 0 30px 0;
    margin-top: 10px;
}

    /*.content .search_box {
        width: 100%;
        height: 70px;
        background: #fff;
        padding: 20px;
        position: relative;
        border-bottom: 1px solid #eee;
    }

.search_box .all_picture ul li:hover {
    background: #999 !important;
    color: #fff;
}

.content .search_box b {
    background: url(/images/ss-2.png) no-repeat #e59838 50%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

    .content .search_box b:hover {
        background: url(/images/ss-2.png) no-repeat #ffa511 50%;
    }

.content .search_box i {
    background: url(/images/xj.png) no-repeat;
    position: absolute;
    right: 200px;
    top: 26px;
    cursor: pointer;
    width: 28px;
    height: 22px;
}

    .content .search_box i:hover {
        background: url(/images/xj-1.png) no-repeat;
    }

.content .search_box input {
    width: 80%;
    height: 33px;
    border: none;
    background: rgba(255, 255, 255, 0);
    font-size: 16px;
    color: #333;
}*/

    .content .all_picture {
        width: 105px;
        float: right;
        text-align: center;
        font-size: 16px;
        color: #666;
        background: url(/images/gd.png) no-repeat 100% 14px;
        margin-right: 59px;
        position: relative;
        height: 48px;
        padding-top: 6px;
    }

        .content .all_picture span {
            height: 20px;
            width: 1px;
            float: left;
            border-left: 1px solid #333;
        }

        .content .all_picture ul {
            position: absolute;
            top: 48px;
            left: 0;
            border: 1px solid #bdb9b3;
            border-top: none;
        }

            .content .all_picture ul li {
                width: 105px;
                height: 46px;
                background: rgba(255, 255, 255, 0.8);
                border-top: 1px solid #bdb9b3;
                line-height: 46px;
            }

                .content .all_picture ul li a {
                    font-size: 16px;
                    display: block;
                    width: 105px;
                    height: 46px;
                    color: #333;
                }

                    .content .all_picture ul li a:hover {
                        background: #999;
                        color: #fff;
                    }

                .content .all_picture ul li:hover {
                    color: #333;
                    cursor: pointer;
                }

    .content .fixedNav {
        position: fixed !important;
        top: 0px;
        left: 0px;
        z-index: 100000;
        transition: all 0.5s ease-out;
    }

    .content .v_con {
        width: 1314px;
        margin: 0 auto;
        /*padding-top: 60px !important;   5折优惠*/
    }

        .content .v_con .con_top {
            width: 100%;
        }

            .content .v_con .con_top .t_left {
                float: left;
                width: 876px;
            }

                .content .v_con .con_top .t_left .player {
                    width: 876px;
                    height: 461px;
                    margin: 0 auto;
                    position: relative;
                    overflow: hidden;
                    background: #000;
                }

                    .content .v_con .con_top .t_left .player .player-button {
                        display: block !important;
                        width: 100%;
                        height: 100%;
                        background: url(/images/bbc-motion-pause.png) no-repeat center;
                        position: absolute;
                        z-index: 25;
                        opacity: 0;
                        display: none;
                        transition: all ease-out 0.3s;
                        cursor: pointer;
                    }

                        .content .v_con .con_top .t_left .player .player-button:hover {
                            opacity: 1;
                            /*background-color: rgba(0, 0, 0, 0.3);*/
                        }

                    .content .v_con .con_top .t_left .player .pause {
                        background: url(/images/bbc-motion-play.png) no-repeat center;
                    }

                    .content .v_con .con_top .t_left .player video {
                        margin: 0 auto;
                        width: 876px;
                    }

                    .content .v_con .con_top .t_left .player .controls {
                        width: 100%;
                        height: 25px;
                        background-color: rgba(0, 0, 0, 0.5);
                        position: absolute;
                        left: 0;
                        bottom: 1px;
                        z-index: 99;
                        opacity: 1;
                    }

                        .content .v_con .con_top .t_left .player .controls .switch {
                            display: block;
                            width: 10px;
                            height: 10px;
                            font-size: 6px;
                            color: #FFF;
                            position: absolute;
                            top: 8px;
                            left: 2%;
                        }

                        .content .v_con .con_top .t_left .player .controls .expand {
                            display: block;
                            width: 15px;
                            height: 15px;
                            font-size: 15px;
                            color: #FFF;
                            position: absolute;
                            right: 2%;
                            top: 6px;
                        }

                    .content .v_con .con_top .t_left .player:hover .controls {
                        opacity: 1;
                    }

                    .content .v_con .con_top .t_left .player .progress {
                        width: 74%;
                        height: 1px;
                        border-radius: 3px;
                        overflow: hidden;
                        background-color: #555;
                        cursor: pointer;
                        position: absolute;
                        top: 13px;
                        left: 5%;
                    }

                        .content .v_con .con_top .t_left .player .progress .line {
                            width: 0;
                            height: 100%;
                            background-color: #FFF;
                            position: absolute;
                            top: 0;
                            left: 0;
                        }

                        .content .v_con .con_top .t_left .player .progress .bar {
                            width: 100%;
                            height: 100%;
                            opacity: 0;
                            position: absolute;
                            left: 0;
                            top: 0;
                            z-index: 1;
                        }

                    .content .v_con .con_top .t_left .player .timer {
                        height: 20px;
                        line-height: 20px;
                        position: absolute;
                        right: 5%;
                        top: 3px;
                        color: #FFF;
                        font-size: 12px;
                    }

                .content .v_con .con_top .t_left .menu {
                    text-align: right;
                    margin-top: 14px;
                }

                    .content .v_con .con_top .t_left .menu a:nth-child(2) {
                        font-size: 14px;
                        color: #999;
                        background: url(/images/xz.png) no-repeat 2%;
                        display: inline-block;
                        cursor: pointer;
                        width: 50px;
                        margin-right: 0px;
                    }

                        .content .v_con .con_top .t_left .menu a:nth-child(2):hover {
                            color: #f29600;
                            text-decoration: underline;
                            background: url(/images/xz-h.png) no-repeat 2%;
                        }

                    .content .v_con .con_top .t_left .menu a {
                        font-size: 14px;
                        color: #999;
                        margin-right: 30px;
                        display: inline-block;
                        background: url(/images/sc.png) no-repeat 2%;
                        cursor: pointer;
                        width: 50px;
                        position: relative;
                    }
                    .content .v_con .con_top .t_left .menu a.collect1{
                     background: url(/images/sc-h.png) no-repeat 2%;
                }
                        .content .v_con .con_top .t_left .menu a:hover {
                            color: #f29600;
                            text-decoration: underline;
                            background: url(/images/sc-h.png) no-repeat 2%;
                        }

#downComp {
    font-size: 14px;
    color: #999;
    display: inline-block;
    background: url(/images/xz.png) no-repeat;
    cursor: pointer;
    width: 50px;
    position: relative;
    margin-right: 0;
}

    #downComp:hover {
        color: #f29600;
        text-decoration: underline;
        background: url(/images/xz-h.png) no-repeat;
    }

.content .v_con .con_top .t_left .menu a ul {
    position: absolute;
    top: 30px;
    width: 200px;
    border: 1px solid #e6e6e6;
    z-index: 2;
    background: #fff;
    display: none;
}

    .content .v_con .con_top .t_left .menu a ul i {
        position: absolute;
        right: 0;
        top: 0;
        width: 25px;
        height: 25px;
        background: url(/images/ico_close.png) center center no-repeat;
        cursor: pointer;
        z-index: 3;
    }

    .content .v_con .con_top .t_left .menu a ul li {
        font-size: 12px;
        color: #333;
        cursor: pointer;
        height: 25px;
        line-height: 25px;
        text-align: left;
        padding-left: 10px;
        color: #666;
    }

        .content .v_con .con_top .t_left .menu a ul li:hover {
            background: #eee;
            color: #333;
        }

.content .v_con .con_top .t_right {
    float: right;
    width: 438px;
    padding-left: 30px;
}

    .content .v_con .con_top .t_right .buy_package {
        margin-top: 2%;
        text-align: right;
        font-size: 12px;
    }

        .content .v_con .con_top .t_right .buy_package a {
            color: #f29600;
        }

        .content .v_con .con_top .t_right .buy_package a {
            color: #ff9d00;
        }

    .content .v_con .con_top .t_right .tit_head {
        height: 62px;
    }

    .content .v_con .con_top .t_right h4 {
        font-size: 18px;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 0px 0 10px;
        height: 20px;
    }

    .content .v_con .con_top .t_right h5 {
        font-size: 12px;
        color: #666;
        margin-bottom: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height:14px;
    }

    .content .v_con .con_top .t_right ul {
        width: 100%;
        margin-bottom: 5px;
    }

        .content .v_con .con_top .t_right ul li {
            margin-bottom: 6%;
            /*width: 50%;*/
            font-size: 14px;
            color: #666;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            /*float: left;*/
        }

    .content .v_con .con_top .t_right .delivery {
        font-size: 16px;
        color: #666;
    }

        .content .v_con .con_top .t_right .delivery span {
            margin-top: 16px;
            display: inline-block;
            width: 130px;
            height: 30px;
            border: 1px solid #e6e6e6;
            border-radius: 3px;
            text-align: center;
            line-height: 30px;
            cursor: pointer;
        }

            .content .v_con .con_top .t_right .delivery span:hover {
                color: #fff;
                background: #f29600;
            }

    .content .v_con .con_top .t_right .use div {
        height: 57px;
        line-height: 56px;
        cursor: pointer;
        border-radius: 5px;
        border-bottom: 1px solid #e6e6e6;
    }

        .content .v_con .con_top .t_right .use div p {
            display: inline-block;
            width: 100%;
            height: 50px;
            line-height: 50px;
            border-radius: 6px;
            vertical-align: middle;
          /*  margin-bottom: 4px;*/
        }

            .content .v_con .con_top .t_right .use div p .per {
                display: initial;
                float: left;
                width: 105px;
                font-size: 14px;
                position: relative;
            }

                .content .v_con .con_top .t_right .use div p .per span.query {
                    background: #fff;
                    width: 272px;
                    display: none;
                    position: absolute;
                    top: 17px;
                    left: 105px;
                    line-height: 1.2;
                    color: #333 !important;
                    border: 1px solid #e7e7e7;
                    border-radius: 3px;
                    padding: 3px;
                    text-align: justify;
                }

                .content .v_con .con_top .t_right .use div p .per input {
                    margin-top: -1px;
                    outline: none;
                    margin-right: 4px;
                    display:none;
                }

                .content .v_con .con_top .t_right .use div p .per i {
                    background: url(../images/wh.png) no-repeat;
                    width: 12px;
                    height: 12px;
                    /* float: right; */
                    /* margin-top: 10px; */
                    /* margin-right: 5px; */
                    cursor: pointer;
                    /* line-height: 47px; */
                    display: inline-block;
                    margin-left: 5px;
                }

                    .content .v_con .con_top .t_right .use div p .per i span {
                        display: none;
                        background: #fff;
                        width: 272px;
                        position: absolute;
                        top: 9px;
                        left: 89px;
                        line-height: 1.2;
                        color: #333 !important;
                        border: 1px solid #e7e7e7;
                        border-radius: 3px;
                        padding: 3px;
                        text-align: justify;
                    }

                .content .v_con .con_top .t_right .use div p .per:nth-child(2) {
                    background-position-x: 64% !important;
                }

                .content .v_con .con_top .t_right .use div p .per input[type="radio"]:checked + label:before {
                    background-color: #f29600;
                    box-shadow: inset 0 0 0 4px #fff;
                    border: 1px solid #f29600;
                }

                .content .v_con .con_top .t_right .use div p .per label:before {
                    content: '';
                    border-radius: 100%;
                    border: 1px solid #b4b4b4;
                    display: inline-block;
                    width: 14px;
                    height: 14px;
                    position: relative;
                    top: 2px;
                    margin-right: 10px;
                    cursor: pointer;
                    -webkit-transition: all 250ms ease;
                    transition: all 250ms ease;
                }
                .content .v_con .con_top .t_right .use div p .per input[type="radio"]:checked + label:before {
                    background-color: #f29600;
                    box-shadow: inset 0 0 0 3px #fff;
                    border: 1px solid #f29600;
                }
                .content .v_con .con_top .t_right .use div p .per input[type="radio"]:focus + label:before {
                    outline: none;
                    border-color: #f29600;
                }
                .content .v_con .con_top .t_right .use div p span {
                    font-size: 12px;
                    color: #999;
                }

            .content .v_con .con_top .t_right .use div p b {
                font-size: 14px;
                color: #f29600;
                float: right;
                margin-right: 10px;
            }

        .content .v_con .con_top .t_right .use div:hover p {
            background: #eee;
        }

    .content .v_con .con_top .t_right .button {
        margin-top: 4.5%;
        font-size: 18px;
    }

        .content .v_con .con_top .t_right .button span {
            cursor: pointer;
            color: #fff;
        }

            .content .v_con .con_top .t_right .button span:first-child {
                width: 49%;
                height: 48px;
                line-height: 48px;
                text-align: center;
                display: inline-block;
                color: #fff;
                background: #ffa10a;
            }

                .content .v_con .con_top .t_right .button span:first-child:hover {
                    border: none;
                    background: #f27600;
                }

            .content .v_con .con_top .t_right .button span:last-child {
                display: inline-block;
                width: 49%;
                height: 48px;
                line-height: 48px;
                text-align: center;
                background: #f27600;
                margin-left: 2%;
            }
                .content .v_con .con_top .t_right .button span:last-child:hover {
                    background: #ffa10a;
                }
                .content .v_con .con_top .t_right .button span.xiazai:hover{
                                     background: #ffa10a;
                        }
.content .v_con .v_cen {
    margin-top: 30px;
}

    .content .v_con .v_cen h6 {
        font-size: 18px;
        color: #666;
        margin-bottom: 24px;
    }

    .content .v_con .v_cen ul {
        width: 100%;
    }

        .content .v_con .v_cen ul li {
            border: 1px solid #eee;
            color: #999;
            padding: 2px 5px;
            float: left;
            margin: 0 10px 10px 0;
            cursor: pointer;
        }

            .content .v_con .v_cen ul li:hover {
                color: #fff;
                border: none;
                background: #f29600;
                border: 1px solid #f29600;
            }

    .content .v_con .v_cen .x_search {
        width: 100%;
        padding: 20px 0 40px;
        border-bottom: 1px solid #e6e6e6;
    }

        .content .v_con .v_cen .x_search div {
            float: right;
            border: 1px solid #f29600;
            color: #f29600;
            width: 82px;
            border-radius: 2px;
            text-align: center;
            cursor: pointer;
            background: url(/images/ss.png) no-repeat 14% 54%;
            padding-left: 19px;
        }

            .content .v_con .v_cen .x_search div:hover {
                background: url(/images/ss-x.png) no-repeat 14% 54% #f29600;
                color: #fff;
            }

.content .v_con .v_bot {
    margin-top: 50px;
}

    .content .v_con .v_bot h6 {
        font-size: 18px;
        color: #666;
        margin-bottom: 24px;
    }

        .content .v_con .v_bot h6 a {
            float: right;
            font-size: 12px;
            margin-top: 6px;
            color: #666;
        }

            .content .v_con .v_bot h6 a:hover {
                color: #333;
            }

    .content .v_con .v_bot ul {
        width: 100%;
        font-size: 0;
    }

        .content .v_con .v_bot ul li {
            display: inline-block;
            margin: 0 1% 1% 0;
            width: 19.2%;
        }
            .content .v_con .v_bot ul li i {
                position: absolute;
                top: 50%;
                left: 50%;
                width: 40px;
                height: 40px;
                margin-left: -20px;
                margin-top: -20px;
                background: url(../images/bbc-motion-play.png) round;
            }
            .content .v_con .v_bot ul li a {
                width: 100%;
                position: relative;
                height: 100%;
                overflow: hidden;
                display: block;
            }

                .content .v_con .v_bot ul li a img {
                    height: 141px;
                }

                .content .v_con .v_bot ul li a:hover img {
                    transform: scale(1.05);
                }

                .content .v_con .v_bot ul li a span {
                    background: #333;
                    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#333), to(transparent));
                    background: -webkit-linear-gradient(#333333, transparent);
                    background: -moz-linear-gradient(#333333, transparent);
                    background: -ms-linear-gradient(#333, transparent);
                    background: -o-linear-gradient(#333333, transparent);
                    background: linear-gradient(#333, transparent);
                    -pie-background: linear-gradient(#333333, transparent);
                    position: absolute;
                    top: -25%;
                    height: 50%;
                    padding: 5px 10px;
                    width: 100%;
                    padding-top: 18%;
                    z-index: 2;
                    display: none;
                }

                    .content .v_con .v_bot ul li a span div {
                        color: #fff;
                        display: block;
                        font-size: 12px;
                    }

                .content .v_con .v_bot ul li a img {
                    width: 100%;
                    transition: all 0.5s ease-out;
                }

            .content .v_con .v_bot ul li:nth-child(5n) {
                margin-right: 0;
            }

.back {
    background: #ff9d00;
    color: #fff !important;
}

.content .v_con .con_top .t_right .button span.xiazai {
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #f29600;
    margin-left: 0;
}

.fa-play:before {
    font-size: 12px !important;
}

.fa-pause:before {
    font-size: 12px !important;
}

.second_searchbox {
    height: auto !important;
}
  .content  .collect_tip {
            display: none;
            position: fixed;
            left: 50%;
            top: 35%;
            margin-left: -115px;
            width: 230px;
            color:#f29600;
            height: 70px;
            line-height: 70px;
            text-align: center;
            background: #fff;
            box-shadow: 0 0 12px rgba(0,0,0,0.3);
            border-radius: 2px;
            z-index: 999;
        }
  /*5折活动样式*/

  .content .v_con .con_top .t_right .use div p b img{
          width: 35px;
    margin-top: -3px;
    margin-right: 5px;
  }
.zk {
    border: 0px !important;
   /* padding: 0px !important;*/
    background: #ececec;
}
    .zk:hover {
        border: 0px !important;
        background: #cacaca !important;
        color: #333;
    }
    .zk a {
    display: block;
    width: 50px;
    height: 22px;
    color: #666;
    background: url(/images/sx-s.png) no-repeat 36px 9px #ececec;
    font-size: 12px;
    box-sizing: border-box;
    padding: 0;
    padding-left: 7px;
    line-height: 22px;
}

    .zk a:hover {
        color: #333;
        background: url(/images/sx-s.png?r=1) no-repeat 36px 9px #cacaca;
    }
.expanded a {
    background-image: url(/images/sx-s.png?r=1);
}
