/**************************************************
 * 北漂鱼Vip细节新版样式文件
 * 编写：Beipy(http://www.beipy.com)
 * 时间：2017年7月16日
 * 前端样式为北漂鱼原创设计UI图样设计
 * 所有代码均独立编写，谢绝一切形式的盗站行为！！
 *************************************************/
.floating-qr {
            width: 112px;
            height: 246px;
            position: fixed;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            border-radius: 112px;
            box-shadow: 0 -6px 24px rgb(109 109 109 / 10%);
            transition: right 0.3s ease;
            display: flex;
            flex-direction: column;
            align-items: center;
            border: 1px solid #17171b;
        }
        .floating-qr.collapsed {
            right: -56px; /* Move halfway off the right */
        }
        .floating-qr:hover {
            transform: translateY(-50%) scale(1.05);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
            border: 1px solid #17171b;
            right: 20px; /* Ensure it's fully visible on hover */
        }
        .floating-qr img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        .qr-text {
            text-align: center;
            margin: 10px 0;
            padding: 4px 8px;
            font-size: 12px;
            color: #333;
            font-weight: 500;
            background-color: #f0f0f0;
            border-radius: 20px;
            display: inline-block;
        }
        @media (max-width: 768px) {
            .floating-qr {
                display: none;
            }
        }
.liebiao{
	margin-top: 20px;
	overflow:hidden;
	margin-right:-20px;
	font-size: 0;
}
li {list-style-type:none;}

.liebiao li{
	
	width: 28%;/*写给不支持calc()的浏览器*/ 
	width:-moz-calc((100% - 60px)/3);
	width:-webkit-calc((100% - 60px)/3);
	width: calc((100% - 60px)/3);
	margin-right: 20px;
	margin-bottom: 15px;
	
	overflow: hidden;
	display: inline-block;
    vertical-align: top;
}
.liebiao .waimais{
	width: 44%;/*写给不支持calc()的浏览器*/ 
	width:-moz-calc((100% - 40px)/2);
	width:-webkit-calc((100% - 40px)/2);
	width: calc((100% - 40px)/2);
}
.liebiao li img{
	width: 100%;
	
	transition: all 0.6s;  
                -moz-transition: all 0.6s;  /* 0.6s完成过渡效果 */
                -webkit-transition: all 0.6s; 
}
.liebiao_tu{
	
	border-radius: 6px;
    
	overflow: hidden;

	
}
.liebiao h2{
	margin: 0;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 36px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.liebiao h2:hover{
	color: #ff5c38;
}
.liebiao p{
	color: #999;
	font-size: 12px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.liebiao p:hover{
	color: #666;
}
.liebiao li img:hover{
	transform: scale(1.2);
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.huadong::-webkit-scrollbar
{
	width: 8px;
	height: 2px;
	background-color: #000;
	border-radius: 8px;
}
 
/*定义滚动条轨道 内阴影+圆角*/
.huadong::-webkit-scrollbar-track
{
	
	border-radius: 8px;
	background-color: #000;
}
 
/*定义滑块 内阴影+圆角*/
.huadong::-webkit-scrollbar-thumb
{
	border-radius: 8px;
	
	background-color: #333;
}
 
.huadong{
    width: 100%;
    height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
    color: #bbb;
    font-size: 12px;
}
.left_ads{
		width: 180px;
		height: 360px;
		position: fixed;
		right:10px;
		top:160px;
		border-radius: 8px;
		-moz-box-shadow: 0 0 25px rgb(0 0 0 / 10%);
    	-webkit-box-shadow: 0 0 25px rgb(0 0 0 / 10%);
		box-shadow: 0 0 25px rgb(0 0 0 / 10%);
		opacity: 0;
		transition: all 1s;
		z-index:999;
	}
	.hiddened{
		opacity: 1;
	}
	.showed{
		opacity: 0;
	}

@media (max-width:500px) { 

	.left_ads {
	 width:300px;
	 height:100px;
	 right:60px;
	 top: auto;
	 bottom: 20px;
	} 
	.left_top{
		right: 10px;
	}
	
}

 /* 畅言去广告（支持评论区跟右下角浮窗广告） */
 #MZAD_POP_PLACEHOLDER,#pop_ad{margin-top:-250px!important;transform:scale(0)}
#feedAv{transform:scale(0);margin-top:-150px!important}
.module-cmt-box{padding:10px 0!important;margin-top:-40px!important}
.header-login{left:90px!important;border:0!important;border-radius:0!important;margin-top:81pt!important;border-radius:21px!important}
.post-wrap-border-l,.post-wrap-border-r,.post-wrap-border-t-l,.post-wrap-border-t-r{display:none}
.post-wrap-main{border:0!important}
.post-wrap-w{background:#f0f0f0;border-radius:6px;}
.btn-fw{background:#0093ff url(../img/release.svg) center no-repeat!important;width:80px!important;height:34px!important;border-radius:15px;margin-top:10px!important;margin-right:10px!important;background-size:30px!important;box-shadow:0 2px 6px rgba(0,0,0,.2);-webkit-transition:.3s;transition:.3s}
.btn-fw:hover{box-shadow:0 6px 10px rgba(0,0,0,.2)}
.block-head-w{margin-top:-20px!important}
.section-service-w{height:0;opacity:0}
.head-img-w{margin:0!important}
.head-img-w img{width:25px!important;height:25px!important}
.head-img-w img:hover{transition:all .3s;transform:scale(3)}
.head-img-w{top:138px!important;left:95px!important}
.wrap-action-gw{border-bottom:1px solid #dee4e9!important;padding-top:30px!important;padding-bottom:1pc!important}
.cmt-list-number,.title-name-gw-tag,.type-lists,.wrap-name-w{display:none!important}
.cmt-list-type{margin:0!important}
.build-floor-gw{background:#f0f0f0!important}
.block-cont-gw{padding:20px 0!important;border:0!important}
.section-list-w{width:95%!important;margin-left:2%!important}
.head-img-gw img:hover{transition:all .3s;transform:scale(.9)}


* {
	margin: 0;
	padding: 0;
	font-family: Arial, "Microsoft Yahei", sans-serif, "宋体";
}
a{
	text-decoration: none;
}

/*body滚动条开始*/

body::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

body::-webkit-scrollbar-button {
	width: 0;
	height: 0;
	background-color: royalblue;
}

body::-webkit-scrollbar-track {
	background: #ccc;
	border-radius: 5px;
}

body::-webkit-scrollbar-thumb {
	background: #0093ff;
	border-radius: 5px;
}

body::-webkit-scrollbar-corner {
	background: #82AFFF;
}

body::-webkit-scrollbar-resizer {
	background: #FF0BEE;
}

.btnColor-jb {}
/*body滚动结束*/

header {
	background: rgba(0, 0, 0, 0.8);
	-webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

header a {
	color: #fff;
}

header .container {
	padding: 0;
}

header nav.navbar {
	margin-bottom: 0;
}

header nav.navbar-default {
	background-color: transparent;
	border: 0;
}

header .navbar-brand {
	padding: 0px 0px;
	margin: 4px 10px;
}

.icon-bar {
	background-color: #fff !important;
}

header .navbar-toggle {
	border: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #333333;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #fff;
	background-color: transparent;
}
.logo {
	
	width: 150px;
	height: 42px;
	
	background-image: url(../img/logo.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
/*video-box样式*/
.video-box {
	background-image: url(../img/mbj.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	margin-top: 50px;
	padding-right: 8px;
	padding-left: 8px;
	position: relative;
}

.video-box>.container {
	padding-right: 0px;
	padding-left: 0px;
}

#palybox {
	width: 100%;
	height: 224px;
	background: url(../img/palyboxBg.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.tit-name {
	text-align: center;
	line-height: 35px;
	
	vertical-align: middle;
	color: #3376f3;
	background: #0f1856;
	vertical-align: middle;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}

.tit-name h1 {
	display: inline-block;
	font-size: 16px;
	width: 80%;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}


/*输入input样式*/

.url-text {
	height: 35px;
	border: 1px solid #060c37;
	background: #060c37;
	color: #3376f3;
}

.url-box {
	background: #0f1856;
	padding: 10px 5px;
	margin-top: -6px;
}

div.url-box .input-group-addon {
	padding: 0;
	border: none;
}

.url-text:focus {
	border: 2px solid #3376f3; 
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .8);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .8);
}

.btn-play {
	height: 35px;
	padding: 0 10px;
	color: #fff;
	border: none;
	background: -webkit-linear-gradient(left, #19c3ff, #0093ff);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(left, #19c3ff, #0093ff);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(left, #19c3ff, #0093ff);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(left, #19c3ff, #0093ff);
	/* 标准的语法 */
}

div.url-box .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

div.url-box .btn-play:focus {
	outline-style: none;
	color: #FFFFFF;
}

div.url-box .btn-play:active {
	color: #0093ff;
	background: -webkit-linear-gradient(left, #ffb199, #fa709a);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(left, #ffb199, #fa709a);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(left, #ffb199, #fa709a);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(left, #ffb199, #fa709a);
	/* 标准的语法 */
}

div.url-box .btn-play:hover {
	color: #FFFFFF;
}

.tit-gg {
	text-align: center;
	padding-top: 6px;
	vertical-align: middle;
	color: #3376f3;
	
	vertical-align: middle;
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
margin-bottom: 10px;
}
.guanggaoBox{
	margin: 40px 0 40px 0;
}
.guanggaoBox img{
	width: 100%;
}
/*logo平台*/
.title-tit {
		font-family: "微软雅黑";
		padding: 20px 0 10px;
	}
	.title-tit h4 {
		display: inline-block;
		border-left: 5px solid #0093FF;
		padding-left: 10px;
		font-size: 16px;
		line-height: 1rem;
		font-weight: bold;
	}
	.title-tit p {
		display: inline-block;
		font-size: 12px;
		color: #555555;
	}
.logo-lie {
	background: #fff;
	text-align: center;
	padding: 4px 10px;
	border-radius: 4px;
	border: 1px solid #EEEEEE;
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}

.logo-lie a {
	text-align: center;
}

.logo-box>.container>.row>.col-xs-4 {
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}

.logo-box>.container>.row>.col-lg-12 {
	padding-right: 0px;
	padding-left: 0px;
}
/*评论区*/
.cy-box .container{
	    padding-right: 0px;
    padding-left: 0px;
}

/*页尾*/
.footer{
	margin-top: 30px;
	background:#26282c;
}
.branding_link{
	display: none;
	text-align: center;
}
.footer-tit{
	text-align: center;
	color: #888;
}
.toot-tto{
	margin-bottom:3em;
}
.foot-tt{
	color: #777777;
}
.counter{
	margin: 15px 0;
	color: rgba(255, 255, 255, 0.7);
}

.shipin{
	width: 100%;
	height: 100%;
}
.shipin_left{
	
	width: 100%;
	height: 201px;
}
.shipin_right{
	width: 100%;
	height: 100%;
	background: #000;
	padding: 10px;
}

	.naike{
    	 text-align: center;
    	 margin-top: 20px;
    }
    .naike img{
    	width: 100%;
    }

/*侧滑样式*/
.ch1 , .waimai,.jiaobiao{
	display: none;
}
/*屏幕最小768px匹配样式*/

@media (min-width: 768px) {

	.naike{
    	 text-align: center;
    	 margin-top: 20px;
    }
    .naike img{
    	width: 70%;
    }
    
.liebiao li{
	width: 14%;/*写给不支持calc()的浏览器*/ 
	width:-moz-calc((100% - 120px)/6);
	width:-webkit-calc((100% - 120px)/6);
	width: calc((100% - 120px)/6);
	margin-right: 20px;
	margin-bottom: 20px;
}
.liebiao .waimais{
	width: 18%;/*写给不支持calc()的浏览器*/ 
	width:-moz-calc((100% - 100px)/5);
	width:-webkit-calc((100% - 100px)/5);
	width: calc((100% - 100px)/5);
}

	a{
		text-decoration: none;
	}
	a:hover{
		text-decoration: none;
	}

	/*头部导航样式*/
	header {
		
		width: 100%;
		height: 70px;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.27);
		-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.27);
	}
	header a {
		color: #333;
	}
	header .navbar>.container-fluid .navbar-brand {
		margin-left: 0px;
	}
	header .container-fluid {
		padding-right: 0px;
		padding-left: 0px;
	}
	header .navbar-brand {
		margin: 14px 0px;
		margin-left: 0px;
		line-height: 40px;
	}
    .video-box{
        margin-top: 70px;
        padding-bottom: 30px;
    }
	.nav .open>a,
	.nav .open>a:hover,
	.nav .open>a:focus {
		border-color: #0093ff;
	}
	.logo {
		background-position: 0px 0;
	}
	header .navbar-nav>li>a {
		line-height: 40px;
		color: #ffffff !important;
		padding-bottom: 11px;
		font-weight: bold;
		
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
	}
	header .navbar-nav>li>a:hover {
		color: #FEED8A !important
	
	}
	header .active {
		background-color: transparent;
	}
	header .navbar-nav>li>a:focus {
		background-color: transparent !important;
	}
	header ul.dropdown-menu {
		border: 1px solid #0093FF;
		box-shadow: 0 3px 6px rgba(0, 0, 0, .175);
	}
	.jiaobiao{
	display: block;
	position: absolute;
    top: 5px;
    right: -10px;
    font-size: 12px;
    background: #ff5945;
    color: #fff;
    font-weight: 500;
    border-radius: 4px 4px 4px 0;
    padding: 2px;
    animation: shake 0.5s ease infinite alternate; /* 应用抖动动画 */
}
@keyframes shake {
    0% { transform: translateX(0); } /* 初始位置 */
    100% { transform: translateX(10px); } /* 抖动效果，可以根据需要调整抖动的幅度 */
}
	
	.weibo-box {
		width: 300px;
		height: 530px;
	}
	.weibo-tit {
		text-align: center;
	}
	/*video-box样式*/
	.video-box {
		background: url(../img/video.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
	}
	/*palybox视频窗口*/
	#palybox {
		height: 659px;
	}
	.tit-name {
		text-align: left;
		
		padding:5px 10px 15px;
		color: #fff;
		/*background: #fff;*/
		/*color: #333;*/
		
		background: rgba(0,0,0,.49);
	}
	.tit-name h1{
		font-size: 1.2em;
		width: 90%;
	}
	
	.tit-name span {
		color: #b2b2b2;
		font-size: 1em;
		vertical-align: middle;
	}
	.url-box {
	    border-radius: 5px 5px 0 0;
		background: rgba(0,0,0,.49);
		padding: 15px 15px;
	}
	.url-text {
		height: 40px;
		background: #f2f3f5;
		border: 1px solid #f2f3f5;
		border-right: 0px;
		border-radius: 20px 0 0 20px;
	}
	.btn-play {
		height: 40px;
		color: #fff;
		padding: 0 40px;
		border-radius: 20px;
	}
	div.url-box .btn-play:hover {
		color: #FFFFFF;
		background: -webkit-linear-gradient(left, #ffb199, #fa709a);
		/* Safari 5.1 - 6.0 */
		background: -o-linear-gradient(left, #ffb199, #fa709a);
		/* Opera 11.1 - 12.0 */
		background: -moz-linear-gradient(left, #ffb199, #fa709a);
		/* Firefox 3.6 - 15 */
		background: linear-gradient(left, #ffb199, #fa709a);
		/* 标准的语法 */
	}
	.url-c {
		border-radius: 0px 0 0 0px;
		padding: 0 15px;
		box-shadow: 0px 1px 2px rgba(153, 153, 153, 0.32) inset;
	}
	div.url-box .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
	}
	.tit-gg {
		text-align: left;
		
		padding: 1px 0px;
		background: rgba(0,0,0,.49);
		color: #999;
	}
	/*logo平台*/
	.logo-box>.container {
		padding-right: 0px;
		padding-left: 0px;
	}
	.logo-box>.container>.row {
		margin-right: 0px;
		margin-left: 0px;
	}

	.waimai{
	margin-top: 20px;
	display: flex;
	justify-content:space-between;
	padding: 0 80px;
}
.waimai img{
	width: 240px;
	height: auto;
}

	.title-tit {
		font-family: "微软雅黑";
		padding: 50px 0 10px;
		margin-bottom: 10px;
	}
	.title-tit h4 {
		display: inline-block;
		border-left: 5px solid #0093FF;
		padding-left: 10px;
		font-size: 16px;
		font-weight: bold;
	}
	.title-tit p {
		padding-left: 20px;
		display: inline-block;
		font-size: 12px;
		color: #555555;
	}
	.logo-box>.col-sm-2 {
		padding-right: 0px;
		padding-left: 0px;
	}
	.logo-box>.container>.row>.col-xs-4 {
		margin-bottom: 15px;
	}
	.logo-lie {
		padding: 10px 15px;
	}
	.logo-lie:hover {
		border: 1px solid #0093FF;
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 147, 255, .6);
	}
	/*页尾*/
	.footer{
		background:#333;
	}
	.footer a:hover{
		color: #0093ff;
	}
	.branding_link{
		display: block;
		text-align: center;
		padding: 10px 0;
	}
	/*侧滑*/
	.ch1 {
		display: block;
    position: fixed;
    width: 200px;
    z-index: 999;
    left: 15px;
    top: 30%;
    overflow: hidden;
	}
	.ch1 img{
		width: 100%;
	}

.swiper-c{
	width:600px;
    animation: text 30s linear infinite alternate;
    font-size:0px;
}
.swiper-c:hover{
	animation-play-state: paused; 
}
.swiper-c img{
		width: 200px;
		float:left;
	}
@keyframes text {
    0%,30%{
        margin-left:0px;
    }
    35%,65%{
        margin-left:-200px;
    }
    70%,100%{
        margin-left:-400px;
    }
}
	
	.ch1 a {
		display: inline-block;
	}
	
	
	.ch {
		position: fixed;
		width: 50px;
		z-index: 1000;
		right: 15px;
		bottom: 15px;
	}
	.rollbar-weibo {
		background: url(../img/ce.png) no-repeat scroll -156px 0px;
	}
	
	.rollbar-weibo,
	.rollbar-item,
	.rollbar-weix {
		text-align: center;
		height: 50px;
		border-radius: 0px;
		background-color: #666;
		color: #fff;
		opacity: 0.5;
		cursor: pointer;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	
	.rollbar-weibo a,
	.rollbar-item a {
		width: 50px;
		height: 50px;
		display: inline-block;
	}
	
	.rollbar-item {
		background: url(../img/ce.png) no-repeat scroll -208px 0px;
	}
	
	.rollbar-item:hover,
	.rollbar-weibo:hover,
	.rollbar-weix:hover {
		color: #fff;
		opacity: 0.9;
	}
	
	.rollbar-weix {
		background: url(../img/ce.png) no-repeat scroll -104px 0px;
	}
	
	.rollbar-weix:hover .weixinx {
		display: block;
	}
	
	.weixinx {
		display: none;
		width: 164px;
		height: 206px;
		position: absolute;
		left: -164px;
		bottom: 0;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	
	.weixinx {
		background: url(../img/ce.png) no-repeat scroll 0px -52px;
	}
	
	.shipin{
	width: 100%;
	height: 494px;
    }
    .shipin_left{
	float: left;
	width: 75%;
	height: 100%;
    }
    .shipin_right{
	float: right;
	width: 25%;
	height: 100%;
	background: #000;
	padding: 10px;
    }

}