body {
  width: 100%;
  margin: 0 auto;
  background-color: #f7f8f9;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #707070;
}
.container {
  width: 100%;
  min-width: 1200px;
  height: auto;
  background-color: #fff;
  text-align: center;
  font-size: 0.8rem;
  color: #1c1c1c;
}
.container .header {
  width: 100%;
  min-width: 1200px;
  background-color: #00c6f8;
  height: 60px;
  position: absolute;
  z-index: 999;
  top: 0;
}
.container .header .w1200 {
  width: 1200px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-start;
  padding: 0 20px;
}
.container .header .w1200 .logo img {
  height: 50px;
  margin: 5px 0;
}
.container .header .w1200 .btn a {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  color: #fff;
  border-radius: 6px;
  padding: 0 15px;
  margin-top: 11px;
}
.container .header .w1200 .btn a i {
  font-size: 20px;
}
.container .header .w1200 .btn a.abnt {
  background-color: #00c6f8;
  color: #fff;
}
.container .swipercontent {
  background-color: #fff;
  margin-top: 0.266667rem;
  position: relative;
}
.container .swipercontent .get_job_fo .swiper-slide {
  text-align: center;
  background: #fff;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
}
.container .swipercontent .get_job_fo .swiper-slide img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  max-height: 600px;
  object-fit: cover;
}
.container .swipercontent .get_job_fo .swiper-slide p {
  text-align: center;
  max-width: 96%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0 20px;
  font-size: 60px;
  color: #fff;
  position: absolute;
}
.container .swipercontent .get_job_fo .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.5;
}
.container .swipercontent .get_job_fo .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff;
}
.container .swipercontent .get_job_fo .swiper-button-prev,
.container .swipercontent .get_job_fo .swiper-button-next {
  color: #fff;
  opacity: 0.5;
}
.container .swipercontent .testbtns {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 50px;
  z-index: 99999;
  display: flex;
  justify-content: space-between;
  width: 500px;
}
.container .swipercontent .testbtns a {
  font-size: 28px;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  background-color: #00c6f8;
  border-radius: 6px;
}
.main {
  width: 1200px;
  margin: 60px auto;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.main .pannel {
  width: 32%;
  min-width: 340px;
  overflow: hidden;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.main .pannel .heading {
  border: 0;
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
  padding-left: 15px;
  color: #666;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  box-sizing: border-box;
  height: 42px;
  line-height: 42px;
  font-size: 15px;
  font-weight: bold;
}
.main .pannel .heading i {
  color: #888;
  font-size: 1.0667rem;
  font-weight: normal;
}
.main .pannel .heading .more {
  font-size: 12px;
  float: right;
  margin-right: 15px;
  font-weight: normal;
  color: #999;
}
.main .pannel .heading .more:hover {
  color: #00c6f8;
}
.main .pannel .body {
  height: 350px;
  overflow: hidden;
  background-color: #fff;
  padding: 10px 15px;
  font-size: 14px;
  box-sizing: border-box;
  color: #666;
}
.main .pannel .body p {
  line-height: 32px;
  color: #666;
}
.main .pannel .body video {
  height: 330px;
  width: 100%;
  background-color: #000;
}
.main .pannel .body.table {
  display: flex;
  justify-content: space-between;
}
.main .pannel .body .list-group {
  padding-left: 0;
  margin: 0;
  height: 330px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.main .pannel .body .list-group .list-item {
  height: 33px;
  line-height: 33px;
  width: 50%;
  border: 0;
  display: flex;
  background-color: #fff;
  align-items: center;
}
.main .pannel .body .list-group .list-item .number {
  height: 28px;
  width: 20px;
  line-height: 32px;
  font-size: 80%;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  margin-right: 6px;
  background: url(../icon/4.png) no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.8;
}
.main .pannel .body .list-group .list-item .number.first {
  background: url(../icon/1.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.main .pannel .body .list-group .list-item .number.two {
  background: url(../icon/2.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.main .pannel .body .list-group .list-item .number.three {
  background: url(../icon/3.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.main .pannel .body .list-group .list-item .username {
  flex: 1;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.footer {
  width: 100%;
  height: 60px;
  position: fixed;
  bottom: 0;
  background-color: #1F2730;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.footer .box {
  width: 1200px;
  margin: 0 auto;
}
.footer .box p {
  line-height: 60px;
  color: #aaa;
}
.footer .box p a {
  color: #aaa;
}
.layui-layer-setwin .layui-layer-close2 {
  right: 0px !important;
  top: -10px !important;
  width: 20px!important;
  height: 30px!important;
  background-position: 5px -32px !important;
}
.layui-layer {
  border-radius: 10px !important;
  overflow: hidden;
}
.formbox {
  background-color: #f4f4f4;
  padding: 30px;
}
.formbox .title {
  height: 42px;
  font-size: 18px;
  color: #444;
  display: flex;
  justify-content: space-between;
}
.formbox .title span {
  color: #444;
}
.formbox .title a {
  display: inline-block;
  height: 20px;
  overflow: hidden;
  color: #00c6f8;
}
.formbox .more {
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}
.formbox .row {
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.formbox .row i {
  margin-left: 6px;
  font-size: 18px;
  color: #999;
}
.formbox .row p {
  width: 100%;
  font-size: 13px;
  color: #666;
  padding-left: 6px;
}
.formbox .row .option {
  position: absolute;
  top: 34px;
  background-color: #fff;
  left: -1px;
  right: -1px;
  z-index: 999;
  border: 1px solid #f2f7f8;
  box-shadow: 0 4px 6px #eee;
}
.formbox .row .option li {
  height: 42px;
  line-height: 42px;
  font-size: 13px;
  padding-left: 25px;
  color: #666;
}
.formbox .row .option li:hover {
  background-color: #f2f7f8;
}
.formbox .row input {
  width: 100%;
  font-size: 14px;
  height: 42px;
  line-height: 2.42px;
  padding-left: 6px;
  color: #666;
}
.formbox .row .btn {
  display: inline-block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  background-color: #00c6f8;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  font-size: 15px;
}
.formbox .row.yzm input {
  flex: 1;
}
.formbox .row.yzm img {
  display: inline-block;
  width: 100px;
  margin-top: 1px;
  height: 34px;
}
.formbox .btn {
  display: inline-block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #eee;
  border-radius: 21px;
  font-size: 15px;
  color: #333;
  margin-top: 15px;
}
.formbox .btn.active {
  background-color: #00c6f8;
  color: #fff;
}
.warp {
  background: #fff;
  width: 400px;
}
.warp .paytitle {
  text-align: center;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
  background-color: #00c6f8;
  margin-bottom: 20px;
}
.warp .paybox {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 10px 0 10px;
}
.warp .paybox .item {
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
  height: 64px;
  width: 106px;
  font-size: 16px;
  margin: 0 10px 20px 10px;
  border-radius: 4px;
  color: #666;
  border: 1px solid #666;
}
.warp .paybox .item.active {
  color: #00c6f8;
  border-color: #00c6f8;
}
.warp .paybox .item .gf {
  text-align: center;
  margin-top: 12px;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  font-weight: bold;
}
.warp .paybox .item .cny {
  text-align: center;
  line-height: 24px;
  font-size: 14px;
}
.warp .btns {
  text-align: right;
  margin-bottom: 15px;
  margin-right: 15px;
}
.warp .btns a {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  background-color: #eee;
  display: inline-block;
  padding: 0 15px;
  border-radius: 6px;
  color: #333;
}
.warp .btns a.active {
  color: #fff;
  background-color: #00c6f8;
}
