@charset "utf-8";
/*html5*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
/* CSS Document */
/*内外边距*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;}
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form,button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;outline:none;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;outline:none }
.clear{clear:both;overflow:hidden;}
a{text-decoration:none;color:#333;}
input{border:none;  outline:medium;}
*{box-sizing: border-box;}
body{width:100%;background:#fff;color:#333;font-size:12px;}
html{overflow-x:hidden;}
table{border-collapse:collapse}
img{border:none;max-width: 100%;}
ul{list-style: none;}

.form-error {border-color: red !important;}
.login{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/login_bg.jpg) no-repeat;
	background-size: cover;
}
.login1{
	position: absolute;
	left: 20%;
	top: 50%;
	width: 400px;
	transform: translateY(-50%);
}
.login2{
	font-size: 22px;
	color: #333333;
	text-align: center;
	line-height: 1;
}
.login3{
	margin-top: 16px;
	font-size: 38px;
	color: #333333;
	text-align: center;
	line-height: 1;
}

.login5{
	margin-top: 40px;
	font-size: 16px;
	padding: 0 9px;
	color: #333333;
	font-weight: bold;
}
.login6{
	margin-top: 20px;
}
.login6 input{
	padding: 0 40px;
	font-size: 14px;
	border-bottom: 1px solid #dcdcdc;
	height: 36px;
	width: 100%;
	background: url(../img/login_icon.png) no-repeat;
	background-position: 13px center;
}
.login7{
	margin-top: 20px;
}
.login7 input{
	padding: 0 40px;
	font-size: 14px;
	border-bottom: 1px solid #dcdcdc;
	height: 36px;
	width: 100%;
	background: url(../img/login_icon1.png) no-repeat;
	background-position: 13px center;
}
.login8{
	margin-top: 40px;
}
.login8 input{
	height: 64px;
	border-radius: 32px;
	width: 100%;
	background-color: #3d5dfd;
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
}
.level-2{
    display: none;
}
.main{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.top{
	padding: 0 50px 0 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 54px;
	border-bottom: 1px solid #efeff1;
}
.top1{
	font-size: 22px;
	color: #333333;
}
.top2{
	font-size: 14px;
	display: flex;
	align-items: center;
}
.top2 a{
	margin-left: 40px;
	display: flex;
	align-items: center;
	color: #666666;
}
.top2 a img{
	margin-right: 10px;
}
.left{
	background-color: #1d233d;
	position: fixed;
	left: 0;
	top: 54px;
	bottom: 0;
	width: 86px;
	border-right: 1px solid #f4f6fe;
	padding-top: 28px;
}
.left ul li{
	list-style-type: none;
	text-align: center;
	border-radius: 5px;
	padding: 7px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 12px;
	font-weight: bold;
	width: 70%;
	margin: 14px auto;
}
.left ul li a{
	color: #ffffff;
}
.left ul li img{
	margin: 0 auto 10px;
	width: 42%;
}
.bj_icon{
	display: block;
}
.bj_icon1{
	display: none;
}
.left ul li.on{
	background-color: #ffffff;
}
.left ul li.on a{
	color: #3d5dfd;
}
.left ul li.on .bj_icon{
	display: none;
}
.left ul li.on .bj_icon1{
	display: block;
}
.custom_div{
    display: flex;
align-items: center;
}
.nav{
	position: fixed;
	left: 86px;
	top: 54px;
	bottom: 0;
	width: 155px;
	background-color: #ffffff;
	border-right: 1px solid #e7edf2;
	padding: 1px 0 50px 30px;
	overflow-y: scroll;
}
.nav::-webkit-scrollbar {
	width: 0;
}
.nav::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 0 rgba(216,216,216,0.11);
	background: rgba(216,216,216,0.11);
}
.nav::-webkit-scrollbar-track {
	box-shadow: inset 0 0 0 rgba(216,216,216,0.11);
	border-radius: 10px;
	background: rgba(216,216,216,0.02);
}
.nav ul li{
	margin-top: 30px;
	font-size: 12px;
}
.nav ul li a{
	color: #333333;
	display: flex;
	align-items: center;
}
.nav ul li a span{
	margin: 0 8px;
}
.content{
	position: fixed;
	left: 241px;
	top: 54px;
	right: 0;
	bottom: 0;
	background-color: #f4f6fe;
	padding: 20px 30px 50px 20px;
	overflow-y: scroll;
}
.content::-webkit-scrollbar {
	width: 0;
}
.content::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 0 rgba(216,216,216,0.11);
	background: rgba(216,216,216,0.11);
}
.content::-webkit-scrollbar-track {
	box-shadow: inset 0 0 0 rgba(216,216,216,0.11);
	border-radius: 10px;
	background: rgba(216,216,216,0.02);
}
.address{
	font-size: 12px;
	color: #999999;
}
.address a{
	color: #999999;
}
.changePass{
	margin-top: 15px;
	background-color: #ffffff;
	padding: 40px 40px 200px;
	border: 1px solid #e5e7f0;
	position: relative;
}
.changePass1{
	font-size: 26px;
	color: #333333;
	font-weight: bold;
}
.changePass2{
	margin-top: 14px;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin-right: 17px;
	text-align: right;
	width: 74px;
}
.changePass3{
	margin-top: 14px;
}
.changePass3 input{
	width: 410px;
	height: 41px;
	border-radius: 5px;
	border: 1px solid #dddddd;
	padding: 0 16px 0 36px;
	background: url(../img/login_icon1.png) no-repeat;
	background-position: 14px center;
}
.changePass4{
	margin-top: 40px;
	padding-left: 94px;
}
.changePass4 input{
	width: 211px;
	height: 52px;
	border-radius: 5px;
	background-color: #3d5dfd;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}
.photography{
	margin-top: 14px;
	padding: 24px 35px 42px 29px;
	border: 1px solid #e5e7f0;
	background-color: #ffffff;
	overflow: hidden;
	position: relative;
}
.photography1{
	float: left;
	width: 28%;
	font-size: 0;
}
.gallery-top img{
	width: 100%;
}
.inner_deta3{
	margin-top: 14px;
	position: relative;
	font-size: 0;
	padding: 0 40px;
}
.inner_deta2{
	padding: 3px;
}
.swiper-slide-thumb-active .inner_deta2{
	border: 1px solid #3e5efd;
}
.d_left{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	font-size: 0;
}
.d_right{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	font-size: 0;
}
.photography2{
	width: 100%;
	font-weight: bold;
	position: relative;
}
.photography3{
	font-size: 26px;
	color: #333333;
}
.photography4{
	margin-top: 10px;
	overflow: hidden;
}
.photography5{
	float: left;
	width: 107px;
	min-height: 1px;
}
.photography5 span{
	margin: 5px 0;
	display: inline-block;
	position: relative;
	height: 32px;
	background-color: #edf0ff;
	border: 1px solid #edf0ff;
	border-radius: 5px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.photography5 span img{
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.photography6{
	float: right;
	width: calc(100% - 107px);
	position: relative;
	display: flex;
	align-items: flex-center;
}
.photography7{
	font-size: 0;
}
.photography7 span{
	display: inline-block;
	margin: 5px 15px 5px 0;
	position: relative;
	height: 32px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	line-height: 30px;
	padding: 0 45px;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
}
.photography7 span img{
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
}
.photography7 span.on{
	border: 1px solid #3d5dfd;
	color: #3d5dfd;
}
.photography7 span.on img{
	display: block;
}
.photography8a{
	font-size: 0;
	margin: 5px 0;
	display: flex;
	align-items: center;
}
.photography8a input{
	width: 140px;
	height: 36px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	padding: 0 12px;
	margin-right: 20px;
	font-size: 14px;
}
.photography8a input.photography8b{
	width: 131px;
}
.add{
	font-size: 0;
}
.photography9 input{
	margin: 5px 0;
	width: 131px;
	height: 36px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	padding: 0 16px;
}
.photography10a{
	margin: 5px 0;
	font-size: 14px;
	color: #999999;
	line-height: 32px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.photography10a label{
	color: #333333;
	margin-left: 36px;
	display: flex;
	align-items: center;
}
.photography10a input{
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
	width: 20px;
	appearance: none;
	height: 20px;
}
.photography10a input:before{
	content: '';
	width: 20px;
	height: 20px;
	border: 1px solid #acacac;
	display: inline-block;
	border-radius: 0;
	vertical-align: middle;
}
.photography10a input:checked:before{
	content: '';
	width: 20px;
	height: 20px;
	border: 1px solid #3d5dfd;
	background:#3d5dfd;
	display: inline-block;
	border-radius: 0;
	vertical-align: middle;
}
.photography10a input:checked:after{
	content: '';
	width: 10px;
	height:5px;
	border: 2px solid white;
	border-top: transparent;
	border-right: transparent;
	text-align: center;
	display: block;
	position: absolute;
	top: 6px;
	left:5px;
	vertical-align: middle;
	transform: rotate(-45deg);
}
.add1{
	font-size: 0;
	margin-bottom: 13px;
}
.photography11a{
	font-size: 0;
	margin: 5px 0;
}
.photography11a input{
	margin-right: 14px;
	width: 131px;
	height: 32px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	padding: 0 16px;
	vertical-align: middle;
}
.photography11a input:nth-child(2){
	margin-right: 0;
}
.photography11a a{
	margin-right: 36px;
	vertical-align: middle;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	width: 100px;
	border: 1px solid #506dfd;
	background-color: #506dfd;
	border-radius: 5px;
	font-size: 12px;
	color: #ffffff;
}
.photography11a span{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #999999;
	line-height: 32px;
	margin-right: 20px;
}
.photography11a span code{
	font-size: 22px;
	color: #ff6600;
	font-weight: bold;
}
.photography12{
	margin: 5px 0;
}
.photography12a{
	display: flex;
    gap: 10px;
    margin: 5px 0;
    align-items: center;
}
.photography12 input {
	width: 355px;
	height: 36px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	padding: 0 12px;
	margin-right: 20px;
}
.photography12 select {
	width: 355px;
	height: 36px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	padding: 0 12px;
	outline: none;
}
.photography13{
	background-color: #f4f6fe;
	padding: 0 16px;
	width: 100%;
}
.photography13 ul{
	overflow: hidden;
	display: flex;
	width: 100%;
}
.photography13a{
	font-size: 12px;
	color: #333333;
}
.photography13a span{
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.orange{
	color: #ff6600 !important;
}
.photography13a code{
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	margin-right: 60px;
}
.photography13b{
	margin-top: 16px;
	font-size: 12px;
	color: #333333;
}
.photography13c{
	margin-top: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 143px;
	height: 35px;
	background-color: #ff9966;
	border-radius: 3px;
	font-size: 12px;
	cursor: pointer;
	color: #ffffff;
}
.photography13c img{
	margin-right: 5px;
}
.photography13d{
	margin-top: 16px;
	font-size: 12px;
	color: #333333;
}
.photography13d span{
	margin-right: 50px;
}
.photography14{
	margin: 5px 0;
}
.photography14 input{
	width: 211px;
	height: 52px;
	border-radius: 5px;
	background-color: #3d5dfd;
	font-size: 18px;
	color: #ffffff;
}
.intro{
	margin-top: 30px;
	padding: 30px;
	background-color: #ffffff;
	border: 1px solid #e5e7f0;
}
.intro1{
	background: url(../img/kf_bg.png) no-repeat;
	background-position: right center;
}
.intro1 span{
	display: inline-flex;
	align-items: center;
	font-size: 26px;
	color: #333333;
	padding-right: 16px;
	background-color: #ffffff;
}
.intro1 span img{
	margin-right: 8px;
}
.intro2{
	margin-top: 10px;
	font-size: 14px;
	color: #333333;
	line-height: 32px;
}
.korder{
	margin-top: 14px;
}
.korder input{
	width: 410px;
	height: 41px;
	border-radius: 5px;
	border: 1px solid #dddddd;
	padding: 0 10px;
	background-position: 14px center;
}
.korder textarea{
	width: 410px;
	height: 100px;
	border-radius: 5px;
	border: 1px solid #dddddd;
	padding: 10px;
	background-position: 14px center;
	font-size: 12px;
	font-family: auto;
}
.korder select{
	width: 410px;
	height: 41px;
	border-radius: 5px;
	border: 1px solid #dddddd;
	padding: 0 10px;
	outline: none;
}
.content1{
	position: fixed;
	left: 86px;
	top: 54px;
	right: 0;
	bottom: 0;
	background-color: #f4f6fe;
	padding: 20px 30px 50px 20px;
	overflow-y: scroll;
}
.content1::-webkit-scrollbar {
	width: 0;
}
.content1::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 0 rgba(216,216,216,0.11);
	background: rgba(216,216,216,0.11);
}
.content1::-webkit-scrollbar-track {
	box-shadow: inset 0 0 0 rgba(216,216,216,0.11);
	border-radius: 10px;
	background: rgba(216,216,216,0.02);
}
.orderSearch{
	margin-top: 20px;
	font-size: 12px;
	color: #333333;
	white-space: nowrap;
}
.orderSearch select{
	width: 120px;
	height: 30px;
	border: 1px solid #dddddd;
	border-radius: 5px;
	margin: 0 0px 0 10px;
	outline: none;
	vertical-align: middle;
}
.orderSearch input{
	width: 190px;
	height: 30px;
	border: 1px solid #dddddd;
	border-radius: 5px;
	margin: 0 0px 0 10px;
	padding: 0 10px;
	vertical-align: middle;
}
.orderSearch input.money{
	width: 120px;
}
.orderSearch input.reset{
	width: 85px;
	margin: 0;
	background-color: #edf0ff;
	border: 1px solid #8da0fe;
	padding: 0;
	cursor: pointer;
}
.orderSearch input.search{
	width: 85px;
	margin: 0 0 0 0px;
	background-color: #3d5dfd;
	border: 1px solid #3d5dfd;
	color: #ffffff;
	padding: 0;
	cursor: pointer;
}
.orderSearch a{
	margin-right: 50px;
	display: inline-block;
	background-color: #3d5dfd;
	color: #ffffff;
	height: 40px;
	width: 120px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
}
.orderList{
	padding: 5px 7px 40px 10px;
	border: 1px solid #e5e7f0;
	background-color: #ffffff;
	margin-top:10px;
	overflow-x: auto;
	width: 100%;
}
.orderList1{
	font-size: 22px;
	color: #333333;
	font-weight: bold;

}
.orderList1 a{
	display: inline-block;
	margin-right: 20px;
	color: #ffffff;
	font-size: 14px;
	padding: 10px 0;
	width: 100px;
	text-align: center;
	border-radius: 9px;
}
.orderList1 a.ywc{
	background-color: #605D5C;
}
.orderList1 a.on{
	background-color: #F48000;
}

.page{
	margin-top: 45px;
	text-align: center;
	font-size: 12px;
	color: #666666;
}
.page select{
	height: 29px;
	border: 1px solid #dadada;
	outline: none;
	vertical-align: middle;
	margin-right: 30px;
}
.page a{
	display: inline-block;
	height: 29px;
	margin: 0 5px;
	width: 32px;
	line-height: 27px;
	text-align: center;
	border: 1px solid #dadada;
	color: #666666;
	border-radius: 3px;
	vertical-align: middle;
}
.page a.on{
	border: 1px solid #3d5dfd;
	background-color: #3d5dfd;
	color: #ffffff;
}
.page span{
	margin-left: 30px;
}
.page input{
	height: 29px;
	width: 54px;
	text-align: center;
	border: 1px solid #dadada;
	vertical-align: middle;
}
.orderList2{
	margin-top: 12px;
	min-width: 1200px;

}
.orderList3{
	background-color: #f4f6fe;
	padding: 0 16px;
	width: 100%;
}
.orderList3 ul{
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
}
.orderList3 ul li{
	list-style-type: none;
	float: left;
	height: 46px;
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #666666;
}
.sWidth{
	width: 65%;
}
.sWidth2{
	width: 15%;
}
.sWidth3{
	width: 5%;
}
.oWidth{
    width: 16.67%; /* 200/1200 */
}
.oWidth1{
    width: 15%; /* 180/1200 */
}
.oWidth2{
    width: 12.5%; /* 150/1200 */
}
.oWidth3{
    width: 15%; /* 180/1200 */
}
.oWidth4{
    width: 12.5%; /* 150/1200 */
}
.oWidth5{
    width: 12.5%; /* 150/1200 */
}
.oWidth6{
    width: 16.67%; /* 200/1200 */
}
.oWidth7{
    width: 25%; /* 300/1200 */
}
.oWidth8{
    width: 19.33%; /* 220/1200 */
}
.oWidth9{
    width: 44.33%; /* 220/1200 */
}
.orderList4{
	width: 100%;
}
.orderList4 ul{
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0 16px;
	border-bottom: 1px solid #ebebeb;
}
.orderList4 ul li{
	list-style-type: none;
	float: left;
	height: 50px;
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #333333;
}
.orderList4 ul li.oWidth span{
	color: #3d5dfd;
}
.orderList4 ul li.oWidth5 a{
	display: inline-block;
	width: 64px;
	height: 27px;
	color: #ff6600;
	text-align: center;
	line-height: 25px;
	background-color: #fff3e1;
	border: 1px solid #ffa76c;
	border-radius: 13px;
}
.orderList4 ul li.oWidth5 span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 13px;
	height: 32px;
	color: #ff6600;
	background-color: #fff5e5;
	border-radius: 13px;
	position: relative;
}
.orderList4 ul li.oWidth5 span input[type = 'file']{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 6;
	opacity: 0;
}

.orderList4 ul li.oWidth5 input{
	flex: 1;
	height: 35px;
	padding: 0 10px;
}
.orderList4 ul li.oWidth5 input.on{
	border: 1px solid #666666;
	border-radius: 5px;
}

.orderList5{
	width: 100%;
	text-align: right;
}
.orderList5 a{
	display: inline-block;
	width: 100px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	background-color: #3d5dfd;
	border-radius: 3px;
	color: #ffffff;
	margin-left: 6px;
	position: relative;
}
.orderList5 a.jd{
	background-color: #ff6666;
}
.orderList5 a.sh{
	background-color: #1d233d;
}
.orderList5 a.cs{
	background-color: #ffadad;
	color: #333333;
}
.orderList5 a.wc{
	background-color: #994cb9;
}
.orderList5 a.cs::before{
	content: '';
	position: absolute;
	right: -1px;
	top: -1px;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #ff3333;
}
.orderList5 a.ycg{
	background-color: #ffd6c2;
	color: #333333;
}
.orderList5 a.ycg::before{
	content: '';
	position: absolute;
	right: -1px;
	top: -1px;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #ff6633;
}
.orderList5 a.announce{
	background-color: #ff6600;
}
.orderList5 a.announce1{
	background-color: #696360;
}
.orderList5 a.cg{
	background-color: #23d32a;
	color: #fff;
}
.orderList5 a.cg::before{
	content: '';
	position: absolute;
	right: -1px;
	top: -1px;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #ff9933;
}

.orderList5 a.bh{
	background-color: #ff6666;
	color: #fff;
}
.orderList5 a.ck{
	background-color: #009966;
	color: #ffffff;
}
.deta_tc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.24);
}
.deta_tc1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	max-width: 1200px;
}
.deta_tc2{
	position: relative;
	width: 100%;
}
.tc_close{
	font-size: 0;
	position: absolute;
	right: -20px;
	top: -20px;
}
.deta_tc3{
	padding: 30px;
	border-radius: 10px;
	background-color: #ffffff;
}
.deta_tc4{
	font-size: 22px;
	color: #333333;
	border-bottom: 1px solid #e0e4f6;
	padding-bottom: 20px;
}
.deta_tc4 span{
	color: #3d5dfd;
	margin-right: 20px;
}
.deta_tc5{
	margin-top: 20px;
}
.deta_tc6{
	margin-top: 20px;
}
.deta_tc6 span{
	display: inline-block;
	width: 80px;
	font-size: 12px;
	color: #999999;
}
.deta_tc6 code{
	font-size: 12px;
	color: #333333;
}
.deta_tc7{
	display: inline-block;
	width: 300px;
}
.deta_tc8{
	display: inline-block;
	width: 230px;
}
.deta_tc9{
	display: inline-block;
	width: 300px;
}
.deta_tc10{
	display: inline-block;
}
.deta_tc11{
	margin-top: 36px;
}
.deta_tc12{
	background-color: #f4f6fe;
}
.deta_tc12 ul{
	overflow: hidden;
	border-left: 1px solid #bac3ec;
	border-top: 1px solid #bac3ec;
}
.deta_tc12 ul li{
	list-style-type: none;
	float: left;
	line-height: 45px;
	font-size: 12px;
	color: #999999;
	padding-left: 19px;
	border: 1px solid #bac3ec;
	border-left: 0;
	border-top: 0;
}
.tWidth{
	width: 10%;
}
.tWidth1{
	width: 81%;
}
.tWidth2{
	width: 9%;
	padding-left: 0 !important;
	text-align: center;
}
.tWidth9{
	width: 100%;
}
.deta_tc13 ul{
	overflow: hidden;
	border-left: 1px solid #bac3ec;
}
.deta_tc13 ul li{
	list-style-type: none;
	float: left;
	height: 90px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #333333;
	word-break: break-all;
	padding-left: 19px;
	border: 1px solid #bac3ec;
	border-left: 0;
	border-top: 0;
}
.deta_tc13 ul li.tWidth2{
	justify-content: center;
}
.deta_tc13 ul li.tWidth1{
	justify-content: space-between;
}
.deta_tc13 ul li.tWidth9 a{
	margin: 0 20px;
	border: 1px solid #666666;
	padding: 5px 10px;
	border-radius: 9px;
}
.deta_tc13 ul li.tWidth1 a{
	margin: 0 20px;
	border: 1px solid #666666;
	padding: 5px 10px;
	border-radius: 9px;
}
.deta_tc14{
	font-size: 12px;
	color: #333333;
	margin-top: 40px;
	border-bottom: 1px solid #e0e4f6;
	padding-bottom: 30px;
}
.deta_tc14 span{
	margin-right: 50px;
}
.deta_tc15{
	margin-top: 30px;
	font-size: 14px;
	color: #666666;
}
.deta_tc15 span{
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.deta_tc15 code{
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	margin-right: 66px;
}
.people_tc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.24);
}
.people_tc1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	max-width: 820px;
}
.people_tc2{
	background-color: #fff;
	padding: 20px;
	border-radius: 9px;
}
.people_tc3{
	font-size: 28px;
	color: #333333;
	text-align: center;
	line-height: 1;
}
.people_tc4{
	margin-top: 16px;
}
.people_tc4 ul{
	overflow: hidden;
}
.people_tc4 ul li{
	list-style-type: none;
	float: left;
	margin-top: 20px;
	width: calc((100% - 80px)/5);
	margin-right: 20px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	padding: 20px 0 10px;
}
.people_tc4 ul li:nth-child(5n){
	margin-right: 0;
}
.people_tc5{
	font-size: 0;
	text-align: center;
}
.design1{
	display: none;
}
.people_tc6{
	margin-top: 10px;
	font-size: 14px;
	color: #333333;
	line-height: 1;
	text-align: center;
}
.people_tc4 ul li.on{
	background-color: #5672fd;
	border: 1px solid #5672fd;
}
.people_tc4 ul li.on .design{
	display: none;
}
.people_tc4 ul li.on .design1{
	display: inline-block;
}
.people_tc4 ul li.on .people_tc6{
	color: #ffffff;
}
.people_tc7{
	margin-top: 36px;
	text-align: center;
}
.people_tc7 a,.people_tc7 button{
	display: inline-block;
	width: 110px;
	height: 45px;
	border-radius: 5px;
	background-color: #3d5dfd;
	line-height: 45px;
	font-size: 18px;
	color: #ffffff;
	border: none;
}
.dWidth{
	width: 12%;
}
.dWidth1{
	width: 12%;
}
.dWidth2{
	width: 13%;
}
.dWidth3{
	width: 9%;
}
.dWidth4{
	width: 42%;
}
.dWidth5{
	width: 12%;
}
.orderList4 ul li.dWidth span{
	color: #3d5dfd;
}
.wuliu_tc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.24);
}
.wuliu_tc1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	max-width: 440px;
}
.wuliu_tc2{
	background-color: #ffffff;
	padding: 40px 56px;
	border-radius: 5px;
}
.wuliu_tc3{
	margin-top: 20px;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	padding-left: 10px;
}
.wuliu_tc4{
	margin-top: 10px;
}
.wuliu_tc4 select{
	width: 100%;
	height: 42px;
	border-radius: 5px;
	background-color: #f5f5f5;
	border: none;
	outline: none;
	padding: 0 10px;
}
.wuliu_tc4 input{
	width: 100%;
	height: 42px;
	border-radius: 5px;
	background-color: #f5f5f5;
	border: none;
	padding: 0 10px;
}
.wuliu_tc5{
	margin-top: 10px;
	font-size: 12px;
	color: #333333;
	padding: 0 10px;
}
.wldeta{
	margin-top: 16px;
	background-color: #ffffff;
	border: 1px solid #e5e7f0;
	padding: 30px 30px 77px;
}
.wldeta1{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.wldeta1 span{
	color: #3d5dfd;
	margin-right: 16px;
}
.wldeta2{
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
	font-size: 12px;
	color: #999999;
}
.wldeta2 span{
	margin-right: 30px;
}
.wldeta3{
	margin-top: 20px;
	font-size: 12px;
	color: #333333;
}
.wldeta3 span{
	margin-right: 30px;
}
.wldeta4{
	margin-left: 15px;
	margin-top: 40px;
	border-left: 1px solid #cccccc;
}
.wldeta5{
	margin-top: 66px;
	position: relative;
}
.wldeta5:first-child{
	margin-top: 0;
}
.wldeta6{
	font-size: 14px;
	color: #333333;
	position: relative;
	padding-left: 24px;
}
.wldeta6 span{
	position: absolute;
	left: -7px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	background-color: #ffffff;
	font-size: 0;
	padding: 2px 0;
}
.wldeta6 code{
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid #bdbdbd;
	background-color: #ffffff;
}
.wldeta6 img{
	display: none;
}
.wldeta6.down{
	color: #3d5dfd;
}
.wldeta6.down span{
	left: -10px;
}
.wldeta6.down code{
	display: none;
}
.wldeta6.down img{
	display: block;
}
.wldeta7{
	position: absolute;
	top: calc(100% + 10px);
	width: 100%;
	padding-left: 24px;
	font-size: 12px;
	color: #999999;
}
.edit_tc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.24);
}
.edit_tc1{
	margin-top: 20px;
}
.edit_tc1 textarea{
	height: 200px;
	padding: 10px;
	font-size: 12px;
	font-family: none;
	border-radius: 5px;
	border: 1px solid #999999;
	width: 100%;
}
.red{
	color: #ff0000 !important;
}
.newButt{
	position: absolute;
	/*right: 0;*/
	/*top: 50%;*/
	/*transform: translateY(-50%);*/
	z-index: 96;
	right: -35px;
	bottom: 0;
	top: auto;
	transform: translateY(0);
}
.newButt a{
	background-color: #506dfd;
	color: #ffffff;
	font-size: 18px;
	padding: 10px 20px;
	border-radius: 10px;
	display: flex;
	align-items: center;
}
.newButt1{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 96;
}
.newButt1 a{
	display: block;
	background-color: #506dfd;
	color: #ffffff;
	font-size: 18px;
	padding: 10px 20px;
	border-radius: 10px;
}
.hisOrder ul li{
	list-style-type: none;
	margin-top: 20px;
	border-bottom: 1px solid #ebebeb;
	padding: 0 10px 10px;
	display: flex;
	align-content: center;
	justify-content: space-between;;
}
.hisOrder1{
	display: flex;
	align-content: center;
	font-size: 14px;
	color: #666666;
}
.hisOrder1 input{
	margin-right: 10px;
}
.hisOrder2{
	font-size: 14px;
}
.hisOrder2 a{
	color: #3d5dfd;
}
.hisOrder3{
	margin-top: 36px;
	font-size: 12px;
	color: #666666;
}
.hisOrder3 a{
	margin-right: 20px;
	display: inline-block;
	background-color: #3d5dfd;
	color: #ffffff;
	height: 40px;
	width: 120px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
}
.hisOrder3 span{
	color: #FF4700;
}
.wdsc{
	margin-top: 15px;
	display: flex;
	min-width: 1200px;
    overflow-x: auto;
}
.wdsc a{
	position: relative;
	margin-right: 10px;
	display: inline-block;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 20px 20px;
	font-size: 9px;
	color: #666666;
}
.wdsc a span{
	display: block;
	font-size: 10px;
}
.wdsc a code{
	font-size: 14px;
	font-weight: bold;
	font-family: inherit;
}
.wdsc a i{
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	background-color: #ff0000;
	color: #ffffff;
	padding: 0 5px;
	font-style: normal;
	font-size: 10px;
	line-height: 16px;
	border-radius: 8px;
}
/*.orderList3 ul li.oWidth6{*/
/*    justify-content: flex-end;*/
/*}*/
.orderList3 span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	padding: 0 20px;
	text-align: center;
	line-height: 35px;
	background-color: #fff5e5;
	border-radius: 9px;
	color: #ff6600;
	margin-left: 16px;
	position: relative;
	width: 120px;
}
.customshow{
	display: none;
}
.customshow .people_tc2{
	background: #dedede;
}
.customshow .tc_close{
	background: #dedede;
}
.announce_tc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.24);
}
.announce_tc1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	max-width: 1200px;
}
.ovef{
	overflow: hidden;
}
.ovef1{
	float: left;
	width: 31%;
	margin: 0 1%;
}
.ovef2{
	margin-top: 16px;
}
.ovef2 ul{
	overflow: hidden;
}
.ovef2 ul li{
	list-style-type: none;
	float: left;
	margin-top: 20px;
	width: calc((100% - 20px)/3);
	margin-right: 10px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	padding: 20px 0;
}
.ovef2 ul li:nth-child(3n){
	margin-right: 0;
}
.ovef2 ul li.on{
	background-color: #5672fd;
	border: 1px solid #5672fd;
}
.ovef2 ul li.on .design{
	display: none;
}
.ovef2 ul li.on .design1{
	display: inline-block;
}
.ovef2 ul li.on .people_tc6{
	color: #ffffff;
}
.ovef3{
	margin-top: 20px;
}
.ovef3 span{
	display: inline-block;
	padding: 5px 6px;
	border-radius: 5px;
	background-color: #ccc;
	font-size: 12px;
	color: #ffffff;
	margin-right: 9px;
}
.ovef3 span.on{
	background-color: #ff6600;
}
.ovef4{
	margin-top: 20px;
}
.ovef4 span{
	display: inline-block;
	padding: 5px 6px;
	border-radius: 5px;
	background-color: #ccc;
	font-size: 12px;
	color: #ffffff;
	margin-right: 9px;
}
.ovef4 span.on{
	background-color: #340C70;
}
.ovef5{
	margin-top: 20px;
}
.ovef5 span{
	display: inline-block;
	padding: 5px 6px;
	border-radius: 5px;
	background-color: #ccc;
	font-size: 12px;
	color: #ffffff;
	margin-right: 9px;
}
.ovef5 span.on{
	background-color: #EB3D00;
}
.zdykd{
	margin-top: 10px;
}
.zdykd a{
	position: relative;
	display: inline-block;
	background-color: #3d5dfd;
	border-radius: 10px;
	padding: 10px 12px;
	font-size: 12px;
	color: #ffffff;
}
.zdykd .down{
	position: relative;
	display: inline-block;
	background-color: red;
	border-radius: 10px;
	padding: 10px 12px;
	font-size: 12px;
	color: #ffffff;
}



.text-switch {
	display: none;
}
.text-switch + label {
	display: inline-block;
	box-sizing: border-box;
	height: 22px;
	min-width: 62px;
	line-height: 20px;
	vertical-align: middle;
	border-radius: 100px;
	border: 1px solid transparent;
	background-color: rgba(0, 0, 0, 0.25);
	cursor: pointer;
	-webkit-transition: all 0.36s;
	transition: all 0.36s;
	position: relative;
}

.text-switch:checked + label {
	background-color: #1890ff;
}

.text-switch + label::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 1px;
	top: 1px;
	border-radius: 18px;
	background-color: #fff;
	cursor: pointer;
	transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
	-webkit-transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
	box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
}

.text-switch:checked + label::before {
	left: 40px;
	transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
	-webkit-transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.text-switch + label::after {
	content: "下班";
	position: absolute;
	top: 0px;
	left: 24px;
	font-size: 10px;
	color: #fff;
}

.text-switch:checked + label::after {
	content: "上班";
	left: 10px;
}


.upload-container {
	width: 100%;
	margin-bottom: 15px;
}
.file-input {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.upload-preview {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;
}
.upload-preview img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 4px;
}
.orderList1 {
	display: flex;
	align-items: center; /* Center the items vertically */
}

.order-input {
	margin-left: 10px; /* Space between the text and input */
	padding: 5px; /* Padding inside the input */
	border: 1px solid #ccc; /* Border style */
	border-radius: 4px; /* Rounded corners */
	height: 30px; /* Height of the input */
	font-size: 12px; /* Font size */
}
.order-tabs {
	margin: 10px 0;
	border-bottom: 1px solid #ddd;
}
.order-tabs ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}
.order-tabs li {
	padding: 10px 20px;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	margin-right: 10px;
}
.order-tabs li a {
	text-decoration: none;
	color: inherit;
	font-size: 12px;
}
.order-tabs li:hover {
	color: #1890ff;
}
.order-tabs li.active {
	color: #1890ff;
	border-bottom: 2px solid #1890ff;
}

    .status-count {
        display: inline-block;
        background-color: #f0f0f0;
        border-radius: 10px;
        padding: 2px 6px;
        font-size: 12px;
        margin-left: 5px;
        color: #666;
    }
    .order-tabs li.active .status-count {
        background-color: #fff;
        color: #333;
    }
    
    
    .aliu_new_item textarea{
            width: 355px;
    height: 120px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 12px;
    margin-right: 20px
    }
    .aliu_new_but{
        padding-left: 105px;
    }
    .aliu_new_but .bt{
        background: #506dfd;
        cursor: pointer;
        color: #fff;
        border-radius: 5px;font-size: 14px;
        padding: 10px 20px;
    }
    
    .aliu_add_texts span{
        display: inline-block;
        padding: 10px 20px;
        border-radius: 10px;
        background: #506dfd;
        color: #fff;
        cursor: pointer;
    }
    .aliu_new_item2 iframe{
        /*float: left;*/
        /*margin-right: 20px;*/
        width:800px; height:600px; border:0px;
    }
    .text_lt_aliu{
        float: left;
        position: relative;
    }
    .aliu_item_iframe,
    .aliu_new_item2{
        position: relative;
    }
    .aliu_item_iframe .buts
    {
        background:#007cba;color:white;padding:10px 20px; position: absolute; left: 0px; top: 0px;display:inline-block;cursor:pointer;
    }
      .aliu_item_iframe .buts2{
          left: 100px;
      }