.header {
	padding: 28px 0;
}

.swiper-button-next, .swiper-button-prev {
	outline: none;
}

.header .logo img {
	display: block;
}

.header .give {
	font-size: 24px;
	font-weight: 400;
	color: rgba(214, 20, 25, 1);
	border-left: 1px solid #bebebe;
	padding-left: 15px;
	margin-left: 8px;
}

.header .info {
	position: relative;
	padding-left: 60px;
}

.header .info::before {
	content: "";
	width: 30px;
	height: 30px;
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	background-size: 30px 30px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
}

.header .info h5 {
	font-size: 24px;
	font-weight: bold;
	color: rgba(214, 20, 25, 1);
}

.header .info p {
	font-size: 18px;
	font-weight: 400;
	color: rgba(113, 113, 113, 1);
}

.banner {
	min-width: 1200px;
	height: 530px;
}

.banner .swiper-slide {
	height: 600px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}

.banner .swiper-button-next {
	right: 10%;
}

.banner .swiper-button-prev {
	left: 10%;
}

.banner .btn {
	width: 283px;
	height: 69px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 2px 4px 0px 0px rgba(193, 19, 38, 1);
	border-radius: 34px;
	font-size: 36px;
	font-weight: bold;
	color: rgba(214, 20, 25, 1);
	line-height: 69px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 65%;
	margin-left: -380px;
}

.banner .swiper-pagination-bullets {
	bottom: 90px;
}

.banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: transparent;
	border: 2px solid #FFFFFF;
	opacity: 1;
}

.banner .swiper-pagination-bullet-active {
	background: #FFFFFF;
}

.assess {
	width: 1195px;
	padding: 40px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 10;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 5px 16px 0px rgba(175, 175, 175, 1);
}

.title {
	text-align: center;
}

.title h2 {
	font-size: 48px;
	font-weight: bold;
	color: rgba(214, 20, 25, 1);
	position: relative;
	margin-bottom: 15px;
}

.title h2:before {
	content: "";
	border: 12px solid transparent;
	border-top-color: rgba(217, 57, 36, 1);
	position: absolute;
	left: 50%;
	margin-left: -12px;
	bottom: -26px;
}

.title h2:after {
	content: "";
	width: 100%;
	height: 1px;
	background: rgba(164, 164, 164, 1);
	position: absolute;
	left: 0;
	bottom: -2px;
}

.title p {
	font-size: 28px;
	font-weight: 400;
	color: rgba(106, 106, 106, 1);
}

.title p span {
	color: #D61419;
}

.assess .title h2:after {
	display: none;
}

.assess-mine {
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

.assess-item {
	margin-bottom: 30px;
}

.assess-item .text {
	font-size: 20px;
	font-weight: 400;
	color: rgba(48, 48, 48, 1);
}

.assess-item .name,
.assess-item .phone,
.assess-item .grade {
	width: 196px;
	height: 42px;
	border: 1px solid rgba(130, 130, 130, 1);
	border-radius: 3px;
	padding: 0 10px;
	outline: none;
	font-size: 14px;
	color: rgba(48, 48, 48, 1);
}

.assess-item .name:focus,
.assess-item .phone:focus,
.assess-item .grade:focus {
	border-color: rgba(214, 20, 25, 1);
}

.assess-item .female {
	margin-left: 8px;
	position: relative;
}

.assess-item .female .arts {
	display: block;
	width: 74px;
	height: 42px;
	font-size: 20px;
	font-weight: 400;
	color: rgba(48, 48, 48, 1);
	text-align: center;
	line-height: 42px;
	border: 1px solid rgba(130, 130, 130, 1);
	border-radius: 5px;
	cursor: pointer;
}

.assess-item .female .subject {
	opacity: 0;
	position: absolute;
}

.assess-item .female .subject:checked+.arts {
	color: #FFFFFF;
	background: rgba(214, 20, 25, 1);
	border-color: rgba(214, 20, 25, 1);
}

.assess-info {
	width: 100%;
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	color: rgba(147, 147, 147, 1);
}

.assess-btn {
	display: block;
	width: 385px;
	height: 46px;
	margin: 10px auto 0;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	line-height: 46px;
	color: rgba(255, 255, 255, 1);
	background: rgba(214, 20, 25, 1);
	outline: none;
	border: none;
	cursor: pointer;
}

.poster {
	position: relative;
	z-index: 10;
	height: 120px;
	background: rgba(214, 20, 25, 1);
	box-shadow: 0px 4px 0px 0px rgba(180, 15, 19, 1);
}

.poster h2 {
	font-size: 48px;
	text-align: center;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	-webkit-box-reflect: below -13px -webkit-linear-gradient(transparent, transparent 30%, rgba(255, 255, 255, .6));
	text-transform: uppercase;
}

.poster h2 span {
	font-size: 60px;
	font-weight: bold;
}

.contrast {
	padding-bottom: 50px;
	background-image: url(../images/contrast-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}

.contrast .contrast-item.hurt {
	margin-bottom: 20px;
}

.contrast .contrast-item.oblique {
	position: relative;
}

.contrast .contrast-item.oblique::before {
	content: "";
	width: 131px;
	height: 2px;
	background-color: #D61419;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: rotate(37deg) translate(-50%, -50%);
	transform: rotate(37deg) translate(-50%, -50%);
	transform-origin: 0;
}

.contrast .contrast-item .vs {
	margin: 0 98px;
}

.contrast .contrast-item .vs img {
	display: block;
}

.contrast .contrast-item .name {
	font-size: 32px;
	font-weight: bold;
}

.contrast .contrast-item .red {
	color: #D61419;
}

.contrast .contrast-item .black {
	color: #525252;
}

.contrast .contrast-item .desc {
	font-size: 24px;
	font-weight: 400;
	width: 500px;
	height: 80px;
	line-height: 80px;
	padding: 0 20px;
	position: relative;
}

.contrast .contrast-item .desc.red {
	text-align: right;
}

.contrast .contrast-item .desc.red:before,
.contrast .contrast-item .desc.black:after {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
}

.contrast .contrast-item .desc.red:before {
	background-color: #D61419;
	top: 0;
}

.contrast .contrast-item .desc.black:after {
	background-color: #D61419;
	bottom: 0;
}

.contrast .contrast-item .circle {
	margin: 0 15px;
	font-size: 22px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	width: 70px;
	height: 70px;
	line-height: 28px;
	background: rgba(214, 20, 25, 1);
	box-shadow: 1px 2px 0px 0px rgba(162, 17, 20, 1);
	border-radius: 50%;
	position: relative;
	z-index: 10;
}

.group-btn {
	width: 456px;
	height: 57px;
	text-align: center;
	border: 1px solid rgba(216, 19, 24, 1);
	border-radius: 10px;
	overflow: hidden;
	margin: 45px auto 0;
}

.group-btn p {
	flex-grow: 1;
	font-size: 22px;
	font-weight: 400;
	color: rgba(49, 49, 49, 1);
}

.group-btn a {
	width: 220px;
	line-height: 55px;
	font-size: 22px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(216, 19, 24, 1);
}


.duction {
	margin-top: 50px;
}

.duction-box {
	margin-top: 50px;
}

.duction-item {
	width: 350px;
}

.duction-item .pic {
	height: 0;
	padding-top: 216px;
	position: relative;
}

.duction-item .pic img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.duction-item .desc {
	font-size: 17px;
	font-weight: 400;
	color: #595757;
	line-height: 27px;
	padding: 5px 10px 5px 20px;
	text-align: justify;
	position: relative;
}

.duction-item .desc:before {
	content: "";
	border: 8px solid transparent;
	border-left-color: #D61519;
	position: absolute;
	left: 0;
	top: 12px;
}

.duction-item .desc span {
	color: #D61519;
}

.duction-btn {
	margin-top: 60px;
}

.duction-btn a {
	display: block;
	margin: 0 auto;
	width: 259px;
	height: 65px;
	font-size: 29px;
	font-weight: 400;
	line-height: 65px;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	background: rgba(214, 20, 25, 1);
	border-radius: 5px;
}

.choice {
	margin-top: 44px;
	padding: 45px 0;
	background: rgba(246, 246, 246, 1);
}

.choice-box {
	margin-top: 40px;
}

.choice-item {
	margin-bottom: 5px;
}

.choice-item .pk {
	margin: 0 20px;
}

.choice-item .pk img {
	display: block;
}

.choice-item .name {
	width: 521px;
	height: 76px;
	font-size: 30px;
	font-weight: 400;
	color: rgba(253, 253, 253, 1);
	background-repeat: no-repeat;
}

.choice-item .desc {
	width: 488px;
	height: 55px;
	font-size: 18px;
	line-height: 52px;
	background-repeat: no-repeat;
}

.choice-item .desc.left {
	text-align: right;
	font-weight: bold;
	padding-right: 26px;
	color: rgba(216, 19, 24, 1);
	background-image: url(../images/choice7.png);
}

.choice-item .desc.right {
	font-weight: 400;
	padding-left: 35px;
	color: rgba(91, 91, 91, 1);
	background-image: url(../images/choice6.png);
}

.choice-item .center {
	width: 91px;
	height: 86px;
	margin: 0 24px;
	padding: 13px 0px 0px 27px;
	font-size: 24px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	line-height: 26px;
	background-image: url(../images/choice3.png);
	background-repeat: no-repeat;
}

.choice .group-btn a {
	width: 200px;
}

.teacher {
	margin-top: 20px;
}

.teacher-box {
	position: relative;
	margin-top: 50px;
	height: 556px;
}

.teacher-box:before {
	content: "";
	width: 674px;
	height: 556px;
	background-image: url(../images/teacher-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.teacher-item {
	position: relative;
	z-index: 10;
}

.teacher-item .name {
	font-size: 28px;
	font-weight: 400;
	text-align: center;
	position: relative;
}

.teacher-item .desc {
	font-size: 22px;
	font-weight: 400;
}

.teacher-item .line {
	border-bottom: 1px dashed rgba(214, 20, 25, 1);
	flex-grow: 1;
	margin-left: 60px;
	margin-right: 15px;
}

.teacher-item:nth-child(odd) {
	padding: 9.5px 0;
}

.teacher-item:nth-child(even) {
	padding: 8px 0;
}

.teacher-item:nth-child(odd) .name {
	color: #FFFFFF;
}

.teacher-item:nth-child:nth-child(even) .name {
	color: rgba(80, 80, 80, 1);
}

.teacher-item:nth-child(odd) .desc {
	color: rgba(80, 80, 80, 1);
}

.teacher-item:nth-child(even) .desc {
	color: rgba(217, 57, 36, 1);
}

.teacher-item:nth-child(1) .name {
	width: 674px;
}

.teacher-item:nth-child(2) .name {
	width: 619px;
	margin-left: 28px;
}

.teacher-item:nth-child(3) .name {
	width: 544px;
	margin-left: 65px;
}

.teacher-item:nth-child(4) .name {
	width: 489px;
	margin-left: 92px;
}

.teacher-item:nth-child(5) .name {
	width: 414px;
	margin-left: 130px;
}

.teacher-item:nth-child(6) .name {
	width: 359px;
	margin-left: 158px;
}

.teacher-item:nth-child(7) .name {
	width: 276px;
	margin-left: 200px;
}

.teacher-item:nth-child(8) .name {
	width: 219px;
	margin-left: 230px;
}

.teacher-item:nth-child(9) .name {
	width: 160px;
	height: 37px;
	line-height: 30px;
	margin-left: 255px;
	transform: translateY(-5px);
}

.teacher-item .name.icon:before {
	content: "";
	width: 60px;
	height: 67px;
	background-image: url(../images/teacher-icon.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 22px;
	right: -28px;
}

.teacher .group-btn {
	width: 550px;
}

.device {
	padding: 40px 0;
	margin-top: 50px;
	background: rgba(246, 246, 246, 1);
}

.device-name {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: rgba(89, 87, 87, 1);
	margin-top: 50px;
}

.device-drawing {
	margin-right: 20px;
	margin-left: 20px;
}

.device-plan {
	width: 983px;
	margin: 40px auto 0;
}

.device-duce {
	width: 340px;
	padding-top: 20px;
	padding-left: 20px;
}

.device-inof {
	margin-bottom: 25px;
}

.device-duce.left .device-inof {
	margin-bottom: 45px;
}

.device-inof:last-child,
.device-duce.left .device-inof:last-child {
	margin-bottom: 0;
}

.device-inof h4 {
	font-size: 20px;
	font-weight: bold;
	color: rgba(216, 19, 24, 1);
}

.device-inof p {
	font-size: 19px;
	font-weight: 400;
	color: rgba(75, 75, 75, 1);
	padding-left: 18px;
	margin-top: 10px;
}

.device-real {
	margin-top: 40px;
}

.schedule {
	margin-top: 50px;
}

.schedule-box {
	margin-top: 60px;
}

.schedule-box .name {
	height: 56px;
	font-size: 24px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	line-height: 56px;
	text-align: center;
	background: rgba(214, 20, 25, 1);
}


.schedule-day {
	width: 704px;
	border: 1px solid rgba(214, 20, 25, 1);
	border-radius: 3px;
}

.schedule-day table {
	width: calc(100% + 2px);
	margin-left: -1px;
	margin-top: -1px;
	margin-bottom: -1px;
}

.schedule-day table th {
	font-size: 22px;
	font-weight: 400;
	color: rgba(214, 20, 25, 1);
}

.schedule-day table td {
	font-size: 20px;
	font-weight: 400;
	color: rgba(70, 70, 70, 1);
}

.schedule-day table th:nth-child(1),
.schedule-day table th:nth-child(2) {
	width: 130px;
}

.schedule-day table th,
.schedule-day table td {
	height: 66px;
	text-align: center;
	border: #5C5C5C 1px dashed;
}

.schedule-day .schedule-line {
	margin: 5px;
	overflow: hidden;
	position: relative;
}

.schedule-line:before {
	content: "";
	width: 378px;
	height: 325px;
	background-image: url(../images/schedule.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	right: 20px;
}

.schedule-month {
	width: 409px;
	border: 1px solid rgba(214, 20, 25, 1);
	border-radius: 3px;
}

.schedule-loop {
	padding: 10px 30px;
}

.schedule-loop .tle {
	font-size: 20px;
	font-weight: 400;
	padding: 10px 0;
	color: rgba(70, 70, 70, 1);
}

.schedule-loop .indent {
	padding-left: 24px;
	position: relative;
}

.schedule-loop .indent b {
	position: absolute;
	left: 0;
	top: 10px;
}

.schedule-loop .desc {
	font-size: 16px;
	font-weight: 400;
	color: rgba(70, 70, 70, 1);
	line-height: 20px;
}

.schedule-loop .tle span {
	color: #D61419;
}

.schedule-loop .border-bottom {
	border-bottom: 1px solid rgba(200, 200, 200, 1);
}

.schedule-loop .line {
	width: 1px;
	height: 66px;
	margin: 0 13px;
	border-left: 1px solid rgba(200, 200, 200, 1);
}

.schedule-lg {
	padding-bottom: 30px;
}

.schedule-lg .border-bottom {
	margin-bottom: 15px;
}

.schedule-mine {
	margin-bottom: 40px;
}

.schedule-moon {
	width: 700px;
	margin: 40px auto 0;
	font-size: 16px;
	font-weight: 400;
	color: rgba(214, 20, 25, 1);
	line-height: 20px;
}

.schedule .group-btn a {
	width: 190px;
}

.repetition {
	margin-top: 60px;
}

.repetition-surface {
	border-radius: 3px;
	overflow: hidden;
}

.repetition-surface table {
	width: 100%;
}

.repetition-surface th {
	height: 65px;
	font-size: 24px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(194, 17, 22, 1);
	border: 1px solid rgba(194, 17, 22, 1);
	position: relative;
}

.repetition-surface th:before {
	content: "";
	width: 1px;
	height: 100%;
	background: #FFFFFF;
	position: absolute;
	right: -1px;
	top: 0;
}

.repetition-surface th:last-child:before {
	display: none;
}

.repetition-surface th span {
	font-size: 18px;
}

.repetition-surface td {
	border: 1px solid rgba(194, 17, 22, 1);
	padding: 25px 25px;
	font-size: 22px;
	font-weight: 400;
	color: rgba(98, 98, 98, 1);
}

.repetition-surface td span {
	color: #D61419;
}

.repetition-surface .text {
	padding-left: 60px;
}

.repetition-surface .text p:nth-child(1) {
	margin-bottom: 15px;
}

.repetition-box {
	background-image: url(../images/repetition-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 60px 0 35px;
	margin-top: 25px;
}

.gratis {
	margin-top: 50px;
}

.gratis-box {
	margin-top: 40px;
}

.gratis-left {
	width: 418px;
	padding-top: 20px;
}

.gratis-left h2 {
	font-size: 36px;
	font-weight: bold;
	color: rgba(49, 49, 49, 1);
	line-height: 19px;
	padding-left: 66px;
	margin-bottom: 30px;
}


.gratis-desc {
	padding: 15px 0;
	border-bottom: 1px dotted rgba(214, 20, 25, 1);
}

.gratis-desc:last-child {
	border: none;
}

.gratis-desc img {
	width: 41px;
	height: 41px;
	margin-right: 25px;
}

.gratis-desc h4 {
	font-size: 30px;
	font-weight: bold;
	color: rgba(214, 20, 25, 1);
}

.gratis-desc p {
	font-size: 24px;
	font-weight: 400;
	color: rgba(48, 48, 48, 1);
}


.gratis-right {
	width: 390px;
	padding: 25px 35px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(201, 201, 201, 1);
	border-radius: 3px;
}

.gratis-head {
	text-align: center;
}

.gratis-head h2 {
	font-size: 30px;
	font-weight: bold;
	color: rgba(49, 49, 49, 1);
	margin-bottom: 8px;
}

.gratis-head p {
	font-size: 16px;
	font-weight: 400;
	color: rgba(98, 98, 98, 1);
}

.gratis-head p span {
	color: #D81318;
}

.gratis-input {
	margin-top: 20px;
}

.gratis-input span {
	font-size: 20px;
	font-weight: 400;
	color: rgba(48, 48, 48, 1);
}

.gratis-input input {
	width: 240px;
	height: 42px;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	padding: 0 10px;
	border: 1px solid rgba(130, 130, 130, 1);
	border-radius: 3px;
	outline: none;
}

.gratis-input input:focus {
	border: 1px solid rgba(214, 20, 25, 1);
}

.gratis-info {
	margin-top: 20px;
}

.gratis-info p {
	font-size: 14px;
	font-weight: 400;
	color: rgba(91, 91, 91, 1);
	line-height: 25px;
}

.gratis-btn {
	display: block;
	width: 100%;
	height: 46px;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	line-height: 46px;
	color: rgba(255, 255, 255, 1);
	background: rgba(214, 20, 25, 1);
	margin: 27px auto 0;
	border: none;
	outline: none;
	cursor: pointer;
}

.footer {
	margin-top: 35px;
	padding: 18px 0;
	background: rgba(181, 181, 181, .4);
}

.footer p {
	font-size: 12px;
	font-weight: 400;
	color: rgba(129, 126, 126, 1);
	line-height: 22px;
	text-align: center;
}
