.job-type {
	height: .3rem;
	margin-top: .1rem;
}

.lists .oli {
	height: 2.3rem;
	border-top: 1px solid #f7f7f7;
	padding: 0 .3rem;
}

.lists .oli .left-img {
	float: left;
	width: 1rem;
	height: 1rem;
	border-radius: 1rem;
	margin-top: .3rem;
}

.lists .oli .left-img .job-img {
	width: 1rem;
	height: 1rem;
	border-radius: 1rem;
	display: block;
}

.lists .oli .center-wz {
	float: left;
	width: 4.2rem;
	height: 1rem;
	border-radius: .1rem;
	margin-top: .34rem;
	margin-left: .22rem;
}

.lists .oli .center-wz .wz1 {
	font-size: .32rem;
	color: #111111;
	width: 4.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lists .oli .center-wz .wz2 {
	width: 4.2rem;
	height: .5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: .14rem;
}

.lists .oli .center-wz .wz2 span {
	font-size: .22rem;
	color: #333333;
	margin-right: .1rem;
	padding: .05rem .1rem;
	float: left;
	border: 1px solid rgba(90, 140, 247, 1);
	border-radius: .05rem;
	color: #5A8CF7;
}

.lists .oli .center-wz .wz3 {
	font-size: .24rem;
	color: #919191;
	width: 4.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: .1rem;
}

.starcount {
	width: 1.45rem;
	height: .3rem;
	background-image: url(../images/star.png);
	background-repeat: no-repeat;
	background-size: 1.45rem;
	background-position: 0;
	float: left;
	margin-right: .1rem;
}


.lists .oli .center-wz .wz4 {
	font-size: .24rem;
	color: #999999;
	width: 4.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: .1rem;
}

.det-info {
/*	height: 3.42rem;*/
	height:2.22rem;
	border-bottom: .2rem solid #f7f7f7;
}

.jdt {
	width: 7.5rem;
	display: block;
	margin: auto;
	display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.jdt-wz {
	font-size: .3rem;
	color: #cccccc;
	-prefix-box-flex: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}

.jdt-wz .ddicon {
	width: .14rem;
	display: block;
	margin: auto;
	margin-bottom: .18rem;
}

.showjdt {
	width: 6rem;
	height: .02rem;
	background-color: #f1f1f1;
	position: relative;
	margin-top: -.56rem;
	margin-left: .7rem;
	z-index: -1;
}

._showjdt {
	height: .02rem;
	background-color: #3480ff;
}

.types {
	width: 7.5rem;
	height: .74rem;
	display: block;
	overflow: hidden;
	overflow-x: scroll;
	white-space: nowrap;
	margin-bottom: .18rem;
	padding-top: .18rem;
	position: fixed;
	top: 0;
	z-index: 99;
	background-color: #ffffff;
}

.types::-webkit-scrollbar {
	width: 0 !important;
	display: none;
}

.types>span {
	height: .54rem;
	background-color: #FFEAEE;
	color: #D81A42;
	font-size: .3rem;
	text-align: center;
	border-radius: .5rem;
	line-height: .54rem;
	padding: 0 .28rem;
	position: relative;
	top: -.5rem;
	display: inline-block;
}

.types>span:first-of-type {
	margin-left: .29rem;
}

.types>span:last-of-type {
	margin-right: 1.5rem;
}

.types_more {
	position: absolute;
	right: 0;
	background-color: #FFFFFF;
	color: #666666;
	font-size: .3rem;
	width: 1.3rem;
	height: .54rem;
	text-align: center;
	line-height: .54rem;
	margin-top: -1.05rem;
}

.qzxq {
	width: 7.5rem;
	background-color: #FFFFFF;
	border-bottom: .2rem solid #f7f7f7;
}

.qzxq .title {
	font-size: .34rem;
	color: #333333;
	font-weight: bold;
	margin-top: .29rem;
	padding-left: .3rem;
	padding-bottom: .29rem;
	border-bottom: 1px solid #e4e4e4;
	background-image: url(../images/blue.png);
	background-repeat: no-repeat;
	background-size: .08rem;
}

.qzxq .xqwz {
	font-size: .28rem;
	color: #333333;
	padding: .27rem .3rem .4rem .3rem;
	line-height: 1.3;
}

.job {
	width: 6.9rem;
	display: block;
	margin: auto;
	border-radius: .1rem;
	background-color: #FFFFFF;
	margin-top: .3rem;
	padding-top: .3rem;
	margin-bottom: 1.5rem;
}

.job-title {
	font-size: .32rem;
	color: #333333;
	font-weight: bold;
	margin-left: .3rem;
}

.job-list {
	width: 6.9rem;
	display: block;
	margin: auto;
	margin-top: .37rem;
}

.job-list li {
	height: 1.5rem;
	border-bottom: 1px solid #e4e4e4;
	margin-top: .3rem; 
}

.job-more {
	font-size: .28rem;
	text-align: center;
	color: #666666;
	font-weight: bold;
	height: .83rem;
	line-height: .83rem;
}

.job-img {
	float: left;
	width: 1rem !important;
	height: 1rem !important;
	border-radius: .1rem;
	margin-right: .25rem;
}

.job-xq {
	float: left;
	width: 4.4rem;
	height: 1.5rem;
}

.job-t1 {
	font-size: .32rem;
	color: #111111;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}

.job-t2 {
	height: .5rem;
	display: table;
	margin-top: .18rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.job-t2 span {
	float: left;
	font-size: .22rem;
	color: #3480ff;
	border: 1px solid #3480ff;
	padding: .05rem .1rem;
	margin-right: .1rem;
}

.job-t3 {
	font-size: .24rem;
	color: #777777;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: .14rem;
}

.job-t4 {
	font-size: .24rem;
	color: #777777;
	margin-top: .08rem;
	line-height: 1.2;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.qzxqn {
	border-bottom: none;
	margin-bottom: 1.5rem;
}

.jieshou {
	float: left;
	border: 1px solid #3480ff;
	color: #3480ff;
	font-size: .32rem;
	width: 1.13rem;
	height: .52rem;
	text-align: center;
	line-height: .45rem;
	border-radius: .5rem;
	margin-top: .4rem;
}

.jieshou a {
	color: #3480ff;
}

.qzxqn img {
	width: 7.5rem;
	display: block;
	margin-bottom: .05rem;
}

.btns {
	width: 7.5rem;
	height: 1.3rem;
	position: fixed;
	bottom: 0;
}

.tabbtn {
	width: 6.9rem;
	height: .9rem;
	background-image: url(../images/tabbtn.png);
	background-repeat: no-repeat;
	background-size: 6.9rem;
	margin-left: .3rem;
	display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: .1rem;
}

.tabbtn a {
	-prefix-box-flex: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: .32rem;
	color: #3480ff;
	text-align: center;
	line-height: .9rem;
}

.tabbtn a:last-of-type {
	color: #FFFFFF;
}

.showdetails {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, .7);
}

.closehtml {
	width: 7.5rem;
	height: 10%;
}

.dethtml {
	width: 7.5rem;
	height: 90%;
	background-color: #FFFFFF;
	position: fixed;
	bottom: 0;
	border-top-left-radius: .2rem;
	border-top-right-radius: .2rem;
}


.fb-list {
	width: 7.5rem;
	border-bottom: .2rem solid #f7f7f7 !important;
}

.fb-list li {
	width: 6.9rem;
	height: 1rem;
	display: block;
	margin: auto;
	border-bottom: 1px solid #e4e4e4;
}

.fb-list li:last-of-type {
	border-bottom: none;
}

.fb-list li .list-name {
	font-size: .34rem;
	color: #333333;
	line-height: 1rem;
	float: left;
	width: 1.5rem;
}

.fb-list li input {
	width: 5rem;
	height: 1rem;
	float: left;
	margin-left: .2rem;
	font-size: .34rem;
	line-height: 1rem;
	background-color: rgba(0, 0, 0, 0);
	border: none;
}

.fb-list li select {
	width: 5rem;
	height: 1rem;
	float: left;
	margin-left: .2rem;
	font-size: .34rem;
	line-height: 1rem;
	border: none;
	outline: none;
	background-color: rgba(0, 0, 0, 0);
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../images/xbtn.png);
	background-repeat: no-repeat;
	background-size: .22rem;
	background-position: 100% 50%;
}

.fb-list li textarea {
	width: 5rem;
	height: 1.2rem;
	float: left;
	margin-left: .2rem;
	font-size: .34rem;
	border: none;
	outline: none;
	background-color: rgba(0, 0, 0, 0);
	margin-top: .25rem;
	font-family: auto;
	resize: none;
}

.xxh {
	margin-left: -.1rem;
	color: #ff0000;
}

.fb-imgs .tit {
	color: #111111;
	font-size: .32rem;
	margin-top: .32rem;
	margin-left: .3rem;
	margin-bottom: .3rem;
	font-weight: bold;
}

.upload-piclist {
	/* width: 7.2rem; */
	display: grid;
	grid-template-columns: repeat(4, 1.6rem);
	margin-left: .3rem;
	overflow-x: hidden;
}

.upload-file {
	width: 1.35rem;
	height: 1.35rem;
	background: url(../images/addimg.png) no-repeat;
	background-size: 1.35rem;
	order: 9;
}

#file {
	width: 100%;
	height: 100%;
	opacity: 0;
}

.upload-Picitem>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.upload-Picitem {
	width: 1.35rem;
	height: 1.35rem;
}

.upload-Picitem img {
	display: block;
	width: 1.35rem;
	height: 1.35rem;
	object-fit: cover;
}

.oBtn {
	width: 6.7rem;
	height: .9rem;
	background-color: #d2d2d2;
	color: #FFFFFF;
	font-size: .36rem;
	border: none;
	outline: none;
	border-radius: 1rem;
	display: block;
	margin: auto;
	position: absolute;
	bottom: .3rem;
	left: .4rem;
}

.acitve {
	background-image: url(../images/surebtn.png);
	background-repeat: no-repeat;
	background-size: 6.9rem;
	background-position: 50%;
}

.dettitle {
	text-align: center;
	font-size: .34rem;
	color: #000000;
	margin-top: .5rem;
	margin-bottom: .2rem;
}

.imglist {
	width: 6.9rem;
	display: block;
	margin: auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.imglist img {
	margin-bottom: .4rem;
	width: 1.6rem;
	height: 1.6rem;
	border: .1rem;
	margin-right: .12rem;
}

.btns {
	width: 7.5rem;
	height: 1.3rem;
	position: fixed;
	bottom: 0;
	background-color: #FFFFFF;
}

.tabbtn {
	width: 6.9rem;
	height: .9rem;
	background-image: url(../images/tabbtn.png);
	background-repeat: no-repeat;
	background-size: 6.9rem;
	margin-left: .3rem;
	display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: .1rem;
}

.tabbtn a {
	-prefix-box-flex: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: .32rem;
	color: #3480ff;
	text-align: center;
	line-height: .9rem;
}

.tabbtn a:last-of-type {
	color: #FFFFFF;
}


.showdetails {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, .7);
}

.closehtml {
	width: 7.5rem;
	height: 10%;
}

.dethtml1 {
	width: 7.5rem;
	height: 5rem;
	background-color: #FFFFFF;
	position: fixed;
	bottom: 0;
	border-top-left-radius: .2rem;
	border-top-right-radius: .2rem;
	overflow-y: scroll;
	padding-bottom: 1.5rem;
}


.fb-list {
	width: 7.5rem;
	border-bottom: .2rem solid #f7f7f7 !important;
}

.fb-list li {
	width: 6.9rem;
	height: 1rem;
	display: flex;
	margin: auto;
	border-bottom: 1px solid #e4e4e4;
}

.fb-list li:last-of-type {
	border-bottom: none;
}

.fb-list li .list-name {
	font-size: .34rem;
	color: #333333;
	line-height: 1rem;
	float: left;
	width: 1.7rem;
}

.fb-list li input {
	width: 5rem;
	height: 1rem;
	float: left;
	margin-left: .2rem;
	font-size: .34rem;
	line-height: 1rem;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	outline: none;
}

.fb-list li select {
	width: 5rem;
	height: 1rem;
	float: left;
	margin-left: .2rem;
	font-size: .34rem;
	line-height: 1rem;
	border: none;
	outline: none;
	background-color: rgba(0, 0, 0, 0);
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../images/xbtn.png);
	background-repeat: no-repeat;
	background-size: .22rem;
	background-position: 100% 50%;
}

.fb-list li textarea {
	width: 5rem;
	height: 1.2rem;
	float: left;
	margin-left: .2rem;
	font-size: .34rem;
	border: none;
	outline: none;
	background-color: rgba(0, 0, 0, 0);
	margin-top: .25rem;
	font-family: auto;
	resize: none;
}

.xxh {
	margin-left: -.1rem;
	color: #ff0000;
}

.fb-imgs .tit {
	color: #111111;
	font-size: .32rem;
	margin-top: .32rem;
	margin-left: .3rem;
	margin-bottom: .3rem;
	font-weight: bold;
}

.upload-piclist {
	/* width: 7.2rem; */
	display: grid;
	grid-template-columns: repeat(4, 1.6rem);
	margin-left: .3rem;
	overflow-x: hidden;
}

.upload-file {
	width: 1.35rem;
	height: 1.35rem;
	background: url(../images/addimg.png) no-repeat;
	background-size: 1.35rem;
	order: 9;
}

#file {
	width: 100%;
	height: 100%;
	opacity: 0;
}

.upload-Picitem>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.upload-Picitem {
	width: 1.35rem;
	height: 1.35rem;
}

.upload-Picitem img {
	display: block;
	width: 1.35rem;
	height: 1.35rem;
	object-fit: cover;
}

.oBtn {
	width: 6.7rem;
	height: .9rem;
	background-color: #d2d2d2;
	color: #FFFFFF;
	font-size: .36rem;
	border: none;
	outline: none;
	border-radius: 1rem;
	display: block;
	margin: auto;
	position: fixed;
	bottom: .3rem;
	left: .4rem;
}

.acitve {
	background-image: url(../images/surebtn.png);
	background-repeat: no-repeat;
	background-size: 6.9rem;
	background-position: 50%;
}

.oclose {
	position: absolute;
	width: .32rem;
	right: .3rem;
}

.fb-list1 li span{
	width: 6.9rem !important;
}

.oBtn1 {
	width: 3rem;
	height: .9rem;
	color: #3480ff;
	border: 1px solid #3480ff;
	background-color: rgba(0,0,0,0);
	font-size: .36rem;
	outline: none;
	border-radius: 1rem;
	display: block;
	margin: auto;
	position: absolute;
	bottom: .3rem;
	left: .4rem;
}

.oBtn2 {
	width: 3rem;
	height: .9rem;
	background-color: #3480ff;
	border: 1px solid rgba(0,0,0,0);
	color: #FFFFFF;
	font-size: .36rem;
	border: none;
	outline: none;
	border-radius: 1rem;
	display: block;
	margin: auto;
	position: absolute;
	bottom: .3rem;
	left: 4rem;
}

.showdetails1 {
	display: none;
}

.showdetails2 {
	display: none;
}

.oTextarea {
	padding-bottom: .4rem;
	border-bottom: .2rem solid #f5f5f5;
}

.oTextarea-new {
	padding-bottom: none;
	border-bottom: none;
}

.oTextarea .tit {
	color: #333333;
	font-size: .34rem;
	margin-top: .36rem;
	margin-left: .3rem;
	margin-bottom: .27rem;
	font-weight: bold;
}

.txt {
	width: 6.38rem;
	height: 2.83rem;
	display: block;
	margin: auto;
	border: none;
	background-color: #f7f7f7;
	outline: none;
	padding: .26rem;
	resize: none;
	font-family: auto;
	font-size: .32rem;
}

.syzs {
	font-size: .26rem;
	position: absolute;
	margin-top: -.5rem;
	margin-left: 6rem;
}

#word {
	color: #000000;
}

#word1 {
	color: #cccccc;
}