* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #f9f9f9;
}
#popup-video {
  display: none;
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  height: 66px;
  background-color: #232323;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.head .logo {
  position: absolute;
  width: 258.1px;
  height: 40px;
  left: 53px;
  top: 12px;
  background: url("../img/logo.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.head .center {
  width: 664px;
  display: flex;
  justify-content: space-evenly;
  font-size: 16px;
  color: #ffffff;
}
.head .center .item {
  cursor: pointer;
}
.head .center .item.selected {
  color: #40e0da;
}
.head .center .item:hover {
  color: #40e0da;
}
.main {
  margin: 0 auto;
  width: 19.2rem;
  height: 1285px;
  position: relative;
  margin-top: 66px;
}
.main .content {
  width: 19.2rem;
  height: 1214px;
  margin: 0 auto;
  position: absolute;
  top: -0.12rem;
}
.main .content .head-bg {
  width: 19.2rem;
  height: 4.08rem;
}
.main .content .head-bg img {
  width: 100%;
  height: 100%;
}
.main .content .recruitment-box {
  width: 1290px;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.main .content .recruitment-box .title {
  width: 189px;
  height: 101px;
  background: url("../img/join/title.png") no-repeat;
  background-size: 100% 100%;
}
.main .content .recruitment-box .info-box {
  height: 120px;
  display: flex;
  margin-top: 57px;
}
.main .content .recruitment-box .info-box .item {
  width: 327px;
  height: 131px;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
.main .content .recruitment-box .info-box .item .desc {
  color: #c8c8c8;
  position: absolute;
  top: 45px;
  left: 30px;
}
.main .content .recruitment-box .info-box .technology {
  background: url("../img/join/technology.png") no-repeat;
  background-size: 100% 100%;
}
.main .content .recruitment-box .info-box .art {
  background: url("../img/join/art.png") no-repeat;
  background-size: 100% 100%;
}
.main .content .recruitment-box .info-box .operate {
  background: url("../img/join/operate.png") no-repeat;
  background-size: 100% 100%;
}
.main .content .recruitment-box .info-box .marketing {
  background: url("../img/join/marketing.png") no-repeat;
  background-size: 100% 100%;
}
.main .footer {
  width: 100%;
  height: 270px;
  background-color: #232323;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
}
.main .footer .center {
  width: 350px;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.main .footer .center .logo {
  width: 258.1px;
  height: 40px;
  background: url("../img/footer/logo.png") no-repeat;
  background-size: 100% 100%;
}
.main .footer .center .title {
  width: 220px;
  height: 16px;
  font-size: 14px;
  color: #999999;
  position: relative;
  align-items: center;
  text-align: center;
}
.main .footer .center .title .right-line::after {
  content: "|";
  position: absolute;
  right: -14px;
  top: 0;
  width: 10px;
  height: 100%;
}
.main .footer .center .title .about {
  position: absolute;
  height: 100%;
  width: 60px;
  cursor: pointer;
  text-align: center;
}
.main .footer .center .title .join {
  position: absolute;
  left: 75px;
  height: 100%;
  width: 62px;
  cursor: pointer;
  text-align: center;
}
.main .footer .center .title .business {
  position: absolute;
  right: 0;
  height: 100%;
  width: 62px;
  cursor: pointer;
  text-align: center;
}
.main .footer .center .explanation {
  font-size: 12px;
  color: #999;
  text-align: center;
}
.main .footer .center .explanation .box {
  display: flex;
  justify-content: center;
}
.main .footer .center .explanation a {
  color: #999;
  text-decoration: none;
}
