body{
    padding-top: 4.0625rem;;
}
#header{
		position: fixed;
		top:0;
		width:100%;
		height: 4.0625rem;
		z-index: 100;
		background: #fff;
		box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
#header #logo{
    max-height:40px;
}
#header .container{
	width:100%;
	max-width:1160px;
	margin:0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 4.0625rem;
}
#header .left,#header .nav{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
#header .left{
    flex:1;
}

#header .nav a{
	display: block;
	padding:0 2rem;

} 
#header .toolbar{
	color:#012a63;
}
#header .toolbar a{
	padding:0 0.5rem;
	color:#012a63!important;
}

#header .toolbar .btn{
	border-radius: 2.875rem;
	background:#ffe000;
	padding:.625rem 1.5rem;
}


.right .rt-form .nr label .select,.right .rt-form .nr .item .select{
    border-radius: 10px;
}

.left .lt-bg{
    background-size:cover!important;
}

.result .content{
    margin:30px auto!important;
}


.result .content .right{
    padding-bottom:3rem!important;
}

