@font-face {
  font-family: "SourceHanSansCN-Bold";
  src: url("fonts/SourceHanSansCN-Bold.woff2") format("woff2"),
       url("fonts/SourceHanSansCN-Bold.woff") format("woff"),
       url("fonts/SourceHanSansCN-Bold.ttf") format("truetype"),
       url("fonts/SourceHanSansCN-Bold.eot") format("embedded-opentype"),
       url("fonts/SourceHanSansCN-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("fonts/SourceHanSansCN-Regular.woff2") format("woff2"),
       url("fonts/SourceHanSansCN-Regular.woff") format("woff"),
       url("fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
       url("fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype"),
       url("fonts/SourceHanSansCN-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  margin: 0;
  font-family: "SourceHanSansCN-Regular";
}

/* 文本安全域 */
.content-box {
  max-width: 1200px;
  margin: 0 auto;
}
p {
  margin: 0;
}
.bai-text {
  color: #fff;
}
.back-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.flex-box {
  display: flex;
}
.center-box {
  text-align: center;
}
.input-box {
  height: 47px;
  border: solid 1px #999999;
  border-radius: 9px;
  font-size: 18px;
  align-items: center;
}
.input-style {
  padding: 2px 0 2px 12px;
  font-size: 18px;
  outline: none;
  border: none;
  border-left: 1px solid #cbcbcb;
  font-family: "SourceHanSansCN-Regular";
  width: calc(100% - 13px);
  /* 通用 */
  /* firefox 19+ */
  /* ie */
}
.input-style::-webkit-input-placeholder {
  font-size: 18px;
  color: #808080;
  font-family: "SourceHanSansCN-Regular";
}
.input-style::-moz-placeholder {
  font-size: 18px;
  color: #808080;
  font-family: "SourceHanSansCN-Regular";
}
.input-style:-ms-input-placeholder {
  font-size: 18px;
  color: #808080;
  font-family: "SourceHanSansCN-Regular";
}
.input-style:-moz-placeholder {
  font-size: 18px;
  color: #808080;
  font-family: "SourceHanSansCN-Regular";
}
div.title-box {
  text-align: center;
}
div.title-box div {
  height: 41px;
  line-height: 41px;
  font-size: 42px;
  color: #272727;
  font-weight: bold;
  font-weight: "SourceHanSansCN-Bold";
}
div.title-box div span {
  color: #cd0014;
}
div.title-box p {
  font-size: 28px;
  height: 27px;
  line-height: 27px;
  color: #666666;
  margin-top: 17px;
}
div.title-box p:nth-child(3) {
	margin-top: 14px;
}
div.btn-box {
  width: 500px;
  height: 78px;
  line-height: 78px;
  background-color: #cd0014;
  border-radius: 4px;
  font-size: 28px;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}
ul.dropdown-menu {
  position: absolute;
  top: 47px;
  width: 138px;
  left: 0;
  margin: 0;
  border: 1px solid #999;
  background-color: #fff;
  padding-left: 0px;
  display: none;
}
ul.dropdown-menu li {
  list-style: none;
  text-align: center;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}
header {
  background-image: url(pc/header/banner.png);
}
header .logo {
  justify-content: space-between;
  padding-top: 39px;
  margin-bottom: 64px;
}
header .mobile-logo {
  display: none;
}
header .form-box {
  justify-content: space-between;
}
header .form-box > .left {
  height: 446px;
  position: relative;
}
header .form-box > .left .flex-box {
  position: absolute;
  bottom: 0;
  align-items: center;
  height: 80px;
  font-weight: bold;
}
header .form-box > .left .flex-box .rili {
  width: 194px;
  height: 80px;
  background-image: url(pc/header/倒计时.png);
  background-size: 100%;
  margin: 0 5px 0 9px;
  color: #dd0000;
  display: flex;
  justify-content: start;
  align-items: center;
}
header .form-box > .left .flex-box .rili span {
  display: inline-block;
  width: 40px;
  height: 34px;
  /* margin-top: 13px; */
  text-align: center;
  line-height: 40px;
  font-size: 45px;
}
header .form-box > .left .flex-box .rili span:nth-child(1) {
  font-size: 31px;
 margin-left: 11px;
}
header .form-box > .left .flex-box .rili span:nth-child(2) {
  margin-left: 4px;
}
header .form-box > .left .flex-box .rili span:nth-child(3) {
  margin-left: 3px;
}
header .form-box > .left .flex-box .rili span:nth-child(4) {
  margin-left: 3px;
}
header .form-box > .left .flex-box p {
  font-size: 30px;
  height: 30px;
  line-height: 30px;
}
header .form-box > .left .flex-box p:first-child {
  width: 258px;
}
header .form-box > .right {
  justify-content: space-between;
  width: 343px;
  height: 446px;
  background-color: #ffffff;
  border-radius: 26px;
  margin-bottom: 57px;
}
header .form-box > .right .title {
  padding-top: 26px;
  font-size: 32px;
  height: 31px;
  line-height: 32px;
  color: #272727;
  font-weight: bold;
}
header .form-box > .right .title span {
  color: #c30000;
}
header .form-box > .right .price {
  position: relative;
  font-size: 20px;
  color: #343434;
  height: 22px;
  margin-bottom: 23px;
  margin-top: 7px;
  font-family: "SourceHanSansCN-Bold";
}
header .form-box > .right .price span {
  position: absolute;
  z-index: 1;
  height: 20px;
  width: 100%;
  text-align: center;
  left: 0;
  line-height: 20px;
  font-size: 20px;
  display: inline-block;
}
header .form-box > .right .price p {
  width: 240px;
  height: 7px;
  background-color: #fde1b3;
  border-radius: 4px;
  position: absolute;
  left: calc(50% - 120px);
  bottom: -1px;
}
header .form-box > .right .form-container {
  margin-left: 29px;
}
header .form-box > .right .form-container > .input-box {
  width: 238px;
  margin-bottom: 13px;
  color: #333;
  padding-left: 53px;
  background-image: url(pc/header/用户.png);
  background-repeat: no-repeat;
  background-size: 21px 22px;
  background-position: 15px 12px;
}
header .form-box > .right .form-container > .input-box.phone {
	background-size: 18px 24px;
	background-position: 17px 11px;
  background-image: url(pc/header/手机.png);
}
header .form-box > .right .form-container > div.dro {
  margin-bottom: 13px;
}
header .form-box > .right .form-container > div.dro > div {
  width: 108px;
  height: 45px;
  padding: 0 15px;
  font-size: 18px;
  color: #808080;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #999;
  border-radius: 9px;
  cursor: pointer;
  position: relative;
}
header .form-box > .right .form-container > div.dro > div:nth-child(1) {
  margin-right: 13px;
}
header .form-box > .right .form-container > div.dro > div p {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #333333;
}
header .form-box > .right .form-container .user img {
  margin: 0 17px 0 15px;
}
header .form-box > .right .form-container .btn {
  font-size: 21px;
  line-height: 47px;
  color: #ffffff;
  width: 284px;
  height: 47px;
  background-color: #f6ab00;
  border-radius: 9px;
  cursor: pointer;
  margin-top: 23px;
}
header .form-box > .right .form-container p.mianfei {
  line-height: 18px;
  font-size: 18px;
  height: 18px;
  color: #808080;
  margin-top: 10px;
}
header .form-box > .right .bottom-box {
  height: 43px;
  background-color: #fde4ad;
  align-items: center;
  justify-content: center;
  margin-top: 29px;
  border-radius: 0 0 26px 26px;
}
header .form-box > .right .bottom-box #guangbo-banner {
  width: 210px;
  height: 18px;
  margin: 0;
}
header .form-box > .right .bottom-box p {
  font-size: 18px;
  color: #c30000;
  margin-left: 14px;
  margin-top: -3px;
}
header .form-box > .right .bottom-box p span {
  margin-left: 10px;
}
.sesion-one {
  padding-top: 66px;
}
.sesion-one .banner-one {
  margin: 33px 0 28px 0;
}
.sesion-one .banner-two {
  position: relative;
}
.sesion-one .banner-two #banner-two {
  width: 100%;
}
.sesion-one .banner-two #banner-two img {
  width: 280px;
  height: 200px;
}
.sesion-one .banner-two .swiper-button-next {
  right: -72px;
}
.sesion-one .banner-two .swiper-button-prev {
  left: -72px;
}
.sesion-one .btn-box {
  margin-top: 50px;
  margin-bottom: 80px;
}
div.guodutiao {
  background-image: url(pc/static/过渡条.png);
  height: 191px;
  margin-bottom: 86px;
}
div.daohang .content-box {
  background-image: url(./pc/static/导航.png);
  height: 540px;
  flex-wrap: wrap;
}
div.daohang .content-box > a {
  display: inline-block;
  width: 400px;
  height: 270px;
  position: relative;
}
div.daohang .content-box > a > div {
  width: 100%;
  height: 70px;
  position: absolute;
  bottom: 0;
  background-color: rgba(205, 0, 20, 0.5);
  color: #fff;
  font-size: 28px;
  text-align: center;
  line-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: height 0.3s linear;
  cursor: pointer;
}
div.daohang .content-box > a > div div.number {
  display: none;
  font-size: 60px;
  margin-bottom: 18px;
}
div.daohang .content-box > a:hover > div {
  height: 270px;
  line-height: 35px;
}
div.daohang .content-box > a:hover > div div.number {
  display: block;
}
.sesion-two {
  margin-top: 98px;
}
.sesion-two .content-box .title-box {
  margin-bottom: 55px;
}
.sesion-two .content-box .choose-teacher {
  margin-bottom: 32px;
  height: 280px;
  align-items: center;
}
.sesion-two .content-box .choose-teacher .right-box {
  margin-left: 67px;
}
.sesion-two .content-box .choose-teacher .right-box .nickname {
  font-size: 36px;
  color: #252525;
  margin-bottom: 26px;
  align-items: center;
  height: 34px;
  line-height: 34px;
  font-family: "SourceHanSansCN-Bold";
}
.sesion-two .content-box .choose-teacher .right-box .nickname span {
  width: 242px;
  height: 33px;
  line-height: 33px;
  background-color: #cd0014;
  display: inline-block;
  color: #ffffff;
  margin-left: 27px;
  font-size: 24px;
  text-align: center;
  font-family: "SourceHanSansCN-Regular";
}
.sesion-two .content-box .choose-teacher .right-box > div.tags>span {
  width: 121px;
  height: 39px;
  text-align: center;
  line-height: 39px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 6px;
  color: #f6a400;
  font-size: 24px;
  border: solid 2px #f6a400;
  margin-right: 39px;
  margin-bottom: 23px;
}
.sesion-two .content-box .choose-teacher .right-box p {
  width: 744px;
  font-size: 24px;
  line-height: 36px;
  color: #333333;
}
.sesion-two .content-box .teacher-img {
  justify-content: space-between;
}
.sesion-two .content-box .teacher-banner {
  width: 1200px;
  height: 171px;
  background-color: #fafafa;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.23);
  margin: 33px 0 56px;
  padding-top: 27px;
  position: relative;
}
.sesion-two .content-box .teacher-banner #teacher-banner {
  width: calc(100% - 118px);
  margin-left: 75px;
}
.sesion-two .content-box .teacher-banner .swiper-slide {
  height: 171px;
}
.sesion-two .content-box .teacher-banner .swiper-slide > div {
  height: 100%;
  position: relative;
  cursor: pointer;
}
.sesion-two .content-box .teacher-banner .swiper-slide > div > div {
  margin-left: 21px;
}
.sesion-two .content-box .teacher-banner .swiper-slide > div > div p {
  font-size: 18px;
  color: #808080;
  height: 18px;
  line-height: 18px;
}
.sesion-two .content-box .teacher-banner .swiper-slide > div > div p:nth-child(2) {
	margin-bottom: 6px;
}
.sesion-two .content-box .teacher-banner .swiper-slide > div > div p.name {
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  color: #333;
  margin: 60px 0 14px;
}
.sesion-two .content-box .teacher-banner .swiper-slide > div > img {
  width: 122px;
  height: 140px;
}
.sesion-two .content-box .teacher-banner .swiper-slide > div.active > p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 122px;
  height: 10px;
  background-image: url(pc/teacher/选择标识.png);
}
.sesion-two .content-box .btn-box {
  margin-bottom: 67px;
}
.sesion-three {
  background-image: url('pc/material/教材.png');
  padding-top: 74px;
  padding-bottom: 70px;
}
.sesion-three .content-box .material-box {
  margin-top: 114px;
  margin-bottom: 199px;
}
.sesion-three .content-box .material-box .left-box {
  width: calc(100% - 556px);
}
.sesion-three .content-box .material-box .right-box {
  width: 556px;
  height: 307px;
  font-size: 24px;
}
.sesion-three .content-box .material-box .right-box .top-box {
  flex-wrap: wrap;
}
.sesion-three .content-box .material-box .right-box .top-box > div {
  width: 169px;
  height: 43px;
  line-height: 43px;
  padding-left: 58px;
  color: #ffffff;
}
.sesion-three .content-box .material-box .right-box .top-box > div:nth-child(1) {
  background-image: url(pc/material/教材1.png);
}
.sesion-three .content-box .material-box .right-box .top-box > div:nth-child(2) {
  background-image: url(pc/material/教材2.png);
}
.sesion-three .content-box .material-box .right-box .top-box > div:nth-child(3) {
  background-image: url(pc/material/教材3.png);
}
.sesion-three .content-box .material-box .right-box .top-box > div:nth-child(4) {
  background-image: url(pc/material/教材4.png);
}
.sesion-three .content-box .material-box .right-box .top-box > div:nth-child(2n + 1) {
  margin: 0 102px 35px 0;
}
.sesion-three .content-box .material-box .right-box p {
  line-height: 42px;
  height: 150px;
  font-size: 24px;
  color: #343434;
}
.sesion-three .content-box .material-box .right-box p > span {
	font-family: "SourceHanSansCN-Bold";
}
.sesion-four {
  margin-top: 66px;
  margin-bottom: 103px;
}
.sesion-four .top-box {
  height: 138px;
  margin: 37px 0 23px;
  background-image: url(pc/class/选择班型.png);
  color: #fff;
  align-items: center;
}
.sesion-four .top-box .left-box {
  width: 443px;
  font-size: 40px;
  text-align: center;
  margin-bottom: 15px;
}
.sesion-four .top-box .right-box {
  color: #333;
  margin-left: 52px;
  font-size: 20px;
  margin-bottom: 10px;
}
.sesion-four .top-box .right-box p {
	height: 20px;
	line-height: 20px;
}
.sesion-four .top-box .right-box p:nth-child(2) {
	margin: 10px 0;
}
.sesion-four .top-box .right-box span {
	font-family: "SourceHanSansCN-Bold";
  color: #cd0014;
}
.sesion-four .bottom-box {
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.sesion-four .bottom-box > div {
  width: 564px;
  height: 241px;
  padding: 19px 0 29px 26px;
  background-image: url(pc/class/选择班型1.png);
}
.sesion-four .bottom-box > div:hover {
	transition: margin-top .15s linear;
	margin-top: -10px;
}
.sesion-four .bottom-box > div:nth-child(2n + 1) {
  margin-right: 20px;
}
.sesion-four .bottom-box > div:nth-child(2),
.sesion-four .bottom-box > div:nth-child(1) {
  margin-bottom: 25px;
}
.sesion-four .bottom-box > div:nth-child(1) > div > div.heshi {
	line-height: 50px;
}
.sesion-four .bottom-box > div > div {
  margin-left: 38px;
}
.sesion-four .bottom-box > div > div > p {
  font-weight: bold;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  color: #333;
  font-family: "SourceHanSansCN-Bold";
}
.sesion-four .bottom-box > div > div > p.title {
height: 24px;
line-height: 24px;
  font-size: 24px;
  color: #cd0014;
  margin-bottom: 25px;
  margin-top: 6px;
}
.sesion-four .bottom-box > div > div > div {
  margin-top: 13px;
  margin-bottom: 20px;
}
.sesion-four .bottom-box > div > div > div.heshi {
  height: 50px;
}
.sesion-four .bottom-box > div > div:nth-child(1) > div {
  line-height: 50px;
}
.sesion-five .top-box {
  background-image: url(pc/efficiency/高效备考流程-bg.png);
  padding-top: 55px;
  padding-bottom: 47px;
}
.sesion-five .top-box .title-box div {
  color: #fff;
}
.sesion-five .top-box .title-box p {
  color: #fff;
}
.sesion-five .top-box .btn-style {
  margin-top: 28px;
  margin-bottom: -5px;
}
.sesion-five .top-box .btn-style .content-box {
  justify-content: center;
}
.sesion-five .top-box .btn-style .content-box > div {
  position: relative;
  width: 130px;
  height: 130px;
  cursor: pointer;
}
.sesion-five .top-box .btn-style .content-box > div.left-box {
  margin-right: 225px;
}
.sesion-five .top-box .btn-style .content-box > div img {
  width: 130px;
  height: 130px;
}
.sesion-five .top-box .btn-style .content-box > div span {
  width: 98px;
  height: 31px;
  line-height: 31px;
  font-size: 24px;
  display: inline-block;
  position: absolute;
  top: calc(50% - 11px);
  left: calc(50% - 47px);
  color: #323232;
}
.sesion-five .top-box .btn-style .content-box > div.active span {
  color: #fff;
  font-weight: bold;
}
.sesion-five .top-box > div.content-box img {
  width: 100%;
}
.sesion-five .top-box > .content-box > div {
  display: none;
}
.sesion-five .top-box > .content-box > div.step {
  margin-top: 52px;
  flex-wrap: wrap;
  height: 432px;
}
.sesion-five .top-box > .content-box > div.step > div {
	width: 260px;
  margin-right: 52px;
  position: relative;
}
.sesion-five .top-box > .content-box > div.step > div:nth-child(4n) {
  margin-right: 0;
}
.sesion-five .top-box > .content-box > div.step > div:nth-child(1) {
  margin-bottom: 52px;
}
.sesion-five .top-box > .content-box > div.step > div img {
  width: 260px;
  position: absolute;
  top: 0;
}
.sesion-five .top-box > .content-box > div.step div.nei {
	width: 100%;
	height: 186px;
	position: absolute;
	top: 0;
}
.sesion-five .top-box > .content-box > div.step div.nei > div.left {
	width: 62px;
	color: #fff;
	flex-wrap: wrap;
	justify-content: center;
}
.sesion-five .top-box > .content-box > div.step div.nei > div.left > p.number-title {
	width: 28px;
	height: 28px;
	line-height: 28px;
	border: 2px solid #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	margin: 8px auto 5px;
}
.sesion-five .top-box > .content-box > div.step div.nei > div.left > p.step-box {
	height: 17px;
	font-size: 17px;
	line-height: 17px;
	text-align: center;
	margin-bottom: 8px;
}
.sesion-five .top-box > .content-box > div.step div.nei > div.left > p.nei {
	width: 23px;
	text-align: center;
	margin: 0 auto;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.2;
}
.sesion-five .top-box > .content-box > div.step div.nei > div.right {
	width: calc(100% - 62px);
	align-items: center;
}
.sesion-five .top-box > .content-box > div.step div.nei > div.right > p {
	margin: 0 24px;
	font-size: 18px;
}
.sesion-five .top-box > .content-box > div.step div.nei > div.left > p > span {
	margin: 17px 0px 10px -15px;
	letter-spacing: 3px;
	transform: rotateZ(90deg);
	display: inline-block;
}
.sesion-five .top-box > .content-box > div.time {
  height: 458px;
  margin-top: 26px;
}
.sesion-five .top-box > .content-box > div.time > div img {
  width: 545px;
}
.sesion-five .top-box > .content-box > div.time > div.left-box {
	position: relative;
}
.sesion-five .top-box > .content-box > div.time > div.left-box > p.title {
	position: absolute;
	top: 3px;
	color: #fafafa;
	font-weight: bold;
	font-size: 24px;
	left: calc(50% - 76px);
}
.sesion-five .top-box > .content-box > div.time > div.left-box > div.nei {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  color: #333;
  font-size: 16px;
}
.sesion-five .top-box > .content-box > div.time > div.left-box > div.nei > div {
	width: 507px;
	height: 1px;
	background-color: #cbcbcb;
	margin: 12px auto;
}
.sesion-five .top-box > .content-box > div.time > div.left-box > div.nei > p {
	margin-left: 65px;
	margin-bottom: 10px;
	height: 16px;
	line-height: 16px;
}
.sesion-five .top-box > .content-box > div.time > div.left-box > div.nei > p:nth-child(1) {
	margin-top: 56px;
}
.sesion-five .top-box > .content-box > div.time > div.right-box {
  margin-left: 70px;
}
.sesion-five .top-box > .content-box > div.time > div.right-box > div:nth-child(1) {
  margin-bottom: 58px;
}
.sesion-five .top-box > .content-box > div.time > div.right-box > div {
	position: relative;
}
.sesion-five .top-box > .content-box > div.time > div.right-box > div > p.title {
	position: absolute;
	top: 3px;
	color: #fafafa;
	font-weight: bold;
	font-size: 24px;
	left: calc(50% - 76px);
}
.sesion-five .top-box > .content-box > div.time > div.right-box > div > div {
	position: absolute;
	margin-left: 41px;
	margin-top: 60px;
	width: 100%;
	top: 0;
	color: #333;
	font-size: 16px;
}
.sesion-five .top-box > .content-box > div.time > div.right-box > div > div > p {
	margin-bottom: 10px;
	height: 16px;
	line-height: 16px;
}
.sesion-five .top-box > .content-box > div.time > div.right-box > div:nth-child(1) > div {
	margin-top: 72px;
}
.sesion-five .top-box > .content-box > div.active {
  display: flex;
}
.sesion-five .bottom-box {
  margin-top: 56px;
  margin-bottom: 87px;
}
.sesion-five .bottom-box .content-box {
  flex-wrap: wrap;
  margin-bottom: 42px;
}
.sesion-five .bottom-box .content-box > div {
  width: 567px;
  height: 156px;
  background-color: #f7f7f7;
}
.sesion-five .bottom-box .content-box > div:nth-child(1) {
  margin-bottom: 56px;
}
.sesion-five .bottom-box .content-box > div:nth-child(2n + 1) {
  margin-right: 66px;
}
.sesion-five .bottom-box .content-box > div > div.nei {
  margin-left: 38px;
  color: #252525;
}
.sesion-five .bottom-box .content-box > div > div.nei > div {
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  margin: 21px 0 15px;
  font-family: "SourceHanSansCN-Bold";
}
.sesion-five .bottom-box .content-box > div > div.nei > div span {
  color: #f6a400;
}
.sesion-five .bottom-box .content-box > div > div.nei p {
  width: 348px;
  font-size: 20px;
  max-height: 76px;
  line-height: 1.4;
}
.sesion-six {
  padding-top: 74px;
  padding-bottom: 69px;
  background-image: url(pc/student/bg.png);
}
.sesion-six .student-banner {
  margin-bottom: 47px;
  position: relative;
  margin-top: 30px;
}
.sesion-six .student-banner .swiper-button-next {
  right: -72px;
}
#student-banner {
	padding-top: 10px;
}
.sesion-six .student-banner .swiper-button-prev {
  left: -72px;
}
.sesion-six .student-banner #student-banner .swiper-slide .container {
  width: 350px;
  height: 521px;
  position: relative;
  top: 0;
  perspective: 500;
  -webkit-perspective: 500;
}
.sesion-six .student-banner #student-banner .swiper-slide .container:hover {
	top: -10px;
	transition: top .15s linear;
}
.sesion-six .student-banner #student-banner .swiper-slide .container .zheng {
  width: calc(100% - 2px);
  height: calc(100% - 7px);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0px 3px 8px 0px rgba(145, 144, 144, 0.41);
  border: solid 1px #cbcbcb;
  -webkit-perspective:10000;
  backface-visibility:hidden;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
.sesion-six .student-banner #student-banner .swiper-slide .container .zheng > div.img {
  width: 316px;
  height: 222px;
  padding-top: 14px;
  position: relative;
  margin: 0 auto;
}
.sesion-six .student-banner #student-banner .swiper-slide .container .zheng > div.img > img {
  width: 100%;
  height: 100%;
}
.sesion-six .student-banner #student-banner .swiper-slide .container .zheng > div.img p {
  width: 100%;
  height: 34px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  background:  rgba(205, 0, 20, 0.65);
}
.sesion-six .student-banner #student-banner .swiper-slide .container .zheng > p {
  font-size: 20px;
  color: #333;
  margin: 18px 17px 0;
  line-height: 1.5;
}
.sesion-six .student-banner #student-banner .swiper-slide .container .zheng .btn {
  position: absolute;
  width: 125px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #cd0014;
  border-radius: 7px;
  font-size: 20px;
  color: #cd0014;
  left: calc(50% - 62px);
  bottom: 21px;
  cursor: pointer;
}
.sesion-six .student-banner #student-banner .swiper-slide .container .zheng > div.nei {
	height: 224px;
	text-align: center;
	align-items: center;
}
.sesion-six .student-banner #student-banner .swiper-slide .container .zheng > div.nei > div {
	width: 100%;
}
.sesion-six .student-banner #student-banner .swiper-slide .container .zheng > div.nei > div > p {
	font-size: 20px;
	color: #333;
	height: 20px;
	line-height: 20px;
	margin-bottom: 14px;
}
.sesion-six .student-banner #student-banner .swiper-slide .container .zheng > div.nei > div > p.nickname {
	font-weight: bold;
	color: #cd0014;
}
.sesion-six .student-banner #student-banner .swiper-slide .container .zheng > div.nei > div > p:last-child {
	margin-bottom: 0;
}
.sesion-six .student-banner #student-banner .swiper-slide .container div.fan {
  width: calc(100% - 2px);
  height: calc(100% - 7px);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  background-image: url(pc/student/kuang1.png);
  box-shadow: 0px 3px 4px 0px rgba(145, 144, 144, 0.41);
  border:1px solid #cbcbcb;
 background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
   -webkit-perspective:10000;
  backface-visibility:hidden;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
}
.sesion-six .student-banner #student-banner .swiper-slide .container div.fan .title {
  padding-top: 18px;
  position: relative;
  margin-bottom: 18px;
  font-weight: bold;
}
.sesion-six .student-banner #student-banner .swiper-slide .container div.fan .title span {
  font-size: 20px;
  color: #333;
  position: relative;
  z-index: 2;
}
.sesion-six .student-banner #student-banner .swiper-slide .container div.fan .title p {
  width: 114px;
  height: 6px;
  background-color: #edbb79;
  position: absolute;
  bottom: 2px;
  z-index: 1;
  left: calc(50% - 57px);
}
.sesion-six .student-banner #student-banner .swiper-slide .container div.fan div.nei {
  font-size: 16px;
  color: #333333;
  height: 373px;
  margin-bottom: 18px;
  overflow-y: scroll;
  width: 100%;
}
.sesion-six .student-banner #student-banner .swiper-slide .container div.fan div.nei::-webkit-scrollbar {
  width: 9px;
  background-color: #fff;
}
.sesion-six .student-banner #student-banner .swiper-slide .container div.fan div.nei::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #e6e6e6;
}
.sesion-six .student-banner #student-banner .swiper-slide .container div.fan div.nei p {
  margin: 0 15px 3px;
  text-indent: 32px;
}
.sesion-six .student-banner #student-banner .swiper-slide .container div.fan div.nei .se {
	color: #edbb79;
	font-weight: bold;
}
.sesion-six .student-banner #student-banner .swiper-slide .container div.fan div.fan-btn {
  width: 125px;
  height: 35px;
  line-height: 35px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 7px;
  border: solid 1px #edbb79;
  text-align: center;
  color: #edbb79;
  font-size: 20px;
  cursor: pointer;
}
.sesion-six .student-banner #student-banner .swiper-slide .container div.fan div.liaojie {
	color: #fff;
	background-color: #CD0014;
	border: solid 1px #CD0014;
}
.sesion-sevent {
  margin-top: 66px;
}
.sesion-sevent img {
  margin: 46px 0;
}
.sesion-eight {
  padding-top: 60px;
  padding-bottom: 192px;
  margin-top: 48px;
  background-color: #f8f8f8;
}
.sesion-eight .form-box {
  background-color: #fff;
  margin-top: 52px;
  height: 518px;
  /* background-color: #f7f7f7; */
  margin-bottom: 20px;
}
.sesion-eight .form-box .form-container {
  margin-left: 94px;
  padding-top: 45px;
}
.sesion-eight .form-box .form-container .title {
  font-size: 30px;
  height: 30px;
  line-height: 30px;
  font-family: "SourceHanSansCN-Bold";
  color: #333;
  margin-bottom: 22px;
}
.sesion-eight .form-box .form-container .title span {
  color: #e89f0c;
}
.sesion-eight .form-box .form-container .btn {
  width: 405px;
  height: 57px;
  line-height: 57px;
  background-color: #f6ab00;
  color: #fff;
  font-size: 28px;
  border-radius: 5px;
  margin: 17px 0 23px;
  cursor: pointer;
}
.sesion-eight .form-box .form-container p.mianfei {
  font-size: 18px;
  height: 18px;
  line-height: 18px;
  color: #808080;
  margin-bottom: 13px;
}
.sesion-eight .form-box .form-container .input-box {
  background-color: #fff;
  height: 66px;
   padding-left: 73px;
  margin-bottom: 17px;
  background-image: url(pc/header/用户.png);
  background-repeat: no-repeat;
  background-size: 32px 35px;
  background-position: 20px 14px;
}
.sesion-eight .form-box .form-container .input-box.phone {
  background-image: url(pc/header/手机.png);
  background-size: 29px 42px;
  background-position: 23px 14px;
}
.sesion-eight .form-box .form-container .input-box .input-style {
  color: #333;
  width: 310px;
}
.sesion-eight .form-box .form-container ul.dropdown-menu {
  width: 193px;
  top: 65px;
}
.sesion-eight .form-box .form-container > div.dro {
  margin-bottom: 13px;
}
.sesion-eight .form-box .form-container > div.dro > div {
  width: 164px;
  height: 64px;
  padding: 0 15px;
  font-size: 18px;
  color: #808080;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #999;
  border-radius: 9px;
  cursor: pointer;
  background-color: #fff;
  position: relative;
}
.sesion-eight .form-box .form-container > div.dro > div:nth-child(1) {
  margin-right: 13px;
}
.sesion-eight .form-box .form-container > div.dro > div p {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #333333;
}
footer {
  width: 100%;
  height: 192px;
  background-image: url(pc/static/最底部.png);
  position: fixed;
  bottom: 0;
  z-index: 2020;
}
footer .content-box {
  position: relative;
  height: 100%;
}
footer .content-box > div {
  position: absolute;
  left: 135px;
  bottom: 15px;
}
footer .content-box > div input {
  height: 31px;
  line-height: 31px;
  font-size: 18px;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  width: 128px;
  padding-left: 13px;
  outline: none;
  margin-right: 9px;
}
footer .content-box > div .btn {
  width: 143px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 4px;
  background-color: #f6ab00;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
.swiper-button-prev,
.swiper-button-next {
  width: 35px;
  height: 35px;
  background-image: url(pc/congratulate/未点击滑动.png);
}
.swiper-button-prev:active,
.swiper-button-next:active {
  background-image: url(pc/congratulate/点击滑动.png);
  transform: rotateZ(180deg);
}
.swiper-button-prev:active.swiper-button-next,
.swiper-button-next:active.swiper-button-next {
  transform: rotateZ(360deg);
}
.swiper-button-next {
  transform: rotateZ(180deg);
}
.mobile-title-box,
.mobile-mianfei,
.congratulate-box,
.mobile-img,
.mobile-material,
.mobile-bottom-box,
.mobile-btn {
  display: none;
}

/* ------------------------- */


.back-top-tools {
  position: fixed;
  bottom: 100px;
  right: 100px;
  margin-left: 590px;
  z-index: 99999;
  /* display: block !important; */
}

.back-top-tools .tool-item svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.back-top-tools .tool-item.backup {
  font-size: 28px;
  line-height: 45px;
}

.back-top-tools .tool-item:last-child {
  margin-bottom: 0;
}

.back-top-tools .tool-item:hover {
  background-color: #00a1d6;
  border-color: #00a1d6;
  color: #fff;
}

.back-top-tools .tool-item {
  background: #f7f9fa;
  border: 1px solid #e5e9ef;
  border-radius: 3px;
  width: 45px;
  height: 45px;
  margin-bottom: 8px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  color: #999;
  text-align: center;
}
a{
	text-decoration:none
}