* {
	box-sizing: border-box;
}

ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

body {
	width: 750px;
	min-height: 100%;
	height: auto;
	clear: both;
	margin: 0 auto;
}

/* work头部 */
.new_header {
	width: 100%;
	height: 420px;
	padding-right: 40px;
	padding-left: 40px;
	background-color: #fff;
	position: relative;
}

/* 头部头像及搜索栏 */
.new_header .new_header_top {
	width: 100%;
	height: 124px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.new_header .new_header_top .new_header_top_pic {
	display: flex;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
}

.new_header .new_header_top .new_header_top_pic img {
	width: 80px;
	height: 80px;
}

.new_header .new_header_top .new_header_top_search {
	width: 545px;
	border: #febe28 1px solid;
	border-radius: 5px;
	height: 50px;
	overflow: hidden;
	position: relative;
}

.new_header .new_header_top .new_header_top_search .new_header_top_text {
	width: 490px;
	height: 50px;
	font-size: 24px;
	border: none;
	background: #fff;
	padding: 12px;
	text-align: justify;
	color: #222222;
}

.new_header .new_header_top .new_header_top_search .new_header_top_button {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	font-size: 50px;
	border: none;
	line-height: 50px;
	background: #febe28 url(../img/demo2/fangdajin.png) no-repeat center center;
	background-size: 100%;
}

/* 模拟多选框样式 */
.new_header .new_header_selectbox {
	position: absolute;
	top: 100px;
	left: 164px;
	width: 490px;
	padding: 20px 20px 20px 90px;
	border-radius: 5px;
	background-color: #4E4E4E;
	clear: both;
	z-index: 99;
	display: none;
}

.guanbisousuo {
	position: absolute;
	top: 5px;
	right: -55px;
	width: 48px;
	height: 48px;
	background: url(../img/cha.png) no-repeat;
	background-size: 16px 16px;
}

#box1 {
	width: 360px;
	display: flex;
	position: relative;
	margin-bottom: 20px;
}

.new_header .new_header_selectbox .option1 {
	display: flex;
	width: 100%;
	border-radius: 5px;
	color: white;
	clear: both;
	flex-direction: column;
}

.new_header .new_header_selectbox .option1 p {
	position: absolute;
	left: -70px;
	top: 6px;
	font-size: 24px;
	color: white;
}

.select-head {
	width: 100%;
	color: #222222;
	font-size: 24px;
	width: 360px;
	height: 48px;
	border-radius: 5px;
	padding-left: 20px;
	background-color: white;
	position: relative;
	display: flex;
	align-items: center;
}

.select-head::after {
	position: absolute;
	content: "";
	top: 15px;
	right: 10px;
	background: url(../img/work-arrow-down.jpg) no-repeat;
	width: 20px;
	height: 20px;
	background-position: center;
}

.select-option {
	margin-top: 5px;
	width: 100%;
	border-radius: 5px;
	background-color: lightblue;
	clear: both;
	max-height: 240px;
	overflow-x: hidden;
	overflow-y: scroll;
	display: none;
}

.option-item {
	padding-left: 20px;
	font-size: 24px;
	height: 48px;
	color: white;
	background-color: #8b8b8b;
	display: flex;
	align-items: center;
}

.option-item:nth-child(2n+2) {
	padding-left: 20px;
	font-size: 24px;
	height: 48px;
	color: white;
	background-color: #7D7D7D;
}

.option-item:hover {
	border-radius: 5px;
	color: #222222;
	background-color: #F9DC94;
}

#box2 {
	width: 360px;
	display: flex;
	position: relative;
}

.new_header .new_header_selectbox .option2 {
	display: flex;
	width: 100%;
	border-radius: 5px;
	color: white;
	clear: both;
	flex-direction: column;
}

.new_header .new_header_selectbox .option2 p {
	position: absolute;
	left: -70px;
	top: 10px;
	font-size: 24px;
	color: white;
}

.select-top {
	width: 100%;
	color: #222222;
	font-size: 24px;
	width: 360px;
	height: 48px;
	border-radius: 5px;
	padding-left: 20px;
	background-color: white;
	position: relative;
	display: flex;
	align-items: center;
}

.select-top::after {
	position: absolute;
	content: "";
	top: 15px;
	right: 10px;
	background: url(../img/work-arrow-down.jpg) no-repeat;
	width: 20px;
	height: 20px;
	background-position: center;
}

.select-list {
	margin-top: 5px;
	width: 100%;
	border-radius: 5px;
	clear: both;
	max-height: 240px;
	overflow-x: hidden;
	overflow-y: scroll;
	display: none;
}

.select-list-item {
	padding-left: 20px;
	font-size: 24px;
	height: 48px;
	color: white;
	background-color: #8b8b8b;
}

.select-list-item:nth-child(2n+2) {
	padding-left: 20px;
	font-size: 24px;
	height: 36px;
	color: white;
	background-color: #7D7D7D;
}

.select-list-item:hover {
	border-radius: 5px;
	color: #222222;
	background-color: #F9DC94;
}

.option-item-active {
	border-radius: 5px;
	color: #222222 !important;
	background-color: #F9DC94 !important;
}

/* 头部功能分类栏 */
.new_header .new_header_mid {
	width: 100%;
	height: 170px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding: 20px 8px 0;
	align-items: center;
}

.new_header .new_header_mid ul {
	display: flex;
	justify-content: space-between;
}

.new_header .new_header_mid ul li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100px;
}

.new_header .new_header_mid ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.new_header .new_header_mid ul li div {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-image: url(../img/workbench/nav/dog.png);
	margin-bottom: 20px;
	box-shadow: 0 3px 10px rgba(146, 146, 146, 0.8);
	overflow: hidden;
}

.new_header .new_header_mid ul li p {
	text-align: justify;
	font-size: 24px;
	color: #666666;
}

.new_header .new_header_mid ul li .new_header_mid_1 {
	background-image: url(../img/deme/XFD.png);
}

.new_header .new_header_mid ul li .new_header_mid_2 {
	background-image: url(../img/deme/YXB.png);
}

.new_header .new_header_mid ul li .new_header_mid_3 {
	background-image: url(../img/deme/MBGL.png);
}

.new_header .new_header_mid ul li .new_header_mid_4 {
	background-image: url(../img/deme/KHGJ.png);
}

.new_header .new_header_mid ul li .new_header_mid_5 {
	background-image: url(../img/deme/KQGL.png);
}

/* 头部销售冠军栏 */
.new_header .new_header_bottom {
	width: 100%;
	height: 126px;
	display: flex;
	flex-direction: row;
	padding-top: 30px;
}

.new_header .new_header_bottom ul {
	display: flex;
	position: relative;
	width: 100%;
	height: 96px;
	overflow: hidden;
}

.new_header .new_header_bottom ul li {
	position: absolute;
	width: 100%;
	height: 96px;
	top: 156px;
	display: flex;
}

.new_header .new_header_bottom ul li:first-child {
	top: 0;
}

.new_header .new_header_bottom .new_data {
	display: flex;
	width: 192px;
	height: 48px;
	background: url(../img/deme/ZXDT.png) no-repeat;
	background-size: 135px 48px;
}

.new_header .new_header_bottom ul li div p {
	margin-bottom: 6px;
	font-size: 22px;
	color: #666666;
	text-align: justify;
}

.new_header .new_header_bottom ul li div p:last-child {
	font-size: 24px;
	color: #222222;
}

/* 中部内容 */
.new_contaier {
	position: relative;
	max-width: 750px;
	clear: both;
	padding: 0 20px;
	background-image: url(../img/workbench/nav-bg);
	/*padding-bottom: 114px;*/
}

/* 中部的上层*/
.new_contaier .new_contaier_header {
	width: 100%;
	height: 80px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.new_contaier .new_contaier_header .new_contaier_header_zhuzi {
	width: 9px;
	height: 28px;
	background-image: url(../img/work-title-icon.jpg);
}

.new_contaier .new_contaier_header h4 {
	padding-left: 20px;
	width: 228px;
	height: 30px;
	line-height: 30px;
	line-height: 100%;
	font-size: 30px;
	word-break: break-all;
	color: #222222;
}

.new_contaier .new_contaier_header .new_contaier_header_input {
	width: 222px;
	height: 40px;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #e0e0e0;
	display: flex;
	flex-direction: row;
	color: #222222;
}

.new_contaier .new_contaier_header input::-webkit-input-placeholder {
	color: #222222 !important;
	font-size: 26px;
}

.data_inout_one,
.data_inout_two {
	display: flex;
	width: 222px;
	height: 40px;
	;
	overflow: hidden;
	border: none;
	line-height: 40px;
	padding-left: 18px;
	font-size: 24px;
}

.new_contaier .new_contaier_header .new_contaier_header_input .data_img {
	display: flex;
	width: 48px;
	height: 40px;
	background-color: #fff;
	border: none;
	background-image: url(../img/work-arrow-down.jpg);
	background-repeat: no-repeat;
	background-size: 18px 12px;
	background-position: 0 center;
}

.new_contaier .new_contaier_header p {
	font-size: 24px;
	margin: 0 10px;
}

/* 中部的内容区域 */
.new_contaier .new_contaier_body {
	width: 100%;
	background-color: #f6f6f6;
	border-radius: 8px;
	clear: both;
}

.new_contaier .new_contaier_body .mode {
	width: 100%;
	padding: 30px 20px 30px;
	border-radius: 8px;
	margin-bottom: 20px;
	background-color: white;
}

/* .new_contaier  .new_contaier_body .mode:last-child{
	margin-bottom: 0;
} */

/* 中部内容区域的头部 */
.new_contaier .new_contaier_body .new_contaier_body_header:nth-child(n+2) {
	margin-top: 30px;
}

.new_contaier .new_contaier_body .new_contaier_body_header {
	width: 100%;
	display: flex;
	flex-direction: row;
	position: relative;
}

.new_contaier .new_contaier_body .new_contaier_body_header .new_contaier_body_header_headpic {
	display: flex;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20px;
}

.new_contaier .new_contaier_body .new_contaier_body_header .new_contaier_body_header_headpic img {
	width: 80px;
	height: 80px;
}

.new_contaier .new_contaier_body .new_contaier_body_header .new_contaier_body_header_nav {
	width: 594px;
	height: 80px;
	display: flex;
	flex-direction: column;
	padding-top: 10px;
}

.new_contaier .new_contaier_body .new_contaier_body_header_nav h5 {
	display: flex;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 4px;
	/*width: 190px;*/
	text-overflow: ellipsis;
	/* 超出部分显示省略号 */
	white-space: nowrap;
	/*规定段落中的文本不进行换行 */
	overflow: hidden;
}

.new_contaier .new_contaier_body .new_contaier_body_header_nav p {
	display: flex;
	font-size: 22px;
	color: #666666;
}

.new_contaier .new_contaier_body .new_contaier_body_header .new_contaier_body_header_star {
	display: flex;
	position: absolute;
	right: 0;
	/*width: 248px;*/
	height: 40px;
	padding-top: 10px;
	justify-content: space-between;
	align-items: center;
	padding-right: 25px;
}

.new_contaier .new_contaier_body .new_contaier_body_header .new_contaier_body_header_star ul {
	width: 175px;
	height: 30px;
    margin-right: 12px;
	display: flex;
	flex-direction: row;
}

.new_contaier .new_contaier_body .new_contaier_body_header .new_contaier_body_header_star ul li {
	display: flex;
	width: 35px;
	height: 30px;
	background-image: url(../img/deme/star3.png);
	background-repeat: no-repeat;
	background-size: 30px 30px;
	padding-right: 5px;
}

.new_contaier .new_contaier_body .new_contaier_body_header .new_contaier_body_header_star .new_contaier_body_header_star2 {
	background-image: url(../img/deme/star2.png);
}

.new_contaier .new_contaier_body .new_contaier_body_header .new_contaier_body_header_star .new_contaier_body_header_star3 {
	background-image: url(../img/deme/star1.png);
}

.new_contaier .new_contaier_body .new_contaier_body_header .new_contaier_body_header_star p {
	width: 42px;
	text-align: center;
	font-size: 22px;
}

.new_contaier .new_contaier_body .new_contaier_body_header .new_contaier_body_header_star div {
	width: 28px;
	display: flex;
	align-items: center;
	position: relative;
}

.new_contaier .new_contaier_body .new_contaier_body_header .new_contaier_body_header_star div img {
	width: 70px;
	height: 30px;
	padding-right: 20px;
}

/* 工作日志 */
.new_contaier .new_contaier_body .new_contaier_body_header .new_contaier_body_header_star .data_class {
	position: absolute;
	right: 54px;
	top: 50px;
	width: 100px;
	/*height: 30px;*/
	font-size: 22px;
	color: #222222;
}

/* 点评 */
.new_contaier .new_contaier_body .new_contaier_body_header .new_contaier_body_header_star div .new_contaier_body_point {
	position: absolute;
	top: 44px;
	right: -22px;
	border-radius: 5px;
	width: 300px;
	background-color: #4e4e4e;
	padding: 30px 30px 30px 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	display: none;
	z-index: 200;
}

.new_contaier .new_contaier_body .new_contaier_body_point a {
	padding-left: 20px;
	color: white;
	font-size: 24px;
	display: block;
}

.new_contaier .new_contaier_body .new_contaier_body_point .morena {
	background-size: 4px 24px;
	background-position: 10px 6px;
}

.new_contaier .new_contaier_body .new_contaier_body_point a:hover {
	padding-left: 20px;
	background: url(../img/work-title-icon.jpg) no-repeat;
	background-size: 4px 24px;
	background-position: 10px 4px;
}

.new_contaier .new_contaier_body .zhongjian {
	width: 710px;
	margin-left: -20px;
	height: 30px;
	background-color: #F6F6F6;
}

.new_contaier .new_contaier_body .new_contaier_body_wenzi {
	width: 100%;
	clear: both;
	padding-top: 12px;
}

.new_contaier .new_contaier_body .new_contaier_body_wenzi .wenben_class {
	/* clear: both; */
}

.new_contaier .new_contaier_body .new_contaier_body_wenzi h4 {
	font-size: 28px;
	margin-bottom: 12px;
	font-weight: 520;
	letter-spacing: 2px;
	color: #222222;
	display: flex;
	align-items: center;
}

.new_contaier .new_contaier_body .new_contaier_body_wenzi h4 a {
	color: #2E50DF;
	font-size: 28px;
	font-weight: 520;
	display: inline-block;
}

/* 团队建设 */
.newindex_span {
	width: 160px;
	height: 42px;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	padding-right: 20px;
	color: #0072f2;
	background: url(../img/deme/down.png) no-repeat;
	background-size: 16px 10px;
	background-position: right 16px center;
	background-color: #e7f3ff;
}

.newindex_spans {
	width: 160px;
	height: 42px;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	padding-right: 20px;
	color: #0072f2;
	background: url(../img/deme/up.png) no-repeat;
	background-size: 16px 10px;
	background-position: right 16px center;
	background-color: #e7f3ff;
}

.newindex_ul {
	position: absolute;
	border-radius: 8px;
	overflow: hidden;
	z-index: 1000;
	display: none;
}

.newindex_ul li a {
	width: 160px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	padding-right: 20px;
	color: #0072f2;
	background-color: #e7f3ff;
	border-bottom: 1px solid gainsboro;
}

/* 第一次文本的判断 */
.new_contaier .new_contaier_body .new_contaier_body_wenzi .change_span {
	font-size: 26px;
}

.new_contaier .new_contaier_body .new_contaier_body_wenzi .span {
	display: inline-block;
	text-align: justify;
	position: relative;
	color: #484848;
	font-size: 24px;
	letter-spacing: 2px;
	-webkit-box-orient: vertical;
	margin-bottom: 12px;
}

.new_contaier .new_contaier_body .new_contaier_body_wenzi .oppo1 {
	/* display: none; */
	color: #2E50DF;
	background: url(../img/zhankai.png) no-repeat;
	background-position: 0 10px;
	width: 100px;
	height: 30px;
	padding-left: 20px;
	white-space: nowrap;
	/*强制span不换行*/
}

.new_contaier .new_contaier_body .new_contaier_body_wenzi .oppo2 {
	color: #2E50DF;
	background: url(../img/shouqi.png) no-repeat;
	background-position: 0 10px;
	width: 100px;
	height: 30px;
	padding-left: 20px;
	white-space: nowrap;
	/*强制span不换行*/
}

.new_contaier .new_contaier_body .new_contaier_body_wenzi .p_change {
	display: -webkit-box;
	text-align: justify;
	position: relative color: #484848;
	font-size: 26px;
	letter-spacing: 2px;
}

.new_contaier .new_contaier_body .new_contaier_body_wenzi .havetry {
	font-size: 18px;
}

.new_contaier .new_contaier_body .new_contaier_body_pic {
	display: flex;
	justify-content: space-between;
	clear: both;
	background-color: #FFFFFF;
}

.new_contaier .new_contaier_body .new_contaier_body_pic ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.new_contaier .new_contaier_body .new_contaier_body_pic ul li {
	display: flex;
	width: 200px;
	height: 200px;
	border-radius: 8px;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
}

.new_contaier .new_contaier_body .new_contaier_body_pic ul li img {
	width: 130%;
	height: 130%;
}


.new_contaier .new_contaier_body .new_contaier_body_footer {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.new_contaier .new_contaier_body .new_contaier_body_footer .new_contaier_footer_address {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-size: 22px;
	color: #666;
}

.new_contaier .new_contaier_body .new_contaier_body_footer .new_contaier_footer_address p {
	font-size: 18px;
	color: #666;
}

.new_contaier .new_contaier_body .new_contaier_body_footer .new_contaier_footer_address a {
	color: #2E50DF;
	font-size: 18px;
	background: url(../../statics/img/lizong/adress.png) no-repeat;
	background-size: 14px 18px;
	background-position: left center;
	padding-left: 20px;
}

.new_contaier .new_contaier_body .new_contaier_body_footer .new_contaier_footer_nav .new_contaier_footer_nav_box {
	margin-top: 12px;
	margin-bottom: 12px;
	display: flex;
	flex-direction: row;
}

.new_contaier .new_contaier_body .new_contaier_body_footer .new_contaier_footer_nav .new_contaier_footer_nav_box:last-child {
	margin-top: 20px;
}

.new_contaier .new_contaier_body .new_contaier_body_footer .new_contaier_footer_nav .new_contaier_footer_nav_box span {
	/*width: 60px;*/
	font-size: 20px;
    font-weight: 600;
    margin-right: 12px;
	color: #2488ff;
	background: url(../../statics/img/lizong/yellow_border.png) no-repeat;
	background-size: 48px 6px;
	background-position: left 0 top 24px;
}

.new_contaier .new_contaier_body .new_contaier_body_footer .new_contaier_footer_nav .new_contaier_footer_nav_box div {
	display: flex;
	flex: 1;
	flex-direction: column;
	margin-bottom: 10px;
}

.new_contaier .new_contaier_body .new_contaier_body_footer .new_contaier_footer_nav .new_contaier_footer_nav_box div p {
	font-size: 22px;
	margin-bottom: 12px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.new_contaier .new_contaier_body .new_contaier_body_footer .new_contaier_footer_nav .new_contaier_footer_nav_box div:last-child {
	margin-bottom: 0;
}

.new_contaier .new_contaier_body .new_contaier_body_footer .new_contaier_footer_nav .new_contaier_footer_nav_box div p:last-child {
	margin-bottom: 0;
}

.new_contaier .new_contaier_body .new_contaier_body_footer .new_contaier_footer_nav .new_contaier_footer_nav_box div p a {
	font-size: 22px;
	color: #2E50DF;
    margin-right: 12px;
}

.new_contaier .new_contaier_body .new_contaier_body_footer .new_contaier_footer_nav .new_contaier_footer_nav_box div p:last-child {
	font-size: 22px;
	text-align: justify;
	color: #666666;
	display: flex;
	flex-direction: row;
}

.new_footer {
	position: fixed;
	bottom: 0;
	width: 750px;
	height: 98px;
	background: url(../img/deme/BOTTOMNAV.png) no-repeat;
	background-size: cover;
	padding: 0 60px;
	z-index: 1000;
	display: flex;
	flex-direction: row;
}

.new_footer div {
	width: 96px;
	height: 98px;
	position: relative;
}

.new_footer div span {
	display: block;
	text-align: center;
	width: 100%;
	font-size: 22px;
	color: #666666;
}

.new_footer div a {
	display: block;
}

.new_footer div .span_active {
	color: #ec8721;
}

.new_footer .new_footer_gzgls {}

.new_footer .new_footer_gzgls a {
	width: 100%;
	height: 58px;
	background: url(../img/deme/FZ.png) no-repeat;
	background-size: 46px 42px;
	background-position: 24px 12px;
}

.new_footer .new_footer_gzgls span {
	color: #EC8721;
}

.new_footer .new_footer_gzgl {}

.new_footer .new_footer_gzgl a {
	width: 100%;
	height: 58px;
	background: url(../img/demo2/B-GZGL.png) no-repeat;
	background-size: 46px 42px;
	background-position: 24px 12px;
}

.new_footer .new_footer_gzt {

	margin-left: 60px;
}

.new_footer .new_footer_gzt a {
	width: 100%;
	height: 58px;
	background: url(../img/deme/GZT.png) no-repeat;
	background-size: 46px 42px;
	background-position: 24px 12px;
}

.new_footer .new_footer_gzts {

	margin-left: 60px;
}

.new_footer .new_footer_gzts span {
	color: #EC8721;
}

.new_footer .new_footer_gzts a {
	width: 100%;
	height: 58px;
	background: url(../img/demo2/B-GZT.png) no-repeat;
	background-size: 46px 42px;
	background-position: 24px 12px;
}

.new_footer_jh_pic {
	position: fixed;
	z-index: 1222;
	bottom: 54px;
	left: 50%;
	width: 90px;
	height: 90px;
	margin-left: -45px !important;
	border-radius: 50%;
	background-color: orange;
	background: url(../img/deme/XZADD.png) no-repeat;
	background-size: 90px 90px;
}

.new_footer .new_footer_wltg {
	margin-left: 140px;
}

.new_footer .new_footer_wltg a {
	width: 100%;
	height: 58px;
	background: url(../img/deme/WLTG.png) no-repeat;
	background-size: 46px 42px;
	background-position: 24px 12px;
}

.new_footer .new_footer_wd {
	position: absolute;
	right: 60px;
}

.new_footer .new_footer_wd a {
	width: 100%;
	height: 58px;
	background: url(../img/deme/WD.png) no-repeat;
	background-size: 46px 42px;
	background-position: 24px 12px;
}

.new_footer_cover {
	z-index: 1000;
	position: fixed;
	bottom: 0;
	width: 750px;
	height: 280px;
	display: none;
}

.new_footer_cover div {
	height: 280px;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	background-color: rgba(255, 255, 255, 0.95);
	padding: 30px 20px 0;
	box-shadow: 0 3px 10px rgba(146, 146, 146, 0.8);
}

.new_footer_cover div ul {
	display: flex;
	flex-direction: row;
	height: 144px;
	justify-content: space-between;
}

.new_footer_cover div ul li {
	display: flex;
	width: 120px;
	flex-direction: column;
	align-items: center;
}

.new_footer_cover div ul li a {
	display: block;
	width: 100%;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	box-shadow: 0 3px 10px rgba(146, 146, 146, 0.8);
}

.new_footer_cover div ul li:nth-child(1) a {
	background: url(../img/deme/GZJH.png) no-repeat;
	background-size: 80px 80px;
	background-position: center center;
}

.new_footer_cover div ul li:nth-child(2) a {
	background: url(../img/deme/GZJL.png) no-repeat;
	background-size: 80px 80px;
	background-position: center center;
}

.new_footer_cover div ul li:nth-child(3) a {
	background: url(../img/deme/KHBB.png) no-repeat;
	background-size: 80px 80px;
	background-position: center center;
}

.new_footer_cover div ul li:nth-child(4) a {
	background: url(../img/deme/KHGL.png) no-repeat;
	background-size: 80px 80px;
	background-position: center center;
}

.new_footer_cover div ul li:nth-child(5) a {
	background: url(../img/deme/KQTJ.png) no-repeat;
	background-size: 80px 80px;
	background-position: center center;
}

.new_footer_cover div ul li span {
	display: block;
	padding-top: 12px;
	font-size: 22px;
	color: #666666;
}

.didang {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 110px;
	background-color: #f6f6f6;
	z-index: 1000;
}

input::-webkit-input-placeholder,
.inputHead {
	color: #999;
}

/* 图片切换 */
.wholeyy{
	position: fixed;
	width: 98%;
	height: 218px;
	top: 50%;
	left: 0;
	background-color: rgba(0,0,0,.6);
	z-index: 6;
	display: flex;
	justify-content: center;
}


.newwholes {
	position: static !important;
	top: 0 !important;
	left: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	height: auto !important;
	background-color: transparent !important;
}

.newimgshows {
	display: flex !important;
	flex-wrap: wrap !important;
	overflow: visible !important;
	background-color: white !important;
	border-radius: 8px !important;
	padding: 0 !important;
}

.newimgshows figure {
	width: 60px !important;
	height: 60px !important;
	border-radius: 6px !important;
	margin: 0 !important;
	margin-right: 12px !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	overflow: hidden !important;
	margin-top: 6px !important;
	margin-bottom: 12px !important;
}

.newimgshows figure .img-dv {
	width: 100% !important;
	overflow: hidden !important;
	height: 100% !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	background-color: white !important;
	/* border-right: 1px solid #E0E0E0!important; */
}

.newimgshows figure .img-dv a,
.newimgshows figure .img-dv a img {
	width: 100% !important;
	height: 100% !important;
}

/* work头部 */
.workbench_header {
	width: 750px;
	height: 98px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-bottom: 2px solid #ebebeb;
}

.workbench_header .workbench_header_search {
	width: 545px;
	border: #febe28 1px solid;
	border-radius: 5px;
	height: 50px;
	overflow: hidden;
	position: relative;
}

.workbench_header .workbench_header_search .workbench_header_text {
	width: 490px;
	height: 50px;
	font-size: 24px;
	border: none;
	background: #fff;
	padding: 12px;
	text-align: justify;
	color: #222222;
}

.workbench_header .workbench_header_search .workbench_header_button {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	font-size: 50px;
	border: none;
	line-height: 50px;
	background: #febe28 url(../img/demo2/fangdajin.png) no-repeat center center;
	background-size: 100%;
}

.workbench-contaier {
	width: 100%;
	background-color: white;
	padding: 40px 50px;
	padding-bottom: 0;
}

.workbench-contaier ul {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.workbench-contaier ul li {
	width: 20%;
	height: 138px;
	text-align: center;
	font-size: 24px;
	color: #222222;
	padding-bottom: 30px;
}

.workbench-contaier ul li a {
	display: block;
	width: 100%;
	height: 62px;
}

.workbench-contaier ul li a img {
	width: 56px;
	height: 56px;
	margin: 0 auto 20px;
}

.newfollow_header {
	display: flex;
	flex: 1;
	flex-direction: row;
	height: 98px;
	align-items: center;
	justify-content: center;
	background-color: white;
	position: relative;
}

.newfollow_headerback {
	display: flex;
	align-items: center;
	height: 100%;
	padding-left: 46px;
	background: url(../img/kaidan/blackback.png)no-repeat;
	background-position: left 20px center;
	background-size: 16px 28px;
	font-size: 24px;
	color: #222;
}

.newfollow_searchbox {
	display: flex;
	flex-direction: row;
	align-items: center;
	border: 1px solid #fec32e;
	border-radius: 8px;
	overflow: hidden;
}

.newfollow_searchinput {
	width: 150px;
	height: 40px;
	font-size: 24px;
	color: #222;
	padding: 0 20px;
	border: none;
	border-right: 1px solid #fec32e;
	background: url(../img/zhekou/yellow_down.png) no-repeat;
	background-position: right 20px center;
}

.newfollow_searchinput1 {
	width: 150px;
	height: 40px;
	font-size: 24px;
	color: #222;
	padding: 0 20px;
	border: none;
	border-right: 1px solid #fec32e;
	background: url(../img/zhekou/yellow_up.png) no-repeat;
	background-position: right 20px center;
}

#newfollow_searchinput2 {
	width: 440px;
	height: 40px;
	font-size: 24px;
	color: #222;
	padding: 0 20px;
	border: none;
	border-right: 1px solid #fec32e;
}

#newfollow_searchbotton {
	width: 80px;
	height: 50px;
	font-size: 24px;
	color: #222;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
}

.newfollow_containerh6 {
	padding: 20px;
	font-size: 24px;
	color: #222;
	display: flex;
	justify-content: space-between;
}

.newfollow_containerh6 a {
	font-size: 24px;
	color: #2c50b8;
}

.newfollow_containerul {
	position: relative;
	padding-left: 90px;
}

.newfollow_containerli {
	padding: 20px 30px;
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
	background-color: white;
	padding-bottom: 10px;
	border-radius: 8px;
	position: relative;
}

.newfollow_containerli::after {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	width: 20px;
	height: 100%;
	background-color: #45deb1;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.newfollow_containerli:nth-child(2n+1)::after {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	width: 20px;
	height: 100%;
	background-color: #feda66;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.newfollow_containerli h6 {
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
}

.newfollow_containerdiv {
	display: flex;
}

.newfollow_containerspan {
	padding-right: 20px;
	font-size: 24px;
	color: #222;
}

.newfollow_containerspan8 {
	padding: 0 15px;
	font-size: 24px;
	color: white;
	margin-right: 20px;
	border-radius: 8px;
	background-color: #8fa0ff;
}

.newfollow_containerspan2 {
	display: flex;
	flex: 1;
	background: url(../img/zhankai.png) no-repeat;
	background-size: 18px 16px;
	background-position: right center;
}

.newfollow_containerspan3 {
	display: flex;
	flex: 1;
	background: url(../img/shouqi.png) no-repeat;
	background-size: 18px 16px;
	background-position: right center;
}

.newfollow_containerspan4 {
	display: inline-block;
	padding: 0 16px;
	height: 40px;
	line-height: 40px;
	border-radius: 8px;
	font-size: 24px;
	color: #0072f2;
	background-color: #e2f0ff;
}

.newfollow_containerolli {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 20px;
	font-size: 26px;
	color: #222;
}

.newfollow_soild {
	border-bottom: 1px solid #ececec;
	margin-bottom: 20px;
}

.newfollow_containerspan5 {
	font-size: 24px;
	color: #0072f2;
	margin-right: 20px;
}

.newfollow_containerolp {
	line-height: 40px;
	font-size: 24px;
	color: #222;
	padding-right: 30px;
	position: relative;
}

.newfollow_containerolp2 {
	display: flex;
	flex: 1;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 24px;
	color: #222;
	margin-top: 20px;
}

.newfollow_containerspan6 {
	font-size: 26px;
	color: #666;
	padding-right: 20px;
}

.newfollow_containerspan7 {
	display: flex;
	align-items: center;
	max-height: 32px;
	padding: 5px 15px;
	font-size: 16px;
	border-radius: 50%;
	background-color: #2e99f4;
	color: white;
	margin-right: 20px;
}

.newfollow_containerp1 {
	display: flex;
	flex: 1;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 24px;
	color: #222;
}

.newfollow_containerp2 {
	width: 100%;
	font-size: 20px;
	color: #999;
	padding: 10px 0 0 75px;
}

.newfollow_newol {
	position: fixed;
	top: 330px;
	left: 50%;
	margin-left: -370px;
	width: 75px;
	border-radius: 8px;
	background: linear-gradient(to right, transparent 20%, white 80%);
	box-shadow: 0 0 5px #e0e0e0;
	z-index: 99;
	padding-left: 10px;
}

.newfollow_newoldiv {
	position: fixed;
	top: 330px;
	left: 50%;
	margin-left: -370px;
	width: 10px;
	height: 420px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	background-color: #61deba;
	z-index: 888;
}

.newfollow_newollia {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	font-size: 26px;
	color: #484848;
}

.newfollow_newollia1 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	font-size: 26px;
	color: white;
	background: url(../img/zhekou/reddata.png) no-repeat;
	background-size: 80px 100%;
	background-position: right -10px center;
	position: relative;
}

.newfollow_newollia1::after {
	position: absolute;
	content: '';
	right: -42px;
	top: 17px;
	width: 20px;
	height: 0;
	border: 15px solid transparent;
	border-left: 15px solid #fd8181;
}

.newfollow_newollia2 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	font-size: 26px;
	color: white;
	background: url(../img/zhekou/redup.png) no-repeat;
	background-size: 44px 47px;
	background-position: center;
}

.newfollow_newollia3 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	font-size: 26px;
	color: white;
	background: url(../img/zhekou/bluedown.png) no-repeat;
	background-size: 44px 47px;
	background-position: center;
}

.newfollow_uldate {
	position: absolute;
	left: 36px;
	top: 80px;
	width: 150px;
	max-height: 200px;
	border-radius: 8px;
	background-color: white;
	z-index: 99;
	overflow-y: scroll;
	box-shadow: 0 0 5px #999;
	display: none;
}

.newfollow_uldateli {
	height: 50px;
	font-size: 24px;
	color: #222;
	padding-left: 20px;
	display: flex;
	align-items: center;
}

.newfollow_uldateli1 {
	height: 50px;
	font-size: 24px;
	color: white;
	padding-left: 20px;
	display: flex;
	align-items: center;
	background-color: #fda422;
	border-radius: 8px;
}

.newcuster_choosebox {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 20px 20px 0;
}

.newcuster_choosebutton1 {
	width: 150px;
	height: 40px;
	border-radius: 8px;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #0072f2;
	background-color: #e7f3ff;
}

.newcuster_choosebutton2 {
	width: 150px;
	height: 40px;
	border-radius: 8px;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #666;
	background-color: white;
}

.reconciliation_body {
	min-height: 100%;
	background: url(../img/zhekou/orange.png) no-repeat;
}

.reconciliation_header {
	height: 98px;
	background-color: white;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	color: #222;
}

.reconciliation_back {
	position: absolute;
	height: 100%;
	left: 20px;
	padding-left: 20px;
	font-size: 24px;
	color: #484848;
	display: flex;
	align-items: center;
	background: url(../img/kaidan/blackback.png) no-repeat;
	background-size: 16px 28px;
	background-position: left center;
}

.reconciliation_detailbox1 {
	height: 230px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.reconciliation_image {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 1px solid white;
	overflow: hidden;
	margin-right: 25px;
}

.reconciliation_image img {
	width: 100%;
	height: 100%;
}

.reconciliation_imgbox {
	display: flex;
	flex-direction: column;
	position: relative;
	min-width: 250px;
}

.reconciliation_imgbox span {
	font-size: 32px;
	color: white;
	padding-bottom: 20px;
}

.reconciliation_imgbox p {
	font-size: 28px;
	color: white;
}

.reconciliation_detailbox2 {
	width: 370px;
	height: 76px;
	margin: 10px auto;
	background-color: white;
	border-radius: 38px;
	box-shadow: 0 0 5px #e0e0e0;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.reconciliation_detailbox2 span {
	width: 50%;
	display: flex;
	align-items: center;
	padding-left: 90px;
	font-size: 28px;
	color: #222;
	background: url(../img/zhekou/money.png) no-repeat;
	background-size: 31px 32px;
	background-position: left 40px center;
}

.reconciliation_detailbox2 p {
	width: 50%;
	height: 40px;
	border-left: 1px dashed #e0e0e0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	color: #436cb3;
}

.reconciliation_detailbox3 {
	display: flex;
	height: 60px;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 20px;
	align-items: center;
	font-size: 24px;
	color: #222;
}

.reconciliation_detainput {
	width: 224px;
	height: 42px;
	border-radius: 6px;
	border: 1px solid #e0e0e0;
	padding-left: 20px;
	font-size: 24px;
	color: #222;
	background: url(../img/work-arrow-down.jpg) no-repeat;
	background-position: right 20px center;
	background-size: 18px 12px;
	background-color: white;
}

.reconciliation_button {
	width: 160px;
	height: 42px;
	border: none;
	border-radius: 6px;
	background: linear-gradient(#fba630, #fbc33e);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: white;
	margin-left: 30px;
}

.reconciliation_detailbox4 {
	padding: 20px;
}

.reconciliation_ul {
	border-radius: 8px;
	overflow: hidden;
}

.reconciliation_h6 {
	display: flex;
	flex-direction: row;
	height: 70px;
	background-color: #6aafce;
}

.reconciliation_li {
	display: flex;
	flex-direction: row;
	height: 60px;
	background-color: white;
}

.reconciliation_li p {
	color: #222 !important;
}

.reconciliation_li:nth-child(2n) {
	background-color: #dfeff6;
}

.reconciliation_p1 {
	width: 95px;
	height: 100%;
	font-size: 26px;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
}

.reconciliation_p2 {
	width: 320px;
	height: 100%;
	font-size: 26px;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
}

.reconciliation_p3 {
	width: 170px;
	height: 100%;
	font-size: 26px;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
}

.reconciliation_p4 {
	height: 100%;
	font-size: 26px;
	color: white;
	display: flex;
	flex: 1;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
}

.reconciliation_p5 {
	width: 70px;
	height: 100%;
	font-size: 26px;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
}

.reconciliation_p6 {
	width: 300px;
	height: 100%;
	font-size: 26px;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
}

.reconciliation_p6 a {
	font-size: 24px;
	color: #222;
}

.reconciliation_p4 {
	height: 100%;
	font-size: 26px;
	color: white;
	display: flex;
	flex: 1;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #f7f7f7;
}

.reconciliation_p4 img {
	width: 27px;
	height: 27px;
	background-color: antiquewhite;
	border-radius: 8px;
	overflow: hidden;
}

.reconciliation_imgbox button {
	position: absolute;
	right: 0;
	top: 8px;
	width: 94px;
	height: 28px;
	border-radius: 8px;
	border: 1px solid #fff;
	background-color: #fadaa6;
	font-size: 22px;
	color: #0072f2;
	display: flex;
	justify-content: center;
	align-items: center;
}

.left_list {
	border: none;
	background: url(../img/zhekou/left.png) no-repeat;
	padding-left: 30px;
	background-size: 24px;
	background-position: left center;
	font-size: 22px;
	color: #222;
	margin-right: 30%;
}

.right_list {
	border: none;
	background: url(../img/zhekou/right.png) no-repeat;
	padding-right: 30px;
	background-size: 24px;
	background-position: right center;
	font-size: 22px;
	color: #222;
}

.reconciliation_change {
	width: 24px;
	height: 24px;
	background: url(../img/deme/change.png) no-repeat;
	background-size: 21px 24px;
}

.followdetail_ul {
	display: flex;
	flex-direction: column;
	padding: 20px 0 0;
	margin-bottom: 20px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

.followdetail_ulli {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-bottom: 20px;
}

.followdetail_span1 {
	font-size: 24px;
	color: #222;
	font-weight: bold;
	padding-right: 10px;
}

.followdetail_div {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 18px;
	color: #484848;
}

.followdetail_span2 {
	padding-left: 20px;
	font-size: 20px;
	color: #999;
}

.folloup_imga {
	display: flex;
	flex: 1;
	background: url(../../statics/img/zhekou/bluepic.png)no-repeat;
	background-size: 30px;
	background-position: right center;
}

.folloup_imga2 {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: url(../../statics/img/zhekou/bluepic.png)no-repeat;
	background-size: 30px;
	background-position: right center;
}

.change_p {
	overflow: hidden !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 1 !important;
	-webkit-box-orient: vertical !important;
}

.index_mengceng {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	z-index: 99;
	display: flex;
	justify-content: center;
}

.index_mengcengnav {
	overflow-y: scroll;
	width: 730px;
	margin-left: 20px;
	background-color: white;
	border-top-left-radius: 24px;
	border-bottom-left-radius: 24px;
	padding: 30px;
	position: relative;
}

.index_firstli,
.index_secondli,
.index_thirdli {
	display: flex;
	flex-direction: column;
}

.index_firstli h6,
.index_secondli h6,
.index_thirdli h6,
.index_zero h6 {
	font-size: 24px;
	font-weight: bold;
	color: #222;
}

.index_firstli ol,
.index_secondli ol,
.index_thirdli ol,
.index_zero ol {
	padding-top: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.index_firstli ol li,
.index_secondli ol li,
.index_thirdli ol li,
.index_zero ol li {
	padding: 0 20px;
	height: 40px;
	font-size: 20px;
	border-radius: 36px;
	color: #222;
	background-color: #f9f9f9;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	margin-bottom: 20px;
}

.index_secondli {
	display: none;
}

.index_thirdli {
	display: none;
}

.index_firstdatabox {
	display: flex;
	flex-direction: row;
	height: 40px;
	overflow: hidden;
	font-size: 24px;
	color: #222;
	padding-left: 20px;
	padding-right: 60px;
	border-radius: 12px;
	border: 2px solid #5095ff;
	background: url(../../statics/img/lizong/data.png) no-repeat;
	background-size: 22px 21px;
	background-position: right 20px center;
}

.index_timeli {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 30px;
}

.index_timeli h6 {
	font-size: 24px;
	font-weight: bold;
	color: #222;
	margin-right: 40px;
}

.index_firstdatabox input {
	width: 162px;
	font-size: 24px;
	color: #222;
	text-align: center;
	border: none;
}

.index_lastli ol {
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	padding-left: 20px;
}

.index_lastli ol li {
	position: relative;
}

.index_lastli ol li a {
	padding: 0 20px;
	height: 40px;
	font-size: 20px;
	border-radius: 8px;
	color: #7497ff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #7497ff;
	background-color: white;
}

.keduihuan_ollis {
	background-color: #5095ff !important;
	color: white !important;
}

.index_lastli ol li .newa_close {
	position: absolute;
	right: -10px;
	top: -10px;
	padding: 0;
	border: none;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	background-color: gainsboro;
	font-size: 20px;
	text-align: center;
	color: white;
}

.index_submitli {
	display: flex;
	flex-direction: row;
}

.index_chooseli {
	background-color: #5095ff !important;
	color: white !important;
}

.index_submitli {
	height: 50px;
	border-radius: 36px;
	overflow: hidden;
}

.index_submitlis {
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	overflow: hidden;
}

.index_submitli input {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #222;
	padding: 0 20px;
	border: none;
}

.index_submitli .input_white {
	background-color: white;
	color: #fd393d;
	border-top-right-radius: 0;
	border-bottom-right-radius: 36px;
}

.index_lastli {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 0px;
	margin-bottom: 20px;
	background-color: white;
	padding: 20px 0;
}

.newbox_close {
	background-color: red;
	border: none !important;
	color: white !important;
}

.chadiao {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 30px;
	color: #222;
	font-weight: bold;
}

.chadiaox {
	font-size: 36px;
	color: #222;
	font-weight: bold;
    float: right;
	margin: -6px 6px 0px 0px;
}

.index_search {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 40px;
	border-radius: 12px;
	border: 2px solid #5095ff;
	overflow: hidden;
}

.index_searchinput {
	display: flex;
	flex: 1;
	font-size: 24px;
	color: #222;
	border: none;
	padding: 0 20px;
}

.index_searchbtn {
	width: 60px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	font-size: 20px;
	color: #5095ff;
	border: none;
	border-left: 1px solid #5095ff;
}

.keduihuan {
	min-height: 40px;
	margin-right: 35px;
	position: relative;
}

.keduihuan input {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	border: 2px solid #5095ff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	color: #222;
	background-color: white;
}

.keduihuan_ol {
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 699999;
	border-radius: 8px;
	overflow: hidden;
	display: none;
}

.keduihuan_olli {
	padding: 0 20px;
	height: 40px;
	font-size: 20px;
	border-radius: 36px;
	color: #222;
	background-color: #f9f9f9;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	margin-bottom: 20px;
}

.login_indexform {
	position: absolute;
	left: 10%;
	top: 10%;
	width: 80%;
	padding: 4%;
	border-radius: 2%;
	background-color: rgba(255, 255, 255, .7);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.login_welcome {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.login_welcome img {
	width: 44px;
	height: 48px;
}

.login_welcome h6 {
	padding-top: 10px;
	font-size: 40px;
	font-weight: bold;
}

.login_indexul {
	padding-top: 20px;
}

.login_indexul li {
	position: relative;
	padding-bottom: 20px;
	width: 400px;
	font-size: 24px;
	color: #222;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.eye {
	position: absolute;
	right: 0;
	bottom: 30px;
	width: 36px;
	height: 26px;

}

.login_indexul li input {
	border: none;
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
	font-size: 24px;
	color: #484848;
	background-color: rgba(255, 255, 255, .7);
	padding: 10px 20px;
}

.login_indexul li input:focus {
	border: 1px solid #5095ff;
	border-radius: 6px;
}

.login_button {
	padding: 10px 50px;
	border-radius: 12px;
	font-size: 24px;
	background-color: #6aafce;
	border: none;
	color: white;
	margin-top: 20px;
}

.login_indexform p {
	width: 400px;
	padding-top: 60px;
	font-size: 16px;
	color: #666;
}

.newwholes .conpang_imgdiv {
	margin: 0 20px;
	padding-top: 6px !important;
	padding-left: 6px !important;
}

.companydetail_span1 {
	width: 110px;
	font-size: 26px;
	color: #888;
	text-align-last: justify;
}

.managementp_div {
	padding: 20px;
	margin: 0 0 5px!important;
	border-radius: 12px;
	background-color: white;
	display: none;
}

.managementp_div6 {
	padding: 20px;
	margin: 15px!important;
	border-radius: 12px;
	background-color: white;
	display: none;
}

.managementp_div1 {
	width: 100%;
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
}

.managementp_input1 {
	width: 260px;
	padding: 0 20px;
	height: 40px;
	font-size: 24px;
	color: #222;
	border-radius: 6px;
	border: 1px solid #999;
	margin-right: 20px;
}

.managementp_div2 {
	display: flex;
	flex: 1;
	justify-content: flex-start;
	flex-direction: row;
	align-items: center;
	border-radius: 6px;
	border: 1px solid #999;
	overflow: hidden;
	font-size: 24px;
	color: #222;
	background: url(../../statics/img/lizong/data.png)no-repeat;
	background-position: right 20px center;
	background-size: 22px 21px;
}

.managementp_div2 input {
	width: 180px;
	border: none;
	font-size: 24px;
	color: #222;
	padding: 0 20px;
}

.managementp_div3 {
	width: 100%;
	display: flex;
	flex-direction: row;
	position: relative;
	margin-bottom: 20px;
}

.managementp_span1 {
	width: 200px;
	padding: 0 20px;
	height: 40px;
	font-size: 24px;
	color: #222;
	border-radius: 6px;
	border: 1px solid #999;
	margin-right: 20px;
	display: flex;
	align-items: center;
	background: url(../../statics/img/work-arrow-down.jpg)no-repeat;
	background-position: right 20px center;
	background-size: 18px 12px;
}

.managementp_span2 {
	width: 200px;
	padding: 0 20px;
	height: 40px;
	font-size: 24px;
	color: #222;
	border-radius: 6px;
	border: 1px solid #999;
	margin-right: 20px;
	display: flex;
	align-items: center;
	background: url(../../statics/img/work-arrow-up.jpg)no-repeat;
	background-position: right 20px center;
	background-size: 18px 12px;
}

.managementp_divul {
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 99;
	background-color: #999;
	border-radius: 6px;
	overflow: hidden;
	display: none;
}

.managementp_divul li {
	width: 200px;
	padding: 0 20px;
	height: 40px;
	font-size: 24px;
	display: flex;
	align-items: center;
	color: white;
}

.managementp_divul li:nth-child(2n) {
	background-color: #666;
}

.managementp_div4 {
	display: flex;
	flex: 1;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	border-radius: 6px;
	border: 1px solid orange;
	overflow: hidden;
}

.managementp_div4 .managementp_input2 {
	border: none;
}

.managementp_div4 .managementp_input3 {
	border: none;
	border-left: 1px solid orange;
	font-size: 22px;
	background-color: white;
	color: orange;
	padding: 0 20px;
}

.managementp_input2 {
	width: 430px;
	font-size: 24px;
	color: #222;
	padding: 0 20px;
}

.newamd_h6 {
	height: 60px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background-color: white;
	border-top: 1px solid #e0e0e0;
	padding: 0 20px;
}

.newamd_divc {
	height: 60px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
}

.newamd_span1 {
	font-size: 24px;
	color: orange;
}

.newamd_span2 {
	font-size: 24px;
	color: #666;
}

.newamd_div {
	margin: 20px 20px 0;
	background-color: white;
}

.newamd_divul {
	border-left: 1px solid #999;
	border-top: 1px solid #999;
}

.newamd_divulol {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.newamd_divulli h6 {
	height: 44px;
	font-size: 20px;
	font-weight: bold;
	color: #484848;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 0 10px;
	position: relative;
}

.newamd_divullis h6 {
	display: flex;
	height: 60px;
	flex-direction: row;
	align-items: center;
	justify-content: end;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	padding-left: 20px;
}

.newamd_divullis h6 span {
	font-size: 24px;
	color: blue;
	margin-right: 30px;
}

.newamd_divullisspan {
	font-weight: bold;
	justify-content: end;
	font-size: 24px;
	color: orange !important;
	margin-right: 0;
}

.newamd_h6img {
	width: 30px;
	height: 30px;
	background: url(../../statics/img/zhekou/bluepic.png)no-repeat;
	background-size: 30px;
}

.newamd_divulol li {
	color: #222;
	height: 44px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	position: relative;
}

.newamd_divullis ol li {
	color: #222;
	font-weight: bold;
	font-size: 22px;
}

.newamd_olli {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
}

.newamd_olli200 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	min-width: 200px;
}
.newamd_olli240 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	min-width: 240px;
}
.newamd_olli280 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	min-width: 280px;
}

.newamd_olli150 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	width: 150px;
}

.newamd_olli100 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	width: 100px;
}

.newamd_olliflex {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	flex: 1;
}

.newamd_span2a {
	display: flex;
	justify-content: end;
	align-items: center;
	width: 100%;
	height: 60px;
	font-size: 24px;
	color: #222;
	padding-right: 20px;
	background: url(../../statics/img/zhekou/dayin.png)no-repeat;
	background-size: 26px;
	background-position: right 80px center;
}
.newamd_span2ab {
	display: flex;
	align-items: center;
	width: 100px;
	height: 60px;
	font-size: 24px;
	color: #222;
	padding-right: 20px;
	background: url(../../statics/img/zhekou/dayin.png)no-repeat;
	background-size: 26px;
	background-position: right 10px center;
}
.newamd_span2ac {
	display: flex;
	align-items: center;
	width: 150px;
	height: 60px;
	font-size: 24px;
	color: #222;
	padding-right: 20px;
	background: url(../../statics/img/zhekou/akddactive.png)no-repeat;
	background-size: 26px;
	background-position: right 10px center;
}

.newprocess_lispan {
	font-size: 24px;
	color: #222;
}

.newprocess_div {
	position: absolute;
	top: 44px;
	display: flex;
	flex-direction: column;
	z-index: 99;
	display: none;
	border-radius: 6px;
	overflow: hidden;
}
.newprocess_divs {
	position: absolute;
	bottom: 44px;
	display: flex;
	flex-direction: column;
	z-index: 99;
	display: none;
	border-radius: 6px;
	overflow: hidden;
}

.newprocess_div span,.newprocess_divs span {
	width: 100px;
	height: 44px;
	line-height: 44px;
	font-size: 24px;
	color: white;
	text-align: center;
	background-color: #999;
}

.newprocess_div span:hover,.newprocess_divs span:hover {
	background-color: #666;
}

.newamd_inputnum,.newamd_inputnum1 {
	width: 100px;
	font-size: 24px;
	color: #222;
	text-align: center;
	border: none;
	border-bottom: 1px solid #e0e0e0;
	margin: 0 5px;
}

.newamd_button1 {
	width: 30px;
	height: 30px;
	border-radius: 6px;
	background: url(../../statics/img/icon-subtract.png)no-repeat;
	border: none;
	background-size: 24px;
	background-position: center;
	background-color: #e9e9e9;
}

.newamd_button2 {
	width: 30px;
	height: 30px;
	border-radius: 6px;
	background: url(../../statics/img/icon-plus.png)no-repeat;
	border: none;
	background-size: 24px;
	background-position: center;
	background-color: #d8d8d8;
}

.newprocess_point {
	width: 100px;
	font-size: 24px;
	display: flex;
	color: royalblue;
	align-items: center;
	justify-content: center;
	background: url(../../statics/img/deme/down.png)no-repeat;
	background-size: 16px 10px;
	background-position: right 5px center;
}

.newprocess_points {
	width: 100px;
	font-size: 24px;
	display: flex;
	color: royalblue;
	align-items: center;
	justify-content: center;
	background: url(../../statics/img/deme/up.png)no-repeat;
	background-size: 16px 10px;
	background-position: right 5px center;
}

.newprocess_div2 {
	margin: 20px;
	padding: 20px 20px 0;
	border-radius: 6px;
	background-color: white;
}

.newprocess_div2ul li {
	display: flex;
	flex-direction: row;
	padding-bottom: 20px;
}

.newprocess_div2lispan {
	width: 120px;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #666;
	text-align-last: justify;
	padding-right: 15px;
}

.newprocess_div2liinput {
	font-size: 24px;
	color: #222;
	height: 40px;
	width: 210px;
	border-radius: 6px;
	border: 1px solid #999;
	padding: 0 20px;
	background: url(../../statics/img/lizong/data.png)no-repeat;
	background-position: right 20px center;
	background-size: 22px 21px;
}

.newprocess_div2liinputs {
	font-size: 24px;
	color: #222;
	height: 40px;
	width: 200px;
	border-radius: 6px;
	border: 1px solid #999;
	padding: 0 20px;
	background: url(../../statics/img/lizong/data.png)no-repeat;
	background-position: right 20px center;
	background-size: 22px 21px;
	margin-right: 14px;
}

.newprocess_div2libutton {
	border-radius: 6px;
	padding: 0 10px;
	margin-right: 20px;
	font-size: 24px;
	color: #222;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #999;
}

.newprocess_div2libuttons {
	border-radius: 6px;
	padding: 0 10px;
	margin-right: 20px;
	font-size: 24px;
	color: white;
	border: none;
	background-color: orange;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid orange;
}

.newprocess_textarea {
	width: 550px !important;
	height: 100px !important;
	border-radius: 6px;
	padding: 10px;
	font-size: 24px;
	color: #222;
	border: 1px solid #999;
}

.newprocess_div2div {
	position: relative;
	display: flex;
	flex: 1;
	align-items: center;
}

.newprocess_div2divspan {
	border-radius: 6px;
	border: 1px solid #999;
	font-size: 24px;
	color: #222;
	width: 200px;
	padding-left: 20px;
	background: url(../../statics/img/work-arrow-down.jpg)no-repeat;
	background-position: right 20px center;
	background-size: 18px 12px;
}

.newprocess_div2divspans {
	border-radius: 6px;
	border: 1px solid #999;
	font-size: 24px;
	color: #222;
	width: 200px;
	padding-left: 20px;
	background: url(../../statics/img/work-arrow-up.jpg)no-repeat;
	background-position: right 20px center;
	background-size: 18px 12px;
}

.newprocess_div2divol {
	position: absolute;
	top: 40px;
	z-index: 99;
	display: flex;
	flex-direction: column;
	border-radius: 6px;
	overflow: hidden;
	display: none;
}

.newprocess_div2divol li {
	width: 200px;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: white;
	padding-left: 20px;
	background-color: #999;
}

.newprocess_div2divol li:nth-child(2n) {
	background-color: #666;
}

.manageadd_header {
	position: fixed;
	top: 0;
	width: 750px;
	z-index: 99;
}

.manageadd_searchdiv {
	position: fixed;
	top: 100px;
	height: 80px;
	width: 750px;
	background-color: white;
	border-top: 1px solid #e0e0e0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	box-shadow: 0 10px 10px #e0e0e0;
	z-index: 98;
}

.manageadd_searchdivbox {
	display: flex;
	flex-direction: row;
	align-items: center;
	border-radius: 6px;
	border: 1px solid #fbc81c;
	overflow: hidden;
}

.manageadd_searchdivbox input {
	height: 40px;
	font-size: 20px;
	color: #222;
	border: none;
}

.manageadd_searchdivbox .manageadd_searchboxinput {
	width: 360px;
	background: url(../../statics/img/kaidan/cutefangda.png)no-repeat;
	background-size: 24px;
	background-position: left 10px center;
	padding-left: 40px;
	font-size: 20px;
	color: #222;
}

.manageadd_searchdivbox .manageadd_searchboxbutton {
	width: 60px;
	height: 30px;
	background-color: #fff;
	border-left: 1px solid #fbc81c;
	display: flex;
	justify-content: center;
}

.manageadd_hotword {
	font-size: 24px;
	color: white;
	background-color: #fec22c;
	padding: 5px 20px;
	border-radius: 6px;
}

.manageadd_bacc {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
	z-index: 99;
}

.manageadd_baccbox {
	width: 750px;
	height: 80%;
	border-radius: 12px;
	background-color: white;
	position: relative;
	padding: 60px;
}

.manageadd_close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

.manageadd_baccul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 30px;
	border-top: 1px solid #e0e0e0;
}

.manageadd_baccul:first-of-type {
	border: none;
}

.manageadd_baccpoint {
	width: 80px;
	font-size: 24px;
	font-weight: bold;
	color: orange;
	margin-right: 20px;
	margin-bottom: 20px;
}

.manageadd_baccul li {
	margin-right: 20px;
	margin-bottom: 40px;
}

.manageadd_baccul li span:hover {
	color: orange;
	border: 1px solid orange;
}

.manageadd_baccul li span {
	padding: 10px 20px;
	font-size: 20px;
	border-radius: 6px;
	color: #222;
	border: 1px solid #e0e0e0;
	position: relative;
}

.manageadd_baccul li span a {
	position: absolute;
	right: -20px;
	top: -20px;
	display: flex;
	width: 40px;
	height: 40px;
	background: url(../../statics/img//icon-close.jpg)no-repeat;
	background-size: 20px;
	background-position: center;
}




.manageadd_nav {
	padding-top: 180px;
}

.manageadd_navx {
	padding-top: 80px;
}

.manageadd_newli {
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 10px;
}

.manageadd_newli:last-of-type {
	border: none;
	margin: 0;
}

.manageadd_newli ol li {
	border: none;
}

.manageadd_newolliname {
	width: 380px;
	background: url(../../statics/img/kaidan/taxology.png)no-repeat;
	background-size: 20px;
	background-position: left center;
	padding-left: 36px;
	font-size: 24px;
	color: #222 !important;
	display: flex;
	align-items: center;
}

.manageadd_newolliprice {
	font-size: 16px;
	color: #999;
	display: flex;
	align-items: flex-end;
	padding-right: 10px;
	padding-bottom: 5px;
}

.manageadd_navpbox {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.manageadd_navpbox span {
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	color: #666;
}

.manageadd_navli {
	width: 690px;
	margin-left: -20px;
	position: relative;
	border-radius: 6px !important;
	overflow: hidden;
	background-color: #f6f6f6;
	margin-bottom: 10px;
}

.manageadd_navpbox {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #E0E0E0;
	display: none;
	margin-left: 36px;
	position: relative;
}

.manageadd_opencar {
	position: fixed;
	min-width: 70px;
	top: 240px;
	left: 10px;
	padding: 10px 20px;
	text-align: center;
	font-size: 24px;
	border-radius: 40%;
	color: white;
	z-index: 99;
	background: linear-gradient(to right, #fec22c,#ff6600);
	opacity: .7;
}

.manageadd_allprices,.manageadd_supkcnum,.manageadd_kcnum,.manageadd_zkcnum,.manageadd_prices {
	font-style: normal;
	font-size: 24px;
	color: red;
}


.newprocess_div2liinput2 {
	border: none;
	width: 185px;
	font-size: 24px;
	color: #222;
	border-bottom: 1px solid #666;
}

.newprocess_div2liinput3 {
	border: none;
	width: 175px;
	font-size: 24px;
	color: #222;
	border-bottom: 1px solid #666;
}

.newprocess_div2liinput3s {
	border: none;
	width: 170px;
	font-size: 24px;
	color: #222;
	border-bottom: 1px solid #666;
}

.newprocess_div2liinput4 {
	border: none;
	width: 200px;
	font-size: 24px;
	color: #222;
	border-bottom: 1px solid #666;
	margin-right: 20px;
}

.newprocess_div2lispan2 {
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #666;
	padding-right: 20px;
}

.newprocess_div2lip2 {
	line-height: 40px;
	width: 540px;
	font-size: 24px;
	color: #222;
	position: relative;
}

.newprocess_div2lip2 a {
	margin-bottom: -8px;
}

.setadd_divbox {
	margin: 20px;
	border-radius: 12px;
	padding: 30px 30px 10px;
	background-color: white;
}

.first_setadd {
	margin: 20px;
	padding: 30px 20px 0;
	border-radius: 12px;
	background-color: white;
	display: flex;
	flex-direction: row;
}

.first_setaddspan1 {
	width: 100px;
	font-size: 24px;
	color: #222;
	font-weight: bold;
}

.first_setaddul {
	display: flex;
	flex: 1;
	flex-direction: row;
	flex-wrap: wrap;
}

.first_setaddul li {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 30px;
	padding-left: 20px;
	font-size: 24px;
	color: #222;
}

.first_setaddul li input {
	border: none;
	width: 145px;
	border-bottom: 1px solid #e0e0e0;
	font-size: 24px;
	color: #222;
	margin: 0 10px;
}

.first_setaddspan2 {
	width: 76px;
	font-size: 24px;
	color: #999;
	text-align-last: justify;
}

.manageadds_div1 {
	position: relative;
	display: flex;
	align-items: center;
}

.manageadds_choose1 {
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	font-size: 24px;
	color: #222;
	padding: 5px 10px;
	width: 190px;
	background: url(../../statics/img/work-arrow-down.jpg)no-repeat;
	background-size: 18px 12px;
	background-position: right 10px center;
}

.manageadds_choose2 {
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	font-size: 24px;
	color: #222;
	padding: 5px 10px;
	width: 190px;
	background: url(../../statics/img/work-arrow-up.jpg)no-repeat;
	background-size: 18px 12px;
	background-position: right 10px center;
}

.manageadds_div1ul {
	position: absolute;
	top: 44px;
	border-radius: 6px;
	background-color: #666;
	display: none;
}

.manageadds_div1ul li {
	width: 190px;
	font-size: 24px;
	color: white;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
}

.manageadds_div1ul li:nth-child(2n) {
	background-color: #888;
}

.manageadds_div1p {
	display: flex;
	flex-direction: row;
	flex: 1;
	justify-content: end;
	font-size: 24px;
	color: orange;
	padding-left: 20px;
}

.manageadds_div1p span {
	font-size: 20px;
	color: white;
	background-color: orange;
	padding: 0 10px;
	border-radius: 6px;
	margin-left: 12px;
	display: flex;
	align-items: center;
}

.manageadds_button1 {
	font-size: 20px;
	padding: 5px 10px;
	border-radius: 6px;
	background-color: cornflowerblue;
	color: white;
}

.manageadds_ulbox {
	margin: 0 20px 20px;
	padding: 20px 20px 0;
	border-radius: 12px;
	background-color: white;
}

.manageadds_ulbox li {
	display: flex;
	flex-direction: row;
	padding-bottom: 20px;
	font-size: 24px;
	color: #222;
    position: relative;
}

.manageadds_ulboxinput {
	border: none;
	border-bottom: 1px solid #666;
	font-size: 24px;
	color: #222;
	display: flex;
	flex: 1;
	margin-left: 20px;
	padding: 0 20px;
}

.manageadds_ulboxbutton1 {
	border: none;
	font-size: 24px;
	color: white;
	background-color: orange;
	padding: 5px 20px;
	border-radius: 6px;
	margin-right: 20px;
	display: flex;
	align-items: center;
}

.manageadds_ulboxbutton2 {
	border: none;
	font-size: 24px;
	color: white;
	background-color: green;
	padding: 5px 20px;
	border-radius: 6px;
	margin-right: 20px;
	display: flex;
	align-items: center;
}

.manageadds_ulboxbutton3 {
	border: none;
	font-size: 24px;
	color: white;
	background-color: crimson;
	padding: 5px 20px;
	border-radius: 6px;
	display: flex;
	align-items: center;
}

.manageadds_choosebox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, .3);
	z-index: 99;
	display: none;
}

.manageadds_choose {
	width: 750px;
	border-radius: 12px;
	background-color: white;
}

.manageadds_choose_h4 {
	margin: 20px 0;
	margin-left: 50px;
	width: 650px;
	border-radius: 12px;
	font-size: 20px;
	color: #222222;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 20px;
	border: 1px solid #999;
}

.manageadds_choose_h4x {
	margin: 20px 0;
	margin-left: 50px;
	width: 650px;
	border-radius: 12px;
	font-size: 20px;
	color: #222222;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 20px;
	border: 1px solid #999;
}

.manageadds_choose_ul {
	max-height: 600px;
	padding: 0 20px 20px;
	overflow-y: scroll;
}

.manageadds_choose_ul li {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #665;
	background-color: #f1f7f9;
	padding-left: 20px;
}

.manageadds_choose_ul li:nth-child(2n) {
	background-color: #c6c6c6;
	color: white;
}

.manageadds_choose_ul .manageadds_choose_li {
	background-color: orange !important;
	color: brown !important;
}

.checked_company222 {
	font-size: 21px !important;
	color: orange !important;
	background-color: white !important;
	margin: 0 !important;
	padding: 0 12px 0 0 !important;
}

.checked_company223 {
	font-size: 21px !important;
	color: blue !important;
	background-color: white !important;
	margin: 0 !important;
	padding: 0 12px 0 0 !important;
}

.checked_company224 {
	font-size: 21px !important;
	color: red !important;
	background-color: white !important;
	margin: 0 !important;
	padding: 0 12px 0 0 !important;
}

.manageadds_ulboxli {
	justify-content: end;
	font-size: 26px;
	color: #222;
}

.manageadds_ulboxli span {
	font-size: 26px;
	color: red;
	padding: 0 20px;
}

.manageadds_addponit,.manageadds_addponit1 {
	position: fixed;
	right: 40px;
	top: 150px;
	font-size: 24px;
	padding: 10px 20px;
	border-radius: 12px;
	background-color: rgba(21, 200, 220, .8);
	color: white;
	z-index: 999;
}

.orderindex_nav {
	padding: 180px 20px 0;
}

.orderindex_navs {
	padding: 320px 20px 0;
}

.orderindex_navul {
	border-radius: 6px;
	padding: 20px 20px 1px;
	background-color: white;
	margin-bottom: 20px;
}

.orderindex_navul li {
	display: flex;
	flex-direction: row;
	padding-bottom: 20px;
}

.orderindex_navspan11 {
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 6px;
	background-color: skyblue;
	font-size: 24px;
	color: white;
	border-bottom-right-radius: 0;
}

.orderindex_navspan12 {
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #222;
	border-bottom: 2px solid skyblue;
	padding: 0 10px;
}

.orderindex_navspan21 {
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 6px;
	background-color: coral;
	font-size: 24px;
	color: white;
	border-bottom-right-radius: 0;
}

.orderindex_navspan22 {
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #222;
	border-bottom: 2px solid coral;
	padding: 0 10px;
}

.orderindex_navspan31 {
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 6px;
	background-color: limegreen;
	font-size: 24px;
	color: white;
	border-bottom-right-radius: 0;
}

.orderindex_navspan32 {
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #222;
	border-bottom: 2px solid limegreen;
	padding: 0 10px;
}

.orderindex_navspan41 {
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 6px;
	background-color: saddlebrown;
	font-size: 24px;
	color: white;
	border-bottom-right-radius: 0;
}

.orderindex_navspan42 {
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #222;
	border-bottom: 2px solid saddlebrown;
	padding: 0 10px;
}

.orderindex_navp1 {
	display: flex;
	flex: 1;
	height: 40px;
	justify-content: end;
	padding-right: 20px;
    /*margin-left: 156px;*/
}

.orderindex_navspan3 {
	line-height: 40px;
	font-size: 24px;
	color: #222;
	border-bottom: 2px solid burlywood;
    margin-right: 24px;
}

.orderindex_nava1 {
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: blue;
}

.orderindex_navspan4 {
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: red;
}

.orderindex_navspan5 {
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #999;
}

.orderindex_navphone {
	display: flex;
	flex: 1;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #222;
	background: url(../../statics/img/zhekou/phone.png)no-repeat;
	background-size: 24px;
	background-position: left center;
	padding-left: 40px;
}

.orderindex_navaddress {
	display: flex;
	flex: 1;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #222;
	background: url(../../statics/img/zhekou/address.png)no-repeat;
	background-size: 24px;
	background-position: left center;
	padding-left: 40px;
}

.orderindex_navspanopen {
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #222;
	padding: 0 30px 0 10px;
	background: url(../../statics/img/zhekou/soild.png)no-repeat;
	background-size: 24px;
	background-position: right center;
}

.orderindex_navspanclose {
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #222;
	padding: 0 30px 0 10px;
	background: url(../../statics/img/zhekou/unsoild.png)no-repeat;
	background-size: 24px;
	background-position: right center;
}

.orderindex_print {
	display: flex;
	flex: 1;
	padding-left: 40px;
	background: url(../../statics/img/demo4/l_print.png)no-repeat;
	background-size: 28px;
	background-position: left center;
	font-size: 24px;
	color: red;
}

.orderindex_print em {
	font-style: normal;
	font-size: 24px;
	color: #666;
}

.orderindex_showboxli {
	padding-left: 40px;
	font-size: 24px;
	color: #666;
}

.orderindex_showboxli p {
	min-height: 30px;
	padding-bottom: 0;
	display: flex;
	flex-direction: row;
}

.orderindex_showboxlip {
	font-size: 24px;
	color: #222;
	padding-left: 10px;
	display: flex;
	flex: 1;
	flex-direction: row;
	flex-wrap: wrap;
}

.orderindex_showboxspan1 {
	font-size: 24px;
	color: red;
}

.orderindex_showboxspan2 {
	display: flex;
	align-items: flex-end;
	font-size: 20px;
	color: #666;
}

.orderindex_showboxspan3 {
	padding: 5px 10px;
	background-color: #f4f4f4;
	color: #222;
	font-size: 24px;
	border-right: 1px solid white;
}

.orderindex_showboxspan4 {
	padding: 5px 10px;
	background-color: #e7f3ff;
	color: #0072f2;
	font-size: 24px;
}

.orderindex_showboxlip {
	display: flex;
	flex-direction: row;
	flex: 1;
	font-size: 24px;
	color: #222;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	padding-right: 40px;
	margin-right: -10px;
}

.orderindex_showboxspan5 {
	padding: 5px 20px;
	background-color: #f4f4f4;
	color: #222;
	font-size: 24px;
	border-radius: 6px;
	margin-right: 20px;
}

.orderindex_showboxspantime {
	font-size: 24px;
	color: #222;
	padding-left: 10px;
}

.orderindex_showboxem {
	font-style: normal;
	font-size: 22px;
	color: #3ab2ed;
	padding: 0 5px;
}

.orderindex_showboxlip2 {
	display: flex;
	flex: 1;
	justify-content: center;
	align-items: center;
}

.orderindex_showboxspan11 {
	font-size: 28px;
	font-weight: bold;
	color: red;
}

.orderindex_border {
	border-top: 1px solid #e0e0e0;
	margin-left: 40px;
}

.orderindex_showbox {
	border-top: 1px solid #e0e0e0;
	padding-top: 20px;
	display: none;
}

.orderindex_header2 {
	position: fixed;
	top: 100px;
	width: 750px;
	z-index: 9;
}

.orderindex_header2div {
	position: fixed;
	top: 160px;
	width: 750px;
	border-radius: 0;
	box-shadow: 0 10px 10px #eee;
	z-index: 9;
}

.orderindex_nav2 {
	padding: 120px 20px 0;
}

.orderreview_li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.orderreview_li p {
	font-size: 24px;
	color: #222;
}

.orderreview_p1 {
	display: flex;
	flex: 1;
}

.orderreview_change {
	padding: 0 10px;
	border: none;
	border-radius: 6px;
	background-color: darkturquoise;
	color: white;
	font-size: 24px;
}

.orderindex_showboxlis p {
	width: 65% !important;
}

.orderreview_bacc {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99;
	display: none;
}

.orderreview_baccdiv {
	width: 750px;
	min-height: 80%;
	position: relative;
	padding: 40px;
	background-color: white;
	border-radius: 12px;
}

.orderreview_baccclose {
	position: absolute;
	right: 30px;
	top: 30px;
	font-size: 40px;
	font-weight: bold;
	color: #222;
}

.orderreview_bacch6 {
	font-size: 30px;
	color: #222;
	text-align: center;
	padding-bottom: 50px;
	font-weight: bold;
}

.orderreview_baccul li {
	font-size: 24px;
	color: #222;
	display: flex;
	align-items: center;
	padding-bottom: 30px;
}

.orderreview_baccul li p {
	display: flex;
	width: 50%;
	flex-direction: row;
	color: #222;
}

.orderreview_span {
	padding: 5px 20px;
	border-radius: 6px;
	background-color: #eee;
	font-size: 24px;
	color: #222;
	margin: 0 20px;
}

.orderreview_spanactive {
	background-color: orange;
	color: white;
}

.orderreview_input1 {
	width: 225px;
	margin-left: 20px;
	border: none;
	font-size: 24px;
	color: #222;
	border-bottom: 1px solid #e0e0e0;
}

.orderreview_input2 {
	width: 220px;
	margin-left: 20px;
	border: none;
	font-size: 24px;
	color: #222;
	border-bottom: 1px solid #e0e0e0;
}

.orderreview_input3 {
	width: 200px;
	margin-left: 20px;
	border: none;
	font-size: 24px;
	color: #222;
	border-bottom: 1px solid #e0e0e0;
}

.orderreview_input4 {
	margin-left: 20px;
	border: none;
	font-size: 24px;
	color: #222;
	display: flex;
	flex: 1;
	border-bottom: 1px solid #e0e0e0;
}

.orderreview_pspan {
	display: flex;
	flex-shrink: 0;
	font-size: 24px;
	color: #222;
}

.orderreview_lisubmit {
	display: flex;
	justify-content: center;
	padding-top: 50px;
}

.orderreview_submit {
	border: none;
	width: 300px;
	height: 50px;
	border-radius: 6px;
	background-color: red;
	color: white;
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.manageadd_newolliname2 {
	width: 300px !important;
}
.manageadd_newolliname3 {
	width: 420px !important;
}

.orderreview_closed2 {
	display: flex;
	flex: 1;
	justify-content: end;
	line-height: 38px;
	font-size: 40px;
	color: red;
}

.orderreview_bottombox1 {
	display: flex;
	flex: 1;
	justify-content: end;
	position: relative;
	padding-top: 20px;
	padding-right: 20px;
	background-color: white;
}

.orderreview_companyhtml {
	display: flex;
	width: 240px;
	padding: 5px 10px;
	font-size: 24px;
	color: #222;
	border-radius: 6px;
	border: 1px solid #e0e0e0;
	background: url(../../statics/img/work-arrow-down.jpg)no-repeat;
	background-size: 18px 12px;
	background-position: right 20px center;
}

.orderreview_companyhtmls {
	display: flex;
	width: 240px;
	padding: 5px 10px;
	font-size: 24px;
	color: #222;
	border-radius: 6px;
	border: 1px solid #e0e0e0;
	background: url(../../statics/img/work-arrow-up.jpg)no-repeat;
	background-size: 18px 12px;
	background-position: right 20px center;
}

.orderreview_companyul {
	position: absolute;
	right: 20px;
	bottom: 40px;
	background-color: #999;
	border-radius: 6px;
	display: none;
}

.orderreview_companyulli {
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: white;
	width: 240px;
	padding: 0 20px;
}

.orderreview_companyulli:nth-child(2n) {
	background-color: #666;
}

.orderreview_bottombox2 {
	padding: 30px 20px;
	display: flex;
	justify-content: space-between;
	background-color: white;
}

.orderreview_chargeback {
	height: 40px;
	border-radius: 6px;
	padding: 0 20px;
	font-size: 24px;
	color: white;
	background-color: red;
	border: none;
}

.orderreview_confirm {
	height: 40px;
	border: none;
	border-radius: 6px;
	padding: 0 20px;
	font-size: 24px;
	color: white;
	background-color: green;
}

.newamd_inputnum2 {
	width: 100px;
	font-size: 24px;
	color: #222;
	border: none;
	text-align: right;
}

.orderdetails_li {
	font-size: 24px;
	color: #222;
}

.orderdetails_div2 {
	display: flex;
	align-items: center;
	flex-direction: row;
	padding: 15px 20px 0px;
	font-size: 24px;
	color: #222;
	margin: 0 20px;
	border-radius: 6px;
	background-color: white;
}

.orderdetails_header {
	box-shadow: 0 0 10px #e0e0e0;
}

.orderdetails_p1 {
	display: flex;
	align-items: center;
	font-size: 26px;
	color: blue;
}

.orderdetails_img {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.delivergoods_nav {
	padding: 180px 20px 0;
}

.delivergoods_navul {
	padding: 20px 20px 1px;
	border-radius: 6px;
	background-color: white;
	margin-bottom: 20px;
}

.delivergoods_navolp1 {
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: #f6f6f6;
}

.delivergoods_navspan1 {
	display: flex;
	align-items: center;
	height: 40px;
	padding: 0 20px;
	font-size: 20px;
	color: white;
	background-color: #1b86e4;
}

.delivergoods_navspan2 {
	font-size: 20px;
	color: #ffa372;
	padding: 0 20px;
	display: flex;
	flex: 1;
}

.delivergoods_navol li {
	margin-bottom: 20px;
	min-height: 30px;
	padding-bottom: 0;
}

.delivergoods_navol li p {
	min-height: 30px;
	padding-bottom: 0;
}

.newprocess_olli {
	width: 100%;
	height: 60px!important;
	display: flex;
	align-items: center;
	padding:0 20px;
	display: none;
}

.newprocess_radiospan {
	font-size: 22px;
	color: #222;
	padding-left: 30px;
	background: url(../../statics/img/lizong/black_kuang.png)no-repeat;
	background-position: left center;
	background-size: 24px;
	margin-left: 20px;
}

.newprocess_radiospans {
	font-size: 22px;
	color: #222;
	padding-left: 30px;
	background: url(../../statics/img/lizong/blue_gou.png)no-repeat;
	background-position: left center;
	background-size: 24px;
	/*margin-left: 20px;*/
}

.newprocess_skip {
	/*margin-left: 20px;*/
	font-size: 24px;
	color: blue;
    margin-left: 12px;
}

.newprocess_skipkc {
	margin-right: 8px;
	font-size: 24px;
	color: brown;
}
.newprocess_skipsupkc {
	margin-right: 8px;
	font-size: 24px;
	color: peru;
}
.newprocess_skipzkc {
	margin-right: 8px;
	font-size: 24px;
	color: brown;
}

.newprocess_olli p {
	display: flex;
	flex: 1;
	padding-left: 20px;
	font-size: 24px;
	color: #222;
}

.newprocess_total {
	display: flex;
	flex: 1;
}

.process_southnorth {
	margin: 20px;
	border-radius: 6px;
	background-color: white;
	padding: 20px 20px 0;
}

.process_southnorth p {
	display: flex;
	flex-direction: row;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 20px;
}

.process_southnorth p:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.process_southnorthspan1 {
	font-size: 24px;
	color: #222;
	font-weight: bold;
}

.process_southnorthspan2 {
	display: flex;
	flex: 1;
	align-items: flex-end;
	font-size: 18px;
	color: blue;
	padding-left: 20px;
}

.process_southnorthspan3 {
	font-size: 24px;
	color: #222;
}

.process_southnorthspan3 em{
	font-style: normal;
	font-weight: bold;
	color: orange;
	font-size: 24px;
	padding: 0 10px;
}

.delievrgoods_span1 {
	display: flex;
	flex: 1;
	justify-content: end;
	font-size: 20px;
	color: #222;
}

.delievrgoods_span1 em {
	font-size: 22px;
	color: orange;
	font-style: normal;
}

.process_nbchoose {
	display: flex;
	width: 200px;
	padding: 0 20px 0;
	height: 30px;
	line-height: 30px;
	border-radius: 6px;
	border: 1px solid #E0E0E0;
	font-size: 20px;
	color: #222;
	background: url(../img/work-arrow-down.jpg)no-repeat;
	background-size: 18px 12px;
	background-position: right 20px center;
}

.process_nbchooses {
	width: 200px;
	padding: 0 20px 0;
	height: 30px;
	line-height: 30px;
	border-radius: 6px;
	border: 1px solid #E0E0E0;
	font-size: 20px;
	color: #222;
	background: url(../img/work-arrow-up.jpg)no-repeat;
	background-size: 18px 12px;
	background-position: right 20px center;
}

.process_nbdiv {
	position: absolute;
	left: 202px;
	top: 46px;
	background-color: #999;
	display: flex;
	flex-direction: column;
	border-radius: 6px;
	overflow: hidden;
	display: none;
	z-index: 99;
}

.process_nbdiv span {
	width: 200px;
	padding: 0 20px 0;
	height: 50px;
	font-size: 24px;
	display: flex;
	align-items: center;
	color: white;
}

.process_nbdiv span:nth-child(2n) {
	background-color: #777;
}

.newprocess_expend {
	justify-content: flex-start !important;
	padding-left: 10px !important;
}

.delivergoods_border {
	border-top: 1px solid #E0E0E0;
	margin-bottom: 20px;
}

.delivergoods_navulli {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 10px;
	height: 30px;
}

.delivergoods_number {
	display: flex;
	flex-direction: row;
	font-size: 24px;
	color: orange;
	padding: 0 0 0 15px;
}

.delivergoods_navulli .delivergoods_number em {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 20px;
	color: white;
	background-color: lightblue;
	margin-right: 10px;
	font-style: normal;
}

.delivergoods_navulli:nth-child(2n) .delivergoods_number em {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 20px;
	color: white;
	background-color: goldenrod;
	margin-right: 10px;
	font-style: normal;
}

.delivergoods_ullip1 {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex: 1;
	font-size: 24px;
	color: #222;
}

.delivergoods_ullip3 {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex: 1;
	font-size: 24px;
	color: #222;
	padding-bottom: 20px;
}

.delivergoods_ullip1 span {
	padding-left: 20px;
}

.delivergoods_ullip2,
.delivergoods_ullip4 {
	display: flex;
	align-items: center;
	justify-content: end;
	flex-direction: row;
	font-size: 24px;
	color: #222;
}

.delivergoods_ullip2 a {
	display: flex;
	width: 40px;
	height: 30px;
	background: url(../../statics/img/lizong/phone.png) no-repeat;
	background-size: 28px;
	background-position: center;
}

.delivergoods_navdadybox {
	padding-left: 40px;
}

.delivergoods_boyh6 {
	font-size: 24px;
	font-weight: 400;
	color: orange;
	padding-bottom: 10px;
}

.delivergoods_boyh6 span {
	font-size: 26px;
	color: #222;
	padding-left: 20px;
}

.delivergoods_boyol {
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	margin-bottom: 20px;
}

.delivergoods_boyol li {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding: 0;
}

.delivergoods_boyol li span {
	display: flex;
	align-items: center;
	height: 40px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	font-size: 20px;
	color: #222;
}

.delivergoods_boyspan80 {
	width: 80px;
	justify-content: center;
}

.delivergoods_boyspanflex {
	display: flex;
	flex: 1;
	padding-left: 20px;
}

.delivergoods_boyspan120 {
	width: 120px;
	justify-content: center;
}

.delievrgoods_imgs {
	width: 20px;
	height: 20px;
	background: url(../img/zhekou/bluepic.png) no-repeat;
	background-size: 20px 20px;
	margin-left: 20px;
}

.delivergoods_nav140 {
	width: 100%;
	height: 120px;
	display: none;
}

.suretogo {
	font-size: 24px;
	padding: 0 20px;
	background-color: crimson;
	border-radius: 6px;
	color: white;
	border: none;
	box-shadow: 0 2px 2px #999;
}

.pending_photo {
	display: flex;
	align-items: center;
	height: 30px;
	line-height: 30px;
	border-radius: 6px;
	background-color: #fbc33e;
	font-size: 20px;
	color: white;
	padding: 0 20px;
}

.pending_photonot {
	padding-left: 20px;
	font-size: 24px;
	font-weight: bold;
	color: red;
}

.pending_photoyes {
	padding-left: 20px;
	font-size: 24px;
	font-weight: bold;
	color: gray;
}

.pending_address {
	font-size: 28px;
	padding: 30px 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-bottom: 20px;
}

.pending_tips {
	font-size: 30px;
	font-weight: bolder;
	color: #222;
	padding-left: 20px;
}

.completed_divbox {
	display: flex;
	flex-direction: row;
	padding-bottom: 20px;
}

.completed_divbox span {
	font-size: 24px;
	color: #484848;
	font-weight: bold;
}

.completed_divbox p {
	display: flex;
	flex: 1;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 24px;
	color: #222;
	padding: 0 20px;
}

.completed_divbox a {
	font-size: 24px;
	color: orange;
}

.dataforgive {
	display: flex;
	flex: 1;
	align-items: center;
	flex-direction: row;
	font-size: 24px;
	color: #222;
	margin-left: -40px;
}

.orderreview_pbox {
	position: absolute;
	top: 60px;
	z-index: 99;
}

.orderreview_span1 {
	display: flex;
	width: 200px;
	border-radius: 6px;
	border: 1px solid #e0e0e0;
	font-size: 24px;
	padding-left: 20px;
	color: #222;
	background: url(../../statics/img/work-arrow-down.jpg)no-repeat;
	background-size: 18px 12px;
	background-position: right 20px center;
}
.orderreview_span2 {
	display: flex;
	width: 200px;
	border-radius: 6px;
	border: 1px solid #e0e0e0;
	font-size: 24px;
	padding-left: 20px;
	color: #222;
	background: url(../../statics/img/work-arrow-up.jpg)no-repeat;
	background-size: 18px 12px;
	background-position: right 20px center;
}

.process_southnorthspan2 a{
	font-style: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	color: white;
	background-color: goldenrod;
	font-size: 16px;
	margin-right: 10px;
}
.orderreview_nbdiv{
	left: 0px!important;
	top: 70px!important;
}
.orderreview_del{
	font-size: 24px;
	padding-right: 40px;
	color: red;
}
.orderreview_jump{
	font-size: 24px;
	padding-right: 40px;
	color: deepskyblue;
}
.dispatchmanage_input{
	width: 210px;
	height: 40px;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	margin: 0 20px;
	font-size: 24px;
	color: #222;
	padding: 0 20px;
	background: url(../../statics/img/lizong/data.png) no-repeat;
	background-size: 22px 21px;
	background-position: right 20px center;
}
.dispatchmanage_carbox{
	display: flex;
	flex-direction: row;
	flex: 1;
	margin-left: 0px;
}
.dispatchmanage_carbox li{
	width: 120px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #222;
	padding-bottom: 0;
    background-color: #eee;
    margin-left: 12px;
}
.dispatchmanage_carbox .dispatchmanage_opencar{
	width: 120px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: white;
	background-color: yellowgreen;
	padding-bottom: 0;
}