.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: 600px;
	position: relative;
}

.banner-btn-one {
	width: 239px;
	height: 72px;
	position: absolute;
	left: 50%;
	top: 69%;
	transform: translateX(-64%);
}

.banner-btn-two {
	width: 239px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 70.8%;
	transform: translateX(-142%);
}

.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 .swiper-pagination-bullets {
	bottom: 30px;
}

.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: 360px;
	height: 480px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 2px 3px 9px 0px rgba(110, 8, 11, 0.65);
	border-radius: 10px;
	padding: 40px 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 999;
	transform: translate(50%, -50%);
}

.assess h2 {
	font-size: 30px;
	font-weight: bold;
	color: rgba(216, 19, 24, 1);
	text-align: center;
}

.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 {
	margin-top: 35px;
}

.assess-item {
	margin-top: 20px;
}

.assess-item .text {
	font-size: 20px;
	font-weight: 400;
	color: rgba(48, 48, 48, 1);
}

.assess-item .name,
.assess-item .phone,
.assess-item .grade {
	flex: 1;
	height: 38px;
	border: 1px solid #989898;
	border-radius: 3px;
	padding: 0 10px;
	outline: none;
	font-size: 16px;
	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-right: 20px;
	position: relative;
}

.assess-item .female:last-child {
	margin-right: 0;
}

.assess-item .female .arts {
	display: block;
	width: 108px;
	height: 38px;
	font-size: 20px;
	font-weight: 400;
	color: rgba(112, 112, 112, 1);
	text-align: center;
	line-height: 38px;
	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-baomi {
	margin-top: 14px;
	font-size: 16px;
	font-weight: 400;
	color: rgba(112, 112, 112, .7);
	text-align: center;
}

.assess-info {
	width: 100%;
	font-size: 18px;
	text-align: center;
	font-weight: 400;
	color: #313131;
	margin-top: 10px;
}

.assess-info span {
	color: #D81318;
}

.assess-btn {
	display: block;
	width: 100%;
	height: 40px;
	margin: 10px auto 0;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	line-height: 40px;
	color: rgba(255, 255, 255, 1);
	background: rgba(216, 19, 24, 1);
	border-radius: 5px;
	outline: none;
	border: none;
	cursor: pointer;
}

.header-report {
	height: 20px;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
}

.header-report li {
	font-size: 16px;
	color: rgba(216, 19, 24, 1);
	line-height: 20px;
}

.header-report::before {
	content: '';
	width: 18px;
	height: 20px;
	margin-right: 10px;
	background-image: url(../images/icon-report.png);
	background-position: center;
	background-repeat: no-repeat;
}

.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;
}

.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);
}

.thing {
	margin: 80px 0;
}

.thing-pictrue {
	margin-top: 60px;
}

.thing-house {
	margin: 80px auto 0;
	width: 870px;
	height: 75px;
	border: 1px solid rgba(216, 19, 24, 1);
	border-radius: 10px;
	overflow: hidden;
}

.thing-btn {
	width: 242px;
	height: 73px;
	line-height: 73px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	background: rgba(216, 19, 24, 1);
}

.thing-about {
	flex: 1;
}

.thing-gray {
	font-size: 28px;
	font-weight: 400;
	color: rgba(63, 63, 63, 1);
}

.thing-red {
	font-size: 28px;
	font-weight: bold;
	color: #D81318;
}

.thing-time {
	color: #D81318;
	font-size: 40px;
	width: 124px;
	height: 53px;
	font-weight: bold;
	letter-spacing: 14px;
	text-indent: 15px;
	background-image: url(../images/time.png);
	background-repeat: no-repeat;
	background-size: 124px 53px;
}

.thing-item {
	text-align: center;
}

.thing-item h4 {
	font-size: 24px;
	font-weight: 400;
	color: rgba(63, 63, 63, 1);
	margin-bottom: 45px;
}

.thing-item h5 {
	margin-top: 40px;
	font-size:24px;
	font-weight:400;
	color:rgba(63,63,63,1);
	line-height:33px;
}

.choice {
	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;
}

.sprint {
	padding: 80px 0 50px;
	background-image: url(../images/sprint-bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.sprint-house {
	margin-top: 15px;
}

.sprint-right {
	box-sizing: border-box;
	margin-top: 20px;
	width: 559px;
	height: 560px;
	padding: 80px 70px 0 40px;
	background-image: url(../images/sprint2.png);
	background-repeat: no-repeat;
}

.sprint-right h4 {
	font-size: 34px;
	font-weight: 400;
	text-align: center;
	color: rgba(213, 22, 26, 1);
	margin-bottom: 20px;
}

.sprint-right p {
	font-size: 24px;
	font-weight: 400;
	color: rgba(89, 89, 89, 1);
	line-height: 53px;
	text-align: justify;
	position: relative;
	padding-left: 24px;
	letter-spacing: 2px;
}

.sprint-right p span {
	position: absolute;
	left: 0;
	top: 0;
}

.device {
	padding: 50px 0;
	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 {
	padding: 60px 0;
	background: rgba(246, 246, 246, 1);
}

.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;
	padding-bottom: 40px;
}

.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 {
	padding: 60px 0 35px;
}

.fact {
	padding: 40px 0;
}

.fact-move {
	width: 358px;
	height: 690px;
	padding-top: 110px;
	background-image: url(../images/screen.png);
	background-repeat: no-repeat;
}

.fact-move .swiper-container {
	width: 261px;
	height: 469px;
}

.fact-move .swiper-slide img {
	display: block;
	width: 100%;
	height: 469px;
}

.fact-house {
	margin-top: 50px;
}

.fact-btn .swiper-pagination-bullet {
	opacity: 1;
	background: none;
	border: 1px solid #D61419;
	margin: 0 4px;
}

.fact-btn .swiper-pagination-bullet-active {
	background: #D61419;
}

.fact-right {
	padding-top: 200px;
}

.fact-content h4 {
	font-size: 36px;
	font-weight: bold;
	color: rgba(216, 19, 24, 1);
	line-height: 44px;
	margin-bottom: 20px;
}

.fact-content p {
	font-size: 24px;
	font-weight: 400;
	color: rgba(106, 106, 106, 1);
	line-height: 40px;
}

.fact-right .group-btn a {
	width: 160px;
}

.major {
	text-align: center;
	background-image: url(../images/major-bg.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}

.major h2 {
	font-size: 56px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
}

.major p {
	margin-top: 10px;
	font-size: 30px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
}

.major .grid {
	height: 207px;
	flex-direction: column;
}

.gratis {
	padding: 50px 0;
	background-image: url(../images/gratis-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.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 {
	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;
}
