@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/MaterialIcons-Regular.eot);
	/* For IE6-8 */
	src: local('Material Icons'),
		local('MaterialIcons-Regular'),
		url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
		url(../fonts/MaterialIcons-Regular.woff) format('woff'),
		url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

body {
	font-family: "微软雅黑";
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	/* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';
}

@font-face {
	font-family: 'Framework7 Icons';
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/Framework7Icons-Regular.eot");
	src: url("../fonts/Framework7Icons-Regular.woff2") format("woff2"),
		url("../fonts/Framework7Icons-Regular.woff") format("woff"),
		url("../fonts/Framework7Icons-Regular.ttf") format("truetype");
}

.f7-icons {
	font-family: 'Framework7 Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 25px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	font-feature-settings: "liga";
	text-align: center;
}

.demo-list-icon,
.icon-f7 {
	background: #ccc;
	display: block;
	position: relative;
}

.theme-dark .demo-list-icon {
	background-color: #555;
}

.icon-f7 {
	background: url(../img/f7-icon.png) no-repeat center;
	background-size: cover;
}

.icon-vi {
	background: url(../img/vi-icon.png) no-repeat center;
	background-size: cover;
}

.ios .demo-list-icon,
.ios .icon-f7,
.ios .icon-vi {
	width: 29px;
	height: 29px;
	border-radius: 6px;
	box-sizing: border-box;
}

.md .demo-list-icon,
.md .icon-f7,
.md .icon-vi {
	width: 24px;
	height: 24px;
	border-radius: 4px;
}

/* Lazy Demo */
img.demo-lazy {
	display: block;
	width: 100%;
	height: auto;
}

div.demo-lazy {
	background: #aaa;
	-webkit-background-size: cover;
	background-size: cover;
	height: 300px;
	height: 60vw;
}

/* Tab Bar */
.ios .tabbar .tab-link:not(.tab-link-active) .icon-fill {
	display: none;
}

.ios .tabbar .tab-link.tab-link-active .icon:not(.icon-fill) {
	display: none;
}

/* FAB Morph */
.demo-fab-sheet {
	position: absolute;
	left: 16px;
	bottom: 80px;
	width: 140px;
	background: #fff;
	box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.4);
	border-radius: 5px;
	z-index: 1600;
	margin: 0 !important;
}

.ios .demo-fab-sheet {
	bottom: 15px;
}

.md .demo-fab-sheet {
	bottom: 16px;
}

.demo-fab-fullscreen-sheet {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 64px;
	bottom: 0;
	background: #fff;
	z-index: 1600;
	border-radius: 5px 5px 0 0;
	box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.4);
	overflow: hidden;
}

@media (min-width: 768px) {
	.demo-fab-fullscreen-sheet {
		left: 20%;
		width: 60%;
		right: auto;
		height: 80%;
		top: auto;
	}
}

.demo-fab-fullscreen-sheet .page {
	background: #fff;
}

/* Demo Messagebar */
.ios a.demo-send-message-link i {
	font-size: 26px;
}

.ios .messagebar:not(.messagebar-with-value):not(.messagebar-attachments-visible) a.demo-send-message-link {
	pointer-events: none;
	color: #8e8e8e;
}

.md .messagebar:not(.messagebar-with-value):not(.messagebar-attachments-visible) a.demo-send-message-link {
	pointer-events: none;
	opacity: 0.5;
}

/* Grid demo */
.grid-demo div[class*="col"] {
	background: #fff;
	text-align: center;
	color: #000;
	border: 1px solid #ddd;
	padding: 5px;
	margin-bottom: 15px;
	font-size: 12px;
}

.theme-dark .grid-demo div[class*="col"] {
	background-color: #000;
	color: #fff;
	border-color: #444;
}

/* Cards Demo */
.demo-card-header-pic .card-header {
	height: 40vw;
	background-size: cover;
	background-position: center;
	color: #fff;
}

.demo-card-header-pic .card-content-padding .date {
	color: #8e8e93;
}

.demo-facebook-card .card-header {
	display: block;
	padding: 10px;
}

.demo-facebook-card .demo-facebook-avatar {
	float: left;
}

.demo-facebook-card .demo-facebook-name {
	margin-left: 44px;
	font-size: 14px;
	font-weight: 500;
}

.demo-facebook-card .demo-facebook-date {
	margin-left: 44px;
	font-size: 13px;
	color: #8e8e93;
}

.demo-facebook-card .card-footer {
	background: #fafafa;
}

.theme-dark .demo-facebook-card .card-footer {
	background-color: transparent;
}

.demo-facebook-card .card-footer a {
	color: #81848b;
	font-weight: 500;
}

.demo-facebook-card .card-content img {
	display: block;
}

.demo-facebook-card .card-content-padding {
	padding: 15px 10px;
}

.demo-facebook-card .card-content-padding .likes {
	color: #8e8e93;
}

/* Panels Demo */
.ios .panel-right.panel-active~.view-main:after,
.ios .panel-right.panel-closing~.view-main:after {
	content: '';
	height: 100%;
	width: 1px;
	position: absolute;
	right: 0;
	top: 0;
	background: #ddd;
	z-index: 1000;
}

.ios .theme-dark .panel-right.panel-active~.view-main:after,
.ios .theme-dark .panel-right.panel-closing~.view-main:after {
	background: #282828;
}

.ios .panel-left:after {
	content: '';
	height: 100%;
	width: 1px;
	position: absolute;
	right: 0;
	top: 0;
	background: #ddd;
	z-index: 1000;
}

.ios .theme-dark .panel-left:after {
	background: #282828;
}

/* Swipers Demo */
.demo-swiper {
	width: 100%;
	height: 100%;
}

.demo-swiper .swiper-slide,
.demo-swiper-multiple .swiper-slide {
	font-size: 25px;
	font-weight: 300;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background: #fff;
	color: #000;
}

.demo-swiper-multiple .swiper-slide {
	box-sizing: border-box;
	border: 1px solid #ccc;
	background: #fff;
}

.demo-swiper-multiple {
	margin: 0px 0 35px;
	font-size: 18px;
	height: 120px;
}

.demo-swiper-multiple.demo-swiper-multiple-auto .swiper-slide {
	width: 85%;
}

.demo-swiper-multiple.demo-swiper-multiple-auto .swiper-slide:nth-child(2n) {
	width: 70%;
}

.demo-swiper-multiple.demo-swiper-multiple-auto .swiper-slide:nth-child(3n) {
	width: 30%;
}

.demo-swiper-custom {
	height: 100%;
}

.demo-swiper-custom .swiper-container {
	background: #000;
	height: 100%;
}

.demo-swiper-custom .swiper-slide {
	background-size: cover;
	background-position: center;
}

.demo-swiper-custom .swiper-pagination .swiper-pagination-bullet {
	cursor: pointer;
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, 0);
	opacity: 1;
	border-radius: 0;
	transition: 200ms;
	position: relative;
	transform: scale(0.9);
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.8);
}

.demo-swiper-custom .swiper-pagination .swiper-pagination-bullet-active {
	z-index: 1;
	border: 1px solid #007aff;
	transform: scale(1.4);
}

.demo-swiper-cube {
	width: 80%;
	height: 70%;
	top: 15%;
}

.demo-swiper-coverflow {
	height: 60%;
	top: 20%;
}

.demo-swiper-coverflow .swiper-slide {
	width: 65%;
}

.demo-swiper-cube .swiper-slide,
.demo-swiper-coverflow .swiper-slide {
	background-size: cover;
	color: #fff;
	-webkit-backface-visibility: hidden;
}

.demo-swiper-fade .swiper-slide {
	background-size: cover;
	background-position: center;
}

.demo-swiper-gallery-top {
	height: 70%;
}

.demo-swiper-gallery-thumbs {
	margin-top: 10px;
	height: 20%;
	height: -webkit-calc(30% - 20px);
	height: -moz-calc(30% - 20px);
	height: -ms-calc(30% - 20px);
	height: calc(30% - 20px);
}

.demo-swiper-gallery-thumbs .swiper-slide {
	width: 25%;
}

.demo-swiper-gallery-thumbs .swiper-slide-pic {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.35;
	transition: 300ms;
}

.demo-swiper-gallery-thumbs .swiper-slide-active .swiper-slide-pic {
	opacity: 1;
}

.demo-swiper-gallery-top .swiper-slide,
.demo-swiper-gallery-thumbs .swiper-slide-pic {
	background-size: cover;
	background-position: center;
}

.demo-swiper-parallax {
	height: 100%;
}

.demo-swiper-parallax .swiper-parallax-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 130%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}

.demo-swiper-parallax .swiper-slide {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 60px;
	color: #fff;
}

.demo-swiper-parallax .swiper-slide-title {
	font-size: 41px;
	font-weight: 300;
}

.demo-swiper-parallax .swiper-slide-subtitle {
	font-size: 21px;
}

.demo-swiper-parallax .swiper-slide-text {
	font-size: 14px;
	max-width: 400px;
	line-height: 1.3;
}

.demo-swiper-lazy {
	height: 100%;
}

.demo-swiper-lazy .swiper-slide {
	position: relative;
}

.demo-swiper-lazy .swiper-slide img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* Icons Demo */
code {
	background: #f3f3f3;
	padding: 5px;
	font-size: 12px;
}

.theme-dark code {
	background: #000;
}

.demo-icon {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #333;
}

.theme-dark .demo-icon {
	color: #fff;
}

.demo-icon .demo-icon-name {
	margin-top: 5px;
	font-size: 11px;
	color: #666;
}

.theme-dark .demo-icon .demo-icon-name {
	color: #aaa;
}

.elevation-demo {
	height: 100px;
	margin: 30px 10px;
	background: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 100px;
}

.page-content {
	background-color: #f9f9f9;
}

.toast-text {
	text-align: center;
	width: 100%;
}

@keyframes circle-opacity {
	from {
		transform: scale(0);
		box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
		background: rgba(255, 255, 255, 0.5);
	}

	to {
		transform: scale(1);
		box-shadow: 0 0 0 0px rgba(255, 255, 255, 0);
		background: rgba(255, 255, 255, 0);
	}
}

/*首页*/
.index .page-content {
	margin-top: 56px;
	padding-top: 0 !important;
}

.navbar .navbar-inner .left {
	position: absolute;
	left: 0;
	z-index: 100;
}

.navbar .navbar-inner .right {
	position: absolute;
	right: 0;
	z-index: 100;
}

.navbar .navbar-inner .title {
	margin: 0 auto;
}

.scan-content {
	height: 70%;
	background-color: #4caf50;
}

.zindex0 {
	z-index: 0;
}

.comp-content {
	margin: 0 5%;
	height: 35%;
	position: absolute;
	bottom: 10%;
	width: 90%;
	background-color: #ffffff;
	border-radius: 5px;
}

.comp-content .row {
	height: 100%;
}

.comp-content .row .comp-cell {
	height: 50%;
	padding: 20px;
	position: relative;
	text-align: center;
}

.comp-content .row .comp-cell a {
	display: block;
	width: calc(100% - 40px);
	position: absolute;
	top: 50%;
	margin-top: -22.5px;
}

.scan-content {
	text-align: center;
	position: relative;
}

.scan-content .fab>a {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	background-color: #DDDDDD !important;
}

.scan-text {
	color: #ffffff;
	font-size: 18px;
	font-weight: bolder;
	top: 60%;
	position: absolute;
	width: 100%;
}

.scan-device {
	color: #ffffff;
	font-size: 13px;
	top: 40%;
	position: absolute;
	width: 100%;
}

.scan-device .charge-time {
	color: #ff9800;
}

.scan-device .charge-total-time {
	color: #ffffff;
}

.scan-ready {
	display: none;
}

.scan-after {
	display: none;
}

.dot {
	position: absolute;
	left: 50%;
	top: 25%;
	margin-left: -120px;
	margin-top: -120px;
	height: 240px;
	width: 240px;
}

.dot2 {
	height: 100%;
	width: 100%;
	border-radius: 100%;
	position: absolute;
}

.dot3 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	height: 80px;
	width: 80px;
}

.dot .dot2:first-child {
	animation: circle-opacity 2s infinite;
}

.dot .dot2:nth-child(2) {
	animation: circle-opacity 2s infinite;
	animation-delay: .5s;
}

.dot .dot2:nth-child(3) {
	animation: circle-opacity 2s infinite;
	animation-delay: 1s;
}

.dot .dot2:nth-child(4) {
	animation: circle-opacity 2s infinite;
	animation-delay: 1.5s;
}

.dot .dot2:nth-child(5) {
	animation: circle-opacity 2s infinite;
	animation-delay: 2s;
}

.margin-top0 {
	margin-top: 0 !important;
}

.circle-sm {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}

.circle-md {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}

.circle-lg {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
}

.circle-sm i {
	font-size: 20px;
}

.charge-container {
	position: absolute;
	width: 100px;
	height: 100px;
	border: 5px solid #76daff;
	left: 50%;
	top: 25%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	overflow: hidden;
}

.charge-wave {
	position: relative;
	width: 100px;
	height: 100px;
	background-color: #76daff;
	border-radius: 50%;
}

.charge-wave::before,
.charge-wave::after {
	content: "";
	position: absolute;
	width: 200px;
	height: 200px;
	top: 0;
	left: 50%;
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 45%;
	transform: translate(-50%, -70%) rotate(0);
	animation: wave_rotate 6s linear infinite;
	z-index: 10;
}

.charge-wave::after {
	border-radius: 47%;
	background-color: rgba(255, 255, 255, 0.9);
	transform: translate(-50%, -70%) rotate(0);
	animation: wave_rotate 10s linear -5s infinite;
	z-index: 20;
}

@keyframes wave_rotate {
	50% {
		transform: translate(-50%, -83%) rotate(180deg);
	}

	100% {
		transform: translate(-50%, -70%) rotate(360deg);
	}
}

.charge-wave span {
	color: #4caf50;
	font-size: 18px;
	font-weight: bolder;
	position: absolute;
	top: 45px;
	width: 100%;
	left: 0;
	z-index: 200;
}

.charge-stop-btn {
	padding: 30px;
}

.charge-stop-btn button {
	border: 2px solid #fff !important;
	font-weight: bolder;
}

/*列表*/
.msg .item-title>span {
	line-height: 30px;
	display: inline-block;
	height: 30px;
	font-weight: bolder;
	color: #000000;
	margin-left: 5px;
}

.msg .item-text {
	margin-top: 8px;
}

.noexist {
	text-align: center;
}

.noexist img {
	width: 40%;
	margin-bottom: 20px;
}

.noexist-text,
.nomore {
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
	margin-bottom: 20px;
	margin-top: -10px;
}

.badge.point {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	padding: 0;
	margin-left: 0;
}

/*个人中心*/
.user-logo-bg {
	position: relative;
	align-items: center;
	height: 150px;
	background-color: #ffffff;
	overflow: hidden;
}

.user-logo-bg:before,
.user-logo-bg:after {
	content: "";
	position: absolute;
	left: 50%;
	min-width: 300vw;
	min-height: 300vw;
	background-color: #4caf50;
	animation-name: rotate;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.user-logo-bg:before {
	bottom: 15vh;
	border-radius: 45%;
	animation-duration: 10s;
}

.user-logo-bg:after {
	bottom: 12vh;
	opacity: .5;
	border-radius: 47%;
	animation-duration: 10s;
}

@keyframes rotate {
	0% {
		transform: translate(-50%, 0) rotateZ(0deg);
	}

	50% {
		transform: translate(-50%, -2%) rotateZ(180deg);
	}

	100% {
		transform: translate(-50%, 0%) rotateZ(360deg);
	}
}

.user-logo {
	width: 80px;
	height: 80px;
	border-radius: 40px;
	position: absolute;
	top: 35px;
	left: 50%;
	margin-left: -40px;
	z-index: 20;
}

.user-logo img {
	width: 100%;
	border-radius: 100%;
}

.user-logo-bg h1 {
	position: absolute;
	top: 120px;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 18px;
}

.user-setting ul li i {
	font-size: 20px;
}

.user-setting ul li span {
	position: absolute;
	left: 40px
}

/* 导航栏 */
.md .navbar {
	background-color: #FFFFFF;
	border: 0;
	height: 100px;
	box-shadow: none;
}

.md .navbar:after {
	height: 0;
}

.container-fluid {
	width: 80%;
	margin: auto;
}

/*.navbar-nav .home{
	left:-250px;
}
.navbar-nav .aboutus{
	left:-200px;
}
.navbar-nav .business{
	left:-150px;
}
.navbar-nav .financial{
	left:-100px;
}
@media screen and (max-width: 1200px) {
	.navbar-nav .home{
		left:-110px;
	}
	.navbar-nav .aboutus{
		left:-85px;
	}
	.navbar-nav .business{
		left:-60px;
	}
	.navbar-nav .financial{
		left:-35px;
	}
} 
@media screen and (max-width: 996px) {
	.navbar-nav .home{
		left:0;
	}
	.navbar-nav .aboutus{
		left:0;
	}
	.navbar-nav .business{
		left:0;
	}
	.navbar-nav .financial{
		left:0;
	}
} 

*/
.navbar-nav {
	margin-right: 30px;
}

.navbar-nav>li>a {
	line-height: 35px;
	font-size: 16px;
	color: #000000 !important;
	font-family: 'Myriad Pro Semibold';
}

.navbar-nav>.active>a {
	background-color: transparent !important;
	color: #ec6608 !important;
}

.navbar-nav>li:hover>a {
	color: #ea5b0c !important;
	font-family: 'Myriad Pro Semibold';
	border-bottom: 2px solid #ea5b0c;
}

.menu.align-self-end > li {
	display: inline-block;
	float: none;
	margin: 0 10px;
}

.navbar-right {
	padding: 0px 15px;
}

.navbar-right>div {
	padding: 0;
	display: inline-block;
}

.navbar-right>div>a {
	font-size: 16px;
	line-height: 40px;
	padding: 15px 0.5rem;
	color: #000000;
}

.vline {
	width: 1px;
	height: 18px;
	background-color: #707070;
	display: inline-block;
	vertical-align: middle;
}

.navbar {
	margin: 0;
}

.navbar-brand>img {
	height: 60px;
}

.view {
	position: relative !important;
}

body {
	overflow-y: auto !important;
}
.contatinercontrol{
	padding:0;
}
@media screen and (max-width: 1000px) {
	.contatinercontrol{
		max-width:100% !important;
		
	}
}
@font-face {
	font-family: 'Myriad Pro Semibold';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Semibold'), url('../fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
}

@font-face {
	font-family: 'Myriad Pro Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Bold'), url('../fonts/MYRIADPRO-BOLD.woff') format('woff');
}

@font-face {
	font-family: 'Myriad Pro Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Myriad Pro Regular'), url('../fonts/MYRIADPRO-REGULAR.woff') format('woff');
}

.nav>li>a {
	padding: 0px;
}

.dropdown {
	position: relative;
}

.dropdown:hover>.dropdown-menu {
	display: block;
}

.dropdown-menu {
	padding: 3px 10px !important;
	right: 0;
	left: auto;
}

.dropdown>li {
	padding: 3px 0;
}

.dropdown-menu > li > a {
	color: #575756;
	font-family: 'Myriad Pro Semibold';
	text-align: center;
	line-height: 3rem;
	font-size: 16px;
	padding: 3px 0 !important;
}

.dropdown-menu>li:hover {
	background-color: #d1dce3;
}

.dropdown-menu>li:hover>a {
	color: #ffffff;
	background-color: #d1dce3;
	font-family: 'Myriad Pro Semibold';
}

.navbar-right>.active>a {
	color: #ec6608;
}

.navbar-right>div:hover>a {
	color: #ec6608;
}

.dropdown-menu>div>a {
	color: #575756;
	font-family: 'Myriad Pro Semibold';
	text-align: right;
}

.share-menu {
	right: 0 !important;
	left: unset !important;
}

@media screen and (max-width: 1000px) {
	.share-menu {
		right: 0 !important;
		left: unset !important;
	}
}   
.share-menu>li {
	padding: 0 1rem;
}

.share-menu>li>a {
	line-height: 3rem;
}

.share-menu>li>a>.glyphicon-save {
	margin-right: 1rem;
}

.line>a {
	border-bottom: 1px solid #ec6608;
}

.share-menu>div {
	line-height: 5rem;
	text-align: center;
	padding: 0 1rem;
	font-family: 'Myriad Pro Semibold';
}

.share-menu>div>span {
	vertical-align: sub;
	font-weight: bold;
}

.share-menu>div>a {
	margin-left: 2rem;
}

.footer>p>a {
	color: #333;
}
.dropdown-toggle::after {
	display: none !important;
	content: '';
}

@media screen and (max-width: 1100px) {
	.carousel-control.right {
		right:-9rem !important;
	}
	.carousel-control.left {
		left:-9rem !important;
	}
}
.footer {
	text-align: center;
	padding: 0 0 15px 0;
	visibility: visible; 
}

.footer>p {
	margin: 5rem 0 0 0;
}
.navbar {
	background-color: #FFFFFF;
	font-size: 1rem;
	border: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	padding: 30px 0px 0px 0px;
}

.navbar-nav {
	width: auto;
	display: inline-block;
}
@media screen and (max-width: 1000px) {
	.dropdown-menu {
		right: auto;
		left: 0;
	}
	.menu>li{
		display: block;
	}

	#navbar-collapse-menu {
		float: right;
		width: 100%;
		background-color: white;
		border: 1px solid #999;
		padding-left: 0;
		padding-right: 0;
		position: fixed;
		left: 2.5%;
		top: 80px;
	}
	.bottom-up-btn {
		right: 1rem !important;
	}
}
.nav.navbar-nav.menu.mr-0, #navbar-collapse-menu {
	width: 100%;
	padding:10px 0;
}
.bottom-up-btn {
	position: fixed;
	bottom: 7rem;
	right: 10rem;
	display: none;
}
.bottom-up-btn>img{
	width:67%;
}
.resize {
	width: 1000px !important;
	height: auto !important;
	left: 0 !important;
	margin: auto;
	position: relative !important;
}
.bg-color-white{
	background-color: #ffffff;
}
.margin-top-sm {
	margin-top: 10rem !important;
}
@media screen and (min-width: 1000px) {
    .main-page {
        transform: scale(1) !important;
        width:100% !important;
    }
}
.fadeIn {
	animation-duration: 1s;
}
.menu>li:nth-child(3):hover>a{
	color:#9f6526 !important;
	border-bottom: 2px solid #9f6526;
}
.menu>li:nth-child(4):hover>a{
	color:#0094bf !important;
	border-bottom: 2px solid #0094bf;
}
.wh_113x150{
	width:100% !important;
}
@media screen and (max-width:1000px) {
	#navbar-collapse-menu {
		padding: 10px 0;
	}
}

@media screen and (max-width: 768px) {
	.margin-top-sm {
		margin-top: 5rem !important;
		text-align: center;
	}

	#navbar .row.mx-auto {
		width: 100% !important;
	}

	.dropdown:hover > .dropdown-menu {
		top: 100%;
		left: 0;
		z-index: 1000;
		float: left;
		min-width: 10rem;
		padding: .5rem 0;
		margin: .125rem 0 0;
		font-size: 1rem;
		color: #212529;
		text-align: left;
		list-style: none;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid rgba(0,0,0,.15);
		border-radius: .25rem;
		position: absolute;
		width: 100%;
	}
	.share-menu, .business .dropdown-menu, .aboutus .dropdown-menu {
		background-color: white !important;
		border: 1px solid #999 !important;
	}
		.share-menu{
			position:absolute !important;
		}

	.business .dropdown-menu, .aboutus .dropdown-menu {
		width: 100% !important;
		position: static !important;
	}

	.share-menu li a {
		padding: 10px 0;
	}
	
}