body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	color: #333;
	font-size: 14px;
	font-family: Helvetica, 'HelveticaNeue', "Source Han Sans CN", "微软雅黑", 'Arial Regular', Verdana, Helvetica, sans-serif;
}

td,
th,
caption {
	font-size: 14px;
}

a {
	color: #333;
	text-decoration: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}

a:hover {
	text-decoration: none;
	transition: .3s all;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-o-transition: .3s all;
}

img {
	border: none;
}

ol,
ul,
li {
	list-style: none;
}

input,
textarea,
select,
button {
	font: 14px "Source Han Sans CN", "微软雅黑", 'Arial Regular', Verdana, Helvetica, Arial, sans-serif;
}

table {
	border-collapse: collapse;
}

html {
	overflow-y: scroll;
}

a,
button {
	cursor: pointer;
}

input,
textarea,
button {
	outline: none;
}

textarea {
	resize: none;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.show {
	display: block !important;
}

.hide {
	display: none !important;
}

.toast {
	position: fixed;
	bottom: 5%;
	left: 50%;
	z-index: 9;
	width: auto;
	white-space: nowrap;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 6px;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	display: none;
}

.container {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.header {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 8;
	width: 100%;
	padding: 21px 0;
	background-color: #fff;
	box-shadow: 0 0 10px #ddd;
}

.header .hb_top {
	text-align: right;
}

.header .hb_top a {
	display: inline-block;
	padding: 0 12px;
	line-height: 20px;
}

.header .hb_top a:last-child {
	padding-right: 0;
	border-left: 1px solid #373737;
}

.header .hb_top a:hover {
	color: #4a3989;
}

.header .hb_main {
	width: 100%;
}

.header .hb_logo {
	display: inline-block;
	line-height: 82px;
}

.header .hb_logo img {
	vertical-align: middle;
}

.header .hb_nav ul li {
	float: left;
	line-height: 82px;
	margin-right: 34px;
}

.header .hb_nav ul li a {
	display: block;
	padding: 0 6px;
	color: #373737;
	font-size: 18px;
	position: relative;
}

.header .hb_nav ul li a:hover {
	color: #4a3989;
}

.header .hb_nav ul li a img {
	vertical-align: top;
	margin-left: 6px;
}

.header .hb_nav ul li.on a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	display: inline-block;
	width: 100%;
	height: 3px;
	background-color: #3a1b83;
}

.header .hb_search {
	margin-top: 22px;
	position: relative;
}

.header .hb_search input {
	display: block;
	width: 200px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #4a3989;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 0 8px;
}

.header .hb_search button {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	width: 38px;
	height: 38px;
	border: 0;
	background-color: rgba(255, 255, 255, 0);
	background-image: url('../img/icon-search.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
}

.header .tabBar {
	position: absolute;
	top: 2px;
	right: 10px;
	z-index: 3;
	width: 36px;
	height: 36px;
	/*border: 1px solid #3A1B83;*/
	border-radius: 3px;
	box-sizing: border-box;
	background: url(../img/tabBar.png) no-repeat center;
	background-size: 30px;
	display: none;
}

.hb_zw {
	height: 145px;
}

.pubBg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 6;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	display: none;
}

.alertBoxEwm {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 7;
	width: 300px;
	max-width: 90%;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	transform: translate(-50%, -50%);
	transform: -webkit-translate(-50%, -50%);
	text-align: center;
	display: none;
}

.alertBoxEwm .ab_tit {
	line-height: 50px;
	background-color: #4a3989;
	color: #fff;
	font-size: 18px;
}

.alertBoxEwm .ab_img {
	padding: 20px 0;
}

.alertBoxEwm .ab_img img {
	vertical-align: top;
	width: 185px;
	margin-bottom: 5px;
}

.alertBoxEwm .ab_img p {
	line-height: 20px;
	color: #404040;
	font-size: 14px;
}

.mobile_nav {
	position: fixed;
	top: 60px;
	right: 0;
	z-index: 7;
	width: 50%;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
	display: none;
}

.mobile_nav ul {
	padding: 15px 0;
}

.mobile_nav ul li a {
	display: block;
	padding: 0 10px;
	border-bottom: 1px solid #ddd;
	line-height: 40px;
	color: #666;
	font-size: 14px;
}

.mobile_nav ul li.on a {
	color: #3A1B83;
	border-bottom: 1px solid #3A1B83;
}

.mobile_nav .mn_link {
	text-align: center;
	margin-top: 5vh;
}

.mobile_nav .mn_link a {
	margin: 0 5px;
	display: inline-block;
	line-height: 30px;
	padding: 0 10px;
	border-radius: 4px;
	background: #3A1B83;
	color: #fff;
}
.mobile_nav .mn_link a.username{
    background-color: #fff;
    color: #3A1B83;
    padding: 0;
}

.banner {
	width: 100%;
}

.banner .swiper-slide {
	height: 450px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.in_title {
	width: 100%;
	text-align: center;
	height: 67px;
	border-bottom: 1px solid #dece9a;
	background-repeat: no-repeat;
	background-position: center;
}

.in_title span {
	margin-top: 18px;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	border-bottom: 2px solid #3a1b83;
	box-sizing: border-box;
	color: #3a1b83;
	font-size: 28px;
}

.in_team {
	width: 100%;
	padding: 40px 0 52px;
}

.in_team .container {
	overflow: initial;
}

.in_team .swiper-container-team {
	margin-top: 52px;
}

.in_team .container .swiper-button-next,
.in_team .container .swiper-button-prev {
	width: 30px;
	height: 66px;
	outline: none;
	opacity: 1;
	margin-top: 24px;
	z-index: 4;
}

.in_team .container .swiper-button-next {
	right: -60px;
	background-image: url(../img/icon-next.png);
	background-size: cover;
}

.in_team .container .swiper-button-prev {
	left: -60px;
	background-image: url(../img/icon-prev.png);
	background-size: cover;
}

.in_team .swiper-container .swiper-slide {
	background-color: #f0f0f0;
}

.in_team .swiper-container .swiper-slide img {
	float: left;
	width: 50%;
}

.in_team .swiper-container .swiper-slide .it_text {
	padding-left: 54%;
	padding-right: 4%;
}

.in_team .swiper-container .swiper-slide .it_name {
	padding: 10px 0;
	line-height: 26px;
	color: #3a1b83;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

.in_team .swiper-container .swiper-slide .it_text p {
	line-height: 21px;
	color: #3a1b83;
	font-size: 14px;
	text-align: justify;
}

.in_ielts {
	width: 100%;
}

.in_ielts .ii_main {
	margin-top: 20px;
	padding: 52px 0;
	background-color: #ececec;
}

.in_ielts .ii_main .ii_list {
	margin-bottom: 60px;
}

.in_ielts .ii_main .ii_list ul li {
	width: 100%;
	background-color: #ffffff;
	margin-bottom: 22px;
}

.in_ielts .ii_main .ii_list ul li:last-child {
	margin-bottom: 0;
}

.in_ielts .ii_main .ii_list ul li img {
	width: 49.3%;
}

.in_ielts .ii_main .ii_list ul li .ii_text {
	padding-left: 52%;
	padding-top: 28px;
	padding-right: 50px;
}

.in_ielts .ii_main .ii_list ul li .ii_text .ii_title {
	line-height: 1.1;
	color: #3a1b83;
	font-size: 22px;
	padding-left: 12px;
	margin-bottom: 32px;
	position: relative;
}

.in_ielts .ii_main .ii_list ul li .ii_text .ii_title span {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	width: 3px;
	height: 30px;
	background-color: #3a1b83;
}

.in_ielts .ii_main .ii_list ul li .ii_text .ii_p {
	color: #3a1b83;
	font-size: 16px;
	padding: 0 16px;
	line-height: 26px;
	height: 156px;
	margin-bottom: 42px;
}

.in_ielts .ii_main .ii_list ul li .ii_text .ii_more {
	text-align: right;
	line-height: 1;
}

.in_ielts .ii_main .ii_list ul li .ii_text .ii_more a {
	color: #3a1b83;
	font-size: 14px;
}

.in_ielts .ii_main .ii_top,
.in_ielts .ii_main .ii_center {
	width: 100%;
	background-color: #fff;
	margin-bottom: 20px;
}

.in_ielts .ii_main .ii_top .iit_left {
	width: 50%;
	border: 1px solid #b4b4b4;
	border-top: 0;
	border-right: 2px solid #ececec;
	box-sizing: border-box;
}

.in_ielts .ii_main .ii_top .iit_left ul li {
	width: 50%;
	float: left;
	border-top: 1px solid #b4b4b4;
	border-right: 1px solid #b4b4b4;
	box-sizing: border-box;
	padding: 20px 0 25px 128px;
	background-repeat: no-repeat;
	background-position: 34px center;
	background-size: 76px;
	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

/*.in_ielts .ii_main .ii_top .iit_left ul li:nth-of-type(even){*/
/*	border-right: 0;*/
/*}*/
.in_ielts .ii_main .ii_top .iit_left ul li:nth-of-type(1) {
	background-image: url(../img/ii-type1.png);
}

.in_ielts .ii_main .ii_top .iit_left ul li:nth-of-type(2) {
	background-image: url(../img/ii-type2.png);
}

.in_ielts .ii_main .ii_top .iit_left ul li:nth-of-type(3) {
	background-image: url(../img/ii-type3.png);
}

.in_ielts .ii_main .ii_top .iit_left ul li:nth-of-type(4) {
	background-image: url(../img/ii-type4.png);
}

.in_ielts .ii_main .ii_top .iit_left ul li:nth-of-type(1):hover {
	background-image: url(../img/ii-type1-a.png);
}

.in_ielts .ii_main .ii_top .iit_left ul li:nth-of-type(2):hover {
	background-image: url(../img/ii-type2-a.png);
}

.in_ielts .ii_main .ii_top .iit_left ul li:nth-of-type(3):hover {
	background-image: url(../img/ii-type3-a.png);
}

.in_ielts .ii_main .ii_top .iit_left ul li:nth-of-type(4):hover {
	background-image: url(../img/ii-type4-a.png);
}

.in_ielts .ii_main .ii_top .iit_left ul li div {
	line-height: 33px;
	color: #5f5f5f;
	font-size: 20px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

.in_ielts .ii_main .ii_top .iit_left ul li p {
	line-height: 38px;
	color: #9e9e9e;
	font-size: 28px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

.in_ielts .ii_main .ii_top .iit_left ul li:hover {
	background-color: #4a3989;
}

.in_ielts .ii_main .ii_top .iit_left ul li:hover div,
.in_ielts .ii_main .ii_top .iit_left ul li:hover p {
	color: #fff;
}

.in_ielts .ii_main .ii_top .iit_right {
	width: 50%;
	padding: 26px 38px;
	box-sizing: border-box;
}

.in_ielts .ii_main .ii_top .iit_right .iit_name {
	color: #3a1b83;
	font-size: 22px;
	line-height: 40px;
	margin-bottom: 20px;
}

.in_ielts .ii_main .ii_top .iit_right .iit_name span {
	display: inline-block;
	vertical-align: top;
	width: 3px;
	height: 30px;
	background-color: #3a1b83;
	margin-right: 10px;
}

.in_ielts .ii_main .ii_top .iit_right p {
	line-height: 25px;
	color: #404040;
	font-size: 16px;
}

.in_ielts .ii_main .ii_top .iit_more {
	text-align: right;
	line-height: 1;
	margin-top: 30px;
}

.in_ielts .ii_main .ii_top .iit_more a {
	color: #404040;
	font-size: 14px;
}

.in_ielts .ii_main .ii_top .iit_more a:hover {
	color: #3A1B83;
}

.in_ielts .ii_main .ii_center .ic_left {
	width: 50%;
	border-right: 2px solid #ececec;
	box-sizing: border-box;
	padding: 28px 35px;
}

.in_ielts .ii_main .ii_center .ic_left .ic_title {
	color: #3a1b83;
	font-size: 22px;
	line-height: 40px;
	margin-bottom: 13px;
}

.in_ielts .ii_main .ii_center .ic_left .ic_title span {
	display: inline-block;
	vertical-align: top;
	width: 3px;
	height: 30px;
	background-color: #3a1b83;
	margin-right: 10px;
}

.in_ielts .ii_main .ii_center .ic_left ul li {
	line-height: 31px;
	background: url(../img/icon4.png) no-repeat 15px center;
}

.in_ielts .ii_main .ii_center .ic_left ul li a {
	display: block;
	padding-left: 40px;
	color: #404040;
	font-size: 18px;
}

.in_ielts .ii_main .ii_center .ic_left ul li a:hover {
	color: #3A1B83;
}

.in_ielts .ii_main .ii_center .ic_left .ic_more {
	text-align: right;
	margin-top: 20px;
	line-height: 1;
}

.in_ielts .ii_main .ii_center .ic_left .ic_more a {
	color: #404040;
	font-size: 14px;
}

.in_ielts .ii_main .ii_center .ic_left .ic_more a:hover {
	color: #3A1B83;
}

.in_ielts .ii_main .ii_center .ic_right {
	width: 50%;
	padding: 55px 62px;
	box-sizing: border-box;
	background: url(../img/ii-icon.png) no-repeat 94% center;
}

.in_ielts .ii_main .ii_center .ic_right div {
	line-height: 40px;
	color: #4a3989;
	font-size: 28px;
}

.in_ielts .ii_main .ii_center .ic_right p {
	line-height: 42px;
	color: #4a3989;
	font-size: 35px;
	margin-bottom: 35px;
}

.in_ielts .ii_main .ii_center .ic_right a {
	display: inline-block;
	width: 170px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #3A1B83;
	border-radius: 6px;
	color: #ffffff;
	font-size: 20px;
}

.in_ielts .ii_main .container {
	overflow: initial;
}

.in_ielts .ii_main .ii_imgs {
	width: 100%;
}

.in_ielts .ii_main .ii_imgs .im_title {
	text-align: center;
	line-height: 42px;
	border-bottom: 1px solid #3A1B83;
	color: #3a1b83;
	font-size: 22px;
	margin-bottom: 20px;
}

.in_ielts .ii_main .ii_imgs .im_box {
	position: relative;
	margin-bottom: 15px;
}

.in_ielts .ii_main .ii_imgs .im_box .im_name {
	line-height: 40px;
	color: #3A1B83;
	font-size: 18px;
}

.in_ielts .ii_main .ii_imgs .im_box .im_name a {
	float: right;
	color: #5f5f5f;
	font-size: 14px;
}

.in_ielts .ii_main .ii_imgs .im_box .swiper-slide img {
	display: block;
	width: 100%;
}

.in_ielts .ii_main .ii_imgs .im_box .swiper-button-next,
.in_ielts .ii_main .ii_imgs .im_box .swiper-button-prev {
	margin-top: 5px;
	z-index: 4;
}

.in_ielts .ii_main .ii_imgs .im_box .swiper-button-next {
	right: -36px;
	background-image: url(../img/icon-next.png);
	background-size: cover;
}

.in_ielts .ii_main .ii_imgs .im_box .swiper-button-prev {
	left: -36px;
	background-image: url(../img/icon-prev.png);
	background-size: cover;
}

.in_ielts .ii_main .ii_photos {
	width: 100%;
}

.in_ielts .ii_main .ii_photos .ip_title {
	line-height: 1.1;
	color: #3a1b83;
	font-size: 22px;
	padding-left: 12px;
	margin-bottom: 18px;
	position: relative;
}

.in_ielts .ii_main .ii_photos .ip_title span {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	width: 3px;
	height: 30px;
	background-color: #3a1b83;
}

.in_ielts .ii_main .ii_photos .ip_title a {
	float: right;
	color: #3a1b83;
	font-size: 14px;
	margin-right: 1%;
}

.in_ielts .ii_main .ii_photos ul li {
	float: left;
	width: 15.8%;
	margin-right: 1%;
}

.in_ielts .ii_main .ii_photos ul li:last-child {
	margin-right: 0;
}

.in_ielts .ii_main .ii_photos ul li img {
	display: block;
	width: 100%;
}

.in_study {
	width: 100%;
	padding: 72px 0 95px;
}

.in_study .is_main {
	/*background-color: #ececec;*/
	margin-top: 40px;
}

.in_study .is_main .is_text {
	width: 50%;
	padding: 34px;
	box-sizing: border-box;
}

.in_study .is_main .is_text .is_title {
	line-height: 1.1;
	color: #3a1b83;
	font-size: 22px;
	padding-left: 12px;
	margin-bottom: 30px;
	position: relative;
}

.in_study .is_main .is_text .is_title span {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	width: 3px;
	height: 30px;
	background-color: #3a1b83;
}

.in_study .is_main .is_text .is_p {
	padding-left: 15px;
	line-height: 26px;
	height: 158px;
	color: #3a1b83;
	font-size: 16px;
	margin-bottom: 30px;
}

.in_study .is_main .is_text .is_link {
	text-align: right;
}

.in_study .is_main .is_text .is_link a {
	color: #3a1b83;
	font-size: 14px;
}

.in_study .is_main .is_left {
	width: 66.66%;
	border: 2px solid #ececec;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 36px 10px 10px;
	position: relative;
}

.in_study .is_main .is_type {
	position: absolute;
	top: -14px;
	left: 50%;
	z-index: 3;
	width: 136px;
	line-height: 30px;
	text-align: center;
	margin-left: -68px;
	background-color: #fff;
	color: #3A1B83;
	font-size: 22px;
}

.in_study .is_main .is_left ul li {
	float: left;
	width: 31%;
	margin-right: 3.5%;
	background-color: #ececec;
	border-radius: 4px;
	padding: 40px 35px 20px;
	min-height: 282px;
	box-sizing: border-box;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

.in_study .is_main .is_left ul li:last-child {
	margin-right: 0;
}

.in_study .is_main .is_left ul li .sl_top {
	margin-bottom: 25px;
}

.in_study .is_main .is_left ul li .sl_top span {
	display: inline-block;
	width: 66px;
	height: 66px;
	margin-left: 12px;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

.in_study .is_main .is_left ul li:nth-of-type(1) .sl_top span {
	background-image: url(../img/icon_liuxue1.png);
}

.in_study .is_main .is_left ul li:nth-of-type(2) .sl_top span {
	background-image: url(../img/icon_liuxue2.png);
}

.in_study .is_main .is_left ul li:nth-of-type(3) .sl_top span {
	background-image: url(../img/icon_liuxue3.png);
}

.in_study .is_main .is_left ul li:nth-of-type(1):hover .sl_top span {
	background-image: url(../img/icon_liuxue1-a.png);
}

.in_study .is_main .is_left ul li:nth-of-type(2):hover .sl_top span {
	background-image: url(../img/icon_liuxue2-a.png);
}

.in_study .is_main .is_left ul li:nth-of-type(3):hover .sl_top span {
	background-image: url(../img/icon_liuxue3-a.png);
}

.in_study .is_main .is_left ul li .sl_top div {
	padding-left: 82px;
	line-height: 28px;
	color: #404040;
	font-size: 18px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

.in_study .is_main .is_left ul li .sl_top p {
	line-height: 1;
	color: #404040;
	font-size: 16px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

.in_study .is_main .is_left ul li .sl_text {
	line-height: 24px;
	color: #404040;
	font-size: 14px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

.in_study .is_main .is_left ul li:hover {
	background-color: #3A1B83;
}

.in_study .is_main .is_left ul li:hover div,
.in_study .is_main .is_left ul li:hover p {
	color: #fff;
}

.in_study .is_main .is_right {
	width: 31.5%;
	min-height: 332px;
	border: 2px solid #ececec;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 16px 35px 10px;
	position: relative;
}

.in_study .is_main .is_right ul li {
	float: left;
	width: 28%;
	text-align: center;
	margin-right: 8%;
	margin-top: 44px;
}

.in_study .is_main .is_right ul li:nth-of-type(3n + 0) {
	margin-right: 0;
}

.in_study .is_main .is_right ul li img {
	display: block;
	width: 100%;
}

.in_study .is_main .is_right ul li p {
	line-height: 34px;
	color: #404040;
	font-size: 16px;
}

/**底部**/
.footer {
	background-color: #4a3989;
}

.footer .container {
	padding: 42px 0 76px;
}

.footer .fb_lx {
	line-height: 40px;
	color: #dece9a;
	font-size: 20px;
	margin-bottom: 82px;
}

.footer .fb_lx img {
	width: 40px;
	vertical-align: top;
	margin-left: 12px;
	border-radius: 6px;
}

.footer .fb_main ul li {
	float: left;
	width: 138px;
	margin-right: 20px;
}

.footer .fb_main ul li div {
	line-height: 30px;
	margin-bottom: 15px;
}

.footer .fb_main ul li div a {
	color: #fff;
	font-size: 18px;
}

.footer .fb_main ul li p {
	line-height: 30px;
	color: #fafafa;
	font-size: 14px;
}

.footer .fb_main ul li p a {
	color: #fafafa;
	font-size: 14px;
}

.footer .fb_main .fb_ewm div {
	display: inline-block;
	width: 112px;
	margin-left: 60px;
	text-align: center;
}

.footer .fb_main .fb_ewm div img {
	display: block;
	width: 100%;
}

.footer .fb_main .fb_ewm div p {
	line-height: 28px;
	color: #fafafa;
	font-size: 14px;
}

.footer .fb_bottom {
	padding: 10px 0;
	background-color: #000000;
	text-align: center;
	line-height: 20px;
	color: #999;
	font-size: 14px;
}

.footer .fb_bottom a {
	color: #999;
	font-size: 14px;
	margin-left: 10px;
	white-space: nowrap;
}

.footer .fb_bottom a:hover {
	color: #fff;
}

.l_personal {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.l_personal_zuo {
	width: 195px;
}

.l_personal_zuo .l_title {
	background-color: #4a3989;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
}

.l_personal_zuo .l_personal_list {
	background: #fff;
	height: 566px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.l_personal_zuo .l_personal_list li {
	padding-top: 25px;
}

.l_personal_zuo .l_personal_list li a {
	display: flex;
	justify-content: start;
	align-items: center;
	width: 100%;
	height: 100%;
}

.l_personal_zuo .l_personal_list li .l_dian {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #dcdcdc;
	transition: all 0.3s;
	margin-left: 22px;
}

.l_personal_zuo .l_personal_list li:hover .l_dian {
	background-color: #4a3989;
}

.l_personal_zuo .l_personal_list li.act .l_dian {
	background-color: #4a3989;
}

.l_personal_zuo .l_personal_list li p {
	font-size: 16px;
	line-height: 1.2;
	transition: all 0.3s;
	margin-left: 11px;
}

.l_personal_zuo .l_personal_list li.act p {
	color: #4a3989;
}

.l_personal_zuo .l_personal_list li:hover p {
	color: #4a3989;
}

.l_personal_zuo .l_personal_list li .l_img {
	width: 19px;
	height: 19px;
	margin-left: 22px;
}

.l_personal_zuo .l_personal_list .l_list1 .l_img {
	background: url(../img/l_list1.png)no-repeat center center;
	background-size: cover;
}

.l_personal_zuo .l_personal_list .l_list2 .l_img {
	background: url(../img/l_list2.png)no-repeat center center;
	background-size: cover;
}

.l_personal_zuo .l_personal_list .l_list3 .l_img {
	background: url(../img/l_list3.png)no-repeat center center;
	background-size: cover;
}

.l_personal_zuo .l_personal_list .l_list4 .l_img {
	background: url(../img/l_list4.png)no-repeat center center;
	background-size: cover;
}

.l_personal_zuo .l_personal_list .l_list5 .l_img {
	background: url(../img/l_list5.png)no-repeat center center;
	background-size: cover;
}

.l_personal_zuo .l_personal_list .l_list1:hover .l_img {
	background: url(../img/l_act_list1.png)no-repeat center center;
	background-size: cover;
}

.l_personal_zuo .l_personal_list .l_list2:hover .l_img {
	background: url(../img/l_act_list2.png)no-repeat center center;
	background-size: cover;
}

.l_personal_zuo .l_personal_list .l_list3:hover .l_img {
	background: url(../img/l_act_list3.png)no-repeat center center;
	background-size: cover;
}

.l_personal_zuo .l_personal_list .l_list4:hover .l_img {
	background: url(../img/l_act_list4.png)no-repeat center center;
	background-size: cover;
}

.l_personal_zuo .l_personal_list .l_list5:hover .l_img {
	background: url(../img/l_act_list5.png)no-repeat center center;
	background-size: cover;
}

.l_personal_zuo .l_personal_list .l_list1.act .l_img {
	background: url(../img/l_act_list1.png)no-repeat center center;
	background-size: cover;
}

.l_personal_zuo .l_personal_list .l_list2.act .l_img {
	background: url(../img/l_act_list2.png)no-repeat center center;
	background-size: cover;
}

.l_personal_zuo .l_personal_list .l_list3.act .l_img {
	background: url(../img/l_act_list3.png)no-repeat center center;
	background-size: cover;
}

.l_personal_zuo .l_personal_list .l_list4.act .l_img {
	background: url(../img/l_act_list4.png)no-repeat center center;
	background-size: cover;
}

.l_personal_zuo .l_personal_list .l_list5.act .l_img {
	background: url(../img/l_act_list5.png)no-repeat center center;
	background-size: cover;
}

.bgf0 {
	background-color: #f0f0f0;
}

.l_personal_you {
	width: 990px;
}

.l_personal_you .l_title {
	width: 100%;
	background-color: #e6e6e6;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333333;
	font-size: 18px;
	line-height: 1.2;
}

.l_personal_you .l_personal_you_xia {
	box-sizing: border-box;
	width: 100%;
	padding: 0px 40px;
	background-color: #fff;
	padding-bottom: 47px;
	margin-bottom: 100px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.l_personal_you_xia .l_back {
	font-size: 16px;
	line-height: 1.2;
	color: #333333;
	padding: 10px 0px;
	cursor: pointer;
	display: inline-block;
}

.l_personal_you_xia .l_personal_you_shang {
	border: 1px solid #b4b4b4;
	box-sizing: border-box;
	border-radius: 5px;
}

.l_personal_you_shang_a {
	display: flex;
	justify-content: space-between;
	height: 50px;
	box-sizing: border-box;
	border-bottom: 1px solid #b4b4b4;
}

.l_personal_you_shang_a .l_name {
	width: 530px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
	margin-left: 30px;
	line-height: 50px;
	display: inline-block;
}

.l_personal_you_shang_a .l_before {
	line-height: 50px;
	display: inline-block;
	font-size: 14px;
	color: #333;
	transition: all 0.3s;
	width: 260px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 30px;
}

.l_personal_you_shang_a .l_before:hover {
	color: #3a1b83;
}

.l_personal_you_shang_a .l_before p {
	display: inline-block;
}

.l_personal_you_shang_b {
	padding: 0px 30px;
}

.l_personal_you_shang_b .l_list2 {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}

.l_personal_you_shang_b .l_list2 li {
	margin-top: 25px;
	width: 30%;
	margin-right: 5%;
}

.l_personal_you_shang_b .l_list2 li:nth-of-type(3n) {
	margin-right: 0px;
}

.l_personal_you_shang_b .l_list2 li img {
	width: 100%;
}

.l_personal_you_shang_b .l_list2 li p {
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.l_personal_you_shang_b .page {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 55px;
	padding-bottom: 36px;
}

.l_personal_you_shang_b .page p {
	font-size: 12px;
}

.l_personal_you_shang_b .page1 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.l_personal_you_shang_b .page ul {
	margin: 0px 25px;
}

.l_personal_you_shang_b .page li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: transparent;
	font-size: 14px;
	margin: 0 2px;
}

.l_personal_you_shang_b .page li a.act {
	background-color: #4a3989;
	color: #fff;
}

.l_personal_you_c ul {
	padding-top: 25px;
}

.l_personal_you_c li {
	box-sizing: border-box;
	border: 1px solid #b4b4b4;
	border-radius: 5px;
	margin-bottom: 25px;
}

.l_personal_you_c a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.l_personal_you_c a .l_div1 {
	position: relative;
	width: 510px;
}

.l_personal_you_c a .l_img1 {
	margin: 27px;
}
.l_personal_you_c ul li a img{
    width: 272px;
    height:153px;
    object-fit: cover;
}
.l_personal_you_c a .l_div1 .l_name {
	font-size: 22px;
	line-height: 1.2;
	color: #3a1b83;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 14px;
	margin-top: 27px;
}

.l_personal_you_c a .l_div1 .l_teacher,
.l_personal_you_c a .l_div1 .l_curriculum,
.l_personal_you_c a .l_div1 .l_date {
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
}

.l_personal_you_c a .l_div1 .l_Price {
	font-size: 18px;
	line-height: 1.2;
	color: #4a3989;
	margin-top: 18px;
}

.l_personal_you_c a .l_img2 {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 74px;
	height: 65px;
	margin-left: -37px;
	margin-top: -32px;
}

.l_personal_you_c a .l_a1 {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 130px;
	height: 30px;
	border-radius: 5px;
	background-color: #e2bb78;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}

.l_personal_you_d {
	padding-top: 45px;
}

.l_personal_you_d li {
	display: flex;
	justify-content: start;
	align-items: center;
	margin-bottom: 17px;
}

.l_personal_you_d li p {
	font-size: 14px;
	line-height: 1.3;
	color: #333333;
	width: 65px;
	margin-right: 22px;
}

.l_personal_you_d li p span {
	opacity: 0;
}

.l_personal_you_d li .l_red {
	color: red;
	opacity: 1;
	width: 100%;
	font-size: 12px;
	line-height: 1.2;
}

.l_personal_you_d li input {
	width: 320px;
	height: 28px;
	padding-left: 11px;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
}

.l_personal_you_d .l_tx {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.l_personal_you_d .l_anniu {
	width: 68px;
	height: 20px;
	border-radius: 5px;
	position: relative;
	margin-left: 40px;
	cursor: pointer;
}

.l_personal_you_d .l_anniu p {
	padding: 0px;
	margin: 0px;
	background-color: #dcdcdc;
	color: #333333;
	font-size: 12px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	cursor: pointer;
}

.l_personal_you_d .l_anniu .l_filepath {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

.l_personal_you_e.l_buttom {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}

.l_personal_you_e.l_buttom a {
	width: 100px;
	height: 30px;
	color: #fff;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	margin: 0px 16px;
}

.l_personal_you_e.l_buttom .l_buttom1 {
	background-color: #b4b4b4;
}

.l_personal_you_e.l_buttom .l_buttom2 {
	background-color: #e2bb78;
}

.l_player {
	margin-top: 13px;
	display: flex;
	justify-content: start;
}

.l_player .l_player1 {
	width: 910px;
}

.l_player .l_player1 .l_player1_a {
	height: 50px;
	background-color: #4a3989;
	width: 100%;
}

.l_player .l_player1 .l_player1_b {
	height: 510px;
	background-color: #000;
	width: 100%;
}

.l_player .l_back2 {
	font-size: 14px;
	line-height: 1.2;
	color: #fff;
	margin-left: 13px;
	display: flex;
	justify-content: start;
	align-items: center;
}

.l_player .l_back2 img {
	width: 13px;
	height: 12px;
	margin-right: 4px;
}

.l_player1_a {
	display: flex;
	justify-content: start;
	align-items: center;
}

.l_player1_a .l_player1_a_1 {
	display: flex;
	justify-content: start;
	align-items: center;
	margin-left: 80px;
}

.l_player1_a .l_player1_a_1 a {
	font-size: 12px;
	line-height: 1.2;
	color: #fff;
	display: flex;
	justify-content: start;
	align-items: center;
}

.l_player1_a .l_player1_a_1 a img {
	width: 14px;
	height: 15px;
	margin: 0px 6px;
}

.l_player1_a .l_player1_a_1 p {
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
	width: 510px;
	text-align: center;
	margin: 0px 10px;
}

.l_player2 {
	width: 290px;
}

.l_player2 .l_title {
	display: flex;
	justify-content: start;
	align-items: center;
	height: 50px;
	background-color: #dece9a;
	width: 100%;
}

.l_player2 .l_title p {
	font-size: 18px;
	line-height: 1.1;
	color: #4a3989;
}

.l_player2 .l_title img {
	width: 16px;
	height: 14px;
	margin-left: 25px;
	margin-right: 8px;
}

.l_player2 .l_player2_a {
	width: 100%;
	height: 510px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #fff;
}

.l_player2_a .l_d_box1 {
	position: relative;
	width: 96px;
	height: 54px;
}

.l_player2_a .l_d_box1 img {
	width: 100%;
	height: 100%;
}

.l_player2_a ul {
	margin-top: 10px;
	padding: 0px 10px;
	box-sizing: border-box;
}

.l_player2_a ul li {
	margin-bottom: 10px;
}

.l_player2_a .l_d_box1 p {
	font-size: 12px;
	line-height: 1.1;
	color: #fff;
	position: absolute;
	right: 9px;
	bottom: 4px;
}

.l_player2_a .l_d_box2 {
	margin-left: 7px;
	width: 150px;
}

.l_player2_a .l_d_box2 .l_p1 {
	font-size: 14px;
	line-height: 1.3;
	color: #333333;
	transition: all 0.3s;
	height: 36px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.l_player2_a .l_d_box2 .l_p1:hover {
	color: #4a3989;
}

.l_player2_a .l_d_box2 .l_p1.l_act {
	color: #4a3989;
}

.l_player2_a .l_d_box2 .l_p2 {
	font-size: 12px;
	line-height: 1.3;
	color: #5a5a5a;
	margin-top: 3px;
}

.l_player2_a .l_d_box2 .l_p2 span {
	margin-left: 3px;
}

.l_recommend1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 25px;
}

.l_recommend .l_recommend1_a {
	display: flex;
	justify-content: start;
	align-items: center;
}

.l_recommend .l_recommend1_a img {
	width: 12px;
	height: 18px;
}

.l_recommend .l_recommend1_a p {
	font-size: 19px;
	line-height: 1.2;
	color: #4a3989;
	margin-left: 5px;
	font-weight: bold;
}

.l_recommend .l_recommend1_b {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 76px;
	height: 24px;
	box-sizing: border-box;
	border: 1px solid #b4b4b4;
	border-radius: 5px;
	cursor: pointer;
}

.l_recommend .l_recommend1_b div {
	width: 13px;
	height: 13px;
	background: url(../img/l_replace.png) no-repeat center center;
	background-size: cover;
}

.l_recommend .l_recommend1_b p {
	font-size: 14px;
	line-height: 1.2;
	color: #5a5a5a;
	margin-left: 5px;
}

.l_recommend .l_recommend1_b:hover {
	background-color: #e2bb78;
	border: 1px solid #e2bb78;
}

.l_recommend .l_recommend1_b:hover div {
	width: 13px;
	height: 13px;
	background: url(../img/l_replace1.png) no-repeat center center;
	background-size: cover;
}

.l_recommend .l_recommend1_b:hover p {
	font-size: 14px;
	line-height: 1.2;
	color: #fff;
	margin-left: 5px;
}

.l_recommend .l_recommend2 {
	margin-top: 10px;
}

.l_recommend .l_recommend2 ul {
	display: flex;
	justify-content: start;
}

.l_recommend .l_recommend2 ul li {
	width: 224px;
	margin-right: 20px;
	transition: all 0.3s;
}

.l_recommend .l_recommend2 ul li:hover {
	margin-top: -10px;
}

.l_recommend .l_recommend2 ul li:last-child {
	margin-right: 0%;
}

.l_recommend .l_recommend2 ul li a {
	background-color: #fff;
	border-radius: 10px;
	display: inline-block;
	width: 100%;
}

.l_recommend .l_recommend2 ul li a img {
	width: 100%;
	display: block;
}

.l_recommend .l_recommend2 a .l_p1 {
	font-size: 17px;
	line-height: 1.2;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.l_recommend .l_recommend2 a .l_div1 {
	box-sizing: border-box;
	padding: 15px 11px;
}

.l_recommend .l_recommend2 a .l_div2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
}

.l_recommend .l_recommend2 a .l_div2 .l_p2 {
	font-size: 13px;
	line-height: 1.3;
	color: #fff;
	padding: 3px 7px;
	border-radius: 5px;
}

.l_recommend .l_recommend2 a .l_hearing {
	background: #4a3989;
}

.l_recommend .l_recommend2 a .l_language {
	background: #e2bb78;
}

.l_recommend .l_recommend2 a .l_writing {
	background: #1db3d9;
}

.l_recommend .l_recommend2 a .l_div2 .l_p3 {
	font-size: 13px;
	line-height: 1.3;
	color: #9e9e9e;
}

.l_msg {
	border-radius: 10px;
	background-color: #fff;
	margin-top: 36px;
}

.l_fou_t {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #b4b4b4;
	overflow: hidden;
	font-size: 19px;
	color: #4a3989;
	line-height: 50px;
	display: flex;
	justify-content: start;
	align-items: center;
}

.l_fou_t img {
	width: 17px;
	height: 18px;
	margin-left: 15px;
	margin-right: 8px;
}

.zm_fou_c {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 30px;
	box-sizing: border-box;
	padding: 0px 45px;
	margin-top: 33px;
}

.zm_fou_c_l {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	/* margin-left: 15px; */
	margin-top: 4px;
	border-bottom: 1px solid #e5e5e5;
}

.zm_fou_c_l img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.zm_fou_c_r {
	float: right;
	/* width: 1115px; */
	height: auto;
	overflow: hidden;
	padding-bottom: 30px;
	border-bottom: 1px solid #e7dbb5;
}

.zm_fou_c_r_l {
	width: 950px;
	height: 60px;
	border: 1px solid #e5e5e5;
	background: #fafafa;
	border-radius: 4px;
	float: left;
	margin-right: 15px;
}

.zm_fou_c_r_l textarea {
	color: #9d9d9d;
	font-size: 14px;
	border: none;
	resize: none;
	outline: none;
	width: 100%;
	background: none;
	font-family: '微软雅黑';
	padding: 10px;
	box-sizing: border-box;
	height: 100%;
}

.zm_fou_c_r_r {
	width: 60px;
	height: 60px;
	background: #e2bb78;
	border-radius: 3px;
	float: right;
	cursor: pointer;
	transition: 0.3s;
}

.zm_fou_c_r_r p {
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	letter-spacing: 6px;
	position: relative;
	left: 3px;
	top: 0px;
}

.zm_fou_b {
	padding: 0px 45px;
	padding-bottom: 20px;
}

.zm_fou_b ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.zm_fou_b_l {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	/* margin-left: 15px; */
	margin-top: 4px;
	border: 1px solid #e3e2e1;
	box-sizing: border-box;
}

.zm_fou_b_r {
	float: right;
	width: 1027px;
	height: auto;
	overflow: hidden;
	padding-bottom: 30px;
	border-bottom: 1px solid #e7dbb5;
}

.zm_fou_b_r_a {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.zm_fou_b_r_a p {
	font-size: 14px;
	color: #4a3989;
	font-weight: bold;
}

.zm_fou_b_r_a span {
	display: block;
	font-size: 14px;
	color: #5f5f5f;
	margin-top: 10px;
	margin-bottom: 10px;
}

.zm_fou_b_r_a div {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.zm_fou_b_r_b {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.zm_fou_b_r_f {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 12px;
	display: none;
}

.zm_fou_b_r_f_l {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	/* margin-left: 15px; */
	margin-top: 4px;
	border: 1px solid #e3e2e1;
	box-sizing: border-box;
}

.zm_fou_b_r_f_l img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.zm_fou_b_r_f_c {
	width: 480px;
	height: 44px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	overflow: hidden;
	margin-left: 15px;
	float: left;
	margin-top: 8px;
}

.zm_fou_b_r_f_c textarea {
	color: #8b8b8b;
	font-size: 14px;
	border: none;
	resize: none;
	outline: none;
	width: 100%;
	background: none;
	font-family: '微软雅黑';
	padding: 5px;
	box-sizing: border-box;
	height: 100%;
	background-color: #fafafa;
}

.zm_fou_b_r_f_r {
	width: 46px;
	height: 46px;
	background: #e2bb78;
	border-radius: 3px;
	float: left;
	cursor: pointer;
	transition: 0.3s;
	margin-left: 11px;
	margin-top: 8px;
}

.zm_fou_b_r_f_r p {
	text-align: center;
	line-height: 17px;
	font-size: 14px;
	color: #fff;
	letter-spacing: 3px;
	position: relative;
	left: 3px;
	top: 5px;
}

.zm_fou_b_l img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.zm_fou_b_r_a div l {
	font-size: 12px;
	float: left;
	color: #b4b4b4;
}

.zm_fou_b_r_a div w {
	font-size: 12px;
	float: left;
	color: #b4b4b4;
	margin-left: 30px;
	cursor: pointer;
}

.zm_fou_b_r_b {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.zm_fou_b_r_b_li {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 12px;
}

.zm_fou_b_r_b_li_l {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	margin-top: 4px;
	border: 1px solid #e3e2e1;
	box-sizing: border-box;
}

.zm_fou_b_r_b_li_l img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.zm_fou_b_r_b_li_r {
	float: left;
	height: auto;
	overflow: hidden;
	margin-left: 10px;
	width: 95%;
}

.zm_fou_b_r_b_li_r_t {
	height: auto;
	overflow: hidden;
}

.zm_fou_b_r_b_li_r_t p {
	display: inline-block;
	font-size: 14px;
	color: #4a3989;
	font-weight: bold;
	float: left;
}

.zm_fou_b_r_b_li_r_t span {
	font-size: 14px;
	color: #5f5f5f;
	margin-left: 8px;
}

.zm_fou_b_r_b_li_r_b {
	height: auto;
	overflow: hidden;
	margin-top: 3px;
}

.zm_fou_b_r_b_li_r_b l {
	font-size: 12px;
	float: left;
	color: #b4b4b4;
}

.zm_fou_b_r_b_li_r_b w {
	font-size: 12px;
	float: left;
	color: #b4b4b4;
	margin-left: 30px;
	cursor: pointer;
}

.zm_fou_b ul li {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 25px;
}

.formBox {
	width: 100%;
	padding: 15vh 0;
	background-color: #ececec;
}

.formBox .fb_main {
	width: 405px;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 12px;
	overflow: hidden;
	background-color: #fff;
	background-image: url(../img/bg1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
	box-shadow: 0 0 10px rgba(32, 21, 18, .3);
	padding: 56px 0 80px;
	position: relative;
}

.formBox .fb_main .fb_close {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 3;
	display: inline-block;
	width: 29px;
	height: 29px;
	background: url(../img/icon-close.png) no-repeat center;
	background-size: 100%;
}

.formBox .fb_main .fb_title {
	text-align: center;
	line-height: 33px;
	color: #4a3989;
	font-size: 26px;
	margin-bottom: 14px;
}

.formBox .fb_main .fb_p1 {
	line-height: 20px;
	text-align: center;
	color: #4a3989;
	font-size: 17px;
}

.formBox .login {
	width: 270px;
	margin: 25px auto 0;
}

.formBox .login .lb_type {
	padding: 0 8px;
	margin-bottom: 18px;
}

.formBox .login .lb_type ul li {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	box-sizing: border-box;
	color: #9e9e9e;
	font-size: 17px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

.formBox .login .lb_type ul li:last-child {
	float: right;
}

.formBox .login .lb_type ul li.on {
	border-bottom: 1px solid #4a3989;
	color: #4a3989;
}

.formBox .login .lb_box {
	width: 100%;
	min-height: 150px;
	margin-bottom: 20px;
	display: none;
}

.formBox .login .lb_box.lb_box0 {
	display: block;
}

.formBox .login .lb_box .lb_col {
	height: 35px;
	margin-bottom: 12px;
}

.formBox .login .lb_box .lb_col input {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 33px;
	border: 1px solid #b4b4b4;
	border-radius: 4px;
	padding: 0 13px;
	box-sizing: border-box;
	font-size: 15px;
}

.formBox .login .lb_box .lb_col.code input {
	float: left;
	width: 52%;
}

.formBox .login .lb_box .lb_col.code button {
	float: right;
	width: 45%;
	height: 35px;
	border: 0;
	border-radius: 4px;
	background-color: #e2bb78;
	color: #fff;
	font-size: 15px;
}

.formBox .loginWx {
	display: none;
	width: 270px;
	margin: 15px auto 0;
}

.formBox .loginWx .wb_img {
	text-align: center;
	margin-bottom: 10px;
}

.formBox .loginWx .wb_img img {
	vertical-align: top;
	width: 235px;
	max-width: 90%;
}

.formBox .loginWx .wb_tips {
	line-height: 23px;
	text-align: center;
	color: #5f5f5f;
	font-size: 15px;
}

.formBox .loginWx .wb_tips img {
	vertical-align: top;
	margin-right: 6px;
}

.formBox .fb_btn button {
	display: block;
	width: 100%;
	height: 42px;
	line-height: 42px;
	border: 0;
	border-radius: 4px;
	background-color: #4a3989;
	color: #fff;
	font-size: 17px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

.formBox .fb_btn button:hover {
	box-shadow: 0 0 5px #000;
}

.formBox .fb_link {
	height: 20px;
	line-height: 20px;
	margin-top: 18px;
}

.formBox .fb_link a {
	color: #9e9e9e;
	font-size: 15px;
	cursor: pointer;
}

.formBox .fb_link a span {
	color: #4a3989;
}

/**课程列表**/
.courseList {
	padding: 28px 0 50px;
	background-color: #ececec;
}

.courseList .container {
	overflow: initial;
}

.courseList .cl_type {
	line-height: 28px;
	color: #5f5f5f;
	font-size: 16px;
	margin-bottom: 30px;
}

.courseList .cl_type a {
	display: inline-block;
	vertical-align: top;
	padding: 0 12px;
	line-height: 28px;
	margin-left: 10px;
	border-radius: 5px;
	color: #5f5f5f;
}

.courseList .cl_type a.on {
	background-color: #4a3989;
	color: #fff;
}

.courseList .cl_top {
	width: 100%;
}

.courseList .cl_top ul li {
	float: left;
	width: 49%;
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
	margin-right: 2%;
	margin-bottom: 18px;
	overflow: hidden;
	position: relative;
}

.courseList .cl_top ul li:nth-of-type(even) {
	margin-right: 0;
}

.courseList .cl_top ul li span.recommend {
	position: absolute;
	top: 6px;
	left: -17px;
	z-index: 3;
	width: 66px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #4a3989;
	color: #fff;
	font-size: 12px;
	transform: rotate(-45deg);
}

.courseList .cl_top ul li .tb_img {
	display: inline-block;
}

.courseList .cl_top ul li .tb_img img {
	width: 310px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

.courseList .cl_top ul li .tb_img img:hover {
	box-shadow: 0 0 10px #ddd;
	border-radius: 6px;
}

.courseList .cl_top ul li .tb_right {
	padding-left: 330px;
}

.courseList .cl_top ul li .tb_right .tb_title {
	line-height: 24px;
	margin-bottom: 16px;
}

.courseList .cl_top ul li .tb_right .tb_title a {
	color: #404040;
	font-size: 20px;
}

.courseList .cl_top ul li .tb_right .tb_title a:hover {
	color: #4a3989;
}

.courseList .cl_top ul li .tb_right .tb_num {
	line-height: 22px;
	color: #5f5f5f;
	font-size: 14px;
	margin-bottom: 60px;
}

.courseList .cl_top ul li .tb_right .tb_num span {
	margin-top: -3px;
}

.courseList .cl_top ul li .tb_right .tb_num font {
	color: #3a1b83;
	font-size: 20px;
}

.courseList .cl_top ul li .tb_right .tb_team {
	line-height: 30px;
}

.courseList .cl_top ul li .tb_right .tb_team span {
	display: inline-block;
	vertical-align: top;
	margin-right: 24px;
	color: #5f5f5f;
	font-size: 14px;
}

.courseList .cl_top ul li .tb_right .tb_team span:last-child {
	margin-right: 0;
}

.courseList .cl_top ul li .tb_right .tb_team span img {
	width: 30px;
	height: 30px;
	vertical-align: top;
	border-radius: 50%;
	margin-right: 5px;
}

.courseList .cl_list {
	width: 100%;
}

.courseList .cl_list ul li {
	float: left;
	width: 24%;
	background-color: #fff;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	margin-right: 1.33%;
	margin-bottom: 16px;
}

.courseList .cl_list ul li:nth-of-type(4n + 0) {
	margin-right: 0;
}

.courseList .cl_list ul li:hover {
	border-radius: 10px;
	box-shadow: 0 0 10px #999;
}

.courseList .cl_list ul li .ll_img {
	display: block;
	width: 100%;
}

.courseList .cl_list ul li .ll_text {
	padding: 8px 13px;
}

.courseList .cl_list ul li .ll_text .ll_title {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #404040;
	font-size: 16px;
	margin-bottom: 8px;
}

.courseList .cl_list ul li .ll_text .ll_num {
	color: #5f5f5f;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 25px;
}

.courseList .cl_list ul li .ll_text .ll_num span font {
	color: #3a1b83;
	font-size: 16px;
}

.courseList .cl_list ul li .ll_text .ll_team {
	width: 100%;
}

.courseList .cl_list ul li .ll_text .ll_team span {
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	color: #5f5f5f;
	font-size: 14px;
	margin-right: 24px;
}

.courseList .cl_list ul li .ll_text .ll_team span:last-child {
	margin-right: 0;
}

.courseList .cl_list ul li .ll_text .ll_team span img {
	vertical-align: top;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right: 5px;
}

/**课程详情**/
.listDet {
	padding: 10px 0;
	background-color: #ececec;
}

.listDet .ld_top {
	background-color: #fff;
	padding: 35px;
	margin-bottom: 10px;
	position: relative;
}

.listDet .ld_top .dt_img {
	width: 460px;
}

.listDet .ld_top .dt_img img {
	display: block;
	width: 100%;
}

.listDet .ld_top .dt_right {
	padding-left: 496px;
	padding-right: 300px;
}

.listDet .ld_top .dt_right .dt_title {
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	color: #404040;
	font-size: 22px;
}

.listDet .ld_top .dt_right .dt_price {
	line-height: 38px;
	color: #404040;
	font-size: 16px;
	margin-bottom: 20px;
}

.listDet .ld_top .dt_right .dt_price span {
	color: #3a1b83;
	font-size: 20px;
}

.listDet .ld_top .dt_right .dt_js {
	line-height: 30px;
	color: #404040;
	font-size: 16px;
}

.listDet .ld_top .dt_right .dt_btn {
	margin-top: 20px;
}

.listDet .ld_top .dt_right .dt_btn button {
	width: 145px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 0;
	border-radius: 18px;
	background-color: #3a1b83;
	color: #fff;
	font-size: 16px;
}

.listDet .ld_top .dt_kf {
	position: absolute;
	top: 60px;
	right: 0;
	z-index: 3;
	width: 320px;
	text-align: center;
}

.listDet .ld_top .dt_kf img {
	vertical-align: top;
	width: 140px;
}

.listDet .ld_top .dt_kf p {
	line-height: 22px;
	color: #404040;
	font-size: 14px;
}

.listDet .ld_title {
	line-height: 54px;
	color: #4a3989;
	font-size: 20px;
	border-bottom: 1px solid #dcdcdc;
}

.listDet .ld_title img {
	width: 34px;
	vertical-align: top;
	margin-top: 10px;
	margin-right: 10px;
}

.listDet .ld_text,
.listDet .ld_list {
	background-color: #fff;
	padding: 17px 48px;
	margin-bottom: 10px;
}

.listDet .ld_text .dt_main {
	padding: 15px 0;
}

.listDet .ld_text .dt_main img {
	max-width: 100%;
}

.listDet .ld_list .dl_main {
	width: 100%;
}

.listDet .ld_list .dl_main ul li {
	padding: 20px 0 22px;
	border-bottom: 1px solid #dcdcdc;
}

.listDet .ld_list .dl_main ul li .dl_title {
	line-height: 22px;
	margin-bottom: 8px;
	color: #404040;
	font-size: 18px;
}

.listDet .ld_list .dl_main ul li .dl_title span {
	float: left;
	display: inline-block;
	vertical-align: top;
	width: 76px;
	padding-left: 8px;
}

.listDet .ld_list .dl_main ul li .dl_title a {
	color: #404040;
}

.listDet .ld_list .dl_main ul li .dl_title a:hover {
	color: #4a3989;
}

.listDet .ld_list .dl_main ul li p {
	padding-left: 84px;
	line-height: 20px;
	color: #5f5f5f;
	font-size: 16px;
}

.answer {
	width: 100%;
	padding: 12px 0 20px;
}

.answer .ab_top {
	height: 45px;
	line-height: 45px;
	padding: 0 22px;
	background: url(../img/bg2.jpg) repeat-x center;
	position: relative;
}

.answer .ab_top .fl {
	display: inline-block;
	vertical-align: top;
	color: #d4f2d1;
	font-size: 10px;
}

.answer .ab_top .fl img {
	vertical-align: top;
	margin-top: 12px;
	margin-right: 10px;
}

.answer .ab_top .bt_btn button {
	width: 86px;
	height: 25px;
	line-height: 25px;
	border-radius: 4px;
	border: 0;
	color: #000000;
	font-size: 10px;
	background-image: linear-gradient(0deg, #379ac3, #add6f0);
	vertical-align: top;
	margin-top: 10px;
}

.answer .ab_top .bt_btn a {
	display: inline-block;
	width: 40px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 4px;
	border: 0;
	color: #000000;
	font-size: 10px;
	background-color: #fff;
	margin-left: 6px;
	vertical-align: top;
	margin-top: 10px;
}

.answer .ab_top .bt_time {
	position: absolute;
	bottom: 0;
	left: 43%;
	z-index: 3;
	height: 45px;
	line-height: 45px;
	color: #fdefc0;
	font-size: 10px;
	transform: translateX(-50%);
}

.answer .ab_top .bt_time img {
	vertical-align: top;
	margin-top: 8px;
	margin-right: 4px;
}

.answer .ab_top .bt_time span {
	font-size: 13px;
	margin-right: 2px;
}

.answer .pageBox {
	display: none;
}

.answer .pageBox.pageBox0 {
	display: block;
}

.answer .ab_problem {
	margin: 16px 20px 10px;
	
	background-color: #f7f7f7;
	border-radius: 5px;
	padding: 9px;
	box-shadow: 0 0 6px #c8d0de;
}

.answer .ab_problem div {
	line-height: 1;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	
}

.answer .ab_problem p {
	line-height: 14px;
	color: #000000;
	font-size: 11px;
	margin-top: 10px;
}

.answer .ab_main {
	margin: 0 20px 5px;
	min-height: 500px;
	background-color: #ffffff;
	/*background-image: linear-gradient(0deg, #ffffff, #dde3ee);*/
	/*box-shadow: 0 0 6px #c8d0de;*/
	border-radius: 5px;
	padding: 13px 25px;
}

.answer .ab_main .bm_left {
	width: 50%;
	max-height: 800px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 10px;
}

.answer .ab_main .bm_left .ml_tit {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.answer .ab_main .bm_left p {
	line-height: 2.4;
	color: #000000;
	font-size: 12px;
	margin-bottom: 10px;
}

.answer .ab_main .bm_left img {
	display: block;
	max-width: 100%;
}

.answer .ab_main .bm_right {
	width: 44%;
	max-height: 800px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 20px;
}

.answer .ab_main .bm_right textarea {
	display: block;
	width: 100%;
	min-height: 480px;
	padding: 5px 10px;
	box-sizing: border-box;
}

.answer .ab_main .bm_right div {
	line-height: 1;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 25px;
}

.answer .ab_main .bm_right div span {
	font-weight: bold;
	margin-left: 4px;
}

.answer .ab_main .bm_right table tr span {
	margin-left: 0;
}

.answer .ab_main .bm_right .mr_tit {
	margin: 0;
	line-height: 1;
	margin-bottom: 5px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

.answer .ab_main .bm_right .mr_tips {
	margin: 0;
	color: #000000;
	font-size: 12px;
	line-height: 1.5;
}

.answer .ab_main .bm_right .mr_tips b {
	font-size: 14px;
	font-weight: bold;
}

.answer .ab_main .bm_right .mr_list {
	margin-top: 20px;
}

.answer .ab_main .bm_right .mr_box {
	margin: 0;
	width: 100%;
	margin-bottom: 10px;
}

.answer .ab_main .bm_right .mr_box div {
	margin: 0;
}

.answer .ab_main .bm_right .mr_box .mr_problem {
	padding: 6px 0;
	padding-left: 30px;
	line-height: 18px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	border-radius: 5px;
	border: 1px solid #b4b4b4;
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}

.answer .ab_main .bm_right .mr_box .mr_problem.mr_problem2 {
	padding-left: 46px;
}

.answer .ab_main .bm_right .mr_box.open .mr_problem {
	background-color: #b3dbf5;
	border: 1px solid #b3dbf5;
}

.answer .ab_main .bm_right .mr_box .mr_problem span {
	position: absolute;
	top: 6px;
	left: 0;
	z-index: 3;
	display: inline-block;
	width: 30px;
	line-height: 18px;
	text-align: center;
	margin-left: 0;
}

.answer .ab_main .bm_right .mr_box .mr_problem.mr_problem2 span {
	width: 45px;
}

.answer .ab_main .bm_right .mr_box .mr_select {
	width: 100%;
	display: none;
}

.answer .ab_main .bm_right .mr_box.open .mr_select {
	display: block;
}

.answer .ab_main .bm_right .mr_box .mr_select ul {
	padding: 5px 16px;
}

.answer .ab_main .bm_right .mr_box .mr_select ul li {
	line-height: 22px;
	color: #000000;
	font-size: 12px;
}

.answer .ab_main .bm_right .mr_box .mr_select ul li input {
	vertical-align: middle;
	margin-right: 4px;
}

.answer .ab_main .bm_right .mr_box .mr_select ul li label.answerRed {
	color: #e41414 !important;
}

.answer .ab_main .bm_right .mr_box .mr_select ul li label.answerGreen {
	color: #36B935 !important;
}

.answer .ab_main .bm_right .mr_list {
	margin-bottom: 30px;
}

.answer .ab_main .bm_right .mr_img {
	text-align: center;
	margin-top: 40px;
}

.answer .ab_main .bm_right .mr_img img {
	width: 90%;
}

.answer .ab_main .bm_right .mr_shu {
	width: 100%;
	margin-top: 25px;
}

.answer .ab_main .bm_right .mr_shu .rs_tit {
	line-height: 1.5;
	text-align: center;
	font-size: 14px;
	margin-bottom: 15px;
}

.answer .ab_main .bm_right .mr_shu .rs_box {
	background-color: #fff;
	padding: 20px 10px;
}

.answer .ab_main .bm_right .mr_shu .rs_box .sb_label {
	width: 50%;
	margin: 0 auto;
	padding: 15px 5px;
	border: 1px solid #888888;
	text-align: center;
	margin-top: 28px;
	color: #000;
	font-size: 12px;
	background-color: #f9f9f9;
	position: relative;
	z-index: 3;
}

.answer .ab_main .bm_right .mr_shu .rs_box .sb_label:first-child {
	margin-top: 0;
}

.answer .ab_main .bm_right .mr_shu .rs_box .sb_label input {
	width: 90%;
	height: 25px;
	text-align: center;
	border: 1px solid #888888;
}

.answer .ab_main .bm_right .mr_shu .rs_box .sb_label input:hover {
	border: 1px solid #509ec0;
	color: #509ec0;
}

.answer .ab_main .bm_right .mr_shu .rs_box .sb_label:after {
	content: '';
	position: absolute;
	bottom: -29px;
	left: 50%;
	z-index: 1;
	display: inline-block;
	width: 9px;
	height: 28px;
	background-image: url(../img/icon_shu1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-left: -5px;
}

.answer .ab_main .bm_right .mr_shu .rs_box .even {
	display: flex;
	justify-content: space-between;
	margin-top: 0;
}

.answer .ab_main .bm_right .mr_shu .rs_box .even .sb_label {
	margin-top: 28px;
	width: 45%;
}

.answer .ab_main .bm_right .mr_shu .rs_box .sb_label div {
	margin-top: 0;
	line-height: 1.5;
	font-weight: bold;
}

.answer .ab_main .bm_right .mr_shu .rs_box .even .sb_label div {
	margin-bottom: 10px;
}

.answer .ab_main .bm_right .mr_shu .rs_box .sb_label p {
	line-height: 1.7;
}

.answer .ab_main .bm_right .mr_shu .rs_box .even .sb_label:after {
	display: none;
}

.answer .ab_main .bm_right .mr_shu .rs_box .sb_label.lineEven:after {
	content: '';
	position: absolute;
	bottom: -26px;
	left: -28px;
	z-index: 1;
	display: inline-block;
	width: 32px;
	height: 43px;
	background-image: url(../img/icon_shu2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-left: -5px;
}

.answer .ab_main .bm_right .mr_shu .rs_box .sb_label.lineEven:before {
	content: '';
	position: absolute;
	bottom: -26px;
	right: -33px;
	z-index: 1;
	display: inline-block;
	width: 32px;
	height: 43px;
	background-image: url(../img/icon_shu3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-left: -5px;
}

.answer .ab_main .bm_right .mr_text {
	line-height: 30px;
	color: #000000;
	font-size: 12px;
}

.answer .ab_main .bm_right .mr_text input {
	width: 140px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	border-radius: 3px;
	border: 1px solid #b4b4b4;
	background-color: #fff;
	color: #b4b4b4;
}

.answer .ab_bottom {
	margin: 0 20px;
}

.answer .ab_bottom label.fl {
	display: inline-block;
	line-height: 48px;
	color: #35393e;
	font-size: 10px;
	cursor: pointer;
}

.answer .ab_bottom label.fl span {
	display: inline-block;
	vertical-align: top;
	margin-top: 18px;
	margin-right: 6px;
	height: 12px;
	width: 12px;
	border: 1px solid #35393e;
	border-radius: 3px;
	box-sizing: border-box;
}

.answer .ab_bottom label.fl.on span {
	background: url(../img/icon5.png) no-repeat center;
	background-size: 10px;
}

.answer .ab_bottom .bb_box {
	width: 80%;
	margin-left: 35px;
	border-radius: 4px;
	box-shadow: 0 0 6px #c8d0de;
	overflow: hidden;
}

.answer .ab_bottom .bb_box .bb_type {
	width: 100%;
	line-height: 45px;
	background-color: #e5ecf8;
	white-space: nowrap;
	overflow-x: scroll;
}

.answer .ab_bottom .bb_box .bb_type span {
	color: #000000;
	font-size: 10px;
	margin-left: 14px;
}

.answer .ab_bottom .bb_box .bb_type span font {
	display: inline-block;
	vertical-align: top;
	width: 23px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	margin-top: 11px;
	margin-left: 10px;
	background-color: #565656;
	color: #ffffff;
	font-size: 10px;
	border-radius: 3px;
}

.answer .ab_bottom .bb_box .bb_type span font.on {
	background-color: #b4dcf6;
}

.answer .ab_bottom .bb_box .bb_type span font.round {
	border-radius: 50%;
}

.answer .ab_bottom .bb_box .bb_type span font.false {
	background-color: #e41414 !important;
}

.answer .ab_bottom .bb_box .bb_text {
	padding: 8px;
	background-color: #fff;
	display: none;
}

.answer .ab_bottom .bb_btn a {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	margin-left: 5px;
}

.answer .ab_bottom .bb_btn a img {
	vertical-align: top;
	margin-top: 4px;
}

.answer .ab_bottom .bb_btn a.over {
	opacity: .6;
}

.answer .ab_main .bm_form {
	width: 100%;
}

.answer .ab_main .bm_form .mf_title {
	color: #000000;
	font-size: 12px;
	line-height: 2;
}

.answer .ab_main table {
	margin: 6px 0 15px;
	max-width: 100%;
	border: 1px solid #000;
	margin-left: 3px;
}

.answer .ab_main table th,
.answer .ab_main table td {
	border: 1px solid #000;
	padding: 6px 7px;
}

.answer .ab_main table th {
	max-width: 26%;
	text-align: left;
}

.answer .ab_main table td {
	color: #000000;
	font-size: 12px;
	line-height: 28px;
	word-break: initial !important;
}

/*.answer .ab_main  table td p,.answer .ab_main  table td span{*/
/*	word-wrap:break-word;*/
/*    word-break:break-all;*/
/*}*/
.answer .ab_main table td input {
	vertical-align: middle;
	width: 155px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	border-radius: 3px;
	border: 1px solid #b4b4b4;
	background-color: #fff;
	color: #b4b4b4;
	/*font-weight: bold;*/
}

.answer .ab_main table td input.selected {
	border: 1px solid #007AFF !important;
	color: #000 !important;
}

.answer .ab_main table td input.question_no.answerRed {
	color: red;
}

.answer .ab_main table td button {
	font-size: 12px;
	line-height: 22px;
	vertical-align: middle;
	background-color: #10b2a8 !important;
	;
	color: #fff;
	padding: 0 10px;
	border: 0;
	border-radius: 4px;
	margin-left: 3px;
}

.answer .ab_main .bm_right table td p span,
.answer .ab_main .bm_left table td p span {
	font-weight: 400;
}

.answer .ab_main .mf_list {
	width: 100%;
	margin-top: 15px;
}

.answer .ab_main .mf_list>ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.answer .ab_main .mf_list>ul>li {
	width: 45%;
	margin-bottom: 15px;
}

.answer .ab_main .mf_list>ul>li:nth-of-type(even) {
	float: right;
}

.answer .ab_main .mf_list>ul>li .fl_name {
	padding: 6px 8px;
	padding-left: 30px;
	font-size: 12px;
	border-radius: 5px;
	color: #000000;
	font-size: 12px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 8px;
	position: relative;
}

.answer .ab_main .mf_list>ul>li .fl_name.selected {
	background-color: #b4dbf7;
	color: #000;
}

.answer .ab_main .mf_list>ul>li .fl_name span {
	position: absolute;
	top: 6px;
	left: 0;
	z-index: 3;
	display: inline-block;
	width: 24px;
	line-height: 1.5;
	padding-left: 3px;
	box-sizing: box-sizing;
}

.answer .ab_main .mf_list>ul>li .fl_name.fl_name2 {
	padding-left: 40px;
}

.answer .ab_main .mf_list>ul>li .fl_name.fl_name2 span {
	width: 40px;
}

.answer .ab_main .mf_list>ul>li .fl_dl label {
	padding-left: 24px;
}

.answer .ab_main .mf_list>ul>li .fl_dl label,
.answer .ab_main .mf_list>ul>li .fl_dl l {
	display: block;
	padding: 4px 0 4px 30px;
	line-height: 17px;
	color: #000000;
	font-size: 12px;
	position: relative;
}

.answer .ab_main .mf_list>ul>li .fl_dl label.answerGreen {
	color: #10b2a8 !important;
}

.answer .ab_main .mf_list>ul>li .fl_dl label input {
	margin-right: 4px;
	vertical-align: middle;
}

.answer .ab_main .mf_list>ul>li .fl_dl label input[type="text"] {
	float: right;
	margin-right: 45%;
	width: 150px;
	height: 20px;
	border: 1px solid #b4b4b4;
	border-radius: 4px;
	background-color: #fff;
	box-sizing: border-box;
}

.answer .ab_main .mf_list>ul>li .fl_dl label input[type="text"].selected {
	border: 1px solid #007AFF;
	color: #000;
}

.answer .ab_main .mf_list>ul>li .fl_dl label font {
	position: absolute;
	right: 28%;
	top: 0;
	z-index: 3;
	margin-top: 3px;
	overflow: hidden;
	display: inline-block;
	width: 150px;
	height: 20px;
	line-height: 18px;
	padding: 0 8px;
	border: 1px solid #b4b4b4;
	border-radius: 4px;
	background-color: #fff;
	box-sizing: border-box;
	text-indent: 0;
}

.answer .ab_main .mf_list>ul>li .fl_dl label font.selected {
	border: 1px solid #007AFF;
	color: #000;
}

.answer .ab_main .mf_list>ul>li .fl_dl label font l {
    height: 18px;
	line-height: 18px;
	background-color: transparent;
	padding: 0 5px;
	box-shadow: 0 0 0 #fff;
	margin-bottom: 0;
}

.answer .ab_main .mf_list>ul>li .fl_dl l {
	display: inline-block;
	width: auto;
	padding: 0 25px;
	height: 22px;
	line-height: 22px;
	background-color: #DDE3ED;
	border-radius: 4px;
	color: #000000;
	font-size: 12px;
	box-shadow: 0 2px 4px #a6a5a5;
	margin-bottom: 8px;
	text-indent: 0;
}

.answer .ab_main .bm_form .mf_text {
	padding: 0;
	line-height: 36px;
	color: #000000;
	font-size: 14px;
}

.answer .ab_main .bm_form .mf_text input {
	width: 115px;
	height: 22px;
	text-align: center;
	font-size: 12px;
	border-radius: 3px;
	border: 1px solid #b4b4b4;
	background-color: #fff;
	color: #b4b4b4;
	margin: 0 5px;
}

.answer .ab_main .bm_form .mf_text p{
    padding: 2px 0;
}

.answer .ab_main .mf_select {
	width: 100%;
	max-width: 500px;
}

.answer .ab_main .mf_select img {
	display: block;
	max-width: 100%;
}

.answer .ab_main .mf_select table {
	width: 100%;
}

.answer .ab_main .mf_select table th,
.answer .ab_main .mf_select table td {
	font-size: 12px;
}

/*.answer .ab_main .mf_select table th{*/
/*	width: 18%;*/
/*}*/
.answer .ab_main .mf_select table th:first-child {
	width: 30%;
	max-width: 34%;
}

.answer .ab_main .mf_select table thead th {
	text-align: center;
	padding: 6px 0;
}

.answer .ab_main .mf_select table td.options.on {
	background-image: url(../img/icon9.png);
	background-repeat: no-repeat;
	background-position: center;
}

.answer .ab_main .mf_select table td.options.on.answerGreen {
	background-image: url(../img/icon9-green.png);
}

.answer .ab_top .audio-container {
	position: absolute;
	top: 0;
	left: 43%;
	height: 45px;
	line-height: 45px;
	margin-left: 120px;
}

.answer .ab_top .audio-container img {
	vertical-align: top;
	margin-right: 5px;
	margin-top: 12px;
}

#volume {
	display: inline-block;
	height: 10px;
	width: 100px;
	background-color: #d3d3d3;
	border-radius: 10px;
}

#volume .volume-bar {
	display: block;
	height: 100%;
	background-color: gray;
	border-radius: 10px;
}

.answer .ab_test {
	width: 940px;
	max-width: 100%;
	margin: 100px auto;
}

.answer .ab_test .bt_tit {
	line-height: 45px;
	font-size: 14px;
	font-weight: bold;
}

.answer .ab_test .bt_tit img {
	vertical-align: top;
	margin-top: 4px;
	margin-right: 7px;
}

.answer .ab_test .bt_main {
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 20px;
}

.answer .ab_test .bt_main ul li {
	margin-bottom: 20px;
}

.answer .ab_test .bt_main ul li:last-child {
	margin-bottom: 0;
}

.answer .ab_test .bt_main ul li .tm_name {
	line-height: 1.5;
	font-size: 14px;
}

.answer .ab_test .bt_main ul li .tm_name img {
	vertical-align: middle;
	margin-right: 5px;
}

.answer .ab_test .bt_main ul li .tm_btn {
	margin-top: 20px;
	text-align: center;
}

.answer .ab_test .bt_main ul li .tm_btn button {
	padding: 0 26px;
	height: 32px;
	line-height: 32px;
	border-radius: 5px;
	background-color: #dce5f5;
	color: #333333;
	font-size: 14px;
	border: 0;
	box-shadow: 0 3px 5px #8a8d97;
}

.answer .ab_test .bt_main .example {
	padding: 0 2%;
	margin-bottom: 15px;
}

.answer .ab_test .bt_main .example h3 {
	text-align: center;
	line-height: 1;
	color: #fe0314;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 6px;
}

.answer .ab_test .bt_main .example p {
	line-height: 1.8;
	color: #333333;
	font-size: 14px;
}

.booksServer {
	padding: 20px 0 50px;
	width: 100%;
	background-color: #ebebeb;
}

.booksServer .bs_left {
	width: 26%;
	min-height: 600px;
	float: left;
	background-color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.booksServer .bs_tit {
	width: 100%;
	line-height: 50px;
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
	color: #404040;
	font-size: 22px;
}

.booksServer .bsl_nav {
	width: 100%;
}

.booksServer .bsl_nav ul li {
	border-bottom: 1px solid #ebebeb;
}

.booksServer .bsl_nav ul li a {
	display: block;
	padding: 13px 0;
}

.booksServer .bsl_nav ul li a .icon,
.booksServer .bsl_nav ul li a .iconW {
	float: left;
	height: 54px;
	margin-left: 28px;
}

.booksServer .bsl_nav ul li a .iconW {
	display: none;
}

.booksServer .bsl_nav ul li a .sl_text {
	padding-left: 100px;
	line-height: 1.3;
	color: #404040;
	font-size: 18px;
}

.booksServer .bsl_nav ul li a .sl_text div {
	margin-bottom: 8px;
}

.booksServer .bsl_nav ul li.server_act {
	background-color: #4a3989;
}

.booksServer .bsl_nav ul li.server_act .sl_text div,
.booksServer .bsl_nav ul li.server_act .sl_text p {
	color: #fff;
}

.booksServer .bsl_nav ul li.server_act a .icon {
	display: none;
}

.booksServer .bsl_nav ul li.server_act a .iconW {
	display: block;
}

.booksServer .bs_right {
	width: 72%;
	min-height: 600px;
	float: right;
	background-color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.booksServer .bs_right .bsr_list {
	padding: 15px 5%;
}

.booksServer .bs_right .bsr_list ul li {
	margin-bottom: 25px;
}

.booksServer .bs_right .bsr_list ul li .rl_name {
	line-height: 1.5;
	color: #404040;
	font-size: 18px;
	margin-bottom: 10px;
}

.booksServer .bs_right .bsr_list ul li .rl_table {
	padding: 0 60px;
	margin-bottom: 10px;
}

.booksServer .bs_right .bsr_list ul li .rl_table table {
	width: 100%;
	border: 1px solid #9e9e9e;
}

.booksServer .bs_right .bsr_list ul li .rl_table table tr th {
	line-height: 33px;
	text-align: center;
	border: 1px solid #9e9e9e;
	color: #4a3989;
	font-size: 16px;
	font-weight: 400;
	background-color: #dcdcdc;
}

.booksServer .bs_right .bsr_list ul li .rl_table table tr td {
	padding: 8px 0;
	line-height: 24px;
	color: #5f5f5f;
	font-size: 16px;
	text-align: center;
	border: 1px solid #9e9e9e;
}

.booksServer .bs_right .bsr_btn {
	text-align: center;
	margin-top: 55px;
	margin-bottom: 20px;
}

.booksServer .bs_right .bsr_btn button {
	width: 21%;
	height: 40px;
	line-height: 40px;
	background-color: #e2bb78;
	color: #fff;
	font-size: 20px;
	border: 0;
	border-radius: 5px;
}

.booksServer .bs_right .bsr_btn button:last-child {
	margin-left: 8%;
	background-color: #4a3989;
}

.bottomPage {
	text-align: center;
	margin-bottom: 20px;
}

.bottomPage button {
	vertical-align: top;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #7f9ac9;
	color: #fff;
	font-size: 17px;
	border-radius: 6px;
	border: 0;
	margin: 0 25px;
}

.bottomPage a {
	vertical-align: top;
	display: inline-block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #7f9ac9;
	color: #fff;
	font-size: 17px;
	border-radius: 6px;
	border: 0;
	margin: 0 25px;
}

.answerRed {
	color: #e41414 !important;
}

/*雅思备考*/
.beikao {
	width: 100%;
	padding: 26px 0 46px;
}

.beikao .bk_left {
	float: left;
	width: 15%;
	text-align: center;
	min-height: 465px;
	background-color: #fff;
	border-radius: 6px;
}

.beikao .bk_left .bkl_tit {
	line-height: 44px;
	color: #404040;
	font-size: 20px;
	border-bottom: 1px solid #cecece;
}

.beikao .bk_left .bkl_nav {
	width: 100%;
}

.beikao .bk_left .bkl_nav ul li {
	border-bottom: 1px solid #ededed;
}

.beikao .bk_left .bkl_nav ul li a {
	display: block;
	padding: 10px 0;
	line-height: 34px;
	font-size: 18px;
}

.beikao .bk_left .bkl_nav ul li img {
	vertical-align: top;
	margin-right: 8px;
	display: none;
}

.beikao .bk_left .bkl_nav ul li img.b {
	display: inline-block;
}

.beikao .bk_left .bkl_nav ul li.active a {
	background-color: #4a3989;
	color: #fff;
}

.beikao .bk_left .bkl_nav ul li.active img.b {
	display: none;
}

.beikao .bk_left .bkl_nav ul li.active img.w {
	display: inline-block;
}

.beikao .bk_left .bkl_nav ul li.active_tiku a {
	color: #4a3989;
}

.beikao .bk_left .bkl_nav ul li.active_tiku img.b {
	display: none;
}

.beikao .bk_left .bkl_nav ul li.active_tiku img.w {
	display: inline-block;
}

.beikao .bk_right {
	float: right;
	width: 83.5%;
	background-color: #fff;
	border-radius: 6px;
	padding-left: 20px;
	box-sizing: border-box;
}

.beikao .bk_right .bkr_box .bkr_tit {
	line-height: 64px;
	color: #404040;
	font-size: 22px;
}

.beikao .bk_right .bkr_box .bkr_tit img {
	vertical-align: top;
	margin-top: 15px;
	margin-right: 6px;
}

.beikao .bk_right .bkr_box ul li {
	float: left;
	width: 225px;
	border: 1px solid #b4b4b4;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-right: 18px;
	margin-bottom: 18px;
	overflow: hidden;
}

.beikao .bk_right .bkr_box ul li img {
	display: block;
	width: 100%;
}

.beikao .bk_right .bkr_box ul li div {
	margin: 8px;
	height: 48px;
	overflow: hidden;
	color: #404040;
	font-size: 16px;
}

/* 题库 */
.tiku {
	padding: 0 0 46px;
}

.beikao .bk_right_tiku {
	padding: 0;
}

.beikao .tiku_title {
	font-size: 20px;
	text-align: center;
	padding: 15px 0 10px 0;
	border-bottom: solid 1px #cecece;
}

.beikao .tiku_layout {
	display: flex;
	font-size: 18px;
	justify-content: space-between;
	margin: 25px 0 0 0;
	-text-align: center;
}

.beikao .tiku_layout span {
	display: none;
}

/* 点 */
.beikao .tiku_layout .tiku_dot a {
	position: relative;
}

.beikao .tiku_layout .tiku_dot span {
	display: inline-block;
	font-size: 18px;
	font-family: sans-serif;
	color: #4a3989;
	position: absolute;
	left: -20px;
}

.beikao .tiku_layout>div {
	width: 50%;
	-text-align: center;
	margin-left: 8%;
}

.beikao .tiku_layout>div:nth-child(1) {
	border-right: solid #646464 1px;
}

.beikao .tiku_layout>div div {
	margin: 10px 0;
	list-style-type: disc;
}

.beikao .tiku_layout a:hover {
	color: #4a3989;
	border-bottom: solid #4A3989 1px;
}

/* 左右箭头按钮 */
.tiku_direction {
	text-align: right;
	padding: 40px 50px;
}

.tiku_direction img {
	margin-left: 15px;
	cursor: pointer;
}

.in_team .swiper-wrapper,
.ii_imgs .swiper-wrapper {
	height: auto !important;
}
