.active{
	color:#072C4C !important;
}
.active:after{
	content: '';
    width: 80%;
    text-align: center;
    height: 3px;
    left: 10%;
    bottom: -4vw;
    background-color: #D7C892;
    position: absolute;
}
.font-tab{
	text-align: center;
	color:#B9B9B9;
	font-size: 16px;
	cursor: pointer;
}
#tab-bar{
	border-bottom: 2px solid #D8D8D8;
}
.dismiss-padding{
	padding: 0 !important;
}
.add-padding{
	padding:6% 0;
}
.font-map{
	color: #072C4C;
	font-size: 15px;
	line-height: 1.5;
	font-weight: normal;
}
.line{
	width: 80%;
	height: 3px;
	background-color: #D8D8D8;
	margin-left: 10%;
}
#container-0{
	display: block;
}
#container-1{
	display: none;
}
#container-2{
	display: none;
}
#container-3{
	display: none;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
    width: calc(100vw - 90px);
}
.bottom-arrow:before{
	content:"";
	border:7px solid #999;
	border-bottom:none;
	border-right-color:transparent;
	border-left-color:transparent;
	position:relative;
	top:12px;
	left:6px;
    border-radius:2px;
}
.bottom-arrow:after{
	content:"";
	border:6px solid #fff;
	border-bottom:none;
	border-right-color:transparent;
	border-left-color:transparent;
	position:relative;
	top:10px;
	left:-7px;
}
.bottom-arrow{
	position: absolute;
    right: 15px;
    top: 13px;
}
.input-style{
	width: 100%;
}
.select-items{
	border: 1px solid #657E8D;
	border-radius: 10px;
	padding: 10px 15px;
}
.select-content{
	position: absolute;
    width: calc(100vw - 30px);
	display: none;
	text-align: center;
	border:1px solid #657E8D;
	border-radius: 10px;
	background-color: white;
	z-index: 100;
    margin-top: 4px;
}
#hangye{
	left: -100%;
}
#zhiwei{
	left: -200%;
}
.input-style{
	border: 1px solid #657E8D;
	border-radius: 10px;
	padding: 10px 15px;	
}
.title-font{
	color: #3F505A;
	font-size: 15px;
	padding: 1% 0;
    font-weight: 400;
}
.content-font{
	color: #3F505A;
	font-size: 15px;
}
.textarea-style{
	width: 100%;
	border: 1px solid #657E8D;
	border-radius: 10px;
	padding: 5%;
    font-size: 1.5rem;
}
.vertical-padding{
	padding: 10px 15px;
}
.submit{
	border-radius: 30px;
	padding: 10px 15px;	
	background-color: #072C4C;
	color: white;
	font-size: 15px;
	text-align: center;	
}
.add-fix{
	position: fixed;
    background-color: white;
    z-index: 900;
    top: 64px;
    width: 100%;
}