@charset "utf-8";
body {
    background: #f5f5f5;
}
.openspring .header-wrap-inner .nav-menu .active .parent:after{
    top:26px;
}
.openspring .header-wrap-inner .nav-menu .parent:hover:after
{
    top:26px;
}
#topsection {
    width: 1200px;
    margin: 20px auto;
    font-size: 20px;
    overflow: hidden;
}
#topsection .top-title{
    font-size: 22px;
    color: #3d464d;
    background-color: #fff;
    line-height: 60px;
    padding-left: 45px;
    position: relative;
}
#topsection .top-title::before{
    content: '';
    width: 5px;
    height: 24px;
    background-color: #ec0000;
    position: absolute;
    left: 25px;
    top: 18px;
    display: block;
}
.search{
    border: 1px solid #e6e6e6;
    padding: 24px 55px 24px 84px;
    margin-top: 10px;
    background-color: #fff;
}
.search .area{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.search .area .area-title{
    font-size: 18px;
    color: #3D464D;
    position: relative;
}
.search .area .area-title::before,.search .category .selcet-category::before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #f46119;
    position: absolute;
    left: -30px;
    top: 7px;
    display: block;
}
.search select{
    width: 260px;
    height: 50px;
    border: 1px solid rgba(204,204,204,1);
    padding: 0px 15px;
    color:rgba(61,70,77,0.7);
    margin-left: 15px;
    font-size: 16px;
    border-radius:4px;
}
.search .category{
    display: flex;
}
.search .category .content{
    /*flex: 1;*/
    margin-left: 5px;
    width: 840px;
    overflow: hidden;
}
.search .category .selcet-category {
    margin-top: 18px;
    font-size: 18px;
    color: #3d464d;
    position: relative;
}
.search .category .item{
    width: 192px;
    line-height: 50px;
    text-align: center;
    border: 1px solid rgba(204,204,204,1);
    margin: 0 0 20px 10px;
    display: inline-block;
    font-size: 18px;
    position: relative;
    border-radius:4px;
    box-sizing: border-box;
}
.search .category .item:hover{
    border:1px solid #ff0000;
    cursor: pointer;
}
.search .category .item.selected{
    border:1px solid #ff0000;
    color: #ec0000;
}
.search .category .item.selected i{
    position: absolute;
    display: block;
    width: 28px;
    height: 23px;
    background: url(/public/images/other/selected-jb.png) no-repeat;
    right: -1px;
    bottom: -1px;
}
.search .search-item{
    width: 210px;
    line-height: 50px;
    background-color: #FF8A0C;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius:4px;
    display: inline-block;
    margin-left:105px;
}
.search .clear-item{
    margin-left:50px;
    font-size: 18px;
    color: #3D464D;
}
.line{
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
    cursor: pointer;
}

.result{
    border: 1px solid #e6e6e6;
    padding: 31px 55px 0px 55px;
    margin-top: 20px;
    background-color: #fff;
}
.result .presentselect{
    font-size: 18px;
    color: #3D464D;
}
.result .presentselect span{
    font-size: 20px;
}
.result .activewoker{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e6e6e6;
    margin-top: 30px;
    padding: 20px 0 39px;
}
.workerinfo{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.w-icon{
    display: inline-block;
    width: 45px;
    height: 45px;
    background: url(/public/images/other/shifu.png) no-repeat;
}
.w-num{
    font-size: 30px;
    color: #ec0000;
    margin:0 4px 0 30px;
}
.resultnum{
    font-size: 30px;
    color: #ec0000;
}
.w-txt{
    font-size: 18px;
    color: #3D464D;
}
.btn-order{
    background: #ec0000;
    text-align: center;
    line-height: 50px;
    border-radius:8px;
    cursor: pointer;
}
option {
    font-size: 18px;
}
