.block--header {
	position: relative;
	z-index: 99999;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
	transition: all 0.7s ease-out 0s;
	background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}
.block--header.down .nav-top-wrapper {
	height: 0;
	transition: height 0.4s;
}
.block--header.up .nav-top-wrapper {
	height: 36px;
	transition: height 0.4s;
}
.block--header .nav-top-wrapper {
	width: 100%;
	line-height: 36px;
	background-color: #9a0000;
	overflow: hidden;
}
.block--header .nav-top-wrapper .nav-top-content {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.block--header .nav-top-wrapper .nav-top-content .nav-top-r .icon-sousuo {
	font-size: 15px;
}
.block--header .nav-top-wrapper .nav-top-content a {
	display: inline-block;
	line-height: 2;
	color: #ffffff;
	font-size: 14px;
	position: relative;
}
.block--header .nav-top-wrapper .nav-top-content a:before {
	content: "";
	display: block;
	position: absolute;
	border-bottom: 2px solid #ffffff;
	top: 0;
	width: 80%;
	left: 10%;
	transition: all 0.2s ease-out 0s;
	transform: scaleX(0);
}
.block--header .nav-top-wrapper .nav-top-content a:hover:before {
	transform: scaleX(1);
}
.block--header .nav-top-wrapper .nav-top-content span {
	margin: 0 10px;
	font-size: 12px;
	color: #ffffff;
}
.block--header .main-nav-wrapper {
	margin: 0 auto;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.block--header .logo {
	height: 46px;
}
.block--header .logo img {
	display: block;
	height: 100%;
	width: auto;
}
.block--header .header-nav {
	min-width: 790px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	position: relative;
}
.block--header .header-nav .header-nav-item {
	padding: 8px 0 8px 50px;
	position: relative;
}
.block--header .header-nav .header-nav-item .header-nav-first.link-active-underline::after {
	transform: scaleY(1);
}
.block--header .header-nav .header-nav-item:hover .header-nav-first::after {
	transform: scaleX(1);
}
.block--header .header-nav .header-nav-item.have-dropdown:hover .header-nav-first::before {
	transform: scaleY(1);
}
.block--header .header-nav .header-nav-item.have-dropdown:hover .header-nav-first::after {
	transform: scaleX(1);
}
.block--header .header-nav .header-nav-item.have-dropdown:hover .header-nav-dropdown-wrapper {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.3s;
}
.block--header .header-nav .header-nav-item .header-nav-first {
	display: block;
	height: 35px;
	line-height: 35px;
	color: #ffffff;
	cursor: pointer;
	font-size: 18px;
	position: relative;
	font-weight: bold;
}
.block--header .header-nav .header-nav-item .header-nav-first::before {
	content: "";
	position: absolute;
	border-left: 2px solid #9a0000;
	height: 25px;
	transition: all 0.2s ease-out 0s;
	transform: scaleY(0);
	left: 50%;
	top: 100%;
	transform-origin: center top;
}
.block--header .header-nav .header-nav-item .header-nav-first::after {
	content: "";
	position: absolute;
	border-bottom: 2px solid #9a0000;
	top: 100%;
	display: block;
	width: 100%;
	transition: all 0.2s ease-out 0s;
	transform: scaleX(0);
}
.block--header .header-nav .header-nav-item .header-nav-dropdown-wrapper {
	position: absolute;
	top: 43px;
	left: 0;
	margin-left: -450px;
	width: 900px;
	height: 225px;
	padding-top: 25px;
	background-color: transparent;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s;
}
.block--header .header-nav .header-nav-item .header-nav-dropdown-wrapper .header-nav-dropdown {
	display: flex;
	padding: 40px;
	width: 100%;
	height: 200px;
	border-top: 2px solid #9a0000;
	background: #fff;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), -2px 0 10px 0 rgba(0, 0, 0, 0.1),
		2px 0 10px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.block--header .header-nav .header-nav-item .header-nav-dropdown-wrapper .header-nav-dropdown .l {
	display: flex;
	width: 55%;
}
.block--header
	.header-nav
	.header-nav-item
	.header-nav-dropdown-wrapper
	.header-nav-dropdown
	.l
	.pic {
	width: 200px;
}
.block--header
	.header-nav
	.header-nav-item
	.header-nav-dropdown-wrapper
	.header-nav-dropdown
	.l
	.pic
	img {
	width: 100%;
}
.block--header
	.header-nav
	.header-nav-item
	.header-nav-dropdown-wrapper
	.header-nav-dropdown
	.l
	.txt
	p {
	flex: 1;
	font-size: 15px;
	color: #9a0000;
	padding-left: 30px;
	margin-bottom: 15px;
}
.block--header .header-nav .header-nav-item .header-nav-dropdown-wrapper .header-nav-dropdown .r {
	width: 45%;
	font-size: 0;
}
.block--header
	.header-nav
	.header-nav-item
	.header-nav-dropdown-wrapper
	.header-nav-dropdown
	.r
	.header-nav-dropdown-a {
	width: 33.33%;
	font-size: 18px;
	display: inline-block;
	margin-bottom: 15px;
}
.block--header
	.header-nav
	.header-nav-item
	.header-nav-dropdown-wrapper
	.header-nav-dropdown
	.r
	.link-exact-active {
	color: #9a0000;
}
.block--header .header-nav .header-nav-item .header-nav-dropdown-wrapper.hnd-3 {
	left: auto;
	right: 0;
}
.block--header.white {
	background: #ffffff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.block--header.white .header-nav-item .header-nav-first {
	color: #000000;
}
.block--footer {
	position: relative;
	z-index: 99999;
	background-color: #9a0000;
	padding: 30px 0 0;
}
.block--footer .footer-wrapper {
	display: flex;
	justify-content: space-between;
	flex: 1;
	height: auto;
}
.block--footer .footer-wrapper .l {
	width: 30%;
	height: 100%;
	display: flex;
	justify-content: space-around;
}
.block--footer .footer-wrapper .l .l-box {
	width: 100%;
}
.block--footer .footer-wrapper .l .l-box .category {
	font-size: 20px;
	position: relative;
	margin-bottom: 20px;
	color: #ffffff;
	padding-left: 20px;
}
.block--footer .footer-wrapper .l .l-box .category::before {
	content: "";
	position: absolute;
	width: 5px;
	height: 100%;
	background-color: #ffffff;
	left: 0;
	bottom: 0;
}
.block--footer .footer-wrapper .l .l-box .l-box-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.block--footer .footer-wrapper .l .l-box .l-box-wrapper a {
	color: #ffffff;
	width: 50%;
	margin: 10px 0 10px;
	font-size: 16px;
}
.block--footer .footer-wrapper .c {
	width: 30%;
	padding-left: 60px;
	margin-left: 100px;
}
.block--footer .footer-wrapper .c .zixun-text {
	font-size: 20px;
	color: #f1f2f6;
	margin-bottom: 3px;
}
.block--footer .footer-wrapper .c .phone {
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 3px;
	margin-top: 12px;
}
.block--footer .footer-wrapper .c .online-chat {
	width: 120px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	background-color: #ffffff;
	color: #9a0000;
	border-radius: 3px;
	cursor: pointer;
	margin: 15px 0;
}
.block--footer .footer-wrapper .c .address-desc {
	font-size: 16px;
	color: #edf0f8;
	margin-top: 10px;
}
.block--footer .footer-wrapper .r {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 30%;
	padding-right: 10px;
}
.block--footer .footer-wrapper .r .share-item {
	width: 44px;
	height: 44px;
	border-radius: 22px;
	background-color: #ffffff;
	color: #9a0000;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
	margin: 0 10px;
}
.block--footer .footer-wrapper .r .share-item .iconfont {
	font-size: 28px;
}
.block--footer .footer-wrapper .r .share-item:hover {
	background-color: rgba(255, 255, 255, 0.8);
}
.block--footer .footer-wrapper .r .share-item:hover .share-hover {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.block--footer .footer-wrapper .r .share-item .share-hover {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -70px;
	margin-bottom: 10px;
	margin-top: 15px;
	padding: 10px;
	width: 140px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-10px);
	transition: all 0.2s ease-out 0s;
}
.block--footer .footer-wrapper .r .share-item .share-hover img {
	display: block;
	width: 100%;
}
.block--footer .footer-wrapper .r .share-item .share-hover:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	font-size: 0;
	border-top-color: #fff;
}
.block--footer .copy-right {
	padding: 20px 0 15px;
	font-size: 14px;
	color: #b35555;
	text-align: center;
	position: relative;
}
.block--footer .footer-fixed-bar {
	position: fixed;
	width: 65px;
	height: 264px;
	border-radius: 5px;
	bottom: 25%;
	right: 5px;
	background-color: #9a0000;
	z-index: 999;
	box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
}
.block--footer .footer-fixed-bar .fixed-item {
	width: 100%;
	height: 66px;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	cursor: pointer;
	position: relative;
	transition: all 0.3s;
}
.block--footer .footer-fixed-bar .fixed-item:after {
	content: "";
	position: absolute;
	width: 60%;
	border-top: 1px solid #860404;
	left: 20%;
	bottom: 0;
}
.block--footer .footer-fixed-bar .fixed-item:last-child:after {
	border-top: none;
}
.block--footer .footer-fixed-bar .fixed-item .iconfont {
	font-size: 28px;
	color: #ecf0f1;
}
.block--footer .footer-fixed-bar .fixed-item p {
	font-size: 12px;
	text-align: center;
	color: #ecf0f1;
	margin: 5px auto;
}
.block--footer .footer-fixed-bar .fixed-item .fixed-item-child-phone {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	margin: 3px 15px 3px auto;
	right: 100%;
	top: 0;
	background-color: #9a0000;
	color: #ffffff;
	width: 200px;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	visibility: hidden;
	opacity: 0;
	box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
}
.block--footer .footer-fixed-bar .fixed-item.fixed-item-phone:hover .fixed-item-child-phone {
	visibility: visible;
	opacity: 1;
	transform: translateX(10px);
	transition: all 0.3s;
}
.block--footer .footer-fixed-bar .fixed-item .fixed-item-child-ma {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 120px;
	width: 120px;
	margin: 3px 15px 3px auto;
	right: 100%;
	bottom: 0;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 5px;
	visibility: hidden;
	opacity: 0;
	box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
}
.block--footer .footer-fixed-bar .fixed-item .fixed-item-child-ma img {
	display: block;
	width: 100%;
}
.block--footer .footer-fixed-bar .fixed-item.fixed-item-ma:hover .fixed-item-child-ma {
	visibility: visible;
	opacity: 1;
	transform: translateX(10px);
	transition: all 0.3s;
}
.block--class-guide .column-title {
	height: 40px;
	line-height: 40px;
	background: #9a0000;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	margin: 20px auto 0;
	text-align: center;
}
.block--class-guide .column-wrapper {
	padding: 10px;
}
.block--class-guide .column-wrapper .faq-item {
	width: 100%;
	margin-bottom: 25px;
}
.block--class-guide .column-wrapper .faq-question {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 5px;
	position: relative;
	padding-left: 40px;
}
.block--class-guide .column-wrapper .faq-question .xuhao {
	position: absolute;
	width: 36px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 5px;
	background: url("https://bf-web.oss-cn-beijing.aliyuncs.com/www.bfemba.com/notice/faq.svg")
		no-repeat center center;
	background-size: 100%;
	color: #ffffff;
	font-size: 14px;
	top: -5px;
	left: 0;
}
.block--class-guide .column-wrapper .faq-ask-panel {
	background-color: #f7f3f2;
	padding: 5px 8px;
	margin-top: 10px;
}
.block--class-guide .column-wrapper .faq-ask-panel p {
	font-size: 14px;
	color: #7f828b;
	line-height: 1.5;
	margin: 0;
}
.block--class-guide .column-wrapper .faq-ask-panel p span {
	color: #9a0000;
	font-weight: bold;
}
.block--side-contact-form .slide-teacher-list {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.block--side-contact-form .panel {
	background-color: #ffffff;
	padding: 0 0 20px;
}
.block--side-contact-form .s1 {
	width: 100%;
	padding: 50px 0 50px 20px;
	background-color: #9a0000;
	background: #9a0000
		url("https://bf-web.oss-cn-beijing.aliyuncs.com/www.bfemba.com/common/detail/detail-panel-bg-1.jpg")
		no-repeat center center;
	background-size: cover;
}
.block--side-contact-form .s1 p {
	font-size: 18px;
	margin-bottom: 20px;
	color: #ffffff;
}
.block--side-contact-form .s1 h2 {
	font-size: 32px;
	font-weight: bold;
	color: #ffffff;
}
.block--side-contact-form .s2 {
	width: 100%;
	padding: 40px 0 40px 20px;
	background: url("https://bf-web.oss-cn-beijing.aliyuncs.com/www.bfemba.com/common/detail/detail-panel-bg-2.jpg")
		no-repeat center center;
	margin-top: 10px;
	background-size: cover;
}
.block--side-contact-form .s2 a {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	align-items: center;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}
.block--side-contact-form .s2 a .icon {
	width: 30px;
	height: 30px;
	margin-right: 20px;
}
.block--side-contact-form .s2 a .icon img {
	display: block;
	width: 100%;
	height: 100%;
}
.block--side-contact-form .s2 a:hover {
	color: #c2bbbb;
}
.block--side-contact-form .s3 {
	padding: 15px;
}
.block--side-contact-form .s3 .title {
	padding: 15px;
	text-align: center;
	font-size: 18px;
	margin: 0;
	font-weight: bold;
	letter-spacing: 2px;
}
.block--side-contact-form .s3 .form-wrapper .ui.input {
	margin: 0 auto 10px;
	width: 100%;
	height: 40px;
}
.block--side-contact-form .s3 .form-wrapper .selection.dropdown {
	width: 100%;
	height: 40px;
}
.block--side-contact-form .s3 .form-wrapper .ui.button {
	width: 100%;
	height: 40px;
	background-color: #9a0000;
	margin-top: 10px;
}
.block--share {
	width: 60px;
	height: 180px;
	position: fixed;
	left: 50%;
	margin-left: -610px;
	top: 196px;
}
.block--share a {
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.block--share a:nth-child(1) {
	background-color: #64aa44;
}
.block--share a:nth-child(2) {
	background-color: #db4308;
}
.block--share a:nth-child(3) {
	background-color: #60aaea;
}
.block--share a span {
	color: #ffffff;
	font-size: 30px;
}
.block--share .wxShare {
	position: relative;
}
.block--share .wxShare:hover .wxShare-ma {
	transform: translateX(-10px);
	opacity: 1;
	visibility: visible;
}
.block--share .wxShare .wxShare-ma {
	position: absolute;
	left: 75px;
	top: -25px;
	width: 110px;
	height: 110px;
	background-color: #ffffff;
	box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s linear;
	opacity: 0;
	visibility: hidden;
}
.block--share .wxShare .wxShare-ma img {
	display: block;
	width: 100px;
	height: 100px;
}
.block--share .wxShare .wxShare-ma::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 15.6px 9px 0;
	border-color: transparent #ffffff transparent transparent;
	left: -14px;
	top: 50%;
	margin-top: -7px;
}
.block--course-bottom-form {
	background-color: #f5f7fc;
}
.block--course-bottom-form .inner-wrapper {
	width: 1150px;
	margin: 0 auto;
	padding: 55px 0;
	display: flex;
	justify-content: space-between;
}
.block--course-bottom-form .inner-wrapper .l {
	width: 690px;
}
.block--course-bottom-form .inner-wrapper .l img {
	width: 100%;
}
.block--course-bottom-form .inner-wrapper .r {
	width: 410px;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}
.block--course-bottom-form .inner-wrapper .r .title-one {
	width: 100%;
	font-size: 28px;
	color: #001120;
	text-align: center;
	margin-bottom: 4px;
	padding-left: 10px;
}
.block--course-bottom-form .inner-wrapper .r .title-two {
	width: 100%;
	font-size: 38px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
}
.block--course-bottom-form .inner-wrapper .r .ui.form {
	width: 300px;
}
.block--course-bottom-form .inner-wrapper .r .ui.form input {
	border-color: #6f6f6f;
}
.block--course-bottom-form .inner-wrapper .r .ui.form .dropdown {
	border-color: #6f6f6f;
}
.block--course-bottom-form .inner-wrapper .r .ui.form .ui.submit {
	display: block;
	margin: 5px auto 3px;
	width: 100%;
}
.block--course-bottom-form .inner-wrapper .r .ui.form .tip {
	font-size: 14px;
	text-align: center;
}
