* {

  margin: 0;

  padding: 0;

  list-style: none;

  text-decoration: none;

  outline: none;

}



html,

body {

  height: 100%;

}



.wine {

  width: 100%;

  height: 100%;

  max-width: 750px;

  margin: 0 auto;

  display: flex;

  flex-direction: column;

}



.kernel {

  width: 100%;

  height: calc(100% - 250px);

  overflow-y: auto;

}



::-webkit-scrollbar {

  display: none;

  width: 0;

  height: 0;

}





.wrap {

  width: 92%;

  margin: 0 auto;

}



/* header */

#header {

  position: relative;

  /* position: sticky;

  top: 0;

  left: 0;

  z-index: 3;

  width: 100%; */

}



header {

  border-bottom: solid 1px #e5e5e5;

  padding: 15px 0;

  background: #fff;

}



.had,

.hadown {

  display: flex;

  justify-content: space-between;

  align-items: center;

}



.logo {

  display: block;

  width: 147px;

}



.logo img,

.seach img {

  display: block;

  width: 100%;

}



.hadown {

  gap: 40px;

}



.seach {

  width: 30px;

}



.menu {

  width: 40px;

  height: 23px;

  display: flex;

  justify-content: flex-end;

  align-items: center;

  position: relative;

}



.menu::before,

.menu::after {

  content: '';

  width: 100%;

  height: 2px;

  background: #000;

  position: absolute;

  left: 0;

  transition: .5s;

}



.menu.menuActive::before,

.menu.menuActive::after {

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  margin: auto;

}



.menu.menuActive::before {

  transform: rotate(45deg);

}



.menu.menuActive::after {

  transform: rotate(-45deg);

}



.menu::before {

  top: 0;

}



.menu::after {

  bottom: 0;

}



.menu p {

  width: 100%;

  height: 2px;

  background: #000;

}



.menu.menuActive p {

  width: 0;

}



.seachBox {

  background: #fff;

  width: 100%;

  position: absolute;

  top: 100%;

  left: 0;

  z-index: 3;

  padding: 30px 0;

  border-bottom: solid 1px #e5e5e5;

  display: none;

}



.seachFom {

  width: 100%;

  height: 85px;

  background-color: #ffffff;

  border: solid 1px #e5e5e5;

  box-sizing: border-box;

  display: flex;

}



.seachFom input {

  width: calc(100% - 140px);

  border: none;

  background: none;

  box-sizing: border-box;

  padding-left: 35px;

  font-size: 28px;

}



.seachFom button {

  width: 140px;

  border: none;

  background: none;

  font-size: 28px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #ffffff;

  background: #AE1E27;

}



.menuBox {

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, .8);

  position: fixed;

  left: 0;

  right: 0;

  top: 100px;

  z-index: 3;

  max-width: 750px;

  margin: auto;

  overflow-y: auto;

  display: none;

}



.menuBox>div,

.menuNav {

  background: #fff;

  padding: 0 0 80px;

}



.menuNav li {

  padding: 30px 10px;

  border-bottom: 1px solid #e5e5e5;

  box-sizing: border-box;

}



.menuNav a {

  font-size: 30px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #000000;

  display: flex;

  align-items: center;

  justify-content: space-between;

}





/* footer */

footer {

  background: #fff;

  width: 100%;

  padding: 26px 0;

}



.fotNav {

  display: grid;

  grid-template-columns: repeat(4, 1fr);

}



.fotNav a {

  display: block;

}



.fotIcon {

  width: 50px;

  height: 50px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 0 auto;

}



.fotIcon img {

  filter: brightness(0%);

  max-width: 100%;

  max-height: 100%;

  transition: .4s;

}



.fotNav h5 {

  text-align: center;

  font-size: 24px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #000000;

  margin: 15px 0 0;

}



a:hover h5,

.fotNav .active h5 {

  color: #AE1E27;

}



a:hover .fotIcon img,

.fotNav .active .fotIcon img {

  filter: brightness(100%);

}





.swiper {

  width: 100%;

  height: 100%;

}



.swiper-slide {

  display: -webkit-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  -webkit-justify-content: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  -webkit-align-items: center;

  align-items: center;

}



.swiper-slide img {

  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.gary {

  background: #F0F0F0;

  padding: 1px 0;

}



.pop-uo {

  width: 100%;

  height: 100%;

  position: fixed;

  top: 0;

  left: 0;

  background: rgba(0, 0, 0, .8);

  z-index: 9;

  box-sizing: border-box;

  padding: 10% 0;

  overflow-y: auto;

  display: none;

}



.pop-uo .wine {

  position: relative;

  height: auto;

}



.off {

  width: 50px;

  height: 50px;

  position: absolute;

  top: 0;

  right: 30px;

}



.off img {

  display: block;

  width: 100%;

}



.pop-uo .wrap {

  margin-top: 80px;

}



.pop-uo .wrap>div {

  background: #fff;

  box-sizing: border-box;

  width: 100%;

  padding: 50px 40px;

  border-radius: 5px;

}



.login {

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  text-align: center;

}



.login li {

  font-size: 36px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #000000;

  box-sizing: border-box;

  padding: 0 0 30px;

  border-bottom: 2px solid #e5e5e5;

  cursor: pointer;

}



.login li.active {

  border-bottom-color: #AE1E27;

}



.logFom {

  margin: 60px 0 0;

}



.logFom li {

  display: none;

}



.logFom .active {

  display: block;

}



.logFom div {

  position: relative;

}



.logFom h5 {

  font-size: 24px;

  font-weight: normal;

  font-stretch: normal;

  margin: 25px 0 20px;

  letter-spacing: 0px;

  color: #000000;

}



.logFom input {

  width: 100%;

  height: 60px;

  background-color: #ffffff;

  border: solid 1px #e5e5e4;

  box-sizing: border-box;

  font-size: 18px;

  color: #000;

  padding: 0 35px;

}



.getCode {

  width: 140px;

  height: 60px;

  background-color: #ad1e26;

  border: none;

  position: absolute;

  right: 0;

  bottom: 0;

  font-size: 24px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #ffffff;

}



.sub {

  width: 100%;

  box-sizing: border-box;

  border: none;

  height: 80px;

  background-color: #ad1e26;

  border-radius: 5px;

  margin: 40px 0 0;

  font-size: 24px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #ffffff;

}





@media screen and (max-width:640px) {



  header {

    padding: 10px 0;

  }



  .logo {

    display: block;

    width: 100px;

  }



  .hadown {

    gap: 20px;

  }



  .seach {

    width: 24px;

  }



  .menu {

    width: 30px;

    height: 18px;

  }



  .menuBox {

    top: 65px;

  }



  .menuNav li {

    padding: 10px;

    border-bottom: 1px solid #e5e5e5;

    box-sizing: border-box;

  }



  .menuNav a {

    font-size: 16px;

    font-weight: normal;

    font-stretch: normal;

    letter-spacing: 0px;

    color: #000000;

    display: flex;

    align-items: center;

    justify-content: space-between;

  }



  .menuNav a img {

    display: block;

    width: 10px;

  }



  .seachFom {

    height: 40px;

  }



  .seachFom input {

    width: calc(100% - 80px);

    border: none;

    background: none;

    box-sizing: border-box;

    padding-left: 20px;

    font-size: 16px;

  }



  .seachFom button {

    width: 80px;

    border: none;

    background: none;

    font-size: 16px;

    font-weight: normal;

    font-stretch: normal;

    letter-spacing: 0px;

    color: #ffffff;

    background: #AE1E27;

  }



  footer {

    padding: 10px 0;

  }



  .fotIcon {

    width: 22px;

    height: 22px;

  }



  .fotNav h5 {

    font-size: 12px;

    margin: 5px 0 0;

  }



  .kernel {

    height: calc(100% - 130px);

  }



  .pop-uo .wrap>div {

    padding: 20px 15px;

    border-radius: 5px;

  }



  .off {

    width: 30px;

    height: 30px;

    position: absolute;

    top: 0;

    right: 30px;

  }



  .pop-uo .wrap {

    margin-top: 50px;

  }

  .login li {
    font-size: 20px;
    padding: 0 0 10px;
  }

  .logFom {
    margin: 20px 0 0;
  }

  .logFom h5 {
    font-size: 16px;
    margin: 10px 0;
  }

  .logFom input {
    height: 40px;
    font-size: 16px;
    padding: 0 15px;
  }

  .sub {
    height: 40px;
    border-radius: 5px;
    margin: 20px 0 0;
    font-size: 15px;
  }

  .getCode {
    width: 80px;
    height: 40px;
    font-size: 14px;
  }

  .pop-uo .wine .wrap{
    width: 80%;
  }


}