* {
  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: "AlibabaPuHuiTiRegular";
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  background: #eef6ff url(../img/body.jpg) no-repeat;
  background-position: top center;
}

#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-c {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dis-e {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.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: 500px;
}
article {
  min-width: 1200px;
}
article .content {
  width: 1200px;
  margin: 0 auto;
  width: 1200px;
  background-image: linear-gradient(0deg, #ffffff 0%, transparent 100%);
  box-shadow: 0px 0px 60px 0px rgba(81, 105, 250, 0.15);
  border-radius: 12px;
  border: solid 4px #ffffff;
  position: relative;
}

.banner .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.banner .form-box {
  width: 367px;
  height: 370px;
  background: url(../img/form_bg.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 66px;
  padding: 30px 33px 0;
}

.banner h3 {
  font-size: 22px;
  font-family: "AlibabaPuHuiTiBold";
  font-weight: normal;
  line-height: 22px;
  color: #000000;
}

.banner p {
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  margin: 15px 0 28px;
}

.banner .item {
  width: 300px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 3px;
  margin-bottom: 10px;
}

.banner .item.nomar {
  margin-bottom: 0;
}

.banner .item input {
  width: 100%;
  height: 100%;
  font-size: 14px;
  padding-left: 14px;
}

.banner .item input::placeholder {
  color: #999999;
}

.banner .item.yzm .getYzm {
  width: 120px;
  height: 45px;
  background-color: #000000;
  border-radius: 3px;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  flex-shrink: 0;
}

.banner .btn {
  width: 240px;
  font-family: "AlibabaPuHuiTiBold";
  height: 50px;
  background: linear-gradient(0deg, #ffd301 0%, #ffe146 100%);
  border-radius: 24px;
  font-size: 16px;
  color: #000000;
  margin: 28px auto 0;
  transition: all 0.5s;
}

.section {
  margin-bottom: 79px;
}

.section1 .content {
  padding: 30px 40px 30px;
  position: relative;
}

.section1 .part.part1 {
  margin-bottom: 56px;
}

.section1 .part h3 {
  font-size: 30px;
  font-family: "AlibabaPuHuiTiBold";
  font-weight: normal;
  line-height: 30px;
  color: #000000;
  color: #5169fa;
  margin-bottom: 19px;
}

.section1 .livepart {
  margin-bottom: 40px;
  align-items: flex-start;
}

.section1 .livepart.nomar {
  margin-bottom: 0;
}
.section1 .livepart img {
  width: 100%;
}
.section1 .part h3 img {
  margin-right: 12px;
}

.section1 .part h3 > div {
  height: 67px;
  position: relative;
  overflow: hidden;
}

.section1 .part h3 > div div {
  position: relative;
  left: 0;
  /* animation: slideleft infinite linear 8s; */
  display: block;
  animation-delay: 0.5s;
}

@keyframes slideleft {
  0% {
    left: 380px;
  }

  50% {
    left: -380px;
  }

  80% {
    left: 380px;
  }

  100% {
    left: 380px;
  }
}

.section1 .part > div {
  width: 100%;
}

.section1 .part > div .left {
  width: 203px;
  margin-right: 10px;
  flex-shrink: 0;
  position: relative;
  padding-top: 54px;
}

.section1 .part > div .left p {
  width: 100%;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 20px;
  margin-top: 14px;
  color: #000000;
}
.section1 .part > div .left a:hover p {
    color: #ff234d;
}
.live_box {
  width: calc(100% - 213px);
  align-items: flex-end;
}

.live_box .live {
  padding-top: 0px;
  padding-bottom: 0;
  position: relative;
}

.live_box .live > img {
  position: absolute;
  left: 30px;
  top: -5px;
  z-index: 10;
  background-color: #eff6fe;
  padding-right: 20px;
}

.live_box .live .more {
  position: absolute;
  top: -1px;
  right: 0;
  font-size: 12px;
  padding-left: 10px;
  cursor: pointer;
  z-index: 4;
  background: #edf5fd;
}

.live_box .live .more:hover {
  color: #ff234d;
}

.live_box .live .item_box {
  width: 100%;
  position: relative;
  overflow: hidden;
  overflow-x: auto;
}

.live_box .live::before {
  content: "";
  width: calc(100% - 100px);
  height: 1px;
  background: #000000;
  position: absolute;
  left: 0;
  top: 6px;
}

/* ?????¨?§? */
.live_box .live .item_box::-webkit-scrollbar {
  height: 10px;
}

.live_box .live .item_box::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #dfeaf7;
  box-shadow: none;
}

/* ?????¨?????‘??— */
.live_box .live .item_box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #bccfe7;
  box-shadow: none;
}

.live_box .live .loading {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.live_box .live .loading img {
  width: 100px;
  /* animation: spin infinite 2s; */
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.live_box .live .item_box {
  padding-bottom: 37px;
}

.live_box .live .item {
  width: 213px;
  height: 230px;
  padding-right: 10px;
  position: relative;
  flex-shrink: 0;
}

.live_box .item a {
  width: 100%;
  flex-direction: column;
  color: #000000;
}

.live_box .live .item:last-child {
  margin-right: 0;
}

.live_box .live .item .time {
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  margin-bottom: 16px;
  padding-top: 23px;
  position: relative;
  top: -2px;
}

.live_box .live .item:nth-child(1) a {
  align-items: flex-end;
}

.live_box .live .item .time::after {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #000000;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%) rotateZ(45deg);
}

.live_box .item .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.live_box .item .img img {
  width: 100%;
  transition: all 0.2s;
}

.live_box .item .img span {
  position: absolute;
  top: 0;
  left: 0;
  width: 74px;
  height: 23px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0px 0px 4px 0px;
  font-size: 12px;
  color: #ffffff;
}

.live_box .item .img span i {
  width: 4px;
  height: 4px;
  background-color: #ff123f;
  margin-right: 4px;
}

.live_box .item .img span.out i {
  background-color: #09fb09;
}

.live_box .item .i_t {
  width: 100%;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 几行后显示不开省略 */
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 20px;
  margin-top: 14px;
}

.live_box .item:hover p,
.live_box .item:hover .time {
  color: #ff234d;
}

.live_box .item .img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
  position: absolute;
  top: 0;
  left: 0;
}

.live_box .item:hover .img:after {
  background: none;
}

.live_box .all_live {
  display: none;
}

.live_box h4 {
  margin-bottom: 5px;
  font-size: 22px;
}

.live_box h4 span {
  font-size: 12px;
  cursor: pointer;
}

.live_box h4 span:hover {
  color: #ff234d;
}

.live_box .all_live ul {
  flex-wrap: wrap;
  align-items: flex-start;
}

.live_box .all_live .item {
  width: 203px;
  margin-right: 10px;
  margin-top: 20px;
}

.live_box .all_live .item:nth-child(4n) {
  margin-right: 0;
}

.live_box .all_live .item .i_t {
  margin-top: 10px;
  margin-bottom: 4px;
}

.live_box .all_live .item .time {
  font-size: 14px;
  color: #000000;
  width: 100%;
}

.section1 .part p.more {
  width: 100%;
  flex-direction: column;
  font-size: 16px;
  color: #000000;
  position: absolute;
  bottom: 38px;
  left: 0;
  transform: rotateX(0);
  transition: all 0.3s;
}

.section1 .part2 {
  overflow: hidden;
}
.section1 .part2 .list {
  overflow-x: auto;
  padding-bottom: 20px;
}
.section1 .part2 .list::-webkit-scrollbar {
  height: 10px;
}

.section1 .part2 .list::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #dfeaf7;
  box-shadow: none;
}

.section1 .part2 .list::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #bccfe7;
  box-shadow: none;
  cursor: pointer;
}
.section1 .part2 .list > div {
  width: 240px;
  height: 320px;
  margin-right: 20px;
  flex-shrink: 0;
  border-radius: 5px;
  overflow: hidden;
}
.section1 .part2 .list > div img {
  width: 100%;
}
.section1 .part2 .list > div:last-child {
  margin-right: 0;
}
.section1 .part p.more img {
  margin-top: 10px;
  cursor: pointer;
}

.section1.active .part2 {
  height: 1486px;
  transition: all 0.3s;
}

.section1.active p.more {
  transform: rotateX(180deg);
  transition: all 0.3s;
}

.section2 .content {
  padding: 72px 25px 50px;
  position: relative;
}

.same .content > img,
.same .content > img {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.sameTitle{
  margin-bottom: 48px;
  position: relative;
  z-index: 2;
}
.sameTitle h3 {
  font-family: "AlibabaPuHuiTiBold";
  font-weight: normal;
  font-size: 40px;
  line-height: 40px;
  color: #4c4c66;
  text-align: center;

}
.sameTitle::after,
.sameTitle::before {
  content: "";
  width: 15px;
  height: 15px;
  border: solid 4px #bccfe7;
  box-sizing: border-box;
  display: block;
  border-radius: 15px;
  align-self: flex-end;
  margin: 0 13px;
}
.sameTitle::before {
  align-self: flex-start;
}
.section2 li {
  width: 220px;
  height: 237px;
  background: url(../img/li_bg.png) no-repeat;
  background-size: 100%;
  padding: 106px 29px 0;
  position: relative;
}

.section2 li .img {
  position: absolute;
  top: 30px;
  width: 100%;
  left: 0;
}

.section2 li h4 {
  font-family: "AlibabaPuHuiTiBold";
  font-weight: normal;
  font-size: 22px;
  line-height: 22px;
  color: #5169fa;
  margin-bottom: 15px;
}

.section2 li p {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
  line-height: 24px;
  color: #5f5f5f;
}

.section2 .btn {
  width: 240px;
  height: 50px;
  background: #5169fa;
  border-radius: 24px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 16px;
  color: #ffffff;
  margin: 40px auto 0;
  transition: all 0.5s;
}

.section3 .content,
.section4 .content {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding-top: 32px;
}

.section3 .content > img,
.section4 .content > img {
  top: 0;
}

.section3 .itembox {
  width: 100%;
  padding: 20px 0;
  height: 100%;
  position: relative;
}

.section3 .itembox .item {
  width: 300px;
  height: 120px;
  background-color: #ffffff;
  box-shadow: 0px 0px 60px 0px rgba(81, 105, 250, 0.15);
  border-radius: 8px 0px 0px 8px;
  padding-left: 27px;
  padding-top: 24px;
  padding-right: 35px;
  margin-bottom: 10px;
  color: #000000;
  cursor: pointer;
  transition: all 0.5s;
}

.section3 .itembox .item.active {
  color: #ffffff;
  background: #697bf0 !important;
  transition: all 0.5s;
}

.section3 .itembox .item.active h4,
.section3 .itembox .item.active p {
  color: #ffffff;
}

.section3 .itembox .item.nomar {
  margin-bottom: 0;
}

.section3 .itembox .item h4 {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 22px;
  color: #5169fa;
  font-weight: normal;
  line-height: 22px;
  margin-bottom: 12px;
}

.section3 .itembox .item p {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
  line-height: 24px;
  color: #5f5f5f;
}

.section3 .itembox .item.other {
  width: 300px;
  height: 200px;
  background-color: #ffffff;
  box-shadow: 0px 0px 60px 0px rgba(81, 105, 250, 0.15);
  border-radius: 0px 8px 8px 0px;
  padding-top: 67px;
  position: absolute;
  right: 0;
}

.section3 .itembox .item.other1 {
  top: 10%;
}

.section3 .itembox .item.other2 {
  bottom: 10%;
}

.section3 .detail {
  width: 600px;
  min-height: 550px;
  background-image: linear-gradient(
    0deg,
    transparent 0%,
    #ffffff 50%,
    transparent 100%
  );
  box-shadow: 0px 0px 60px 0px rgba(81, 105, 250, 0.15);
  border-radius: 12px;
  border: solid 4px #ffffff;
  position: absolute;
  left: 50%;
  top: 127px;
  transform: translateX(-50%);
  padding: 42px 40px 35px;
}

.section3 .detail .top {
  width: 100%;
  height: 140px;
  background: url(../img/project_bg.png) no-repeat;
  background-size: 100%;
  padding-left: 37px;
  padding-top: 40px;
  margin-bottom: 17px;
  color: #ffffff;
}

.section3 .detail .top p:nth-child(1) {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 30px;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 17px;
}

.section3 .detail .top p:nth-child(2) span {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 15px;
  line-height: 18px;
  flex-grow: 1;
}

.section3 .detail .top p:nth-child(2) span:last-child {
  margin-right: 0;
}

.section3 .detail .project > div {
  align-items: flex-start;
  padding-bottom: 28px;
  border-bottom: dashed 1px rgba(76, 76, 102, 0.2);
  padding-top: 17px;
}

.section3 .detail .project > div.no-line {
  border-bottom: none;
  padding-bottom: 3px;
}

.section3 .detail .project .left {
  width: 110px;
  height: 40px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 18px;
  font-weight: normal;
  color: #6d7ff8;
  background-image: linear-gradient(180deg, #e1eaff36 0%, #dfe8fe 100%);
  border-radius: 40px;
  background-size: 100%;
  flex-shrink: 0;
}

.section3 .detail .project p {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  margin-left: 19px;
}

.section3 .detail .btn {
  width: 130px;
  height: 50px;
  background: linear-gradient(0deg, #ffd301 0%, #ffe146 100%);
  border-radius: 24px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 16px;
  color: #000000;
  position: absolute;
  right: 35px;
  bottom: 40px;
  transition: all 0.5s;
}

.section4 {
  background: url(../img/tools_bg.png) no-repeat;
  background-position-x: center;
  background-position-y: 114px;
  padding-bottom: 202px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.section4::after {
  content: "";
  width: 100%;
  height: 277px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  letter-spacing: 0;
  z-index: -1;
}

.section4 .sameTitle {
  margin-bottom: 80px;
}

.section4 .left {
  width: 614px;
  height: 559px;
  background: url(../img/skill.png) no-repeat;
  background-size: 100%;
  position: relative;
  margin-left: 65px;
}

.section4 .left .center {
  width: 280px;
  flex-wrap: wrap;
}

.section4 .left .center span {
  width: 90px;
  height: 90px;
  background-color: #4c4c66;
  border-radius: 90px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 22px;
  font-weight: normal;
  line-height: 30px;
  color: #ffffff;
  padding: 0 23px;
}

.section4 .left .center span:nth-child(2),
.section4 .left .center span:nth-child(3) {
  background-color: #697bf0;
}

.section4 .left .center span:nth-child(1) {
  margin-right: 35px;
  margin-left: 15px;
}

.section4 .left .center span:nth-child(3) {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  padding: 0 36px;
  margin-top: 75px;
  margin-right: 35px;
}

.section4 .left .center span:nth-child(4) {
  margin-top: 75px;
}

.section4 .left .skills {
  width: 100%;
  position: absolute;
}

.section4 .left .skills h4 {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 22px;
  font-weight: normal;
  line-height: 22px;
  color: #5169fa;
  margin-bottom: 12px;
  word-break: keep-all;
}

.section4 .left .skills p {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
  line-height: 22px;
  color: #5f5f5f;
}

.section4 .left .skill1 {
  left: 79px;
  top: 33px;
}

.section4 .left .skill2 {
  left: 454px;
  top: 104px;
}

.section4 .left .skill3 {
  left: 468px;
  top: 334px;
}

.section4 .left .skill4 {
  left: 230px;
  top: 483px;
}

.section4 .left .skill5 {
  left: -38px;
  top: 403px;
}

.section4 .left .skill6 {
  left: -62px;
  top: 238px;
}

.section4 .form-box {
  width: 410px;
  height: 460px;
  background-color: #ffffff;
  box-shadow: 0px 0px 60px 0px rgba(81, 105, 250, 0.15);
  border-radius: 8px;
  padding: 35px 45px 0;
  position: relative;
  z-index: 5;
}

.section4 .form-box > div:nth-child(1) {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 24px;
  line-height: 35px;
  color: #4c4c66;
}

.section4 .form-box p {
  font-family: "AlibabaPuHuiTiRegular";
  font-size: 16px;
  line-height: 16px;
  color: #4c4c66;
  margin: 25px 0 35px;
}

.section4 .form-box .item {
  width: 100%;
  height: 45px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #ebebeb;
  margin-bottom: 15px;
}

.section4 .form-box .item.nomar {
  margin-bottom: 0;
}

.section4 .form-box .item input {
  width: 100%;
  height: 100%;
  padding-left: 13px;
  font-size: 14px;
}

.section4 .form-box .item input::placeholder {
  color: #999999;
}

.section4 .form-box .item.yzm .getYzm {
  width: 120px;
  height: 45px;
  background-color: #4c4c66;
  border-radius: 3px;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  flex-shrink: 0;
}

.section4 .form-box .btn {
  width: 150px;
  height: 50px;
  background-image: linear-gradient(0deg, #6576e5 0%, #6d80fa 100%);
  border-radius: 24px;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 16px;
  color: #ffffff;
  margin: 34px auto 0;
  transition: all 0.5s;
}

.section4 ul.content {
  margin-top: 129px;
}

.section4 ul.content li {
  width: 290px;
  height: 220px;
  background-color: #ffffff;
  box-shadow: 0px 0px 60px 0px rgba(81, 105, 250, 0.15);
  padding: 26px 33px 0;
}

.section4 ul.content .icon-box {
  margin-right: 17px;
}

.section4 ul.content .icon {
  background: url(../img/icon6.png) no-repeat;
}

.section4 ul.content .icon1 {
  width: 47px;
  height: 50px;
  background: url(../img/icon6.png) no-repeat;
}

.section4 ul.content .icon2 {
  width: 43px;
  height: 56px;
  background: url(../img/icon7.png) no-repeat;
}

.section4 ul.content .icon3 {
  width: 53px;
  height: 55px;
  background: url(../img/icon8.png) no-repeat;
}

.section4 ul.content .icon4 {
  width: 55px;
  height: 49px;
  background: url(../img/icon9.png) no-repeat;
}

.section4 ul.content li h4 {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  color: #000000;
}

.section4 ul.content li p {
  font-size: 14px;
  line-height: 20px;
  color: #4d4d4d;
  margin-top: 15px;
}

/* layout */
.layout {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 10;
}

.layout .link_box {
  width: 400px;
  height: auto;
  background: #ffffff;
  border-radius: 20px;
  padding: 25px 20px 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.layout .link_box h4 {
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 25px;
}

.layout .link_box a {
  font-size: 16px;
  display: block;
  color: #f10000;
  margin-bottom: 10px;
}

.layout .link_box span {
  font-size: 14px;
}

.layout .close {
  width: 35px;
  height: 35px;
  position: absolute;
  top: -45px;
  right: 0;
  cursor: pointer;
}
