

@charset 'utf-8';

html {
	font: 1rem/1.5 arail, sans-serif;
}

html, body, nav, span, a, textarea, h1, h2, p, img, header, footer, span,
	strong, small, ul, li, input {
	margin: 0;
	padding: 0;
}

h1, h2, h3, small, strong {
	font-size: 100%;
}

li {
	list-style: none;
}

a, a:hover {
	text-decoration: none;
}

a {
	color: #333;
}

body {
	background: #efefef;
}

.show {
	display: block !important;
}

/* reg content */

.box {
	position: relative;
	z-index: 1;
	background: #fff;
}
.regis-tip {
	padding-top: 10px;
	font-size: 12px;
	color: #999;
	text-align: center;
}

.regis-tip a {
	color: #0872e9;
	text-decoration: underline
}
.reg .box::after {
	content: ' ';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	background: #e6e6e6 solid 1px;
	border-left: 0 none;
	border-right: 0 none;
	width: 200%;
	height: 200%;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
}

.reg .input-wrapper {
	padding: 0 10px;
}

.reg .input-box {
	position: relative;
}

.reg .input-box::after {
	content: ' ';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 200%;
	height: 1px;
	background: #efefef;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
}

.reg .input-wrapper:last-child .input-box::after {
	display: none;
}

.reg .input-box input {
	-webkit-appearance: none;
	border: 0 none;
	outline: none;
	background: transparent;
	display: block;
	padding: 10px 30px 10px 0;
	width: 100%;
	font-size: 15px;
	color: #000;
	box-sizing: border-box;
}

.reg .input-box input::-webkit-input-placeholder {
	font-size: 15px;
	color: #9f9f9f;
}

.reg .input-box .close {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 19px 8px 20px;
}

.reg .input-box .close .icon {
	display: block;
	width: 14px;
	height: 14px;
	background: url(../images/category-icon_2x.png) no-repeat 0 -24px;
	background-size: 24px auto;
}

.vcode .input-box {
	margin: 0 140px 0 0;
}

.input-wrapper>.btn {
	float: right;
	margin: 4px 5px 0;
	width: 130px;
	line-height: 44px;
	font-size: 14px;
	font-weight:bold;
	color: #ffffff;
	text-align: center;
	background: #40D475;
	border-radius: 5px;
}

.input-wrapper>.btn:active {
	background: #008040;
}
.input-wrapper>.btn.disable {
	color: #fff;
	background: #c8c8c8;
}

.wrapper .error {
	display: none;
	margin: 0 0 -20px;
	padding: 10px;
	height: 0;
	font-size: 12px;
	color: red;
}

.wrapper>.btn {
	display: block;
	margin: 15px 10px 15px;
	line-height: 44px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	font-weight:bold;
	background: #40D475;
	border-radius: 5px;
}
.wrapper>.btn:active {
	background: #008040;
}

.wrapper>.btn.disable {
	color: #fff;
	background: #c8c8c8;
}

/*  */
.box {
	overflow: hidden;
	margin: 0 0 8px;
	background: #fff;
}

.box .tit {
	padding: 7px 12px 8px;
	font-size: 14px;
	font-weight: 400;
	color: #282828;
}

.box>.label {
	float: left;
	padding: 13px 16px 13px 11px;
	font-size: 12px;
	color: #000;
}

.box>.txt {
	overflow: hidden;
	padding: 11px 0 12px;
	font-size: 14px;
	color: #8b8b8b;
}

.box .more {
	position: relative;
	display: block;
	padding: 9px 0;
	font-size: 12px;
	color: #edbf21;
	text-align: center;
}

.box .item {
	overflow: hidden;
	position: relative;
	padding: 8px 10px;
}

.box .item::before, .box .more::before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 200%;
	border-top: #efefef solid 1px;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
}

.box .item .pic-box {
	float: left;
	margin: 0 12px 0 0;
	width: 94px;
	height: 94px;
}

.box .item .pic-box img {
	display: block;
	width: 100%;
}

.box .item .content {
	overflow: hidden;
	position: relative;
	min-height: 94px;
}

.box .item .content .info {
	display: block;
	margin: 9px 0 0;
	font-size: 12px;
	line-height: 1.3em;
	color: #8b8b8b;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.box .item .content .price {
	margin: 10px 0 0;
}

.box .item .content .price .current {
	font-size: 13px;
	color: #ff5656;
}

.box .item .content .price .current strong {
	font-size: 17px;
	font-weight: 700;
}

.box .item .content .price .old {
	font-size: 12px;
	color: #8b8b8b;
	text-decoration: line-through;
}

.box .item .content .desc {
	position: absolute;
	left: 0;
	bottom: 0;
}

.box .item .content .desc span {
	margin: 0 12px 0 0;
	font-size: 12px;
	color: #a0a0a0;
}

.box .item .content .desc span strong {
	margin: 0 0 0 6px;
	font-weight: 400;
	color: #ff5656;
}

.box .item .content .add, .box .item-col .content .add {
	overflow: hidden;
	text-indent: -300px;
	position: absolute;
	bottom: 0;
	right: 0;
	border: #ff6f68 solid 1px;
	width: 19px;
	height: 19px;
	border-radius: 50%;
}

.box .item .content .add::before, .box .item .content .add::after, .box .item-col .content .add::before,
	.box .item-col .content .add::after {
	content: ' ';
	position: absolute;
	background: #ff6f68;
}

.box .item .content .add::before, .box .item-col .content .add::before {
	top: 9px;
	left: 5px;
	width: 9px;
	height: 1px;
}

.box .item .content .add::after, .box .item-col .content .add::after {
	top: 5px;
	left: 9px;
	width: 1px;
	height: 9px;
}

.box .item-col {
	position: relative;
	z-index: 1;
	/*float:left;*/
	/*margin:0 1% 10px;*/
	/*width:31%;*/
	display: inline-block;
	margin: 0 5px 10px;
	width: 128px;
	padding: 5px;
	box-sizing: border-box;
}

.box .item-col::after {
	content: ' ';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	height: 199%;
	width: 199%;
	border: #efefef solid 1px;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
}

.box .item-col .pic-box {
	display: block;
	width: 100%;
}

.box .item-col .pic-box img {
	display: block;
	width: 100%;
}

.box .item-col .content {
	
}

.box .item-col .content .info {
	display: block;
	margin: 5px 0;
	line-height: 1.3em;
	font-size: 12px;
	color: #787878;
	white-space: normal;
}

.box .item-col .content .price {
	margin: 0;
	font-size: 12px;
}

.box .item-col .content .price .current {
	font-size: 9px;
	color: #ff5656;
}

.box .item-col .content .price .current strong {
	font-size: 12px;
}

.box .item-col .content .price .old {
	font-size: 8px;
	color: #787878;
	text-decoration: line-through;
}

.box .item-col .content .add {
	bottom: 5px;
	right: 6px;
}
 .titletip {
	background: #fbf9fe;
    font-size: 15px;
    text-align: center;
    color:#9f9f9f;
    padding: 8px 5px 8px 15px;
}
