view,
scroll-view,
swiper,
swiper-item,
cover-view,
cover-image,
icon,
text,
rich-text,
progress,
button,
checkbox,
form,
input,
label,
radio,
slider,
switch,
textarea,
navigator,
audio,
camera,
image,
video {
	box-sizing: border-box;
}

html,body{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

image {
	display: block;
}

text {
	line-height: 1;
	/* font-family: Helvetica Neue, Helvetica, sans-serif; */
}

button {
	padding: 0;
	margin: 0;
	background-color: rgba(0, 0, 0, 0);
}

button:after {
	border: 0;
}

.bottom-fill {
	height: constant(safe-area-inset-bottom);
	height: env(safe-area-inset-bottom);
}

.fix-bot {
	box-sizing: content-box;
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}

/* 边框 */
.round {
	position: relative;
	border-radius: 100px;
}

.round:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 200%;
	height: 200%;
	transform: scale(.5) translate(-50%, -50%);
	border: 1px solid #878787;
	border-radius: 100px;
	box-sizing: border-box;
}

.b-b:after {
	position: absolute;
	z-index: 3;
	left: 0;
	top: auto;
	bottom: 0;
	right: 0;
	height: 0;
	content: '';
	transform: scaleY(.5);
	border-bottom: 1px solid #e0e0e0;
}

.b-t:before {
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	right: 0;
	height: 0;
	content: '';
	transform: scaleY(.5);
	border-bottom: 1px solid #e5e5e5;
}

.b-r:after {
	position: absolute;
	z-index: 3;
	right: 0;
	top: 0;
	bottom: 0;
	width: 0;
	content: '';
	transform: scaleX(.5);
	border-right: 1px solid #e5e5e5;
}

.b-l:before {
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	content: '';
	transform: scaleX(.5);
	border-left: 1px solid #e5e5e5;
}

.b-b,
.b-t,
.b-l,
.b-r {
	position: relative;
}

/* 点击态 */
.hover-gray {
	background: #fafafa !important;
}

.hover-dark {
	background: #f0f0f0 !important;
}

.hover-opacity {
	opacity: 0.7;
}



.clamp {
	/* lines: 1; */
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.6rem;    
    max-height: 1.6rem;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.clamp2 {
	/* lines:2; */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

/* 布局 */
.row {
	
	display: flex;

	flex-direction: row;
	align-items: center;
}
.column {
	display: flex;
	flex-direction: column;
}

.heng-center{
	align-items: center;
}
.center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.fill {
	flex: 1;
}
.wt100{
	width: 100%;
}

/* input */
.placeholder {
	color: #999 !important;
}

.default-bg-cl {
	background-color: #1890ff;
}

.default-cl {
	color: #1890ff;
}

/* btn */
.btn_default{
    color: #000000!important;
	background: #fff!important;
	border-radius: 0.5rem;
	font-size: 1.5rem;
    border: 1px solid #cecece;
}
.btn_primary {
	color: #FFFFFF!important;
	background:#1890ff!important;
	border-radius: 0.5rem;
	font-size: 1.5rem;
}
.btn_default,.btn_primary{
    display: flex;
	align-items: center;
	justify-content: center;
}
.btn_default,.btn_primary:active{
	opacity: 0.8;
}

/* 下拉更新 */
.page-more {
	width: 100%;
	padding: 40px 0px;
	text-align: center;
	font-size: 12px;
	color: #999;
}


/*将根元素的字体大小改为62.5%，方便后面使用，1rem=10px;*/
html,
body {
    width: 100%;
    font-size: 62.5%;
}

/* iphone5 */
@media only screen and (min-width: 320px) {
    html,
    body {
        font-size: 55.556% !important;
    }
}
/* 一般安卓手机 */
@media only screen and (min-width: 360px) {
    html,
    body {
        font-size: 62.5% !important;
    }
}

/* iphone6/7/8 */
@media only screen and (min-width: 375px) {
    html,
    body {
        font-size: 65.10417% !important;
    }
}

/* iphone6/7/8 plus */
@media only screen and (min-width: 414px) {
    html,
    body {
        font-size: 71.875% !important;
    }
}

/* iphone X/XS/XS max/XR*/
@media  screen and (min-width: 812px)  {
    html,
    body {
		font-size: 71.875% !important;
		/* background: #f2f2f2!important; */
	}

	/* #app{
		width: 460px;
		height: 100%;
		margin: 0 auto;
		background: #FFFFFF!important;
	}
	.page-center{
		width: 460px!important;
		margin: 0 auto;
		background: #FFFFFF!important;
	}
	.page-width{
		width: 460px!important;
	}
	.top-nav-fixed,.page-header-fixed,.btm-tabbar-fixed,.btm-btn-fixed,.top-btn-fixed{
		width: 460px!important;
		left: 50%!important;
		transform: translate(-50%,0%)
	}
	.job-list-fixed{
		padding: 0px 2vw;
		width: calc(460px - 4vw)!important;
		left: 50%!important;
		transform: translate(-50%,0%);
		overflow-y: scroll;
	}
	.job-list-page{
		padding: 0px 1vw;
		width: calc(460px - 2vw)!important;
		background: #FFFFFF!important;
	} */
}

/* ipad */
/* @media only screen and (min-width: 768px) and (orientation:portrait) {
    html,
    body {
        font-size: 133.3333% !important;
	}
} */

/* ipad pro */
/* @media only screen and (min-width: 1024px) {
    html,
    body {
        font-size: 177.77778% !important;
    }
} */


h1{
    font-size: 1.5rem;
    text-align: center;
}


/* input */
/* 去出input样式 */
.ipt {
	width: 100%;
	height: 100%;
	background: none;
	outline: none;
	border: none;
	font-size: 1.5rem;
}

.ipt:focus {
	border: none;
}

ul,li{ 
    padding:0;
    margin:0;
    list-style:none
}
#app{
	font-size: 1.5rem;
}

.main-app{
	position: relative;
}

/* 页面标题 */
.page-header{
	width: 100%;
	height: 4rem;
}
.page-header-fixed{
	width: 100%;
	height: 4rem;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	background: #fff;
	/* position: relative; */
}
.page-header-fixed .title{
	height: 100%;
	width: calc(100% - 120px);
	font-weight: 800;
	margin: 0 auto;
	line-height: 4rem;
	text-align: center;
}
.page-header-fixed .left{
	position: absolute;
	left: 0rem;
	top: 0rem;
	width: 6rem;
	height: 4rem;
	background-image: url(../imgs/back.png);
	background-size: 2.5rem 2.5rem;
	background-repeat: no-repeat;
	background-position: center;
}
.page-header-fixed .right{
	position: absolute;
	right: 1rem;
	top: 1.2rem;
	width: 2.6rem;
	height: 2.6rem;
	background-image: url(../imgs/loginOut.png);
	background-size:100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}



/* 弹框内容 */
.popup-wx {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
}
.popup-wx .popup-main {
	width: 85%;
	max-width: 460px;
	padding: 1rem 0rem 0rem 0rem;
	border-radius: 1.5rem;
	overflow: hidden;
	background: #ffffff;
}

.popup-wx .title {
	width: 100%;
	height: 3rem;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 3rem;
	position: relative;
}

.popup-wx .close {
	position: absolute;
	right: 0rem;
	top: -1.6rem;
	padding: 2rem;
}

.popup-wx .close .img {
	width: 1.8rem;
	height: 1.8rem;
}

.popup-wx .btn-wrap {
	width: 100%;
	height: 4rem;
	border-top: 1px solid #cecece;
}

.popup-wx .btn {
	width: 100%;
	height: 4rem;
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: 0px!important;
}

.popup-wx .content {
	padding: 2rem 1rem;
	min-height: 10rem;
	overflow-y: scroll;
}

.popup-wx .content .item {
	width: calc(100% - 2rem)!important;
	padding: 0.5rem 1rem;
}

.popup-wx .content .item .label {
	font-size: 1.2rem;
	width: 6rem;
	padding: 1rem 0px;
	color: #2A394D;
}

.popup-wx .content .item .ipt-wrap {
	width: calc(100% - 6rem);
	height: 4rem;
	border-radius: 0.5rem;
	border: 1px solid #F2F2F2;
}

.modal_btn_default {
	color: #000;
	border-right: 1px solid #cecece;
}

.modal_btn_primary {
	color: #3867FA;
}

/* 通用样式 */
.form-toast {
	width: 100%;
	background: none;
	outline: none;
	border: none;
	font-size: 24px;
	color: #fff;
	text-align: center;
}

.form-toast:focus {
	border: none;
}


/* 底部tabbar */
.btm-tabbar {
	width: 100%;
	height: 4.9rem;
}

.btm-tabbar-fixed {
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 99;
	background: #FFFFFF;
	box-shadow: 0px -0.5rem 1.5rem 0px rgba(206, 210, 217, 0.35);
}

.btm-tabbar-fixed .item {
	width: 50%;
	height: 100%;
	position: relative;
}

.btm-tabbar-fixed .img {
	width: 2rem;
	height: 2rem;
}

.btm-tabbar-fixed .text {
	font-size: 1.2rem;
	font-weight: 400;
	color: #000000;
}

.btm-tabbar-fixed .select {
	color: #3867FA !important;
}

.btm-tabbar-fixed .link {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	/* background: red; */
}


[v-cloak] {
	display: none;
}


/* 兼容pc h5 */

/* iphone6/7/8 plus */
@media only screen and (min-width: 504px) {

	html,
    body {
		background: #f2f2f2!important;
	}

	.app-pc-h5{
		width: 480px!important;
		height: 100%;
		background: #FFFFFF;
		margin: 0 auto!important;
	}
	
	.app-pc-h5 .page-header-fixed{
		width: 480px!important;
		left: 50%!important;
		transform: translate(-50%,0%)
	}
	.app-pc-h5 .top-nav-fixed,.top-btn-fixed{
		width: 480px!important;
		left: 50%!important;
		transform: translate(-50%,0%)
	}
	.app-pc-h5 .job-list-fixed{
		width: 460px!important;
		left: 50%!important;
		transform: translate(-50%,0%);
		padding:0px 10px;
		overflow-y: auto!important;
	}
	.app-pc-h5 .btm-tabbar-fixed,.btm-btn-fixed{
		width: 480px!important;
		left: 50%!important;
		transform: translate(-50%,0%)
	}
	.app-pc-h5  .popup-pc-h5{
		width: 480px!important;
		left: 50%!important;
		transform: translate(-50%,0%);
		background-color: rgba(0, 0, 0, 0.3)!important;
	}

	.app-pc-h5 .echarts {
		width: 480px;
		height: 480px;
	}
}
