html,body{
	position: relative;
	background: #f7f6f9;
	box-sizing: border-box;
	font-family: "mui","pingfang SC","Microsoft YaHei","\5FAE\8F6F\96C5\9ED1",helvetica,arial,verdana,tahoma,sans-serif;
}

h1,h2,h3,h4,h5,h6,p,span,li,a,font{
	margin-bottom: 0;
}


.mui-toast-container{
	bottom:auto;
	top: 40%;
}

.mui-popup .mui-popup-inner .mui-popup-input input{
	border-radius:3px;
	border: 1px solid #dcdcdc;
	padding: 0 0.2rem;
	height: 34px;
}
/*文字高亮*/
.text-active{
	color: #0099ff !important;
}

.common-title-header{
	position: relative;
	padding: 0 1.5rem;
}
.common-title-header h2{
	position: relative;
	width: 100%;
	margin: 0;
	font-size: 0.44rem;
	line-height: 0.8rem;
}
.common-title-header .f-left{
	position: absolute;
	top: 0;
	left: 0.27rem;
	color: #fff;
	font-size: 0.26rem;
	line-height:0.8rem
}
.common-back{
	display: block;
	top: 0.2rem !important;
	width: 0.4rem;
	height: 0.4rem;
	background: url("../image/back.png") no-repeat;
	background-size: 100% 100%;
}
.common-title-header .f-right{
	position: absolute;
	top: 0;
	right: 0.27rem;
	color: #fff;
	font-size: 0.30rem;
	line-height:0.8rem;
}
/*伪类清除浮动*/
.clearfix::after{
	display:block;
	content:"";
	height:0;
	clear:both;
	overflow:hidden;
	visibility:hidden;
	*zoom:1;
}

/*文字超出省略*/
.overwords{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}

/*行居中*/
.flex-row-center{
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction:row;

	-webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;

	-webkit-align-items:center;
	-moz-align-items:center;
	-ms-align-items:center;
	-o-align-items:center;
	align-items:center;
	box-pack:center;
	box-align:center;

	-webkit-box-pack:center;
	-webkit-box-align:center;
	-moz-box-pack:center;
	-moz-box-align:center;
	-ms-flex-pack:center;
	-ms-flex-align:center;
}

/*列居中*/
.flex-column-center{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

	-webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;

	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}

.flex-flex{
	-webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    width: 0%;
}


/*共用底部*/
.yupao-common-footer{
	position: fixed;
	width: 100%;
	height: 1.2rem;
	left: 0;
	bottom: 0;
	background: white;
	z-index: 100;
	box-shadow: #e8e6e3 0 0 5px;
}
.yupao-footer-item{
	position: relative;
	width: 20%;
	height: 1.2rem;
	float: left;
	padding: 0.2rem 0;
}
.yupao-footer-item img{
	position: relative;
	width:0.45rem;
	height: 0.45rem;
	display: block;
	margin: 0 auto;
}
.yupao-footer-item span{
	position: absolute;
	left: 0;
	bottom: 0.15rem;
	width: 100%;
	text-align: center;
	color: #050505;
	font-size: 0.26rem;
	display: block;
	line-height: initial
	/*font-family: 'fzlthj';*/
}
.yupao-footer-publish img{
	position: absolute;
	width: 0.9rem;
	height: 0.9rem;
	left: 50%;
	margin-left: -0.45rem;
	top: -0.35rem;
}
.yupao-footer-active{
	color: #0099ff !important;
}

/*发布页面*/
.publishbox{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255,255,255,0.9);
	z-index: 105;
	display: none;
	opacity: 0;
	transition: 0.5s;
	-moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.publish-footer{
	position: absolute;
	width: 0.4rem;
	height:0.4rem;
	left: 50%;
	margin-left: -0.2rem;
	bottom:0.56rem;
	/* background: white; */
}
.publish-footer img{
	display: block;
	width:100%;
	height: 100%;
	transition: 0.5s;
	-moz-transition:0.5s;
    -webkit-transition:0.5s;
    -o-transition: 0.5s;
}
.publish-footer-active img{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.publish-body{
	position: absolute;
	width: 100%;
	height: max-content;
	bottom:-10rem;
	transition:0.5s;
	-moz-transition:0.5s;
    -webkit-transition:0.5s;
    -o-transition: 0.5s;
}
.publish-body-item{
	position: relative;
	padding:0.1rem 0.5rem;
	box-sizing: border-box;
}
.publish-content a{
	position: relative;
	display: block;
}
.publish-content a img{
	width: 1.2rem;
	height: 1.2rem;
	display: block;
	margin: 0 auto;
}
.publish-content a span{
	display: block;
	width: 100%;
	text-align: center;
	line-height:0.8rem;
	font-size: 0.26rem;
	/*font-family: 'fzltjh';*/
	color: #555;
	font-weight: bold;
}

.yupao-common-header{
	position: fixed;
	width: 100%;
	height: 1rem;
	background: url("../image/headerbg.png") no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	padding: 0.2rem 1.2rem;
	z-index: 100;
}
.yupao-common-header h2{
	height: 0.6rem;
	line-height: 0.6rem;
	position: relative;
	width: 100%;
	font-size: 0.36rem;
	font-family: "微软雅黑";
	text-align: center;
	color: white;
	margin: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.yupao-common-header .header-left,.yupao-common-header .header-right{
	position: absolute;
	font-size: 0.32rem;
	font-family: "微软雅黑";
	color: white;
	line-height: 0.6rem;
	height: 0.6rem;
	top: 0.2rem;
}
.yupao-common-header .header-left{
	left: 0.27rem;
}
.yupao-common-header .header-right{
	right: 0.27rem;
}
.yupao-common-container{
	position: relative;
	width: 100%;
	padding-top: 1rem;
	padding-bottom: 1.3rem;
}

.noborder{
	border: 0 !important;
}
.nomargin{
	margin: 0 !important;
}

.yupao-common-content{
	position: relative;
	width: 100%;
	padding-bottom: 1.5rem;
}

.yupao-btn{
	position: relative;
	margin-left: 0.2rem;
	background: #0099ff;
	color: white;
	font-style: normal;
	font-size: 0.24rem;
	padding: 0.08rem 0.18rem;
	cursor: pointer;
	border-radius: 0.05rem;
}

.yupao-btn-danger{
	background: #ff0000;
}

/*全局遮罩*/
.fullshade-tips{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	left: 0;
	top: 0;
	z-index: 999;
	opacity: 0;
	transition: 0.5s;
	-moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.loadingwrap{
	position:absolute;
	width: 6rem;
	height: 3rem;
	left: 50%;
	top: 50%;
	margin-left: -3rem;
	margin-top: -1.5rem;
	display: block;
}
.icon-loading{
	position: relative;
	text-align: center;
	font-size: 1rem;
	color: white;
	width: 1rem;
	height: 1rem;
	display: block;
	margin: 0 auto;
	animation: loadingAnim 2s linear infinite;
	-webkit-animation: loadingAnim 2s linear infinite;
	-moz-animation: loadingAnim 2s linear infinite;
	-o-animation: loadingAnim 2s linear infinite;
	-ms-animation: loadingAnim 2s linear infinite;
}
.fullshade-tips span{
	position: relative;
	display: block;
	font-size: 0.32rem;
	color: white;
	line-height: 1rem;
	text-align: center;
}

/*没有数据*/
.common-nodata{
	position: relative;
	width:2.5rem;
	height:2.5rem;
	display: block;
	margin: 1rem auto 0;
}
.common-nodata img{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}

/*共用顶部距离*/
.common-margintop{
	margin-top: 0.15rem;
}

/*共用发布按钮*/
.common-publish-submit{
	position: relative;
	background: #0099ff;
	color: #fff;
	display: block;
	height: 0.9rem;
	width: 80%;
	margin: 0 auto;
	line-height: 0.9rem;
	font-size: 0.30rem;
	text-align: center;
	border-radius: 5px;
	margin-top: 0.25rem;
	letter-spacing: 0.05rem;
}

/*过渡*/
.common-trans{
	transition: 0.5s;
	-moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

/*旋转*/
.common-rotate{
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
}

/*input-p增加箭头提示*/
/*.common-input-placeholder::-webkit-input-placeholder{
	font-family: "iconfont";
}
.common-input-placeholder:-moz-placeholder{
	font-family: "iconfont";
}

.common-input-placeholder::-moz-placeholder{
	font-family: "iconfont";
}

.common-input-placeholder:-ms-input-placeholder{
	font-family: "iconfont";
}*/


/*loading旋转动画*/
@keyframes loadingAnim{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}


@-webkit-keyframes loadingAnim{
	0%{
		-webkit-transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes loadingAnim{
	0%{
		-moz-transform: rotate(0deg);
	}
	100%{
		-moz-transform: rotate(360deg);
	}
}

@-o-keyframes loadingAnim{
	0%{
		-o-transform: rotate(0deg);
	}
	100%{
		-o-transform: rotate(360deg);
	}
}

@-ms-keyframes loadingAnim{
	0%{
		-ms-transform: rotate(0deg);
	}
	100%{
		-ms-transform: rotate(360deg);
	}
}

/*刘博写入*/
.list-header-bth{color: white!important;}
.displaynone{display: none;}


/*文字适配*/
@media only screen and (min-width:320px ) {
	html{
		font-size: 42.66666px !important
	}
}
@media only screen and (min-width:360px ) {
	html{
		font-size: 48px !important;
	}
}
@media only screen and (min-width:375px ) {
	html{
		font-size: 50px !important;
	}
}
@media only screen and (min-width:400px ) {
	html{
		font-size: 53.3333333px !important;
	}
}

@media only screen and (min-width:414px ) {
	html{
		font-size: 55.2px !important;
	}
}

@media only screen and (min-width:450px ) {
	html{
		font-size:60px !important;
	}
}

/*招工列表 找活列表 发布按钮 2019-6-24 11:13:36 */
.yupao-fiexd-pubbtn{position: fixed;width: 3rem;line-height:0.75rem;color: white; font-size: 0.26rem;text-align: center;border-radius: 50px;background: #0099ff;left: 50%;bottom: 1.4rem;
	margin-left: -1.5rem;z-index: 5;}
.yupao-fiexd-pubbtn:active,.yupao-fiexd-pubbtn:focus,.yupao-fiexd-pubbtn:visited,.yupao-fiexd-pubbtn:link{color: white;}
.yupao-footer-newpublish img{width: 0.48rem;height: 0.48rem;}