@font-face {
  font-family: "Azo Sans Bold";
  src: url('/static/static/font/AzoSans-Bold/AzoSans-Bold.ttf'),
    url('/static/static/font/AzoSans-Bold/AzoSans-Bold.woff'),
    url('/static/static/font/AzoSans-Bold/AzoSans-Bold.woff2');
}

@font-face {
  font-family: "Azo Sans Medium";
  src: url('/static/static/font/AzoSans-Medium/AzoSans-Medium.ttf'),
    url('/static/static/font/AzoSans-Medium/AzoSans-Medium.woff'),
    url('/static/static/font/AzoSans-Medium/AzoSans-Medium.woff2');
}

@font-face {
  font-family: "Azo Sans Regular";
  src: url('/static/static/font/AzoSans-Regular/AzoSans-Regular.ttf'),
    url('/static/static/font/AzoSans-Regular/AzoSans-Regular.woff'),
    url('/static/static/font/AzoSans-Regular/AzoSans-Regular.woff2');
}

@font-face {
  font-family: "Azo Sans Light";
  src: url('/static/static/font/AzoSans-Light/AzoSans-Light.ttf'),
    url('/static/static/font/AzoSans-Light/AzoSans-Light.woff'),
    url('/static/static/font/AzoSans-Light/AzoSans-Light.woff2');
}

@font-face {
  font-family: "Manrope Bold";
  src: url('/static/static/font/Manrope-Bold.ttf');
}

@font-face {
  font-family: "Manrope Regular";
  src: url('/static/static/font/Manrope-Regular.ttf');
}

@font-face {
  font-family: "Manrope Medium";
  src: url('/static/static/font/Manrope-Medium.ttf');
}

body {
  background-color: #fff;
}

.official_miner {
  background-color: #fff;
}

.official_miner .miner_banner {
  position: relative;
  height: 230px;
  width: 100%;
  text-align: center;
  background-image: url(/static/themes/default/images/official/official_avalonhome_banner.png);
  background-size: 100%;
}

.official_miner .miner_banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-width: 1920px;
}

.official_miner .miner_banner .text {
  position: absolute;
  top: 80%;
  font-family: "Azo Sans Regular";
  color: #6eadff;
  font-size: 17pt;
  font-weight: bold;
}

.official_miner .miner_banner .text h1 {
  margin-left: calc(536px - ((1920px - 100vw) / 2));
}

.official_miner .miner_banner .text a {
  color: #6eadff;
  font-family: "Azo Sans Regular";
  font-size: 14pt;
  font-weight: bold;
  text-decoration: none;
}

.official_miner .miner {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 0 20px;
  background-color: #f2f3f4;
}

.miner .text_miner_new {
  margin-top: 80px;
  font-family: "Azo Sans Regular";
  font-size: 12pt;
  color: #e96d40;
}

.miner .text_miner_name {
  margin-top: 20px;
  font-family: "Azo Sans Regular";
  font-size: 17pt;
  color: #000;
}

.miner .text_miner_model {
  margin: 20px 0 0;
  font-family: "Azo Sans bold";
  font-size: 20pt;
  color: #000;
}

.miner .text_miner_hash {
  margin: 20px 0 0;
  font-family: "Azo Sans Regular";
  font-size: 13pt;
  color: #000;
}

.miner .buy {
  background-color: #000;
  color: white;
  font-family: "Manrope Regular";
  font-size: 16px;
  border-radius: 50px 50px;
  padding: 5px 20px;
  margin: 20px 0;
  text-decoration: none;
}

.miner .no_allow_buy {
  background-color: #999;
  pointer-events: none;
}

.miner .learn_more {
  color: #4f98f6;
  font-family: "Azo Sans Regular";
  font-size: 12pt;
}

.miner img {
  padding: 80px 0;
}

.official_miner .miner_vision {
  height: auto;
  background-image: url(/static/themes/default/images/official/official_home_back1.png);
  background-size: 100%;
}

.official_miner .miner .lax_scale_title {
  font-size: 30px;
  color: #fff;
  font-family: "Manrope Bold";
  padding: 40px 0;
  width: 100%;
  text-align: center;
}

.official_miner .miner_desc {
  width: 900px;
  margin: 0 auto;
  font-size: 20px;
  color: #e7e5e2;
  font-family: "Manrope Medium";
  padding: 40px 0;
  line-height: 30px;
}

.official_miner .miner_recycle {
  height: auto;
  background-color: #fff;
}

.official_miner .miner_recycle img {
  width: 160px;
}

.official_miner .recycle_title {
  font-size: 30px;
  color: #000;
  font-family: "Manrope Bold";
  text-align: center;
}

.official_miner .recycle_text {
  font-size: 18px;
  color: #3f3f3f;
  font-family: "Manrope Regular";
  text-align: center;
  margin-top: 30px;
  margin-bottom: 80px;
}

.official_miner .recycle_line {
  width: 60%;
  border-bottom: 1px solid #dfdfdf;
  margin: 0 auto;
}

.content-compare {
  margin-top: 5px;

  height: auto;
  background-color: #ffffff;
  padding-top: 60px;
}

.compare-product-name {
  display: block;
  font-size: 28px;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-family: "Azo Sans Bold";
}

.product-compare .compare-param {
  display: block;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 20px;
}

.product-container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  /* align-items: center; */
  flex-wrap: wrap;
  padding: 20px;
}

.product-compare {
  text-align: center;
  padding: 20px;
  margin: 10px;
  width: 27%;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

.compare-param .font {
  font-size: 20px;
  font-family: "Azo Sans Medium";
  margin-bottom: 20px;
}

.compare-param .font1 {
  font-family: "Azo Sans Regular";
  font-size: 16px;
}

.compare-bg .compare-head {
  font-size: 32px;
  color: #000;
  font-family: "Manrope Bold";
  text-align: center;
}

.product-compare img {
  width: 100%;
  height: auto;
}

.compare-param .icon {
  margin-bottom: 20px;
}

.line-container {
  position: absolute;
  width: 1920px;
  left: 0;
  height: 1px;
}

.compare-color {
  display: inline-flex;
}

.compare-color img {
  margin: 0;
  height: 30px;
  width: 30px;
  margin: 0px 10px;
}

.product-compare .buy {
  background-color: #000;
  color: white;
  border: none;
  border-radius: 50px 50px;
  padding: 8px 18px;
  text-decoration: none;
}

.product-compare .no_allow_buy {
  background-color: #999;
  pointer-events: none;
}

.official_mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000000aa;
  z-index: 10;
}


@media (max-width: 768px) {

  .official_miner .miner_banner {
    height: 120px;
    width: 100%;
    overflow-x: hidden;
  }

  .official_miner .miner_banner img {
    height: 100%;
    width: auto;
    object-fit: cover;
    max-width: 126%;
  }

  .official_miner .miner_banner .title {
    width: 100%;
    position: absolute;
    top: 60px;
    left: auto;
    text-align: center;
    font-family: "Manrope Bold";
    font-size: 26px;
    opacity: 1;
  }

  .official_miner .miner_banner .text {
    position: absolute;
    top: 86px;
    font-family: "Azo Sans Regular";
    color: #6eadff;
    font-size: 10px;
    font-weight: bold;
  }

  .official_miner .miner_banner .text h1 {
    margin-left: 10px;
  }

  .official_miner .miner_banner .text a {
    font-size: 12px;
  }

  .official_miner .miner {
    background-color: #f2f3f4;
  }

  .miner .text_miner_new {
    margin-top: 50px;
  }

  .official_miner .miner img {
    padding: 0;
  }

  .official_miner .miner .lax_scale_img {
    height: 260px;
    width: 80%;
    object-fit: contain;
    padding: 16px 0;
  }

  .official_miner .miner_vision {
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .official_miner .miner_desc {
    width: 100%;
    font-size: 20px;
    font-family: "Manrope Medium";
    padding: 20px;
    box-sizing: border-box;
  }

  .official_miner .miner_recycle {
    background-color: #fff;
  }

  .official_miner .miner_recycle img {
    margin: 80px 0;
  }

  .official_miner .recycle_title {
    font-size: 22px;
  }

  .official_miner .recycle_text {
    font-size: 14px;
  }

  .featured {
    margin-top: 40px !important;
    padding-top: 60px !important;
  }

  .featured,
  .content-compare {
    padding-top: 0;
  }

  .compare-bg .compare-head {
    font-size: 28px;
    margin: 0;
    padding: 30px 0;
  }

  .product-container {
    display: block;
    width: 100%;
    background-color: #f2f3f4;
    padding: 0;
  }

  .product-compare {
    width: 100%;
    margin: 0 auto 20px;
    background-color: #fff;
    padding-bottom: 30px;
    padding: 0px;
    padding-bottom: 20px;
  }

  .product-compare .line {
    border: none;
  }
}