:root {
	--default_color: #007bff;
	--minor_color: #e54d42;
}

*{
	margin: 0;
	padding: 0;
}
html body{
	width: 100vw;
	height: 100vh;
	font-family: PingFang SC, Arial, Hiragino Sans GB, Microsoft YaHei, sans-serif;
	background-color: #fff;
}

div{
	box-sizing: border-box;
}

.slg_drawer__wrapper{
	z-index: 2000;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	margin: 0;
}
.slg-drawer__container{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100vw;
	background: rgba(0, 0, 0, 0.5);
}
.slg-drawer{
	position: absolute;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12);
	overflow: hidden;
	outline: 0;
}

.slg-drawers{
	width: 86%;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12);
	overflow: hidden;
	outline: 0;
	border-radius: 8px;
}
.slg-drawer.slg-dh{
	animation: btt-drawer-in .3s 1ms;
}
.slg-drawer.slg-btt{
	width: 100%;
	left: 0;
	right: 0;
}
.slg-drawer.slg-btt.slg-top{
	top: 0;
}
.slg-drawer.slg-btt.slg-bottom{
	bottom: 0;
}

@keyframes btt-drawer-in {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translate(0);
	}
}

@keyframes ease-in-out {
	
}

.slg-drawer__header{
	position: relative;
	color: #666;
	height: 50px;
}
.slg-drawer__close-btn{
	position: absolute;
	top: 20px;
	right: 20px;
}
.slg-drawer__body{
	padding: 14px;
}
.default_bg_color {
	background-color: var(--default_color);
}

.default_color{
	color: var(--default_color);
}
.minor_bg_color{
	background-color: var(--minor_color);
}
.minor_color{
	color: var(--minor_color);
}

.slg-fxewmbj{
	margin-top: -4px;
}

.slg-edit-anniu{
	line-height: 36px;
	padding: 0 14px;
	border: 1px solid var(--default_color);
	color: var(--default_color);
	border-radius: 4px;
}
.slg-fx-content{
	width: 80%;
}
.slg-list-anniu{
	line-height: 36px;
	padding: 0 24px;
	background: var(--default_color);
	color: #fff;
	border-radius: 6px;
}

.slg-vip{
	width: 80%;
	border-radius: 16px;
}
.slg-vip-bg{
	background-image: linear-gradient(90deg, #dfb295, #f3d8c0);
}
.slg-vip-color{
	background-clip: text;
	color: transparent; 
	background-image: linear-gradient(90deg, #dfb295, #f3d8c0);
}
.slg-vip-qyitem{
	flex: 1;
	box-shadow: 0 2px 6px 0 hsla(0, 0%, 40.4%, .2);
	border-radius: 6px;
}
.slg-vip-qyanniu{
	padding: 6px 16px;
	border-radius: 100px;
}
.slg-hcpz-item{
	width: 25%;
}
.slg-vip-qy-icon{
	font-size: 60px;
}
.slg-vip-flitem{
	padding: 10px;
	width: 25%;
}
.slg-vip-fl-yuan{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 2px #dfb295 solid;
}
.slg-vip-fl-color{
	color: #dfb295;
}
.slg-checkbox{
	width: 16px;
	height: 16px;
}

.slg-fabu-anniu{
	position: relative;
	z-index: 2;
}

.slg-fabu-anniu-an{
	position: absolute;
	padding: 8px;
	background: #fff;
	border-radius: 25px;
	top: -32px;
	box-shadow: 0 -1px 4px rgba(0, 0, 0, .08);
}

.slg-fabu-anniu-an i {
	border-radius: 50%;
	box-shadow: 3px 3px 4px rgba(0, 102, 204, .2);
}

.slg-tj-anniu{
	width: 80%;
	height: 40px;
	border: none;
	border-radius: 8px;
}

.slg-fz-anniu{
	width: 100%;
	height: 40px;
	border: none;
	border-radius: 8px;
}

.slg-input{
	width: 100%;
	padding-right: 10px;
	border: none;
	outline: none;
	background: none;
	color: #808080;
	font-size: 16px;
}

.slg-hcxq-pzbj{
	background: #f0f0f0;
}
.slg-rmxq-item{
	width: 30%;
	height: 40px;
	border-radius: 8px;
}

.slg-swiper{
	width: 100%;
	overflow: hidden;
}

.slg-rmxq-avatar{
	width: 135px;
	height: 135px;
	border-radius: 50%;
	overflow: hidden;
}

.slg-rmxq-content{
	width: 100%;
	height: calc(100vh - 45px);
	overflow: hidden;
}
.slg-rmxq-content-conent{
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

.slg-xsbdan{
	width: 100%;
	height: 44px;
	border-radius: 8px;
}

.slg-fenxiangma{
	width: 120px;
	height: 120px;
	text-align: center;
}

.slg-xqy-subtitle-item {
	height: 36px;
	border-radius: 36px;
	background-color: #1cbbb4;
}

.slg-xqy-subtitle{
	width: 100%;
	height: 50px;
}

.slg-border-b{
	border-bottom: 1px solid #e5e5e5;
}

.slg-border-t{
	border-top: 1px solid #e5e5e5;
}

.slg-border-r{
	border-right: 1px solid #e5e5e5;
}

.slg-border-l{
	border-left: 1px solid #e5e5e5;
}

.slg-xqy-title{
	padding: 20px 0;
	text-align: center;
}
.slg-xqy-content{
	width: 100%;
	height: calc(100vh - 96px);
	overflow: hidden;
}
.slg-xqy-content-conent{
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
.slg-xqy-foot-item{
	flex: 1;
	height: 36px;
	border-radius: 36px;
	box-shadow: 3px 3px 4px rgba(0, 102, 204, .2);
}
.slg-xqy-foot{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: #fff;
	box-shadow: 0 -0.5px 3px rgba(0, 0, 0, .1);
}
.slg-head-right{
	width: 40px;
}
.slg-list{
	margin-top: 15px;
}
.slg-list-item{
	height: 50px;
	padding: 0px 14px;
	border-bottom: 1px solid #e5e5e5;
}

.slg-viphyqy{
	width: 70%;
	height: 40px;
	border-radius: 6px;
}
.slg-zhjf{
	height: 80px;
	padding: 0px 14px;
}
.slg-zhjf-item{
	flex: 1;
	margin: 6px;
	padding: 6px;
}
.slg-user-anniu{
	height: 100%;
}
.slg-user-img{
	width: 70px;
	height: 70px;
}
.slg-user{
	height: 115px;
	border-bottom: 1px #efefef solid;
	padding: 0px 14px;
}
.slg-search-action::before {
	content: "";
	display: block;
	background: inherit;
	position: absolute;
	width: 100%;
	height: 100%;
	transform-origin: 0 0;
	border-radius: inherit;
	transform: scale(1);
	top: 2px;
	left: 2px;
	filter: blur(3px);
	opacity: .6;
	z-index: -1;
}
.slg-search-action{
	position: relative;
	height: 36px;
	padding: 0px 15px;
	border-radius: 36px;
	border: none;
	overflow: visible;
	box-sizing: border-box;
}

.slg-search-form-input{
	border: none;
	outline: none;
	background: none;
	width: 100%;
	height: 100%;
}

.slg-search{
	width: 100%;
	height: 60px;
}

.slg-search-form{
	background: #f5f5f5;
	height: 36px;
	border-radius: 36px;
}

.slg-zhanshi{
	padding: 4px 10px;
}

.slg-rmhctj{
	width: 120px;
	height: 110px;
	border-radius: 6px;
	overflow: hidden;
}

.slg-rmtj {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
}

.slg-wzimg{
	width: 14px;
	height: 14px;
}

.slg-item-title{
	line-height: 26px;
}

.slg-rmhy{
	width: 120px;
	height: 100px;
	border-radius: 6px;
	overflow: hidden;
}

.slg-seeuser-item{
	padding: 16px 0px;
	display: block;
}

.slg-article-item{
	padding: 16px 0px;
	border-bottom: 2px #ccc dotted;
	display: block;
}

.slg-head{
	width: 100%;
	height: 45px;
}


.slg-content{
	width: 100vw;
	height: calc(100vh - 110px);
	overflow: hidden;
}
.slg-content-conent{
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
.slg-widget-root{
	padding: 10px 5px;
}

.slg-widget-root-item{
	width: 25%;
}
.widget-root-item-img{
	width: 30px;
	height: 30px;
}

.slg-guanggao{
	width: 100%;
}

.slg-article-title{
	width: 100%;
	height: 80px;
}

.slg-line{
	width: 29px;
	height: 1px;
	background-color: #ccc;
	margin: 0 11px;
}

.swiper{
	width: 100%;
	height: 180px;
	position: relative;
}
.swiper-slide img{
	width: 100%;
	height: 100%;
}

.swiper-pagination-bullet{
	width: 6px !important;
	height: 6px !important;
	background: #fff !important;
	opacity: .4 !important;
}
.swiper-pagination-bullet-active{
	width: 16px !important;
	border-radius: 8px !important;
	opacity: 1 !important;
}