/*Theme Name: Ping32

Theme URI: www.nsecsoft.com

Description: Ping32

Version: 1.0.0

Author: admin

Author URI: admin

Tags: 标签，多个用半角逗号隔开

*/
* {
  margin: 0;
  padding: 0;
  font-family: "Microsoft Yahei" !important;
}
html {
  margin: 0 !important;
}
#wpadminbar {
  display: none;
}
a {
  text-decoration: none !important;
  color: unset !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* -webkit-tap-highlight-color: transparent; */
  outline: none;
  border: none;
  box-shadow: none !important;
}
a:focus {
  outline: none;
}
a:visited {
  color: unset !important;
  box-shadow: none !important;
}
a:hover {
  color: unset !important;
}
a:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  border: none;
  box-shadow: none;
}
body {
  background-color: #fff;
  opacity: 1;
}
ul,
ol,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#cookienotice {
  background-color: #f9f9f9;
  color: #000;
  padding: 20px;
  position: fixed;
  border-radius: 10px;
  margin-left: 40px;
  bottom: 24px;
  width: calc(100% - 80px);
  z-index: 9999;
  border: 1px solid #e6e6e6;
  display: none;
}
.cookiebox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: auto;
  max-width: 1330px;
  font-size: 12px;
}
#cookieres {
  background: transparent;
  border: 1px solid rgb(48, 48, 48);
  border-radius: 4px;
  color: rgb(48, 48, 48);
  font-size: 12px;
  font-weight: bold;
  padding: 8px 24px;
  margin-left: 48px;
  cursor: pointer;
}
#cookieaccept {
  background-image: linear-gradient(to right, #027dfc, #0263fe);
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 24px;
  cursor: pointer;
  margin-left: 24px;
}
.plr0 {
  padding-left: 0;
  padding-right: 0;
}
.mlr0 {
  margin-left: 0;
  margin-right: 0;
}
.pl2 {
  padding-left: 2px;
}
.blueButton {
  cursor: pointer;
  width: 110px;
  height: 36px;
  line-height: 35px;
  border-radius: 18px;
  background-color: #377cda;
  color: #fff;
  font-size: 13px;
  position: relative;
  box-shadow: 0px 4px 10px 1px rgba(204, 204, 204, 0.5);
}
.serviceBtn {
  box-shadow: 0px 4px 10px 1px rgb(4, 34, 77);
}
.blueButton .text {
  margin: 0 15px;
  vertical-align: middle;
}
.blueButton:hover {
  background-color: #1e336e !important;
  color: #fff !important;
  /* margin: -1px 0 0 0px; */
}
.blueButton .arrows {
  margin-left: -10%;
}
.blueButton .arrows .line {
  width: 0px;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.blueButton .arrows .arrow {
  width: 20px;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -48%);
}
.blueButton:hover .arrows .line {
  content: url(./image/arrows/line.svg);
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.blueButton:hover .arrows .arrow {
  transform: translate(0%, -50%);
  content: url(./image/arrows/arrow.svg);
}
.blueButton:active {
  margin: 0px 0 0 0px;
  box-shadow: 1px 5px 15px 2px #ccc !important;
}
.serviceBtn:active {
  box-shadow: 0px 4px 10px 1px rgb(1, 25, 58) !important;
}
.blueFont {
  color: #5d86de;
}
.main-content {
  padding-top: 52.8px;
}
/* !----agendn---------------------------------------------------------------------------------------------- */
.agendnbox {
  background: radial-gradient(
    20% 150% at 50% 50%,
    #4f1c71 0%,
    #4f1c71 50%,
    #231271 100%
  );
  background-color: #121826;
}

.agendn {
  max-width: 1330px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
}
.agendnlogo img {
  height: 24px;
}
.agendntext {
  color: #fff;
  margin: 0 92px;
}
.agendnmore {
  display: flex;
  cursor: pointer;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
  width: 99px;
  color: #fff;
  text-align: center;
  border-radius: 48px;
  padding: 8px 0;
}
.agendnmoretext {
  font-size: 13px;
  line-height: 20.8px;
  color: #fff;
}
.agendnmoreimg {
  display: flex;
  align-items: center;
}
.agendnmoreline {
  width: 13px;
  margin-left: 8px;
  height: 13px;
  margin-bottom: 2px;
  transition: all 0.3s;
  transition-timing-function: linear;
}

.agendnmore:hover .agendnmoreline {
  margin-left: 12px;
}
/* !----------------------------------------------------------------------------- */
.changelagbox {
  width: 100%;
  background-color: #f7f9fc;
  border-bottom: 1px solid #e3e5e7;
  opacity: 0;
  display: none;
}

.changelag {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1330px;
  margin: 0 auto;
  width: 100%;
  padding: 32px 0;
}
.changelagleft {
  width: 50%;
}
.changelagtitle {
  font-size: 17px;
  color: #0b0c1b;
  line-height: 1;
}

.changelagremake {
  font-size: 14px;
  line-height: 1.8;
  color: #5a5c76;
  margin-top: 12px;
}
.changelagmorebox {
  display: flex;
  align-items: end;
  justify-content: end;
}
.changelagmore {
  display: flex;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  background-color: #0b0c1b;
  color: #fff;
  width: 148px;
  text-align: center;
  border-radius: 48px;
  padding: 8px 12px 8px 16px;
}
.changelagmoretext {
  font-size: 13px;
  margin-left: 5px;
  line-height: 20.8px;
  color: #fff;
}
.changelagmoreimg {
  display: flex;
  align-items: center;
}
.changelagmoreline {
  width: 0px;
  margin-left: 5px;
  height: 16px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.changelagmorearrow {
  margin-left: -5px;
  width: 16px;
  height: 16px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.changelagmore:hover .changelagmoreline {
  width: 16px;
}
.changelagmore:hover .changelagmorearrow {
  margin-left: -16px;
}
.changelagmore1 {
  background-color: transparent;
  margin-left: 12px;
  padding-right: 0;
  /* border: 1px solid #e3e5e7;
  padding-left: 12px; */
  width: auto;
}
.changelagmore1 > .changelagmoretext {
  color: #0b0c1b;
  text-decoration: underline;
  /* margin-left: 0; */
}
.changelagmorelg {
  width: auto;
}
.changelagname {
  padding: 8px 12px 8px 16px;
  font-size: 13px;
  cursor: pointer;
}

.changelagimg {
  width: 15px;
  height: 15px;
  display: none;
}
/* !------------------------------------------------------------------ */
.phclbox {
  width: 100%;
  background-color: #f7f9fc;
  border-bottom: 1px solid #e3e5e7;
  opacity: 0;
  display: none;
  padding: 0 20px;
}

.phcl {
  max-width: 1330px;
  margin: 0 auto;
  width: 100%;
  padding: 32px 0;
}
.phclright {
  margin-top: 24px;
}
.phcltitle {
  font-size: 17px;
  color: #0b0c1b;
  line-height: 1;
}

.phclremake {
  font-size: 14px;
  line-height: 1.8;
  color: #5a5c76;
  margin-top: 12px;
}
.phclmorebox {
  display: flex;
  align-items: end;
}
.phclmore {
  display: flex;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  background-color: #0b0c1b;
  color: #fff;
  width: 148px;
  text-align: center;
  border-radius: 48px;
  padding: 8px 12px 8px 16px;
}
.phclmoretext {
  font-size: 13px;
  margin-left: 5px;
  line-height: 20.8px;
  color: #fff;
}
.phclmoreimg {
  display: flex;
  align-items: center;
}
.phclmoreline {
  width: 0px;
  margin-left: 5px;
  height: 16px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.phclmorearrow {
  margin-left: -5px;
  width: 16px;
  height: 16px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.phclmore:hover .phclmoreline {
  width: 16px;
}
.phclmore:hover .phclmorearrow {
  margin-left: -16px;
}
.phclmore1 {
  background-color: transparent;
  margin-left: 12px;
  /* border: 1px solid #e3e5e7;
  padding-left: 12px; */
  width: auto;
}
.phclmore1 > .phclmoretext {
  color: #0b0c1b;
  text-decoration: underline;
  /* margin-left: 0; */
}
.phclmorelg {
  width: auto;
}
.phclname {
  padding: 8px 12px 8px 16px;
  font-size: 13px;
  cursor: pointer;
}

.phclimg {
  width: 15px;
  height: 15px;
  display: none;
}
/* ----------------------Menu---------------------------*/
.menuBoxBg {
  position: absolute;
  background-color: transparent;
  width: 100%;
  z-index: 100;
  top: 0;
  background-color: #fff;
  border-bottom: 1px solid #e3e5e7;
}
.menuBox {
  max-width: 1330px;
  padding: 0px 30px;
  padding: 0;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1e336e;
  /* box-shadow: none !important;
  background-color: transparent !important; */
}

.menuBoxBgcut {
  border-bottom: 1px solid #e3e5e7 !important;
  background-color: #fff !important;
  transition: all 0.15s; /* 通过名字链接，名字，时间*/
  transition-timing-function: linear; /* 匀速执行 */
}
/* .menuBoxBg:hover .menuBox{
  color: #1e336e;
  transition: all 0.1s; 
  transition-timing-function: linear;
} */
.menuLogo {
  width: auto;
  height: 60px;
  cursor: pointer;
  text-align: left;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.menuLogo img {
  width: 126px;
  position: relative;
}
.menuNav {
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.menutabItem {
  padding: 32px 25px;
  padding-bottom: 29px;
  cursor: default;
  border-bottom: 3px solid transparent;
  font-size: 15px;
  display: flex;
  align-items: center;
  line-height: 20px;
  position: relative;
  z-index: 9999;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
}
.menutabItemimg {
  width: 12px !important;
  margin-left: 8px;
  transition: all 0s !important; /* 通过名字链接，名字，时间*/
  transition-timing-function: linear; /* 匀速执行 */
}
.menutabItemimg1 {
  display: none;
}
.menutabItemimgcut {
  transform: rotateZ(180deg);
}
.menutabItem1 {
  padding: 0 !important;
  margin-top: 2px;
}
.menutabItem1 a {
  padding: 32px 25px;
}
.menutabItemcut {
  background-color: #f7f9fc;
  color: #1e336e;
  border-bottom: 3px solid #768193 !important;
}
.menutabItem:nth-child(1) {
  display: none;
}

.menuAbout {
  position: relative;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 60px;
}
.menuAbout > .lineList {
  width: 20%;
  margin-left: 10%;
  display: none;
}
.letTryBox {
  display: flex;
  align-items: center;
  background-color: transparent;
  z-index: 1;
  position: relative;
}
.letMap {
  padding: 40px 0;
  width: 100%;
  background-color: transparent;
  position: absolute;
  cursor: pointer;
  z-index: 10;
}
.letTry {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  color: #1e336e;
  font-size: 15px;
  height: 36px;
  padding: 8px 12px;
  text-align: center;
  background-color: transparent;
  border-radius: 8px;
  z-index: 0;
}
.letTry img {
  width: 16px;
  margin-right: 6px;
  margin-top: 2px;
}
.letTryList {
  position: absolute;
  width: 230px;
  top: 85.5px;
  right: 0;
  transform: translateY(-10px);
  transform-origin: top center;
  /* border: 1px solid #e3e5e7; */
  box-shadow: 0 8px 13px #00000017;
  border-radius: 10px;
  border-top: none;
  background-color: #fff;
  padding: 16px;
  padding-top: 24px;
  opacity: 0;
  z-index: 11;
  display: none;
}
.letTryListTitle {
  font-size: 14px;
  color: #1e336e;
  position: relative;
  padding-left: 8px;
  margin-bottom: 12px;
}

.letTryListBoxLeft {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.letTryListItem {
  width: 100%;
  border-radius: 5px;
  color: #5a5c76;
  cursor: pointer;
  font-size: 13px;
  line-height: 18.5px;
  padding: 8px;
  padding-bottom: 7px;
  display: flex;
  align-items: center;
}
.letTryListItem img {
  width: 14px;
  margin-right: 8px;
  margin-bottom: 1px;
}
.letTryListItem:hover {
  /* color: #007dfc; */
  background-color: #f3f7fa;
}
.letTryListBoxRight {
  padding-top: 24px;
  margin: 8px;
  margin-top: 16px;
  border-top: 1px solid #e3e5e7;
  display: flex;
  justify-content: space-between;
}
.letTryListTitle1 {
  font-size: 14px;
  color: #1e336e;
  position: relative;
  margin-bottom: 12px;
}
.letTryListremake {
  font-size: 12px;
  color: #5a5c76;
  line-height: 16px;
}
.menuQDCode {
  width: 56px;
}
.lantag {
  width: auto;
  position: relative;
}
.lantagmap {
  padding: 30px 0;
  width: 100%;
  background-color: transparent;
  position: absolute;
  cursor: pointer;
  z-index: 10;
  top: 0;
}
.lantagname {
  font-size: 15px;
  cursor: pointer;
}
.lancontent {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 180px;
  padding-top: 0;
  border-radius: 10px;
  box-shadow: 0 8px 13px #00000017;
  /* border: 1px solid #e3e5e7; */
  border-top: none;
  padding: 5px;
  color: #1e336e;
  top: 85.5px;
  right: 0;
}
.lanjt {
  width: 16px;
  height: 16px;
  margin-bottom: 2px;
}
.lanMap {
  padding: 40px 15px;
  width: 100%;
  background-color: transparent;
  position: absolute;
  top: -20px;
  left: -15px;
  cursor: pointer;
  z-index: 10;
}
.lanjtcut {
  transform: rotateZ(360deg);
}
.lanlisttag {
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 13px;
  line-height: 18.5px;
  cursor: pointer;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: start;
  user-select: none;
}
.lanlisttag img {
  width: 12px;
}
.lanlisttag:hover {
  background-color: #f3f7fa;
}
.lanlisttaglast {
  margin: 5px 12px;
  margin-right: 60%;
  border-top: 1px solid #cecece;
}
.lantagimg {
  width: 15px;
  height: 15px;
  display: none;
}
.lantagnameimg2 {
  width: 12px !important;
  margin-bottom: 2px;
}
.lantagnameimg2cut {
  transform: rotateZ(180deg);
}

.menuAbout > .lineList > .line {
  width: 100%;
  height: 2px;
  background-color: #6e6b7b;
  margin: 8px 0;
  border-radius: 8px;
}
.menuListBox {
  border-radius: 10px;
  display: none;
  width: 100%;
}
.menuListBox > div {
  /* overflow: hidden; */
}
.menuListArrow {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(45deg);
  z-index: 10;
}
.productMenu {
  flex: 1;
  padding: 5px 0;
  width: 305px;
  box-sizing: border-box;
}
.productMenu:nth-child(3n - 1),
.productMenu:nth-child(3n) {
  flex: 1;
  margin-left: 50px;
  /* width: 266px; */
}
.productMenu:nth-child(2n) {
  margin-left: 20px;
}

.iconActive {
  display: none;
}

.productMenu:hover .menuSmallContent {
  color: #1e336e !important;
}
.fourProductMenuItemTop,
.fourProductMenuItemBottom {
  display: flex;
}
.fourProductMenuItemTop a > div,
.fourProductMenuItemBottom a > div {
  /* flex: 1; */
}
.fourProductMenuItemTop {
  margin-bottom: 15px;
}
.fourProductMenuItemTopLeft {
  /* margin-right: 20px; */
  border: 1px solid transparent;
  width: 35px !important;
  text-align: center;
}
.fourProductMenuItemTopLeft > img {
  width: 35px;
  height: 35px;
}
.fourProductMenuItemTopRight {
  margin-left: 10px;
  box-sizing: border-box;
}
.menuSmallTitle {
  font-size: 15px;
  margin-bottom: 5px;
  color: #1e336e;
  display: flex;
  align-items: center;
  min-height: 22px;
}
.menuSmallContent {
  font-size: 13px;
  color: #9098ab;
  white-space: nowrap;
  box-sizing: border-box;
  /* font-weight: 300; */
}

.menutabItemimg,
.menutabItemimg1 {
  margin-left: 5px;
  width: 12px;
  height: 12px;
  transition: all 0.3s;
  transition-timing-function: linear;
  pointer-events: none;
}
.menutabItemimg1 {
  display: none;
  animation: menuNa 0.3s 1;
  animation-timing-function: linear;
}
@keyframes menuNa {
  0% {
    transform: rotateZ(180deg);
  }

  100% {
    transform: rotateZ(0deg);
  }
}
/* 产品 */

.productMenuList {
  width: 100%;
  /* background-color: #fff; */
  border-top: 1px solid #e3e5e7;
  box-sizing: border-box;
  /* border-bottom: 1px solid #e3e5e7; */

  animation: opp 0.1s 1;
  animation-delay: 0.15s;
  opacity: 0;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.proall {
  width: 1330px;
  margin: auto;
  border-radius: 10px;
  display: flex;
}
.proalllist {
  padding: 24px 0;
  padding-right: 24px;
}
.proalllistbig {
  padding: 24px 16px;
  padding-bottom: 0;
  font-size: 21px;
  color: #1e336e;
  font-weight: 500;
}
.proalllistitem {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  font-size: 14px;
  color: #1e336e;
  font-weight: 500;
  border-radius: 6px;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.proalllistitem1 {
  display: flex;
  cursor: pointer;
  align-items: center;
  padding: 16px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
  border: 1px solid transparent;
  background-color: #9098ab;
  -webkit-background-clip: text;
  color: transparent;
}
.proalllistitem1:hover {
  background-color: #007dfc;
}
.proalllistitem1:hover .proalllisttitle img {
  content: url(./image/menu/newpagelan.svg);
}
.proalllistitemcut {
  background-color: #f7f9fc;
}
.proalllistjt {
  transform: rotateZ(270deg);
}
.proalllistbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 674px;
}
.proalllistmore {
  padding-left: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 48px;
  margin-top: 64px;
  cursor: pointer;
}
.proalllistmoretext {
  font-size: 14px;
  color: #007dfc;
}
.proalllistmoreimg img {
  width: 14px;
  height: 14px;
  margin-left: 5px;
  margin-bottom: 3px;
  transition: all 0.2s; /* 通过名字链接，名字，时间*/
  transition-timing-function: linear; /* 匀速执行 */
}
.proalllistmore:hover .proalllistmoreimg img {
  margin-left: 10px;
}
.proallcon {
  border-left: 1px solid #e3e5e7;
  padding: 46px 48px;
  padding-right: 0;
  /* margin-left: 3.5px; */
  padding-bottom: 16px;
  box-sizing: border-box;
  display: flex;
}
.proallconshu {
  width: 1px;
  height: 520.13px;
  background-color: #e3e5e7;
  margin-right: 24px;
}
.proallconitem {
  border-radius: 10px;
  padding: 0;
  margin-bottom: 32px;
  cursor: pointer;
}

.proallconitemtitle {
  font-size: 14px;
  background-color: #1e336e;
  -webkit-background-clip: text;
  font-weight: 600;
  color: transparent;
  margin-bottom: 8px;
}
.proallconitem:hover .proallconitemtitle {
  background-color: #007dfc;
}
.proallconitemremake {
  line-height: 1.8;
  font-size: 14px;
  color: #9098ab;
  font-weight: 500;
}
.proallconli {
  font-size: 12px;
  margin-bottom: 24px;
  color: #9098ab;
  font-weight: 500;
}

/* 服务支持 */
.serveMenuList,
.friendMenuList {
  width: 100%;
  /* background-color: #fff; */
  border-top: 1px solid #e3e5e7;
  box-sizing: border-box;
  /* border-bottom: 1px solid #e3e5e7; */
  animation: opp 0.1s 1;
  animation-delay: 0.15s;
  opacity: 0;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.serall {
  margin: auto;
  width: 1330px;
  padding: 46px 0;
  padding-bottom: 12px;
  min-height: 362.99px;
}
.serlistitle {
  font-size: 12px;
  color: #8b9aab;
  margin-bottom: 24px;
}
.serlisitem {
  display: flex;
  align-items: flex-start;
  margin-bottom: 32px;
}
.serlisitemimg1 {
  width: 35px;
  height: 35px;
  padding: 7px 7.5px 8px 7.5px;

  margin-right: 10px;
  border-radius: 100%;
  background-color: #8f9aae;
}
.serlisitemimg1 img {
  width: 100%;
}
.serlisitemimg img {
  width: 20px;
  margin-right: 10px;
  margin-bottom: 3px;
}
.serlisitemtitle {
  font-size: 14px;
  font-weight: 600;
  background-color: #1e336e;
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 8px;
}
.serlisitemremake {
  font-size: 14px;
  line-height: 1.8;
  color: #a6b2bc;
}
.serlisitem:hover .serlisitemtitle {
  background-color: #007dfc;
}
.serlisrightimg img {
  width: 100%;
  border-radius: 10px;
}
.serbor {
  min-height: 265px;
  width: 98.55%;
  box-sizing: border-box;
  border-right: 1px solid #e3e5e7;
}
.sercon {
  min-height: 384px;
}
.aboubor {
  min-height: 258.84px;
  width: 98.55%;
  box-sizing: border-box;
  border-right: 1px solid #e3e5e7;
}
.aboutconimgbox {
  border-left: 1px solid #e3e5e7;
  box-sizing: border-box;
  padding-left: 8px;
}
.aboutconimg {
  /* background-color: #f7f9fc; */
  border-radius: 6px;
  overflow: hidden;
}
.aboutconimg img {
  width: 100%;
  height: auto;
}
/* 解决方案 */
.planMenuList,
.aboutMenuList {
  width: 100%;
  /* background-color: #fff; */
  border-top: 1px solid #e3e5e7;
  /* border-bottom: 1px solid #e3e5e7; */
  box-sizing: border-box;
  animation: opp 0.1s 1;
  animation-delay: 0.15s;
  opacity: 0;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.planall {
  width: 1330px;
  margin: auto;
  border-radius: 10px;
}
.planalllist {
  padding: 24px 0;
  position: relative;
  padding-right: 24px;
}
.planalllistbig {
  padding: 24px 16px;
  padding-bottom: 0;
  font-size: 21px;
  color: #1e336e;
  font-weight: 500;
}

.planalllistitem {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  position: relative;
  font-size: 14px;
  color: #1e336e;
  font-weight: 500;
  border-radius: 6px;
  border: 1px solid transparent;
  z-index: 2;
}
.planalllistitem1 {
  display: flex;
  cursor: pointer;
  align-items: center;
  padding: 16px;
  font-size: 14px;
  color: #9098ab;
  font-weight: 500;
  border-radius: 10px;
  border: 1px solid transparent;
}
.planalllistitemcut {
  background-color: #f7f9fc;
}
.planalllistjt {
  transform: rotateZ(270deg);
}
.planalllistbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.planalllistmore {
  padding-left: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 48px;
  margin-top: 64px;
  cursor: pointer;
}
.planalllistmoretext {
  font-size: 14px;
  color: #007dfc;
}
.planalllistmoreimg img {
  width: 14px;
  height: 14px;
  margin-left: 5px;
  margin-bottom: 3px;
  transition: all 0.3s; /* 通过名字链接，名字，时间*/
  transition-timing-function: linear; /* 匀速执行 */
}
.planalllistmore:hover .planalllistmoreimg img {
  margin-left: 10px;
}
.planallcon {
  border-left: 1px solid #e3e5e7;
  box-sizing: border-box;
  padding: 46px 48px;
  padding-right: 0;
  padding-bottom: 16px;
  display: none;
  min-height: 511.14px;
}
.planallconitem {
  border-radius: 10px;
  margin-bottom: 32px;
  cursor: pointer;
}

.planallconitemtitle,
.planallconitemtitle1 {
  font-size: 14px;
  background-color: #1e336e;
  -webkit-background-clip: text;
  font-weight: 600;
  color: transparent;
}
.planallconitem:hover .planallconitemtitle {
  background-color: #007dfc;
}
.planallconitemremake,
.planallconitemremake1 {
  line-height: 16px;
  font-size: 14px;
  margin-top: 8px;
  color: #9098ab;
  font-weight: 500;
}
.planallconitemremake1 {
  margin-top: 12px;
}
.planallconitemremake1:hover {
  color: #007dfc;
}
.planallconli {
  font-size: 12px;
  margin-bottom: 24px;
  color: #9098ab;
  font-weight: 500;
}
.pallconimgbox {
  border-left: 1px solid #e3e5e7;
  box-sizing: border-box;
  padding-left: 40px;
  min-height: 415.14px;
  margin: 48px 0;
}
.pallconimgli {
  font-size: 12px;
  margin-bottom: 24px;
  color: #9098ab;
  font-weight: 500;
}
.pallconimg {
  margin-top: 24px;
  /* background-color: #f7f9fc; */
  border-radius: 6px;
  overflow: hidden;
}
.pallconimg img {
  width: 100%;
  height: auto;
}
.productMenuList {
  width: 100%;
  /* background-color: #fff; */
  border-top: 1px solid #e3e5e7;
  box-sizing: border-box;
  /* border-bottom: 1px solid #e3e5e7; */

  animation: opp 0.1s 1;
  animation-delay: 0.15s;
  opacity: 0;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

/* 合作伙伴 */

.friendMenuList {
  width: 100%;
  /* background-color: #fff; */
  border-top: 1px solid #e3e5e7;
  box-sizing: border-box;
  /* border-bottom: 1px solid #e3e5e7; */

  animation: opp 0.1s 1;
  animation-delay: 0.15s;
  opacity: 0;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.friall {
  width: 1330px;
  margin: auto;
  border-radius: 10px;
  display: flex;
}
.frialllist {
  padding: 24px 0;
  padding-right: 24px;
}
.frialllistbig {
  padding: 24px 16px;
  padding-bottom: 0;
  font-size: 21px;
  color: #1e336e;
  font-weight: 500;
}
.frialllistitem {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  font-size: 14px;
  color: #1e336e;
  font-weight: 500;
  border-radius: 6px;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.frialllistitem1 {
  display: flex;
  cursor: pointer;
  align-items: center;
  padding: 16px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
  border: 1px solid transparent;
  background-color: #9098ab;
  -webkit-background-clip: text;
  color: transparent;
}
.frialllistitem1:hover {
  background-color: #007dfc;
}
.frialllistitem1:hover .frialllisttitle img {
  content: url(./image/menu/newpagelan.svg);
}
.frialllistitemcut {
  background-color: #f7f9fc;
}
.frialllistjt {
  transform: rotateZ(270deg);
}
.frialllistbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 362.99px;
}
.frialllistmore {
  padding-left: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 48px;
  margin-top: 64px;
  cursor: pointer;
}
.frialllistmoretext {
  font-size: 14px;
  color: #007dfc;
}
.frialllistmoreimg img {
  width: 14px;
  height: 14px;
  margin-left: 5px;
  margin-bottom: 3px;
  transition: all 0.2s; /* 通过名字链接，名字，时间*/
  transition-timing-function: linear; /* 匀速执行 */
}
.frialllistmore:hover .frialllistmoreimg img {
  margin-left: 10px;
}
.friallcon {
  border-left: 1px solid #e3e5e7;
  padding: 46px 24px;
  /* margin-left: 3.5px; */
  padding-bottom: 16px;
  box-sizing: border-box;
  display: flex;
}
.friallconshu {
  width: 1px;
  height: 520.13px;
  background-color: #e3e5e7;
  margin-right: 24px;
}
.friallconitem {
  border-radius: 10px;
  padding: 0 24px;
  margin-bottom: 32px;
  cursor: pointer;
}

.friallconitemtitle {
  font-size: 15px;
  background-color: #1e336e;
  -webkit-background-clip: text;
  font-weight: 600;
  color: transparent;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.friallconitemtitle div {
  font-size: 12px;
  color: #007dfc;
  font-weight: lighter;
  margin-left: 8px;
}
.friallconitem:hover .friallconitemtitle {
  background-color: #007dfc;
}
.friallconitemremake {
  line-height: 1.8;
  font-size: 14px;
  color: #9098ab;
  font-weight: 500;
}
.friallconli {
  font-size: 12px;
  margin-left: 24px;
  margin-bottom: 24px;
  color: #9098ab;
  font-weight: 500;
}
.friconimgbox {
  padding: 24px;
  padding-left: 0px;
  padding-top: 36px;
}
.friconimg {
  /* background-color: #f7f9fc; */
  border-radius: 6px;
  overflow: hidden;
}
.friconimg img {
  width: 100%;
  height: auto;
}
/* 关于 */
.aboutMenuList {
  width: 100%;
  /* background-color: #fff; */
  border-top: 1px solid #e3e5e7;
  box-sizing: border-box;
  /* border-bottom: 1px solid #e3e5e7; */
  animation: opp 0.1s 1;
  animation-delay: 0.15s;
  opacity: 0;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.aboall {
  margin: auto;
  width: 1330px;
  padding: 46px 0;
}
.aboallconitemtitle {
  font-size: 15px;
  background-color: #1e336e;
  -webkit-background-clip: text;
  font-weight: 600;
  color: transparent;
  margin-bottom: 8px;
}
.aboallconitem {
  border-radius: 10px;
  margin-bottom: 32px;
  cursor: pointer;
}
.aboallconitemtitle img {
  width: 20px;
  margin-right: 10px;
  margin-bottom: 3px;
}
.aboallconitem:hover .aboallconitemtitle {
  background-color: #007dfc;
}
.aboallconitemremake {
  line-height: 1.8;
  font-size: 14px;
  color: #9098ab;
  font-weight: 500;
  margin-left: 34px;
}
.aboallconli {
  font-size: 12px;
  margin-bottom: 24px;
  color: #9098ab;
  font-weight: 500;
}
.aboutconimgbox {
  border-left: 1px solid #e3e5e7;
  box-sizing: border-box;
  padding-left: 48px;
  margin-left: -32px;
}
.aboutconimg {
  /* background-color: #f7f9fc; */
  border-radius: 6px;
  overflow: hidden;
}
.aboutconimg img {
  width: 100%;
  height: auto;
}
@keyframes opp {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
/* .noappo{
    opacity: 1;
    animation: none;
  } */
/* !----------------------Menu---------------------------*/
/* ----------------------footer---------------------------*/
.footerBox {
  position: relative;
  background: linear-gradient(to bottom, #f0f5ff, #fff 80%);
  z-index: 2 !important;
}
.footer {
  max-width: 1430px;
  padding: 80px 50px;
  padding-bottom: 19px;
  margin: 0 auto;
  overflow: hidden;
}
.footercontent,
.footerbomleconimgicon {
  display: flex;
  justify-content: space-between;
}
.footerbomlecon {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  height: 100%;
}
.footeritemtitle {
  font-size: 15px;
  color: #00182a;
  font-weight: 600;
  margin-bottom: 20px;
}

.footeritemremake {
  font-size: 13px;
  color: #939db8;
  line-height: 18px;
  /* font-weight: 600; */
  padding: 8px 0 10px 0;
}
.footetremakeblue {
  color: #007dfc;
}
.footerbom {
  margin-top: 100px;
  /* border-top: 1px solid #e3e5e7; */
  /* padding-top: 60px; */
  display: flex;
  justify-content: space-between;
}
.footerbomleimg {
  width: 120px;
  flex-shrink: 0;
}
.footerbomleimg img {
  width: 100%;
  flex-shrink: 0;
}
.footerbomleconimg img,
.footerbomleconimgicon img {
  width: 16px;
}
.footerbomleconimg {
  color: #939db8;
  font-size: 15px;
}
.footerbomletext {
  /* text-align: center; */
  color: #939db8;
  padding: 4px 0 10px 0;
  display: flex;
  align-items: center;
  margin-right: 24px;
  line-height: 18px;
  /* font-weight: 600; */
  font-size: 13px;
}
.footerbomletext img {
  width: 16px;
  margin-right: 8px;
  margin-bottom: 2px;
}
.footerbomleconimgicon {
  position: relative;
}
.footerbomletext1 {
  cursor: pointer;
  line-height: 18px;
  display: flex;
  color: #939db8;
  align-items: center;
  /* font-weight: 600; */
}
.footerbomletext1 img {
  margin-right: 13px;
  margin-left: 3px;
}
.footerbomletext1left {
  width: 12px !important;
  margin-left: 4px;
}
.footerbomletext1leftcut {
  transform: rotateZ(180deg);
}
.fotalmap {
  /* border: 1px solid #e3e5e7; */
  padding: 15px 94px;
  position: absolute;
  top: 10px;
}
.fotal {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 190px;
  padding-top: 0;
  border-radius: 10px;
  color: #1e336e;
  border: 1px solid #e3e5e7;
  padding: 5px;
  bottom: calc(100% + 4px);
  left: 0;
}
.fotaltag {
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 13px;
  cursor: pointer;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: start;
}
.fotaltag img {
  width: 12px;
}
.fotaltag:hover {
  background-color: #f3f7fa;
}
.fotaltaglast {
  margin: 5px 8px;
  margin-right: 60%;
  border-top: 1px solid #e3e5e7;
}
.aleft {
  margin-left: 16px;
}
.footerbompobox {
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 2;
  /* background: linear-gradient(to bottom, #d4e3ff, #fff 100%); */
}
.footerbompobox img {
  width: 100%;
}
.footerbompobox::before {
  content: "";
  border-radius: 20px;
  width: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: linear-gradient(to bottom, #d4e3ff, #fff 95%);
  height: 140%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.footerbompo {
  position: absolute;
  z-index: 3;
  padding: 40px;
  background-image: url(./image/footer/pu.svg);
  width: 100%;
  background-position: top right;
  background-size: 50% auto;
  border-radius: 20px;

  background-repeat: no-repeat;
}
.footerbompotitle {
  font-size: 18px;
  color: #00182a;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}

.footerbomporemake {
  font-size: 13px;
  color: #9098ab;
  line-height: 18px;
  margin-bottom: 37px;
}
.footerbompogo {
  font-size: 13px;
  padding: 8px 0;
  border-radius: 10px;
  /* height: 32.63px; */
  width: 110px;
  line-height: 18px;
  color: #007dfc;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.footerbompogoimg img {
  width: 13px;
  height: 13px;
  margin-left: 5px;
  margin-bottom: 2px;
  transition: all 0.3s; /* 通过名字链接，名字，时间*/
  transition-timing-function: linear; /* 匀速执行 */
}
.footerbompogo:hover .footerbompogoimg img {
  margin-left: 10px;
}
.twoIcon {
  display: flex;
  align-items: center;
}
.twoIcon > .footerLinksIcon {
  width: 19px;
  height: 17px;
  margin-right: 15px;
  flex-shrink: 0;
}
/* !----------------------footer---------------------------*/
.bottomPage {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.nav-links {
  margin: auto;
}
.nav-links a {
  text-decoration: none;
}
.page-numbers {
  display: inline-block;
  text-align: center;
  width: 25px;
  height: 25px;
  /* background-color: #fff; */
  border-radius: 50%;
  cursor: pointer;
  line-height: 25px;
  margin: 0 3px;
  color: #919191;
}
.current {
  color: #333;
}
.page-numbers:hover {
  background-color: #0187e6;
  color: #fff;
}
.prev,
.next {
  color: #333;
}
.prev:hover,
.next:hover {
  background-color: unset;
  color: #333;
}
.current:hover {
  background-color: unset;
  color: #333;
}
.prev,
.next {
  width: unset;
  height: unset;
  background-color: transparent;
  border-radius: unset;
}
.pageEnd {
  color: #919191;
}
.pagination {
  margin: 0;
}
.screen-reader-text {
  display: none;
}

.download {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  color: #1e336e;
}

/* shoujiduan  */
/* part2 */
.zhai {
  display: none;
}
.sierban {
  position: absolute;
  width: 100%;
  z-index: 9999;
}
.apextop {
  height: 65px;
  width: 100%;
  background-color: #121826;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  position: relative;
  z-index: 999;
}
.apextoplogo img {
  width: 120px;
}
.apextopmenu img {
  width: 24px;
}
.heibu {
  background-color: #121826;
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 998;
  display: none;
}
.apexcontent {
  width: 100%;
  position: relative;
  z-index: 999;
  background-color: #222838;
  display: none;
  height: calc(100vh - 65px);
}
.apexcontenttop {
  background-color: #222838;
  padding: 0px 20px;
  padding-bottom: 0;
}
.apexcontentitem {
  padding: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.apexcontentitem1 {
  padding: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.apexcontentitemheng {
  width: 100%;
  height: 1px;
  background-color: #ffffff2a;
  transform: scaleY(0.5);
}
.apexcontenttext {
  font-size: 16px;
  color: #fff;
}
.apexcontentimg {
  width: 20px;
  height: 20px;
}
.apexcontentimg img {
  width: 100%;
}
.apexcontentsenbox {
  padding: 20px 40px;
  display: flex;
  background-color: #293040;
  flex-direction: column;
  height: 200px;
  justify-content: space-between;
}
.apexcontentsen {
  color: #fff;
}
.apexcontentsen img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.apexente {
  background-color: #222838;
  width: 100%;
  padding: 0px 20px;
  position: relative;
  z-index: 999;
  height: calc(100vh - 65px);
  display: none;
  padding-bottom: 50px;
}
.apexentetop {
  display: flex;
  padding: 20px 0px;
  align-items: center;
}
.apexentetopimg img {
  width: 20px;
  height: 20px;
  transform: rotateZ(180deg);
  margin-right: 10px;
}
.apexentetoptext {
  font-size: 16px;
  color: #fff;
}
.apexentebomitem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
}
.apexentebomitem1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
}
.apexentebomle {
  display: flex;
  align-items: center;
}
.apexentebomimg img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.apexentebomimg1 {
  width: 40px;
  height: 40px;
  padding: 5px;
  margin-right: 10px;
}
.apexentebomimg1 img {
  width: 100%;
}
.apexentebomtitle {
  color: #fff;
  font-size: 16px;
}
.apexentebomremake {
  font-size: 12px;
  color: #939db8;
}
.apexentebommore {
  width: 20px;
  height: 20px;
}
/* ?------------------------------------------------------------------------------ */
.apexcontentmorebox {
  padding: 20px;
}
.apexcontentmoretext {
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
}
.apexcontentmoretext img {
  width: 14px;
  margin-right: 8px;
  margin-bottom: 2px;
}
/* .apexcontentmorebtn {
  width: 120px;
  line-height: 40px;
  height: 40px;
  border-radius: 40px;
  color: #0b0c1b;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  margin-bottom: 12px;
} */
.apexcontentmorebtnbigbox {
  display: flex;
  align-items: center;
}
.apexcontentmorebtn {
  display: flex;
  cursor: pointer;
  width: 120px;
  flex-shrink: 0;
  white-space: nowrap;
  text-align: center;
  border-radius: 48px;
  padding: 8px 12px 8px 16px;
  background-color: #fff;
  margin-top: 8px;
}
.apexcontentmorebtntext {
  font-size: 13px;
  margin-left: 5px;
  line-height: 20.8px;
  font-weight: 400;
  color: #0b0c1b;
}
.apexcontentmorebtnimg {
  display: flex;
  align-items: center;
}
.apexcontentmorebtnline {
  width: 0px;
  margin-left: 5px;
  height: 16px;
  margin-bottom: 1px;
  transition: all 0.3s;
  transition-timing-function: linear;
}
.apexcontentmorebtnarrow {
  margin-left: -5px;
  width: 16px;
  height: 16px;
  margin-bottom: 1px;
  transition: all 0.3s;
  transition-timing-function: linear;
}

/* ?------------------------------------------------------------------------------ */
.apextag {
  width: auto;
  position: relative;
}

.apexcontentis {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 180px;
  padding-top: 0;
  border-radius: 10px;
  box-shadow: 0 8px 13px #00000017;
  /* border: 1px solid #e3e5e7; */
  border-top: none;
  padding: 5px;
  color: #1e336e;
  top: 75px;
  right: 20px;
}
.apexjt {
  width: 18px;
  margin-bottom: 0.5px;
}
.apextagmap {
  padding: 40px 15px;
  width: 100%;
  background-color: transparent;
  position: absolute;
  top: -20px;
  left: -15px;
  cursor: pointer;
  z-index: 10;
}
.apexjtcut {
  transform: rotateZ(360deg);
}
.apexlisttag {
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 13px;
  line-height: 18.5px;
  cursor: pointer;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: start;
}
.apexlisttag img {
  width: 12px;
}
.apexlisttag:hover {
  background-color: #f3f7fa;
}
.apexlisttaglast {
  margin: 5px 12px;
  margin-right: 60%;
  border-top: 1px solid #cecece;
}
.apextagimg {
  width: 15px;
  height: 15px;
  display: none;
}
.apextagnameimg2 {
  width: 12px !important;
  margin-bottom: 2px;
}
.apextagnameimg2cut {
  transform: rotateZ(180deg);
}
/* !------------------------------------------------------------------------------ */
.footerphonelan {
  width: 100%;
  height: 40px;
  border-radius: 6px;
  background-color: #2c3646;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  justify-content: center;
  position: relative;
}
.footerphonelan .footerbomletext1 img {
  margin-right: 0;
}
.footerphonelan .fotal {
  width: 100%;
}
.footerphonelan .fotalmap {
  width: 100%;
  height: 100%;
  top: 0;
}
.foottbox {
  background-color: #121826;
  padding: 0px 20px;
  width: 100%;
  margin: auto;
  position: absolute;
  z-index: 999;
}
.foott {
  padding: 50px 0px;
  padding-bottom: 30px;
}
.foottcall {
  font-size: 14px;
  color: #939db8;
}
.foottcalltitle {
  font-size: 17px;
  margin-bottom: 20px;
  color: #fff;
}
.foottcallremake {
  margin-bottom: 10px;
}
.foottmore {
  padding-bottom: 10px;
  margin-bottom: 20px;
  /* border-bottom: 1px dashed #ffffff1f; */
  background-color: #121826;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.foottmoreitem {
  flex: 1 1 calc(50% - 10px);
  /* border-bottom: 1px solid #7d869a; */
}
/* .foottmoreitem:nth-child(2n) {
  padding-left: 32px;
} */
.foottmorelist {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.foottmoretitle {
  font-size: 14px;
  color: #fff;
}
.foottmorejt {
  transform: rotateZ(180deg);
  transition: xz 0.3s infinite;
  transition-timing-function: linear;
}
.foottmorejtcut {
  transform: rotateZ(0deg);
}
.foottmorejt img {
  width: 15px;
  height: 15px;
}
.foottmorecontent {
  margin-top: 20px;
}
.foottmorecontenttext {
  margin-bottom: 12px;
  font-size: 14px;
  color: #939db8;
}
.foottbomLogo {
  text-align: center;
  margin-bottom: 40px;
}
.foottbomLogo img {
  width: 90px;
}
.foottbomremake {
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
  color: #939db8;
}
.footerBox {
  background-color: #121826;
}
.companyInfo > div {
  color: #768193;
}
.lianxibox {
  color: #fff;
}
.lianxibox > div {
  margin-top: 10px;
  color: #768193;
}
.companyInfo,
.productInfo {
  border-bottom: 1px solid #76819377;

  height: 340px;
}
.footerBottom {
  margin: 10px 0px;
}
.footerBottomLeft,
.footerBottomRight {
  padding: 0px;
  color: #768193;
}
.footerDDs dt,
.footerLink dt {
  color: #768193;
}
.footerLink > a {
  color: #768193;
}
.footerDD0 > a,
.footerDD1 > a,
.footerDD2 > a,
.footerDD3 > a,
.footerDD4 > a {
  color: #768193 !important;
}

.main-content {
  display: block;
}
/* 中等屏幕 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .kuan {
    display: none;
  }
  .zhai {
    display: block;
  }
  .kuanfooter {
    display: block;
  }
  .zhaifooter {
    display: none;
  }
  .agendn {
    padding: 20px;
    justify-content: space-between;
  }
  .agendnbox {
    background: radial-gradient(
      50% 150% at 50% 50%,
      #4f1c71 0%,
      #4f1c71 50%,
      #231271 100%
    );
  }
  .agendnlogo {
    display: flex;
    align-items: center;
  }
  .agendntext {
    margin: 0;
  }
  .main-content {
    padding-top: 0 !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .kuan {
    display: none;
  }
  .zhai {
    display: block;
  }
  .productmdile {
    display: none;
  }
  .productlittle {
    display: block;
  }
  .agendn {
    padding: 20px;
    justify-content: space-between;
  }
  .agendntext {
    margin: 0;
  }
  .agendnlogo {
    display: flex;
    align-items: center;
  }
  .agendnbox {
    background: radial-gradient(
      50% 150% at 50% 50%,
      #4f1c71 0%,
      #4f1c71 50%,
      #231271 100%
    );
  }
  .main-content {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 575px) {
  .kuan {
    display: none;
  }
  .zhai {
    display: block;
  }
  .productmdile {
    display: none;
  }
  .productlittle {
    display: block;
  }
  #cookienotice {
    width: 100%;
    margin-left: 0;
    border-radius: 0;
    bottom: 0;
  }
  .cookiebox {
    flex-wrap: wrap;
  }
  .cookietitle {
    width: 100%;
  }
  .cookietitle br {
    display: none;
  }
  .cookietbtn {
    width: 100%;
    margin-top: 32px;
  }
  .agendn {
    padding: 20px;
    justify-content: space-between;

    max-width: 420px;
  }

  .agendntext {
    display: none;
  }
  .agendnbox {
    background: radial-gradient(
      50% 150% at 50% 50%,
      #4f1c71 0%,
      #4f1c71 50%,
      #231271 100%
    );
  }
  .agendnlogo {
    display: flex;
    align-items: center;
  }
  .main-content {
    padding-top: 0 !important;
  }
}
