.my-bullet{
	 width: 4px;
	 height: 4px;
	 display: inline-block;
	 border-radius: 100%;
	 background-color: rgba(254, 254, 254, 1);
	 opacity: .5;
	 margin: 0 4px;
	 outline: none;
}
.my-active{
	 background-color: #ffffff;
	 opacity: 1;
}
.content{
	flex: 1;
	overflow-y: auto;
}
.vip_nav{
	padding: 10px 16px 16px;
	border-bottom: 5px solid rgba(248, 248, 248, 1);
}
.vip_rotion{
	overflow: hidden;
	border-radius: 4px;
}
.rotion{
	height: 6.75rem;
	transition: left 1s linear;
	position: relative;
	left: 0;
}
.rotion li{
	height: 100%;
	float: left;
}
.list_top{
	width: 2.25rem;
	height: 2.25rem;
	background: linear-gradient(135deg, #DCBD87, #BC945C);
	border-radius: 50%;
	margin: auto;
}
.vip_list p{
	font-size: 12px;
	margin-top: 10px;
}
.subscript{
	position: relative;
	top: -20px;
	display: flex;
	justify-content: center;

}
.subscript span{
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: rgb(145 143 139);
	display: block;
	margin-right: 8px;
}
.vip_bottom{
	margin-top: 16px;
}
.bottom_list{
	 display: flex;
    flex-wrap: wrap;
}
.bottom_list li{
    display: flex;
    justify-content: center;
    width: 25%;
    margin-bottom: 0.8rem;
}
/* 左右卡片 */
.recall{
	border-bottom: 5px solid rgba(248, 248, 248, 1);
}
.recall_nav b,.news b{
	display: flex;
	align-items: center;
}
.recall_im{
	width: 18px;
	height: 18px;
	margin-right: 6px;
}
#top{
	margin: 0;
	padding-bottom: 16px;
	overflow-x: hidden;
	touch-action: pan-y;
}
/* 会员专享列表 */
.special_cont {
    margin: 0 0.93rem;
}
.special_cont a {
    display: flex;
    padding: 13.5px 0;
    border-bottom: 1px solid #F1F1F1;
}
.cont_top {
    flex: 1;
}
.cont_top p {
    font-size: 15px;
    color: #222222;
    line-height: 22px;
	min-height: 44px;
}
.cont_bot {
    display: flex;
    align-items: center;
    margin-top: 0.25rem;
}

.cont_bot span {
    font-size: 12px;
    color: #909090;
}
.bot_img {
    width: 1.56rem;
}
.bot_name {
    margin-left: 0.34rem;
    font-weight: 400;
}
.bot_time {
    margin-left: 0.62rem;
    font-weight: 400;
}
.cont_img {
    width: 6.18rem;
    margin-left: 1.37rem;
}

.recall_bottom{
	height: 40px;
	border-radius: 4px;
	margin: 15px 16px 0;
	border: 1px solid rgba(148, 120, 88, 1);
	background-color: rgba(251, 243, 235, 1);
	line-height: 40px;
	text-align: center;
	font-size: 13px;
	color: rgba(148, 120, 88, 1);
	font-weight: 700;
	margin-bottom: 16px;
}
a.bo_text{
	font-weight: bold;
	color: rgba(148, 120, 88, 1);
}
.news{
	border-bottom: 1px solid rgba(241, 241, 241, 1.0);
}
.news b{
	padding: 16px;
}
