.lists {
	width: 7.5rem;
	display: block;
	padding-bottom: 1.5rem;
}

.lists .oli {
	width: 6.9rem;
	height: 2.32rem;
	display: block;
	margin: auto;
	border-bottom: 1px solid #e4e4e4;
}

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

.lists .oli .left-img .job-img {
	width: 1.1rem;
	height: 1.1rem;
	display: block;
	border-radius: 1rem;
	border: 1px solid #e5e5e5;
}

.lists .oli .center-wz {
	float: left;
	width: 3.8rem;
	height: 1.9rem;
	border-radius: .1rem;
	margin-top: .3rem;
	margin-left: .4rem;
}

.lists .oli .center-wz .wz1 {
	font-size: .34rem;
	color: #333333;
	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;
}

.lists .oli .center-wz .wz4 {
	font-size: .24rem;
	color: #999999;
	width: 4.2rem;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: .1rem;
}


.lists .oli .right-status {
	float: right;
	width: 1rem;
	height: 1.4rem;
	border-radius: .1rem;
	margin-top: .3rem;
}

.lists .oli .right-status ._status {
	color: #24d37b;
	font-size: .24rem;
	text-align: right;
}

.lists .oli .right-status ._time {
	font-size: .24rem;
	color: #777777;
	text-align: right;
	margin-top: 1.2rem;
}

.lists .oli .right-status .active {
	color: #EE0000;
}

.det-info {
	height: 2.78rem;
	border-bottom: .12rem solid #f7f7f7;
}

.option-btn {
	position: fixed;
	width: 7.5rem;
	height: .88rem;
	bottom: 1rem;
	background-color: #FFFFFF;
	display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.option-btn>div {
	-prefix-box-flex: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-top: 1px solid #d81a42;
	font-size: .3rem;
	line-height: .88rem;
	text-align: center;
}

.option-btn>div:first-of-type {
	color: #d81a42;
}

.option-btn>div:last-of-type {
	background-color: #d81a42;
	color: #FFFFFF;
}

.det-wz {
	font-size: .26rem;
	color: #555555;
	padding: 0 .3rem;
	line-height: 1.4;
}

.det-img {
	width: 7.5rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 .3rem;
	margin-top: .45rem;
}

.det-img .workimg {
	width: 2.16rem;
	height: 2.16rem;
	display: flex;
	flex-direction: column;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	color: #333;
	margin-right: .1rem;
	margin-bottom: .1rem;
}

.order-det {
	padding-bottom: 2.5rem;
}

.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;
}

.hp {
	font-size: .24rem;
	float: left;
	margin-left: .12rem;
	color: #ffbc44;
}

.left-img .status {
	font-size: .26rem;
	text-align: center;
	color: #4ecb2d;
	margin-top: .14rem;
}

.collect-img {
	width: .33rem;
	float: right;
}

.oTabs {
	width: 7.5rem;
	height: .95rem;
	border-bottom: 1px solid #f5f5f5;
	display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.oTabs>div {
	-prefix-box-flex: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #999999;
	font-size: .26rem;
	text-align: center;
	line-height: .95rem;
}

.oTabs .active {
	color: #D81A42;
	background-image: url(../images/tab_xhx.png);
	background-repeat: no-repeat;
	background-size: .68rem;
	background-position: 50% 100%;
	font-weight: bold;
}

._form {
	display: none;
}

.form0 {
	display: block;
}

._form .wz3 {
	margin-top: .1rem;
}

._form .wz4 {
	margin-top: .1rem;
}

._form .lists {
	overflow-y: scroll;
	height: 60%;
	padding-bottom: 0;
	position: absolute;
}

.oForm .wz4 {
	margin-top: .14rem !important;
}

.form1 {
	display: flow-root;
	display: none;
	padding-left: .3rem;
	padding-top: .22rem;
}

.form2 {
	display: none;
}

.form1>span {
	height: .6rem;
	background: rgba(251, 236, 239, 1);
	border-radius: .08rem;
	font-size: .24rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: rgba(216, 26, 66, 1);
	line-height: .6rem;
	text-align: center;
	float: left;
	padding: 0 .2rem;
	margin-right: .15rem;
	margin-top: .25rem;
}

.lists .oli .right-status {
	float: right;
	width: 1.6rem;
	height: 1.4rem;
	border-radius: .1rem;
	margin-top: .34rem;
}

.lists .oli .right-status .status {
	width: 1rem;
	color: #333333;
	font-size: .24rem;
	text-align: center;
	border: 1px solid;
	height: .4rem;
	line-height: .35rem;
	transform: rotateZ(25deg);
	-webkit-transform: rotateZ(25deg);
	-moz-transform: rotateZ(25deg);
	-ms-transform: rotateZ(25deg);
	-o-transform: rotateZ(25deg);
	border-radius: .08rem;
	float: right;
}

.lists .oli .right-status .status {
	color: #B1F3CA;
	border: 1px solid #B1F3CA;
}

.lists .oli .right-status .status0 {
	color: #bc98fe;
	border: 1px solid #bc98fe;
}

.lists .oli .right-status .status1 {
	color: #B1F3CA;
	border: 1px solid #B1F3CA;
}

.lists .oli .right-status .status2 {
	color: #C8AAFF;
	border: 1px solid #C8AAFF;
}

.lists .oli .right-status .status3 {
	color: #FF9494;
	border: 1px solid #FF9494;
}

.lists .oli .right-status .status4 {
	color: #97CEFD;
	border: 1px solid #97CEFD;
}

.lists .oli .right-status .status5 {
	color: #FFCB93;
	border: 1px solid #FFCB93;
}

.lists .oli .right-status .status6 {
	color: #FFA3B5;
	border: 1px solid #FFA3B5;
}

.lists .oli .right-status .status7 {
	color: #000000;
	border: 1px solid #000000;
}

.left-status {
	text-align: center;
	font-size: .24rem;
	color: #24d37b;
	margin-top: .1rem;
}

.fkbtn {
	font-size: .32rem;
	color: #FFFFFF;
	float: left;
	background-color: #3480ff;
	width: 1.2rem;
	height: .56rem;
	text-align: center;
	border-radius: 1rem;
	line-height: .56rem;
}


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

.job .job-title {
	padding-bottom: .3rem;
	border-bottom: 1px solid #e4e4e4;
	font-size: .32rem;
	color: #333333;
	font-weight: bold;
	padding-left: .3rem;
	background-image: url(../images/blue.png);
	background-repeat: no-repeat;
	background-size: .08rem;
	background-position: 0 0%;
}

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

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

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

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

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

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

.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;
}

.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;
}

.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;
}

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

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

.pl-tit {
	height: .6rem;
	margin-bottom: .15rem;
}

.pl-header {
	width: .6rem;
	height: .6rem;
	float: left;
	border-radius: 1rem;
	margin-right: .13rem;
}

.pl-name {
	font-size: .32rem;
	color: #333333;
	float: left;
	line-height: .6rem;
}

.pl-wz {
	font-size: .26rem;
	color: #333333;
	margin-bottom: .15rem;
	line-height: 1.3;
}

.pl-img {
	width: 6.9rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	box-sizing: border-box;
	background: #fff;
	margin-bottom: .15rem;
}

.pl-imgs {
	width: 1rem;
	height: 1rem;
	border-radius: .1rem;
	display: flex;
	flex-direction: column;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	margin-right: .05rem;
	margin-bottom: .05rem;
}

.oDelete {
	float: right;
	width: .25rem;
	position: relative;
	z-index: 99;
}

.qztabs {
	width: 7.5rem;
	height: .9rem;
	border-bottom: 1px solid #e4e4e4;
	display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.qztabs>div {
	-prefix-box-flex: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.qztabs>div>span {
	display: block;
	margin: auto;
	width: 1.54rem;
	height: .52rem;
	border: 1px solid rgba(0, 0, 0, 0);
	background-color: #f7f7f7;
	color: #333333;
	font-size: .3rem;
	border-radius: .5rem;
	text-align: center;
	line-height: .5rem;
	margin-top: .18rem;
}

.qztabs>div .active {
	border: 1px solid #3480ff;
	color: #3480ff;
	background-color: #ebf2ff;
}

.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;
	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.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: fixed;
	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: .4rem;
	margin-bottom: .3rem;
}

.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;
}

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

.types {
	width: 7.5rem;
	height: .84rem;
	display: block;
	overflow: hidden;
	overflow-x: scroll;
	white-space: nowrap;
	margin-bottom: .18rem;
	padding-top: .18rem;
	background-color: #ffffff;
}

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

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

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

.types>a: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: .8rem;
	text-align: center;
	line-height: .64rem;
	margin-top: -1.15rem;
}

.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: .34rem;
}

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

#word {
	color: #000000;
}

#word1 {
	color: #cccccc;
}

.more_fc {
	position: fixed;
	width: 7.5rem;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
}

.select {
	position: fixed;
	width: 5.35rem;
	height: 100%;
	background-color: #FFFFFF;
	top: 0;
	z-index: 99;
	right: 0;
	padding-top: .39rem;
	overflow-y: scroll;
	padding-bottom: 1.5rem;
	padding-top: 1rem;
}

.close_fc {
	position: fixed;
	width: 2.15rem;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	top: 0;
	z-index: 99;
	left: 0;
}

.det_type {
	width: 4.8rem;
	display: flow-root;
	margin: auto;
/*	margin-bottom: .57rem;*/
}

.det_type p {
	font-size: .3rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	margin-bottom: .34rem;
/*	margin-top: .7rem;*/
}

.det_type>span {
	height: .54rem;
	font-size: .28rem;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
	line-height: .54rem;
	background: rgba(244, 244, 244, 1);
	border-radius: .27rem;
	padding: 0 .3rem;
	float: left;
	margin-right: .1rem;
	margin-bottom: .25rem;
	border: 1px solid rgba(0, 0, 0, 0);
}

.more {
	float: right;
	padding-right: .3rem;
	color: #999999;
	font-size: .28rem;
	font-weight: 400;
}