body {
  margin: 0;
}
@media (min-width: 1000px) {
  .moblie-header {
    display: none;
  }
  .w1300 {
    width: 1300px !important;
    margin: 0 auto;
  }
  .header .pc-header {
    height: 216px;
    position: relative;
  }
  .header .pc-header .pc-header-content {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .pc-header .pc-logo {
    width: 388px;
    height: 74px;
  }
  .header .pc-header .home-top-first {
    height: 507px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .header .pc-header .home-top-first .icon {
    height: 19px;
    width: 19px;
    margin-right: 12px;
  }
  .header .pc-header .home-top-first .span-first {
    font-weight: 400;
    font-size: 18px;
    color: #2A2829;
    margin-left: 10px;
  }
  .header .pc-header .home-top-first .EnStyle {
    font-size: 20px;
    padding: 3px;
    color: white;
    background-color: black;
  }
  .header .pc-header .home-top-first .barrier {
    padding: 5px;
    border-radius: 4px;
    font-size: 18px;
    border: 1px solid black;
  }
  .header .pc-header .search-wrap {
    height: 60px;
    margin-top: 5px;
    border-radius: 60px;
    background: #E8DFCE;
    display: flex;
    align-items: center;
    padding: 0px 5px;
  }
  .header .pc-header .search-wrap .home-content-select {
    width: 167px;
    height: 37px;
    margin-left: 20px;
    border: 1px solid #E8DFCE;
  }
  .header .pc-header .search-wrap .home-content-select .el-input__inner {
    width: 170px;
    height: 37px;
    background-color: #faf8f4;
    border: 1px #bba992 solid;
  }
  .header .pc-header .search-wrap .home-content-select .el-input__prefix {
    display: flex;
    align-items: center;
  }
  .header .pc-header .search-wrap .home-content-select .icon {
    color: #a67b28;
    margin-left: 5px;
    font-size: 16px;
  }
  .header .pc-header .search-wrap .home-content-input {
    flex: 1;
  }
  .header .pc-header .search-wrap .home-content-input .el-input__inner {
    background-color: transparent;
    color: #9C9A9A !important;
    border: none;
    font-size: 18px;
  }
  .header .pc-header .search-wrap .home-content-button {
    height: 54px;
    width: 102px;
    border-radius: 27px;
    border: 1px solid #E8DFCE;
    background: #A67B28;
    font-weight: 500;
    font-size: 24px;
    color: white;
  }
  .header .pc-header .nav-wrap {
    height: 59px;
    background: #806124;
  }
  .header .pc-header .nav-wrap .nav {
    height: 59px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .header .pc-header .nav-wrap .nav a {
    color: white;
    font-weight: 500;
    font-size: 24px;
    text-decoration: none;
  }
}
@media (max-width: 1000px) {
  .pc-header {
    display: none;
  }
  .njtsg-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding: 0px 10px;
  }
  .njtsg-header img {
    width: 185.5px;
    height: 35px;
  }
  .njtsg-nav {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 550;
    color: #121212;
    padding: 0px 10px 20px 10px;
  }
  .njtsg-nav a {
    color: #121212;
  }
  .search-box {
    background-color: #e8dfce;
    height: 35px;
    margin: 0 auto;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 0px 8px;
  }
  .search-box .selectbox {
    padding-left: 6px;
  }
  .search-box .selectbox .van-dropdown-menu {
    width: 120px !important;
    height: 26px;
    border: 1px solid #bba992;
    color: #604618 !important;
    background-color: #faf8f4 !important;
    border-radius: 2px !important;
  }
  .search-box .el-input__inner {
    width: 140px;
    background-color: #faf8f4;
    border: 1px #bba992 solid;
  }
  .search-box .search-input {
    flex: 1;
  }
  .search-box .search-input input {
    width: 100%;
    background-color: transparent;
    outline: none;
    border: none;
    font-size: 12px;
    letter-spacing: 1px;
    padding-left: 10px;
  }
}
