
*, :after, :before {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #fff;
	font-family: Roboto,Helvetica,Tahoma,Arial,"Microsoft YaHei";
	font-size: 14px;
}

a {
	color:#000;
	text-decoration: none;
	cursor: pointer;
}

img {
	display: block;
	width: 100%;
	border: 0;
	vertical-align: middle;
}

ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}

button {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

input {
	background: none;
	outline: none;
	border: 0px;
}

input[type="checkbox" ] {
	display: none;
}

dl,dt {
	margin: 0;
	padding: 0;
}

/* input */
section.main-section{
    width: 318px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -159px;
    text-align: center;
}

.input{
    width: 100%;
    padding-bottom:30px;
    color: #9fa0a0;
    margin: 0 auto;
}

.container-title {
	padding-bottom: 18px;
}

.container-title .title {
	width: 130px;
    color: #555;
    margin: 0 auto;
    font-size: 32px;
    letter-spacing: 0px;
    font-weight: normal;
}

span.error {
	display: block;
	color: #b82f4b;
    font-size: 13px;
    line-height: 30px;
	text-align: left;
	font-family: abelRegular;
}

.checkboxs input[type=checkbox]+i {
	display: inline-block;
	background-image: url(../images/input-checkbox.png);
	background-image: image-set(url(../images/input-checkbox.png) 1x ,url(../images/input-checkbox_x2.png) 2x);
	background-image: -webkit-image-set(url(../images/input-checkbox.png) 1x ,url(../images/input-checkbox_x2.png) 2x);
	width: 13px;
    height: 13px;
    background-position: 0px -66px;
	-webkit-transform: scale(1.2);
}

.checkboxs input[type=checkbox]:checked+i {
	background-position: 0 -81px;
	background-image: url(../images/input-checkbox.png);
	background-image: image-set(url(../images/input-checkbox.png) 1x ,url(../images/input-checkbox_x2.png) 2x);
	background-image: -webkit-image-set(url(../images/input-checkbox.png) 1x ,url(../images/input-checkbox_x2.png) 2x);
}

.remember-username {
	display: inline-block;
	float: left;
	cursor: pointer;
	color: #999;
}

.jump {
	display: inline-block;
	color: #b82f4b;
	margin-left: 10px;
}

.jump:hover {
	text-decoration: underline;
}

.send-description {
	width: 600px;
    height: 38px;
    background-color: rgba(252, 248, 227, 1);
    border-radius: 3px;
    font-size: 14px;
    line-height: 38px;
    color: #c09853;
    margin-top: 32px;
    text-align: center;
}

/*清除浮动*/
.clear:before, .clear:after {
	display: table;
	line-height: 0;
	padding: 0;
	margin: 0;
	content: "";
	clear: both;
	overflow: hidden;
}
.content-wrapper {
	width: 1170px;
	margin-left: 15px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	margin: 0 auto;
	margin-top: 120px;
}


.content-wrapper .content {
	padding: 20px;
}

.content-wrapper .content:after {
	content: ' ';
	display: block;
	clear: both;
}

table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

table td {
	padding: 0;
}

h1.form-title {
	font-size: 16px;
	margin-bottom: 14px;
}

h3.table-title {
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
}

.content .table-box {
	margin-bottom: 30px;
	position: relative;
}

.content .table-box table {
	width: 100%;
}

.content .table-box table {
	text-align: center;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}

.content .table-box table thead tr {
	background-color: #fafafa;
}

.content .table-box table tr th,
.content .table-box table tr td {
	padding: 11px 10px;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.content .table-box table tr th{
	font-family: "Montserrat-SemiBold";
	font-size: 12px;
}
.content .table-box table tr td{
	font-family: "abelRegular";
}

.content .table-box table tr th:last-child,
.content .table-box table tr td:last-child {
	border-right: 0;
}

.content .table-box tr td a {
	color: #4292e3;
	cursor: pointer;
}

.content .table-box tr td a:hover {
	text-decoration: underline;
}

.content .table-box tbody tr:hover {
	background-color: #def3ff;
}

.search-box {
	width: 260px;
	margin-bottom: 10px;
	position: relative;
}
.search-box input {
	width: 100%;
	height: 34px;
	line-height: 34px;
	border: 1px solid #E6E6E6;
	border-radius: 0;
	padding: 0 30px 0 10px;
	background-color: #fff;
}

.search-box input:hover {
	border: 1px solid #262626;
}

.sale-search.search-box input {
	padding: 0 30px 0 10px;
}
.sale-search.search-box input::placeholder{
	font-family: 'Montserrat-SemiBold';
	font-size:12px;
}

.search-box .icon-search {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url(../images/order/search.png);
	background-image: image-set(url(../images/order/search.png) 1x ,url(../images/order/searchx_x2.png) 2x);
	background-image: -webkit-image-set(url(../images/order/search.png) 1x ,url(../images/order/searchx_x2.png) 2x);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 10px;
	top: 8px;
	cursor: pointer;
	padding: 0;
	border: 0;
	outline: none;
	background-color: transparent;
}

.order-pop {
	display: none;
}

.pop-bg, .mask  {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 995;
	background-color: rgba(255, 255, 255, .9);
}

.pop-close {
	display: inline-block;
	width: 40px;
	height: 40px;
	position: absolute;
	right: -30px;
	top: -30px;
	cursor: pointer;
	background-image: url(../images/order/close.png);
	background-image: image-set(url(../images/order/close.png) 1x ,url(../images/order/close_x2.png) 2x);
	background-image: -webkit-image-set(url(../images/order/close.png) 1x ,url(../images/order/close_x2.png) 2x);
}

.pop-close:hover {
	background-image: url(../images/baseIcon/closemousepast.png);
	background-image: image-set(url(../images/baseIcon/closemousepast.png) 1x ,url(/images/baseIcon/closemousepast_x2.png) 2x);
	background-image: -webkit-image-set(url(../images/baseIcon/closemousepast.png) 1x ,url(/static/artist/images/baseIcon/closemousepast_x2.png) 2x);
}

.pop-content {
	border: 1px solid #ccc;
	z-index: 999;
	position: absolute;
	left: 50%;
	top: 100px;
	background-color: #fff;
}
.order-detail {
	width: 900px;
	text-align: left;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 100px;
	margin-left: -450px;
	margin-bottom: 90px;
	border: 1px solid #ccc;
}

.order-detail .order-head {
	padding: 30px 30px 20px 30px;
}

.order-detail .order-title {
	font-size: 20px;
	padding-bottom: 13px;
	border-bottom: 1px solid #e6e6e6;
}

.order-detail .order-info {
	line-height: 20px;
	padding-top: 10px;
}

.order-detail .order-list-box {
	padding: 0 10px 30px 30px;
}

.order-detail .order-list {
	max-height: 516px;
	padding-right: 13px;
	overflow: auto;
}

.goods-item {
	display: table;
	width: 100%;
	padding: 20px;
	background-color: #f6f6f8;
	margin-bottom: 12px;
}

.goods-item:last-child {
	margin-bottom: 0;
}

.goods-item li {
	display: table-cell;
	vertical-align: middle;
}

.goods-item li p {
	line-height: 40px;
	text-align: center;
}

.goods-item .item-img {
	width: 80px;
}

.goods-item .item-img .goods-img {
	display: table-cell;
	width: 80px;
	height: 80px;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #c9caca;
	overflow: hidden;
}

.goods-item .item-info {
	width: 350px;
	padding: 0 20px;
}

.goods-item .item-info .goods-name {
	font-weight: bold;
	height: 34px;
	text-decoration: none;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.goods-item .item-info p {
	width: auto;
	font-size: 12px;
	color: #999;
	line-height: 24px;
	text-align: left;
}

.goods-item .item-info p em {
	font-size: inherit;
	color: #262626;
}

.goods-item .item-info .goods-type {
	font-size: 14px;
}

.goods-item .item-info .goods-size {
	margin-right: 20px;
}

.goods-item .item-price,
.goods-item .item-qty,
.goods-item .item-total {
	padding: 0 20px;
}

.goods-item .item-qty {
	width: 80px;
}

.order-detail .order-foot {
	font-weight: bold;
	padding: 15px 40px 30px 30px;
}

.order-detail .order-foot span {
	font-size: 20px;
	margin-left: 30px;
	float: right;
}

.order-detail .order-foot span b,
.order-detail .order-foot span em {
	font-size: 20px;
}

.order-detail .order-foot span.order-total b,
.order-detail .order-foot span.order-total em {
	color: #b82f4b;
}

.content .table-box table tr th, .content .table-box table tr td {
	padding: 11px 10px;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.content img {
	display: block;
	width: 100% !important;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	line-height: 1.2;
	margin: 10px 0;
	word-wrap: break-word;
}

.content h1 {
	font-size: 24px;
}
.content h2 {
	font-size: 22px;
}
.content h3 {
	font-size: 20px;
}
.content h4 {
	font-size: 18px;
}
.content h5 {
	font-size: 16px;
}
.content h6 {
	font-size: 14px;
}

.content p {
	font-size: 16px;
	margin: 10px 0;
} 

.content a {
	word-wrap: break-word;
}

@media screen and (max-width: 800px) {
	.content {
		width: 90% !important;
		margin-top: 80px !important;
	}
	.header {
		height: 50px !important;
	}
	.header .logo {
		width: 94px !important;
		height: 40px !important;
		background-size: 100%;
		margin-top: 5px !important;
	}
	
	
	/*<!---->去掉苹果短的样式*/
	input[type="button"], input[type="submit"], input[type="reset"] {
		-webkit-appearance: none;
	}
	textarea {  
		-webkit-appearance: none;
	}
}