.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
}

.global-tips-show {
  width: 100%;
  height: 50px !important;
  color: #fff;
  background: var(--1, linear-gradient(118deg, #394cf2 2.6%, #7a88ff 100%));
  display: flex;
  align-items: center;
  justify-content: center;
}

.global-tips-show a {
  color: #FFD600;
  text-decoration: underline;
  text-decoration-color: #FFD600;
  margin: 0 4px;
}

.header> .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  height: 60px;
}

.header .head_left,
.head_right {
  display: flex;
  align-items: center;
  height: 100%;
}

.header .head_left .logo {
  width: 128px;
  /* height: 25px; */
}

.header .head_left .logo a {
  display: flex;
  align-items: center;
}

.header .head_left .menu {
  display: flex;
  margin-left: 60px;
}

.header .head_left .menu .item {
  position: relative;
  padding: 12px 16px;
}

.header .head_right .item {
  position: relative;
  padding: 12px 16px;
}

.header .head_right .item .item_content {
  position: absolute;
  border: 1px solid #f3f3f3;
  /* height: 134px; */
  background-color: #ffffff;
  top: 48px;
  z-index: 9;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  left: 76px;
  transform: translateX(-50%);
  opacity: 0;
  /* width: 441px; */
  border-radius: 10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.header .head_right .item:hover .item_content {
  visibility: visible;
  opacity: 1;
}

.header .head_right .item a .btn {
  width: 101px;
  height: 30px;
  border-radius: 5px;
  cursor: pointer;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #2b2b2b;
  outline: none;
}

.header .head_right .item a .btn:hover {
  background-color: #4052ec;
  color: #fff;
}

.header .head_left .menu .item>img {
  width: 16px;
  height: 16px;
  object-fit: cover;
  vertical-align: middle;
}

.header .head_left .github {
  width: 22px;
  vertical-align: sub;
}

.header .head_left .menu .item .item_content {
  position: absolute;
  /* height: 134px; */
  background-color: #ffffff;
  top: 50px;
  z-index: 9;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  left: 40px;
  transform: translateX(-50%);
  opacity: 0;
  border: 1px solid #f3f3f3;
  /* width: 441px; */
  border-radius: 10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.header .head_left .menu .item .item_content.private .header_select a:first-child div {
  background-color: #eff1ff;
}

.header .head_left .menu .item .item_content.private .header_select a:last-child div {
  background-color: #fff6fe;
}

.header .head_left .menu .item .item_content.docs .header_select a:first-child div {
  background-color: #effff4;
}

.header .head_left .menu .item .item_content.docs .header_select a:last-child div {
  background-color: #f1f7ff;
}

.header .head_left .menu .item .item_content::before {
  /* content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  top: -8px;
  z-index: -1;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg); */
}

.header .head_left .menu .item:hover .item_content {
  visibility: visible;
  opacity: 1;
}

.header .head_left .menu .item .item_content img.lightning {
  width: 35px;
  right: 25px;
  top: -10%;
  position: absolute;
}

.header .head_left .menu .item .item_content img.api {
  width: 53px;
  height: 52px;
  right: 15px;
  top: 0;
  position: absolute;
}

.header .head_left .menu .item .item_content .con {
  display: flex;
  padding: 16px;
}

.header .head_left .menu .item .item_content .con .running_go {
  width: 200px;
  position: relative;
}

.header .head_left .menu .item .item_content .con .driver {
  width: 2px;
  background-color: #f3f3f3;
  margin: 0 12px;
}

.header .head_left .menu .item .item_content .con .apipost {
  width: 100px;
}

.header .head_left .menu .item .item_content .con .apipost a {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 12px;
}

.header .head_left .menu .item .item_content .con .apipost a img {
  margin-right: 8px;
}

.header .head_left .menu .item .item_content .con p {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: #c0c0c0;
  margin-bottom: 12px;
}

.header .head_left .menu .item .item_content .con .running_go ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.header .head_left .menu .item .item_content .con li {
  font-size: 12px;
  text-align: left;
  margin-bottom: 12px;
}

.header .head_left .menu .item .item_content .con .running_go li:nth-child(2n - 1) {
  margin-right: 24px;
}

.header .head_left .menu .item .item_content .con .running_go ul li a {
  line-height: 28px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.header .head_left .menu .item .item_content .con ul li a img {
  width: 22px;
  object-fit: cover;
  margin-right: 4px;
  margin-top: -3px;
}

.header .head_left .menu .item .item_content .con ul li a:hover {
  /* color: #ec663c; */
}

.header .head_right .lang_select {
  position: relative;
  height: 100%;
}

.header .head_right .lang_select>p {
  height: 100%;
}

.header .head_right .lang_select ul {
  background-color: #fff;
  width: 109px;
  height: 73px;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  display: none;
  /* bottom: -65px; */
  top: 50px;
}

.header .head_right .lang_select:hover ul {
  display: block;
  padding: 4px;
}

.header .head_right .lang_select ul li {
  width: 101px;
  height: 30px;
  border-radius: 5px;
  cursor: pointer;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .head_right .lang_select ul li.active {
  background-color: #4052ec;
  color: #fff;
}

.header .head_right .btn {
  width: 100px;
  height: 36px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background: #ffffff;
  color: #4052ec;
}

.header .head_right .btn.login_btn {
  margin: 0 12px;
  color: #4052ec;
  outline: 1px solid #4052ec;
  /* background: linear-gradient(96.44deg, #4575f1 5.63%, #654ef2 96.82%); */
}

.header .head_right .btn.reg_btn {
  margin: 0 12px;
  color: #fff;
  /* background: #4052EC; */
  background: linear-gradient(94.75deg, #4c5ffb 2.7%, #4d94ff 97.51%);
}

.header .head_right .lang_select p {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.header .head_right .lang_select img {
  width: 16px;
  height: 16px;
  object-fit: cover;
  margin-left: 4px;
}

.header .menu .item.tips {
  position: relative;
}

.header .head_right .experience_btn {
  height: 36px;
  padding: 7px 10px;
  gap: 10px;
  border-radius: 3px;
  background: linear-gradient(95deg, #4C5FFB 2.7%, #4D94FF 97.51%);
  color: rgba(255, 255, 255, 1);
}
.header .head_right .experience_btn a {
  color: rgba(255, 255, 255, 1);
}

.header .head_right .register_btn {
  border-radius: 3px;
  border: 1px solid #4052ec;
  padding: 7px 10px;
}

.header .head_right .register_btn a {
  color: #4052ec !important;
}


.header .menu .item.tips span {
  position: absolute;
  font-size: 12px;
  left: calc(100% - 24px);
  top: -4px;
  background: #ec663c;
  border-radius: 8.5px 8.5px 8.5px 0px;
  padding: 2px 4px;
  white-space: nowrap;
}

.item_content .header_select {
  width: max-content;
  padding: 10px !important;
}

.item_content .header_select a div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  background: #fff7f7;
  border-radius: 5px;
  padding: 12px;
}
.browser-plug-list{
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 4px;
}
.browser-plug-list .browser-plug-list-item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 12px;
  margin-bottom: 0 !important;
}
.browser-plug-list .browser-plug-list-item .title{
  font-size: 15px;
  font-weight: normal;
  color: #000;
}
.browser-plug-list .browser-plug-list-item a{
  font-size: 15px;
  font-weight: normal;
  color: #4052ec;
}
.browser-plug-list-item-help{
  font-size: 12px;
  color: #2b2b2b;
  opacity: 0.6;
  justify-content: center !important;
  margin-top: 8px !important;
}
.item_content .header_select :nth-child(2) div {
  background: #f1f7ff;
}

.item_content .header_select a:first-child div {
  margin-bottom: 10px;
}

.item_content .header_select a div p {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  margin: 0 !important;
  color: #000000 !important;
  font-weight: 400 !important;
}

.item_content .header_select a div p .title {
  font-size: 14px;
  font-weight: 500;
}

.item_content .header_select a img {
  width: 28px;
  margin-left: 24px;
  object-fit: cover;
}


.right-position-view {
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px 0;
}

.wechat {
  /* position: fixed; */
  /* right: 10px; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
  /* z-index: 999; */
  /* width: 200px; */
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 0 20px;
}

.link-call-mobile {
  /* position: ; */
  /* right: 10px; */
  /* top: 33%; */
  /* transform: translateY(-50%); */
  z-index: 999;
  cursor: pointer;
  width: 48px;
  height: 48px;
}

.call-mobile-con {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  width: 208px;
  height: 122px;
  align-items: center;
  display: none;
  position: absolute;
  right: 60px;
  bottom: -60px;
  box-shadow: 0px 0px 12px 2px rgba(237, 237, 237, 0.69);
  position: absolute;
  right: 60px;
  top: 0;
}

.call-mobile-con p:nth-child(1) {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-top: 16px;
  text-align: center;
}

.call-mobile-con p:nth-child(2) {
  font-size: 18px;
  font-weight: 600;
  color: #3A4DF0;
  text-align: center;
  margin-top: 14px;
}

.call-mobile-con p:nth-child(3) {
  margin-top: 14px;
  background-color: #f8f8f8;
  border-radius: 0px 0px 5px 5px;
  height: 39px;
  width: 100%;
  line-height: 39px;
  color: #949494;
  text-align: center;
  font-size: 12px;
}

.openCallMobile {
  width: 48px;
  height: 128px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0px 0px 12px rgba(237, 237, 237, 0.69));
}

.openCallMobile svg {
  width: 18px;
  height: 18px;
}

.openCallMobile:hover svg {
  fill: #3A4DF0;
}

.wechat.hide {
  border: none;
  padding: 0;
}

.wechat>.wechat_con {
  /* position: absolute; */
  /* right: 60px; */
  /* bottom: -60px; */
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  box-shadow: 0px 5px 14px 0px rgba(153, 153, 153, 0.25);
  padding: 22px 27px;
  border-radius: 8px;
  display: none;
  position: absolute;
  right: 60px;
  bottom: 0;
  font-weight: bold;
}

.wechat>.wechat_con>img {
  width: 122px;
  height: 122px;
  object-fit: cover;
}

.wechat .wechat_title {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  color: #333333;
  white-space: nowrap;
  margin-bottom: 17px;
}

.openWechat {
  width: 48px;
  height: 153px;
  /* position: absolute; */
  /* bottom: -30px; */
  /* right: 0; */
  /* transform: translateY(100%); */
  font-size: 14px;
  color: #fff;
  background: linear-gradient(178deg, #4D5EF1 0.81%, #384BEF 0.82%, #8E9AFF 98.22%);
  box-shadow: 0px 4px 8px 0px rgba(139, 91, 255, 0.38);
  border-radius: 26px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 12px 0;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 120%;
}

.openWechat img {
  display: block;
  width: 22px;
  height: 22px;
}

.openWechat p {
  width: 16px;
}

.closeWechat {
  width: 8px;
  height: 8px;
  position: absolute;
  right: 12px;
  top: 12px;
  line-height: 1;
}

.closeWechat img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.hover-image-container {
  position: absolute;
  z-index: 9999;
}

.hover-image-container img {
  display: none;
  width: 150px;
  height: 150px;
}