* {
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}
input::-webkit-input-placeholder, .inputHead {
    color: #999;
}
body {
	width: 100%;
	min-height: 100%;
	height: auto;
	clear: both;
}
/* work头部 */
.new_header {
	width: 100%;
	height: 17.5rem;
	padding-right: 1.667rem;
	padding-left: 1.667rem;
	background-color: #fff;
	position: relative;
}

/* 头部头像及搜索栏 */
.new_header .new_header_top {
	width: 100%;
	height: 5.167rem;
	display: flex;
	align-items: center;
}

.new_header .new_header_top .new_header_top_pic {
	display: flex;
	width: 3.333rem;
	height: 3.333rem;
	border-radius: 50%;
	overflow: hidden;
}
.new_header .new_header_top .new_header_top_pic img{
	width: 3.333rem;
	height: 3.333rem;
}

.new_header .new_header_top .new_header_top_search {
	width: 22.666rem;
	border: #febe28 1px solid;
	border-radius: .333rem;
	height: 2.083rem;
	overflow: hidden;
	margin-left: 1.666rem;
	position: relative;
}

.new_header .new_header_top .new_header_top_search .new_header_top_text {
	width: 19rem;
	font-size: 1rem;
	border: none;
	background: #fff;
	line-height: 2.083rem;
	padding: 0 .5rem;
	text-align: justify;
	color: #222222;
}

.new_header .new_header_top .new_header_top_search .new_header_top_button {
	position: absolute;
	right: 0;
	width: 2.5rem;
	font-size: 1rem;
	border: none;
	height: ;
	line-height: 2.16rem;
	background: #febe28 url(../img/demo2/fangdajin.png) no-repeat center center;
	background-size: 100%;
}

/* 模拟多选框样式 */
.new_header .new_header_selectbox {
	position: absolute;
	top: 4.166rem;
	left: 6.833rem;
	width: 20rem;
	padding:0.833rem;
	padding-left: 3.75rem;
	border-radius: 0.208rem;
	background-color: #4E4E4E;
	clear: both;
	z-index: 9999;
	display: none;
}

.guanbisousuo{
	position: absolute;
	top: 0.2rem;
	right: -2.2rem;
	width: 2rem;
	height: 2rem;
	background: url(../img/cha.png) no-repeat;
	background-size: 0.666rem 0.666rem;
}

#box1 {
	width: 12.75rem;
	display: flex;
	position: relative;
	margin-bottom: 0.833rem;
}

.new_header .new_header_selectbox .option1 {
	display: flex;
	width: 100%;
	border-radius: 0.208rem;
	color: white;
	clear: both;
	flex-direction: column;
}
.new_header .new_header_selectbox .option1 p{
	position: absolute;
	left: -2.916rem;
	top: 0.3rem;
	font-size: 1rem;
	color: white;
}
.select-head {
	width: 100%;
	color: #222222;
	font-size: 1rem;
	width: 15rem;
	height: 2rem;
	border-radius: 0.208rem;
	padding-left: 0.833rem;
	background-color: white;
	position: relative;
	display: flex;
	align-items: center;
}
.select-head::after{
	position: absolute;
	content: "";
	top: 0.52rem;
	right: 1rem;
	background: url(../img/work-arrow-down.jpg) no-repeat;
	width: 0.833rem;
	height: 0.833rem;
	background-size: 0.833rem 0.633rem;
	background-position: center;
}

.select-option {
	margin-top: 0.208rem;
	width: 15rem;
	border-radius: 0.208rem;
	clear: both;
	max-height: 10rem;
	overflow-x: hidden;
	overflow-y: scroll;
	display: none;
}

.option-item {
	padding-left: 0.833rem;
	font-size: 1rem;
	height: 2rem;
	color: white;
	background-color: #8b8b8b;
	display: flex;
	align-items: center;
}
.option-item:nth-child(2n+2){
	padding-left: 0.833rem;
	font-size: 1rem;
	height: 2rem;
	color: white;
	background-color: #7d7d7d;
}
.option-item:hover{
	border-radius: 5px;
	color: #222222;
	background-color: #F9DC94;
}
#box2 {
	width: 12.75rem;
	display: flex;
	position: relative;
}
.new_header .new_header_selectbox .option2 {
	display: flex;
	width: 100%;
	border-radius: 0.208rem;
	color: white;
	clear: both;
	flex-direction: column;
}
.new_header .new_header_selectbox .option2 p{
	position: absolute;
	left: -2.916rem;
	top: 0.3rem;
	font-size: 1rem;
	color: white;
}
.select-top {
	width: 100%;
	color: #222222;
	font-size: 1rem;
	width: 15rem;
	height: 2rem;
	border-radius: 0.208rem;
	padding-left: 0.833rem;
	background-color: white;
	position: relative;
	display: flex;
	align-items: center;
}
.select-top::after{
	position: absolute;
	content: "";
	top: 0.52rem;
	right: 1rem;
	background: url(../img/work-arrow-down.jpg) no-repeat;
	width: 0.833rem;
	height: 0.833rem;
	background-size: 0.833rem 0.633rem;
	background-position: center;
}
.select-list {
	margin-top: 0.208rem;
	width: 15rem;
	border-radius: 0.208rem;
	clear: both;
	max-height: 10rem;
	overflow-x: hidden;
	overflow-y: scroll;
	display: none;
}
.select-list-item {
	padding-left: 0.833rem;
	font-size: 1rem;
	height: 2rem;
	color: white;
	background-color: #8b8b8b;
	display: flex;
	align-items: center;
}
.select-list-item:nth-child(2n+2) {
	padding-left: 0.833rem;
	font-size: 1rem;
	height: 2rem;
	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: 7.083rem;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding: 0.833rem 0.333rem 0;
	align-items: center;
}

.new_header .new_header_mid ul {
	display: flex;
	justify-content: space-between;
}

.new_header .new_header_mid ul li {
	width: 4.16rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.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: 3.333rem;
	height: 3.333rem;
	border-radius: 50%;
	background-image: url(../img/workbench/nav/dog.png);
	background-size: cover;
	margin-bottom: 0.416rem;
	box-shadow: 0 0.15rem 0.4rem rgba(0,0,0,0.23);
	overflow: hidden;
}
.new_header .new_header_mid ul li p{
	font-size: 1rem;
	text-align: justify;
	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: 5.25rem;
	display: flex;
	flex-direction: row;
	padding-top: 1.25rem;
}

.new_header .new_header_bottom ul {
	display: flex;
	position: relative;
	width: 100%;
	height: 4rem;
	overflow: hidden;
}

.new_header .new_header_bottom ul li {
	position: absolute;
	width: 100%;
	height: 4rem;
	top: 6.5rem;
	display: flex;
}

.new_header .new_header_bottom ul li:first-child {
	top: 0;
}

.new_header .new_header_bottom .new_data {
	display: flex;
	width: 8.041rem;
	height: 2rem;
	background: url(../img/deme/ZXDT.png) no-repeat;
	background-size: 5.625rem 2rem;
}

.new_header .new_header_bottom ul li div p {
	margin-bottom: 0.25rem;
	font-size: 0.916rem;
	color: #666666;
	text-align: justify;
}

.new_header .new_header_bottom ul li div p:last-child {
	font-size: 1.166rem;
	color: #222222;
}

/* 中部内容 */
.new_contaier {
	position: relative;
	width: 100%;
	clear: both;
	padding: 0 0.833rem;
	background-image: url(../img/workbench/nav-bg);
	/*padding-bottom: 4.75rem;*/
}

/* 中部的上层*/
.new_contaier .new_contaier_header {
	width: 100%;
	height: 3.333rem;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.new_contaier .new_contaier_header .new_contaier_header_zhuzi {
	width: 0.375rem;
	height: 1.166rem;
	background-image: url(../img/work-title-icon.jpg);
}

.new_contaier .new_contaier_header h4 {
	padding-left: 0.833rem;
	width: 8.833rem;
	height: 1.25rem;
	line-height: 100%;
	font-size: 1.25rem;
	word-break:break-all;
	color: #222222;
}

.new_contaier .new_contaier_header .new_contaier_header_input {
	width: 9.333rem;
	height: 1.75rem;
	overflow: hidden;
	border-radius: 0.333rem;
	border: 0.0625rem solid #e0e0e0;
	display: flex;
	flex-direction: row;
	color: #222222;
}
.new_contaier .new_contaier_header input::-webkit-input-placeholder{
	color: #222222!important;
	font-size: 1.083rem;
}

.data_inout_one,
.data_inout_two {
	display: flex;
	width: 7.333rem;
	height: 1.75rem;
	overflow: hidden;
	border: none;
	line-height: 1.666rem;
	padding-left: 0.75rem;
	font-size: 1.083rem;
}

.new_contaier .new_contaier_header .new_contaier_header_input .data_img {
	display: flex;
	width: 2rem;
	height: 1.666rem;
	background-color: #fff;
	border: none;
	background-image: url(../img/work-arrow-down.jpg);
	background-repeat: no-repeat;
	background-size: 0.75rem 0.5rem;
	background-position: 0.5rem center;
}

.new_contaier .new_contaier_header p {
	font-size: 1rem;
	margin: 0 0.416rem;
}

/* 中部的内容区域 */
.new_contaier .new_contaier_body {
	width: 100%;
	background-color: #f6f6f6;
	border-radius: 0.333rem;
	clear: both;
}
.new_contaier  .new_contaier_body .mode{
	width: 100%;
	padding: 1.25rem 0.833rem 1.25rem;
	border-radius: 0.333rem;
	margin-bottom: 0.833rem;
	background-color: white;
}
.new_contaier  .new_contaier_body .mode:last-child{
	/* margin-bottom: 0; */
}
/* 中部内容区域的头部 */
.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: 3.333rem;
	height: 3.333rem;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 0.833rem;
}
.new_contaier .new_contaier_body .new_contaier_body_header .new_contaier_body_header_headpic img{
	width: 3.333rem;
	height: 3.333rem;
}

.new_contaier .new_contaier_body .new_contaier_body_header .new_contaier_body_header_nav {
	width: 13.66rem;
	height: 3.333rem;
	display: flex;
	flex-direction: column;
	padding-top: 0.416rem;
}

.new_contaier .new_contaier_body .new_contaier_body_header_nav h5 {
	display: flex;
	font-size: 1.166rem;
	font-weight: normal;
	margin-bottom: 0.165rem;
	/*width: 8rem;*/
	text-overflow:ellipsis;/* 超出部分显示省略号 */
	white-space: nowrap;/*规定段落中的文本不进行换行 */
	overflow: hidden;
}

.new_contaier .new_contaier_body .new_contaier_body_header_nav p {
	display: flex;
	font-size: 0.916rem;
	color: #5A5A5A;
}

.new_contaier .new_contaier_body .new_contaier_body_header .new_contaier_body_header_star {
	display: flex;
	position: absolute;
	right: 0;
	/*width: 10.333rem;*/
	height: 1.667rem;
	padding-top: 0.416rem;
	justify-content: space-between;
	align-items: center;
	padding-right: 1rem;
}

.new_contaier .new_contaier_body .new_contaier_body_header .new_contaier_body_header_star ul {
	width: 7.292rem;
	height: 1.667rem;
    margin-right: 0.5rem;
	display: flex;
	flex-direction: row;
	padding-bottom: 0.833rem;
}

.new_contaier .new_contaier_body .new_contaier_body_header .new_contaier_body_header_star ul li {
	display: flex;
	width: 1.458rem;
	height: 1.667rem;
	background-image: url(../img/deme/star3.png);
	background-repeat: no-repeat;
	background-size: 1.25rem 1.25rem;
	padding-right: 0.208rem;
}

.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 {
	font-size: 0.916rem;
	padding-left: 0.4165rem;
	padding-right: 0.4165rem;
}

.new_contaier .new_contaier_body .new_contaier_body_header .new_contaier_body_header_star div {
	width: 1.166rem;
	display: flex;
	justify-content: center;
	position: relative;
	padding: 0.416rem 0 0.833rem 0.833rem;
}

.collapse-text {
    color: #409eff;
    cursor: pointer;
}
.collapse-text:active {
    color: #3a8ee6;
}
/* 工作日志 */
.new_contaier .new_contaier_body .new_contaier_body_header .new_contaier_body_header_star .data_class{
	position: absolute;
	right: 2.25rem;
	top: 1.8rem;
	width: 5rem;
	/*height: 1.667rem;*/
	font-size: 0.916rem;
	color: #222222;
}

/* 点评 */
.new_contaier .new_contaier_body .new_contaier_body_header .new_contaier_body_header_star div img{
	width: 2rem;
	height: 1.2rem;
	margin-right: 0.833rem;
}
.new_contaier .new_contaier_body .new_contaier_body_header .new_contaier_body_header_star div .new_contaier_body_point {
	position: absolute;
	top: 2rem;
	right: -0.5rem;
	width: 12.5rem;
	border-radius: 0.333rem;
	background-color: #4e4e4e;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	display: none;
	z-index: 200;
	padding: 0;
}

.new_contaier .new_contaier_body .new_contaier_body_point a{
	color: white;
	font-size: 1rem;
	display: block;
	padding: 1rem 0;
}
.new_contaier .new_contaier_body .new_contaier_body_point a:last-child{
	margin-bottom: 0;
}
.new_contaier .new_contaier_body .new_contaier_body_point .dianpin{
	padding-left: 1.333rem;
	background: url(../img/demo2/XIUGAI.png) no-repeat;
	background-size: 0.916rem 0.916rem;
	background-position: 0 center;
}
.new_contaier .new_contaier_body .new_contaier_body_point .genjin{
	padding-left: 1.333rem;
	background: url(../img/demo2/GENJIN.png) no-repeat;
	background-size: 0.916rem 0.916rem;
	background-position: 0 center;
}
.new_contaier .new_contaier_body .new_contaier_body_point .xiugai{
	padding-left: 1.333rem;
	background: url(../img/demo2/SHANCHU.png) no-repeat;
	background-size: 0.916rem 0.916rem;
	background-position: 0 center;
}
.new_contaier .new_contaier_body .new_contaier_body_point .xiangqing{
	padding-left: 1.333rem;
	background: url(../img/demo2/XIANGQING.png) no-repeat;
	background-size: 0.916rem 0.916rem;
	background-position: 0 center;
}
.new_contaier .new_contaier_body .new_contaier_body_wenzi {
	width: 100%;
	clear: both;
	padding-top: 0.5rem;
	position: relative;
}

.new_contaier .new_contaier_body .new_contaier_body_wenzi h4 {
	font-size: 1.166rem;
	margin-bottom: 0.533rem;
	font-weight: 520;
	letter-spacing:0.05rem;
	color: #222222;
	display: flex;
	align-items: center;
}
.new_contaier .new_contaier_body .new_contaier_body_wenzi h4 a{
	color: #2E50DF;
	font-size: 1.166rem;
	font-weight: 520;
	display: inline-block;
}
/* 团队建设 */
.newindex_span{
	width: 6.667rem;
	height: 1.667rem;
	border-radius: 0.333rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	padding-right: 0.833rem;
	color: #0072f2;
	background: url(../img/deme/down.png) no-repeat;
	background-size: 0.667rem 0.416rem;
	background-position: right 0.667rem center;
	background-color: #e7f3ff;
}
.newindex_spans{
	width: 6.667rem;
	height: 1.667rem;
	border-radius: 0.333rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	padding-right: 0.833rem;
	color: #0072f2;
	background: url(../img/deme/up.png) no-repeat;
	background-size: 0.667rem 0.416rem;
	background-position: right 0.667rem center;
	background-color: #e7f3ff;
}
.newindex_ul{
	position: absolute;
	border-radius: 0.333rem;
	overflow: hidden;
	z-index: 500;
	display: none;
}
.newindex_ul li a{
	width: 6.667rem;
	height: 1.667rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	padding-right: 0.833rem;
	color: #0072f2;
	background-color: #e7f3ff;
	border-bottom: 1px solid gainsboro;
}
/* 第一次文本的判断 */
.new_contaier .new_contaier_body .new_contaier_body_wenzi .change_span{
	font-size: 1.083rem;
}
.new_contaier .new_contaier_body .new_contaier_body_wenzi .span {
	display: inline-block;
	text-align: justify;
	position: relative;
	color: #484848;
	font-size: 1rem;
	letter-spacing:0.05rem;
	-webkit-box-orient: vertical;
	margin-bottom: 0.5rem;
}
.new_contaier .new_contaier_body .new_contaier_body_wenzi .oppo1{
	color: #2E50DF;
	background: url(../img/zhankai.png) no-repeat;
	background-size: 0.75rem 0.666rem;
	background-position: 0 0.416rem;
	width: 4.166rem;
	height: 1.25rem;
	padding-left: 0.833rem;
	white-space: nowrap;  /*强制span不换行*/
}
.new_contaier .new_contaier_body .new_contaier_body_wenzi .oppo2{
	color: #2E50DF;
	background: url(../img/shouqi.png) no-repeat;
	background-size: 0.75rem 0.666rem;
	background-position: 0 0.416rem;
	width: 4.166rem;
	height: 1.25rem;
	padding-left: 0.833rem;
	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: 1.083rem;
	letter-spacing: 0.05rem;
}
.new_contaier .new_contaier_body .new_contaier_body_wenzi .havetry{
	font-size: 0.75rem;
}
.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: 8.2rem;
	height: 8.2rem;
	border-radius: 0.333rem;
	margin-right: 0.833rem;
	margin-bottom: 0.833rem;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.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: 0.917rem;
	color: #666;
}
.new_contaier .new_contaier_body .new_contaier_body_footer .new_contaier_footer_address p{
	font-size: 0.75rem;
	color: #666;
}

.new_contaier .new_contaier_body .new_contaier_body_footer .new_contaier_footer_address a {
	color: #2E50DF;
	font-size: 0.75rem;
	background: url(../../statics/img/lizong/adress.png) no-repeat;
	background-size: 0.583rem 0.75rem;
	background-position: left center;
	padding-left: 0.833rem;
}

.new_contaier .new_contaier_body .new_contaier_body_footer .new_contaier_footer_nav .new_contaier_footer_nav_box {
	margin-top: 0.5rem;
	display: flex;
	flex-direction: row;
	margin-bottom: 0.5rem;
}
.new_contaier .new_contaier_body .new_contaier_body_footer .new_contaier_footer_nav .new_contaier_footer_nav_box:last-child{
	margin-top: 0.833rem;
}
.new_contaier .new_contaier_body .new_contaier_body_footer .new_contaier_footer_nav .new_contaier_footer_nav_box span {
	/*width: 2.5rem;*/
	font-size: 0.833rem;
    font-weight: 600;
    margin-right: 0.5rem;
	color: #2488ff;
	background: url(../../statics/img/lizong/yellow_border.png) no-repeat;
	background-size: 2rem 0.25rem;
	background-position: left 0 top 1rem;
}

.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;
}
.new_gongzuo{
	margin-bottom: 0.833rem;
}
.new_contaier .new_contaier_body .new_contaier_body_footer .new_contaier_footer_nav .new_contaier_footer_nav_box div p {
	font-size: 0.917rem;
	margin-bottom: 0.5rem;
	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: 0.917rem;
	color: #2E50DF;
    margin-right: 0.5rem;
}

.new_contaier .new_contaier_body .new_contaier_body_footer .new_contaier_footer_nav .new_contaier_footer_nav_box div p:last-child {
	font-size: 0.916rem;
	text-align: justify;
	color: #5A5A5A;
	display: flex;
	flex-direction: row;
}

.new_footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 4.083rem;
	background: url(../img/deme/BOTTOMNAV.png) no-repeat;
	background-size: cover;
	padding: 0 2.5rem;
	z-index: 1000;
	display: flex;
	flex-direction: row;
}

.new_footer div {
	width: 4rem;
	height: 4.083rem;
	padding-top: 2.5rem;
	position: relative;
}

.new_footer div span {
	display: block;
	text-align: center;
	width: 100%;
	font-size: 0.916rem;
	color: #666666;
}

.new_footer div a {
	display: block;
	position: absolute;
	top: 0;
	left: 1rem;
	width: 100%;
	height: 4.083rem;
	margin-left: -1rem;
}

.new_footer div .span_active {
	color: #ec8721;
}

.new_footer .new_footer_gzgl {}

.new_footer .new_footer_gzgl a {
	display: block;
	width: 100%;
	background: url(../img/demo2/B-GZGL.png) no-repeat;
	background-size: 1.916rem 1.75rem;
	background-position: 1rem 0.5rem;
}
.new_footer .new_footer_gzgls a {
	display: block;
	width: 100%;
	background: url(../img/deme/FZ.png) no-repeat;
	background-size: 1.916rem 1.75rem;
	background-position: 1rem 0.5rem;
}
.new_footer .new_footer_gzgls span{
	color: #EC8721;
}
.new_footer .new_footer_gzt {

	margin-left: 2.083rem;
}

.new_footer .new_footer_gzt a {
	display: block;
	width: 100%;
	background: url(../img/deme/GZT.png) no-repeat;
	background-size: 1.916rem 1.75rem;
	background-position: 1rem 0.5rem;
}
.new_footer .new_footer_gzts {

	margin-left: 2.083rem;
}
.new_footer .new_footer_gzts a {
	display: block;
	width: 100%;
	background: url(../img/demo2/B-GZT.png) no-repeat;
	background-size: 1.916rem 1.75rem;
	background-position: 1rem 0.5rem;
}
.new_footer .new_footer_gzts span{
	color: #EC8721;
}

.new_footer_jh_pic {
	position: fixed;
	z-index: 1222;
	bottom: 2.25rem;
	left: 50%;
	width: 3.75rem;
	height: 3.75rem;
	margin-left: -1.875rem!important;
	border-radius: 50%;
	background-color: orange;
	background: url(../img/deme/XZADD.png) no-repeat;
	background-size: 3.75rem 3.75rem;
}

.new_footer .new_footer_wltg {
	position: absolute;
	right: 8.333rem;
}

.new_footer .new_footer_wltg a {
	background: url(../img/deme/WLTG.png) no-repeat;
	background-size: 1.916rem 1.75rem;
	background-position: 1rem 0.5rem;
}

.new_footer .new_footer_wd {
	position: absolute;
	right: 2.5rem;
}

.new_footer .new_footer_wd a {
	background: url(../img/deme/WD.png) no-repeat;
	background-size: 1.916rem 1.75rem;
	background-position: 1rem 0.5rem;
}

.new_footer_cover {
	z-index: 1000;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 11.5rem;
	display: none;
}

.new_footer_cover div {
	height: 11.5rem;
	border-top-right-radius: 0.208rem;
	border-top-left-radius: 0.208rem;
	background-color: rgba(255,255,255,0.95);
	padding: 1.25rem 0.833rem 0;
	box-shadow: 0 0 0.083rem #929292;
}

.new_footer_cover div ul {
	display: flex;
	flex-direction: row;
	height: 6rem;
	justify-content: space-between;
}
.new_footer_cover div ul li{
	display: flex;
	width: 6rem;
	flex-direction: column;
	align-items: center;
}
.new_footer_cover div ul li a {
	display: block;
	width: 100%;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 50%;
	box-shadow: 0 0.12rem 0.4rem 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: 3.5rem 3.5rem;
	background-position: center center;
}
.new_footer_cover div ul li:nth-child(2) a{
	background: url(../img/deme/GZJL.png) no-repeat;
	background-size: 3.5rem 3.5rem;
	background-position: center center;
}
.new_footer_cover div ul li:nth-child(3) a{
	background: url(../img/deme/KHBB.png) no-repeat;
	background-size: 3.5rem 3.5rem;
	background-position: center center;
}
.new_footer_cover div ul li:nth-child(4) a{
	background: url(../img/deme/KHGL.png) no-repeat;
	background-size: 3.5rem 3.5rem;
	background-position: center center;
}
.new_footer_cover div ul li:nth-child(5) a{
	background: url(../img/deme/KQTJ.png) no-repeat;
	background-size: 3.5rem 3.5rem;
	background-position: center center;
}

.new_footer_cover div ul li span {
	display: block;
	padding-top: 0.533rem;
	font-size: 0.916rem;
	color: #5a5a5a;
}
.didang{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 4.5rem;
	background-color: #f6f6f6;
	z-index: 1000;
}
/* 图片切换 */
.wholeyy{
	position: fixed;
	width: 98%;
	height: 9.083rem;
	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;
	box-shadow: none!important;
}
.newimgshows{
	display: flex!important;
	flex-wrap: wrap!important;
	overflow: visible!important;
	background-color: white!important;
	border-radius: 0.333rem!important;
	padding:0!important;
}
.newimgshows figure {
	width: 2.5rem!important;
	height: 2.5rem!important;
	border-radius: 0.25rem!important;
	margin: 0!important;
	margin-right: 0.5rem!important;
	display: flex!important;
	justify-content: center!important;
	align-items: center!important;
	overflow: hidden!important;
	margin-top: 0.25rem!important;
	margin-bottom: 0.5rem!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;
}



/* workbench yemian */
.workbench_header{
	width: 100%;
	height: 4.083rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	border-bottom: 0.0832rem solid #ebebeb;
}
.workbench_header_search{
	width: 22.708rem;
	height: 2.166rem;
	border-radius: 0.333rem;
	overflow: hidden;
	position: relative;
}
.workbench_header_search .workbench_header_text{
	width: 20.416rem;
	height: 2.166rem;
	padding-left: 0.333rem;
	text-align: justify;
	border: 1px solid #fec22c!important;
	border-radius: 0.333rem!important;
	border-top-right-radius: 0!important;
	border-bottom-right-radius: 0!important;
	border: none;
	color: #222222;
	font-size: 1rem;
}
.workbench_header_search .workbench_header_button{
	position: absolute;
	top: 0;
	right: 0;
	width: 2.291rem;
	height: 2.166rem;
	border: none;
	background: #febe28 url(../img/demo2/fangdajin.png) no-repeat center center;
	background-size: 100%;
}
.workbench-contaier{
	width: 100%;
	background-color: white;
	padding:1.666rem 2.083rem;
	padding-bottom: 0;
}
.workbench-contaier ul{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.workbench-contaier ul li{
	width: 20%;
	height: 5.749rem;
	text-align: center;
	font-size: 1rem;
	color: #222222;
	padding-bottom: 1.25rem;
}
.workbench-contaier ul li a	{
	display: block;
	width: 100%;
	height: 100%;
}
.workbench-contaier ul li a img{
	width: 2.333rem;
	height: 2.333rem;
	margin: 0 auto 0.833rem;
}
.newfollow_header{
	display: flex;
	flex: 1;
	flex-direction: row;
	height: 4.083rem;
	align-items: center;
	justify-content: center;
	background-color: white;
	position: relative;
}
.newfollow_headerback{
	display: flex;
	align-items: center;
	height: 100%;
	padding-left: 1.917rem;
	background: url(../img/kaidan/blackback.png)no-repeat;
	background-position: left 0.833rem center;
	background-size: 0.667rem 1.167rem;
	font-size: 1rem;
	color: #222;
}
.newfollow_searchbox{
	display: flex;
	flex-direction: row;
	align-items: center;
	border: 1px solid #fec32e;
	border-radius: 8px;
	overflow: hidden;
}
.newfollow_searchinput{
	width: 6.25rem;
	height: 1.667rem;
	font-size: 1rem;
	color: #222;
	padding: 0 0.833rem;
	border: none;
	border-right: 1px solid #fec32e;
	background: url(../img/zhekou/yellow_down.png) no-repeat;
	background-size: 0.583rem 0.333rem;
	background-position: right 0.833rem center;
}
.newfollow_searchinput1{
	width: 6.25rem;
	height: 1.667rem;
	font-size: 1rem;
	color: #222;
	padding: 0 0.833rem;
	border: none;
	border-right: 1px solid #fec32e;
	background: url(../img/zhekou/yellow_up.png) no-repeat;
	background-size: 0.583rem 0.333rem;
	background-position: right 0.833rem center;
}
#newfollow_searchinput2{
	width: 18.333rem;
	height: 1.667rem;
	font-size: 1rem;
	color: #222;
	padding: 0 0.833rem;
	border: none;
	border-right: 1px solid #fec32e;
}
#newfollow_searchbotton{
	width: 3.333rem;
	height: 2.083rem;
	font-size: 1rem;
	color: #222;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
}
.newfollow_containerh6{
	padding: 0.833rem;
	font-size: 1rem;
	color: #222;
	display: flex;
	justify-content: space-between;
}
.newfollow_containerh6 a{
	font-size: 1rem;
	color: #2c50b8;
}
.newfollow_containerul{
	position: relative;
	padding-left: 3.75rem;
}
.newfollow_containerli{
	padding: 0.833rem 1.25rem;
	display: flex;
	flex-direction: column;
	margin-bottom: 1.25rem;
	background-color: white;
	padding-bottom: 0.417rem;
	border-radius: 0.333rem;
	position: relative;
}
.newfollow_containerli::after{
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	width: 0.833rem;
	height: 100%;
	background-color: #45deb1;
	border-top-right-radius: 0.333rem;
	border-bottom-right-radius: 0.333rem;
}
.newfollow_containerli:nth-child(2n+1)::after{
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	width: 0.833rem;
	height: 100%;
	background-color: #feda66;
	border-top-right-radius: 0.333rem;
	border-bottom-right-radius: 0.333rem;
}
.newfollow_containerli h6{
	display: flex;
	flex-direction: row;
	margin-bottom: 0.833rem;
}
.newfollow_containerdiv{
	display: flex;
}
.newfollow_containerspan{
	padding-right: 0.833rem;
	font-size: 1rem;
	color: #222;
}
.newfollow_containerspan8{
	padding: 0 0.625rem;
	font-size: 1rem;
	color: white;
	margin-right: 0.833rem;
	border-radius: 0.333rem;
	background-color: #8fa0ff;
}
.newfollow_containerspan2{
	display: flex;
	flex: 1;
	background: url(../img/zhankai.png) no-repeat;
	background-size: 0.75rem 0.667rem;
	background-position: right center;
}
.newfollow_containerspan3{
	display: flex;
	flex: 1;
	background: url(../img/shouqi.png) no-repeat;
	background-size: 0.75rem 0.667rem;
	background-position: right center;
}
.newfollow_containerspan4{
	display: inline-block;
	padding: 0 0.833rem;
	height: 1.667rem;
	line-height: 1.667rem;
	border-radius: 0.333rem;
	font-size: 1rem;
	color: #0072f2;
	background-color: #e2f0ff;
}
.newfollow_containerolli{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 0.833rem;
	font-size: 1.083rem;
	color: #222;
}
.newfollow_soild{
	border-bottom: 1px solid #ececec;
	margin-bottom: 0.833rem;
}
.newfollow_containerspan5{
	font-size: 1rem;
	color: #0072f2;
	margin-right: 1.083rem;
}
.newfollow_containerolp{
	line-height: 1.667rem;
	font-size: 1rem;
	color: #222;
	padding-right: 1.25rem;
	position: relative;
}
.newfollow_containerolp2{
	display: flex;
	flex: 1;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 1rem;
	color: #222;
	margin-top: 0.833rem;
}
.newfollow_containerspan6{
	font-size: 1.083rem;
	color: #666;
	padding-right: 1.083rem;
}
.newfollow_containerspan7{
	display: flex;
	align-items: center;
	max-height: 1.333rem;
	padding: 0.208rem 0.5rem;
	font-size: 0.667rem;
	border-radius: 50%;
	background-color: #2e99f4;
	color: white;
	margin-right: 0.833rem;
}
.newfollow_containerp1{
	display: flex;
	flex: 1;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 1rem;
	color: #222;
}
.newfollow_containerp2{
	width: 100%;
	font-size: 0.833rem;
	color: #999;
	padding: 0.417rem 0 0 3.125rem;
}
.newfollow_newol{
	position: fixed;
	top: 13.75rem;
	left: 0.417rem;
	width: 3.125rem;
	border-radius: 0.333rem;
	background :linear-gradient( to right,transparent 20% , white 80%);
	box-shadow: 0 0 0.208rem #e0e0e0;
	z-index: 99;
	padding-left: 0.417rem;
}
.newfollow_newoldiv{
	position: fixed;
	top: 13.75rem;
	left: 0.417rem;
	width: 0.417rem;
	height: 17.5rem;
	border-top-left-radius: 0.333rem;
	border-bottom-left-radius: 0.333rem;
	background-color: #61deba;
	z-index: 888;
}
.newfollow_newollia{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2.5rem;
	font-size: 1.083rem;
	color: #484848;
}
.newfollow_newollia1{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2.5rem;
	font-size: 1.083rem;
	color: white;
	background: url(../img/zhekou/reddata.png) no-repeat;
	background-size: 3.333rem 100%;
	background-position: right -0.417rem center;
	position: relative;
}
.newfollow_newollia1::after{
	position: absolute;
	content: '';
	right: -1.75rem;
	top: 0.708rem;
	width: 0.833rem;
	height: 0;
	border: 0.625rem solid transparent;
	border-left: 0.625rem solid #fd8181;
}

.newfollow_newollia2{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2.5rem;
	font-size: 1.083rem;
	color: white;
	background: url(../img/zhekou/redup.png) no-repeat;
	background-size: 2rem auto;
	background-position:center;
}
.newfollow_newollia3{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2.5rem;
	font-size: 1.083rem;
	color: white;
	background: url(../img/zhekou/bluedown.png) no-repeat;
	background-size: 2rem auto;
	background-position: center;
}
.newfollow_uldate{
	position: absolute;
	left: 1.5rem;
	top: 3.333rem;
	width: 6.25rem;
	max-height: 8.333rem;
	border-radius: 0.333rem;
	background-color: white;
	z-index: 99999;
	overflow-y: scroll;
	box-shadow: 0 0 0.208rem #999;
	display: none;
}
.newfollow_uldateli{
	height: 2.083rem;
	font-size: 1rem;
	color: #222;
	padding-left: 0.833rem;
	display: flex;
	align-items: center;
}
.newfollow_uldateli1{
	height: 2.083rem;
	font-size: 1rem;
	color: white;
	padding-left: 0.833rem;
	display: flex;
	align-items: center;
	background-color: #fda422;
	border-radius: 0.333rem;
}
.newcuster_choosebox{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0.833rem 0.833rem 0;
}
.newcuster_choosebutton1{
	width: 6.25rem;
	height: 1.667rem;
	border-radius: 0.333rem;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	color: #0072f2;
	background-color: #e7f3ff;
}
.newcuster_choosebutton2{
	width: 6.25rem;
	height: 1.667rem;
	border-radius: 0.333rem;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	color: #666;
	background-color: white;
}

.reconciliation_body{
	min-height: 100%;
	background: url(../img/zhekou/orange.png) no-repeat;
	background-size: 100% auto;
}
.reconciliation_header{
	height: 4.083rem;
	background-color: white;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.25rem;
	color: #222;
}
.reconciliation_back{
	position: absolute;
	height: 100%;
	left: 0.833rem;
	padding-left: 0.833rem;
	font-size: 1rem;
	color: #484848;
	display: flex;
	align-items: center;
	background: url(../img/kaidan/blackback.png) no-repeat;
	background-size: 0.667rem 1.167rem;
	background-position: left center;
}
.reconciliation_detailbox1{
	height: 9.583rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.reconciliation_image{
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	border: 1px solid white;
	overflow: hidden;
	margin-right: 1rem;
}
.reconciliation_image img{
	width: 100%;
	height: 100%;
}
.reconciliation_imgbox{
	display: flex;
	flex-direction: column;
	position: relative;
	min-width: 10rem;
}
.reconciliation_imgbox span{
	font-size: 1.333rem;
	color: white;
	padding-bottom: 0.833rem;
}
.reconciliation_imgbox p{
	font-size: 1.167rem;
	color: white;
}
.reconciliation_detailbox2{
	width: 15.417rem;
	height: 3.167rem;
	margin: 0.417rem auto;
	background-color: white;
	border-radius: 1.583rem;
	box-shadow: 0 0 0.208rem #e0e0e0;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.reconciliation_detailbox2 span{
	width: 50%;
	display: flex;
	align-items: center;
	padding-left: 3.75rem;
	font-size: 1.167rem;
	color: #222;
	background: url(../img/zhekou/money.png) no-repeat;
	background-size: 1.292rem 1.333rem;
	background-position: left 1.8rem center;
}
.reconciliation_detailbox2 p{
	width: 50%;
	height: 1.167rem;
	border-left: 1px dashed #e0e0e0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.25rem;
	color: #436cb3;
}
.reconciliation_detailbox3{
	display: flex;
	height: 2.5rem;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 0.833rem;
	align-items: center;
	font-size: 1rem;
	color: #222;
}
.reconciliation_detainput{
	width: 9.333rem;
	height: 1.75rem;
	border-radius: 0.25rem;
	border: 1px solid #e0e0e0;
	padding-left: 0.833rem;
	font-size: 1rem;
	color: #222;
	background: url(../img/work-arrow-down.jpg) no-repeat;
	background-position: right 0.833rem center;
	background-size: 0.75rem 0.5rem;
	background-color: white;
}
.reconciliation_button{
	width: 6.667rem;
	height: 1.75rem;
	border: none;
	border-radius: 0.25rem;
	background: linear-gradient(#fba630,#fbc33e);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	color: white;
	margin-left: 1.25rem;
}
.reconciliation_detailbox4{
	padding: 0.833rem;
}
.reconciliation_ul{
	border-radius: 0.333rem;
	overflow: hidden;
}
.reconciliation_h6{
	display: flex;
	flex-direction: row;
	height: 2.917rem;
	background-color: #6aafce;
}
.reconciliation_li{
	display: flex;
	flex-direction: row;
	height: 2.5rem;
	background-color: white;
}
.reconciliation_li p{
	color: #222!important;
}
.reconciliation_li:nth-child(2n){
	background-color: #dfeff6;
}
.reconciliation_p1{
	width: 3.958rem;
	height: 100%;
	font-size: 1.083rem;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
}
.reconciliation_p2{
	width: 13.333rem;
	height: 100%;
	font-size: 1.083rem;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
}
.reconciliation_p3{
	width: 7.5rem;
	height: 100%;
	font-size: 1.083rem;
	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: 1.083rem;
	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: 2.917rem;
	height: 100%;
	font-size: 1.083rem;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
}
.reconciliation_p6{
	width: 12.5rem;
	height: 100%;
	font-size: 1.083rem;
	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: 1rem;
	color: #222;
}
.reconciliation_p4 img{
	width: 1.125rem;
	height: 1.125rem;
	background-color: antiquewhite;
	border-radius: 0.333rem;
	overflow: hidden;
}
.reconciliation_imgbox button{
	position: absolute;
	right: 0;
	top: 0.333rem;
	width: 3.917rem;
	height: 1.167rem;
	border-radius: 0.333rem;
	border: 1px solid #fff;
	background-color: #fadaa6;
	font-size: 0.917rem;
	color: #0072f2;
	display: flex;
	justify-content: center;
	align-items: center;
}
.left_list{
	border: none;
	background: url(../img/zhekou/left.png) no-repeat;
	padding-left: 1.25rem;
	background-size: 1rem;
	background-position: left center;
	font-size: 0.917rem;
	color: #222;
	margin-right: 30%;
}
.right_list{
	border: none;
	background: url(../img/zhekou/right.png) no-repeat;
	padding-right: 1.25rem;
	background-size: 1rem;
	background-position: right center;
	font-size: 0.917rem;
	color: #222;
}
.reconciliation_change{
	width: 1rem;
	height: 1rem;
	background: url(../img/deme/change.png) no-repeat;
	background-size: 0.875rem 1rem;
}
.followdetail_ul{
	display: flex;
	flex-direction: column;
	padding: 0.833rem 0 0;
	margin-bottom: 0.833rem;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.followdetail_ulli{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-bottom: 0.833rem;
}
.followdetail_span1{
	font-size: 1rem;
	color: #222;
	font-weight: bold;
	padding-right: 0.417rem;
}
.followdetail_div{
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 0.75rem;
	color: #484848;
}
.followdetail_span2{
	padding-left: 0.833rem;
	font-size: 0.833rem;
	color: #999;
}
.folloup_imga{
	display: flex;
	flex: 1;
	background: url(../../statics/img/zhekou/bluepic.png)no-repeat;
	background-size: 1.25rem;
	background-position: right center;
}
.folloup_imga2{
	position: absolute;
	right: 0;
	top: 0;
	width: 1.667rem;
	height: 1.667rem;
	background: url(../../statics/img/zhekou/bluepic.png)no-repeat;
	background-size: 1.25rem;
	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: 27.417rem;
	margin-left: 3.833rem;
	background-color: white;
	border-top-left-radius: 1rem;
	border-bottom-left-radius: 1rem;
	padding: 1.25rem;
}
.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: 1rem;
	font-weight: bold;
	color: #222;
}
.index_firstli ol,
.index_secondli ol,
.index_thirdli ol,
.index_zero ol{
	padding-top: 0.833rem;
	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 0.833rem;
	height: 1.667rem;
	font-size: 0.833rem;
	border-radius: 1.5rem;
	color: #222;
	background-color: #f9f9f9;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 0.417rem;
	margin-bottom: 0.833rem;
}
.index_secondli{
	display: none;
}
.index_thirdli{
	display: none;
}
.index_firstdatabox{
	display: flex;
	flex-direction: row;
	height: 1.667rem;
	overflow: hidden;
	font-size: 1rem;
	color: #222;
	padding-left: 0.833rem;
	padding-right: 2.5rem;
	border-radius: 0.5rem;
	border:0.083rem solid #5095ff;
	background: url(../../statics/img/lizong/data.png) no-repeat;
	background-size: 0.917rem 0.875rem;
	background-position: right 0.833rem center;
}
.index_timeli{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 1.25rem;
}
.index_timeli h6{
	font-size: 1rem;
	font-weight: bold;
	color: #222;
	margin-right: 1.667rem;
}
.index_firstdatabox input{
	width: 6.8rem;
	font-size: 1rem;
	color: #222;
	text-align: center;
	border: none;
}
.index_lastli ol{
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	padding-left: 0.833rem;
}
.index_lastli ol li{
	position: relative;
}
.index_lastli ol li a{
	padding: 0 0.833rem;
	height: 1.667rem;
	font-size: 0.833rem;
	border-radius: 0.333rem;
	color: #7497ff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 0.833rem;
	margin-bottom: 0.833rem;
	border: 1px solid #7497ff;
    background-color: white;
}
.keduihuan_ollis{
	background-color: #5095ff!important;
	color: white!important;
}
.index_lastli ol li .newa_close{
	position: absolute;
	padding: 0;
	border: none;
	right: -0.417rem;
	top: -0.417rem;
	width: 0.833rem;
	height: 0.833rem;
	line-height: 0.833rem;
	border-radius: 50%;
	background-color: gainsboro;
	font-size: 0.833rem;
	text-align: center;
	color: white;
}
.index_submitli{
	display: flex;
	flex-direction: row;
}

.index_chooseli{
	background-color: #5095ff!important;
	color: white!important;
}
.index_submitli{
	height: 2.083rem;
	border-radius: 1.5rem;

}
.index_submitli input{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	color: #222;
	padding: 0 0.833rem;
}
.index_submitli .input_white{
	background-color: white;
	color: #fd393d;
	border-top-right-radius: 0;
	border-bottom-right-radius: 1rem;
}
.index_lastli{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0.833rem;
	background-color: white;
	margin-top: 0rem;
	padding: 0.833rem 0;
}
.chadiao{
	position: absolute;
	right: 0.833rem;
	top: 0.833rem;
	font-size: 1.25rem;
	color: #222;
	font-weight: bold;
}


.chadiaox {
	font-size: 1.5rem;
	color: #222;
	font-weight: bold;  
	float: right;
	margin: -0.25rem 0.25rem;
}


.index_submitlis{
	border: 1px solid #e0e0e0;
	border-radius: 0.25rem;
	overflow: hidden;
}
.index_search{
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 1.667rem;
	border-radius: 0.5rem;
	border: 0.083rem solid #5095ff;
	overflow: hidden;
}
.newbox_close{
	background-color: red;
	border: none!important;
	color: white!important;
}
.index_searchinput{
	display: flex;
	flex: 1;
	font-size: 1rem;
	color: #222;
	border: none;
	padding: 0 0.833rem;
}
.index_searchbtn{
	width: 2.5rem;
	height: 1.25rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	font-size: 0.833rem;
	color: #5095ff;
	border: none;
	border-left: 1px solid #5095ff;
}
.keduihuan{
	min-height: 1.667rem;
	margin-right: 1.458rem;
	position: relative;
}
.keduihuan input{
	width: 100%;
	height: 100%;
	border-radius: 0.333rem;
	border: 0.083rem solid #5095ff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.917rem;
	color: #222;
	background-color: white;
}
.keduihuan_ol{
	position: absolute;
	top: 1.667rem;
	left: 0;
	z-index: 699999;
	border-radius: 0.333rem;
	overflow: hidden;
	display: none;
}
.keduihuan_olli{
	padding: 0 0.833rem;
	height: 1.667rem;
	font-size: 0.833rem;
	border-radius: 1.5rem;
	color: #222;
	background-color: #f9f9f9;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 0.417rem;
	margin-bottom: 0.833rem;
}
.login_indexform{
	position: absolute;
	left: 10%;
	top: 10%;
	width: 80%;
	padding: 8%;
	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: 1.833rem;
	height: 2rem;
}
.login_welcome h6{
	padding-top: 0.417rem;
	font-size: 1.667rem;
	font-weight: bold;
}
.login_indexul{
	padding-top: 20px;
}
.login_indexul li{
	position: relative;
	padding-bottom: 0.833rem;
	width: 16.667rem;
	font-size: 1rem;
	color: #222;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.eye{
	position: absolute;
	right: 0;
	bottom: 1.25rem;
	width: 1.5rem;
	height: 1.083rem;
	
}
.login_indexul li input{
	border: none;
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
	font-size: 1rem;
	color: #484848;
	background-color: rgba(255, 255, 255, .7);
	padding: 0.417rem 0.833rem;
}
.login_indexul li input:focus{
	border: 1px solid #5095ff;
	border-radius: 0.25rem;
}
.login_button{
	padding: 0.417rem 2.083rem;
	border-radius: 0.5rem;
	font-size: 1rem;
	background-color: #6aafce;
	border: none;
	color: white;
	margin-top: 0.833rem;
}
.login_indexform p{
	width: 16.667rem;
	padding-top: 2.5rem;
	font-size: 0.667rem;
	color: #666;
}
.newwholes .conpang_imgdiv{
	margin: 0 0.833rem;
	padding-top: 0.25rem!important;
	padding-left: 0.25rem!important;
}
.companydetail_span1{
	width: 4.583rem;
	font-size: 1.083rem;
	color: #666;
	text-align-last: justify;
}
.managementp_div,.managementp_div6{
	padding: 0.833rem;
	margin: 0 0.833rem 0.2083rem;
	border-radius: 0.5rem;
	background-color: white;
	display: none;
}
.managementp_div1{
	width: 100%;
	display: flex;
	flex-direction: row;
	margin-bottom: 0.833rem;
}
.managementp_input1{
	width: 8.833rem;
	padding: 0 0.833rem;
	height: 1.667rem;
	font-size: 1rem;
	color: #222;
	border-radius: 0.25rem;
	border: 1px solid #999;
	margin-right: 0.833rem;
}
.managementp_div2{
	display: flex;
	flex: 1;
	justify-content: flex-start;
	flex-direction: row;
	align-items: center;
	border-radius: 0.25rem;
	border: 1px solid #999;
	overflow: hidden;
	font-size: 1rem;
	color: #222;
	background: url(../../statics/img/lizong/data.png)no-repeat;
	background-position: right 0.833rem center;
	background-size: 0.917rem 0.875rem;
}
.managementp_div2 input{
	width: 7.5rem;
	border: none;
	font-size: 1rem;
	color: #222;
	padding: 0 0.833rem;
}
.managementp_div3{
	width: 100%;
	display: flex;
	flex-direction: row;
	position: relative;
	margin-bottom: 0.833rem;
}
.managementp_span1{
	width: 8.333rem;
	padding: 0 0.833rem;
	height: 2.3rem;
	font-size: 1.1rem;
	color: #222;
	border-radius: 0.25rem;
	border: 1px solid #999;
	margin-right: 0.833rem;
	display: flex;
	align-items: center;
	background: url(../../statics/img/work-arrow-down.jpg)no-repeat;
	background-position: right 0.833rem center;
	background-size: 0.75rem 0.5rem;
}
.managementp_span2{
	width: 8.333rem;
	padding: 0 0.833rem;
	height: 2.3rem;
	font-size: 1.1rem;
	color: #222;
	border-radius: 0.25rem;
	border: 1px solid #999;
	margin-right: 0.833rem;
	display: flex;
	align-items: center;
	background: url(../../statics/img/work-arrow-up.jpg)no-repeat;
	background-position: right 0.833rem center;
	background-size: 0.75rem 0.5rem;
}

.managementp_divul{
	position: absolute;
	left: 0;
	top: 1.667rem;
	z-index: 99;
	background-color: #999;
	border-radius: 0.25rem;
	overflow: hidden;
	display: none;
}
.managementp_divul li{
	width: 8.333rem;
	padding: 0 0.833rem;
	height: 2.3rem;
	font-size: 1.1rem;
	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: 0.25rem;
	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: 0.917rem;
	background-color: white;
	color: orange;
	padding: 0 0.833rem;
}
.managementp_input2{
	width: 17.917rem;
	font-size: 1rem;
	color: #222;
	padding: 0 0.833rem;
}

.newamd_h6{
	height: 2.5rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background-color: white;
	border-top: 1px solid #e0e0e0;
	padding: 0 0.833rem;
}


.newamd_divc {
	height: 2.5rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 0 0.833rem;
}


.newamd_span1{
	font-size: 1rem;
	color: orange;
}
.newamd_span2{
	font-size: 1rem;
	color: #666;
}
.newamd_div{
	margin: 0.833rem 0.833rem 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: 2.1rem;
	font-size: 1.1rem;
	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 1.667rem;
	position: relative;
}
.newamd_divullis h6{
	display: flex;
	height: 2.5rem;
	padding-left: 0.833rem;
	flex-direction: row;
	align-items: center;
	justify-content: end;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.newamd_divullis h6 span{
	font-size: 1rem;
	color: blue;
	margin-right: 1.25rem;
}
.newamd_divullisspan{
	font-weight: bold;
	justify-content: end;
	font-size: 1rem;
	color: orange!important;
	margin-right: 0;
}
.newamd_h6img{
	width: 1.25rem;
	height: 1.25rem;
	background: url(../../statics/img/zhekou/bluepic.png)no-repeat;
	background-size: 1.25rem;
}
.newamd_divulol li{
    font-size: 1rem;
	color: #222;
	height: 3rem;
	position: relative;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.newamd_divullis ol li{
	color: #222;
	font-weight: bold;
	font-size: 1.15rem;
}


.newamd_olli{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
}

.newamd_olli200{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	min-width: 8.333rem;
}
.newamd_olli240{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	min-width: 10rem;
}
.newamd_olli280{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	min-width: 10rem;
}

.newamd_olli150{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	width: 5.25rem;
}
.newamd_olli100{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	width: 4.167rem;
}
.newamd_olliflex{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	flex: 1;
}
.newamd_span2a{
	display: flex;
	justify-content: end;
	align-items: center;
	width: 100%;
	height: 2rem;
	font-size: 1rem;
	color: #222;
	padding-right: 0.833rem;
	background: url(../../statics/img/zhekou/dayin.png)no-repeat;
	background-size: 1.083rem;
	background-position: right 3.333rem center;
}

.newamd_span2ab {
	display: flex;
	align-items: center;
	width: 4.167rem;
	height: 2.5rem;
	font-size: 1rem;
	color: #222;
	padding-right: 0.833rem;
	background: url(../../statics/img/zhekou/dayin.png)no-repeat;
	background-size: 1.083rem;
	background-position: right 0.4167rem center;
}
.newamd_span2ac {
	display: flex;
	align-items: center;
	width: 6.25rem;
	height: 2.5rem;
	font-size: 1rem;
	color: #222;
	padding-right: 0.833rem;
	background: url(../../statics/img/zhekou/akddactive.png)no-repeat;
	background-size: 1.083rem;
	background-position: right 0.4167rem center;
}

.newprocess_lispan{
	font-size: 1rem;
	color: #222;
}
.newprocess_div{
	position: absolute;
	top: 2.86rem;
	display: flex;
	flex-direction: column;
	z-index: 99;
	display: none;
	border-radius: 0.25rem;
	overflow: hidden;
}
.newprocess_divs{
	position: absolute;
	bottom: 2.86rem;
	display: flex;
	flex-direction: column;
	z-index: 99;
	display: none;
	border-radius: 0.25rem;
	overflow: hidden;
}
.newprocess_div span,.newprocess_divs span{
	width: 6.5rem;
	height: 2.86rem;
	line-height: 2.86rem;
	font-size: 1.4rem;
	color: white;
	text-align: center;
	background-color: #999;
}
.newprocess_div span:hover,.newprocess_divs span:hover{
	background-color: #666;
}
.newamd_inputnum,.newamd_inputnum1{
	width: 3rem;
	font-size: 1rem;
	color: #222;
	text-align: center;
	border: none;
	border-bottom: 1px solid #e0e0e0;
	margin: 0 0.2rem;
}
.newamd_button1{
	width: 2.15rem;
	height: 2.15rem;
	border-radius: 0.25rem;
	background: url(../../statics/img/icon-subtract.png)no-repeat;
	border: none;
	background-size: 1rem;
	background-position: center;
	background-color: #e9e9e9;
}
.newamd_button2{
	width: 2.15rem;
	height: 2.15rem;
	border-radius: 0.25rem;
	background: url(../../statics/img/icon-plus.png)no-repeat;
	border: none;
	background-size: 1rem;
	background-position: center;
	background-color: #d8d8d8;
}
.newprocess_point{
	width: 6.5rem;
	font-size: 1.4rem;
	display: flex;
	color: royalblue;
	align-items: center;
	justify-content: center;
	background: url(../../statics/img/deme/down.png)no-repeat;
	background-size: 0.667rem 0.417rem;
	background-position: right 0.25rem center;
}
.newprocess_points{
	width: 6.5rem;
	font-size: 1.4rem;
	display: flex;
	color: royalblue;
	align-items: center;
	justify-content: center;
	background: url(../../statics/img/deme/up.png)no-repeat;
	background-size: 0.667rem 0.417rem;
	background-position: right 0.25rem center;
}
.newprocess_div2{
	margin: 0.833rem;
	padding: 0.833rem 0.833rem 0;
	border-radius: 0.25rem;
	background-color: white;
}
.newprocess_div2ul li{
	display: flex;
	flex-direction: row;
	padding-bottom: 1.25rem;
}
.newprocess_div2lispan{
	width: 5rem;
	height: 1.667rem;
	line-height: 1.667rem;
	font-size: 1rem;
	color: #666;
	text-align-last: justify;
	padding-right: 0.625rem;
}
.newprocess_div2liinput{
	font-size: 1rem;
	color: #222;
	height: 1.667rem;
	width: 8.5rem;
	border-radius: 0.25rem;
	border: 1px solid #999;
	padding: 0 0.833rem;
	background: url(../../statics/img/lizong/data.png)no-repeat;
	background-position: right 0.833rem center;
	background-size: 0.917rem 0.875rem;
}
.newprocess_div2liinputs{
	font-size: 1rem;
	color: #222;
	height: 1.667rem;
	width: 8.3rem;
	border-radius: 0.25rem;
	border: 1px solid #999;
	padding: 0 0.5rem;
	background: url(../../statics/img/lizong/data.png)no-repeat;
	background-position: right 0.833rem center;
	background-size: 0.917rem 0.875rem;
	margin-right: 0.417rem;
}
.newprocess_div2libutton{
	border-radius: 0.25rem;
	padding: 0 0.417rem;
	margin-right: 0.833rem;
	font-size: 1rem;
	color: #222;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #999;
}
.newprocess_div2libuttons{
	border-radius: 0.25rem;
	padding: 0 0.417rem;
	margin-right: 0.833rem;
	font-size: 1rem;
	color: white;
	border: none;
	background-color: orange;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid orange;
}
.newprocess_textarea{
	width: 22.917rem!important;
	height: 4.167rem!important;
	border-radius: 0.25rem;
	padding: 0.417rem;
	font-size: 1rem;
	color: #222;
	border: 1px solid #999;
}
.newprocess_div2div{
	position: relative;
	display: flex;
	flex: 1;
	align-items: center;
}
.newprocess_div2divspan{
	border-radius: 0.25rem;
	border: 1px solid #999;
	font-size: 1rem;
	color: #222;
	width: 8.333rem;
	padding-left: 0.833rem;
	background: url(../../statics/img/work-arrow-down.jpg)no-repeat;
	background-position: right 0.833rem center;
	background-size: 0.75rem 0.5rem;
}
.newprocess_div2divspans{
	border-radius: 0.25rem;
	border: 1px solid #999;
	font-size: 1rem;
	color: #222;
	width: 8.333rem;
	padding-left: 0.833rem;
	background: url(../../statics/img/work-arrow-up.jpg)no-repeat;
	background-position: right 0.833rem center;
	background-size: 0.75rem 0.5rem;
}
.newprocess_div2divol{
	position: absolute;
	top: 1.667rem;
	z-index: 99;
	display: flex;
	flex-direction: column;
	border-radius: 0.25rem;
	overflow: hidden;
	display: none;
}
.newprocess_div2divol li{
	width: 8.333rem;
	height: 1.667rem;
	line-height: 1.667rem;
	font-size: 1rem;
	color: white;
	padding-left: 0.833rem;
	background-color: #999;
}
.newprocess_div2divol li:nth-child(2n){
	background-color: #666;
}
.manageadd_header{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}
.manageadd_searchdiv{
	position: fixed;
	top: 4.167rem;
	height: 3.333rem;
	width: 100%;
	background-color: white;
	border-top: 1px solid #e0e0e0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.833rem;
	box-shadow: 0 0.417rem 0.417rem #e0e0e0;
	z-index: 90;
}
.manageadd_searchdivbox{
	display: flex;
	flex-direction: row;
	align-items: center;
	border-radius: 0.25rem;
	border: 1px solid #fbc81c;
	overflow: hidden;
}
.manageadd_searchdivbox input{
	height: 1.667rem;
	font-size: 0.833rem;
	color: #222;
	border: none;
}
.manageadd_searchdivbox .manageadd_searchboxinput{
	width: 15rem;
	background: url(../../statics/img/kaidan/cutefangda.png)no-repeat;
	background-size: 1rem;
	background-position: left 0.417rem center;
	padding-left: 1.667rem;
	font-size: 0.833rem;
	color: #222;
}
.manageadd_searchdivbox .manageadd_searchboxbutton{
	width: 2.5rem;
	height: 1.25rem;
	background-color: #fff;
	border-left: 1px solid #fbc81c;
	display: flex;
	justify-content: center;
}
.manageadd_hotword{
	font-size: 1rem;
	color: white;
	background-color: #fec22c;
	padding: 0.25rem 0.833rem;
	border-radius: 0.25rem;
}
.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: 99999;
}
.manageadd_baccbox{
	width: 100%;
	height: 80%;
	border-radius: 0.5rem;
	background-color: white;
	position: relative;
	padding: 2.5rem 2rem;
}
.manageadd_close{
	position: absolute;
	right: 0.833rem;
	top: 0.833rem;
	width: 1.667rem;
	height: 1.667rem;
	font-size: 1.667rem;
	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: 1.25rem;
	border-top: 1px solid #e0e0e0;
}
.manageadd_baccul:first-of-type{
	border: none;
}
.manageadd_baccpoint{
	width: 3.333rem;
	font-size: 1rem;
	font-weight: bold;
	color: orange;
	margin-right: 1.25rem;
	margin-bottom: 1.25rem;
}
.manageadd_baccul li{
	margin-right: 0.8rem;
	margin-bottom: 1.25rem;
}
.manageadd_baccul li span:hover{
	color: orange;
	border: 1px solid orange;
}
.manageadd_baccul li span{
	padding: 0.2rem 0.833rem;
	font-size: 0.833rem;
	border-radius: 0.25rem;
	color: #222;
	border: 1px solid #e0e0e0;
	position: relative;
}
.manageadd_baccul li span a{
	position: absolute;
	right: -0.833rem;
	top: -0.833rem;
	display: flex;
	width: 1.667rem;
	height: 1.667rem;
	background: url(../../statics/img//icon-close.jpg)no-repeat;
	background-size: 0.833rem;
	background-position: center;
}

.kaibuy {
	width: 29.58rem;
	margin: 0.833rem auto 0;
	background-color: white;
	border-radius: 0.333rem;
	padding: 0 0.833rem;
}






.manageadd_nav{
	padding-top: 7.5rem;
}


.manageadd_navx{
	padding-top: 3.333rem;
}
.manageadd_newli{
	padding-bottom: 0.417rem;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 0.417rem;
}
.manageadd_newli:last-of-type{
	border: none;
	margin: 0;
}
.manageadd_newli ol li{
	border: none;
}
.manageadd_newolliname{
	width: 12.8rem;
	background: url(../../statics/img/kaidan/taxology.png)no-repeat;
	background-size: 0.833rem;
	background-position: left center;
	padding-left: 1.15rem;
	font-size: 1.25rem;
	color: #222!important;
	display: flex;
	align-items: center;
}
.manageadd_newolliprice{
	font-size: 0.667rem;
	color: #999;
	display: flex;
	align-items: flex-end;
	padding-right: 0.417rem;
	padding-bottom: 0.208rem;
}
.manageadd_navpbox{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.manageadd_navpbox span{
	height: 2.083rem;
	line-height: 2.083rem;
	font-size: 1rem;
	color: #666;
}
.manageadd_navli{
	width: 28.75rem;
	margin-left: -0.833rem;
	position: relative;
	border-radius: 0.25rem!important;
	overflow: hidden;
	background-color: #f6f6f6;
	margin-bottom: 0.417rem;
}
.manageadd_navpbox{
	margin-top: 0.833rem;
	padding-top: 0.833rem;
	border-top: 1px solid #E0E0E0;
	display: none;
	margin-left: 1.5rem;
	position: relative;
}

.manageadd_opencar{
	position: fixed;
	min-width: 3.167rem;
	top: 12rem;
	left: 0.5rem;
	padding: 0.433rem 0.833rem;
	text-align: center;
	font-size: 1rem;
	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: 1rem;
	color: red;
}
.newprocess_div2liinput2{
	border: none;
	width: 7.533rem;
	font-size: 1rem;
	color: #222;
	border-bottom: 1px solid #666;
}
.newprocess_div2liinput3{
	border: none;
	width: 7.533rem;
	font-size: 1rem;
	color: #222;
	border-bottom: 1px solid #666;
}
.newprocess_div2liinput3s{
	border: none;
	width: 6.888rem;
	font-size: 1rem;
	color: #222;
	border-bottom: 1px solid #666;
}
.newprocess_div2liinput4{
	border: none;
	width: 8.533rem;
	font-size: 1rem;
	color: #222;
	border-bottom: 1px solid #666;
	margin-right: 0.833rem;
}
.newprocess_div2lispan2{
	height: 1.667rem;
	line-height: 1.667rem;
	font-size: 1rem;
	color: #666;
	padding-right: 0.833rem;
}
.newprocess_div2lip2{
	line-height: 1.667rem;
	width: 22.5rem;
	font-size: 1rem;
	color: #222;
	position: relative;
}
.newprocess_div2lip2 a{
	margin-bottom: -0.333rem;
}
.setadd_divbox{
	margin: 0.833rem;
	border-radius: 0.5rem;
	padding: 1.25rem 1.25rem 0.417rem;
	background-color: white;
}
.first_setadd{
	margin: 0.833rem;
	padding: 1.25rem 0.833rem 0;
	border-radius: 0.5rem;
	background-color: white;
	display: flex;
	flex-direction: row;
}
.first_setaddspan1{
	width: 4.167rem;
	font-size: 1rem;
	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: 1.25rem;
	padding-left: 0.833rem;
	font-size: 1rem;
	color: #222;
}
.first_setaddul li input{
	border: none;
	width: 6.042rem;
	border-bottom: 1px solid #e0e0e0;
	font-size: 1rem;
	color: #222;
	margin: 0 0.417rem;
}
.first_setaddspan2{
	width: 3.167rem;
	font-size: 1rem;
	color: #999;
	text-align-last: justify;
}
.manageadds_div1{
	position: relative;
	display: flex;
	align-items: center;
}
.manageadds_choose1{
	border: 1px solid #e0e0e0;
	border-radius: 0.25rem;
	font-size: 1rem;
	color: #222;
	padding: 0.25rem 0.417rem;
	width: 7.917rem;
	background: url(../../statics/img/work-arrow-down.jpg)no-repeat;
	background-size: 0.75rem 0.5rem;
	background-position: right 0.417rem center;
}
.manageadds_choose2{
	border: 1px solid #e0e0e0;
	border-radius: 0.25rem;
	font-size: 1rem;
	color: #222;
	padding: 0.25rem 0.417rem;
	width: 7.917rem;
	background: url(../../statics/img/work-arrow-up.jpg)no-repeat;
	background-size: 0.75rem 0.5rem;
	background-position: right 0.417rem center;
}
.manageadds_div1ul{
	position: absolute;
	top: 1.833rem;
	border-radius: 0.25rem;
	background-color: #666;
	display: none;
}
.manageadds_div1ul li{
	width: 7.917rem;
	font-size: 1rem;
	color: white;
	height: 1.667rem;
	line-height: 1.667rem;
	padding: 0 0.833rem;
}
.manageadds_div1ul li:nth-child(2n){
	background-color: #888;
}
.manageadds_div1p{
	display: flex;
	flex-direction: row;
	flex: 1;
	justify-content: end;
	font-size: 1.1rem;
	color: #666;
	padding-left: 0.833rem;
}
.manageadds_div1p span{
	font-size: 1.1rem;
	color: white;
	background-color: orange;
	padding: 0 0.417rem;
	border-radius: 0.25rem;
	margin-left: 0.417rem;
	display: flex;
	align-items: center;
}
.manageadds_button1{
	font-size: 0.833rem;
	padding: 0.25rem 0.417rem;
	border-radius: 0.25rem;
	background-color: cornflowerblue;
	color: white;
}
.manageadds_ulbox{
	margin: 0 0.833rem 0.833rem;
	padding: 0.833rem 0.833rem 0;
	border-radius: 0.5rem;
	background-color: white;
}
.manageadds_ulbox li{
	display: flex;
	flex-direction: row;
	padding-bottom: 0.833rem;
	font-size: 1rem;
	color: #222;
    position: relative;
}
.manageadds_ulboxinput{
	border: none;
	border-bottom: 1px solid #e0e0e0;
	font-size: 1rem;
	color: #222;
	display: flex;
	flex: 1;
	margin-left: 0.833rem;
	padding: 0 0.833rem;
}
.manageadds_ulboxbutton1{
	border: none;
	font-size: 1rem;
	color: white;
	background-color: orange;
	padding: 0.25rem 0.833rem;
	border-radius: 0.25rem;
	margin-right: 0.833rem;
	display: flex;
	align-items: center;
}
.manageadds_ulboxbutton2{
	border: none;
	font-size: 1rem;
	color: white;
	background-color: green;
	padding: 0.25rem 0.833rem;
	border-radius: 0.25rem;
	margin-right: 0.833rem;
	display: flex;
	align-items: center;
}
.manageadds_ulboxbutton3{
	border: none;
	font-size: 1rem;
	color: white;
	background-color: crimson;
	padding: 0.25rem 0.833rem;
	border-radius: 0.25rem;
	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: 99999;
	display: none;
}
.manageadds_choose{
	width: 90%;
	border-radius: 0.5rem;
	background-color: white;
}
.manageadds_choose_h4{
	margin: 0.833rem 0;
	width: 90%;
	margin-left: 5%;
	border-radius: 0.5rem;
	font-size: 0.833rem;
	color: #222222;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.25rem 0.833rem;
	border: 1px solid #999;
}
/* 下面的样式备用 用上面的则表示少量数据检索  用下面的则表示从数据库检索 */
.manageadds_choose_h4x{
	margin: 0.833rem 0;
	width: 90%;
	margin-left: 5%;
	border-radius: 0.5rem;
	font-size: 0.833rem;
	color: #222222;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.25rem 0.833rem;
	border: 1px solid #999;
}
.manageadds_choose_ul{
	max-height: 25rem;
	padding: 0 0.833rem 0.833rem;
	overflow-y: scroll;
}
.manageadds_choose_ul li{
	height: 1.667rem;
	line-height: 1.667rem;
	font-size: 0.75rem;
	color: #666;
	background-color: #f1f7f9;
	padding-left: 0.833rem;
}
.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: 0.9rem!important;
	color: orange!important;
	background-color: white!important;
	margin: 0!important;
	padding: 0 0.417rem 0 0!important;
}
.checked_company223{
	font-size: 0.875rem!important;
	color: blue!important;
	background-color: white!important;
	margin: 0!important;
	padding: 0 0.417rem 0 0!important;
}
.checked_company224{
	font-size: 0.875rem!important;
	color: red!important;
	background-color: white!important;
	margin: 0!important;
	padding: 0 0.417rem 0 0!important;
}
.manageadds_ulboxli{
	justify-content: end;
	font-size: 1.083rem;
	color: #222;
}
.manageadds_ulboxli span{
	font-size: 1.083rem;
	color: red;
	padding: 0 0.833rem;
}
.manageadds_addponit{
	position: fixed;
	right: 0.3rem;
	top: 7rem;
	font-size: 1rem;
	padding: 0.417rem 0.833rem;
	border-radius: 0.5rem;
	background-color: rgba(21, 200, 220, .8);
	color: white;
	z-index: 91;
}
.manageadds_addponit1{
	position: fixed;
	right: 0.3rem;
	top: 4rem;
	font-size: 1rem;
	padding: 0.417rem 0.833rem;
	border-radius: 0.5rem;
	background-color: rgba(21, 200, 220, .8);
	color: white;
	z-index: 91;
}
.orderindex_nav{
	padding: 7.5rem 0.833rem 0;
}
.orderindex_navs{
	padding: 13.333rem 0.833rem 0;
}
.orderindex_navul{
	border-radius: 0.25rem;
	padding: 0.833rem 0.833rem 0;
	background-color: white;
	margin-bottom:0.833rem;
}
.orderindex_navul li{
	display: flex;
	flex-direction: row;
	padding-bottom: 0.833rem;
}
.orderindex_navspan11{
	height: 1.667rem;
	line-height: 1.667rem;
	padding: 0 0.833rem;
	border-radius: 0.25rem;
	background-color: skyblue;
	font-size: 1rem;
	color: white;
	border-bottom-right-radius: 0;
}
.orderindex_navspan12{
	height: 1.667rem;
	line-height: 1.667rem;
	font-size: 1rem;
	color: #222;
	border-bottom: 2px solid skyblue;
	padding: 0 0.417rem;
}
.orderindex_navspan21{
	height: 1.667rem;
	line-height: 1.667rem;
	padding: 0 0.833rem;
	border-radius: 0.25rem;
	background-color: coral;
	font-size: 1rem;
	color: white;
	border-bottom-right-radius: 0;
}
.orderindex_navspan22{
	height: 1.667rem;
	line-height: 1.667rem;
	font-size: 1rem;
	color: #222;
	border-bottom: 2px solid coral;
	padding: 0 0.417rem;
}
.orderindex_navspan31{
	height: 1.667rem;
	line-height: 1.667rem;
	padding: 0 0.833rem;
	border-radius: 0.25rem;
	background-color: limegreen;
	font-size: 1rem;
	color: white;
	border-bottom-right-radius: 0;
}
.orderindex_navspan32{
	height: 1.667rem;
	line-height: 1.667rem;
	font-size: 1rem;
	color: #222;
	border-bottom: 2px solid limegreen;
	padding: 0 10px;
}
.orderindex_navspan41{
	height: 1.667rem;
	line-height: 1.667rem;
	padding: 0 0.833rem;
	border-radius: 0.25rem;
	background-color: saddlebrown;
	font-size: 1rem;
	color: white;
	border-bottom-right-radius: 0;
}
.orderindex_navspan42{
	height: 1.667rem;
	line-height: 1.667rem;
	font-size: 1rem;
	color: #222;
	border-bottom: 2px solid saddlebrown;
	padding: 0 0.417rem;
}
.orderindex_navp1{
	display: flex;
	flex: 1;
	height: 1.667rem;
	justify-content: end;
	padding-right: 0.833rem;
    /*margin-left: 6.5rem;*/
}
.orderindex_navspan3{
	line-height: 1.667rem;
	font-size: 1rem;
	color: #222;
	border-bottom: 2px solid burlywood;
    margin-right: 1rem;
}
.orderindex_nava1{
	height: 1.667rem;
	line-height: 1.667rem;
	font-size: 1rem;
	color: blue;
}
.orderindex_navspan4{
	height: 1.667rem;
	line-height: 1.667rem;
	font-size: 1rem;
	color: red;
}
.orderindex_navspan5{
	height: 1.667rem;
	line-height: 1.667rem;
	font-size: 1rem;
	color: #999;
}
.orderindex_navphone{
	display: flex;
	flex: 1;
	height: 1.667rem;
	line-height: 1.667rem;
	font-size: 1.15rem;
	color: #222;
	background: url(../../statics/img/zhekou/phone.png)no-repeat;
	background-size: 1rem;
	background-position: left center;
	padding-left: 1.667rem;
}
.orderindex_navaddress{
	display: flex;
	flex: 1;
	height: 1.667rem;
	line-height: 1.667rem;
	font-size: 1rem;
	color: #222;
	background: url(../../statics/img/zhekou/address.png)no-repeat;
	background-size: 1rem;
	background-position: left center;
	padding-left: 1.667rem;
}
.orderindex_navspanopen{
	height: 1.667rem;
	line-height: 1.667rem;
	font-size: 1rem;
	color: #222;
	padding: 0 1.25rem 0 0.417rem;
	background: url(../../statics/img/zhekou/soild.png)no-repeat;
	background-size: 1rem;
	background-position: right center;
}
.orderindex_navspanclose{
	height: 1.667rem;
	line-height: 1.667rem;
	font-size: 1rem;
	color: #222;
	padding: 0 1.25rem 0 0.417rem;
	background: url(../../statics/img/zhekou/unsoild.png)no-repeat;
	background-size: 1rem;
	background-position: right center;
}
.orderindex_print{
	display: flex;
	flex: 1;
	padding-left: 1.667rem;
	background: url(../../statics/img/demo4/l_print.png)no-repeat;
	background-size: 1.167rem;
	background-position: left center;
	font-size: 1rem;
	color: red;
}
.orderindex_print em{
	font-style: normal;
	font-size: 1rem;
	color: #666;
}
.orderindex_showboxli{
	padding-left: 1.667rem;
	font-size: 1rem;
	color: #666;
}
.orderindex_showboxli p{
	min-height: 1.25rem;
	padding-bottom: 0;
	display: flex;
	flex-direction: row;
}
.orderindex_showboxlip{
	font-size: 1rem;
	color: #222;
	padding-left: 0.417rem;
	padding-right: 1.667rem;
	display: flex;
	flex: 1;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
	margin-right: -0.417rem;
}
.orderindex_showboxspan1{
	font-size: 1rem;
	color: red;
}
.orderindex_showboxspan2{
	display: flex;
	align-items: flex-end;
	font-size: 0.833rem;
	color: #666;
}
.orderindex_showboxspan3{
	padding: 0.2rem 0.417rem;
	background-color: #f4f4f4;
	color: #222;
	font-size: 1rem;
	border-right: 1px solid white;
}
.orderindex_showboxspan4{
	padding: 0.2rem 0.417rem;
	background-color: #e7f3ff;
	color: #0072f2;
	font-size: 1rem;
}
.orderindex_showboxlip{
	display: flex;
	flex-direction: row;
	flex: 1;
	justify-content: flex-end;
	align-items: center;
}
.orderindex_showboxspan5{
	padding: 0.2rem 0.833rem;
	background-color: #f4f4f4;
	color: #222;
	font-size: 1rem;
	border-radius: 0.25rem;
	margin-right: 0.833rem;
}
.orderindex_showboxspantime{
	font-size: 1rem;
	color: #222;
	padding-left: 0.417rem;
}
.orderindex_showboxem{
	font-style: normal;
	font-size: 0.917rem;
	color: #3ab2ed;
	padding: 0 0.2rem;
}
.orderindex_showboxlip2{
	display: flex;
	flex: 1;
	justify-content: center;
	align-items: center;
}
.orderindex_showboxspan11{
	font-size: 1.167rem;
	font-weight: bold;
	color: red;
}
.orderindex_border{
	border-top: 1px solid #e0e0e0;
	margin-left: 1.667rem;
}
.orderindex_showbox{
	border-top: 1px solid #e0e0e0;
	padding-top: 0.833rem;
	padding-bottom: 1px;
	display: none;
}
.orderindex_header2{
	position: fixed;
	top: 4.167rem;
	width: 100%;
	z-index: 9;
}
.orderindex_header2div{
	position: fixed;
	top: 6.667rem;
	margin-left: 0;
	width: 100%;
	border-radius: 0;
	box-shadow: 0 0.417rem 0.417rem #eee;
	z-index: 9;
}
.orderindex_nav2{
	padding: 5rem 0.833rem 0;
}
.orderreview_li{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.orderreview_li p{
	font-size: 1rem;
	color: #222;
}
.orderreview_p1{
	display: flex;
	flex: 1;
}
.orderreview_change{
	padding: 0 0.417rem;
	border: none;
	border-radius: 0.25rem;
	background-color: darkturquoise;
	color: white;
	font-size: 1rem;
}
.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: 90%;
	min-height: 60%;
	position: relative;
	padding: 1.667rem;
	background-color: white;
	border-radius: 0.5rem;
}
.orderreview_baccclose{
	position: absolute;
	right: 1.25rem;
	top: 1.25rem;
	font-size: 1.667rem;
	font-weight: bold;
	color: #222;
}
.orderreview_bacch6{
	font-size: 1.5rem;
	color: #222;
	text-align: center;
	padding-bottom: 2.083rem;
	font-weight: bold;
}
.orderreview_baccul li{
	font-size: 1rem;
	color: #222;
	display: flex;
	align-items: center;
	padding-bottom: 1.25rem;
}
.orderreview_baccul li p{
	display: flex;
	width: 50%;
	flex-direction: row;
	color: #222;
}
.orderreview_span{
	padding: 0.25rem 0.833rem;
	border-radius: 0.25rem;
	background-color: #eee;
	font-size: 1rem;
	color: #222;
	margin:0 0.833rem;
}
.orderreview_spanactive{
	background-color: orange;
	color: white;
}
.orderreview_input1{
	width: 8.275rem;
	margin-left: 0.833rem;
	border: none;
	font-size: 1rem;
	color: #222;
	border-bottom: 1px solid #e0e0e0;
}
.orderreview_input2{
	width: 8.067rem;
	margin-left: 0.833rem;
	border: none;
	font-size: 1rem;
	color: #222;
	border-bottom: 1px solid #e0e0e0;
}
.orderreview_input3{
	width: 7.233rem;
	margin-left: 0.833rem;
	border: none;
	font-size: 1rem;
	color: #222;
	border-bottom: 1px solid #e0e0e0;
}
.orderreview_input4{
	margin-left: 0.833rem;
	border: none;
	font-size: 1rem;
	color: #222;
	display: flex;
	flex: 1;
	border-bottom: 1px solid #e0e0e0;
}
.orderreview_pspan{
	display: flex;
	flex-shrink: 0;
	font-size: 1rem;
	color: #222;
}
.orderreview_lisubmit{
	display: flex;
	justify-content: center;
	padding-top: 2.083rem;
}
.orderreview_submit{
	border: none;
	width: 12.5rem;
	height: 2.083rem;
	border-radius: 0.25rem;
	background-color: red;
	color: white;
	font-size: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.manageadd_newolliname2{
	width: 12.5rem!important;
}
.manageadd_newolliname3{
	width: 17.5rem!important;
}
.orderreview_closed2{
	display: flex;
	flex: 1;
	justify-content: end;
	line-height: 1.583rem;
	font-size: 1.667rem;
	color: red;
	margin-left: 0.833rem;
}
.orderreview_bottombox1{
	display: flex;
	flex: 1;
	justify-content: end;
	position: relative;
	padding-top: 0.833rem;
	padding-right: 0.833rem;
	background-color: white;
}
.orderreview_companyhtml{
	display: flex;
	width: 10rem;
	padding: 0.25rem 0.417rem;
	font-size: 1rem;
	color: #222;
	border-radius: 0.25rem;
	border: 1px solid #e0e0e0;
	background: url(../../statics/img/work-arrow-down.jpg)no-repeat;
	background-size: 0.75rem 0.5rem;
	background-position: right 0.833rem center;
}
.orderreview_companyhtmls{
	display: flex;
	width: 10rem;
	padding: 0.25rem 0.417rem;
	font-size: 1rem;
	color: #222;
	border-radius: 0.25rem;
	border: 1px solid #e0e0e0;
	background: url(../../statics/img/work-arrow-up.jpg)no-repeat;
	background-size: 0.75rem 0.5rem;
	background-position: right 0.833rem center;
}
.orderreview_companyul{
	position: absolute;
	right: 0.833rem;
	bottom: 1.667rem;
	background-color: #999;
	border-radius: 0.25rem;
	display: none;
}
.orderreview_companyulli{
	height: 1.667rem;
	line-height: 1.667rem;
	font-size: 1rem;
	color: white;
	width: 10rem;
	padding: 0 0.833rem;
}
.orderreview_companyulli:nth-child(2n){
	background-color: #666;
}
.orderreview_bottombox2{
	padding: 1.25rem 0.833rem;
	display: flex;
	justify-content: space-between;
	background-color: white;
}
.orderreview_chargeback{
	height: 1.667rem;
	border-radius: 0.25rem;
	padding: 0 2rem;
	font-size: 1rem;
	color: white;
	background-color: red;
	border: none;
}
.orderreview_confirm{
	height: 1.667rem;
	border: none;
	border-radius: 0.25rem;
	padding: 0 2rem;
	font-size: 1rem;
	color: white;
	background-color: green;
}
.newamd_inputnum2{
	width: 4.167rem;
	font-size: 1rem;
	color: #222;
	border: none;
	text-align: right;
}
.orderdetails_li{
	font-size: 1rem;
	color: #222;
}
.orderdetails_div2{
	display: flex;
	align-items: center;
	flex-direction: row;
	padding: 0.625rem 0.833rem 0rem;
	font-size: 1rem;
	color: #222;
	margin: 0 0.833rem;
	border-radius: 0.25rem;
	background-color: white;
}
.orderdetails_header{
	box-shadow: 0 0 0.417rem #e0e0e0;
}
.orderdetails_p1{
	display: flex;
	align-items: center;
	font-size: 1.083rem;
	color: blue;
}
.orderdetails_img{
	width: 1rem;
	height: 1rem;
	margin-right: 0.417rem;
}
.delivergoods_nav{
	padding: 7.5rem 0.833rem 0;
}
.delivergoods_navul{
	padding: 0.833rem;
	border-radius: 0.25rem;
	background-color: white;
	margin-bottom: 0.833rem;
}
.delivergoods_navolp1{
	border-radius: 0.25rem;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: #f6f6f6;
}
.delivergoods_navspan1{
	display: flex;
	align-items: center;
	height: 1.667rem;
	padding: 0 0.833rem;
	font-size: 1rem;
	color: white;
	background-color: #1b86e4;
}
.delivergoods_navspan2{
	font-size: 0.833rem;
	color: #ffa372;
	padding: 0 0.833rem;
	display: flex;
	flex: 1;
}
.delivergoods_navol li{
	margin-bottom: 0.833rem;
	min-height: 1.25rem;
	padding-bottom: 0;
}
.delivergoods_navol li p{
	min-height: 1.25rem;
	padding-bottom: 0;
}
.newprocess_olli{
	width: 100%;
	height: 2.5rem!important;
	display: flex;
	align-items: center;
	padding: 0 0.833rem;
	display: none;
}
.newprocess_radiospan{
	font-size: 0.916rem;
	color: #222;
	padding-left: 1.25rem;
	background: url(../../statics/img/lizong/black_kuang.png)no-repeat;
	background-position: left center;
	background-size: 1rem;
	margin-left: 0.833rem;
}
.newprocess_radiospans{
	font-size: 0.916rem;
	color: #222;
	padding-left: 1.25rem;
	background: url(../../statics/img/lizong/blue_gou.png)no-repeat;
	background-position: left center;
	background-size: 1rem;
	/*margin-left: 0.833rem;*/
}
.newprocess_skip{
	margin-left: 0.5rem;
	font-size: 1rem;
	color: blue;
    
}
.newprocess_skipkc{
	margin-right: 0.25rem;
	font-size: 1rem;
	color: brown;
}
.newprocess_skipsupkc{
	margin-right: 0.25rem;
	font-size: 1rem;
	color: peru;
}
.newprocess_skipzkc{
	margin-right: 0.25rem;
	font-size: 1rem;
	color: brown;
}
.newprocess_olli p{
	display: flex;
	flex: 1;
	padding-left: 0.833rem;
	font-size: 1rem;
	color: #222;
}

.newprocess_total{
	display: flex;
	flex: 1;
}
.process_southnorth{
	margin: 0.833rem;
	border-radius: 0.25rem;
	background-color: white;
	padding: 0.833rem 0.833rem 0;
}
.process_southnorth p{
	display: flex;
	flex-direction: row;
	padding-bottom: 0.833rem;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 0.833rem;
}
.process_southnorth p:last-of-type{
	border-bottom: none;
	margin-bottom: 0;
}
.process_southnorthspan1{
	font-size: 1rem;
	color: #222;
	font-weight: bold;
}
.process_southnorthspan2{
	display: flex;
	flex: 1;
	align-items: flex-end;
	font-size: 0.75rem;
	color: blue;
	padding-left: 0.833rem;
}
.process_southnorthspan3{
	font-size: 1rem;
	color: #222;
}
.process_southnorthspan3 em{
	font-style: normal;
	font-weight: bold;
	color: orange;
	font-size: 1rem;
	padding: 0 0.417rem;
}
.process_nbchoose{
	display: flex;
	width: 8.833rem;
	padding: 0 0.833rem;
	height: 1.25rem;
	line-height: 1.25rem;
	border-radius: 0.25rem;
	border: 1px solid #E0E0E0;
	font-size: 0.833rem;
	color: #222;
	background: url(../img/work-arrow-down.jpg)no-repeat;
	background-size: 0.75rem 0.5rem;
	background-position: right 0.833rem center;
}
.process_nbchooses{
	width: 8.833rem;
	padding: 0 0.833rem;
	height: 1.25rem;
	line-height: 1.25rem;
	border-radius: 0.25rem;
	border: 1px solid #E0E0E0;
	font-size: 0.833rem;
	color: #222;
	background: url(../img/work-arrow-up.jpg)no-repeat;
	background-size: 0.75rem 0.5rem;
	background-position: right 0.833rem center;
}
.process_nbdiv{
	position: absolute;
	left: 8.417rem;
	top: 2rem;
	background-color: #999;
	display: flex;
	flex-direction: column;
	border-radius: 0.25rem;
	overflow: hidden;
	display: none;
	z-index:9999;
}
.process_nbdiv span{
	width: 9.083rem;
	padding: 0 0.833rem 0;
	height: 2.083rem;
	font-size: 1rem;
	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: 0.417rem!important;
}
.delivergoods_border {
	border-top: 1px solid #E0E0E0;
	margin-bottom: 0.833rem;
}

.delivergoods_navulli {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 0.417rem;
}

.delivergoods_number {
	display: flex;
	flex-direction: row;
	font-size: 1rem;
	color: orange;
	padding: 0 0 0 0.625rem;
}
.delivergoods_navulli .delivergoods_number em{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 50%;
	font-size: 0.833rem;
	color: white;
	background-color: lightblue;
	margin-right: 0.417rem;
	font-style: normal;
}

.delivergoods_navulli:nth-child(2n) .delivergoods_number em{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 50%;
	font-size: 0.833rem;
	color: white;
	background-color: goldenrod;
	margin-right: 0.417rem;
	font-style: normal;
}

.delivergoods_ullip1 {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex: 1;
	font-size: 1rem;
	color: #222;
}
.delivergoods_ullip3 {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex: 1;
	font-size: 1rem;
	color: #222;
	padding-bottom: 0.833rem;
}

.delivergoods_ullip1 span {
	padding-left: 0.833rem;
}

.delivergoods_ullip2 ,
.delivergoods_ullip4
	{
	display: flex;
	justify-content: end;
	align-items: center;
	flex-direction: row;
	font-size: 1rem;
	color: #222;
}

.delivergoods_ullip2 a {
	display: flex;
	width: 1.667rem;
	height: 1.25rem;
	background: url(../../statics/img/lizong/phone.png) no-repeat;
	background-size: 1.167rem;
	background-position: center;
}
.delivergoods_navdadybox{
	padding-left: 1.667rem;
}
.delivergoods_boyh6{
	font-size: 1rem;
	font-weight: 400;
	color: orange;
	padding-bottom: 0.417rem;
}
.delivergoods_boyh6 span{
	font-size: 1.083rem;
	color: #222;
	padding-left: 0.833rem;
}
.delivergoods_boyol{
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	margin-bottom: 0.833rem;
}
.delivergoods_boyol li{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding: 0;
}
.delivergoods_boyol li span{
	display: flex;
	align-items: center;
	min-height: 2.1rem;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	font-size: 1.05rem;
	color: #222;
}
.delievrgoods_span1 {
	display: flex;
	flex: 1;
	justify-content: end;
	font-size: 0.917rem;
	color: #222;
}

.delievrgoods_span1 em {
	font-size: 0.8333rem;
	color: orange;
	font-style: normal;
}
.delivergoods_boyspan80{
	width: 3.333rem;
	justify-content: center;
}
.delivergoods_boyspanflex{
	display: flex;
	flex: 1;
	padding-left: 0.833rem;
}
.delivergoods_boyspan120{
	width: 5rem;
	justify-content: center;
}
.delievrgoods_imgs{
	width: 0.833rem;
	height: 0.833rem;
	background: url(../img/zhekou/bluepic.png) no-repeat;
	background-size: 0.833rem 0.833rem;
	margin-left: 0.833rem;
}
.delivergoods_nav140{
	width: 100%;
	height: 7rem;
	display: none;
}
.suretogo{
	font-size: 1rem;
	padding: 0 0.833rem;
	background-color: crimson;
	border-radius: 0.25rem;
	color: white;
	border: none;
	box-shadow: 0 2px 2px #999;
}
.pending_photo{
	display: flex;
	align-items: center;
	height: 1.25rem;
	line-height: 1.25rem;
	border-radius: 0.25rem;
	background-color: #fbc33e;
	font-size: 0.833rem;
	color: white;
	padding: 0 0.833rem;
}
.pending_photonot{
	padding-left: 0.833rem;
	font-size: 1rem;
	font-weight: bold;
	color: red;
}
.pending_photoyes{
	padding-left: 0.833rem;
	font-size: 1rem;
	font-weight: bold;
	color: gray;
}
.pending_address{
	font-size: 1.25rem;
	padding: 1.25rem 0.833rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background-color: white;
	z-index: 99;
}
.pending_tips{
	font-size: 1.25rem;
	font-weight: bolder;
	color: #222;
	padding-left: 0.833rem;
}
.completed_divbox{
	display: flex;
	flex-direction: row;
	padding-bottom: 0.833rem;
}
.completed_divbox span{
	font-size: 1rem;
	color: #484848;
	font-weight: bold;
}
.completed_divbox p{
	display: flex;
	flex: 1;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 1rem;
	color: #222;
	padding:0 0.833rem;
}
.completed_divbox a{
	font-size: 1rem;
	color: orange;
}
.dataforgive {
	display: flex;
	flex: 1;
	align-items: center;
	flex-direction: row;
	font-size: 1rem;
	color: #222;
	margin-left: -1.667rem;
}

.orderreview_pbox {
	position: absolute;
	top: 2.5rem;
	z-index: 99;
}

.orderreview_span1 {
	display: flex;
	width: 8.333rem;
	border-radius: 0.25rem;
	border: 1px solid #e0e0e0;
	font-size: 1rem;
	padding-left: 0.833rem;
	color: #222;
	background: url(../../statics/img/work-arrow-down.jpg)no-repeat;
	background-size: 0.75rem 0.5rem;
	background-position: right 0.833rem center;
}
.orderreview_span2 {
	display: flex;
	width: 8.333rem;
	border-radius: 0.25rem;
	border: 1px solid #e0e0e0;
	font-size: 1rem;
	padding-left: 0.833rem;
	color: #222;
	background: url(../../statics/img/work-arrow-up.jpg)no-repeat;
	background-size: 0.75rem 0.5rem;
	background-position: right 0.833rem center;
}
.orderreview_pbox {
	border-radius: 0.25rem;
	overflow: hidden;
	display: none;
}

.orderreview_pbox p {
	width: 0.833rem;
	height: 2.083rem;
	line-height: 2.083rem;
	background-color: #999;
	font-size: 1rem;
	padding-left: 0.833rem;
	color: white;
}

.orderreview_pbox p:nth-child(2n) {
	background-color: #777;
}
.process_southnorthspan2 a{
	font-style: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	color: white;
	background-color: goldenrod;
	font-size: 1rem;
	margin-right: 0.417rem;
	transform: scale(.8);
}
.orderreview_nbdiv{
	left: 0!important;
	top: 2.917rem!important;
}
.orderreview_del{
	font-size: 1rem;
	padding-right: 1.667rem;
	color: red;
}
.orderreview_jump{
	font-size: 1rem;
	padding-right: 1.667rem;
	color: deepskyblue;
}
.dispatchmanage_input{
	width: 12rem;
	height: 1.667rem;
	border: 1px solid #e0e0e0;
	border-radius: 0.25rem;
	margin: 0 0.833rem;
	font-size: 1rem;
	color: #222;
	padding: 0 0.833rem;
	background: url(../../statics/img/lizong/data.png) no-repeat;
	background-size: 0.917rem 0.875rem;
	background-position: right 0.833rem center;
}
.dispatchmanage_carbox{
	display: flex;
	flex-direction: row;
	flex: 1;
	margin-left: 0rem;
}
.dispatchmanage_carbox li{
	width: 5rem;
	height: 1.667rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	color: #222;
	padding-bottom: 0;
    background-color: #eee;
    margin-left: 0.5rem;
}
.dispatchmanage_carbox .dispatchmanage_opencar{
	width: 5rem;
	height: 1.667rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	color: white;
	background-color: yellowgreen;
	padding-bottom: 0;
}