#hire-hot .main-box {
  width: var(--mainWidth);
  margin: 80px auto 0;
}
#hire-hot .main-box .post-head {
  width: 100%;
  padding: 0 0 24px 10px;
  border-bottom: 2px solid var(--hoverColor);
  margin-bottom: 40px;
}
#hire-hot .main-box .post-head span {
  font-size: var(--font16);
  color: var(--titleColor1);
}
#hire-hot .main-box .post-head .title {
  font-weight: bold;
  font-size: var(--font36);
  margin: 0 20px;
}
#hire-hot .main-box .btn-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#hire-hot .main-box .btn-box button {
  height: 50px;
  padding: 0 20px;
  margin-right: 10px;
  margin-bottom: 40px;
  border-radius: 8px;
  font-size: var(--font16);
  cursor: pointer;
}
#hire-hot .main-box .btn-box .all-btn {
  color: var(--whiteColor) !important;
  background: var(--hoverColor) !important;
}
#hire-hot .main-box .btn-box .all-btn:hover {
  background: var(--thirdColor) !important;
}
#hire-hot .main-box .btn-box .all-btn:focus {
  border: 1px dashed var(--whiteColor) !important;
}
#hire-hot .main-box .btn-box .btn-one {
  background: var(--gary9);
  color: var(--mainColor2);
}
#hire-hot .main-box .btn-box .btn-one:hover {
  background: var(--gary4);
}
#hire-hot .main-box .btn-box .btn-one:focus {
  border: 1px dashed var(--titleColor1);
}
#hire-hot .main-box .major-select {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#hire-hot .main-box .major-select ::-webkit-scrollbar {
  width: 4px;
  height: 102px;
}
#hire-hot .main-box .major-select ::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: var(--gary10);
}
#hire-hot .main-box .major-select .clear-btn {
  height: 50px;
  padding: 0 20px;
  background: var(--gary9);
  border-radius: 8px;
  font-size: var(--font16);
  color: var(--mainColor2);
}
#hire-hot .main-box .major-select .clear-btn:hover {
  background: var(--gary4);
}
#hire-hot .main-box .major-select .clear-btn:focus {
  border: 1px dashed var(--titleColor1);
}
#hire-hot .main-box .select-search {
  display: flex;
}
#hire-hot .main-box .select-search .layui-input-block {
  margin-left: 0;
}
#hire-hot .main-box .select-search .layui-city {
  justify-content: space-between;
}
#hire-hot .main-box .select-search .layui-city .province-selector {
  height: 50px;
  background: var(--gary9);
}
#hire-hot .main-box .select-search #job-area-picker {
  display: none;
  border: 1px solid #d2d2d2;
  width: 201px;
}
#hire-hot .main-box .select-search #job-area-picker .layui-inline-block {
  margin-bottom: 5px;
}
#hire-hot .main-box .select-search #job-area-picker .layui-form-select {
  margin: 0;
}
#hire-hot .main-box .select-search .layui-form-select {
  width: 198px;
  height: 50px;
  margin-right: 10px;
}
#hire-hot .main-box .select-search .city-input {
  margin-right: 10px;
  margin-bottom: 10px;
}
#hire-hot .main-box .select-search .city-input .city-box {
  line-height: 30px;
  cursor: pointer;
}
#hire-hot .main-box .select-search .layui-input,
#hire-hot .main-box .select-search .city-box {
  width: 198px;
  height: 50px;
  background: var(--gary9);
  border-radius: 4px;
  padding: 10px 20px;
  border: none;
  font-size: var(--font16);
  color: var(--mainColor2);
}
#hire-hot .main-box .select-search .layui-this {
  background: var(--gary9) !important;
  color: var(--blue5) !important;
}
#hire-hot .main-box .select-search .layui-form-selected dl dd {
  border-radius: 4px;
  font-size: var(--font16);
  color: var(--titleColor1);
}
#hire-hot .main-box .layui-form-select dl dd:hover {
  background: var(--gary4);
}
#hire-hot .main-box .post-box {
  width: 100%;
  margin: 40px 0 40px;
}
#hire-hot .main-box .post-box .position-one {
  width: 100%;
  height: 160px;
  border-radius: 8px;
  background: var(--gary3);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  cursor: pointer;
  border: 1px solid var(--gary9);
  position: relative;
}
#hire-hot .main-box .post-box .position-one .position-intro {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#hire-hot .main-box .post-box .position-one .position-intro .post .post-name {
  font-weight: bold;
  font-size: var(--font18);
  line-height: 30px;
  color: var(--titleColor);
  margin-right: 12px;
}
#hire-hot .main-box .post-box .position-one .position-intro .post .post-time {
  font-size: var(--font16);
  line-height: 30px;
  color: var(--mainColor2);
}
#hire-hot .main-box .post-box .position-one .position-intro .detail span {
  font-size: var(--font16);
  color: var(--mainColor2);
}
#hire-hot .main-box .post-box .position-one .position-intro .detail .salary {
  color: var(--red);
}
#hire-hot .main-box .post-box .position-one .position-intro .com-scale {
  font-size: var(--font16);
  color: var(--mainColor2);
  line-height: 30px;
}
#hire-hot .main-box .post-box .position-one .position-intro .com-scale span {
  font-size: var(--font16);
}
#hire-hot .main-box .post-box .position-one .po-img {
  width: 98px;
  height: 98px;
  border-radius: 16px;
}
#hire-hot .main-box .post-box .position-one:hover {
  background: var(--gary9);
}
#hire-hot .main-box .post-box .position-one::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: var(--gary4);
  position: absolute;
  bottom: -15px;
  left: 0;
}
#post-page {
  text-align: center;
}
#post-page span,
#post-page em,
#post-page a {
  font-size: var(--font16);
}
#post-page .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: var(--hoverColor);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  line-height: 40px;
}
#post-page .layui-laypage-btn {
  float: right;
}
#post-page .layui-laypage input {
  width: 40px;
  height: 40px;
  border: 1px solid var(--hoverColor);
  border-radius: 4px;
  line-height: 40px;
}
#post-page .layui-laypage input:hover {
  box-shadow: var(--hoverColor);
}
#post-page .layui-laypage button {
  border: 0px solid #212951;
  border-radius: 4px;
  color: var(--mainColor2);
  margin-top: 5px;
}
#post-page .layui-laypage a {
  border: none;
  width: 40px;
  border-radius: 4px;
  line-height: 40px;
}
#post-page .layui-laypage select {
  border: 1px solid var(--hoverColor);
}
#post-page .layui-laypage a,
#post-page .layui-laypage span {
  line-height: 40px;
}
#post-page ::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}
#post-page ::-webkit-scrollbar-button,
#post-page ::-webkit-scrollbar-button:vertical {
  display: none;
}
#post-page ::-webkit-scrollbar-thumb,
#post-page ::-webkit-scrollbar-thumb:vertical {
  margin-right: 10px;
  background-color: var(--gary10);
  border-radius: 5px;
}
#post-page ::-webkit-scrollbar-corner,
#post-page ::-webkit-scrollbar-corner:vertical {
  background-color: var(--gary10);
}
#post-page .layui-laypage a,
#post-page .layui-laypage button,
#post-page .layui-laypage input,
#post-page .layui-laypage select,
#post-page .layui-laypage span {
  border: 0px;
}
.layui-flow-more {
  width: var(--mainWidth);
}
