::-webkit-scrollbar-thumb {
	border-radius:10rem;
	background-color:#ccc
}
::-webkit-scrollbar {
	width:12rem;
	background-color:#F5F5F5
}
html{
    font-size: 0.26666666666666666666vw;
}
a {
	color:#333;
	text-decoration:none;
	font-weight:700;
	outline:0
}
a:hover {
	text-decoration:none!important
}
body * {
	box-sizing:border-box
}
input,button,select,textarea,label {
	font-family:Nunito;
	font-size:14rem;
	color:#929292;
	line-height:1.4;
	font-weight:600
}
::-webkit-input-placeholder {
	color:#929292
}
::-moz-placeholder {
	color:#929292
}
:-ms-input-placeholder {
	color:#929292
}
:-moz-placeholder {
	color:#929292
}
body {
	margin:0;
	padding:0;
	background-color:#FFF;
	font-family:Nunito,sans-serif;
	font-size:14rem;
	color:#0e0e0e;
	line-height:1.4;
	font-weight:400;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased
}
img {
	width:100%
}
.wrapper {
	/* position:fixed;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat */
}
.nav-menu {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:999;
	background-color:rgba(0,0,0,0.3);
	display:none
}
nav.menu.opened {
	left:0
}
nav.menu {
	position:fixed;
	left:-70%;
	top:0;
	bottom:0;
	width:70%;
	background-color:#fff;
	-webkit-transition:left 200ms cubic-bezier(0.000,0.655,0.000,1);
	-webkit-transition:left 200ms cubic-bezier(0.025,0.685,0.000,0.990);
	-moz-transition:left 200ms cubic-bezier(0.025,0.685,0.000,0.990);
	-o-transition:left 200ms cubic-bezier(0.025,0.685,0.000,0.990);
	transition:left 200ms cubic-bezier(0.025,0.685,0.000,0.990)
}
.image-round {
	border-radius:60rem;
	width:100rem;
	height:100rem;
	border:3rem solid #fff
}
nav.menu .nav-header span {
	display:block;
	color:#13287e;
	font-weight:normal
}
nav.menu .nav-header a {
	color:#2eb18d
}
nav.menu .nav-header {
	height:170rem;
	text-align:center;
	padding:10rem 0;
	background:url("../img/avatar-bg.jpg") no-repeat right top
}
nav .nav-container {
	position:absolute;
	left:20rem;
	right:0;
	bottom:0;
	top:10rem;
	overflow:auto
}
nav.menu ul {
	list-style:none;
	padding:0;
	margin:0
}
nav.menu ul li {
	display:block;
	width:100%
}
nav.menu ul.main-menu>li.active {
	background-color:#f5f5f5
}
nav.menu ul.main-menu>li.active>ul {
	display:block
}
nav.menu ul.main-menu>li ul li.active {
	background-color:rgba(0,0,0,0.2)
}
nav.menu ul.main-menu>li>a {
	display:block;
	color:#4c4b4b;
	padding:12rem 12rem;
	font-weight:normal
}
nav.menu ul.main-menu>li.active i {
	color:#2eb18d!important
}
nav.menu ul.main-menu>li>a>i {
	display:inline-block;
	width:30rem;
	font-size:18rem;
	color:#777
}
nav.menu ul.main-menu>li>a>img {
	width:20rem;
	margin-right:10rem;
	display:inline-block;
	position:relative;
	top:5rem
}
nav.menu ul.main-menu>li>a>span {
	display:inline-block;
	float:right;
	opacity:.5
}
nav.menu ul.main-menu>li ul {
	display:none
}
nav.menu ul.main-menu>li li a {
	display:block;
	color:#4c4b4b;
	padding:8rem 20rem 8rem 48rem;
	font-weight:400
}
.wrapper-inline {
	/* position:absolute; */
	width:100%;
	/* bottom:0;
	top:0; */
	background-color:#fff;
	overflow:auto
}
.wrapper.with-bg-image .wrapper-inline {
	background-color:rgba(255,255,255,0.9)
}
.banner-div {
	background:url(../img/1.jpg) center no-repeat;
	background-size:cover;
	/* margin-top:70rem; */
	border-radius:15rem
}
.banner-content {
	max-width:76%;
	padding:25rem 15rem;
    position: absolute;
}
.banner-head {
	margin-top:0;
	font-size:26rem;
	font-weight:700;
	color:#fff
}
.c-btn {
	padding:8rem 15rem;
	/* background:#ff7854; */
	color:#fff;
	text-align:center;
	display:inline-block;
	border-radius:5rem;
    font-size: 17rem;
	font-weight: 500;
}
.section-head {
	display:flex;
	align-items:center;
	margin-top:30rem;
	margin-bottom:15rem
}
.section-head .title-main {
	margin:0;
	font-size:16rem;
	color:#0e0e0e;
	flex:8
}
.section-head .c-btn {
	flex:1
}
.col-3 {
	width:31%;
	float:left
}
.col-3.center-item {
	margin:0 3%
}
.purpule-bg {
	background:#544df3
}
.blue-bg {
	background:none;
}
.pink-bg {
	background:#ff505d!important
}
.orange-bg {
	background:#ffad3d
}
.creamy-bg {
	background:#fef5f3!important
}
.provide-item {
	padding:20rem 10rem;
	border-radius:6rem;
    border: solid 1rem #fff;
}
.col-2 {
	width:48%;
	float:left
}
.has-border {
	border:2rem solid #2eb18d!important
}
.provide-item img {
	max-width:45rem;
	/* margin-bottom:10rem */
}
.rating-stars {
	padding-left:10rem;
	font-size:12rem
}
.rating-stars.v2 {
	padding-left:0;
	padding-bottom:5rem
}
.rating-stars .star {
	color:#ffaf00
}
.item-price {
	font-size:12rem;
	color:#999;
	overflow:hidden;
	font-weight:600;
	display:inline-block;
	vertical-align:top
}
.provide-item h4 {
	margin-bottom:0;
	margin-top:0
}
.covid-img {
	max-width:140rem;
	margin-bottom:15rem
}
.ref-card.c1 {
	background:url(../img/ref1.png) center center no-repeat
}
.ref-card {
	padding:20rem 15rem;
	border-radius:10rem;
	margin-bottom:10rem;
	background-size:cover!important
}
.b-val {
	margin:0 0 5rem;
	color:#fff;
	line-height:1;
	font-size:18rem;
	font-weight:700
}
.g-text {
	color:#ede6e6!important
}
.ref-card .badge {
	background-color:rgba(255,255,255,0.2);
	padding:10rem 15rem
}
.text-center {
	text-align:center
}
.mt-30 {
	margin-top:30rem!important
}
.mb-15 {
	margin-bottom:15rem!important
}
.mb-10 {
	margin-bottom:10rem!important
}
.mt-0 {
	margin-top:0!important
}
.mb-0 {
	margin-bottom:0!important
}
.mr-2 {
	margin-right:2%
}
.ml-2 {
	margin-left:2%
}
.w-text {
	color:#fff!important
}
.symptoms-item {
	display:block;
	width:48%;
	padding:15rem 10rem;
	background:#fff;
	float:left;
	border:1rem solid #ddd;
	border-radius:5rem
}
.symptoms-item img {
	max-width:100%;
}
.symptoms-item h4 {
	margin:0;
	margin-top:10rem
}
.symptoms-item p {
	margin-bottom:0;
	margin-top:5rem
}
.fixed-bottom {
	position:fixed;
	bottom:0;
	width:100%
}
.notification-list {
	margin:70rem 10rem 30rem;
	background:#fff;
	border:1rem solid #eee;
	box-shadow:rgba(0,0,0,0.02) 0 0 9rem 1rem
}
.notification-list li {
	padding:7rem 10rem 10rem;
	border-bottom:1rem solid #eee;
	margin:6rem 0
}
.coin-name {
	margin:0;
	font-weight:600
}
.notification-list li a {
	font-weight:600
}
.sky-bg {
	background:#e7eaf5
}
.list-unstyled {
	padding-left:0;
	list-style:none
}
.align-items-center {
	align-items:center!important
}
.justify-content-between {
	justify-content:space-between!important
}
.d-flex {
	display:flex!important
}
.ml-10 {
	margin-left:10rem
}
.notification-list .notice-icon {
	border-radius:50%;
	height:30rem;
	width:30rem;
	font-size:14rem;
	line-height:31rem;
	display:inline-block;
	text-align:center
}
.notification-list li:last-child {
	padding:10rem;
	background:#000;
	margin:-6rem 0 0;
	border-bottom:2rem solid #000;
}
.notification-list .notice-icon i {
	color:#fff
}
.away {
	background-color:#ffc107
}
.busy {
	background-color:#f05050
}
.available {
	background-color:#4caf50
}
header {
	position:fixed;
	z-index:998;
	top:0;
	left:0;
	right:0;
	height:50rem;
	border-bottom:solid 1rem #ffffff6B;
	padding:10rem
}
header.no-background {
	background-color:transparent;
	border-bottom:0;
	color:#FFF;
	-webkit-transition:background-color .3s ease-in-out;
	-moz-transition:background-color .3s ease-in-out;
	-o-transition:background-color .3s ease-in-out;
	transition:background-color .3s ease-in-out
}
header.no-background a {
	color:#FFF
}
header.no-background .navi-menu-button em {
	background:#FFF
}
header.set-bg {
	background-color:#FFF;
	border-bottom:solid 1rem #EEE;
	color:#464646;
	-webkit-box-shadow:0 1rem 2rem 0 rgba(0,0,0,0.1);
	-moz-box-shadow:0 1rem 2rem 0 rgba(0,0,0,0.1);
	box-shadow:0 1rem 2rem 0 rgba(0,0,0,0.1)
}
header.set-bg a {
	color:#464646
}
header.set-bg .navi-menu-button em {
	background:#464646
}
header .go-back-link {
	width:30rem;
	height:30rem;
	display:inline-block;
	line-height:30rem;
	text-align:center;
	float:left;
	margin-left:-10rem;
    color: #fff;
}
header .page-title {
	font-size:16rem;
	position:absolute;
	left:50rem;
	right:50rem;
	top:10rem;
	margin:0;
	padding:0;
	height:30rem;
	line-height:30rem;
	text-align:center;
	letter-spacing:2rem;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
	white-space:nowrap
}
header .page-title img{
    width: 70rem;
}
header.with-search-icon .page-title {
	left:80rem;
	right:50rem
}
.navi-menu-button {
	width:30rem;
	height:30rem;
	float:right;
	position:relative;
	cursor:pointer
}
.navi-menu-button em {
	width:24rem;
	height:2rem;
	background-color:#fff;
	display:block;
	position:absolute;
	border-radius:30rem;
	right:0;
	-webkit-transition:all 200ms cubic-bezier(0.250,0.250,0.750,0.750);
	-moz-transition:all 200ms cubic-bezier(0.250,0.250,0.750,0.750);
	-o-transition:all 200ms cubic-bezier(0.250,0.250,0.750,0.750);
	transition:all 200ms cubic-bezier(0.250,0.250,0.750,0.750)
}
.navi-menu-button em:nth-child(1) {
	top:7rem;
	width:20rem
}
.navi-menu-button em:nth-child(2) {
	top:14rem
}
.navi-menu-button em:nth-child(3) {
	top:21rem;
	width:20rem
}
.navi-menu-button.focused em:nth-child(1) {
	-ms-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	top:14rem
}
.navi-menu-button.focused em:nth-child(2) {
	width:0
}
.navi-menu-button.focused em:nth-child(3) {
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	top:14rem
}
main {
	margin-top:60rem
}
main.no-margin {
	margin-top:0
}
main.fix-top-menu {
	margin-top:50rem
}
main.no-margin .container {
	padding:0
}
main.no-header .TurboWrapper {
	top:0
}
section.container {
	padding:0 10rem
}
div.container {
	padding:0 10rem
}
.form-row {
	display:block;
	width:100%;
	padding:5rem 0;
	position:relative
}
.form-row.no-padding {
	padding:0
}
.form-row-group {
	border-radius:3rem;
	background-color:#FFF;
	border:solid 1rem #f2f2f2;
	-webkit-box-shadow:0 0 1rem 0 rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 1rem 0 rgba(0,0,0,0.2);
	box-shadow:0 0 1rem 0 rgba(0,0,0,0.2)
}
.form-row-group .form-row {
	padding:0 10rem
}
.form-row-group.with-icons .form-row i {
	position:absolute;
	line-height:40rem;
	width:24rem;
	color:#ff7854
}
.form-row-group.with-icons .form-row .form-element {
	padding-left:24rem
}
.form-element {
	display:block;
	width:100%;
	border:0;
	border-bottom:solid 1rem #EEE;
	height:40rem;
	outline:0;
	line-height:40rem;
	background-color:#FFF
}
select.form-element {
	-webkit-appearance:none;
	background-color:white;
	background-image:url(../img/up-down.svg);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:1.5em;
	border-color:transparent;
	border-bottom:solid 1rem #EEE
}
.error {
	color:#cc0c35
}
.error .form-element {
	border-color:#cc0c35!important;
	color:#cc0c35
}
textarea.form-element {
	resize:none;
	line-height:1.4;
	padding:10rem 0;
	min-height:80rem
}
select.form-element {
	padding:0;
	margin-left:-4rem
}
.form-element:focus {
	border-color:#194191;
}
.button {
	padding:10rem 20rem;
	background-color:#FFF;
	border:0;
	border-radius:3rem;
	text-align:center;
	font-weight:600;
	outline:0;
	-webkit-box-shadow:0 0 3rem 0 rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 3rem 0 rgba(0,0,0,0.2);
	box-shadow:0 0 3rem 0 rgba(0,0,0,0.2);
	cursor:pointer
}
.button.circle {
	border-radius:5rem
}
.button.block {
	display:block;
	width:100%
}
.button:hover,.button:active,.button:focus {
	background-color:#f9f9f9
}
.button.darkblue {
	background-color:#2C6EBC;
	color:#FFF;
	border-color:transparent;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none
}
.button.orange {
	background-color:#ff7854;
	color:#FFF;
	border-color:transparent;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none
}
.button.blue {
	background-color:#3e7ab7;
	color:#FFF;
	border-color:transparent;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none
}
.button.yellow {
	background-color:#ebad4d;
	color:#FFF;
	border-color:transparent;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none
}
.button.red {
	background-color:#d3514b;
	color:#FFF;
	border-color:transparent;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none
}
.button.green {
	background-color:#65b95f;
	color:#FFF;
	border-color:transparent;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none
}
.sweet-check {
	height:30rem;
	width:60rem;
	cursor:pointer;
	border-radius:30rem;
	border:solid 1rem #eee;
	display:inline-block;
	position:relative;
	background-color:#FFF;
	-webkit-box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1);
	-moz-box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1);
	box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1);
	-webkit-transition:background-color 200ms cubic-bezier(0.250,0.250,0.750,0.750);
	-moz-transition:background-color 200ms cubic-bezier(0.250,0.250,0.750,0.750);
	-o-transition:background-color 200ms cubic-bezier(0.250,0.250,0.750,0.750);
	transition:background-color 200ms cubic-bezier(0.250,0.250,0.750,0.750)
}
.sweet-check input {
	opacity:0;
	position:absolute
}
.sweet-check .outline {
	width:27rem;
	height:27rem;
	border-radius:50%;
	display:block;
	-webkit-box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.2);
	-moz-box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.2);
	box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.2);
	background-color:#FFF;
	position:absolute;
	left:0;
	-webkit-transition:left 200ms cubic-bezier(0.250,0.250,0.750,0.750);
	-moz-transition:left 200ms cubic-bezier(0.250,0.250,0.750,0.750);
	-o-transition:left 200ms cubic-bezier(0.250,0.250,0.750,0.750);
	transition:left 200ms cubic-bezier(0.250,0.250,0.750,0.750)
}
.sweet-check.checked {
	background-color:#60B2FE;
	border-color:#60B2FE
}
.sweet-check.checked .outline {
	left:30rem
}
.expandable-item {
	background-color:#fff;
	border-radius:3rem;
	margin-bottom:1rem
}
.expandable-header {
	background-color:#FFF;
	padding:15rem;
	position:relative;
	-webkit-box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1);
	-moz-box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1);
	box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1);
	border-radius:3rem;
	cursor:pointer
}
.expandable-header .list-icon {
	font-size:18rem;
	display:inline-block;
	width:24rem
}
.expandable-header .product-icon {
	max-width:50rem;
	position:absolute;
	top:0;
	left:0
}
.expandable-header .product-icon img {
	max-width:50rem
}
.expandable-header .list-title {
	font-size:16rem;
	line-height:18rem;
	padding-left:70rem;
	margin:0;
	padding:0;
	display:inline-block
}
.expandable-header .list-item-extra {
	position:absolute;
	right:40rem;
	top:17rem;
	font-size:12rem
}
.expandable-header .list-arrow {
	position:absolute;
	right:15rem;
	top:15rem;
	font-size:20rem
}
.expandable-content {
	border:solid 1rem transparent;
	border-top:0;
	border-bottom-right-radius:3rem;
	border-bottom-left-radius:3rem;
	overflow:hidden;
	max-height:0;
	-webkit-transition:max-height .2s linear;
	-moz-transition:max-height .2s linear;
	-o-transition:max-height .2s linear;
	transition:max-height .2s linear
}
.expandable-content .padding-content {
	padding:15rem
}
.expandable-item.active .expandable-content {
	border-color:#EEE;
	max-height:200rem
}
.expandable-item.active .list-arrow:before {
	content:"\f106"
}
.wizard {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0
}
.wizard .wizard-item {
	position:relative
}
.wizard .wizard-content {
	position:absolute;
	left:20rem;
	top:20rem;
	right:20rem;
	bottom:60rem;
	overflow:hidden;
	text-align:center
}
.wizard .wizard-content img {
	max-width:250rem
}
.wizard-page .TurboWrapper {
	position:absolute;
	top:50rem;
	right:0;
	bottom:0;
	left:0
}
.wizard-page .slider-navigation {
	position:absolute;
	z-index:99;
	bottom:10rem;
	left:20rem;
	right:20rem
}
.wizard-skip-link {
	position:absolute;
	z-index:99;
	bottom:10rem;
	right:20rem;
	height:33rem;
	line-height:33rem;
	font-weight:400;
	cursor:pointer;
	font-size:14rem
}
.wizard-skip-link:hover {
	color:#069
}
.dotClass {
	background-color:#DDD;
	margin:5rem 3rem;
	width:20rem;
	height:6rem
}
.tab-item .fix-width .menu-item {
	display:block;
	float:left;
	text-align:center
}
.tab-item .tab-content .content-item {
	display:none
}
.tab-item .tab-content .active {
	display:block
}
.tab-item .tab-menu {
	background-color:#FFF;
	overflow:hidden;
	-webkit-box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1);
	-moz-box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1);
	box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1);
	z-index:99
}
.tab-item .menu-item {
	line-height:40rem
}
.tab-item .menu-item.active {
	border-bottom:solid 2rem #2eb18d;
	color:#2eb18d
}
.tab-item .tab-content {
	padding:10rem
}
.tab-item.fixed-bottom .tab-menu {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	-webkit-box-shadow:0 -1rem 3rem 0 rgba(0,0,0,0.2);
	-moz-box-shadow:0 -1rem 3rem 0 rgba(0,0,0,0.2);
	box-shadow:0 -1rem 3rem 0 rgba(0,0,0,0.2)
}
.tab-item.fixed-bottom .menu-item.active {
	border-bottom:0;
	border-top:solid 2rem #2eb18d;
	background-color:rgba(0,0,0,0.05)
}
.tab-item.fixed-bottom .tab-menu.only-icons .menu-item {
	font-size:18rem
}
.tab-item.fixed-bottom .tab-content {
	padding-bottom:50rem
}
.popup-overlay {
	position:fixed;
	z-index:900;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color:rgba(0,0,0,0.4);
	overflow:auto;
	padding:20rem;
	display:none;
	cursor:pointer
}
.popup-overlay.no-overlay {
	background-color:transparent
}
.popup-overlay .popup-container {
	overflow:hidden;
	background-color:#FFF;
	border-radius:5rem;
	-webkit-box-shadow:0 0 10rem 0 rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 10rem 0 rgba(0,0,0,0.2);
	box-shadow:0 0 10rem 0 rgba(0,0,0,0.2)
}
.popup-overlay .popup-header {
	border-bottom:solid 1rem #EEE;
	background-color:#f4f4f4;
	padding:10rem;
	position:relative
}
.popup-overlay .popup-title {
	margin:0;
	padding:0;
	padding-right:40rem
}
.popup-overlay .popup-close {
	display:block;
	width:24rem;
	height:24rem;
	position:absolute;
	right:10rem;
	top:10rem;
	text-align:center;
	line-height:24rem;
	cursor:pointer
}
.popup-overlay .popup-content {
	padding:10rem;
	min-height:50rem
}
.popup-overlay .popup-footer {
	border-top:solid 1rem #EEE;
	padding:10rem;
	text-align:right
}
.list-box {
	width:100%
}
.list-box .list-item {
	padding:15rem;
	background-color:#FFF;
	display:block;
	-webkit-box-shadow:0 0 3rem 0 rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 3rem 0 rgba(0,0,0,0.2);
	box-shadow:0 0 3rem 0 rgba(0,0,0,0.2);
	overflow:hidden
}
.list-box .list-item .sweet-check {
	float:right
}
.list-box a.list-item:hover,.list-box a.list-item:focus {
	background-color:#f5f6f8!important
}
.list-box a.list-item:hover i,.list-box a.list-item:focus i {
	color:#585858!important
}
.list-box .list-item i {
	font-size:20rem;
	display:inline-block;
	line-height:28rem;
	color:#797979;
	float:left;
	width:36rem
}
.list-box .list-item .list-item-title {
	font-weight:700;
	display:inline-block;
	line-height:28rem;
	float:left;
	font-size:16rem
}
.list-box .list-item .seperate {
	display:inline-block;
	float:left;
	width:1rem;
	height:30rem;
	background-color:#EEE;
	margin-right:10rem
}
.list-box.half-box {
	width:50%;
	float:left
}
.list-box.half-box .list-item {
	padding:20rem;
	text-align:center;
	margin-bottom:10rem
}
.list-box.half-box:nth-child(odd) .list-item {
	margin-right:5rem
}
.list-box.half-box:nth-child(even) .list-item {
	margin-left:5rem
}
.list-box.half-box .list-item i {
	font-size:36rem;
	float:none
}
.list-box.half-box .list-item .list-item-title {
	display:block;
	width:100%;
	font-weight:700;
	font-size:14rem
}
.search-button {
	width:30rem;
	height:30rem;
	text-align:center;
	line-height:30rem;
	cursor:pointer;
	font-size:16rem;
	display:inline-block;
	float:left
}
.clear {
	clear:both
}
.search-form {
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:1000;
	background-color:rgba(255,255,255,0.9);
	overflow:auto;
	display:none
}
.search-form .search-input {
	margin:70rem 20rem 40rem 20rem;
	position:relative
}
.search-form .form-element {
	border:solid 1rem #EEE;
	padding:0 10rem;
	border-radius:3rem;
	-webkit-box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1);
	-moz-box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1);
	box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1);
	border-bottom-width:2rem
}
.search-form .form-element:focus {
	border-bottom-color:#ff7854
}
.search-form .search-input-btn {
	position:absolute;
	width:37rem;
	height:37rem;
	right:1rem;
	top:1rem;
	background-color:#FFF;
	border:0;
	line-height:37rem;
	text-align:center
}
.search-form .search-input-btn:hover,.search-form .search-input-btn:focus {
	color:#ff7854
}
.search-form .recent-search,.search-form .popular-search {
	padding:0 20rem;
	margin-bottom:20rem
}
.search-form .search-tag {
	display:inline-block;
	padding:4rem 12rem;
	background-color:#FFF;
	border:solid 1rem #DDD;
	font-weight:400;
	border-radius:15rem;
	margin:0 5rem 5rem 0
}
.search-form .search-tag:hover,.search-form .search-tag:focus {
	border-color:#2eb18d;
	color:#2eb18d
}
.search-form .search-group-title {
	margin:0;
	padding:0;
	margin-bottom:6rem
}
.search-form .close-search-form {
	position:absolute;
	right:20rem;
	top:20rem;
	display:block;
	width:30rem;
	height:30rem;
	text-align:center;
	line-height:30rem;
	border:solid 1rem #ccc;
	border-radius:3rem;
	cursor:pointer
}
.search-form .close-search-form:focus,.search-form .close-search-form:hover {
	background-color:#ff7854;
	color:#FFF
}
.search-result-header {
	background-color:#FFF;
	margin:-10rem -10rem 10rem -10rem;
	-webkit-box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1);
	-moz-box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1);
	box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1);
	position:relative
}
.search-result-header.fix-searchbar {
	position:fixed;
	top:60rem;
	left:0;
	right:0;
	padding:0 10rem;
	z-index:100
}
.search-result-header.fix-searchbar+.search-result-container {
	padding-top:30rem
}
.search-result-header .form-element {
	padding:0 10rem
}
.search-result-header.fix-searchbar .search-result-btn {
	right:10rem
}
.search-result-header .search-result-btn {
	position:absolute;
	right:0;
	top:0;
	height:38rem;
	width:38rem;
	border:0;
	background-color:#FFF;
	overflow:hidden;
	outline:0;
	cursor:pointer
}
.search-result-header .search-result-btn:focus,.search-result-header .search-result-btn:hover {
	color:#2eb18d
}
.form-divider {
	display:block;
	width:100%;
	clear:both;
	height:10rem;
	margin:10rem 0
}
.form-mini-divider {
	display:block;
	width:100%;
	clear:both;
	height:1rem;
	margin:5rem 0
}
.form-label-divider {
	display:block;
	width:100%;
	clear:both;
	height:1rem;
	background-color:#DDD;
	text-align:center;
	opacity:.5
}
.form-label-divider span {
	position:relative;
	top:-8rem;
	font-weight:700;
	display:inline-block;
	background-color:#F5F6F8;
	padding:0 10rem
}
.post-item {
	width:100%;
	border-radius:3rem;
	background-color:#FFF;
	min-height:100rem;
	-webkit-box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1);
	-moz-box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1);
	box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1)
}
.post-item .post-asset {
	border-top-left-radius:3rem;
	border-top-right-radius:3rem;
	overflow:hidden
}
.post-item .post-asset.image img {
	display:block;
	width:100%
}
.post-item .post-asset.video {
	position:relative;
	padding-bottom:56.25%;
	padding-top:25rem;
	height:0
}
.post-item .post-asset.video iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
.post-item .post-header {
	padding:15rem;
	border-bottom:solid 1rem #EEE
}
.post-item .post-title {
	font-size:18rem;
	padding:0;
	margin:0;
	margin-bottom:4rem;
	color:#333
}
.post-item .post-title a {
	font-size:18rem;
	color:#4c4c4c;
	line-height:18rem
}
.post-item .post-header span {
	font-size:12rem;
	margin-right:10rem;
	opacity:.6
}
.post-item .post-footer {
	padding:10rem 15rem
}
.post-item .post-author {
	display:inline-block
}
.post-item .author-img {
	width:44rem;
	height:44rem;
	display:block;
	float:left;
	overflow:hidden;
	border-radius:50%;
	padding:3rem;
	background:#FFF;
	border:solid 1rem #2eb18d;
	margin-right:10rem
}
.post-item .author-img img {
	width:36rem;
	height:36rem;
	border-radius:50%
}
.post-item .author-name {
	font-size:12rem;
	font-weight:400;
	white-space:nowrap
}
.post-item .author-name b {
	white-space:nowrap;
	display:block;
	font-size:14rem
}
.post-item .post-extra {
	display:inline-block;
	float:right
}
.post-item .post-extra div {
	display:inline-block;
	height:40rem;
	width:40rem;
	text-align:center;
	font-size:24rem;
	cursor:pointer
}
.post-item .post-share {
	position:relative;
	line-height:40rem
}
.post-item .post-share>i {
	cursor:pointer;
	display:block;
	width:40rem;
	height:40rem;
	line-height:40rem
}
.post-item .post-share .social-links {
	position:absolute;
	z-index:10;
	top:0;
	width:auto;
	display:inline-block;
	white-space:nowrap;
	left:-130rem;
	width:130rem;
	border:solid 1rem #EEE;
	border-radius:5rem;
	background:#FFF;
	display:none;
	-webkit-box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1);
	-moz-box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1);
	box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1)
}
.post-item .post-share .social-links a {
	font-size:18rem;
	display:block;
	width:40rem;
	height:40rem;
	text-align:center;
	line-height:40rem;
	position:relative;
	float:left
}
.post-item .post-share .social-links a.share-facebook {
	color:#2C6EBC
}
.post-item .post-share .social-links a.share-twitter {
	color:#1DA1F2
}
.post-item .post-share .social-links a.share-google-plus {
	color:#D24C41
}
.post-detail {
	background:#FFF;
	padding:10rem;
	border-top:solid 1rem #EEE
}
.post-detail p {
	margin:0;
	margin-bottom:10rem
}
.post-detail h1,.post-detail h2,.post-detail h3,.post-detail h4,.post-detail h5 .post-detail h6 {
	font-weight:900
}
.post-comments {
	margin-top:10rem
}
.post-comments ul {
	padding:0;
	list-style:none;
	margin:0;
	padding:0
}
.post-comments ul li {
	display:block;
	width:100%
}
.post-comments>ul>li li {
	padding-left:20rem
}
.post-comments ul li .comment-container {
	background-color:#FFF;
	padding:10rem;
	margin:10rem
}
.post-comments.no-padding {
	margin-top:0
}
.post-comments.no-padding ul li .comment-container {
	margin:0;
	margin-bottom:10rem
}
.post-comments .comment-header {
	position:relative;
	border-bottom:solid 1rem #EEE;
	overflow:hidden;
	padding-bottom:10rem
}
.post-comments .user-image {
	display:block;
	width:38rem;
	height:38rem;
	border:solid 1rem #2eb18d;
	border-radius:50%;
	float:left;
	padding:2rem;
	margin-right:10rem
}
.post-comments .user-image img {
	width:32rem;
	height:32rem;
	border-radius:50%
}
.post-comments .user-name {
	display:inline-block;
	float:left;
	line-height:38rem;
	font-weight:700
}
.post-comments .comment-date {
	display:inline-block;
	position:absolute;
	right:10rem;
	top:10rem;
	font-size:12rem;
	opacity:.6
}
.post-comments .comment-content {
	padding-top:10rem;
	opacity:.7
}
.post-comments .comment-post-link {
	border-bottom:solid 1rem #EEE;
	margin-bottom:10rem;
	padding-bottom:10rem
}
.post-comments .comment-post-link a {
	color:#2eb18d;
	font-weight:700
}
.news-list-item {
	-webkit-box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1);
	-moz-box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1);
	box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1);
	background-color:#FFF;
	border:1rem solid #eee;
	min-height:30rem;
	border-radius:3rem;
	position:relative
}
.news-list-item.v2 {
	padding:10rem;
	border-radius:10rem
}
.news-list-item.no-image .list-content {
	padding-left:10rem;
	height:auto
}
.news-list-item.no-image .list-title {
	height:auto
}
.news-list-item .list-image {
	width:100rem;
	height:100rem;
	position:absolute;
	border-top-left-radius:3rem;
	border-bottom-left-radius:3rem;
	overflow:hidden;
	float:left
}
.news-list-item .list-content {
	height:100rem;
	position:relative;
	padding:10rem 10rem 10rem 110rem
}
.news-list-item .list-category {
	font-size:12rem;
	display:inline-block;
	padding:3rem 10rem;
	color:#FFF;
	border-radius:10rem;
	margin-bottom:6rem
}
.news-list-item .list-title {
	margin:0;
	padding:0;
	font-size:14rem;
	line-height:16rem;
	margin-bottom:5rem
}
.max-w-80 {
	max-width:80%
}
.add-chart {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:20rem;
	width:30rem;
	height:30rem;
	background:#ff7854;
	border-radius:50%;
	line-height:30rem;
	text-align:center;
	color:#fff
}
.news-list-item.v2 .list-title {
	height:initial
}
.news-list-item .list-author,.news-list-item .list-time {
	font-size:12rem;
	opacity:.6
}
.news-list-item.v2 .read-more {
	color:#2eb18d
}
.news-list-item.v2 .list-time {
	margin:5rem 0
}
.news-list-item .list-author {
	font-weight:700
}
.profile-image {
	width:110rem;
	height:110rem;
	padding:5rem;
	border-radius:50%;
	background-color:#FFF;
	display:inline-block;
	-webkit-box-shadow:0 0 5rem 0 rgba(0,0,0,0.1);
	-moz-box-shadow:0 0 5rem 0 rgba(0,0,0,0.1);
	box-shadow:0 0 5rem 0 rgba(0,0,0,0.1);
	position:relative
}
.profile-image .avatar-img {
	border-radius:50%
}
.profile-image .update-btn {
	position:absolute;
	display:block;
	width:32rem;
	height:32rem;
	border-radius:50%;
	-webkit-box-shadow:0 0 3rem 0 rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 3rem 0 rgba(0,0,0,0.2);
	box-shadow:0 0 3rem 0 rgba(0,0,0,0.2);
	background-color:#fff;
	right:0;
	bottom:0;
	text-align:center;
	line-height:32rem
}
.author-item .author-bg {
	width:100%;
	height:auto;
	background:url('../img/avatar-bg.jpg') right center;
	position:relative;
	background-size:cover;
	background-position-y:-50rem
}
.author-item .author-bg-inline {
	width:100%;
	background-color:rgba(14,14,14,0.1);
	padding:60rem 0 20rem 0
}
.author-item .author-avatar {
	border-radius:50%;
	width:120rem;
	height:120rem;
	background-color:rgba(255,255,255,0.2);
	padding:10rem;
	display:block;
	margin:0 auto
}
.author-item .author-avatar img {
	border-radius:50%;
	width:100%;
	height:100%
}
.author-item .author-name {
	display:block;
	text-align:center;
	color:#FFF;
	font-size:18rem;
	font-weight:900;
	margin:0;
	padding:0;
	margin-top:20rem
}
.author-item .author-desc {
	display:block;
	text-align:center;
	color:#333;
	margin:0;
	font-size:14rem
}
.author-item .author-number {
	overflow:hidden;
	color:rgba(255,255,255,0.6);
	text-align:center;
	margin-top:40rem
}
.author-item .author-number>div {
	width:33%;
	float:left
}
.author-item .author-number>div>span {
	display:block;
	font-size:18rem;
	font-weight:400;
	color:#FFF
}
.album-item {
	background-color:#FFF;
	-webkit-box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1);
	-moz-box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1);
	box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1);
	border-radius:3rem;
	margin-bottom:10rem;
	display:block
}
.album-item:focus,.album-item:hover {
	color:#35d9ac
}
.album-item:focus .album-image:before,.album-item:hover .album-image:before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color:rgba(0,0,0,0.4);
	z-index:9
}
.album-item .album-image {
	height:140rem;
	width:100%;
	overflow:hidden;
	border-top-right-radius:3rem;
	border-top-left-radius:3rem;
	position:relative
}
.album-item .album-image img {
	position:absolute;
	top:-9999rem;
	right:-9999rem;
	bottom:-9999rem;
	left:-9999rem;
	margin:auto;
	min-width:100%;
	min-height:100%
}
.album-item .album-info {
	padding:10rem;
	position:relative
}
.album-item .album-title {
	margin:0;
	padding:0
}
.album-item .image-count {
	font-size:12rem;
	opacity:.6;
	float:right;
	position:absolute;
	right:10rem;
	top:10rem
}
.album-item.half-box .album-image {
	height:100rem
}
.album-item.half-box {
	width:49%
}
.album-item.half-box:nth-child(odd) {
	float:left
}
.album-item.half-box:nth-child(even) {
	float:right
}
.album-item.half-box .image-count {
	position:relative;
	display:block;
	float:none;
	top:inherit;
	right:inherit
}
.gallery-item {
	display:block;
	position:relative;
	overflow:hidden;
	height:140rem;
	border-radius:3rem;
	cursor:pointer
}
.gallery-item.half-box {
	width:50%;
	float:left;
	margin-bottom:0
}
.gallery-item img {
	position:absolute;
	top:-9999rem;
	right:-9999rem;
	bottom:-9999rem;
	left:-9999rem;
	margin:auto;
	min-width:100%;
	min-height:100%
}
.gallery-item .image-name {
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	right:0;
	padding:10rem;
	z-index:9;
	color:#FFF;
	background:rgba(135,135,135,0);
	background:-moz-linear-gradient(top,rgba(135,135,135,0) 0,rgba(51,51,51,1) 100%);
	background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(135,135,135,0)),color-stop(100%,rgba(51,51,51,1)));
	background:-webkit-linear-gradient(top,rgba(135,135,135,0) 0,rgba(51,51,51,1) 100%);
	background:-o-linear-gradient(top,rgba(135,135,135,0) 0,rgba(51,51,51,1) 100%);
	background:-ms-linear-gradient(top,rgba(135,135,135,0) 0,rgba(51,51,51,1) 100%);
	background:linear-gradient(to bottom,rgba(135,135,135,0) 0,rgba(51,51,51,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#878787',endColorstr='#333333',GradientType=0)
}
.gallery-item .image-name b {
	position:absolute;
	display:block;
	bottom:10rem;
	left:10rem
}
.gallery-item .image-name i {
	position:absolute;
	font-size:18rem;
	right:10rem;
	bottom:10rem
}
.gallery-item:hover .image-name,.gallery-item:focus .image-name {
	top:0;
	background:rgba(0,0,0,0.4)
}
.map_container {
	position:relative;
	left:0;
	right:0;
	top:-10rem;
	width:100%;
	height:300rem
}
.contact-info {
	background-color:#FFF;
	margin:0 10rem 10rem;
	padding:10rem;
	-webkit-box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1);
	-moz-box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1);
	box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1)
}
.contact-info .address-name {
	margin:6rem 0;
	padding:0
}
.contact-info .contact-stars {
	opacity:.6
}
.contact-info .address {
	padding:0;
	margin:0
}
.contact-short-info {
	background-color:#FFF;
	padding:10rem;
	margin:10rem;
	-webkit-box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1);
	-moz-box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1);
	box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1)
}
.contact-short-info .title {
	margin:0
}
.contact-address {
	background-color:#FFF;
	margin:10rem;
	padding:10rem;
	-webkit-box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1);
	-moz-box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1);
	box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1)
}
.contact-address .contact-item {
	margin-bottom:6rem
}
.contact-address .contact-item i {
	display:inline-block;
	width:20rem
}
.product-two-column{
    overflow: hidden;
}
.product-two-column .product-item {
	display:block;
	width:50%;
	float:left
}
.product-two-column .product-item.v2 {
	display:block;
	width:48%;
	background:#fff;
	float:left;
	border:1rem solid #ddd
}
.product-item.v2>a {
	box-shadow:none
}
.product-item {
	display:block;
	width:100%;
	position:relative
}
.product-item>a {
	display:block;
	background-color:#FFF;
	-webkit-box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1);
	-moz-box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1);
	box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1);
	margin-bottom:10rem;
	border-radius:3rem
}
.product-item .product-title {
	display:block;
	margin:0;
	padding:0;
	font-size:16rem;
	padding:5rem 10rem;
    padding-top: 15rem;
    padding-bottom: 0;
	overflow:hidden;
	/* height:25rem; */
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
	white-space:nowrap;
	color:#525252;
	font-weight:normal;
    text-align: center;
}
.title-main {
	margin:10rem 0;
	font-size:16rem
}
.product-item .product-image {
	display:block;
	width:100%;
	border-top-left-radius:3rem;
	border-top-right-radius:3rem
}
.product-item .product-info {
	display:block;
	padding:0 10rem 0 10rem;
	font-weight:800;
	/* height:35rem */
    text-align: center;
}
.product-item .product-price {
	font-size:16rem;
	line-height:30rem;
    text-align: center;
}
.product-item .add-to-chart {
	border:0;
	border-radius:3rem;
	color:#FFF;
	font-size:12rem;
	line-height:18rem;
	float:right
}
.product-item .old-price {
	opacity:.7;
	margin-left:10rem;
	text-decoration:line-through
}
.product-item .add-to-favorite {
	position:absolute;
	right:15rem;
	top:10rem;
	color:#2eb18d;
	font-size:20rem;
	cursor:pointer
}
.product-viewer .view-item {
	padding:10rem
}
.product-viewer .view-item img {
	display:block;
	margin:0 auto;
	max-width:100%;
	padding:10rem;
	background-color:#FFF;
	-webkit-box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1);
	-moz-box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1);
	box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1)
}
.product-view-title {
	text-align:center;
	margin:0
}
.product-view-price {
	margin:0;
	text-align:center
}
.product-view-price .old-price {
	opacity:.5;
	font-weight:400;
	text-decoration:line-through
}
.cart-btn {
	display:block;
	width:30rem;
	height:30rem;
	line-height:30rem;
	text-align:center;
	background-color:#ececec;
	float:right;
	border:0;
	border-radius:25rem;
	font-size:14rem;
	margin-top:2rem;
	color:#ff7854
}
.product-size {
	margin:10rem auto;
	width:300rem
}
.product-size li {
	list-style-type:none;
	float:left;
	margin:0 10rem
}
.product-size li a {
	text-align:center;
	border-radius:50%;
	border:1rem solid #2eb18d;
	float:left;
	width:50rem;
	height:50rem;
	line-height:50rem;
	color:#2eb18d
}
.product-size li a:hover {
	border:1rem solid #ccc
}
.product-size li.active a {
	background:#2eb18d;
	text-align:center;
	border-radius:50%;
	border:1rem solid #2eb18d;
	float:left;
	width:50rem;
	height:50rem;
	line-height:50rem;
	color:#fff!important
}
.panel {
	padding:10rem;
	background-color:#FFF;
	-webkit-box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1);
	-moz-box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1);
	box-shadow:1rem 1rem 3rem 0 rgba(0,0,0,0.1)
}
.panel .title {
	margin:0;
	padding:0
}
.bouble-link {
	position:fixed;
	z-index:777;
	display:block;
	width:46rem;
	height:46rem;
	border-radius:50%;
	bottom:30rem;
	right:30rem;
	line-height:46rem;
	text-align:center;
	-webkit-box-shadow:2rem 2rem 15rem 0 rgba(0,0,0,0.2);
	-moz-box-shadow:2rem 2rem 15rem 0 rgba(0,0,0,0.2);
	box-shadow:2rem 2rem 15rem 0 rgba(0,0,0,0.2);
	font-size:18rem
}
.sweet-loader {
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:1000000;
	background-color:rgba(255,255,255,0.9);
	display:none;
	opacity:0;
	-webkit-transition:opacity .3s ease-in-out;
	-moz-transition:opacity .3s ease-in-out;
	-o-transition:opacity .3s ease-in-out;
	transition:opacity .3s ease-in-out
}
.sweet-loader.show {
	display:block;
	opacity:1
}
.sweet-loader.show .box {
	width:70rem;
	height:24rem;
	text-align:center;
	position:absolute;
	top:50%;
	margin-top:-12rem;
	left:50%;
	margin-left:-35rem
}
.sweet-loader.show .box>div {
	width:18rem;
	height:18rem;
	background-color:#194191;
	border-radius:100%;
	display:inline-block;
	-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;
	animation:sk-bouncedelay 1.4s infinite ease-in-out both
}
.sweet-loader.show .box .circle1 {
	-webkit-animation-delay:-0.32s;
	animation-delay:-0.32s
}
.sweet-loader.show .box .circle2 {
	-webkit-animation-delay:-0.16s;
	animation-delay:-0.16s
}
@-webkit-keyframes sk-bouncedelay {
	0%,80%,100% {
	-webkit-transform:scale(0)
}
40% {
	-webkit-transform:scale(1.0)
}
}@keyframes sk-bouncedelay {
	0%,80%,100% {
	-webkit-transform:scale(0);
	transform:scale(0)
}
40% {
	-webkit-transform:scale(1.0);
	transform:scale(1.0)
}
}@media screen and (min-width:480rem) {
	body {
	font-size:16rem
}
header {
	padding:10rem 20rem
}
section.container {
	padding:0 20rem
}
nav.menu {
	width:300rem
}
.form-label-divider span {
	top:-10rem
}
.post-detail {
	padding:20rem
}
.search-result-header {
	margin:-10rem -20rem 20rem -20rem
}
.search-result-header .form-element {
	padding:0 20rem
}
.search-result-header .search-result-btn {
	right:10rem
}
h1 .button {
	font-size:16rem
}
}.orange {
	background-color:#2eb18d
}
.red {
	background-color:#F34954
}
.purple {
	background-color:#7A5AAD
}
.turquoise {
	background-color:#30BFBB
}
.green {
	background-color:#27AE61
}
.blue {
	background-color:#2A80BB
}
.yellow {
	background-color:#CCA000
}
.white {
	background-color:#FFF;
	color:#464646
}
.txt-center {
	text-align:center
}
.txt-left {
	text-align:left
}
.txt-right {
	text-align:right
}
.txt-orange {
	color:#2eb18d
}
.txt-red {
	color:#F34954
}
.txt-purple {
	color:#7A5AAD
}
.txt-turquoise {
	color:#30BFBB
}
.txt-green {
	color:#ff7854
}
.txt-blue {
	color:#2A80BB
}
.txt-yellow {
	color:#CCA000
}
.txt-default {
	color:#464646
}
.txt-white {
	color:#FFF
}
.txt-bold {
	font-weight:bold;
	font-weight:700
}
.txt-extra-bold {
	font-weight:bold;
	font-weight:900
}
.txt-normal {
	font-weight:normal;
	font-weight:400
}
.txt-light {
	font-weight:lighter;
	font-weight:300
}
.animated-text {
	text-align:center;
	position:relative
}
.animated-text h1 {
	margin:0;
	padding:0;
	position:relative
}
.animated-text .text1 {
	font-size:24rem;
	display:block
}
.animated-text .text2 {
	font-size:14rem
}
.animated-text .text3 {
	display:block;
	font-size:14rem
}
.animated-text .text4 {
	display:block;
	font-size:36rem
}
.animated-text .text5 {
	display:block;
	font-size:36rem
}
.animated-text .text6 {
	display:block;
	font-size:36rem
}
.animated-text .text7 {
	font-size:14rem;
	display:block;
	margin-top:20rem
}
.block {
	display:block
}
.hide {
	display:none!important
}
.animated {
	display:block!important;
	opacity:1
}
.zero-opacity {
	opacity:0
}
h1 .button {
	font-size:14rem
}
.carousel-caption {
	z-index:1
}
.carousel .item {
	height:400rem;
	background-color:#555
}
.carousel img {
	position:absolute;
	top:0;
	left:0;
	min-height:218rem;
	width:100%
}
.marketing {
	padding-left:15rem;
	padding-right:15rem
}
.marketing .col-lg-4 {
	text-align:center;
	margin-bottom:20rem
}
.marketing h2 {
	font-weight:normal
}
.marketing .col-lg-4 p {
	margin-left:10rem;
	margin-right:10rem
}
.featurette-divider {
	margin:80rem 0
}
.featurette {
	padding-top:120rem;
	overflow:hidden
}
.featurette-image {
	margin-top:-120rem
}
.featurette-image.pull-left {
	margin-right:40rem
}
.featurette-image.pull-right {
	margin-left:40rem
}
.featurette-heading {
	font-size:50rem;
	font-weight:300;
	line-height:1;
	letter-spacing:-1rem
}
@media(min-width:768rem) {
	.marketing {
	padding-left:0;
	padding-right:0
}
.navbar-wrapper {
	margin-top:20rem;
	margin-bottom:-90rem
}
.navbar-wrapper .navbar {
	border-radius:4rem
}
.carousel-caption p {
	margin-bottom:20rem;
	font-size:21rem;
	line-height:1.4
}
}.margin {
	margin-top:0
}
#content-body {
	flex:1;
	min-height:170rem;
	padding-top:10rem;
	padding-bottom:10rem;
	flex-direction:column;
	background:#fff;
	border:1rem solid #e6e6e6;
	margin:10rem 0 10rem 0
}
.round {
	border-radius:19rem;
	background:#f7c558;
	background:-moz-linear-gradient(top,#f7c558 0,#e26f25 100%);
	background:-webkit-linear-gradient(top,#f7c558 0,#e26f25 100%);
	background:linear-gradient(to bottom,#f7c558 0,#e26f25 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7c558',endColorstr='#e26f25',GradientType=0);
	padding:15rem
}
.app {
	background:#f76b71;
	background:-moz-linear-gradient(top,#f76b71 1%,#de2125 100%);
	background:-webkit-linear-gradient(top,#f76b71 1%,#de2125 100%);
	background:linear-gradient(to bottom,#f76b71 1%,#de2125 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f76b71',endColorstr='#de2125',GradientType=0);
	border-radius:19rem;
	padding:15rem
}
.hot {
	background:#70b2fe;
	background:-moz-linear-gradient(top,#70b2fe 0,#3378f7 100%);
	background:-webkit-linear-gradient(top,#70b2fe 0,#3378f7 100%);
	background:linear-gradient(to bottom,#70b2fe 0,#3378f7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#70b2fe',endColorstr='#3378f7',GradientType=0);
	border-radius:19rem;
	padding:15rem
}
.vip {
	background:#9f6dfe;
	background:-moz-linear-gradient(top,#9f6dfe 0,#6a1ff4 100%);
	background:-webkit-linear-gradient(top,#9f6dfe 0,#6a1ff4 100%);
	background:linear-gradient(to bottom,#9f6dfe 0,#6a1ff4 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f6dfe',endColorstr='#6a1ff4',GradientType=0);
	border-radius:19rem;
	padding:15rem
}
.brands {
	background:#7ff0f1;
	background:-moz-linear-gradient(top,#7ff0f1 0,#39b4fe 100%);
	background:-webkit-linear-gradient(top,#7ff0f1 0,#39b4fe 100%);
	background:linear-gradient(to bottom,#7ff0f1 0,#39b4fe 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ff0f1',endColorstr='#39b4fe',GradientType=0);
	border-radius:19rem;
	padding:15rem
}
.flash {
	background:#c5f493;
	background:-moz-linear-gradient(top,#c5f493 0,#97ea3b 100%);
	background:-webkit-linear-gradient(top,#c5f493 0,#97ea3b 100%);
	background:linear-gradient(to bottom,#c5f493 0,#97ea3b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5f493',endColorstr='#97ea3b',GradientType=0);
	border-radius:19rem;
	padding:15rem
}
.content-row {
	display:flex;
	flex:1
}
.content-col {
	padding:7rem;
	width:33.33%;
	text-align:center;
	padding-right:17rem;
	font-size:14rem;
	float:left;
	clear:both
}
.content-col:last-child {
	border-right:0
}
.content-row:last-child {
	border-bottom:0
}
.content-col>i {
	width:55rem;
	font-size:25rem;
	color:#fff;
	margin-bottom:10rem
}
.content-col span {
	display:block
}
footer {
	padding:30rem 0 8rem;
	text-align:center;
	background-color:#222429;
    margin-top: 40rem;
}
footer ul {
	padding:0;
	margin:0;
	border-bottom:1rem solid #eee;
	padding-bottom:20rem;
	margin-bottom:18rem
}
footer ul li {
	display:inline-block;
	margin:2rem 4rem
}
footer ul li a i {
	background:#f7f7f7;
	width:35rem;
	height:35rem;
	line-height:35rem!important;
	border-radius:50%
}
.baisec{
    color: #fff;
}
.p0{
    padding: 0 !important;
}
.shouyetab{
    bottom: 32rem !important;
}
.wizard{
    position: static;
}
.wizard-page1{
    margin-top:0 ;
}
.wizard-page1 .TurboWrapper{
    position: relative;
}
.wizard-page .TurboWrapper{
    top: 0;
}
.mt0{
    margin-top: 0 !important;
}
.menu-item{
    color: #999;
}
.tab-item .menu-item.active{
    border-bottom: solid 2px #dbc7ac;
    color: #194191;
    /* font-size: 20rem; */
    transition: all .6s;
}
.tab-item .tab-menu1{
    box-shadow: none;
}
.heiseb{
    background: #000;
    margin-top: 40rem;
}
.lanse{
    background: #194191;
}
.c-wrapper{
    overflow: hidden;
}
.ptb30{
    padding: 30rem 0;
}
.erweima {
    text-align: center;
}
.erweima img{
    display: inline-block;
    margin: 0 10rem;
    width: 100rem;
    height: 100rem;
}
footer *{
    color: #fff;
}
.banner-content1{
    position: static;
    max-width: 100%;
}
.banner-content1 .banner-head{
    font-size: 16rem;
    font-weight: 500;
}
.banner-content1 .c-btn{
    font-size: 16rem;
}
.mingyan{
    height: 250rem;
    margin-top: 40rem !important;
}
.hengfu h1{
    font-size: 18rem;
    color: #fff;
    text-align: center;

}
.hengfu{
    padding: 40rem 10rem;
    margin-top: 30rem;
}
.txr{
    font-size: 16rem;
    color: #fff;
    text-align: center;
    margin-bottom: 30rem;
   
}
.ic{
    display: flex;
    justify-content: space-around;
}
.ic a{
    width: 30%;
}
.ic a img{
    width: 60rem;
    display: block;
    margin: auto;
}
.ic a span{
    font-size: 16rem;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 500;
    margin-top: 10rem;
}
.banner{
    height: 200rem;
    display: flex;
    justify-content: center;
    align-items: center;

}
.banner h3{
    color: #fff;
    font-size: 22rem;
    margin-top: 60rem;
}
.mt30{
    margin-top: 30rem;
}
.mb20{
    margin-bottom: 20rem;
}
.panel ul{
    padding: 0 10rem;
}
.panel ul li{
    margin-bottom: 10rem;
}
.search-pagination{text-align: center;}
.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px;}
.pagination>li{display:inline;}
.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857;text-decoration:none;color:#194191;background-color:#fff;border:1px solid #ddd;margin-left:-1px;}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px;}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px;}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd;}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;background-color:#194191;border-color:#194191;cursor:default;}
.banner{
	background-size: cover !important;
}