* {
  margin: 0;
  padding: 0;
}

body {
  min-width: 1200px;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: "AvantiBold";
  src: url(https://www.igo.cn/zt/gaokao_product/font/AvantiBold.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: "AlibabaPuHuiTiRegular";
  src: url(https://www.igo.cn/zt/gaokao_product/font/AlibabaPuHuiTiRegular.ttf);
}

@font-face {
  font-family: "AlibabaPuHuiTiMedium";
  src: url(https://www.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: 16px;
  font-family: "AlibabaPuHuiTiRegular";
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  background-size: 100%;
}

#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;
}

.dis-f {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dis-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dis-e {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.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: 450px;
  background: url(../img/banner.png) no-repeat;
  background-position: center;
}
article {
  min-width: 1200px;
}
article .content {
  width: 1200px;
  margin: 0 auto;
}

#main .samepart {
  padding-top: 80px;
}
#main .samepart .title {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 45px;
  line-height: 45px;
  color: #333333;
  margin-bottom: 45px;
  position: relative;
  padding-bottom: 38px;
}
#main .samepart .title::after {
  content: "";
  width: 60px;
  height: 8px;
  background-color: #fbeceb;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#main .samepart .title img {
  margin: 0 14px;
}
#main .samepart .title img:last-child {
  transform: rotateZ(180deg);
}
#main .section1 .compare > div {
  width: 598px;
}
#main .section1 .compare .top {
  height: 100px;
  background: url(../img/GRE.png) no-repeat;
  background-size: 100%;
  padding-top: 24px;
  margin-bottom: 10px;
  position: relative;
}
#main .section1 .compare .top p:nth-child(1) {
  width: 100%;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 26px;
  line-height: 18px;
  color: #ffffff;
}
#main .section1 .compare .top p:nth-child(2) {
  width: 100%;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  margin-top: 15px;
}
#main .section1 .compare .gre .t {
  padding-right: 3px;
}
#main .section1 .compare .gmat .t {
  padding-left: 3px;
}
#main .section1 .compare .intr {
  height: 90px;
  background-color: #feebe9;
  border-radius: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  padding: 0 25px;
  margin-bottom: 10px;
}
#main .section1 .compare .gmat .intr {
  background-color: #fff9eb;
}
#main .section1 .compare ul {
  margin-top: 10px;
}
#main .section1 .compare ul:first-child {
  margin-top: 0;
}
#main .section1 .compare li {
  text-align: center;
  line-height: 50px;
  width: 150px;
  height: 50px;
  background-color: #ffefee;
  border-radius: 10px;
  font-size: 14px;
  color: #333333;
}
#main .section1 .compare li:nth-child(1) {
  width: 150px;
  height: 50px;
  background-color: #d94941;
  border-radius: 10px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 20px;
  color: #ffffff;
}
#main .section1 .compare li:nth-child(3) {
  width: 285px;
}
#main .section1 .compare .gre p {
  text-align: right;
  padding-right: 71px;
}
#main .section1 .compare .gmat .top {
  background-image: url(../img/GMAT.png);
}
#main .section1 .compare .gmat .top::before {
  font-family: "AlibabaPuHuiTiBold";
  content: "VS";
  width: 66px;
  height: 66px;
  background-color: #ffffff;
  border-radius: 66px;
  font-size: 40px;
  color: #d94941;
  position: absolute;
  top: 50%;
  left: -33px;
  transform: translateY(-50%);
  line-height: 66px;
  text-align: center;
}
#main .section1 .compare .gmat .top p {
  padding-left: 59px;
  color: #412807;
}

#main .section1 .how {
  margin-top: 30px;
  width: 1200px;
  height: 150px;
  background-color: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(181, 151, 76, 0.2);
  border-radius: 10px;
  padding-left: 69px;
  padding-top: 28px;
  position: relative;
}
#main .section1 .how ul {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 26px;
  line-height: 25px;
  color: #333333;
  flex-wrap: wrap;
  width: 680px;
}
#main .section1 .how li {
  margin-right: 31px;
  position: relative;
  z-index: 1;
}
#main .section1 .how li.mar {
  margin-bottom: 33px;
}
#main .section1 .how li::after {
  content: "";
  width: 100%;
  height: 10px;
  background-color: #ffd19c;
  border-radius: 5px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: -1;
}
#main .section1 .how .btn {
  width: 260px;
  height: 60px;
  background-color: #d94941;
  border-radius: 30px;
  position: absolute;
  right: 65px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 20px;
  color: #ffe9ba;
  border: 2px solid #d94941;
  transition: all .3s;
}
#main .section1 .how .btn:hover{
  background: transparent;
  transition: all .3s;
  color: #d94941;
}
#main .section2 li {
  width: 180px;
  height: 190px;
  background-color: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(181, 151, 76, 0.2);
  border-radius: 10px;
  margin-right: 20px;
}
#main .section2 li .top {
  width: 100%;
  height: 70px;
  background-color: #f7da99;
  border-radius: 10px;
  line-height: 70px;
  text-align: center;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 22px;
  color: #412807;
}
#main .section2 li .txt {
  height: 120px;
  flex-direction: column;
  align-items: flex-start;
}
#main .section2 li p {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  padding-left: 19px;
}
#main .section2 .form_box {
  width: 600px;
  height: 190px;
  background-color: #d94941;
  border-radius: 6px;
  padding: 25px 20px 0;
}
#main .section2 .form_box p {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 26px;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
  margin-bottom: 20px;
}
#main .section2 .form_box form {
  flex-wrap: wrap;
}
#main .section2 .form_box .item {
  width: 180px;
  height: 45px;
  background-color: #ffffff;
  position: relative;
}
#main .section2 .form_box .item select,
#main .section2 .form_box .item input {
  width: 100%;
  height: 100%;
  background: #ffffff;
  font-size: 14px;
  padding-left: 10px;
  color: #5d5d5d;
}
#main .section2 .form_box .item.select {
  margin-bottom: 10px;
}
#main .section2 .form_box .item.select::after {
  content: "";
  border: 5px solid #000000;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  position: absolute;
  right: 15px;
  top: 20px;
}
#main .section2 .form_box .submit {
  width: 180px;
  height: 45px;
  background-image: linear-gradient(0deg, #ffd301 0%, #ffe146 100%);
  border-radius: 22px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 20px;
  color: #333333;
}
#main .section2 .reason {
  width: 662px;
  height: 204px;
  background: url(../img/reason.png) no-repeat;
  background-size: 100%;
  margin-top: 80px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 35px;
  line-height: 35px;
  color: #ffffff;
  padding-top: 90px;
  padding-left: 40px;
}
#main .section3 .title {
  margin-bottom: 72px;
}
#main .section3 .content {
  height: 360px;
  position: relative;
  padding-left: 83px;
}
#main .section3 .AIbox {
  width: 406px;
  height: 360px;
  background: url(../img/aiImg.png) no-repeat;
  background-size: 100%;
  background-position: bottom center;
  position: relative;
  z-index: 3;
}
#main .section3 .AIbox p {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 20px;
  color: #333333;
  width: 243px;
  height: 55px;
  background-color: #f7da99;
  border-radius: 55px;
  position: absolute;
}
#main .section3 .AIbox p::after {
  content: "";
  border: 15px solid #f7da99;
  position: absolute;
}
#main .section3 .AIbox p:nth-child(1) {
  width: 311px;
  top: -39px;
  right: -18px;
}
#main .section3 .AIbox p:nth-child(2) {
  bottom: 41px;
  left: -48px;
}
#main .section3 .AIbox p:nth-child(1)::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  bottom: -30px;
  left: 38px;
}
#main .section3 .AIbox p:nth-child(2)::after {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  top: -30px;
  right: 38px;
}
#main .section3 .right {
  width: 918px;
  height: 271px;
  background-color: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(181, 151, 76, 0.2);
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding-left: 252px;
  padding-top: 40px;
}
#main .section3 .right > p:nth-child(1) {
  width: 304px;
  height: 50px;
  background: linear-gradient(to right, #ffd19c, #ffffff 80%);
  border-radius: 25px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 26px;
  line-height: 50px;
  color: #000000;
  padding-left: 24px;
}
#main .section3 .right > p:nth-child(2) {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 20px;
  line-height: 20px;
  color: #999999;
  margin: 23px 0 45px;
}
#main .section3 .right > div {
  height: 60px;
  padding-left: 28px;
}
#main .section3 .right > div p {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 22px;
  line-height: 22px;
  color: #333333;
  font-style: italic;
  margin-right: 23px;
  margin-left: 5px;
}
#main .section3 .right > div .btn {
  width: 180px;
  height: 60px;
  background-color: #d94941;
  border-radius: 30px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 20px;
  color: #ffe9ba;
  border: 2px solid #d94941;
  transition: all .3s;
}
#main .section3 .right > div .btn:hover{
  background: transparent;
  transition: all .3s;
  color: #d94941;
}
#main .section4 .lessons {
  flex-wrap: wrap;
  width: 690px;
  margin-bottom: 35px;
}
#main .section4 .lessons li {
  width: 220px;
  height: 230px;
  background-color: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(181, 151, 76, 0.2);
  border-radius: 10px;
  border: solid 2px #ffffff;
  padding-top: 20px;
  text-align: center;
}
#main .section4 .lessons li:nth-child(1),
#main .section4 .lessons li:nth-child(2),
#main .section4 .lessons li:nth-child(3) {
  margin-bottom: 15px;
}
#main .section4 .lessons li span {
  display: block;
  width: 150px;
  height: 42px;
  background-color: #d94941;
  border-radius: 42px;
  line-height: 42px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 26px;
  color: #ffffff;
  margin: 0 auto 13px;
}
#main .section4 .lessons li span.other {
  background-color: #f7da99;
  color: #333333;
}
#main .section4 .lessons li .t {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 22px;
  color: #666666;
  line-height: 22px;
  margin-bottom: 15px;
}
#main .section4 .lessons li p {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 18px;
  line-height: 26px;
  color: #999999;
  padding: 0 23px;
}
#main .section4 .left .btnbox > div {
  width: 262px;
  height: 60px;
  background-color: #d94941;
  border-radius: 30px;
  font-size: 20px;
  font-family: "AlibabaPuHuiTiMedium";
  color: #ffe9ba;
  border: 2px solid #d94941;
  transition: all .3s;
}
#main .section4 .left .btnbox > div:last-child {
  margin-left: 23px;
}
#main .section4 .left .btnbox > div:hover{
  color: #d94941;
  background: transparent;
  transition: all .3s;
}
#main .section4 .right {
  width: 480px;
  height: 570px;
  background-color: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(181, 151, 76, 0.2);
  border-radius: 10px;
  border: solid 2px #ffffff;
  padding: 20px;
}
#main .section4 .right .shiting {
  margin-bottom: 30px;
}
#main .section4 .right > div > p {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 22px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 19px;
}
#main .section4 .right li {
  width: 212px;
  height: 210px;
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 1px #f0f0f0;
  overflow: hidden;
  position: relative;
  top: 0;
  transition: all .3s;
}
#main .section4 .right li:hover{
  top: -6px;
  transition: all .3s;
}
#main .section4 .right li .img {
  height: 128px;
  background-color: #dddddd;
}
#main .section4 .right li .img img {
  max-width: 100%;
  height: 100%;
}
#main .section4 .right li .btm {
  height: 82px;
  padding-left: 22px;
  padding-top: 15px;
}
#main .section4 .right li p {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main .section4 .right li .tags span {
  height: 20px;
  background-color: #f2f2f2;
  border-radius: 3px;
  font-size: 12px;
  color: #666666;
  padding: 0 5px;
  margin-right: 3px;
}
#main .section5 .content {
  height: 385px;
  background-color: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(181, 151, 76, 0.2);
  border-radius: 10px;
  border: solid 2px #ffffff;
}
#main .section5 ul {
  padding: 15px;
  height:325px;
}
#main .section5 li {
  width: 261px;
  height: 295px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
  transition: all 0.3s;
  top: 0;
  cursor: pointer;
  margin-right: 40px;
  box-shadow: 0px 0px 40px 0px rgba(181, 151, 76, 0.2);
}
#main .section5 li:last-child {
  margin-right: 0;
}
#main .section5 li .icon {
  width: 46px;
  height: 110px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 59px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.2;
  text-align: center;
  writing-mode: vertical-lr;
  margin-right: 21px;
}

#main .section5 li:hover {
  top: -5px;
  transition: all 0.3s;
}

#main .section5 li .top {
  width: 100%;
  height: 180px;
  overflow: hidden;
  padding-left: 5px;
  background: url(../img/ziliao.png) no-repeat;
  background-size: 100%;
}
#main .section5 li .top img {
  width: 131px;
}
#main .section5 li p {
  font-family: "AlibabaPuHuiTiMedium";
  margin-left: 20px;
  margin-top: 15px;
  font-size: 15px;
  color: #333333;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}

#main .section5 li .detail {
  margin-left: 20px;
  margin-right: 10px;
  margin-top: 13px;
}

#main .section5 li .detail .left {
  width: 176px;
  height: 45px;
  flex-wrap: wrap;
  text-align: center;
  border-right: 1px solid #f2f2f2;
  padding-right: 10px;
}

#main .section5 li .detail span {
  width: 80px;
  height: 20px;
  background-color: #ff6554;
  border-radius: 3px;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
}

#main .section5 li .detail span:nth-child(2n) {
  background-color: #a9aeb8;
}

#main .section5 .content > p {
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 24px;
  line-height: 60px;
  color: #ffffff;
  height: 60px;
  background-color: #d94941;
  border-radius: 10px;
  border: solid 2px #ffffff;
}

#main .section6 ul {
  flex-wrap: wrap;
}
#main .section6 li {
  width: 224px;
  height: 160px;
  background: url(../img/testbg.png) no-repeat;
  background-size: 100%;
  box-shadow: 0px 0px 40px 0px rgba(181, 151, 76, 0.2);
  border-radius: 10px;
  padding-top: 18px;
  position: relative;
}
#main .section6 li:nth-child(1),
#main .section6 li:nth-child(2),
#main .section6 li:nth-child(3),
#main .section6 li:nth-child(4),
#main .section6 li:nth-child(5) {
  margin-bottom: 35px;
}
#main .section6 li .t {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 22px;
  color: #666666;
  line-height: 29px;
  width: 167px;
  margin: 0 auto;
  padding-left: 14px;
  position: relative;
  z-index: 1;
}
#main .section6 li .t::before {
  content: "";
  width: 150px;
  height: 29px;
  background: linear-gradient(to right, #ff9c18 -4%, #ffffff 24%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 14px;
}
#main .section6 li p {
  font-size: 16px;
  line-height: 16px;
  color: #999999;
  margin-top: 12px;
  text-align: center;
}
#main .section6 li .btn {
  width: 120px;
  height: 40px;
  background-color: #d94941;
  border-radius: 20px;
  font-family: "AlibabaPuHuiTiMedium";
  font-size: 20px;
  color: #ffe9ba;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  transition: all .3s;
  border: 2px solid #d94941;
}
#main .section6 li .btn:hover{
  color: #d94941;
  background: transparent;
  transition: all .3s;
}
#main .section7 .intrbox {
  margin: 0 auto 30px;
}
#main .section7 .intrbox > div {
  width: 280px;
  height: 120px;
  background-color: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(181, 151, 76, 0.2);
  border-radius: 10px;
  padding: 0 30px 0 23px;
}
#main .section7 .intrbox .icon {
  flex-shrink: 0;
  margin-right: 20px;
  width: 55px;
  height: 55px;
  background: url(../img/icon1.png) no-repeat;
  background-size: 100%;
}
#main .section7 .intrbox .icon2 {
  background-image: url(../img/icon2.png);
}
#main .section7 .intrbox .icon3 {
  background-image: url(../img/icon3.png);
}
#main .section7 .intrbox .icon4 {
  background-image: url(../img/icon4.png);
}
#main .section7 .intrbox p {
  font-size: 18px;
  line-height: 28px;
  color: #666666;
}
/* 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;
}
