* {
  margin: 0;
  padding: 0;
}

body {
  padding: 2rem 0;
}

a {
  text-decoration: none;
}

#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;
}

@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 {
  font-size: 0.7rem;
  font-family: "AlibabaPuHuiTiRegular";
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  background-size: 100%;
  background: #e7f1ff url(../img/banner.jpg) no-repeat;
  background-size: 100%;
  padding-top: 11.38rem;
}

#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%;
}

.section {
  padding: 0 0.43rem;
}

.section .content {
  width: 100%;
  height: auto;
  background-image: linear-gradient(0deg, #ffffff 0%, transparent 100%);
  /* box-shadow: 0px 0px 1.27rem 0px rgb(71 160 106 / 15%); */
  border-radius: 0.26rem;
  border: solid 0.09rem #ffffff;
  padding: 0.41rem 0.44rem 0.81rem;
}
.section1 {
  margin-bottom: 1.25rem;
}
.section1 h3 {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.64rem;
  line-height: 0.64rem;
  color: #5169fa;
  font-weight: normal;
  margin-bottom: 0.23rem;
}
.section1 h3 span {
  overflow: hidden;
  position: relative;
  top: -0.1rem;
}
.section1 h3 em {
  position: relative;
  flex-shrink: 0;
}
.section1 h3 img {
  width: 1.7rem;
  margin-right: 0.48rem;
}

.section1 .part2 {
  height: auto;
  overflow: hidden;
  transition: all 0.3s;
}
.section1 .part2 .list {
  overflow-x: auto;
  margin-bottom: 0 !important;
}
.section1 .part2 .list::-webkit-scrollbar {
  display: none;
}
.section1 .part2 .list > a {
  width: 44%;
  flex-shrink: 0;
  margin-right: 0.4rem;
}
.live_box {
  width: 100%;
}

.live_box h4 {
  width: 100%;
  align-items: stretch;
  /* justify-content: flex-end; */
}

.live_box h4 span {
  font-size: 0.5rem;
  font-weight: normal;
}

.live_box .live_icon {
  width: 1.83rem;
}

.live_box .item_box {
  margin-top: 0.65rem;
  overflow-x: auto;
  align-items: flex-start;
  padding-bottom: 0.4rem;
}
.item_box::-webkit-scrollbar {
  display: none;
}
.live_box .item {
  width: 5.78rem;
  flex-shrink: 0;
  margin-right: 0.3rem;
}

.live_box .item p {
  font-size: 0.5rem;
  line-height: 0.75rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 鍑犺鍚庢樉绀轰笉寮€鐪佺暐 */
  -webkit-line-clamp: 2;
}

.live_box .item p.i_t {
  margin: 0.3rem 0 0.2rem;
  height: 1.5rem;
}

.live_box .item .img {
  position: relative;
}

.live_box .item img {
  width: 100%;
  height: 3.53rem;
}

.live_box .item .img span {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0px 0px 4px 0px;
  font-size: 0.5rem;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.1rem 0.2rem;
}

.live_box .item .img span i {
  width: 0.15rem;
  height: 0.15rem;
  background-color: #ff123f;
  margin-right: 0.2rem;
}

.live_box .item .img span.out i {
  background-color: #09fb09;
}

.live_box .item:last-child {
  margin-right: 0;
}

.live_box .all_live h3 {
  font-size: 0.7rem;
}

.all_live ul {
  max-height: 20.4rem;
  overflow-y: auto;
  margin-top: 0.4rem;
}

.all_live li {
  width: 98% !important;
  margin-bottom: 0.4rem;
  background-color: #e6efff;
  padding: 0.2rem 0.3rem;
  border-radius: 0.4rem;
}

.all_live li .img {
  width: 5.5rem;
  height: 3.3rem;
  flex-shrink: 0;
  margin-right: 0.3rem;
  border-radius: 0.35rem;
  overflow: hidden;
}

.all_live li img {
  width: 100%;
  /* height: 100%; */
}

.all_live li h2 {
  font-size: 0.55rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* font-weight: normal; */
  /* 鍑犺鍚庢樉绀轰笉寮€鐪佺暐 */
  -webkit-line-clamp: 2;
}

.all_live li .type {
  font-size: 0.5rem;
  margin-bottom: 0.2rem;
  margin-top: 0.4rem;
}

.all_live li .type em {
  margin-right: 0.2rem;
  font-size: 0.4rem;
}

.all_live li .time {
  font-size: 0.45rem;
  color: #666565;
}

.section1 .content > .more {
  flex-direction: column;
  font-size: 0.55rem;
  color: #9b9b9b;
}

.section1 .content > .more img {
  width: 0.78rem;
  margin-top: 0.4rem;
  transition: all 0.3s;
}
.section1.active .content > .more img {
  transform: rotateZ(180deg);
  transition: all 0.3s;
}
.same {
  margin-bottom: 1.3rem;
  position: relative;
}
.same .content {
  position: relative;
  padding: 1.5rem 0.2rem 1rem;
}

.same img.SHINYWAYCAREER {
  position: absolute;
  height: 1.25rem;
  top: 0.85rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.same h3 {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.85rem;
  line-height: 0.85rem;
  height: 0.85rem;
  color: #4c4c66;
  font-weight: normal;
  position: relative;
  z-index: 1;
  margin-bottom: 0.85rem;
}

.same h3 span {
  width: 0.35rem;
  height: 0.35rem;
  border: solid 0.09rem #bccfe7;
  border-radius: 0.35rem;
  align-self: flex-end;
  margin: 0 0.35rem;
}

.same h3 span:last-child {
  align-self: flex-start;
}
.same .content .btn {
  width: 7.5rem;
  height: 1.73rem;
  background: #6b7df5;
  border-radius: 0.84rem;
  margin: 0 auto;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.6rem;
  color: #ffffff;
}
.section2 ul {
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.section2 li {
  width: 4.72rem;
  height: 5.58rem;
  background-image: linear-gradient(
    90deg,
    #deeeffc7 0%,
    rgb(255 255 255 / 11%) 100%
  );
  border-radius: 0.13rem;
  border: solid 0.04rem #ffffff;
  padding: 0.5rem;
}

.section2 li .top {
  height: 1.1rem;
  margin-bottom: 0.5rem;
}

.section2 li .top img {
  width: 1.1rem;
  margin-right: 0.38rem;
}

.section2 li .top b {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.64rem;
  font-weight: normal;
  line-height: 0.64rem;
  color: #5169fa;
}

.section2 li p {
  font-size: 0.51rem;
  line-height: 0.7rem;
  color: #8686b3;
}
.section2 li:nth-child(4),
.section2 li:nth-child(5) {
  width: 7.18rem;
  margin-top: 0.18rem;
}

.section3 .content,
.section4 .content {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0.68rem 0 0;
}
.section3 .itembox {
  position: relative;
}
.section3 .content > img,
.section4 .content > img {
  top: 0;
}
.section3 .item {
  width: 50%;
  height: 3.23rem;
  background-image: linear-gradient(0deg, #f6f9ff 0%, #ffffff 100%);
  box-shadow: 0px 0px 1.27rem 0px rgb(229 240 253);
  border-radius: 0.17rem 0rem 0rem 0.17rem;
  padding: 0.57rem 0 0 0.63rem;
}
.section3 .item h4 {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.55rem;
  line-height: 0.55rem;
  font-weight: normal;
  color: #5169fa;
  margin-bottom: 0.3rem;
}
.section3 .item p {
  font-size: 0.51rem;
  line-height: 0.8rem;
  color: #8686b3;
}
.section3 .item.other {
  position: absolute;
  right: 0;
  height: 50%;
  background-image: linear-gradient(0deg, #f6f9ff 0%, #ffffff 100%);
  /* box-shadow: 0px 0px 1.27rem 0px rgb(71 160 106 / 15%); */
  border-radius: 0rem 0.17rem 0.17rem 0rem;
  padding: 0 0 0 0.7rem;
  flex-direction: column;
  align-items: flex-start;
}
.section3 .item.other1 {
  top: 0;
}
.section3 .item.other2 {
  bottom: 0;
}
.section4 {
  padding: 0;
  padding-top: 1.5rem;
  margin-bottom: 0;
}
.section4 > div {
  background: url(../img/tools_bg.png) repeat-y;
  background-size: 100%;
}
.section4 .content {
  padding: 0 0.43rem 0 0.57rem;
}
.section4 .skill_box {
  background: url(../img/skill.png) no-repeat;
  background-position: center;
  background-size: 11.35rem;
  height: 10.28rem;
  padding: 0.95rem 0;
  position: relative;
  box-sizing: content-box !important;
}
.section4 .center {
  width: 5rem;
  flex-wrap: wrap;
}
.section4 .center span {
  width: 1.95rem;
  height: 1.95rem;
  background-color: #4c4c66;
  border-radius: 1.95rem;
  font-size: 0.51rem;
  font-weight: 700;
  line-height: 0.65rem;
  color: #ffffff;
}
.section4 .center span:nth-child(1) {
  margin-left: 0.33rem;
}
.section4 .center span:nth-child(2),
.section4 .center span:nth-child(3) {
  background-color: #697bf0;
}
.section4 .center span:nth-child(3) {
  font-size: 0.64rem;
  width: 2.6rem;
  height: 2.6rem;
  margin-top: 1.58rem;
}
.section4 .center span:nth-child(4) {
  margin-top: 1.58rem;
}
.section4 .skills {
  position: absolute;
}
.section4 .skills h4 {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.5rem;
  line-height: 0.55rem;
  font-weight: normal;
  color: #5169fa;
  margin-bottom: 0.1rem;
}
.section4 .skills p {
  font-size: 0.44rem;
  line-height: 0.65rem;
  color: #8686b3;
}
.section4 .skill1 {
  top: 0.65rem;
  left: 1.78rem;
}
.section4 .skill2 {
  top: 2.15rem;
  right: 0.1rem;
}
.section4 .skill3 {
  top: 7.08rem;
  right: -0.3rem;
}
.section4 .skill4 {
  top: 10.38rem;
  right: 4.8rem;
}
.section4 .skill5 {
  top: 8.68rem;
  left: 0rem;
}
.section4 .skill6 {
  top: 4.33rem;
  left: 0rem;
}
.section4 .form-box {
  margin-top: 2rem;
  padding: 0 1.05rem 1.68rem;
}
.section4 .form-box > div {
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.7rem;
  font-weight: normal;
  line-height: 1.1rem;
  color: #4c4c66;
  text-align: center;
}
.section4 .form-box > p {
  font-size: 0.55rem;
  line-height: 0.55rem;
  color: #4c4c66;
  margin: 0.4rem 0 1rem 0;
  text-align: center;
}
.section4 .form-box .item {
  width: 100%;
  height: 1.73rem;
  background-color: #ffffff;
  border: solid 0.02rem #4c4c66;
  overflow: hidden;
  margin-bottom: 0.63rem;
}
.section4 .form-box input {
  width: 100%;
  height: 100%;
  font-size: 0.55rem;
  color: #000000;
  padding-left: 0.33rem;
}
.section4 .form-box input::placeholder {
  color: #999999;
}

.section4 .form-box .item label {
  width: 1.6rem;
  height: 1.33rem;
  border-right: 0.05rem solid #9f9fab;
  flex-shrink: 0;
}
.section4 .form-box .item label img {
  height: 0.85rem;
}
.section4 .form-box .item.yzm {
  margin-bottom: 1.05rem;
}
.section4 .form-box .item.yzm span {
  width: 5.35rem;
  height: 1.73rem;
  background-color: #4c4c66;
  flex-shrink: 0;
  font-size: 0.55rem;
  color: #ffffff;
}
.section4 .btn {
  width: 6rem;
  height: 1.73rem;
  background: #6b7df5;
  border-radius: 0.84rem;
  margin: 0 auto;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.6rem;
  color: #ffffff;
}

.section4 .advantage {
  width: 100%;
  height: auto;
  background-image: linear-gradient(
    90deg,
    #deeeffc7 0%,
    rgb(255 255 255 / 11%) 100%
  );
  /* box-shadow: 0px 0px 1.27rem 0px rgb(71 160 106 / 15%); */
  border: solid 0.09rem #ffffff;
  padding: 0.65rem 0.43rem;
  flex-wrap: wrap;
  border-left: none;
  border-right: none;
}
.section4 .advantage li {
  width: 7.48rem;
  height: 3.43rem;
  background-color: #ffffff;
  font-family: "AlibabaPuHuiTiBold";
  font-size: 0.55rem;
  line-height: 0.88rem;
  color: #4c4c66;
  padding-left: 0.83rem;
}
.section4 .advantage li.mar {
  margin-bottom: 0.2rem;
}
.section4 .advantage li .icon-box {
  width: 1.68rem;
  height: 1.85rem;
  margin-right: 0.6rem;
}
.section4 .advantage li .icon1 {
  width: 1.65rem;
  height: 1.78rem;
}
.section4 .advantage li .icon2 {
  width: 1.43rem;
  height: 1.85rem;
}
.section4 .advantage li .icon3 {
  width: 1.55rem;
  height: 1.6rem;
}
.section4 .advantage li .icon4 {
  width: 1.68rem;
  height: 1.5rem;
}
.layout {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  display: none;
}
.layout > .project-box {
  width: 12.8rem;
  height: auto;
  background-image: linear-gradient(
    0deg,
    #eef6ff 0%,
    #ffffff 50%,
    #eef6ff 100%
  );
  box-shadow: 0px 0px 1.27rem 0px rgb(81 105 250 / 15%);
  border-radius: 0.26rem;
  border: solid 0.09rem #ffffff;
  padding: 0.8rem;
}
.layout .top {
  width: 100%;
  height: 3rem;
  background: url(../img/project_bg.png) no-repeat;
  background-size: 100%;
  box-shadow: 0rem 0rem 1.27rem 0rem rgba(81, 105, 250, 0.15);
  padding-left: 0.63rem;
  padding-top: 0.55rem;
}
.layout .top h4 {
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #ffffff;
}
.layout .top p {
  margin-top: 0.2rem;
  flex-wrap: wrap;
  height: 1.4rem;
}
.layout .top p span {
  margin-right: 0.2rem;
  font-size: 0.51rem;
  line-height: 0.65rem;
  color: #ffffff;
}

.layout .project > div {
  align-items: flex-start;
  padding-top: 0.6rem;
  padding-bottom: 0.5rem;
  border-bottom: dashed 0.02rem #cccccc;
}
.layout .project > div:last-child {
  border-bottom: none;
  margin-bottom: 0.5rem;
}
.layout .project .left {
  width: 1.73rem;
  height: 1.73rem;
  border-radius: 1.73rem;
  background: url(../img/project_left.png) no-repeat;
  background-size: 100%;
  border-radius: 0.84rem;
  flex-shrink: 0;
  font-size: 0.47rem;
  line-height: 0.6rem;
  color: #000000;
  margin-right: 0.5rem;
}
.layout .project p {
  font-size: 0.47rem;
  line-height: 0.8rem;
  color: #4c4c66;
}
.layout .btn {
  width: 6rem;
  height: 1.73rem;
  background: #6b7df5;
  border-radius: 0.84rem;
  font-size: 0.6rem;
  color: #ffffff;
  font-weight: 700;
  margin: 0 auto;
}
.layout .close {
  position: absolute;
  top: -1.6rem;
  right: 0;
  width: 1.13rem;
  height: 1.13rem;
}
.layout .close img {
  width: 100%;
}

.layout .link-box {
  width: 12.8rem;
  background-image: linear-gradient(
    0deg,
    #eef6ff 0%,
    #ffffff 50%,
    #eef6ff 100%
  );
  box-shadow: 0px 0px 1.27rem 0px rgb(81 105 250 / 15%);
  border-radius: 0.26rem;
  border: solid 0.09rem #ffffff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.layout .link-box h4 {
  font-size: 0.65rem;
  line-height: 0.7rem;
  margin-bottom: 0.4rem;
}
.layout .link-box a{
  font-size: 0.55rem;
  color: #f10000;
  display: block;

}
.layout .link-box p {
  font-size: 0.55rem;
}
