﻿body, html, div, span, a, li, ul, img {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff;
}

a {
    text-decoration: none;
    color: #333;
}

ul {
    list-style: none;
}

a:hover {
    -webkit-tap-highlight-color: transparent;
}

/*****顶部appbar****/
.appbar {
    background: #32dab9;
    height: 5rem;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    z-index: 999;
    justify-content: center;
}

.appbar_main {
    width: 70%;
    height: 3rem;
    border-radius: 3rem;
    background: rgba(255,255,255,0.5);
    padding: 0.5rem 0;
    display: flex;
}

.appbar_search {
    width: calc(100% - 0rem);
    position: relative;
    display: flex;
    align-items: center;
}

.search_icon {
    width: 1.8rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
}

.search_input {
    border: none;
    background: none;
    outline: none;
    padding-left: 4rem;
    font-size: 1.2rem;
    color: #333;
    width: 100%;
}

.appbar_make {
    width: 5rem;
    height: 5rem;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.appbar_left {
    left: 0;
}

.appbar_icon {
    width: 2.5rem;
}

.appbar_right {
    right: 0;
}


/*** main ***/
.jingJiRen_main{
    padding-top:5rem;
}
.filter_main {
    height: 4rem;
    display: flex;
    align-items: center;
    position:fixed;
    width:100%;
    top:5rem;
    left:0;
    background:#fff;
}

.filter_item_tab {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font: inherit;
    font-weight: bold;
    font-size: 1.3rem;
}

.filter_item_tab i {
    font-size: 0.8rem;
    margin-left: 0.3rem;
    color: gray;
}

.filter_item_tab .icon-shang1, .filter_item_tab.active .icon-xia1-copy {
    display: none;
}

.filter_item_tab.active .icon-shang1 {
    display: block;
    color: #00AE66;
}

.filter_down_icon {
    width: 1rem;
    margin-left: 0.5rem;
}
/*筛选区*/
.filter_box .tab_bar .filter_main {
    width: 100%;
    margin: 0;
    position:static;
    height: 100%;
}

.filter_item_tab.active {
    color: #00AE66;
}

.filter_main.fixTop {
    position: fixed;
    width: 100%;
    left: 0;
    background: white;
    top: 4rem;
    z-index: 99;
}


.jingJiRen .jingJiRen_list_main {
    padding:0 2rem;
    margin-top:5rem;
}
.jingJiRen .jingJiRen_list {
}
.jingJiRen .jingJiRen_item {
    display:flex;
    padding:1rem 0;
}
.jingJiRen .jingJiRen_item_photo {
    display:flex;
    overflow:hidden;
    align-items:center;
    justify-content:center;
    width:5rem;
    height:5rem;
    margin-right:1rem;
    background:gray;
    border-radius:50%;
}
.jingJiRen .jingJiRen_item_photo img {
    width:100%;
}
.jingJiRen .jingJiRen_item_info {
    display:flex;
    flex-direction:column;
    justify-content:space-around;
    flex:1;
}
.jingJiRen .item_info_name {
    font-size:1.9rem;
    display:flex;
    align-items:flex-end;
    color:#000;
    margin-bottom:0.5rem;
}
.jingJiRen .item_info_name span {
    font-weight:bold;
}
.jingJiRen .item_info_num {
    font-size:1.3rem;
    margin-left:0.5rem;
}
.jingJiRen .item_info_num span {
    color:#32dab9;
}
.jingJiRen .item_info_other {
    font-size:1.3rem;
    color:#000;
}
.jingJiRen .jingJiRen_item_make {
    display:flex;
}
.jingJiRen .jingJiRen_make_item {
    display:flex;
    width:4rem;
    height:4rem;
    border-radius:50%;
    background:rgba(50,218,185,0.3);
    align-items:center;
    justify-content:center;
    margin-left:1rem;
}
.jingJiRen .jingJiRen_make_item i {
    color:#31c7aa;
    font-size:2rem;
}

/*****员工****/
.worker {
    background: #E0E9F6;
}
.worker .jingJiRen_list_main {
    padding:0rem;
    margin-top:5rem;
    padding-bottom:1rem;
}
    .worker .worker_item {
        padding-bottom: 1rem;
    }

.worker .worker_item_info {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
    padding: 1rem;
    padding-bottom: 0;
}
.worker .worker_item_body {
    display: flex;
}
.worker .worker_img {
    width: 10rem;
    height: 11rem;
    background: gray;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
}
.worker .worker_img img {
    width: 100%;
    height:100%
}
.worker .worker_main {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.worker .worker_main h3 {
    font-size: 1.6rem;
    font-weight: bold;
}
.worker .worker_main p {
    font-size: 1.35rem;
    color: #999;
}
.worker .worker_title {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 0;
}
    .worker .worker_title li {
        padding: 2px 5px;
        margin-right: 10px;
        font-size: 1.2rem;
        border-radius: 2px;
    }
.worker .worker_title li:nth-of-type(1) {
    background: rgba(225,195,147,.3);
    color: rgb(225,195,147);
}
.worker .worker_title li:nth-of-type(2) {
    background: rgba(141,197,177,.3);
    color: rgb(141,197,177);
}
.worker .worker_title li:nth-of-type(3) {
    background: rgba(221,150,157,.3);
    color: rgb(221,150,157);
}
.worker .worker_title li:nth-of-type(4) {
    background: rgba(38,119,222,.3);
    color: rgb(38,119,222);
}
.worker .worker_makes {
    display: flex;
}
.worker .worker_make_item {
    width: 50%;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3782E1;
    font-size: 1.4rem;
}
.worker .worker_make_item i {
    margin-right: 0.5rem;
    font-size: 1.5rem;
}