body {
	font-family: "HanHei TC","MHei","PingFang HK","STHeitiTC-Light","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 14px;
	line-height: 22px;
	width: 100%;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#wrapper:before, #wrapper:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: -1700px;
	right: -500px;
	height: 2000px;
	width: 2000px;
	background-color: rgba(0,0,0,0.02);
	border-radius: 50%;
}
#wrapper:after {
	top: -700px;
	right: -700px;
	height: 1200px;
	width: 1200px;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-weight: 400;
}
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #666;
	transition: all 300ms ease-in-out;
}
a:hover, a:focus {
	color: #e32031;
	text-decoration: none;
}
img {
	line-height: 0;
	margin: 0;
	max-width: 100%;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
.row-sm {
	margin-left: -10px;
	margin-right: -10px;
}
.row-sm .col-lg-1, .row-sm .col-lg-10, .row-sm .col-lg-11, .row-sm .col-lg-12, .row-sm .col-lg-2, .row-sm .col-lg-3, .row-sm .col-lg-4, .row-sm .col-lg-5, .row-sm .col-lg-6, .row-sm .col-lg-7, .row-sm .col-lg-8, .row-sm .col-lg-9, .row-sm .col-md-1, .row-sm .col-md-10, .row-sm .col-md-11, .row-sm .col-md-12, .row-sm .col-md-2, .row-sm .col-md-3, .row-sm .col-md-4, .row-sm .col-md-5, .row-sm .col-md-6, .row-sm .col-md-7, .row-sm .col-md-8, .row-sm .col-md-9, .row-sm .col-sm-1, .row-sm .col-sm-10, .row-sm .col-sm-11, .row-sm .col-sm-12, .row-sm .col-sm-2, .row-sm .col-sm-3, .row-sm .col-sm-4, .row-sm .col-sm-5, .row-sm .col-sm-6, .row-sm .col-sm-7, .row-sm .col-sm-8, .row-sm .col-sm-9, .row-sm .col-xs-1, .row-sm .col-xs-10, .row-sm .col-xs-11, .row-sm .col-xs-12, .row-sm .col-xs-2, .row-sm .col-xs-3, .row-sm .col-xs-4, .row-sm .col-xs-5, .row-sm .col-xs-6, .row-sm .col-xs-7, .row-sm .col-xs-8, .row-sm .col-xs-9 {
	padding-right: 10px;
	padding-left: 10px;
}
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
	position: relative;
	bottom: 0.15em;
	font-size: 1.1em;
}
.table > thead > tr > td, .table > thead > tr > th, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th {
    padding: 1rem 1.5rem;
    vertical-align: top;
    border-color: #f2f2f2;
}
.table > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-color: #f2f2f2;
    border-bottom-width: 1px;
}
.table-bordered {
	border-color: #f2f2f2;
}
.icon-fw {
	width: 1.28571429em;
	text-align: center;
}
.icon-plus {
	display: inline-block;
	-webkit-transform: scale(0.9);
	-moz-transform:scale(0.9);
	-o-transform:scale(0.9);
	transform:scale(0.9);
}
.icon-preview {
	display: inline-block;
	-webkit-transform: scale(1.2);
	-moz-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}
.table-bordered {
	border-color: #f2f2f2;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:after {
	content: ' *';
	color: #e32031;
	font-weight: bold;
}
.form-horizontal div.required .control-label:after {
	display: none;
}
.form-horizontal div.required .control-label:before {
	content: '* ';
	color: #e32031;
	font-weight: bold;
}
.text-danger {
	color: #e32031;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
	color: #e32031;
}
.has-error .form-control {
	border-color: #e32031;
}
a:focus,
button:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: 0;
}
.btn, .btn:hover, .btn:focus {
	border-color: transparent;
	outline: none;
	transition: all 300ms ease-in-out;
}
.btn i {
	vertical-align: middle;
}
.btn-default {
	border-color: #ddd;
}
.btn-primary {
  background-color: #0275d8;
  border-color: #0275d8;
}
.btn-primary:hover {
  background-color: #025aa5;
  border-color: #01549b;
}
.btn-primary:focus, .btn-primary.focus {
	background-color: #0275d8;
  border-color: #0275d8;
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #0275d8;
  border-color: #0275d8;
}
.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  background-color: #025aa5;
  border-color: #01549b;
}
.btn-long {
	padding: 6px 26px;
}
.btn-lg.btn-long {
	padding: 8px 32px;
}
.table-borderless td, .table-borderless th {
	border: none !important;
}
/* breadcrumb */
.site-breadcrumb .container {
	min-height: 60px;
}
.breadcrumb {
	margin: 0 0;
	padding: 20px 0;
	font-size: 12px;
	background-color: transparent;
}
.breadcrumb i {
	font-size: 15px;
}

.pagination {
	margin: 0;
	padding: 2px 0;
}
.pagination > li {
	display: inline-block;
	margin: 0 5px;
}
.pagination > li a, .pagination > li span {
	height: 36px;
	min-width: 36px;
	padding: 0 5px;
	color: #333;
	line-height: 34px;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 20px !important;
}
.pagination li.active span, .pagination li:hover a {
	color: #fff;
	background: #e32031 !important;
	border-color: #e32031 !important;
}
.pagination.has-first .first, .pagination.has-first .prev, .pagination.has-last .last, .pagination.has-last .next {
	display: none;
}
.pagination-amount {
	display: inline-block;
	padding: 8px 0;
	color: #999;
	font-size: 14px;
	line-height: 24px;
	vertical-align: top;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 6px 16px;
}
.btn-group-lg>.btn, .btn-lg {
	padding: 8px 22px;
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.dropdown-menu {
	min-width: 100px;
	margin: 0;
	border: rgba(0,0,0,0.07) 1px solid;
	border: none;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
}
.dropdown-menu > li > a {
	padding: 5px 20px;
}
.dropdown-menu li > a:hover {
	color: #e32031;
	background-color: #f3f3f3;
	background-image: none;
}
.dropdown-menu:after, .dropdown-menu:before {
	border-bottom-style: solid;
	content: '';
	display: block;
	height: 0;
	position: absolute;
	width: 0;
}
.dropdown-menu:before {
	border: 7px solid;
	border-color: transparent transparent #fff transparent;
	z-index: 99;
	left: 9px;
	top: -12px;
}
.dropdown-menu:after {
	border: 8px solid;
	border-color: transparent transparent #fff transparent;
	z-index: 98;
	left: 21px;
	top: -15px;
	opacity: 0;
}
.dropdown-menu-right:before {
	left: auto;
	right: 9px;
}
.dropdown-menu-right:after {
	left: auto;
	right: 21px;
}
@media (min-width: 768px) {
	.dropdown-menu .see-all {
		display: none;
	}
}
@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		position: absolute;
		margin: 0;
		-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
		box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
		background-color: #fff;
	}
}
.table-borderless td, .table-borderless th {
	border: none !important;
}
/* breadcrumb */
.site-breadcrumb .container {
	min-height: 60px;
}
.breadcrumb {
	margin: 0 0;
	padding: 20px 0;
	font-size: 12px;
	background-color: transparent;
}
.breadcrumb i {
	font-size: 15px;
}

.pagination {
	margin: 0;
	padding: 2px 0;
}
.pagination > li {
	display: inline-block;
	margin: 0 5px;
}
.pagination > li a, .pagination > li span {
	height: 36px;
	min-width: 36px;
	padding: 0 5px;
	color: #333;
	line-height: 34px;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 20px !important;
}
.pagination li.active span, .pagination li:hover a {
	color: #fff;
	background: #e32031 !important;
	border-color: #e32031 !important;
}
.pagination.has-first .first, .pagination.has-first .prev, .pagination.has-last .last, .pagination.has-last .next {
	display: none;
}
.pagination-amount {
	display: inline-block;
	padding: 8px 0;
	color: #999;
	font-size: 14px;
	line-height: 24px;
	vertical-align: top;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 6px 16px;
}
.btn-group-lg>.btn, .btn-lg {
	padding: 8px 22px;
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.dropdown-menu {
	min-width: 100px;
	margin: 0;
	border: rgba(0,0,0,0.07) 1px solid;
	border: none;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
}
.dropdown-menu > li > a {
	padding: 5px 20px;
}
.dropdown-menu li > a:hover {
	color: #e32031;
	background-color: #f3f3f3;
	background-image: none;
}
.dropdown-menu:after, .dropdown-menu:before {
	border-bottom-style: solid;
	content: '';
	display: block;
	height: 0;
	position: absolute;
	width: 0;
}
.dropdown-menu:before {
	border: 7px solid;
	border-color: transparent transparent #fff transparent;
	z-index: 99;
	left: 9px;
	top: -12px;
}
.dropdown-menu:after {
	border: 8px solid;
	border-color: transparent transparent #fff transparent;
	z-index: 98;
	left: 21px;
	top: -15px;
	opacity: 0;
}
.dropdown-menu-right:before {
	left: auto;
	right: 9px;
}
.dropdown-menu-right:after {
	left: auto;
	right: 21px;
}
@media (min-width: 768px) {
	.dropdown-menu .see-all {
		display: none;
	}
}
@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		position: absolute;
		margin: 0;
		-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
		box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
		background-color: #fff;
	}
}
/* plugins */
.swiper-viewport {
	margin-bottom: 20px;
	background: #fff;
	width: 100%;
	position: relative;
	overflow: visible;
}
.swiper-container {
	direction: ltr !important;
}
.swiper-pager {
	width: 100%;
	position: absolute;
	top: 50%;
	line-height: 45px;
}
.swiper-pagination {
	bottom: 10px;
	left: 0;
	text-align: center;
	width: 100%;
}
.swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 20px;
	margin: 0 5px;
	opacity: 1;
}
.swiper-pagination-bullet:hover {
	background: rgba(0, 0, 0, 0.7) !important;
}
.swiper-pagination-bullet-active {
	background: rgba(0, 0, 0, 0.9) !important;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
	cursor: pointer;
	pointer-events: auto;
}
.swiper-button-prev, .swiper-button-next {
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	transition: all .3s ease;
	z-index: 2;
 	background-image: none;
 	opacity: 0;
}
.swiper-viewport .swiper-button-prev {
	opacity: 0;
	left: 10px;
}
.swiper-viewport .swiper-button-next {
	opacity: 0;
	right: 10px;
}
@media (max-width: 768px){
	.swiper-viewport {
		width: auto;
		margin-left: -15px;
		margin-right: -15px;
	}
}
/* Desktop */
@media (min-width: 768px){
	.swiper-viewport .swiper-button-prev {
		opacity: 0;
		left: -20px;
	}
	.swiper-viewport .swiper-button-next {
		opacity: 0;
		right: -20px;
	}
	.swiper-viewport:hover .swiper-button-prev {
		opacity: 0.7;
		left: 10px;

	}
	.swiper-viewport:hover .swiper-button-next {
		opacity: 0.7;
		right: 10px;
	}
	.swiper-pagination {
		bottom: 10px;
	}
}
.swal2-content a {
	border-bottom: 1px dashed #eee;
}
.swal2-content a:hover {
	border-color: #e32031;
}
.swal2-modal .swal2-styled {
	font-weight: 400;
}
.swal2-modal .swal2-content {
	font-weight: 400;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
.alert-notify {
	max-width: 600px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	background-color: #2c2c2c;
	background-color: rgba(0,0,0,.8);
	border-color: #2c2c2c;
	box-shadow: 0 0 5px rgba(0,0,0,.4);
}
.alert-notify.large{
	padding: 40px 20px;
}
.alert-notify hr {
	border-top-color: #1f1f1f;
}
.alert-notify a {
	color: #e6e6e6;
}
.alert-notify .close {
	color: #ffeb3b;
	opacity: 1;
}
.graphic-placeholder {
	position: relative;
	z-index: 1;
	height: 0;
	width: 100%;
	overflow: hidden;
	padding-bottom: 40%;
	background-color: rgba(0,0,0,0.02);
	border-radius: 5px;
}
.graphic-placeholder:before, .graphic-placeholder:after {
	content: '';
	position: absolute;
	z-index: 1;
	bottom: -1880px;
	left: -700px;
	height: 2000px;
	width: 2000px;
	background-color: rgba(0,0,0,0.02);
	border-radius: 50%;
	bottom: -555.5%;
	left: -82.5%;
	height: 0;
	width: 236%;
	padding-bottom: 236%;
}
.graphic-placeholder:after {
	bottom: -950px;
	left: -700px;
	height: 1200px;
	width: 1200px;
	bottom: -281.5%;
	left: -82.5%;
	height: 0;
	width: 141%;
	padding-bottom: 141%;
}
.graphic-placeholder.scale-60 {
	padding-bottom: 60%;
}
.graphic-placeholder.scale-60:before, .graphic-placeholder.scale-60:after {
	bottom: -366.6%;
}
.graphic-placeholder.scale-60:after {
	bottom: -185.8%;
}
.graphic-placeholder .text {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 0;
	height: 50px;
	width: 100%;
	margin-top: -25px;
	color: rgba(0,0,0,0.18);
	font-size: 38px;
	line-height: 50px;
	text-align: center;
}
/* top */
.top-notification {
	position: relative;
	margin-bottom: 0;
	border-radius: 0;
	border-width: 0;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}
.top-notification .close {
	position: absolute;
	top: 16px;
	right: 16px;
	font-size: 28px;
}
@media (max-width: 768px) {
	.top-notification .close {
		position: static;
	}
}
.site-topbar {
	position: relative;
	z-index: 101;
	min-height: 36px;
	margin-bottom: 0;
	color: #b0b0b0;
	font-size: 12px;
	background-color: #333;
	border-width: 0;
	border-radius: 0;
}
.site-topbar a {
	color: #b0b0b0;
}
.navbar-nav > li > a {
	padding-left: 10px;
	padding-right: 10px;
}
@media (min-width: 768px) {
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
.site-topbar .navbar-nav {
	float: left;
	margin: 0;
}
.site-topbar .navbar-nav > li {
	float: left;
}
.site-topbar .nav > li {
	float: left;
}
.site-topbar .sep {
	height: 10px;
	width: 1px;
	margin: 15px 5px;
	background-color: #666;
}
.site-topbar .navbar-nav i {
}
.site-topbar .language-selector i {
	margin-right: 0.5rem;
}
.site-topbar .currency-selector .dropdown-toggle i {
	display: inline-block;
	margin-top: -0.24em;
	height: 13px;
	width: 13px;
	margin-right: 5px;
	color: #333;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	text-align: center;
	background-color: #9d9d9d;
	border-radius: 50%;
	vertical-align: middle;
}
.site-topbar .wishlist .count, .site-header .wishlist .count {
	display: none;
}
.site-header {
	position: relative;
	z-index: 100;
	left: 0;
	top: 0;
	padding: 50px 0;
}
.site-header .logo {
	display: block;
	float: left;
	height: 32px;
	width: 191px;
	margin: 9px 0 9px 0;
	font-size: 30px;
	line-height: 96px;
	background: url(../images/logo_sprite.png) 0 0 no-repeat;
	background-size: 191px 64px;
	text-indent: -800%;
}
.site-header .logo:hover {
	/*animation: pulse 0.5s;*/
	transform: scale(1.03);
}
.site-header .logo img {
	display: block;
	height: 32px;
}
.site-header .quick-cart, .site-header .search, .site-header .sep {
}
.site-header .sep {
	padding: 0;
	margin-right: 15px;
	height: 20px;
	width: 1px;
	background-color: #eee;
}
.site-header .quick-cart > a, .site-header .search > a {
	display: block;
	bottom: -1px;
	padding: 8px 6px 9px;
}
.site-header .quick-cart > a i, .site-header .search > a i {
	height: 20px;
	width: 20px;
	font-size: 18px;
}
.site-header .quick-cart .cart-quantity {
	position: absolute;
	top: 0;
	right: -2px;
	min-width: 18px;
	padding: 3px 5px;
	color: #fff;
	font-size: .75em;
	font-weight: 400;
	text-align: center;
	background-color: #e32031;
	opacity: .8;
}
.site-header .navbar-toggle {
	padding: 0;
	margin: 12px 0;
	color: #666;
	font-size: 25px;
}
.common-home .site-header .navbar-toggle {
	color: #fff;
}
.nav-main-wrapper {
	float: right;
	padding-left: 0;
	padding-right: 0;
}
.nav-main{
    line-height: 50px;
}
.nav-main > li {
    display: inline-block;
}
.nav-main > li > a {
    text-decoration: none;
    display: inline-block;
    font-size: 1.5rem;
    margin-left: 9px;
    position: relative;
    cursor: pointer;
    line-height: 1em;
    padding: 8px 9px 9px;
    border-radius: 5px;
    opacity: .8;
}
.nav-main >li > a:hover {
    opacity: 1;
    background: rgba(0,0,0,0.03);
}
.nav-main .btn-danger {
	margin-top: -0.23em;
    padding: 10px 19px;
    font-size: 12pt;
    margin-left: 17px;
    background-color: #F8362E;
	opacity: 1;
}
.nav-main .btn-danger:hover {
	background-color: #d90e0e;
}
.language-selector .dropdown-menu {
	left: -37px;
	width: 124px;
}
.language-selector .dropdown-menu:before, .language-selector .dropdown-menu:after {
	left: 56px;
}
.language-selector .dropdown-menu > li > a {
	padding: 5px 10px;
}
.language-selector .icon-fw {
	margin-right: 0.5em;
}
.common-home .site-header {
	background-color: #F8362E;/*#e32031;*/
}
.common-home .site-header .logo {
	background-position: 0 -32px;
}
.common-home .nav-main > li > a {
	color: #fff;
}
.common-home .nav-main .btn-danger {
    color: #e32031;
	background: #fff;
}
.common-home .nav-main .btn-danger:hover {
	color: #fff;
	background-color: #e32031;
	background-color: rgba(227, 32, 49, 0.8);
	border-color: #ffd8d2;
	box-shadow: inset 0 0 0 2px #ffd8d2;
}
.site-header.fixed {
	position: fixed;
	width: 100%;
	padding: 10px 0;
	background-color: rgba(255,255,255,0.96);
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.07);
}
@media (max-width: 768px) {
	.site-header {
		padding: 20px 0;
	}
	.nav-main-wrapper {
		position: absolute;
		top: 100%;
		right: 10px;
		z-index: 1000;
		min-width: 100px;
		margin: -20px 0 0 !important;
		padding: 10px;
		background-color: #fff;
		border-radius: 2px;
		-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
		box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
	}
	.nav-main-wrapper.in {
		overflow-y: inherit;
	}
	.nav-main > li {
		float: none;
		display: block;
	}
	.nav-main > li > a {
		display: block;
		height: auto;
		margin: 0;
		line-height: 1.5em;
		text-align: center;
	}
	.dropdown-menu li > a:hover {
		color: #e32031;
		background-color: #f3f3f3;
		background-image: none;
	}
	.nav-main-wrapper:before {
		border-bottom-style: solid;
		content: '';
		display: block;
		height: 0;
		position: absolute;
		width: 0;
	}
	.nav-main-wrapper:before {
		border: 8px solid;
		border-color: transparent transparent #fff transparent;
		z-index: 99;
		right: 9px;
		top: -15px;
	}
	.common-home .nav-main > li > a {
		color: #666;
	}
}

/* cart */
.quick-cart-box, .quick-search-box {
	left: auto !important;
	right: 0;
	min-width: 290px;
	padding: 5px 20px;
	line-height: 1.5;
}
.quick-cart-box:before, .quick-search-box:before {
	left: auto;
	right: 8px;
}
.quick-cart-box:after, .quick-search-box:after {
	left: auto;
	right: 25px;
}
.quick-cart-box .cart-empty {
	text-align: center;
	padding: 25px 0;
}
.quick-cart-content {
	max-height: 363px;
	overflow: auto;
	padding: 0 20px;
	margin: 0 -20px;
}
.quick-cart-box .item {
	position: relative;
	float: left;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}
.quick-cart-box .item:last-child {
	border-bottom: none;
}
.quick-cart-box .info {
	float: left;
	width: 160px;
}
.quick-cart-box .image {
	display: block;
	float: left;
	width: 80px;
	margin-right: 10px;
	background-color: #f6f6f6;
}
.quick-cart-box .image img {
	border-radius: 8px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.quick-cart-box .name {
	display: block;
	height: 20px;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.quick-cart-box .option {
	display: block;
	height: 20px;
	overflow: hidden;
	color: #999;
	font-size: 12px;
	line-height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.quick-cart-box .quantity {
	display: block;
	padding: 10px 0;
	color: #ccc;
	font-size: 14px;
	line-height: 18px;
}
.quick-cart-box .has-option .quantity {
	padding: 0;
}

.quick-cart-box .remove {
	display: none;
	position: absolute;
	top: 50%;
	right: 0;
	height: 30px;
	width: 30px;
	margin-top: -15px;
	padding: 0;
	color: #999;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	background-color: #f3f3f3;
	border: none;
	border-radius: 50%;
}
.quick-cart-box .item:hover .remove {
	display: block;
}
.quick-cart-box .remove i {
	display: block;
}
.quick-cart-box .remove:hover {
	color: #e32031;
}
.quick-cart-footer .totals {
	margin-top: 5px;
	margin-bottom: 10px;
}
.quick-cart-footer .totals p{
	margin-bottom: 0;
	line-height: 1.5;
}
.quick-cart-footer .totals .price {
	float: right;
}
.quick-cart-footer .btns{
	margin-bottom: 15px;
}
.quick-cart-footer .btns .btn {
	display: inline-block;
	width: 48%;
}
.quick-cart-footer .btns .checkout {
	float: right;
}
/* search */
.quick-search-box .input-group {
	padding: 15px 0;
}

#content {
	min-height: 300px;
	padding-top: 50px;
	padding-bottom: 50px;
}
#content.col-sm-9 {
	padding-top: 0;
}

/* home */
#main-heading {
    background-color: #F8362E;/*#e32031;*/
    padding: 84px 0 70px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
	text-align: center;
}
#main-heading:before, #main-heading:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 25%;
	height: 0;
	width: 80%;
	padding-bottom: 80%;
	background-color: rgba(255,255,255,0.08);
	border-radius: 50%;
}
#main-heading:after {
	top: 10%;
	left: 5%;
	width: 70%;
	padding-bottom: 70%;
}
#main-heading .container {
	position: relative;
	z-index: 10;
}
#main-heading h1 {
    font-size: 64px;
    font-weight: 300;
    color: #fff;
    letter-spacing: -.34px;
    margin: 0;
}
[lang="en"] #main-heading h1 {
	font-size: 52px;
}
#main-heading p {
    max-width: 740px;
    font-size: 24px;
    line-height: 32px;
    color: #FFD8D2;
    letter-spacing: -.38px;
    margin: 32px auto 0;
}
#main-heading .buttons-container {
    margin: 49px 0 0;
}
#main-heading .buttons-container .btn {
	height: 54px;
	margin: 0 8px 20px;
	padding: 15px 23px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
}
#main-heading .buttons-container .btn-danger {
	background-color: #fff;
	color: #e32031;
}
#main-heading .buttons-container .btn-danger:hover {
	color: #ffd8d2;
	background-color: #e32031;
	background-color: rgba(227, 32, 49, 0.6);
	border-color: #ffd8d2;
	box-shadow: inset 0 0 0 2px #ffd8d2;
}
#main-heading .buttons-container .btn-default {
	color: #ffd8d2;
    background-color: transparent;
    border-color: #ffd8d2;
}
#main-heading .buttons-container .btn-default:hover {
	color: #fffcfb;
	box-shadow: inset 0 0 0 2px #ffd8d2;
}

.intro-cards .card {
	position: relative;
	overflow: hidden;
	display: block;
	min-height: 120px;
	padding: 50px 20px;
	color: #fff;
	background-color: #999;
	border-width: 0;
	border-radius: 4px;
	transition: all 300ms ease-in-out;
}
.intro-cards .card:hover {
	box-shadow: 0 7px 28px rgba(23,43,99,.24);
	transform: scale(1.03);
}
.intro-cards .card i {
	position: absolute;
	left: -0.3em;
	top: -0.2em;
	margin-right: 10px;
	font-size: 180px;
	line-height: 1em;
	opacity: 0.18;
	transition: all 300ms ease-in-out;
}
.intro-cards .card:hover i {
	transform: scale(1.06);
}
.intro-cards .card .title {
	display: block;
	margin-bottom: 10px;
	font-size: 28px;
	line-height: 1em;
	text-align: right;
}
.intro-cards .card .text {
	display: block;
	font-size: 16px;
	text-align: right;
	opacity: 0.8;
}
.intro-cards .card.wechat {
	background-color: #24b47e;
}
.intro-cards .card.wechat:before, .intro-cards .card.wechat:after {
	content: '';
	position: absolute;
	top: -88%;
	left: -25%;
	height: 0;
	width: 80%;
	padding-bottom: 80%;
	background-color: rgba(255,255,255,0.08);
	border-radius: 50%;
	transition: all 400ms ease-in-out;
}
.intro-cards .card.wechat:after {
	top: -135%;
	left: auto;
	right: -15%;
}
.intro-cards .card.wechat:hover:before {
	transform:scale(1.6);
}
.intro-cards .card.wechat:hover:after {
	transform:scale(1.2);
}
.intro-cards .card.education {
	background-color: #1DB0D7;
}
.intro-cards .card.education:before, .intro-cards .card.education:after {
	content: '';
	position: absolute;
	top: 40%;
	left: -15%;
	height: 200%;
	width: 200%;
	background-color: rgba(255,255,255,0.08);
	transform:rotate(120deg);
	transition: all 400ms ease-in-out;
}
.intro-cards .card.education:after {
	transform:rotate(140deg);
}
.intro-cards .card.education:hover:before, .intro-cards .card.education:hover:after {
	top: 0;
	left: -25%;
}
.intro-cards .card.education:hover:after {
	left: -28%;
}
.intro-cards .card.creative {
	background-color: #b76ac4;
}
.intro-cards .card.creative:before, .intro-cards .card.creative:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	height: 0;
	width: 100%;
	padding-bottom: 100%;
	background-color: rgba(255,255,255,0.08);
	border-radius: 50%;
	transition: all 400ms ease-in-out;
}
.intro-cards .card.creative:after {
	top: 20%;
	left: -10%;
	width: 120%;
	padding-bottom: 120%;
}
.intro-cards .card.creative:hover:before{
	transform:scale(1.32);
}
.intro-cards .card.creative:hover:after {
	transform:scale(1.2);
}


@media (max-width: 767px) {
	#content {
		min-height: 200px;
		padding-top: 38px;
		padding-bottom: 38px;
	}
	#main-heading {
	    padding: 50px 0 40px;
	}
	#main-heading h1 {
		font-size: 40px;
	}
	.intro-cards .card {
		padding: 30px 20px;
	}
}

/* footer */
.site-footer {
	position: relative;
	overflow: hidden;
	margin-top: 30px;
	padding: 60px 0 40px;
	color: #777;
	font-size: 14px;
	border-top: 1px solid #e7e7e7;
}
.site-footer:before, .site-footer:after {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: -1880px;
	left: -700px;
	height: 2000px;
	width: 2000px;
	background-color: rgba(0,0,0,0.02);
	border-radius: 50%;
}
.site-footer:after {
	bottom: -950px;
	left: -700px;
	height: 1200px;
	width: 1200px;
}
.common-home .site-footer {
	margin-top: 10px;
	/*border-top: none;*/
}
.site-footer .container {
	position: relative;
}
.site-footer .egg {
	position: absolute;
	right: 18px;
	bottom: -45px;
	color: rgba(0,0,0,0.03);
	font-size: 120px;
}
.site-footer .egg:hover {
	animation: wobble 0.7s;
}
.site-footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
.site-footer a {
	color: #777;
}
.site-footer a:hover {
	color: #e32031;
}
.site-footer .contact-mobile {
	color: #e32031;
	font-size: 18px;
}
.footer-title h4{
	margin-bottom: 20px;
    color: #e32031;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 3.2px;
}
[lang="en"] .footer-title h4 {
    letter-spacing: 1px;
}
.footer-content{
	margin-bottom: 30px;
	line-height: 30px;
}
.footer-bar {
	padding: 15px 0;
	color: #9d9d9d;
	font-size: 12px;
	background-color: #181818;
}
.footer-bar a {
	color: #9d9d9d;
}
.footer-bar a:hover {
	color: #fff;
}
.price {
	color: #e32031;
}
.box-title {
	color: #333;
	font-size: 18px;
	line-height: 32px;
	font-weight: 400;
}
.no-data-box {
	margin-bottom: 2rem;
	padding: 10rem 2rem;
	text-align: center;
}
.no-data-box i {
	display: block;
	height: 8rem;
	margin-bottom: 5rem;
	color: #ddd;
	font-size: 10rem;
}
.no-data-box .text {
	display: block;
	color: #666;
	font-size: 2.6rem;
	line-height: 1.5;
}

@media (max-width: 500px) {
	.no-data-box {
		padding: 6rem 2rem;
	}
	.no-data-box i {
		margin-bottom: 3rem;
		font-size: 8rem;
	}
	.no-data-box .text {
		font-size: 1.8rem;
	}
}

.account-login .well {
	background: none;
	box-shadow: none;
}

.back-to-top {
	position: fixed;
	z-index: 99;
	right: 20px;
	bottom: 58px;
	height: 40px;
	width: 40px;
	padding: 3px;
	color: #fff;
	font-size: 28px;
	line-height: 34px;
	text-align: center;
	background-color: rgba(0,0,0,0.3);
	border-radius: 50%;
	cursor: pointer;
}
.back-to-top:after {
	content: "";
	position: absolute;
	right: 18px;
	bottom: 18px;
	height: 0;
	width: 0;
	border: 2px solid #e32031;
	opacity: 0;
	border-radius: 50%;
}
.back-to-top:hover:after {
	bottom: -5px;
	right: -5px;
	height: 50px;
	width: 50px;
	opacity: 1;
	transition: all 400ms ease-in-out 0s;
}
.back-to-top:hover, .back-to-top:focus {
	color: #fff;
	background-color: #e32031;
}

.price {
	color: #e32031;
}

.card {
	position: relative;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 5px;
}
.card-header, .card-footer {
	padding: 20px;
}
.card-header .more {
	position: absolute;
	top: 20px;
	right: 20px;
	line-height: 1;
}
.card-title {
	margin: 0;
	font-size: 16px;
}
.card-subtitle {
	display: block;
	margin-top: 0.5rem;
	color: #999;
}
.card-body {
	padding: 20px;
}
.card-footer, .card-header + .card-body {
    padding-top: 0;
}

h1.heading {
	margin: 0;
	padding: 20px 0;
	color: #666;
	font-size: 2em;
	font-weight: 400;
}
h2.subtitle {
	padding: 20px 0;
	color: #666;
	font-size: 1.6em;
	font-weight: 400;
	text-align: center;
}
.box-title {
	color: #333;
	font-size: 18px;
	line-height: 32px;
	font-weight: 400;
}
.no-data-box, .loading-box {
	padding: 10rem 2rem;
	text-align: center;
}
.no-data-box i, .loading-box i {
	display: block;
	color: #ddd;
	font-size: 8rem;
}
.no-data-box .text, .loading-box .text {
	display: block;
	margin-top: 3rem;
	color: #666;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* product list */
.product-filters {
	margin: 10px 0 30px;
}
.product-filters .filter {
	float: left;
	width: 100%;
	padding: 15px 0 0;
	border-bottom: 1px dashed #eee;
}
.product-filters .filter:last-child {
	border-bottom: 1px solid #eee;
}
.product-filters .filter .name {
	float: left;
	margin: 0 30px 15px 0;
	color: #999;
}
.product-filters .filter .items {
	float: left;
}
.product-filters .filter .items a{
	float: left;
	margin: 0 30px 15px 0;
	font-size: 14px;
}
.product-filters .filter .items a.active {
	color: #e32031;
}
.product-filters .filter a span {
	vertical-align: middle;
}
.product-filters .filter i {
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-left: 5px;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	background-color: #ddd;
	border-radius: 50%;
	vertical-align: middle;
}
.product-filters .filter a:hover i, .product-filters .filter a.active i {
	background-color: #e32031;
}
.product-item {
	margin-bottom: 20px;
	overflow: auto;
}
.product-item.border{
	border: 1px solid #eaeaea;
}
.product-img {
	position: relative;
}
.product-img .image {
	background-color: #f6f6f6;
}
.product-img .image a {
	display: block;
}
.product-img .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-list .product-img .image {
	float: none;
}
@media (min-width: 767px) {
	.product-list .product-img .image {
		position: relative;
	}
}
.product-list .product-info {
	padding: 10px 15px 15px;
	min-height: 92px;
}
.product-list .product-info .title {
	height: 24px;
	margin-top: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	text-align: center;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
@media (max-width: 1200px) {
	.product-list .product-img .caption {
		min-height: 210px;
		padding: 0 10px;
	}
}
@media (max-width: 767px) {
	.product-list .product-info {
		min-height: 0;
		margin-left: 0;
		padding: 10px;
	}
}
.product-list .product-img .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-list .product-info .price {
	color: #e32031;
	text-align: center;
}
.product-list .product-info .price-new {
	padding: 0 6px;
	color: #fff;
	background-color: #e32031;
	border-radius: 2px;
}
.product-list .product-info .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-list .product-info .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-list .product-img .action {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 22px;
	text-align: center;
}
.product-list .product-img .action button {
	display: inline-block;
	height: 32px;
	width: 32px;
	margin: 0 6px;
	color: #999;
	font-size: 16px;
	line-height: 30px;
	background-color: #eee;
	border: none;
	border-radius: 50%;
	overflow: hidden;
	transform: scale(0);
}
.product-list .product-img .action button:hover {
	background-color: #3c3c3c;
	color: #dedede;
}
.product-item:hover .product-img .action button {
	transform: scale(1);
	transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
@media (max-width: 768px) {
	.product-list .product-img .button-group {
		border-left: none;
	}
}
.product-list .product-img .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-list .product-img .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-list .product-img .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-list .product-img .button-group button, .product-list .product-img .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-list .product-img .button-group button, .product-list .product-img .button-group button + button {
		width: 33.33%;
	}
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-item .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-item .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-item .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-item .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-item, #column-right .product-item {
	width: 100%;
}
.primary-images .image{
	margin-bottom: 10px;
	background-color: #f6f6f6;
}
.primary-images .image img {
	width: 100%;
}
.thumbnails .image{
	float: left;
	width: 25%;
	min-height: 1px;
	margin-bottom: 10px;
}
.thumbnails .image a {
	display: block;
	margin-right: 10px;
	background-color: #f6f6f6;
	border: 1px solid #eee;
}
.thumbnails .image a:hover, .thumbnails .image.active a {
	border-color: #666;
}
.thumbnails .image img {
	width: 100%;
}

.product-details .product-name {
	position: relative;
}
.product-details .product-name h1 {
	padding-right: 80px;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	margin: 2px 0 12px 0;
}
.product-details .product-name .review {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 10px;
	height: 60px;
	min-width: 50px;
	color: #999;
	text-align: center;
	background-color: #f3f3f3;
	border-radius: 2px;
}
.product-details .product-name .review:hover {
	color: #e32031;
	cursor: pointer;
}
.product-details .product-name .review .number {
	display: block;
	font-size: 22px;
	line-height: 28px;
}
.product-details .product-name .review .text {
	display: block;
	margin-top: 3px;
	font-size: 12px;
	line-height: 14px;
}
.product-details .box-options {
	margin: 22px 0;
	padding: 25px 0;
	color: #666;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.product-details .box-options ul {
	list-style: none;
	margin-bottom: 0;
}
.price-box {
	margin-top: 10px;
	padding: 10px 0;
}
.price-box .price {
	color: #e32031;
	font-size: 22px;
	font-weight: bold;
}
.price-box .compare-at-price {
	color: #a3a3a3;
	display: inline-block;
	font-size: 18px;
	margin-left: 8px;
	text-decoration: line-through;
}
.price-box .tax, .price-box .points {
	display: block;
	color: #a3a3a3;
}
.discounts-table {
	margin-top: 20px;
	max-width: 28em;
	color: #666;
}
.discounts-table th, .discounts-table td {
	border: none !important;
	font-weight: 400;
}

.variations .control-label {
	margin: 7px 15px 7px 0;
	color: #343434;
	font-size: 14px;
	line-height: 24px;
}
.variations div.required .control-label:after {
 	display: none;
 }
.variations .has-error .control-label {
	color: #e32031;
}
.variations .control-content {
    display: inline-block;
	font-size: 14px;
    vertical-align: top;
}
.variations .control-content label {
	font-size: 14px;
}
.variations .form-control {
	height: 38px;
	font-size: 14px;
	line-height: 24px;
	border-radius: 2px;
}
.variations select.form-control {
	min-width: 12em;
}
.variations .btn {
	line-height: 24px;
	border-radius: 2px;
}
.variations textarea.form-control {
	height: auto;
}
.variations div.required .control-label:before {
	display: none;
}
.variations .input-group.date, .variations .input-group.time, .variations .input-group.datetime {
	width: 15em;
}
.variations .qty .control-label {
	margin: 14px 15px 14px 0;
}
.variations .radio, .variations .checkbox {
	display: inline-block;
	margin: 0 8px 8px 0;
}
.variations .radio label, .variations .checkbox label {
	display: inline-block;
	position: relative;
	min-width: 8rem;
	padding: 8px 15px;
	color: rgba(0,0,0,0.5);
	line-height: 22px;
	text-align: center;
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 2px;
}
.variations .radio.has-image label, .variations .checkbox.has-image label {
	padding-left: 51px;
}
.variations .radio.has-image label img, .variations .checkbox.has-image label img {
	position: absolute;
	left: 0;
	top: 0;
	height: 38px;
	width: 38px;
}
.variations .radio input, .variations .checkbox input {
	position: absolute;
	opacity: 0;
}
.variations .radio label:hover, .variations .checkbox label:hover {
	color: #e32031;
	border-color: #e32031;
}
.variations .radio label.selected, .variations .checkbox label.selected {
	color: #e32031;
	border-color: #e32031;
}
.variations .radio .additional, .variations .checkbox .additional {
	margin-left: 0.5em;
	font-size: 0.8em;
	opacity: 0.8;
}
.variations .radio .checkmark, .variations .checkbox .checkmark {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 20px;
	width: 20px;
	overflow: hidden;
	color: #fff;
}
.variations .radio .checkmark:before, .variations .checkbox .checkmark:before {
    border: 20px solid transparent;
    border-bottom-color: #e32031;
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
}
.variations .radio .checkmark i, .variations .checkbox .checkmark i {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 12px;
}
.variations .radio label.selected .checkmark, .variations .checkbox label.selected .checkmark {
	display: block;
}

.quantity-box {
	min-width: 110px;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.quantity-box .minus, .quantity-box .plus, .quantity-box .quantity {
	height: 46px;
	box-shadow: none;
	font-weight: 400;
	text-align: center;
	width: 30px;
	font-size: 18px;
	line-height: 46px;
	border-radius: 2px;
	padding: 0;
	color: #666666;
	float: left;
	border: 0;
}
.quantity-box .quantity {
	width: 50px;
	min-width: auto;
	margin: 0;
	border-radius: 0;
}
.quantity-box .minus {
	border-radius: 2px 0 0 2px;
}
.quantity-box .plus {
	border-radius: 0 2px 2px 0;
}
.quantity-box .minus:hover, .quantity-box .plus:hover {
	color: #e32031;
	background-color: #eee;
}
.quantity-box.small .minus, .quantity-box.small .plus, .quantity-box.small .quantity {
	height: 36px;
	line-height: 36px;
}
.product-form .quantity-box {
	margin-right: 4px;
}

.product-btns {
	margin-top: 30px;
	margin-bottom: 20px;
}
.product-btns .btn {
	margin: 0 15px 15px 0;
	padding: 6px 16px;
	min-width: 167px;
	height: 52px;
	line-height: 38px;
	font-size: 20px;
}
.product-btns .btn i {
	margin-right: 8px;
	font-size: 20px;
}
.product-btns .btn-icon {
	padding: 6px;
	min-width: 52px;
	line-height: 16px;
}
.product-btns .btn-icon i {
	display: block;
	margin-right: 0;
	font-size: 18px;
}
.product-btns .btn-icon .text {
	display: block;
	margin-top: 3px;
	font-size: 12px;
	line-height: 14px;
}
.product-btns .btn-default, .product-btns .btn-default:focus {
	color: #e32031;
	background-color: transparent;
	border-color: #e32031;
	border-width: 2px;
}
.product-btns .btn-default:hover {
	color: #fff;
	background-color: #e32031;
}
.product-btns .btn-primary, .product-btns .btn-primary:focus {
	color: #fff;
	background-color: #e32031;
	border-color: #e32031;
}
.product-btns .btn-primary:hover {
	background-color: #eb4b57;
	border-color: #eb4b57;
}


.product-content {
	margin-top: 22px;
}
.product-content .nav-tabs {
	margin-bottom: 0;
	background-color: #f5f5f5;
	border: 1px solid #eee;
}
.product-content .nav-tabs li {
	border-bottom: 2px solid transparent;
}
.product-content .nav-tabs li a {
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 0;
	border: none;
	padding: 1.5rem 2rem;
	margin: 0;
	position: relative;
}
.product-content .nav-tabs .name {
	vertical-align: middle;
}
.product-content .nav-tabs .badge {
	margin-left: 5px;
	color: #999;
	background-color: #eee;
	vertical-align: middle;
}

.product-content .nav-tabs li a:hover, .product-content .nav-tabs li a:focus {
	color: #e32031;
	background-color: transparent;
}
.product-content .nav-tabs li.active {
	color: #e32031;
	border-color: #e32031;
}
.product-content .nav-tabs li.active a {
	color: #e32031;
	background-color: transparent;
	border: none;
}
.product-content .nav-tabs li a:hover .badge, .product-content .nav-tabs li a:focus .badge, .product-content .nav-tabs li.active .badge {
	color: #fff;
	background-color: #e32031;
}
.product-content .tab-content {
	line-height: 24px;
	padding: 2rem 4rem;
	background: #fff;
	color: #666;
	border: 1px solid #f3f3f3;
	border-top: 0;
}

.search-form {
	margin: 30px 0;
	padding: 30px 30px 15px;
	background-color: #f6f6f6;
	border-radius: 10px;
}
.search-form .checkbox-inline {
	margin-top: 6px;
}

.login-form {
	background-color: #fff;
	box-shadow: none;
}
.login-form .form-password {
	position: relative;
}
.login-form .form-password .forgotten {
	position: absolute;
	top: 0;
	right: 0;
	color: #e32031;
}
.login-form .form-password .forgotten:hover {
	color: #c9302c;
	text-decoration: underline;
}
.login-form .links {
	padding: 20px 0;
	text-align: center;
}
.login-form .form-group + .links {
	padding-top: 5px;
}
.login-form .links > div {
	text-align: left;
}
.cart-form .table td, .cart-form .table th {
	padding: 9px 12px;
	text-align: center;
	vertical-align: middle;
}
.cart-form .table th {
	color: #999;
	font-size: 14px;
	font-weight: normal;
}
.cart-form .table thead td {
	color: #999;
	text-transform: uppercase;
	border-bottom-width: 1px;
}
.cart-form .col-image {
	width: 144px;
}
.cart-form .col-image a {
	display: block;
	width: 80px;
	background-color: #f6f6f6;
}
.cart-form .col-image img {
	border-radius: 8px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.cart-form .table .col-name {
	min-width: 12em;
	text-align: left;
}
.cart-form .col-name .name {
	margin-bottom: 5px;
	font-size: 20px;
}
.cart-form .col-price, .cart-form .col-subtotal {
	width: 120px;
}
.cart-form td.col-price, .cart-form td.col-subtotal {
	font-size: 16px;
}
.cart-form td.col-subtotal {
	color: #e32031;
}
.cart-form .col-quantity {
	width: 200px;
}
.cart-form .col-action {
	width: 100px;
}
.cart-form .col-action .btn {
	height: 30px;
	width: 30px;
	padding: 0;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
}
.cart-form .col-action .btn-remove {
	height: 30px;
	width: 30px;
	padding: 0;
	color: #999;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	background-color: #f3f3f3;
	border-radius: 50%;
}
.cart-form .col-action .btn-remove:hover {
	color: #fff;
	background-color: #e32031;
}
.cart-form .tip-update {
	color: #999;
	text-align: right;
}
.cart-form.small .col-image {
	width: 80px;
}
.cart-form.small .col-name .name {
	font-size: 16px;
}
.cart-form.small .col-quantity {
    width: 100px;
    font-size: 14px;
}
.cart-form.small td.col-price, .cart-form.small td.col-subtotal {
	font-size: 14px;
}

.cart-modules .panel {
	background-color: transparent;
	border: none;
	box-shadow: none;
}
.cart-modules .icon-plus {
	height: 20px;
	width: 20px;
	margin-right: 8px;
	color: #666;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	background-color: #f3f3f3;
	border-radius: 50%;
}
.cart-modules .panel .panel-heading {
	padding-left: 0;
	background-color: transparent;
}
.cart-modules .panel-heading a {
	color: #666;
}
.cart-modules .panel-heading a:hover {
	color: #e32031;
}

.cart-modules .panel-heading a:hover .icon-plus {
	color: #fff;
	background-color: #e32031;
}
.cart-modules .panel .panel-body {
	padding: 20px;
	background-color: #f8f8f8;
	border: none !important;
	border-radius: 5px;
}
.total-table .col-title, .total-table .col-price {
	padding: 4px;
	text-align: right;
}
.total-table .col-title {
	color: #999;
}
.total-table .col-price {
	width: 100px;
	color: #e32031;
}
.total-table .total-price .col-title {
	padding-top: 22px;
}
.total-table .total-price .col-price {
	padding-top: 10px;
	font-size: 28px;
}
.area-selector select.none {
	opacity: 0;
	pointer-events: none;
	transition: all 1s;
}
.post-list .post {
	max-width: 880px;
	margin: 0 auto 6rem;
}
.post-list .post .title a {
	color: #333;
	font-size: 2rem;
}
.post-list .post .title a:hover {
	color: #e32031;
}
.post-list .post .time {
	display: block;
	margin-bottom: 1rem;
	color: #999;
}
.post-list .post .image {
	display: block;
	margin-bottom: 2rem;
}
.post-list .post .description {
	margin-bottom: 2rem;
	color: #666;
	line-height: 1.8em;
}
.post-list .post .more {
	color: #e32031;
}
.post-list .post .more:hover {
	color: #c12e2a;
}

.post-wrapper {
	max-width: 880px;
	margin: 0 auto;
	padding-bottom: 3rem;
}
.post-header {
	margin-bottom: 3rem;
	text-align: center;
}
.post-header .time {
	display: block;
	color: #999;
	font-size: 14px;
}
.post-image {
	margin-bottom: 5rem;
	box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.15);
}
.post-content {
	font-size: 16px;
	line-height: 1.8em;
}
.post-content h3 {
	margin-top: 2em;
	margin-bottom: 1em;
	font-weight: 500;
}
.post-content p {
	margin-bottom: 1em;
}
.post-navigation {
	padding: 30px 0 60px;
	text-align: center;
}
.post-navigation a {
	display: inline-block;
	font-size: 20px;
	line-height: 1.6;
	font-weight: 400;
}

.checkout-detail {
	position: relative;
	background-color: rgba(255,255,255,0.6);
	border: 1px solid #ddd;
	border-radius: 5px;
}
.checkout-detail:before {
	content: '';
	width: 100%;
	height: 8px;
	display: block;
	background-image: repeating-linear-gradient(135deg, #f29b91 0px, #f09290 12px, transparent 12px, transparent 20px, #83b3db 20px, #84adcb 32px, transparent 32px, transparent 40px);
	border-radius: 5px 5px 0 0;
}
.checkout-detail:after {
	position: absolute;
	top: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 180px;
	display: block;
	background-image: linear-gradient(to bottom, #f6f6f2, transparent);
	border-radius: 5px 5px 0 0;
}
.checkout-detail .checkout-login-box {
	display: none;
	margin: 60px 0;
}
.checkout-detail.login-first .checkout-login-box {
	display: block;
}
.checkout-detail.login-first .checkout-address-box, .checkout-detail.login-first .checkout-method-box, .checkout-detail.login-first .checkout-confirm-box {
	display: none;
}
.checkout-detail .section {
	margin: 30px;
	border-bottom: 1px solid #ddd;
}
.checkout-detail .section-title {
	float: left;
	margin: 0 0 20px;
	font-size: 18px;
}
.checkout-detail .section-header .more {
	float: right;
	font-size: 14px;
}
.checkout-detail .section-confirm {
	margin-bottom: 0;
}
.checkout-detail .section-bar {
	padding: 20px 30px;
}
.checkout-detail .section-bar .action {
	text-align: right;
}
.address-selector .address-item {
	display: block;
	position: relative;
	height: 170px;
	margin-bottom: 20px;
	padding: 15px 24px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;
}

.address-selector .address-item .checkmark{
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 20px;
	width: 20px;
	overflow: hidden;
	color: #fff;
}
.address-selector .address-item .checkmark:before, .address-selector .address-item .checkmark:before {
    border: 20px solid transparent;
    border-bottom-color: #e32031;
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
}
.address-selector .address-item .checkmark i, .address-selector .address-item .checkmark i {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 12px;
}
.address-selector .address-item.selected .checkmark {
	display: block;
}
.address-selector .address-item:hover {
	border-color: #bbb;
	cursor: pointer;
}
.address-selector .address-item.selected, .address-selector .address-item.selected:hover {
	border-color: #e32031;
}
.address-selector .address-item input {
	position: absolute;
	opacity: 0;
}
.address-selector .address-item .name {
	display: block;
	margin-bottom: 10px;
	color: #333;
	font-size: 18px;
	line-height: 30px;
}
.address-selector .address-item .telephone, .address-selector .address-item .address {
	display: block;
	color: #888;
	font-size: 14px;
	line-height: 22px;
}
.address-selector .address-item .address {
	height: 66px;
	overflow: hidden;
	margin-bottom: 10px;
}
.address-selector .address-item.empty {
	color: #aaa;
	line-height: 30px;
	text-align: center;
}

.address-selector .address-item.empty i {
	display: block;
	height: 30px;
	width: 30px;
	margin: 40px auto 10px;
	color: #666;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	background-color: #f3f3f3;
	border-radius: 50%;
}
.address-selector .address-item.empty:hover {
	color: #666;
}
.address-selector .address-item.empty:hover i {
	color: #fff;
	background-color: #666;
}
.address-show-more {
	clear: both;
}
.address-show-more .btn {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	height: 50px;
	font-size: 14px;
	background-color: #eee;
	border-color: #eee;
}
.address-show-more .btn:hover {
	color: #e32031;
}
.address-selector.show-all .show {
	display: none !important;
}
.address-selector.show-all .hide {
	display: block !important;
}
.checkout-agree {
	margin: 20px 0 0;
	color: #999;
}
@media (max-width: 767px) {
	.checkout-agree {
		margin: 0 0 20px;
	}
}
.checkout-detail .section-success {
	border-bottom: none;
}

/* account */
.user-address-list td {
	padding: 9px 12px;
	text-align: center;
	vertical-align: middle !important;
}
.user-address-list thead td {
	color: #999;
	text-transform: uppercase;
	border-bottom-width: 1px !important;
}
.user-address-list .col-name {
	width: 100px;
}
.user-address-list .col-address {
	text-align: left;
}
.user-address-list .col-telephone {
	width: 150px;
}
.user-address-list .col-action {
	width: 180px;
}

.page-title {
	margin-bottom: 2em;
	text-align: center;
}
.page-title .logo {
	margin-right: 0.5em;
	height: 1.2em;
	vertical-align: middle;
}
.page-title .title {
	vertical-align: middle;
}

.brand-list .brand-item {
	margin-bottom: 1em;
	text-align: center;
}
.brand-list .image {
	margin-right: 1em;
}
.review-item, .comment-item {
	position: relative;
	padding: 30px 0 10px 80px;
}
.review-item .user-image, .comment-item .user-image {
	position: absolute;
	left: 0;
	top: 30px;
	height: 60px;
	width: 60px;
}
.review-item .user-image img, .comment-item .user-image img {
	height: 100%;
	width: 100%;
	background-color: #f6f6f6;
	border-radius: 50%;
}
.review-info, .comment-info {
	position: relative;
	margin-bottom: 10px;
}
.review-info .user-name, .comment-info .user-name {
	display: block;
	margin-bottom: 6px;
	font-size: 16px;
}
.review-info .time {
	display: block;
	color: #ccc;
}
.review-info .rating, .comment-info .time {
	position: absolute;
	top: 0;
	right: 0;
	color: #999;
}
.review-content, .comment-content {
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.review-content .review-text, .comment-content .comment-text {
	margin-bottom: 20px;
}
.review-item:last-child .review-content, .comment-item:last-child .comment-content {
	border-bottom-width: 0;
}

.reply-item {
	position: relative;
	padding: 20px 20px 10px 85px;
	background-color: #f8f8f8;
	border-radius: 5px;
}
.reply-item .reply-image {
	position: absolute;
	left: 20px;
	top: 30px;
	height: 50px;
	width: 50px;
}
.reply-item .reply-image img {
	height: 100%;
	width: 100%;
	background-color: #f6f6f6;
	border-radius: 50%;
}
.reply-info {
	position: relative;
	margin-bottom: 10px;
}
.reply-info .reply-name {
	display: block;
	margin-bottom: 6px;
	font-size: 16px;
}
.reply-info .reply-time {
	position: absolute;
	top: 0;
	right: 0;
	color: #999;
}
.reply-info .label {
	margin-left: 0.5em;
	padding: .2em .6em .2em;
	font-weight: 300;
	vertical-align: middle;
}
.reply-item.official .reply-name {
	color: #e32031;
}

.nav-box {
	margin-bottom: 20px;
	padding: 20px;
	list-style: none;
	background-color: #f8f8f8;
	border-radius: 5px;
}
.nav-box li {
}
.nav-box li a {
	display: block;
	padding: 6px 30px;
	border-radius: 5px;
}
.nav-box li a:hover {
	background-color: #f3f3f3;
}
.nav-box li.active a {
	color: #e32031;
}
.nav-box li i {
	margin-right: 0.5em;
}

.user-info-box {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.user-info-box .info {
	position: relative;
	padding-left: 160px;
	min-height: 160px;
}
.user-info-box .avatar {
	position: absolute;
	left: 20px;
	top: 20px;
	height: 120px;
	width: 120px;
}
.user-info-box .avatar img {
	height: 100%;
	width: 100%;
	border-radius: 50%;
}
.user-info-box .name {
	display: block;
	padding-top: 40px;
	margin-bottom: 10px;
	font-size: 23px;
}
.user-info-box .tip {
	display: block;
	color: #999;
	margin-bottom: 10px;
}
.user-info-box .actions {
	padding: 20px 0 0;
}
.user-info-box .actions .btn {
	margin-bottom: 20px;
}

.quick-stats {
	display: block;
	position: relative;
	min-height: 80px;
	margin-bottom: 20px;
	padding: 12px 20px 15px 80px;
	text-align: left;
	border-radius: 5px;
}
.quick-stats i {
	position: absolute !important;
	left: 20px;
	top: 20px;
	font-size: 40px !important;
}
.quick-stats .count {
	display: block;
	font-size: 28px;
	line-height: 32px;
}
.quick-stats .text {
	display: block;
	font-size: 14px;
}


/* features */
.docs-sidebar-wrapper {
	position: sticky;
	top: 20px;
}
.docs-sidebar.fixed {
	position: fixed;
	top: 20px;
	min-width: 180px;
}
.docs-sidenav > li > a {
	display: block;
	margin: 0 0 0 -10px;
	padding: 10px;
	font-size: 1.8rem;
	border-radius: 5px;
}
.docs-sidenav > li > a:focus {
	color: #666;
	background-color: transparent;
}
.docs-sidenav > li > a:hover {
	background-color: rgba(0,0,0,.1);
}
.docs-sidenav > li > a span {
	vertical-align: middle;
}
.docs-sidenav > li > a i {
	display: inline-block;
	height: 2rem;
	width: 2rem;
	margin-right: 1rem;
	font-size: 2rem;
	line-height: 2rem;
	vertical-align: middle;
}
.docs-sidenav > li.active > a {
	color: #e32031;
}
.docs-sidenav > li > ul {
	padding: 0;
	list-style: none;
}
.docs-sidenav > li > ul a {
	display: block;
	padding: 0.5rem 1rem 0.5rem 3rem;
	font-size: 1.5rem;
}
.docs-sidenav > li > ul .version {
	font-size: 1.8rem;
}
.docs-sidenav > li > ul .time {
	margin-left: 1rem;
	color: #888;
	font-size: 1.2rem;
}


.docs-section {
	margin-bottom: 50px;
	font-size: 1.5rem;
}
.docs-section:first-child {
	margin-bottom: 0;
}

.docs-section .main-header {
    margin-bottom: 30px;
}
.docs-section h1, .docs-section h2, .docs-section p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.docs-section h1 {
	margin-top: 0;
	font-size: 36px;
	font-weight: normal;
}
.docs-section h2 {
	padding: 30px 0 25px;
	color: #e32031;
	font-size: 21px;
	line-height: 1.3;
}
.docs-section p {
    max-width: 100%;
    margin-bottom: 1em;
    font-size: 16px;
    line-height: 1.8em;
	text-align: left;
	text-indent: 2em;
}
.docs-section h2+p {
    margin-top: -1em;
}
.docs-section ul, .docs-section ol {
	padding-left: 3.2em;
	color: #666;
}
.docs-section ul.list-unstyled {
	padding-left: 2em;
}
.docs-section li {
	margin-bottom: 5px;
}
.docs-section .hero {
    display: block;
    margin: 50px 0;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 50px rgba(0,0,0,.25);
}
.docs-section .hero img {
	display: block;
	width: 100%;
}

.docs-section-tip {
	margin-bottom: 2em;
	color: #888;
	font-size: 12px;
	line-height: 1.5;
}
.docs-section-tip a {
	color: #888;
}
.docs-section-tip a:hover {
	color: #e32031;
}

.features-page .docs-sidenav > li > a {
	font-size: 1.5rem;
}


.demo-box {
	margin-bottom: 6rem;
}
.demo-box .image {
	position: relative;
	height: 0;
	width: 80%;
	margin: 0 auto 3rem;
	padding-top: 80%;
}
.demo-box .image a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	color: #ccc;
	font-size: 10rem;
	font-weight: 300;
	line-height: 100%;
	text-align: center;
	background-color: #f5f5f5;
	box-shadow: rgba(23,43,99,.24) 0 7px 28px;
	border-radius: 0.25rem;
	overflow: hidden;
}
.demo-box .image img {
	height: 100%;
	width: 100%;
}
.demo-box .image span {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	height: 10rem;
	width: 100%;
	margin-top: -5rem;
	color: #fff;
	font-size: 10rem;
	text-shadow: rgba(0,0,0,.3) 0 0 10px;
	opacity: 0;
	transition: all .2s;
}
[lang="en"] .demo-box .image span {
	font-size: 5rem;
}
.demo-box .image a:hover {
	/*animation: pulse 1s;*/
	transform: scale(1.03);
}
.demo-box .image a:hover span {
	opacity: 1;
	/*animation: pulse 1s;*/
	transform: scale(1.03);
}
.demo-box .intro {
	margin-bottom: 3rem;
	color: #666;
	font-size: 3rem;
	font-weight: 400;
	text-align: center;
}

.demo-box .action {
	text-align: center;
}
@media (max-width: 992px) {
	.demo-box .image {
		width: 80%;
		padding-top: 80%;
	}
	.demo-box .image span {
		margin-top: -4rem;
		font-size: 8rem;
	}
	[lang="en"] .demo-box .image span {
		font-size: 3rem;
	}
}

.download-box {
	margin-bottom: 6rem;
	text-align: center;
}
.download-box .image {
	margin: 0 auto 3rem;
}
.download-box .image .egg {
	display: inline-block;
}
.download-box .image i {
	display: inline-block;
	color: #e32031;
	font-size: 26rem;
	background-image: -webkit-linear-gradient(92deg,#e32031,#feab3a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	/*-webkit-animation: hue 38s infinite linear;*/
}
.download-box .image  {
	-webkit-animation: hue 38s infinite linear;
}
@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }

  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}
.download-box .image .egg:hover {
	animation: wobble 0.7s;
}

.download-box .intro {
	margin-bottom: 3rem;
	color: #666;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
}
@media (max-width: 500px) {
	.download-box .image i {
		font-size: 20rem;
	}
	.download-box .intro {
		font-size: 2rem;
	}
}
.download-box .action {
	margin-bottom: 1rem;
	text-align: center;
}
.download-box .tip {
	margin-bottom: 1rem;
	text-align: center;
}
.download-box .tip span {
	display: inline-block;
	margin: 0 0.8rem;
}

/* Support */
.support-page .site-header .navbar-toggle,
.services-page .site-header .navbar-toggle {
	color: #fff;
}
.support-page .site-header,
.services-page .site-header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: transparent;
}
.support-page .site-header .logo,
.services-page .site-header .logo {
	background-position: 0 -32px;
}
.support-page .nav-main > li > a,
.services-page .nav-main > li > a {
	color: #fff;
}
.support-page .nav-main >li > a:hover,
.services-page .nav-main >li > a:hover {
    background: rgba(0, 0, 0, 0.5);
}
.support-page .nav-main .btn-danger,
.services-page .nav-main .btn-danger {
    color: rgba(0, 0, 0, 0.8);
	background: rgba(255, 255, 255, 0.8);
}
.support-page .nav-main .btn-danger:hover,
.services-page .nav-main .btn-danger:hover {
	color: #fff;
	background-color: rgba(227, 32, 49, 0.8);
}

.support-page .main-section,
.services-page .main-section {
    padding: 234px 0 70px;
    overflow: hidden;
    position: relative;
	text-align: center;
    background: #222 url(../images/support_bg.jpg) center center no-repeat;
	background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    .support-page .main-section,
    .services-page .main-section {
        background-image: url(../images/support_bg@2x.jpg);
    }
}
.support-page .main-section h1,
.services-page .main-section h1 {
    font-size: 64px;
    font-weight: 300;
    color: #fff;
    letter-spacing: -.34px;
    margin: 0;
}
[lang="en"] .support-page .main-section h1,
[lang="en"] .services-page .main-section h1 {
	font-size: 52px;
}
.support-page .main-section p,
.services-page .main-section p {
    max-width: 740px;
    font-size: 24px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: -.38px;
    margin: 32px auto 0;
}
.support-page .main-section .buttons-container,
.services-page .main-section .buttons-container {
    margin: 49px 0 0;
}
.support-page .main-section .buttons-container .btn,
.services-page .main-section .buttons-container .btn {
	height: 54px;
	margin: 0 8px 20px;
	padding: 15px 23px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
}
.support-page .main-section .buttons-container .btn-danger,
.services-page .main-section .buttons-container .btn-danger {
    color: rgba(0, 0, 0, 0.8);
	background: rgba(255, 255, 255, 0.8);
}
.support-page .main-section .buttons-container .btn-danger:hover,
.services-page .main-section .buttons-container .btn-danger:hover {
	color: #ffd8d2;
	background-color: rgba(227, 32, 49, 0.8);
}
.support-page .main-section .buttons-container .btn-default,
.services-page .main-section .buttons-container .btn-default {
	color: rgba(255, 255, 255, 0.8);
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.8);
}
.support-page .main-section .buttons-container .btn-default:hover,
.services-page .main-section .buttons-container .btn-default:hover {
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8);
}

@media (max-width: 768px) {
	.support-page .nav-main > li > a,
	.services-page .nav-main > li > a {
		color: #666;
	}
	.support-page .main-section,
	.services-page .main-section {
	    padding: 140px 0 40px;
	}
	.support-page .main-section h1,
	.services-page .main-section h1 {
		font-size: 40px;
	}
}

.feature-section {
	padding: 80px 0 50px;
	color: #4f5368;
	background-color: #eef2f3;
}
.feature-section h2 {
	margin: 0 0 50px;
	color: #4f5368;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
}
.feature-item {
	margin-bottom: 30px;
	text-align: center;
}
.feature-item i{
	color: #5bc0de;
	font-size: 50px;
}
.feature-item h4 {
    margin-top: 30px;
    margin-bottom: 15px;
	color: #4f5368;
    font-size: 18px;
}
.feature-item p {
	margin-bottom: 1em;
	color: #4f5368;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}
.pricing-section {
	padding: 80px 0 50px;
	color: #666;
	background-color: #fff;
}
.pricing-section h2 {
	margin: 0 0 50px;
	color: #666;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
}
.pricing-item {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	background-color: #f8f8f8;
	border-radius: 5px;
}
.pricing-item .header {
	height: 100px;
    padding: 80px 0 17px;
	background-color: #eef2f3;
	border-radius: 5px 5px 0 0;
}
.pricing-item .content {
	position: relative;
	z-index: 10;
	height: 200px;
	padding:20px 15px 25px;
	text-align: left;
}
.pricing-item .action {
	position: relative;
	z-index: 10;
	padding:10px 0 25px;
	text-align: center;
}
.pricing-item .item-bg {
	height: 180px;
	width: 180px;
	position: absolute;
	right: -50px;
	bottom: -50px;
	z-index: 1;
}
.pricing-item .item-bg i {
	color: rgba(0, 0, 0, 0.05);
	font-size: 180px;
	transform:rotate(30deg);
}
.pricing-item .pricing-info {
	position: absolute;
	top: 20px;
	right: 15px;
	text-align: right;
}
.pricing-item .pricing-info .currency {
	position: relative;
	top: -15px;
	color: #666;
	font-size: 22px;
}
.pricing-item .pricing-info .price {
	color: #4f5368;
	font-size: 46px;
	line-height: 40px;
}
.pricing-item .pricing-info .tip {
	display: block;
	color: #666;
	font-size: 14px;
	line-height: 22px;
}
.pricing-item h4 {
	font-size: 18px;
}
.pricing-item p {
	font-size: 16px;
}


.contact-section {
	padding: 0 0 50px;
	color: #666;
}
.contact-section h2 {
	margin: 0 0 50px;
	color: #666;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}
.contact-item {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	padding: 25px 15px;
	text-align: center;
	background-color: #f8f8f8;
	border-radius: 5px;
}
.contact-item i{
	margin-bottom: 15px;
	color: #5bc0de;
	font-size: 50px;
}
.contact-item span {
	display: block;
	color: #4f5368;
	font-size: 16px;
	line-height: 24px;
}

.page-header {
	margin: 30px 0 100px;
	padding: 0;
	border-bottom: none;
}
.page-header-title {
	margin: 0 auto 18px;
	color: #333;
	font-size: 36px;
	line-height: 1.1;
	letter-spacing: -0.5px;
	text-align: center;
}
.page-header-subtitle {
	margin: 0 auto;
	color: #666;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
}
.page-header-subtitle p {
	margin: 0;
}

.theme-list .item {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	padding: 0 0 80%;
	background-color: #f8f8f8;
	border-radius: 5px;
	transition: all 300ms ease-in-out;
}
.theme-list .item:before, .theme-list .item:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	left: -2%;
	height: 0;
	width: 120%;
	padding-bottom: 120%;
	background-color: rgba(0,0,0,0.01);
	border-radius: 50%;
	transition: all 400ms ease-in-out;
}
.theme-list .item:after {
	top: 25%;
	left: -8%;
	width: 150%;
	padding-bottom: 150%;
}
.theme-list .item:hover:before{
	transform:scale(1.4);
}
.theme-list .item:hover:after {
	transform:scale(1.2);
}
.theme-list .name {
	height: 30px;
	margin: 0;
	color: #333;
	font-size: 25px;
	line-height: 30px;
}
.theme-list .pricing-info {
	position: absolute;
	top: 6%;
	right: 6%;
	text-align: right;
}
.theme-list .pricing-info .currency {
	position: relative;
	top: -10px;
	color: #666;
	font-size: 22px;
}
.theme-list .pricing-info .price {
	color: #4f5368;
	font-size: 36px;
	line-height: 35px;
}
.theme-list .pricing-info .tip {
	display: block;
	color: #666;
	font-size: 14px;
	line-height: 22px;
}
.theme-list .item .header {
    padding: 10% 6% 10%;
    background-color: #eef2f3;
    border-radius: 5px 5px 0 0;
}
.theme-list .item-info {
	position: relative;
	z-index: 10;
	padding: 4% 6%;
}
.theme-list .item-info .text {
	min-height: 66px;
	margin: 15px 0 10px;
	font-size: 16px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	display: box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.theme-list .item-screenshot {
	position: absolute;
	z-index: 10;
	left: 6%;
	right: 6%;
	top: 44%;
	transition: all 300ms ease-in-out;
}
.theme-list .screenshot-mobile {
	position: absolute;
	right: -3%;
	top: 30%;
	width: 42%;
	transition: all 300ms ease-in-out;
}
.theme-list .item-link {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 10;
}
.theme-list .item:hover {
	box-shadow: 0 7px 28px rgba(23,43,99,.24);
	/*animation: pulse 1s;*/
	transform: scale(1.03);
}
.theme-list .item:hover .bar, .screenshot-desktop.active .bar {
	background-color: #f1f1f1;
}
.theme-list .item:hover .bar:before, .screenshot-desktop.active .bar:before {
	background-color: #ed594a;
}
.theme-list .item:hover .bar .dot, .screenshot-desktop.active .bar .dot {
	background-color: #fdd800;
}
.theme-list .item:hover .bar:after, .screenshot-desktop.active .bar:after {
	background-color: #5ac05a;
}
.theme-list .item:hover .item-screenshot {
	top: 40%;
}
.theme-list .item:hover .screenshot-desktop {
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}
.theme-list .item:hover .screenshot-mobile, .screenshot-mobile.active {
	top: 28%;
	background-color: #333;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
.theme-list .item:hover .screenshot-mobile:before, .screenshot-mobile.active:before {
	background-color: #666;
}


.theme-list .item .empty-text {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -15px;
	color: #555;
	font-size: 28px;
	line-height: 30px;
	text-align: center;
	background-color: transparent;
}
.theme-list .item.empty .header {
	background-color: transparent;
}


.screenshot-desktop {
	border-radius: 3px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	transition: all 300ms ease-in-out;
}
.screenshot-desktop .bar {
	min-height: 11px;
	padding: 4px 5px;
	background-color: #d5d5d5;
	border-radius: 3px 3px 0 0;
	transition: all 300ms ease-in-out;
}
.screenshot-desktop .bar .dot, .screenshot-desktop .bar:before, .screenshot-desktop .bar:after {
	float: left;
	content: '';
	height: 3px;
	width: 3px;
	margin-right: 2px;
	background-color: #888;
	border-radius: 50%;
	transition: all 300ms ease-in-out;
}
.screenshot-desktop .screenshot-image {
	display: block;
}
.screenshot-desktop .screenshot-image img {
	display: block;
	width: 100%;
	border-radius: 0 0 3px 3px;
}
.screenshot-desktop.large {
	border-radius: 5px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
.screenshot-desktop.large .bar {
	min-height: 17px;
	padding: 6px 8px;
	border-radius: 5px 5px 0 0;
}
.screenshot-desktop.large .bar .dot, .screenshot-desktop.large .bar:before, .screenshot-desktop.large .bar:after {
	height: 5px;
	width: 5px;
	margin-right: 3px;
}
.screenshot-desktop.large .screenshot-image img {
	border-radius: 0 0 5px 5px;
}


.screenshot-mobile {
	position: relative;
	padding: 20px 2px 20px;
	border-radius: 8px;
	background-color: #666;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	transition: all 300ms ease-in-out;
}
.screenshot-mobile:before{
	position: absolute;
	left: 41%;
	top: 9px;
	content: '';
	height: 2px;
	width: 18%;
	background-color: #999;
	border-radius: 5px;
	transition: all 300ms ease-in-out;
}
.screenshot-mobile:after{
	position: absolute;
	left: 50%;
	bottom: 4px;
	content: '';
	height: 12px;
	width: 12px;
	margin-left: -6px;
	background-color: #999;
	border-radius: 50%;
	transition: all 300ms ease-in-out;
}
.screenshot-mobile .screenshot-image {
	display: block;
	height: 100%;
	background-color: #fff;
}
.screenshot-mobile .screenshot-image img {
	display: block;
	width: 100%;
}

.product-product .site-header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: transparent;
}
.product-product .site-header.fixed {
	position: fixed;
	background-color: rgba(255,255,255,0.96);
}
.product-product .theme-details, .product-product .extension-details {
    padding: 150px 0 50px;
    overflow: hidden;
    position: relative;
	background-color: #f8f8f8;
}
.product-product .theme-details:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	height: 88px;
    width: 100%;
    background: linear-gradient(transparent 30%, rgba(0,0,0,0.04) 80%, rgba(0,0,0,0.08));
	pointer-events: none;
}

.theme-details {
	height: 580px;
	overflow: hidden;
}
.theme-details .product-name h1 {
    padding-right: 0;
    font-size: 36px;
    line-height: 50px;
    font-weight: 400;
    margin: 0 0 10px 0;
}
.theme-details .product-name h1 span {
	display: inline-block;
	vertical-align: middle;
}
.theme-details .product-name h1 img {
	display: inline-block;
	vertical-align: middle;
	width: 45px;
	margin-right: 10px;
	border-radius: 5px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.theme-details .price-box {
	margin: 0 0 10px;
	padding: 10px 0;
}
.theme-details .price-box .price {
	font-weight: 400;
}
.theme-details .price-box .sharing-price {
	margin-left: 0.5em;
	color: #888;
	font-size: 14px;
	line-height: 1.5;
}
.theme-details .description {
	min-height: 52px;
	margin-bottom: 3em;
	color: #555;
	font-size: 18px;
	line-height: 26px;
}
.theme-details .product-btns {
	margin-top: 20px;
}
.theme-details .tip {
	margin-bottom: 2em;
	color: #888;
	font-size: 12px;
	line-height: 1.5;
}
.theme-details .tip a {
	color: #888;
}
.theme-details .tip a:hover {
	color: #e32031;
}
.theme-details .screenshot {
	position: relative;
	padding-right: 6%;
}
.theme-details .screenshot-desktop:hover {
	-webkit-transform: translate(0, -2%);
	-moz-transform:translate(0, -2%);
	-o-transform:translate(0, -2%);
	transform:translate(0, -2%);
}
.theme-details .screenshot-mobile {
	position: absolute;
	top: 30%;
	right: 0;
	width: 30%;
}
.theme-details .screenshot-mobile:hover {
	top: 28%;
}
.theme-feature-section {
	padding: 80px 0 50px;
	color: #4f5368;
}
.theme-feature-section h2 {
	margin: 0 0 50px;
	color: #4f5368;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
}
.theme-feature-item {
	position: relative;
	margin-bottom: 30px;
	padding-left: 80px;
}
.theme-feature-item i{
	position: absolute;
	left: 0;
	top: 0;
	color: #5c6ac4;
	font-size: 60px;
}
.theme-feature-item h4 {
    padding-top: 5px;
    margin-top: 0;
    margin-bottom: 15px;
	color: #4f5368;
    font-size: 18px;
}
.theme-feature-item p {
	margin-bottom: 1em;
	color: #4f5368;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}
.extension-details {
	height: auto;
	overflow: auto;
}
.extension-details .product-info {
	position: relative;
	padding-left: 178px;
}
.extension-details .product-image {
	position: absolute;
	left: 0;
	width: 150px;
}
.extension-details .product-image img {
	border-radius: 15%;
}
.extension-details .product-name h1 {
    padding-right: 0;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    margin: 0 0 10px 0;
}
.extension-details .product-name h1 span {
	display: inline-block;
	vertical-align: middle;
}
.extension-details .product-name h1 img {
	display: inline-block;
	vertical-align: middle;
	width: 45px;
	margin-right: 10px;
	border-radius: 5px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.extension-details .price-box {
	margin: 0 0 10px;
	padding: 10px 0;
}
.extension-details .price-box .price {
	font-weight: 400;
}
.extension-details .price-box .sharing-price {
	margin-left: 0.5em;
	color: #888;
	font-size: 14px;
	line-height: 1.5;
}
.extension-details .description {
	min-height: 52px;
	margin-bottom: 3em;
	color: #555;
	font-size: 18px;
	line-height: 26px;
}
.extension-details .product-btns {
	margin-top: 20px;
}
.extension-details .tip {
	margin-bottom: 2em;
	color: #888;
	font-size: 12px;
	line-height: 1.5;
}
.extension-details .tip a {
	color: #888;
}
.extension-details .tip a:hover {
	color: #e32031;
}
.extension-details .screenshot .screenshot-image {
	position: relative;
	height: 350px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 18px rgba(0, 0, 0, 0.2);
}
.extension-details .screenshot .screenshot-image img {
	position: absolute;
	left: 0;
	width: 100%;
}
.extension-details .screenshot .empty {
	height: 350px;
	color: #999;
	font-size: 3em;
	line-height: 350px;
	text-align: center;
	background-color: #fff;
	border-radius: 18px;
}
@media (max-width: 992px) {
	.theme-details {
		height: 620px;
	}
	.theme-details .description {
		margin-bottom: 2em;
	}
}
@media (max-width: 768px) {
	.theme-details {
		height: auto;
		overflow: auto;
	}
	.product-product .theme-details, .product-product .extension-details {
		padding-top: 100px;
	}
}
@media (max-width: 425px) {
	.extension-details .product-info {
		padding-left: 103px;
	}
	.extension-details .product-image {
		width: 80px;
	}
}


.extension-list .item {
	position: relative;
	overflow: hidden;
	min-height: 180px;
	margin-bottom: 30px;
	padding: 0 0 0 120px;
	background-color: #f8f8f8;
	border-radius: 5px;
	transition: all 300ms ease-in-out;
}
.extension-list .item:before, .extension-list .item:after {
	content: '';
	position: absolute;
	top: 40%;
	left: -15%;
	height: 200%;
	width: 200%;
	background-color: rgba(0,0,0,0.01);
	transform:rotate(120deg);
	transition: all 400ms ease-in-out;
}
.extension-list .item:after {
	transform:rotate(140deg);
}
.extension-list .item:hover:before, .extension-list .item:hover:after {
	top: 0;
	left: -25%;
}
.extension-list .item:hover:after {
	left: -28%;
}
.extension-list .image {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 80px;
}
.extension-list .image img {
	border-radius: 15%;
}
.extension-list .name {
	height: 30px;
	margin: 0 0 10px;
	color: #333;
	font-size: 25px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.extension-list .name a {
	color: #333;
}
.extension-list .pricing-info {
	margin-bottom: 10px;
}
.extension-list .pricing-info .currency {
	position: relative;
	top: -3px;
	color: #888;
	font-size: 18px;
}
.extension-list .pricing-info .price {
	color: #666;
	font-size: 22px;
}
.extension-list .pricing-info .tip {
	display: block;
	color: #666;
	font-size: 14px;
	line-height: 22px;
}
.extension-list .item-info {
    padding: 20px 20px 20px 0;
}
.extension-list .item-info .description {
	height: 44px;
	margin: 0;
	color: #666;
	font-size: 16px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	display: box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.extension-list .item-link {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 10;
}
.extension-list .item:hover {
	box-shadow: 0 7px 28px rgba(23,43,99,.24);
	/*animation: pulse 1s;*/
	transform: scale(1.03);
}
.extension-list .item .empty-text {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -15px;
	color: #555;
	font-size: 28px;
	line-height: 30px;
	text-align: center;
	background-color: transparent;
}

.blog-list .item {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	background-color: #f8f8f8;
	border-radius: 5px;
	transition: all 300ms ease-in-out;
}
.blog-list .time {
	display: block;
	margin: 20px 30px 10px;
	color: #999;
	font-size: 14px;
}
.blog-list .title {
	height: 60px;
	overflow: hidden;
	margin: 0 30px 30px;
	color: #333;
	font-size: 22px;
	line-height: 30px;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.blog-list .title a {
	color: #333;
}
.blog-list .description {
	display: none;
	min-height: 66px;
	margin: 15px 0 10px;
	font-size: 16px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.blog-list .item-link {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 10;
}
.blog-list .item:hover {
	box-shadow: 0 7px 28px rgba(23,43,99,.24);
	/*animation: pulse 1s;*/
	transform: scale(1.03);
}


/* wechat */
.wechat-page .site-header .navbar-toggle {
	color: #fff;
}
.wechat-page .site-header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: transparent;
}
.wechat-page .site-header .logo {
	background-position: 0 -32px;
}
.wechat-page .nav-main > li > a {
	color: #fff;
}
.wechat-page .nav-main >li > a:hover {
    background: rgba(0, 0, 0, 0.5);
}
.wechat-page .nav-main .btn-danger {
    color: rgba(0, 0, 0, 0.8);
	background: rgba(255, 255, 255, 0.8);
}
.wechat-page .nav-main .btn-danger:hover {
	color: #fff;
	background-color: rgba(227, 32, 49, 0.8);
}

.wechat-page .main-section {
    padding: 234px 0 70px;
    position: relative;
	text-align: center;
    background: #24b47e;
	background-size: cover;
}
.wechat-page .main-section:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0;
	width: 100%;
    background: #eef2f3;
	border-style: solid;
	border-width: 0 100vw 18px 0;
	border-color: transparent #24b47e transparent transparent;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    .wechat-page .main-section {
    }
}
.integration-icon {
	margin: 0 auto 30px;
}
.integration-icon i {
	position: relative;
	z-index: 2;
	display: inline-block;
	height: 120px;
	width: 120px;
	overflow: hidden;
	font-size: 80px;
	line-height: 120px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08), 0 4px 14px rgba(0, 0, 0, 0.04);
}
.integration-icon i.icon-wechat {
	color: #37BF21;
}
.integration-icon i.iconsite-zidingyi {
	color: #1989fa;
}
.integration-icon i.icon-jbs {
	z-index: 1;
	margin-left: -19px;
	color: #e32031;
}
.wechat-page .main-section h1 {
    font-size: 56px;
    font-weight: 300;
    color: #fff;
    letter-spacing: -.34px;
    margin: 0;
}
[lang="en"] .wechat-page .main-section h1 {
	font-size: 45px;
}
.wechat-page .main-section p {
    max-width: 740px;
    font-size: 24px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: -.38px;
    margin: 32px auto 0;
}
.wechat-page .main-section .buttons-container {
    margin: 49px 0 0;
}
.wechat-page .main-section .buttons-container .btn {
	height: 54px;
	margin: 0 8px 20px;
	padding: 15px 23px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
}
.wechat-page .main-section .buttons-container .btn-danger {
    color: #24b47e;
	background: rgba(255, 255, 255, 0.8);
}
.wechat-page .main-section .buttons-container .btn-danger:hover {
	color: #24b47e;
	background-color: #fff;
}
.wechat-page .main-section .buttons-container .btn-default {
	color: rgba(255, 255, 255, 0.8);
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.8);
}
.wechat-page .main-section .buttons-container .btn-default:hover {
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8);
}

@media (max-width: 768px) {
	.wechat-page .nav-main > li > a {
		color: #666;
	}
	.wechat-page .main-section {
	    padding: 140px 0 40px;
	}
	.wechat-page .main-section h1 {
		font-size: 40px;
	}
}
.wechat-page .feature-section {
	position: relative;
}
.wechat-page .feature-section:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -18px;
	height: 0;
	width: 100%;
    background: #fff;
	border-style: solid;
	border-width: 0 100vw 18px 0;
	border-color: transparent #eef2f3 transparent transparent;
}
.wechat-page .feature-item i{
	color: #24b47e;
}

.banner-section {
	padding: 80px 0 50px;
	color: #666;
	background-color: #fff;
}
.banner-section h2 {
	margin: 0 0 50px;
	color: #333;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
}
.banner-section h3 {
	margin: 80px 0 20px;
	color: #222;
	font-size: 26px;
	line-height: 1.5em;
}
.banner-section p {
	color: #666;
	font-size: 16px;
	line-height: 1.8em;
}
.banner-section .row {
	margin-bottom: 90px;
}
.banner-section .row:last-child {
	margin-bottom: 0;
}

.start-section {
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: -31px;
	color: #fff;
	text-align: center;
	background-color: #F8362E;
}
.start-section .container {
	position: relative;
	z-index: 10;
	padding: 60px 0;
}
.start-section h2 {
	margin-bottom: 20px;
	color: #fff;
	font-size: 35px;
	font-weight: 400;
}
.start-section p {
	margin-bottom: 20px;
	color: #FFD8D2;
	font-size: 16px;
}
.start-section:before, .start-section:after, .start-section .shadow {
	content: '';
	position: absolute;
	z-index: 1;
	top: 32%;
	left: 25%;
	height: 0;
	width: 50%;
	padding-bottom: 50%;
	background-color: rgba(255,255,255,0.08);
	border-radius: 50%;
	transition: all 400ms ease-in-out;
}
.start-section:after {
	top: 15%;
	left: -10%;
	width: 120%;
	padding-bottom: 120%;
}
.start-section .shadow {
	top: -10%;
	left: -50%;
	width: 200%;
	padding-bottom: 200%;
}
.start-section .btn-danger {
	background-color: #fff;
	color: #e32031;
}
.start-section .btn-danger:hover {
	color: #ffd8d2;
	background-color: #e32031;
	background-color: rgba(227, 32, 49, 0.6);
	border-color: #ffd8d2;
	box-shadow: inset 0 0 0 2px #ffd8d2;
}
.start-section .btn-default {
	color: #ffd8d2;
    background-color: transparent;
    border-color: #ffd8d2;
}
.start-section .btn-default:hover {
	color: #fffcfb;
	box-shadow: inset 0 0 0 2px #ffd8d2;
}

.mobile-screenshot-section {
	position: relative;
	padding: 50px 30px;
	background-color: #f8f8f8;
}
.mobile-screenshot-section .swiper-slide {
	padding: 15px;
}
.mobile-screenshot-section .swiper-slide img {
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.08), 0 5px 5px rgba(0, 0, 0, 0.04);
}
.mobile-screenshot-section .swiper-button-prev, .mobile-screenshot-section .swiper-button-next {
	opacity: 0.6;
	outline: none;
}
.mobile-screenshot-section .swiper-button-prev:hover, .mobile-screenshot-section .swiper-button-next:hover {
	opacity: 1;
}
.mobile-screenshot-section .swiper-pagination {
	bottom: 30px;
}
.mobile-screenshot-section .swiper-pagination-bullet {
	outline: none;
}
.pro-label {
	display: inline-block;
	padding: 1px 6px;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	background-color: #07c160;
	border-radius: 2px;
}




/* app */
.app-page .site-header .navbar-toggle {
	color: #fff;
}
.app-page .site-header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: transparent;
}
.app-page .site-header .logo {
	background-position: 0 -32px;
}
.app-page .nav-main > li > a {
	color: #fff;
}
.app-page .nav-main >li > a:hover {
    background: rgba(0, 0, 0, 0.5);
}
.app-page .nav-main .btn-danger {
    color: rgba(0, 0, 0, 0.8);
	background: rgba(255, 255, 255, 0.8);
}
.app-page .nav-main .btn-danger:hover {
	color: #fff;
	background-color: rgba(227, 32, 49, 0.8);
}

.app-page .main-section {
    padding: 234px 0 70px;
    position: relative;
	text-align: center;
    background: #3395fa;
	background-size: cover;
}
.app-page .main-section:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0;
	width: 100%;
    background: #eef2f3;
	border-style: solid;
	border-width: 0 100vw 18px 0;
	border-color: transparent #3395fa transparent transparent;
}
.app-page .main-section h1 {
    font-size: 56px;
    font-weight: 300;
    color: #fff;
    letter-spacing: -.34px;
    margin: 0;
}
[lang="en"] .app-page .main-section h1 {
	font-size: 45px;
}
.app-page .main-section p {
    max-width: 740px;
    font-size: 24px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: -.38px;
    margin: 32px auto 0;
}
.app-page .main-section .buttons-container {
    margin: 49px 0 0;
}
.app-page .main-section .buttons-container .btn {
	height: 54px;
	margin: 0 8px 20px;
	padding: 15px 23px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
}
.app-page .main-section .buttons-container .btn-danger {
    color: #3395fa;
	background: rgba(255, 255, 255, 0.8);
}
.app-page .main-section .buttons-container .btn-danger:hover {
	color: #3395fa;
	background-color: #fff;
}
.app-page .main-section .buttons-container .btn-default {
	color: rgba(255, 255, 255, 0.8);
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.8);
}
.app-page .main-section .buttons-container .btn-default:hover {
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8);
}

@media (max-width: 768px) {
	.app-page .nav-main > li > a {
		color: #666;
	}
	.app-page .main-section {
	    padding: 140px 0 40px;
	}
	.app-page .main-section h1 {
		font-size: 40px;
	}
}
.app-page .feature-section {
	position: relative;
}
.app-page .feature-section:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -18px;
	height: 0;
	width: 100%;
    background: #fff;
	border-style: solid;
	border-width: 0 100vw 18px 0;
	border-color: transparent #eef2f3 transparent transparent;
}
.app-page .feature-item i{
	color: #3395fa;
}









