@media screen and (min-width: 1200px) {
  .jobs .socity_title {
    width: 100%;
  }
  .jobs .socity_title .recruitment_detail_en {
    margin-left: 48%;
    display: block;
    width: 406px;
    height: 38px;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/home_line_icon-812-145.png");
    background-repeat: no-repeat;
    background-size: 406px 72.5px;
    background-position: 0px 0px;
  }
  .jobs .socity_title .recruitment_detail {
    margin-left: 42%;
    display: block;
  }
  .jobs .jobs-list {
    background: #FFFFFF;
    padding: 3.23vw 0 0;
    margin-left: -10px;
  }
  .jobs .jobs-list li {
    position: relative;
  }
  .jobs .jobs-list li .icons {
    position: absolute;
    z-index: 999;
    display: inline-block;
    right: -8px;
    bottom: 4px;
  }
  .jobs .jobs-list li .icon_operation {
    width: 4.16vw;
    height: 4.16vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/zhaopin_icons-2015-1510.png");
    background-repeat: no-repeat;
    background-size: 16.7648vw 12.5632vw;
    background-position: -8.4032vw -8.4032vw;
  }
  .jobs .jobs-list li .icon_it {
    width: 4.16vw;
    height: 4.16vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/zhaopin_icons-2015-1510.png");
    background-repeat: no-repeat;
    background-size: 16.7648vw 12.5632vw;
    background-position: -8.4032vw 0vw;
  }
  .jobs .jobs-list li .icon_wealth {
    width: 4.16vw;
    height: 4.16vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/zhaopin_icons-2015-1510.png");
    background-repeat: no-repeat;
    background-size: 16.7648vw 12.5632vw;
    background-position: -12.6048vw -4.2016vw;
  }
  .jobs .jobs-list li .icon_compliance {
    width: 4.16vw;
    height: 4.16vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/zhaopin_icons-2015-1510.png");
    background-repeat: no-repeat;
    background-size: 16.7648vw 12.5632vw;
    background-position: 0vw 0vw;
  }
  .jobs .jobs-list li .icon_hr {
    width: 4.16vw;
    height: 4.16vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/zhaopin_icons-2015-1510.png");
    background-repeat: no-repeat;
    background-size: 16.7648vw 12.5632vw;
    background-position: 0vw -4.2016vw;
  }
  .jobs .jobs-list li .icon_office {
    width: 4.16vw;
    height: 4.16vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/zhaopin_icons-2015-1510.png");
    background-repeat: no-repeat;
    background-size: 16.7648vw 12.5632vw;
    background-position: 0vw -8.4032vw;
  }
  .jobs.jobs-mobile .columns {
    border-bottom: 1px solid #e6e6e6;
    position: relative;
  }
  .jobs.jobs-mobile p {
    color: #000000;
    font-size: 0.93vw;
    margin: 1.92vw 0.98vw 1.87vw 1.51vw;
    height: 2.66vw;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: left;
    line-height: 1.25vw;
    overflow: hidden;
  }
  .jobs.jobs-mobile p.En {
    min-height: 6vw;
    text-align: left;
  }
  .jobs.jobs-mobile span {
    display: block;
    text-align: left;
    margin: 0 1.3vw 0.83vw 1.61vw;
    color: #aaa;
    font-size: 0.72vw;
  }
  .jobs .th {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .jobs .th span {
    box-sizing: border-box;
    font-family: Arial;
    font-size: 18px;
    color: #888888;
  }
  .jobs .th span:nth-child(1) {
    flex-basis: 18vw;
  }
  .jobs .th span:nth-child(2) {
    flex-basis: 16vw;
    margin: 0 5vw;
  }
  .jobs .th span:nth-child(3) {
    flex: 1;
  }
  .jobs .job {
    overflow: auto;
    padding-right: 2vw;
    overflow: hidden;
  }
  .jobs .job li {
    position: relative;
    overflow: hidden;
    transition: all 0.1s;
    cursor: pointer;
    width: 20vw;
    height: 11vw;
    margin: 0.78vw;
    border-radius: 0.53vw;
    box-shadow: 0 0 14px 0 rgba(7, 35, 105, 0.15);
    float: left;
  }
  .jobs .job li:nth-child(3n) {
    margin-right: 0;
  }
  .jobs .job li:hover span,
  .jobs .job li:hover p {
    color: #C7A877 !important;
  }
  .jobs .job li p {
    color: #000000;
    font-size: 0.93vw;
    margin: 1.92vw 0.98vw 1.87vw 1.51vw;
    height: 2.66vw;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: left;
    line-height: 1.25vw;
    overflow: hidden;
  }
  .jobs .job li p.En {
    min-height: 6vw;
    text-align: left;
  }
  .jobs .job li span {
    display: block;
    text-align: left;
    margin: 0 1.3vw 0.83vw 1.61vw;
    color: #aaa;
    font-size: 0.72vw;
  }
  .ant-modal-content {
    border-radius: 0.52vw;
  }
  .ant-modal-header {
    background: #F5F5F5 !important;
    text-align: center  !important;
    color: #000 !important;
    font-size: 18px  !important;
    border-top-left-radius: 0.52vw !important;
    border-top-right-radius: 0.52vw !important;
  }
  .ant-modal-body {
    padding: 2.1vw;
    padding-bottom: 24px;
    border-bottom-left-radius: 0.52vw;
    border-bottom-right-radius: 0.52vw;
  }
  .back_wap {
    display: none;
  }
  .job-form.EN .ant-form-item:nth-of-type(4) label:before {
    margin-top: 2px;
  }
  .job-form.EN .ant-form-item:nth-of-type(4) .ant-form-item-control {
    margin-top: 9px;
  }
  .job-form.EN .ant-form-item-label label {
    word-break: normal;
  }
  .upload-content {
    display: flex;
    align-items: center;
  }
  .upload-content .upload-valida {
    margin-left: 10px;
    color: #8D8D8D;
    font-size: 14px;
    flex: 1;
  }
  .myscrol {
    margin-right: -2vw;
  }
  .myscrol::-webkit-scrollbar {
    width: 0.3vw;
    height: 1px;
    margin-right: -2vw;
  }
  .myscrol:hover::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #cccccc;
  }
  .myscrol:hover::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #fff;
  }
  @keyframes lineHover {
    0% {
      width: 0%;
    }
    100% {
      width: 100.5%;
    }
  }
  .jobs-content {
    margin-top: 6.7vw;
    box-shadow: 0 0.1vw 0.8vw 0 rgba(7, 35, 105, 0.15);
    padding: 1.5vw 3.1vw 5.2vw;
    background: #fff;
    border-radius: 0.52vw;
  }
  .jobs-content .jobs-detail {
    border-top: 1px solid rgba(204, 204, 204, 0.5);
    padding-top: 2.6vw;
    line-height: initial;
  }
  .jobs-content .jobs-detail > h5 {
    font-family: Arial;
    font-size: 1.3vw;
    color: #000000;
    line-height: 2.8vw;
    margin-bottom: 1.6vw;
    font-weight: normal;
  }
  .jobs-content .jobs-detail > div {
    overflow: hidden;
    word-break: break-word;
  }
  .jobs-content .jobs-detail img {
    max-width: 100%;
  }
  .box-form {
    margin-top: 158px;
  }
  .box-form-column {
    position: relative;
  }
  .box-form-column .ant-radio-group {
    display: flex;
    justify-content: center;
  }
  .box-form-column .label {
    color: #888888;
    font-size: 14px;
    display: block;
    float: left;
    margin-top: 0.3vw;
    width: 83px;
    line-height: 1.3;
  }
  .box-form-column .job-departemt {
    border: 1px solid #c7a877;
    margin-left: 83px;
    border-radius: 1.6vw;
    width: 27.8vw;
    height: 2vw;
    position: relative;
  }
  .box-form-column .job-departemt input {
    border: none;
    margin-left: 28px;
    width: 20vw;
    height: 2vw;
  }
  .box-form-column .job-departemt input.ant-input:hover,
  .box-form-column .job-departemt input.ant-input:focus {
    border: none !important;
    background: none;
    box-shadow: none;
  }
  .box-form-column .job-departemt img {
    display: block;
    position: absolute;
    left: 17px;
    top: 0.55vw;
    z-index: 2;
  }
  .box-form-column .ant-radio-button-wrapper {
    width: 18.75vw;
    height: 4.58vw;
    line-height: 4.58vw;
    text-align: center;
    border: 1px solid #ccc;
    color: #000;
    font-size: 1.25vw;
    transition: none;
  }
  .box-form-column .ant-radio-button-wrapper:hover,
  .box-form-column .ant-radio-button-wrapper:focus {
    box-shadow: none;
  }
  .box-form-column .ant-radio-button-wrapper:nth-of-type(1) {
    border-top-left-radius: 0.52vw;
    border-bottom-left-radius: 0.52vw;
  }
  .box-form-column .ant-radio-button-wrapper:nth-of-type(2) {
    border-top-right-radius: 0.52vw;
    border-bottom-right-radius: 0.52vw;
  }
  .box-form-column .ant-radio-button-wrapper:not(:first-child)::before {
    background-color: #fff !important;
    transition: none !important;
  }
  .box-form-column .ant-radio-button-wrapper.ant-radio-button-wrapper-checked {
    border: none;
    box-shadow: none;
    background: #C7A877;
    color: #fff !important;
  }
  .box-form-column .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:hover,
  .box-form-column .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:focus {
    color: #fff !important;
    box-shadow: none !important;
  }
  .box-form-column .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:hover span,
  .box-form-column .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:focus span {
    color: #fff !important;
  }
  .box-form-column .ant-input-affix-wrapper {
    width: 34.8vw;
    border: 1px solid #c7a877;
    height: 36px;
    border-radius: 1.6vw;
    color: #c7a877;
  }
  .box-form-column .ant-input-affix-wrapper .ant-input::-webkit-input-placeholder,
  .box-form-column .ant-input-affix-wrapper textarea::-webkit-input-placeholder {
    color: #888;
    font-size: 14px;
  }
  .ant-upload-list {
    display: none;
  }
  .job-address {
    font-size: 14px;
    color: #888;
    margin-bottom: 30px;
  }
  .job-address span {
    display: inline-block;
    padding-right: 60px;
  }
  .job-address em {
    font-style: normal;
    color: #000;
  }
  .job-address-btn span {
    height: 3.1vw;
    width: 8.3vw;
    border: 1px solid #C7A877;
    color: #C7A877;
    display: inline-block;
    margin-top: 3.1vw;
    margin-right: 1.6vw;
    text-align: center;
    line-height: 3.1vw;
    cursor: pointer;
  }
  .job-address-btn span:nth-of-type(1) {
    color: #fff;
    background: #C7A877;
  }
}
.ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).ant-radio-button-wrapper:first-child {
  border-right-color: #193C96;
}
.ant-radio-button-wrapper:not(:first-child)::before {
  left: -3px !important;
}
.upload-main {
  width: 60px;
  height: 60px;
  border: 1px solid #CED0D6;
  border-radius: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-main .anticon-plus {
  color: #193C96;
}
.ant-form-item-label {
  white-space: normal;
  margin-right: 5px;
  line-height: 1.3;
  white-space: break-spaces !important;
}
.ant-form-item-label label {
  width: 68px;
  margin-right: 18px;
  position: relative;
  word-break: break-all;
  white-space: normal;
}
.ant-form-item-label label:after {
  display: none;
}
.ant-form-item:nth-of-type(4) label {
  text-align: center;
  margin-top: 10px;
}
.ant-form-item:nth-of-type(4) label:before {
  margin-top: -18px;
}
.ant-form-item input {
  border: 1px solid #CED0D6;
  border-radius: 2px;
}
.job-form-title {
  font-size: 14px;
  padding-left: 21px;
  margin-bottom: 20px;
  color: #000;
}
.ant-modal-close-x .anticon {
  width: 19px;
  height: 18px;
  background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/icon-675-644-562.png");
  background-repeat: no-repeat;
  background-size: 356.25px 322px;
  background-position: -266.5278px -155px;
}
.ant-modal-close-x .anticon svg {
  display: none;
}
.form-submit,
.form-giveup {
  width: 100px !important;
  height: 36px !important;
  background: #C7A877 !important;
  border-radius: 100px !important;
  border: none !important;
  color: #fff !important;
}
.form-submit:hover,
.form-giveup:hover,
.form-submit:focus,
.form-giveup:focus {
  background: #C7A877;
  color: #C7A877;
}
.jobs-right {
  text-align: right !important;
}
.jobs-center {
  text-align: center !important;
}
.form-giveup {
  border: 1px solid #C7A877 !important;
  background: #fff !important;
  color: #C7A877 !important;
  margin-left: 20px !important;
}
.form-giveup:hover,
.form-giveup:focus {
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
}
.ant-form-item-explain {
  font-size: 12px;
}
.share-main .ewm {
  width: 300px;
  display: block;
  margin: 0 auto 40px;
  padding: 14px;
  border: 1px solid #CED0D6;
  box-sizing: border-box;
  padding: 30px;
}
.form-submit-btn {
  margin-top: 50px !important;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  text-align: center;
}
.share-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  width: 300px;
  border: 1px solid #CED0D6;
  border-radius: 52px;
  height: 34px;
  line-height: 34px;
  margin: 0 auto 20px;
  position: relative;
}
.share-icon input {
  border: 0;
  border-radius: 52px;
  width: 280px;
}
.share-icon span {
  display: inline-block;
  width: 100px;
  height: 34px;
  background: #193C96;
  border-radius: 52px;
  color: #fff;
  font-size: 15px;
  position: absolute;
  right: -1px;
  top: -1px;
  text-align: center;
  cursor: pointer;
}
.share-icon span:nth-last-child(1) {
  margin-right: 0;
}
.share-icon img {
  width: 2.4vw;
  display: inline-block;
}
.ant-upload-list-item-card-actions {
  display: none;
}
.ant-progress-inner {
  border-radius: 100px;
}
.ant-progress-text {
  color: #8d8d8d;
}
.edit img {
  width: 18px;
  margin-left: 10px;
}
.edit.error {
  color: red;
}
.ant-progress-bg,
.ant-progress-status-success .ant-progress-bg {
  background: #193C96 !important;
}
.ant-progress-status-success .anticon-check-circle {
  display: none;
}
.upload-loading {
  display: flex;
  width: 230px;
}
.upload-loading em {
  width: 100px;
  font-style: normal;
  color: #8d8d8d;
}
.ant-empty {
  margin: 0 auto;
}
.ant-pagination {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 40px !important;
}
.ant-pagination .ant-pagination-item:hover {
  border: 1px solid #193C96 !important;
}
.ant-pagination .ant-pagination-item a:hover {
  color: #193C96 !important;
}
.ant-pagination-item-active {
  border: 1px solid #193C96 !important;
}
.ant-pagination-item-active a {
  color: #193C96 !important;
}
@media screen and (max-width: 1200px) {
  .jobs-content {
    padding: 1rem 1rem 2.25rem;
    margin-top: 6.7vw;
    box-shadow: 0 0.1vw 0.8vw 0 rgba(7, 35, 105, 0.15);
    background: #fff;
    border-radius: 1.6vw;
  }
  .jobs-content .bread {
    padding: 1rem 0;
  }
  .jobs-content .jobs-detail {
    padding-top: 4.26vw;
    line-height: initial;
  }
  .jobs-content .jobs-detail > h5 {
    font-size: 4.26vw;
    line-height: 6.13vw;
    margin-bottom: 6vw;
  }
  .jobs-content .jobs-detail > div {
    overflow: hidden;
    word-break: break-word;
  }
  .jobs-content .jobs-detail img {
    max-width: 100%;
  }
  .jobs-h5-main {
    margin: 2rem -1rem 3rem;
    padding: 0 3.2vw;
  }
  .jobs-h5-main ul {
    display: flex;
    justify-content: space-around;
    padding-bottom: 4.5vw;
  }
  .jobs-h5-main li {
    font-size: 4.3vw;
    font-family: Microsoft YaHei, sans-serif;
    position: relative;
    color: #888;
    text-align: center;
  }
  .jobs-h5-main li.current {
    color: #000000;
    font-size: 4.8vw;
  }
  .jobs-h5-main li.current::before {
    content: '';
    width: 6.93vw;
    height: 1.33vw;
    background: #193c96;
    position: absolute;
    bottom: -4.8vw;
    left: 50%;
    margin-left: -3.46vw;
  }
  .jobs-h5-main .jobs-h5-content {
    display: none;
  }
  .jobs-h5-main .jobs-h5-content.current {
    display: block;
  }
  .jobs-h5-main .columns {
    border-top: 1px solid rgba(216, 216, 216, 0.5);
    padding: 6.4vw 3.2vw;
    position: relative;
  }
  .jobs-h5-main .columns > a {
    display: block;
  }
  .jobs-h5-main .columns span {
    color: #888;
    font-size: 3.73vw;
  }
  .jobs-h5-main .columns h3 {
    font-size: 4.26vw;
    color: #000;
    margin-top: 2.13vw;
    margin-bottom: 3.2vw;
  }
  .jobs-h5-main .columns p {
    color: #000;
    font-size: 4.3vw;
    line-height: 5.6vw;
    margin-bottom: 3vw;
  }
  .jobs-h5-main .columns span {
    display: block;
    line-height: 1.5;
  }
  .jobs-h5-main .columns .icons {
    position: absolute;
    z-index: 999;
    display: inline-block;
    right: 1.1vw;
    bottom: 2.2vw;
  }
  .jobs-h5-main .columns .icon_operation {
    width: 16vw;
    height: 16vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/zhaopin_icons-2015-1510.png");
    background-repeat: no-repeat;
    background-size: 64.48vw 48.32vw;
    background-position: -32.32vw -32.32vw;
  }
  .jobs-h5-main .columns .icon_it {
    width: 16vw;
    height: 16vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/zhaopin_icons-2015-1510.png");
    background-repeat: no-repeat;
    background-size: 64.48vw 48.32vw;
    background-position: -32.32vw 0vw;
  }
  .jobs-h5-main .columns .icon_wealth {
    width: 16vw;
    height: 16vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/zhaopin_icons-2015-1510.png");
    background-repeat: no-repeat;
    background-size: 64.48vw 48.32vw;
    background-position: -48.48vw -16.16vw;
  }
  .jobs-h5-main .columns .icon_compliance {
    width: 16vw;
    height: 16vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/zhaopin_icons-2015-1510.png");
    background-repeat: no-repeat;
    background-size: 64.48vw 48.32vw;
    background-position: 0vw 0vw;
  }
  .jobs-h5-main .columns .icon_hr {
    width: 16vw;
    height: 16vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/zhaopin_icons-2015-1510.png");
    background-repeat: no-repeat;
    background-size: 64.48vw 48.32vw;
    background-position: 0vw -16.16vw;
  }
  .jobs-h5-main .columns .icon_office {
    width: 16vw;
    height: 16vw;
    background: url("https://cdn.gfzq.cn/hkstore/hkportal/sprites/zhaopin_icons-2015-1510.png");
    background-repeat: no-repeat;
    background-size: 64.48vw 48.32vw;
    background-position: 0vw -32.32vw;
  }
  .ant-input-affix-wrapper {
    width: auto;
  }
  .jobs-mobile.En .ant-radio-button-wrapper span {
    font-family: "Arial";
  }
  .jobs-mobile.En .jobs-h5-main .columns p,
  .jobs-mobile.En .jobs-h5-main .columns span {
    font-family: "Arial";
  }
  .box-form {
    margin-top: 10vw;
  }
  .box-form .box-form-column {
    position: relative;
    align-items: center;
    margin-bottom: 15px;
  }
  .box-form .box-form-column .label {
    width: 15vw;
    position: absolute;
    top: 1vw;
    left: 0;
    font-size: 14px;
    line-height: 1.3;
  }
  .box-form .box-form-column .label.job-title {
    margin-top: 0.2vw;
  }
  .box-form .box-form-column .ant-radio-group {
    line-height: 6vw;
    width: 90%;
    margin-left: 5%;
    margin-top: 5%;
    display: flex;
  }
  .box-form .box-form-column .department {
    margin-left: 20vw;
    line-height: 1.5;
  }
  .box-form .box-form-column .ant-radio-button-wrapper {
    font-size: 4.27vw;
    text-align: center;
    line-height: 1.2;
    width: 50%;
    height: auto;
    padding: 4vw;
    min-height: 14vw;
    margin-bottom: 2vw;
    border: 1px solid #ccc;
  }
  .box-form .box-form-column .ant-radio-button-wrapper:nth-of-type(1) {
    border-top-left-radius: 1.6vw;
    border-bottom-left-radius: 1.6vw;
  }
  .box-form .box-form-column .ant-radio-button-wrapper:nth-of-type(2) {
    border-top-right-radius: 1.6vw;
    border-bottom-right-radius: 1.6vw;
  }
  .box-form .box-form-column .ant-radio-button-wrapper:not(:first-child)::before {
    display: none;
  }
  .box-form .box-form-column .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
    border: 1px solid #c7a877 !important;
    color: #fff !important;
    box-shadow: none;
    background: #c7a877;
  }
  .box-form .box-form-column .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
    border: 1px solid rgba(25, 60, 150, 0.5);
  }
  .ant-pagination {
    display: block !important;
  }
  .ant-empty {
    margin: 0 auto;
  }
  .ant-empty-description {
    color: #888;
  }
  .job-address {
    margin-bottom: 5vw;
  }
  .job-address em {
    font-style: normal;
  }
  .job-address span {
    display: inline-block;
    margin-right: 5vw;
    line-height: 1.5;
  }
  .job-address-btn span {
    height: 8vw;
    width: 27vw;
    border: 1px solid #C7A877;
    color: #C7A877;
    display: inline-block;
    margin-top: 8vw;
    margin-right: 3vw;
    text-align: center;
    line-height: 7.2vw;
    cursor: pointer;
  }
  .job-address-btn span a {
    display: block;
    color: #C7A877;
  }
  .job-address-btn span:nth-of-type(1) {
    color: #fff;
    background: #C7A877;
    border: 1px solid #C7A877;
  }
  .job-address-btn span {
    height: 10vw;
    line-height: 10vw;
    width: 34vw;
    font-size: 3.73vw;
    border-radius: 1.6vw;
  }
  .job-form {
    padding: 10px 20px;
  }
  .job-form .job-form-title {
    padding-left: 0;
  }
  .job-form .ant-form-item {
    margin-bottom: 10px;
  }
  .job-form .ant-form-item-control {
    flex: 1 !important;
    max-width: initial;
  }
  .job-form .ant-form-item-label {
    flex: 1 !important;
    max-width: 85px !important;
  }
  .job-form .ant-col-offset-8 {
    margin-left: 0;
  }
  .job-form .upload-main {
    width: 13vw;
    height: 13vw;
  }
  .job-form .form-submit-btn {
    margin-top: 25px;
  }
  .job-form .form-submit-btn .ant-form-item-control-input-content {
    justify-content: center;
    display: flex;
  }
  .ant-modal-content {
    border-radius: 1.6vw;
  }
  .ant-modal-header {
    background: #F5F5F5 !important;
    text-align: center  !important;
    color: #000 !important;
    font-size: 18px  !important;
    border-top-left-radius: 1.6vw !important;
    border-top-right-radius: 1.6vw !important;
  }
  .ant-modal-body {
    padding: 2.1vw;
    padding-bottom: 24px;
    border-bottom-left-radius: 1.6vw;
    border-bottom-right-radius: 1.6vw;
  }
  .share_pc {
    display: none;
  }
  .shareH5Model {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: #F3F2F7;
  }
  .upload-loading {
    width: 210px;
  }
  .job-departemt {
    position: relative;
    margin-left: 22vw;
    border: 1px solid #c7a877;
    color: #c7a877;
    border-radius: 30px;
    height: 33px;
    margin-right: 6vw;
  }
  .job-departemt img {
    position: absolute;
    left: 13px;
    top: 7px;
  }
  .job-departemt input {
    margin-left: 28px !important;
    border: none;
    width: 200px;
  }
  .job-departemt input:focus,
  .job-departemt input:hover {
    box-shadow: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .box-form .box-form-column .label {
    font-size: 2.8vw;
    top: 0;
  }
  .box-form .box-form-column .label.job-title {
    margin-top: 0;
  }
  .box-form .box-form-column .ant-radio-button-wrapper {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1860px) {
  .job-address-btn span {
    width: 160px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    margin-right: 30px;
    border-radius: 0.52vw;
  }
}

