/*侧边 vip 特权*/
.user-left {
	width: 300px;
	margin-bottom: 20px;
	float: right;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}

.user-right {
	padding-left: 0;
	float: left;
	width: calc(100% - 320px);
}

.release-table {
	margin-bottom: 10px;
}

.release-table {
	background: #fff;
	border-radius: 5px;
	padding: 15px;
}

.vip-tequan .bsb {
	box-sizing: border-box;
}

.vip-tequan .br5 {
	border-radius: 5px !important;
}

.vip-tequan .bg_f {
	background: #fff;
}

.vip-tequan .mb20 {
	margin-bottom: 20px;
}

.vip-tequan .plr20 {
	padding-left: 20px;
	padding-right: 20px;
}

.vip-tequan .p10 {
	padding: 10px;
}

.vip-tequan .fb {
	font-weight: 700;
}

.vip-tequan .fz16 {
	font-size: 16px !important;
}

.vip-tequan .bo_bf7 {
	border-bottom: 1px solid #f7f7f7;
}

.vip-tequan .lh40 {
	line-height: 40px;
}

.vip-tequan .pt10 {
	padding-top: 10px;
}

.vip-tequan .mb10 {
	margin-bottom: 10px;
}

.vip-tequan .pl60 {
	padding-left: 60px;
}

.vip-tequan .pb15 {
	padding-bottom: 15px;
}

.vip-tequan .pr {
	position: relative;
}

.vip-tequan .pt5 {
	padding-top: 5px;
}

.vip-tequan .lt {
	left: 0;
	top: 0;
}

.vip-tequan .pa {
	position: absolute;
}

.vip-tequan .fz14 {
	font-size: 14px !important;
}

.vip-tequan .fz12 {
	font-size: 12px !important;
}

.vip-tequan .color_6 {
	color: #666 !important;
}

.vip-tequan .lh18 {
	line-height: 18px;
}

.vip-tequan .y_color {
	background: #ffb86c;
}

.vip-tequan .p_color {
	background: #cbafff;
}

.vip-tequan .pin_color {
	background: #ff97b4;
}

.vip-tequan .b_color {
	background: #97c8ff;
}

.vip-tequan .br8 {
	border-radius: 8px;
}

.vip-tequan .inline_block {
	display: inline-block;
	vertical-align: top;
}

.vip-tequan .img_50 {
	width: 50px;
	height: 50px;
}

.vip-tequan .color_f {
	color: #fff !important;
}

.vip-tequan .lh50 {
	line-height: 50px;
}

.vip-tequan .t_center {
	text-align: center;
}

.vip-tequan .pb20 {
	padding-bottom: 20px;
}

.vip-tequan .block {
	display: block;
}

.vip-tequan .bg_tips {
	background: #fdc242;
}

.vip-tequan .bo_tf7 {
	border-top: 1px solid #f7f7f7;
}

.vip-tequan .mt15 {
	margin-top: 15px;
}

.vip-tequan .pt30 {
	padding-top: 30px;
}

.vip-tequan .cursor {
	cursor: pointer;
}

.vip-tequan .color_main {
	color: #01bea8 !important;
}

.vip-tequan.user-left {
	line-height: 24px;
	font-size: 14px;
}

.vip-tequan .color_9 {
	color: #999 !important;
}

.vip-tequan .pl15 {
	padding-left: 15px;
}









/* 虚拟礼物 */
.xuniliwupage .following-post-thum {
	height: 152px;
	overflow: hidden;
	border: 15px;
	border-radius: 15px;
	display: flex;
	align-items: center;
	/* 垂直居中 */
	justify-content: center;
	position: relative;
}

.xuniliwupage .product-price {
	position: absolute;
	bottom: 0;
	color: #fff !important;
	font-weight: 500;
	background: rgb(0 0 0 / 0.5);
	width: 100%;
	text-align: center;
	line-height: 40px;
}


.xuniliwupage .following-blog-post-title a {

	margin-top: 15px;
	font-size: 16px;
	width: 100%;
	text-align: center;

	color: #01bea8 !important;
}

.lang-box {
	background-color: #ffffff;
	position: relative;
	display: flex;
	cursor: pointer;
	gap: 5px;
	font-size: 14px;
	color: #ffffff;
	border: 1px solid #fff;
	padding: 13px 20px;
	border-radius: 50px;
	margin-left: 5px;
}

.lang-box a {
	color: #01bea8;
    font-size: 12px;
}

.lang-box a:hover {
	opacity: 0.9;
}



.language-switcher {
	position: relative;
	display: inline-block;
}

.language-btn {

	display: flex;
	cursor: pointer;
	gap: 5px;
	font-size: 14px;
	color: #fff;
	border: 1px solid #fff;
	padding: 13px 20px;
	border-radius: 50px;
	margin-left: 5px;
}

.language-dropdown {
	position: absolute;
	top: calc(100% + 5px);
	right: 0;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
	display: none;
	z-index: 1000;
	width: 200px;
}

.language-list {
	padding: 10px;
	max-height: 230px;
	overflow-y: auto;
	width: 100%;
}

.language-dropdown.active {
	display: block;
	background: #fff;
}

.language-item {
	display: flex;
	align-items: center;
	padding: 6px 0px;
	font-size: 14px;
	color: #333;
	height: 30px;
	justify-content: center;
}

/*手机兼容*/
@media only screen and (max-width: 479px) {
    .articlepage.xuniliwupage .user-right{
        width: 100%;
    }
    .vip-tequan{
        display: none;
    }
}


