*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

summary {
  outline: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}

sup,
sub {
  font-size: 83%;
}

pre,
code,
kbd,
samp {
  font-family: inherit;
}

q:before,
q:after {
  content: none;
}

textarea {
  overflow: auto;
  resize: none;
}

input {
  outline: none;
  box-shadow: none;
}

label,
summary {
  cursor: default;
}

a,
button {
  cursor: pointer;
}

button {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}

body {
  font: 12px/150% Arial, Verdana, Microsoft Yahei, "\5b8b\4f53";
  color: #333;
  outline: 0;
  background-color: #f6f7fb;
}

a {
  color: #333;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #1369c0;
}
main {
  padding: 10px;
  margin: 0 auto;
  /* height: 100vh; */
}
.cl {
  clear: both;
}

.banner {
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
}
.banner img {
  width: 100%;
  height: auto;
  object-fit: fill;
}
.search {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
#searchbox #q {
  width: calc(100% - 35px);
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  border: #e2e2e2 1px solid;
  border-right: none;
  font-size: 12px;
  float: left;
  color: #7f7f7f;
  border-radius: 10px 0 0 10px;
}

#searchbox .dosubmit {
  width: 35px;
  border: #e5e5e5 1px solid;
  border-left: none;
  background-color: #f5f5f6;
  float: left;
  line-height: 35px;
  padding: 0;
  cursor: pointer;
  border-radius: 0 10px 10px 0;
  height: 35px;
  color: #b6b6b6;
}
.naver ul {
  display: flex;
  justify-content: space-between;
  height: 115px;
}
.naver li i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  /* border: #e5e5e5 1px solid; */
  text-align: center;
  margin-top: 4px;
  font-size: 24px;
}
.naver li p {
  margin-top: 25px;
  font-weight: bold;
  text-align: center;
  font-size: 0.8em;
}
.naver li {
  width: 70px;
  height: 70px;
  text-align: center;
  border: 10px solid transparent;
  border-radius: 50%;
  background-color: #fff;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}

.naver .li01 {
  background-image: linear-gradient(to bottom, #fff, #fff),
    linear-gradient(to bottom, #0fd0df, #e809f8);
}
.naver .li02 {
  background-image: linear-gradient(to bottom, #fff, #fff),
    linear-gradient(to bottom, #fedb49, #ef6f92);
}
.naver .li03 {
  background-image: linear-gradient(to bottom, #fff, #fff),
    linear-gradient(to bottom, #2bf39d, #00a1f1);
}
.naver .li04 {
  background-image: linear-gradient(to bottom, #fff, #fff),
    linear-gradient(to bottom, #6cdbca, #2299ff);
}

.naver .li01 i {
  color: #df20f7;
}
.naver .li02 i {
  color: #ece356;
}
.naver .li03 i {
  color: #2fd3ae;
}
.naver .li04 i {
  color: #79d1c1;
}
.tips {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  float: left;
  border-radius: 10px;
  margin-bottom: 10px;
}
.tips i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #03ca87;
  display: inline-block;
  color: #fff;
  margin: 0 10px;
}
.tips span {
  color: #ff0000;
  font-size: 16px;
}
.cate {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  font-weight: bold;
  margin-bottom: 10px;
}
.cate li {
  position: relative;
  font-size: 10px;
}
.cate li i {
  display: none;
  position: absolute;
  top: 13px;
  left: 30%;
  color: #00e69b;
}
.cate li.on i {
  display: block;
}
#li-jobs {
  width: 100%;
  float: left;
  height: 80vh;
  /* height: calc(100vh - 60px); */
  overflow-y: auto;
  padding-bottom: 90px;
}
.search-main #li-jobs {
  height: calc(100vh - 140px);
  padding-bottom: 0;
}
#li-jobs li {
  padding: 10px;
  padding-top: 2px;
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 10px;
  float: left;
  width: 100%;
}
#li-jobs .tui {
  font-size: 14px;
  background-color: #f95554;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  float: left;
}
#li-jobs .title {
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.5;
  float: left;
  width: 100%;
}
#li-jobs .position {
  font-size: 16px;
  color: #818489;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
#li-jobs .position .addr {
  width: calc(100% - 70px);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
#li-jobs .position .time {
  width: 70px;
  display: block;
  color: #d79a47;
  float: left;
  line-height: 30px;
  font-size: 10px;
  text-align: right;
}
#li-jobs .icon-weizhi {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #d3f3e4;
  display: inline-block;
  color: #03ca87;
  margin-right: 10px;
}
#li-jobs .user {
  font-size: 16px;
  float: left;
  width: 100%;
  height: 30px;

  line-height: 30px;
}
#li-jobs .user .icon-shimingrenzheng {
  color: #0dc78a;
  margin-left: 10px;
}

#li-jobs .user .boss {
  color: #13c289;
  font-size: 18px;
  background-color: #e5fcf4;
  padding: 2px 10px;
  float: right;
  border-radius: 10px;
}
#footer-tab {
  width: 100%;
  float: left;
  border-top: #e2e2e2 1px solid;
  position: fixed;
  bottom: 0;
  background-color: #fff;
}
#footer-tab ul {
  display: flex;
  justify-content: space-between;
  height: 80px;
  font-weight: bold;
}
#footer-tab ul li {
  flex-grow: 1;
  text-align: center;
}
#footer-tab ul i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  margin-top: 6px;
  font-size: 24px;
}
#footer-tab ul p {
  text-align: center;
}
#footer-tab ul .on a {
  color: #2bba8f;
}
.notfound {
  display: none;
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.show-main {
  overflow-y: auto;
  /* height: calc(100vh - 60px); */
}
.show-article {
  float: left;
}
.show-article section {
  padding: 10px;
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 10px;
  float: left;
  width: 100%;
}
.show-article .title {
  padding-top: 2px;
}
.show-article .title span {
  font-size: 12px;
  color: #888;
  float: right;
}
.show-article .title h1 {
  font-size: 18px;
  float: left;
  width: 100%;
  margin-top: 5px;
  line-height: 1.5;
}
.show-article .article-content {
  float: left;
  width: 100%;
  min-height: 200px;
  height: auto;
  overflow-y: auto;
}
.show-article section h3 {
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.show-article section h3 i {
  width: 5px;
  height: 18px;
  background-color: #03ca87;
  border-radius: 5px;
  float: left;
  margin-right: 5px;
}
.show-article section h3 span {
  float: left;
}
.show-article .poster {
  font-size: 0;
}
.show-article .poster span {
  font-size: 12px;
  margin-right: 5px;
}
.show-article .poster .span-v {
  color: #03ca87;
  border: #03ca87 1px solid;
  border-radius: 5px;
  padding: 2px 4px;
}
.show-article .poster .username {
  margin-left: 10px;
}

#footer-show {
  width: 100%;
  float: left;
  background-color: #fff;
  position: fixed;
  bottom: 0;
}
#footer-show ul {
  display: flex;
  justify-content: space-between;
  height: 60px;
  font-weight: bold;
  padding: 10px 0;
}
#footer-show ul li {
  color: #333;
  flex-grow: 1;
  text-align: center;
  padding-top: 5px;
}
#footer-show ul li i {
  color: #888;
}
#footer-show ul li.on i {
  color: #2bba8f;
}
#footer-show ul .on {
  color: #2bba8f;
}
#footer-show ul .li01 a {
  display: inline-block;
  width: 100%;
}
#footer-show ul .li02 i {
  font-size: 18px;
}
#footer-show ul .li02 {
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
}
#footer-show ul .li03 p {
  background-color: #03ca87;
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 5px;
}

.welogin {
  text-align: center;
  padding-top: 300px;
}
#loginBtn {
  color: #fff;
  font-size: 4rem;
  background-color: #13c289;
  padding: 20px 40px;
  border-radius: 10px;
}
#li-jobs .info {
  font-size: 14px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
#li-jobs .info span {
  margin-right: 5px;
  background-color: #f7f6fb;
  padding: 5px 10px;
  border-radius: 10px;
  display: inline-block;
}
#li-jobs .info .price {
  color: #ff5d68;
  font-weight: bold;
  font-size: 16px;
  background-color: #fff;
}
#li-jobs .info .price b {
  font-size: 10px;
}
#li-jobs .info .worktype {
  color: #d8992f;
  background-color: #fff3e3;
  font-weight: bold;
}
.show-article .title .price {
  color: #ff0000;

  font-size: 18px;
  float: left;
  width: 100%;
  margin-top: 5px;
  line-height: 1.5;
}
.show-article .title .info {
  float: left;
  width: 100%;
  margin-top: 5px;
  line-height: 1.5;
}
.show-article .title .info span {
  color: #d79a47;
  font-size: 12px;
  border: #d79a47 1px solid;
  float: left;
  margin-right: 5px;
  padding: 5px 10px;
  border-radius: 10px;
  line-height: 1;
}
.show-article .poster .icon-phone {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: #03ca87;
  display: inline-block;
  color: #fff;
  margin-left: 10px;
  margin-right: 5px;
}
.member header {
  background-color: #8fe3c9;
  float: left;
  width: 100%;
  border-radius: 10px 10px 0 0;
  padding: 20px;
  height: 80px;
}
.member header .left {
  float: left;
  width: 50px;
  margin-right: 10px;
}
.member header .left img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.member header .right {
  float: left;
  width: calc(100% - 80px);
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  margin-top: 5px;
}
.member nav {
  background-color: #fff;
  float: left;
  width: 100%;
  padding: 20px;
  border-radius: 0 0 10px 10px;
}
.member nav ul {
  display: flex;
  justify-content: space-between;
  height: 50px;
}
.member nav ul li {
  flex-grow: 1;
  text-align: center;
  border-right: 1px solid #d1d1d1;
}
.member nav ul li.last {
  border-right: 0;
}
.member nav ul li a {
  width: 100%;
  display: inline-block;
}
.member nav ul li p {
  color: #828a95;
}
.member nav ul li p.p1 {
  color: #1c2739;
  font-weight: bold;
  font-size: 20px;
}
.member nav .my-point {
  color: #d79a47;
  font-size: 16px;
}
.member #li-jobs .user .time {
  color: #818489;
  font-size: 12px;
}
.member .update-user .p1 {
  color: #03ca87;
  font-size: 20px;
  text-align: center;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.member .update-user .p2 {
  text-align: center;
  width: 100%;
  float: left;
}
.member .update-user .p2 button {
  color: #fff;
  font-size: 16px;

  background-color: #d8992f;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 10px;
}
.now-city {
  width: 100%;
  overflow: hidden;
  float: left;
  margin-bottom: 5px;
}
.show-city {
  width: 100%;
  overflow: hidden;
  float: left;
  display: none;
}
.show-city select {
  width: auto;
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  float: left;
  border-radius: 10px;
  margin-bottom: 10px;
  border: #d1d1d1 1px solid;
  margin-right: 10px;
  text-align: center;
}
.show-city select option {
  width: auto;
  height: 30px;
  line-height: 30px;
  background-color: #fff;
}
.show-city i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: #03ca87;
  display: inline-block;
  color: #fff;
}
