html {
    /* height: 100%; */
    /* background-color: #F8F6F7; */
}

body {
    margin: 0;
}

.FX1 {
    display: flex;
    flex: 1;
}
/* 分割线 */

.split {
    height: 0.75rem;
    background-color: #F8F6F7;
}

.search {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.75rem;
    background: linear-gradient(to right, #1B75DD, #5AA6FF);
    color: #FFFFFF;
    font-size: 1rem;
    padding: 0 1.1875rem 0 1rem;
}

.search>.back {
    width: 1.25rem;
    font-size: 1.09375rem !important;
    /* height: 100%; */
    /* outline: 1px solid red; */
}

.search>.all {
    width: 1.375rem;
    /* height: 100%; */
    /* outline: 1px solid red; */
}

.search>.spa {
    color: #FFFFFF;
    font-size: 0.875rem;
}

.company {
    display: flex;
    align-items: center;
}

.companyLogo {
    width: 3.75rem;
    height: 3.75rem;
    /*font-size: 100%;*/
    margin: 0.625rem 0.375rem 0rem 1rem;
    border-radius: 0.25rem;
}

.companyName {
    margin-bottom: 0.125rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #333333;
}

.companyNumber {
    font-size: 0.875rem;
    color: #737C83;
    line-height: 1.3125rem;
}

.synopsis, .synopsis2{
    margin-top: 1.0625rem;
}

.swiper {
    margin: 1.25rem 1rem 0 1rem;
    height: 11.5rem;
    width: calc(100% - 2rem);
    overflow: auto;
    /* outline: 1px solid red; */
    display: flex;
}

.swiper::-webkit-scrollbar {
    display: none;
}

.swiper img {
    height: 100%;
    margin-right: 0.75rem;
    border-radius: 0.5rem;
}

.swiper img:last-child {
    height: 100%;
    margin-right: 0;
}

.mainData {
    margin: 0 1rem 0 1rem;
}

.welfare {
    margin-top: 1.25rem;
}

.welfare>.title {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.welfare_option {
    display: flex;
    flex-wrap: wrap;
}

.welfare_option>.item {
    margin: 0.25rem 0.5rem 0.25rem 0rem;
    background-color: #E7F2FF;
    color: #1F7CE8;
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
}

.welfare_option>.item:nth-child(1) {
    margin-left: 0rem
}

.innerList,
.wordsContent {
    list-style: none;
}

.innerList>.wordsContent {
    position: relative;
    font-size: 0.875rem;
    color: #737C83;
    line-height: 1.3125rem;
}

.introduce_list {
    margin-bottom: 1.25rem;
}

.open {
    font-size: 0.22rem;
    color: #1F7CE8;
    position: absolute;
    right: 0.00625rem;
    bottom: 0.003125rem;
    font-size: 0.875rem;
    font-weight: bold;
}

.close {
    font-size: 0.22rem;
    color: #1F7CE8;
    position: absolute;
    right: 0.00625rem;
    bottom:0.003125rem;
    font-size: 0.875rem;
    font-weight: bold;
}

.open>img,
.close>img {
    width: 1rem;
    margin-bottom: -4px;
}

.map {
    width: 100%;
    height: 8.375rem;
    margin: .5rem 0 1.25rem 0;
    position: relative;
    background: rgba(0, 0, 0, 0.03);
}

.map p {
    margin: auto;
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #666;
}


.map p .layui-icon-loading {
    font-size: 2rem;
}

.map img {
    height: 8.375rem;
    width: 100%;
    border-radius: 0.25rem;
}

.introduce {
    margin-bottom: 1.1875rem;
}

.businessList>.item {
    font-size: 0.875rem;
    margin-bottom: 0.1875rem;
    line-height: 1.3125rem;
    display: flex;
    flex-wrap: wrap;
}

.welfare_option>.item:nth-child(1) {
    margin-left: 0rem
}

.innerList,
.wordsContent {
    list-style: none;
}

.innerList>.wordsContent {
    position: relative;
    font-size: 0.875rem;
    color: #737C83;
    line-height: 1.3125rem;
    margin-top: 0.5rem;
}

.open {
    font-size: 0.22rem;
    color: #1F7CE8;
    position: absolute;
    right: 0.00625rem;
    bottom: 0.003125rem;
    font-size: 0.875rem;
    font-weight: bold;
}

.category {
    color: #737C83;
    margin-right: 0.5rem;
}

.name {
    color: #585E66;
    width: 16.625rem;
}
/* 面试评价 */

.evaluate {
    margin: 1.25rem 1rem 0 1rem;
}

.evaluate>.title {
    margin-bottom: 1.25rem;
}

.evaluateList {
    border-bottom: 1px solid #EAEAEA;
}

.userDetail {
    display: flex;
    margin-bottom: 0.625rem;
}

.ico {
    width: 2.25rem;
    height: 2.25rem;
    opacity: 1;
    border-radius: 100%;
    margin-right: 0.375rem;
    /* outline: red 1px solid; */
}

.userName {
    color: #333333;
    font-size: 0.875rem;
    line-height: 1.3125rem;
}

.userPost {
    color: #AAAEB1;
    font-size: 0.75rem;
    line-height: 1.125rem;
}

/*.stars {*/
/*    width: 40rem;*/
/*    height: 40rem;*/
/*}*/

.content {
    color: #737C83;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    margin-bottom: 0.3125rem;
}

.userDate {
    display: flex;
    margin: 0.3125rem 0 0.5625rem 0rem;
    line-height: 1.0625rem;
    color: #737C83;
    font-size: 0.75rem;
}

.zan {
    width: 0.875rem;
    height: 0.875rem;
    margin-right: 0.3125rem;
}

.tips {
    line-height: 1.125rem;
    font-size: 0.75rem;
    color: #ABABAB;
    text-align: center;
    margin: 0.75rem 0 6.0625rem 0;
}

.footButton {
    width: 100%;
    border-top: 1px #EAEAEA solid;
    border-bottom: 1px #FFFFFF solid;
    text-align: center;
    padding: 0.1875rem 0 0.3125rem 0;
    position: fixed;
    bottom: 0;
    z-index: 1;
    background-color: #FFFFFF;
}

.footButton>button {
    width: 21.4375rem;
    background: #1F7CE8;
    border-radius: 0.25rem;
    font-weight: 400;
    color: #FFFFFF;
    border: none;
    line-height: 1.5rem;
    font-size: 1rem;
    padding: 0.625rem 0 0.5rem 0;
}

.position>.item {
    display: flex;
    padding: 1.25rem 0 0.5rem 0;
    border-bottom: #EAEAEA 1px solid;
    position: relative;
    z-index: 100;
}

.position>.item>.item_left {}

.position>.item>.item_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.item_left_name {
    font-size: 0.875rem;
    font-weight: 400;
    color: #333333;
    line-height: 1.3125rem;
    margin-bottom: 0.3125rem;
    width: 14.0625rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item_left_condition {
    font-size: 0.75rem;
    color: #737C83;
    line-height: 1.0625rem;
    margin-bottom: 0.25rem;
    width: 14.0625rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item_left_address {
    line-height: 1.0625rem;
    color: #737C83;
    font-size: 0.75rem;
    width: 14.0625rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.item_right_salary {
    font-size: 0.8125rem;
    font-weight: bold;
    color: #1F7CE8;
    line-height: 1.25rem;
    text-align: center;
}

.item_right_delivery {
    font-size: 0.75rem;
    color: #1F7CE8;
    background: #D2E7FF;
    padding: 0rem 0.9375rem;
    line-height: 1.625px;
    height: 1.625rem;
    border-radius: 0.9375rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checked {
    color: #1F7CE8;
}

.icon-tianyancha{
    color: #1296db;
}
.zhaopin-list{
    height: 60vh;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    z-index: 99;
}

.zhaopin-list div{
    position: relative;
    z-index: 100;
}

.amap-logo{
    display: none !important;
}
.amap-copyright{
    display: none !important;
}
.company .iconfont{
    margin: 0 1rem 0 0.9375rem;
    font-size: 0.9375rem;
}

.follow-text{
    color: #777;
    text-align: center;
}
.shouqi {
    position: relative;
}

.shouqi .iconfont{
    color: #226EBC;
    position: absolute;
    right: 0.875rem;
    font-size: 0.875rem;
    top: 0.28rem;
    transform: rotate(180deg)
}

.shouqi .tex {
    color: #226EBC;
    position: absolute;
    right: 1.875rem;
    font-size: 0.875rem;
}
