/* 冻结条 */
.freezing_strip{height:48px;background:rgba(0,0,0,.8);position: fixed;top:0;left:0;width:100%;z-index:9;display:none;}
.freezing_strip_name{color:#fff;line-height:48px;float:left;}
.freezing_strip_name>img{width:30px;display:inline-block;vertical-align: -10px;margin-right:15px;}
.freezing_strip_name i{background: url(/images/video-converter/dropdown-icon.png);display:none;width:30px;height:30px;background-position-y:0px;}
.freezing_strip_name i.active{background-position-y:-50px;}
.freezing_strip ul{float:right;}
.freezing_strip ul li:nth-child(1){margin-left:0px;}
.freezing_strip ul li{float:left;margin-left:45px;}
.freezing_strip ul li a{color:#bbb;line-height:48px;transition: all .3s ease 0s;font-size:16px;}
.freezing_strip ul li a:hover{color:#fff;text-decoration: none;}
.freezing_strip ul li a.active{color:#fff;}
.freezing_strip ul li.download a{padding:0px 18px;background:#21c1f5;line-height:26px;margin-top:9px;border-radius: 26px;color:#fff;border:2px solid #21c1f5;}
.freezing_strip ul li.download a:hover{background:transparent;border-color:#fff;}
.freezing_strip ul li.buy a{padding:0px 18px;background:transparent;color:#fff;line-height:26px;margin-top:9px;border-radius: 26px;border:2px solid #fff;}
.freezing_strip ul li.buy a:hover{background:#21c1f5;border-color:#21c1f5;}
.freezing_strip ul li.buy{margin-left:15px;}
.nav_bg{width:100%;height:100%;position:fixed;top:0;left:0;z-index:8;background: #000;opacity: .7;display:none;}
@media screen and (max-width: 1180px){
    /* 冻结条 */
    .freezing_strip_name{float:none;text-align: center;}
    .freezing_strip ul{display:block;float:none;position: absolute;top:48px;left:0px;width:100%;background:#fff;display:none;}
    .freezing_strip ul li{float:none;margin:0px;border-bottom:1px solid #eeeeee;}
    .freezing_strip ul li a{width:100%;height:100%;padding-left:20px;color:#353031 !important;display:block;}
    .freezing_strip_name i{display:inline-block;vertical-align: -10px;}
}