/*基础样式*/
* {
  margin: 0;
  padding: 0;
  font-family: '微软雅黑', 'PingFang SC', 'Helvetica Neue', 'Helvetica',
    'STHeitiSC-Light', 'Arial', sans-serif;
  /* font-weight: 100;
  line-height: 100%; */
  list-style: none;
  /* box-sizing: border-box; */
}

html,
body {
  width: 100%;
  min-width: 1260px;
}

button {
  outline: 0 none;
}

a {
  text-decoration: none;
}

/*侧边栏*/
#fixedSideBar {
  position: fixed;
  bottom: 50%;
  margin-bottom: -130px;
  right: 0px;
  width: 60px;
  z-index: 1;
}

#fixedSideBar .sidebar-btn {
  width: 60px;
  height: 60px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #f74d61;
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  padding-top: 10px;
  display: block;
  text-align: center;
  line-height: 100%;
}

.sidebar-btn .sidebar-btn-title {
  font-size: 12px;
  margin-top: 4px;
  color: #f74d61;
}

#fixedSideBar .sidebar-icon-active {
  display: none;
}

#fixedSideBar .sidebar-wrapper {
  position: relative;
}

#fixedSideBar .sidebar-wrapper:hover .sidebar-btn {
  background: #f74d61;
}

#fixedSideBar .sidebar-wrapper:hover .sidebar-btn .sidebar-icon {
  display: none;
}

#fixedSideBar .sidebar-wrapper:hover .sidebar-btn .sidebar-icon-active {
  display: inline-block;
}

#fixedSideBar .sidebar-wrapper:hover .sidebar-btn .sidebar-btn-title {
  color: #fff;
}

#fixedSideBar .sidebar-wrapper .sidebar-panel {
  height: 60px;
  top: 0;
  right: 60px;
  background: #f74d61;
  position: absolute;
  white-space: nowrap;
  display: none;
  cursor: pointer;
}

#fixedSideBar .sidebar-wrapper:hover .sidebar-panel {
  display: block;
}

#newBridge {
  overflow: hidden !important;
  opacity: 0 !important;
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  visibility: hidden !important;
}

.contact-wrapper .contact-panel img {
  height: 20px;
}

.contact-wrapper .contact-panel .sidebar-panel-wrap {
  display: inline-block;
  background: #f74d61;
  text-align: center;
  height: 100%;
  vertical-align: middle;
  color: #ffced4;
  outline: 0 none;
  border: 0 none;
  line-height: 25px;
  cursor: pointer;
}

.contact-wrapper .contact-panel #contact-btn {
  display: block;
  width: 180px;
  height: 60px;
  font-size: 20px;
  background: #f74d61;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}

.tele-wrapper .tele-panel #tele-btn {
  display: block;
  width: 180px;
  height: 60px;
  background: #f74d61;
  outline: 0 none;
  border: 0 none;
  color: #ffced4;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}

#fixedSideBar .sidebar-wrapper .qrcode-panel {
  top: auto;
  bottom: 0;
  right: 60px;
  height: auto;
  background: #f74d61;
  padding: 10px;
  text-align: center;
  color: #ffced4;
  font-size: 14px;
}

.qrcode-wrapper .sidebar-qrcode-area {
  width: 150px;
  height: 150px;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 10px;
}

.qrcode-wrapper .sidebar-qrcode-area img {
  width: 130px;
  height: 130px;
}

.top-wrapper .top-btn img {
  height: 21px;
}

.top-wrapper .top-panel #top-btn {
  display: block;
  width: 180px;
  height: 60px;
  font-size: 20px;
  background: #f74d61;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  color: #ffced4;
}

#qiao-wrap {
  display: none !important;
}

.product-popover, .solution-popover {
  display: none;
  justify-content: center;
  position: fixed;
  top: 48px;
  left: 50%;
  background-color: #fff;
  transform: translateX(-50%);
  -moz-box-shadow: 0px 0px 6px 1px #c4c4c4;
  -webkit-box-shadow: 0px 0px 6px 1px #c4c4c4;
  box-shadow: 0px 0px 6px 1px #c4c4c4;
  z-index: 100;
}

.product-popover-list, .solution-popover-list {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 250px;
  margin: 0 28px;
}

.product-popover-item, .solution-popover-item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.product-popover-item-nav, .solution-popover-item-nav {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  padding-bottom: 14px;
  border-bottom: 1px solid #c4c4c4;
  font-size: 13px;
  color: #4D4D4D;
}

.product-popover-item-nav img, .solution-popover-item-nav img {
  position: relative;
  width: 19px;
  height: 19px;
  margin-right: 6px;
  top: 2px;
}

.product-popover-item-list, .solution-popover-item-list {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 0 20px;
}

.product-list-item, .solution-list-item {
  /* display: flex;
  align-items: center; */
  position: relative;
  margin-bottom: 5px;
  cursor: pointer;
}

.product-list-item-text, .solution-list-item-text {
  padding-left: 10px;
  font-size: 15px;
  line-height: 20px;
  white-space: nowrap;
  color: #4D4D4D;
  font-family: "Microsoft YaHei";
  font-weight: bold;
}

.product-list-item-describe, .solution-list-item-describe{
  margin-top: 6px;
  font-size: 13px;
  color: #858585;
  font-weight: 400;
  line-height: 16px;
  height: 35px;
}

.product-list-item-text::before, .solution-list-item-text::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #4d4d4d;
  transform: translateY(-50%);
}

.product-list-item:hover .product-list-item-text, .solution-list-item:hover .solution-list-item-text {
  color: #f74d61;
}

.product-list-item:hover .product-list-item-text::before, .solution-list-item:hover .solution-list-item-text::before {
  background-color: #f74d61;
}

.product-list-item-icon, .solution-list-item-icon {
  margin-right: 7px;
}

footer .table-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.wxQRCode-box {
  margin-left: 10px;
}

.wxQRCode-box .wxQRCode{
  width: 134px;
  height: 134px;
  border: 10px solid #fff;
}

.wxQRCode-box p {
  text-align: center;
  margin-top: 7px;
  color: #A2B9D4;
}

@media (max-width: 1440px) {
  .wxQRCode-box .wxQRCode{
    width: 107.2px;
    height: 107.2px;
    border: 8px solid #fff;
  }

  .wxQRCode-box p {
    margin-top: 5px;
  }
}
