* {
  margin: 0;
  padding: 0;
}

body {
  padding: 2rem 0;
}

a {
  text-decoration: none;
}
@font-face {
  font-family: "AvantiBold";
  src: url(https://m.igo.cn/zt/gaokao_product/font/AvantiBold.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiBold";
  src: url(https://m.igo.cn/zt/gaokao_product/font/Alibaba-PuHuiTi-Bold_0.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiRegular";
  src: url(https://m.igo.cn/zt/gaokao_product/font/AlibabaPuHuiTiRegular.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiMedium";
  src: url(https://m.igo.cn/zt/gaokao_product/font/Alibaba-PuHuiTi-Medium.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: 0.7rem;
  font-family: "AlibabaPuHuiTiRegular";
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  background-size: 100%;
  background: #f4f7ff;
}

#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地址换行*/
  border-right: 1px solid #939598;
  border-bottom: 1px solid #939598;
}

/* 滚动槽 */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  display: none;
}

::-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%;
}
.banner img {
  width: 100%;
}
#main .samepart {
  padding: 1.68rem 0.43rem 0;
}
#main .samepart .sametitle {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.85rem;
  line-height: 0.85rem;
  color: #142e6a;
  margin-bottom: 0.8rem;
}
#main .samebtnbox {
  margin-top: 1.05rem;
}
#main .samebtnbox .samebtn {
  width: 10.85rem;
  height: 1.73rem;
  background-color: #ca062c;
  border-radius: 0.84rem;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.64rem;
  color: #ffe9ba;
}
#main .section1 .lessonType {
  border-radius: 0.32rem 0.32rem 0 0;
  overflow: hidden;
}
#main .section1 .lessonType > div {
  font-family: "AlibabaPuHuiTiBold";
  height: 1.53rem;
  background-color: #ffeace;
  width: 50%;
  padding-left: 0.25rem;
  color: #ca062c;
}
#main .section1 .lessonType > div span {
  font-size: 1.07rem;
  opacity: 0.1;
  margin-right: 0.35rem;
  letter-spacing: -0.05rem;
}
#main .section1 .lessonType > div p {
  font-size: 0.6rem;
  line-height: 0.6rem;
}
#main .section1 .lessonType > div.active {
  background-color: #142e6a;
  color: #ffffff;
}
#main .section1 .detailbox {
  border-radius: 0 0 0.32rem 0.32rem;
  background-color: #ffffff;
  overflow: hidden;
}
#main .section1 .detailbox > div {
  display: none;
}
#main .section1 .detailbox > div.active {
  display: block;
}
#main .section1 .part .top {
  height: 1.1rem;
  background-color: #d2e0ff;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.55rem;
  color: #333333;
}
#main .section1 .fit ul {
  align-items: stretch;
  font-size: 0.5rem;
  line-height: 0.7rem;
  color: #666666;
}
#main .section1 .fit1 li {
  flex-grow: 1;
}
#main .section1 .fit ul em {
  font-family: "AlibabaPuHuiTiMedium";
  color: #000000;
}
#main .section1 .fit1 li:nth-child(1) {
  width: 5.78rem;
  border-right: 1px solid #e9f0ff;
  flex-grow: 0;
  flex-shrink: 0;
}
#main .section1 .fit1 .txt > div {
  padding: 0.44rem;
}
#main .section1 .fit1 .txt p {
  margin-bottom: 0.3rem;
}
#main .section1 .fit1 .txt p:last-child {
  margin-bottom: 0;
}
#main .section1 .fit2 li:nth-child(1) {
  flex-shrink: 0;
}
#main .section1 .fit2 .txt {
  flex-wrap: wrap;
  padding: 0.44rem;
  align-items: stretch;
}
#main .section1 .fit2 .txt2 {
  padding: 0;
}
#main .section1 .fit2 .txt2 > div {
  flex-direction: column;
  width: 30%;
  border-right: 1px solid #e9f0ff;
  padding: 0.44rem;
  flex-shrink: 0;
}
#main .section1 .fit2 .txt2 > div:nth-child(3n) {
  border-right: none;
}
#main .section1 .fit2 .txt2 > div:nth-child(1),
#main .section1 .fit2 .txt2 > div:nth-child(2),
#main .section1 .fit2 .txt2 > div:nth-child(3) {
  border-bottom: 1px solid #e9f0ff;
}
#main .section1 .fit2 .txt2 > div:nth-child(2),
#main .section1 .fit2 .txt2 > div:nth-child(5) {
  width: 40%;
}
#main .section1 .plan ul {
  padding: 0.78rem 0 0.78rem 0.95rem;
}
#main .section1 .plan li {
  margin-bottom: 0.85rem;
}
#main .section1 .plan li:last-child {
  margin-bottom: 0;
}

#main .section1 .plan .t {
  width: 3.5rem;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.55rem;
  line-height: 0.85rem;
  color: #333333;
  flex-shrink: 0;
  margin-right: 0.6rem;
}
#main .section1 .plan1 .t {
  width: 2.5rem;
}
#main .section1 .plan .txt {
  position: relative;
}
#main .section1 .plan .txt::before {
  content: "";
  height: 100%;
  width: 0.18rem;
  background-color: #d2e0ff;
  border-radius: 0.07rem;
  position: absolute;
  left: 0;
  top: 0;
}
#main .section1 .plan p {
  font-size: 0.5rem;
  line-height: 0.7rem;
  color: #666666;
  margin-bottom: 0.4rem;
  padding-left: 0.63rem;
  position: relative;
}
#main .section1 .plan p:last-child {
  margin-bottom: 0;
}
#main .section1 .plan p::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  background-color: #142e6a;
  position: absolute;
  left: -0.05rem;
  top: 0.25rem;
  border-radius: 0.33rem;
}
#main .section1 .product ul {
  padding: 0.4rem;
  overflow-x: auto;
  height: 8.25rem;
}
#main .section1 .product li {
  width: 6.7rem;
  height: 7.45rem;
  border-radius: 0.17rem;
  border: solid 0.02rem #ebebeb;
  position: relative;
  margin-right: 0.3rem;
  border-radius: 0.3rem;
  overflow: hidden;
  flex-shrink: 0;
}
#main .section1 .product li:last-child {
  margin-right: 0;
}
#main .section1 .product li .poster {
  height: 3.7rem;
  background-size: 100%;
  background-repeat: no-repeat;
}
#main .section1 .product li p {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 0.5rem;
  line-height: 0.5rem;
  color: #1a1a1a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.4rem;
}
#main .section1 .product li .btm {
  height: 3.75rem;
  padding: 0.3rem 0.43rem;
  position: relative;
}
#main .section1 .product li .tags > span {
  font-size: 0.45rem;
  color: #666666;
  height: 0.7rem;
  background-color: #f2f2f2;
  border-radius: 0.06rem;
  padding: 0 0.2rem;
  margin-right: 0.2rem;
}
#main .section1 .product li .type {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.64rem;
  line-height: 0.64rem;
  color: #cccccc;
  position: absolute;
  bottom: 0.63rem;
  left: 0.43rem;
}
#main .section1 .product li .btn {
  position: absolute;
  width: 2.58rem;
  height: 1.08rem;
  background-color: #ca062c;
  border-radius: 0.52rem;
  font-size: 0.47rem;
  color: #ffe9ba;
  bottom: 0.43rem;
  right: 0.43rem;
}
#main .section2 .stu_data > div {
  background-color: #ffffff;
  border-radius: 0.32rem;
  overflow: hidden;
}
#main .section2 .stu_data .examPredictionHit {
  margin-bottom: 0.6rem;
}
#main .section2 .top {
  font-family: "AlibabaPuHuiTiBold";
  height: 1.53rem;
  background-color: #142e6a;
  font-size: 0.65rem;
  color: #ffffff;
}
#main .section2 .ranking .top {
  background-color: #ca062c;
}
#main .section2 .top img {
  width: 0.55rem;
  margin: 0 0.2rem;
}
#main .section2 .detail {
  padding: 0 0.3rem 0 0.3rem;
  background: #ffffff;
}

#main .section2 .thead {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 0.51rem;
  line-height: 1.75rem;
  color: #4d4d4d;
  position: relative;
  z-index: 2;
  background: #ffffff;
}
#main .section2 .thead div {
  text-align: center;
  flex-shrink: 0;
  margin-right: 0.3rem;
}
#main .section2 .tbody {
  overflow-x: auto;
  position: relative;
}
#main .section2 .tbody .list {
  position: relative;
  height: 7rem;
  overflow: hidden;
  overflow-x: auto;
}
#main .section2 .tbody .list >div{
  position: relative;
}
#main .section2 .tbody ul {
  margin-bottom: 0.4rem;
  position: relative;
  height: 1.1rem;
}
#main .section2 .tbody ul > div {
  position: sticky;
  background: #ffffff;
  justify-content: flex-end;
  top: 0;
  right: 0;
  padding: .3rem .4rem;
}
#main .section2 .tbody ul .samebtn {
  width: 2.78rem;
  height: 1.08rem;
  background-color: #ca062c;
  border-radius: 0.52rem;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 0.51rem;
  color: #ffe9ba;
}
#main .section2 .examPredictionHit li {
  font-size: 0.51rem;
  line-height: 0.51rem;
  height: 1.08rem;
  border-radius: 0.52rem;
  flex-shrink: 0;
  margin-right: 0.2rem;
       white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}
#main .section2 .examPredictionHit .w1 {
  width: 1.2rem;
}
#main .section2 .examPredictionHit .w2 {
  width: 2.3rem;
}
#main .section2 .examPredictionHit .w3 {
  width: 2.5rem;
}
#main .section2 .examPredictionHit .w4 {
  width: 4.4rem;
}
#main .section2 .examPredictionHit .w5 {
  width: 3.2rem;
}
#main .section2 .examPredictionHit li.w2 {
  color: #ff9cb0;
  background-color: #fff5f6;
}
#main .section2 .examPredictionHit li.w3 {
  color: #4572eb;
  background-color: #e9f5ff;
}
#main .section2 .examPredictionHit li.w4 {
  color: #ffa051;
  background-color: #fff5ed;
}
#main .section2 .examPredictionHit li.w5 {
  background-color: #ffeded;
  color: #ff5252;
}
#main .section2 .tbody img {
  width: 0.55rem;
}
#main .section2 .ranking li {
  font-size: 0.51rem;
  line-height: 0.51rem;
  height: 1.08rem;
  border-radius: 0.52rem;
  flex-shrink: 0;
  margin-right: 0.3rem;
}
#main .section2 .ranking .w1 {
  width: 3rem;
}
#main .section2 .ranking .w2 {
  width: 3rem;
}
#main .section2 .ranking .w3 {
  width: 7rem;
}
#main .section2 .stu_data .ranking li.w2 {
  background-color: #e9f5ff;
}
#main .section2 .stu_data .ranking li.w3 {
  background-color: #ffeded;
}

#main .section2 .samebtnbox .samebtn {
  width: 6rem;
}
#main .section2 .samebtnbox .samebtn:nth-child(2) {
  margin-left: 0.5rem;
}
#main .section3,
#main .section4,
#main .section5 {
  padding: 1.68rem 0 0;
}
#main .section3 ul {
  background: url(../img/teacher_img.jpg) no-repeat;
  background-size: 100%;
  height: 8.4rem;
}

#main .section4 ul {
  background: url(../img/environment.jpg) no-repeat;
  background-size: 100%;
  height: 7.4rem;
}
#main .section5 .content {
  background: url(../img/honor.jpg) no-repeat;
  background-size: 100%;
  height: 7.7rem;
}
#main .ztlayout {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 10;
}

#main .ztlayout > div {
  width: 80%;
  height: auto;
  background: #142e6a;
  border-radius: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#main .ztlayout h3 {
  height: 3.7rem;
  line-height: 1.4rem;
  color: #ffffff;
  font-size: 1rem;
  font-family: "AlibabaPuHuiTiBold";
  font-weight: normal;
  padding-top: 0.4rem;
}
#main .ztlayout form {
  width: 100%;
  flex-wrap: wrap;
  padding: 0.6rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  margin-top: -1.5rem;
  align-items: flex-start;
}

#main .ztlayout .close {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: -1.7rem;
  right: 0;
  cursor: pointer;
  background: url(https://www.igo.cn/kpzt/ys/ielts/img/close.png) no-repeat;
  background-size: 100%;
}

#main .ztlayout .close img {
  width: 100%;
}

#main .ztlayout .item,
#main .ztlayout input,
#main .ztlayout select {
  width: 100%;
  height: 1.4rem;
  background-color: #f5f5f5;
  font-size: 0.5rem;
  line-height: 1.4rem;
  color: #999999;
}

#main .ztlayout > div.smarter-lay .item,
#main .ztlayout > div.smarter-lay input,
#main .ztlayout > div.smarter-lay select {
  width: 200px;
}

#main .ztlayout input::placeholder {
  color: #999999;
}

#main .ztlayout .item {
  margin-bottom: 0.3rem;
}

#main .ztlayout input,
#main .ztlayout select {
  padding-left: 10px;
}

#main .ztlayout select {
  background: #f1f1f1 url(https://www.igo.cn/kpzt/ys/ielts/img/arrow.png)
    no-repeat;
  background-size: 3%;
  background-position: 95% center;
}

#main .ztlayout .btn {
  width: 4rem;
  height: 1.27rem;
  background: #ca062c;
  border-radius: 0.61rem;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.55rem;
  color: #ffffff;
  margin: 0.7rem auto 0;
  line-height: 1.27rem;
}

