.fix_btn_box {
  position: fixed;
  right: 40px;
  bottom: 40px;
  opacity: 1;
  z-index: 1000;
  transition: all 0.3s;
}

.fix_btn_box .menu_btn_box {
  background-color: #0071d7;
  /* border: 1px solid #dadada; */
  width: 100px;
  min-height: 100px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px 15px;
  box-shadow: 2px 1px 25px rgb(0 0 0 / 25%);
  color: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}

.fix_btn_box .menu_btn_box ul li {
  padding: 15px 0;
}

.fix_btn_box .menu_btn_box ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 15px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
}

.fix_btn_box .menu_btn_box ul li .icon {
  width: 100%;
  margin-bottom: 6px;
  color: #fff;
  font-size: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_btn_box {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 2px 1px 25px rgb(0 0 0 / 15%);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  overflow: hidden;
  cursor: pointer;
}

.top_btn_box button {
  background: none;
  border: none;
  cursor: pointer;
}

.top_btn_box i {
  font-size: 24px;
}

@media (max-width: 1024px) {
  .fix_btn_box {
    display: none;
  }
}
