html {
	overflow: auto;
}

body {
	overflow: visible;
	width: 100%;
	min-height: 600px;
	/*font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;*/
	color: #222;
}

@media only screen and (min-width: 1024px) {
	body {
		min-width: 1400px;
	}
}

ul,
ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

a:link,
a:visited {
	/* color: currentcolor; */
	color: #2596DE;
}

a.am-disabled {
	cursor: not-allowed;
}

.red,
.font-red {
	color: #FF0000;
}

.green,
.font-green {
	color: #008000;
}

.blue,
.font-blue {
	color: #0D22FF;
}

.grey,
.font-grey,
.gray,
.font-gray {
	color: #AAA;
}

.coinAdmin-width,
.coinAdmin-width-lg {
	display: block;
	margin: 0 auto;
	width: 1200px;
}

.coinAdmin-width-lg {
	width: 1400px;
}

.boxBorderNo {
	border: none !important;
}

/* background */

.bgWhite {
	background-color: #FFF !important;
}

.bgGrayf4 {
	background-color: #f4f4f4;
}

#bgGray,
.bgGray {
	background-color: #F8F8F8;
}

.bgRedL {
	background-color: #FFEAEA;
}

.bgGreenL {
	background-color: #EAFFEA;
}

.bgBlueL {
	background-color: #EAFAFF;
}

.bgPurpleL {
	background-color: #EDE7F6;
}

.bgPrimary {
	color: #FFF !important;
	background-color: #1E6FFF;
}

.bgPrimary a:link,
.bgPrimary a:visited {
	color: #FFF !important;
}

@media only screen and (max-width: 640px) {
	.popBtn-upList {
		padding-left: 2px !important;
		padding-right: 2px !important;
		color: currentcolor !important;
		text-align: center;
	}
}

/* popwindow */

.admin-popWindow {
	float: left;
	display: none;
	position: fixed;
	top: 50px;
	left: 50%;
	z-index: 10000;
	margin-left: -400px;
	width: 800px;
	min-height: 300px;
	max-height: 800px;
	background-color: #FFF;
	box-shadow: 0 0 15px rgb(0 0 0 / 30%);
	overflow-y: auto;
}

.admin-popWindow div.coinAdmin-product {
	padding-left: 20px;
	padding-right: 20px;
}

.admin-popWindow .close-btn {
	float: right;
	display: inline;
	position: absolute;
	top: 0;
	right: 20px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 30px;
	line-height: 40px;
}

@media only screen and (max-width: 640px) {
	.admin-popWindow {
		float: left;
		display: none;
		position: fixed;
		top: 2rem;
		left: 5%;
		z-index: 10000;
		margin-left: 0;
		width: 90%;
		min-height: 400px;
		max-height: 650px;
		overflow-x: scroll;
		background-color: #FFF;
		box-shadow: 0 0 15px rgb(0 0 0 / 30%);
	}

	.admin-popWindow div.coinAdmin-product {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}


/* button */

.btn-default,
.btn-cancel {
	padding: 5px 15px;
	height: 30px;
	font-size: 15px;
	line-height: 18px !important;
	letter-spacing: 2px !important;
	text-indent: 4px !important;
	text-align: center !important;
	border-radius: 1px !important;
}

.btn-default-sm,
.btn-cancel-sm {
	padding: 2px 10px;
	height: 22px;
	font-size: 13px;
	line-height: 16px !important;
	letter-spacing: 1px !important;
	text-indent: 2px !important;
	text-align: center !important;
	border-radius: 1px !important;
}

.btn-default,
.btn-default-sm,
input.btn-default,
input.btn-default-sm {
	/*color: #FFF !important;
	background-color: #FF4040 !important;
	border: 1px solid #FF4040 !important;*/
	/* background-color: #1A73E8 !important;
	border: 1px solid #1465CE !important; */
	color: #FFF !important;
	background-color: #1E6FFF !important;
	border: 1px solid #1465CE !important;
}

.btn-cancel,
.btn-cancel-sm,
input.btn-cancel,
input.btn-cancel-sm {
	color: #666 !important;
	background-color: #EEE !important;
	border: 1px solid #DDD !important;
}

.am-btn {
	padding: 5px 15px !important;
	font-size: 15px !important;
	line-height: 18px !important;
}

.am-btn-default {
	color: #444;
	background-color: #EAEAEA;
	border-color: #EAEAEA;
}

.am-btn-success {
	color: #FFF;
	background-color: #65C765;
	border-color: #65C765;
}

.am-btn-primary {
	color: #FFF;
	background-color: #1E6FFF;
	border-color: #1E6FFF;
}



.am-btn-primary:focus,
.am-btn-primary:hover,
.am-btn-primary.am-active,
.am-btn-primary:active,
.am-dropdown.am-active .am-btn-primary.am-dropdown-toggle {
	background-color: #1465CE;
	border-color: #1465CE;
}




/* form & table */

form,
table {
	font-size: 16px !important;
	line-height: 24px !important;
}

input,
select,
textarea {
	padding: 2px 5px !important;
	font-size: 16px !important;
	line-height: 24px !important;
	border: 1px solid #AAA;
}

input:focus,
select:focus,
textarea:focus {
	border: 1px solid #3AA759 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(66, 134, 229, .075), 0 0 5px rgba(66, 134, 229, .3) !important;
	box-shadow: inset 0 1px 1px rgba(66, 134, 229, .075), 0 0 5px rgba(66, 134, 229, .3) !important;
}

@media only screen and (max-width: 1024px) {
	.coinAdmin-width {
		width: 95% !important;
	}

	form,
	table {
		font-size: 1.8rem !important;
		line-height: 2.4rem !important;
	}

	input,
	select,
	textarea {
		padding: 0.5rem;
		font-size: 1.8rem !important;
		line-height: 2rem !important;
	}
}

form .form-tips {
	font-weight: normal;
}

table input,
table select,
table textarea {
	border: 1px solid #CCC;
}

table thead tr:not(.am-datepicker-header) th {
	background-color: #F9F9F9;
}

table tbody tr td {
	white-space: normal;
	word-break: break-all;
}

form.scrollForm {
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	overflow-x: scroll;
}

form.scrollForm table {
	margin-bottom: 0;
	display: block;
	width: auto !important;
	border: none;
}

form.scrollForm table thead tr th,
form.scrollForm table tbody tr td {
	padding: 8px;
	line-height: 24px;
}

form.scrollForm table thead tr th:last-of-type,
form.scrollForm table tbody tr:last-of-type td {
	border-bottom: 1px solid #ddd;
}

form.scrollForm table thead tr th:not(:first-of-type),
form.scrollForm table tbody tr td:not(:first-of-type) {
	position: relative;
	left: 100px;
	min-width: 150px !important;
}

form.scrollForm table thead tr th:first-of-type,
form.scrollForm table tbody tr td:first-of-type {
	width: 100px !important;
	position: absolute;
	z-index: 99;
	border-right: 1px solid #ddd;
}

form.scrollForm table tbody tr td:first-of-type {
	border-top: 1px solid #ddd !important;
	background-color: #FFF;
}

form.form-accountAdd {
	/* float: left; */
	display: flex;
	flex-flow: wrap;
	align-self: stretch;
	align-items: stretch;
	align-content: stretch;
	margin: 20px auto;
	min-width: 800px;
	max-width: 1200px;
}

form.form-accountAdd .am-form-group {
	float: left;
	display: flex;
	align-self: stretch;
	align-items: stretch;
	align-content: stretch;
	margin: 0 !important;
	width: 100%;
}

form.form-accountAdd .left,
form.form-accountAdd .right {
	float: left;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
}

form.form-accountAdd .left {
	flex: 0 0 auto;
	margin-top: 5px;
	width: 180px;
	font-weight: normal;
	line-height: 30px;
}

form.form-accountAdd .right {
	flex: 1 1 auto;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 30px;
	background-color: #FFF;
}

form.form-accountAdd .right:not(.confirm) input,
form.form-accountAdd .right textarea,
form.form-accountAdd .right select {
	float: left;
	display: inline-block;
	padding: 5px !important;
	min-width: 50%;
	max-width: 85%;
	font-size: 17px !important;
	line-height: 28px !important;
}

form.form-accountAdd .right span.tips {
	float: left;
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 30px;
	color: #888;
}

form.form-accountAdd .confirm {
	text-align: center;
}

form.form-accountAdd .confirm .am-btn {
	min-width: 20%;
	padding: 5px 15px !important;
	font-size: 16px !important;
	line-height: 22px !important;
	letter-spacing: 2px !important;
}


/* index */

table.by-table a,
table.tableIndex a {
	font-size: 14px;
	display: inline-table;
	padding: 0 6px;
	color: currentcolor;
}

table.tableIndex a:link,
table.tableIndex a:link {
	color: currentcolor;
}

table.tableIndex tr.tr-bg-f4 {
	background-color: #f4f4f4;
}

/*table.by-table td a,
table.tableIndex td a {
	color: #ccc;
}*/

table.by-table tr:first-of-type td:first-of-type>a:first-of-type,
table.tableIndex tr:first-of-type td:first-of-type>a:first-of-type {
	font-size: 16px;
	font-weight: 700;
	color: #000;
}

table.by-table tr:not(.tr-bg-f4) td,
table.tableIndex tr:not(.tr-bg-f4) td {
	font-weight: 700;
}

/*
 fixed-layout 固定头部和边栏布局
*/

.admin-icon-yellow {
	color: #ffbe40;
}


/*
* user.html css
*/

.user-info {
	margin-bottom: 15px;
}

.user-info .am-progress {
	margin-bottom: 4px;
}

.user-info p {
	margin: 5px;
}

.user-info-order {
	font-size: 1.4rem;
}


/*
* errorLog.html css
*/

.error-log .am-pre-scrollable {
	max-height: 40rem;
}


/*
* table.html css
*/

.table-main {
	font-size: 1.4rem;
	padding: .5rem;
}

.table-main button {
	background: #fff;
}

.table-check {
	width: 30px;
}

.table-id {
	width: 50px;
}

@media only screen and (max-width: 640px) {
	.table-select {
		margin-top: 10px;
		margin-left: 5px;

	}
}


/*
gallery.html css
*/

.gallery-list li {
	padding: 10px;
}

.gallery-list a {
	color: #666;
}

.gallery-list a:hover {
	color: #3bb4f2;
}

.gallery-title {
	margin-top: 6px;
	font-size: 1.4rem;
}

.gallery-desc {
	font-size: 1.2rem;
	margin-top: 4px;
}


/*
 404.html css
*/

.page-404 {
	background: #fff;
	border: none;
	width: 200px;
	margin: 0 auto;
}

.admin-top-nav dl dt a {
	color: #000;
}

.admin-top-nav dl dt {
	float: left;
	min-width: 120px;
	padding: 0 8px;
}

.admin-top-nav dl dt,
.admin-top-nav dl dd {
	margin-top: 0;
}

.admin-top-nav a {
	line-height: 220%;
}

.admin-top-nav dl dd {
	border-bottom: 1px dashed #f0f0f0;
	overflow: hidden;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.admin-top-nav dl dd a {
	padding-right: 10px;
	word-break: keep-all;
	text-align: left;
}

.admin-top-nav dl dd a:hover {
	color: #ff6600;
}


/* admin */

/* admin - header */

.admin-header {
	margin: 0;
	background-color: #1E6FFF;
}

.admin-header .am-topbar-brand {
	float: left;
	display: inline-block;
	/* width: 50%; */
	height: auto;
	min-height: 50px;
}

.admin-header .am-topbar-brand a {
	float: left;
	display: inline-block;
}

.admin-header .am-topbar-brand span {
	float: left;
	display: inline-block;
	position: relative;
	margin-right: 0;
	/* margin-right: 20px; */
}

.admin-header .am-topbar-brand span.img {
	top: -2px;
}

.admin-header .am-topbar-brand span.img img {
	width: 130px;
}

.admin-header .am-topbar-brand span.img::after {
	float: right;
	display: inline-block;
	content: "";
	position: relative;
	top: 18px;
	right: -20px;
	width: 2px;
	height: 20px;
	background-color: #FFF;
}

.admin-header .am-topbar-brand span.title {
	padding: 15px;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 2px;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 641px) {
	.am-topbar-collapse.am-collapse {
		float: left;
		display: inline-block !important;
	}
}

.admin-header .admin-header-list ul li {
	min-width: 100px;
	text-align: center;
}

.admin-header .admin-header-list ul.am-dropdown-content li {
	text-align: left;
}

.admin-header .admin-header-list ul li span {
	padding-left: 10px;
	padding-right: 10px;
}

@media only screen and (max-width: 640px) {
	.admin-header .am-topbar-brand {
		float: left;
		display: inline-block;
		padding-left: 0.5rem;
		padding-right: 0;
		height: auto;
		/* max-width: 75%; */
		width: 100%;
		overflow-X: scroll;
	}

	/* .admin-header .am-topbar-brand a:nth-last-of-type(1),
	.admin-header .am-topbar-brand a:nth-last-of-type(2),
	.admin-header .am-topbar-brand a:nth-last-of-type(3) {
		display: none;
	} */

	.admin-header .am-topbar-brand span {
		/*margin-right: 0.5rem;*/
		margin-right: 0;
	}

	.admin-header .am-topbar-brand span.title {
		padding: 1.5rem 0.8rem;
	}

	.admin-header .admin-header-list {
		float: left;
		display: inline-block;
		padding: 0 !important;
		margin-left: 0.5rem;
		width: auto;
		height: 5rem;
		line-height: 4rem;
		clear: none;
	}

	.admin-header .admin-header-list ul li {
		min-width: 5rem;
	}

	.admin-header .admin-header-list ul li span {
		padding-left: 0;
		padding-right: 0;
	}

	.admin-header .admin-header-list ul li a.am-dropdown-toggle {
		padding: 0.5rem;
	}

	.admin-header .admin-header-list ul li .am-dropdown-content {
		position: absolute !important;
		min-width: 9rem;
	}

	.admin-header .admin-header-list ul li .am-dropdown-content>li>a {
		display: block;
		padding: 0.5rem 1rem;
	}

	.admin-header .admin-header-list ul.am-topbar-nav {
		margin-bottom: 0 !important;
	}
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.admin-header .admin-header-list {
		float: left;
		display: inline-block;
		padding: 0 !important;
		width: auto;
		min-width: 5rem;
		clear: none;
	}

	.admin-header .admin-header-list ul.am-topbar-nav {
		margin-bottom: 0 !important;
	}
}


/* admin - main */
.admin-main {
	float: left;
	display: block;
	position: relative;
	width: 100%;
}

.admin-menu {
	position: fixed;
	z-index: 10;
	bottom: 30px;
	right: 20px;
}

.admin-sidebar {
	float: left;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	width: 260px;
	height: 100%;
	min-height: 100%;
	border-right: 1px solid #cecece;
}

.admin-sidebar.am-active {
	z-index: 1600;
}

.admin-sidebar-list {
	margin-bottom: 0;
}

.admin-sidebar-list li a {
	color: #5c5c5c;
	padding-left: 24px;
}

.admin-sidebar-list li:first-child {
	border-top: none;
}

.admin-sidebar-sub {
	margin-top: 0;
	margin-bottom: 0;
	box-shadow: 0 16px 8px -15px #e2e2e2 inset;
	background: #ececec;
	padding-left: 24px;
}

.admin-sidebar-sub li:first-child {
	border-top: 1px solid #dedede;
}

.admin-sidebar-panel {
	margin: 10px;
}

.admin-content {
	float: left;
	display: block;
	padding: 0 15px;
	width: 100%;
}

.admin-content-title {
	float: left;
	display: block;
	margin-top: 15px;
	margin-bottom: 10px;
	width: 100%;
}

.admin-content-title h2 {
	float: left;
	display: block;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center !important;
}

.admin-content-title h2 span.shortcut {
	display: inline-block;
	margin-left: 20px;
	font-size: 16px;
}

.admin-content-title h2 span.shortcut a {
	display: inline-block;
}

.admin-content-title h2 span.shortcut a:not(:last-of-type) {
	margin-right: 15px;
}

.admin-content-body {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.admin-content-footer {
	font-size: 85%;
	color: #777;
}

.admin-content-list {
	border: 1px solid #e9ecf1;
	margin-top: 0;
}

.admin-content-list li {
	border: 1px solid #e9ecf1;
	border-width: 0 1px;
	margin-left: -1px;
}

.admin-content-list li:first-child {
	border-left: none;
}

.admin-content-list li:last-child {
	border-right: none;
}

.admin-content-table a {
	color: #535353;
}

.admin-content-file {
	margin-bottom: 0;
	color: #666;
}

.admin-content-file p {
	margin: 0 0 5px 0;
	font-size: 1.4rem;
}

.admin-content-file li {
	padding: 10px 0;
}

.admin-content-file li:first-child {
	border-top: none;
}

.admin-content-file li:last-child {
	border-bottom: none;
}

.admin-content-file li .am-progress {
	margin-bottom: 4px;
}

.admin-content-file li .am-progress-bar {
	line-height: 14px;
}

.admin-content-task {
	margin-bottom: 0;
}

.admin-content-task li {
	padding: 5px 0;
	border-color: #eee;
}

.admin-content-task li:first-child {
	border-top: none;
}

.admin-content-task li:last-child {
	border-bottom: none;
}

.admin-task-meta {
	font-size: 1.2rem;
	color: #999;
}

.admin-task-bd {
	font-size: 1.4rem;
	margin-bottom: 5px;
}

.admin-content-comment {
	margin-bottom: 0;
}

.admin-content-comment .am-comment-bd {
	font-size: 1.4rem;
}

.admin-content-pagination {
	margin-bottom: 0;
}

.admin-content-pagination li a {
	padding: 4px 8px;
}

@media only screen and (min-width: 641px) {
	.admin-sidebar {
		display: block;
		position: static;
		background: none;
	}

	.admin-offcanvas-bar {
		position: static;
		width: auto;
		background: none;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		overflow-y: visible;
		min-height: 100%;
	}

	.admin-offcanvas-bar:after {
		content: none;
	}
}

@media only screen and (max-width: 640px) {
	.admin-sidebar {
		width: inherit;
	}

	.admin-offcanvas-bar {
		background: #f3f3f3;
	}

	.admin-offcanvas-bar:after {
		background: #BABABA;
	}

	.admin-sidebar-list a:hover,
	.admin-sidebar-list a:active {
		-webkit-transition: background-color .3s ease;
		-moz-transition: background-color .3s ease;
		-ms-transition: background-color .3s ease;
		-o-transition: background-color .3s ease;
		transition: background-color .3s ease;
		background: #E4E4E4;
	}

	.admin-content-list li {
		padding: 10px;
		border-width: 1px 0;
		margin-top: -1px;
	}

	.admin-content-list li:first-child {
		border-top: none;
	}

	.admin-content-list li:last-child {
		border-bottom: none;
	}

	.admin-form-text {
		text-align: left !important;

	}
}




/* main */

.coinAdmin-main {
	float: left;
	display: block;
	width: 100%;
}


/* head */

.coinAdmin-main-head {
	float: left;
	display: block;
	width: 100%;
}

.coinAdmin-main-head .title {
	float: left;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	font-size: 22px;
	line-height: 40px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
}

.coinAdmin-main-head .nav {
	float: left;
	display: block;
	width: 100%;
}


/*.coinAdmin-main-head .nav ul li {
	float: left;
	display: block;
	margin-bottom: 5px;
	width: 100%;
	font-size: 18px;
	line-height: 30px;
}

.coinAdmin-main-head .nav ul li span.list a {
	float: left;
	display: inline-block;
	margin-bottom: 10px;
	padding-right: 20px;
	font-weight: 700;
}*/

.coinAdmin-main-head .nav ul li {
	float: left;
	display: block;
	padding: 0;
	width: 100%;
	font-size: 18px;
	line-height: 30px;
}

.coinAdmin-main-head .nav ul li span {
	float: left;
	display: inline-block;
}

.coinAdmin-main-head .nav ul li span.name {
	min-width: 80px;
}

.coinAdmin-main-head .nav ul li span.list a {
	float: left;
	display: inline-block;
	padding-right: 20px;
	font-weight: 700;
}

.coinAdmin-main-head .nav ul li span.list a:hover,
.coinAdmin-main-head .nav ul li span.list a.active {
	color: #FF0000;
}


/* sumTable product */

.coinAdmin-sumTable-product {
	display: none;
}

.coinAdmin-product .coinAdmin-product-list table thead tr th a,
.coinAdmin-sumTable-product table thead tr th a {
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
}

.coinAdmin-product .coinAdmin-product-list table thead tr th {
	padding: 10px 2px;
	font-size: 14px;
	text-align: center;
}

.coinAdmin-product .coinAdmin-product-list table thead .thead-titleCenter {
	vertical-align: middle;
}

.coinAdmin-product .coinAdmin-product-list table thead .thead-listNormal th {
	padding: 7px 2px;
}

.coinAdmin-product .coinAdmin-product-list table thead .thead-listNormal th,
.coinAdmin-product .coinAdmin-product-list table thead .thead-listNormal th a {
	font-size: 16px !important;
	font-weight: normal !important;
}

@media only screen and (max-width: 640px) {
	.coinAdmin-sumTable-product {
		display: block !important;
	}

	.coinAdmin-sumTable-product table {
		border-right: none;
	}

	.coinAdmin-sumTable-product table:not(.table-selected):not(.table-ratio) thead {
		display: none;
	}

	.coinAdmin-sumTable-product table.table-selected thead tr th:last-of-type,
	.coinAdmin-sumTable-product table.table-ratio thead tr th:last-of-type,
	.coinAdmin-sumTable-product table tbody tr td:last-of-type {
		border-right: 1px solid #DDD;
	}

	.coinAdmin-sumTable-product table tbody:not(:last-of-type)::after {
		float: left;
		display: table-row;
		content: "";
		width: 100%;
		height: 15px;
	}

	.coinAdmin-sumTable-product table tbody tr td {
		padding-left: 0.4rem;
		padding-right: 0.4rem;
		text-align: center;
		white-space: nowrap;
		text-overflow: clip;
		overflow: hidden;
		border-bottom: none;
	}

	.coinAdmin-sumTable-product table tbody tr:last-of-type td {
		border-bottom: 1px solid #DDD;
	}

	.coinAdmin-sumTable-product table tbody tr td.item-title {
		max-width: 5rem;
		text-align: left;
	}

	.coinAdmin-sumTable-product table tbody tr td.item-name {
		/*max-width: 7.8rem;*/
		max-width: 4.8rem;
		text-align: left;
	}

	.coinAdmin-sumTable-product table tbody tr td.item-current {
		max-width: 5.5rem;
	}

	.coinAdmin-sumTable-product table tbody tr td.item-price {
		max-width: 4.8rem;
	}

	.coinAdmin-sumTable-product table tbody tr td.item-increase {
		max-width: 4rem;
	}

	.coinAdmin-sumTable-product table tbody tr td.item-priceUnit {
		max-width: 5.2rem;
	}

	.coinAdmin-sumTable-product table tbody tr td.item-memo {
		max-width: 16rem;
		overflow: scroll;
	}

	.coinAdmin-sumTable-product table tbody tr td.item-side,
	.coinAdmin-sumTable-product table tbody tr td.item-status {
		max-width: 2rem;
	}

	.coinAdmin-sumTable-product table.table-ratio tbody tr td.item-time {
		max-width: 6rem;
		font-size: 1.5rem;
		line-height: 2.2rem;
		white-space: normal;
	}

	.coinAdmin-sumTable-product table.table-ratio tbody tr td.item-title {
		max-width: 5.5rem;
	}
}


/* product */

.coinAdmin-product {
	float: left;
	display: block;
	width: 100%;
}


/* product - form */

.coinAdmin-product .form-control {
	float: left;
	display: flex;
	display: -webkit-flex;
	flex-flow: wrap;
	align-self: stretch;
	-webkit-align-self: stretch;
	align-items: stretch;
	-webkit-align-items: stretch;
	align-content: stretch;
	-webkit-align-content: stretch;
	/* margin-top: 20px; */
	margin-bottom: 20px;
	width: 100%;
	border: 1px solid #DDD;
	border-bottom: none;
	border-right: none;
}

.coinAdmin-product .form-control .am-form-group {
	float: left;
	display: flex;
	display: -webkit-flex;
	flex-flow: wrap;
	align-self: stretch;
	-webkit-align-self: stretch;
	align-items: stretch;
	-webkit-align-items: stretch;
	align-content: stretch;
	-webkit-align-content: stretch;
	margin: 0 !important;
	width: 50%;
	border: 1px solid #DDD;
	border-top: none;
	border-left: none;
}

.coinAdmin-product .form-control .left,
.coinAdmin-product .form-control .right {
	float: left;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
}

.coinAdmin-product .form-control .left {
	flex: 0 0 auto;
	width: 180px;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	background-color: #F5F5F5;
	border-right: 1px solid #DDD;
	border-left: none;
}

.coinAdmin-product .form-control .right {
	flex: 1 1 auto;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFF;
}

.coinAdmin-product .form-control .right:not(.confirm) input,
.coinAdmin-product .form-control .right textarea,
.coinAdmin-product .form-control .right select {
	float: left;
	display: inline-block;
	min-width: 40%;
	/*max-width: 60%;*/
	max-width: 55%;
}

.coinAdmin-product .form-control .third {
	width: 33.33%;
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
	.coinAdmin-product .form-control .third {
		width: 100%;
	}
}

/* .coinAdmin-product .form-control .third .left {
    width: 140px;
} */

.coinAdmin-product .form-control .third .right:not(.confirm) input,
.coinAdmin-product .form-control .third .right textarea,
.coinAdmin-product .form-control .third .right select {
	float: left;
	display: inline-block;
	min-width: 75%;
}

.coinAdmin-product .form-control .all {
	width: 100%;
}

.coinAdmin-product .form-control .all .maxOpen textarea {
	min-width: 85%;
	height: auto;
	min-height: 40px;
	line-height: 20px;
}

.coinAdmin-product .form-control span.name {
	float: left;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
}

.coinAdmin-product .form-control span.name font {
	font-weight: normal;
}

.coinAdmin-product .form-control span.tips {
	float: left;
	display: inline-block;
	margin-left: 5px;
	font-size: 13px;
	line-height: 30px;
	color: #FF0000;
}

.coinAdmin-product .form-control .profile .tips {
	margin-left: 15px;
}

.coinAdmin-product .form-control>div:not(.all) .profile .operationBtns {
	float: left;
	display: flex;
	display: -webkit-flex;
	justify-content: space-evenly;
	-webkit-justify-content: space-evenly;
	width: 100%;
}

.coinAdmin-product .form-control .profile .operationBtns .am-btn {
	float: left;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

.coinAdmin-product .form-control .confirm {
	width: 100% !important;
	text-align: center;
}

.coinAdmin-product .form-control .confirm .am-btn {
	min-width: 20%;
	padding: 5px 15px !important;
	font-size: 16px !important;
	line-height: 22px !important;
	letter-spacing: 2px !important;
}

@media only screen and (max-width: 640px) {
	.coinAdmin-main-head .title {
		margin-top: 1rem;
	}

	.coinAdmin-product .form-control {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	.coinAdmin-product .form-control .am-form-group {
		width: 100%;
		border: 0.1rem solid #DDD;
		border-top: none;
		border-left: none;
	}

	.coinAdmin-product .form-control .third {
		min-height: 2rem;
	}

	.coinAdmin-product .form-control .left,
	.coinAdmin-product .form-control .right {
		padding-top: 0.6rem;
		padding-bottom: 0.6rem;
	}

	.coinAdmin-product .form-control .left {
		/*width: 14.8rem !important;*/
		width: 15rem !important;
	}
	
	.coinAdmin-product .form-control .right {
		float: left;
		display: flex;
		display: -webkit-flex;
		align-content: flex-start;
		-webkit-align-content: flex-start;
		justify-content: center;
		-webkit-justify-content: center;
		flex-direction: column;
		flex-wrap: nowrap;	
	}

	.coinAdmin-product .form-control .right:not(.confirm) input,
	.coinAdmin-product .form-control .right textarea,
	.coinAdmin-product .form-control .right select {
		float: left;
		display: inline-block;
		min-width: 65%;
	}

	.coinAdmin-product .form-control .all .maxOpen textarea {
		min-height: 17rem;
		min-width: 100%;
	}

	.coinAdmin-product .form-control .profile .operationBtns {
		float: left;
		display: flex;
		display: -webkit-flex;
		justify-content: space-evenly;
		-webkit-justify-content: space-evenly;
		width: 100%;
	}

	.coinAdmin-product .form-control .profile .operationBtns .am-btn {
		margin: 0.3rem 0.5rem 0.2rem;
	}
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
	.coinAdmin-product .form-control .left {
		width: 14.5rem !important;
	}
	
	.coinAdmin-product .form-control .right {
		float: left;
		display: flex;
		display: -webkit-flex;
		align-content: flex-start;
		-webkit-align-content: flex-start;
		justify-content: center;
		-webkit-justify-content: center;
		flex-direction: column;
		flex-wrap: nowrap;	
	}

	.coinAdmin-product .form-control .right:not(.confirm) input,
	.coinAdmin-product .form-control .right textarea,
	.coinAdmin-product .form-control .right select {
		float: left;
		display: inline-block;
		min-width: 85%;
	}

	.coinAdmin-product .form-control .all .maxOpen textarea {
		min-height: 9rem;
		min-width: 100%;
	}
}

.coinAdmin-product .form-msg {
	margin-top: 30px;
}

.coinAdmin-product .form-msg .left {
	float: left;
	display: inline-block;
	padding-right: 15px;
	padding-top: 0;
	width: 18%;
}

.coinAdmin-product .form-msg .right {
	float: left;
	display: inline-block;
	width: 72%;
}

.coinAdmin-product .form-msg .right-half {
	width: 50%;
}

.coinAdmin-product .form-msg .confirm {
	float: left;
	display: block;
	width: 100%;
	text-align: center;
}

.coinAdmin-product .form-msg .confirm .am-btn,
.coinAdmin-sumTable-product .form-msg .confirm .am-btn {
	min-width: 20%;
}

@media only screen and (max-width: 640px) {

	.coinAdmin-sumTable-product .form-msg,
	.coinAdmin-product .form-msgblock {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	.coinAdmin-sumTable-product .form-msg .left,
	.coinAdmin-sumTable-product .form-msg .right,
	.coinAdmin-product .form-msgblock .left,
	.coinAdmin-product .form-msgblock .right {
		float: left;
		display: block;
		padding-bottom: 0.5rem;
		width: 100%;
	}

	.coinAdmin-product .form-msgblock .right {
		text-align: center;
	}
}


/* product - list */

.coinAdmin-product .coinAdmin-product-list {
	float: left;
	display: block;
	width: 100%;
}

@media only screen and (max-width: 640px) {

	.coinAdmin-product .coinAdmin-product-list,
	.coinAdmin-product .form-msg,
	.coinAdmin-product .coinAdmin-msglist {
		display: none !important;
	}
}

.coinAdmin-product .coinAdmin-product-list ul {
	float: left;
	display: block;
	width: 100%;
}

.coinAdmin-product .coinAdmin-product-list ul:not(:first-of-type) {
	margin-top: 15px;
}

.coinAdmin-product .coinAdmin-product-list ul li {
	float: left;
	display: block;
	/*display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;*/
	width: 100%;
	border: 1px solid #DDD;
	border-left: none;
}

.coinAdmin-product .coinAdmin-product-list ul li:not(:first-of-type) {
	border-top: none;
}

.coinAdmin-product .coinAdmin-product-list ul li:not(.special) .item {
	float: left;
	display: inline-block;
	text-align: center;
	border-left: 1px solid #DDD;
}

.coinAdmin-product .coinAdmin-product-list ul li .item .head,
.coinAdmin-product .coinAdmin-product-list ul li .item .content,
.coinAdmin-product .coinAdmin-product-list ul li .item .content-form {
	float: left;
	display: block;
	padding: 10px 5px;
	width: 100%;
	word-break: break-word;
	white-space: normal;
}

.coinAdmin-product .coinAdmin-product-list ul li .item .content-form {
	padding: 8px 5px 8px 10px !important;
	text-align: left;
}


/*.coinAdmin-product .coinAdmin-product-list ul li:not(:first-of-type) .item .head,
.coinAdmin-product .coinAdmin-product-list ul:not(:first-of-type) li .item .head {
	display: none;
}*/


/*.coinAdmin-product .coinAdmin-product-list ul li:nth-of-type(n+3) .item .head,
.coinAdmin-product .coinAdmin-product-list ul:not(:first-of-type) li .item .head {
	display: none;
}*/

.coinAdmin-product .coinAdmin-product-list ul li:not(:first-of-type) .item .head {
	display: none;
}

.coinAdmin-product .coinAdmin-product-list ul li .item .head {
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
	background-color: #F8F8F8;
	border-bottom: 2px solid #DDD;
}

.coinAdmin-product .coinAdmin-product-list ul li .item .head font {
	font-size: 16px;
	line-height: 20px;
}

.coinAdmin-product .coinAdmin-product-list ul li .item-plan {
	width: 4%;
}

.coinAdmin-product .coinAdmin-product-list ul li .item-number,
.coinAdmin-product .coinAdmin-product-list ul li .item-line,
.coinAdmin-product .coinAdmin-product-list ul li .item-status .coinAdmin-product .coinAdmin-product-list ul li .item-total,
.coinAdmin-product .coinAdmin-product-list ul li .item-rate {
	width: 5%;
}

.coinAdmin-product .coinAdmin-product-list ul li .item-name,
.coinAdmin-product .coinAdmin-product-list ul li .item-side,
.coinAdmin-product .coinAdmin-product-list ul li .item-price,
.coinAdmin-product .coinAdmin-product-list ul li .item-close {
	width: 7%;
}

.coinAdmin-product .coinAdmin-product-list ul li .item-incr {
	width: 6%;
}

.coinAdmin-product .coinAdmin-product-list ul li .item-first {
	width: 12%;
}

.coinAdmin-product .coinAdmin-product-list ul li .item-position {
	width: 14%;
}

.coinAdmin-product .coinAdmin-product-list ul li .item-account {
	width: 20%;
}

.coinAdmin-product .coinAdmin-product-list ul li .item-position .content font {
	margin-left: 2px;
	margin-right: 2px;
}

.coinAdmin-product .coinAdmin-product-list ul li .item-name .content {
	text-align: left;
}

.coinAdmin-product .coinAdmin-product-list ul li.operation {
	padding: 10px;
	text-align: center;
	border-left: 1px solid #DDD;
}

.coinAdmin-product .coinAdmin-product-list ul li.operation .item {
	margin: 0 auto;
	display: inline-block;
}

.coinAdmin-product .coinAdmin-product-list ul li.operation .item-total {
	display: none;
	padding: 5px;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 1px;
}


/*@media only screen and (max-width: 1023px) {

	.coinAdmin-product .coinAdmin-product-list ul li {
		margin-bottom: 1.5rem;
		border-top: 0.1rem solid #DDD !important;
	}

	.coinAdmin-product .coinAdmin-product-list ul li .item .head {
		padding: 0.5rem;
		display: block !important;
		border-bottom: none !important;
	}

	.coinAdmin-product .coinAdmin-product-list ul li .item-number,
	.coinAdmin-product .coinAdmin-product-list ul li .item-status,
	.coinAdmin-product .coinAdmin-product-list ul li .item-side {
		width: 45%;
	}

	.coinAdmin-product .coinAdmin-product-list ul li .item-name,
	.coinAdmin-product .coinAdmin-product-list ul li .item-position,
	.coinAdmin-product .coinAdmin-product-list ul li .item-account {
		float: right !important;
		width: 55% !important;
	}

	.coinAdmin-product .coinAdmin-product-list ul li .item-position .head font {
		display: none;
	}

	.coinAdmin-product .coinAdmin-product-list ul li .item-name .content {
		text-align: center;
	}

	.coinAdmin-product .coinAdmin-product-list ul li.operation .item-total {
		float: left;
		margin-bottom: 1rem;
		display: block !important;
		width: 100%;
	}
}*/

@media only screen and (max-width: 1023px) {
	.coinAdmin-product .coinAdmin-product-list ul li {
		float: left;
		display: block;
		margin-bottom: 1.5rem;
		width: 100%;
		border-top: 0.1rem solid #DDD !important;
	}

	.coinAdmin-product .coinAdmin-product-list ul li:not(.special) {
		border-bottom: none !important;
	}

	.coinAdmin-product .coinAdmin-product-list ul li:not(.special) .item {
		float: left !important;
		display: block !important;
		width: 100% !important;
	}

	.coinAdmin-product .coinAdmin-product-list ul li:not(.special) .item .head,
	.coinAdmin-product .coinAdmin-product-list ul li:not(.special) .item .content {
		float: left !important;
		display: block !important;
		padding: 10px 0;
		font-size: 1.6rem;
		border-bottom: 0.1rem solid #DDD !important;
	}

	.coinAdmin-product .coinAdmin-product-list ul li:not(.special) .item .head {
		width: 35%;
	}

	.coinAdmin-product .coinAdmin-product-list ul li:not(.special) .item .content {
		width: 65% !important;
	}

	.coinAdmin-product .coinAdmin-product-list ul li .item-number .head,
	.coinAdmin-product .coinAdmin-product-list ul li .item-number .content {
		background-color: #EAEAEA;
	}

	.coinAdmin-product .coinAdmin-product-list ul li .item-number .content {
		font-weight: 700;
	}

	.coinAdmin-product .coinAdmin-product-list ul li .item-position .head font {
		display: none;
	}

	.coinAdmin-product .coinAdmin-product-list ul li .item-name .content {
		text-align: center;
	}

	.coinAdmin-product .coinAdmin-product-list ul li.operation .item-total {
		float: left;
		margin-bottom: 1rem;
		display: block !important;
		width: 100%;
		background-color: #F8F8F8;
	}
}

.coinAdmin-product .coinAdmin-msglist {
	float: left;
	display: block;
	margin: 30px 10%;
	width: 80%;
}

@media only screen and (max-width: 640px) {
	.coinAdmin-sumTable-product .coinAdmin-msglist {
		float: left;
		display: block;
		margin-top: 2rem;
		margin-bottom: 8rem;
		width: 100%;
	}
}

.coinAdmin-msglist ul li {
	float: left;
	display: block;
	position: relative;
	padding: 15px 15px 15px 20px;
	width: 100%;
	border-top: 1px dashed #EEE;
}

.coinAdmin-msglist ul li::before {
	float: left;
	display: inline;
	content: "";
	position: absolute;
	top: 30px;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #FF6600;
	border-radius: 50%;
}

.coinAdmin-msglist ul li .tips,
.coinAdmin-msglist ul li .detail {
	float: left;
	display: block;
	margin-top: 5px;
	width: 100%;
	font-size: 16px;
	line-height: 28px;
}

.coinAdmin-msglist ul li .tips span {
	float: left;
	display: inline-block;
	padding-right: 20px;
	color: #666;
}


/* product - table */


/*.coinAdmin-product .table-list {
	margin-top: 20px;
	margin-bottom: 20px;
	border-color: #DDD;
	text-align: center;
}

.coinAdmin-product .table-list thead tr th:not(.header-search) {
	font-size: 15px;
	text-align: center;
	background-color: #F8F8F8;
}

.coinAdmin-product .table-list thead .header-search {
	padding: 5px;
	text-align: center;
}

.coinAdmin-product .table-list thead .header-search .item {
	display: inline-block;
	margin: 10px;
}

.coinAdmin-product .table-list thead .header-search .item .name {
	float: left;
	display: inline;
	line-height: 30px;
}

.coinAdmin-product .table-list thead .header-search .item select {
	padding: 2px 5px 3px !important;
}

.coinAdmin-product .table-list thead .header-search .item .am-btn {
	margin-left: 10px;
	margin-right: 10px;
	font-weight: 700;
}

.coinAdmin-product .table-list tbody tr td:not(:first-of-type) {
	word-break: break-all;
}

.coinAdmin-product .table-list tbody tr:nth-of-type(2n) td {
	background-color: #F8F8F8;
}

.coinAdmin-product .table-list tbody tr:hover td {
	background-color: rgba(37, 150, 222, 0.05);
}*/
