body,html{
	background-color: #fff;
	height: 100%;
	min-height: 800px;
}
body{
	overflow: auto;
}
/* .v-hidden{
	display: none;
} */
.v-demo{
	width: 100%;
	height: 100%;
	min-width: 1200px;
	min-height: 800px;
}
.reserve-left-bg {
	background: url(../images/reserve-bg.jpg) no-repeat center center;
	background-size: cover;
}
.v-demo .half-container{
	width: 50%;
	height: 100%;
	min-height: 800px;
	display: inline-block;
	position: relative;
	text-align: center;
}
.v-demo .half-container-left{
	width: 540px;
	height: 530px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
}
.v-demo p{
	color: #fff;
}
.v-demo .container-left-title{
	font-size: 32px;
}
.v-demo .container-left-summary{
	font-size: 14px;
	padding-top: 6px;
}
.v-demo .reserve-img{
	display: block;
	width: 80px;
	margin: 40px auto 0;
}
.v-demo .container-left-tag{
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}
.v-demo .reserve-logo{
	display: block;
	position: absolute;
	top: 15px;
	left: 50px;
	z-index: 1;
	width: 126px;
}
.v-demo .v-demo-content{
	width: 340px;
	height: 505px;
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	margin: auto 0 auto -170px;
	text-align: left;
	font-size: 22px;
}
.v-demo .v-welcoming{
	font-size: 32px;
	color: #000;
	opacity: 0.8;
}
.v-demo .input-form{
	width: 100%;
	position: relative;
	margin-top: -15px;
}
.v-demo .input-form input{
	color:rgba(0,0,0,0.8);
	width: 100%;
	border: none;
	height: 32px;
	line-height: 32px;
	background-color: #fff;
}
.v-demo .input-form p{
	font-size: 13px;
	color: #999;
	margin-top: 15px;
}
.v-demo .input-form p a{
	color: #1E89E4;
}
.v-demo .input-form p.v-error{
	position: absolute;
	right: 0;
	top: 20px;
	text-align: right;
	color: #E60013;
}
.v-demo .input-form ul{
	position: absolute;
	width: 100%;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 10px 0px rgba(67,35,180,0.5);
	border-radius:4px;
	z-index: 4;
	overflow: hidden;
	display: none;
	top: 65px;
	left: 0;
	padding: 10px 0;
}
.v-demo .j-select-div.v-on ul{
	display: block;
}
.v-demo .input-form ul li{
	font-size: 14px;
	width: 100%;
	height: 36px;
	line-height: 36px;
	background-color: #fff;
	color:rgba(0,0,0,0.8);
	text-align: center;
	cursor: pointer;
}
.v-demo .input-form ul li:hover,.v-demo .input-form ul li.v-on{
	background:#EBEAF6;
	color: #180CA9;
}
.v-demo .free-btn{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
	background-color: #4453C8;
	margin-top: 40px;
}
.v-demo .free-btn:hover{
	background: #120B65;
}
.v-demo .v-demo-btn:hover{
	background-color: #3d4ab3;
}
.v-demo .mu-text-field-focus-line{
	background:#4453C8;
}

@media screen and (max-width: 1200px){
	.v-demo{
		min-width: auto;
	}
}

input:-webkit-autofill { 
	-webkit-box-shadow: 0 0 0px 1000px white inset; 
} 

.free-success {
    width: 280px;
    height: 180px;
    border-radius: 4px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px #bfbbbf;
    position: fixed;
    top: 50%;
    margin-top: -90px;
    left: 50%;
    margin-left: -140px;
    z-index: 99999;
    background: #fff;
}
.free-success img {
    width: 46px;
    margin: 35px auto 10px;
    display: block;
}
.free-success p {
    color: #333;
    font-size: 16px;
    margin-top:20px;
    text-align: center;
}
.v-demo p.copyright {
	text-align: center;
    font-size: 14px;
    color:rgba(0,0,0,0.3);
    position: absolute;
    bottom: 15px;
    width: 100%;
}
@media(min-width: 1440px){
	.v-demo .v-welcoming{
		font-size: 36px;
	}
	.v-demo .container-left-summary{
		font-size: 16px;
	}
	.v-demo .container-left-title{
		font-size: 36px;
	}
	.v-demo .container-left-tag{
		font-size: 16px;
	}
	.v-demo .half-container-left{
		height: 610px;
	}
}