.bottom_navigation_box_a_phone,
.bottom_navigation_box .bottom_navigation_box_a.bottom_navigation_box_a_phone {
  display: none;
}

.publicize_pop {
  padding: 0px !important;
  line-height: unset;
  height: 2.95rem;
}

.cmp-button:hover {
  cursor: pointer;
  color: #ffffff !important;
  background: unset;
}

.article_box {
  background-color: #ffffff;
  padding-bottom: 2.35rem;
  width: 100%;
}
.article_box .article_title {
  font-weight: 500;
  font-size: 0.8rem;
  color: #46b97c;
}
.article_box .article_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  font-weight: 400;
  font-size: 0.6rem;
  color: #666666;
}
.article_box .article_list .article_item {
  width: calc(33.33% - 2.4rem);
  margin-right: 2.4rem;
  margin-bottom: 0.8rem;
}
.article_box .article_list .article_item:hover {
  color: #46b97c;
  cursor: pointer;
}
.article_box .article_list .article_item:hover .el-button {
  color: #46b97c;
}
.article_box .item_left {
  width: 65%;
}
.article_box .item_left span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article_box .item_left .el-button {
  color: #666666;
}

.new_bg {
  background-color: #f9fafb !important;
}

.map_link:hover {
  color: #ffffff;
  cursor: pointer;
}

.bottom_navigation_box_bor {
  margin-top: 0.6rem;
  width: 100%;
  height: 1px;
  background: rgba(204, 204, 204, 0.15);
}

.bottom_navigation_box {
  color: #ffffff;
  padding-top: 1.5rem;
  font-weight: 400;
  font-size: 0.7rem;
  line-height: 1.1rem;
}
.bottom_navigation_box a {
  color: #ffffff;
  text-align: left;
}
.bottom_navigation_box .bottom_navigation_title {
  font-weight: 500;
  font-size: 0.8rem;
  color: #ffffff;
  line-height: 1.1rem;
  margin-bottom: 1.3rem;
}
.bottom_navigation_box .bottom_navigation_box_a {
  width: 5rem;
  display: flex;
  flex-direction: column;
}
.bottom_navigation_box .bottom_navigation_box_a .bottom_navigation_title.cursor_pointer:hover {
  font-weight: 600;
}
.bottom_navigation_box .bottom_navigation_box_a .cursor_pointer:hover {
  font-weight: 500;
}
.bottom_navigation_box .bottom_navigation_box_a i {
  display: none;
}
.bottom_navigation_box .bottom_navigation_box_b {
  width: 13.35rem;
}
.bottom_navigation_box .bottom_navigation_box_b #contactUs_addressDetail.ellipsis_tow {
  -webkit-line-clamp: 3;
}
.bottom_navigation_box .bottom_navigation_title_two {
  font-weight: 900;
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 2.25rem;
}
.bottom_navigation_box .bottom_navigation_box_firend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  overflow: hidden;
  position: relative;
  padding-right: 1.5rem;
  box-sizing: border-box;
}
.bottom_navigation_box .bottom_navigation_box_firend a {
  color: #e3ede1;
}
.bottom_navigation_box .bottom_navigation_box_firend a:hover {
  /* // font-weight: 500; */
  color: #ffffff;
}
.bottom_navigation_box .bottom_navigation_box_firend .more_img_box {
  position: absolute;
  top: 2.1rem;
  right: 0;
  width: 0.7rem;
  height: 0.7rem;
  cursor: pointer;
}
.bottom_navigation_box .bottom_navigation_box_firend .more_img_box.more_img_box_two {
  top: unset;
  bottom: 0.2rem;
}
.bottom_navigation_box .link_btn {
  display: inline-block;
  cursor: pointer;
}
.bottom_navigation_box .link_btn:hover {
  color: #ffffff;
}
.bottom_navigation_box .info_left {
  width: 65%;
}
.bottom_navigation_box .info_left .el-row {
  width: 100%;
}
.bottom_navigation_box .info_left .el-col-8 {
  max-width: calc(33.3333333333% - 1.5rem);
}
.bottom_navigation_box .info_left .el-col-16 {
  max-width: calc(66.6666666667% - 3rem);
}
.bottom_navigation_box .el-menu {
  border-color: rgba(255, 255, 255, 0.2);
  padding: 1rem 0px;
}
.bottom_navigation_box .el-menu--horizontal {
  flex-wrap: wrap;
  background: transparent;
}
.bottom_navigation_box .el-menu--horizontal .is-active {
  border-bottom: unset;
  color: #ffffff !important;
}
.bottom_navigation_box .el-menu--horizontal .el-menu-item {
  min-width: 11%;
  color: rgb(181, 181, 181);
  height: 2.25rem;
  border-bottom: unset;
  padding: 0 0.5rem;
  box-sizing: border-box;
}
.bottom_navigation_box .el-menu--horizontal .el-menu-item_left_first {
  justify-content: flex-start;
  padding-left: 0.25rem;
}
.bottom_navigation_box .el-menu--horizontal .el-menu-item:hover,
.bottom_navigation_box .el-menu--horizontal .el-menu-item:focus {
  color: #ffffff !important;
  background: unset;
}
.bottom_navigation_box .el-menu--horizontal .border_right {
  position: relative;
}
.bottom_navigation_box .el-menu--horizontal .border_right::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  height: 0.65rem;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.copyright_box {
  background: var(--menu_bg);
  border-top: 1px solid rgba(204, 204, 204, 0.15);
  color: #e8e8e8;
  padding: 0.8rem 0 1.3rem 0;
  line-height: 0.9rem;
  font-size: 0.65rem;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyright_box img {
  width: 1rem;
  margin: 0 0.25rem;
}
.copyright_box a {
  color: #e8e8e8;
  text-decoration: none;
}
.copyright_box a:hover {
  color: #ffffff;
}

.img_publicize_pop {
  width: 2.95rem;
  height: 2.95rem;
}

.publicize_pop_pad .img_publicize_pop {
  width: 2.95rem;
  height: 2.95rem;
}

.width_260 {
  width: 13rem !important;
  max-width: 13rem !important;
}
.width_260 .img_20 {
  width: 1.4rem;
  height: 1.4rem;
}

.img_66 {
  width: 5rem;
  height: 5rem;
}

.page_footer {
  padding: 0;
  height: unset;
  background: var(--menu_bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.request_dialog {
  padding: 0 !important;
}

.request_dialog .el-dialog__header {
  height: 2.5rem;
  box-sizing: border-box;
  padding: 0.85rem 2.3rem;
  border-bottom: 1px solid #d6d6d6;
  text-align: left;
}

.request_dialog .el-dialog__body {
  padding: 1.6rem 2.6rem 0 2.6rem;
}

.request_dialog .el-dialog__footer {
  padding: 1.65rem 2.6rem;
}

.request_dialog .el-dialog__header .el-dialog__title {
  color: #262729;
}

.request_dialog .el-dialog__body .el-textarea__inner {
  min-height: 4rem !important;
}

.dialog_img {
  position: absolute;
  width: 7.6rem;
  height: 6.1rem;
  bottom: 0;
  left: 2.6rem;
}
.dialog_img img {
  width: 100%;
  height: 100%;
}

.float_box {
  position: fixed;
  right: 1.2rem;
  bottom: 2.5rem;
  z-index: 999;
}
.float_box .float_box_top {
  width: 3.6rem;
  height: 7.05rem;
  background: #ffffff;
  box-shadow: 0.1rem 0.35rem 0.3rem 0px rgba(149, 149, 149, 0.15), -1px 0px 0.2rem 0px rgba(0, 0, 0, 0.06);
  border-radius: 1.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0.45rem 0;
  box-sizing: border-box;
}
.float_box .float_item_box_two {
  width: 3.6rem;
  height: 3.6rem;
  background: #ffffff;
  box-shadow: 0.1rem 0.35rem 0.3rem 0px rgba(149, 149, 149, 0.15), -1px 0px 0.2rem 0px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  margin-top: 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.float_box .float_item_box_two .float_img_box {
  width: 1.3rem;
  height: 1.3rem;
}
.float_box .float_item_box_line {
  width: 2rem;
  height: 1px;
  background-color: #f4f4f4;
}
.float_box .float_item_box {
  width: 2.7rem;
  height: 2.8rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.float_box .float_item_box .float_img_box {
  width: 1.7rem;
  height: 1.7rem;
  background-size: cover;
  background-position: center;
}
.float_box .float_item_box_click:focus {
  background: var(--el-color-primary-focus);
}
.float_box .float_item_box_click {
  background: var(--el-color-primary);
  border: 0;
}

.float_home_pop {
  border: unset !important;
  box-shadow: 0px 0.1rem 0.4rem 0px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  min-height: 3rem !important;
  padding: 0 !important;
}

.float_home_pop .el-popper__arrow::before {
  border: unset !important;
  box-shadow: 0px 0.1rem 0.4rem 0px rgba(0, 0, 0, 0.15);
  z-index: -1;
}

.float_home_pop_title {
  font-size: 0.7rem;
  line-height: 3rem;
  color: var(--el-color-primary);
  background: #ffffff;
  height: 3rem !important;
  padding: 0 0.5rem !important;
  white-space: nowrap;
}

.input_100_105 {
  width: calc(100% - 5.75rem);
}

.captchaUrl_box {
  width: 5.25rem;
  height: 1.6rem;
  margin-left: 0.5rem;
  cursor: pointer;
}
.captchaUrl_box img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .bottom_navigation_box_bor {
    margin-top: 2.6rem;
    height: 0.1rem;
  }
  .link_box,
  .more_about_us {
    display: none;
  }
  .bottom_navigation_box {
    padding-top: 0;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .bottom_navigation_box .bottom_navigation_box_a.bottom_navigation_box_a_pc {
    display: none;
  }
  .bottom_navigation_box .bottom_navigation_box_a.bottom_navigation_box_a_phone {
    display: unset;
  }
  .bottom_navigation_box .but_more_box {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 1.05rem;
  }
  .bottom_navigation_box .but_more_box .f-m-b-16 {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }
  .bottom_navigation_box .but_more_box .cursor_pointer:hover {
    font-weight: 500;
  }
  .bottom_navigation_box .bottom_navigation_box_a {
    width: 100%;
    position: relative;
  }
  .bottom_navigation_box .bottom_navigation_box_a .bottom_navigation_title {
    font-size: 1.5rem;
    line-height: 2.1rem;
    border-bottom: 0.1rem solid rgba(204, 204, 204, 0.23);
    padding: 1.4rem 0 1.3rem 0;
    margin-bottom: 0;
  }
  .bottom_navigation_box .bottom_navigation_box_a i {
    color: #ffffff;
    display: unset;
    position: absolute;
    right: 2rem;
    font-size: 2rem;
    top: 1.5rem;
  }
  .bottom_navigation_box .bottom_navigation_box_b {
    width: 100%;
  }
  .bottom_navigation_box .bottom_navigation_box_b .bottom_navigation_title {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-top: 2.3rem;
    margin-bottom: 0.15rem;
  }
  .bottom_navigation_box .bottom_navigation_box_b .bottom_navigation_title_two {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 0.85rem;
  }
  .bottom_navigation_box .bottom_navigation_box_b .flex_start_start.f-m-b-15 {
    margin-bottom: 1rem;
  }
  .bottom_navigation_box .bottom_navigation_box_b .img_22 {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.7rem;
  }
  .bottom_navigation_box .f-font-13 {
    margin-right: 2.4rem;
  }
  .bottom_navigation_box.flex_between_start {
    flex-direction: column;
    justify-content: flex-start;
  }
  .img_66 {
    width: 8.2rem;
    height: 8.2rem;
    margin-bottom: 0.9rem;
    margin-top: 3.3rem;
  }
  .f-font-13 {
    font-size: 1.3rem;
    line-height: 1.85rem;
  }
  .copyright_box {
    display: unset;
    font-size: 1.2rem;
    line-height: 1.65rem;
    padding-top: 1.7rem;
    border-top: 0.1rem;
  }
  .copyright_box img {
    display: none;
  }
  .copyright_box a {
    display: block;
  }
  .float_box {
    display: none;
  }
}
