.bestSalary {
  margin: 0;
  padding: 0;
}
.bestSalary .w {
  width: 1200px;
  margin: 0 auto;
}
.bestSalary .w .header {
  position: fixed;
  top: 0px;
  z-index: 9999;
  width: 100%;
  display: flex;
  height: 60px !important;
  background: #fff;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
.bestSalary .w .header .logo {
  width: 147px;
  height: 30px;
  z-index: 99999;
  margin-left: 156px;
  margin-top: 16px;
  background-color: #3BE196;
  background: url("../images/logo.png") no-repeat;
  background-size: 100%;
}
.bestSalary .w .header .menu .titlemsgtop {
  display: flex;
  margin-left: 334px ;
  margin-top: 18px;
}
.bestSalary .w .header .menu .titlemsgtop li {
  margin-right: 20px;
  font-size: 16px;
  height: 27px;
  width: 110px;
  font-family: Source Han Sans SC;
  text-align: center;
}
.bestSalary .w .header .menu .titlemsgtop li a {
  font-family: Source Han Sans SC;
  color: #1E266D !important;
  font-size: 16px;
  height: 27px;
  width: 100px;
}
.bestSalary .w .header .menu .titlemsgtop li:hover {
  cursor: pointer;
  height: 27px;
  border-radius: 70px;
  background: #3BE196;
  text-align: center;
}
.bestSalary .w .header .menu .titlemsgtop li:hover a {
  color: #fff;
}
.bestSalary .w .main {
  padding: 0;
  margin: 60px;
}
.bestSalary .w .main .banner {
  position: relative;
  height: 654px;
  background-color: #ccc;
  background: url("../images/imgs/banner.png") no-repeat;
  background-size: 100%;
}
.bestSalary .w .main .banner .btnupload {
  cursor: pointer;
  position: absolute;
  left: 140px;
  bottom: 223px;
  width: 255px;
  height: 76px;
  background: url("../images/btn.png") no-repeat;
  background-size: 100% 100%;
}
.bestSalary .w .main .banner .btnupload a {
  display: block;
  width: 100%;
  height: 100%;
}
.bestSalary .w .main .banner1 {
  height: 557px;
  margin-right: 153px;
  background-color: #ccc;
  background: url("../images/imgs/banner1.png") no-repeat;
  background-size: 100%;
}
.bestSalary .w .main .banner2 {
  height: 557px;
  background-color: #ccc;
  margin-left: 141px;
  background: url("../images/imgs/group.png") no-repeat;
  background-size: 100%;
}
.bestSalary .w .main .banner3 {
  height: 557px;
  margin-right: 153px;
  background-color: #ccc;
  background: url("../images/imgs/money.png") no-repeat;
  background-size: 100%;
}
.bestSalary .w .main .banner4 {
  height: 557px;
  margin-left: 141px;
  background-color: #ccc;
  background: url("../images/imgs/company.png") no-repeat;
  background-size: 100%;
}
.bestSalary .w .main .banner5 {
  position: relative;
  height: 428px;
  background: url("../images/imgs/companyprofile.png") no-repeat;
  background-size: 100%;
}
.bestSalary .w .main .banner5 .textinfo {
  position: absolute;
  top: 150px;
  left: 188px;
  width: 825px;
  height: 200px;
  background: #fff;
  font-size: 14px;
  font-family: Source Han Sans SC-Medium, Source Han Sans SC;
  font-weight: 500;
  line-height: 41px;
  z-index: 999;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bestSalary .w .main .banner5 .titleinfo {
  position: absolute;
  left: 474px;
  top: 60px;
  width: 440px;
  background-color: #fff;
  font-size: 36px;
  font-family: Source Han Sans SC-Medium, Source Han Sans SC;
  font-weight: 500;
  z-index: 999;
  color: #ffffff;
  line-height: 72px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bestSalary .w .main .banner5 .imggroup {
  position: absolute;
  display: flex;
  left: 184px;
  top: 188px;
}
.bestSalary .w .main .bottom {
  height: 418px;
  position: relative;
}
.bestSalary .w .main .bottom .contatus {
  position: absolute;
  left: 12px;
  z-index: 999;
  width: 1050px;
  height: 256px;
  background: #f9fbff;
  border-radius: 24px 24px 24px 24px;
  opacity: 1;
}
.bestSalary .w .main .bottom .contatus h2 {
  width: 100px;
  height: 21px;
  font-size: 17px;
  margin: 42px 0 10px 81px;
  font-family: Source Han Sans SC;
  color: #1E266D;
}
.bestSalary .w .main .bottom .contatus .itemmsg {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.bestSalary .w .main .bottom .contatus .itemmsg li {
  height: 49px;
  line-height: 49px;
  font-size: 16px;
  color: #455880;
  margin-left: 81px;
  font-family: Source Han Sans SC;
}
.bestSalary .w .main .bottom .privacy {
  position: absolute;
  left: 40%;
  bottom: 103px;
  z-index: 999;
}
.bestSalary .w .main .bottom .privacy a {
  color: #455880;
  text-decoration: underline;
  font-size: 18px;
  font-family: Source Han Sans SC;
}
.bestSalary .w .main .bottom .btm {
  position: absolute;
  left: 50%;
  margin-left: -197px;
  bottom: 70px;
  z-index: 999;
  width: 482px;
  height: 17px;
  font-family: Source Han Sans SC;
}
