html {
	width: 100%;
}

body {
	background-color: #f2f2f2;
	font-size: 14px;
	font-family: 'Microsoft Yahei';
	color: #383838;
	width: 100%;
}

/*common*/
.section {
	width: 1200px;
	margin: 30px auto 0;
}

.section * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.section a {
	color: inherit;
}

.section .btn {
	display: block;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
	color: #ff123f;
	background-color: transparent;
	border: 1px solid #ff123f;
	border-radius: 15px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: #fff;
	background-color: #ff123f;
}

.section .btn:hover {
	background-color: #c61133;
	border-color: #c61133;
}

.con_wrap {
	width: 1200px;
	margin: 0 auto;
}

.trs {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.fz_img-scale:hover {
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}

.nowrap {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.block {
	display: block;
}

.light_red {
	color: #ff123f;
}

.txt-right {
	text-align: right;
}

.txt-center {
	text-align: center;
}

.clearfix:after {
	content: '';
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}

.fz_left {
	float: left;
}

.fz_right {
	float: right;
}

.minus_margin {
	margin-right: -50px;
}

.h_200 {
	height: 200px;
	overflow-y: auto;
}

.s_panel {
	background-color: #fff;
	border-top: 1px solid #ff123f;
	padding-bottom: 30px;
}

.s_panel.fz_left {
	width: 810px;
}

.s_panel.fz_left .container {
	padding: 0 0 0 20px;
}

.s_panel.fz_right {
	border-top: 0;
	width: 370px;
}

.headline {
	font-size: 24px;
	line-height: 24px;
	color: #000;
	border-bottom: 1px solid #f2f2f2;
	padding: 18px 30px 0 0;
	margin-bottom: 30px;
}

.headline span {
	display: inline-block;
	vertical-align: top;
	border-top: 3px solid #ff123f;
	margin: -18px 0 18px;
	padding: 13px 8px 0 25px;
}

.headline p {
	display: inline-block;
	padding-left: 15px;
	border-left: 3px solid #ff123f;
	margin-bottom: 18px;
}

.headline a {
	float: right;
	font-size: 16px;
	color: #808080;
}

.headline a:hover {
	color: #ff123f;
}

.right_tabs {
	margin: -68px 30px 0 0;
}

.right_tabs .item {
	position: relative;
	margin: 0 0 0 26px;
	padding-bottom: 5px;
	cursor: pointer;
	font-size: 16px;
	color: #000;
}

.right_tabs .more {
	color: #808080;
}

.right_tabs .item.active,
.right_tabs .more:hover {
	color: #ff123f;
}

/*当前位置*/
.fz_pos {
	height: 50px;
	background-color: #fff;
}

.fz_pos .name {
	line-height: 50px;
	font-size: 20px;
}

.fz_pos .txt {
	padding: 22px 0 0 10px;
}

.fz_pos .txt a {
	color: #383838;
}

.fz_pos .txt a:hover {
	color: #ff123f;
}

/*表单*/
.myForm input,
.myForm select {
	outline: none;
	font-size: 14px;
}

.myForm select {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.myForm input {
	border: 1px solid #ccc;
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: #b2b2b2;
}

.myForm .form-item {
	position: relative;
}

.myForm .form-item img {
	position: absolute;
}

.section .select-parent {
	position: relative;
	font-size: 14px;
}

.section .select-parent input {
	cursor: pointer;
}

.section .select-parent ul {
	position: absolute;
	top: 28px;
	display: none;
	width: 100%;
	max-height: 200px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	z-index: 10;
	overflow: auto;
	padding-left: 3px;
}

.section .select-parent li {
	cursor: pointer;
	line-height: 24px;
}

.section .select-parent i {
	position: absolute;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: #000 transparent transparent transparent;
}

/*轮播*/
.carouselBox {
	position: relative;
}

.carouselBox .wrapBox {
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

.carouselBox .wrapBox ul {
	width: 10000px;
	position: absolute;
	left: 0;
}

.carouselBox li {
	white-space: nowrap;
	float: left;
}

.carouselBox li .item {
	float: left;
	height: 100%;
	white-space: normal;
}

.carouselBox .arrow {
	position: absolute;
	top: 50%;
	margin-top: -14px;
	font-family: simsun;
	cursor: pointer;
	/*font-size: 50px;*/
	font-size: 0;
	background: url(../images/wy_arrow-left.png) no-repeat;
	width: 15px;
	height: 27px;
}

.carouselBox .arrow.prev {
	left: 12px;
}

.carouselBox .arrow.next {
	right: 12px;
	background-image: url(../images/wy_arrow-right.png);
}

/*主图区*/
.xt_indexmain .banner_container {
	position: relative;
	width: 100%;
	height: 375px;
	overflow: hidden;
}

.xt_indexmain .banner_container .banner_wrapper {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.xt_indexmain .banner_container .banner_wrapper .banner_img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: none;
	background-color: #ccc;
	background-position: top center;
	background-repeat: no-repeat;
}

.xt_indexmain .banner_container .points,
.xt_indexmain .banner_container .operate_buttons {
	position: absolute;
	bottom: 18px;
	left: 50%;
	margin-left: -350px;
	width: 950px;
	text-align: center;
	font-size: 0;
}

.xt_indexmain .banner_container .points li,
.xt_indexmain .banner_container .operate_buttons li {
	display: inline-block;
	width: 30px;
	height: 6px;
	margin: 0 5px;
	background-color: #fff;
	opacity: 0.5;
}

.xt_indexmain .banner_container .points li.active,
.xt_indexmain .banner_container .operate_buttons li.active {
	opacity: 1;
}

.xt_indexmain .banner_container .btn {
	position: absolute;
	top: -200px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: #ccc;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 36px;
	text-align: center;
	color: #fff;
	font-family: 'simsun';
}

.xt_indexmain .banner_container .prev {
	left: 0;
}

.xt_indexmain .banner_container .next {
	right: 0;
}

.xt_indexmain .con_wrap {
	position: relative;
}

/*左侧表单*/
.xt_indexmain .left_form {
	position: absolute;
	left: 0;
	top: -375px;
	width: 250px;
	height: 375px;
	background-color: #fff;
	z-index: 5;
	box-shadow: 0 0 9px rgba(27, 21, 15, .1);
	-webkit-box-shadow: 0 0 9px rgba(27, 21, 15, .1);
	border-top: 1px solid #ff123f;
}

.xt_indexmain .left_form .title {
	width: 100%;
	height: 104px;
	padding-top: 19px;
	line-height: 35px;
	font-size: 20px;
	color: #d62345;
	background-image: -webkit-linear-gradient(-55deg, #ff123f, #ff813d);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	overflow: hidden;
	font-weight: bold;
	position: relative;
}

.xt_indexmain .left_form .title:before {
	content: '';
	position: absolute;
	right: -28px;
	top: -28px;
	width: 56px;
	height: 56px;
	background-color: #f61e46;
	border-radius: 50%;
}

.xt_indexmain .left_form .title span {
	font-size: 25px;
	letter-spacing: 18px;
	padding-left: 18px;
}

.xt_indexmain .left_form .myForm {
	width: 244px;
	margin: 0 auto;
	padding: 0 28px 20px;
}

.xt_indexmain .left_form .myForm .form-item {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	height: 28px;
}

.xt_indexmain .left_form .myForm .icon {
	float: left;
	width: 30px;
	height: 28px;
	background: url("../images/left_form_icon.png") no-repeat;
}

.xt_indexmain .left_form .myForm .user_icon {
	background-position: 0 3px;
}

.xt_indexmain .left_form .myForm .phone_icon {
	background-position: 0 -147px;
}

.xt_indexmain .left_form .myForm .city_icon {
	background-position: 0 -110px;
}

.xt_indexmain .left_form .myForm .target_icon {
	background-image: url(../images/wy_icon-target.png);
	background-position: 3px center;
}

.xt_indexmain .left_form .myForm .project_icon {
	background-image: url(../images/wy_icon-project.png);
	background-position: center;
}

.xt_indexmain .left_form .myForm .select-parent {
	float: right;
	width: 150px;
}

.xt_indexmain .left_form .myForm input {
	float: right;
	width: 150px;
	height: 28px;
	padding: 5px;
	line-height: 18px;
	border: 1px solid #ccc;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.xt_indexmain .left_form .myForm ::-webkit-input-placeholder {
	color: #b2b2b2;
}

.xt_indexmain .left_form .myForm .arrow {
	position: absolute;
	right: 1px;
	top: 1px;
	bottom: 1px;
	width: 26px;
	background: url("../images/city_arrow.png") no-repeat center center;
	border: 0;
}

.xt_indexmain .left_form .myForm .submit {
	float: left;
	width: 180px;
	margin: 10px 4px 0;
	height: 40px;
	line-height: 38px;
	font-size: 16px;
	border-radius: 20px;
	font-weight: bold;
}

/*优势*/
.fz_brand_superiorty {
	margin-top: 30px;
}

.fz_brand_superiorty li {
	float: left;
	width: 285px;
	height: 160px;
	padding: 25px 30px 0;
	margin-right: 20px;
	background: #fff url("../images/s_box_bg.jpg") no-repeat;
}

.fz_brand_superiorty li h3 {
	margin-bottom: 14px;
	padding-bottom: 15px;
	line-height: 18px;
	font-size: 18px;
	border-bottom: 1px solid #ffb7c5;
	text-align: center;
	color: #ff123f;
}

.fz_brand_superiorty li p {
	position: relative;
	padding: 0 0 0 20px;
	line-height: 23px;
	font-size: 14px;
	width: 230px;
}

.fz_brand_superiorty li p:before {
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 6px;
	height: 6px;
	background-color: #ff123f;
	border-radius: 50%;
}

/*考试培训*/
.fz_test_content .box {
	overflow: hidden;
	padding-left: 20px;
	height: 370px;
}

.fz_test_content .box .zt-img {
	float: left;
}

.fz_test_content .box .zt-img img {
	width: 220px;
	height: 370px;
}

.fz_test_content .box ul {
	float: left;
	width: 540px;
	color: #000;
	margin: -10px 0 0 10px;
}

.fz_test_content .box li {
	width: 170px;
	margin: 10px 0 0 10px;
	float: left;
}

.fz_test_content .box li img {
	width: 170px;
	height: 120px;
}

.fz_test_content .box li p {
	line-height: 28px;
	text-align: center;
}

.fz_test_content .box li .btn {
	width: 85px;
	height: 30px;
	line-height: 30px;
	border-radius: 0;
	float: left;
	border: 0;
}

.fz_test_content .box li a.btn {
	background-color: #f2f2f2;
	color: #000;
}

.fz_test_content .box li .btn:hover {
	background-color: #c61133;
	color: #fff;
}

/*fz_right*/
.s_panel.fz_right .headline {
	margin-bottom: 18px;
}

.s_panel.fz_right .list {
	margin: 0 30px 0 20px;
	overflow-y: auto;
}

.s_panel.fz_right .list li:last-child {
	margin-bottom: 0;
}

.s_panel.fz_right .list li:hover a {
	color: #ff123f;
}

.s_panel.fz_right ::-webkit-scrollbar {
	width: 3px;
	background-color: #e6e6e6;
}

.s_panel.fz_right ::-webkit-scrollbar-thumb {
	background-color: #b3b3b3;
}

/*考试动态*/
.testNews_box .list {
	height: auto;
}

.testNews_box .list li {
	margin-bottom: 13px;
}

.testNews_box .list li a:hover span {
	background-color: #ff123f;
}

.testNews_box .list li a:hover span:before {
	content: ' ';
	border-color: transparent transparent transparent #ff123f;
}

.testNews_box .list li span {
	position: relative;
	display: inline-block;
	width: 44px;
	height: 20px;
	margin-right: 14px;
	line-height: 20px;
	background-color: #b3b3b3;
	color: #fff;
	text-align: center;
}

.testNews_box .list li span:before {
	content: '';
	position: absolute;
	right: -7px;
	top: 0;
	border-style: solid;
	border-width: 10px 0 10px 7px;
	border-color: transparent transparent transparent #b3b3b3;
}

/*活动*/
.activity_box {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 21px;
}

.activity_box .select-parent {
	width: 85px;
	height: 22px;
}

.activity_box .select-parent input {
	width: 100%;
	height: 100%;
	border: 1px solid #b3b3b3;
	color: #808080;
	padding-left: 7px;
	vertical-align: top;
}

.activity_box .select-parent ul {
	top: 22px;
	padding-left: 7px;
}

.activity_box .select-parent i {
	right: 8px;
	top: 9px;
}

.activity_box .list {
	height: 140px;
}

.activity_box .item {
	position: relative;
	padding-right: 68px;
	margin-bottom: 13px;
}

.activity_box .item a {
	display: block;
}

.activity_box .item p {
	margin-top: 8px;
}

.activity_box .item .btn {
	position: absolute;
	right: 7px;
	bottom: 8px;
	width: 50px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	border-radius: 10px;
	cursor: pointer;
}

/*明星教师*/
.teacher_box {
	height: 335px;
}

.teacher_box .wrapBox {
	width: 1070px;
	height: 230px;
}

.teacher_box .wrapBox ul {
	margin-left: -10px;
}

.teacher_box .wrapBox li {
	height: 216px;
	width: 1100px;
}

.teacher_box .wrapBox li .item {
	width: 216px;
	height: 216px;
	border-left: 10px solid #fff;
	position: relative;
}

.teacher_box .wrapBox li .img {
	width: 206px;
	height: 216px;
	overflow: hidden;
	background: url(../images/wy_teacher_bg.jpg) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.teacher_box .wrapBox li img {
	width: 206px;
}

.teacher_box .wrapBox li .item.active {
	width: 432px;
}

.teacher_box .wrapBox li .item-mini {
	width: 162px;
}

.teacher_box .wrapBox li .info {
	position: absolute;
	top: 0;
	left: 206px;
	width: 216px;
	height: 216px;
	background-color: #000;
	padding: 19px 10px 0 20px;
	color: #fff;
	line-height: 22px;
	/*opacity: 0;*/
}

.teacher_box .wrapBox li .item,
.teacher_box .wrapBox li .item>div {
	transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
}

.teacher_box .wrapBox li .item.active>div {
	box-shadow: 0 6px 10px rgba(27, 21, 15, 0.15);
	opacity: 1;
}

.teacher_box .wrapBox li .name {
	font-size: 18px;
	line-height: 18px;
	width: 140px;
	background: url(https://www.igo.cn/newigo2019/language/ielts/images/icons.png) no-repeat 105px -150px;
	font-weight: bold;
}

.teacher_box .wrapBox li span {
	display: block;
	margin: 5px 0;
	min-height: 23px;
}

.teacher_box .wrapBox li span:after {
	content: "";
	display: block;
	height: 1px;
	width: 140px;
	background-color: #fff;
}

.teacher_box .wrapBox li .btn-box {
	position: absolute;
	bottom: 22px;
	left: 20px;
}

.teacher_box .wrapBox li .btn {
	width: 67px;
	height: 23px;
	line-height: 23px;
	margin: 13px 0 0 0;
	border: 0;
	background-color: #ff123f;
	color: #fff;
	float: left;
}

.teacher_box .wrapBox li div.btn {
	margin-left: 10px;
}

.teacher_box .wrapBox li .btn:hover {
	background-color: #c61133;
	color: #fff;
}

/*考试资讯*/
.examInformation_box {
	padding-bottom: 20px;
}

.examInformation_box .container .item {
	width: 380px;
	height: 310px;
	float: left;
	margin: 0 10px 0 0;
}

.examInformation_box .container p {
	height: 40px;
	line-height: 40px;
	background-color: #ff123f;
	color: #fff;
	padding: 0 30px 0 15px;
	font-size: 16px;
	font-weight: bold;
}

.examInformation_box .container p a {
	float: right;
	font-size: 14px;
	font-weight: normal;
}

.examInformation_box .container .content {
	padding: 15px 15px 26px;
}

.examInformation_box .container img {
	width: 350px;
	height: 91px;
	margin-bottom: 1px;
}
.examInformation_box .container .content ul{
	height: 128px;
}
.examInformation_box .container li {
	line-height: 20px;
	margin-top: 7px;
		 white-space: nowrap;
		 overflow: hidden;
		 text-overflow: ellipsis;
}

.examInformation_box .container li a:hover {
	color: #ff123f;
}

.examInformation_box .container li span {
	display: inline-block;
	width: 50px;
	height: 20px;
	line-height: 18px;
	border-radius: 2px;
	border: 1px solid #ff123f;
	background-color: transparent;
	color: #ff123f;
	text-align: center;
	margin-right: 15px;
}

.examInformation_box .container li span.hot {
	background-color: #ff123f;
	color: #fff;
}

/*提分攻略+备考资料*/
.increase_box {
	margin-bottom: 10px;
}

.increase_box,
.examPreparation_box {
	padding-bottom: 25px;
}

.increase_box ul,
.examPreparation_box ul {
	height: 256px;
}

.increase_box li,
.examPreparation_box li {
	margin-bottom: 16px;
}

.increase_box li a,
.examPreparation_box li a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 20px;
}

.increase_box li a:before,
.examPreparation_box li a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	background-color: #d9d9d9;
	border-radius: 50%;
	margin-right: 15px;
}

.increase_box li a:hover:before,
.examPreparation_box li a:hover:before {
	background-color: #ff123f;
}

/*高分学员*/
.student_box .container .wrapBox {
	height: 180px;
	width: 1120px;
}

.student_box .container li {
	height: 180px;
}

.student_box .container .item {
	width: 360px;
	height: 100%;
	border: 1px solid #ff123f;
	margin-right: 20px;
	position: relative;
	padding-top: 16px;
}

.student_box .container img {
	position: absolute;
	top: 16px;
	left: 12px;
	width: 150px;
}

.student_box .container h5,
.student_box .container h4 {
	font-size: 16px;
	padding-left: 170px;
	color: #000;
}

.student_box .container h4 {
	color: #fff;
	background-color: #ff123f;
	line-height: 30px;
	margin: 10px 0;
}

.student_box .container p {
	padding-left: 170px;
	line-height: 20px;
}

.student_box .container span {
	display: inline-block;
	width: 80px;
}

.student_box .container h6 {
	padding-left: 170px;
	color: #ff123f;
	margin-top: 13px;
}

/*免费定制提分方案*/
.planForm_box {
	padding-bottom: 0;
}

.planForm_box .container {
	padding: 30px 30px 0;
}

.planForm_box .title {
	height: 49px;
	line-height: 49px;
	font-size: 20px;
	background-color: #ff123f;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.planForm_box .plan-question {
	width: 586px;
	text-align: center;
	color: #ff123f;
}

.planForm_box .plan-question .item {
	height: 37px;
	margin-bottom: 20px;
}

.planForm_box .plan-question p {
	width: 135px;
	line-height: 37px;
	margin-right: 32px;
	float: left;
	background-color: #333333;
	color: #fff;
	position: relative;
}

.planForm_box .plan-question p:after {
	content: "";
	position: absolute;
	top: 14px;
	right: -9px;
	border-left: 9px solid #333333;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

.planForm_box .plan-question li {
	float: left;
	width: 90px;
	margin-right: 10px;
	line-height: 35px;
	cursor: pointer;
	background-color: transparent;
	border: 1px solid #e6e6e6;
	color: #333;
}

.planForm_box .plan-question li.active,
.planForm_box .plan-question li:hover {
	background-color: #ff123f;
	border-color: #ff123f;
	color: #fff;
}

.planForm_box .plan-form form {
	width: 554px;
	height: 208px;
	/* background: url(https://www.igo.cn/newigo2019/language/ielts/images/form_bg.png); */
	background: url(https://www.igo.cn/language/ielts/images/form_bg.png);
	padding: 20px 0 0 340px;
}

.planForm_box .plan-form .form-item {
	width: 192px;
	height: 28px;
	margin-bottom: 10px;
	position: relative;
}

.planForm_box .plan-form img {
	position: absolute;
	width: 18px;
	top: 5px;
	left: 6px;
}

.planForm_box .plan-form input {
	padding-left: 35px;
}

.planForm_box .plan-form .btn {
	width: 192px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	border-radius: 20px;
	border: 0;
	margin: 21px 0 15px;
	color: #fff;
	background-color: #24158f;
	background: -webkit-linear-gradient(90deg, #24158f, #394ac6);
	background: -o-linear-gradient(90deg, #24158f, #394ac6);
	background: -moz-linear-gradient(90deg, #24158f, #394ac6);
	background: linear-gradient(0, #24158f, #394ac6);
}

.planForm_box .plan-form .btn:hover {
	box-shadow: 0 5px 4px rgba(27, 21, 15, 0.5);
	color: #fff;
}

.planForm_box .plan-form p {
	line-height: 16px;
	color: #fff;
}

.planForm_box .plan-form span {
	color: #b2b2b2;
	line-height: 30px;
}

/*校区*/
.school_box {
	height: 310px;
}

.school_box .wrapBox {
	width: 1120px;
	height: 180px;
}

.school_box .wrapBox li {
	width: 1132px;
	height: 180px;
}

.school_box .wrapBox li .item {
	width: 270px;
	margin-right: 13px;
}

.school_box .wrapBox li img {
	width: 270px;
	height: 180px;
}

.fz_panel {
  width: 1200px;
  margin: 30px auto 0;
}

.fz_panel .fz_title {
  padding-left: 26px;
  border-left: 4px solid #ff123f;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
}

.fz_panel .fz_title a {
  color: #000
}

.fz_panel .right_tabs {
  margin: -23px 0 0 0;
}

.fz_panel .right_tabs .item {
  position: relative;
  margin: 0 0 0 22px;
  padding-bottom: 5px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  font-size: 16px;
  color: #000;
}

.fz_test_content .right_tabs .item.active,
.fz_applyPlan_content .right_tabs .item.active {
  border-bottom-color: #ff123f;
}

.fz_panel .right_tabs .more {
  color: #808080;
}

.fz_panel .right_tabs .more:hover {
  color: #ff123f;
}

.fz_review>div {
  padding: 28px 30px 30px 0;
  background-color: #ffffff;
}
.fz_review>div .dis-b{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fz_review .more {
  position: relative;
  padding-bottom: 5px;
  cursor: pointer;
  font-size: 16px;
  color: #808080 !important;
}
.fz_review .more:hover{
  color: #ff123f !important;
}
.fz_review .reviewlist{
  margin: 28px 0 0 30px;
}
.fz_review .swiper-slide{
  width: 265px;
  height: 310px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  padding: 5px;
  margin-right: 25px;
  box-sizing: border-box;
}
.fz_review .swiper-slide img{
  width: 100%;
}
.fz_review .swiper-slide:last-child{
  margin-right: 0;
}