html {
  font-family: "microsoft yahei", "宋体", serif;
  -webkit-text-size-adjust: 100%;
  font-size: 100px;
}

body {
  max-width: 750px;
  min-height: 100%;
  min-width: 320px;
  margin: 0 auto;
  color: #666666;
  background-color: #f1f1f1;
  -webkit-overflow-scrolling: touch;
  font-size: .3rem;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, form, p, ul, input {
  margin: 0;
  padding: 0;
}

input, textarea {
  font-family: "microsoft yahei", "宋体", serif;
  font-size: .27857142rem;
  color: #666666;
  -webkit-appearance: none;
}

li {
  padding: 0;
  margin: 0;
  line-height: 180%;
  list-style-type: none;
}

:focus {
  outline: 0
}

html, body {
  -webkit-text-size-adjust: none;
  font-size: 14vw !important;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  /*font-weight: normal;*/
  margin: 0;
  padding: 0;
  font-size: 4vw;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption {
  text-align: left;
}


h1, h2, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

a {
  text-decoration: none;
}

h2 {
  font-family: "Microsoft Yahei", "微软雅黑", Tahoma, Arial, Helvetica, STHeiti, serif;
}

h2.title {
  font-size: 16px;
  color: #ff6600;
  margin: 2em 0;
}

h3 {
  font-size: 14px;
}

/*p {*/
/*  margin: 0.4em 0 1em 0;*/
/*}*/

.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  *display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.left {
  float: left;
}

.right {
  float: right;
}

hr.line-solid {
  border-bottom: 1px solid #e4e4e6;
}

fieldset legend {
  font-weight: 700;
}

input, button, select {
  vertical-align: middle;
}

input, button, textarea, select {
  color: #333;
}

a {
  color: #0066CC;
}

a:hover {
  color: #0066CC;
}

a:visited {
  color: #808080;
}

.color-white, .color-white:hover {
  color: #fff;
}

.back {
  width: .23rem;
  height: .23rem;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  display: inline-block;
  padding-right: 5px;
}

.search h3 {
  font-size: 8vw;
  font-weight: bold;
  color: #8a8a8a;
  margin: 0 20px 20px;
  text-align: center;
}

.search h3 a {
  color: #8a8a8a;
}

.search h3 a:hover {
  color: #8a8a8a;
}

.search {
  background-color: #fff;
  padding: .2rem;
}

input.search-input {
  background: none repeat scroll 0 0 white;
  line-height: 12vw;
  outline: 0 none;
  vertical-align: top;
  border: 2px solid #3d90ee;
  float: left;
  height: 12vw;
  text-indent: 5px;
  padding: 0;
  width: 48%;
  border-radius: 5px;
  font-size: 4vw !important;
  margin-right: 2%;
}

.section-cols {
  margin: 0;
  border-top: 1px solid #f1f1f1;
}

.search-list {
  position: relative;
  background-color: #fff;
  margin-bottom: .2rem;
  max-height: 999px;
  overflow: hidden;
}

.search-list .search-a {
  display: block;
  padding: .3rem .3rem 0;
}

.item {
  width: 100%
}

.item .gray {
  color: gray;
}

.orange {
  position: absolute;
  right: 0;
  height: 100%;
  width: 1.5rem;
  z-index: 1
}

.orange .orange-btn {
  font-size: 3vw;
  position: absolute;
  top: 0.7rem;
  right: 0.3rem;
  color: #ffffff;
  width: 0.96rem;
  height: 0.54rem;
  line-height: 0.54rem;
  text-align: center;
  background-color: #ff6445;
  border-radius: 0.3rem
}

.orange .orange-btn a {
  color: #ffffff;
}

.content .tel {
  height: 100%;
  /*width: 1.5rem;*/
  margin-left: 0.2rem;
}
.content .tel .tel-btn {
  font-size: 3vw;
  color: #ffffff;
  line-height: 0.54rem;
  text-align: center;
  background-color: #3fba45;
  border-radius: 50%; /* 修改为圆形 */
  width: 0.6rem; /* 设置宽度 */
  height: 0.6rem; /* 设置高度，与宽度一致以保证圆形 */
  display: flex; /* 使用 Flex 布局垂直和水平居中 */
  align-items: center; /* 垂直居中 */
  justify-content: center; /* 水平居中 */
}

.content .tel .tel-btn a {
  color: #ffffff;
}

.operation {
  height: 100%;
  width: 100%;
  z-index: 100;
  margin: 0 0 5px 15px;
  padding-bottom: 0.2rem;
  overflow: hidden;
}

.operation .btn {
  font-size: .28rem;
  color: #fff;
  /*width: 0.96rem;*/
  padding: 0 0.2rem;
  height: 0.54rem;
  line-height: 0.54rem;
  text-align: center;
  background-color: #3d90ee;
  border-radius: 0.01rem;
  float: left;
  margin-right: 10px;
}


.operation .btn.second-btn {
  right: 1.6rem;
  background-color: #2c8a06;
}

.operation .btn.del-btn {
  background-color: #de4949;
}

.operation .btn a {
  color: #fff;
}

.operation .btn a {
  color: #fff;
}

.operation .btn.gray {
  background-color: gray;
}

.operation .btn.gray-btn {
  padding: 0 0.34rem;
  background-color: gray;
}

.operation .btn.green-btn {
  right: 1.6rem;
  padding: 0 0.34rem;
  background-color: #2c8a06;
}

.date {
  font-size: 0.24rem;
  position: absolute;
  top: 0.2rem;
  right: 0.3rem;
  color: #b0b0b0
}

.works {
  overflow: hidden;
  -webkit-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 5vw;
  line-height: .35rem;
  color: #404040;
  margin-bottom: .2rem;
  width: 4.4rem;
  position: relative;
}

.works strong {
  font-weight: 400
}

.describe {
  line-height: .36rem;
  margin-bottom: .2rem;
  width: 85%;
}

.describe .salary {
  font-size: .26rem;
  color: #3d90ee
}

.describe .item-unit {
  font-size: .24rem;
  color: #3d90ee
}

.describe .other {
  font-size: .24rem;
  color: gray;
  margin-left: .52rem
}

.my-describe {
  line-height: .36rem;
  margin-bottom: .2rem;
  position: relative;
}

.my-describe .salary {
  font-size: .26rem;
  color: #3d90ee;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 3.6rem;
  float: left;
}

.my-describe .item-unit {
  font-size: .24rem;
  color: #3d90ee
}

.my-describe .other {
  font-size: .24rem;
  color: gray;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  color: gray;
  border-top: .016rem dashed #cacaca;
  font-size: .24rem;
}

.top {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.top .head {
  background-color: #3d90ee;
  height: .9rem;
  line-height: .9rem;
  color: #FFFFFF;
  width: 100%;
}

.top .head a {
  color: #FFFFFF;
}

.head .head-left {
  float: left;
  padding-left: .3rem;
  color: #FFF;
}

.head .head-user {
  position: absolute;
  right: 0;
  top: 0;
  height: .9rem;
  color: #fff;
}

.head-user a {
  display: inline-block;
  padding-right: .3rem;
  color: #fff;
}

.top .head.sub {
  position: relative;
  text-align: center;
}

.search .nav {
  text-align: center;
  padding-top: 10px;
}

.search .search-btn {
  width: 23%;
  font-size: 4vw;
  height: 12vw;
  display: inline-block;
  text-align: center;
  background-color: #3d90ee;
  color: #fff;
  line-height: 12vw;
  padding: 0;
  cursor: pointer;
  float: left;
  margin: 0 2% 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 覆盖 van-button 默认样式，确保与超链接按钮一致 */
.search .search-btn.van-button {
  width: 23%;
  height: 12vw;
  min-width: auto;
  padding: 0;
  margin: 0 2% 0 0;
  float: left;
}

.search .search-btn.van-button .van-button__content {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 12vw;
}

.search .search-btn.van-button .van-button__text {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search .search-btn.active {
  background-color: #03A9F4;
}

.blue {
  clear: both;
}

.search .blue .search-btn {
  background-color: #71acef;
  color: #fff;
  margin-bottom: 10px;
}

.go-btn {
  font-weight: bold;
  margin-bottom: 10px;
}

.list-title {
  text-align: left;
  font-size: .28rem;
  padding: .2rem .3rem .2rem;
  border-bottom: 1px solid #3d90ee;
  color: #3d90ee;
  font-weight: bold;
}


.footer {
  padding: .3rem;
  text-align: center;
  font-size: .25rem;
  line-height: .4rem;
  background-color: #fff;
}

.detailed {
  padding: .3rem;
  background-color: #fff;
}

.detailed .info-title {
  font-weight: bolder;
  font-size: 0.4rem;
}

.detailed .price {
  padding: .2rem 0;
}

.detailed .pay {
  color: #ff552e;
  font-size: .34rem;
}

.detailed .state {
  padding-bottom: .4rem;
  font-size: .24rem;
  text-align: left;
}

.detailed .state span {
  color: #aaa;
}

.detailed .state span:first-child {
  margin-right: .1rem;
}

.detailed .pub_date {
  float: left;
}

.detailed .visits {
  width: 3rem;
  float: left;
}

.detailed .content {
  border-top: 1px solid #f1f1f1;
  padding: .2rem 0;
  margin-top: .2rem;
}

.detailed .content li {
}

.detailed .content li span {
  font-size: .3rem;
  color: #555;
  line-height: .6rem;
}

.detailed .item-value {
  overflow: hidden;
  max-width: 5rem;
}

.detailed p {
  font-size: .3rem;
  color: #555;
  line-height: .6rem;
}

.detailed .job-btn-box {
  display: flex;
  gap: 0.2rem;
  padding: 0 0 .2rem 0;
}

.detailed .job-btn {
  background-color: #ff6445;
  color: #fff;
  flex: 1;
  display: inline-block;
  padding: .14rem;
  text-align: center;
  border-radius: 0.4rem;
  font-weight: bold;
}

.detailed .job-btn.upgrade-vip {
  background: #ee4242;
  width: 5rem;
}

.form {
  background-color: #fff;
}

.form h3 {
  padding: .3rem;
  text-align: center;
  font-weight: bolder;
  font-size: 4vw;
  background: #F9F9F9;
  border-bottom: 1px solid #f1f1f1;
  line-height: 0.5rem;
}

.form .form-line {
  line-height: .8rem;
  position: relative;
  overflow: hidden;
  padding: .10rem .3rem;
}

.form .form-line::after {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  content: '';
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
  border-bottom: 1px solid #dedfe0
}

.form .form-label {
  float: left;
  overflow: hidden;
  width: 1.8rem;
  height: .8rem;
  font-weight: bold;
}

.form .form-control {
  position: relative;
  overflow: hidden;
  color: #555;
}

.form .form-input {
  line-height: normal;
  float: left;
  width: 4.92rem;
  height: .8rem;
  padding-left: .1rem;
  text-align: left;
  color: #555;
  border: none;
  background-color: #f3f3f3;
}

.form .form-control.form-text-control {
  width: 100%;
  padding: 0;
}

.form .form-text {
  width: 100%;
  min-height: 1.5rem;
  padding: .2rem;
  border: 1px solid #bfbfbf;
}

.form .form-button {
  width: 100%;
  text-align: center;
  padding: .2rem;
}

.form .form-btn {
  display: inline-block;
  font-size: 5vw;
  line-height: .85rem;
  width: 4.2rem;
  height: .85rem;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: .08rem;
  background: #3d90ee;
  -webkit-appearance: none;
  cursor: pointer;
}

.form .form-btn.up {
  width: 2rem;
  float: left;
}

.form .form-btn.del {
  width: 2rem;
  background: #ee4242;
  float: right;
}

.form .form-btn.upgrade-vip {
  background: #ee4242;
}

.form .form-btn.upgrade-vip a {
  color: #fff;
}

.my-list .my-head {
  background-color: #fff;
  padding: .3rem;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: .1rem;
}

.my-list .my-img {
  position: absolute;
  top: .2rem;
  left: .3rem;
  width: 1rem;
  height: 1rem;
  border-radius: .5rem;
  border: .01rem solid #ddd;
}

.my-list .my-info {
  padding-left: 1.2rem;
}

.my-list .my-title {
  font-weight: bold;
}

.my-list .my-nav li {
  background-color: #fff;
  padding: 0 .3rem;
}

.my-list .my-nav {
  margin-bottom: .2rem;
}

.my-list .my-nav a {
  display: block;
  padding: .16rem;
  border-bottom: 1px solid #f1f1f1;
  color: #333;
  position: relative;
}

.my-list .my-nav:last-child a {
  border-bottom: none;
}

.my-list .my-nav a::after {
  position: absolute;
  top: .36rem;
  right: .04rem;
  content: '';
  width: .2rem;
  height: .2rem;
  border-top: 2px solid #7b7b7b;
  border-right: 2px solid #7b7b7b;
  transform: rotate(45deg);
  display: block;
}

.my-nav-vip {
  padding-left: .47rem;
  padding-bottom: .1rem;
}

.user-nav-title {
  text-align: center;
  padding: .1rem .3rem .1rem .7rem;
  font-weight: bold;
  font-size: .25rem;
  position: relative;
  color: #63acff;
}

.title-tips {
  font-size: .24rem;
  color: #3d90ee;
}

.form-rel {
  position: relative;
}

.form-captcha {
  position: absolute;
  top: -0.04rem;
  right: 0;
  height: .52rem;
  /*width: 2rem;*/
  text-align: center;
}

.captcha {
  width: 100%;
  height: inherit;
}

.send-code {
  display: inline-block;
  background-color: #3d90ee!important;
  color: #fff!important;
  width: 100%;

}

.vip {
  background-color: #fff;
  padding: 0 .3rem 1rem;
}

.vip .form-title {
  text-align: center;
  padding: 0.4rem 0.2rem 0.3rem;
}

.vip .form-title .title {
  font-size: 0.32rem;
  font-weight: bold;
  color: #575555;
  margin-bottom: 0.15rem;
}

.vip .form-title .title-tips {
  font-size: 0.24rem;
  color: #3d90ee;
  line-height: 1.6;
}

.vip .form-title .title-tips .vip-status {
  color: #de4949;
  font-size: 0.28rem;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}

/* 会员支付页面套餐选择样式 */

.vip-package-button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: left;
  outline: none;
  cursor: pointer;
}

.vip-package-button::after {
  display: none;
}
.vip-package-list {
  padding-bottom: 5px;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.vip-package-list .vip-package-item {
  position: relative;
  cursor: pointer;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  box-shadow: 1px 1px 3px 0 #eee;
  border: 1px solid #eee;
  width: calc(50% - 0.1rem);
  padding: 0.2rem 0.1rem;
  text-align: center;
  box-sizing: border-box;
  border-radius: 0.1rem;
  background: #3d90ee;
  color: #fff;
  font-weight: bold;
}

.vip-package-list .vip-package-item:nth-child(2n) {
  margin-right: 0;
}

.vip-package-list .vip-package-item .vip-package-name {
  line-height: 25px;
  color: #ffffff;
}

.vip-package-list .vip-package-item .vip-package-price {
  font-size: clamp(1.2em, 4vw, 2em);
  font-weight: bold;
  line-height: 1.2;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vip-package-list .vip-package-item.on {
  background: #fb8c00;
  border-color: #fb8c00;
}

.vip-package-list .vip-package-item.on .vip-package-name {
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
}

.vip-package-list .vip-package-item.on .vip-package-price {
  font-size: clamp(1.2em, 4vw, 2em);
  font-weight: bold;
  line-height: 1.2;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vip h3 {
  font-size: .36rem;
  text-align: center;
  font-weight: bold;
  padding: .3rem 0 0.5rem;
}

.vip h3 .title-tips {
  font-size: .24rem;
  margin-top: .3rem;
}

.vip .vip-package {
  width: 50%;
  float: left;
  margin-bottom: 0.5rem;
}

.vip .vip-btn {
  width: 2.6rem;
  height: .7rem;
  color: #fff;
  display: inline-block;
  margin: 0 .24rem;
  line-height: .7rem;
  text-align: center;
  border: 0;
  border-radius: .08rem;
  background: #3d90ee;
  -webkit-appearance: none;
  cursor: pointer;
}

.text-l {
  text-align: left;
}

.text-r {
  text-align: right;
}

.text-c {
  text-align: center;
}

.vip .vip-content {
  padding: .2rem 0.2rem 1rem 0.2rem ;
}

.vip .vip-nav {
  padding: .2rem;
  font-size: .24rem;
  color: #0aa6fb;
  text-align: center;
}

.vip dt {
  color: #333;
  font-size: .30rem;
  padding: .3rem 0 .1rem;
}

.vip dd {
  font-size: .24rem;
  color: #999;
}


.job-tips {
  padding: .2rem;
  color: #d15646;
  font-size: .24rem;
font-weight: bold;
}
.job-tips, .job-tips h4 {

}
.job-tips, .job-tips p {
  font-size: .24rem;
}


/*分页*/
.app-pagination {
  margin: 40px auto;
  text-align: center;
}

.app-pagination li {
  display: inline-block;
  margin: 0 6px;
}

.app-pagination li a {
  padding: 8px;
  display: inline-block;
  color: #626262;
}

.app-pagination li a:hover {
  color: #1976d2;
}

.app-pagination li.active a {
  color: #1976d2;
}

.clearfix {
  clear: both;
}

.close {
  margin-top: .24rem;
  margin-right: .24rem;
  float: right;
  color: #c3c3c3 !important;
}

.my-list .my-nav .member-type {
  display: block;
  padding: .16rem;
  border-bottom: 1px solid #f1f1f1;
  color: #333;
  position: relative;
}


.close-status {
  margin-left: 0.12rem;
  font-size: 4vw;
  line-height: .35rem;
}

.refresh-status {
  right: 0;
  font-size: 4vw;
  line-height: .35rem;
  position: absolute;
  top: -0.55rem;
}

.my-title-center {
  text-align: center;
  margin-right: 2rem;
}

.go-top {
  z-index: 10;
  opacity: 85%;
  position: fixed !important;
  right: 0.3rem;
  bottom: 3.3rem;
  height: 1rem !important;
  width: 1rem !important;
}

.plus {
  left: 0;
  right: 0;
  margin: auto;
  width: 0.8rem;
  height: 0.8rem;
  bottom: 0.5rem;
  position: fixed;
  z-index: 1;
}

.add {
  width: 0.8rem;
  height: 0.8rem !important;
  z-index: 1;
}

.add-btn {
  width: 5.325rem;
  height: 0.825rem !important;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0.5rem !important;
}

.add-title1 {
  padding-top: 0.8rem;
  text-align: center;
  font-size: 6vw;
  font-weight: bold;
  color: #0aa6fb;
  margin-bottom: 0.5rem;
}

.add-title2 {
  padding-top: 0.3rem;
  text-align: center;
  font-size: 6vw;
  font-weight: bold;
  color: #fb8c00;
  margin-bottom: 0.5rem;
}

.edit {
  height: 100%
}

.license {
  padding: 0.5rem;
}

.license li {
  text-align: left;
  margin-top: 0.5rem
}

.red {
  color: #de4949
}

.video_tips {
  margin-top: .2rem;
  padding: .4rem .24rem .3rem;
  line-height: .3rem;
  font-size: .24rem;
  color: #ff6c32;
  background: #fffaea;
}

.video_tips .tips_sign {
  float: left;
}

.video_tips .tips_content {
  margin-left: .7rem;
}

.video_tips .help_video {
  color: #3d90ee;
  line-height: .5rem;
}

.video_tips .help_video a {
  display: block;
}

.vip-status {
  color: #de4949;
  font-size: 0.4rem;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}

.blueness {
  color: #0066CC
}

.points {
  color: #58554e;
  padding: 0.3rem;
  background: #fffaea;
}

.qrcodeTips {
  font-size: 0.4rem;
  line-height: 0.7rem
}

.center {
  background-color: rgb(34, 71, 139);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.keywords {
  padding: 10px 15px;
  background: #FFFFFF;
}

.keywords .keywords-title {
  font-size: 16px;
  padding-bottom: 5px;
}

.keywords .keywords-wrapper {
}

.keywords .tabs-group {
}

.keywords .tabs-group .title {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #404040;
  font-weight: bold;
}

.keywords .tabs-group .content {
}

.keywords .tabs-group .content li {
  float: left;
}

.keywords .tabs-group .content a {
  display: block;
  padding: 2px 6px;
}

.icon {
  margin-left: 10px;
}

.keys {
  background: #f6f6f8;
  color: #363636 !important;
  font-size: 4vw;
  padding: 2px 5px;
  margin: 5px;
}

.cross {
  margin-top:0;
  margin-right:0;
  float: right;
  color: #404040 !important;
  font-size: 20px!important;
}

.search-title {
  text-align: left;
  font-size: .28rem;
  padding: .2rem 0 .2rem;
  color: #ff6445;
  font-weight: bold;
}

.triangle-show{
  padding-bottom: 30px
}
.triangle-wrap{
  position: fixed;width:100%;z-index: 1000
}
.triangle-box{
  background: #FFFFFF;height: 4px;line-height: 4px;
}
.triangle-position{
  position: absolute; right:65px;top: 0px;
}
.triangle-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #0177fd;
}
.triangle-tips{
  background: #0177fd;font-size: 12px;color: #FFFFFF;height: 26px;line-height: 26px;
}
.triangle-x{
  float: left;margin-left: 20px
}
.triangle-text{
  float: right;margin-right: 20px
}

/*top*/
.container {
  display: flex;
  height: 100vh; /* 设置容器高度为视口高度 */
}

.element {
  display: flex;
  flex-direction: column; /* 设置垂直方向布局 */
  height: 100%; /* 设置元素高度为容器高度 */
  background: #FFFFFF;
}
.top-line{width:5rem;margin:.6rem auto;}
.top-label{float:left;padding-right:.2rem;line-height: .52rem;}
.top-control{float:left;line-height: .52rem;}
.top-input{padding-left:.1rem;width:3rem;
  line-height: normal;
  float: left;
  height: .52rem;
  text-align: left;
  color: #555;
  border: none;
  background-color: #f3f3f3;
}
.top-submit {
  width: 4rem;
  height: 0.9rem;
  color: #fff;
  margin: 0 auto;
  line-height: 0.9rem;
  text-align: center;
  border: 0;
  border-radius: .08rem;
  background: #3d90ee;
  -webkit-appearance: none;
  cursor: pointer;
}
.topping{
  font-size: 0.25rem;
  margin-bottom: 0.2rem;
}
.topping span{
  padding: 0.1rem;
}

.sticky{
  color: #d15646;
  background: #fbeeee;
}
.every{
  color: #4778f6;
  background: #e8f1fe;
}
.over{
  color: #e19e3c;
  background: #fbf3e5;
}

.sticky-gray{
  color: #FFFFFF;
  background: #cacaca;

}

.my-date {
  font-size: 0.24rem;
  margin-left: 0.12rem;
  float: right;
  line-height: .35rem;
  color: #b0b0b0
}
.topped{
  color: #ffffff;
  background: #ff6445;
  margin-right: 0.1rem;
  font-size:0.30rem ;
  padding: 0.04rem;
}

.edit-form .top-days-list { padding-bottom: 5px; flex-wrap: wrap; width: 100%; }
.edit-form .top-days-list .top-days-item { float: left; position: relative; cursor: pointer; margin-right: 10px; margin-bottom: 10px; box-shadow: 1px 1px 3px 0 #eee; border: 1px solid #eee; width: calc(33.3% - 7px); width: calc(33.3% - 7px); padding: 10px 10px; text-align: center; box-sizing: border-box; border-radius: 5px; }
.edit-form .top-days-list .top-days-item:nth-child(3n) { margin-right: 0; }
.edit-form .top-days-list .top-days-item .top-days-days { line-height: 25px; color: #333; }
.edit-form .top-days-list .top-days-item .top-days-price { font-size: 2em; font-weight: 600; line-height: 30px; color: #03a9f4; white-space: nowrap; overflow: hidden; }
.edit-form .top-days-list .top-days-item .top-days-price .price { float: none; display: inline; font-size: 0.5em; color: #03a9f4; vertical-align: 1px; }
.edit-form .top-days-list .top-days-item .top-days-desc { min-height: 16px; max-height: 16px; line-height: 16px; color: red; font-size: 0.8em; overflow: hidden; word-break: break-all; }
.edit-form .top-days-list .top-days-item .top-days-select { display: none; }
.edit-form .top-days-list .top-days-item.on { background: #fb8c00; border-color: #fb8c00; }
.edit-form .top-days-list .top-days-item.on .top-days-days { color: #ffffff; white-space: nowrap; overflow: hidden; }
.edit-form .top-days-list .top-days-item.on .top-days-price { font-size: 2em; font-weight: 600; line-height: 30px; color: #ffffff; white-space: nowrap; overflow: hidden; }
.edit-form .top-days-list .top-days-item.on .top-days-price .price { float: none; display: inline; font-size: 0.5em; color: #ffffff; vertical-align: 1px; }
.edit-form .top-days-list .top-days-item.on .top-days-select { display: block; position: absolute; top: 0; right: 0; border: 12px solid transparent; border-top-color: #de4949; border-right-color: #de4949; }
.edit-form .top-days-list .top-days-item.on .top-days-select:after { content: ''; display: block; width: 4px; height: 8px; border-bottom: 1px solid #fff; border-right: 1px solid #fff; position: absolute; top: 2px; right: 2px; top: -11px; right: -8px; transform: rotate(45deg); }

a:visited .works {
  color: #808080
}
a:visited .describe .salary {
  color: #808080
}
.current-item {
  border: 1px solid orange;
  background: oldlace;
}

.tip {
  position: absolute;
  top: -20px;
  right: -10px;
  height: 26px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px !important;
  line-height: 26px;
  border-radius: 11px 11px 11px 2px;
  color: #fff;
  background-color: #fc5531;
}
.help{
  padding:0.3rem;
}
.topic{
  text-align: center;flex: auto;justify-content: center;margin-top: 0.5rem;margin-bottom: 0.8rem
}
.old {
  background: #3d90ee;
  color: #fff;
  font-weight: bold!important;
  font-size: 1.2rem!important;
}
.van-dialog__header{
  font-size: 5vw;
}
.van-dialog__message{
  font-size: 4vw!important;
}

.load-line {
  border-top: 1px solid #E5E5E5;
}
.load-more {
  width: 65%;
  margin: 0 auto;
  line-height: 1.6em;
  font-size: 14px;
  text-align: center;
}
.load-line .load-more-tips {
  position: relative;
  top: -0.9em;
  padding: 0 .55em;
  background-color: #FFFFFF;
  color: #999999;
}
.load-more-tips {
  display: inline-block;
  color: #968b8b;
  vertical-align: middle;
}
.no-more{
  background: #ffffff;
  height: calc(100vh - 0.9rem);
}
.btn-group-block {
  padding: 0 1.5em;
  text-align: center;
  margin: 2em;
}
.btn-group-block > a, .btn-group-block > button {
  display: block;
  height: 3em;
  line-height: 3em;
  color: #FFF;
  background: #3d90ee;
  border-radius: 5px;
  border: 0;
  font-size: 1em;
}

.full-screen-center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh; /* 占满整个视口高度 */
  width: 100%;
  background-color:white;
}

.message {
  text-align: center;
  font-size:  1em;
  padding: 20px;
  border-radius: 8px;
  background: white;
}

.message .loading .van-loading {
  vertical-align: middle;
  margin-right: 10px;
}

.my-list .my-head {
  background-color: #fff;
  padding: .3rem;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: .1rem;
  min-height: 1.5rem; /* 确保容器有足够的高度以容纳内容 */
}

.my-list .right-align {
  float: right;
  position: absolute;
  right: 0.3rem;
  top: 0.5rem;
}
.vip-btn {
  display: inline-block;
  padding: 9px 16px;
  color: white;
  text-decoration: none;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  cursor: pointer;

  /* 渐变背景 */
  background-image: linear-gradient(to right, #ff6b35, purple); /* 深橙 -> 亮橙 */

  /* 防止点击时文字变色 */
  -webkit-tap-highlight-color: transparent;
}

.vip-btn:hover,
.vip-btn:active,
.vip-btn:focus {
  color: white;
  outline: none;
  background-size: 200% 100%;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.color-gray, .color-gray:hover {
  color: #404040;
}

.search-wrapper {
  position: relative;
}
.clear-icon {
  position: absolute;
  left: 2.7rem;
  top: 0.2rem;
  height: 35px;
  fill: #404040;
  cursor: pointer;
}
.custom-clear-icon {
  position: absolute;
  right: 0.08rem;
  top: 0.4rem;
  width: 35px;
  height: 35px;
  fill: #404040;
  cursor: pointer;
}
.bold{
  font-weight: bold;
}
.my-list .login-btn {
  margin-left: 1.3rem;
  padding: 0.1rem 0.3rem;
  font-size: 0.28rem;
  border-radius: 0.4rem;
  background-color: #3d90ee;
  color: white;
  border: none;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.my-list .login-btn:hover {
  background-color: #2c8a06;
}
.my-list .my-img-container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.detailed .expiration_date{
  margin-left: 20rpx;
}

.item-name{
  font-weight: bold;
}
/* 审核状态标签样式 */
.audit-status-tag {
  position: absolute;
  display: inline-block;
  padding: 0.04rem 0.12rem;   /* 4rpx → 0.04rem, 12rpx → 0.12rem */
  margin-left: 0.08rem;       /* 8rpx → 0.08rem */
  background-color: #aaaaaa;
  color: #FFFFFF;
  border-radius: 0.2rem;      /* 20rpx → 0.2rem */
  font-size: 0.24rem;         /* 24rpx → 0.24rem */
  line-height: 1.2;
}

/* APP 按钮：渐变色背景 */
.app-btn {
    background: linear-gradient(to right, #F48D06, #F9B406);
    color: #000000 !important;
    padding: 0.1rem 0.2rem; /* 10rpx = 0.1rem, 20rpx = 0.2rem */
    font-size: 0.28rem; /* 28rpx = 0.28rem */
    display: inline-block;
    text-align: center;
    line-height: 1.4;
}

/* 微信群 按钮：纯红色背景 */
.wechat-btn {
    background: linear-gradient(to right, #F50006, #ff6445);
    color: #fff;
    padding: 0.1rem 0.2rem; /* 10rpx = 0.1rem, 20rpx = 0.2rem */
    font-size: 0.28rem; /* 28rpx = 0.28rem */
    display: inline-block;
    text-align: center;
    line-height: 1.4;
}

/* 详情页单位基本情况按钮 */
.info-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.info-title {
  margin: 0;
  font-size: 20px;
  color: #555;
}
.company-intro-link {
  color: #3d90ee;
  font-size: 0.3rem;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 4px;
  transition: all 0.3s;
}
.company-intro-link:hover {
  color: #3d90ee;
  background-color: #f8f8f8;
}
.van-tabbar{
  max-width: 750px;
}

/* 该单位基本情况按钮样式 */
.company-profile-view-btn {
  float: right;
  background: #f1f1f1;
  color: #3d90ee;
  border: none;
  border-radius: 4px;
  font-size: .28rem;
  cursor: pointer;
}

.company-intro{
  margin-top: 15px;
}

.van-tab {
  cursor: pointer;
  /*font-size: 4vw!important;*/
  /*line-height:4vw!important;*/
}

/* 调整选中后显示的padding */
.van-cell {
  padding: 10px !important;
}
.user-status{
  padding-right: .3rem;
}
/*.list-title {*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*  display: flex;*/
/*  align-items: center;*/
/*}*/

.notice-label {
  color: #ff0000;
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 5px;
  flex-shrink: 0;
}

.notice-scroll {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  flex: 1;
}

.notice-text {
  display: inline-block;
  color: #ff0000;
  font-size: 13px;
  white-space: nowrap;
  padding-left: 100%;
  animation: scroll 10s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.site{
  font-size: 8vw;
  font-weight: bold;
  color: #8a8a8a;
  margin: 0 20px 20px;
  text-align: center;
}

.tel {
  text-align: center;
  font-weight: bold;
}

/* 刷新置顶横条 */
.top-refresh-bar {
  margin-top: 10px;
  padding: 15px 10px;
  background: linear-gradient(to right, #F50006, #ff6445);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.top-refresh-text {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.highlight-yellow {
  color: #ffcc00;
  font-weight: bold;
}

.top-refresh-btn {
  background-color: #fff;
  color: #F50006;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: bold;
}

/* 顶部搜索框容器 */
.top-search-wrapper {
  position: relative;
  flex: 1;
}

/* 清除按钮绝对定位在 input 内右侧 */
.top-clear-icon {
  position: absolute;
  left: 40%;
  top: 0.4rem;
  transform: translateY(-50%);
  width: 0.32rem;
  height: 0.32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  z-index: 99;
}

/* 统一的操作按钮样式 */
.clear-default-choice,
.clear-history {
  float: right;
  font-size: 0.24rem;
  color: #ff9900;
  cursor: pointer;
  margin-left: 0.2rem;
  display: flex;
  align-items: center;
}

.clear-default-choice:active,
.clear-history:active {
  opacity: 0.7;
}

/* 当前默认选择状态显示 */
.default-choice-status {
  float: right;
  font-size: 0.24rem;
  color: #999999;
  line-height: 0.4rem;
}



/* 弹层样式 */
.category {
  height: 100%;
}

.category .t {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 1.3rem;
  line-height: 1.3rem;
  color: #404040;
  background-color: #f3f4f8;
  display: flex;
  align-items: center;
  padding: 0.2rem;
  box-sizing: border-box;
}

.category .t .l {
  flex: 1;
}

.category .t .text {
  padding: 0.1rem;
  display: inline-block;
}

.category .t .b {
  width: 0.2rem;
  height: 0.2rem;
  border-top: 0.04rem solid #404040;
  border-left: 0.04rem solid #404040;
  transform: rotate(-45deg);
  display: inline-block;
  color: #404040;
}

.category .t .s {
  flex: 11;
  display: flex;
  align-items: center;
}

.category .s .search-wrapper {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
}

.category .s .search-wrapper input {
  background: white;
  line-height: 0.88rem;
  outline: none;
  border: 0;
  height: 0.88rem;
  text-indent: 0.1rem;
  padding: 0;
  width: 100%;
  border-radius: 0.1rem;
  font-size: 0.28rem;
  box-sizing: border-box;
}

.category .s .custom-clear-icon {
  position: absolute;
  right: 0.08rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.64rem;
  height: 0.64rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

.category .s .s-btn {
  margin-left: 0.2rem;
  padding: 0 0.26rem;
  background-color: #3d90ee;
  color: white;
  border-radius: 0.06rem;
  font-size: 0.28rem;
  display: inline-block;
  white-space: nowrap;
  height: 0.88rem;
  line-height: 0.88rem;
}

.category .s .s-btn.active {
  background-color: #03A9F4;
}

.category .clear {
  clear: both;
}

/* 关键词区域 */
.category .keywords {
  padding: 0.3rem;
  background: #FFFFFF;
}

.category .keywords-wrapper {
  background: white;
  border-radius: 0.12rem;
  padding: 0.2rem;
}

.category .tabs-group {
  margin-bottom: 0.4rem;
}

.category .tabs-group .title {
  font-size: 0.32rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #8a8a8a;
}

.category .tabs-group .title .cross {
  font-size: 0.32rem;
  color: #999;
  float: right;
}

.category .keywords-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.12rem;
  padding: 0;
  box-sizing: border-box;
}

.category .keywords-list .keys {
  display: inline-block;
  height: 0.56rem;
  line-height: 0.56rem;
  padding: 0 0.2rem;
  margin: 0.08rem 0.12rem 0.08rem 0;
  background: #f6f6f8;
  color: #363636;
  font-size: 0.28rem;
  border-radius: 0.06rem;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
}

.fraud-warning {
  padding: 12px 15px;
  background-color: #fff9f0;
  border-left: 4px solid #e59a1d;
  color: #ff0000;
  font-size: 13px;
  line-height: 1.6;
  margin: 10px 0;
}

.job-btn-box {
  display: flex;
  gap: 0.2rem;
}

.company-profile-view-btn {
  flex: 1;
  background-color: #f5f7fa;
  color: #5a7ec3;
  border: 1px solid #e0e6ed;
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
  padding: .14rem;
  text-align: center;
  border-radius: 0.4rem;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.company-profile-view-btn:hover {
  background-color: #e8edf5;
  box-shadow: 0 2px 8px rgba(90, 126, 195, 0.2);
}




