/* 加入我们css 样式 */
.ec_joinwe_top {
  background-image: url("http://ec-resource20.oss-cn-shanghai.aliyuncs.com/ec_official_website/img/组\ 1978@3x.png");
  background-size: cover;
  height: 646px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  line-height: 80px;
}
.ec_joinwe_top > h1 {
  font-size: 48px;
  font-weight: bolder;
}
.ec_joinwe_top > div {
  font-size: 22px;
  letter-spacing: 10px;
}

/* 说明 */
.ec_joinwe_explain {
  width: 64%;
  margin: auto !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  color: rgba(69, 69, 69, 1);
  line-height: 50px;
  margin-top: -60px !important;
}
.ec_joinwe_explain > div {
  animation: ec_explain 3s;
}

@keyframes ec_explain {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 时链福利 */
.ec_container {
  width: 64%;
  margin: auto;
}
.ec_joinwe_title {
  text-align: center;
}
.ec_joinwe_title > div {
  color: rgba(0, 115, 174, 1);
  font-size: 24px;
  font-weight: bolder;
  text-align: center;
}
.ec_joinwe_title > hr {
  background-color: rgba(0, 115, 174, 1);
  height: 1px;
  width: 60px;
}
.icon-list {
  list-style: none;
  width: 64%;
  margin: auto !important;
  text-align: center;
  padding-left: 0px;
}
.box {
  margin: auto;
}
.icon-list .icon-list__item {
  margin: 10px 0;
}
.icon-list__item > div:nth-child(2) {
  margin-top: 20px;
}

.icon-list .icon-list__item .box {
  --box-width: 80px;
  --box-height: 80px;
  --box-depth: 20px;
  width: var(--box-width);
  height: var(--box-height);
  position: relative;
  transform-style: preserve-3d;
  transform: rotateX(55deg) rotateZ(45deg);
  transition: 0.5s;
}

.icon-list .icon-list__item .box .box__face {
  position: absolute;
  font-size: 10px;
  font-weight: bold;
  color: white;
  text-align: center;
}

.icon-list .icon-list__item .box .box__face--front,
.icon-list .icon-list__item .box .box__face--back {
  width: var(--box-width);
  height: var(--box-height);
  line-height: var(--box-height);
}

.icon-list .icon-list__item .box .box__face--right,
.icon-list .icon-list__item .box .box__face--left {
  width: var(--box-depth);
  height: var(--box-height);
  left: calc((var(--box-width) - var(--box-depth)) / 2);
  line-height: var(--box-height);
}

.icon-list .icon-list__item .box .box__face--top,
.icon-list .icon-list__item .box .box__face--bottom {
  width: var(--box-width);
  height: var(--box-depth);
  top: calc((var(--box-height) - var(--box-depth)) / 2);
  line-height: var(--box-depth);
}

.icon-list .icon-list__item .box .box__face--front {
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  transition: 0.5s;
}
.icon-list .icon-list__item .box .box__face--front img {
  transform: rotate(270deg);
}

.icon-list .icon-list__item .box .box__face--right {
  background: #e6e6e6;
  transition: 0.5s;
}

.icon-list .icon-list__item .box .box__face--bottom {
  background: #b3b3b3;
  transition: 0.5s;
}

.icon-list .icon-list__item .box .box__face--back {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}

.icon-list .icon-list__item .box .box__face--front {
  transform: rotateY(0deg) translateZ(calc(var(--box-depth) / 2));
}

.icon-list .icon-list__item .box .box__face--back {
  transform: rotateY(180deg) translateZ(calc(var(--box-depth) / 2));
}

.icon-list .icon-list__item .box .box__face--right {
  transform: rotateY(90deg) translateZ(calc(var(--box-width) / 2));
}

.icon-list .icon-list__item .box .box__face--left {
  transform: rotateY(-90deg) translateZ(calc(var(--box-width) / 2));
}

.icon-list .icon-list__item .box .box__face--top {
  transform: rotateX(90deg) translateZ(calc(var(--box-height) / 2));
}

.icon-list .icon-list__item .box .box__face--bottom {
  transform: rotateX(-90deg) translateZ(calc(var(--box-height) / 2));
}

.icon-list .icon-list__item:hover .box {
  transform: rotateX(55deg) rotateZ(45deg) translateZ(20px);
}

.icon-list .icon-list__item:hover .box .box__face--back {
  box-shadow: -30px 30px 50px rgba(0, 0, 0, 0.5);
}

.icon-list .icon-list__item:hover .box__face--front {
  background: #00aced;
}

.icon-list .icon-list__item:hover .box__face--right {
  background: #0099d4;
}

.icon-list .icon-list__item:hover .box__face--bottom {
  background: #0087ba;
}

/*  导向 心态 主义 原则 */
.ec_result-oriented {
  background-image: url("http://ec-resource20.oss-cn-shanghai.aliyuncs.com/ec_official_website/img/组\ 1326@3x.png");
  background-size: cover;
  height: 530px;
  padding-top: 8%;
}
.ec_result-oriented > div {
  width: 50%;
  margin: auto;
  text-align: center;
}
.ec_result-oriented > div > div > div:nth-child(1) {
  background-color: rgba(255, 255, 255, 0.2);
  height: 150px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.ec_result-oriented > div > div > div:nth-child(1) > div {
  background-color: rgba(255, 255, 255, 0.6);
  width: 130px;
  height: 130px;
  line-height: 130px;
  border-radius: 50%;
  font-size: 37px;
  font-weight: bolder;
  color: rgba(0, 91, 171, 1);
}
.ec_result-oriented > div > div > div:nth-child(n + 2) {
  color: white;
  font-size: 18px;
  margin-top: 15px;
}
.ec_result-oriented > div > div > div:nth-child(3) {
  font-size: 16px;
}
/* 招聘 */
.ec_invite_container {
  width: 50%;
  margin: auto;
}
.card-header {
  background-color: white !important;
}
.btn:focus {
  box-shadow: none !important;
}
.btn > div:nth-child(1) {
  font-size: 16px;
  color: rgba(112, 112, 112, 1);
}
.btn > div:nth-child(2) {
  font-size: 14px;
  color: rgba(112, 112, 112, 1);
}
.card-body {
  color: rgba(112, 112, 112, 1);
  padding-left: 50px !important;
}
.card-body > h5 {
  font-size: 15px;
}
.card-body > h6 {
  margin-top: 20px;
}
.card-body > div {
  font-size: 14px;
  margin-top: 8px;
}
/* 适应手机端 */
@media (max-width: 720px) {
  .ec_joinwe_top {
    height: 200px;
    line-height: 20px;
  }
  .ec_joinwe_top > h1 {
    font-size: 19px;
  }
  .ec_joinwe_top > div {
    font-size: 12px;
    letter-spacing: 2px;
  }
  /* 说明 */
  .ec_joinwe_explain {
    width: 90%;
    font-size: 14px;
    line-height: 24px;
    margin-top: -20px !important;
  }
  /* 时链福利 */
  .ec_joinwe_welfare > div {
    padding: 2% 10%;
  }
  .ec_joinwe_welfare > div > div {
    margin: 10px 0;
    font-size: 12px;
  }
  .icon-list {
    width: 100%;
  }
  /*  导向 心态 主义 原则 */
  .ec_result-oriented {
    height: 200px;
  }
  .ec_result-oriented > div {
    width: 80%;
  }
  .ec_result-oriented > div > div > div:nth-child(1) {
    height: 80px;
    width: 80px;
  }
  .ec_result-oriented > div > div > div:nth-child(1) > div {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
  }
  .ec_result-oriented > div > div > div:nth-child(n + 2) {
    color: white;
    font-size: 14px;
    margin-top: 0px;
  }
  .ec_result-oriented > div > div > div:nth-child(3) {
    font-size: 12px;
  }
  /* 招聘 */
  .ec_invite_container {
    width: 90%;
  }
  .btn > div:nth-child(1) {
    font-size: 14px;
  }
  .btn > div:nth-child(2) {
    font-size: 12px;
  }
}
