/******************* RESET *******************/
#bgm {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  background-image: url("../images/music.png");
  background-size: cover;
}
.loading {
  background: #429dfe;
}
a {
  color: #222;
  text-decoration: none;
}
ul li {
  list-style: none;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  z-index: 10;
}
/******************* Page1 *******************/
.page1 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}
.page1 .company {
  align-self: flex-start;
  margin: 0.2rem 0 0 0.2rem;
}
.page1 .company .company_name {
  font-size: 0.2rem;
  font-weight: bold;
}
.page1 .company .company_sub {
  font-size: 0.15rem;
  margin-top: 0.05rem;
}
.page1 .company .company_sub .company_sub_num {
  color: #429dfe;
  font-weight: bold;
}
.page1 .company .company_post {
  color: #888;
  position: relative;
  font-size: 0.15rem;
  margin-top: 0.3rem;
}
.page1 .company .company_post i {
  position: absolute;
  width: 0.3rem;
  height: 0.04rem;
  background: #429dfe;
  top: -0.12rem;
}
.page1 .enter {
  width: 1.7rem;
  height: 0.38rem;
  line-height: 0.37rem;
  text-align: center;
  border: 1px solid #429dfe;
  border-radius: 2px;
  font-size: 0.15rem;
  color: #429dfe;
  margin-bottom: 0.3rem;
}
.page1 .bg_image {
  position: relative;
}
.page1 .bg_image .bg_around {
  width: 2.8rem;
  height: 2.8rem;
  background: url("../images/round.png") no-repeat center center;
  background-size: cover;
}
.page1 .bg_image .joinus {
  position: absolute;
  top: 42%;
  left: 50%;
  width: 2.2rem;
  height: 0.45rem;
  margin-left: -1.1rem;
  margin-top: -0.225rem;
}
.page1 .bg_image .joinTeam {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 1.6rem;
  margin-left: -0.8rem;
  margin-top: -0.1rem;
}
.page1 .bg_image .load_circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  margin-left: -0.7rem;
  margin-top: -0.7rem;
  background: #18affb;
  border-radius: 50%;
  opacity: 0;
}
.page1 .bg_box img {
  position: absolute;
}
.page1 .bg_box img:nth-child(1) {
  width: 0.4rem;
  height: 0.4rem;
  right: 0.9rem;
  top: 1.6rem;
}
.page1 .bg_box img:nth-child(2) {
  width: 0.5rem;
  height: 0.5rem;
  right: 0.2rem;
  top: 2.2rem;
}
.page1 .bg_box img:nth-child(3) {
  width: 0.3rem;
  height: 0.3rem;
  left: 0.24rem;
  top: 2.4rem;
}
.page1 .bg_box img:nth-child(4) {
  width: 0.5rem;
  height: 0.5rem;
  left: 1rem;
  top: 1.4rem;
}
/******************* Common Page(2~6) *******************/
.page2,
.page3,
.page4,
.page5,
.page6 {
  display: flex;
  flex-direction: column;
  background: #f7f7f7;
}
.page2 .company,
.page3 .company,
.page4 .company,
.page5 .company,
.page6 .company {
  position: relative;
  padding: 0.32rem 0 0 0.2rem;
  margin-bottom: 0.1rem;
  z-index: 10;
}
.page2 .company .company_intro,
.page3 .company .company_intro,
.page4 .company .company_intro,
.page5 .company .company_intro,
.page6 .company .company_intro {
  font-size: 0.18rem;
  margin-top: 0.05rem;
  color: #555;
}
.page2 .company i,
.page3 .company i,
.page4 .company i,
.page5 .company i,
.page6 .company i {
  position: absolute;
  width: 0.4rem;
  height: 0.05rem;
  background: #429dfe;
  top: 0.2rem;
}
.page2 article,
.page3 article,
.page4 article,
.page5 article,
.page6 article {
  position: relative;
  z-index: 10;
  width: 94.39999999999999%;
  height: 69.56521739130434%;
  overflow: hidden;
  padding: 0.2rem 0.1rem 0.2rem 0.2rem;
  box-sizing: border-box;
  box-shadow: 0 0 1rem rgba(0,0,0,0.1);
  background: #fff;
}
.page2 article section,
.page3 article section,
.page4 article section,
.page5 article section,
.page6 article section {
  height: 100%;
  line-height: 0.28rem;
  font-size: 0.17rem;
  color: #555;
  text-align: justify;
  overflow-y: scroll;
  padding-right: 0.1rem;
}
.page2 article section::-webkit-scrollbar-track-piece,
.page3 article section::-webkit-scrollbar-track-piece,
.page4 article section::-webkit-scrollbar-track-piece,
.page5 article section::-webkit-scrollbar-track-piece,
.page6 article section::-webkit-scrollbar-track-piece {
  background-color: rgba(0,0,0,0);
  border-left: 1px solid rgba(0,0,0,0);
}
.page2 article section::-webkit-scrollbar,
.page3 article section::-webkit-scrollbar,
.page4 article section::-webkit-scrollbar,
.page5 article section::-webkit-scrollbar,
.page6 article section::-webkit-scrollbar {
  width: 3px;
  height: 13px;
  border-radius: 5px;
}
.page2 article section::-webkit-scrollbar-thumb,
.page3 article section::-webkit-scrollbar-thumb,
.page4 article section::-webkit-scrollbar-thumb,
.page5 article section::-webkit-scrollbar-thumb,
.page6 article section::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
  background-clip: padding-box;
  border-radius: 5px;
  min-height: 28px;
}
.page2 article section::-webkit-scrollbar-thumb:hover,
.page3 article section::-webkit-scrollbar-thumb:hover,
.page4 article section::-webkit-scrollbar-thumb:hover,
.page5 article section::-webkit-scrollbar-thumb:hover,
.page6 article section::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0,0,0,0.5);
  border-radius: 5px;
}
.page2 nav,
.page3 nav,
.page4 nav,
.page5 nav,
.page6 nav {
  position: relative;
  z-index: 10;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.14rem;
  color: #555;
  overflow: hidden;
  margin-top: 0.2rem;
  vertical-align: middle;
}
.page2 nav i,
.page3 nav i,
.page4 nav i,
.page5 nav i,
.page6 nav i {
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  background-image: url("../images/17.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 0.05rem;
  position: relative;
  top: 0.01rem;
}
.page2 nav .prev,
.page3 nav .prev,
.page4 nav .prev,
.page5 nav .prev,
.page6 nav .prev {
  float: left;
  margin-left: 0.1rem;
}
.page2 nav .prev i,
.page3 nav .prev i,
.page4 nav .prev i,
.page5 nav .prev i,
.page6 nav .prev i {
  background-position: left center;
}
.page2 nav .next,
.page3 nav .next,
.page4 nav .next,
.page5 nav .next,
.page6 nav .next {
  float: right;
  margin-right: 0.1rem;
}
.page2 nav .next i,
.page3 nav .next i,
.page4 nav .next i,
.page5 nav .next i,
.page6 nav .next i {
  background-position: right center;
}
/******************* Page2 *******************/
.page2 .company_profile {
  width: 2rem;
  height: 0.21rem;
  background-image: url("../images/company-Profile.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2rem 0.2rem;
}
.page2 .bg_box i {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}
.page2 .bg_box i:nth-child(1) {
  width: 0.3rem;
  height: 0.3rem;
  background-color: #fbd782;
  left: 0.1rem;
  top: 0.1rem;
}
.page2 .bg_box i:nth-child(2) {
  width: 0.9rem;
  height: 0.9rem;
  background-color: #a7aff7;
  right: 0;
  top: 0.6rem;
}
.page2 .bg_box i:nth-child(3) {
  width: 2rem;
  height: 2rem;
  background-color: #5ec8ad;
  bottom: -1.5rem;
  right: 0.7rem;
}
/******************* Page3 *******************/
.page3 .company_image {
  width: 2rem;
  height: 0.21rem;
  background-image: url("../images/companyImage.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2rem 0.2rem;
}
.page3 .bg_box i {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}
.page3 .bg_box i:nth-child(1) {
  width: 0.7rem;
  height: 0.7rem;
  background-color: #fda360;
  right: 0.4rem;
  top: -0.5rem;
}
.page3 .bg_box i:nth-child(2) {
  width: 1.6rem;
  height: 1.6rem;
  background-color: #f6907f;
  right: -1.2rem;
  bottom: 0.9rem;
}
.page3 .bg_box i:nth-child(3) {
  width: 0.21rem;
  height: 0.21rem;
  background-color: #fd9b8b;
  bottom: 0.15rem;
  right: 1.5rem;
}
.page3 .left,
.page3 .right {
  width: 49%;
  float: left;
  box-sizing: border-box;
}
.page3 .left li,
.page3 .right li {
  position: relative;
  width: 100%;
  line-height: 0;
  margin-bottom: 0.03rem;
}
.page3 .left li img,
.page3 .right li img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}
.page3 .left li i,
.page3 .right li i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.25rem;
  margin-left: -0.25rem;
  background-image: url("../images/play.png");
  background-size: cover;
}
.page3 .left li.noPic,
.page3 .right li.noPic {
  width: 100%;
  height: 0.9rem;
  background: #000;
  border-radius: 5px;
}
.page3 .left li.noPic img,
.page3 .right li.noPic img {
  width: 100%;
  height: 100%;
}
.page3 .left {
  margin-right: 0.03rem;
}
/******************* Page4 *******************/
.page4 .company_welfare {
  width: 2rem;
  height: 0.21rem;
  background-image: url("../images/welfare.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2rem 0.2rem;
}
.page4 section .welfare_item {
  display: flex;
  align-items: center;
  margin: 0.1rem 0;
  line-height: normal;
}
.page4 section .welfare_item:first-child {
  margin-top: 0;
}
.page4 section .welfare_item .icon {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff url("../images/18.png") no-repeat;
  background-size: cover;
  margin: 0.1rem 0.1rem 0.1rem 0;
}
.page4 section .welfare_item .icon.eat {
  background-position: left center;
}
.page4 section .welfare_item .icon.protect {
  background-position: -0.5rem 0;
}
.page4 section .welfare_item .icon.holiday {
  background-position: -1rem 0;
}
.page4 section .welfare_item .icon.subsidy {
  background-position: -1.49rem 0;
}
.page4 section .welfare_item .icon.service {
  background-position: -2.5rem 0;
}
.page4 section .welfare_item .icon.bonus {
  background-position: -2rem 0;
}
.page4 section .welfare_item .icon.other {
  background-position: -3rem 0;
}
.page4 section .welfare_item .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding-right: 0.2rem;
}
.page4 section .welfare_item .content h3 {
  font-size: 0.16rem;
  color: #555;
  margin-bottom: 0.05rem;
}
.page4 section .welfare_item .content p {
  font-size: 0.14rem;
  color: #888;
  line-height: 0.2rem;
}
.page4 section .welfare_tips {
  height: 0.25rem;
  line-height: 0.25rem;
  font-size: 0.125rem;
  color: #aaa;
  text-align: left;
}
.page4 .bg_box i {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}
.page4 .bg_box i:nth-child(1) {
  width: 0.86rem;
  height: 0.86rem;
  background-color: #98e2fb;
  left: 0.6rem;
  top: 0.45rem;
}
.page4 .bg_box i:nth-child(2) {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #a6adea;
  right: -1rem;
  bottom: 2.5rem;
}
/******************* Page5 *******************/
.page5 .company_hot {
  width: 2rem;
  height: 0.21rem;
  background-image: url("../images/Hot-jobs.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2rem 0.2rem;
}
.page5 .job_item {
  display: flex;
  flex-direction: row;
  background: #f7f7f7;
  margin-bottom: 0.1rem;
  padding: 0.1rem;
}
.page5 .job_item .name {
  width: 1.6rem;
  font-size: 0.18rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #222;
}
.page5 .job_item .name .detail {
  font-size: 0.14rem;
  color: #888;
}
.page5 .job_item .salary {
  flex: 1;
  text-align: right;
  color: #f26b01;
  font-size: 0.16rem;
}
.page5 .more {
  width: 1.4rem;
  height: 0.35rem;
  line-height: 0.35rem;
  color: #fff;
  background: #429dfe;
  border-radius: 3px;
  text-align: center;
  margin: 0 auto;
}
.page5 .bg_box i {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}
.page5 .bg_box i:nth-child(1) {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #f8da93;
  right: 1.07rem;
  top: 0.6rem;
}
.page5 .bg_box i:nth-child(2) {
  width: 1.2rem;
  height: 1.2rem;
  background-color: #a8b0fc;
  right: -0.3rem;
  bottom: -0.3rem;
}
.page5 .bg_box i:nth-child(3) {
  width: 0.2rem;
  height: 0.2rem;
  background-color: #949efa;
  right: 1.2rem;
  bottom: 0.2rem;
}
/******************* Page6 *******************/
.page6 .company_contact {
  width: 2rem;
  height: 0.21rem;
  background-image: url("../images/contact-us.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2rem 0.2rem;
}
.page6 .contact_item {
  margin-bottom: 0.23rem;
}
.page6 .contact_item .way {
  color: #888;
  font-size: 0.16rem;
  line-height: 0.32rem;
}
.page6 .contact_item .answer {
  font-size: 0.17rem;
  color: #222;
}
.page6 .bg_box i {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}
.page6 .bg_box i:nth-child(1) {
  width: 1rem;
  height: 1rem;
  background-color: #fe9e8e;
  right: -0.2rem;
  top: 0.75rem;
}
.page6 .bg_box i:nth-child(2) {
  width: 0.3rem;
  height: 0.3rem;
  background-color: #fea495;
  right: 1.5rem;
  top: -0.1rem;
}
.page6 .bg_box i:nth-child(3) {
  width: 1rem;
  height: 1rem;
  background-color: #54c2a6;
  left: 0.5rem;
  bottom: 0.6rem;
}