html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
th,
td,
em,
button,
blockquote {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}

html,
body {
    box-sizing: border-box;
    background: #fff;
    font-size: 0.26rem;
    color: #333;
}

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

table {
    border-collapse: collapse;
}

td,
th,
ul,
ol {
    padding: 0;
}

img {
    border: 0;
    vertical-align: bottom;
}

em,
b {
    font-style: normal;
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

i {
    font-style: normal;
}

/* button, */
input,
select,
textarea,
button {
    outline: none;
    font-family: "Microsoft Yahei";
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

/* link */

a {
    color: #333;
    text-decoration: none;
    font-size: 0.24rem;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

a:hover {
    text-decoration: none;
    outline: none;
}

a:focus {
    outline: none;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.float-l {
    float: left;
}
.clearfix .position-name{
    width: 60%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.float-r {
    float: right;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}
.text-blue {
    color: #41569e;
}
.text-grey {
    color: #666;
}
.text-greyer {
    color: #999;
}

/*多余一行显示省略号*/
.text-line1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*多余两行显示省略号*/
.text-line2 {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.bordtop1 {
    border-top: 1px solid #f7f7f7;
}
.bordbtm1 {
    border-bottom: 1px solid #f7f7f7;
}
.border-top {
    border-top: 0.2rem solid #f0f0f0;
}

.border-bottom {
    border-bottom: 0.2rem solid #f0f0f0;
}
.margt10 {
    margin-top: 0.99rem;
}
.padbm10 {
    padding-bottom: 1rem;
}

/*header*/
.head {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 1rem;
    background: #ffffff;
    z-index: 101;
    font-size: 0.36rem;
    line-height: 1rem;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
}
.head .btn-back {
    position: absolute;
    width: 0.19rem;
    height: 0.34rem;
    background: url(../images/icon/icon-back.png) no-repeat center/100% 100%;
    left: 0.2rem;
    top: 50%;
    margin-top: -0.17rem;
}
.head .btn-back + span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

/*footer*/
.foot-nav{
    position: fixed;
    width: 100%;
    height: 1rem;
    border-top: 1px solid #E9E9E9;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 80;
    display:-webkit-flex;
    display:flex;
    flex-direction:row;
    flex-wrap: nowrap;
    justify-content:space-between;
}
.foot-nav li{
    /* flex-grow:1; */
    flex:1;
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center
}
.foot-nav li a{
    display: block;
    font-size: .2rem;
    color: #666;
}
.foot-nav li.active a{
    color: #333;
}
.foot-nav li a .icon{
    display: block;
    width: .42rem;
    height: .42rem;
    text-align: center;
    margin: .12rem auto;
}
.foot-nav .item1 .icon{
    background: url("../images/icon/icon-footer1.png") no-repeat center bottom/100% 100%;
}
.foot-nav .item1.active .icon{
    background: url("../images/icon/icon-footer1-on.png") no-repeat center bottom/100% 100%;
}
.foot-nav .item2 .icon{
    background: url("../images/icon/icon-footer2.png") no-repeat center bottom/100% 100%;
}
.foot-nav .item2.active .icon{
    background: url("../images/icon/icon-footer2-on.png") no-repeat center bottom/100% 100%;
}
.foot-nav .item3 .icon{
    background: url("../images/icon/icon-footer4.png") no-repeat center bottom/100% 100%;
}
.foot-nav .item3.active .icon{
    background: url("../images/icon/icon-footer3-on.png") no-repeat center bottom/100% 100%;
}
.foot-nav .item4 .icon{
    background: url("../images/icon/icon-footer3.png") no-repeat center bottom/100% 100%;
}
.foot-nav .item4.active .icon{
    background: url("../images/icon/icon-footer4-on.png") no-repeat center bottom/100% 100%;
}
.foot-nav .item5 .icon{
    background: url("../images/icon/icon-footer5.png") no-repeat center bottom/100% 100%;
}
.foot-nav .item5.active .icon{
    background: url("../images/icon/icon-footer5-on.png") no-repeat center bottom/100% 100%;
}

.search-box {
    position: relative;
    width: 7rem;
    height: .75rem;
    background: #F4F4F4;
    border-radius:3px;
    margin: .2rem auto;
}
.search-box.mart11{
    margin-top: 1.1rem;
}
.search-box .select-text{
    position: absolute;
    top:.17rem;
    height: .4rem;
    line-height: .45rem;
    width: 1.2rem;
}
.search-box .select-text:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: .1rem solid transparent;
    border-top-color: #aaa;
    margin-left: .15rem;
    vertical-align: middle;
    top: .18rem;
    right: .1rem;
    transition: all .3s;
}
.search-box .select-text.active:after{
    border-top-color: #4958a0;
    color: #4958a0;
    transform: rotate(-180deg);
    margin-top: -.12rem;
}
.search-box .select-list{
    position: fixed;
    left: 0;
    top:1rem;
    bottom:0;
    background: rgba(0,0,0,.7);
    width: 100%;
    display: none;
    z-index: 100;
}
.search-box .select-list ul{
    padding: 0 .25rem;
    background: #fff;
}

.search-box .select-list li{
    padding: .25rem;
    border-bottom: 1px solid #f0f0f0;
}
.search-box .city{
    left: .1rem;
    padding-left: .15rem;
}
.search-box .type-name{
    left: 4.7rem;
    border-right: 1px solid #ccc;
}
.search-box .type-name.active+.select-list{
    display: block;
}

.search-box .btn-search {
    position: absolute;
    right: 0;
    top: 0;
    width: 1rem;
    height: .75rem;
    background: url(../images/icon/icon-search.png) no-repeat center/0.36rem 0.36rem;
    font-size: 0;
}
.search-box .search-input {
    position: absolute;
    left: 1.4rem;
    top:.17rem;
    width: 3.3rem;
    height: .4rem;
    line-height: 0.4rem;
    font-size: .3rem;
    padding-right: .15rem;
}
.search-box .search-input::placeholder{
    color: #ccc;
}

.btn {
    display: block;
    background: #4958a0;
    border: 1px solid #4958a0;
    text-align: center;
    color: #fff;
}
.btn.bg-orange {
    background: #f5c229;
    border-color: #f5c229;
}
.btn.bg-red{
    background: #ED6F70;
    border-color: #ED6F70;
}
.btns .btn{
    display: inline-block;
}
.btn.hide {
    display: none;
}

.text {
    color: #666;
    font-size: 0.28rem;
    line-height: 0.48rem;
    margin-bottom: 1rem;
}
.main {
    position: relative;
}
.picture {
    display: block;
    width: 100%;
    height: 175px
}
.part {
    padding: 0.35rem 0;
}
.content-box {
    width: 100%;
    padding: 0.2rem 0.2rem;
    box-sizing: border-box;
}
.part-title {
    margin-bottom: 0.4rem;
}
.part-title h1 {
    height: 0.35rem;
    line-height: 0.35rem;
    font-size: 0.34rem;
    /* margin-bottom: 0.15rem; */
}
.part-title .title-icon{
    display: inline-block;
    width: .42rem;
    margin-right: .15rem;
    vertical-align: middle;
    margin-top: -4px;
}
.part-title h1 .more {
    position: relative;
    font-size: 0.28rem;
    color: #999;
    padding-right: .15rem;
}
.part-title h1 .more:after{
    position: absolute;
    right:0;
    top:50%;
    content: "";
    width: .1rem;
    height: .18rem;
    background: url("../images/icon/icon-list-arrow.png") no-repeat center/100% 100%;
    margin-top: -.09rem;
}
.part-title h6 {
    font-size: 0.26rem;
}

.swiper-banner img {
    width: 100%;
}

.swiper-banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.1;
}

.swiper-banner .swiper-pagination-bullet-active {
    background: #f7cd5d;
    opacity: 1;
}

.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner img {
    min-height: 2.8rem;
    min-width: 100%;
}

.tab-nav{
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-direction:row;
    flex-wrap: nowrap;
    justify-content:space-around;
    align-items: center;
    padding-top: .3rem;
    background: #fff;
    z-index: 1;
}
.tab-nav a{
    flex-grow: 1;
    text-align: center;
    font-size: .32rem;
    color: #666;
    border-bottom: 1px solid #eee;
    background: #fff;
}
.tab-nav a.active{
    color: #333;
}
.tab-nav a:after{
    content: "";
    display: block;
    width: .7rem;
    height: 2px;
    background: transparent;
    margin: .3rem auto 0;
}
.tab-nav a.active:after{
    background: #4958A0;
}

.bottom-box {
    position: fixed;
    width: 100%;
    height: 1rem;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #eaeaea;
    text-align: center;
    background: #fff;
    z-index: 90;
}
.bottom-box .btn-left {
    width: 1.6rem;
    height: 100%;
    background: #fff;
    line-height: 1rem;
    font-size: 0.34rem;
    color: #4958a0;
}
.btn-right {
    display: block;
    margin-left: 1.6rem;
    height: 100%;
    background: #4958a0;
    color: #fff;
    line-height: 1rem;
    font-size: 0.34rem;
}

.job-list li{
    border-top: 1px solid #f0f0f0;
    border-bottom: .2rem solid #f0f0f0;
}
.job-list li:last-child{
    border-bottom: 0;
    border-bottom: .2rem solid #f0f0f0;
}
.job-list li a{
    position: relative;
    display: block;
    width: 100%;
    padding: .35rem .2rem;
}
.job-list li dl{
    padding-bottom: .3rem;
    border-bottom: 1px solid #f0f0f0;
}
.job-list li dl dt{
    width: 1.4rem;
    height: 1.4rem;
    background: #fff;
    text-align: center;
    line-height: 1.4rem;
    box-shadow: 0 0 8px 2px #f6f9ff;
}
.job-list li dl dt img{
    display: inline-block;
    max-width:100%;
    max-height:100%;
    vertical-align: middle;
}
.job-list li dl dd{
    margin-left: 1.7rem;
}
.job-list li dl dd h2{
    font-size: .3rem;
    height: .4rem;
    line-height: .4rem;
    margin-bottom: .2rem;
}
.job-list li dl dd .addr{
    position: relative;
    font-size: .24rem;
    padding-left: .4rem;
    height: .3rem;
    line-height: .3rem;
    margin-bottom: .15rem;
}
.job-list li dl dd .addr:before{
    content: "";
    position: absolute;
    left: 0;
    top:50%;
    width: .3rem;
    height: .3rem;
    background: url("../images/icon/icon-addr.png") no-repeat center/100% 100%;
    margin-top: -.15rem;
}

.job-list li dl dd h6{
    font-size: .24rem;
    color: #999;
}
.more{
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center;
}
.more .imgspan{
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;

}
.more img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.job-list li .positions{
    font-size: .3rem;
    padding: .3rem 0;
    border-bottom: 1px solid #f0f0f0;
}
.job-list li .positions .spw{
    width:60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.job-list li .positions p{
    margin-bottom: .2rem;
}
.job-list li .positions p:last-child{
    margin-bottom: 0;
}
.job-list li .positions .reward{
    color: #f1a26c;
}
.job-list li .bottom-tip{
    position: relative;
    margin-top: .3rem;
    font-size: .24rem;
    color: #999;
    padding-left: .4rem;
}
.job-list li .bottom-tip:before{
    content: "";
    position: absolute;
    left: 0;
    top:50%;
    width: .3rem;
    height: .3rem;
    background: url("../images/icon/icon-position.png") no-repeat center/100% 100%;
    margin-top: -.15rem;
}
.job-list li .bottom-tip:after{
    position: absolute;
    right:0;
    top:50%;
    content: "";
    width: .1rem;
    height: .18rem;
    background: url("../images/icon/icon-list-arrow.png") no-repeat center/100% 100%;
    margin-top: -.09rem;
}

.meeting-list {
    /*padding-top: 0 0.35rem;*/
    margin-bottom: 1rem;
}
.sxh-ul{
    background: #f3f3f3
}
.meeting-list li {
    padding: 0.2rem 0.3rem;
    /* border-bottom: 0.2rem solid #f0f0f0; */
    margin-bottom: 5px;
    background: white;
}

.meeting-list .doing{
    border:none;
    /* padding:0.3rem; */
    /* display: flex; */

}
/* .meeting-list li:first-child {
  padding-top: 0;
} */
/* 
.meeting-list li {
  padding-top: 0;
} */
.meeting-list dl dd.meeting-name {
    font-size:.35rem;
    /* height:.3rem;
    line-height:.28rem; */
    margin:.28rem 0 .2rem;
}
.meeting-list dl dd.meeting-company {
    font-size: 0.28rem;
    margin-bottom: 0.15rem;
}
.meeting-list dl dd.meeting-time {
    font-size: 0.28rem;
    color: #666;
    margin-bottom: 0.35rem;
}
.meeting-list .num span {
    position: relative;
    display: inline-block;
    height: 0.4rem;
    line-height: 0.4rem;
    padding-left: 0.55rem;
    font-size: 0.3rem;
    width: 45%;
}
.meeting-list .num span em {
    color: #004fc5;
}
.meeting-list .num span:before {
    position: absolute;
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    left: 0;
    top: 0;
}
.meeting-list .num .company-num:before {
    background: url(../images/icon/icon-enterprise.png) no-repeat center/100% 100%;
}
.meeting-list .num .people-num:before {
    background: url(../images/icon/icon-people.png) no-repeat center/100% 100%;
}
.meeting-list li .meeting-name .status{
    display: inline-block;
    padding: 0 .15rem;
    height: .35rem;
    line-height: .35rem;
    font-size: .21rem;
    color: #fff;
    margin-left: .15rem;
    vertical-align: middle;
    margin-top: -.05rem;
}
.meeting-list .undo .meeting-name .status{
    background: #1DB750;
}
.meeting-list .doing .meeting-name .status{
    background: #F7CD5D;
}
.meeting-list .done a,.meeting-list .done .meeting-time{
    color: #999;
}
.meeting-list .done dt{
    position: relative;
}
.meeting-list .done dt:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    background: rgba(0,0,0,.6);
    z-index: 1;
}
.meeting-list .done dt:after{
    content: "";
    position: absolute;
    top:.3rem;
    left: .3rem;
    width: 1.32rem;
    height: 1.21rem;
    background: url("../images/icon/icon-finish.png") no-repeat center/100% 100%;
    z-index: 2;
}
.meeting-list .done .meeting-name .status{
    background: #ccc;
}
.meeting-list .undo .meeting-time{
    color: #1DB750;
}
.meeting-list .doing .meeting-time{
    color: #666;
}

/*中心页*/
.center-head-box {
    position: relative;
    height: 3.62rem;
    background: #4958a0;
    overflow: hidden;
    text-align: center;
}
.center-head-box .btn-edit {
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    width: 0.43rem;
    height: 0.44rem;
    background: url(../images/icon/icon-edit.png) no-repeat center/100% 100%;
}
.center-head-box .img-box {
    width: 1.24rem;
    height: 1.24rem;
    margin: 0.6rem auto 0;
    background: #fff;
    padding: 2px;
    overflow: hidden;
    border-radius: 5px;
}
.center-head-box .img-box img {
    width: 100%;
}
.center-head-box .enterprise-head-title {
    color: #fff;
    font-size: 0.34rem;
    margin: 0.25rem 0;
}
.center-head-box .remain {
    color: #fff;
    font-size: 0.26rem;
}

/* 自定义按钮、复选框、单选框、文本框样式 */
.custom-btn {
    width: 1rem;
    height: 0.54rem;
    color: #fff;
    font-size: 0.3rem;
    background: #4958a0;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
}

.check-box label {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.32rem;
    color: #666;
}
.check-box .input-check .check-name {
    display: inline-block;
    vertical-align: middle;
}
.check-box .input-check {
    position: relative;
    width: 0.3rem;
    height: 0.3rem;
    vertical-align: middle;
    margin-top: -2px;
    border: 1px solid #999;
    border-radius: 50%;
}

.check-box .input-check:checked {
    border-color: #4958a0;
}
.check-box .input-check:checked::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0.18rem;
    height: 0.18rem;
    border-radius: 50%;
    background: #4958a0;
}
.line-list {
    padding: 0 0.2rem;
    background: #fff;
    overflow: hidden;
}

.line-list .line-item {
    position: relative;
    border-bottom: 1px solid #eee;
}
.line-list .line-item.line-item-gap {
    margin-top: 0.2rem;
}

.line-list .line-item.line-item-gap::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -0.21rem;
    transform: translateX(-50%);
    width: 120%;
    height: 0.2rem;
    background: #f5f5f5;
    z-index: 1;
}
/* .line-list .line-item:last-child {
  border-bottom: 0;
} */
.line-list .line-item .line-item-wrap {
    position: relative;
    display: block;
    /* padding: 0.15rem 0.2rem 0.15rem 0; */
    padding: 0.15rem 0 0.15rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.line-list .line-item.long .line-item-wrap{
    display: block;
}
.line-list .line-item.long .item-right{
    width: 100%;
}
.line-list .line-item.long .item-right input{
    text-align: left;
}
.line-list .line-item.icon-list-arrow .line-item-wrap {
    padding-right: 0.1rem;
}
.line-list .line-item.long.icon-list-arrow::after{
    top: .5rem;
    transform: none;
}
/* .line-list .line-item.icon-list-arrow::after {
  content: "";
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 0.18rem;
  z-index: 5;
  background: url(../images/icon/icon-list-arrow.png) no-repeat center/100% 100%;
} */
.line-list .line-item.line-item-info::after {
    top: 0.5rem;
    transform: unset;
}
.line-list .line-item.line-item-info .item-info {
    font-size: 0.3rem;
    padding-bottom: 0.2rem;
}
.line-list .line-item.line-item-info .line-item-wrap {
    align-items: flex-start;
}
.line-list .line-item .item-name {
    width: 30%;
    height: 100%;
    padding: 0.2rem 0;
    color: #666;
    font-size: 0.32rem;
    display: flex;
    align-items: center;
}
.line-list .line-item .item-right {
    width: 70%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
}
.line-list .line-item .item-right .item-content {
    height: 100%;
    padding: 0.2rem 0;
    color: #999;
    font-size: 0.32rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.line-list .line-item .item-info {
    text-align: right;
}
.line-list .line-item .input {
    width: 100%;
    height: 90%;
    text-align: right;
    padding: 0;
    color: #333;
    font-size: 0.3rem;
    line-height: 1.6;
}
.line-list .line-item .input::-webkit-input-placeholder {
    color: #999;
    font-size: 0.3rem;
    line-height: 1.6;
}

.btnArr{
    height: 40px;
    /* background: red; */
    justify-content: space-between;
    display: flex;
    margin-top: 15px;

}
.btnArr .enter{
    width: 49%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #41569E;
    border-radius: 2px;
    font-size: 16px;
    color: white;
}
.btnArr .cancel{
    background: #F9CD57
}
.line-list .line-item .select {
    width: 100%;
    height: 90%;
    direction: rtl;
    color: #333;
    font-size: 0.3rem;
    padding: 0;
    line-height: 1.6;
}

.item-logo {
    width: 0.95rem;
    height: 0.95rem;
    border: 1px solid red;
    display: inline-block;
}

/* 图片选择裁剪弹窗 */
.modal-select-img {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 999;
}
.modal-select-img .clipArea {
    width: 100%;
    height: 100%;
}
.modal-select-img .btn-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0.4rem 0.2rem;
    background: #111;
}
.modal-select-img .btn-box .operate-btn {
    padding: 2px 12px;
    color: #fff;
    font-size: 0.32rem;
    border: none;
    background: transparent;
}
.img-box {
    position: relative;
}
.img-box .input-upload{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.zx_mask {
    z-index: 9999999999 !important;
}
.mui-poppicker.mui-active {
    z-index: 9999999999 !important;
}
.mui-backdrop {
    z-index: 999999999 !important;
}
.modal-edit .layui-m-layerbtn{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1rem;
    background: #41569e;
}
.modal-edit .layui-m-layerbtn span[yes]{
    color: #fff;
}
input[type='checkbox']{
    width: 14px;
    height: 14px;
    background-color: #fff;
    -webkit-appearance:none;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
}
input[type=checkbox]:checked{
    background: url("../images/checked.png")no-repeat center;
}


.cityControl-bottom-box{
    bottom:1rem;
}