* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}



body {
  font-family: 'Poppins';
}

@font-face {
  font-family: 'Poppins';
  src: url('../Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



a {
  text-decoration: none;
  /* 去除默认的下划线 */
  outline: none;
  /* 去除旧版浏览器的点击后的外虚线框 */
  color: #000;
  /* 去除默认的颜色和点击后变化的颜色 */
}




/* 解决swiper切换按钮点击边框线 */
.swiper-button-prevs,
.swiper-button-nexts,
.swiper-button-prevs:focus,
.swiper-button-nexts:focus {
  outline: none;
}

/* 去除button默认选中样式 */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  border-color: transparent; /* 若是本身具有 border 请删除此属性 */
  box-shadow: none;
}

.slider {
  position: fixed;
  right: 0;
  z-index: 999;
  /* top: 40%; */
  bottom: 20%;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.slider.hide {
  -webkit-transform: translateX(4rem);
  transform: translateX(4rem);
}

.slider .slider_back1 {
  /* box-shadow: 0 0 5px #ccc; */
  background: url(../img/service.png) no-repeat left center;
  width: 68px;
  height: 53px;
  /* border: 1px solid red; */
  background-color: #121E76;
  z-index: 999;
  background-position: 24%;
  border-radius: 6px 0 0 6px;
  margin: 4px 0;
  background-size: 45%;
}

.slider .slider_back_feedback {
  /* box-shadow: 0 0 5px #ccc; */
  width: 68px;
  height: 53px;
  /* border: 1px solid red; */
  background-color: #121E76;
  z-index: 999;
  background-position: 24%;
  border-radius: 6px 0 0 6px;
  margin: 4px 0;
  background-size: 45%;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 53px
}

.slider .slider_back2 {
  box-shadow: 0 0 5px #ccc;
  background: url(../img/shu.png) no-repeat left center;
  width: 40px;
  height: 40px;
  /* border: 1px solid red; */
  z-index: 999;
  background-color: #fff;
  background-position: 50%;
  border-radius: 30px;
  background-size: 45%;
}

.slider .slider_back3 {
  box-shadow: 0 0 5px #ccc;
  background: url(../img/shou.png) no-repeat left center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  /* border: 1px solid red; */
  z-index: 9999;
  background-position: 50%;
  border-radius: 30px;
  margin: 15px 0;
  background-size: 45%;
}

.slider .slider_back4 {
  box-shadow: 0 0 5px #ccc;
  background: url(../img/tan.png) no-repeat left center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  /* border: 1px solid red; */
  z-index: 9999;
  background-position: 50%;
  border-radius: 30px;
  background-size: 45%;
  display: none;
}

.header_top {
  /* width: 374.5pt; */
  width: 100%;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 0;
  z-index: 11;
  background: #ffffff;
}

.header_top>div {
  width: 94%;
  /* width: 100%; */
  /* margin: 18px auto; */
  margin: 8.5px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* .header_top .header-logo {
  margin-left: 3%;
} */
.header_top .header-logo a {
  display: block;
}

.header_top .header-logo img {
  width: 130px;
  /* height: 15px; */
  /* height: 45px; */
  height: 40px;
  object-fit: contain;
  /* image-rendering: -webkit-optimize-contrast; */
}

.header_top .header_right {
  display: flex;
  align-items: center;
}

.header_top .header_right .chense a img{
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.header_top .header_right > div {
  margin-left: 18px;
  font-size: 11px;
}

 .header_right .chense a {
  font-size: 11px;
  color: #121E76;
  display: flex;
  align-items: center;
}
.header_top .catalog-text{
  font-size: 11px;
 color: #121E76;
  margin-left: 5px;
}
.header_top .chain {
  display: flex;
  align-items: center;
}

.header_top .chain div:nth-child(2) {
  /* width: 55px; */
  width: fit-content;
}

.right_click img {
  width: 19px;
  height: 19px;
}

.search {
  width: 94%;
  margin: 0 auto;
  position: relative;
  margin-top: 70px;
}

.search input {
  border: 1px solid #FF9D33;
  border-radius: 5px;
  width: 80%;
  height: 33px;
  padding: 0 35px;
}

.search img {
  width: 4.5%;
  position: absolute;
  top: 32%;
  left: 3%;
}

.second {
  background-color: #fff;
  padding-bottom: 10px;
  /*position: absolute;*/
  position: fixed;
  width: 100%;
  height: calc(100vh -50px);
  z-index: 999;
  left: 0;
  top: 58px;
  overflow-y: auto;
  display: none;
  /*box-shadow: 0px 3px 20px 0px #f5f5f5;*/
  /*box-shadow: 0px 10px 0px 0px #000000; */
}

.second::-webkit-scrollbar {
  display: none
}

/* .second:after {
  content: '';
  position: absolute;
  left: 0;
  background-color: #D0D0D0;
  height: 1px;
  width: 100%;
  top: 0;
} */

.second .second-box {
  width: 94%;
  margin: 0 auto;
}

.second .second-box .second-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 0 15px; */
  padding: 15px 0;
  border-bottom: 1px dashed #D0D0D0;
}

.second .second-box .second-flex .you,
.second .second-box .second-flex .xia {
  width: 11px;
  height: 19px;
  vertical-align: middle;
  margin-right: 20px;
}

.second .second-box .second-flex .xia {
  transform: rotate(90deg);
  display: none;
}

.second .second-box .second-cont {
  padding: 0 15px;
  font-size: 13px;
  border-bottom: 1px dashed #D0D0D0;

}

.second .second-box .second-flex .second_title {
  color: #333;
  font-weight: bold;
  font-size: 14px;
  text-transform: capitalize;
}

.second .second-box .second-cont p {
  color: #333;
  padding: 15px 0;
}

.second .second-box .second-cont ul li {
  padding-bottom: 10px;
  width: 100%;
  /* width: 167px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
}

.second .second-box .second-cont ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #666;
}

.loginMenu {
  position: fixed;
  /*  width: 100%;*/
  /*background-color: #fff;*/
  /*z-index: 8;*/
  /*padding-top: 30px;*/
  /*display: none;*/
  /*padding-bottom: 19px;*/
  background-color: #fff;
  /* padding-bottom: 10px; */
  /* position: absolute; */
  width: 100%;
  height: calc(100% - 60px);
  top: 60px;
  left: 0;
  z-index: 20;
  display: none;
  box-shadow: 0px 3px 20px 0px #f5f5f5;
}

.loginMenu .menuItem {
  display: block;
  width: 90%;
  margin: 16px auto;
  /* border-bottom: 1px dashed #D0D0D0; */
}

.loginMenu .menuItem .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.loginMenu .menuItem .info .title {
  font-size: 18px;
}

.loginMenu .menuItem .info .icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /*width: 12px;*/
  width: 7px;
  height: 12px;
}

li {
  list-style-position: inside;
}

a {
  color: #333;
}

.right_click img:last-child {
  display: none;
}

.menu-box {
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: calc(100% - 60px);
  top: 60px;
  left: 0;
  z-index: 20;
  display: none;
  box-shadow: 0px 3px 20px 0px #f5f5f5;
  overflow-y: auto;
}

.menu-box .menuItem {
  display: block;
  width: 80%;
  margin: 16px auto;
}

.menu-box .menuItem .info {
  /* height: 50px; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.menu-box .menuItem .info .title {
  font-size: 14px;
  display: block;
  width: 90%;
}

.menu-box .menuItem .info .icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
  height: 12px;
}
.menu-box .menu-title{
  width: 90%;
  margin: 16px auto;
  display: flex;
  font-size: 18px;
  align-items: center;
}
.menu-box .menu-title .icon{
  margin-right: 12px;
  max-height: 14px;
}

.platform-menu, .support-menu, .catelog-menu, .solution-menu{
  z-index: 21;
}
.platform-menu .divider, .support-menu .divider, .catelog-menu .divider{
  margin-top: 0;
}


/* .header_top .search-box{
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin: 0;
  display: none;
}
.header_top .search-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.header_top .search-box input {
  border: 1px solid #121E76;
  border-radius: 5px;
  width: 100%;
  height: 33px;
  padding: 0 35px;
  box-sizing: border-box;
}
.header_top .search-box .search-wrap > a{
  position: relative;
  flex: 1;
  margin: 0 28px;
  display: block;
}
.header_top .search-box img {
  width: 4.5%;
  position: absolute;
  top: 50%;
  left: 3.5%;
  transform: translateY(-50%);
} */
 /* WeChat QR 模态框 */
#header-wechat-qr-modal .modal-content {
  background: linear-gradient(140.66deg, #131F77 4.58%, #757CAB 95.03%);
  color: white;
  padding: 60px 35px;
  width: 80%;
  max-width: 400px;
  border-radius: 15px;
  text-align: center;
  position: relative;
}

#header-wechat-qr-modal .modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

#header-wechat-qr-modal .modal-close img {
  width: 20px;
  height: 20px;
}

#header-wechat-qr-modal h2 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}

#header-wechat-qr-modal p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}

#header-wechat-qrcode {
  background-color: white;
  padding: 10px;
  display: inline-block;
  border-radius: 10px;
}

#header-wechat-qrcode img {
  display: block;
  width: 128px;
  height: 128px;
}