*{
	box-sizing: border-box;
}
body, ul, ol, li, dl, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset, .pr, .pc{
	margin: 0;
	padding: 0;
}
body{
	background: #2F2F2F;
	color: #d1d1d1;
	font: 14px 'Tahoma','Microsoft Yahei','Simsun';
	padding-top:70px;
}
::-moz-selection{
	background: #ff8e21;
	color: #fff;
}
::selection{
	background: #ff8e21;
	color: #fff;
} 
a,a:link,a:visited{
	color: #d1d1d1;
	text-decoration: none;
	transition: all .3s ease-out;
}
a:hover,a:active{
	color: #ff5500;
	text-decoration: none;
}
img{
	border: 0;
	vertical-align: middle;
}
.clear{
	clear: both !important;
}
.pull-left{
	float: left !important;
}
.pull-right{
	float: right !important;
}
.hide{
	display: none !important;
}
.text-danger{
	color: #c49f47 !important;
}
.text-warning{
	color: #e7505a !important;
}
.text-info{
	color: #26a1ab !important;
}
.text-primary{
	color: #578ebe !important;
}
.text-success{
	color: #1BBC9B !important;
}
.text-pink{
	color: #D9005B !important;
}
.text-orange{
	color: #ff8e21 !important;
}
.bg-danger{
	background-color: #c49f47 !important;
}
.bg-warning{
	background-color: #e7505a !important;
}
.bg-info{
	background-color: #26a1ab !important;
}
.bg-primary{
	background-color: #578ebe !important;
}
.bg-success{
	background-color: #1BBC9B !important;
}
.bg-pink{
	background-color: #D9005B !important;
}
.text-center{
	text-align: center !important;
}
input,
textarea,
select{
	width: 100%;
	min-height: 37px;
	color: #ff8e21;
	border: 1px solid #ff8e21;
	border-radius: 0px;
	border-radius: 3px;
	padding: 5px;
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: middle;
	outline: none;
	transition: all .3s ease-out;
	margin: 0px;
}
button,
.btn{
	color: #FFF;
	background-color: #ff8e21;
	cursor: pointer;
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: middle;
	outline: none;
	padding: 5px 12px;
	border: none;
	border-radius: 3px;
	transition: all .3s ease-out;
	margin: 0px;
}
button:hover,
.btn:hover{
	background-color: #ff5500;
}
.input-group-addon{
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #fff;
	text-align: center;
	background-color: #ff8e21;
	border-radius: 3px;
	width: 1%;
}
.input-group{
	position: relative;
	display: table;
	border-collapse: separate;
	margin-bottom: 15px;
}
.input-group *{
	border-radius: 0px;
}
.input-group-addon, .input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	text-align: left;
}
.input-group .input-group-addon{
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.input-group-btn{
	position: relative;
	font-size: 0;
	white-space: nowrap;
	text-align: left;
}
.input-group-btn .btn{
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.main{
	width: 100%;
	min-width: 1100px;
	max-width: 1260px;
	margin: 0 auto;
}
.head{
	position: fixed;
	left: 0;
	top: 0;
	background: #2b2937 url('../image/head_bg.jpg') no-repeat;
	background-size:100% 100%;
	border-bottom: 2px solid #ff8e21;
	height: 60px;
	width: 100%;
	z-index: 1900;
}
.head .logo{
	float: left;
	padding-top: 5px;
}
.head .nav{
	float: right;
	width: 860px;
}
.head .nav .line{
	float: left;
	margin: 15px 20px;
	border-right: 2px solid #ff8e21;
	height: 30px;
}
.head .nav .box,
.head .nav .tool{
	float: left;
	line-height: 60px;
	font-size: 16px;
	padding:0px 15px;
	transition: all .3s ease-out;
	color: #FFF;
}
.head .nav .box i,
.head .nav .tool i{
	margin-right: 10px;
}
.head .nav .tool:hover,
.head .nav .hover{
	color: #ff9224;
}
.head .nav .box:hover,
.head .nav .active{
	background: linear-gradient(to bottom,#ff5500 0%,#ff9224 100%);
}
.foot{
	background: #222;
	border-top: 2px solid #ff8e21;
	height: 60px;
	padding-top: 10px;
	text-align: center;
	width: 100%;
}
.page-box{
	background: #252525;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #202020;
	border-radius: 3px;
}
.title-box{
	text-align: left;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #2f2f2f;
}
.title-box h1{
	display: inline-block;
	font-size: 20px;
}
.title-box .show-page{
	margin-left: 5px;
}
.title-box i{
	font-size: 20px;
	color: #ff8e21;
	margin-right: 10px;
}
.title-box .more{
	float: right;
	line-height: 30px;
}
.title-box .more i{
	font-size: 14px;
	margin:0px 0px 0px 10px;
}
.title-box .more li{
	display: inline-block;
	margin-left: 5px;
}
.title-box .input-group{
	float: right;
	width: 20%;
}
.title-box .input-group i{
	color: #FFF;
	margin: 0px;
	font-size: 14px;
}
.img-effect-1{
	transition: all .3s ease-out;
}
.img-effect-1:hover{
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-ms-transform: scale(1.04);
	-o-transform: scale(1.04);
	transform: scale(1.04);
}
.ball-scale-multiple{
	position: relative;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}
.ball-scale-multiple > div:nth-child(2){
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.ball-scale-multiple > div:nth-child(3){
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.ball-scale-multiple > div{
	background-color: #ff8e21;
	border-radius: 100%;
	margin: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	position: absolute;
	left: 50%;
	top: 40px;
	opacity: 0;
	margin: 0;
	margin-left: -50px;
	width: 100px;
	height: 100px;
	-webkit-animation: ball-scale-multiple 1s 0s linear infinite;
	animation: ball-scale-multiple 1s 0s linear infinite; 
}
@-webkit-keyframes ball-scale-multiple{
  0% {
	-webkit-transform: scale(0);
			transform: scale(0);
	opacity: 0; }

  5% {
	opacity: 1; }

  100% {
	-webkit-transform: scale(1);
			transform: scale(1);
	opacity: 0; }
}
.masked{
	background-image: -webkit-linear-gradient(left, #3498db, #f47920 10%, #d71345 20%, #f7acbc 30%, #ffd400 40%, #3498db 50%, #f47920 60%, #d71345 70%, #f7acbc 80%, #ffd400 90%, #3498db);
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-size: 200% 100%;
	animation: masked-animation 2s infinite linear;
}
@keyframes masked-animation{
	0%{
		background-position: 0 0;
	}
	100%{
		background-position: -100% 0;
	}
}
.hi-video-wrapper .masked,
.active .masked{
	background-image: -webkit-linear-gradient(left, #ffd400, #ffd400 20%, #ffd400 40%, #FFF 60%, #FFF 80%,#fff);
}
.page-loading{
	width: 100%;
	height: 200px;
	text-align: center;
}
.page-loading .text-center{
	padding-top: 10px;
	font-size: 14px;
	font-weight: 600;
}
.page-loading .text-orange{
	padding-top: 130px;
	font-size: 16px;
}


.index{}
.index .box-1{
	padding: 0px;
}
.index .box-1 .left{
	float: left;
	width: 100%;
	padding: 15px;
	border-right: 1px solid #2f2f2f;
}
.video .box-1 .left{
	width: 80%;
}
.index .box-1 .row{}
.index .box-1 .row strong{
	float: left;
	width: 8.3333%;
	color: #ff8e21;
	text-align: center;
	padding: 5px 0px;
}
.index .box-1 .index{
	padding-bottom: 5px;
	border-bottom: 1px solid #2f2f2f;
}
.index .box-1 .index strong{
	float: none;
	width: auto;
}
.index .box-1 .row a{
	padding: 5px;
	display: inline-block;
	text-align: center;
}
.video .box-1 .row a{
	float: left;
	width: 8.3333%;
}
.index .box-1 .row .line{
	margin-bottom: 5px;
	border-bottom: 1px solid #2f2f2f;
}
.video .box-1 .row .active{
	background: #ff9224;
	color: #FFF;
}
.index .box-1 .input-group{
	margin: 10px 0px 0px 0px;
}
.index .box-1 .right{
	float: left;
	width: 20%;
	padding: 15px;
	border-left: 1px solid #2f2f2f;
	/* height: 486px; */
}
.video .box-1 .right{
	height: auto;
	padding-bottom: 0px;
}
.index .box-1 .right .my{
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #2f2f2f;
}
.video .box-1 .right .my{
	border: none;
	margin-bottom: 0px;
}
.index .box-1 .right .my img{
	width: 68px;
	height: 68px;
	padding: 2px;
	border: 2px solid #2f2f2f;
	border-radius: 50%;
	margin-bottom: 10px;
}
.video .box-1 .right .my img{
	width: 65px;
	height: 65px;
}
.index .box-1 .right .my div{
	margin-bottom: 10px;
}
.index .box-1 .right .my strong{
	color: #ff9224;
}
.index .box-1 .right .statistical{
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #2f2f2f;
}
.index .box-1 .right .statistical div{
	display: inline-block;
	width: 31.3333%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #ff9224;
}
.index .box-1 .right .like div{
	width: 23%;
}
.index .box-1 .right .statistical div span{
	display: block;
	font-size: 12px;
	margin-top: 5px;
	color: #d1d1d1;
}
.index .box-1 .right .note{
	text-align: center;
}
.index .box-1 .right .note .url{
	margin: 5px 0px 10px 0px;
}
.index .box-1 .right .note .url a{
	color: #ff9224;
}
.index .box-1 .center{
	float: left;
	width: 50%;
}
.index .box-1 .center img{
	height: 415px;
}
.index .box-1 .center .owl-carousel{
	position: relative;
}
.index .box-1 .center .owl-carousel .owl-dots{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	padding-top: 5px;
}
.index .box-1 .center .owl-carousel .owl-dots span{
	background: #ff8e21;
}
.index .box-1 .center .owl-carousel .owl-dots .active span{
	background: #ff5500;
}



.index .box-2{}
.index .box-2 .owl-carousel .item{
	position: relative;
	display: block;
}
.index .box-2 .owl-carousel .item .title{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 2px 5px;
	background-color: rgba(0,0,0,0.7);
	text-align: center;
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index .box-2 .owl-carousel .item .like,
.index .box-2 .owl-carousel .item .time{
	position: absolute;
	right: 2px;
	top: 2px;
	height: 22px;
	line-height: 22px;
	padding: 0px 5px 0px 5px;
	border-radius: 3px;
	background-color: rgba(0,0,0,0.7);
}
.index .box-2 .owl-carousel .item .like{
	right: inherit;
	left: 2px;
	padding: 0px 5px 0px 4px;
	cursor: pointer;
	transition: all .3s ease-out;
}
.index .box-2 .owl-carousel .item .active,
.index .box-2 .owl-carousel .item .like:hover{
	background-color: #ff8e21;
	color: #FFF;
}
.index .box-2 .owl-carousel .item img{
	height: 135px;
}



.index .box-3{}
.index .box-3 .slider{
	position: relative;
	float: left;
	width: 70%;
}
.index .box-3 .slider img{
	height: 500px;
}
.index .box-3 .slider .owl-dots{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	padding-top: 5px;
}
.index .box-3 .slider .owl-dots span{
	background: #ff8e21;
}
.index .box-3 .slider .owl-dots .active span{
	background: #ff5500;
}
.index .box-3 .right{
	float: right;
	width: 30%;
	height: 500px;
	padding-left: 15px;
}
.index .box-3 .right img{
	width: 100%;
	height: 164.5px;
}


.video-box-1{
	text-align: center;
}
.video-box-1 .title-box{
	margin-bottom: 10px;
}
.video-box-1 .list{
	margin: 0px -5px -5px -5px;
}
.video-box-1 .list .box{
	float: left;
	width: 25%;
	padding: 5px;
}
.photo-box-1 .list .box{
	width: 16.6666%;
}
.movie-box-1 .list .box{
	width: 33.3333%;
}
.fiction-box-1 .list .box{
	width: 33.33%;
}
.video-box-1 .list .box .item{
	display: block;
	position: relative;
	background-color: #2b2b2b;
	padding: 10px;
	border-radius: 3px;
	transition: all .3s ease-out;
	height:180px;
}
.photo-box-1 .list .box .item{
	height: 265px;
}
.movie-box-1 .list .box .item{
	height: 255px;
}
.fiction-box-1 .list .box .item{
	height: 70px;
}
.video-box-1 .list .box .item:hover{
	box-shadow: 0 0 5px 1px rgba(0,0,0,.3);
}
.video-box-1 .list .box .item img{object-fit:cover;
	width: 100%;
	max-width: 100%;
	height: 180px;
}
.photo-box-1 .list .box .item img{
	height: 220px;
}
.movie-box-1 .list .box .item img{
	height: 215px;
}
.video-box-1 .list .box .item .title{
	display: block;
	width: 100%;
	padding: 2px 5px;
	margin-top: 5px;
	text-align: center;
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.fiction-box-1 .list .box .item .title{
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.video-box-1 .list .box .item .like,
.video-box-1 .list .box .item .time,
.video-box-1 .list .box .item .type{
	position: absolute;
	right: 12px;
	top: 12px;
	height: 22px;
	line-height: 22px;
	padding: 0px 5px 0px 5px;
	border-radius: 3px;
	background-color: rgba(0,0,0,0.7);
}
.video-box-1 .list .box .item .like{
	right: inherit;
	left: 12px;
	padding: 0px 5px 0px 4px;
	cursor: pointer;
	transition: all .3s ease-out;
}
.video-box-1 .list .box .item .active,
.video-box-1 .list .box .item .like:hover{
	background-color: #ff8e21;
	color: #FFF;
}
.fiction-box-1 .list .box .item .tag{
	height: 18px;
}
.fiction-box-1 .list .box .item .tag li{
	list-style: none;
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
}
.video-box-1 .page{
	margin-top: 15px;
	border-top: 1px solid #2f2f2f;
	padding-top: 15px;
	text-align: center;
	font-size: 16px;
}
.video-box-1 .page li{
	padding: 5px 15px;
	display: inline-block;
	list-style: none;
}
.video-box-1 .page .active{
	background-color: #ff9224;
}
.video-box-1 .page .active a{
	color: #fff;
}


.play-box-1{}
.play-box-1 .page-loading{
	padding-top: 180px;
}
.play-box-1 .prompt{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 30px;
	background-color: rgba(0,0,0,0.8);
	text-align: center;
	line-height: 30px;
	z-index: 500;
}
.play-box-1 .play{
	position: relative;
	min-height: 600px;
}
.play-box-1 .prompt-bottom{
	padding: 5px 0px;
	text-align: center;
	color: #ff8e21;
	font-weight: bold;
}
.play-box-1 .keywords{
	border-top: 1px solid #2f2f2f;
	padding-top: 5px;
	text-align: center;
}
.play-box-1 .keywords a{
	color: #ff8e21;
	margin: 5px;
}
.play-box-1 .box-title{
	margin-top: 5px;
	text-align: center;
	font-size: 18px;
	border-top: 1px solid #2f2f2f;
	padding: 5px;
	font-weight: bold;
}
.play-box-1 .video-shunt strong{
	margin: 5px 0px;
	font-size: 16px;
	font-weight: normal;
}
.play-box-1 .video-shunt{
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #2f2f2f;
	border-top: 1px solid #2f2f2f;
	padding: 5px 0px;
}
.play-box-1 .video-shunt a{
	display: inline-block;
	margin: 5px;
	padding: 3px 5px;
	border-radius: 3px;
	cursor: pointer;
	border: 1px solid #ff8e21;
}
.play-box-1 .video-shunt .active{
	background: #ff8e21;
	color: #FFF;
	padding: 3px 5px;
	border-radius: 3px;
}
.play-box-1 .tool{
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #2f2f2f;
}
.play-box-1 .tool .like{
	float: left;
	color: #ff9224;
	cursor: pointer;
	transition: all .3s ease-out;
}
.play-box-1 .tool .like:hover{
	color: #ff5500;
}
.play-box-1 .tool .tag{
	float: right;
}
.play-box-1 .tool .tag li{
	display: inline-block;
	list-style: none;
	margin-left: 5px;
}
.play-box-1 .tool .tag li a{
	color: #ff9224;
}





.waterfall-box-1{}
.waterfall-box-1 .list{
	column-count: 3;
	column-gap: 0;
}
.waterfall-box-1 .list .box{
	break-inside: avoid;
	box-sizing: border-box;
	padding: 15px 15px;
	width: auto;
	float: none;
	margin: 0px;
	position: relative;
}
.waterfall-box-1 .list .box .item img{
	max-width: 100%;
	width: 100%;
	cursor: pointer;
}
.waterfall-box-1 .list .box .item .like,
.waterfall-box-1 .list .box .item .time{
	position: absolute;
	right: 18px;
	top: 18px;
	height: 22px;
	line-height: 22px;
	padding: 0px 5px;
	border-radius: 3px;
	background-color: rgba(0,0,0,0.7);
}
.waterfall-box-1 .list .box .item .like{
	right: inherit;
	left: 18px;
	cursor: pointer;
	transition: all .3s ease-out;
}
.waterfall-box-1 .list .box .item .like:hover{
	background-color: #ff8e21;
	color: #FFF;
}


.full_screen-box-1{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
	background-color: rgba(0,0,0,0.8);
}
.full_screen-box-1 img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
}
.full_screen-box-1 .left,
.full_screen-box-1 .right,
.full_screen-box-1 .close{
	position: absolute;
	top: 48%;
	left: 3%;
	background-color: rgba(255,255,255,0.2);
	border-radius: 50%;
	font-size: 64px;
	color: #FFF;
	height: 85px;
	width: 85px;
	padding-left: 26px;
	cursor: pointer;
	z-index: 2100;
	transition: all .3s ease-out;
}
.full_screen-box-1 .right{
	left: auto;
	right: 3%;
	padding-left: 32px;
}
.full_screen-box-1 .close{
	top: 3%;
	left: auto;
	right: 3%;
	font-size: 24px;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	padding-left: 0px;
}
.full_screen-box-1 .left:hover,
.full_screen-box-1 .right:hover,
.full_screen-box-1 .close:hover{
	color: #ff8e21;
}
.full_screen-box-1 .number{
	position: absolute;
	top: 2%;
	left: 2%;
	z-index: 2100;
	background-color: #ff8e21;
	color: #fff;
	padding: 3px 8px;
	font-size: 18px;
}


.full_screen-box-2{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3000;
	background-color: rgba(0,0,0,0.8);
}
.full_screen-box-2 .page-box{
	width: 400px;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.prompt-box{
	z-index: 2147483647;
	display: none;
}
.prompt-box .page-box{
	padding: 0px;
}
.prompt-box .box{
	
}
.prompt-box .box .title{
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 15px;
	border-bottom: 1px solid #2f2f2f;
}
.prompt-box .box .title .close{
	position: absolute;
	right: 8px;
	top: 0px;
	cursor: pointer;
}
.prompt-box .box .content{
	padding: 30px 15px;
}
.prompt-box .box .bottom{
	text-align: center;
	padding: 15px;
	border-top: 1px solid #2f2f2f;
}


.content-box-1{}
.content-box-1 .content{
	font-size: 18px;
	letter-spacing: 2px;
}
.content-box-1 .content p{
	color: #999;
	margin-bottom: 20px;
	line-height: 36px;
	text-indent: 2em;
	padding: 10px 20px;
	transition: all .3s ease-out;
}
.content-box-1 .content p:hover{
	color: #000;
	background-color: #eee;
}
.content-box-1 .tool{
	text-align: center;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #2f2f2f;
	color: #ff9224;
}
.content-box-1 .tool .like{
	cursor: pointer;
}
.content-box-1 .tag{
	text-align: center;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #2f2f2f;
}
.content-box-1 .tag li{
	display: inline-block;
	list-style: none;
	margin-left: 5px;
}
.content-box-1 .tag li a{
	color: #ff9224;
}


.user-login-box{}
.user-login-box .box i{
	width: 12px;
	text-align: center;
	margin-right: 6px;
}
.user-login-box .box .captcha{
	width: 100%;
	cursor: pointer;
	border: 1px solid #ff8e21;
	height: 30px;
	border-left: none;
}
.user-login-box .box .btn-box{
	text-align: center;
}
.user-login-box .box .warning-box{
	margin-bottom: 10px;
	padding: 5px 0px;
	text-align: center;
}
.user-login-box .box .warning-box p{
	margin-bottom: 10px;
}
.user-login-box .box .warning-box strong{
	font-size: 16px;
	color: #ff9224;
}

.unknown-box-1{}
.unknown-box-1 .content{
	padding: 50px 0px;
	text-align: center;
}
.unknown-box-1 .content h1{
	margin-bottom: 20px;
}


.link-box{}
.link-box .list a{
	display: inline-block;
	margin: 5px;
}


.mejs__cannotplay{
	display: none;
}
.mejs__overlay-button{
	display: none;
}


.play-adbox-pause{
	position: absolute;
	z-index: 900;
	left: 10%;
	top: 10%;
	right: 10%;
	bottom: 10%;
	background-color: rgba(0,0,0,0.5);
	border: 1px solid #000;
	padding-top: 30px;
}
.play-adbox-pause .ad-box{
	height: 100%;
}
.play-adbox-pause .pause-prompt{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	padding: 5px;
	color: #FFF;
	display: inline-block;
	background-color: rgba(0,0,0,0.8);
	text-align: center;
	font-size: 16px;
	z-index: 1100;
	color: #ff9224;
}
.play-adbox-pause .pause-play{
	position: absolute;
	top: 40%;
	left: 50%;
	padding: 8px 5px;
	font-size: 20px;
	color: #FFF;
	display: inline-block;
	background-color: rgba(0,0,0,0.8);
	width: 40px;
	height: 40px;
	padding-left: 10px;
	margin-left: -20px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	z-index: 1000;
}
.play-adbox-pause img{
	width: 100%;
	height: 100%;
}
.play-adbox-pause .ad-box iframe{
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 500;
	max-width: 90%;
}


.top-adbox-1 img{
	width: 100%;
	height: 60px;
}
.full-top{margin-top:20px;}
.full-bottom{margin-bottom:20px;}
.imgPlay {width:100%;height:100%;} 
.imgPlay img{margin:5px;max-width:310px;_width:expression(this.width > 310 ? "310px" :this.width);}
.post-title {display:block;text-overflow:ellipsis;word-break:break-all;white-space:nowrap;overflow:hidden;width:100%;}
.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}
.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}
.embed-responsive-play{padding-bottom:56.25%}
.embed-responsive-headphones{padding-bottom:20%}
.embed-responsive-4by3{padding-bottom:70%}
.propa_left1,.propa_left2,.propa_left3{z-index:9999;}
.propa_right1,.propa_right2,.propa_right3{z-index:9999;}
.propa_bottom{z-index:9999;}
.color-white{color:#fff!important}
.opacity-50{opacity:.5}
.bg-highlight{background-color:#1c212a!important;color:#fff}
.pagination-round a{border-radius:35px}
.pagination{width:100%;text-align:center;margin-bottom:20px;}
.pagination a{color:#000;font-size:12px;display:inline-block;width:35px;line-height:33px;height:35px;margin:20px 5px 5px 0;border:1px solid rgba(0,0,0,.06)}
.btn-submit{width:100%;text-align:center;padding:10px;transition:all .1s linear;display:inline-block;background:#222;color:#fff;border:none;font-weight:500;cursor:pointer;border-radius:3px}
.btn-submit:hover{background:#E93255;color:#fff}.btn-submit:focus{outline:0}button{border:none;cursor:pointer}
.goog-te-banner-frame {display:none;}
#google_translate_element2 {display:none;}
.visible-xs{display:none!important}
@media (max-width:767px){.visible-xs{display:block!important}}
@media (max-width:767px){.hidden-xs{display:none!important}}