.mennu-title {
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,.05);
	margin-bottom: 30px;
}

.mennu-title span {
	color: #333333;
	font-weight: bold;
	font-size: 24px;
	text-align: left;
	position: relative;
	padding-left: 15px;
}

.mennu-title span:before {
	content: '';
	width: 6px;
	height: 6px;
	background: #0069C5;
	position: absolute;
	left: 0;
	top: 50%;
}

.information-meuer {
	margin-bottom: 30px;
}

.information-meuer label {
	color: #333333;
	font-size: 18px;
	text-align: left;
	margin-bottom: 10px;
}

.information-meuer input {
	border-radius: 4px;
	background: #FBFCFE;
	border: 1px solid #EEEEEE;
	padding-left: 16px;
	height: 51px;
	color: #999999;
	font-size: 18px;
}

.information-meuer textarea {
	color: #999999;
	font-size: 18px;
	border: 1px solid #EEEEEE;
}

.panel-body {
	padding: 15px 25px;
	padding-bottom: 48px;
}

.information-meuer select {
	appearance: none;
	padding-left: 16px;
	-moz-appearance: none;
	-webkit-appearance: none;
	height: 51px;
	color: #999999;
	font-size: 18px;
	border: 1px solid #EEEEEE;
	background: url(../img/jt.png) no-repeat right  center;
	background-origin: content-box;
}

.filel {
	color: #333333;
	font-size: 24px;
	margin-bottom: 40px;
}

.filel a {
	cursor: pointer;
	color: #0069C5;
	border-bottom: 2px solid  #0069C5;
	padding-bottom: 10px;
}

.yzm-content input {
	width: 89%;
	float: left;
}

.yzm-content {
	overflow: hidden;
}

.yzm-content a {
	border-radius: 4px;
	background: #0069C5;
	color: #FFFFFF;
	float: right;
	font-size: 18px;
	width: 103px;
	height: 51px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.yzm-content img {
	float: right;
	width: 103px;
	height: 51px;
	display: flex;
	align-items: center;
}

.btn-tj button {
	color: #FFFFFF;
	font-size: 20px;
	border-radius: 100px;
	background: #0069C5;
	width: 273px;
	height: 73px;
	box-shadow: inherit;
}

.btn-tj {
	text-align: center;
	margin-top: 78px;
}

.modal-title {
	text-align: center;
	color: #333333;
	font-size: 24px;
}

.modal-footer {
	padding-top: 22px;
	padding-bottom: 25px;
}

.btn-secondary {
	color: #FFFFFF;
	font-size: 20px;
	border-radius: 8px;
	background: #0069C5;
	width: 122px;
	height: 54px;
	margin: 0 auto;
	display: block;
}

.modal-body {
	padding: 19px 62px 30px 34px;
	overflow: hidden;
}

.modal-body p {
	color: rgba(0,0,0,.54);
	font-size: 16px;
	line-height: 1.92;
	text-align: justify;
	margin-bottom: 0;
}

.btn-secondary:focus, .btn-secondary:hover {
	color: #fff;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 928px;
		margin: 100px auto;
	}
}

@media (max-width: 1199px) {
	.yzm-content input {
		width: 86%;
	}
}

@media (max-width: 991px) {
	.yzm-content input {
		width: 82%;
	}
}

@media (max-width: 930px) {
	.modal-dialog {
		width: auto;
	}

	.modal-open .modal {
		padding-right: 0!important;
	}
}

@media (max-width: 680px) {
	.yzm-content input {
		width: 78%;
	}
}

@media (max-width: 580px) {
	.yzm-content input {
		width: 72%;
	}

	.filel,.mennu-title span,.modal-title {
		font-size: 22px;
	}

	.btn-tj {
		margin-top: 55px;
	}

	.btn-tj button {
		font-size: 18px;
		width: 200px;
		height: 55px;
	}

	.modal-body {
		padding: 10px;
	}
}

@media (max-width: 480px) {
	.panel-body {
		padding: 10px 15px;
		padding-bottom: 25px;
	}

	.filel,.mennu-title span,.modal-title,.btn-secondary {
		font-size: 18px;
	}

	.information-meuer label,.information-meuer input,.information-meuer select,.information-meuer textarea {
		font-size: 16px;
	}

	.information-meuer,.mennu-title {
		margin-bottom: 15px;
	}

	.yzm-content input {
		width: 65%;
	}

	.modal-body p {
		font-size: 14px;
	}
}

@media (max-width: 380px) {
	.yzm-content input {
		width: 56%;
	}

	.filel a {
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}
}