a,
a:hover {
  color: #333;
}
.hide {
  display: none;
}
.main {
  width: 1200px;
  margin: 20px auto 0 auto;
}
.main .banner {
  width: 1200px;
}
.main .banner img {
  width: 1200px;
}
.main1 {
  width: 1200px;
  margin: 0 auto;
}
.main1 .title {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main1 .title h2 {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #333;
}
.main1 .title h2 img {
  padding-right: 10px;
  padding-top: 5px;
}
.main1 .item {
  display: flex;
  justify-content: space-between;
}
.main1 .item .scroll-containe {
  background: #fff;
  width: 750px;
  height: 142px;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 0;
  margin-right: 20px;
  position: relative;
}
.main1 .item .scroll-containe .scroll-content {
  position: absolute;
  width: 730px;
  padding: 0 10px;
}
.main1 .item .scroll-containe .scroll-content li {
  width: 715px;
  font-size: 14px;
  line-height: 28px;
  padding-left: 15px;
}
.main1 .item .scroll-containe .scroll-content li span {
  float: right;
  color: #999;
}
.main1 .item .scroll-containe .scroll-content li :hover {
  color: #3075ff;
}
.main1 .item .scroll-containe .scroll-content li::before {
  content: "•";
  /* 圆点符号 */
  color: #dcdcdc;
  /* 蓝色圆点 */
  position: absolute;
  left: 5px;
  font-size: 1.2em;
  /* 符号大小 */
}
.main1 .item .djs {
  color: #000;
  background: #fff;
  height: 142px;
  font-size: 16px;
  background: url(../img/djsbg.png);
  background-repeat: repeat-x;
  background-size: 100% auto;
  flex: 1;
  padding-left: 20px;
  padding-top: 20px;
  /* 宽度100%，高度自动 */
}
.main1 .item .djs h2 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
.main1 .item .djs .djs-item {
  display: flex;
  align-items: center;
}
.main1 .item .djs .djs-item .time {
  background: url(../image/daojishi.png) no-repeat center;
  height: 40px;
  width: 133px;
  box-sizing: border-box;
  padding-left: 12px;
  margin-right: 10px;
  display: block;
  color: #F51E29;
  font-size: 30px;
  letter-spacing: 28px;
  float: left;
}
.main1 .item .djs .djs-item span {
  padding-top: 10px;
}
.guanggao {
  width: 1200px;
  margin: 20px auto 0 auto;
}
.livePlay {
  width: 1200px;
  margin: 0 auto;
}
.livePlay .title {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.livePlay .title h2 {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #333;
}
.livePlay .title h2 img {
  padding-right: 10px;
  padding-top: 5px;
}
.livePlay .title .more {
  font-size: 14px;
  color: #666;
}
.livePlay .broadcast {
  width: 100%;
  height: 240px;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
}
.livePlay .broadcast .swiper {
  width: 100%;
  height: 100%;
}
.livePlay .broadcast .swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
.livePlay .broadcast .swiper .swiper-wrapper .swiper-slide {
  height: 180px;
}
.livePlay .broadcast .swiper .swiper-wrapper .swiper-slide .card {
  height: 132px;
  background: url(../image/zhiboditu.png) no-repeat center;
  background-size: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.livePlay .broadcast .swiper .swiper-wrapper .swiper-slide .card .hot {
  position: absolute;
  left: 0;
  top: 0;
  width: 53px;
  height: 22px;
  background: #fff2ec;
  border: 1px solid #ffffff;
  border-radius: 0px 0px 10px 0px;
  font-size: 13px;
  color: #ff8553;
  line-height: 22px;
  text-align: center;
}
.livePlay .broadcast .swiper .swiper-wrapper .swiper-slide .card .hot1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 53px;
  height: 22px;
  background: #FFEBEB;
  border: 1px solid #ffffff;
  border-radius: 0px 0px 10px 0px;
  font-size: 13px;
  color: #F51E29;
  line-height: 22px;
  text-align: center;
}
.livePlay .broadcast .swiper .swiper-wrapper .swiper-slide .card .lecturer {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  overflow: hidden;
}
.livePlay .broadcast .swiper .swiper-wrapper .swiper-slide .card .lecturer img {
  width: 80px;
}
.livePlay .broadcast .swiper .swiper-wrapper .swiper-slide .card .introduce {
  text-align: left;
  flex: 1;
  margin-left: 20px;
}
.livePlay .broadcast .swiper .swiper-wrapper .swiper-slide .card .introduce .tit {
  color: #000;
  font-size: 16px;
}
.livePlay .broadcast .swiper .swiper-wrapper .swiper-slide .card .introduce .name {
  color: #666;
  font-size: 14px;
  padding-top: 10px;
}
.livePlay .broadcast .swiper .swiper-wrapper .swiper-slide .card-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 48px;
}
.livePlay .broadcast .swiper .swiper-wrapper .swiper-slide .card-footer .time .yymm {
  font-size: 22px;
  color: #333;
  font-weight: 700;
}
.livePlay .broadcast .swiper .swiper-wrapper .swiper-slide .card-footer .time span {
  font-size: 16px;
  color: #666;
}
.livePlay .broadcast .swiper .swiper-wrapper .swiper-slide .card-footer .but-zb {
  width: 86px;
  height: 30px;
  background: #0acc80;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  font-size: 14px;
}
.livePlay .broadcast .swiper .swiper-wrapper .swiper-slide .card-footer .but-yy {
  width: 86px;
  height: 30px;
  background: #3075ff;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  font-size: 14px;
}
.livePlay .broadcast .swiper .swiper-wrapper .swiper-slide .card-footer .but-hf {
  width: 86px;
  height: 30px;
  background: #e8f3ff;
  color: #3075ff;
  display: block;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  font-size: 14px;
}
.livePlay .broadcast .left-but {
  background-color: #c7c7c7;
  width: 24px;
  height: 24px;
  color: #fff;
  position: absolute;
  left: 12px;
  top: 90px;
  cursor: pointer;
  border-radius: 50px;
  opacity: 0.6;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.livePlay .broadcast .left-but::after {
  content: "prev";
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-size: 12px;
  font-weight: 100;
}
.livePlay .broadcast .right-but {
  background-color: #c7c7c7;
  width: 24px;
  height: 24px;
  color: #fff;
  position: absolute;
  right: 12px;
  top: 90px;
  cursor: pointer;
  border-radius: 50px;
  z-index: 999;
  opacity: 0.6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.livePlay .broadcast .right-but::after {
  content: "next";
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-size: 12px;
  font-weight: 100;
}
/*经济师考试*/
.exam {
  width: 1200px;
  margin: 40px auto 0 auto;
}
.exam .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.exam .title h2 {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #333;
}
.exam .title h2 img {
  padding-right: 10px;
  padding-top: 5px;
}
.exam .title a {
  font-size: 14px;
  color: #666;
}
.exam .title .exam-tab {
  display: flex;
}
.exam .title .exam-tab a {
  display: block;
  height: 30px;
  background: #fff;
  color: #333;
  font-size: 14px;
  border-radius: 15px;
  line-height: 30px;
  padding: 0 15px;
  margin-left: 20px;
}
.exam .title .exam-tab .current {
  background-color: #E8F3FF;
  border: 1px solid #3075FF;
  color: #3075FF;
}
.exam .exampart {
  width: 100%;
}
.exam .exampart .exam-mian {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.exam .exampart .exam-mian .pic {
  display: block;
  width: 588px;
  height: 334px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
}
.exam .exampart .exam-mian .pic img {
  width: 588px;
  height: 334px;
}
.exam .exampart .exam-mian .pic:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.exam .exampart .exam-mian .exam-card {
  width: 285px;
  height: 334px;
  background: #fff;
  border-radius: 10px;
  margin-top: 20px;
  box-sizing: border-box;
  padding: 15px;
}
.exam .exampart .exam-mian .exam-card h2 {
  font-size: 18px;
  color: #333;
  padding-bottom: 15px;
  font-weight: 400;
  height: 44px;
  line-height: 24px;
}
.exam .exampart .exam-mian .exam-card .tags {
  display: flex;
  flex-wrap: wrap;
}
.exam .exampart .exam-mian .exam-card .tags span {
  flex: 0 0 auto;
  background: #f7f7f7;
  color: #9598a2;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  margin-right: 4px;
  padding: 0 5px;
}
.exam .exampart .exam-mian .exam-card .lecturers {
  height: 65px;
  display: flex;
  margin: 25px 0;
}
.exam .exampart .exam-mian .exam-card .lecturers .lecturer-box {
  flex-basis: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.exam .exampart .exam-mian .exam-card .lecturers .lecturer-box img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
}
.exam .exampart .exam-mian .exam-card .lecturers .lecturer-box .name {
  margin-top: 7px;
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  color: #999;
}
.exam .exampart .exam-mian .exam-card .price {
  color: #F51E29;
  font-size: 18px;
  padding-bottom: 20px;
}
.exam .exampart .exam-mian .exam-card .price b {
  font-size: 22px;
}
.exam .exampart .exam-mian .exam-card .bottom {
  font-size: 12px;
  border-top: 1px solid #EFEFF0;
  height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.exam .exampart .exam-mian .exam-card .bottom .djs {
  color: #666;
  padding-bottom: 8px;
  flex: 1;
}
.exam .exampart .exam-mian .exam-card .bottom .but {
  width: 86px;
  height: 30px;
  background: #3075ff;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  font-size: 14px;
}
.exam .exampart .exam-mian .exam-card:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.exam .exampart .exam-mian .kong {
  display: flex;
  align-items: center;
  justify-content: center;
}
.exam .exampart .exam-info {
  margin-top: 20px;
  width: 285px;
  border-radius: 10px;
  background: linear-gradient(#fafbff, #e1ecfe);
  box-sizing: border-box;
  padding: 18px 13px 13px 13px;
}
.exam .exampart .exam-info h2 {
  font-weight: 700;
  text-align: left;
  color: #333333;
  font-size: 23px;
  padding: 0 30px 0 15px;
}
.exam .exampart .exam-info .djs {
  color: #000;
  font-size: 16px;
  display: flex;
  align-items: flex-end;
  margin: 20px 0 20px 15px;
}
.exam .exampart .exam-info .djs .time {
  background: url(../image/daojishi.png) no-repeat center;
  height: 40px;
  width: 133px;
  box-sizing: border-box;
  padding-left: 12px;
  margin-right: 10px;
  display: block;
  color: #F51E29;
  font-size: 30px;
  letter-spacing: 28px;
}
.exam .exampart .exam-info .newsbox {
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px;
  height: 515px;
}
.exam .exampart .exam-info .newsbox .chujinewschoose {
  display: flex;
  cursor: pointer;
}
.exam .exampart .exam-info .newsbox .chujinewschoose li {
  color: #666;
  font-size: 15px;
  margin-right: 30px;
  height: 30px;
}
.exam .exampart .exam-info .newsbox .chujinewschoose .active {
  color: #333;
  position: relative;
}
.exam .exampart .exam-info .newsbox .chujinewschoose .active::after {
  content: " ";
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translate(-50%);
  width: 26px;
  height: 4px;
  background: #3075ff;
  overflow: hidden;
  border-radius: 2px;
}
.exam .exampart .exam-info .newsbox .zhongjinewschoose {
  display: flex;
  cursor: pointer;
}
.exam .exampart .exam-info .newsbox .zhongjinewschoose li {
  color: #666;
  font-size: 15px;
  margin-right: 30px;
  height: 30px;
}
.exam .exampart .exam-info .newsbox .zhongjinewschoose .active {
  color: #333;
  position: relative;
}
.exam .exampart .exam-info .newsbox .zhongjinewschoose .active::after {
  content: " ";
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translate(-50%);
  width: 26px;
  height: 4px;
  background: #3075ff;
  overflow: hidden;
  border-radius: 2px;
}
.exam .exampart .exam-info .newsbox .gaojinewschoose {
  display: flex;
  cursor: pointer;
}
.exam .exampart .exam-info .newsbox .gaojinewschoose li {
  color: #666;
  font-size: 15px;
  margin-right: 30px;
  height: 30px;
}
.exam .exampart .exam-info .newsbox .gaojinewschoose .active {
  color: #333;
  position: relative;
}
.exam .exampart .exam-info .newsbox .gaojinewschoose .active::after {
  content: " ";
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translate(-50%);
  width: 26px;
  height: 4px;
  background: #3075ff;
  overflow: hidden;
  border-radius: 2px;
}
.exam .exampart .exam-info .newsbox .chujinewslist {
  margin-top: 5px;
  overflow: hidden;
  height: 430px;
}
.exam .exampart .exam-info .newsbox .chujinewslist a {
  display: block;
  line-height: 40px;
  font-size: 14px;
  white-space: nowrap;
  /* 保持文本在一行，不换行 */
  overflow: hidden;
  /* 隐藏超出容器的内容 */
  text-overflow: ellipsis;
  /* 超出部分显示为省略号 */
}
.exam .exampart .exam-info .newsbox .chujinewslist .hot {
  font-weight: bold;
  position: relative;
  padding-right: 33px;
}
.exam .exampart .exam-info .newsbox .chujinewslist .hot::after {
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 33px;
  height: 13px;
  background: url(../image/hot.png);
}
.exam .exampart .exam-info .newsbox .zhongjinewslist {
  margin-top: 5px;
  overflow: hidden;
  height: 430px;
}
.exam .exampart .exam-info .newsbox .zhongjinewslist a {
  display: block;
  line-height: 40px;
  font-size: 14px;
  white-space: nowrap;
  /* 保持文本在一行，不换行 */
  overflow: hidden;
  /* 隐藏超出容器的内容 */
  text-overflow: ellipsis;
  /* 超出部分显示为省略号 */
}
.exam .exampart .exam-info .newsbox .zhongjinewslist .hot {
  font-weight: bold;
  position: relative;
  padding-right: 33px;
}
.exam .exampart .exam-info .newsbox .zhongjinewslist .hot::after {
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 33px;
  height: 13px;
  background: url(../image/hot.png);
}
.exam .exampart .exam-info .newsbox .gaojinewslist {
  margin-top: 5px;
  overflow: hidden;
  height: 430px;
}
.exam .exampart .exam-info .newsbox .gaojinewslist a {
  display: block;
  line-height: 40px;
  font-size: 14px;
  white-space: nowrap;
  /* 保持文本在一行，不换行 */
  overflow: hidden;
  /* 隐藏超出容器的内容 */
  text-overflow: ellipsis;
  /* 超出部分显示为省略号 */
}
.exam .exampart .exam-info .newsbox .gaojinewslist .hot {
  font-weight: bold;
  position: relative;
  padding-right: 33px;
}
.exam .exampart .exam-info .newsbox .gaojinewslist .hot::after {
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 33px;
  height: 13px;
  background: url(../image/hot.png);
}
/*名师频道*/
.teacher {
  width: 1200px;
  margin: 40px auto 0 auto;
}
.teacher .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.teacher .title h2 {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #333;
}
.teacher .title h2 img {
  padding-right: 10px;
  padding-top: 5px;
}
.teacher .title .more {
  font-size: 14px;
  color: #666;
}
.teacher .teachers {
  width: 100%;
  height: 493px;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0 30px;
  position: relative;
}
.teacher .teachers .swiper {
  width: 100%;
  height: 100%;
}
.teacher .teachers .swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
.teacher .teachers .swiper .swiper-wrapper .swiper-slide {
  height: 400px;
  margin-top: 20px;
  cursor: pointer;
}
.teacher .teachers .swiper .swiper-wrapper .swiper-slide .photo {
  width: 100%;
  height: 300px;
  overflow: hidden;
  background: #f1f1f1;
  display: flex;
  justify-content: center;
}
.teacher .teachers .swiper .swiper-wrapper .swiper-slide .photo img {
  transform: scale(1);
  transition: all 0.5s ease-in-out 0s;
  border-radius: 0;
  overflow: hidden;
}
.teacher .teachers .swiper .swiper-wrapper .swiper-slide .photo img:hover {
  transform: scale(1.2);
}
.teacher .teachers .swiper .swiper-wrapper .swiper-slide .teacher-info h3 {
  text-align: left;
  color: #333333;
  font-size: 18px;
  height: 65px;
  display: flex;
  align-items: center;
  position: relative;
}
.teacher .teachers .swiper .swiper-wrapper .swiper-slide .teacher-info h3::after {
  content: " ";
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 26px;
  height: 4px;
  background: #3075ff;
  overflow: hidden;
  border-radius: 2px;
}
.teacher .teachers .swiper .swiper-wrapper .swiper-slide .teacher-info p {
  color: #666;
  font-size: 14px;
  white-space: nowrap;
  /* 保持文本在一行，不换行 */
  overflow: hidden;
  /* 隐藏超出容器的内容 */
  text-overflow: ellipsis;
  /* 超出部分显示为省略号 */
}
.teacher .teachers .left-but-01 {
  background-color: #c7c7c7;
  width: 40px;
  height: 40px;
  color: #fff;
  position: absolute;
  left: 10px;
  top: 190px;
  cursor: pointer;
  border-radius: 50px;
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.teacher .teachers .left-but-01::after {
  content: "prev";
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-size: 16px;
  font-weight: 100;
}
.teacher .teachers .right-but-01 {
  background-color: #c7c7c7;
  width: 40px;
  height: 40px;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 190px;
  cursor: pointer;
  border-radius: 50px;
  z-index: 999;
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.teacher .teachers .right-but-01::after {
  content: "next";
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-size: 16px;
  font-weight: 100;
}
/*考试图书*/
.exambooks {
  width: 1200px;
  margin: 40px auto 0 auto;
}
.exambooks .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.exambooks .title h2 {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #333;
}
.exambooks .title h2 img {
  padding-right: 10px;
  padding-top: 5px;
}
.exambooks .title .more {
  font-size: 14px;
  color: #666;
}
.exambooks .books {
  width: 100%;
  height: 444px;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0 40px;
  position: relative;
}
.exambooks .books .swiper {
  width: 100%;
  height: 100%;
}
.exambooks .books .swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
.exambooks .books .swiper .swiper-wrapper .swiper-slide {
  height: 394px;
}
.exambooks .books .swiper .swiper-wrapper .swiper-slide .images {
  width: 100%;
  height: 268px;
  overflow: hidden;
  background: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.exambooks .books .swiper .swiper-wrapper .swiper-slide .images img {
  padding: 10px;
  max-height: 100%;
  box-sizing: border-box;
}
.exambooks .books .swiper .swiper-wrapper .swiper-slide .books-info h3 {
  margin: 15px 0;
  text-align: left;
  color: #333333;
  font-size: 18px;
  height: 45px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.exambooks .books .swiper .swiper-wrapper .swiper-slide .books-info .freetrial {
  display: flex;
  justify-content: space-between;
}
.exambooks .books .swiper .swiper-wrapper .swiper-slide .books-info .freetrial .price {
  color: #F51E29;
  font-size: 18px;
}
.exambooks .books .swiper .swiper-wrapper .swiper-slide .books-info .freetrial .price b {
  font-size: 22px;
}
.exambooks .books .swiper .swiper-wrapper .swiper-slide .books-info .freetrial .but {
  width: 70px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #3075FF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3075FF;
  font-size: 13px;
}
.exambooks .books .left-but-02 {
  background-color: #c7c7c7;
  width: 40px;
  height: 40px;
  color: #fff;
  position: absolute;
  left: 12px;
  top: 150px;
  cursor: pointer;
  border-radius: 50px;
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.exambooks .books .left-but-02::after {
  content: "prev";
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-size: 16px;
  font-weight: 100;
}
.exambooks .books .right-but-02 {
  background-color: #c7c7c7;
  width: 40px;
  height: 40px;
  color: #fff;
  position: absolute;
  right: 12px;
  top: 150px;
  cursor: pointer;
  border-radius: 50px;
  z-index: 999;
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.exambooks .books .right-but-02::after {
  content: "next";
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-size: 16px;
  font-weight: 100;
}
/*平台优势*/
.platform {
  width: 1200px;
  margin: 40px auto 0 auto;
}
.platform .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.platform .title h2 {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #333;
}
.platform .title h2 img {
  padding-right: 10px;
  padding-top: 5px;
}
.platform .platformbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.platform .platformbox .card-box {
  width: 380px;
  height: 275px;
  border-radius: 10px;
  border: 1px solid #fff;
  background: linear-gradient(270deg, #f2f8ff 0%, #fef9fa 100%);
  margin-bottom: 30px;
}
.platform .platformbox .card-box .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  margin-top: 30px;
}
.platform .platformbox .card-box .content .name {
  margin-top: 20px;
  color: #333;
  font-size: 20px;
}
.platform .platformbox .card-box .content .desc {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
}
.platform .platformbox .card-box:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
