html,
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

img {
	border: none;
}

ul,
li {
	list-style: none;
}

a {
	outline: none;
}

img.gray { -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  opacity: 0.5;}
.bodyBox {
	background: #fff;
	font-size: .28rem;
	min-width: 320px;
	margin: 0 auto;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important outline:0;
}

.bodyBox .input {
	outline: 0;
}

.youzhiTabBox {
	margin: 0;
	padding: 0;
}

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

.fl-clr {
	zoom: 1
}

.fl-clr:after {
	display: block;
	content: '';
	clear: both;
	visibility: hidden
}

.fl-clear {
	clear: both
}

.fl-clr {
	zoom: 1
}

.fl-clr:after {
	display: block;
	clear: both;
	height: 0;
	content: "\0020"
}

::-webkit-input-placeholder {
	color: #999
}

.bodyBox>input[type="text"],
.bodyBox>input[type="password"] {
	-webkit-appearance: none;
	appearance: none;
	outline: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border-radius: 0
}

::-webkit-input-placeholder {
	color: #999
}

:-moz-placeholder {
	color: #999
}

::-moz-placeholder {
	color: #999
}

:-ms-input-placeholder {
	color: #999
}

.hidden1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hidden2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 显示的行数，可以根据需要修改 */
	overflow: hidden;
	text-overflow: ellipsis;
}

.hidden3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	/* 显示的行数，可以根据需要修改 */
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 隐藏滚动条 */
.scrollbarNone::-webkit-scrollbar {
	display: none;
}

.bodyBox>select {
	margin: 0;
	padding: 0;
	height: .6rem;
	width: 100%;
	font-size: .24rem;
	border-radius: .05rem;
	border: .1px solid #333333;
	color: #333333;
	padding: .04rem;
	background: none;
}

/* 主题色 */
:root {
	--main-color: #f14124;
	--main-f-color: #f1dede;
	--public-color: #F8F9FA;
}


/* 公共头 */
.public_top {
	width: 100%;
	height: 1.2rem;
}

.public_top_box {
	width: calc(100% - .6rem);
	padding: .2rem .3rem;
	height: .8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background: #fff;
}

.public_top_box.boxShow {
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.public_top_box_left {
	display: flex;
}

.public_top_box_left .logo>img {
	height: .8rem;
}

.public_top_box_left .title {
	font-size: .26rem;
	font-weight: bold;
	color: var(--main-color);
	height: .8rem;
	display: flex;
	align-items: center;
	margin-left: .1rem;
}

.public_top_box_user {
	margin-left: .2rem;
}

.public_top_box_user>img {
	width: .5rem;
	height: .5rem;
	object-fit: cover; border-radius: 50%!important;
}

.public_top_box_sousuo {
	width: 1.45rem;
	height: .5rem;
	border: 1px solid var(--main-color);
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .27rem;
	color: var(--main-color);
}

.public_top_box_sousuo>span {
	color: var(--main-color);
}

.public_top_box_sousuo .button {
	width: .3rem;
	height: .3rem;
	margin-left: .15rem;
}

.public_top_box_right {
	display: flex;
	align-items: center;
}

/* 通用顶部搜索 */
.public_suosuo {
	background: #fff;
	display: flex;
	width: calc(100% - .6rem);
	padding: .3rem;
	border-bottom: 1px solid #F1F2F2;
}

.public_suosuo_box {
	width: 100%;
	height: .64rem;
	border: 1px solid #ccc;
	background: #F8F9FA;
	border-radius: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.public_suosuo_box_select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 1rem;
	border: none;
	height: .64rem;
	font-size: .26rem;
	padding: 0;
	margin-left: .2rem;
	background-image: url(sbottom.png);
	background-repeat: no-repeat;
	background-position: right .1rem center;
	padding-right: .3rem;
	background-size: .18rem .1rem;
	background-color: transparent;
	border: none;
	-webkit-appearance: none;
	/* 去除浏览器默认样式 */
	-moz-appearance: none;
	/* 去除浏览器默认样式 */
	appearance: none;
	/* 去除浏览器默认样式 */
}

.public_suosuo_box_select:focus {
	outline: none;
}

.public_suosuo_box_right {
	width: calc(100% - 1.1rem);
	height: .42rem;
	margin-left: .1rem;
	border-left: .01rem solid #ccc;
	display: flex;
	align-items: center;
}

.public_suosuo_box_right .input {
	width: calc(100% - 1.5rem);
	margin-left: .2rem;
	height: 100%;
	border: none;
	font-size: .26rem;
	background: #F8F9FA;
}

.public_suosuo_box_right .button {
	width: 1.5rem;
	height: .42rem;
	border-radius: 42px;
	position: relative;
}

.public_suosuo_box_right .button .button_input {
	width: 1.5rem;
	height: .64rem;
	position: absolute;
	top: -.11rem;
	right: -.1rem;
	opacity: 0;
}

.public_suosuo_box_right .button .button_box {
	width: 1.5rem;
	height: .64rem;
	position: absolute;
	right: -.1rem;
	top: -.11rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: .64rem;
	background: var(--main-color);
	font-size: .26rem;
	color: #fff;
}

.public_suosuo_box_right .button .button_box .img {
	width: .3rem;
	height: .3rem;
	margin-right: .1rem;
}

.public_nav {
	width: 100%;
	height: 1.3rem;
	display: flex;
	justify-content: space-between;
	background: #fff;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}

.public_nav_item {
	width: 20%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: auto;
}

.public_nav_item .img {
	width: .4rem;
	height: .4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.public_nav_item .img>img {
	max-width: .4rem;
	max-height: .4rem;
}

.public_nav_item .name {
	font-size: .26rem;
	margin-top: .05rem;
}

/* banner */
.public_banner {
	width: calc(100% - .6rem);
	padding: .3rem;
}

.public_banner_box {
	width: 100%;
	height: 2.75rem;
	border-radius: 5px;
	position: relative;
}

.public_banner_box .img {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.public_banner_box .img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.public_banner_box .swiper-pagePublicBanner {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 9;
}

.public_banner_box .swiper-pagePublicBanner .swiper-pagination-bullet {
	width: .2rem;
	height: .05rem;
	border-radius: 0px;
	background: #fff
}

/* 通用底部 */
.public_bottom {
	width: calc(100% - .4rem);
	padding: .2rem;
	margin-top: .2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.public_bottom .list {
	margin-top: .1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .25rem;
	color: #999;
}

.public_bottom .list:nth-child(1) {
	margin-top: 0;
}

.public_bottom .list .icon {
	padding-left: .2rem;
	padding-right: .2rem;
}

.public_bottom .list .link {
	color: #999;
}

/* tab */

.public_tabbay {
	width: 100%;
	height: 1rem;
}

.public_tabbay_box {
	width: calc(100% - .6rem);
	padding: 0 .3rem;
	height: 1rem;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
	background: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.public_tabbay_box .tiem {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.public_tabbay_box .tiem .img {
	width: .35rem;
	height: .35rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.public_tabbay_box .tiem .img>img {
	max-width: 100%;
	max-height: 100%;
}

.public_tabbay_box .tiem .name {
	font-size: .26rem;
}

.public_tabbay_box .tiem.is .name {
	color: var(--main-color);
}

.activity_info_text {
	width: calc(100% - .6rem);
	padding: .3rem;
	background: var(--public-color);
}

/* 通用分页样式 */
.publicPase {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: .3rem;
	margin-bottom: .3rem;
}

.publicPase .item {
	font-size: 0.24rem;
	text-decoration: none;
	height: 0.5rem;
	color: #333;
	line-height: 0.5rem;
	margin: 0 2%;
	padding: 0;
	border: 1px solid #E5EAF0;
	border-radius: 0.08rem;
	min-width: .55rem;
	text-align: center;
	background: #fff;
}

.publicPase .item.is {
	background: #1479D7;
	color: #fff;
}

.publicPase_side .img {
	width: .2rem;
	height: .2rem;
}
