@charset "utf-8";
.video{
    /* margin-top: 20px; */
}
.v_top{padding-bottom: 50px;padding-top: 20px;}
.v_banner{width: 900px;height: 450px;margin-right: 5px;}
.v_banner .slider{height: 450px;}
.v_banner .slider .bd li img{height: auto;}
.v_pic{width: 495px;}
.v_pic_item{width: 495px;height: 222px;margin-bottom: 6px;overflow: hidden;display: block;}
.v_pic_item::before{content: '';position:absolute;left:0;right:0;top:0;bottom:0;display:block;background:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.5)));background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);z-index:2;}
.v_pic_item .cover{ width: 495px; top: 50%; left: 50%; transform: translate(-50%,-50%) scale(1); z-index: 1; -webkit-transform: translate(-50%,-50%) scale(1); -moz-transform: translate(-50%,-50%) scale(1); -ms-transform: translate(-50%,-50%) scale(1); -o-transform: translate(-50%,-50%) scale(1);-webkit-transition-property: -webkit-transform;transition-property: -webkit-transform;transition-property: transform;transition-property: transform, -webkit-transform;-webkit-transition-duration: 0.5s;transition-duration: 0.5s; }
.v_pic_item:hover .cover{ transform: translate(-50%,-50%) scale(1.2); -webkit-transform: translate(-50%,-50%) scale(1.2); -moz-transform: translate(-50%,-50%) scale(1.2); -ms-transform: translate(-50%,-50%) scale(1.2); -o-transform: translate(-50%,-50%) scale(1.2); }
.v_pic_item .banner_icon_bf{width: 80px;height: 70px;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);z-index: 3;}
.v_pic_item .text{left: 10px;bottom: 10px;font-size: 18px;font-weight: 400;color: #FFFFFF;z-index: 4;}

.t_toptext{padding: 0 0 0 10px;}
.published {margin-bottom: 50px;}
.content_box .box_right .t_toptext{padding-bottom: 20px;}
/* 公共新闻标题 */
.t_topblue{height: 5px;margin-bottom: 10px;background: #0050A8;border-radius: 3px;}
.t_name{font-size: 18px;font-weight: 600;color: #0050A8;}
.t_more{margin-right: 10px;margin-top: 4px;padding-right: 13px;font-size: 12px;font-weight: 600;color: #657180;background: url('../images/title_icon_more.png') center right no-repeat;}

/* 导航 */
.v_nav{height: 40px;text-align: center;}
.v_nav li{display: inline-block;margin: 0 30px;padding-bottom: 14px;}
.v_nav li a{text-decoration: none; font-size: 18px;font-weight: 400;color: #9CA7B5;line-height: 25px;}
.v_nav li.hover{border-bottom: 2px solid #0050A8;}
.v_nav li.hover a{color: #0050a8;}
/* 列表 */
.v_list li .album-item{margin-right: 0;overflow: hidden;}
.v_list li{margin-right: 20px;}
.v_list li:nth-child(4n){margin-right: 0;}
.v_list li .album-item .album-img{height: 162px;overflow: hidden;}
.v_list .group-btn {margin-top: 20px;margin-bottom: 15px;}
.v_list .group-btn .btn{margin-right: 10px;padding: 5px 25px;border: none;background-color: inherit; font-size: 14px;font-weight: 400;color: #9CA7B5;line-height: 20px;}
.v_list .group-btn .btn.current{font-size: 14px;font-weight: 400;color: #FFFFFF;line-height: 20px;background: #0050A8;border-radius: 15px;}
.v_list .album-item .figure_wrapper{overflow: hidden;display: block;z-index: 1;position: relative;}
.v_list .album-item .figure_wrapper>.figure_pic{ position: absolute; width: 100%!important; height: 100%;object-fit: cover;left: 50%; top: 50%; -webkit-transform:translate(-50%,-50%) scale(1); transform:translate(-50%,-50%) scale(1); transition: all 0.5s ; -webkit-transition: all 0.5s ; -moz-transition: all 0.5s ; -ms-transition: all 0.5s ; -o-transition: all 0.5s ; -webkit-transform:translate(-50%,-50%+) scale(1); -moz-transform:translate(-50%,-50%+) scale(1); -ms-transform:translate(-50%,-50%+) scale(1); -o-transform:translate(-50%,-50%+) scale(1); }
.v_list .album-item:hover .figure_wrapper>.figure_pic{ transform: translate(-50%,-50%) scale(1.2); -webkit-transform: translate(-50%,-50%) scale(1.2); -moz-transform: translate(-50%,-50%) scale(1.2); -ms-transform: translate(-50%,-50%) scale(1.2); -o-transform: translate(-50%,-50%) scale(1.2); }
.v_list .album-item .figure_wrapper.shake>.figure_pic{ position: relative; left: 0% !important; top: 0% !important; transform:translate(0%,0%) scale(1); transition: all 0.5s ; -webkit-transition: all 0.5s ; -moz-transition: all 0.5s ; -ms-transition: all 0.5s ; -o-transition: all 0.5s ; -webkit-transform:translate(0%,0%) scale(1); -moz-transform:translate(0%,0%) scale(1); -ms-transform:translate(0%,0%) scale(1); -o-transform:translate(0%,0%) scale(1); }
.v_list .album-item:hover .figure_wrapper.shake>.figure_pic{ transform: translate(0%,0%) scale(1.2); -webkit-transform: translate(0%,0%) scale(1.2); -moz-transform: translate(0%,0%) scale(1.2); -ms-transform: translate(0%,0%) scale(1.2); -o-transform: translate(0%,0%) scale(1.2); }

.v_list .album-item .tags{top: 0;left: 0; padding: 0; text-align: left; background: none;border-radius: 0;}
.v_list .album-item .box{display: inline-block;padding: 5px 11px;background: -webkit-gradient(linear, left top, right top, from(#00B8FF), to(#007FFF));background: linear-gradient(90deg, #00B8FF 0%, #007FFF 100%);border-radius: 8px 14px 14px 14px;}
.v_list .album-item .icon_zbz{margin-right: 5px;width: 15px;height: 15px;}
.v_list .album-item .text{font-size: 12px;font-weight: 500;color: #FFFFFF;line-height: 17px;}
.v_list .album-item .banner_icon_bf_50{width: 50px;height: 43.7px;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.v_list .album-item .album-title{padding: 7px 10px;}
.v_list .album-item .data_info .num{margin-left: 1px;margin-right: 14px;font-size: 13px;font-weight: 400;color: #9CA7B5;line-height: 18px;}
.v_list .album-item .data_info .hits{font-size: 13px;font-weight: 400;color: #9CA7B5;line-height: 18px;}
.v_list .album-item .name{height: 44px;text-align: left; font-size: 16px;font-weight: 500;color: #13233F;line-height: 22px;}
.v_list .album-item .portrait{margin-right: 3px;background: #FFFFFF;border: 1px solid #E8EAEC;border-radius:50% ;-webkit-box-sizing: border-box;box-sizing: border-box;-o-object-fit: cover;object-fit: cover;}
.v_list .album-item .infos{margin-top: 10px;}
.v_list .album-item .company_name{margin-top: 6px;margin-left: 3px;font-size: 14px;font-weight: 400;color: #454C5C;line-height: 20px;}
.v_list .album-item .phone_text{margin-top: 5px;margin-left: 2px;font-size: 14px;font-weight: 400;/*color: #0050A8;*/color:#FA7600;line-height: 20px;border: 1px solid rgba(250, 118, 0, 0.5);padding: 0 3px;border-radius: 3px;}
.v_list .album-item .icon_phone{margin-top: 7px;}
.v_list .album-item .live_btn{display: none;}
.v_list .album-item .appointment{padding: 5px 20px;font-size: 14px;font-weight: 500;color: #FFFFFF;line-height: 20px;background: -webkit-gradient(linear, left top, right top, from(#007CFF), to(#004EA2));background: linear-gradient(90deg, #007CFF 0%, #004EA2 100%);border-radius: 14px;}
.v_list .album-item .phone_view .hidden{display: none;}

.v_list .booking .album-item .icon_zbz{display: none;}
.v_list .booking .album-item .phone_view{display: none;}
.v_list .booking .album-item .live_btn{display: block;font-size: 14px;font-weight: 500;color: #FFFFFF;line-height: 20px;padding: 5px 20px;background: -webkit-gradient(linear, left top, right top, from(#007CFF), to(#004EA2));background: linear-gradient(90deg, #007CFF 0%, #004EA2 100%);border-radius: 14px;}

/* 瀑布流布局 */
.waterfall{height: 800px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-flow: column wrap;flex-flow: column wrap;width: 100%;margin:0 auto;-webkit-transition: all .4s;transition: all .4s;}
.waterfall ul{padding: 0;position: relative;/*!**栏宽**!*//*-webkit-column-width:374px;*//*-moz-column-width:374px;*//*column-width:374px;*//*!**栏间距**!*//*-webkit-column-gap:15px;*//*-moz-column-gap:15px;*//*column-gap:18px;*/}
.waterfall ul li{position: absolute;display: inline-block;text-align: left;width: 285px;margin-right: 20px;margin-bottom: 25px;border-radius: 8px;-webkit-transition: all .4s;transition: all .4s;overflow: hidden;}
.waterfall ul li .album-item{margin-right: 0;margin-bottom: 0;}
.v_list .waterfall ul li .album-item .album-img{height: auto;}
.v_list .waterfall ul li  .album-item .album-title{border:none;}
.waterfall ul li img{max-width: 100%;}
.waterfall ul li img.figure_pic {width: 100%;height: 100%;object-fit: cover;}
.waterfall ul li:nth-child(4n+0){margin-right: 0;}

/* 详情 */
/* .video_details{margin-bottom: 21px;width: 880px;height: 495px;} */
.video_details .box_left_content{padding-top: 0;margin-top: 0;padding-right: 0;}
.video_details .box_lr{padding: 0 20px;}
.video_details .box_lr.box_live{display: flex;justify-content: space-between; padding: 20px;background: #F8F8F9;}
.video_details .box_lr.box_live .subscribe-btn{display: flex;justify-content: center;align-items:center;border-radius: 20px}
.video_details .box_lr .timer>span {display: inline-block;vertical-align: middle; font-style: inherit;font-size: 13px;font-weight: 400;color: #333333;line-height: 18px;}
.video_details .box_lr .timer .content{display: inline-block;vertical-align: middle; }
.video_details .box_lr .timer .content input{padding: 4px 5px;width: 30px;font-size: 24px;font-weight: 600;color: #FFFFFF;line-height: 33px;background: #FA7600;border-radius: 2px;border: none;text-align: center;}
.video_details .box_lr .timer .content .timer_text{font-size: 15px;font-weight: 400;color: #333333;line-height: 21px;}
.video_details .video_play video{margin-bottom: 0;width: 880px;height: 495px;max-height: 495px;}
.video_details .subscribe-btn{ width: 261px;height: 40px;box-sizing: border-box;}
.video_details .user_info .head_portrait{margin-right: 11px;}
.video_details .user_info .head_portrait .pic{width: 48px;height: 48px;background: #FFFFFF;border: 1px solid #F2F2F2;border-radius: 50%;-o-object-fit: cover;object-fit: cover;}
.video_details .user_info .head_portrait .vip{right: -4px;bottom: -4px;width: 18px;height: 18px;}
.video_details .user_info .name{margin-top: 1px;margin-bottom: 5px;font-size: 16px;font-weight: 500;color: #17233D;line-height: 22px;}
.video_details .user_info .desc{font-size: 14px;font-weight: 400;color: #9EA7B4;line-height: 20px;}
.video_details .user_info .focus_btn{padding: 8px 17px;background: #FFFFFF;border-radius: 16px;border: 1px solid #004EA2;}
.video_details .user_info .focus_btn .btn_icon{margin-top: 2px;margin-right: 5px;width: 15px;height: 15px;}
.video_details .user_info .focus_btn .text{font-size: 13px;font-weight: 500;color: #004EA2;line-height: 18px;}
.video_details .subscribe-btn{padding: 8px 17px;background: #FFFFFF;border-radius: 16px;border: 1px solid #004EA2;cursor: pointer;}
.video_details .subscribe-btn .btn_icon{margin-top: 2px;margin-right: 5px;width: 15px;height: 15px;}
.video_details .subscribe-btn .text{font-size: 13px;font-weight: 500;color: #004EA2;line-height: 18px;}
.video_details .user_info .fav_btn{padding: 8px 17px;background: #FFFFFF;border-radius: 16px;border: 1px solid #004EA2;}
.video_details .user_info .fav_btn .btn_icon{margin-top: 2px;margin-right: 5px;width: 15px;height: 15px;}
.video_details .user_info .fav_btn .text{font-size: 13px;font-weight: 500;color: #004EA2;line-height: 18px;}
.video_details .title_con{margin: 21px 0 21px;font-size: 22px;font-family: PingFangSC-Semibold, PingFang SC;font-weight: 600;color: #17233D;line-height: 30px;padding-top: 0;padding-bottom: 0;}
.video_details .info_bottom .datetime{font-size: 14px;font-weight: 400;color: #657180;line-height: 20px;}
.video_details .info_bottom .separated{margin: 0 10px;font-size: 14px;font-weight: 400;color: #E8EAEC;line-height: 20px;}
.video_details .info_bottom .play_num{font-size: 14px;font-weight: 400;color: #657180;line-height: 20px;}
.video_details .info_bottom .right .icon{margin-top: 6px;margin-right: 5px;width: 20px;height: 20px;}
.video_details .info_bottom .right .num{margin-top: 6px;margin-right: 20px;font-size: 14px;font-weight: 500;color: #9EA7B4;line-height: 20px;}
.video_details .info_bottom .right .num.action_share,.video_details .info_bottom .right .icon.icon_share{cursor: pointer;}
.video_details .info_bottom .right .phone_view{padding: 6px 12px;background: #E6F2FF;border-radius: 16px;cursor: pointer;}
.video_details .info_bottom .phone_view .icon_phone{margin-top: 2px;margin-right: 5px;}
.video_details .info_bottom .phone_view .text{font-size: 14px;font-weight: 400;color: #0050A8;line-height: 20px;}
.video_details .info_bottom .phone_view .mobile-access{left: -23px;top: 27px;bottom: 0;margin: 0 auto;}
.video_details .info_bottom .phone_view.hover .mobile-access{display: block;}
.video_details .info_bottom .right .share-body{top: 31px;z-index: 1;}
.video_details .info_bottom .right .wrapper::after{top: -11px;}
.video_details .info_bottom .videoText{
    margin: 20px 0;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 26px;
    width: 100%;
    height: 52px;
    overflow: hidden;
}
.video_details .info_bottom .videoText p{
    display: inline-block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.video_details .info_bottom .textMore{
    width: 130px;
    height: 36px;
    border-radius: 21px;
    border: 1px solid #FA7600;
    margin: 0 auto 15px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FA7600;
    cursor: pointer;
}
.video_details .info_bottom .textMore:hover{
    background: #FA7600;
    color: #fff;
}
.video_details .ac{left: 3%;right: auto; padding: 5px 11px;height: 33px;background-color: rgba(0, 0, 0, 0.4);box-sizing: border-box;border-radius: 7px;}
.video_details .ac .vcp-fullscreen.vcp-player, .vcp-fullscreen video, body.vcp-full-window{max-height: inherit !important;}
.video_details .ac .players span, .ac #zan2 span{font-size: 15px;text-shadow: 0 0 7px rgba(0, 0, 0, 0.8);}
/* .ac .players img, .ac #zan2 img{box-shadow: 0 0 7px rgba(0, 0, 0, 0.8);} */

@-webkit-keyframes niceIn {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.25);
		transform: scale(1.25)
	}
	70% {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes niceIn {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.25);
		-ms-transform: scale(1.25);
		transform: scale(1.25)
	}
	70% {
		-webkit-transform: scale(.8);
		-ms-transform: scale(.8);
		transform: scale(.8)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

@-o-keyframes niceIn{
	0% {
		opacity: 1;
		-o-transform: scale(1);
		transform: scale(1)
	}
	50% {
		opacity: 1;
		-o-transform: scale(1.25);
		transform: scale(1.25)
	}
	70% {
		-o-transform: scale(.8);
		transform: scale(.8)
	}
	100% {
		opacity: 1;
		-o-transform: scale(1);
		transform: scale(1)
	}
} 

@-moz-keyframes niceIn{
	0% {
		opacity: 1;
		-moz-transform: scale(1);
		transform: scale(1)
	}
	50% {
		opacity: 1;
		-moz-transform: scale(1.25);
		transform:scale(1.25)
	}
	70% {
		-o-transform: scale(.8);
		transform: scale(.8)
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1);
		transform: scale(1)
	}
}
.niceIn {
	-webkit-animation:niceIn 0.4s .2s ease;
	-moz-animation:niceIn 0.4s .2s ease;
	-o-animation:niceIn 0.4s .2s ease;
	animation:niceIn 0.4s .2s ease;
}


@media (min-width: 426px){
    .content_box.video .list_item .pic{height: 159px;}
    .content_box.video .list_item .pic .middle{height: 100%;}
    .content_box.video .list_item .info{height: 177px;}    
}


/* 详情右侧-视频 */
.box_right .video_list .item_box{padding:0 10px;padding-right: 0;height: 613px;overflow-y: auto; -webkit-box-sizing: border-box; box-sizing: border-box;}
.box_right .video_list li{margin-bottom: 15px;}
.box_right .video_list li .cover{margin-right: 9px;width: 141px;height: 82px;overflow: hidden;}
.box_right .video_list .cover .tags{bottom: 0;left: 0;padding: 2px 8px 2px 5px;font-size: 12px;font-weight: 400;color: #FFFFFF;line-height: 17px;background: -webkit-gradient(linear, left top, right top, from(#00B5FF), to(#007CFF));background: linear-gradient(90deg, #00B5FF 0%, #007CFF 100%);border-radius: 11px 11px 11px 2px;}
.box_right .video_list .play_time{right: 5px;bottom: 5px;font-size: 12px;font-weight: 400;color: #FFFFFF;line-height: 17px;}
.box_right .video_list .title{width: 120px;}
.box_right .video_list .title .con{margin-top: 5px;font-size: 15px;font-weight: 400;color: #191919;line-height: 21px;}
.box_right .video_list .title .play_num{margin-top: 12px;font-size: 12px;font-weight: 400;color: #9EA7B4;line-height: 17px;}
/* 详情右侧-报价 */
.price_info .price_list {padding: 0 10px 10px;}
.price_info .price_list .name{font-size: 14px;font-weight: 400;color: #13233F;line-height: 20px;}
.price_info .price_list .date{font-size: 12px;font-weight: 400;color: #9EA7B4;line-height: 17px;}
.price_info .price_list .average{font-size: 14px;font-weight: 500;color: #00A900;line-height: 20px;}
.price_info .price_list .float{font-size: 14px;font-weight: 400;color: #00A900;line-height: 20px;}
.price_list li{margin-bottom: 10px;}
.price_list li .item{margin-bottom: 5px;}
/* 详情右侧-供求 */
.content_box .box_right .supply_info .t_toptext{margin-bottom: 0;}
.supply_info li{padding: 10px;border-bottom: 1px solid #F1F4F8;}
.supply_info .cover{margin-right: 10px;width: 62px;height: 62px;overflow: hidden;}
.supply_info .information{width: 205px;}
.supply_info .cover img{width: 100%;}
.supply_info .title{margin-bottom: 11px;margin-top: 1px;font-size: 15px;font-weight: 500;color: #191919;line-height: 21px;}
.supply_info .tags{margin-right: 5px;padding: 2px 5px;font-size: 12px;font-weight: 500;color: #FFFFFF;line-height: 17px;background: -webkit-gradient(linear, left top, right top, from(#00B2FF), to(#007AFF));background: linear-gradient(90deg, #00B2FF 0%, #007AFF 100%);border-radius: 2px;}
.supply_info .address{margin-top: 1px;font-size: 13px;font-weight: 400;color: #9EA7B4;line-height: 18px;}

.vcp-poster-pic {position: relative;width: 100%;height: 100%;object-fit: cover;}
/* 响应式-手机版 */
@media (max-width:1250px) {
    #right_bar{z-index: 99;}
}
@media (max-width:900px) {
    #right_bar{z-index: 99;}
}
@media ( max-width : 440px) {
    .video{margin: 0;}
    #video-container{
        /* height: 55.47vw; */
        height: 50vw;
    }
    .v_nav{height: auto;text-align: center;}
    /* .v_nav li{display: inline-block;margin: 13px 17px 0;padding-bottom: 10px;} */
	.v_nav li{padding:14px 0;border-bottom: none;margin: 0 15px;}
	.v_nav li.hover{border-bottom: none!important;}
    .v_nav li a{font-size: 18px;color: #999;    font-weight: 400;}
    .video_details .video_play video{width: 100%;height: 27vh;background: #000;}
    .box_right .box.bg-fff.mt-20.supply_info{display: none;}
    .video_details .info_bottom .right .phone_view{display: none;}
    .info_bottom .f-l, .info_bottom .f-r.right{float: none !important;display: -webkit-box;display: -ms-flexbox;display: flex;margin-bottom: 1%;}
    .video_details .box_lr.box_live{flex-wrap: wrap;}
    .video_details .box_lr .timer{width: 100%;}
    .video_details .box_lr .timer>span{width: 100%;margin-bottom: 5%;}
    .video_details .box_lr .timer .content{display: flex;justify-content: center;align-items: center; margin-bottom: 5%;}
    .video_details .box_lr .timer .content .timer_text  {margin: 0 1%;}
    .video_details .box_lr .live_button  {margin: auto;}
    .video_details .box_lr .info_bottom{padding-bottom: 10px;}
    .video_details .info_bottom .textMore{
        background: #FA7600;
        color: #fff;
    }
    /* .ac {left: 4% !important;bottom: -6% !important;color: #333 !important;} */

    .top_container {position: sticky;position: -webkit-sticky;width: 100%;left: 0;top: 0;z-index: 999;}
	.top_container .topbar{display: none;}
    .top_container .topnav.style2 .search_wrapper{display: none;}
    .top_container .topnav.style2 .right_wrapper{display: none;}
    .top_container .topnav.style2 .navi_bar_wrapper{display: none;}

    .top_container .topnav.style2 .logo_wrapper{margin-top: 0;float: none !important;width: 100%;}
    .top_container .topnav .top_logo{float: none !important;margin:0 auto;text-align: center;}
    .top_container .topnav.style2 .logo_wrapper .logo{margin: 15px auto; height: 32px;}
    .top_container .topnav.style2{-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);}

	.v_list .group-btn {margin-top: 15px;margin-bottom: 15px;padding: 0 15px;box-sizing: border-box;}

    #right_bar{display: none;}
    .directory{display: none;}
    .box_guide{margin-top: 0;padding-bottom: 0;}
    .content_box .btn-group{display: none;}
    img{width: auto !important; max-width: 100% !important;}
    .morelist_btn{display: none;}
    .content_box .img_lky{display: none !important;}
    .box_right .page{display: none;}
    .footer{display: none;}
    .containBox{max-width: inherit;min-width: inherit;}
    .v_top {display: none;}
    .v_list#menus{width: 98%;margin: 0 auto;}
    .v_list li{width: 95% !important;margin: 0 auto;float: none !important;}
    .v_list li .album-item{width: 100%;}
	.v_list li:nth-child(4n){margin: 0 auto;}



}
