* {
	margin: 0;
	padding: 0;
}

.app-container {
	height: 100vh;
	width: 100vw;
}

.header {
	height: 80px;
	line-height: 50px;
	background: #0a2140;
}

.main {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
}

.page01 {
	width: 100%;
	background: url("../img/homes.jpg") no-repeat;
	background-size: 100% 100%;
	color: #FFFFFF;
	padding: 100px 0;
}

.page01-left-item01 {
	margin: 80px 40px 40px 0;
}

.page01-left-item03 {
	margin: 40px 80px 40px 0;
}

.carousel-item {
	width: 100%;
	height: 460px;
}

.img {
	width: 100%;
	height: 100%;
	border-radius: 7px;
}

.page02 {
	background: #fff;
	padding: 30px 0;
}

.page02-title {
	color: #545197;
	line-height: 80px;
}

.bi-terminal {
	color: #007bff;
}

.page03 {
	background: #f7f7f7;
	/* background: #fff; */
}

.card-footer{
	background: #fff;
}

.card1{
	/* border-left: 1px solid #81baf0; */
}

.vip-name {
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	width: 60%;
	margin: 0 19%;
}

.sale-price {
	color: rgb(119, 113, 113);
}

.card-pub1 {
	background: -webkit-linear-gradient(left, #81baf0, #2691f5);
}

.card-pub2 {
	background: -webkit-linear-gradient(left, #af9ae9, #8661ee);
}

.card-pub3 {
	background: -webkit-linear-gradient(left, #75e9ab, #10e774);
}

.card-pub4 {
	background: -webkit-linear-gradient(left, #81baf0, #2691f5);
}

.btns1{
	width: 100%;
	background: -webkit-linear-gradient(left, #81baf0, #2691f5);
}

.btns2{
	width: 100%;
	background: -webkit-linear-gradient(left, #af9ae9, #8661ee);
}

.btns3{
	width: 100%;
	background: -webkit-linear-gradient(left, #75e9ab, #10e774);
}

.btns4{
	width: 100%;
	background: -webkit-linear-gradient(left, #81baf0, #2691f5);
}

.money {
	position: relative;
}

.money-icon {
	position: absolute;
}

.money-text {
	margin-left: 50px;
}

.footer {
	background: #383838;
}

.footer-item {
	list-style: none;
}

.footer-item>li {
	line-height: 40px;
	color: #cccccc;
}

.footer-item-a{
	 /* text-decoration:none; */
	 color: #cccccc !important;
}

.footer-bott {
	background: #282828;
}

#top {
	position: fixed;
	right: 50px;
	bottom: 200px;
	cursor: pointer;
}

.md-item {
	display: none;
}

.decoration-none:hover {
	text-decoration: none;
}

.roll-y {
	background: #0a2140;
}

.rolls-y {
	background: #0a2140;
	margin: 0;
	padding: 0;
}


@media screen and (min-width: 540px) {
	.page02-s {
		height: 305px;
	}
}

@media screen and (min-width:1200px) and (max-width:1360px){
    .page03-money {
    	width: 90% !important;
    }
}

.breadcrumb{
	position: fixed;
	top: 80px;
	left: 0;
	right: 0;
}