* {
  box-sizing: border-box;
}
@font-face {
  font-family: Gilroy-Medium;
  src: url(./Gilroy-Medium.otf);
}
@font-face {
  font-family: Gilroy-Bold;
  src: url(./gilroy-bold.otf);
}
body {
  font-family: Gilroy, Gilroy-Medium, Gilroy-Bold, PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
    Arial, PingFang SC-Light, Microsoft YaHei;
  margin: 0;
  background-color: rgb(211 211 211);
}
.page {
  background-color: rgba(255, 239, 206, 1);
  position: relative;
  overflow-x: hidden;
  width: 375px;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .page {
    width: 375px;
  }
}
@media screen and (min-width: 750px) {
  .page {
    width: 750px;
  }
}

input {
  background-color: transparent;
  border: 0;
}
button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
}

button:active {
  opacity: 0.6;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-start {
  display: flex;
  justify-content: flex-start;
}
.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}
.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}
.justify-around {
  display: flex;
  justify-content: space-around;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}
.align-start {
  display: flex;
  align-items: flex-start;
}
.align-center {
  display: flex;
  align-items: center;
}
.align-end {
  display: flex;
  align-items: flex-end;
}

.header {
  padding: 15px;
  background: #fff;
}
.header2 {
  margin: 10px 5px;
}
.header_image_menu {
  width: 24px;
  height: 24px;
  margin: 8px 0 8px 0;
}
.header_title {
  overflow-wrap: break-word;
  color: rgba(18, 23, 24, 1);
  font-size: 22px;
  font-family: Gilroy-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 36px;
}
.header_home,.header_image_home {
  width: 28px;
  height: 28px;
  margin: 6px 0 7px 0;
  cursor: pointer;
}
.drawerbg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(12,11,20,0.6);
  display: none;
  z-index: 100;
}
#category li {
  list-style-type: none;
}
.categoryLink {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #3B3D4C;
  margin-top: 32px;
  line-height: 24px;
}

.footer1 {
  width: 100%;
  margin-top: 40px;
  overflow-wrap: break-word;
  color: rgba(109, 111, 116, 1);
  font-size: 12px;
  font-family: Gilroy-Medium;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
}
.footer1_text1 {
  color: rgba(109, 111, 116, 1);
  margin-right: 15px;
  text-decoration: none;
}
.footer1_text2 {
  color: rgba(109, 111, 116, 1);
  text-decoration: none;
}
.footer2 {
  width: 100%;
  overflow-wrap: break-word;
  color: rgba(63, 63, 63, 1);
  font-size: 12px;
  font-family: Helvetica;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
  margin-top: 9px;
  margin-bottom: 15px;
}
.footer2_text1 {
  font-family: Helvetica;
}
.footer2_text2 {
  font-family: AppleColorEmoji;
}
.footer2_text3 {
  font-family: Gilroy-Medium;
  font-weight: 500;
}
