/* 页面内公共样式 START */
.mc_jobs {
    padding-top: 0;
}

.panel {
    background-color: #fff;
}

.panel-content {
    max-width: 120rem;
    padding-top: 10rem;
    padding-bottom: 10rem;
    box-sizing: border-box;
}

.text-normal {
    line-height: 3rem;
    margin-bottom: 4.5rem;
}

.text-title {
    margin-bottom: 5rem;
}
/* 页面内公共样式 END */

/* 私有样式 START*/

.top-panel-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 2;
}

.top-panel-content .top-panel-text {
    flex: 1;
}

.top-panel-content .top-panel-play {
    flex: 1;
}

.top-panel-content .top-panel-text-title {
    line-height: 1;
    margin-bottom: 4rem;
}

.top-panel-content .top-panel-text-value {
    width: 38rem;
    margin-bottom: 4rem;
}

.top-panel-content .top-panel-text-desc {
    width: 40rem;
}

.top-panel-play {
    padding-left: 7rem;
}

.top-panel-play .play-btn {
    width: 15.5rem;
    height: 15.5rem;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.top-panel-play .play-btn::before {
    content: "";
    position: absolute;
    width: 22.5rem;
    height: 22.5rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.2);
    animation: play-click 1500ms infinite;
}

@keyframes play-click {
    from {
        width: 15.5rem;
        height: 15.5rem;
    }

    to {
        width: 22.5rem;
        height: 22.5rem;
    }
}

.top-panel-play .play-btn::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    border-left: 5.1rem solid #436AEE;
    border-top: 2.95rem solid #fff;
    border-bottom: 2.95rem solid #fff;
    border-right: 0rem solid #fff;
}

.panel-get {
    background-color: #F3F8FF;
}

.panel-get .get-list {
    min-height: 30rem;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-content: space-between;
    margin-bottom: 10rem;
}

.panel-get .list-item {
    width: 16.66%;
}

.panel-get .list-item img {
    width: auto;
    height: 6.2rem;
    display: block;
    margin: 0 auto 2rem;
}

.panel-get .list-item .desc {
    font-family: PingFang SC;
    font-weight: 400;
    color: #111111;
    line-height: 3rem;
}

.panel-get .get-pic-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

.panel-get .get-pic-item {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    height: 36.6rem;
    position: relative;
}

.panel-get .get-pic-item .bg-img-block {
    width: 21rem;
    height: 21rem;
    position: absolute;
    top: -4.5rem;
    left: 10rem;
    z-index: 0;
}

.panel-get .get-pic-item img {
    display: block;
    height: auto;
    position: relative;
    z-index: 2;
}

.panel-get .get-pic-item:nth-of-type(odd) {
    margin-right: 4rem;
}

.panel-get .get-pic-item:last-of-type {
    justify-content: space-between;
}

.panel-get .get-pic-item.get-pic-diff img {
    width: 27rem;
    height: 27rem;
}

.panel-positions {
    background-color: #0B1B40;
    height: auto;
}

.panel-positions .text-title {
    color: #fff;
}

.panel-positions .info-card-header {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.panel-positions .info-card-header .link {
    margin-right: 6rem;
    height: 5.7rem;
    line-height: 5.7rem;
    font-weight: 600;
    color: #586990;
    position: relative;
    cursor: pointer;
}
.panel-positions .link.actived {
    color: #FFBA06;
}

.panel-positions .link.actived::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 2rem;
    bottom: -2px;
    left: 50%;
    background-color: #FFBA06;
    transform: translateX(-50%);
}

.panel-positions .info-card-content {
    padding: 3rem 0 0;
}

.panel-positions .info-card-content .content-inner {
    transition: all 300ms;
}

.panel-positions .content-inner-item {
    width: 100%;
    text-align: left;
}

.panel-positions .content-inner-item .row {
    width: 100%;
    height: 12rem;
    background-color: rgba(64, 81, 120, 0.2);
    border-radius: 1.5rem;
    padding: 0 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.panel-positions .content-inner-item .row:last-of-type {
    margin-bottom: 0;
}

.panel-positions .content-inner-item .row-left {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.panel-positions .row-left .img {
    background-color: #6478A4;
    width: 7.6rem;
    height: 7.6rem;
    line-height: 7.6rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2rem;
}

.panel-positions .row-left .img > img {
    width: 3rem;
    height: 3rem;
}

.panel-positions .content-inner-item .info {
    padding: 3.4rem 0;
}

.panel-positions .content-inner-item .title {
    color: #FFF;
    margin-bottom: 1.5rem;
}

.panel-positions .content-inner-item .desc {
    display: flex;
    justify-content: flex-start;
}

.panel-positions .content-inner-item .desc-item {
    margin-right: 40px;
    font-size: 1.4rem;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #B4C4E9;
}

.panel-positions .content-inner-item .desc-item:first-of-type::before {
    content: "";
    width: 1px;
    height: 16px;
    background: #3C4966;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2rem;
}

.panel-positions .content-inner-item .desc-item-icon {
    margin-right: 0.6rem;
}

.panel-positions .content-inner-item .desc-item-icon img{
    width: auto;
    height: 1.6rem;
}

.panel-positions .row-right .btn {
    width: auto;
    height: 5.4rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #FFBA06;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 900;
    border: 1px solid #FFBA06;
    border-radius: 2.7rem;
    padding: 0 3.8rem;
    cursor: pointer;
}


.panel-positions .row-right .btn:active {
    background-color: rgba( 15, 35, 85, 0.2);
    color: #d09600;
}

.panel-positions .row-right .text {
    margin-right: 1rem;
}
.panel-positions .row-right .icon-yellowarrow {
    font-size: 16px;
}



/* 私有样式 END */

/* 媒体查询 START */
@media (max-width: 980px)  {

    .panel-get .list-item {
        width: 25%;
    }

    .panel-get .get-pic-item.get-pic-diff img {
        width: 47%;
        height: auto;
        max-width: 21rem;
        max-height: 21rem;
    }
}

@media (max-width: 768px)  {

  .panel-content {
    max-width: 100%;
    padding-top: 0rem;
    padding-bottom: 0rem;
    box-sizing: border-box;
  }

  .top-panel-content {
    width: 100%;
    padding: 4.4rem 6.2rem 7.6rem;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    display: block;
  }

  .top-panel-content .top-panel-text-title {
    width: 100%;
  }

  .top-panel-play {
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
  }

  .top-panel-play .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    width: 11.14rem;
    height: 11.14rem;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
  }

  .top-panel-play .play-btn::before {
    content: "";
    position: absolute;
    width: 22.5rem;
    height: 22.5rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.2);
    animation: play-click 1500ms infinite;
  }

  @keyframes play-click {
    from {
      width: 11.14rem;
      height: 11.14rem;
    }

    to {
        width: 22.5rem;
        height: 22.5rem;
    }
  }

  .top-panel-content .top-panel-text-title {
    margin-bottom: 4rem;
  }

  .top-panel-content .top-panel-text-value {
    width: 100%;
    margin-bottom: 3.3rem;
  }

  .top-panel-content .top-panel-text-desc {
    width: 100%;
    margin-bottom: 0rem;
  }

  .panel-get .panel-content {
    padding: 10rem 6rem;

  }

  .panel-get .get-list {
    margin-bottom: 2.3rem;
  }

  .panel-get .list-item {
    width: 33.3%;
    margin-bottom: 6rem;
  }

  .panel-get .get-pic-item {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    height: 19.26rem;
    position: relative;
  }

  .panel-get .get-pic-item .bg-img-block {
    width: 11.1rem;
    height: 11.1rem;
    position: absolute;
    top: -2.5rem;
    left: 5rem;
    z-index: 0;
  }

  .panel-get .get-pic-item.get-pic-diff img {
    height: auto;
    max-width: 14.16rem;
    max-height: 14.16rem;
	margin-right: 4rem;
  }

  .panel-get .get-pic-row:last-of-type {
      margin-bottom: 0rem;
  }

  .panel-positions .panel-content {
    padding: 10rem 6rem;
  }

  .panel-positions .info-card-header {
    justify-content: space-between;
  }

  .panel-positions .info-card-header .link {
    font-size: 2.4rem;
    margin-right: 0;
  }

  .panel-positions .content-inner-item .row {
    width: 100%;
    height: auto;
    background-color: rgba(64, 81, 120, 0.2);
    border-radius: 1.5rem;
    padding: 3rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 2rem;
  }


  .panel-positions .row-right .btn {
    font-size: 2.8rem;
    font-weight: 600;
    padding: 0 2.6rem;
  }

  .panel-positions .row-right .icon-yellowarrow {
    font-size: 12px;
  }

  .panel-positions .content-inner-item .row-left,
  .panel-positions .content-inner-item .row-right {
    width: 100%;
    padding: 0;
    display: flex;
  }

  .panel-positions .content-inner-item .desc-item {
    margin-right: 3.8rem;
    font-size: 2.4rem;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #B4C4E9;
  }

  .panel-positions .content-inner-item .row-right {
    padding-top: 1.4rem;
    justify-content: flex-end;
  }

  .panel-positions .content-inner-item .btn {
    /* width: 20.8rem; */
    height: 5.4rem;
	justify-content: center;
  }

  .panel-positions .content-inner-item .desc-item-icon img {
      width: auto;
      height: 2rem;
  }
  .panel-get .list-item .desc {
	  font-size: 12px;
  }
  
  .panel-get .get-pic-item:last-of-type{
	  justify-content: start;
  }
}
/* 媒体查询 END */