<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.gallery-imgs{
	margin-bottom: 10px;  
}
.gallery-imgs:after {
  content: '';
  display: block;
  clear: both;
}
.gallery-imgs .g2{
	position: relative;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	transition: opacity 1s ease;
	overflow: hidden;
	width: calc( ( 100% - 5px ) / 2 );
}
.gallery-imgs .g2:hover&gt;.viewplus{
	display: block;
}
.gallery-imgs .g2 img{
	width: 100%;
	padding: 0;
	border: none;
	box-shadow: none;
	border-radius: 0px;
	display: block;
}
.g4{
	display: block;
    padding: 30px 20px;
    text-align: center;
    margin: 0 10px;
    border: 1px solid #d00;
    border-radius: 5px;
}
.fav-img{
	display: none;
	position: absolute;
	right: 0px;
	top: 0px;
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
	height: 25px;
	width: 25px;
	font-size: 18px;
	z-index: 9;
	cursor: pointer;
	text-align: center;
}
.fav-img i{
	line-height: 25px;
}
.fav-img.fav{
	display: block;
}
.fav-img.fav i{
	color: #ffd700;
}
.fav-img:hover i{
    color: #ffa500;
}
.fav-gallery{
    position: absolute;
    right: 40px;
    top: 5px;
    background: rgba(7, 198, 144, 0.99);
    height: 30px;
    width: 80px;
    color: #fff;
    font-size: 14px;
    z-index: 9;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
}
.fav-gallery i{
	line-height: 25px;
}
.fav-gallery:hover i{
    color: #ffa500;
}
.gallery-imgs .g2:hover .fav-img,
.gallery-imgs .g2:hover .fav-gallery{
	display: block;
}
.card-box .author-info h3 strong{
	margin: 0 10px;
}
.card-box .author-info h3 b{
	font-size: 14px;
	margin-left: 3px;
}
.swal2-input,.swal2-select{
	opacity: 1 !important;
	font-size: 14px !important;
    padding: 5px 10px !important;
    line-height: 30px;
}
.swal2-select{
	-webkit-appearance: auto !important;
    -moz-appearance: none !important;
    appearance: none !important
}
.dc_inline select{
    display: inline-block;
    vertical-align: middle;
    max-width: 100px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    padding: 0 10px;
}
.user-cats a{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 10px;
}
.ripro-dark .user-cats a{
	color: #c6c6c6;
}
.user-cats a.active{
	color: #ffffff;
    background: #34495e;
    background: -webkit-gradient(linear,left top,right top,from(#34495e),to(#475f77));
    background: -webkit-linear-gradient(left,#34495e,#475f77);
    background: linear-gradient(90deg,#f0ad4e,#f0ad4e);
    -webkit-box-shadow: 0 3px 5px rgba(52, 73, 94, .5));
    box-shadow: 0 3px 5px rgba(52, 73, 94, .5));
}
.cat-content h5{
	margin: 15px 0;
    text-align: center;
    background: #f5f5f5;
    padding: 15px 0;
    font-size: 15px;
    position: relative;
}
.boxs{
	flex-flow: row wrap;
    display: flex;
}
.boxs .box{
	display: flex;
	flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: #f1f1f1;
    margin-bottom: 5px;
    box-sizing: border-box;
    width: 24%;
    margin-right: 0.5%;
}
.boxs .box img{
	max-height: 100%;
}
.box:hover&gt;.cat-img{
	display: block;
}
.box:hover&gt;.viewplus{
	display: block;
}
.box.hide{
	display: none;
}
.viewplus{
	display: none;
	position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
    height: 25px;
    width: 25px;
    font-size: 18px;
    z-index: 999;
    cursor: pointer;
    text-align: center;
}
.cat-img{
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
	height: 25px;
	width: 25px;
	font-size: 18px;
	z-index: 999;
	cursor: pointer;
	text-align: center;
}
.cat-img i{
	line-height: 25px;
}
.cat-img.fav{
	display: block;
    width: auto;
    padding: 0 5px;
    font-size: 12px;
    height: 25px;
}
.guest-tip{
	font-size: 18px;
    width: 80%;
    text-align: center;
}
.guest-tip em{
	font-style: normal;
    font-size: 14px;
    color: #ff0859;
}
.entry-media .placeholder a{
	display: block;
}
.entry-media .placeholder a:hover&gt;span.fav-gallery{
	display: block;
}
.fav-gallery.fav{
	display: block;
	background: #d00;
    color: #fff;
}
.fav-gallery.fav i{
	color: #ffd700;
}
.position-right{
	right: 0;
    left: unset;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 0;
    line-height: 25px;
}
.fancybox-button--favimg.faved i:before{
	color: #ffa500;
	content: "\f005";
}
.fancybox-button--favimg.faved i:hover{
	color: #ffd700;
}
.fancybox-content span{
	position: absolute;
    left: 0;
    top: 0;
    color: #777;
    z-index: 9999;
    font-size: 12px;
    line-height: 15px;
    padding: 3px;
    background: rgb(236 241 239 / 30%);
}
.fancybox-image {
  max-width:auto; 
  max-height:100%;
}
.fancybox-button--zoom{
	display: none !important;
}
/* == Loading Indicator == */
.bne-gallery-loader {
	margin: 100px auto 0;
	width: 70px;
	text-align: center;
	display: none;
}
.bne-gallery-carousel-wrapper .bne-gallery-loader {
	margin: -25px -25px 0 0;
	position: absolute;
	top: 50%;
	right: 50%;
	z-index: 999;
}
.bne-gallery-loader &gt; div {
	width: 18px;
	height: 18px;
	background-color: #333;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bne-bouncedelay 1.4s infinite ease-in-out both;
	animation: bne-bouncedelay 1.4s infinite ease-in-out both;
}
.bne-gallery-loader .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.bne-gallery-loader .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes bne-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0) }
	40% { -webkit-transform: scale(1.0) }
}
@keyframes bne-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); } 
	40% { -webkit-transform: scale(1.0); transform: scale(1.0); }
}
.max_width .col-lg-1-5 {
    flex: 0 0 25% !important;
    width: 25% !important;
    max-width: 25% !important;
}
.fancybox-slide--image{
	padding: 0 !important;
}
.cao-widget-posts .posts .grid&gt;a{
    display: none !important;
}
.entry-media .placeholder{
	padding-bottom: 150% !important;
}
.box_in{
    cursor: pointer;
}
.tip2{
	display: none;
	text-align: right;
	color: #0073aa;
	position: absolute;
    right: 10px;
    font-size: 12px;
    top: 1px;
}
.box .multi_check{
	display: none;
	position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 20px;
    z-index: 9888;
}
.multi-btns{
	float: right;
}
.multi-btns span{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
    color: #0073aa;
    cursor: pointer;
    margin-left: 15px;
}
.multi-btns .dc_inline{
	display: inline-block;
	vertical-align: middle;
	width: 170px;
	margin-left: 15px;
}
.multi-btns .dc_inline span{
	margin-left: 5px;
}
span.multi{
	font-size: 12px;    
    color: #0073aa;
    cursor: pointer;
}
span.multi.active{
	color: #d00;
}
.form-box .cat-imgs{
	display: none !important;
	margin: 20px auto;
    display: block;
    width: 120px;
    font-size: 14px;
}
.cat-content{
	padding: 20px 0;
}
.cat-content .boxs{
	margin-bottom: 20px;
}
.form--title{
	overflow: hidden;
	line-height: 28px;
}
.form--title .tit{
	float: left;
}
li.sub{
	margin-left: 20px;
}
li.sub a{
	font-size: 13px;
}
.edit--profile-links li{
	text-align: left;
}
.gallery p.utip{
	background: rgb(255, 121, 125);
    line-height: 40px;
    text-align: center;
    color: #000 !important;
    font-size: 14px;
    height: 40px;
    border-radius: 5px;
}
.gallery p.utip b{
	font-weight: 700;
	margin: 0 5px;
}
.vip-table{
    text-align: center;
    border-collapse: inherit;
}
.vip-table thead tr th{
	text-align: center;
	padding: 5px 10px;
}
.vip-table td{
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.vip-table th{
	border-left: 0;
    border-bottom: 1px solid rgba(255,255, 255, 0.35) !important;
    border-right: 0;
    border-top: 0;
}
.vip_icon img{
	margin: 0 auto;
}
.vip-table tr th:nth-child(1),
.vip-table tr td:nth-child(1){
	background: #eaeaea;
}
.vip-table tr th:nth-child(2),
.vip-table tr td:nth-child(2){
	background: rgb(192,192,192);
	color: #333;
}
.vip-table tr th:nth-child(3),
.vip-table tr td:nth-child(3){
	background: rgb(238,199,16);
	color: #000;
}
.vip-table tr th:nth-child(4),
.vip-table tr td:nth-child(4){
	background: rgb(255 8 134);
	color: #fff;
}
.page_navi{
    width:100%;
    height:auto;    
    text-align:center;
    overflow:hidden;
}
.page_navi a{
    padding:0px 12px;
    margin:2px;
    text-decoration:none;
    color:#333;
    background: rgb(223,223,223);
    display: inline-block;
    vertical-align: middle;
    line-height:35px;
}
.page_navi a:hover,
.page_navi a.current{
    color: #fff !important;
    background:rgb(247,107,128);
}
.page_navi input{
    display: inline-block;
    vertical-align: middle;
    width: 40px !important;
    margin: 0 2px !important;
    padding: 0 2px !important;
    background: rgb(223,223,223) !important;
    line-height: 35px !important;
    color:#333 !important;
    font-size: 12px;
    text-align: center;
}
.page_navi span{
	display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}
.ripro-dark .page_navi input{
    background:#fff !important;
}
.ripro-dark .page_navi a{
	color: #333;
	background: #fff;
}
.ripro-dark .page_navi a:hover,
.ripro-dark .page_navi a.current{
    color: #fff !important;
    background:rgb(247,107,128);
}
/*********20220501************/
.dc-video{
	margin: 30px 0;
}
.dc-video.nologin,
.dc-video.noaccess{
	width: 100%;
    height: 350px;
    background: #000;
    position: relative;
}
.dc-video.nologin span.tit,
.dc-video.noaccess span.tit{
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #f5f5f5;
}
.dc-video span.tit{
	margin: 10px 0;
	text-align: center;
	display: block;
}
.dc-video video{
	width: 100%;
    background: #000;
    height: auto;
}
span.playicon{
	position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f1f1f1;
    text-align: center;
    line-height: 50px;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -30px;
    cursor: pointer;
    font-size: 18px;
}
@media screen and  (min-width:320px) and (max-width: 767px){
	.dc-video.nologin,.dc-video.noaccess{
		height: 220px;
	}
	.max_width .col-lg-1-5 {
	    flex: 0 0 50% !important;
	    width: 50% !important;
	    max-width: 50% !important;
	}
	.boxs .box{
		width:49%;
	}
	.card-box .col-md-4{
		flex: 0 0 50%;
	    max-width: 50%;
	}
	.payvip-box .col-md-4{
		flex: 0 0 50%;
	    max-width: 50%;
	    padding: 0 5px;
	}
	.card-box .author-info h3{
		font-size: 20px !important;
	}
	.card-box .author-info h3 b{
		font-size: 12px;
	}
	.card-box .author-info h3 span{
		display: block;
	}
	.card-box .author-info h3 strong{
		display: none;
	}
	.form-box .payvip-box .vip-info h3{
		font-size: 18px;
	}
	.form-box .payvip-box .vip-info .vipc{
		font-size: 14px;
        padding: 3px 6px;
	}
	.form-box .payvip-box .vip-info .vipc i{
		font-size: 15px;
	}
	.form-box .payvip-box .vip-info p{
		padding: 10px 5px;
		font-size: 10pt;
	    line-height: 20px;
	    max-height: 80px;
	    overflow: hidden;
	}
	.form-box .payvip-box .vip-info p:last-child{
		height: 80px;
	}
	.multi-btns span{
		margin-left: 10px;
	}
	.page_navi a{
		line-height: 30px;
		padding: 0 10px;
	}
	.page_navi span{
		margin: 0 10px;
	}
	.page_navi input{
		line-height: 30px !important;
		width: 35px !important;
		margin: 0 2px !important;
	}
}</pre></body></html>