html {
  /* height: 100%; */
  /* background-color: #F8F6F7; */
}

body {
  margin: 0;

}

a{
  text-decoration: none;
}

.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;
  position: relative;
}

.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;
}

.position_jianjie {
  margin: 0.625rem 1rem 0 1rem;
  border-bottom: 1px #D0D0D0 solid;
  padding-bottom: 1rem;
}

.synopsis {
  display: flex;
}


.positionName {
  margin-bottom: 0.625rem;
  font-size: 1.23rem;
  line-height: 1.9375rem;
  color: #333333;
  max-width: 18rem;
}

.positionPrice {
  color: #1F7CE8;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem;

}

.positionList {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: #737C83;
  margin-bottom: 0.375rem;
  display: flex;
  align-items: center;
}

.positionList span:nth-child(1){
  margin-right: 0.15625rem;
}

.address {
  margin-right: 0.9375rem;
}

.positionList>img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
}

.positionDate {
  font-size: 0.75rem;
  line-height: 1.0625rem;
  color: #AAAEB1;
}

.company {
  display: flex;
  margin: 1rem 1rem 0rem 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid#D0D0D0;
}

.companyDetail {
  width: 100%;
  display: flex;
  align-items: center;
}

.companyLogo {
  max-width: 3.75rem;
  min-width: 3.75rem;
  height: 3.75rem;
  font-size: 100%;
  opacity: 1;
  border-radius: 100%;
  margin-right: 0.375rem;
}

.companyName {
  margin-bottom: 0.125rem;
  line-height: 1.5rem;
  width: 11.5625rem;
}

.companyName>.company_name {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #333333;
}

.companyName>.hr {
  font-size: 0.75rem;
  line-height: 1.3125rem;
  color: #333333;
}

.companyNumber {
  font-size: 0.75rem;
  color: #737C83;
  line-height: 1.125rem;
  display: flex;
  align-items: center;
}

.companyNumber>.number {
  font-size: 0.75rem;
  color: #1F7CE8;
  font-weight: bold;
  line-height: 1.125rem;
}

.companyNumber>.back {
  width: 1.25rem;
  height: 2.75rem;
}




.mainData {
  margin: 0 1rem 0 1rem;
}

.welfare {
  margin-top: 1.25rem;
}

.welfare>.title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 0.5rem;

}

.welfare_option {
  display: flex;
  flex-wrap: wrap;

}

.welfare_option>.item {
  margin: 0.25rem 0.5rem 0.25rem 0rem;
  background: #F8F9FB;
  color: #585E66;
  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.5rem;
  margin-bottom: 1rem;
}

.innerList>.wordsContent p {
  text-align: center;
}

.innerList>.wordsContent p:nth-child(2) {
  color: #226EBC;
}

.innerList>.wordsContent .shouqi .icon-xiajiantou {
  display: inline-block;
  transition: 0.5s;
  transform: rotate(180deg);
}

.open {
  font-size: 0.006875rem;
  color: #1F7CE8;
  position: absolute;
  right: 0.00625rem;
  bottom: 0.003125rem;
  font-size: 0.875rem;
  font-weight: bold;
}

.close {
  font-size: 0.006875rem;
  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: 9.375rem;
  margin: 1rem 0 1.25rem 0;
}

.introduce {
  margin-bottom: 1.1875rem;
}


.tips {
  line-height: 1.125rem;
  font-size: 0.75rem;
  color: #ABABAB;
  text-align: center;
  margin: 0.75rem 0 6.0625rem 0;
}

.foot {
  width: 100%;
  border-top: 1px #EAEAEA solid;
  border-bottom: 1px #FFFFFF solid;
  display: flex;
  padding: 0.1875rem 0 0.3125rem 0;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  background-color: #FFFFFF;
}

.foot>button {
  border-radius: 0.25rem;
  font-weight: 400;
  border: none;
  font-size: 1rem;
  padding: 0.625rem 0 0.5rem 0;
}

.foot>.yjtd {
  margin-left: 1rem;
  width: 7.1875rem;
  color: #1F7CE8;
  background: #D2E7FF;
  margin-right: 0.75rem;
}

.foot>.ljgk {
  width: 13.5rem;
  background: #1F7CE8;
  color: #FFFFFF;
}

.operation {
  width: 7.125rem;
  /* height: 270rem; */
  z-index: 100;
  background: #FFFFFF;
  box-shadow: 0px 0.125rem 0.375rem 0.0625rem rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 2.75rem;
  right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.operation .item{
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.operation .item:last-child{
  margin-bottom: 0rem;
}
.operation .item img {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.5rem;
}
.operation .item span {
  font-size: 0.875rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.875rem;
  margin-right: 0.25rem;
}



.jubao_model {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 10000;
  display: none;
}
.jubao_model .jubao_main {
  width: 100%;
}
.jubao_model .jubao_main .jubao_header {
  padding: 0 5.333vw;
  width: 100%;
  height: 12vw;
  display: flex;
  align-items: center;
  z-index:999;
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
}
.jubao_model .jubao_main .jubao_header .jubao_tit {
  margin: 0 auto;
  font-weight: bold;
  font-size: 4.8vw;
  padding-right: 5.333vw;
}
.jubao_model .jubao_main .jubao_header > i {
  font-size: 4.267vw;
  color: #333333;
  font-weight: bold;
}
.jubao_model .jubao_main .jubao_con {
  padding: 0 5.333vw;
  width: 100%;
  height: 83vh;
  overflow: auto;
}
.jubao_con_lx {
  width: 100%;
}
.jubao_con_lx .jubao_type_tit {
  padding: 1.333vw 0;
  font-size: 3.733vw;
  color: #333333;
}
.jubao_type {
  width: calc(100% - 11vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jubao_type .jubao_type02 > input {
  display: none;
}
.jubao_type .jubao_type02 {
  font-size: 3.2vw;
  width: 26.667vw;
  height: 8.533vw;
  line-height: 8.533vw;
  border: 1px solid #b6b6b6;
  text-align: center;
  color: #b6b6b6;
  border-radius: 2px;
  margin-bottom: 2.667vw;
}
.jubao_type .jubao_type02.jubao_type02_cut {
  background-color: #226ebc;
  border-color: #226ebc;
  color: #fff;
}
.jubao_con .details {
  width: calc(100% - 10.666vw);
}
.jubao_con .details .details02 {
  width: calc(100% - 5.333vw);
  height: 37.333vw;
  border: 1px solid #b6b6b6;
  padding: 1.333vw 2.667vw;
  font-size: 3.733vw;
  resize: none;
}
.jubao_con .details .details02:focus {
  border-color: #226ebc;
}
/* 上传图片 */
#fileBox {
  width: 100%;
  min-height: 21.333vw;
  padding: 0 0 1.333vw 0;
  margin-top: 1.333vw;
}
#fileBox label {
  display: inline-block;
  height: 21.333vw;
  background: url(../images/jubaosc.png) no-repeat center;
  background-size: 13.333vw 13.333vw;
  border: 1px solid #226ebc;
  border-radius: 2px;
  position: absolute;
}
#fileBox .file-btn {
  height: 100%;
  width: 21.333vw;
  opacity: 0;
}
#fileBox .review-box {
  display: block;
  float: left;
  height: 100%;
  margin-left: 0.8vw;
}
#fileBox .review-box img {
  height: 100%;
  width: 21.333vw;
}
#fileBox .prev-item {
  position: relative;
  display: inline-block;
  height: 21.333vw;
  border: 1px solid #eeeeee;
}
#fileBox .prev-item .closebtn {
  font-weight: bold;
  position: absolute;
  right: 1.867vw;
  top: -1.067vw;
  display: block;
  height: 3.733vw;
  width: 3.733vw;
  color: #6b6b6b;
  font-size: 4.267vw;
  line-height: 3.733vw;
  text-align: center;
}
.jubao-btn {
  width: calc(100% - 10.666vw);
  height: 10.667vw;
  line-height: 10.667vw;
  text-align: center;
  border: none;
  outline: none;
  margin-top: 8vw;
  background-color: #226ebc;
  color: #fff;
  border-radius: 2px;
  font-size: 18px;
}
.layui-upload-file{
  display: none !important;
}

.jl_xx_fs{
  color:#fff;
  background: rgb(34, 110, 186);
  display:inline-block;
  padding:0 00.8vw;
  height: 8vw;
  line-height:8vw;
  border-radius:1vw;
  margin-left:0.533vw;
  font-size:3.2vw;
  border: 1px solid #226EBC;
}

.jl_xx_fsimg{
  float:left;
  height:4.8vw;
  width:4.267vw;
  margin:1.067vw 0.533vw;
}

.rm .jl_xx_fs:last-child{
  color: #226EBC;
  background: #fff;
}
.jl_xx_fs>img{
  width: 4vw;
  margin-right: 1vw;
}

.shuxian2{
  /*background-color: #6a6a6a;*/
  /*width: 1px;*/
  height: 15px;
  margin: 0 5px;
  border-left: 1px solid #6a6a6a;
}

.shuxian{
  height: 15px;
  margin: 0 5px;
  border-left: 1px solid #6a6a6a;
}

.amap-container{
  height: 9.375rem;
}

.icon-zuojiantou, .icon-gengduo{
  font-size: 1.09375rem !important;
}

.layui-m-layer-contact-info .layui-m-layercont{
  text-align: left;
  font-size: 15px;
  line-height:35px;
}

.layui-m-layer-contact-info .layui-m-layercont a{
  color: #212121 !important;
}

#map {
  display: none;
  height:8rem;
  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;
}

.layui-colla-content img,
#map img{
  height:8rem;
  width: auto;
  border-radius: 0.25rem;
}

.layui-colla-content img {
  height: 7.25rem;
  width: auto;
  border-radius: 0.25rem
}

.layui-collapse .layui-colla-title .layui-icon-location {
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 16px;
}

.layui-collapse .layui-colla-content p{
  height:8rem;
  position: relative;
  background: rgba(0, 0, 0, 0.03);
  line-height: 7rem;
  text-align: center;
}
