* {
  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 {
    position: fixed;
    top: 0;
    right: -250px;
    height: 100%;
    background: #875429;
    color: #fff;
    transition: none;
    display: flex;
    flex-direction: column;
    z-index: 99;
    padding: 0.2rem;
  }
  .header > .header_box > .header_center > .close {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header > .header_box > .header_center > .close > .close {
    width: 0.8rem;
    height: 0.8rem;
  }
  .header > .header_box > .header_center > a {
    margin-right: 0.56rem;
    margin-top: 0.2rem;
  }
  .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-color: #e8cfa6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.3rem;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 0.4rem;
    color: #ffffff;
  }
  .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: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    color: #ffffff;
    padding: 0 76px;
  }
  .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 > .userinfos {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100px;
  }
  .header > .header_box > .header_right > .userinfos:hover > .gerzhongxin {
    display: block;
  }
  .header > .header_box > .header_right > .userinfos > .usernames {
    width: 100%;
    text-align: right;
  }
  .header > .header_box > .header_right > .userinfos > .usernames:hover {
    color: #ceb18b;
  }
  .header > .header_box > .header_right > .userinfos > .usernames > img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  .header > .header_box > .header_right > .userinfos > .gerzhongxin {
    display: none;
    width: 300px;
    position: absolute;
    top: 80px;
    right: -70px;
    background-color: #fff;
    z-index: 999;
    color: #000;
    border-radius: 5px;
  }
  .header > .header_box > .header_right > .userinfos > .gerzhongxin > .gerzhongxin_top {
    height: 150px;
    background-color: #875429;
  }
  .header > .header_box > .header_right > .userinfos > .gerzhongxin > .gerzhongxin_bom {
    margin-top: -100px;
    padding: 0 20px 20px;
  }
  .header > .header_box > .header_right > .userinfos > .gerzhongxin > .gerzhongxin_bom > .gerzhongxin_userinfo {
    display: flex;
    align-items: center;
  }
  .header > .header_box > .header_right > .userinfos > .gerzhongxin > .gerzhongxin_bom > .gerzhongxin_userinfo > img {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    margin-right: 20px;
  }
  .header > .header_box > .header_right > .userinfos > .gerzhongxin > .gerzhongxin_bom > .gerzhongxin_userinfo .usernamess {
    color: #fff;
    display: flex;
    align-items: center;
  }
  .header > .header_box > .header_right > .userinfos > .gerzhongxin > .gerzhongxin_bom > .gerzhongxin_userinfo .usernamess > img {
    width: 30px;
  }
  .header > .header_box > .header_right > .userinfos > .gerzhongxin > .gerzhongxin_bom > .gerzhongxin_vip {
    background-color: #875429;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 14px;
  }
  .header > .header_box > .header_right > .userinfos > .gerzhongxin > .gerzhongxin_bom > .gerzhongxin_vip > .gerzhongxin_vip1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .header > .header_box > .header_right > .userinfos > .gerzhongxin > .gerzhongxin_bom > .gerzhongxin_vip > .gerzhongxin_vip1 > .vip {
    display: block;
    background-color: #68381e;
    padding: 3px 5px;
    border-radius: 30px;
  }
  .header > .header_box > .header_right > .userinfos > .gerzhongxin > .gerzhongxin_bom > .gerzhongxin_gn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
  }
  .header > .header_box > .header_right > .userinfos > .gerzhongxin > .gerzhongxin_bom > .gerzhongxin_gn > a {
    display: block;
    background-color: #ceb18b;
    border-radius: 50%;
    font-size: 12px;
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .header > .header_box > .header_right > .userinfos > .gerzhongxin > .gerzhongxin_bom > .gerzhongxin_gn > a > img {
    width: 30px;
  }
  .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: 670px;
    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: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 998;
    border-radius: 30px;
  }
  .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;
  }
}
