* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

em {
  font-style: normal;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  font-size: 16px;
}

ul {
  list-style: none;
}

input {
  border: none;
  outline: none;
  background: transparent;
}

button {
  border: none;
  outline: none;
  background: transparent;
}

@media screen and (max-width: 1024px) {
  .header {
    width: 100%;
    background: url("../../img/header.png") center top;
    background-size: 100% 100%;
    background-color: #68381e;
  }
  .header > .header_box {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.2rem;
    color: #ffffff;
  }
  .header > .header_box > .header_left {
    font-size: 22px;
  }
  .header > .header_box > .meauicon {
    width: 0.6rem;
    height: 0.6rem;
  }
  .header > .header_box > .header_center {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .header > .header_box > .header_center > a {
    margin-right: 0.56rem;
  }
  .header > .header_box > .header_center > a:hover {
    color: #ceb18b;
  }
  .header > .header_box > .header_center > a:last-child {
    margin-right: 0;
  }
  .lunbo .swiper {
    width: 100%;
  }
  .lunbo .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .lunbo .search_inputbox {
    width: 80%;
    height: 0.6rem;
    background: url("../../img/2.png") center top;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.3rem;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 0.4rem;
  }
  .lunbo .search_inputbox > input {
    height: 100%;
  }
  .lunbo .search_inputbox > .btnsearch {
    display: flex;
    align-items: center;
    color: #cf330c;
    background: url("../../img/1.png") center center no-repeat;
    height: 100%;
    cursor: pointer;
  }
  .lunbo .search_inputbox > .btnsearch > img {
    margin-right: 10px;
  }
}

@media screen and (min-width: 1025px) {
  .header {
    width: 100%;
    background: url("../../img/header.png") center top;
    background-color: #68381e;
  }
  .header > .header_box {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    color: #ffffff;
  }
  .header > .header_box > .header_left {
    font-size: 22px;
  }
  .header > .header_box > .header_center > a {
    margin-right: 56px;
  }
  .header > .header_box > .header_center > a:hover {
    color: #ceb18b;
  }
  .header > .header_box > .header_center > a:last-child {
    margin-right: 0;
  }
  .header > .header_box > .header_right {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
  }
  .header > .header_box > .header_right > img {
    margin-right: 20px;
  }
  .header > .header_box > .header_right > a:hover {
    color: #ceb18b;
  }
  .header > .header_box > .header_right:hover > .login_btn {
    display: block;
  }
  .header > .header_box > .header_right > .login_btn {
    display: none;
    width: 120px;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 999;
    background-color: #68381e;
    padding: 10px;
  }
  .header > .header_box > .header_right > .login_btn > div {
    cursor: pointer;
  }
  .header > .header_box > .header_right > .login_btn > div:nth-of-type(2) {
    margin-top: 10px;
  }
  .lunbo {
    position: relative;
  }
  .lunbo .swiper {
    width: 100%;
    height: auto;
  }
  .lunbo .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .lunbo .search_inputbox {
    width: 900px;
    height: 60px;
    background: url("../../img/2.png") center top;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    box-sizing: border-box;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
  }
  .lunbo .search_inputbox > input {
    height: 100%;
    width: 80%;
  }
  .lunbo .search_inputbox > .btnsearch {
    display: flex;
    align-items: center;
    color: #cf330c;
    background: url("../../img/1.png") center center no-repeat;
    height: 100%;
    cursor: pointer;
  }
  .lunbo .search_inputbox > .btnsearch > img {
    margin-right: 10px;
  }
}
