body{
  overflow: hidden;
  background: #0a61c0;
}
img{
  width: 100%;
  height: auto;
}
.main{
  position: fixed;
  left: 0;
  height: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.bgImage{
  width: 100%;
  height: 100vh;
}
.navBox{
  padding: 2rem 1.5rem 0.5rem;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: space-around;
  background: url("../images/bgNav.jpg") repeat-x;
  background-size: auto 100%;
  z-index: 11;
}
.navBox .item{
  width: 20%;
}
.navBox .icon{
  margin: 0 1.4rem;
}
.navBox .item:nth-child(1) .icon{
  background: url("../images/nav1_2.png") no-repeat;
  background-size: 100% auto;
}
.navBox .item:nth-child(2) .icon{
  background: url("../images/nav2_2.png") no-repeat;
  background-size: 100% auto;
}
.navBox .item:nth-child(3) .icon{
  background: url("../images/nav3_2.png") no-repeat;
  background-size: 100% auto;
}
.navBox .text{
  color: #9dc5ff;
  font-size: 0.8rem;
  line-height: 1.6rem;
  text-align: center;
}
.navBox .item.on .text{
  color: #fff;
}
.navBox .item.on .icon img{
  opacity: 0;
}
.slogan{
  position: absolute;
  top: 14%;
  left: 5%;
  width: 90%;
}
.content{
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 1.5rem;
  width: 100%;
  height: 90vh;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  background-color: #fff;
  overflow: hidden;
  z-index: 10;
}
.content::after{
  position: absolute;
  content: "";
  top: 0.9rem;
  left: 44%;
  width: 12%;
  height: 3px;
  border-radius: 3rem;
  background: #7eabf5;
}
.content .title{
  margin: 2rem auto 1.5rem;
  width: 60%;
  line-height: 0;
}
.content .tips{
  position: relative;
  margin: 1.5rem auto 1rem;
  padding: 0 1.5rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  border-radius: 2.8rem;
  border: #3185ac 1px solid;
  background: linear-gradient(to right, #bfe068, #209cff);
}
.content .tips span{
  color: #1e53bb;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2.8rem;
}
.content .tips .logo img{
  width: auto;
  height: 2.8rem;
}
.content .tab{
  position: relative;
  margin: 1.5rem auto 1rem;
  padding: 0 1.5rem;
  color: #1e53bb;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2.8rem;
  border-radius: 3rem;
  background: linear-gradient(to right, rgba(191,224,104,1), rgba(30,83,190,0));
}
.content .h1{
  margin: 0 auto 0.5rem;
  color: #11517a;
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: normal;
  border-bottom: #3091b3 1px dashed;
}
.content .txt_1{
  margin: 0 1rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.8rem;
}
.content .txt_2{
  padding-left: 1rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.8rem;
  background: url("../images/dot.png") 0.3rem 0.55rem no-repeat;
  background-size: 0.6rem auto;
}
.content .txt_3{
  color: #fff;
  font-size: 1rem;
  line-height: 1.8rem;
}
.content .image{
  margin: 2rem auto;
}
.content .link{
  display: block;
  margin: 1rem;
}
.part{

}
.borderBox{
  position: relative;
  width: 100%;
  height: calc(90vh - 6rem);
  overflow-y: auto;
}
.borderContent{
  position: relative;
  padding: 1rem 1rem 0;
  min-height: calc(90vh - 6rem);
  background: url("../images/bgContent.png") center bottom/cover no-repeat;
}
.subBox{
  margin: 1rem auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
}
.subBox .item{
  width: 42%;
  color: #fff;
  font-size: 1rem;
  line-height: 2.6rem;
  text-align: center;
  background: url("../images/buttonSub_1.png") no-repeat;
  background-size: 100% 100%;
}
.subBox .item.on{
  background: url("../images/buttonSub_2.png") no-repeat;
  background-size: 100% 100%;
}
.bgWhite{
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  background: linear-gradient(rgba(42,110,200, 1), rgba(42,110,200, 0));
}
.historyBox{
  position: relative;
  margin: 3rem 0 2.5rem 0.8rem;
  padding: 1px 0;
  border-left: #6189ff 1px solid;
}
.historyBox::before{
  position: absolute;
  content: "";
  left: -0.8rem;
  top: -1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url("../images/arrowUp.png") no-repeat;
  background-size: 100% 100%;
}
.historyBox::after{
  position: absolute;
  content: "";
  left: -0.8rem;
  bottom: -1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url("../images/arrowDown.png") no-repeat;
  background-size: 100% 100%;
}
.historyBox .item{
  margin: 0.5rem auto;
  display: flex;
  display: -webkit-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: space-between;
}
.historyBox .time{ 
  margin-left: -0.48rem;
  padding-left: 1.8rem;
  width: 6rem;
  color: #1e53bb;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 2rem;
  background: url("../images/bgTime.png") no-repeat;
  background-size: 100% 100%; 
}
.historyBox .text{
  width: calc(100% - 6.5rem);
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
}
.hideBox{
  display: none;
}
.buttonShow{
  color: #5e82ec;
  font-size: 0.9rem;
  line-height: 1.6rem;
}
.jobList{
  margin: 2rem auto;
}
.jobItem{
  margin-bottom: 1rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  border-radius: 0.3rem;
  border: #5f98fd 1px solid;
}
.jobTitle{
  padding-left: 1rem;
  width: 38%;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 3rem;
}
.jobCity{
  width: 34%;
  color: #fff;
  font-size: 1rem;
  line-height: 3rem;
}
.buttonApply{
  width: 26%;
  color: #0e3aa6;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 3rem;
  text-align: center;
  border-radius: 0.2rem;
  background: linear-gradient(to right, #c0e068, #219cff);
}

.footer{
  position: relative;
  margin: 3rem -1rem 0;
  color: #5e82ec;
  font-size: 0.7rem;
  text-align: center; 
  line-height: 3rem;
  background-color: #032da7;
}