* {
  margin: 0;
  padding: 0;
}

body {
  min-width: 1200px;
}

a {
  text-decoration: none;
}
@font-face {
  font-family: "AlibabaPuHuiTiRegular";
  src: url(https://www.igo.cn/zt/gaokao_product/font/AlibabaPuHuiTiRegular.ttf);
}
@font-face {
  font-family: "AlibabaPuHuiTiBold";
  src: url(https://www.igo.cn/zt/gaokao_product/font/Alibaba-PuHuiTi-Bold_0.ttf);
}
@font-face {
  font-family: "AlibabaPuHuiTiMedium";
  src: url(https://www.igo.cn/zt/gaokao_product/font/Alibaba-PuHuiTi-Medium.ttf);
}
@font-face {
  font-family: "AvantiBold";
  src: url(https://www.igo.cn/study/product/font/AvantiBold.ttf);
}

#main * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#main {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  position: relative;
  width: 100%;
  background: #eef6ff;
}

#main input,
#main select,
#main textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

#main i,
#main em {
  font-style: normal;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f1f1f1 inset !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

table {
  width: 100%;
  text-align: center;
  /*文本居中*/
  border-collapse: collapse;
  /*表格的边框合并，如果相邻，则共用一个边框*/
  border-spacing: 0;
  /*设置行与单元格边框的间距。当表格边框独立（即border-collapse:separate;）此属性才起作用*/
}

table td {
  word-break: break-all;
  /*允许在字内换行,即单词可分*/
  word-wrap: break-word;
  /*允许长单词或URL地址换行*/
}

/* 滚动条 */
/* ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
}

::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
} */

.dis-f {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dis-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dis-c {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn {
  cursor: pointer;
  text-align: center;
}
.tc {
  text-align: center;
}
.pr {
  position: relative;
}
.po {
  position: absolute;
}
.po_center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.banner {
  width: 100%;
  height: 630px;
  background: url(../img/banner.jpg) no-repeat;
  background-position: center;
}
#main article {
  min-width: 1200px;
  padding-top: 1px;
}
#main article .content {
  width: 1200px;
  margin: 0 auto;
}
#main .samepart {
  margin-top: 84px;
}
#main .samepart.b {
}
#main .samepart .title {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 45px;
  line-height: 45px;
  color: #262626;
  margin-bottom: 50px;
}

#main .samepart .title img {
  margin: 0 18px;
}

#main .samepart .tabbox {
  height: 70px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(32, 137, 254, 0.1);
  border-radius: 8px;
  font-family: "AlibabaPuHuiTiMedium";
  /* font-size: 20px; */
  align-items: flex-end;
  color: #333333;
  margin-bottom: 20px;
}
#main .samepart .tabbox > div {
  height: 70px;
  border-radius: 8px;
  flex-grow: 1;
  margin-right: 15px;
  transition: all 0.3s;
  cursor: pointer;
}
#main .samepart .tabbox > div:last-child {
  margin-right: 0;
}
#main .samepart .tabbox > div:hover,
#main .samepart .tabbox > div.active {
  padding-top: 10px;
  height: 80px;
  background-color: #2089fe;
  box-shadow: 0px 0px 30px 0px rgba(32, 137, 254, 0.1);
  color: #ffffff;
  transition: all 0.3s;
}
#main .samepart .content {
  padding: 30px;
  background: #ffffff;
  border-radius: 12px;
}
#main .samepart.none .content {
  padding: 0;
  background: none;
  border-radius: 0;
}
#main .section1 ul {
  flex-wrap: wrap;
  padding: 30px;
  background-color: #ffffff;
  min-height: 350px;
}
#main .section1 ul > p {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 14px;
  color: #999999;
  text-align: center;
  width: 100%;
}
#main .section1 li {
  width: 210px;
  box-shadow: 0px 0px 20px 0px rgba(6, 0, 1, 0.15);
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  margin-right: 22px;
}
#main .section1 li:nth-child(1),
#main .section1 li:nth-child(2),
#main .section1 li:nth-child(3),
#main .section1 li:nth-child(4),
#main .section1 li:nth-child(5) {
  margin-bottom: 30px;
}
#main .section1 li:nth-child(5n) {
  margin-right: 0;
}
#main .section1 li > a {
  width: 212px;
  height: 260px;
  background-color: #ffffff;
  border-radius: 8px;
  display: block;
  overflow: hidden;
  border: solid 1px #f0f0f0;
}
#main .section1 li .top {
  background: url(../img/lesson_bg.jpg) no-repeat;
  background-size: 100%;
  background-position: center;
  height: 127px;
  padding-top: 19px;
  padding-left: 22px;
}
#main .section1 li .top .r {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 11px;
  color: #ffffff;
  line-height: 24px;
  width: 84px;
  text-align: center;
}
#main .section1 li.other .top .r {
  display: none;
}
#main .section1 li .top .t {
  font-family: "AlibabaPuHuiTiBold";
  color: #000000;
  font-size: 22px;
  line-height: 26px;
  margin-top: 12px;
}
#main .section1 li .top .t em {
  font-size: 16px;
}
#main .section1 li .btm {
  padding: 14px;
  position: relative;
  height: calc(100% - 127px);
}
#main .section1 li .btm .st {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
  line-height: 16px;
  color: #1a1a1a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
#main .section1 li .btm .ct {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 12px;
  line-height: 12px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main .section1 li .btm .type {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 20px;
  line-height: 20px;
  color: #ff4e00ba;
  position: absolute;
  left: 14px;
  bottom: 23px;
}
#main .section1 li > div {
  width: 80px;
  height: 36px;
  background-color: #ff4e00;
  border: 2px solid #ff4e00;
  border-radius: 18px;
  position: absolute;
  bottom: 20px;
  right: 15px;
  cursor: pointer;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 14px;
  color: #ffffff;
  transition: all 0.3s;
}
#main .section1 li > div:hover {
  background-color: #ffffff;
  color: #ff4e00;
  transition: all 0.3s;
}
#main .section2 .content {
  height: 280px;
  border-radius: 6px;
  padding: 0 20px 0 0;
  position: relative;
  z-index: 5;
  overflow: hidden;
  background-color: #ffffff;
}

#main .section2 .content > .left {
  width: 100%;
}

#main .section2 .m_item {
  height: 70px;
  align-items: stretch;
}

#main .section2 .m_item > div:nth-child(1) {
  width: 160px;
  margin-right: 30px;
  font-size: 16px;
  font-family: "AlibabaPuHuiTiBold";
  line-height: 30px;
  color: #ffffff;
  flex-shrink: 0;
  background: #2089fe;
}

#main .section2 .m_item > div:nth-child(2) {
  border-bottom: dashed 1px #e5e5e5;
  width: 100%;
}
#main .section2 .m_item:last-child > div:nth-child(2) {
  border-bottom: none;
}
#main .section2 .m_item li {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  width: 123px;
  margin-right: 23px;
  cursor: pointer;
}

#main .section2 .m_item li:last-child {
  margin-right: 0;
  width: auto;
}

#main .section2 .m_item span {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background-color: #ffffff;
  box-shadow: inset 0px 0px 10px 0px rgba(6, 6, 6, 0.1);
  border: solid 1px #cccccc;
  margin-right: 15px;
}

#main .section2 .m_item li.active span {
  background-color: #2089fe;
  box-shadow: none;
  border: solid 5px #e3e3e3;
}

#main .section2 .form_box {
  width: 440px;
  height: 240px;
  background: url(../img/chufen.png) no-repeat;
  background-size: 100%;
  margin-left: 30px;
  flex-shrink: 0;
  padding: 17px 15px 0;
  position: relative;
  border-radius: 6px;
  z-index: 1;
  align-items: flex-start;
}
#main .section2 .form_box ul {
  padding-top: 34px;
  margin-right: 35px;
}
#main .section2 .form_box li {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 22px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 20px;
}
#main .section2 .form_box li img {
  margin-right: 11px;
}
#main .section2 .form_box .right {
  width: 255px;
}
#main .section2 .form_box h4 {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 23px;
  font-weight: normal;
  line-height: 23px;
  color: #ffffff;
  text-align: left;
  margin-bottom: 14px;
}

#main .section2 form .item,
#main .section2 form input {
  width: 100%;
  height: 42px;
  line-height: 42px;
  background-color: #ffffff;
  font-size: 14px;
  border-radius: 3px;
  color: #808080;
}

#main .section2 form .item {
  margin-bottom: 8px;
}

#main .section2 form input {
  padding-left: 14px;
}

#main .section2 form input::placeholder {
  color: #808080;
}
#main .section2 form .yzm {
  margin-bottom: 0;
}
#main .section2 form .getYzm {
  width: auto;
  height: 42px;
  background-color: #000000;
  font-size: 12px;
  flex-shrink: 0;
  color: #ffffff;
  cursor: pointer;
  padding: 0 4px;
  border-radius: 0 3px 3px 0;
}

#main .section2 form .btn {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 16px;
  color: #000000;
  width: 110px;
  height: 42px;
  background-color: #ffef3a;
  border-radius: 3px;
  cursor: pointer;
  margin-left: 10px;
  flex-shrink: 0;
}

#main .section2 .form_box p {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  text-align: right;
  margin-top: 16px;
  opacity: 0.6;
}

#main .section3 .content .section {
  padding: 40px;
  height: 490px;
  background-color: #ffffff;
  border-radius: 12px;
  position: relative;
}
#main .section3 .content .section > div {
  width: 100%;
  padding: 30px;
  background: #ffffff;
  border-radius: 13px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
}
#main .section3 .content .section > div.active {
  opacity: 1;
  z-index: 3;
}
#main .section3 .guihua > div {
  align-items: flex-start;
}
#main .section3 .guihua .left {
  margin-right: 30px;
}
#main .section3 .guihua .left li {
  width: 180px;
  height: 360px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(6, 0, 1, 0.08);
  border-radius: 16px;
  overflow: hidden;
  margin-right: 30px;
}
#main .section3 .guihua .left li:last-child {
  margin-right: 0;
}
#main .section3 .guihua .left li .top {
  width: 180px;
  height: 152px;
  background: url(../img/guihua_icon1.png) no-repeat;
  background-size: 100%;
  padding-top: 20px;
}
#main .section3 .guihua .left li:nth-child(2) .top {
  background-image: url(../img/guihua_icon2.png);
}
#main .section3 .guihua .left li:nth-child(3) .top {
  background-image: url(../img/guihua_icon3.png);
}
#main .section3 .guihua .left li .top p {
  width: 130px;
  height: 40px;
  background-image: linear-gradient(0deg, #2067fe 0%, #2045fe 100%);
  border-radius: 20px;
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 20px;
  color: #ffffff;
  margin: 0 auto;
}
#main .section3 .guihua .left li > p {
  padding: 0 20px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  text-align: center;
}
#main .section3 .guihua .left li > p:nth-child(2) {
  font-size: 20px;
  line-height: 26px;
  color: #262626;
  margin: 18px 0 20px;
}
#main .section3 .guihua .left li > p span {
  color: #2089fe;
}
#main .section3 .guihua .right {
  width: 490px;
  background: url(../img/honor.png) no-repeat;
  background-size: 100%;
}
#main .section3 .guihua .right > p {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 22px;
  line-height: 22px;
  color: #262626;
  margin-bottom: 218px;
}
#main .section3 .d {
  box-shadow: 0px 0px 20px 0px rgba(6, 0, 1, 0.08);
  border-radius: 16px;
  overflow: hidden;
}
#main .section3 .d p {
  height: 60px;
  align-items: stretch;
  background-color: #2089fe;
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 18px;
  color: #ffffff;
  line-height: 60px;
}
#main .section3 .d span:nth-child(1) {
  background-color: #262626;
  width: 130px;
  flex-shrink: 0;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 24px;
  color: #ffffff;
  padding-left: 16px;
  margin-right: 11px;
}
#main .section3 .d span:nth-child(1)::before {
  content: "";
  width: 14px;
  height: 14px;
  border: solid 2px #ffffff;
  box-sizing: border-box;
  border-radius: 14px;
  margin-right: 10px;
}
#main .section3 .service .d span:nth-child(1) {
  width: 150px;
}
#main .section3 .service .d {
  width: 490px;
  border-radius: 0;
}
#main .section3 .service .d p {
  margin-bottom: 20px;
  border-radius: 16px;
  overflow: hidden;
  height: 80px;
  line-height: 80px;
}
#main .section3 .service .d p:last-child {
  margin-bottom: 0;
}

#main .section3 > .btn {
  margin-top: 40px;
}
#main .section3 > .btn > div {
  width: 260px;
  height: 60px;
  background-color: #ff4e00;
  border: 2px solid #ff4e00;
  border-radius: 30px;
  font-size: 20px;
  color: #ffffff;
  font-family: "AlibabaPuHuiTiBold";
}
#main .section3 > .btn > div:nth-child(2){
  margin-left: 30px;
}
#main .section3 > .btn > div:hover {
  background-color: #ffffff;
  color: #ff4e00;
  transition: all 0.3s;
}
#main .oraltraining {
  padding-top: 80px;
  position: relative;
}
#main .oraltraining .mySwiper {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
}
#main .oraltraining .mySwiper .swiper-slide {
  width: 20%;
}
#main .oraltraining .mySwiper2 {
  position: relative;
  z-index: 3;
}
#main .oraltraining .mySwiper .swiper-slide {
  height: 50px;
  padding-top: 20px;
  transition: all 0.2s;
  cursor: pointer;
}
#main .oraltraining .mySwiper p:nth-child(1) {
  font-size: 20px;
  /* font-weight: bold; */
  line-height: 22px;
  letter-spacing: 0px;
  color: #333333;
  opacity: 0.3;
  margin-bottom: 8px;
  transition: all 0.2s;
  font-family: "AlibabaPuHuiTiBold";
}
#main .oraltraining .mySwiper p:nth-child(2) {
  opacity: 0;
  transition: all 0.2s;
  font-size: 15px;
}
#main .oraltraining .mySwiper .swiper-slide-prev {
  text-align: left;
}
#main .oraltraining .mySwiper .swiper-slide-next {
  text-align: right;
}
#main .oraltraining .mySwiper .swiper-slide-active {
  padding-top: 0;
  transition: all 0.2s;
}
#main .oraltraining .mySwiper .swiper-slide-active p:nth-child(1) {
  opacity: 1;
  transition: all 0.2s;
}
#main .oraltraining .mySwiper .swiper-slide-active p:nth-child(2) {
  font-family: "AlibabaPuHuiTiRegular";
  opacity: 1;
  transition: all 0.2s;
}
#main .oraltraining .mySwiper .swiper-slide:hover p:nth-child(1) {
  opacity: 1;
}
#main .oraltraining .swiper-btn {
  top: 0;
  margin: 0;
  width: 34px;
  height: 34px;
  background: url(https://www.igo.cn/language/ielts/version/image/ainext.png)
    no-repeat;
  background-size: 100%;
  border-radius: 34px;
  transition: all 0.2s ease-in-out;
  z-index: 4;
  opacity: 0.7;
}
#main .oraltraining .swiper-button-next {
  right: 410px;
}
#main .oraltraining .swiper-button-prev {
  transform: rotateZ(180deg);
  left: 410px;
}
#main .oraltraining .swiper-btn:hover {
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

#main .oraltraining .mySwiper2 {
  position: relative;
  margin-top: 30px;
  height: 320px;
}
#main .oraltraining .mySwiper2::after {
  content: "";
  width: 500px;
  height: 320px;
  background-color: #000000;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#main .oraltraining .mySwiper2 .swiper-slide {
  width: 500px;
  height: 320px;
  box-shadow: 0px 5px 15px 0px rgba(6, 0, 1, 0.1);
  border-radius: 20px;
  position: relative;
}
#main .oraltraining .mySwiper2 .swiper-slide img {
  transform: scale(0.8);
}
#main .oraltraining .mySwiper2 .swiper-slide ul {
  position: absolute;
  width: auto;
  height: auto;
  background-color: #3596ff;
  border-radius: 20px;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 18px 15px 20px;
  opacity: 0;
  margin-left: -195px;
  font-family: "AlibabaPuHuiTiRegular";
}
#main .oraltraining .mySwiper2 .swiper-slide ul li {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
}
#main .oraltraining .mySwiper2 .swiper-slide ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  display: inline-block;
  margin-right: 13px;
  border-radius: 8px;
}
#main .oraltraining .mySwiper2 .swiper-slide > div {
  height: 100%;
}
#main .oraltraining .mySwiper2 .swiper-slide-prev {
  /* transform: translateX(570px) scale(0.5); */
  z-index: 2;
  opacity: 0.4;
}
#main .oraltraining .mySwiper2 .swiper-slide-prev > div {
  justify-content: flex-end;
}
#main .oraltraining .mySwiper2 .swiper-slide-next {
  /* transform: translateX(-570px) scale(0.5); */
  z-index: 2;
  opacity: 0.4;
}
#main .oraltraining .mySwiper2 .swiper-slide-next > div {
  justify-content: flex-start;
}
#main .oraltraining .mySwiper2 .swiper-slide-active {
  z-index: 3;
}
#main .oraltraining .mySwiper2 .swiper-slide-active img {
  transform: scale(1);
}
#main .oraltraining .mySwiper2 .swiper-slide-active ul {
  opacity: 1;
  transition: all 1s;
}

#main .oraltraining .mySwiper2 .swiper-slide .img {
  width: 480px;
  height: 300px;
}
#main .oraltraining .mySwiper2 .swiper-slide .img img {
  width: 100%;
  border-radius: 20px;
}
#main .section4 .content {
  padding: 40px;
  background-color: #ffffff;
  border-radius: 12px;
}
#main .section4 ul {
  flex-wrap: wrap;
  align-items: flex-start;
}
#main .section4 li {
  width: 20%;
  height: 250px;
  padding-top: 30px;
}
#main .section4 li:nth-child(1),
#main .section4 li:nth-child(2),
#main .section4 li:nth-child(4),
#main .section4 li:nth-child(3),
#main .section4 li:nth-child(5) {
  padding-top: 10px;
  border-bottom: 1px solid #f0f0f0;
}

#main .section4 li:nth-child(2),
#main .section4 li:nth-child(4),
#main .section4 li:nth-child(7),
#main .section4 li:nth-child(9) {
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}
#main .section4 li > div:nth-child(1) {
  width: 90px;
  height: 90px;
  background: url(../img/system_icon.png) no-repeat;
  background-size: 100%;
  box-shadow: 0px 0px 20px 0px rgba(32, 137, 254, 0.5);
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 24px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  border-radius: 90px;
  margin: 0 auto 14px;
}
#main .section4 li > div:nth-child(1).w {
  flex-direction: column;
  font-size: 18px;
}

#main .section4 li > div:nth-child(1) em:nth-child(2) {
  font-size: 11px;
}
#main .section4 li > p {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
  line-height: 22px;
  color: #4d4d4d;
  text-align: center;
  height: 68px;
  margin-bottom: 10px;
}
#main .section4 li > p em {
  font-size: 12px;
}
#main .section4 li .btn {
  width: 80px;
  height: 36px;
  background-color: #ff4e00;
  border: 2px solid #ff4e00;
  border-radius: 18px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  margin: 0 auto;
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 14px;
  transition: all 0.3s;
}
#main .section4 li .btn:hover {
  background-color: #ffffff;
  color: #ff4e00;
  transition: all 0.3s;
}
#main .section5 .content {
  align-items: stretch;
  height: 426px;
}
#main .section5 .same {
  padding: 30px;
  width: 280px;
  background-color: #d0e6ff;
  border-radius: 12px;
}
#main .section5 .same > p {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 20px;
  line-height: 20px;
  color: #262626;
  margin-bottom: 24px;
}
#main .section5 .same > p span {
  min-width: 80px;
  height: 32px;
  background-image: linear-gradient(90deg, #2089fe 0%, #204afe 100%);
  border-radius: 6px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 15px;
  color: #ffffff;
  padding: 0 10px;
}
#main .section5 .handbook > div {
  width: 220px;
  height: 310px;
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
  cursor: pointer;
  padding-bottom: 14px;
  border-radius: 5px;
}
#main .section5 .handbook > div .icon {
  width: 46px;
  height: 110px;
  font-size: 70px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.2;
}

#main .section5 .handbook > div .top {
  width: 100%;
  height: 186px;
  overflow: hidden;
  background: url(../img/handbook_bg.png) no-repeat;
  background-size: 100%;
}

#main .section5 .handbook > div .top img {
  width: 50%;
}
#main .section5 .handbook > div p {
  font-family: "AlibabaPuHuiTiMedium";
  padding: 0 14px;
  margin-top: 19px;
  font-size: 15px;
  line-height: 15px;
  height: 15px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#main .section5 .handbook > div .detail {
  margin-left: 14px;
  margin-right: 10px;
  margin-top: 25px;
}

#main .section5 .handbook > div .detail .left {
  width: 143px;
  height: 45px;
  flex-wrap: wrap;
  text-align: center;
  border-right: 1px solid #f2f2f2;
  padding-right: 10px;
}

#main .section5 .handbook > div .detail span {
  width: 64px;
  height: 20px;
  background-color: #ff6554;
  border-radius: 3px;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
}

#main .section5 .handbook > div .detail span:nth-child(2n) {
  background-color: #a9aeb8;
}

#main .section5 .handbook > div .detail .download {
  position: relative;
  top: 0;
  transition: all 0.3s;
}
#main .section5 .handbook > div .detail .download:hover {
  position: relative;
  top: -5px;
  transition: all 0.3s;
}
#main .section5 .product {
  width: 570px;
}
#main .section5 .product > p {
  position: relative;
}
#main .section5 .product > p span {
  margin-left: 20px;
  flex-shrink: 0;
}
#main .section5 .product > p em {
  width: 200px;
  height: 46px;
  background-color: #ff4e00;
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 18px;
  color: #ffffff;
  padding-top: 14px;
  align-items: baseline;
  padding-left: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
}
#main .section5 .product > p em::after {
  content: "";
  border: 23px solid #ff4e00;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  position: absolute;
  left: -46px;
  top: 0;
}
#main .section5 .product > p i {
  font-family: "AvantiBold";
  font-size: 32px;
}
#main .section5 .product ul {
  flex-wrap: wrap;
  height: 312px;
}
#main .section5 .product ul > p {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 14px;
  width: 100%;
  text-align: center;
  color: #494949;
}
#main .section5 .product li {
  width: 250px;
  height: 151px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
#main .section5 .product li > a {
  width: 100%;
  height: 100%;
}
#main .section5 .product li img {
  width: 100%;
  height: 100%;
}
#main .section5 .product li:nth-child(1),
#main .section5 .product li:nth-child(2) {
  margin-bottom: 10px;
}
#main .section5 .same .btn {
  width: 80px;
  height: 36px;
  background-color: #ff4e00;
  border: 2px solid #ff4e00;
  border-radius: 18px;
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  transition: all 0.3s;
  cursor: pointer;
}
#main .section5 .same .btn:hover {
  background: #ffffff;
  color: #ff4e00;
  transition: all 0.3s;
}
#main .section5 .activity {
  width: 310px;
  padding: 30px 15px;
}
#main .section5 .activity > div {
  width: 100%;
  height: 310px;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 8px;
  position: relative;
}
#main .section5 .activity .poster {
  width: 100%;
  height: 160px;
  margin-bottom: 12px;
}
#main .section5 .activity .poster img {
  max-width: 100%;
  height: 100%;
}
#main .section5 .activity .st {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
  line-height: 26px;
  color: #1a1a1a;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 几行后显示不开省略 */
  -webkit-line-clamp: 2;
  margin-bottom: 20px;
}

#main .section5 .activity .date,
#main .section5 .activity .label {
  color: #898888;
  width: 181px;
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 14px;
  line-height: 14px;
  background: url(https://www.igo.cn/study/live/img/date.png) no-repeat;
  background-size: 15px auto;
  background-position: 0 center;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main .section5 .activity .label {
  margin-top: 12px;
  background-image: url(https://www.igo.cn/study/live/img/tags.png);
}

#main .section5 .activity .btn {
  position: absolute;
  bottom: 19px;
  right: 15px;
}
/* #main .section5 .activity .expired .btn {
  background: #959595;
  border-color: #959595;
  transition: all 0.3s;
}
#main .section5 .activity .expired .btn:hover {
  background: none;
  color: #959595;
  transition: all 0.3s;
} */
#main .section7 {
  padding-bottom: 80px;
}
#main .section7 .content {
  height: 600px;
  background: url(../img/honorImgs.png) no-repeat;
  background-size: 100%;
  padding-top: 87px;
}
#main .section7 li {
  padding-left: 40px;
  background: url(../img/honor_icon.png) no-repeat;
  background-size: 28px auto;
  height: 30px;
  margin-bottom: 35px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 20px;
  color: #4d4d4d;
}

/* sameLay */
.sameLay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 12;
}

.sameLay .layout_box {
  /* display: none; */
  padding-bottom: 20px;
}

.sameLay .link_box {
  display: none;
}

.sameLay > div {
  width: 460px;
  height: auto;
  background: #ffffff;
  border-radius: 20px;
}

.sameLay .info {
  width: 460px;
  height: 80px;
  background-image: linear-gradient(80deg, #fcedd1 0%, #f1cf9e 100%);
  border-radius: 20px 20px 0px 0px;
  padding-left: 25px;
  padding-top: 12px;
}

.sameLay .info p {
  font-size: 18px;
  font-family: "AlibabaPuHuiTiRegular";
  color: #1a1a1a;
}

.sameLay h3 {
  font-size: 18px;
  font-family: "AlibabaPuHuiTiBold";
  color: #1a1a1a;
  font-weight: normal;
  margin-top: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sameLay .close,
.leyu_close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.sameLay .close img {
  width: 100%;
}

.sameLay form {
  flex-wrap: wrap;
  padding: 25px 25px 0;
}

.sameLay .item,
.sameLay input,
.leyu_box input,
.sameLay select {
  width: 200px;
  height: 45px;
  background-color: #f2f2f2;
  border-radius: 4px;
  font-size: 14px;
  line-height: 45px;
  color: #999999;
}

.sameLay .item {
  margin-bottom: 8px;
}

.sameLay input,
.leyu_box input,
.sameLay select {
  padding-left: 10px;
}

.sameLay select {
  background: #f1f1f1 url(https://www.igo.cn/study/handbook/img/form_arrow.png)
    no-repeat right;
  background-position-y: 50%;
  background-position-x: 180px;
}

.sameLay .item.yzm input {
  width: 100%;
}

.sameLay .item.yzm span {
  width: 100px;
  height: 40px;
  background-color: #333333;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
  flex-shrink: 0;
}

.sameLay .btn_box {
  margin: 12px auto 0;
}

.sameLay .btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  background-color: #ffd391;
  border-radius: 22px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 15px;
  color: #000000;
  cursor: pointer;
}

.sameLay .btn img {
  margin-right: 5px;
  height: 21px;
}

.sameLay .btn:nth-child(2) {
  margin-left: 30px;
}

.sameLay .link_box {
  width: 443px;
  height: auto;
  background-color: #ffffff;
  border-radius: 20px;
  padding-top: 92px;
  padding-bottom: 15px;
}

.sameLay .link_box .succeed {
  width: 113px;
  height: 113px;
  background: url(https://www.igo.cn/study/handbook/img/succeed.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -33px;
  align-items: flex-end;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  padding-top: 90px;
}

.sameLay .link_box .line {
  width: 400px;
  height: 1px;
  background-color: #e6e6e6;
  margin: 0 auto;
}

.sameLay .link_box .detail {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 13px;
  padding-bottom: 12px;
  /* display: none; */
}

.sameLay .link_box .detail .link {
  font-size: 14px;
  color: #1a1a1a;
  margin-top: 10px;
  line-height: 20px;
}

.sameLay .link_box .detail .link a {
  color: #1a1a1a;
}

.sameLay .link_box .detail .link a:hover {
  color: #f10000;
}
