html {
  /* height: 100vh;
    position: relative; */
  margin: 0;
}

body {
  margin: 0;
  background: #f5f5f5;
}

.FX1 {
  display: flex;
  flex: 1;
}

.head {
  padding-bottom: 0.06rem;
  padding-top: 0.16rem;
  background: #ffffff;
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
}

.head .head_content {
  display: flex;
  margin: 0 0.16rem;
  font-size: 0.15rem;
  margin: 0rem 0.16rem 0.06rem 0.16rem;
}

.head .head_content .logo {
  width: 1.04rem;
  /* height: 0.3rem; */
}

.main {
  position: relative;
  padding-top: 0.7rem;
}
.carousel-indicators{
  position: absolute;
  bottom: 0px !important;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.main .layui-carousel {
  height: 174px !important;
  width: calc(100% - .32rem) !important;
}

.layui-carousel>[carousel-item] div a img {
  height: 174px !important;
  width: 100% !important;
  /* outline: 1px solid red; */
  border-radius: 8px;

}

.main .layui-carousel .carousel-item {
  height: 174px !important;
  /* width: 100% !important; */
}

.main .bkimg>img {}

.main .bkimg {
  height: 1.1rem;
  margin-left: 0.16rem;
  margin-right: 0.16rem;
  /* background-image: url("/m/images/v02/325bk.png");
  background-size: 100% 100%; */
  border-radius: 8px;

}

.main .bkim img {
  margin-left: 0.16rem;
  margin-right: 0.16rem;
  height: 130px;
  height: 174px !important;
  width: 100% !important;
}

html {
  /* height: 100vh;
  position: relative; */
  margin: 0;
}

body {
  margin: 0;
  background: #F5F5F5;
}

.FX1 {
  display: flex;
  flex: 1;
}

a {
  text-decoration: none;
}

.head {
  padding-bottom: .08rem;
  padding-top: .16rem;
  background: #FFFFFF;
  /* border: 1px solid red; */
}

.head .bkimg {
  height: 1.1rem;
  margin-left: .16rem;
  margin-right: .16rem;
  background-image: url('../../static/images/325bk.png');
  background-size: 100% 100%;
  border-radius: 8px;
}

.head .head_content {
  display: flex;
  align-items: center;
  margin: 0 .16rem;
  font-size: .15rem;
  margin: 0rem .16rem .08rem .16rem;
}

.head .head_content .logo {
  width: 1.2rem;
  height: .4rem;
}

.head .head_content .icon {
  width: .28rem;
  height: .28rem;
  border-radius: 50%;
  margin-right: 0.04rem;
}

.head .head_content span {
  font-size: .14rem;
  font-weight: 400;
  color: #646566;
}

.login-status {
  display: flex;
  align-items: center;
}

.login-status span:nth-child(2){
    margin: 0 3px;
}

.search {
  background: #FFFFFF;
  display: flex;
  align-items: center;
  padding: .08rem .16rem;
}

.search .inp {
  display: flex;
  align-items: center;
  flex: 1;
  background-color: #F2F3F5;
  height: .36rem;
  padding: 0 .12rem;
  margin-right: .08rem;
  border-radius: 0.02rem;
}

.search .ico {
  width: 0.18rem;
  height: 0.18rem;
  font-size: 18px;
  color: #666;
}

.search .searchTxt {
  font-size: .17rem;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #009A44;
  font-size: .14rem;
  line-height: .2rem;
  padding: 0.08rem .16rem;
  border-radius: 0.02rem;
}

.search input {
  font-size: .14rem;
  font-weight: 400;
  border: none;
  outline: none;
  margin-left: .05rem;
  margin-right: .05rem;
  background-color: #F2F3F5;
  width: 2.1rem;
}

.search input::-webkit-input-placeholder {
  color: #969799;
}

.searchStipe {
  background: #FFFFFF;
  padding: .04rem .16rem;
  display: flex;
}

.searchStipe a {
  font-size: .12rem;
  color: #ABACAB;
  font-weight: 400;
  color: #646566;
  line-height: .16rem;
  text-decoration: none;
  background: #F7F8FA;
  padding: .04rem .06rem;
  border-radius: .15rem;
  margin-right: .08rem;
}

.singIn {
  font-size: .14rem;
  display: flex;
  /* align-items: center;
  justify-content: flex-start; */
  flex-direction: column;
  color: #646566;
  background: #FFFFFF;
  margin: .04rem 0;
  /* outline: 1px solid red; */
  height: .38rem;
  overflow: auto;
}

.singIn a {
    display: inline-block;
    padding: 0.18rem 0.16rem 0.18rem 0.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 0.2em;
}
.icon-laba {
  position: absolute;
  font-size: 0.2rem !important;
  margin: 0.09rem 0.04rem 0.08rem 0.24rem;
}


.menu {
  background: #FFFFFF;
  padding: .08rem .16rem;
}

.menuList {
  display: flex;
  justify-content: space-between;
}

.menuList:first-child {
  margin-bottom: .12rem;
}

.menuItem {
  font-size: .12rem;
  font-weight: 400;
  color: #6D6D6D;
  width: .64rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* outline: 1px solid red; */
  text-align: center;
  position: relative;
}

.menuItem img {
    width: .42rem;
    height: .42rem;
    margin-bottom: .04rem;
}

.menuItem .tip-img {
    position: absolute;
    right: -14px;
    top: -8px;
    width: 48px;
    height: 18px;
}

/* 未选中时的样式 */

.tab {
  /* height: 84rem; */
  /* background: #FFFFFF; */
  display: flex;
  justify-content: space-between;
  /* outline: 1px solid red; */
  margin: 0.23rem 0.32rem 0.13rem 0.32rem;
}

.tab .itemtab {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  /* padding-bottom: 14rem;
    margin-left: 32rem; */
}

.tab .itemtab .title {
  font-size: 0.17rem;
  font-weight: 400;
  color: #737c83;
  margin-bottom: 0.09rem;
  /* line-height: 48rem; */
}

/* 未选中时的样式 */
/* 选中时的样式 */

.tab .item_current .title {
  font-size: 0.17rem;
  font-weight: 400;
  color: #333333;
  margin-bottom: 0.09rem;
  /* line-height: 48rem; */
}

.item_current {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  /* padding-bottom: 14rem;
    margin-left: 32rem; */
}

.tab .item_current .line {
  width: 0.3rem;
  height: 0.03rem;
  background: #009a44;
  border-radius: 4rem;
  opacity: 1;
}

.items {
  display: none;

  /* // 重点 */
}

/* 选中时的样式 */

.resumeList_item {
  background: #ffffff;
  margin: 0.16rem;
  padding: 0.18rem 0rem 0rem 0rem;
  border-radius: 10px;
  box-shadow: 0px 0px 7px 1px #d8d5d5
}

.resumeList_item a>div {
  padding: 0rem 0.17rem 0.08rem 0.17rem;
  display: flex;
}

.resumeList_item div:last-child {
    padding: 0rem 0.17rem 0 0.17rem;
    display: flex;
}

.resumeList_item .line {
  width: 100%;
  height: 0.01rem;
  background: #eeeeee;
  margin: 0.04rem 0 0.12rem 0;
  padding: 0;
}

.resumeList_item_first {
  font-size: 0.17rem;
  font-weight: 400;
  width: calc(100% - .9rem);
  color: #393939;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.resumeList_item_second {
  font-size: 0.17rem;
  font-weight: 400;
  color: #009a44;
}

.resumeList_item_third {
  font-size: 0.13rem;
  font-weight: 400;
  color: #abacab;
}

.resumeList_item_fourth {
  width: 0.23rem;
  height: 0.23rem;
  border-radius: 100%;
}

.resumeList_item_fifth {
  font-size: 0.15rem;
  font-weight: 400;
  color: #6d6d6d;
  margin-left: 0.05rem;
}

.resumeList_item_sixth {
  font-size: 0.13rem;
  font-weight: 400;
  color: #abacab;
}

.resumeList_item .label span {
  /* width: 0.62rem; */
  /* height: 0.22rem; */
  background: #f2f1f1;
  font-size: 0.13rem;
  font-weight: 400;
  color: #abacab;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.11rem;
  padding: 0.05rem 0.1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  white-space: no-wrap;
  text-overflow: ellipsis;
  ;
}

.all {
  /* border: 1px solid red; */
  margin: 0 0.16rem 0.08rem 0.16rem;
}

.all button {
  /* margin: .16rem; */
  width: 100%;
  height: 0.39rem !important;
  line-height: 0.39rem;
  background: #009a44;
  border: none;
  font-size: 0.17rem !important;
  font-weight: 400;
  color: #ffffff;
  display: block;
  border-radius: 8px;
}

.filing {
  width: 100vw;
  /* height: 184px; */
  padding-top: 0.48rem;
  padding-bottom: 0.36rem;
  background: #ffffff;
  text-align: center;
  /* position: fixed;
    bottom: 0; */
}

.filing .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.15rem;
  font-weight: 400;
  color: #abacab;
  margin-bottom: 0.2rem;
}

.filing .nav span a {
  color: #abacab !important;
}

.filing .nav .lines {
  width: 0.01rem;
  height: 0.14rem;
  background: #e5e5e5;
  margin: 0 0.18rem;
}

.filingTiple {
  font-size: 0.13rem;
  font-weight: 400;
  color: #abacab;
}

.filingTiple div {
  margin-bottom: 0.12rem;
}

.filingTiple div:last-child {
  margin-bottom: 0;
}



.banner {
  /* display: none; */
  position: relative;
  overflow: hidden;
  margin: auto 18px;
  /* width: 100%; */
  /* width: calc(100vw - 36px); */
  width: 339px;
  height: 174px;
  max-width: calc(100vw - 36px);
  /* background-color: aqua; */
  border-radius: 12px;
  /* margin: 0 18px */
  /* border: 1px solid red; */
}

li {
  list-style: none;
}

.banner ul {
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* outline: 1px solid red */
}

.banner ul li {
  float: left;
}

.banner ul li a img {
  display: block;
  /* width:100%; */
  width: calc(100vw - 36px);
  max-width: calc(100vw - 36px);

  /* width:calc(100% - 36px); */
  height: 174px;
}

.banner .prev,
.banner .next {
  /* display: none; */
  z-index: 2;
  position: absolute;
  width: 50px;
  height: 35px;
  line-height: 35px;
  border-radius: 17.5px;
  top: 50%;
  background-color: rgba(0, 0, 0, .2);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.banner .prev {
  left: 0;
  transform: translate(-50%, -50%);
  text-indent: 28px;
}

.banner .next {
  right: 0;
  transform: translate(50%, -50%);
  text-indent: 8px;
}

.banner .prev:hover,
.banner .next:hover {
  background-color: rgba(0, 0, 0, .3);
}

.banner .gd {
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -36.5px;
  display: flex;
  justify-content: space-around;
  width: 75px;
  height: 15px;
  border-radius: 8px;
  background-color: #ffffff4d;
}

.banner .gd i {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 2.5px;
  background-color: #afb6b6;
}

.current {
  background-color: #fff !important;
  width: 9px !important;
  height: 9px !important;
  border-radius: 4.5px !important;
}

* {
  touch-action: auto !important;
}


* {
  touch-action: pan-y !important;
}

.carousel {
  height: 1.5rem;
  margin: 0 0.15rem
}

.carousel-inner {
  height: 100%;
  border-radius: 8px;
  transform: rotate(0deg);
}

.carousel-inner>.item {
  height: 100%;
}

.carousel-inner>.item>img {
 
  
}
.carousel-inner>.item>a>img{
  width: 100%;
  height: 100% !important;
  /* border: 5px solid red; */
  border-radius: 8px;
}

.carousel-control.right {
  background-image: none !important;
  color: #ffffff !important;
}

.carousel-control.left {
  background-image: none !important;
  color: #ffffff !important;

}

.searchStipe a {
  color: #009A44 !important;
}

a {
  text-decoration: none !important;
  color: #000 !important;
}

/* 轮播图样式 */
.rotation {
    height: 1.66rem;
    padding: .1rem .15rem;
    background: #fff;
}

.slidebanner,
.slidebanner,
.swiper_banner,
.swiper-container,
.swiper-wrapper,
.swiper-slide {
    height: 100%;
}

.swiper-slide>a>img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.resumeList .resumeList_item{
    margin-bottom: 0.1rem;
    box-shadow: 0px 0px 7px 1px #d8d5d5;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    background: white;
    padding: .08rem;
    border-radius: 8px;
}

.resumeList .resumeList_item a {
    display: flex;
    flex-direction: column;
    background: white;
    /*padding: .08rem;*/
    border-radius: 8px;
}
.resumeList .resumeList_item a:visited{
    color: #009A44;
}

.resumeList .resumeList_item a .top {
    display: flex;
    flex-direction: column;
    row-gap: .08rem;
    padding: .1rem 0;
    border-bottom: 1px solid #EAEAEA;
}
.resumeList .resumeList_item a .top .title {
    display: flex;
    /* align-items: center; */
}
.resumeList .resumeList_item a .top .title div{
    display: flex;
    align-items: center;
    font-size: 18px;
    justify-content: space-between;
    width: 100%;
}

.resumeList .resumeList_item a .top .span_p {
    display: flex;
    align-items: center;
    /* column-gap: .1rem; */
}

.resumeList .resumeList_item a .top .span_p span {
    padding: .04rem .08rem;
    color: #ABACAB;
    background: #F2F0F1;
    margin-right: 0.1rem;

}

.resumeList .resumeList_item a .top .title div p:nth-child(2n+1) {
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.resumeList .resumeList_item a .top .title div p:nth-child(2n) {
    color: #009A44;
    font-weight: bold;
    font-size: 16px;
}

.resumeList .resumeList_item a .bottom {
    padding-top: .08rem;
}

.resumeList .resumeList_item a .bottom p {
    display: flex;
    justify-content: space-between;
    color: #999999;
    font-size: 15px;
}



.resumeList .resumeList_item .top {
    padding: 0 0.08rem 0.08rem;
}

.resumeList .resumeList_item .top .title {
    display: flex;
    align-items: center;
    padding: 0.08rem 0;
}

.resumeList .resumeList_item .top .title div {
    padding: 0rem 0.17rem 0.04rem 0;
}

.resumeList .resumeList_item .top .title div p:nth-child(2n+1) {
    width: 2.8rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.resumeList .resumeList_item .top .title div {
    font-size: 18px;
}

.resumeList .resumeList_item .mod {
    color: #666;
    font-size: 14px;
    padding-bottom: 0.08rem;
} 

.resumeList .resumeList_item .zy {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.resumeList .resumeList_item .zy span:first-child {
    color: #009A44;
}
.resumeList .resumeList_item .zy span:last-child {
    color: rgb(254, 108, 0);
}
.resumeList .resumeList_item .bottom {
    padding: 0rem 0 0.14rem 0;
    border-top: 1px solid #eee;
}

.resumeList .resumeList_item .bottom p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #666;
    padding: 0.08rem 0.08rem 0;
    width: 100%;
}

.resumeList .resumeList_item .bottom p a {
    color: #666;
}

.zy {
  color: #787878;
  font-size: 15px;
}










.layui-tab {
    margin: 0;
}

.layui-tab-title {
    background: white;
    display: flex;
    justify-content: center;
    padding: 0rem;
    height: .44rem;
    border: none;
    margin-bottom: 5px;
}

.layui-tab-title li {
    font-size: 15px;
    /* line-height: .42rem; */
    padding: 0;
    color: #555;
    width: 50%;
}

.layui-tab-brief>.layui-tab-title .layui-this {
    color: #333333;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    content: '';
    width: .30rem;
    height: .03rem;
    display: block;
    position: static;
    background: linear-gradient(90deg, #40C180 0%, #0C9847 100%);
    border-radius: .04rem;
    margin: auto;
}

.layui-tab-item1 {
    background: white;
}

.layui-tab-content {
    padding: 0 !important;
}

.homeItem {
    margin: 10px;
    padding: 10px;
    border-radius: 8px;
    background: white;
}

.homeItem .homeItemhead {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.homeItem .homeItemhead .title {
    font-size: 16px;
    font-weight: bold;
}

.homeList_item {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed rgb(221, 219, 219);
    padding: 8px 0;
}

.homeList_item:last-child {
    border: none;
}

.homeList_item .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.homeList_item .compay {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 14px;
    padding-bottom: 4px;
}

.homeList_item .box {
    color: #555;
}

.zwList_item {
    padding: 5px 0;
    border-bottom: 1px dashed rgb(221, 219, 219);
    display: inline-block;
    width: 100%;
}

.zwList_item .compay {
    font-size: 15px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.zwList_item .tname{
    color: #555;
    padding-top: 4px;
}

.zwList_item .box {
    font-size: 13px;
    color: #555;
    margin-bottom: 5px;
}



.zwList_item .box .resumeList_item_third {
    color: #555;
}

.zwList_item .datePrice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #555;
}

.zwList_item .datePrice .price {
    color: #f8a409;
}

.homeItem .all {
    border: 1px solid #f8a409;
    width: fit-content;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 8px;
}

.hot .head {
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(221, 219, 219);
}

.hotItem {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
}

.hotItem a {
    font-size: 14px;    
}

.gkItem>a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 2px 0;
    position: relative;
    font-size: 14px;
}

.gkItem>a::before {
    content: '•';
    margin-right: 5px;
}
