/* 锟阶诧拷Tabbar */
.tabbar {
    width: 100%;
    height: 5rem;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 50;
    border-top: 0.04rem solid #ccc;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tabbar-home-items {
    width: 100%;
    height: 100%;
    padding-top: .4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tabbar .tabbar-home-items a {
    width: 20%;
    height: 90%;
    font-size: 1.4rem;
    color: #a4aab3;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tabbar .tabbar-home-items a:nth-of-type(1) {
    padding-top: 0 !important;
}

.tabbar .tabbar-home-items a:nth-of-type(3) {
    position: relative;
}

.tabbar .tabbar-home-items a:nth-of-type(3)>img {
    width: 4.9rem;
    height: 4.9rem;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -2.4rem;
    z-index: 555;
    margin-left: -2.5rem;
}

.tabbar .tabbar-home-items a i {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 auto;
    font-size: 2.5rem;
    line-height: 2.0rem;
}
.tabbar .tabbar-home-items a span {
    /* margin-top: 0.3rem; */
    display: block;
    text-align: center;
}
.tabbar-home-items .active {
    color: #ff5d38 !important;
}

.post-sheet {
    width: 100%;
    height: 20rem;
    position: fixed;
    bottom: -20rem;
    left: 0;
    background-color: #fff;
    z-index: 1200;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
     box-sizing: border-box;
}

.post-sheet ul {
    padding: 4rem 7rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
     box-sizing: border-box;
}

.post-sheet ul {
    /* 
    box-sizing: border-box; */
}

.post-sheet li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.post-sheet a {
    display: block;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    text-align: center;
    font-size: 3.4rem;
    line-height: 6rem;
    color: #fff !important;
}

.post-sheet a:hover,
.post-sheet a:active,
.post-sheet a:visited,
.post-sheet a:link {
    color: #fff !important;
}

.post-sheet a.recruit {
    background-color: #f50;
}
.post-sheet a.findJob {
    background-color: #19a7f0;
}

.post-sheet li span {
    display: inline-block;
    margin-top: 1rem;
    font-size: 1.5rem;
    color: #333;
    text-align: center;
}

.post-sheet .close {
    width: 3rem;
    height: 3rem;
    z-index: 1200;
    margin: 0 auto;
    opacity: .2;
    float: none;
    font-size: unset;
    font-weight: normal;
    line-height: normal;
    /* position: relative; */
    /* padding-bottom:1rem; */
    /* padding-right:1.1rem; */
    /* font-weight:bold; */
}

.post-sheet i {
    font-size: 3rem;
    line-height: 0rem;
    color: #666;
}
div.dimmer {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.6);
    z-index: 1100;
    opacity: 0;
    display: none;
} 

div.dimmer.dimmer-active {
    opacity: 1;
    display: block;
}

body.modal-open {
    position: fixed;
    width: 100%;
}

/*小火箭*/
.back2top {
    display: block;
    width: 3rem;
    height: 3rem;
    position: fixed;
    bottom: 11rem;
    right: .4rem;
    background-color: rgba(0,0,0,.6);
    border-radius: 50%;
    display: none;
}

.back2top i {
    display: block;
    width: 3rem;
    height: 3rem;
    font-size: 2.3rem;
    line-height: 3rem;
    text-align: center;
    color: #ddd;

}