@charset "utf-8";
html {
	font-family:Source Han Sans SC;
	position: relative;
}
.header {
	height: 80px;
	background-color: #e6e6e6;
}

.header .nav-item {
	height: 80px;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 520;
	padding: 1.5rem .5rem;
	color: #fff;
	transition: all .1s ease-in-out;
	flex: auto;
	text-align: left;
}

.header a.nav-item:hover {
	font-size: 1.3rem;
	color: #fff;
}

.header a.nav-item.active {
	font-size: 1.3rem;
	color: #F5D866!important;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}


/* --------------------auth login -------------------------*/

.login-field {
	background-color: #fff;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
	padding: 2rem;
	max-width: 500px;
}

.login-field .md-form label {
	color: #666 !important;
}

.login-field .btn-submit {
	margin: 0px;
	padding: 10px 20px;
	border-radius: 30px;
	font-size: 18px;
	box-shadow: none !important;
	border: 2px solid #0000CD;
	color: #fff;
	background-color: #0000CD;
}
.login-field .btn-submit:hover {
	color: #0000CD;
	background-color: #fff;
}

.text-small {
	font-size: .8rem!important;
}
.text-small-x {
	font-size: .6rem!important;
}
.color-base {
	color: #204B9F;
}

.role-vip {
	color: #E20101 !important;
}
.body-sub-nav a {
	color: inherit;
}
.ribbon {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 100%;
}
.ribbon .ribbon-blue {
    float: left;
    height: 300px;
    width: 8px;
    background-color: #16337D;
    margin-bottom: 300px;
}
.ribbon .ribbon-red {
    float: right;
    height: calc(100% - 150px);
    width: 8px;
    background-color: #D92638;
    margin-top: 150px;
}