/***********1.1*************/
.index-box {
  position: relative;
  padding-top: 50px;
}
.index-box .index-sobox {
  position: absolute;
  top: -45px;
  left: 0;
  width: 100%;
  height: 90px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}
.so-addr {
  padding: 25px;
  line-height: 40px;
}
.so-addr a {
  margin: 0 20px;
  color: #4c4c4c;
  font-size: 16px;
  position: relative;
  display: inline-block;
  padding-bottom: 0px;
}
.so-addr a::before {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  background-color: #2c5af5;
  transition: width 0.3s ease, left 0.3s ease;
}
.so-addr a:hover::before,.so-addr a.active::before {
  left: 0;
  width: 100%;
}
.so-addr a:hover,.so-addr a.active {
  color: #2c5af5;
}
.index-sobox .soso {
  width: 300px;
  height: 50px;
  margin: 20px 20px 0 0;
  position: relative;
}
.index-sobox .soinp {
  width: 300px;
  height: 50px;
}
.index-sobox .sosub {
  background: url(../images/soso1.png) center no-repeat;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 1px;
  right: 1px;
  font-size: 0;
  border: none;
}
/***************/
.index-list {
  display: flex;
  flex-wrap: wrap;
}
.index-list .item {
  width: 590px;
  margin: 20px 20px 0 0;
  background: #fff;
  border-radius: 10px;
  color: #808080;
  padding: 20px;
}
.index-list .item .tbt {
  display: flex;
  color: #2f2f2f;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.index-list .item .tbt .tag {
  color: #0074ff;
  font-size: 14px;
  background: #e4f0ff;
  border: 1px solid #0074ff;
  height: 26px;
  line-height: 24px;
  padding: 0 5px;
  margin: 2px 7px 0 0;
  border-radius: 5px;
}
.index-list .item:nth-child(2n) {
  margin-right: 0;
}
.index-list .item .tbb {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  line-height: 32px;
}
.index-list .item .load-btn {
  padding: 0 20px;
}
/*****关于我们***********/
.abs-ban {
  height: 450px;
  background: url(../images/inban-abs.jpg) top center repeat-x;
}
.abs-tit1 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  left: 0;
  width: 100%;
  top: 210px;
}
.abs-content {
  position: relative;
  
}
.map-box {
  transform: translateY(-50px);
  display: flex;
  justify-content: space-between;
}
.map {
  width: 460px;
}
#containermap {
	width: 100%;
	height: 520px;
	background-color: #eee
}

#imgDemo2 {}

#containermap .tt {
	padding: 0;
	margin: 0;
	line-height: 30px;
	font-size: 16px
}

#imgDemo2 {
	width: 280px;
	display: block;
	margin: 0 auto;
}

#containermap .add {
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	margin: 0;
	color: #666;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
/*************/
.map-right {
  width: 610px;
}
.map-title {
  font-size: 30px;
  color: #14151a;
  line-height: 40px;
}
.map-title  .tbc{
  color: #14151a;
  font-size: 20px;
  border-bottom: 1px solid #dcdcdc;
  padding: 20px 0;
  font-weight: bold;
}
.map-lay2 {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.map-lay2 .item {
  width: 280px;
  color: #727376;
  font-size: 16px;
  line-height: 30px;
}
.map-lay2 .item img {
  margin-left: 17px;
}
.map-lay2 .item .tbt {
  font-size: 18px;
  font-weight: bold;
  color: #14151a;
  margin-top: 10px;
}
.map-lay2 .item .tbb {
  font-size: 22px;
  color: #14151a;
}
.map-zx {
  margin-top: 60px;
  display: flex;
  width: 130px;
  border-radius: 46px;
}
.map-zx em {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../images/map-zx.png) 0 no-repeat;
  margin-left: 4px;
}
.white-box {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
  position: relative;
}
.mess-box {

}
.mess-box .item {
  margin-top: 30px;
}
.mess-box .map-inp {
  margin-top: 10px;
  width: 500px;
  background: #f0f0f0;
  border: none;
}
.mess-box .map-area {
  margin-top: 10px;
  width: 100%;
  background: #f0f0f0;
  border: none;
  height: 170px;
}
/***小工具****/
.tool-ban {
  height: 450px;
  background: url(../images/inban-tool.jpg) top center repeat-x;
}
.tool-btn1 {
  height: 50px;
 
  padding: 0 20px;
  line-height: 50px;
  margin-top: 10px;
  font-size: 18px;
}
.tool-list {
  transform: translateY(-50px);
}
.tool-list .item {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.tool-list .item:first-child {
  margin-top: 0;
}
.white-item {
  padding: 30px;
  background: #fff;
  border-radius: 10px;
}
.tool-list .item .tbt {
  font-size: 24px;
  margin-top: 10px;
}
.tool-list .item .tbt .date {
  font-size: 14px;
  color: #747474;
}
.tool-list .item .tbr {
  width: 760px;
}
.tool-list .item .tbh3 {
  padding: 40px 0;
  border-bottom: 1px solid #dcdcdc;
  height: 150px;
  line-height: 24px;
}
.tool-list .item .tbb {
  padding-top: 15px;
 
}
.tool-list .item .tbb .addr {
  line-height: 36px;
}

/********/
.tool-fb {

}
.tool-fb .item {
  margin-top: 20px;

}
.tool-fb .item .lab-tit {
  text-align: right;
  width: 90px;
  margin-right: 20px;
  line-height: 42px;
}
.tool-fb .tool-inp {
 
}
.tool-fb .tool-area {
  height: 150px;
}
.tool-fb .tool-btn {
  width: 150px;
}


/******************/
.recuit-ban {
  height: 450px;
  background: url(../images/inban-rcsc.jpg) top center repeat-x;
  position: relative;
  overflow: hidden;
}
.recuit-tab {
  margin-top: 144px;
}
.recuit-tab a {
  width: 140px;
  height: 46px;
  background: #fff;
  text-align: center;
  line-height: 46px;
  display: block;
  margin: 0 10px;
  font-size: 18px;
}
.recuit-tab a.active,.recuit-tab a:hover {
  background: #0074ff;
  color: #fff;
  font-weight: bold;
}
.recuit-sx1 {
  margin-top: 50px;
}
.addr-sel {
  padding-right: 60px;
  padding-left: 40px;
  font-size: 16px;
}


.recuit-soso {
  width: 520px;
  margin: 0 20px;
  position: relative;
  background: #fff;
  border-radius: 5px;
}
.recuit-soso .soinp {
  width: 420px;
  height: 44px;
  border: none;
}
.recuit-soso .sosub {
  background:#0074ff url(../images/soso.png) 64px no-repeat;
  width: 100px;
  height: 44px;
  position: absolute;
  padding-left: 20px;
  text-align: left;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 5px;
}
.vip-box {
  padding: 0 15px 0 50px;
  border-radius: 5px;
  line-height: 18px;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background:#232420 url(../images/vip.png) 13px no-repeat;
}
.yfont {
  color: #f2c246;
}
/***********/
.recuit-main {
  position: relative;
  padding-top: 60px;
}
.recuit-sx2 {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: -110px;
  left: 0;
  width: 100%;
}
.recuit-sx2 .item {
  padding: 8px 0;
  color: #707070;
}
.recuit-sx2 .item .sx-tagt {
  width: 90px;
  text-align: right;
  color: #707070;
}
.sx-cont {
  display: flex;
}
.sx-cont a {
  padding: 0 10px;
  margin: 0 8px;
  height: 28px;
  line-height: 28px;
  display: block; 
}
.sx-cont a:hover,.sx-cont a.active {
  background: #dfeeff;
  color: #0074ff;
}
/********/
.moresx-cont {
  display: flex;
}
.moresx-cont .tbsel-con {
  margin: 0 8px;
  height: 30px;
}
.moresx-cont .tbsel {
  padding: 5px 35px 10px 10px;
  border: none;
  font-size: 14px;
  color: #11120f;
}
.moresx-cont .tbsel:focus {
  border: none;
  box-shadow: none;
}
.sx-date {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}
 /* 自定义date输入框样式 */
 .date-container {
  position: relative;
  cursor: pointer;
  margin: 0 8px;
  height: 30px;
}

.date-display {
  position: relative;
  width: 180px;
  height: 30px;
  line-height: 30px;
  padding: 0 30px 0 14px;
  border-radius: 6px;
  font-size: 14px;
  background-color: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.date-display:hover {
  border-color: #bbb;
}

.date-display:focus-within {
  border-color: #4d90fe;
  box-shadow: 0 0 0 3px rgba(77, 144, 254, 0.2);
}

.date-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #666;
}
.date-input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.date-container:active .date-display {
  background-color: #f8f8f8;
}
/************************/
.recuit-list {

}
.recuit-item {
  margin-top: 20px;
  display: flex;
  line-height: 24px;
  color: #616161;
}
.recuit-item .tbl {
  width: 560px;
}
.recuit-item .rec-lay1 {
  display: flex;
  
}
.recuit-item .rec-lay1 .tbh1 {
  font-size: 20px;
  margin-right: 10px;
}
.recuit-item .rec-lay1 .salary {
  font-size: 16px;
}
.recuit-item .rec-lay1 .certif {
  padding:0 6px 0 25px;
  border-radius: 5px;
  margin-left: 10px;
  font-size: 14px;
}
.recuit-item .rec-lay1 .certif.suss {
  background: #e5f1ff url(../images/certi.png) 6px no-repeat;
  color: #1e81ff;
}
.recuit-item .rec-lay2 {
  display: flex;
  margin: 15px 0;
}
.recuit-item .rec-lay2 .sitem {
  padding: 0 15px 0 20px;
  color: #616161;
  position: relative;
  
}
.recuit-item .rec-lay2 .sitem:first-child {
  padding-left: 0;

}
.recuit-item .rec-lay2 .sitem:first-child::before {
  display: none;
}
.recuit-item .rec-lay2 .sitem::before {
  content: "|";
  position: absolute;
  left: 0;
  top: 0;

}
.recuit-item .rec-lay3 {
  display: flex;
  
}
.recuit-item .rec-lay3 .sitem {
  padding: 0 10px;
  background: #f8f8f8;
  color: #666;
  margin-right: 10px;
  border-radius: 5px;
}
.recuit-item .tbc {
   display: flex;
   flex-wrap: wrap;
   width: 360px;
}
.recuit-item .tbc .sitem {
  width: 180px;
  padding: 5px 0;
}
.recuit-item .tbbtn {
  padding-left: 100px;
}
/**************/
.vip-tankuang {
  width: 880px;
  border-radius: 10px;
  overflow: hidden;
}
.vip-tankuang  .tk-head {
  height: 60px;
  line-height: 60px;
  padding-left: 70px;
  padding-right: 18px;
  background: url(../images/vip-tk.png) top center no-repeat;
}
.vip-tankuang .tk-head .closez1 {
  background: url(../images/close8.png) no-repeat;
  margin-top: 18px;
}
.vip-tankuang .tk-content {
  padding: 30px 25px;
}
/*****************/
.vip-price {
  display: flex;
  justify-content: space-between;
}
.vip-price .item {
  width: 200px;
  margin: 0 5px;
  height: 170px;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  text-align: center;
  padding: 22px 0 0 0;
  font-size: 16px;
  color: #222529;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.vip-price .item .price-lay2 {
   line-height: 36px;
   margin: 10px 0;
}
.vip-price .item .price-lay3 {
  color: #7f8792;
  font-size: 14px;
}
.vip-price .item .price-lay4 {
  background: #f7f7f7;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28px;
  line-height: 28px;
}
.vip-price .item.active {
  border: 1px solid #2254f4;
  color: #2254f4;
}
.vip-price .item.active .price-lay4 {
  background: #cce7ff;
  color: #2254f4;
}
.vip-price .item.active .price-lay2 {
  color: #2254f4;
}
/*********/
.zf-tab {
  height: 60px;
  background: #f3f3f6;
  display: flex;
  margin: 40px 5px 0;
  border-radius: 10px;
}
.zf-tab .item {
  width: 50%;
  display: flex;
  justify-content: center;
  padding: 13px 0;
  line-height: 33px;
  font-size: 16px;
  color: #1f2025;
  border-radius: 10px;
  cursor: pointer;
}
.zf-tab .item .zfb-icon {
   display: block;
   width: 33px;
   height: 33px;
   background: url(../images/zf-zfb.png) center no-repeat; 
   margin-right: 10px;
}
.zf-tab .item .wxin-icon {
  display: block;
  width: 33px;
  height: 33px;
  background: url(../images/zf-wx.png) no-repeat; 
  margin-right: 10px;
}
.zf-tab .item.active {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
/********/
.zf-box {
  padding: 35px 0 0 110px;
  color: #969696;
  line-height: 36px;
  display: none;
}
.zf-box.active {
  display: flex;
}

.ques-warm {
  background: url(../images/ques1.png) 0 no-repeat;
  padding-left: 24px;
}
.zf-box .pic{
  width: 180px;
  height: 180px;
  padding: 10px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  margin-right: 40px;
}
.zf-box .zf-price {
  color: #f54531;
  margin-top: 40px;
}
.content-auto {
  content-visibility: auto;
}
.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
}
.min-h-screen-without-footer {
  min-height: calc(100vh - theme('spacing.24')); /* 假设footer高度为6rem(24px) */
}

/**********************/
.jianli-scan {
  display: block;
  width: 1200px;
  padding: 50px 50px 50px 150px;
  max-height: 90%;
  display: none;
}
.jianli-scan .closez2 {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -60px;
  top: -20px;
  background: #ffffff url(../images/close8.png) center no-repeat;
  background-size: 15px auto;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  cursor: pointer;
  transition: all .3s;
}
.jianli-scan .closez2:hover {
  transform: rotate(180deg);
}
.jianli-scan .toux {
  position: absolute;
  left: 40px;
  top: 50px;
}
.jianli-scan .toux-man,.jianli-scan .toux-woman {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.jianli-scan .toux-man {
  background: url(../images/man.png) no-repeat;
}
.jianli-scan .toux-woman {
  background: url(../images/woman.png) no-repeat;
}
.jianli-scan .recuit-item {
  padding-top: 0;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.jianli-scan .recuit-item .tbl{
  width: 800px;
}
.scan-cont {
  overflow-y: scroll;
  height: 400px;
}
.scan-cont .scan-tag {
  font-size: 18px;
  color: #646464;
  line-height: 50px;
  font-weight: bold;
  margin-right: 30px;
}
.scan-cont .scan-lay1 {
  display: flex;
  margin: 0 0;
  line-height: 50px;
}
.scan-cont .scan-lay1 .sitem {
  padding: 0 15px 0 20px;
  color: #28282a;
  position: relative;  
}
.scan-cont .scan-lay1 .sitem:first-child {
  padding-left: 0;
}

.scan-cont .scan-lay1 .sitem::before {
  content: "|";
  position: absolute;
  left: 0;
  top: 0;

}
.scan-cont .scan-lay1 .sitem:first-child::before {
  display: none;
}
/************/
.scan-cont .scan-lay2 {
  padding: 15px;
  background: #f7f9fc;
  width: 860px;
}
.work-exp {
  width: 860px;
  color: #777777;
  line-height: 30px;

}
.work-exp .tbt {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 15px;
}


/******************/
.rec-ll {
  display: flex;
  margin: 15px 0;
}
.rec-ll .sitem {
  padding: 0 15px 0 20px;
  color: #616161;
  position: relative;
  
}
.rec-ll .sitem:first-child {
  padding-left: 0;

}
.rec-ll .sitem:first-child::before {
  display: none;
}
.rec-ll .sitem::before {
  content: "|";
  position: absolute;
  left: 0;
  top: 0;

}
.rec-cc {
  display: flex;
}
.rec-cc .sitem {
  padding: 0 10px;
  background: #f8f8f8;
  color: #666;
  margin-right: 10px;
  border-radius: 5px;
}
.recuit-list {

}
.recuit-list2 .company-title {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: bold;
  display: flex;
}
.recuit-list2 .tbl {
  width: 470px;
}
.recuit-list2 .company-title em {
  width: 50px;
  height: 20px;
  background: url(../images/tag-qy.png) 0 no-repeat;
  margin-left: 5px;
  margin-top: 3px;
}
.recuit-list2 .tbcen {
 width: 400px;
}
.recuit-ck2 {
  padding: 0;
  width: 120px;
  height: 40px;
  line-height: 40px;
  padding-left: 40px;
  background:#0074ff url(../images/zp.png) 20px no-repeat;
  margin-bottom: 10px;
  font-size: 16px;
}
/*******************************************/
.recuit-baninfo {
  height: 350px;
  background: url(../images/inban-rc3.jpg) top center repeat-x;
  position: relative;
  padding-top: 120px;
}
.recuit-head {
  color: #fff;
}
.recinfo-lay3 {

}
.recinfo-lay3 .sitem {
  display: flex;
  margin-right: 33px;
  line-height: 24px;
}
.recinfo-lay3 .sitem img {
  margin-right: 4px;
}
.recuit-head .recuit-ck2{
  width: 140px;
  margin-top: 60px;
  background: #fff url(../images/zp2.png) 20px no-repeat;
  color: #0074ff;
}
.rec-like {
  display: block;
  margin-top: 20px;
  width: 140px;
  height: 44px;
  line-height: 40px;
  padding-left: 40px;
  background: url(../images/like1.png) 20px no-repeat;
  margin-bottom: 10px;
  font-size: 16px;
  border: 2px solid #fff;
  border-radius: 5px;
  text-align: center;transition: all .3s;
}
.rec-like:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.rec-like.active {
  background: url(../images/like2.png) 20px no-repeat;
}
/****************/
.recuit-inofbox {
  margin-top: 20px;
}
.recuit-inofbox .info-left {
  width: 880px;
}
.com-lxfs {
  margin-top: 50px;
  line-height: 30px;
  padding: 50px 0px 0 90px;
  position: relative;
  border-top: 1px solid #dcdcdc;
}
.com-lxfs .toux2 {
  position: absolute;
  left: 0;
  top: 40px;
  width: 80px;
  height: 80px;
}
.addr-icon {
  width: 16px;
  height: 18px;
  margin: 3px 6px 0 0;
}

/***************/
.recuit-inofbox .info-right {
  width: 300px;
  background: #fff;
  border-radius: 10px;
  height: auto !important;
}
.right-tit1 {
  background: #e9f3ff;
  color: #0074ff;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 10px 10px 0 0;
  height: 44px;
  line-height: 44px;
}
.right-con {
  padding: 25px;
}
.camp-logo {

}
.right-btn {
  background: none;
  color: #0074ff;
  border: 1px solid #0074ff;
  width: 100%;
}
.right-btn:hover {
  color: #fff;
}
/********************/
.camp-tab {
  height: 60px;
  background: #fff;
  padding: 0px 0 0 0;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
}
.camp-tab .item {
  margin: 0 40px;
  color: #4c4c4c;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-bottom: 0px;
}
.camp-tab .item::before {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  background-color: #0074ff;
  transition: width 0.3s ease, left 0.3s ease;
}
.camp-tab .item:hover::before,.camp-tab .item.active::before {
  left: 0;
  width: 100%;
}
.camp-tab .item:hover,.camp-tab .item.active {
  color: #0074ff;
}
/************/
.camp-tit3 {
  position: relative;

}
.camp-tit3::before {
  content: "";
  width: 6px;
  height: 24px;
  background: #0074ff;
  position: absolute;
  left: -30px;
  top: 2px;
}
/************/
.camp-main {
  
}
.camp-left {
  width: 370px;
}
.camp-main .item {
  background: #fff;
  border-radius: 10px;
  margin-top: 20px;
  padding: 15px 20px;
  cursor: pointer;
  border: 2px solid #fff;
}
.camp-main .item.active {
  border: 2px solid #0074ff;
}
.camp-right {
  width: 800px;
  margin-top: 20px;
}
.camp-hdtop {
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}
.camp-hdtop .tbl {
  width: 480px;
}
.camp-hdtop .recinfo-lay3 {

}
.camp-hdtop .tbr {
  width: 290px;
  display: flex;
  margin-top: 20px;
}
.camp-hdtop .recuit-ck2 {
  height: 44px;
  line-height: 44px;
  width: 180px;
}
.camp-hdtop .rec-like {
  margin-top: 0;
  background: #fff url(../images/like3.png) 20px no-repeat;
  border: 1px solid #0074ff;
  color: #0074ff;
  margin-right: 30px;

}
.camp-hdtop .rec-like.active {
  background: #fff url(../images/like4.png) 20px no-repeat;
}
.line-box8 {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #dcdcdc;
}
/************/
.white-btn {
  background: none;
  color: #0074ff;
  border: 1px solid #0074ff;
  
}
.white-btn:hover {
  color: #fff;
}
.login-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background:#fff url(../images/log.jpg) 0 no-repeat;
  background-size: 50% 100%;
}
.backhome {
  position: absolute;
  left: 25%;
  top: 25%;
  transform: translate(-50%,-50%);
  background: none;
  border: 1px solid #0074ff;
  color: #0074ff;
}
.backhome:hover {
  transform: translate(-49%,-49%);
  color: #fff;
}
.login-cont {
  width: 50%;
  margin-left: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.login-box {
  width: 600px;
  padding: 30px 60px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(214, 222, 236, 0.9);
}
.login-box .item {
  margin-top: 15px;
  position: relative;
}
.fs-yzm {
  position: absolute;
  bottom: 0;
  right: 10px;
  line-height: 40px;
  color: #0074ff;
}
.log-inp {
  margin-top: 8px;
  background: #f7f8fa;
  border: 1px solid #f7f8fa;
}
.log-btn {
  width: 100%;
}
.faeye {
  position: absolute;
  width: 32px;
  height: 32px;
  left: 0;
  top: 0;

}
.sy-pass {
  position: absolute;
  bottom: 0px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: none;
  background: none;
}
.sy-pass .eye-open{
 
  background: url(../images/open1.png) no-repeat;
  background-size: 25px 25px;
}
.sy-pass .eye-ck{
 
  background: url(../images/open2.png) no-repeat;
  background-size: 25px 25px;
}
/* 隐藏原生 checkbox，但保留可访问性 */
.custom-checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* 自定义 checkbox 样式 */
.checkbox-label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  color: #333;
}

/* 模拟 checkbox 框 */
.checkbox-label::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.3s ease;
}

/* 选中状态样式 */
.custom-checkbox:checked + .checkbox-label::before {
  background-color: #0074ff;
  border-color: #0074ff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
}

/*  hover 状态 */
.custom-checkbox:not(:disabled):not(:checked) + .checkbox-label:hover::before {
  border-color: #888;
}

/* 聚焦状态（提升可访问性） */
.custom-checkbox:focus + .checkbox-label::before {
  box-shadow: 0 0 0 3px rgba(0, 116, 255, 0.2);
}

/* 禁用状态 */
.custom-checkbox:disabled + .checkbox-label {
  color: #999;
  cursor: not-allowed;
}

.custom-checkbox:disabled + .checkbox-label::before {
  background-color: #f5f5f5;
  border-color: #ddd;
}
/****************************/
.tb-radio {
  display: none;
}

.tb-radiolab {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #333;
}

.tb-radiolab:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  border-radius: 100%;
  background: #fff;
  transition: all 0.2s ease;
}

.tb-radio:checked + .tb-radiolab:before {
  border-color: #0074ff;
}

.tb-radio:checked + .tb-radiolab:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #0074ff;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
}

/**************/
.login-tab {
  height: 60px;
  background: #f6f6f6;
  display: flex;
  border-radius: 60px;
  margin-bottom: 20px;
}
.login-tab .sitem {
  width: 50%;
  display: flex;
  justify-content: center;
  line-height: 60px;
  font-size: 16px;
  color: #9e9e9e;
  border-radius: 60px;
  cursor: pointer;

}
.login-tab .sitem.active {
  background: #0074ff;
  color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.log-box8 {
 
  display: none;
}
.log-box8.active {
 display: block;
}
/********************/
.beian-ban {
  height: 450px;
  background: url(../images/inban-beian.jpg) top center repeat-x;
}
.gys-ban {
  height: 450px;
  background: url(../images/inban-gys2.jpg) top center repeat-x;
}
.baohan-ban {
  height: 450px;
  background: url(../images/inban-bh.jpg) top center repeat-x;
}
.baohan-ban .tbt {
  color: #0074ff;
}
.beian-main {
 position: relative;
 padding-top: 70px;
}
.beian-main .recuit-sx2 {
  top: -60px;
}
.beian-item{
  margin-top: 20px;
}
.beian-item .beian-lay1 {
  line-height: 30px;
}
.beian-item .beian-tag1 {
    padding: 0 6px;
    font-size: 14px;
    line-height: 22px;
    height: 22px;
    color: #0074ff;
    margin-left: 4px;
    margin-top: 5px;
    background: #dfeeff;
    border-radius: 3px;
}
.tba-tag {
  padding: 0 6px;
  font-size: 14px;
  line-height: 22px;
  height: 22px;
  color: #fff;
  margin-left: 4px;
  margin-top: 5px;
  background: #2c5af5;
  border-radius: 3px;
}
.beian-item .beian-lay2 {
  margin-top: 15px;
  color: #7d7d7d;
}
.beian-item .beian-lay3 {
  margin-top: 15px;
  line-height: 20px;
  color: #7d7d7d;
}
.beian-item .tbb {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #dcdcdc;

}
/*************/
.beian-right {
  width: 860px;
}
.beian-right .form-radio {
  padding-top: 13px;
}
.form-radio {
  
}
.xq-step {
  display: flex;
  justify-content: center;
}
.xq-step .item {
  padding: 0 50px;
  position: relative;
  line-height: 22px;
  font-size: 14px;
  color: #666666;
  display: flex;
}

.xq-step .item .num {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #dcdcdc;
  line-height: 20px;
  text-align: center;
  border-radius: 100%;
  margin-right: 6px;
  font-size: 14px;
}
.xq-step .item::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 10px;
  width: 60px;
  height: 1px;
  background: #dcdcdc;
}
.xq-step .item:first-child::before {
  display: none;
}

.xq-step .item.active {
  color: #0074ff;
}
.xq-step .item.active .num {
  color: #0074ff;
  border: 1px solid #0074ff;
}
/***************/
.xqzf-box {
  padding: 50px 0 30px;
  color: #555555;
  text-align: center;
}
.xq-wei2 {
  width: 180px;
  height: 180px;
  border: 1px solid #dcdcdc;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  padding: 8px;
}
.xq-wei2 img {
  width: 170px;
  height: 170px;
}
.tbpri {
  color: #f34212;
  
}
.tbpri .num {
  font-size: 22px;
  margin-left: 3px;
}
.beian-right .beian-item{
  padding: 10px;
  border: 1px solid #dcdcdc;
  margin-top: 0;
}
/****************/
.coops-list {

}
.coops-list .item {
  margin-top: 20px;
  position: relative;
  padding: 20px 200px 20px 140px; 
  color: #808080;
  line-height: 22px;
}
.coops-list .item .copic {
  position: absolute;
  left: 25px;
  top: 20px;
  width: 90px;
  height: 90px;
}
.coops-list .item .coops-contact {
  position: absolute;
  right: 30px;
  top: 35px;
  text-align: center;
  color: #808080;
}
.cotime {
  background: url(../images/tel.png) 15px no-repeat; 
  padding-left: 35px;
  margin-top: 10px;
  text-align: left;
}
/*********/
.yuanz {
  position: absolute;
  right: 20px;
  top: 10px;
}
/*********/
.tbfile {
  width: 50px;
  height: 50px;
  background: url(../images/fil.jpg) center no-repeat;
  background-size: 80px 80px;
  display: block;
  border: 1px solid #dcdcdc;
  font-size: 0;
}

.txs-box .closez2 {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -60px;
  top: -20px;
  background: #ffffff url(../images/close9.png) center no-repeat;
  background-size: 15px auto;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  cursor: pointer;
  transition: all .3s;
}
.txs-box .closez2:hover {
  transform: rotate(180deg);
}
.txs-box {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background: url(../images/xltanc.png) no-repeat;
  width: 750px;
  height: 315px;
  border-radius: 10px;
  display: none;
  padding: 40px 0 0 40px;
  color: #fff;
}
.txs-box .tbt {
  font-size: 22px;
}
.txs-box .tbc {
  padding-left: 50px;
  font-size: 16px;
  line-height: 40px;
  margin-top: 25px;
}
.txs-box .tbwei {
  position: absolute;
  right: 40px;
  bottom: 73px;
  width: 200px;
  height: 200px;
  padding: 10px;
  border: 1px solid #dcdcdc;
}
/***********/
.gys-head {
  position: absolute;
  top: 127px;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
  background: #fff;
  padding: 30px 30px 30px;
  border-radius: 10px;
}
.gys-head .gys-price{
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #dcdcdc;
}
.gys-tit {
  height: 50px;
  line-height: 50px;
  color: #0074ff;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}
.gys-tit::before {
  content: "";
  position: absolute;
  width: 72px;
  height: 4px;
  border-radius: 2px;
  left: 5px;
  bottom: 0;
  background: #0074ff;
}
.kh-btn {
  line-height: 20px;
}
.kh-list .item .tbb{
  line-height: 22px;
}
.kh-list .item .tbt {
  display: block;
}
.kh-percent {
  position: absolute;
  bottom: 13px;
  right: 20px;
}
/**************************************/
/*************hui**********************/
/*************yuan**********************/
