public.css 3.6 KB
* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #333;
}

body {
	padding-top: 1.8rem;
}

.container {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;

}

.top {
	width: 7.5rem;
	/*height: 1.5rem;*/
	background-color: #F7F7F7;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	z-index: 99;
}

.top_t_right_text {
	font-size: 0.2rem;
	font-weight: 500;
	color: #333333;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.top_t {
	width: 6.86rem;
	height: 0.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top_t_left {
	width: 1.2rem;
/*	width:max-content;*/
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top_t_left_text {
	font-size: 0.3rem;
	font-family: PingFang-SC-Medium;
	font-weight: 500;
	color: rgba(166, 16, 16, 1);
}

.icon-caidan {}

/*中部*/
.top_t_middle {
	width: 1.2rem;
	height: 0.5rem;
	display: flex;
}

.top_t_middle img {
	width: 100%;
	height: 100%;
}

/*右边*/
.top_t_right {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.icon-10 {
	position: relative;
	margin-right: .1rem;
}

.top_t_right_pic {
	width: 0.4rem;
	height: 0.4rem;
	display: flex;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-left: .5rem;
	position: relative;
}
.head_right_nav{
	width: 2.14rem;
	position: absolute;
	top: 160%;
	right: 0;
	background:rgba(255,255,255,1);
box-shadow:0px 1px 6px 0px rgba(102,102,102,0.14);
border-radius:10px;
	display: none;
	
}
.head_right_item a{
	display: block;
	height: .8rem;
	font-size: .26rem;
	padding-left: .27rem;
	line-height: .8rem;
}
.top_t_right_pic img {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

/*-----底部------*/
.top_d {
	width: 5.56rem;
	display: flex;
	padding-bottom: 0.03rem;
	border-bottom: 1px solid #999999;
	margin: 0.3rem 0 0.2rem 0;
}

.top_d_input {
	width: 5rem;
	text-align: center;
	border: none;
	outline: none;
	background-color: #F7F7F7;
	font-size: 0.3rem;
	box-sizing: border-box;
	padding: 0 0.2rem;
}

.top_d_input::placeholder {
	color: #999999;
}

.mid {
	margin-top: 0.6rem;
	display: flex;
	width: 6.2rem;
	flex-flow: column;
}
.swiper-pagination-bullet{
	background:rgba(255,255,255,0.61) !important;
}
.swiper-pagination-bullet-active{
	background: #A61010 !important;
}
/*菜单*/
.menu_item {
	width: 7.5rem;
	display: flex;
	flex-flow: column;
	font-size: 0.24rem;
	font-weight: bold;
	background-color: #F7F7F7;
	position: fixed;
	left: 0;
	bottom: 0;
	top: 0.8rem;
	z-index: 1999;
}

.menu_item_a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 0.38rem 0;
	border-bottom: 1px solid #EBEBEB;
	margin: 0 0.2rem;
}

.menu_item_a_pic {
	width: 0.08rem;
	height: 0.16rem;
	display: flex;
}

.menu_item_a_pic img {
	width: 100%;
	height: 100%;
}

.banner {
	position: relative;
}

.growl {
	position: fixed;
	top: 50%;
	left: 42%;
	width:max-content;
	height: .66rem;
	z-index: 9999999;
	text-align: center;
}

.alert {
	padding: .15rem;
	margin-bottom: .2rem;
	border-radius: .04rem;
}

.message_success {
	color: #fff;
	font-size: .14rem;

}

.growl-item {
	border-radius: .08rem;
	background-color: rgba(0, 0, 0, 0.8);
	border-color: #fff;
	margin-top: -.88rem;
	
}
.more{
	width: .8rem;
	margin: 0 auto;
	margin-top: .25rem;
	padding: .11rem 0;
	border-bottom: .01rem solid #A61010;
}
.more a{
	display: block;
	color: #A61010;
	font-size: .14rem;
	text-align: center;
}