
.nav_icon {
	margin: 0 auto .5rem;
	text-align: center;
	position: relative;
	min-height: 4.2rem
}


@font-face{
	
	font-weight: normal;
	font-style: normal;
}

*{margin:0;padding:0;outline:0;font:inherit;vertical-align:baseline;-webkit-tap-highlight-color:rgba(0,0,0,0)}
html,body,form,fieldset,p,div,h1,h2,h3,h4,h5,h6{-webkit-text-size-adjust:none}
html{font-size: 62.5%}
@media screen and (min-width:375px){
html{font-size:73.24%}
}
@media screen and (min-width:414px){
html{font-size:73.24%}
}
@media screen and (min-width:481px){
html{font-size:94%}
}
@media screen and (min-width:561px){
html{font-size:109%}
}
@media screen and (min-width:641px){
html{font-size:125%}
}

table{border-collapse:collapse;border-spacing:0}
mark{background: none;}

blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
/*strong,var,em,i{font-style:normal;font-weight:normal}*/
a{text-decoration:none;color:#333}

del{text-decoration:line-through}


a.navbar-brand {
	white-space: normal;
	text-align: center;
	word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
	color: #0366d6;
}

ul li {
	list-style: none;
}

.btn-primary {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */

.border-top {
	border-top: 1px solid #e5e5e5;
}

.border-bottom {
	border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}


/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}

body {
	/* Margin bottom by footer height */
	margin-bottom: 60px;
}

.footer {
	text-align: center;
	margin: 10px;
	margin-bottom: 30px;
	color: #999999;
	font-size: 0.9rem;
	margin-bottom: 3.5rem;
	padding-top: 5px;
	border-top: 1px solid rgb(230,230,230);
}
/*工作台标题*/
#wBanner {
	width: 100%;
	height: 64px;
	line-height: 64px;
	margin: 0 auto;
	padding: 0;
}

wImgSpan {
	width: 100%;
	margin: 0 auto;
	line-height: 64px;
	height: 64px;
}

#wImgLink {
	width: 64px;
	height: 64px;
	line-height: 64px;
}

#wHeadImg {
	width: 58px;
	height: 58px;
	line-height: 58px;
	border-radius: 5px;
	margin: 3px;
}

#wPcLogo {
	height: 50px;
	line-height: 50px;
	margin-left: 10px;
	margin-right: 10px;
	margin: 7px;
}

#box {
	max-width: 300px;
	margin: 0 auto;
	height: 64px;
	line-height: 64px;
	font-family: 'Microsoft YaHei';
	float: right;
}

#keyword {
	max-width: 200px;
	border: 1px solid #e2e2e2;
	height: 30px;
	line-height: 30px;
	background-image: url(/src/search.svg);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 5px center;
	padding: 0 0 0 40px;
	border-radius:5px;
	font-size:medium;
}

@media screen and (max-width:375px) {
	#keyword {
		max-width: 190px;
	}

	#box {
		max-width: 280px;
	}
}

@media screen and (max-width:320px) {
	#keyword {
		max-width: 170px;
	}

	#box {
		max-width: 260px;
	}
}

@media screen and (min-width:400px) {
	#keyword {
		max-width: 200px;
	}
}

@media screen and (min-width:768px) {
	#keyword {
		max-width: 300px;
	}

	#box {
		max-width: 400px;
	}
}

#search {
	width: 100px;
	height: 32px;
	line-height: 32px;
	background: black;
	color: white;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
	padding: 5.5px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid rgba(255,255,255,0.5);
	margin-right: 1rem;
	border-radius:5px;
	font-size:medium;
}

#CreateItem {
	margin: 2rem;
	margin-top: 1rem;
}

	#CreateItem img {
		margin-left: 0;
	}

	#CreateItem ul li {
		line-height: 2.2rem;
		height: 2.2rem;
	}

		#CreateItem ul li input {
			height: 1.3rem;
			line-height: 1.3rem;
		}

/*进度条样式*/
#myProgress {
	width: 100%;
	background-color: #ddd;
}

#myBar {
	width: 0%;
	height: 18px;
	background-color: #4CAF50;
	text-align: center;
	line-height: 18px;
	color: white;
}

#set {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

	#set li {
		float: left;
		padding: 8px;
	}

#HeadImg {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

	#HeadImg li {
		float: left;
		padding: 0;
		color: white;
	}

.MyOrder {
	overflow: hidden;
	display: block;
	clear: both;
	margin: 0 auto;
	padding: 0;
}

	.MyOrder ul {
		margin: 0 auto;
		padding: 0;
	}

		.MyOrder ul li {
			display: block;
			float: left;
			position: relative;
			width: 20%;
			height: 0;
			margin: 0;
			padding: 2% 0 15% 0;
		}

	.MyOrder dl {
		border-radius: 5px;
		margin: 0 auto;
		padding: 0;
		padding: 5px;
		margin-top: 0;
	}

		.MyOrder dl dt {
			width: 100%;
			margin-top: 0;
			margin: 0 auto;
		}

			.MyOrder dl dt a {
				width: 100%;
			}

			.MyOrder dl dt img {
				position: absolute;
				width: 30px;
				margin-left: 20%;
				padding-left: 2px;
				padding-top: 3px;
				opacity: 0.8;
				filter: alpha(opacity=80);
			}

		.MyOrder dl dd {
			text-align: center;
			overflow: hidden;
			margin: 0 auto;
		}

			.MyOrder dl dd a {
				position: absolute;
				top: 50px;
				left: 18%;
				text-align: center;
				overflow: hidden;
				text-decoration: none;
				margin: 0 auto;
				font-size: 0.8rem;
				color: #333333;
				font-size: 0.8rem;
			}



#GrayLine {
	clear: both;
	border-bottom: 2px solid #ddd;
	margin-bottom: 30px;
	margin-right: 0.5rem;
	margin-left: 0.5rem;
}

#Addv {
	margin: 1rem;
	font-size: large;
	color: dimgray;
	font-weight: bold;
	text-align: center;
}

html {
	background-color: lightgrey;
}

body {
	background-color: white;
}

@media screen and (min-width:1025px) {
	#BS {
		width: 100%;
	}

	body {
		width: 50%;
	}

	#NavMenu {
		width: 50%;
	}

	fieldset {
		width: 96%;
	}
}

@media screen and (max-width:1024px) {
	#BS {
		width: 100%;
	}

	#NavMenu {
		width: 100%;
	}

	fieldset {
		width: 100%;
	}
}

#NoticeTitle {
	margin: 1.5rem;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	color: dimgrey;
}

#NoticeMsg {
	margin: 0.5rem;
	line-height: 2.5rem;
	color: dimgrey;
}



#CreateSize ul {
	margin: 0.5rem;
}

	#CreateSize ul li {
		list-style: none;
		list-style-type: none;
		max-width: 350px;
	}

#QNA {
	line-height: 2.5rem;
	text-align: left;
}

	#QNA b {
		font-weight: bold;
	}

#Namecard {
	margin: 5px;
	font-weight: bold;
	line-height: 150%;
	color: #666666;
	text-indent: 3rem;
}

#Namecard_TM {
	color: #666666;
}

.MainTitle {
	font-size: larger;
	font-weight: bold;
	margin: 0.5rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

/*提交订单截图*/
.file {
	position: relative;
	display: inline-block;
	background: #e5e5e5; /*#D0EEFF;*/
	border: 1px solid #99D3F5;
	border-radius: 1.4rem;
	/*padding: 4px 12px;*/
	overflow: hidden;
	color: #333333; /*#1E88C7;*/
	text-decoration: none;
	text-indent: 0;
	line-height: 2.2rem;
	height: 2.2rem;
	margin-left: 10px;
}

	.file input {
		position: absolute;
		font-size: 100px;
		right: 0;
		top: 0;
		opacity: 0;
		width: 100px;
		height: 100px;
	}

	.file:hover {
		background: #ddd; /* #AADFFD;*/
		border-color: #78C3F3;
		color: #004974;
		text-decoration: none;
	}

#reg {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

	#reg li {
		padding-bottom: 3rem;
	}

	#reg input {
		vertical-align: middle;
	}

#Barcode {
	font-size: large;
	font-weight: bold;
	max-width: 20rem;
}



label {
	vertical-align: middle;
}

#Password {
	max-width: 13rem;
}

#Mobile {
	max-width: 13rem;
}

#SameOrder {
	width: 100%;
}

.DeleteImg {
	min-width: 16px;
	max-width: 20px;
}

body {
	margin: 0;
	padding: 0;
}



.TitleNav {
	height: 20px;
	line-height: 20px;
	color: white;
	vertical-align: middle;
	font-weight: bold;
	margin-left: 10px;
}

.Required {
	color: red;
}

.nav_shortcut {
	position: relative;
	z-index: 2;
	padding-top: 0;
	overflow: hidden;
	margin-top: 1rem;
}

	.nav_shortcut li {
		text-align: center;
		margin-bottom: 0;
		margin-top: 0;
	}

		.nav_shortcut li a {
			display: block
		}

	.nav_shortcut .nav_icon {
		margin: 0 auto .5rem;
		text-align: center;
		position: relative;
	}

		.nav_shortcut .nav_icon img {
			width: 3rem;
			margin-top: 0.5rem;
			padding: 0;
			margin: 0
		}

	.nav_shortcut li .title {
		text-align: center;
		font-size: 1rem;
		height: 1.4rem;
		overflow: hidden;
		word-break: break-all;
		margin: 0;
		padding: 0;
	}

.marker {
	position: absolute;
	top: 0;
	left: 40%;
	z-index: 99999;
	padding-bottom: 0;
	padding-left: .4rem;
	padding-right: .4rem;
	border: red;
	text-align: center;
	vertical-align: middle;
	max-width: 50%;
	height: 1.2rem;
	line-height: 1.2rem;
	font-size: 0.8rem;
	overflow: hidden;
	border-radius: 1.4rem;
	white-space: nowrap;
	background-color: rgba(255,0,0,0.65);
	color: white;
}


.loading {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -32px 0 0 -32px;
	width: 64px;
	height: 64px;
	z-index: 99;
}
