button {
  padding: 0 !important;
}

.breadcrumbs {
  margin-top: 146px;
}

.box {
  width: 100%;
  height: auto;
  margin-top: 65px;
  padding-bottom: 100px;
}

.box .guide {
  width: 100%;
  height: auto;
}

.box .guide .guide_content {
  width: 100%;
  height: auto;
}

.box .guide .guide_content .guide_title {
  color: #222;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.box .guide .guide_content .guide_video {
  margin-top: 50px;
  width: 100%;
  height: 640px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}

.box .guide .guide_content .guide_video .video {
  width: 100%;
  height: 100%;
}

.box .guide .guide_content .guide_video .guide_bo {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box .guide .guide_content .guide_desc {
  margin-top: 50px;
}

.box .guide .guide_content .guide_desc .guide_desc_content {
  color: #222;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 212.5% */
}

.box .guide .guide_content .guide_download {
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.box .guide .guide_content .guide_download .download_top {
  width: 100%;
  height: 60px;
  padding: 0 30px;
  background: #FBFBFD;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.box .guide .guide_content .guide_download .download_top .top_name {
  width: 40%;
  color: #222;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.box .guide .guide_content .guide_download .download_top .top_date {
  width: 30%;
  color: #222;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.box .guide .guide_content .guide_download .download_top .top_download {
  width: 30%;
  color: #222;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.box .guide .guide_content .guide_download .download_bot {
  width: 100%;
  height: auto;
  padding: 0 30px;
}

.box .guide .guide_content .guide_download .download_bot .item {
  width: 100%;
  height: auto;
  padding: 15px 0;
  margin-bottom: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.box .guide .guide_content .guide_download .download_bot .item .item_l {
  width: 70%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.box .guide .guide_content .guide_download .download_bot .item .item_name {
  width: 60%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.box .guide .guide_content .guide_download .download_bot .item .item_name img {
  width: 21px;
  height: auto;
}

.box .guide .guide_content .guide_download .download_bot .item .item_name p {
  margin-left: 8px;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.box .guide .guide_content .guide_download .download_bot .item .item_date {
  width: 40%;
  text-align: center;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.box .guide .guide_content .guide_download .download_bot .item .download_link {
  padding-right: 27px;
  width: 30%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.box .guide .guide_content .guide_download .download_bot .item a {
  display: inline-block;
  width: 23px;
  height: 22px;
}

.box .guide .guide_content .guide_download .download_bot .item a img {
  width: 23px;
  height: auto;
}

@media screen and (max-width: 960px) {
  .breadcrumbs {
    margin-top: 0vw;
  }
  .box {
    width: 100%;
    height: auto;
    margin-top: 14.4vw;
    padding-bottom: 13.33333vw;
  }
  .box .guide {
    width: 100%;
    height: auto;
  }
  .box .guide .safearea {
    max-width: 100vw;
  }
  .box .guide .guide_content {
    width: 100%;
    height: auto;
  }
  .box .guide .guide_content .guide_title {
    color: #222;
    text-align: center;
    font-size: 4.53333vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }
  .box .guide .guide_content .guide_video {
    padding: 0 4vw;
    margin-top: 5.33333vw;
    width: 100%;
    height: 49.06667vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
  }
  .box .guide .guide_content .guide_video .video {
    width: 100%;
    height: 100%;
  }
  .box .guide .guide_content .guide_video .guide_bo {
    width: 6.66667vw;
    height: 6.66667vw;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .box .guide .guide_content .guide_desc {
    margin-top: 5.33333vw;
    padding: 0 4vw;
    padding-bottom: 6.66667vw;
    border-bottom: 1px solid #E1E1E1;
  }
  .box .guide .guide_content .guide_desc .guide_desc_content {
    color: #222;
    text-align: justify;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6.53333vw;
    /* 212.5% */
  }
  .box .guide .guide_content .guide_download {
    width: 100%;
    height: auto;
    margin-top: 0vw;
  }
  .box .guide .guide_content .guide_download .download_top {
    display: none;
    width: 100%;
    height: 8vw;
    padding: 0 4vw;
    background: #FBFBFD;
    flex-direction: row;
    align-items: center;
  }
  .box .guide .guide_content .guide_download .download_top .top_name {
    width: 40%;
    color: #222;
    text-align: left;
    font-size: 2.4vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
  }
  .box .guide .guide_content .guide_download .download_top .top_date {
    width: 30%;
    color: #222;
    text-align: center;
    font-size: 2.13333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .box .guide .guide_content .guide_download .download_top .top_download {
    width: 30%;
    color: #222;
    text-align: right;
    font-size: 2.13333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  .box .guide .guide_content .guide_download .download_bot {
    width: 100%;
    height: auto;
    padding: 0 4vw;
  }
  .box .guide .guide_content .guide_download .download_bot .item {
    margin-top: 5.33333vw;
    width: 100%;
    height: auto;
    padding: 0vw 0;
    margin-bottom: 0vw;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .box .guide .guide_content .guide_download .download_bot .item .item_l {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .box .guide .guide_content .guide_download .download_bot .item .item_name {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .box .guide .guide_content .guide_download .download_bot .item .item_name img {
    margin-top: 0.66667vw;
    width: 2.8vw;
    height: auto;
  }
  .box .guide .guide_content .guide_download .download_bot .item .item_name p {
    margin-left: 1.06667vw;
    color: #222;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .box .guide .guide_content .guide_download .download_bot .item .item_date {
    margin-top: 1.33333vw;
    padding-left: 3.86667vw;
    width: 100%;
    text-align: left;
    color: #222;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .box .guide .guide_content .guide_download .download_bot .item .download_link {
    padding-right: 2.66667vw;
    width: 20%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .box .guide .guide_content .guide_download .download_bot .item a {
    display: inline-block;
    width: 3.06667vw;
    height: 2.93333vw;
  }
  .box .guide .guide_content .guide_download .download_bot .item a img {
    width: 3.06667vw;
    height: auto;
  }
}
