/*
Theme Name: 1748 Design Cube
Theme URI: http://www.1748club.com.cn
Author: Brain@JennyStudio
Author URI: http://www.becomingjenny.net
Description: JennyStudio - build your own WordPress theme.
License: 
License URI: http://www.1748club.com.cn
Tags: pinterest, light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */
*::-moz-selection {
	background-color: #591c46;
	color: #FFF;
}
*::selection {
	background-color: #591c46;
	color: #FFF;
}
* {-webkit-tap-highlight-color: rgba(200, 160, 99 , 0.5);}
input[type="button"], input[type="submit"], input[type="reset"], textarea{
	-webkit-appearance: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ddd;
	border: 0;
	height: 1px;
	margin: 24px 0;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title{
	font-size: 16px;
	font-size: 1.225714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #111;
	/*-webkit-box-reflect: below -18px -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(.5, transparent), to(rgba(3,3,3,.2)));
	box-reflect: below -18px gradient(linear, 0 0, 0 100%, from(transparent), color-stop(.5, transparent), to(rgba(3,3,3,.2)));*/
	font-weight: normal;
}
.archive-title,
.page-title {
	-webkit-box-reflect: below -18px -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(.5, transparent), to(rgba(3,3,3,.2)));
	box-reflect: below -18px gradient(linear, 0 0, 0 100%, from(transparent), color-stop(.5, transparent), to(rgba(3,3,3,.2)));
}
/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 0;
	font-family: inherit;
	padding: 6px;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}
select,
select option{
	font-size: 15px;
}
/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */

input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 14px;
	font-size: 12px;
	font-size: 0.865714286rem;
	line-height: 1.628571429;
	font-weight: normal;
	color: #eee;
	background-color: #591c46;
	border:none;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #fff;
	/*background-color: #00bddf;*/
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	/*color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;*/
	color: #fff;
	background-color: #a57f45;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {

}
img.avatar{
	border-radius: 50%;
	max-width: 150px;
	max-height: 150px;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}

.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-previous,
.nav-next {
	line-height: 1.5;
	width: 47%;
}
.nav-previous a,
.nav-next a{
	text-decoration: none;
	display: block;
	padding: 8px;
	border: 1px solid #ddd;
}
.nav-previous { border-left: 6px solid #591c46; }
.nav-next { border-right: 6px solid #591c46; }
.nav-previous a{ border-left: none; }
.nav-next a{ border-right: none; }
.nav-previous a:hover,
.nav-next a:hover{
	background-color: #EDEDED;
}
.nav-previous a .meta-nav,
.nav-next a .meta-nav{ display: none;}

.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ddd;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
	background-color: #fff;
	
}
body.body-pinterest{
	background-image: url(images/noise.gif);
}
body.custom-font-enabled {
	font-family: "微软雅黑", "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #333;
}
a:hover {
	color: #591c46;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
hgroup {
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #36363e;
}
.site {
	/*padding: 0 24px;
	padding: 0 1.714285714rem;
	background-color: #fff;*/
	padding:0;
}
.site-content {
	margin: 0;
}
.widget-area {
	margin: 14px 0 0;
	margin: 1rem 0 0;
}

/* Header */
.site-header {
	padding: 0;
	position: relative;
	background-color: #fff;
	overflow: hidden;
}
.site-header h1,
.site-header h2 {
	text-align: center;
	display: none;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 2px;
	margin-bottom: 0.15rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

.main-navigation ul.nav-menu li.menu-item-search {
	padding: 8px 0 8px 8px;
	vertical-align: top;
}
@media screen and (min-width: 1200px) {
	.main-navigation ul.nav-menu li.menu-item-search {
		float: right;
	}
}
.menu-search-form{
	font-size: 0;
	width: 100%;
	text-align: center;
}
.menu-search-form .text_input{
	width:230px;
	vertical-align: middle;
	border-color: transparent;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	padding:4px;
}
.menu-search-form .text_input:focus{
	outline: none;
}
.menu-search-form input{
	border-radius: 0;
}
.menu-search-form #searchsubmit,
.menu-search-form #searchsubmit-2{
	border: none;
	background-color: #36363e;
	width: 27px;
	height: 27px;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	line-height: 26px;
	font-size: 16px;
	cursor: pointer;
}
.menu-search-form #searchsubmit:before{font-size: 16px }
.menu-search-form .screen-reader-text{display: none;}
#menu-search-form-2{
	border:1px solid #ccc;
	width:280px;
}
@media screen and (min-width: 768px) {
	.menu-search-form{
		width: 290px;
		text-align: right;
	}
}
@media screen and (min-width: 1200px) {
	.menu-search-form #s{
		width:180px;
	}
	.menu-search-form #s:focus{
		width:230px;
	}
}
.search-thumbnail {
	text-align: center;
}

/* Navigation Menu */
.menu-menu-top-container{font-size: 0}
.main-navigation {

	text-align: center;
	border-bottom: 1px solid #ddd;
	
	overflow: hidden;
	clear:both;
}
.main-navigation li {
	font-size: 14px;
	font-size: 1rem;
	line-height: 3.2;
}
.main-navigation a {
	color: #333;
	text-decoration: none;
	display: block;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #591c46;
	background:#fafafa;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
	width:100%;
	font-size: 0;
}
.main-navigation ul.nav-menu.toggled-on { display: inline-block; }
.menu-toggle {
	display: inline-block;
	margin:0;
	width:45px;
	height:45px;
	line-height: 45px;
	border-radius: 0;
	padding: 0;
	font-size: 21px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	color:#fff;
}
.menu-toggle:active,
.menu-toggle.toggled-on{
	background-color: #004082;
}

.menu-header-menu-container { 
	line-height: 0;
}
.main-navigation ul.nav-menu { height:0; overflow:hidden; 
	display: inline-block;
	-webkit-transition: height 0.5s; 
	-moz-transition: height 0.5s; 
	transition: height 0.5s;
}
.main-navigation ul.nav-menu li {
	border-top:1px solid #eee;
}
.main-navigation ul.nav-menu.toggled-on {
	/*height:336px;*/
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-page-ancestor > a {
	color: #591c46;
	background:#eee;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 24px;
	margin-bottom: 1.714571429rem;
	padding-bottom: 24px;
	padding-bottom: 1.714571429rem;
	border-bottom:1px solid #ddd;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.646153846;
}
.widget-area .widget li { margin-bottom:10px;}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
	text-decoration:none;
}
.widget-area .widget a:hover {
	color: #21759b;
	text-decoration:underline;
}
.widget-area .widget a:visited {
	color: #5789a0;
}
.widget-area #s {
	width: 45%;
	width: -webkit-calc(100% - 65px);
	width: calc(100% - 65px); /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	background-color: #cdcfce;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;

	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}
.footer-col1 .nav-menu>li{
	display: inline-block;
	width:22%;
	vertical-align: top;
	margin-bottom: 7px;
	margin-bottom: .5rem;
}
@media screen and (min-width:768px){
	.footer-col1 .nav-menu>li{
		display: block;

	}
}
@media screen and (max-width:767px){
	.bdsharebuttonbox{
		display: none;
		text-align: center;
	}
	.bdsharebuttonbox .bds_weixin{
		/*display: none!important;*/
	}
	.bdsharebuttonbox a{
		float: none!important;
	}
}
	

.footer-col1 .nav-menu a{
	text-decoration: none;
}
.footer-col1 .nav-menu a:hover{
	text-decoration: underline;
}
.footer-col1 .nav-menu>li>a{
	color: #36363e;
	/*font-weight: bolder;*/
}
.footer-col1 .nav-menu>li a{
	color: #36363e;
}
.footer-col1{
	text-align: center;
}
.footer-col1{
	padding:0 20px;
	margin-bottom: 21px;
}
.footer-col2{
	margin-bottom: 21px;
}
.footer-col2 div{
	width:245px;
	margin:0 auto;
	text-align: right;
	color: #36363e;
	font-size:18px;
	font-size: 1.285714rem;
	line-height: 1.5;
}
.footer-col2 i{
	background:url(images/icon-footer-tel.png) no-repeat;
	width:55px;
	height:54px;
	display: inline-block;
	margin-right: 8px;
}
.footer-col2 strong{
	font-size: 25px;
	margin-top: -22px;
	margin-bottom: -25px;
	display: block;
}
.footer-col3{
	text-align: center;
	margin-bottom: 21px;
}
.footer-col3 .qr-cont{
	display: inline-block;
	text-align: center;
	margin:0 8px;
	line-height: 1.3;
	margin-bottom: 14px;
	width: 130px;
}
.footer-col3 .qr-cont img{
	width:100%;
	height: auto;
}

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-top: 28px;
	margin-top: 2rem;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 22px;
	font-size: 1.571428rem;
	line-height: 1.2;
	font-weight: normal;

	color:#000;
	/*-webkit-box-reflect: below 1px -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(.5, transparent), to(rgba(3,3,3,.2)));
	box-reflect: below 1px gradient(linear, 0 0, 0 100%, from(transparent), color-stop(.5, transparent), to(rgba(3,3,3,.2)));*/	
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	/*color: #21759b;*/
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 2.114285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 16px;
	font-size: 1.1rem;
	line-height: 1.6;
	color: #591c46;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
	margin-bottom: 7px;
	margin-bottom: 0.5rem;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.8;
	font-size: 14px;
	font-size: 1rem;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #333;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 21px;
	margin: 0 0 0 1.5rem;
	line-height: 2;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ddd;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 8px 16px;
	padding: 0.5714285713rem 1.142885714rem;
}
.entry-content pre:hover,
.comment-content pre:hover { 
	background-color:#fafafa;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 14px;
	margin: 0 0 1rem;
	font-style: normal;
	background-color: #fafafa;
	padding:15px;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
	margin: 0 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 0 0 12px 24px;
	margin: 0 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	color: #757575;
	font-size: 14px;
	font-size: 1rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.site-content {
	padding:0 14px;
	padding:0 1rem;
}
.site-content article {
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 45px;
	margin-bottom: 3.042857143rem;
	padding-bottom: 45px;
	padding-bottom: 3.042857143rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
div#primary article.type-page,
div#primary article.error404 { 
	border-bottom: none; 
	margin-bottom: 0; 
	padding-bottom: 0;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */
.archive-header,
.page-header {
	margin-top: 28px;
	margin-top: 2rem;
	margin-bottom: 14px;
	margin-bottom: 1rem;
	padding-bottom: 10px;
	padding-bottom: 0.7rem;
	border-bottom: 1px solid #f2f2f2;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 0;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ddd;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}

.site-info { text-align: center}
.site-logo,
.site-logo-mobile {
	width:150px;
	display:block;
	float:left;
	margin:10px;
	display: block;
}
.site-logo-mobile img,
.site-logo img{
	max-width:100%;
	height:auto;
}
.site-logo{
	display: none;
}
.site-logo-mobile{
	float:none;
	margin-left:auto;
	margin-right: auto;
}
.site-title,
.site-description { clear:right;}
.tagcloud { overflow:hidden;}
.tagcloud a {padding:3px; float:left; display:inline-block; 
	-webkit-transition: background 0.2s ease;
	transition: background 0.2s ease;}
.tagcloud a:hover { text-decoration: none!important; background-color:#591c46; color: #fff!important }

#logo-weibao {
	text-align: right;
	width:59px;
	height:45px;
	float:right;
	font-size: 12px;
}
#logo-weibao img{
	max-width: 100%;
	height: auto;
}

/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}
/*wp-pagenav*/
.wp-pagenavi { text-align: center; margin-bottom: 28px; margin-bottom: 2rem;}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border-color: #36363e;
	font-weight: normal;
	background-color:#36363e;
	color:#fff;
}
.wp-pagenavi a, .wp-pagenavi span{
	border-color: #fafafa;
	background-color:#fafafa;
}
/*gravity form*/
.gform_wrapper .top_label .gfield_label,
.gform_wrapper .left_label .gfield_label,
.gform_wrapper div.validation_error { font-weight: normal!important; }
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: #f7efda!important;
	border-top: 1px solid #591c46!important;
	border-bottom: 1px solid #591c46!important;
}
.gform_wrapper li.gfield_error input[type=text],
.gform_wrapper li.gfield_error input[type=url],
.gform_wrapper li.gfield_error input[type=email],
.gform_wrapper li.gfield_error input[type=tel],
.gform_wrapper li.gfield_error input[type=number],
.gform_wrapper li.gfield_error input[type=password],
.gform_wrapper li.gfield_error textarea {
	border: 1px solid #591c46!important;
}
.gform_wrapper .left_label .gfield_label { margin: 0 12px 0 0!important; }
.contact-us-form .gfield_radio li { float:left; width:100px; }
@media (max-width: 480px), (max-device-width: 480px){
	body .gform_wrapper.gf_browser_chrome .ginput_container select { width: auto!important; }
}
/*about us page*/
.about-us-page div {
	overflow: hidden;
	text-align: center;
}
img.about-us-staff {
	display: block;
	margin: 1rem auto 2rem auto;
}

/*ware page*/
div.type-ware{
	margin-bottom: 28px;
	margin-bottom: 2rem;
}
.listname {
	display: inline-block;
	width: 50px;
	color: #999;
}
.ware-container{
	margin-top: 21px;
	margin-top: 1.5rem;
}
.ware-left {
	text-align: center;
	
}
.ware-left img{
	background-color: #fff;
}
.ware-right{

}
.ware-images-header{
	background:#36363e;
	display: inline-block;
	padding:8px 21px;
	color: #fff;
	font-weight: normal;
	border-radius: 4px 4px 0 0;
	margin-left: 21px;
	margin-top:28px;
	font-size: 16px;
	font-size: 1.142857rem;

}
.ware-images,
.showcase-wares{
	position: relative;
	padding:21px 14px;
}
.showcase-wares-2 {
	border-top: 1px solid #36363e;
	padding-top: 14px;
	padding-top: 1rem;
}
.ware-images .swiper-container,
.showcase-wares .swiper-container{
	width: 90%;
	width:-webkit-calc(100% - 40px);
	width:calc(100% - 40px);
	margin:0 auto;
}

.ware-images .swiper-slide{
	display: inline-block;
	width: auto;
	border:1px solid transparent;
}
.ware-modle {
	margin-top: 28px;
	margin-top: 2rem;
	line-height: 1.6;
	font-size: 16px;
	font-size: 1.142857rem;
}
.ware-item {
	float:left;
	width:-webkit-calc(48% - 2px);
	width:calc(48% - 2px);
	margin:2%;
	padding:1px;
	background-color: #f7f7f7;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	min-height:312px;
}
.ware-item:hover{
	background-color: #ddd;
}
.ware-item:nth-child(odd){
	margin-left:0
}
.ware-item:nth-child(even){
	margin-right:0
}
.ware-item .post-title,
.ware-item .post-txt {
	padding:0 10px;
}
h3.color-title{
	margin-bottom: 5px;
}
.color-container{
	width:90px;
	margin:0 10px 0 0;
	display: inline-block;
	color:#666;
	font-size: 12px;
}
.color-container img{
	width:90px;
	height: 90px;
}
.color-container span{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	width: 100%;
	line-height: 1.2;
	vertical-align: middle;
	margin-bottom:5px;
}
@media screen and (max-width:600px){
	.color-container{
		width:80px;
	}
	.color-container img{
		width:80px;
		height: 80px;
	}
}
/*591c46*/
.swiper-button-prev{
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23591c46'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23591c46'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: .8;
}
.swiper-pagination-bullet-active {background-color: #591c46}
.brand-images .swiper-wrapper img{
	max-width: 100%;
	height:auto;
}
.ware-download{
	text-align: center;
	margin-top: 28px;
	margin-top: 2rem;
}
a.download,
a.back{
	display: inline-block;
	background:#013c8a;
	padding:14px 21px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin:5px;
	line-height: 1.1;
}
a.back:hover,
a.download:hover{
	color: #fff;
	text-decoration: none;
	background:#591c46;
}
@media screen and (max-width: 600px) {
	a.download,
	a.back{
		width:100%;
		padding:14px 0;
		margin:5px 0;
	}
}
.brand-modle,
.innovation-modle,
.showcase-modle{
	margin-top: 5px;
	line-height: 1.6;
	font-size: 18px;
	font-size: 1.285714rem;
	color: #000;
}
.innovation-logo {
	float:right;
	width:100px;
	height:100px;
	margin-left:21px;
	margin-bottom:21px;
}
.innovation-left .entry-title{
	clear: left;
}
.pinterestUl .pinterestLi .innovation-logo{
	float:left;
	margin:14px 14px 14px 0;
	width:80px;
	height: 80px;
}
.pinterestUl .pinterestLi .icon-docu{
	float:left;
	margin:5px 14px 14px 0;
	width:40px;
	height: 40px;
}
.pinterestUl .pinterestLi .info-docu{
	float:left;
	margin:5px 0 0 0;
	width:-webkit-calc(100% - 65px);
	width:calc(100% - 65px);
	font-size:12px;
	font-size:0.87514rem;
}
.brand-right{
	display: none;
}
a.post-thumbnail{
	text-decoration: none;
	outline: none;
}
.post-thumbnail img{
	background-color: #fff;
}
.post-thumbnail .post-title{
	display: block;
	color: #000;
	font-size: 16px;
	font-size: 1.142574rem;
	line-height: 1.5;
	margin-top: 10px;
}
.post-thumbnail .post-txt{
	display: block;
	margin-top: 5px;
	line-height: 1.5;
	color:#999;
}

.top-images img{
	max-width: 100%;
}
.single-designer #primary,
.single-product #primary,
.woocommerce #primary{
	margin-top: 28px;
	margin-top: 2rem;
}
.designer-modle{
	margin-top: 14px;
	margin-top: 1rem;
	line-height: 1.6;
	font-size: 16px;
	font-size: 1.142857rem;
}
.innovation-footer,
.designer-footer{
	margin-top: 28px;
	margin-top: 2rem;
	line-height: 1.6;
}
.innovation-right,
.designer-right,
.showcase-right{
	margin-top: 28px;
	margin-top: 2rem;
	font-size: 0;
	text-align: center;
}
.innovation-right img,
.designer-right img,
.showcase-right img{
	max-width: 100%;
	margin-top: 1px;
}


.showcase-wares .swiper-slide {
	display: inline-block;
	width: 277px;
	border: 1px solid transparent;
	min-height: 50px;
	
}
.showcase-wares .swiper-slide .ware-item{
	margin:0 1px 0 0;
	width: calc(100% - 31px);
	min-height: 335px;
}

/*archive side menu*/
#archive-menu-container{
	position: fixed;
	top:0;
	left:-270px;
	width:260px;
	height:100vh;
	background-color: #36363e;
	color: #fff;
	line-height: 1.7;
	z-index: 3;
	/*overflow: auto;*/
	
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
}
#archive-menu{
	margin-bottom: 30px;
}
#archive-menu-container.stay{
	left:0;
}
#archive-menu-container .nano-content{
	padding:0 15px 0 15px;
}
#archive-menu-container h2{
	color: #f6a905;
	font-size: 21px;
	font-size: 1.5rem;
	font-weight: normal;
	margin-top:30px;
}
#archive-menu-container h3{
	font-weight: normal;
	margin-top: 15px;
	color: #fff;
	font-size: 17px;
	font-size: 1.21425871rem;
}
#archive-menu-container h3 .fa{
	float:right;
	cursor: pointer;
	width:28px;
	height:28px;
	text-align: center;
	line-height: 28px;
}
#archive-menu-container h3{
	cursor: pointer;
}
#archive-menu-container ul ul{
	display: none;
}
#archive-menu-container ul ul.opened{
	display: block;
}
#archive-menu-container li li{
	padding-left: 17px;
}
#archive-menu-container a{
	color: #fff;
	text-decoration: none;
}
#archive-menu-container a:hover{
	color: #f6a905;
}

#overlay-black{
	position: fixed;
	top:0;
	left: 0;
	z-index: -1;
	width:100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.5);
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
}
#overlay-black.stay{
	z-index: 2;
	-webkit-opacity: 1;
	opacity: 1;
}
.block-mini{
	display: inline-block;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
	padding:21px;
	margin:0 21px 21px 0;
	background:#fafafa;
}


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media screen and (min-width: 600px) {

	.ware-item{
		min-height:410px;
	}
}
/* Minimum width of 768 pixels. */
@media screen and (min-width: 768px) {

	hgroup {
		background-color: #fff;
	}

	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 1200px;
		max-width: 85.71428rem;
		overflow: hidden;
		background-image:none;
		background-position: 90% top;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: 45%;
	}
	.site-logo{
		width:171px;
		height:140px;
		display: block;
	}

	.site-logo-mobile{
		display: none;
	}
	#logo-weibao {
		width:161px;
		height:125px;
	}
	.site-content {
		float: left;
		/*width: 65.104166667%;
		width: 76%;*/
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content,
	div.full-width {
		width: 95%;
		width: -webkit-calc(100% - 28px);
		width: calc(100% - 28px);
	}
	.widget-area {
		float: right;
		/*width: 26.041666667%;*/
		width: 20%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
		float:left;
		width: 80%;
		width:-webkit-calc(100% - 95px);
		width:calc(100% - 95px);
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.546153846;
		margin-bottom: 0;
	}

	.main-navigation {
		border-top: none;
		border-bottom: none;
		background-color: #fafafa;
	}

	.main-navigation a:hover,
	.main-navigation a:focus,
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a,
	.main-navigation .current-page-ancestor > a {
		background-color:#36363e;
		text-decoration: none;
		color:#fff;

	}
	.main-navigation ul.nav-menu.toggled-on {
		margin-top: 0;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu li {
		border-top:none;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		height:auto!important;
		display: inline-block !important;
		text-align: center;
		width: 100%;
		background-color:transparent;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li {
		text-decoration: none;
		display: inline-block;
		padding:0;
		position: relative;
		/*line-height:4.2;*/
	}
	.main-navigation li a {
		display: block;
		border-bottom: 0;
		color: #6a6a6a;
		/*line-height: 3.692307692;*/
		text-transform: uppercase;
		white-space: nowrap;
		padding:0 21px;
		padding:0 1.5rem;
	}

	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #e3e3e3;
		color: #444;
	}

	.menu-toggle {
		display: none;
	}

	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}


	.ware-item{
		min-height:330px;
	}
	.ware-item {
		width:-webkit-calc(23.5% - 2px);
		width:calc(23.5% - 2px);
		margin:1%;
	}
	.ware-item:nth-child(odd){
		margin-left:1%
	}
	.ware-item:nth-child(even){
		margin-right:1%
	}
	.ware-item:nth-child(4n+1){
		margin-left:0
	}
	.ware-item:nth-child(4n){
		margin-right:0
	}

	.search-thumbnail {
		width:300px;
		height: 300px;
		float: left;
		text-align: center;
	}
	.search-content{
		width:calc(100% - 350px);
		float: right;
	}
	.footer-col1{
		text-align: left;
		float:left;
		padding:0 20px;
		width: -webkit-calc(33.3% - 40px);
		width: calc(33.3% - 40px);
	}
	.footer-col2{
		margin-top: 21px;
	}
	.footer-col2,
	.footer-col3{
		padding:0;
		float:left;
		width: 33.3%;
		margin-bottom: 0;
	}

	.footer-col3{
		text-align: right;
	}

	.block-mini{
		float:left;
		width: -webkit-calc(50% - 63px);
		width: calc(50% - 63px);
		max-width: -webkit-calc(100% - 42px);
		max-width: calc(100% - 42px);
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {

	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
	.main-navigation li a {
		/*padding:0 27px;
		padding:0 1.9285rem;*/
		padding:0 21px;
		padding:0 1.5rem;
	}
	.main-navigation li a:hover {
	}

	

	.ware-left {
		float:left;
		width:45%;

	}
	.ware-right{
		float:right;
		width:50%;
	}

	/*.brand-right{
		display: block;
		float:right;
		width:45%;
	}
	.brand-left{
		float:left;
		width:50%;
	}*/
	.innovation-right,
	.designer-right,
	.showcase-right{
		display: block;
		float:left;
		width:40%;
	}
	.innovation-left,
	.designer-left,
	.showcase-left{
		float:right;
		width:55%;
	}

}
/* Minimum width of 1200 pixels. */
@media screen and (min-width: 1200px) {
	.menu-menu-top-container {
		max-width: 1200px;
		margin-left:auto;
		margin-right:auto;
		/*text-align: left;*/
	}
	.main-navigation ul.nav-menu{
		text-align:left;
	}

	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content,
	div.full-width {
		width: 100%;
	}
	.site-content {
		padding:0 ;
	}
	.ware-item{
		min-height:370px;
		height:370px;
		overflow: hidden;
	}

	.ware-images,
	.showcase-wares{
		/*border:1px solid #ccc;*/
		border-top: 1px solid #36363e;
	}
}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}

	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}


/*duoshuo*/
#ds-thread { margin-top: 42px; margin-top: 3rem;}
#ds-thread #ds-reset .ds-sort a.ds-current, #ds-thread #ds-reset .ds-sort a:active { color: #591c46!important; }
#ds-thread #ds-reset .ds-meta { text-align: center;}
#ds-thread #ds-reset .ds-post-button { background: #591c46!important; }
.ds-powered-by { display: none}
#ds-thread #ds-reset .ds-replybox .ds-avatar { margin: 0 0 0 0!important; }
#ds-thread #ds-reset .ds-post-self { padding: 20px 0!important; }
#ds-thread #ds-reset .ds-comment-body, #ds-thread #ds-reset ul.ds-children .ds-comment-body { padding-left: 50px!important; }
#ds-reset .ds-avatar img  { width: 40px!important; height: 40px!important; }

/*return Top button*/
#returnTop {
    background-color:#222;
    width:40px;
    height:40px;
    display:block;
    right:20px;
    bottom:20px;
    position:fixed;
    line-height:50px;
    color:#fff;
    -webkit-opacity:1;
    -moz-opacity:1;
    opacity:1;
    -webkit-transition: background 0.2s, -webkit-opacity 0.2s; 
	-moz-transition: background 0.2s, -moz-opacity 0.2s; 
	transition: background 0.2s, opacity 0.2s;
	z-index: 6;
}
#returnTop_a{
	position: absolute;
	top: -2px;
	left: 8px;
	width: 0;
	height: 0;
	border-width: 10px 12px;
	border-style: dashed dashed solid;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFF;
	-webkit-transition: top 0.2s; 
	-moz-transition: top 0.2s; 
	transition: top 0.2s;
}
#returnTop_b{
	position: absolute;
	top: 18px;
	left: 14px;
	width: 12px;
	height: 12px;
	background: #FFF;
	-webkit-transition: top 0.2s; 
	-moz-transition: top 0.2s; 
	transition: top 0.2s;
}
#returnTop.hide{
	-webkit-opacity:0;
	-moz-opacity:0;
	opacity:0;
	background-color:transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#00000000', endColorstr='#00000000');
	pointer-events: none;
}
#returnTop.hide #returnTop_a,
#returnTop.hide #returnTop_b { display: none }
:root #returnTop.hide { filter:none; }
#returnTop:hover {background-color:#591c46;}
#returnTop:hover #returnTop_a { top: -4px; }
#returnTop:hover #returnTop_b { top: 16px; }

/*QR Code button*/
#qrCode {
	background:url(images/icon_qrcode.gif) center center no-repeat;
	background-size: 50% 50%;
	background-color:#222;
	width:40px;
	height:40px;
	display:none;
	right:20px;
	bottom:20px;
	position:fixed;
	line-height:50px;
	color:#fff;
	-webkit-opacity:1;
	-moz-opacity:1;
	opacity:1;
	-webkit-transition: background 0.2s, -webkit-opacity 0.2s;
	-moz-transition: background 0.2s, -moz-opacity 0.2s;
	transition: background 0.2s, opacity 0.2s;
	z-index: 6;
}

#qrCode:hover {
	background-color:#591c46;
}
#qrCode_cont {
	position: absolute;
	bottom: 0;
	right: 50px;
	background:no-repeat #fff;
	overflow: hidden;
	height:0;
	width: 0;
	border:none;
	-webkit-transition: height 0.2s, width 0.2s;
	-moz-transition: height 0.2s, width 0.2s;
	transition: height 0.2s, width 0.2s;
}
#qrCode:hover #qrCode_cont{
	text-align: center;
	height:168px;
	width: 147px;
	padding:5px;
	border:1px solid #f2f2f2;
	line-height: 1;
}
#qrCode #qrCode_cont img {
	display: inline-block;
}
#qrCode #qrCode_cont span {
	display: inline-block;
	color:#333;
	font-size: 12px;
}
/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	#qrCode{
		display:block;
	}
	#returnTop {
	    bottom:70px;
	}
}



.listTitle { display: inline-block; width:92px;}



/*pinterest*/
.body-pinterest .archive-header{
	margin-bottom: 0;
}
.entry-content .pinterestUl {
	overflow: hidden;
	position: relative;
	min-height:500px;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 10px;
}
.pinterestUl_loading {
	background-image: url(images/loader.gif);
}
#pinterestMore,
#pinterestDone{
	text-align: center;
	color:#999;
	display: none;
}
#pinterestMore {
	display: block;
}
.pinterestUl .pinterestLi{
	display: none;
	width:48%;
	width:-webkit-calc(50% - 20px);
	width:calc(50% - 20px);	padding:0;
	margin:0;
	
	list-style: none;
	float:left;
	overflow: hidden;
	/*border: 1px solid #fff;
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);*/
	background-color: #fff;
	position: absolute;
	z-index:1;
	-webkit-transition: top 0.2s ease-out, left 0.2s ease-out, 
		box-shadow 0.2s ease-out, border 0.2s ease-out, background 0.2s ease-out;
	transition: top 0.2s ease-out, left 0.2s ease-out, 
		box-shadow 0.2s ease-out, border 0.2s ease-out, background 0.2s ease-out;
	font-size: 0;
}
.pinterestUl .pinterestLi:hover{
	/*border: 1px solid #591c46;*/
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(200, 160, 99, 0.5);
}
.col1 .pinterestLi{
	width:96.8%;
	width:-webkit-calc(100% - 4px);
	width:calc(100% - 4px);	padding:0;
}
.col2 .pinterestLi{
	width:48%;
	width:-webkit-calc(50% - 8px);
	width:calc(50% - 8px);	padding:0;
}
.col3 .pinterestLi{
	width:31%;
	width:-webkit-calc(33% - 8px);
	width:calc(33% - 8px);	padding:0;
}
.col4 .pinterestLi{
	width:23%;
	width:-webkit-calc(25% - 10px);
	width:calc(25% - 10px);	padding:0;
}

.pinterestUl .pinterestLi .comments-link {
	padding: 8px 12px;
	font-size: 12px;
	font-size: 0.865714286rem;
}
.pinterestUl .pinterestLi .pinterest_img {
	display: inline-block;
	width:100%;
	font-size: 0;
	min-height:40px;
	background:#fff url(images/loader_s.gif) center center no-repeat;
}
.pinterestUl .pinterestLi img {
	width:100%;
	height: auto;
	display: inline-block;
}
.pinterestUl .pinterestLi a {
	text-decoration: none;
	font-size: 12px;
	font-size: 0.865714286rem;
}
.pinterestUl .pinterestLi a:hover{
	text-decoration:none;
}
.pinterestUl .pinterestLi .pinterest_txt{
	line-height: 1.5;
	padding:10px 14px;
	font-size:14px;
	font-size:1rem;
	color:#666;
}
.pinterestUl .pinterestLi .pinterest_title {
	color:#111;
	text-decoration: none;
	display: block;
	font-size:16px;
	font-size:1.14257rem;
	margin-bottom: 0;
	font-weight: bold;
}
.pinterestUl .pinterestLi .pinterest_subtitle{
	font-size:15px;
	font-size:1.0714rem;
	margin-bottom: 14px;
	margin-bottom: 1rem;
	color:#666;
	font-weight: bold;
}
.pinterestUl .pinterestLi .pinterest_subtitle.model,
.pinterestUl .pinterestLi .pinterest_subtitle .model{
	font-weight: normal;
}

div#archive-list{
	background-color: #fff;
	padding: 7px 0;
	padding: .5rem 0;
}
.archive-list {
	overflow: hidden;
	color: #888;
	padding:7px 14px;;
	padding:0.5rem 1rem;
}

.archive-list li { overflow: hidden;}
.archive-list .archive-list-title,
.archive-list li ul li{
	float:left;
	padding: 0 6px 0 0;
	padding: 0 0.4rem 0 0;
	font-size: 15px;
	font-size: 1.071428rem;
	width: 110px;
	margin-top: 5px;
}
@media screen and (max-width:768px){
	.archive-list li ul li{
		width: 96px;
	}
	.archive-list-showcase li ul li{
		width: 90px;
	}
}
.archive-list .archive-list-title {
	width: 30px;
	padding: 4px;
	font-size: 21px;
	font-size: 1.5rem;
}
.archive-list li ul li a{
	padding: 8px 0;
	text-decoration: none;
	display: block;
	text-align: center;
	background:#e6e6e8;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	font-size:14px;
	font-size:1rem;
}
.archive-list li ul li.current_page_item a,
.archive-list li ul li.current a,
.archive-list li ul li a:hover{
	text-decoration: none;
	background:#36363e;
	color:#fff;
}
.archive-list li ul li span{
	font-size: 80%;
}
.artwork_images{
	text-align: center;
}
.artwork_images img {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
@media screen and (min-width: 600px) {
	.archive-list .archive-list-title {
		width: 50px;
	}
}


/*timeline*/
.timelineUl{
	max-width:840px;
	list-style: none;
}
.timelineUl li{
	list-style: none;
	padding:0 21px;
	background:#fff;
	margin: 21px 0 0 0;
	margin: 1.5rem 0 0 0;
	overflow: hidden;
}
.timelineUl li h3{
	text-align: center;
	font-size:21px;
	font-size:1.5rem;
	line-height: 1.4;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.timelineUl li time{
	font-size:28px;
	font-size:2rem;
}

.timelineUl li h4{
	color:#666;
	text-align: center;
	margin:7px 0;
	margin:0.5rem 0;
	font-size: 16px;
	font-size: 1.1428571rem;
}

.entry-content ul.timelineIndex{
	display:none;
	margin-top: 21px;
	margin-top: 1.5rem;

}
.timelineIndex h1{
	margin:0;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
}
.timelineIndex li{
	line-height: 1.5;
	font-size: 16px;
	font-size: 1.1428571rem;
	list-style: none;
	margin-bottom: 1px;
	margin-left: 0;
}
.timelineIndex li a{
	text-decoration: none;
	display: block;
	padding:5px 14px;
}
.timelineIndex li a:focus{
	outline: none;
}
.timelineIndex li time{
	display: inline-block;
	width: 40px;
}
.timelineIndex li.current{
	background:#fff;
}
.timelineIndex li.current a{
	color:#591c46;
}
/* Minimum width of 768 pixels. */
@media screen and (min-width: 768px) {
	.entry-content ul.timelineIndex{
		display:block;
		float:left;
		width: 28%;
	}
	.timelineUl{
		float:right;
		width: 70%;
	}
}
@media screen and (min-width: 1200px) {
	.entry-content ul.timelineIndex{
		width: 335px;
	}
}

/*club pages*/
.club-title{
	text-align: center;
	font-size: 21px;
	font-size: 1.5rem;
	margin-bottom: 21px;
	margin-bottom: 1.5rem;
}
.club-subtitle{
	border-bottom: 2px dotted #ccc;
	margin-top: 0!important;
}

.club-list .archive-list li ul li{
	width: 130px;
}
.page-club #content{
	min-height: 300px;
}
.page-club .entry-content p,
.page-club .entry-content li,
.page-club .entry-content div{
	font-size: 15px;
	font-size: 1.0714rem;
}
.club-banner{
	font-size: 0;
	width:100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.club-banner-gray{
	position: absolute;
	z-index: -1;
	top:0;
	left:0;
	width:100%;
	height:369px;
	background-repeat: repeat;
	background-image: url(images/noise.gif);
}
a.club-block{
	width:18.4%;
	margin:1%;
	height:200px;
	float:left;
	color:#fff!important;
	text-align: center;
	background-color: #111;
	text-decoration: none;
	font-size: 21px;
	font-size: 1.5rem;
}
a.club-block:first-child{
	margin-left:0
}
a.club-block:last-child{
	margin-right:0
}
a.club-block:hover{
	text-decoration: none;
}
a.club-block-1{background-color: #561a43;}
a.club-block-2{background-color: #767575;}
a.club-block-3{background-color: #eeb022;}
a.club-block-4{background-color: #39b1d0;}
a.club-block-5{background-color: #35353f;}

.club-icon{
	margin-top:20px;
	margin-bottom:10px;
	width:90px;
	height:90px;
	display: inline-block;
	background-image:url(images/icon-club.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}
a.club-block:hover .club-icon{
	height:86px;
	margin-top:25px;
	margin-bottom:5px;
}
a.club-block-2 .club-icon{background-position: 0 -90px;}
a.club-block-3 .club-icon{background-position: 0 -180px;}
a.club-block-4 .club-icon{background-position: 0 -270px;}
a.club-block-5 .club-icon{background-position: 0 -360px;}

.club-icon-sub{
	margin:0 5px 0 0;
	vertical-align: middle;
	display: inline-block;
	width:90px;
	height:75px;
	background-repeat: no-repeat;
	background-image:url(images/icon-club.png);
	background-position: right 0;
	background-size: 200% auto;
}
.club-icon-sub.club-icon-1{background-position: right -10px;}
.club-icon-sub.club-icon-2{background-position: right -100px;}
.club-icon-sub.club-icon-3{background-position: right -190px;}
.club-icon-sub.club-icon-4{background-position: right -280px;}
.club-icon-sub.club-icon-5{background-position: right -370px;}
.page-club ul.qa{
	list-style: none;
}
.page-club ul.qa li{
	padding: 14px 0;
	padding: 1rem 0;
	margin:0 7px;;
	border-bottom: 2px dotted #ccc;
}

.club-count-block{
	border-bottom: 2px dotted #ccc;
	padding:21px 0;
	overflow: hidden;
}
.club-count-block h3{
	margin: 0 0 5px 0;
}
.club-count-block p{
	margin:0;
}
.club-count-block-i {
	float:left;
	width:90px;
	height:90px;
	background-image:url(images/icon-club-points.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.club-count-block-i-2{background-position: 0 -90px;}
.club-count-block-i-3{background-position: 0 -180px;}
.club-count-block-i-4{background-position: 0 -270px;}
.club-count-block-i-5{background-position: 0 -360px;}
.club-count-block-i-6{background-position: 0 -450px;}
.club-count-block-i-7{background-position: 0 -540px;}
.club-count-block-i-8{background-position: 0 -630px;}
.club-count-block-r{
	float:right;
	width:-webkit-calc(100% - 110px);
	width:calc(100% - 110px);
}
@media screen and (min-width: 768px) {
	.club-cont-left,
	.club-cont-right{
		width:47%;
	}
	.club-cont-left{
		float:left;
	}
	.club-cont-right{
		float:right;
	}
}
@media screen and (max-width: 960px) {
	a.club-block{
		width:48.5%;
		margin:1.5%;
	}
	a.club-block:nth-child(odd){
		margin-left:0
	}
	a.club-block:nth-child(even){
		margin-right:0
	}
}


.favorite_cont { text-align: center; }
a.favorite { display: inline-block; background: url(images/icon_heart.png) no-repeat left center; padding-left:16px }
a.favorite.done:hover {
	font-size:0;
}
a.favorite.done:hover:after {
	content:"(已赞)";
	font-size:12px;
	font-size: 0.857142857rem;
}
.favorite_wait {display: inline-block; background: url(images/loader_small.gif) no-repeat center center; width:16px; height:16px; line-height: 1.2; }

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.friendLinks li {
		float:left;
		width:30%;
		width:-webkit-calc(33% - 1.5rem);
		width:-calc(33% - 1.5rem);
	}
}





/*font set*/
.entry-summary .entry-title,
.entry-header .entry-title,
.archive-title, .page-title,
#archive-menu-container,
.pinterestUl .pinterestLi .pinterest_title,
.timelineUl h3, .timelineIndex li,
.entry-header .entry-title,
.post-thumbnail .post-title,
h1.club-title,
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 { 
	font-family: "times new roman", "微软雅黑";
}


/*woocommerce*/
.page-woo{}

/*woocommerce*/
div.woocommerce{
	min-height:400px;
	margin-top: 28px;
	margin-top: 2rem;
}

.woocommerce .col2-set .col-1 h2, .woocommerce-page .col2-set .col-1 h2,
.woocommerce .col2-set .col-2 h2, .woocommerce-page .col2-set .col-2 h2{
	text-align: center;
}
.woocommerce a.added_to_cart{
	font-size: 13px;
	font-size: 0.9714rem;;
	margin: -10px 14px 14px 14px;
}
.woocommerce .products ul,
.woocommerce ul.products{
	font-size: 0;
}

.woocommerce .related ul li.product,
.woocommerce .related ul.products li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce-page .related ul li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce-page .upsells.products ul li.product,
.woocommerce-page .upsells.products ul.products li.product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	/*float: left!important;*/
	float:none!important;
	display: inline-block;
	vertical-align: top;
	margin: 1%;
	padding: 0;
	position: relative;
	/*width: 22%;
	/*width: -webkit-calc(25% - 16px);
	width: calc(25% - 16px);*/
	width: 23.5%;
	background-color:#fff;
	/*border: 1px solid #ddd;*/
	text-align: left;
}
.woocommerce .related ul li.product:nth-child(4n+1),
.woocommerce .related ul.products li.product:nth-child(4n+1),
.woocommerce .upsells.products ul li.product:nth-child(4n+1),
.woocommerce .upsells.products ul.products li.product:nth-child(4n+1),
.woocommerce-page .related ul li.product:nth-child(4n+1),
.woocommerce-page .related ul.products li.product:nth-child(4n+1),
.woocommerce-page .upsells.products ul li.product:nth-child(4n+1),
.woocommerce-page .upsells.products ul.products li.product:nth-child(4n+1),
.woocommerce ul.products li.product:nth-child(4n+1),
.woocommerce-page ul.products li.product:nth-child(4n+1) {
	margin-left: 0;
}
.woocommerce .related ul li.product:nth-child(4n+0),
.woocommerce .related ul.products li.product:nth-child(4n+0),
.woocommerce .upsells.products ul li.product:nth-child(4n+0),
.woocommerce .upsells.products ul.products li.product:nth-child(4n+0),
.woocommerce-page .related ul li.product:nth-child(4n+0),
.woocommerce-page .related ul.products li.product:nth-child(4n+0),
.woocommerce-page .upsells.products ul li.product:nth-child(4n+0),
.woocommerce-page .upsells.products ul.products li.product:nth-child(4n+0),
.woocommerce ul.products li.product:nth-child(4n+0),
.woocommerce-page ul.products li.product:nth-child(4n+0) {
	margin-right: 0;
}
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
	padding: 3px 14px;
	margin: 0;
	font-size: 16px;
	font-size: 1.14257rem;
	line-height:1.3;
	min-height: 42px;
	overflow: hidden;
	color: #111;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
@media screen and (max-width: 600px) {
	.woocommerce ul.products li.product h3,
	.woocommerce-page ul.products li.product h3 {
		min-height: 66px;
	}
}
.woocommerce ul.products li.product .products-cont-meta,
.woocommerce-page ul.products li.product .products-cont-meta {
	padding: .5em 0;
	line-height: 1.4;
}

.woocommerce span.onsale,
.woocommerce-page span.onsale {
	width:74px;
	height:74px;
	/*background:url(images/bg_onsale.png) no-repeat transparent;*/
	background:none transparent;
	box-shadow: none;
	border-radius: 0;
	padding:0;
	font-size: 0;
	left:auto;
	right:0;
	top:0;
	margin: -1px -1px 0 0;
}
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
	margin: -1px -1px 0 0;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #591c46;
	font-weight: 400;
	font-size: 1.25em;
	margin-top: 1rem;
}
.woocommerce ul.products li.product .price {
	color: #c8000a;
	font-size:14px;
	font-size:1rem;
	padding:0 14px;
}
.woocommerce ul.products li.product .price span.woocommerce-Price-currencySymbol{
	color: #111;
}
.woocommerce ul.products li.product .button {
    margin: 0 14px 14px 14px;
    padding: 8px 18px;
    background-color: #c8000a;
    font-size:13px;
    font-size:0.985717rem;
}
.woocommerce ul.products li.product .button:hover{
	background-color: #000;
}
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del,
.woocommerce div.product span.price del,
.woocommerce div.product p.price del,
.woocommerce #content div.product span.price del,
.woocommerce #content div.product p.price del,
.woocommerce-page div.product span.price del,
.woocommerce-page div.product p.price del,
.woocommerce-page #content div.product span.price del,
.woocommerce-page #content div.product p.price del {
	font-size:100%;
	display:inline-block;
}
.woocommerce div.product p.stock,
.woocommerce #content div.product p.stock,
.woocommerce-page div.product p.stock,
.woocommerce-page #content div.product p.stock {
	font-size: 15px;
	font-size: 1.071428571rem;
	margin-top: 1rem;
	margin-bottom: 0;
	/*margin-bottom: 0.5rem;*/
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
	box-shadow: none;
	-webkit-box-shadow:none;
	margin-bottom:0;
}
.woocommerce ul.products .products-cont {
	padding:0 10px;
}

.woocommerce .woocommerce-breadcrumb{
	font-size:14px;
	font-size:1rem!important;
}
.woocommerce .star-rating span:before,
.woocommerce p.stars a:before {
	color: #591c46;
}
.woocommerce ul.products li.product .star-rating{/*隐藏列表中的评分*/
	display: none;
}


.attachment-shop_single,
.attachment-shop_thumbnail {
	border:1px solid #ddd;
}
div[itemprop="description"]{
	margin-top: 14px;
	margin-top: 1rem;
}
div[itemprop="description"] p:first-child{margin-top: 0}
div[itemprop="description"] p:last-child{margin-bottom: 0}

.woocommerce-account .woocommerce-MyAccount-navigation li{
	list-style: none;
	background-color:#fafafa;
	margin:0 0 1px 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a{
	text-decoration: none;
	display: block;
	padding:4px 15px;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	border-right:4px solid transparent
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover{
	border-right:4px solid #36363e;
	background-color:#f2f2f2;
}
.select2-container .select2-choice {
	border-radius: 0;
}
.woocommerce table.my_account_orders{
	font-size:100%;
}
.woocommerce table.my_account_orders .order-actions .button {
	padding: 7px 21px;
}
mark {background-color: #fffcc9; padding: 0 2px;}
.woocommerce-MyAccount-content fieldset{
	margin: 21px 0;
}
.woocommerce-MyAccount-content legend{
	font-size:16px;
	margin:14px 0 7px 0;
}
.woocommerce form .form-row label.label-radio,
.woocommerce-page form .form-row label.label-radio{
	display: inline-block;
	min-width:60px;
	padding-left: 8px;
	vertical-align: bottom;
}
@media screen and (min-width: 768px) {
	.woocommerce-account .woocommerce-MyAccount-navigation{
		width: 20%;
		border-right:1px solid #f2f2f2;
		min-height: -webkit-calc(100vh - 540px);
		min-height: calc(100vh - 540px);
	}
	.woocommerce-account .woocommerce-MyAccount-content{
		width: 78%;
	}
}
@media screen and (max-width: 768px) {
	.full-padding {
		padding-left:1.126%;
		padding-right:1.126%;
	}

	.woocommerce .related ul li.product,
	.woocommerce .related ul.products li.product,
	.woocommerce .upsells.products ul li.product,
	.woocommerce .upsells.products ul.products li.product,
	.woocommerce-page .related ul li.product,
	.woocommerce-page .related ul.products li.product,
	.woocommerce-page .upsells.products ul li.product,
	.woocommerce-page .upsells.products ul.products li.product,
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		clear:none;
		width: 47%!important;
		margin:1.5%!important;
	}
	.woocommerce .related ul li.product:nth-child(3n+1),
	.woocommerce .related ul.products li.product:nth-child(3n+1),
	.woocommerce .upsells.products ul li.product:nth-child(3n+1),
	.woocommerce .upsells.products ul.products li.product:nth-child(3n+1),
	.woocommerce-page .related ul li.product:nth-child(3n+1),
	.woocommerce-page .related ul.products li.product:nth-child(3n+1),
	.woocommerce-page .upsells.products ul li.product:nth-child(3n+1),
	.woocommerce-page .upsells.products ul.products li.product:nth-child(3n+1){
		margin-left: 0!important;
	}
	.woocommerce .related ul li.product:nth-child(3n+0),
	.woocommerce .related ul.products li.product:nth-child(3n+0),
	.woocommerce .upsells.products ul li.product:nth-child(3n+0),
	.woocommerce .upsells.products ul.products li.product:nth-child(3n+0),
	.woocommerce-page .related ul li.product:nth-child(3n+0),
	.woocommerce-page .related ul.products li.product:nth-child(3n+0),
	.woocommerce-page .upsells.products ul li.product:nth-child(3n+0),
	.woocommerce-page .upsells.products ul.products li.product:nth-child(3n+0){
		margin-right: 0!important;
	}

	/*.woocommerce .related ul li.product:nth-child(2n),
	.woocommerce .related ul.products li.product:nth-child(2n),
	.woocommerce .upsells.products ul li.product:nth-child(2n),
	.woocommerce .upsells.products ul.products li.product:nth-child(2n),
	.woocommerce-page .related ul li.product:nth-child(2n),
	.woocommerce-page .related ul.products li.product:nth-child(2n),
	.woocommerce-page .upsells.products ul li.product:nth-child(2n),
	.woocommerce-page .upsells.products ul.products li.product:nth-child(2n),
	.woocommerce ul.products li.product:nth-child(2n),
	.woocommerce-page ul.products li.product:nth-child(2n) {
		float: left;
	}*/


}
@media screen and (max-width: 600px) {
	

}
@media screen and (max-width: 400px) {
	

}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button, 
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button {
	text-shadow: none;
	border: none;
	color:#fff;
	background: #c8000a;
	box-shadow: none;
	padding: 11px 21px;
	/*margin-top: 0!important;*/
}

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page #content input.button.alt{
	color:#fff;
	text-shadow: none;
	background:#c8000a;
}

.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #content input.button:hover {
	color:#fff;
	background:#000;
}


.woocommerce a.button.added,
.woocommerce button.button.added,
.woocommerce input.button.added,
.woocommerce #respond input#submit.added,
.woocommerce #content input.button.added,
.woocommerce-page a.button.added,
.woocommerce-page button.button.added,
.woocommerce-page input.button.added,
.woocommerce-page #respond input#submit.added,
.woocommerce-page #content input.button.added {
	/*padding-left:26px*/
}


.woocommerce a.button.added:before,
.woocommerce button.button.added:before,
.woocommerce input.button.added:before,
.woocommerce #respond input#submit.added:before,
.woocommerce #content input.button.added:before,
.woocommerce-page a.button.added:before,
.woocommerce-page button.button.added:before,
.woocommerce-page input.button.added:before,
.woocommerce-page #respond input#submit.added:before,
.woocommerce-page #content input.button.added:before {
	position: absolute;
	height: 16px;
	width: 16px;
	top: 0.35em;
	right: auto;
	left:10px;
	text-indent: 0;
	font-family: 'WooCommerce';
	/*content: "\e017";*/
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
	border: 1px solid rgba(0,0,0,0.1);
	margin: 0px -1px 24px 0px;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	-webkit-border-radius: 5px;
	border-radius: 0;
	background-color: #fafafa;
	line-height: 1.6;
}
.woocommerce table.shop_table td {
	/*padding: 6px 6px;*/
}
body .woocommerce table.shop_table tbody th,
body .woocommerce table.shop_table tfoot td,
body .woocommerce table.shop_table tfoot th{
	font-weight: 400;
}


.woocommerce table.cart input,
.woocommerce #content table.cart input,
.woocommerce-page table.cart input,
.woocommerce-page #content table.cart input {
	line-height: 1.5;
}
.woocommerce table.cart img,
.woocommerce #content table.cart img,
.woocommerce-page table.cart img,
.woocommerce-page #content table.cart img {
	width: 50px;
	vertical-align: bottom;
}
.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
	text-align: right;
	padding: 12px;
}
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
	font-weight: normal;
	/*background: #f3f3f3;*/
}
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot th {
	background-color: transparent;
	padding: 9px 12px;
}
.woocommerce table.shop_table td.product-name,
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot th {
	padding: 9px 12px;
}
.woocommerce td.product-quantity {
	min-width: 0;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	/*float: right;
	width: 96%;
	padding: 2%;*/
}
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table th {
	/*vertical-align: bottom;
	font-size: 14px;
	font-size: 1rem;
	padding:0;*/
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
	padding: 3px 0;
	margin: 0 0 7px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
	max-width: 440px;
	border-radius: 3px;
}
.woocommerce .cart-collaterals .shipping_calculator .button,
.woocommerce-page .cart-collaterals .shipping_calculator .button {
	width: 100%;
	float: none;
	display: block;
	margin-top: 14px;
	margin-top: 1rem;
}


.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info {
	background: #fff;
	-webkit-border-radius: 0;
	border-radius:0;
	-webkit-box-shadow:none;
	box-shadow:none;

}
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
	/*border-top: 3px solid #c99e71;*/
}
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
	/*background-color: #c99e71;*/
}


.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register,
.woocommerce-page form.login,
.woocommerce-page form.checkout_coupon,
.woocommerce-page form.register {
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #fafafa;
}
.woocommerce form.login,
.woocommerce-page form.login,
.woocommerce form.register,
.woocommerce-page form.register {
	width:300px;
	max-width: 100%;
	margin:0 auto;
	margin-bottom:2rem;
}
.h2-login {
	text-align: center;
}
.chosen-container .chosen-results li.active-result {
	background-image: none;
}
.chosen-container-single .chosen-single{
	border-radius: 0;
}
.order_details {
	border: 1px solid rgba(0,0,0,0.1);
}
.woocommerce .order_details li,
.woocommerce-page .order_details li{
	background-image: none;
	border-right: 1px dotted rgba(0,0,0,0.1);
	padding: 14px;
	margin-right: 0;
	width: 20%;
	width: -webkit-calc(25% - 30px);
	width: calc(25% - 30px);
	list-style: none;
}
.woocommerce .customer_details,
.woocommerce-page .customer_details {
	margin: 0 0 24px 0;
	border: 1px solid rgba(0,0,0,0.1);
	/*padding: 14px;*/
}
.woocommerce .customer_details dt,
.woocommerce-page .customer_details dt,
.woocommerce .customer_details dd,
.woocommerce-page .customer_details dd{
	margin: 0;
	display: inline-block;
}
.woocommerce .customer_details dt,
.woocommerce-page .customer_details dt{
	width: 25%;
}
.woocommerce .customer_details dd,
.woocommerce-page .customer_details dd{
	width: 65%;
}


.woocommerce div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce-page #content div.product div.images {
	position: relative;
	/*width: 40%;*/
}
@media screen and (min-width:1024px){
	.woocommerce div.product div.images,
	.woocommerce #content div.product div.images,
	.woocommerce-page div.product div.images,
	.woocommerce-page #content div.product div.images {
		width: 40%;
	}
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
		width: 56%;
	}
}
.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
	/*width: 23.1%!important;
	margin-right: 2.5%;
	margin-bottom: 2.5%;*/
}


.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs{
	padding: 0;
	margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
	position: absolute;
	content: "";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
	border: none;
	background: #fafafa;
	color:#fff;
	-webkit-border-radius:0;
	border-radius: 0;
	box-shadow: none;
	margin: 0 -1px;
	line-height:2.2;
	padding:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
	color: #6a6a6a;
	text-shadow: none;
	text-decoration: none;
	display: block;
	padding: 0 20px;
	font-weight: 400;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover {
	color: #fff;
	background: #c8000a;
	text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
	border: none;
	position: absolute;
	bottom: -1px;
	width: 0;
	height: 0;
	content: "";
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
	background: #c8000a;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a{
	color: #fff;
}
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce #content div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel,
.woocommerce-page #content div.product .woocommerce-tabs .panel {
	margin: 0 0 2em;
	padding: 14px 28px;
	padding: 1rem 2rem;
	background: #fff;
	border-top: 1px solid #eee;
	overflow: hidden;
	background: #fdfdfd;
}

.woocommerce .related,
.woocommerce-page .related,
.woocommerce .upsells.products,
.woocommerce-page .upsells.products {
	padding: 1rem;
	background: #fff;
	border: 1px solid #ddd;
	margin: 0 0 2em;
}
.woocommerce .product-share{
	margin:28px 0;
	margin:2rem 0;
}
.woocommerce .bshare-custom{
	margin:14px 0;
	margin:1rem 0;
}
/*inner page for woocommerce*/
div.product h2 { 
	/*background-color: #333;
	color: #fff;*/
	/*margin: 0 0 14px 0;
	margin: 0 0 1rem 0;
	line-height: 2;
	padding: 2px 20px*/
}
.product_meta {
	margin-top:14px;
	margin-top:1rem;
}
.product-data {
	overflow: hidden;
	/*border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);*/
}
.product-data li{
	/*border-bottom: 1px solid rgba(0,0,0,0.1);*/
}
.product-data-item {
	width:100%;
	display: inline-block;
	/*width:50%;*/
}
.product-data-left {
	float:left;
	width:50%;
}
.product-data-right {
	float:right;
	width:50%;
}
.product-data-custom {
	padding:10px 0;
}
.woocommerce div.product form.cart{
	margin-bottom:1rem;
}
.product-data-custom,
.woocommerce div.product form.cart {
	width: 80%;
}
@media screen and (min-width: 1024px) {
	.product-data-custom,
	.woocommerce div.product form.cart {
		width: 55%;
		margin-top: 1rem;
	}
}
.woocommerce div.product form.cart .button,
.product-data-custom .button {
	/*float:right;*/
	text-align:center;
}
.product-data-custom .button {width:70px;}
.itemName{
	/*font-weight: bolder;*/
	width:82px;
	display: inline-block;
	color: #999;
	font-size: 15px;
	font-size: 1.07145rem;
}
table.product_item{
	width: 100%;
	max-width: 500px;
	margin-bottom: 28px;
	margin-bottom: 2rem;
	border: 1px solid #f2f2f2;
}
table.product_item thead{
	background-color: #fafafa
}
table.product_item thead td{
	font-weight:bolder;
	border-bottom: none;
	color:#888;
}
table.product_item td{
	text-align: center;
	padding:2px 10px;
	border-bottom: 1px solid #f2f2f2;
}
table.product_item tr:hover{
	background-color: #fafafa
}
.woocommerce div.product .product_title,
.woocommerce #content div.product .product_title,
.woocommerce-page div.product .product_title,
.woocommerce-page #content div.product .product_title {
	clear: none;
	margin-top: 0;
	padding: 0;
	font-size: 22px;
	font-size: 1.571428rem;
	line-height: 1.2;
	font-weight: normal;
	color: #000;
}
.woocommerce div.product .product_title .brandname,
.woocommerce #content div.product .product_title .brandname,
.woocommerce-page div.product .product_title .brandname,
.woocommerce-page #content div.product .product_title .brandname{
	font-size: 21px;
	font-size: 1.5rem;
	display: block;
}
nav.woocommerce-pagination{
	margin-bottom: 28px;
	margin-bottom: 2rem;
}
.woocommerce .quantity .qty {
    line-height: 1.7;
}

.woocommerce table.shop_attributes{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	line-height: 0;
}
.woocommerce .shop_attributes tr{
	width:49.9%;
	display: inline-block;
}
.woocommerce table.shop_attributes th {
	width: 80px;
}
.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th {
    background: transparent;
}
.woocommerce table.shop_attributes .alt th{
	border-left: 1px solid #eee;
}
.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th {
    border-bottom: none;
    font-style: normal;
}
.woocommerce table.shop_attributes tr{
	border-bottom: 1px solid #eee;
}
.woocommerce table.shop_attributes tr:last-child{
	border-bottom: none;
}
.woocommerce table.shop_attributes tr.alt:last-child{
	border-bottom: 1px solid #eee;
}
@media screen and (max-width:768px){
	.woocommerce .shop_attributes tr{
		width:100%;
	}
	.woocommerce table.shop_attributes .alt th{
		border-left: none;
	}
}
.woocommerce #tab-description h2{
	margin-bottom: 1rem;
	color: #333;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul {
	display: inline-block;
	white-space: nowrap;
	padding: 0;
	clear: both;
	/*border: 1px solid #333;*/
	border:none;
	border-right: 0;
	margin: 1px;
}
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li {
	/*border-right: 1px solid #333;*/
	border-right: none;
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
	overflow: hidden;
	background: #fafafa;
	margin-right: 1px;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce #content nav.woocommerce-pagination ul li a:hover,
.woocommerce #content nav.woocommerce-pagination ul li a:focus,
.woocommerce-page nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li a:focus,
.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
.woocommerce-page #content nav.woocommerce-pagination ul li a:focus{
	background: #000;
	color: #fff;
}


.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	float: left;
	width: 48%;

}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	float: right;
	width: 48%;

}
@media screen and (max-width: 700px) {
	.woocommerce .col2-set .col-1,
	.woocommerce-page .col2-set .col-1,
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-2 {
		float: none;
		width: 100%;;
	}
	.woocommerce .col2-set .col-1,
	.woocommerce-page .col2-set .col-1{
		margin-bottom: 14px;
		margin-bottom: 1rem;
	}
}
.woocommerce .addresses .title,
.woocommerce-page .addresses .title {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding:3px 15px;
	background-color: #f3f3f3;
}
.woocommerce .addresses address,
.woocommerce-page .addresses address {
	padding:3px 15px;
}
.woocommerce .addresses .title h3,
.woocommerce-page .addresses .title h3 {
	float: left;
	margin:0;
	font-size: 14px;
	font-size: 1rem;
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
	width: 100%;
	margin-bottom: 28px;
	margin-bottom: 2rem;
}


.woocommerce-billing-fields,
.woocommerce-shipping-fields {
	padding: 0 14px;
}

.woocommerce #payment ul.payment_methods li,
.woocommerce-page #payment ul.payment_methods li {
	line-height: 2em;
	text-align: left;
	margin: 0;
	font-weight: normal;
	background: none;
	padding-left: 0;
	list-style: none;
}
.woocommerce #payment,
.woocommerce-page #payment {
	background-color: #fafafa;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-bottom: 24px;
	border: 1px solid rgba(0,0,0,0.1)
}

.woocommerce .woocommerce-message li,
.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-info li,
.woocommerce-page .woocommerce-message li,
.woocommerce-page .woocommerce-error li,
.woocommerce-page .woocommerce-info li {
	list-style: none outside !important;
	padding-left: 0 !important;
	margin-left: 0 !important;
	background-image: none;
}


#payment-bank li{ width:155px; float:left; vertical-align: middle; margin: 0 0.5rem 1rem 0!important;}
#payment-bank li input { vertical-align: middle; margin-right:5px!important }
label.bankLabel{ 
	width:130px; 
	height:40px; 
	display: inline-block; 
	background-image:url(/wp-content/plugins/alipay-bank-for-woocommerce/images/bank_logos.jpg); 
	vertical-align: middle;
	font-size: 0;
	border: 1px solid #CCC;
}
.woocommerce-checkout #payment div.payment_box:after {
	border: 8px solid #f3f3f3;
	border-right-color: rgba(0, 0, 0, 0);
	border-left-color: rgba(0, 0, 0, 0);
	border-top-color: rgba(0, 0, 0, 0);
}
.woocommerce-checkout #payment div.payment_box {
	background-color: #ddd;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	background-color: #fff;
	border:1px solid transparent;
	border-radius: 0;
}


/*product single*/
.marketprice{ text-decoration: line-through; }
.woocommerce-result-count{display: none;}
#tab-description-cont,
#tab-custom-cont {
	line-height:1.3;
	/*padding:10px 20px;*/
}
#tab-description-cont img{ vertical-align:bottom; }
/*#tab-description-cont .product-details{
	line-height: 0;
}*/
@media only screen and (max-width: 480px){
	#tab-description-cont,
	#tab-custom-cont {
		padding:5px;
	}
	.product-data-item {
		display: inline-block;
		width: 100%;
	}
	.product-data-left,
	.product-data-right{
		float:none;
		width: 100%;
	}
}



/*weixin plugin - copy to the plugin*/
#pinglun-form .pl-input-area { 
	background-image:none; 
	border-radius:0; 
	border: 1px solid #EEE;
	box-shadow:none;
}
#pinglun-form .pl-toolbar {
	border-radius:0;
	box-shadow:none;
	background: none;
}
#pinglun-container #pinglun-submit {
	background-image:none;
	background-color:#BC9063;
	border:none;
	color:#fff;
	border-radius:0;
	box-shadow:none;
	text-shadow:none;
}
#pinglun-container #pinglun-submit:hover {
	background-color:#000;
}
#pinglun-list .pinglun-meta {
	background-image:none;
	background-color:#efeff1;
	border:none;
	border-radius:0;
	max-height: 40px;
	padding: 10px;
}
#pinglun-list .avatar { top:10px }
#pinglun-form #pinglun-face-area {
	border-radius:0;
	border:none;
}
#pinglun-face-area .pl-face-head{
	border-bottom:none;
	background:#efeff1;
}
#pinglun-face-area .pl-face-menu li.pl-face-current {
	border:none; 
	border-bottom: #FFF solid 1px;
}
#pinglun-container .pl-powered-by {
	display:none;
}

/*mycred*/
strong.mypoints{
	color: #c8000a;
}
div.alert {
	display:inline-block;
	margin:5px 0;
	color:#fff;
	padding:0 8px;
}
div.alert.alert-success{
	background:#156400;
}
div.alert.alert-note{
	background:#156400;
	border-radius: 3px;
}
div.alert.alert-danger{
	background:#cd0012;
}
div.alert:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
}
div.alert.alert-note:before{
	content: "\f0eb";
	font-size:21px;
}
div.alert.alert-success:before{
	content: "\f058";
}
div.alert.alert-danger:before{
	content: "\f057";
}
.form-group {
    display: inline-block;
}

/*account center header*/
#account-header{
	overflow:hidden;
	background-color:#fff;
	padding:21px;
	padding:1.5rem;
	margin-bottom: 28px;
	margin-bottom: 2rem;
}
#account-header-profile,
#account-header-right{
	text-align: center;
}
#account-header-right{
	clear:both;
}
#account-header-profile .avatar{ width:70px; height:70px; }
#account-header-credit-available,
#account-header-credit-expire{
	text-align: center;
	float:left;
	width:50%;
	line-height: 1.5;
	padding: 14px 0;
	padding: 1rem 0;
}
.credit-number{
	display: block;
	font-size:28px;
	font-size:2rem;
}
#account-header-credit-expire .credit-number{
	color:#c8000a;
}
#account-header-credit-expire .expire-date{
	color: #999
}
@media only screen and (min-width: 600px){
	#account-header-profile,
	#account-header-right{
		float:left;
		width:25%;
	}
	#account-header-credit{
		float:left;
		width:50%;
	}
	#account-header-right{
		padding: 14px 0;
		padding-top: 1rem 0;
		clear:none;
	}
}
hr.title-redeem-bottom{
	margin-top:0;
	border:none;
	border-top: 1px solid #36363e;
}
.title-redeem{
	display: inline-block;
	background-color: #36363e;
	color: #fff;
	padding: 13px 21px;
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count{
	margin-bottom: 0;
}
/*1748 login form pages*/
.bg-login{
	background:url(images/bg-login.jpg) no-repeat left top;
	min-height: 600px;

	overflow: hidden;
}
.woocommerce .bg-login form.register,
.woocommerce .bg-login form.login{
	margin:28px auto;
	margin:2rem auto;
	background-color: #fff;
	border-width: 0;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
}
.woocommerce .bg-login form.register h2,
.woocommerce .bg-login form.login h2,
.woocommerce .lost_reset_password h2{
	color: #000;
	margin:0 0 14px 0;
	margin:0 0 1rem 0;
}
.woocommerce .bg-login .woocommerce-error{
	margin-bottom: 0!important;
}
.woocommerce .bg-login .form-forgetpwd{
	margin:28px auto;
	margin:2rem auto;
	background-color: #fff;
	border-width: 0;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	padding: 20px;
    width: 360px;
    max-width: -webkit-calc(100% - 60px);
    max-width: calc(100% - 60px);
}
.woocommerce .bg-login .form-forgetpwd p{
	margin:0 0 21px 0;
	margin:0 0 1.5rem 0;
}
.woocommerce div.veri-code {
	width:213px;
}
.woocommerce div.veri-code img{
	height: 31px!important;
}
.woocommerce .button.button-mid{
	padding:8px 14px;
}
.woocommerce button.button-veri{
	margin-left: 5px;
}
.woocommerce .bg-login a{
	text-decoration: none;
}
.woocommerce .bg-login a:hover{
	text-decoration: underline;
}
p.woocommerce-LostPassword{ margin-bottom: 0}
@media only screen and (min-width: 600px){
	.woocommerce .bg-login form.register,
	.woocommerce .bg-login form.login,
	.woocommerce .bg-login .form-forgetpwd{
		float:right;
		margin:28px 42px;
		margin:2rem 3rem;
	}
}

.ui-datepicker .ui-datepicker-title select{padding:0}

.video-js { max-width:100%;  margin: 0 auto; }
.vjs-poster { background-color:#fff }
.video-js .vjs-big-play-button {
	top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
}
@media screen and (max-width:960px){
	.wp-video{
		width: 100%;
		margin-left:auto;
		margin-right:auto;
	}
}


/*hide member items on main nav 去掉后修改2500行，以及navigation.js line:16*/
/*#menu-item-1504,
#menu-item-1505{
	display: none;
}*/