.left_float_tool_contact {
  position: fixed;
  bottom: 5rem;
  left: 0.14rem;
  z-index: 50;
}
.left_float_tool_contact .title_box {
  width: 0.9rem;
  height: 0.9rem;
  position: relative;
  cursor: pointer;
}
.left_float_tool_contact .title_box::before {
  content: "";
  width: 1.14rem;
  height: 1.14rem;
  background: radial-gradient(50% 50% at 50% 50%, #005FF8 0%, rgba(0, 96, 251, 0.6) 79%, rgba(0, 96, 252, 0) 100%);
  display: block;
  top: -0.1rem;
  left: -0.12rem;
  position: absolute;
  animation: left_icon_a 0.5s ease-in-out infinite alternate;
}
.left_float_tool_contact .title_box .img_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 50%;
}
.left_float_tool_contact .title_box .img_box img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: left_icon_img 1s ease-in-out infinite alternate;
}
.left_float_tool_contact .title_box .title_text {
  width: 0.9rem;
  height: 0.41rem;
  line-height: 0.41rem;
  background: linear-gradient(216deg, #0091FF 0%, #0035F6 100%);
  border-radius: 0.09rem;
  position: absolute;
  left: 0rem;
  top: 0.8rem;
  font-weight: 500;
  font-size: 0.17rem;
  color: #FFFFFF;
  text-align: center;
}
.left_float_tool_contact .left_tools {
  margin-top: 0.47rem;
  width: 0.9rem;
  height: 2.65rem;
  background: linear-gradient(152deg, #006FFF 0%, #00AAFF 100%);
  border-radius: 0.12rem;
  overflow: hidden;
  position: relative;
}
.left_float_tool_contact .left_tools .left_tools_item {
  height: 0.9rem;
  text-align: center;
  position: relative;
  border-bottom: 0.01rem solid #2D6BFF;
  cursor: pointer;
}
.left_float_tool_contact .left_tools .left_tools_item:last-child {
  border-bottom: none;
}
.left_float_tool_contact .left_tools .left_tools_item img {
  width: 0.25rem;
  height: 0.25rem;
  top: 0.16rem;
  left: 0.32rem;
  position: absolute;
}
.left_float_tool_contact .left_tools .left_tools_item span {
  position: absolute;
  top: 0.5rem;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 500;
  font-size: 0.17rem;
  color: #FFFFFF;
}
.left_float_tool_contact .yy_dialog {
  display: none;
  width: 3.6rem;
  height: 3.21rem;
  position: absolute;
  left: 0.7rem;
  bottom: -0.1rem;
}
.left_float_tool_contact .yy_dialog .dialog_content {
  width: 3.4rem;
  height: 3.31rem;
  position: absolute;
  top: -0.1rem;
  right: 0;
  background: url(../../static/images/left_hover_dialog_bg_01.png) no-repeat;
  background-size: 100% 100%;
}
.left_float_tool_contact .yy_dialog .dialog_content .dialog_title {
  font-weight: 600;
  font-size: 0.23rem;
  color: #006FFF;
  background-image: -webkit-linear-gradient(left, #006CFF, #001971);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  position: absolute;
  top: 0.36rem;
  left: 0;
  right: 0;
}
.left_float_tool_contact .yy_dialog .dialog_content #contacts_right {
  width: 2.64rem;
  height: 0.46rem;
  background: url(../../static/images/dialog_icon_01.svg) no-repeat #FFFFFF;
  background-size: 0.23rem;
  background-position: 0.17rem 0.13rem;
  box-shadow: 0rem 0rem 0.1rem 0rem rgba(0, 111, 255, 0.08);
  border-radius: 0.04rem;
  position: absolute;
  top: 0.9rem;
  right: 0.4rem;
}
.left_float_tool_contact .yy_dialog .dialog_content #mobile_right {
  width: 2.64rem;
  height: 0.46rem;
  background: url(../../static/images/dialog_icon_02.svg) no-repeat #FFFFFF;
  background-size: 0.23rem;
  background-position: 0.17rem 0.13rem;
  box-shadow: 0rem 0rem 0.1rem 0rem rgba(0, 111, 255, 0.08);
  border-radius: 0.04rem;
  position: absolute;
  top: 1.5rem;
  right: 0.4rem;
}
.left_float_tool_contact .yy_dialog .dialog_content input {
  font-size: 0.17rem;
  text-indent: 0.5rem;
}
.left_float_tool_contact .yy_dialog .dialog_content input::placeholder {
  color: #8990A6;
}
.left_float_tool_contact .yy_dialog .dialog_content .submit_btn {
  width: 2.64rem;
  height: 0.46rem;
  line-height: 0.46rem;
  background: linear-gradient(151deg, #006CFF 0%, #00AAFF 100%);
  border-radius: 0.03rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.2rem;
  color: #FFFFFF;
  position: absolute;
  top: 2.1rem;
  right: 0.4rem;
  cursor: pointer;
}
.left_float_tool_contact .yy_dialog .dialog_content .submit_btn:hover {
  background: linear-gradient(151deg, #00AAFF 0%, #006CFF 100%);
}
.left_float_tool_contact .yy_dialog .dialog_content .dialog_tip {
  font-weight: 400;
  font-size: 0.17rem;
  color: #000E45;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 2.74rem;
}
.left_float_tool_contact .sw_dialog {
  display: none;
  width: 2.44rem;
  height: 1.83rem;
  position: absolute;
  left: 0.7rem;
  bottom: 0.7rem;
}
.left_float_tool_contact .sw_dialog .dialog_content {
  width: 2.14rem;
  height: 1.83rem;
  position: absolute;
  top: 0rem;
  right: 0;
  background: url(../../static/images/left_hover_dialog_bg_02.png) no-repeat;
  background-size: 100% 100%;
}
.left_float_tool_contact .sw_dialog .dialog_content .dialog_title {
  font-weight: 600;
  font-size: 0.23rem;
  color: #006FFF;
  background-image: -webkit-linear-gradient(left, #006CFF, #001971);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  position: absolute;
  top: 0.26rem;
  left: 0;
  right: 0;
}
.left_float_tool_contact .sw_dialog .dialog_content .dialog_line {
  font-weight: 400;
  font-size: 0.2rem;
  color: #000E45;
  position: relative;
  text-indent: 0.35rem;
  height: 0.3rem;
  line-height: 0.3rem;
  margin-left: 0.27rem;
  margin-top: 0.71rem;
}
.left_float_tool_contact .sw_dialog .dialog_content .dialog_line::before {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background: url(../../static/images/dialog_icon_03.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.left_float_tool_contact .sw_dialog .dialog_content .dialog_line:last-child {
  margin-top: 0.17rem;
}
.left_float_tool_contact.show_dialog_1:hover .yy_dialog {
  display: block;
  animation: fadein 0.4s;
}
.left_float_tool_contact.show_dialog_2:hover .sw_dialog {
  display: block;
  animation: fadein 0.4s;
}
.left_float_tool_contact:hover .mouse_light {
  opacity: 1;
}
.mouse_light {
  width: 150px;
  height: 150px;
  background: radial-gradient(circle closest-side, rgba(0, 255, 248, 0.376), transparent);
  position: absolute;
  transform: translate(-50%, -50%);
  top: -150px;
  left: -150px;
  pointer-events: none;
  opacity: 0;
}
.bk_new_1 {
  width: 100%;
  height: 10rem;
  position: relative;
  overflow: hidden;
}
@keyframes fadeout {
  0% {
    opacity: 1;
    display: block;
  }
  100% {
    opacity: 0;
    display: block;
  }
}
/* 进入动画 */
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes left_icon_a {
  0% {
    transform: scale(1.18);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes left_icon_img {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.live_list {
  width: 2.6rem;
  height: 4.13rem;
  position: fixed;
  left: 0.16rem;
  bottom: 0.16rem;
  background: url(../../static/images/live_bg.png) no-repeat;
  background-size: 100% 100%;
  z-index: 50;
}
.live_list::before {
  content: "";
  width: 1.25rem;
  height: 0.34rem;
  background: url(../../static/images/live_title.gif) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0.36rem;
  left: 0.72rem;
  transform: scale(1.4);
}
.live_list .live_list_content {
  margin-top: 1rem;
}
.live_list .live_list_content .live_list_item {
  height: 0.7rem;
  position: relative;
  cursor: pointer;
  margin-left: 0.05rem;
  margin-right: 0.05rem;
  border-bottom: 0.01rem solid #E4EBF6;
}
.live_list .live_list_content .live_list_item:hover {
  background: #EFF6FF;
}
.live_list .live_list_content .live_list_item:hover .hover_code_box {
  display: block;
}
.live_list .live_list_content .live_list_item:hover .live_title span {
  animation: scroll_name 4s linear infinite running;
}
.live_list .live_list_content .live_list_item .live_title {
  position: absolute;
  font-weight: 400;
  font-size: 0.17rem;
  color: #061440;
  left: 0.2rem;
  top: 0.14rem;
  display: inline-block;
  max-width: 1.8rem;
  overflow: hidden;
}
.live_list .live_list_content .live_list_item .live_title span {
  font-weight: 400;
  font-size: 0.18rem;
  color: #061440;
  display: block;
  width: 3rem;
}
.live_list .live_list_content .live_list_item .live_time {
  font-weight: 400;
  font-size: 0.16rem;
  color: #6A7079;
  position: absolute;
  left: 0.2rem;
  bottom: 0.1rem;
}
.live_list .live_list_content .live_list_item::before {
  content: "";
  display: block;
  width: 0.31rem;
  height: 0.31rem;
  position: absolute;
  top: 0.2rem;
  right: 0.1rem;
  background: url(../../static/images/live_right_icon.png) no-repeat;
  background-size: 100% 100%;
}
.live_list .live_list_content .live_list_item .hover_code_box {
  width: 2.14rem;
  height: 2.57rem;
  background: url(../../static/images/live_wx_bg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -2.27rem;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.live_list .live_list_content .live_list_item .hover_code_box .code_box {
  width: 1.79rem;
  height: 1.79rem;
  background: #FFFFFF;
  margin: 0.2rem auto 0;
}
.live_list .live_list_content .live_list_item .hover_code_box .code_box img {
  width: 100%;
  height: 100%;
}
.live_list .live_list_content .live_list_item .hover_code_box .code_text {
  text-align: center;
  margin-top: 0.11rem;
  font-weight: 500;
  font-size: 0.23rem;
  color: #000E45;
}
.live_list .live_list_content .live_list_item:last-child {
  border-bottom: none;
}
.live_list .live_list_content .live_list_item:last-child .hover_code_box {
  top: -30%;
}
.header .right {
  width: 5.25rem !important;
}
.header .right .header_icon_01 {
  width: 0.23rem;
  height: 0.23rem;
  background: url(../../static/images/phone.svg) no-repeat;
  background-size: 100% 100%;
  margin-right: 0.16rem;
  display: block;
}
.header .right .header_icon_02 {
  width: 0.23rem;
  height: 0.23rem;
  background: url(../../static/images/user.svg) no-repeat;
  background-size: 100% 100%;
  margin-right: 0.16rem;
  display: block;
}
.header .right .to_live {
  display: inline-block;
  width: 1.57rem;
  height: 0.51rem;
  background: #FF110D;
  border-radius: 0.29rem;
  line-height: 0.48rem;
  text-align: center;
  font-weight: 500;
  font-size: 0.21rem;
  color: #FFFFFF;
  cursor: pointer;
}
.header.no_top .header_icon_02 {
  background: url(../../static/images/user_b.svg) no-repeat;
  background-size: 100% 100%;
}
.center_tips {
  width: 100%;
  position: relative;
  z-index: 40;
  height: 0;
  text-align: center;
}
.center_tips > div {
  display: inline-block;
  width: 4.2rem;
  height: 1.39rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0rem 0.03rem 0.3rem 0rem rgba(13, 70, 149, 0.15);
  border-radius: 0.15rem;
  border: 0.01rem solid #FFFFFF;
  backdrop-filter: blur(10px);
  margin: 0rem 0.1rem 0;
  transform: translateY(-1rem);
  vertical-align: top;
  transition: all 0.4s;
  overflow: hidden;
  cursor: pointer;
}
.center_tips > div * {
  pointer-events: none;
}
.center_tips > div .spanTips {
  font-weight: 500;
  font-size: 0.25rem;
  color: #061835;
  position: absolute;
  top: 0.4rem;
  left: 0.9rem;
}
.center_tips > div .tip_text {
  font-weight: 400;
  font-size: 0.2rem;
  color: #000E45;
  position: absolute;
  left: 0.9rem;
  top: 0.8rem;
}
.center_tips > div .tag_list {
  position: absolute;
  top: 1.34rem;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s;
}
.center_tips > div .tag_list span {
  display: inline-block;
  font-weight: 500;
  font-size: 0.18rem;
  color: #061835;
  margin: 0 0.12rem;
  padding-left: 0.3rem;
  position: relative;
}
.center_tips > div .tag_list span::before {
  content: "";
  left: 0rem;
  top: 0;
  display: block;
  width: 0.23rem;
  height: 0.23rem;
  background: url(../../static/images/success.svg) no-repeat;
  background-size: 100%;
  position: absolute;
}
.center_tips > div .tip_icon_1 {
  width: 0.43rem;
  height: 0.43rem;
  background: url(../../static/images/title_icon_01.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -0.05rem;
  left: -0.5rem;
}
.center_tips > div .tip_icon_2 {
  width: 0.43rem;
  height: 0.43rem;
  background: url(../../static/images/title_icon_02.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -0.05rem;
  left: -0.5rem;
}
.center_tips > div .tip_icon_3 {
  width: 0.43rem;
  height: 0.43rem;
  background: url(../../static/images/title_icon_03.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -0.05rem;
  left: -0.5rem;
}
.center_tips > div .tip_icon_4 {
  width: 0.43rem;
  height: 0.43rem;
  background: url(../../static/images/title_icon_04.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -0.05rem;
  left: -0.5rem;
}
.center_tips > div.active,
.center_tips > div:hover {
  height: 1.88rem;
  background: url(../../static/images/tips_bg.png) no-repeat;
  background-size: 120%;
  background-position: center;
  transform: translateY(-1.5rem);
}
.center_tips > div.active .tip_icon_1,
.center_tips > div:hover .tip_icon_1,
.center_tips > div.active .tip_icon_2,
.center_tips > div:hover .tip_icon_2,
.center_tips > div.active .tip_icon_3,
.center_tips > div:hover .tip_icon_3,
.center_tips > div.active .tip_icon_4,
.center_tips > div:hover .tip_icon_4 {
  display: none;
}
.center_tips > div.active .spanTips,
.center_tips > div:hover .spanTips {
  left: 0;
  right: 0;
}
.center_tips > div.active .tip_text,
.center_tips > div:hover .tip_text {
  top: 0.8rem;
  left: 0;
  right: 0;
}
.center_tips > div.active .tip_text::before,
.center_tips > div:hover .tip_text::before {
  content: "";
  display: inline-block;
  width: 0.18rem;
  height: 0.31rem;
  background: url(../../static/images/title_left.png) no-repeat;
  background-size: 100%;
  vertical-align: sub;
  margin-right: 0.19rem;
}
.center_tips > div.active .tip_text::after,
.center_tips > div:hover .tip_text::after {
  content: "";
  display: inline-block;
  width: 0.18rem;
  height: 0.31rem;
  background: url(../../static/images/title_right.png) no-repeat;
  background-size: 100%;
  vertical-align: sub;
  margin-left: 0.19rem;
}
.center_tips > div.active .tag_list,
.center_tips > div:hover .tag_list {
  opacity: 1;
}
.center_tips > div.active:hover .mouse_light,
.center_tips > div:hover:hover .mouse_light {
  opacity: 0.5;
}
@keyframes scroll_name {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.tip_block {
  position: absolute;
  left: 3.2rem;
  bottom: 1.8rem;
  z-index: 15;
}
.tip_block > div {
  display: block;
  float: left;
  width: 0.5rem;
  height: 0.05rem;
  background: #FFFFFF;
  opacity: 0.5;
  margin-left: 0.05rem;
}
.tip_block > div.active {
  opacity: 1;
  background: linear-gradient(317deg, #F85500 0%, #FFB656 100%);
}
