@charset "UTF-8";
/*header start*/
html,body{
	scroll-behavior: smooth;
}
#header {
  position: sticky;
  top: 0;
  background-color: #FFF;
  z-index: 2026;
  transition: all 0.4s;
}

#header.hide {
  top: -45px;
}

#header.hide .header-top {
  transform: translateY(-100%);
}

.btn-nav {
  display: none;
}

.loginCount {
  display: none;
}

.header-top {
  text-align: right;
  padding: 10px 0;
  transition: all 0.4s;
  border-bottom: 1px solid #EEEEEE;
}

.header-top a {
  color: #999;
  margin-left: 40px;
}

.header-top a:hover {
  color: #087FE7;
}

.header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-box .nav-box {
  display: flex;
  align-items: center;
  text-transform: capitalize;
}

.header-box .logo {
  margin-right: 50px;
}

.header-box .h-tool {
  display: flex;
  align-items: center;
}

.header-box .h-search {
  position: relative;
}

.header-box .h-search input {
  border: 1px solid #999;
  border-radius: 50px;
  height: 34px;
  line-height: 34px;
  padding: 0 16px;
  box-sizing: border-box;
  width: 210px;
}

.header-box .h-search button {
  position: absolute;
  right: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  width: 40px;
  top: 0;
  height: 100%;
  text-align: center;
  z-index: 2;
}

.header-box .h-search .iconfont {
  font-size: 18px;
}

.header-box .h-lang {
  display: flex;
  align-items: center;
  margin-left: 40px;
  position: relative;
  cursor: pointer;
  z-index: 2;
}

.header-box .h-lang em {
  padding: 0 5px;
}

.header-box .h-lang .iconfont {
  font-size: 20px;
}

.header-box .h-lang:hover .h-cont {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.header-box .h-lang:hover .arrow {
  transform: rotate(-180deg);
}

.header-box .h-lang .h-cont {
  position: absolute;
  left: 0;
  top: 110%;
  min-width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.header-box .h-lang .h-cont a {
  color: #FFF;
  padding: 5px;
  display: block;
  text-align: center;
}

.header-box .h-lang .h-cont a:hover {
  text-decoration: underline;
}

.header-box .h-lang .arrow {
  width: 10px;
  height: 10px;
  background: url("../png/arrow.png") no-repeat center center;
  background-size: 10px 5px;
  transition: all 0.4s;
}

#menuWap {
  display: none;
}

#menuPc > ul > li {
  float: left;
  display: inline-block;
  padding: 0 0;
}

#menuPc > ul > li dl {
  width: 226px;
  position: absolute;
  left: 20px;
  top: 100%;
  z-index: 999;
  opacity: 0;
  transition: all 0.2s;
  visibility: hidden;
  transform: translateY(-10%);
}

#menuPc > ul > li:hover dl {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#menuPc > ul > li dl dd {
  border-top: 1px solid #c5c5c5;
}

#menuPc > ul > li dl dd:first-child {
  border-top: none;
}

#menuPc > ul > li dl dd a {
  font-size: 14px;
  color: #183340;
  display: block;
  padding: 10px 10px;
  background: #fff;
  transition: all 0.6s;
}

#menuPc > ul > li dl dd a:hover {
  background: #006487;
  color: #fff;
}

#menuPc > ul > li > a {
  color: #1A1A1A;
  padding: 30px 0;
  margin: 0 24px;
  display: block;
  position: relative;
}

#menuPc > ul > li > a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 12px;
  height: 2px;
  background-color: #087FE7;
  width: 100%;
  transition: all 0.3s;
  opacity: 0;
}

.inner-page #menuPc > ul > li > a {
  color: #183340;
}

#menuPc > ul > li:hover > a,
#menuPc > ul > li.act > a {
  color: #087FE7;
}

#menuPc > ul > li:hover > a:after,
#menuPc > ul > li.act > a:after {
  opacity: 1;
}

.searchBox, .tableSearch, .labelSearch {
  display: none;
}

.searchBox img, .tableSearch img , .labelSearch img {
  width: 36px;
}

.header {
  position: relative;
  z-index: 2;
  padding-bottom: 3px;
}

.child-box {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2026;
  width: 100%;
}

.child-box .child-wrap {
  overflow: hidden;
  display: none;
  background-color: #F9F9F9;
  box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 50px 0 0px;
}

.productmenu-cont {
  display: flex;
  padding-bottom: 1px;
}

.productmenu-cont .pm-right {
  width: 26%;
  background-color: #E6E6E6;
  box-sizing: border-box;
  padding: 2.5vw 1.5vw 0;
}

.productmenu-cont .pm-right .img-box {
  padding-bottom: 78.59238%;
}

.productmenu-cont .pm-right .r-btns {
  text-align: center;
  margin: 2vw 0 3vw;
}

.productmenu-cont .pm-right .r-btns a {
  color: #1E2020;
}

.productmenu-cont .pm-right .r-btns a .iconfont {
  transform: rotate(-45deg);
  position: relative;
  display: inline-block;
}

.productmenu-cont .pm-right .swiper {
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.07);
}

.productmenu-cont .pm-right .pm-swiper {
  position: relative;
}

.productmenu-cont .pm-right .pm-swiper .pm-pages {
  position: relative;
  height: 10px;
  margin: 20px 0 0;
}

.productmenu-cont .pm-right .pm-swiper .pm-pages .swiper-pagination {
  bottom: 0;
}

.productmenu-cont .pm-right .pm-swiper .pm-pages .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.productmenu-cont .pm-right .pm-swiper .pm-pages .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2788FF;
}

.productmenu-cont .pm-right .ps-item {
  padding: 15px 15px 24px;
  border-radius: 10px;
}

.productmenu-cont .pm-right .text h4 {
  margin: 12px 0 8px;
}

.productmenu-cont .pm-right .text p {
  color: #707070;
}

.productmenu-cont .pm-right .text .t-down {
  color: #087FE7;
  margin: 20px 0 0;
}

.productmenu-cont .pm-right .text .t-down a {
  color: #087FE7;
}

.productmenu-cont .pm-right .text .t-down a:hover {
  color: #ea8700;
}

.productmenu-cont .pm-right .text .t-down span {
  padding-left: 18px;
}

.productmenu-cont .pm-right .text a {
  color: #087FE7;
}

.productmenu-cont .pm-right .text a:hover {
  color: #ea8700;
}

.productmenu-cont .pm-center {
  width: 37%;
  box-sizing: border-box;
  padding-left: 50px;
  margin-bottom: 3.5vw;
}

.productmenu-cont .pm-center .pm-left-tt {
  background: linear-gradient(90deg, #2788FF 0%, #009F5F 100%);
  border-radius: 6px 0 0 6px;
  padding: 16px 40px;
  color: #fff;
  display: flex;
  align-items: center;
}

.productmenu-cont .pm-center .pm-left-tt .t-icon {
  color: initial;
  margin-right: 32px;
}

.productmenu-cont .pm-center .pm-left-tt .t-icon img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.productmenu-cont .pm-center .pm-left-tt p {
  color: #D8D8D8;
}

.productmenu-cont .pm-center .pl-item h5 {
  color: #2788FF;
}

.productmenu-cont .pm-center .pl-item p {
  color: #707070;
  margin: 5px 0 10px;
}

.productmenu-cont .pm-center li {
  margin-bottom: 30px;
}

.productmenu-cont .pm-center dl {
  display: flex;
  color: #00012F;
}

.productmenu-cont .pm-center dl dd {
  margin-right: 16px;
}

.productmenu-cont .pm-center dl a {
  color: #00012F;
  transition: all 0.4s;
  text-decoration: underline;
}

.productmenu-cont .pm-center dl a:hover {
  color: #EA8700;
}

.productmenu-cont .pm-left {
  width: 37%;
  box-sizing: border-box;
  padding-right: 50px;
  margin-bottom: 3.5vw;
  height: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
  border-right: 1px solid #E5E5E5;
}

.productmenu-cont .pm-left .pm-left-tt {
  background: linear-gradient(90deg, #FFE661 0%, #EA8700 100%);
  border-radius: 6px;
  padding: 14px 24px;
  color: #00012F;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.productmenu-cont .pm-left .pm-left-tt .t-icon {
  color: initial;
  margin-right: 32px;
}

.productmenu-cont .pm-left .pm-left-tt .t-icon img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.productmenu-cont .pm-left .pm-left-tt p {
  color: #1E2020;
}

.productmenu-cont .pm-left .pl-item h5 {
  color: #EA8700;
}

.productmenu-cont .pm-left .pl-item p {
  color: #707070;
  margin: 5px 0 10px;
}

.productmenu-cont .pm-left li {
  margin-bottom: 30px;
}

.productmenu-cont .pm-left li:nth-last-child(1) {
  margin-bottom: 0;
}

.productmenu-cont .pm-left dl {
  display: flex;
  color: #00012F;
}

.productmenu-cont .pm-left dl a {
  color: #00012F;
  transition: all 0.4s;
  text-decoration: underline;
}

.productmenu-cont .pm-left dl a:hover {
  color: #EA8700;
}

.productmenu-cont .pm-left dl i {
  padding: 0 4px;
}

.solutionmenu-cont {
  display: flex;
  padding-bottom: 1px;
}

.solutionmenu-cont .pm-right {
  width: 26%;
  background-color: #E6E6E6;
  box-sizing: border-box;
  padding: 2.5vw 3vw 5vw;
}

.solutionmenu-cont .pm-right .img-box {
  padding-bottom: 109.96169%;
}

.solutionmenu-cont .pm-right .r-btns {
  text-align: center;
  margin: 2vw 0 3vw;
}

.solutionmenu-cont .pm-right .r-btns a {
  color: #1E2020;
}

.solutionmenu-cont .pm-right .r-btns a .iconfont {
  transform: rotate(-45deg);
  position: relative;
  display: inline-block;
}

.solutionmenu-cont .pm-right .swiper {
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.07);
}

.solutionmenu-cont .pm-right .pm-swiper {
  position: relative;
}

.solutionmenu-cont .pm-right .pm-swiper .pm-pages {
  position: relative;
  height: 10px;
  margin: 20px 0 0;
}

.solutionmenu-cont .pm-right .pm-swiper .pm-pages .swiper-pagination {
  bottom: 0;
}

.solutionmenu-cont .pm-right .pm-swiper .pm-pages .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.solutionmenu-cont .pm-right .pm-swiper .pm-pages .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2788FF;
}

.solutionmenu-cont .pm-right .ps-item {
  padding: 15px 15px 24px;
  border-radius: 10px;
}

.solutionmenu-cont .pm-right .text h4 {
  margin: 12px 0 8px;
}

.solutionmenu-cont .pm-right .text p {
  color: #707070;
}

.solutionmenu-cont .pm-right .text .t-down {
  color: #087FE7;
  margin: 20px 0 0;
}

.solutionmenu-cont .pm-right .text .t-down span {
  padding-left: 18px;
}

.solutionmenu-cont .pm-center {
  width: 37%;
  box-sizing: border-box;
  padding-left: 50px;
}

.solutionmenu-cont .pm-center .pm-left-tt {
  background: linear-gradient(90deg, #2788FF 0%, #009F5F 100%);
  border-radius: 6px 0 0 6px;
  padding: 16px 40px;
  color: #fff;
  display: flex;
  align-items: center;
}

.solutionmenu-cont .pm-center .pm-left-tt .t-icon {
  color: initial;
  margin-right: 32px;
}

.solutionmenu-cont .pm-center .pm-left-tt .t-icon img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.solutionmenu-cont .pm-center .pm-left-tt p {
  color: #D8D8D8;
}

.solutionmenu-cont .pm-center .pl-item h5 {
  color: #2788FF;
}

.solutionmenu-cont .pm-center .pl-item p {
  color: #707070;
  margin: 5px 0 10px;
}

.solutionmenu-cont .pm-center li {
  margin-bottom: 2.5vw;
  width: 50%;
}

.solutionmenu-cont .pm-center ul {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 2.5vw;
}

.solutionmenu-cont .pm-center h5 a {
  color: #087FE7;
}

.solutionmenu-cont .pm-center h5 a span {
  display: inline-block;
  text-decoration: underline;
}

.solutionmenu-cont .pm-center h5 a:hover .iconfont {
  opacity: 1;
}

.solutionmenu-cont .pm-center h5 a .iconfont {
  display: inline-block;
  transform: rotate(-45deg);
  margin-left: 35px;
  font-size: 18px;
  opacity: 0;
  transition: all 0.4s;
}

.solutionmenu-cont .pm-left {
  width: 37%;
  box-sizing: border-box;
  padding-right: 50px;
  margin-bottom: 3.5vw;
  height: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
  border-right: 1px solid #E5E5E5;
}

.solutionmenu-cont .pm-left .pm-left-tt {
  background: linear-gradient(90deg, #FFE661 0%, #EA8700 100%);
  border-radius: 6px;
  padding: 14px 24px;
  color: #00012F;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.solutionmenu-cont .pm-left .pm-left-tt .t-icon {
  color: initial;
  margin-right: 32px;
}

.solutionmenu-cont .pm-left .pm-left-tt .t-icon img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.solutionmenu-cont .pm-left .pm-left-tt p {
  color: #1E2020;
}

.solutionmenu-cont .pm-left .pl-item.last h5 a {
  color: #707070;
}

.solutionmenu-cont .pm-left .pl-item.last h5 a:hover {
  color: #EA8700;
}

.solutionmenu-cont .pm-left .pl-item h5 a {
  color: #EA8700;
}

.solutionmenu-cont .pm-left .pl-item h5 a span {
  display: inline-block;
  text-decoration: underline;
}

.solutionmenu-cont .pm-left .pl-item h5 a:hover .iconfont {
  opacity: 1;
}

.solutionmenu-cont .pm-left .pl-item h5 a .iconfont {
  display: inline-block;
  transform: rotate(-45deg);
  margin-left: 35px;
  font-size: 18px;
  opacity: 0;
  transition: all 0.4s;
}

.solutionmenu-cont .pm-left li {
  margin-bottom: 2.5vw;
}

.solutionmenu-cont .pm-left li:nth-last-child(1) {
  margin-bottom: 0;
}

.resourcemenu-cont {
  display: flex;
  padding-bottom: 1px;
}

.resourcemenu-cont .pm-right {
  width: 26%;
  background-color: #E6E6E6;
  box-sizing: border-box;
  padding: 2.5vw 3vw 5vw;
}

.resourcemenu-cont .pm-right .img-box {
  padding-bottom: 111.84573%;
}

.resourcemenu-cont .pm-right .img-box {
  padding-bottom: 0;
}

.resourcemenu-cont .pm-right .img-box img {
  position: static;
  width: 100%;
  height: auto;
}

.resourcemenu-cont .pm-right .r-btns {
  text-align: center;
  margin: 2vw 0 3vw;
}

.resourcemenu-cont .pm-right .r-btns a {
  color: #1E2020;
}

.resourcemenu-cont .pm-right .r-btns a .iconfont {
  transform: rotate(-45deg);
  position: relative;
  display: inline-block;
}

.resourcemenu-cont .pm-right .swiper {
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.07);
}

.resourcemenu-cont .pm-right .pm-swiper {
  position: relative;
}

.resourcemenu-cont .pm-right .pm-swiper .pm-pages {
  position: relative;
  height: 10px;
  margin: 20px 0 0;
}

.resourcemenu-cont .pm-right .pm-swiper .pm-pages .swiper-pagination {
  bottom: 0;
}

.resourcemenu-cont .pm-right .pm-swiper .pm-pages .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.resourcemenu-cont .pm-right .pm-swiper .pm-pages .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2788FF;
}

.resourcemenu-cont .pm-right .ps-item {
  padding: 0 0px 24px;
  border-radius: 10px;
}

.resourcemenu-cont .pm-right .text {
  padding-left: 14px;
  padding-right: 14px;
}

.resourcemenu-cont .pm-right .text h4 {
  margin: 12px 0 8px;
}

.resourcemenu-cont .pm-right .text p {
  color: #707070;
}

.resourcemenu-cont .pm-right .text .t-down {
  color: #087FE7;
  margin: 20px 0 0;
}

.resourcemenu-cont .pm-right .text .t-down span {
  padding-left: 18px;
}

.resourcemenu-cont .pm-left {
  width: 74%;
  box-sizing: border-box;
  height: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
  border-right: 1px solid #E5E5E5;
}

.resourcemenu-cont .pm-left .res-tt {
  display: flex;
  color: #707070;
  margin-bottom: 20px;
}

.resourcemenu-cont .pm-left .res-tt h5 {
  color: #333;
  margin-bottom: 5px;
}

.resourcemenu-cont .pm-left .pm-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 -35px;
}

.resourcemenu-cont .pm-left ul {
  width: 50%;
  box-sizing: border-box;
  padding: 0 35px;
}

.resourcemenu-cont .pm-left .pl-item {
  position: relative;
  padding-left: 75px;
}

.resourcemenu-cont .pm-left .pl-item a {
  color: #333;
}

.resourcemenu-cont .pm-left .pl-item .icon {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  flex-shrink: 0;
  width: 45px;
}

.resourcemenu-cont .pm-left .pl-item .icon img {
  width: 45px;
  height: 45px;
  object-fit: cover;
}

.resourcemenu-cont .pm-left .pl-item dd {
  margin-bottom: 16px;
}

.resourcemenu-cont .pm-left .pl-item dd a {
  color: #333;
}

.resourcemenu-cont .pm-left .pl-item dd a span {
  display: inline-block;
  text-decoration: underline;
}

.resourcemenu-cont .pm-left .pl-item dd a:hover {
  color: #087FE7;
}

.resourcemenu-cont .pm-left .pl-item dd a:hover .iconfont {
  opacity: 1;
}

.resourcemenu-cont .pm-left .pl-item dd a .iconfont {
  display: inline-block;
  transform: rotate(-45deg);
  margin-left: 35px;
  font-size: 18px;
  opacity: 0;
  transition: all 0.4s;
}

.resourcemenu-cont .pm-left li {
  margin-bottom: 2.5vw;
}

.resourcemenu-cont .pm-left li:nth-last-child(1) {
  margin-bottom: 0;
}

/*header end*/
/*footer start*/
.footer {
  padding: 110px 0 0;
  background: linear-gradient(90deg, rgba(236, 249, 252, 0.3) 0%, rgba(243, 252, 254, 0.3) 100%);
}

.footer a {
  color: #1A1A1A;
  transition: all .3s;
}

.footer a:hover {
  color: #087FE7;
}

.footer .f-nav h3 {
  margin-bottom: 22px;
}

.footer .f-nav dd {
  line-height: 2;
}

.footer .f-nav ul {
  display: flex;
  justify-content: space-between;
}

.footer .f-nav label {
  display: block;
}

.footer .f-nav .last dd {
  line-height: 1.2;
  margin-bottom: 16px;
  color: #1C1F1F;
  position: relative;
  padding-left: 30px;
}

.footer .f-nav .last dd .iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  left: 0;
}

.footer .f-nav .last dd a {
  color: #707070;
}

.footer .f-nav .last dd a:hover {
  color: #087FE7;
}

.footer .f-copy {
  margin-top: 40px;
  border-top: 1px solid #D8D8D8;
  text-align: center;
  color: #1E2020;
  padding: 20px 0 11px;
}

.footer .f-share {
  text-align: center;
  margin: 3.5vw 0;
}

.footer .f-share a {
  color: #aaa;
  display: inline-block;
  margin: 0 15px;
}

.footer .f-share a .iconfont {
  font-size: 20px;
}

.footer .f-share a:hover {
  color: #087FE7;
}

.footer .f-logo {
  text-align: center;
  margin-top: -44px;
}

.footer .f-logo img {
  width: 174px;
  height: 44px;
  object-fit: cover;
}

.footer .f-search {
  position: relative;
}

.footer .f-search input {
  background-color: rgba(196, 196, 196, 0.2);
  border: none;
  border-radius: 50px;
  height: 47px;
  line-height: 47px;
  padding: 0 18px;
  box-sizing: border-box;
  width: 288px;
}

.footer .f-search button {
  position: absolute;
  right: 0;
  border: none;
  background: #2788FF;
  box-shadow: none;
  width: 52px;
  top: 0;
  height: 100%;
  text-align: center;
  z-index: 2;
  border-radius: 20px;
  color: #FFF;
}

.footer .f-search .iconfont {
  font-size: 18px;
}

.fixed-right {
  position: fixed;
  right: 36px;
  bottom: 10vw;
  z-index: 2024;
}

.fixed-right li {
  margin-bottom: 14px;
}

.fixed-right li:nth-last-child(1) {
  margin-bottom: 0;
}

.fixed-right .rf-item a {
  display: block;
  width: 45px;
  height: 45px;
  background-color: #087FE7;
  color: #FFF;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  transition: all .3s;
}

.fixed-right .rf-item a:hover {
  background-color: #00B738;
}

.fixed-right .iconfont {
  font-size: 18px;
}

/*footer end*/
.crumbs-box {
  padding: 12px 0;
	font-size: 14px;
}

.crumbs-box a {
  color: #1C1F1F;
  display: inline-block;
  transition: all 0.4s;
}

.crumbs-box a:hover {
  color: #087FE7;
}

.crumbs-box i {
  display: inline-block;
  padding: 0 5px;
  color: #1C1F1F;
	font-size: 12px;
}

.crumbs-box span {
  color: #087FE7;
}

/*公共样式定义 start*/
/*例如,统一间距,统一字体,统一大小写,统一最大距离*/
.ipd-20 {
  padding: 0 20px;
}

/* 内容区域宽度+40px */
.m-width-content {
  max-width: 1320px;
  margin: 0 auto;
}

.m-width-1700 {
  max-width: 1700px;
  margin: 0 auto;
}

.m-width-1440 {
  max-width: 1440px;
  margin: 0 auto;
}

/*置顶按钮 start*/
#toTop {
  width: 40px;
  height: 40px;
  left: 20px;
  bottom: 20px;
  position: fixed;
  z-index: 999;
  background: #b24249;
  opacity: 0;
  visibility: hidden;
}

/*置顶按钮 end*/
/*分页 start*/
.page-box {
  padding: 50px 0;
  text-align: center;
}

.page-box .wp-pagenavi {
  display: flex;
  justify-content: center;
}

.page-box .wp-pagenavi a,
.page-box .wp-pagenavi span {
  display: inline-flex;
  color: #888888;
  margin: 0 5px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  justify-content: center;
  background: #EFEFEF;
  border-radius: 50%;
  padding: 5px !important;
}

.page-box .wp-pagenavi a.nextpostslink,
.page-box .wp-pagenavi a.previouspostslink {
  background: transparent;
  color: #000;
}

.page-box .wp-pagenavi .current {
  font-weight: bold;
  color: #fff;
  background: #FFAD0F;
}

.blue-page .wp-pagenavi .current {
  background: #2788FF;
}

.blue-page .wp-pagenavi a:hover {
  background: #2788FF;
  color: #fff;
}

/*分页 end*/
.index-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-bottom: 40px;
}

.index-banner .img-box {
  padding-bottom: 86.60844%;
}

.index-banner .banner-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 75px 0 82px;
}

.index-banner .banner-content .imgshow {
  width: 40%;
}

.index-banner .banner-content .text {
  margin-right: 8%;
  flex: 1;
}

.index-banner .banner-content .text h3 {
  color: #087FE7;
  line-height: 1.1;
  margin-bottom: 32px;
}

.index-banner .banner-content .text h3 em {
  display: block;
  color: #00B738;
}

.index-banner .banner-content .text .b-btns {
  margin: 4vw 0 0;
}

.index-banner .banner-content .text .b-btns a {
  color: #FFF;
  background-color: #087FE7;
  padding: 26px 22px;
  border-radius: 8px;
  transition: all 0.3s;
  display: inline-block;
}

.index-banner .banner-content .text .b-btns a:hover {
  background-color: #00B738;
}

.inner-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-bottom: 40px;
  max-width: 1920px;
  margin: 0 auto;
  height: 700px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.inner-banner .m-width-1700 {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.inner-banner .m-width-1700 .ipd-20 {
  box-sizing: border-box;
  width: 100%;
}

.inner-banner .banner-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.inner-banner .banner-content .video-box {
  width: 47%;
  border-radius: 20px;
  overflow: hidden;
}

.inner-banner .banner-content .video-player0-dimensions.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 56.51833%;
}

.inner-banner .banner-content .video-js .vjs-big-play-button {
  width: 79px;
  height: 79px;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  background-image: url("../png/play.png");
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.inner-banner .banner-content .vjs-icon-placeholder {
  display: none;
}

.inner-banner .banner-content p {
  line-height: 36px;
}

.inner-banner .banner-content .text {
  margin-right: 8%;
  flex: 1;
}

.inner-banner .banner-content .text h3,.inner-banner .banner-content .text h1 {
  color: #087FE7;
  line-height: 1.2em;
  margin-bottom: 32px;
}

.inner-banner .banner-content .text h3 em  ,.inner-banner .banner-content .text h1 em{
  display: block;
  color: #00B738;
}

.inner-banner .banner-content .text .b-btns {
  margin: 4vw 0 0;
}

.inner-banner .banner-content .text .b-btns a {
  color: #FFF;
  background-color: #087FE7;
  padding: 26px 22px;
  border-radius: 8px;
  transition: all 0.3s;
  min-width: 260px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
}

.inner-banner .banner-content .text .b-btns a:hover {
  opacity: 0.7;
}

.inner-banner .banner-content .text .b-btns a.lv {
  background-color: #00B738;
}

.bgBanner .imgshow {
  display: none;
}

.cloud-banner .imgshow {
  width: 40%;
}

.cloud-banner .img-box {
  padding-bottom: 56.41%;
}

.navFix {
  background-color: #FFF;
  transition: all 0.4s;
  position: sticky;
  top: 88px;
  z-index: 2025;
  box-shadow: 0 10px 10px 0px rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  padding-bottom: 14px;
  border-top: 1px solid #e6cfb4;
}

.navFix .index-tabitem {
  margin: 0 auto;
}

.index-tabitem {
  margin-top: -2vw;
  margin-bottom: 120px;
}

.index-tabitem dl {
  display: flex;
  justify-content: space-between;
  margin: 0 -30px;
  width: 100%;
}

.index-tabitem dl dd {
  flex: 1;
  box-sizing: border-box;
  padding: 0 30px;
}

.index-tabitem dl .t-item {
  color: #D2D2D2;
  transition: all 0.4s;
  display: block;
}

.index-tabitem dl .t-item.cur, .index-tabitem dl .t-item:hover {
  color: #00B738;
}

.index-tabitem dl .t-item.cur .line:after, .index-tabitem dl .t-item:hover .line:after {
  width: 45%;
}

.index-tabitem dl .line {
  height: 3px;
  background-color: #C6C6C6;
  margin-bottom: 20px;
  position: relative;
}

.index-tabitem dl .line:after {
  content: '';
  position: absolute;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #00B738;
  transition: all 0.4s;
}

.index-title h2 {
  color: #333;
  line-height: 1.2;
}

.index-title small {
  display: block;
  margin-bottom: 20px;
  color: #B7B7B7;
}

.index-title .arrow {
  padding-top: 10px;
}

.index-title .arrow .iconfont {
  margin-left: 10px;
  transition: all 0.3s;
}

.index-title .arrow:hover a {
  color: #00B738;
}

.index-title .arrow:hover .iconfont {
  margin-left: 15px;
}

.index-title.cen {
  text-align: center;
}

.c1 {
  color: #087FE7 !important;
}

.c2 {
  color: #00B738 !important;
}

.index-whatnews-grid {
  position: relative;
}

.index-whatnews-grid .iconfont {
  font-size: 20px;
  transition: all .3s;
}

.index-whatnews-grid .w-top {
  display: flex;
  margin: 0 -13px;
}

.index-whatnews-grid .w-top .t-tbns {
  text-align: right;
}

.index-whatnews-grid .w-top .w-left {
  width: 66%;
  box-sizing: border-box;
  padding: 0 13px;
}

.index-whatnews-grid .w-top .w-left .index-title {
  padding-top: 30px;
}

.index-whatnews-grid .w-top .w-left .left-cont {
  height: 100%;
  background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 26%, #D0EDFF 100%);
  display: flex;
  justify-content: space-between;
}

.index-whatnews-grid .w-top .w-left .text {
  background-color: #55CBFC;
  color: #FFF;
  width: 280px;
  box-sizing: border-box;
  padding: 40px 20px;
}

.index-whatnews-grid .w-top .w-left .text .p-c {
  padding-right: 8%;
}

.index-whatnews-grid .w-top .w-left .text .t-btns {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.index-whatnews-grid .w-top .w-left .text .iconfont {
  color: #FFF;
}

.index-whatnews-grid .w-top .w-left .text:hover .iconfont {
  margin-right: -5px;
}

.index-whatnews-grid .w-top .w-right {
  box-sizing: border-box;
  padding: 0 13px;
  width: 34%;
}

.index-whatnews-grid .w-top .w-right ul {
  margin: 0 -13px;
  display: flex;
  flex-wrap: wrap;
}

.index-whatnews-grid .w-top .w-right .imgshow img {
  width: 100%;
}

.index-whatnews-grid .w-top .w-right li {
  width: 50%;
  padding: 0 13px;
  box-sizing: border-box;
}

.index-whatnews-grid .w-top .w-right .w-item {
  color: #1A1A1A;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(126, 126, 126, 0.16);
  padding: 20px 20px 40px;
  box-sizing: border-box;
  height: 100%;
}

.index-whatnews-grid .w-top .w-right .w-item .icon {
  display: block;
  text-align: center;
  height: 100px;
}

.index-whatnews-grid .w-top .w-right .w-item .icon img {
  max-width: 95px;
  max-height: 100px;
}

.index-whatnews-grid .w-top .w-right .w-item .text-p {
  color: #666666;
}

.index-whatnews-grid .w-top .w-right .w-item .text-p p {
  height: 144px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-whatnews-grid .w-top .w-right .w-item h4 {
  margin: 30px 0 20px;
  color: #1A1A1A;
  text-align: center;
}

.index-whatnews-grid .w-top .w-right .w-item .t-btn {
  text-align: right;
}

.index-whatnews-grid .w-top .w-right li:hover .iconfont {
  margin-right: -5px;
  color: #00B738;
}

.index-whatnews-grid .w-center {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 58%;
  box-sizing: border-box;
  margin-top: -210px;
  position: relative;
  z-index: 2;
}

.index-whatnews-grid .w-center .text {
  padding: 5vw 50% 4.4vw 44px;
}

.index-whatnews-grid .w-center .text h3 {
  line-height: 1.2;
  margin-bottom: 20px;
  background: linear-gradient(to bottom, #087FE7, #37b7f1);
  /* 设置文字背景为从红色到黄色的渐变 */
  -webkit-background-clip: text;
  /* 将背景裁剪到文字部分 */
  -webkit-text-fill-color: transparent;
  /* 将文字颜色设置为透明，以显示背景渐变 */
}

.index-whatnews-grid .w-btns {
  margin-top: 30px;
}

.index-whatnews-grid .w-btns a {
  display: inline-block;
  padding: 10px 16px;
  background-color: #087FE7;
  color: #fff;
  border-radius: 4px;
  transition: all 0.3s;
}

.index-whatnews-grid .w-btns a:hover {
  background-color: #00B738;
}

.index-whatnews-grid .w-bottom {
  background: linear-gradient(-90deg, #FFFFFF 0%, #FFFFFF 26%, #D0EDFF 100%);
  width: 58%;
  padding: 80px 52px 26px;
  display: flex;
/*   align-items: flex-end; */
  box-sizing: border-box;
}

.index-whatnews-grid .w-bottom .imgshow {
  width: 30%;
	margin-right:20px;
}

.index-whatnews-grid .w-bottom .imgshow .img-box {
  padding-bottom: 0;
	width:100%;
}
.index-whatnews-grid .w-bottom .imgshow .img-box img{
	position:initial;
}

.index-whatnews-grid .w-bottom .text {
  flex: 1;
  color: #666;
  padding-bottom: 20px;
}

.index-whatnews-grid .w-bottom .text h3 {
  line-height: 1.2;
  color: #1A1A1A;
	margin-top:3px;

}

.index-whatnews-grid .w-bottom .text h3 em {
  color: #087FE7;
}

.index-whatnews-grid .w-bottom .text-p {
  padding-right: 18%;
}

.index-whatnews-grid .w-bottom .text-p p {
  margin: 8px 0;
}

.index-whatnews-grid .w-bottom .t-btn {
  text-align: right;
}

.index-whatnews-grid .w-bottom .t-btn a {
  color: #666;
}

.index-whatnews-grid .w-bottom .text:hover .iconfont {
  margin-right: -5px;
  color: #00B738;
}

.index-whatnews-grid .w-fixgrid {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 42%;
  box-sizing: border-box;
  padding-left: 48px;
}

.index-whatnews-grid .w-fixgrid h3 {
  line-height: 1.2;
  background: linear-gradient(to bottom, #087FE7, #37b7f1);
  /* 设置文字背景为从红色到黄色的渐变 */
  -webkit-background-clip: text;
  /* 将背景裁剪到文字部分 */
  -webkit-text-fill-color: transparent;
  /* 将文字颜色设置为透明，以显示背景渐变 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-whatnews-grid .w-fixgrid .t-btns {
  margin: 2vw 0 3.5vw;
}

.index-whatnews-grid .w-fixgrid .t-btns a {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 4px;
  border: 1px solid #087FE7;
  color: #097EE5;
  text-transform: capitalize;
  transition: all 0.3s;
}

.index-whatnews-grid .w-fixgrid .t-btns a:hover {
  background-color: #087FE7;
  color: #fff;
}

.index-whatnews-grid .w-fixgrid .date {
  color: #087FE7;
  margin-bottom: 12px;
}

.index-whatnews-grid .w-fixgrid h4 {
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-whatnews-grid .w-fixgrid .text-p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
	padding-right:0;
}

.index-whatnews-grid .w-fixgrid .c-btns {
  text-align: right;
  margin: 2vw 0 0;
}

.index-sepcial-bg {
  background: url("../png/index-left-lv-bg.png") no-repeat 0 65%;
}

.index-empower-grid {
  margin: 88px 0 0;
}

.index-empower-grid .arrow {
  display: none;
}

.index-empower-grid .empower-cont {
  background-color: rgba(255, 230, 96, 0.2);
  padding: 60px 216px 0 100px;
  border-radius: 20px;
  position: relative;
}

.index-empower-grid .empower-list {
  background-color: #FFF;
/*   padding: 0px 32% 0 12%; */
  color: #1A1A1A;
}

.index-empower-grid .empower-list .line {
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
  margin: 0 90px;
}

.index-empower-grid .empower-list .e-tt {
  color: #999999;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.index-empower-grid .empower-list .e-tt .icon {
  width: 48px;
  height: 48px;
  margin-right: 18px;
  display: flex;
  align-items: center;
}

.index-empower-grid .empower-list .text {
  color: #999;
  margin: 20px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-empower-grid .empower-list ul {
  display: flex;
  flex-wrap: wrap;
/*   margin: 0 -90px; */
}

.index-empower-grid .empower-list ul li {
  width: 39%;
  box-sizing: border-box;
  padding: 70px 42px;
  position: relative;
  transition: all 0.3s;
}

.index-empower-grid .empower-list ul li:hover {
  z-index: 2;
  background: #fff;
  transform: scale(1.02);
  box-shadow: 0px 3px 6px 1px rgba(126, 126, 126, 0.16);
}

.index-empower-grid .t-btns {
  color: #FFAF0F;
  transition: all .3s;
}

.index-empower-grid .t-btns:hover {
  color: #00B738;
}

.index-empower-grid dl {
  display: flex;
  margin: 0 -15px;
}

.index-empower-grid dl dd {
  padding: 0 15px;
  box-sizing: border-box;
  width: 50%;
}

.index-empower-grid .de-item .text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.empower-rightbox {
  color: #000;
  padding: 5.5vw 2.5vw;
  position: absolute;
  top: 40px;
  right: 55px;
  width: 28.5%;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 6px 20px 1px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
}

.empower-rightbox .e-tt {
  color: #999999;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.empower-rightbox .e-tt .icon {
  width: 48px;
  height: 48px;
  margin-right: 18px;
  display: flex;
  align-items: center;
}

.empower-rightbox .text {
  color: #999;
  margin: 20px 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.empower-rightbox .t-btns {
  margin-top: 3vw;
}

.empower-tabitem {
  text-align: right;
  margin-right: 20px;
}

.empower-tabitem a {
  display: inline-block;
  border: 1px solid #FFE660;
  border-radius: 20px 20px 0 0;
  line-height: 1;
  padding: 20px 50px;
  border-bottom: none;
  color: #000;
  box-sizing: border-box;
  min-width: 480px;
  text-align: center;
}

.empower-tabitem a.cur {
  background-color: #FFE660;
}

.empower-pages {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  padding-right: 4vw;
}

.empower-pages a {
  display: inline-block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #e1e1e1;
  text-align: center;
  line-height: 56px;
  color: #666;
  transition: all 0.4s;
  margin: 10px 7px;
}

.empower-pages a:hover {
  color: #000;
  background-color: #FFE660;
}

.empower-pages a.cur {
  color: #000;
  background-color: #FFE660;
}

.empower-pages .iconfont {
  font-size: 20px;
}

.index-resource-grid .resource-cont {
  margin: 40px 0 0;
  display: flex;
}

.index-resource-grid .resource-cont .res-left {
  width: 17%;
  background-color: #FFF;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 30px 20px;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 26px;
}

.index-resource-grid .resource-cont .res-right {
  width: calc(100% - 316px);
  box-sizing: border-box;
  padding-left: 30px;
}

.index-resource-grid .left-menu {
  border-left: 1px solid #e1e1e1;
}

.index-resource-grid .left-menu h3 {
  padding: 6px 0;
  padding-left: 10px;
  margin-bottom: 8px;
}

.index-resource-grid .left-menu a {
  display: inline-block;
  padding: 7px 0;
  padding-left: 10px;
  position: relative;
  color: #666;
}

.index-resource-grid .left-menu a:hover {
  color: #1A1A1A;
}

.index-resource-grid .left-menu a:after {
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: #00B738;
  margin-left: -2px;
  opacity: 0;
  top: 0;
  transition: all 0.4s;
}

.index-resource-grid .left-menu li.cur a:after, .index-resource-grid .left-menu li:hover a:after {
  opacity: 1;
}

.index-resource-list ul {
  margin: 0 -44px;
  display: flex;
  flex-wrap: wrap;
}

.index-resource-list .imgshow img {
  width: 100%;
}

.index-resource-list li {
  width: 50%;
  padding: 0 44px;
  box-sizing: border-box;
}

.index-resource-list ul {
  width: 100%;
}

.index-resource-list li {
  margin-bottom: 26px;
}

.index-resource-list .img-box {
  background: url(../svg/index-wj-bg.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index-resource-list .img-box img {
  max-width: 80px;
  height: auto;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
}

.index-resource-list .img-box {
  padding-bottom: 148.88889%;
}

.index-resource-list .icon-img {
  width: 135px;
}

.index-resource-list .r-item {
  background: #FAFAFA;
  border-radius: 10px;
  transition: all 0.4s;
}

.index-resource-list .r-item:hover .top-info {
  background: linear-gradient(180deg, rgba(128, 213, 98, 0.3) 0%, rgba(31, 190, 74, 0.3) 100%);
}

.index-resource-list .r-item:hover .img-box {
  background: url(../svg/index-wj-bg-h.svg);
}

.index-resource-list .top-info {
  background: linear-gradient(180deg, rgba(128, 213, 98, 0.04) 0%, rgba(52, 168, 83, 0.04) 100%);
  padding: 40px 55px 0;
  display: flex;
  justify-content: space-between;
  transition: all 0.4s;
}

.index-resource-list .top-info .t-tt {
  flex: 1;
  padding-right: 15%;
}

.index-resource-list .top-info .icon-img {
  margin-bottom: -20px;
}

.index-resource-list .t-bb {
  background-color: #FFf;
  border-radius: 6px;
  color: #00B738;
  display: inline-block;
  padding: 2px 12px;
  margin: 0 0 20px;
}

.index-resource-list .text {
  padding: 24px 44px 20px;
  color: #1C1F1F;
}

.index-resource-list .t-actions {
  margin: 16px 0 0;
}

.index-resource-list .t-actions a {
  display: inline-block;
  color: #2888FF;
  text-decoration: all 0.4s;
}

.index-resource-list .t-actions a:hover {
  color: #00B738;
  text-decoration: underline;
}

.index-resource-list .t-actions i {
  padding: 0 5px;
  opacity: 0.4;
}

.index-product-down {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin: 6vw 0;
  padding: 1px 0;
  border-radius: 20px;
  overflow: hidden;
}

.index-product-down .index-title {
  margin: 90px 0 60px;
  text-align: center;
}

.index-product-down .index-title h2 {
  color: #FFF;
}

.index-product-down .down-cont {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin: 0 6.5vw 7vw;
  border-radius: 20px;
  overflow: hidden;
  color: #FFF;
  padding: 6.5vw 4vw;
}

.index-product-down .down-cont ul {
  display: flex;
  justify-content: space-between;
}

.index-product-down .down-cont ul li {
  width: 30%;
}

.index-product-down .down-cont h3 {
  line-height: 1.2;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-product-down .down-cont p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-product-down .down-cont .d-btns {
  margin: 3.5vw 0 0;
}

.index-product-down .down-cont .d-btns a {
  color: #00012F;
  background-color: #FFF;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: all 0.4s;
}

.index-product-down .down-cont .d-btns a span {
  padding-right: 32px;
}

.index-product-down .down-cont .d-btns a:hover {
  background-color: #087FE7;
  color: #FFF;
}

.index-product-down .down-cont .d-btns a .iconfont {
  font-weight: bold;
}

.index-solutions-grid {
  background: linear-gradient(180deg, rgba(8, 127, 231, 0.15) 0%, rgba(253, 253, 253, 0.15) 100%);
  padding: 3vw 0;
}

.index-solutions-grid .index-title {
  margin-bottom: 4vw;
}

.index-solution-list ul {
  margin: 0 -21px;
  display: flex;
  flex-wrap: wrap;
}

.index-solution-list .imgshow img {
  width: 100%;
}

.index-solution-list li {
  width: 33.33%;
  padding: 0 21px;
  box-sizing: border-box;
}

.index-solution-list .s-icon img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.index-solution-list li {
  margin-bottom: 42px;
}

.index-solution-list .s-item {
  border-radius: 16px;
  background-color: #FFF;
  padding: 40px 24px 44px;
  color: #1A1A1A;
  display: block;
  position: relative;
}

.index-solution-list .s-item:hover:after {
  transform: rotate(5deg);
}

.index-solution-list .s-item:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  background-color: #087FE7;
  z-index: -1;
  transition: all 0.4s;
}

.index-solution-list .text-p {
  color: #666;
  line-height: 24px;
  height: 120px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-solution-list h3 {
  margin: 12px 0 20px;
}

.index-solution-list .s-btns {
  margin-top: 24px;
  color: #087FE7;
  transition: all .3s;
}

.index-solution-list .s-btns span {
  padding-right: 5px;
  transition: all .3s;
}

.index-solution-list .s-btns:hover {
  color: #00B738;
}

.index-solution-list .s-btns:hover span {
  padding-right: 10px;
}

.index-industry-solution .index-title {
  margin-bottom: 3.5vw;
}

.industry-solu-cont {
  display: flex;
  margin: 0 -20px;
}

.industry-solu-cont .solu-left .solu-list li {
  width: 100%;
}

.industry-solu-cont .solu-left .solu-list li .fbold span, .industry-solu-cont .solu-left .solu-list li .fbold i {
  transition: all .3s;
}

.industry-solu-cont .solu-left .solu-list li .fbold:hover {
  color: #087FE7;
}

.industry-solu-cont .solu-left .solu-list li .fbold:hover i {
  margin-left: 5px;
}

.industry-solu-cont .solu-left .s-img {
  margin: 2vw -5px -5px 0;
}

.industry-solu-cont .solu-left .s-img .img-box {
  padding-bottom: 67.90281%;
}

.industry-solu-cont .solu-left .s-item {
  padding-right: 0;
  padding-bottom: 0;
}

.industry-solu-cont > div {
  width: 50%;
  box-sizing: border-box;
  padding: 0 20px;
}

.industry-solu-cont .s-item {
  background-color: #F6F5F4;
  border-radius: 20px;
  padding: 46px 36px;
  overflow: hidden;
}

.industry-solu-cont .s-item .s-icon img {
  width: 65px;
  height: 65px;
  object-fit: cover;
}

.industry-solu-cont .s-item .s-t {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
}

.industry-solu-cont .s-item .s-t span {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 0;
}

.industry-solu-cont .s-item .s-t .iconfont {
  font-weight: bold;
  font-size: 22px;
}

.industry-solu-cont .solu-item {
  height: 100%;
}

.industry-solu-cont .solu-list {
  height: 100%;
}

.industry-solu-cont .solu-list ul {
  height: 100%;
  align-content: space-between;
}

.industry-solu-cont .solu-list ul {
  margin: 0 -18px;
  display: flex;
  flex-wrap: wrap;
}

.industry-solu-cont .solu-list .imgshow img {
  width: 100%;
}

.industry-solu-cont .solu-list li {
  width: 50%;
  padding: 0 18px;
  box-sizing: border-box;
}

.industry-solu-cont .solu-list li {
  margin-bottom: 10px;
}

.industry-solu-cont .solu-list li .fbold span, .industry-solu-cont .solu-list li .fbold i {
  transition: all .3s;
}

.industry-solu-cont .solu-list li .fbold:hover {
  color: #087FE7;
}

.industry-solu-cont .solu-list li .fbold:hover i {
  margin-left: 5px;
}

.index-why-grid .index-title {
  text-align: center;
  margin: 7vw 0 3.5vw;
}

.index-whylist ul {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}

.index-whylist .imgshow img {
  width: 100%;
}

.index-whylist li {
  width: 32%;
  padding: 0 20px;
  box-sizing: border-box;
}

.index-whylist li {
  margin-bottom: 40px;
}

.index-whylist li:nth-child(1) .w-item {
  padding-right: 5%;
}

.index-whylist li:nth-last-child(1) .w-item {
  padding-left: 5%;
  padding-right: 0;
}

.index-whylist li:nth-child(1), .index-whylist li:nth-last-child(1) {
  width: 36%;
}

.index-whylist li.reservee .w-item {
  align-items: flex-end;
}

.index-whylist dl {
  display: flex;
  margin: 0 -30px;
  text-align: center;
}

.index-whylist dl dd {
  box-sizing: border-box;
  width: 50%;
  padding: 0 30px;
}

.index-whylist dl .iconfont {
  font-size: 44px;
}

.index-whylist dl .dw-num {
  margin: 8px 0 0;
  line-height: 1;
  color: #000;
}

.index-whylist dl h4 {
  color: #4A4A4A;
}

.index-whylist dl .dw-item .line {
  height: 1px;
  background-color: #000000;
  width: 102px;
  margin: 5px auto 10px;
}

.index-whylist .w-item {
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.index-whylist .w-item h4 {
  text-transform: uppercase;
}

.index-whylist .w-item .line {
  width: 48px;
  height: 2px;
  background-color: #FFF;
  margin: 0 0 30px;
}

.index-whylist .w-item .w-li p {
  margin-bottom: 16px;
}

.index-whylist .w-item .w-li p a {
  padding-left: 30px;
  display: block;
  background: url("../png/icon-box1-left.png") no-repeat 0% 50%;
  position: relative;
}

.index-whylist .w-item .w-li p a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  left: 30px;
  bottom: 0;
  transition: all 0.3s;
}

.index-whylist .w-item .w-li p a:hover::after {
  width: 30px;
}

.index-whylist .text {
  background-color: rgba(39, 136, 255, 0.5);
  padding: 12px 25px;
  box-sizing: border-box;
  width: 75%;
  color: #FFF;
  box-sizing: border-box;
  height: 100%;
}

.index-whylist .text a {
  color: #FFF;
}

.index-leading-grid {
  padding: 4vw 0 0;
}

.index-leading-grid .c-btns {
  padding-top: 20px;
  text-align: center;
}

.index-leading-grid .c-btns a {
  display: inline-block;
  background-color: #087FE7;
  color: #FFF;
  padding: 16px 38px;
  border-radius: 8px;
  transition: all 0.4s;
}

.index-leading-grid .c-btns a:hover {
  background-color: #00B738;
}

.index-leading-grid .leading-cont {
  background: url("../png/map-bg.png") no-repeat 50% 0%;
  padding: 1px 0 5vw;
}

.index-leading-grid .leading-cont ul {
  margin: 0 -23px;
  display: flex;
  flex-wrap: wrap;
}

.index-leading-grid .leading-cont .imgshow img {
  width: 100%;
}

.index-leading-grid .leading-cont li {
  width: 16.66%;
  padding: 0 23px;
  box-sizing: border-box;
}

.index-leading-grid .leading-cont li {
  margin-bottom: 46px;
}

.index-leading-grid .leading-cont .img-box {
  padding-bottom: 53.6%;
}

.index-leading-grid .leading-cont ul {
  justify-content: center;
}

.index-leading-grid .text {
  color: #666;
  padding: 40px 0;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.index-ready-grid {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFF;
  text-align: center;
  padding: 6vw 0;
}

.index-ready-grid .r-btns {
  margin: 2.5vw 0 0;
}

.index-ready-grid .r-btns a {
  display: inline-block;
  background-color: #087FE7;
  color: #FFF;
  padding: 11px 38px;
  border-radius: 8px;
  transition: all 0.4s;
  box-sizing: border-box;
  min-width: 140px;
}

.index-ready-grid .r-btns a:hover {
  background-color: #00B738;
}

.pcloud-edition {
  display: flex;
  flex-direction: row-reverse;
  padding-top: 32px;
  position: relative;
}

.pcloud-edition .text {
  position: relative;
  z-index: 2;
}

.pcloud-edition .video-box {
  width: 37.13vw;
  border-radius: 20px;
  overflow: hidden;
}

.pcloud-edition .video-player0-dimensions.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 81.54%;
}

.pcloud-edition .video-js .vjs-big-play-button {
  width: 79px;
  height: 79px;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  background-image: url("../png/play.png");
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.pcloud-edition .vjs-icon-placeholder {
  display: none;
}

.pcloud-edition .fixedImg {
  position: absolute;
  top: 0;
  left: -15px;
  transform: translateY(-25%);
}

.pcloud-edition .imgshow {
  width: 41%;
}

.pcloud-edition .imgshow .img-box {
  padding-bottom: 78.54137%;
}

.pcloud-edition .textBox {
  flex: 1;
  padding-right: 4.5vw;
  color: #1E2020;
}

.pcloud-edition .textBox h3 {
  color: #333;
  margin-bottom: 20px;
}

.pcloud-edition .textBox .text-p {
  margin-bottom: 30px;
}

.pcloud-edition .textBox .text-p p {
  margin-bottom: 9px;
}

.pcloud-edition .pcloud-title {
  margin: 0 0 20px;
  padding-left: 14px;
}

.pcloud-edition .t-btns {
  color: #1C1F1F;
  display: inline-block;
  padding: 28px 7vw 20px 30px;
  position: relative;
  border: 1px solid #A1E6B4;
  background: linear-gradient(270deg, rgba(217, 217, 217, 0.15) 0%, rgba(161, 230, 180, 0.15) 100%);
}

.pcloud-edition .t-btns .icon {
  position: absolute;
  right: 0;
  bottom: 0;
}

.pcloud-edition .t-btns a {
  display: inline-block;
  background-color: rgba(0, 183, 56, 0.7);
  color: #FFF;
  border-radius: 10px;
  padding: 8px 30px;
  margin: 20px 0 0;
  transition: all 0.4s;
}

.pcloud-edition .t-btns a:hover {
  background-color: #00b738;
}

.pcloud-edition .t-btns a .iconfont {
  margin-left: 30px;
  font-size: 20px;
}

.pcloud-title {
  position: relative;
  margin: 110px 0 60px;
}

.pcloud-title h2 ,.pcloud-title h1{
  line-height: 1.15;
}

.pcloud-edition-list {
  margin: 6vw 0 0;
}

.pcloud-edition-list ul {
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}

.pcloud-edition-list .imgshow img {
  width: 100%;
}

.pcloud-edition-list li {
  width: 33.33%;
  padding: 0 5px;
  box-sizing: border-box;
}

.pcloud-edition-list .e-item {
  display: block;
  background-color: rgba(218, 240, 224, 0.15);
  color: #1C1F1F;
  padding: 50px;
  border-left: 6px solid #CEF0CD;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  height: 100%;
}

.pcloud-edition-list h3 {
  margin-bottom: 20px;
}

.pcloud-edition-list .text-p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pcloud-edition-list .e-btns {
  margin-top: 2vw;
  transition: all 0.4s;
  color: #2788FF;
}

.pcloud-edition-list .e-btns:hover {
  color: #00B738;
}

.content-product-cloud-enterprise .pcloud-edition-list {
  margin: 2.55vw 0 5.67vw;
}

.pcloud-editions-mainlist {
  padding: 1px 0 7vw;
  background: url("../png/pcloud-editions-mainbg.png") no-repeat 50% 50%;
}

@keyframes orbit {
  from {
    transform: rotate(0deg) translate(141px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translate(141px) rotate(-360deg);
  }
}

@keyframes orbit2 {
  from {
    transform: rotate(0deg) translate(111px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translate(111px) rotate(-360deg);
  }
}

.editions-mainlist ul {
  margin: 0 -30px;
  display: flex;
  flex-wrap: wrap;
}

.editions-mainlist .imgshow img {
  width: 100%;
}

.editions-mainlist li {
  width: 33.33%;
  padding: 0 30px;
  box-sizing: border-box;
}

.editions-mainlist .ans-show {
  height: 214px;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: flex-end;
  box-sizing: border-box;
  overflow: hidden;
  width: 380px;
  padding: 0 20px 20px;
  margin: 24px auto 0;
}

.editions-mainlist .ans-show .yuan {
  position: absolute;
  height: 282px;
  left: 50%;
  width: 282px;
  transform: translate(-50%, 0%);
  top: 0%;
  z-index: 1;
}

.editions-mainlist .ans-show .yuan .big-yuan {
  background: url("../png/big-yuan.png") no-repeat 50% 50%;
  width: 282px;
  height: 282px;
  position: relative;
}

.editions-mainlist .ans-show .yuan .big-yuan .orbiting-element {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -7px 0 0 -7px;
  transform-origin: -141px -141px;
  /* Center of the circle-container */
  animation: orbit 3s linear infinite;
  animation-play-state: running;
  /* Default state */
  box-sizing: border-box;
  z-index: 4;
  background: url("../png/big-yuan-dot.png") no-repeat 50% 50%;
  background-size: cover;
  cursor: pointer;
}

.editions-mainlist .ans-show .yuan .big-yuan .element1 {
  animation-delay: 0s;
}

.editions-mainlist .ans-show .yuan .small-yuan {
  background: url("../png/small-yuan.png") no-repeat 50% 50%;
  width: 222px;
  height: 222px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

.editions-mainlist .ans-show .yuan .small-yuan .orbiting-element {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  /* Center of the circle-container */
  animation: orbit2 3.5s linear infinite;
  animation-play-state: running;
  /* Default state */
  box-sizing: border-box;
  z-index: 4;
  background: url("../png/big-yuan-dot2.png") no-repeat 50% 50%;
  background-size: cover;
  cursor: pointer;
}

.editions-mainlist .ans-show .yuan .small-yuan .element1 {
  animation-delay: 0s;
}

.editions-mainlist .ans-show .ans-item {
  color: #79C0FF;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  width: 107px;
  height: 107px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.editions-mainlist .ans-show .ans-item .iconfont {
  font-size: 48px;
}

.editions-mainlist .em-item {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px #C7C4C4;
  border-radius: 22px;
  display: block;
  color: #1C1F1F;
  padding: 1px 0;
}

.editions-mainlist .em-item h3 {
  margin-bottom: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.editions-mainlist .em-item .text {
  padding: 3.4vw 2.5vw 2vw;
}

.editions-mainlist .em-item .text-p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 26px;
  height: 130px;
}

.editions-mainlist .em-item .t-btns {
  margin-top: 16px;
  color: #FFAF0F;
  transition: all 0, .4s;
}

.editions-mainlist .em-item .t-btns:hover {
  color: #087FE7;
}

.pcloud-advanced-grid {
  background: url("../png/pcloud-adv-bg.png") no-repeat 50% 50%;
  background-size: cover;
  padding: 1px 0;
}

.pcloud-resource-grid {
  margin-top: 6.25vw;
}

.advanced-list .swiper-wrapper {
  flex-wrap: wrap;
}

.advanced-list .swiper-slide {
  height: auto;
}

.advanced-list .a-item {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 28px 34px;
  transition: all 0.4s;
  display: block;
  color: #1A1A1A;
  height: 100%;
  box-sizing: border-box;
}

.advanced-list .a-item .a-t {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.advanced-list .a-item .a-t .icon {
  width: 60px;
}

.advanced-list .a-item .a-t .iconfont {
  color: #B4B4B4;
  font-size: 28px;
  opacity: 0;
  transition: all 0.4s;
}

.advanced-list .a-item h3 {
  margin: 8px 0 18px;
}

.advanced-list .a-item:hover {
  background: linear-gradient(180deg, #DAE8FF 0%, #F7FAFF 100%);
}

.advanced-list .a-item:hover .a-item .a-t .iconfont {
  opacity: 1;
}

.advanced-list .adv-pages {
  position: relative;
  height: 16px;
  margin: 45px 0;
}

.advanced-list .adv-pages .swiper-pagination {
  bottom: 0;
}

.advanced-list .adv-pages .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.advanced-list .adv-pages .swiper-pagination-bullet-active {
  background-color: #2788FF;
}

.see-btn {
  transition: all 0.4s;
}

.see-btn:hover {
  opacity: 0.8;
}

.pcloud-stack-grid {
  margin: 60px 47px 0;
  padding: 4.5vw 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
  color: #FFF;
}

.pcloud-stack-grid .text {
  margin: 14px 0 4vw;
}

.pcloud-stack-grid .p-btns a {
  display: inline-block;
  background-color: #2788FF;
  color: #FFF;
  border-radius: 8px;
  padding: 16px 55px;
}
.Version{
	margin:30px 0 0;
}
.Version img{
	max-width:100%;
	margin:0 auto;
}

.pd20 {
  padding: 32px 0 0;
}

.pcloud-table-box {
  display: flex;
}

.pcloud-table-box .table-left {
  width: 260px;
  box-sizing: border-box;
}

.pcloud-table-box .table-left .left-tips {
  margin: 2.5vw 0 0;
  color: #999;
}

.pcloud-table-box .table-left .left-tips .t-s {
  color: #666;
  margin-bottom: 6px;
}

.pcloud-table-box .table-right {
  flex: 1;
  margin-left: 20px;
  background-color: #F8F8F8;
  min-height: 833px;
}

.pcloud-table-box .table-empty {
  color: #999;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.pcloud-table-box .table-empty img {
  max-width: 100%;
  height: auto;
  margin: 0 0 32px;
}

.pcloud-table-box .table-empty .fb500 {
  color: #1A1A1A;
}

.pcloud-table-box .left-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.4vw;
}

.pcloud-table-box .left-title .t-reset {
  color: #FFAD0F;
  text-transform: capitalize;
}

.table-filters .f-t {
  margin-bottom: 10px;
}

.table-filters .layui-form-select .layui-input {
  border: 1px solid #C7C4C4;
  border-radius: 6px;
  height: 30px;
  font-size: 12px;
}

.table-filters .layui-form-selected dl {
  font-size: 12px;
}

.table-filters .layui-form-select dl dd,
.table-filters .layui-form-select dl dt {
  line-height: 30px;
}

.table-filters li {
  margin-bottom: 30px;
}

.table-filters .f-brand-select dd {
  margin-bottom: 5px;
}

.table-filters .f-brand-select dd.openchild .b-child {
  display: block;
}

.table-filters .f-brand-select .b-item .b-t {
  display: flex;
  align-items: center;
  line-height: 34px;
  color: #666;
  cursor: pointer;
  background-color: #FCF9E4;
}

.table-filters .f-brand-select .b-item .b-t .icon {
  padding: 0 8px;
}

.table-filters .f-brand-select .b-item .b-t .icon img {
  width: 34px;
  height: 34px;
  object-fit: cover;
}

.table-filters .f-brand-select .b-item .b-child {
  display: none;
  background-color: #F8F8F8;
}

.table-filters .f-brand-select .b-item .b-child .b-li {
  display: flex;
  align-items: center;
  padding: 0 10px;
  cursor: pointer;
  line-height: 38px;
  height: 38px;
}

.table-filters .f-brand-select .b-item .b-child .b-li.cur {
  background-color: rgba(252, 228, 95, 0.4);
}

.table-filters .f-brand-select .b-item .b-child .b-li.cur .icon {
  border-color: #FFAD0F;
}

.table-filters .f-brand-select .b-item .b-child .b-li.cur .icon:after {
  opacity: 1;
}

.table-filters .f-brand-select .b-item .b-child .b-li .icon {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  position: relative;
  flex-shrink: 0;
  margin-right: 12px;
}

.table-filters .f-brand-select .b-item .b-child .b-li .icon:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #FFAD0F;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s;
}

.protable-tabitem {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #E2E2E2;
}

.protable-tabitem a {
  flex: 1;
  text-align: center;
  color: #999;
  padding: 30px;
  position: relative;
  transition: all 0.4s;
}

.protable-tabitem a:after {
  content: '';
  position: absolute;
  left: 0;
  height: 3px;
  width: 0%;
  background-color: #087FE7;
  transition: all 0.4s;
  bottom: 0;
  margin-bottom: -2px;
}

.protable-tabitem a.cur {
  color: #1A1A1A;
}

.protable-tabitem a.cur:after {
  width: 100%;
}

.protable-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 40px;
  padding: 20px 48px;
  color: #999;
}

.protable-total .total-export a {
  display: inline-block;
  background-color: #FFF;
  display: inline-block;
  border: 1px solid #C7C4C4;
  border-radius: 6px;
  padding: 11px 26px;
  line-height: 1;
  color: #00012F;
  transition: all 0.4s;
}

.protable-total .total-export a:hover {
  background-color: #087FE7;
  border-color: #087FE7;
  color: #FFF;
}

.protable-total .total-export a .iconfont {
  font-size: 18px;
  margin-right: 20px;
}

.pro-table-box {
  padding: 0 16px;
}

.pro-table-box table {
  width: 100%;
}

.pro-table-box tr {
  border-bottom: 1px solid #E2E2E2;
}

.pro-table-box .p-cell {
  padding: 12px 20px;
}

.pro-table-box tbody {
  color: #1E2020;
}

.pro-table-box .p-cell-h {
  color: #333;
  display: flex;
  align-items: center;
}

.pro-table-box .p-cell-h .iconfont {
  margin-left: 10px;
  color: #999;
  font-size: 12px;
}
.pro-table-box .p-cell-h .iconfont.icon-icon-bf{
	font-size:8px !important;
	line-height: 8px;
}

.pro-table-box .p-cell-h .cell-tt {
  padding: 12px 20px;
  position: relative;
  display: inline-block;
}

.pro-table-box .hassort {
  cursor: pointer;
  position: relative;
}

.pro-table-box .hassort.open .sort-box {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.pro-table-box .hassort.open .cell-tt > .iconfont {
  color: #2788FF;
}

.pro-table-box .hassort .sort-box {
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 110%;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.24);
  border-radius: 10px;
  padding: 14px 18px;
  box-sizing: border-box;
  min-width: 240px;
  opacity: 0;
  visibility: hidden;
  font-size: 12px;
}

.pro-table-box .hassort .sort-box .s-sort-li {
  margin: 0 -18px;
  padding-left: 18px;
  padding-right: 18px;
  border-bottom: 1px solid #D9D9D9;
}

.pro-table-box .hassort .sort-box .s-sort-li a {
  display: block;
  color: #707070;
  transition: all 0.4s;
  margin-bottom: 12px;
}

.pro-table-box .hassort .sort-box .s-sort-li a:hover {
  color: #087FE7;
}

.pro-table-box .hassort .sort-box .s-slide-li .s-reset {
  padding: 10px 0;
  color: #707070;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pro-table-box .hassort .sort-box .s-slide-li .s-reset a {
  color: #087FE7;
}

.pro-table-box .hassort .sort-box .s-slide-li .layui-slider {
  height: 2px;
}

.pro-table-box .hassort .sort-box .s-slide-li .layui-slider-wrap {
  top: -17px;
}

.pro-table-box .hassort .sort-box .s-range-input {
  margin: 24px 0 0;
  display: flex;
  justify-content: space-between;
}

.pro-table-box .hassort .sort-box .s-range-input input {
  height: 26px;
  width: 60px;
  box-sizing: border-box;
  border: 1px solid #D9D9D9;
  color: #707070;
  padding: 0 10px;
}

.pro-table-box .hassort .sort-box .Deselect {
  display: inline-block;
  margin: 14px 0;
  color: #2788FF;
}

.pro-table-box .hassort .sort-box .s-input {
  position: relative;
}

.pro-table-box .hassort .sort-box .s-input input {
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #D9D9D9;
  line-height: 26px;
  padding: 0 0 0 30px;
  display: block;
  box-sizing: border-box;
  width: 100%;
}

.pro-table-box .hassort .sort-box .s-input input::placeholder {
  color: #D9D9D9;
}

.pro-table-box .hassort .sort-box .s-input .iconfont {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}

.pro-table-box .hassort .sort-box .layui-form-checkbox > div {
  font-size: 12px;
  color: #707070;
  white-space: initial;
}

.pro-table-box .hassort .sort-box .layui-form-checkbox {
  margin-bottom: 12px;
}

.pro-table-box .hassort .sort-box .layui-form-checkbox:nth-last-child(1) {
  margin-bottom: 0;
}

.pcloud-resource-cont .resource-cont {
  margin: 40px 0 0;
  display: flex;
}

.pcloud-resource-cont .resource-cont .res-left {
  width: 17%;
  background-color: #FFF;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 30px 20px;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 26px;
}

.pcloud-resource-cont .resource-cont .res-right {
  width: 83%;
  box-sizing: border-box;
  padding-left: 30px;
}

.pcloud-resource-cont .left-menu {
  border-left: 1px solid #e1e1e1;
  height: 100%;
}

.pcloud-resource-cont .left-menu h3 {
  padding: 6px 0;
  padding-left: 10px;
  margin-bottom: 8px;
}

.pcloud-resource-cont .left-menu h4 a {
  display: inline-block;
  padding: 7px 0;
  padding-left: 10px;
  position: relative;
  color: #1A1A1A;
}

.pcloud-resource-cont .left-menu h4 a:hover {
  color: #1A1A1A;
}

.pcloud-resource-cont .left-menu h4 a:after {
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: #00B738;
  margin-left: -2px;
  opacity: 0;
  top: 0;
  transition: all 0.4s;
}

.pcloud-resource-cont .left-menu .cur dl {
  display: block;
}

.pcloud-resource-cont .left-menu dl {
  display: none;
}

.pcloud-resource-cont .left-menu dd a {
  display: block;
  padding: 7px 0;
  padding-left: 10px;
  color: #666666;
}

.pcloud-resource-cont .left-menu li.cur a:after, .pcloud-resource-cont .left-menu li:hover a:after {
  opacity: 1;
}

.pcloud-resource-list ul {
  margin: 0 -13px;
  display: flex;
  flex-wrap: wrap;
}

.pcloud-resource-list .imgshow img {
  width: 100%;
}

.pcloud-resource-list li {
  width: 50%;
  padding: 0 13px;
  box-sizing: border-box;
}

.pcloud-resource-list li {
  margin-bottom: 26px;
}

.pcloud-resource-list .d-img {
  display: none;
}

.pcloud-resource-list .img-box {
  padding-bottom: 148.52941%;
}

.pcloud-resource-list .icon-img {
  width: 135px;
}

.pcloud-resource-list .r-item {
  background: #FAFAFA;
  border-radius: 10px;
  transition: all 0.4s;
}

.pcloud-resource-list .r-item:hover .top-info {
  color: #FFF;
  background: linear-gradient(180deg, rgba(128, 213, 98, 0.3) 0%, rgba(52, 168, 83, 0.31) 100%);
}

.pcloud-resource-list .r-item:hover .h-img {
  display: none;
}

.pcloud-resource-list .r-item:hover .d-img {
  display: inline-block;
}

.pcloud-resource-list .r-item:hover .t-tt h3 {
  color: #000;
}

.pcloud-resource-list .top-info {
  background: linear-gradient(180deg, rgba(128, 213, 98, 0.1) 0%, rgba(52, 168, 83, 0.1) 100%);
  padding: 40px 55px 0;
  display: flex;
  justify-content: space-between;
  transition: all 0.4s;
}

.pcloud-resource-list .top-info .t-tt {
  flex: 1;
  padding-right: 15%;
}

.pcloud-resource-list .top-info .icon-img {
  margin-bottom: -20px;
}

.pcloud-resource-list .t-bb {
  background-color: #FFf;
  border-radius: 6px;
  color: #00B738;
  display: inline-block;
  padding: 2px 12px;
  margin: 0 0 20px;
}

.pcloud-resource-list .text {
  padding: 24px 44px 20px;
  color: #1C1F1F;
}

.pcloud-resource-list .text-p {
  line-height: 24px;
  height: 96px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pcloud-resource-list .t-actions {
  margin: 16px 0 0;
}

.pcloud-resource-list .t-actions a {
  display: inline-block;
  color: #2888FF;
  text-decoration: all 0.4s;
}

.pcloud-resource-list .t-actions a:hover {
  color: #00B738;
  text-decoration: underline;
}

.pcloud-resource-list .t-actions i {
  padding: 0 5px;
  opacity: 0.4;
}

.pcloud-case-studies .index-title {
  margin: 5vw 0 3vw;
}

.case-studies-info {
  display: flex;
  margin: 0 0 30px;
}

.case-studies-info .cs-left {
  width: 58%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  box-sizing: border-box;
  padding: 4.5vw 4vw;
  border-radius: 10px;
  overflow: hidden;
}

.case-studies-info .cs-left .text {
  color: #1C1F1F;
}

.case-studies-info .cs-left .text em {
  color: #087FE7;
}

.case-studies-info .cs-left .img-box {
  padding-bottom: 25.2381%;
}

.case-studies-info .cs-left .imgshow {
  margin: 0 0 36px;
  width: 210px;
}

.case-studies-info .cs-right {
  flex: 1;
  margin-left: 30px;
  background-color: #BFE9FE;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 50px;
  position: relative;
}

.case-studies-info .cs-right:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FAFAFA;
  border-radius: 0 0 80px 0;
}

.case-studies-info .cs-right .text-p {
  font-style: italic;
  position: relative;
}

.case-studies-info .cs-right .text-p p {
  position: relative;
  z-index: 2;
}

.case-studies-info .cs-right .text-p:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("../png/pcloud-case-img2.png");
  z-index: 1;
  margin: -10px 0 0 -10px;
}

.case-studies-info .cs-right .cs-link {
  color: #2788FF;
  margin: 34px 0 0;
  position: relative;
  z-index: 2;
}

.case-studies-info .cs-right .cs-link a {
  color: #2788FF;
  transition: all 0.4s;
}

.case-studies-info .cs-right .cs-link a:hover {
  color: #009F5F;
}

.case-studies-info .cs-right .cs-link i {
  padding: 0 8px;
}

.case-studieslist ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.case-studieslist .imgshow img {
  width: 100%;
}

.case-studieslist li {
  width: 33.33%;
  padding: 0 15px;
  box-sizing: border-box;
}

.case-studieslist .img-box {
  padding-bottom: 21.51899%;
}

.case-studieslist .c-item {
  background-color: #FAFAFA;
  border-radius: 10px;
  border: 1px solid #D1F1FF;
  padding: 28px 24px;
}

.case-studieslist .c-item-title {
  height: 71px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.case-studieslist .c-btns a {
  color: #087FE7;
}

.case-studieslist .text {
  line-height: 26px;
  height: 156px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 30px;
}

.case-studieslist .c-tags {
  display: flex;
  padding: 10px 0 16px;
  flex-wrap: wrap;
}

.case-studieslist .c-tags span {
  display: inline-block;
  padding: 5px 28px;
  background-color: #FFF;
  border-radius: 26px;
  border: 1px solid #98D7FE;
  margin: 0 5px 5px 0;
  color: #2788FF;
}

.case-studieslist .c-tags .b2 {
  color: #00B738;
  border-color: #A1E6B4;
}

.msg-grid {
  background: url("../png/msg-bg.png") no-repeat 50% 50%;
  background-size: cover;
  padding: 1px 0 68px;
  margin: 6vw 0 0;
}

.msg-grid p {
  clear: both;
}

.msg-grid p a:hover {
  color: #00B738 !important;
}

.msg-grid .msg-title {
  text-align: center;
  margin: 3.5vw 0;
}

.product-banner .banner-content {
  padding: 0;
}

.pcloud-ens-btn {
  margin-bottom: 4vw;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  background-image: url("../png/product-en1.png");
}

.pcloud-ens-btn .btn-content {
  width: 100%;
}

.pcloud-ens-btn ul {
  display: flex;
  font-weight: bold;
  color: #1A1A1A;
}

.pcloud-ens-btn ul li {
  flex: 1;
  text-align: center;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.pcloud-ens-btn ul li:nth-child(2n) {
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}

.pcloud-ens-btn ul li:hover {
  background: #2788FF;
  color: #ffffff;
}

.pcloud-ens-btn ul .cur {
  background: #2788FF;
  color: #ffffff;
}

.pcloud-ens-Enterprise {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}

.pcloud-ens-Enterprise .pcloud-Enterprise-right {
  width: 37%;
}

.pcloud-ens-Enterprise .imgshow {
  width: 100%;
}

.pcloud-ens-Enterprise .imgshow .img-box {
  padding-bottom: 71.11801%;
}

.pcloud-ens-Enterprise .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding-right: 14%;
}

.pcloud-ens-Enterprise .left-text {
  font-weight: 500;
  color: #707070;
  line-height: 36px;
  margin-top: 2.6vw;
}

.pcloud-ens-Enterprise .left-title {
  color: #1A1A1A;
  display: flex;
  align-items: center;
}

.pcloud-ens-Enterprise .left-title .text {
  margin-left: 20px;
}

.pcloud-ens-Enterprise .swiper-pagination {
  position: relative;
  width: fit-content !important;
  padding: 0 20px;
  height: 29px;
  display: flex;
  align-items: center;
  background: #F4F6F9;
  border-radius: 17px 17px 17px 17px;
  margin: 1.9vw auto 0;
}

.pcloud-ens-Enterprise .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #005BD4;
  opacity: 1;
  transform: scale(1);
  margin: 0 14px;
}

.pcloud-ens-Enterprise .swiper-pagination-bullet-active {
  transform: scale(1.5);
}

.pcloud-ens-Enterprise .swiper-pagination-bullet1 {
  background: #039BC2;
}

.pcloud-ens-Enterprise .swiper-pagination-bullet2 {
  background: #7A35C3;
}

.pcloud-ens-Enterprise .swiper-pagination-bullet3 {
  background: #DB2E43;
}

.pcloud-ens-Enterprise .swiper-pagination-bullet4 {
  background: #DB7200;
}

.pcloud-ens-Enterprise .swiper-pagination-bullet5 {
  background: #89A601;
}

.pcloud-ens-Enterprise .swiper-pagination-bullet6 {
  background: #229628;
}

.pcloud-ens-Enterprise .swiper-pagination-bullet7 {
  background: #3940DB;
}

.pcloud-ens-Features .Features-title {
  color: #1A1A1A;
  margin: 2.8vw 0;
}

.pcloud-ens-Features .Features-item {
  display: flex;
  margin-bottom: 2.3vw;
}

.pcloud-ens-Features .Features-item .imgshow {
  width: 43.5%;
}

.pcloud-ens-Features .Features-item .imgshow .img-box {
  padding-bottom: 60.8931%;
}

.pcloud-ens-Features .Features-item .right {
  flex: 1;
  margin-left: 8.4vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pcloud-ens-Features .Features-item .right-text {
  position: relative;
}

.pcloud-ens-Features .Features-item .right-text .text {
  position: relative;
  z-index: 2;
  color: #1A1A1A;
}

.pcloud-ens-Features .Features-item .right-text .text2 {
  color: #1C1F1F;
  margin-top: 20px;
}

.pcloud-ens-Features .Features-item .right-text img {
  width: 39px;
  height: 39px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

.pcloud-ens-Features .Features-item2 {
  margin-bottom: 4.5vw;
}

.pcloud-ens-Features .Features-item2 .right {
  margin: 0 8vw 0 3.6vw;
}

.pcloud-ens-Features .Features-item2 .rightBox-swiper {
  width: 38.7%;
  flex: 1;
}

.pcloud-ens-Features .Features-item2 .rightBox-swiper .swiper {
  height: 400px;
}

.pcloud-ens-Features .Features-item2 .swiper-slide {
  transition: all 1s;
}

.pcloud-ens-Features .Features-item2 .swiper-item {
  position: relative;
  box-sizing: border-box;
  height: 80px;
  max-width: 400px;
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0 6px 30px 0 rgba(198, 211, 220, 0.4);
  border-radius: 4px;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: flex;
}

.pcloud-ens-Features .Features-item2 .swiper-item .text {
  color: #97a4b6;
  letter-spacing: 0;
  line-height: 27px;
  transition: color 0.5s linear;
  text-align: left;
  box-sizing: border-box;
  padding-left: 80px;
  flex: 1;
}

.pcloud-ens-Features .Features-item2 .swiper-item .icon {
  width: 70px;
  height: 70px;
  background: #f00;
  position: absolute;
  left: 0;
  top: 5px;
  transform: translate(-50%, -50%);
  transition: all 1s;
}

.pcloud-ens-Features .Features-item2 .swiper-slide {
  position: relative;
  transform: scale(0.9);
  padding-left: 20px;
}

.pcloud-ens-Features .Features-item2 .swiper-slide .icon {
  transform: scale(0.8);
}

.pcloud-ens-Features .Features-item2 .swiper-slide-active {
  padding-left: 0px;
}

.pcloud-ens-Features .Features-item2 .swiper-slide-active .swiper-item {
  max-width: 500px;
  transform: scale(1);
}

.pcloud-ens-Features .Features-item2 .swiper-slide-active .swiper-item .icon {
  transform: scale(1);
}

.pcloud-ens-Features .Features-item2 .swiper-slide-active .swiper-item .text {
  color: #2788FF;
}

.pcloud-ens-Features .Features-item3 {
  margin-bottom: 6.2vw;
}

.pcloud-ens-Features .Features-item3 .imgshow {
  width: 28.9%;
}

.pcloud-ens-Features .Features-item3 .imgshow .img-box {
  padding-bottom: 75.81301%;
}

.pcloud-ens-Features .Features-item3 .right {
  width: 29.5%;
  margin-left: 15.2vw;
}

.pcloud-ens-Features .Features-item4 .rightBox {
  width: 28.1vw;
  position: relative;
  flex: 1;
}

.pcloud-ens-Features .Features-item4 .right {
  margin-left: 0;
  margin-right: 13.17%;
  height: 550px;
}

.pcloud-ens-Features .Features-item4 .box {
  position: absolute;
  width: 150px;
  height: 110px;
  background: #ffffff;
  box-shadow: 0 6px 30px 0 rgba(198, 211, 220, 0.3);
  border-radius: 6px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  cursor: pointer;
  animation: float 5s ease-in-out 0.4s infinite;
}

.pcloud-ens-Features .Features-item4 .box2 {
  top: 126px;
  left: 0;
}

.pcloud-ens-Features .Features-item4 .box3 {
  top: 254px;
  left: 0;
}

.pcloud-ens-Features .Features-item4 .box4 {
  top: 53px;
  left: 177px;
}

.pcloud-ens-Features .Features-item4 .box5 {
  top: 181px;
  left: 176px;
}

.pcloud-ens-Features .Features-item4 .box6 {
  top: 303px;
  left: 176px;
}

.pcloud-ens-Features .Features-item4 .box7 {
  top: 181px;
  left: 353px;
}

.pcloud-ens-Features .Features-item4 .topIcon {
  width: 60px;
  height: 54px;
  background-color: #f00;
}

.pcloud-ens-Features .Features-item4 .text {
  color: #707070;
  line-height: 1;
}

.pcloud-ens-Features .Features-item5 {
  margin-bottom: 9vw;
}

.pcloud-ens-Features .Features-item5 .leftBox {
  width: 43.7%;
  height: 307px;
  border: 1px solid #000;
}

.pcloud-ens-Features .Features-item5 .right {
  flex: 1;
  margin-left: 5.9vw;
}

.pcloud-ens-Features .Features-item6 {
  padding-right: 0;
}

.pcloud-ens-Features .Features-item6 .right-text {
  text-align: center;
}

.pcloud-ens-Features .Features-item6 .text {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

.pcloud-Features-swiper {
  position: relative;
  padding-bottom: 69px;
  margin-bottom: 3vw;
}

.pcloud-Features-swiper .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}

.pcloud-Features-swiper .swiper-item {
  height: 448px;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #B8B8B8;
  padding: 0 50px;
  cursor: pointer;
  transform: translateY(32px);
  transform: all 0.2s;
  box-sizing: border-box;
  width: calc(100% - 2px);
  box-sizing: border-box;
}

.pcloud-Features-swiper .swiper-slide-active .swiper-item {
  height: 480px;
  transform: translateY(0px);
}

.pcloud-Features-swiper .icon {
  width: 70px;
  margin: 72px auto 19px;
}

.pcloud-Features-swiper .text {
  color: #1A1A1A;
  text-align: center;
}

.pcloud-Features-swiper .text2 {
  margin-top: 34px;
  color: #707070;
  text-align: center;
}

.pencloud-resource-grid {
  margin-top: 13vw;
  position: relative;
}

.pencloud-resource-grid .resource-bg {
  position: absolute;
  top: -11vw;
}

.pencloud-resource-grid .relativeBox {
  position: relative;
  z-index: 2;
}

.pencloud-resource-grid .topBg {
  max-width: 681px;
  width: 35vw;
  height: 40.6vw;
  background: url("../png/pencloud1.png") no-repeat center center;
  background-size: cover;
}

.pencloud-resource-grid .leftBg {
  position: absolute;
  bottom: 10.7vw;
  left: 2vw;
  width: 40.68px;
  height: 45.35px;
  background: url("../png/pencloud_5.png") no-repeat center center;
  background-size: cover;
}

.resource-cont2-list {
  margin: 2.8vw 0 0;
  padding-bottom: 4.5vw;
  position: relative;
}

.resource-cont2-list ul {
  margin: 0 -45px;
  display: flex;
  flex-wrap: wrap;
}

.resource-cont2-list .imgshow img {
  width: 100%;
}

.resource-cont2-list li {
  width: 33.33%;
  padding: 0 45px;
  box-sizing: border-box;
}

.resource-cont2-list li:nth-child(2n) {
  margin-top: 7vw;
}

.resource-cont2-list .p-item {
  display: block;
  padding: 2vw 2.3vw 0 2.2vw;
  background: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #D9D9D9;
  padding-bottom: 75px;
  box-sizing: border-box;
}

.resource-cont2-list .title {
  color: #1E2020;
}

.resource-cont2-list .text {
  color: #1C1F1F;
  margin-top: 5px;
}

.resource-cont2-list .flex-row {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0px;
}

.resource-cont2-list .e-btns {
  display: flex;
  flex-direction: column;
  justify-content: end;
  transition: all 0.4s;
  color: #2788FF;
  padding-bottom: 15px;
}

.resource-cont2-list .e-btns:hover {
  color: #00B738;
}

.bottomBg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.bottomBg .bottomImg {
  width: 100%;
  height: 25.3vw;
  background: url("../png/pencloud_5.png") no-repeat center center;
  background-size: cover;
}

.msg-gridM {
  margin-top: 4.47vw;
}

.pZstack-tabitem {
  margin-top: 3.6vw;
  margin-bottom: 2.9vw;
}

.content-pZstack .pcloud-edition .video-box {
  width: 47.5%;
  border-radius: 20px;
  overflow: hidden;
}

.content-pZstack .pcloud-edition .video-player0-dimensions.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 59.75%;
}

.content-pZstack .pcloud-edition .video-js .vjs-big-play-button {
  width: 79px;
  height: 79px;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  background-image: url("../png/play.png");
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.content-pZstack .pcloud-edition .vjs-icon-placeholder {
  display: none;
}

.content-pZstack .pcloud-edition .imgshow {
  width: 47.5%;
}

.content-pZstack .pcloud-edition .imgshow .img-box {
  padding-bottom: 49.85272%;
}

.content-pZstack .pcloud-edition .textBox {
  padding-right: 4.4vw;
  flex: 1;
}

.content-pZstack .pcloud-edition-list {
  margin-top: 3.9vw;
}

.pZstack-Features .Features-title {
  margin: 5vw 0 3.8vw;
  line-height: 1;
  max-width: 1215px;
}

.pZstack-Features .pZstack-Features-item {
  display: flex;
  align-items: center;
  margin-bottom: 6vw;
}

.pZstack-Features .pZstack-Features-item .imgshow {
  width: 32.2%;
}

.pZstack-Features .pZstack-Features-item .imgshow .img-box {
  padding-bottom: 91.07468%;
}

.pZstack-Features .pZstack-Features-item .right {
  padding-right: 18.1vw;
  flex: 1;
}

.pZstack-Features .pZstack-Features-item .right-text {
  position: relative;
  padding-left: 32px;
}

.pZstack-Features .pZstack-Features-item .text {
  color: #1A1A1A;
  position: relative;
  z-index: 2;
}

.pZstack-Features .pZstack-Features-item .text2 {
  color: #333;
  margin-top: 12px;
}

.pZstack-Features .pZstack-Features-item .CodeLevel {
  color: #2788FF;
  margin-top: 0.5vw;
}

.pZstack-Features .pZstack-Features-item .text3 {
  color: #707070;
}

.pZstack-Features .pZstack-Features-item .fixedImg {
  position: absolute;
  top: 5px;
  left: 0;
}

.pZstack-Features .pZstack-Features-item2 .right {
  padding: 0 0 0 10vw;
}

.pZstack-Features .pZstack-Features-item2 .imgshow {
  width: 32%;
}

.pZstack-Features .pZstack-Features-item2 .imgshow .img-box {
  padding-bottom: 100%;
}

.pZstack-Features .pZstack-Features-item3 .right {
  padding: 0 5.1vw 0 0;
}

.pZstack-Features .pZstack-Features-item3 .imgshow {
  width: 46.1%;
}

.pZstack-Features .pZstack-Features-item3 .imgshow .img-box {
  padding-bottom: 54.52229%;
}

.pZstack-Features .pZstack-Features-item4 .right {
  padding: 0 0 0 6.6vw;
}

.pZstack-Features .pZstack-Features-item4 .imgshow {
  width: 37%;
}

.pZstack-Features .pZstack-Features-item4 .imgshow .img-box {
  padding-bottom: 94.3038%;
}

.pZstack-Features .pZstack-Features-item5 .right {
  padding: 0 12vw 0 0;
}

.pZstack-Features .pZstack-Features-item5 .imgshow {
  width: 32.29%;
}

.pZstack-Features .pZstack-Features-item5 .imgshow .img-box {
  padding-bottom: 93.80692%;
}

.pZstack-Features .pZstack-Features-item6 {
  margin-bottom: 3vw;
}

.pZstack-Features .pZstack-Features-item6 .right {
  padding: 0 0 0 5vw;
}

.pZstack-Features .pZstack-Features-item6 .imgshow {
  padding-left: 4vw;
  width: 36.5%;
}

.pZstack-Features .pZstack-Features-item6 .imgshow .img-box {
  padding-bottom: 91.63987%;
}

.pZstack-UseCases .UseCases-tab {
  margin: 1.8vw 0;
}

.pZstack-UseCases .UseCases-tab ul {
  display: flex;
  gap: 1.5vw;
}

.pZstack-UseCases .UseCases-tab li {
  flex: 1;
  height: 60px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 10px 10px 10px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #333333;
  cursor: pointer;
  line-height: 1;
}

.pZstack-UseCases .UseCases-tab li:hover {
  color: #fff;
  background: #2788FF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.pZstack-UseCases .UseCases-tab .cur {
  color: #fff;
  background: #2788FF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.pZstack-UseCases .textBox {
  background: linear-gradient(359deg, #FBFBFB 0%, #F6FCFF 100%);
  border-radius: 1vw;
  padding: 1.8vw 3vw 2.5vw;
}

.pZstack-UseCases .textBox .textTitle {
  color: #1A1A1A;
  padding-left: 18px;
  border-left: 5px solid #2788FF;
  margin-bottom: 2.1vw;
}

.pZstack-UseCases .textBox .textContent {
  background: #FFFFFF;
  border-radius: 0.8vw;
  padding: 2vw 1.9vw;
  box-sizing: border-box;
}

.pZstack-UseCases .textBox .title {
  color: #2788FF;
}

.pZstack-UseCases .textBox .desc {
  color: #707070;
  margin-bottom: 2vw;
}

.pZstack-UseCases .textBox .desc:last-child {
  margin-bottom: 0;
}

.zstack-grid {
  margin: 5.4vw 2.6vw 4.5vw;
}

.pzstack-resource {
  margin-top: 6vw;
}

.pZstackcmp-banner .pZstack-content .imgshow {
  width: 47.17%;
}

.pZstackcmp-banner .pZstack-content .imgshow .img-box {
  padding-bottom: 56.10973%;
}

.pZstackcmp-banner .pcloud-edition .imgshow {
  width: 41.9%;
}

.pZstackcmp-banner .pcloud-edition .imgshow .img-box {
  padding-bottom: 56.43256%;
}

.pZstackcmp-banner .banner-content .text {
  margin-right: 6.2vw;
}

.content-pZstackcmp .pcloud-edition {
  align-items: center;
}

.content-pZstackcmp .pcloud-edition .text {
  padding-top: 20px;
}

.content-pZstackcmp .fixedImg {
  position: absolute;
  top: 0;
  left: -15px;
  transform: translateY(-25%);
}

.content-pZstackcmp .pcloud-edition .imgshow {
  width: 41.9%;
}

.content-pZstackcmp .pcloud-edition .imgshow .img-box {
  padding-bottom: 56.38149%;
}

.content-pZstackcmp .textBox {
  padding-right: 6.2vw;
}

.relativeIndex2 {
  position: relative;
  z-index: 2;
  color: #1A1A1A;
}

.relativeBox {
  position: relative;
  z-index: 2;
}

.pZstackCMP-Features .Features-title {
  margin-bottom: 0;
}

.pZstackCMP-Features .text2 {
  color: #707070;
}

.pZstackCMP-Features .pZstack-Features-item {
  padding-right: 4.47vw;
  margin-bottom: 4.4vw;
}

.pZstackCMP-Features .pZstack-Features-item .fixedImg {
  top: 19px;
}

.pZstackCMP-Features .pZstack-Features-item .imgshow {
  width: 45.7%;
}

.pZstackCMP-Features .pZstack-Features-item .imgshow .img-box {
  padding-bottom: 57.52896%;
}

.pZstackCMP-Features .pZstack-Features-item .right {
  padding-right: 5.67vw;
}

.pZstackCMP-Features .pZstack-Features-item2 .imgshow {
  width: 38.2%;
  padding-left: 2.3vw;
}

.pZstackCMP-Features .pZstack-Features-item2 .imgshow .img-box {
  padding-bottom: 67.07692%;
}

.pZstackCMP-Features .pZstack-Features-item2 .right {
  padding: 0 0 0 8vw;
}

.pZstackCMP-Features .pZstack-Features-item3 {
  position: relative;
  padding-bottom: 5.7vw;
  margin-bottom: 0;
}

.pZstackCMP-Features .pZstack-Features-item3 .imgshow {
  width: 42.2%;
  position: relative;
  z-index: 2;
}

.pZstackCMP-Features .pZstack-Features-item3 .imgshow .img-box {
  padding-bottom: 54.039%;
}

.pZstackCMP-Features .pZstack-Features-item3 .right {
  padding: 0 2vw 0 0;
}

.pZstackCMP-Features .pZstack-Features-item3 .imgBg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 47.9%;
}

.pZstackCMP-Features .pZstack-Features-item3 .imgBg .img-box {
  padding-bottom: 39.5092%;
}

.pZstackCMP-Features .pZstack-Features-item4 .imgshow {
  width: 39.5%;
  padding-left: 2.3vw;
}

.pZstackCMP-Features .pZstack-Features-item4 .imgshow .img-box {
  padding-bottom: 55.20833%;
}

.pZstackCMP-Features .pZstack-Features-item4 .right {
  padding: 0 0 0 4.7vw;
}

.pZstackCMP-Features .pZstack-Features-item5 .imgshow {
  width: 39.5%;
}

.pZstackCMP-Features .pZstack-Features-item5 .imgshow .img-box {
  padding-bottom: 74.55357%;
}

.pZstackCMP-Features .pZstack-Features-item5 .right {
  padding: 0 2.3vw 0 0;
}

.pZstackCMP-Features .pZstack-Features-item6 .imgshow {
  width: 36.9%;
  padding-left: 2.3vw;
}

.pZstackCMP-Features .pZstack-Features-item6 .imgshow .img-box {
  padding-bottom: 97.92994%;
}

.pZstackCMP-Features .pZstack-Features-item6 .right {
  padding: 0 0 0 7.76vw;
}

.Multi-Cloud .index-title {
  margin-bottom: 2.5vw;
}

.Multi-Cloud .text2 {
  color: #213343;
}

.pZstackcube-banner .pZstack-content .imgshow {
  width: 43.6%;
}

.pZstackcube-banner .pZstack-content .imgshow .img-box {
  padding-bottom: 73.58491%;
}

.content-pZstackcube .pcloud-edition .imgshow {
  width: 46.8%;
}

.content-pZstackcube .pcloud-edition .imgshow .img-box {
  padding-bottom: 55.69884%;
}

.content-pZstackcube .pcloud-edition .textBox {
  padding-right: 3vw;
}

.pZstackCUBE-Features .pZstack-Features-item {
  margin-bottom: 2.5vw;
  justify-content: space-between;
}

.pZstackCUBE-Features .pZstack-Features-item:last-child {
  margin-bottom: 0;
}

.pZstackCUBE-Features .pZstack-Features-item .right-text {
  padding-left: 0;
}

.pZstackCUBE-Features .pZstack-Features-item .text {
  padding-left: 32px;
  margin-bottom: 1.3vw;
}

.pZstackCUBE-Features .pZstack-Features-item .lineCode {
  cursor: pointer;
  border-left: 6px solid #ffffff;
  padding: 0.9vw 0 0.9vw 1.6vw;
}

.pZstackCUBE-Features .pZstack-Features-item .cur {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.18) 0%, rgba(152, 215, 254, 0.18) 100%);
  border-left: 6px solid #2788FF;
}

.pZstackCUBE-Features .pZstack-Features-item .imgshow {
  width: 32.8%;
}

.pZstackCUBE-Features .pZstack-Features-item .imgshow .img-box {
  padding-bottom: 95.92557%;
}

.pZstackCUBE-Features .pZstack-Features-item .right {
  padding-right: 6vw;
  box-sizing: border-box;
  max-width: 58%;
}

.pZstackCUBE-Features .pZstack-Features-item .CodeLevel {
  margin: 0;
}

.pZstackCUBE-Features .pZstack-Features-item2 .imgshow {
  width: 32.8%;
}

.pZstackCUBE-Features .pZstack-Features-item2 .imgshow .img-box {
  padding-bottom: 95.52193%;
}

.pZstackCUBE-Features .pZstack-Features-item2 .right {
  padding: 0 0 0 10.7vw;
}

.pZstackCUBE-Features .pZstack-Features-item3 .imgshow {
  width: 39.6%;
}

.pZstackCUBE-Features .pZstack-Features-item3 .imgshow .img-box {
  padding-bottom: 79.6016%;
}

.pZstackCUBE-Features .pZstack-Features-item3 .right {
  padding: 0 6.7vw 0 0;
}

.pZstackCUBE-Features .pZstack-Features-item4 .imgshow {
  width: 40.5%;
}

.pZstackCUBE-Features .pZstack-Features-item4 .imgshow .img-box {
  padding-bottom: 94.34009%;
}

.pZstackCUBE-Features .pZstack-Features-item4 .right {
  padding: 0 0 0 5.6vw;
}

.pZstackzrop-banner {
  background-position: 86% 50%;
}

.pZstackzrop-banner .banner-content p {
  max-width: 45vw !important;
}

.pZstackzrop-banner .pZstack-content .imgshow {
  width: 50%;
}

.pZstackzrop-banner .pZstack-content .imgshow .img-box {
  padding-bottom: 48.11765%;
}

.pZstackzrop-banner .pZstack-content .text {
  margin-right: 6vw;
}

.rds-banner {
  background-position: 77% 50%;
}

.rds-banner .banner-content p {
  max-width: 40vw !important;
}

.content-pZstackzrop .pcloud-edition {
  padding-right: 72px;
  align-items: center;
}

.content-pZstackzrop .pcloud-edition .imgshow {
  width: 42%;
}

.content-pZstackzrop .pcloud-edition .imgshow .img-box {
  padding-bottom: 56.41597%;
}

.content-pZstackzrop .pcloud-edition .textBox {
  padding-right: 6.4vw;
}

.content-pZstackzrop .hoverLine {
  transition: all 0.2s;
  cursor: pointer;
  margin-bottom: 10px;
}

.content-pZstackzrop .hoverLine .CodeLevel {
  margin-top: 0;
}

.content-pZstackzrop .cur {
  border-left: 3px solid #007FDF;
  background-color: #FFFFFF;
  padding: 1vw;
  margin: 0;
}

.content-pZstackzrop .pZstack-Features-item {
  align-items: center;
  padding-right: 16px;
}

.content-pZstackzrop .pZstack-Features-item .imgshow {
  width: 47.5%;
}

.content-pZstackzrop .pZstack-Features-item .imgshow .img-box {
  padding-bottom: 49.87624%;
}

.content-pZstackzrop .pZstack-Features-item .right {
  padding-right: 2vw;
}

.content-pZstackzrop .pZstack-Features-item2 {
  min-height: 465px;
}

.content-pZstackzrop .pZstack-Features-item2 .imgshow {
  width: 40.47%;
}

.content-pZstackzrop .pZstack-Features-item2 .imgshow .img-box {
  padding-bottom: 65.11628%;
}

.content-pZstackzrop .pZstack-Features-item2 .right {
  padding: 0 0 0 4.79vw;
}

.content-pZstackzrop .pZstack-Features-item3 {
  min-height: 400px;
}

.content-pZstackzrop .pZstack-Features-item3 .imgshow {
  width: 48%;
}

.content-pZstackzrop .pZstack-Features-item3 .imgshow .img-box {
  padding-bottom: 40.44118%;
}

.content-pZstackzrop .pZstack-Features-item3 .right {
  padding: 0 1.5vw 0 0;
}

.content-pZstackzrop .pZstack-Features-item4 {
  min-height: 560px;
}

.content-pZstackzrop .pZstack-Features-item4 .imgshow {
  width: 33%;
}

.content-pZstackzrop .pZstack-Features-item4 .imgshow .img-box {
  padding-bottom: 77.67857%;
}

.content-pZstackzrop .pZstack-Features-item4 .right {
  padding: 0 0 0 8vw;
}

.content-pZstackzrop .pZstack-Features-item5 .imgshow {
  width: 48%;
}

.content-pZstackzrop .pZstack-Features-item5 .imgshow .img-box {
  padding-bottom: 40.93137%;
}

.content-pZstackzrop .pZstack-Features-item5 .right {
  padding: 0 1.1vw 0 0;
}

.content-pZstackzrop .pZstack-Features-item6 {
  min-height: 440px;
}

.content-pZstackzrop .pZstack-Features-item6 .imgshow {
  width: 45.9%;
  padding-left: 0;
}

.content-pZstackzrop .pZstack-Features-item6 .imgshow .img-box {
  padding-bottom: 56.20999%;
}

.content-pZstackzrop .pZstack-Features-item6 .right {
  padding: 0 0 0 2.7vw;
}

.userCase-title {
  margin: 6.0vw 0 3vw;
}

.userCase-list ul, .userCase-list-swiper ul {
  margin: 0 -12.5px;
  display: flex;
  flex-wrap: wrap;
}

.userCase-list .imgshow img, .userCase-list-swiper .imgshow img {
  width: 100%;
}

.userCase-list li, .userCase-list-swiper li {
  width: 33.33%;
  padding: 0 12.5px;
  box-sizing: border-box;
}

.userCase-list .p-item, .userCase-list-swiper .p-item {
  min-height: 402px;
  background: linear-gradient(359deg, #FBFBFB 0%, #F6FCFF 100%);
  border-radius: 20px 20px 20px 20px;
  color: #1A1A1A;
  padding: 2.5vw 1.4vw 1.4vw 2.3vw;
  box-sizing: border-box;
  color: #1A1A1A;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
}

.userCase-list .p-item:hover, .userCase-list-swiper .p-item:hover {
  transform: scale(1.05);
}

.userCase-list .title, .userCase-list-swiper .title {
  padding-left: 19px;
  position: relative;
  height: 70px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.userCase-list .title:after, .userCase-list-swiper .title:after {
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  height: 31.45px;
  width: 12px;
  background: url("../png/asios12.png") no-repeat center center;
  background-size: cover;
}

.userCase-list .text, .userCase-list-swiper .text {
  color: #1E2020;
  margin-top: 7px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.userCase-list .imgshow, .userCase-list-swiper .imgshow {
  width: 64px;
  position: absolute;
  right: 1.4vw;
  bottom: 1.4vw;
}

.userCase-list .imgshow .img-box, .userCase-list-swiper .imgshow .img-box {
  padding-bottom: 103.125%;
}

.content-pZstackzaqu .pcloud-edition .imgshow {
  width: 42%;
}

.content-pZstackzaqu .pcloud-edition .imgshow .img-box {
  padding-bottom: 65.50279%;
}

.content-pZstackzaqu .pcloud-edition .textBox {
  padding-right: 6.4vw;
}

.pZstackZAQUF {
  margin-top: 9.2vw;
  background-color: rgba(243, 250, 255, 0.3);
}

.pZstackZAQUF .leftBg {
  max-width: 1920px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -4.8vw;
}

.pZstackZAQUF .leftBg .imgshow {
  width: 45.8%;
}

.pZstackZAQUF .leftBg .imgshow .img-box {
  padding-bottom: 63.90465%;
}

.pZstackZAQUF .ZAQUFeatures-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1700px;
  width: 100%;
}

.pZstackZAQU-Features {
  position: relative;
}

.pZstackZAQU-Features .userCase-title {
  position: absolute;
}

.pZstackZAQU-Features .Features-list {
  padding-bottom: 2.9vw;
}

.pZstackZAQU-Features .Features-list ul {
  margin: 0 -29px;
  display: flex;
  flex-wrap: wrap;
}

.pZstackZAQU-Features .Features-list .imgshow img {
  width: 100%;
}

.pZstackZAQU-Features .Features-list li {
  width: 50%;
  padding: 0 29px;
  box-sizing: border-box;
}

.pZstackZAQU-Features .Features-list li {
  margin-bottom: 2.3vw;
}

.pZstackZAQU-Features .Features-list .p-item {
  min-height: 365px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 4px solid #DFF3FF;
  padding: 25px 29px 0 40px;
  box-sizing: border-box;
  transition: all 0.2s;
  cursor: pointer;
  height: 100%;
}

.pZstackZAQU-Features .Features-list .p-item:hover {
  transform: scale(1.05);
}

.pZstackZAQU-Features .Features-list .p-item p {
  color: #707070;
}

.pZstackZAQU-Features .Features-list .imgshow {
  width: 60px;
}

.pZstackZAQU-Features .Features-list .imgshow .img-box {
  padding-bottom: 100%;
}

.pZstackZAQU-Features .Features-list li:first-child {
  margin-left: 50%;
}

.pZstackZAQU-Features .Features-list .title {
  color: #1A1A1A;
  margin-top: 1.1vw;
  height: 105px;
  line-height: 53px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pZstackZAQU-Features .Features-list p {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

.pZstackZAQU-Features .Features-list p:last-child {
  margin-bottom: 0;
}

.pZstackZAQU-Features .Features-list p::before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2788FF;
}

.Scenarios-item {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 7.3vw;
}

.Scenarios-item:nth-child(2n+1) {
  flex-direction: row-reverse;
}

.Scenarios-item .imgshow {
  width: 40.7%;
}

.Scenarios-item .imgshow .img-box {
  padding-bottom: 49.64413%;
}

.Scenarios-item .right {
  flex: 1;
  padding-right: 8.8vw;
}

.Scenarios-item .title {
  color: #1A1A1A;
  line-height: 53px;
  margin-bottom: 1vw;
}

.Scenarios-item p {
  color: #707070;
}

.Scenarios-item2 .imgshow {
  width: 37.8%;
}

.Scenarios-item2 .imgshow .img-box {
  padding-bottom: 63.76361%;
}

.Scenarios-item2 .right {
  flex: 1;
  padding: 0 0 0 6.1vw;
}

.Scenarios-item3 .imgshow {
  width: 39.9%;
}

.Scenarios-item3 .imgshow .img-box {
  padding-bottom: 69.80854%;
}

.Scenarios-item3 .right {
  flex: 1;
  padding: 0 7.5w 0 0;
}

.CustomersBox {
  padding: 35px 0 4.6vw;
  max-width: 1920px;
  margin: 0 auto;
  box-sizing: border-box;
  background: url("../png/bg48.png") no-repeat center center;
  background-size: cover;
  position: relative;
}

.CustomersBox .imgshow {
  width: 100%;
}

.CustomersBox .imgshow .img-box {
  padding-bottom: 46.78679%;
}

.CustomersBox .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 83.5px;
}

.CustomersBox .swiper-slide {
  width: 1060px;
  height: 495.94px;
}

.CustomersBox .Scenarios-title {
  margin-bottom: 3.5w;
}

.CustomersBox .swiper-pagination-bullet {
  background: #D6D6D6;
  width: 16px;
  height: 16px;
}

.CustomersBox .swiper-pagination-bullet-active {
  background: #00B738;
}

.content-pZstackrds .pcloud-edition {
  align-items: center;
}

.content-pZstackrds .pcloud-edition .imgshow {
  width: 41.9%;
}

.content-pZstackrds .pcloud-edition .imgshow .img-box {
  padding-bottom: 65.79523%;
}

.content-pZstackrds .pcloud-edition .textBox {
  padding-right: 6.4vw;
}

.pZstackrds {
  margin-top: 6.9vw;
  background: rgba(243, 250, 255, 0.3);
}

.pZstackrds .pZstackZAQU-Features {
  padding-top: 5.8vw;
}

.pZstackrds .leftBg {
  top: -6.9vw;
}

.pZstackrds .ZAQUFeatures-title {
  top: 5.9vw;
}

.pZstackrds .Features-list li:first-child {
  margin-left: 0;
}

.pZstackrds .Features-list .imgshow {
  width: 60px;
}

.pZstackrds .Features-list {
  padding-bottom: 0;
}

.pZstackrds .Features-list .p-item {
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 4px solid rgba(229, 229, 229, 0.5);
}

.rds-list {
  padding-bottom: 5.1vw;
}

.rds-list ul {
  margin: 0 0;
  display: flex;
  flex-wrap: wrap;
}

.rds-list .imgshow img {
  width: 100%;
}

.rds-list li {
  width: 100%;
  padding: 0 0;
  box-sizing: border-box;
}

.rds-list .p-item {
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 4px solid rgba(229, 229, 229, 0.5);
  padding: 33px 7.5vw 33px 36px;
  display: flex;
  justify-content: space-between;
  color: #1A1A1A;
  transition: all 0.2s;
  cursor: pointer;
}

.rds-list .p-item:hover {
  transform: scale(1.05);
}

.rds-list .p-item .imgshow {
  width: 29.8%;
}

.rds-list .p-item .imgshow .img-box {
  padding-bottom: 113.21499%;
}

.rds-list .p-item .left {
  padding-right: 7vw;
}

.rds-list .p-item .left .imgshow {
  width: 60px;
}

.rds-list .p-item .left .imgshow .img-box {
  padding-bottom: 100%;
}

.rds-list .l-item {
  display: flex;
  color: #707070;
  margin-bottom: 1.2vw;
}

.rds-list .l-item:last-child {
  margin-bottom: 0;
}

.rds-list .l-item img {
  width: 15px;
  height: 15px;
  margin-right: 7px;
  margin-top: 5px;
}

.Value-list ul {
  margin: 0 -13.5px;
  display: flex;
  flex-wrap: wrap;
}

.Value-list .imgshow img {
  width: 100%;
}

.Value-list li {
  width: 33.33%;
  padding: 0 13.5px;
  box-sizing: border-box;
}

.Value-list .p-item {
  height: 100%;
  min-height: 576px;
  background: #FBFBFB;
  background-size: cover;
  transition: all 0.2s;
  cursor: pointer;
  border-radius: 0px 60px 0px 0px;
}

.Value-list .p-item:hover {
  background: #98D7FE;
}

.Value-list .p-item:hover .centerBox {
  background: url("../png/rds8.png") no-repeat center center;
  background-size: cover;
  transform: translate(-10px, 0px);
  background-position: right;
}

.Value-list .centerBox {
  padding: 46px 69px 0 36px;
  background-position: right;
  box-sizing: border-box;
  transform: translate(-10px, 10px);
  background: url("../png/rds9.png") no-repeat center center;
  background-size: cover;
  min-height: 566px;
  transition: all 0.2s;
  height: 100%;
  border-radius: 0px 60px 0px 0px;
}

.Value-list .topImg {
  width: 93px;
  height: 93px;
  background: #FFFFFF;
  border: 1px solid #98D7FE;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.Value-list .imgshow {
  width: 59px;
}

.Value-list .imgshow .img-box {
  padding-bottom: 100%;
}

.Value-list .title {
  color: #1A1A1A;
  margin: 16px 0 23px;
}

.Value-list .text {
  color: #707070;
}

.rdsUserCase {
  max-width: 1920px;
  margin: 0 auto;
  background: linear-gradient(359deg, #FBFBFB 0%, #F6FCFF 100%);
  margin-top: 5.3vw;
  padding: 4.2vw 0 9vw;
}

.rdsUserCase .userCase-title {
  margin: 0 0 3.1vw 0;
}

.rdsUserCase .p-item {
  min-height: 338px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  padding: 41px 27px 0 28px;
}

.rdsUserCase .userCase-list ul {
  margin: 0 -13px;
  display: flex;
  flex-wrap: wrap;
}

.rdsUserCase .userCase-list .imgshow img {
  width: 100%;
}

.rdsUserCase .userCase-list li {
  width: 25%;
  padding: 0 13px;
  box-sizing: border-box;
}

.pZstackedge-banner {
  background-position: 86% 50%;
}

.pZstackedge-banner .banner-content .text .b-btns {
  margin-top: 1.3vw;
  overflow: visible;
}

.pZstackedge-banner .text p {
  max-width: 819px;
  padding-bottom: 0.5vw;
}

.FeaturesEdgeBox {
  max-width: 1920px;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(39, 136, 255, 0.1) 0%, rgba(253, 253, 253, 0.1) 100%);
  padding: 3.3vw 0 1.4vw;
}

.FeaturesEdgeBox .index-title {
  margin-bottom: 3.3vw;
}

.FeaturesEdge-list ul {
  margin: 0 -19.5px;
  display: flex;
  flex-wrap: wrap;
}

.FeaturesEdge-list .imgshow img {
  width: 100%;
}

.FeaturesEdge-list li {
  width: 33.33%;
  padding: 0 19.5px;
  box-sizing: border-box;
}

.FeaturesEdge-list .p-item {
  position: relative;
  min-height: 408px;
  box-sizing: border-box;
  margin-bottom: 34px;
}

.FeaturesEdge-list .p-item:hover .bgBox {
  transform: rotate(5deg);
  opacity: 1;
}

.FeaturesEdge-list .bgBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2788FF;
  border-radius: 16px 16px 16px 16px;
  transition: all 0.2s;
  opacity: 0;
}

.FeaturesEdge-list .centerBox {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 408px;
  z-index: 2;
  background: #FFFFFF;
  padding: 42px 65px 47px 34px;
  box-sizing: border-box;
  border-radius: 16px 16px 16px 16px;
  cursor: pointer;
}

.FeaturesEdge-list .title {
  color: #1A1A1A;
  line-height: 27px;
  margin-bottom: 10px;
  height: 54px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.FeaturesEdge-list .desc {
  color: #1C1F1F;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.FeaturesEdge-list .icon {
  width: 100px;
  height: 100px;
  background: #F6F9FF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.FeaturesEdge-list .imgshow {
  width: 60px;
}

.FeaturesEdge-list .imgshow .img-box {
  padding-bottom: 100%;
}

.Benefits-list {
  margin-top: 3.6vw;
  margin-bottom: 3.7vw;
}

.Benefits-list ul {
  margin: 0 -18.5px;
  display: flex;
  flex-wrap: wrap;
}

.Benefits-list .imgshow img {
  width: 100%;
}

.Benefits-list li {
  width: 33.33%;
  padding: 0 18.5px;
  box-sizing: border-box;
}

.Benefits-list .p-item {
  min-height: 340px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #D9D9D9;
  padding: 49px 43px 0;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin-bottom: 32px;
}

.Benefits-list .p-item:hover {
  background: linear-gradient(135deg, #FFFFFF 0%, #E9F7FF 100%);
}

.Benefits-list .p-item:hover .title {
  color: #2788FF;
}

.Benefits-list .p-item:hover .positionPoint {
  opacity: 1;
}

.Benefits-list .title {
  color: #1C1F1F;
  text-align: center;
  margin: 4px 0 0;
  line-height: 27px;
  height: 54px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.Benefits-list .desc {
  color: #707070;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.Benefits-list .imgshow {
  width: 64px;
  margin: 0 auto;
}

.Benefits-list .imgshow .img-box {
  padding-bottom: 100%;
}

.Benefits-list .positionPoint {
  position: absolute;
  top: 23px;
  right: 27px;
  width: 10px;
  height: 10px;
  background: #087FE7;
  border: 3px solid #98D7FE;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.2s;
}

.content-pZstackedge .pcloud-edition {
  align-items: center;
  margin-bottom: 8.5vw;
}

.content-pZstackedge .pcloud-edition .imgshow {
  width: 42%;
}

.content-pZstackedge .pcloud-edition .imgshow .img-box {
  padding-bottom: 56.41597%;
}

.content-pZstackedge .pcloud-edition .textBox {
  padding-right: 6.4vw;
}

.Cooperation-list {
  margin: 1.8vw 0 4.9vw;
}

.Cooperation-list ul {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}

.Cooperation-list .imgshow img {
  width: 100%;
}

.Cooperation-list li {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}

.Cooperation-list .p-item {
  padding: 54px 126px 0 57px;
  box-sizing: border-box;
  background: url("../png/edge14.png") no-repeat center center;
  background-size: cover;
  height: 380px;
  color: #707070;
}

.Cooperation-list li:last-child .p-item {
  background: url("../png/edge16.png") no-repeat center center;
  background-size: cover;
}

.Cooperation-list li:last-child .p-item .title {
  color: #2788FF;
}

.Cooperation-list .imgshow {
  width: 9px;
  margin-bottom: 15px;
}

.Cooperation-list .imgshow .img-box {
  padding-bottom: 322.22222%;
}

.Cooperation-list .title {
  color: #00B738;
  margin-bottom: 28px;
}

.MajorBox {
  margin-bottom: 9vw;
}

.MajorBox em {
  color: transparent;
  /* 设置文字颜色为透明 */
  background-image: linear-gradient(95deg, #323232 0%, #C7C2C2 100%);
  -webkit-background-clip: text;
  /* WebKit 浏览器专用属性，使背景剪切至文本 */
  background-clip: text;
  /* 标准属性 */
}

.MajorBox .index-title {
  margin-bottom: 5vw;
}

.MajorBox .EducationBox {
  margin-bottom: 32px;
}

.MajorBox .EducationBox .title {
  display: flex;
  align-items: center;
  gap: 17px;
  color: #2788FF;
}

.MajorBox .EducationBox .title .imgshow {
  width: 61px;
}

.MajorBox .EducationBox .title .imgshow .img-box {
  padding-bottom: 21.21311%;
}

.MajorBox .EducationBox .desc {
  color: #707070;
  margin: 1.2vw 0;
}

.MajorBox .EducationBox .imgshow {
  width: 83.33%;
}

.MajorBox .EducationBox .imgshow .img-box {
  padding-bottom: 45.76812%;
}

.MajorBox .EducationBox .img2 {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.MajorBox .DemandBox {
  display: flex;
  gap: 58px;
}

.MajorBox .DemandBox .box {
  flex: 1;
}

.MajorBox .DemandBox .headTitle {
  color: #087FE7;
  padding-left: 12px;
  border-left: 3px solid #2788FF;
}

.MajorBox .DemandBox .Demand-list {
  margin-top: 2vw;
}

.MajorBox .DemandBox .Demand-list ul {
  margin: 0 -6px;
  display: flex;
  flex-wrap: wrap;
}

.MajorBox .DemandBox .Demand-list .imgshow img {
  width: 100%;
}

.MajorBox .DemandBox .Demand-list li {
  width: 50%;
  padding: 0 6px;
  box-sizing: border-box;
}

.MajorBox .DemandBox .Demand-list .p-item {
  min-height: 218px;
  background: rgba(243, 250, 255, 0.8);
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #FFFFFF;
  margin-bottom: 12px;
  box-sizing: border-box;
  padding: 1.8vw 10px 0;
  color: #707070;
  cursor: pointer;
}

.MajorBox .DemandBox .Demand-list .title {
  color: #2788FF;
  text-align: center;
  margin-bottom: 10px;
}

.MajorBox .DemandBox .Demand-list .desc {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.MajorBox .DemandBox .Earnings-list {
  margin-top: 2vw;
}

.MajorBox .DemandBox .Earnings-list .item {
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.MajorBox .DemandBox .Earnings-list .leftPoint {
  position: relative;
}

.MajorBox .DemandBox .Earnings-list .imgshow {
  width: 68px;
}

.MajorBox .DemandBox .Earnings-list .imgshow .img-box {
  padding-bottom: 100%;
}

.MajorBox .DemandBox .Earnings-list .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
}

.MajorBox .DemandBox .Earnings-list .text {
  text-indent: 18px;
  position: relative;
  color: #707070;
}

.MajorBox .DemandBox .Earnings-list .text:before {
  position: absolute;
  top: 9px;
  left: 0;
  content: ' ';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2788FF;
}

.solutionTab {
  display: flex;
  align-items: center;
  height: 100px;
  background: linear-gradient(to top, #FFFFFF 0%, #F3FAFF 100%);
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #D9D9D9;
  border-right: 0;
  color: #1C1F1F;
  margin-bottom: 3.6vw;
}

.solutionTab div {
  height: 100%;
  text-align: center;
  flex: 1;
  border-right: 1px solid #D9D9D9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

.solutionTab div:hover {
  background: #2788FF;
  color: #ffffff;
}

.solutionTab .cur {
  background: #2788FF;
  color: #ffffff;
}

.Enterprise-CustomersBox {
  color: #707070;
}

.Enterprise-CustomersBox .desc {
  margin: 1.3vw 0 3.1vw;
}

.Enterprise-CustomersBox .imgshow {
  width: 100%;
}

.Enterprise-CustomersBox .imgshow .img-box {
  padding-bottom: 31.17294%;
}

.Enterprise-CustomersBox .b-btns {
  margin: 1.9vw 0 5vw;
  text-align: center;
}

.Enterprise-CustomersBox a {
  display: inline-block;
  color: #FFF;
  background-color: #00B738;
  padding: 16px 38px;
  border-radius: 8px;
  transition: all 0.3s;
  margin: 0 auto;
}

.Enterprise-CustomersBox a:hover {
  color: #fff;
  opacity: 0.7;
}

.pZstacksds-banner .pZstacksds-content .imgshow {
  width: 50%;
}

.pZstacksds-banner .pZstacksds-content .imgshow .img-box {
  padding-bottom: 46.07882%;
}

.pZstacksds-banner .pZstacksds-content .text .b-btns {
  margin-top: 3.4vw;
}

.sdsTab {
  display: flex;
  background: linear-gradient(to top, #FFFFFF 0%, #F3FAFF 100%);
  color: #1A1A1A;
  border: 1px solid #D9D9D9;
  border-right: 0;
  margin: 4.2vw 0 4.8vw;
}

.sdsTab .sdsTabItem {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #D9D9D9;
  flex: 1;
  cursor: pointer;
}

.sdsTab .sdsTabItem:hover {
  background: #2788FF;
  color: #fff;
}

.sdsTab .cur {
  background: #2788FF;
  color: #fff;
}

.CephBox {
  display: flex;
}

.CephBox .left {
  flex: 1;
  padding-right: 6.19vw;
  color: #707070;
}

.CephBox .left .title {
  display: flex;
  align-items: center;
  gap: 36px;
  color: #1A1A1A;
  margin-bottom: 1.6vw;
}

.CephBox .left .title .imgshow {
  width: 35px;
}

.CephBox .left .title .imgshow .img-box {
  padding-bottom: 94.28571%;
}

.CephBox .imgshow {
  width: 41.9%;
}

.CephBox .imgshow .img-box {
  padding-bottom: 53.0533%;
}

.FeaturesSDS .pZstack-Features .Features-title {
  margin: 8vw 0 0;
}

.FeaturesSDS .pZstack-Features-item {
  padding-right: 6vw;
  margin-bottom: 38px;
}

.FeaturesSDS .pZstack-Features-item:nth-child(2n+1) {
  flex-direction: row-reverse;
}

.FeaturesSDS .pZstack-Features-item:nth-child(2n+1) .text2 {
  padding: 0;
}

.FeaturesSDS .pZstack-Features-item .text2 {
  color: #707070;
  margin-top: 40px;
  padding-right: 7.7vw;
}

.FeaturesSDS .pZstack-Features-item .imgshow {
  width: 32.4%;
}

.FeaturesSDS .pZstack-Features-item .imgshow .img-box {
  padding-bottom: 100%;
}

.FeaturesSDS .pZstack-Features-item .right {
  padding-right: 7.4vw;
}

.FeaturesSDS .pZstack-Features-item2 {
  margin-bottom: 8.4vw;
}

.FeaturesSDS .pZstack-Features-item2 .imgshow {
  width: 36.4%;
}

.FeaturesSDS .pZstack-Features-item2 .imgshow .img-box {
  padding-bottom: 75%;
}

.FeaturesSDS .pZstack-Features-item2 .right {
  padding: 0 0 0 9vw;
}

.FeaturesSDS .pZstack-Features-item3 {
  margin-bottom: 5.8vw;
}

.FeaturesSDS .pZstack-Features-item3 .imgshow {
  width: 34.1%;
}

.FeaturesSDS .pZstack-Features-item3 .imgshow .img-box {
  padding-bottom: 62.82272%;
}

.FeaturesSDS .pZstack-Features-item3 .right {
  padding: 0 4.3vw 0 0;
}

.FeaturesSDS .pZstack-Features-item3 .text2 {
  padding-right: 9.2vw;
}

.FeaturesSDS .pZstack-Features-item4 {
  margin-bottom: 54px;
}

.FeaturesSDS .pZstack-Features-item4 .imgshow {
  width: 49.7%;
}

.FeaturesSDS .pZstack-Features-item4 .imgshow .img-box {
  padding-bottom: 64.65721%;
}

.FeaturesSDS .pZstack-Features-item4 .right {
  padding: 0 0 0 9px;
}

.FeaturesSDS .pZstack-Features-item5 {
  margin-bottom: 15px;
}

.FeaturesSDS .pZstack-Features-item5 .imgshow {
  width: 46.7%;
}

.FeaturesSDS .pZstack-Features-item5 .imgshow .img-box {
  padding-bottom: 47.10327%;
}

.FeaturesSDS .pZstack-Features-item5 .right {
  padding: 0 9.2vw 0 0;
}

.FeaturesSDS .pZstack-Features-item5 .text2 {
  padding-right: 0;
}

.FeaturesSDS .pZstack-Features-item6 {
  margin-bottom: 0;
}

.FeaturesSDS .pZstack-Features-item6 .imgshow {
  width: 37.2%;
  padding-left: 0;
}

.FeaturesSDS .pZstack-Features-item6 .imgshow .img-box {
  padding-bottom: 84.36019%;
}

.FeaturesSDS .pZstack-Features-item6 .right {
  padding: 0 0 0 5.7vw;
}

.userValueBox {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 4.7vw;
}

.userValueBox .bgBox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.userValueBox .bgBox .imgshow {
  width: 100%;
}

.userValueBox .bgBox .imgshow .img-box {
  padding-bottom: 43.22251%;
}

.userValueBox .userValueContent {
  position: relative;
  z-index: 2;
  padding-top: 3.5vw;
}

.userValueBox .userValueContent-list {
  margin-top: 3.5vw;
}

.userValueBox .userValueContent-list ul {
  margin: 0 -16.5px;
  display: flex;
  flex-wrap: wrap;
}

.userValueBox .userValueContent-list .imgshow img {
  width: 100%;
}

.userValueBox .userValueContent-list li {
  width: 25%;
  padding: 0 16.5px;
  box-sizing: border-box;
}

.userValueBox .topBox {
  height: 57px;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #1A1A1A;
  line-height: 1;
  box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 57px;
  background: #ffffff;
}

.userValueBox .bottomBx {
  background: url("../png/sds16.png") no-repeat center center;
  background-size: cover;
  height: 232.03px;
  width: 100%;
  padding: 29px 22px 0 50px;
  color: #707070;
  position: relative;
  box-sizing: border-box;
}

.userValueBox .bottomBx .imgshow {
  width: 4.4vw;
  position: absolute;
  bottom: 17px;
  right: 22px;
}

.userValueBox .bottomBx .imgshow .img-box {
  padding-bottom: 100%;
}

.userValueBox .p-item {
  cursor: pointer;
}

.userValueBox li:nth-child(2n) {
  transform: translateY(-50px);
}

.sds-case-studies {
  margin-bottom: 6.77vw;
}

.sds-case-studies .index-title {
  margin: 3.3vw 0;
}

.storageLine {
  display: flex;
  gap: 2.4vw;
  margin: 3.2vw 0 2.4vw;
}

.storageLine .storageItem {
  flex: 1;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 30px 0 0 30px;
  border-left: 6px solid #2788FF;
  padding: 31px 61px 0 44px;
  min-height: 164px;
  box-sizing: border-box;
}

.storageLine .item-title {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 13px;
}

.storageLine .text {
  color: #707070;
}

.singleLine {
  background: #F3FAFF;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #79C0FF;
  padding: 21px 26px 20px 32px;
  display: flex;
  align-items: center;
  gap: 36px;
}

.singleLine .imgshow {
  width: 6.1vw;
}

.singleLine .imgshow .img-box {
  padding-bottom: 100%;
}

.singleLine .text {
  margin-bottom: 19px;
}

.singleLine a {
  color: #2788FF;
}

.FeaturesSDS .pZstack-Features .Features-title {
  margin-top: 6.2vw;
}

.FeaturesSDS .pZstack-Features-item {
  padding-right: 0;
}

.userValueBox2 .userValueContent {
  padding-top: 10vw;
}

.pZstack-aios-banner {
  background-position: 85% 50%;
}

.pZstack-aios-banner .text p {
  max-width: 876px;
}

.pZstack-aios-banner .banner-content .text {
  margin-right: 0;
}

.pZstack-aios-banner .banner-content .text .b-btns {
  margin-top: 2.6vw;
}

.pZstack-aios-banner .product-banner .pZstack-content {
  padding-top: 10vw;
}

.pZstack-asios-tabitem {
  margin: 3.1vw 0 4.1vw;
}

.content-pZstackasios .bgBoxShadow {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  padding-bottom: 3.02vw;
}

.content-pZstackasios .pcloud-edition {
  align-items: center;
}

.content-pZstackasios .pcloud-edition .imgshow {
  width: 42.7%;
}

.content-pZstackasios .pcloud-edition .imgshow .img-box {
  padding-bottom: 63.54883%;
}

.content-pZstackasios .pcloud-edition .textBox {
  padding-right: 5.8vw;
}

.content-pZstackasios .aisoLine {
  display: flex;
  gap: 11px;
  margin: 4.47vw 0;
}

.content-pZstackasios .aisoLine .box {
  flex: 1;
  height: 340px;
  background: rgba(218, 240, 224, 0.15);
  border-left: 6px solid #CEF0CD;
  padding: 65px 40px 0 50px;
  box-sizing: border-box;
  color: #1C1F1F;
  position: relative;
}

.content-pZstackasios .aisoLine .text {
  color: #1C1F1F;
  margin: 1.1vw 0;
}

.content-pZstackasios .aisoLine .e-btns {
  transition: all 0.4s;
  color: #2788FF;
  cursor: pointer;
}

.content-pZstackasios .aisoLine .e-btns:hover {
  color: #00B738;
}

.content-pZstackasios .aisoLine .imgshow {
  width: 7.29vw;
  position: absolute;
  right: 0;
  bottom: 0;
}

.content-pZstackasios .aisoLine .imgshow .img-box {
  padding-bottom: 125.66579%;
}

.content-pZstackasios .solutionTab {
  margin: 3.5vw 0 4.47vw;
}

.content-pZstackasios .titleLine {
  display: flex;
  align-items: center;
  gap: 21px;
  padding: 0 39px;
}

.content-pZstackasios .titleLine .left {
  width: 11%;
  height: 6px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #2788FF 100%);
  border-radius: 3px 3px 3px 3px;
}

.content-pZstackasios .titleLine .right {
  width: 11%;
  height: 6px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #2788FF 100%);
  border-radius: 3px 3px 3px 3px;
}

.content-pZstackasios .Product-box {
  display: flex;
  align-items: center;
  margin: 3.4vw 0 4.2vw;
  padding: 0 3.9vw 0 3vw;
}

.content-pZstackasios .Product-box .left {
  flex: 1;
  padding-right: 4.68vw;
  color: #707070;
}

.content-pZstackasios .Product-box .imgshow {
  width: 42.6%;
}

.content-pZstackasios .Product-box .imgshow .img-box {
  padding-bottom: 0;
}

.content-pZstackasios .Product-box .imgshow .img-box img {
  position: static;
  width: 100%;
  height: auto;
}

.content-pZstackasios .Product-connt {
  display: flex;
  padding: 0 2.6vw;
}

.content-pZstackasios .Product-connt .p-box {
  flex: 1;
  min-height: 377px;
  background: linear-gradient(90deg, #F5FFF8 0%, #F8FEFF 89%, #FFFFFF 100%);
  padding: 36px 30px 0 39px;
  box-sizing: border-box;
}

.content-pZstackasios .Product-connt .p-box:nth-child(2n) {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.22) 0%, rgba(152, 215, 254, 0.22) 100%);
}

.content-pZstackasios .Product-connt .title-box {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #333333;
  margin-bottom: 1.56vw;
}

.content-pZstackasios .Product-connt .title-box .imgshow {
  width: 2.08vw;
}

.content-pZstackasios .Product-connt .title-box .imgshow .img-box {
  padding-bottom: 100%;
}

.content-pZstackasios .Product-connt .liLine {
  color: #707070;
  display: flex;
  gap: 9px;
  margin-bottom: 1vw;
}

.content-pZstackasios .Product-connt .liLine:last-child {
  margin-bottom: 0;
}

.content-pZstackasios .Product-connt .liLine .texxt {
  flex: 1;
}

.content-pZstackasios .Product-connt .liLine .imgshow {
  margin-top: 2.3px;
  width: 21px;
}

.content-pZstackasios .Product-connt .liLine .imgshow .img-box {
  padding-bottom: 100%;
}

.Advantage {
  background: url("../png/asios13.png") no-repeat center 14.85vw;
  background-size: cover;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 5.36vw;
  margin-bottom: 7.3vw;
  background-size: cover;
  background-position: center;
}

.Advantage::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  /* 继承父元素的背景 */
  z-index: -1;
  /* 确保它位于内容之下 */
}

.Advantage .index-title {
  margin: 6.3vw 0 5.67vw 0;
}

.Advantage .Advantage-list {
  padding-top: 5.67vw;
}

.Advantage .Advantage-list ul {
  margin: 0 -13px;
  display: flex;
  flex-wrap: wrap;
}

.Advantage .Advantage-list .imgshow img {
  width: 100%;
}

.Advantage .Advantage-list li {
  width: 25%;
  padding: 0 13px;
  box-sizing: border-box;
}

.Advantage .Advantage-list li:first-child {
  transform: translateY(-60px);
}

.Advantage .Advantage-list li:last-child {
  transform: translateY(-60px);
}

.Advantage .Advantage-list .p-item {
  min-height: 23.59vw;
  background: #FFFFFF;
  box-shadow: 0px 10px 60px 1px rgba(46, 61, 98, 0.1);
  border-radius: 16px 16px 16px 16px;
  padding: 4.6vw 19px 0;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}

.Advantage .Advantage-list .imgshow {
  position: absolute;
  top: -2.55vw;
  left: 50%;
  transform: translateX(-50%);
  width: 5.7vw;
}

.Advantage .Advantage-list .imgshow .img-box {
  padding-bottom: 99.0991%;
}

.Advantage .title {
  color: #333333;
  margin-bottom: 1.56vw;
}

.Advantage .text1 {
  color: #2788FF;
}

.Advantage .text2 {
  color: #707070;
  margin-bottom: 34px;
}

.user-case-bg {
  max-width: 1920px;
  margin: 0 auto;
  background: linear-gradient(359deg, #FFFFFF 0%, #F6FCFF 100%);
  border-radius: 20px 20px 20px 20px;
  padding-top: 4.27vw;
  padding-bottom: 8.6vw;
}

.user-case-bg .userCase-title {
  margin: 0 0 3.07vw 0;
}

.user-case-bg .userCase-list-swiper {
  position: relative;
}

.user-case-bg .userCase-list-swiper .p-item {
  background: #ffffff;
  border-radius: 16px 16px 16px 16px;
}

.user-case-bg .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -50px;
  transform: translateY(100%);
}

.user-case-bg .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #D6D6D6;
  opacity: 1;
}

.user-case-bg .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background: #2788FF;
}

.gridM0 {
  margin: 0;
}

.pcloud-ens-Hybrid .imgshow {
  width: 51.52%;
}

.pcloud-ens-Hybrid .imgshow .img-box {
  padding-bottom: 41.55251%;
}

.pcloud-ens-Hybrid .left {
  padding-right: 8.3vw;
}

.pcloud-ens-hy .Features-item:nth-child(2n+1) {
  flex-direction: row-reverse;
}

.pcloud-ens-hy .Features-item {
  margin-bottom: 9.8vw;
}

.pcloud-ens-hy .Features-item .imgshow {
  width: 50%;
}

.pcloud-ens-hy .Features-item .imgshow .img-box {
  padding-bottom: 40.58824%;
}

.pcloud-ens-hy .Features-item .right {
  margin-left: 3.64vw;
}

.pcloud-ens-hy .Features-item2 {
  margin-bottom: 11.1vw;
}

.pcloud-ens-hy .Features-item2 .imgshow {
  width: 50%;
}

.pcloud-ens-hy .Features-item2 .imgshow .img-box {
  padding-bottom: 38.23529%;
}

.pcloud-ens-hy .Features-item2 .right {
  margin: 0 2vw 0 3.6vw;
}

.pcloud-ens-hy .Features-item3 {
  margin-bottom: 8.8vw;
}

.pcloud-ens-hy .Features-item3 .imgshow {
  width: 47.4%;
}

.pcloud-ens-hy .Features-item3 .imgshow .img-box {
  padding-bottom: 52.35732%;
}

.pcloud-ens-hy .Features-item3 .right {
  margin: 0 4.68vw 0 4vw;
}

.pcloud-ens-hy .Features-item4 {
  margin-bottom: 5.5vw;
}

.pcloud-ens-hy .Features-item4 .imgshow {
  width: 40%;
}

.pcloud-ens-hy .Features-item4 .imgshow .img-box {
  padding-bottom: 81.4978%;
}

.pcloud-ens-hy .Features-item4 .right {
  margin: 0 6.3vw 0 2.2vw;
}

.pcloud-ens-hy .Features-item5 {
  margin-bottom: 9.89vw;
}

.pcloud-ens-hy .Features-item5 .imgshow {
  width: 46.8%;
}

.pcloud-ens-hy .Features-item5 .imgshow .img-box {
  padding-bottom: 56.03015%;
}

.pcloud-ens-hy .Features-item5 .right {
  margin: 0 0 0 4.79vw;
}

.Scenarios {
  background: url("../png/hy17.png") no-repeat center center;
  background-size: cover;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 8vw;
}

.Scenarios::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  /* 继承父元素的背景 */
  z-index: -1;
  /* 确保它位于内容之下 */
}

.Scenarios .index-title {
  padding: 5.3vw 0 5.52vw;
}

.Scenarios .Scenarios-list ul {
  margin: 0 -17.5px;
  display: flex;
  flex-wrap: wrap;
}

.Scenarios .Scenarios-list .imgshow img {
  width: 100%;
}

.Scenarios .Scenarios-list li {
  width: 33.33%;
  padding: 0 17.5px;
  box-sizing: border-box;
}

.Scenarios .Scenarios-list .p-item {
  min-height: 392px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #B8B8B8;
  padding: 80px 51px 0 51px;
  box-sizing: border-box;
  position: relative;
  height: 100%;
}

.Scenarios .Scenarios-list .imgshow {
  width: 64px;
}

.Scenarios .Scenarios-list .imgshow .img-box {
  padding-bottom: 100%;
}

.Scenarios .Scenarios-list .title {
  color: #1A1A1A;
  margin: 10px 0 27px;
}

.Scenarios .Scenarios-list .text {
  color: #707070;
}

.Scenarios .Scenarios-list .fixedN {
  position: absolute;
  top: 22px;
  right: 27px;
}

.Scenarios .Scenarios-list .fixedN .imgshow {
  width: 50px;
}

.Scenarios .Scenarios-list .fixedN .imgshow .img-box {
  padding-bottom: 142%;
}

.pcloud-ens-Standard .Features-title {
  margin: 6.1vw 0 2.6vw;
}

.pcloud-ens-Standard .Features-item {
  margin-bottom: 4.3vw;
}

.pcloud-ens-Standard .Features-item:nth-child(2n+1) {
  flex-direction: row-reverse;
}

.pcloud-ens-Standard .Features-item .imgshow {
  margin-left: 7vw;
  width: 30.2%;
}

.pcloud-ens-Standard .Features-item .imgshow .img-box {
  padding-bottom: 93.00971%;
}

.pcloud-ens-Standard .Features-item .right {
  margin-left: 14vw;
}

.pcloud-ens-Standard .Features-item2 {
  margin-bottom: 5.8vw;
}

.pcloud-ens-Standard .Features-item2 .imgshow {
  margin: 0 6vw 0 0;
  width: 36%;
}

.pcloud-ens-Standard .Features-item2 .imgshow .img-box {
  padding-bottom: 81.40294%;
}

.pcloud-ens-Standard .Features-item2 .right {
  margin: 0 9.3vw 0 0;
}

.rightBox-swiper .swiper {
  padding-left: 20px;
}

.rightBox-swiper i, .rightBox-swiper span {
  position: absolute;
  top: 5px;
  left: -35px;
  width: 70px;
  height: 70px;
  background-image: url("../svg/details_deploy.svg");
  background-repeat: no-repeat;
}

.rightBox-swiper span {
  opacity: 0;
  transition: opacity 0.5slinear;
}

.rightBox-swiper .deploy_scroll_pic1 {
  background-position: 0 -70px;
}

.rightBox-swiper .deploy_scroll_pic4 {
  background-position: -210px -70px;
}

.rightBox-swiper .deploy_scroll_lightPic4 {
  background-position: -210px 0;
}

.rightBox-swiper .deploy_scroll_pic3 {
  background-position: -140px -70px;
}

.rightBox-swiper .deploy_scroll_lightPic3 {
  background-position: -140px 0;
}

.rightBox-swiper .deploy_scroll_pic2 {
  background-position: -70px -70px;
}

.rightBox-swiper .deploy_scroll_lightPic2 {
  background-position: -70px 0;
}

.rightBox-swiper .swiper-slide-active {
  transform: scale(1);
}

.rightBox-swiper .swiper-slide-active span {
  opacity: 1;
}

.rightBoxUp {
  min-width: 503px;
}

.rightBoxUp i {
  display: inline-block;
  margin: 14px 0 5px;
  width: 60px;
  height: 60px;
  background-image: url("../svg/details_utilize-2.svg");
  background-repeat: no-repeat;
}

.rightBoxUp .topIcon1 {
  background-position: 0 0;
}

.rightBoxUp .topIcon2 {
  background-position: -120px 0;
}

.rightBoxUp .topIcon3 {
  background-position: -300px 0;
}

.rightBoxUp .topIcon4 {
  background-position: -60px 0;
}

.rightBoxUp .topIcon5 {
  background-position: -180px 0;
}

.rightBoxUp .topIcon6 {
  background-position: -360px 0;
}

.rightBoxUp .topIcon7 {
  background-position: -240px 0;
}

.amateBox {
  flex: 1;
  display: flex;
  position: relative;
}

.amateBox .ha {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../svg/details_ha.svg) no-repeat;
}

.amateBox .a-center {
  width: 80px;
  height: 80px;
  background: #ffffff;
  box-shadow: 0 6px 10px 0 rgba(198, 211, 220, 0.3);
  border-radius: 50%;
  transition: opacity 0.5slinear;
  position: absolute;
  left: 226px;
  top: 27px;
}

.amateBox .a-center i {
  background-position: -60px 0;
}

.amateBox .circleZomm {
  width: 110px;
  height: 110px;
  background-image: radial-gradient(50% 0%, rgba(255, 255, 255, 0) 50%, rgba(140, 216, 255, 0.3) 100%);
  animation: circleZoom 2s linear 0s infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.amateBox .left-con {
  text-align: center;
  position: absolute;
  left: 0;
  top: 2px;
}

.amateBox .left-con .MN {
  width: 100px;
  height: 30px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 4px 0 rgba(198, 211, 220, 0.3);
  border-radius: 15px;
  font-size: 14px;
  color: #97a4b6;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
}

.amateBox .a-left {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  transition: opacity 0.5s linear;
  position: relative;
}

.amateBox .a-left .center-l {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  box-shadow: 0 6px 10px 0 rgba(198, 211, 220, 0.3);
}

.amateBox .a-left i {
  background-position: -30px 0;
}

.amateBox .a-line {
  width: 56px;
  margin: 0 20px;
  height: 40px;
  position: absolute;
  top: 47px;
  left: 130px;
  overflow: hidden;
  transition: opacity 0.5slinear;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.amateBox .a-line .line-top {
  flex: 1;
}

.amateBox .a-line .line-top p, .amateBox .a-line .line-top i {
  width: 400%;
  height: 100%;
  position: absolute;
  background: url(../svg/icon_arrow_light_left.svg) no-repeat;
  animation: moveRight 5.4s linear 0s infinite;
  color: #f00;
}

.amateBox .a-line .line-bottom {
  flex: 1;
}

.amateBox .a-line .line-bottom p, .amateBox .a-line .line-bottom i {
  width: 400%;
  height: 100%;
  position: absolute;
  background: url(../svg/icon_arrow_dark_right.svg) no-repeat;
  animation: moveLeft 5.4s linear 0s infinite;
}

.amateBox .a-line2 {
  left: 306px;
}

.amateBox .a-line2 .line-top {
  flex: 1;
}

.amateBox .a-line2 .line-top p {
  animation: moveLeft 5.4s linear 0s infinite;
  background: url(../svg/icon_arrow_light_right.svg) no-repeat;
}

.amateBox .a-line2 .line-bottom p {
  animation: moveRight 5.4s linear 0s infinite;
  background: url(../svg/icon_arrow_dark_left.svg) no-repeat;
}

.amateBox .right-con {
  left: 402px;
}

.index-faq-item {
  width: 100%;
  background: url(../png/dian-bg1.png) no-repeat right top #FFFFFF;
  border: 1px solid #dddddd;
  padding: 45px;
  box-sizing: border-box;
  padding-right: 300px;
  position: relative;
  margin-bottom: 20px;
}

.faq-item-top {
  display: flex;
  margin-bottom: 13px;
}

.faq-item-top span {
  height: 20px;
  display: inline-block;
  background: url(../svg/icon-biaoqian.svg) #087FE7 no-repeat left 5px center;
  border-radius: 3px;
  font-size: 12px;
  color: #FFFFFF;
  padding: 0 3px;
  line-height: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  margin-right: 5px;
}

.faq-item-top i {
  font-size: 14px;
  color: #929292;
  line-height: 20px;
}

.faq-item-text {
  font-size: 16px;
  color: #929292;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制在2行 */
  max-height: 48px;
  overflow: hidden;
}

.faq-item-title {
  font-weight: 500;
  display: inline-block;
  font-size: 22px;
  color: #1C1F1F;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制在2行 */
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 72px;
  margin-bottom: 30px;
  transition: all .3s;
}

.faq-item-title:hover {
  color: #00B738;
}

.faq-item-more {
  width: 174px;
  height: 58px;
  border: 1px solid #00B738;
  font-weight: 500;
  font-size: 18px;
  color: #00B738;
  line-height: 58px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  text-align: center;
  transition: all .3s;
}

.faq-item-more:hover {
  background: #00B738;
  color: #FFFFFF;
}

.faq-blog-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 30px;
}

.faq-blog-item {
  width: 100%;
  background: url(../png/dian-bg2.png) no-repeat right bottom #FFFFFF;
  border: 1px solid #dddddd;
  padding: 50px 60px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
  height: 410px;
}

.faq-blog-top {
  display: flex;
  margin-bottom: 20px;
}

.faq-blog-top span {
  height: 20px;
  display: inline-block;
  background: url(../svg/icon-biaoqian2.svg) #087FE7 no-repeat left 5px center;
  border-radius: 3px;
  font-size: 12px;
  color: #FFFFFF;
  padding: 0 3px;
  line-height: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  margin-right: 5px;
}

.faq-blog-top i {
  font-size: 14px;
  color: #929292;
  line-height: 20px;
}

.faq-blog-text {
  font-size: 16px;
  color: #929292;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制在2行 */
  max-height: 48px;
	overflow:hidden;
}

.faq-blog-title {
  font-weight: 500;
  display: inline-block;
  font-size: 20px;
  color: #1C1F1F;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 限制在2行 */
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 90px;
  margin-bottom: 30px;
  transition: all .3s;
}

.faq-blog-title:hover {
  color: #00B738;
}

.faq-blog-date {
  margin-top: 70px;
  padding-left: 26px;
  background: url(../svg/icon-rili.svg) no-repeat left center;
  font-size: 16px;
  color: #929292;
  line-height: 28px;
}

/* 补 */
.empower-cont.pad0 {
  padding-right: 0;
}

.empower-list2 ul {
  display: flex;
}

.empower-list2 li .e-item {
  border-radius: 10px;
}

.empower-list2 li:nth-child(1) {
  width: 20%;
  margin-top: 3.5vw;
}

.empower-list2 li:nth-child(2) {
  width: 25%;
  margin-top: 2.5vw;
}

.empower-list2 li:nth-child(3) {
  width: 27.5%;
}

.empower-list2 li:nth-child(4) {
  width: 27.5%;
}

.empower-list2 li:nth-child(4) .e-item {
  border-radius: 0px;
}

.empower-list2 li:nth-child(4) .e-t span {
  background-color: #ffffff;
}

.empower-list2 .e-item {
  box-sizing: border-box;
  height: 100%;
  background-color: #FFF;
  padding: 26px 24px 116px;
  color: #999999;
  position: relative;
  transition: all .3s;
}

.empower-list2 .e-item h3 {
  color: #1A1A1A;
  margin: 24px 0;
}

.empower-list2 .e-item:hover {
  z-index: 2;
  transform: scale(1.02);
  box-shadow: 0px 3px 6px 1px rgba(126, 126, 126, 0.16);
}

.empower-list2 .e-icon img {
  width: 39px;
  height: 39px;
  object-fit: cover;
}

.empower-list2 .text {
  margin: 24px 0 14px;
}

.empower-list2 .e-btns .get-more {
  color: #FFAF0F;
  text-decoration: underline;
  transition: all .3s;
}

.empower-list2 .e-btns .get-more:hover {
  color: #00B738;
}

.empower-list2 .e-t {
  margin-bottom: 3.5vw;
}

.empower-list2 .e-t span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ebebeb;
  margin-right: 9px;
}

.empower-list2 .e-down p {
  color: #007EE1;
  margin: 10px 0;
}

.empower-list2 .e-down .d-more {
  background-color: #FFAD0F;
  color: #FFF;
  border-radius: 20px;
  padding: 2px 14px;
  font-size: 14px;
  transition: all 0.3s;
}

.empower-list2 .e-down .d-more .iconfont {
  margin-left: 20px;
  font-size: 12px;
}

.empower-list2 .e-down .d-more:hover {
  background: #00B738;
}

.main {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.inner-banner .banner-content .text h3 div ,.inner-banner .banner-content .text h1 div{
  white-space: nowrap;
}

.dongTuBox {
  flex: 1;
  display: flex;
}

.dongTuBox .dongTuBoxleft, .dongTuBox .dongTuBoxright {
  position: relative;
}

.dongTuBox .dongTuBoxleft .img, .dongTuBox .dongTuBoxright .img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.dongTuBox .dongTuBoxleft .name, .dongTuBox .dongTuBoxright .name {
  width: 100px;
  height: 30px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 4px 0 rgba(198, 211, 220, 0.3);
  border-radius: 15px;
  font-size: 14px;
  color: #466e95;
  text-align: center;
  line-height: 30px;
  margin-top: 30px;
  margin: 30px auto 0;
}

.dongTuBox .dongTuBoxleft .top, .dongTuBox .dongTuBoxright .top {
  position: relative;
  width: 130px;
  height: 130px;
}

.dongTuBox .dongTuBoxleft .circleZoom, .dongTuBox .dongTuBoxright .circleZoom {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: radial-gradient(50% 0%, rgba(255, 255, 255, 0) 50%, rgba(140, 216, 255, 0.3) 100%);
  animation: circleZoom2 2s linear 0s infinite;
}

.dongTuBox .center {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.dongTuBox .center .topImg {
  width: 200%;
  height: 10px;
  position: absolute;
  top: 45px;
  background: url(../svg/left.svg) no-repeat;
  animation: moveRight2 2s linear 0s infinite;
}

.dongTuBox .center .bottomImg {
  width: 200%;
  height: 10px;
  position: absolute;
  right: -50%;
  top: 80px;
  background: url(../svg/right.svg) no-repeat;
  animation: moveLEFT2 2s linear 0s infinite;
}

.dongTuBox0 {
  max-width: 540px;
  display: flex;
  width: 100%;
}

.dongTuBox2 {
  flex: 1.5;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.dongTuBox2 .dongTuBox2Left, .dongTuBox2 .dongTuBox2Right {
  flex: 1;
}

.dongTuBox2 .dongTuBox2Left .imgshow, .dongTuBox2 .dongTuBox2Right .imgshow {
  width: 100%;
}

.dongTuBox2 .dongTuBox2Left .imgshow .img-box, .dongTuBox2 .dongTuBox2Right .imgshow .img-box {
  padding-bottom: 100%;
}

.dongTuBox2 .dongTuBox2Right {
  position: relative;
  z-index: 2;
}

.dongTuBox2 .dongTuBox2Center {
  width: 110px;
}

.dongTuBox2 .dongTuBox2Center .imgshow {
  width: 100%;
}

.dongTuBox2 .dongTuBox2Center .imgshow .img-box {
  padding-bottom: 101%;
}

.dongTuBox2 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: rotation 3s linear infinite;
}

.dongTuBox3 {
  flex: 1;
  position: relative;
}

.dongTuBox3 .dongTuBox3Center {
  position: relative;
  z-index: 2;
  width: 612px;
  padding: 64px 0;
}

.dongTuBox3 .dongTuBox3Center .imgshow {
  width: 612px;
}

.dongTuBox3 .dongTuBox3Center .imgshow .img-box {
  padding-bottom: 49.01961%;
}

.dongTuBox3 .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15%;
  z-index: 3;
  height: 100%;
  width: fit-content;
  animation: rotation 3s linear infinite;
}

.dongTuBox3 .bg .imgshow {
  max-width: 100%;
  height: 50%;
}

.dongTuBox3 .bg .imgshow .img-box {
  padding-bottom: 100%;
}

.dongTuBox3 .bg img {
  max-width: 100%;
  height: 100%;
}

.dongTuBox4 .moveCloud_container {
  position: relative;
  width: 520px;
  height: 520px;
}

.dongTuBox4 .moveCloud_left_fade {
  animation: moveCloudFade 8s linear 0s infinite;
}

.dongTuBox4 .moveCloud_left_light {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: moveCloudLight 8s linear 0s infinite;
}

.dongTuBox4 .moveCloud_left_light img {
  position: absolute;
  left: 0;
  top: 0;
}

.dongTuBox4 .moveCloud_left_light .moveCloud_left_light_tun {
  animation: rotate360 4s linear 0s infinite;
  transform: rotate(0deg);
  z-index: -1;
}

.dongTuBox5 .cmp_platform_access_left {
  float: left;
  width: 618px;
  height: 294px;
  background: url(../png/cmp_1_bg.png) center no-repeat;
  background-size: 100%;
  position: relative;
}

.dongTuBox5 .cmp_platform_access_rotate {
  width: 295px;
  height: 295px;
  position: absolute;
  top: -0px;
  left: 159px;
  background: url(../svg/cmp_1_circle.svg) center no-repeat;
  background-size: 100%;
  animation: rotate360 4s linear 0s infinite;
  transform: rotate(0deg);
}

.dongTuBox5 .cmp_platform_access_mask {
  width: 100%;
  height: 100%;
  position: relative;
  background: url(../png/cmp_1_vm.png) center no-repeat;
  background-size: 100%;
}

.dongTuBox6 .cmp_resource_manage_right {
  background: url(../png/standardization_bg.png) center no-repeat;
  background-size: 100%;
  position: relative;
  width: 654px;
  height: 430px;
}

.dongTuBox6 .standardization_icon.icon1 {
  background: url(../png/standardization_icon_1.png) center no-repeat;
  top: 13px;
  right: 122px;
  background-size: cover;
}

.dongTuBox6 .standardization_icon.little {
  width: 62px;
  height: 52px;
  display: block;
  animation: imgTextFloat 3s linear 0.4s infinite;
}

.dongTuBox6 .standardization_icon.icon2 {
  background: url(../png/standardization_icon_2.png) center no-repeat;
  top: 53px;
  right: 274px;
  background-size: cover;
}

.dongTuBox6 .standardization_icon.icon3 {
  background: url(../png/standardization_icon_3.png) center no-repeat;
  bottom: 40px;
  right: 275px;
  background-size: cover;
}

.dongTuBox6 .standardization_icon.icon4 {
  width: 212px;
  height: 72px;
  background: url(../png/standardization_icon_4.png) center no-repeat;
  top: 133px;
  right: 26px;
  background-size: cover;
}

.dongTuBox6 .second_float {
  animation: standardizationBlockFloat 0.5s ease 0.8s forwards;
}

.dongTuBox6 .standardization_icon {
  position: absolute;
}

.dongTuBox6 .standardization_icon.icon5 {
  width: 176px;
  height: 70px;
  background: url(../png/standardization_icon_5.png) center no-repeat;
  bottom: 134px;
  right: 143px;
  background-size: cover;
}

.dongTuBox6 .first_float {
  animation: standardizationBlockFloat 0.5s ease 0.4s forwards;
}

.dongTuBox6 .standardization_icon.icon6 {
  width: 177px;
  height: 72px;
  background: url(../png/standardization_icon_6.png) center no-repeat;
  bottom: 32px;
  right: 15px;
  background-size: cover;
}

.dongTuBox6 .third_float {
  animation: standardizationBlockFloat 0.5s ease 1s forwards;
}

.dongTuBox7 {
  overflow: hidden;
}

.dongTuBox7 .cmp_monitor_right {
  /*background: url(/assets/images/cmpProduct/cmp_dashboard.png) center no-repeat; */
  background-size: 100%;
  width: 822px;
  height: 473px;
  animation: cmp_monitor_animate 6s linear 0s infinite;
}

.dongTuBox8 .cmp_edgeCompute_animation {
  width: 584px;
  height: 451px;
  position: relative;
  background: url(../png/cmp_edgecompute_animation.png) no-repeat;
  background-size: cover;
}

.dongTuBox8 .animation_windows {
  width: 253px;
  height: 446px;
  overflow: hidden;
  margin-left: -14px;
}

.dongTuBox8 .animation_icon_list {
  transform: translateY(-630px);
  animation: transtionA 10s linear 0s infinite;
}

.dongTuBox8 .cmp_edgeCompute_animation .animation_icon_list i {
  width: 253px;
  height: 89px;
  display: block;
}

.dongTuBox8 .animation_icon_list .edgeCompute_icon1 {
  background: url(../png/edgecompute_1.png) no-repeat;
  background-size: cover;
}

.dongTuBox8 .animation_icon_list .edgeCompute_icon2 {
  background: url(../png/edgecompute_2.png) no-repeat;
  background-size: cover;
}

.dongTuBox8 .animation_icon_list .edgeCompute_icon3 {
  background: url(../png/edgecompute_3.png) no-repeat;
  background-size: cover;
}

.dongTuBox8 .animation_icon_list .edgeCompute_icon4 {
  background: url(../png/edgecompute_4.png) no-repeat;
  background-size: cover;
}

.dongTuBox8 .animation_icon_list .edgeCompute_icon5 {
  background: url(../png/edgecompute_5.png) no-repeat;
  background-size: cover;
}

.dongTuBox8 .animation_icon_list .edgeCompute_icon6 {
  background: url(../png/edgecompute_6.png) no-repeat;
  background-size: cover;
}

.dongTuBox8 .animation_icon_list .edgeCompute_icon7 {
  background: url(../png/edgecompute_7.png) no-repeat;
  background-size: cover;
}

.dongTuBox8 .animation_icon_list.list2 {
  margin-top: 7px;
}

.dongTuBox8 .edgeCompute_little_icon {
  width: 176px;
  height: 59px;
  display: block;
  position: absolute;
}

.dongTuBox8 .edgeCompute_little_icon.icon1 {
  background: url(../png/edgecompute_8.png) no-repeat;
  background-size: cover;
  top: 242px;
  right: 0;
}

.dongTuBox8 .edgeCompute_little_icon.icon2 {
  background: url(../png/edgecompute_9.png) no-repeat;
  background-size: cover;
  top: 143px;
  right: 0;
}

.dongTuBox8 .animation_icon_list .edgeCompute_icon1 {
  background: url(../png/edgecompute_1.png) no-repeat;
  background-size: cover;
}

.dongTuBox8 .animation_icon_list .edgeCompute_icon2 {
  background: url(../png/edgecompute_2.png) no-repeat;
  background-size: cover;
}

.dongTuBox8 .animation_icon_list .edgeCompute_icon3 {
  background: url(../png/edgecompute_3.png) no-repeat;
  background-size: cover;
}

.dongTuBox8 .animation_icon_list .edgeCompute_icon4 {
  background: url(../png/edgecompute_4.png) no-repeat;
  background-size: cover;
}

.dongTuBox8 .animation_icon_list .edgeCompute_icon5 {
  background: url(../png/edgecompute_5.png) no-repeat;
  background-size: cover;
}

.dongTuBox8 .animation_icon_list .edgeCompute_icon6 {
  background: url(../png/edgecompute_6.png) no-repeat;
  background-size: cover;
}

.dongTuBox8 .animation_icon_list .edgeCompute_icon7 {
  background: url(../png/edgecompute_7.png) no-repeat;
  background-size: cover;
}

.pZstack-Features-item6 .dongTuBox9 {
  position: relative;
  overflow: hidden;
}

.pZstack-Features-item6 .dongTuBox9 .dixedBox {
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: 10px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 42, 71, 0.1);
  border-radius: 4px;
  padding: 15px 15px 15px 20px;
}

.pZstack-Features-item6 .dongTuBox9 .line {
  font-size: 16px;
  color: #97A4B6;
  line-height: 16px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  transition: all 0.2s;
}

.pZstack-Features-item6 .dongTuBox9 .line span {
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 13px;
  border-radius: 50%;
  background: url(../svg/grey3.svg) no-repeat;
  background-size: cover;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
}

.pZstack-Features-item6 .dongTuBox9 .line div {
  flex: 1;
}

.pZstack-Features-item6 .dongTuBox9 .activeSwiper {
  color: #007FDF;
  transform: scale(1.05);
}

.pZstack-Features-item6 .dongTuBox9 .activeSwiper span {
  color: #fff;
  background: url(../svg/active.svg) no-repeat;
  background-size: cover;
}

.pZstack-Features-item6 .dongTuBox9 .imgshow {
  width: 100%;
}

.Features-item .dongTuBox9 {
  position: relative;
}

.Features-item .dongTuBox9 .imgshow {
  width: 100%;
}

.Features-item .dongTuBox9 .readText {
  height: 52px;
  font-size: 26px;
  color: #007fdf;
  line-height: 26px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 53px;
  box-sizing: border-box;
  text-align: left;
  max-width: 430px;
  width: 100%;
}

.dongTuBox11 .virtual_img_container {
  position: relative;
  width: 500px;
  height: 500px;
  background: url("../svg/standard_feature_circle.svg");
}

.dongTuBox11 .half_circle {
  animation: rotate360 4s linear 0s infinite;
}

.dongTuBox11 .standard_virtual {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.3s linear;
}

.dongTuBox12 .virtual_img_container {
  width: 500px;
  height: 500px;
  position: relative;
  background: url("../svg/standard_feature_circle.svg");
}

.dongTuBox12 .half_circle {
  animation: rotate360 4s linear 0s infinite;
  transform: rotate(0deg);
}

.dongTuBox12 .virtual_img_container .standard_network {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.dongTuBox12 .virtual_img_container .standard_network {
  opacity: 1;
  transition: opacity 0.3s linear;
}

.dongTuBox12 .standard_network .network {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
}

.dongTuBox12 .standard_network > div {
  width: 40px;
  height: 10px;
  overflow: hidden;
  transition: all 0.5s linear;
}

.dongTuBox12 .standard_network > div > img {
  width: 176px;
  height: 10px;
  max-height: 100%;
  max-width: min-content;
  position: absolute;
  right: 0;
  animation: standardArrowMoveLeft 2s linear 0s infinite;
}

.dongTuBox12 .standard_network .standard_arrow_blue1 {
  position: absolute;
  top: 245px;
  left: 165px;
}

.dongTuBox12 .standard_network .standard_arrow_blue2 {
  position: absolute;
  top: 245px;
  left: 295px;
  transform: rotate(180deg);
}

.dongTuBox12 .standard_network .standard_arrow_purple1 {
  position: absolute;
  top: 217px;
  left: 86px;
  transform: rotate(42deg);
  z-index: 5;
}

.dongTuBox12 .standard_network .standard_arrow_purple2 {
  position: absolute;
  top: 275px;
  left: 88px;
  transform: rotate(320deg);
  z-index: 5;
}

.dongTuBox12 .standard_network .standard_arrow_purple3 {
  position: absolute;
  top: 277px;
  left: 371px;
  transform: rotate(226deg);
  z-index: 5;
}

.dongTuBox12 .standard_network .standard_arrow_purple4 {
  position: absolute;
  top: 215px;
  left: 372px;
  transform: rotate(139deg);
  z-index: 5;
}

.tableTopSearch .tableSearchItem {
  margin-bottom: 10px;
}

.tableTopSearch .label {
  color: #999;
}

@media screen and (min-width: 1920px) {
  .index-tabitem {
    margin-top: 0;
  }
}

@media screen and (max-width: 1720px) {
  .m-width-1700 {
    max-width: 1600px;
  }
  .index-empower-grid .empower-list ul li {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 1620px) {
  .m-width-1700 {
    max-width: 1466px;
  }
  .editions-mainlist .ans-show .ans-item {
    width: 90px;
    height: 90px;
  }
  .editions-mainlist .ans-show .ans-item .iconfont {
    font-size: 40px;
  }
  .editions-mainlist .ans-show {
    zoom: 0.8;
  }
  .index-product-down .index-title {
    margin: 60px 0 40px;
  }
	.faq-blog-item{
		padding:50px 50px;
	}
}

.liTab {
  display: none;
}

.showTab {
  display: block;
}

.tableSearch , .labelSearch {
  display: none;
}

@media screen and (max-width: 1480px) {
  #menuPc > ul > li > a {
    margin: 0 10px;
  }
  .m-width-1700 {
    max-width: 1200px;
  }
  .empower-cont.pad0 {
    padding-left: 60px;
  }
  .index-empower-grid .empower-cont {
    padding-left: 60px;
  }
  .index-faq-item {
    padding-right: 180px;
  }
  .inner-banner .banner-content .text {
    margin-right: 0;
  }
  .pZstackedge-banner .text p {
    max-width: 700px;
  }
  .pZstack-aios-banner .text p {
    max-width: 700px;
  }
  .Value-list .p-item:hover .centerBox {
    transform: translate(0, 0);
  }
  .pZstack-aios-banner .banner-content .text h3 div {
    max-width: 45vw;
    white-space: wrap;
  }
  .inner-banner .banner-content .text h3 ,.inner-banner .banner-content .text h1{
    display: block !important;
  }
  .Value-list .centerBox{
      padding-bottom: 20px;
  }
	.index-whatnews-grid .w-bottom{
		padding: 50px 52px 0;
	}
	.index-whatnews-grid .w-bottom .text h3{
		margin-top:0;
	}.index-whatnews-grid .w-bottom .text h3.f-36{
		font-size:26px;
	}
	.index-resource-grid .resource-cont .res-right{
		width: calc(100% - 280px);
	}
}

@media screen and (max-width: 1200px) {
  .m-width-1700 {
    max-width: 1000px;
  }
  .empower-tabitem {
    display: flex;
  }
  .bgBanner .banner-content p {
    max-width: 45vw;
  }
  .Advantage {
    margin-bottom: 0;
  }
  .dongTuBox7 .cmp_monitor_right {
    width: 100%;
    height: 211px;
  }
  .dongTuBox4 .moveCloud_container {
    width: 100%;
  }
  .dongTuBox4 .moveCloud_container img {
    width: 100%;
  }
  .dongTuBox4 .moveCloud_left_light {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
	.Version{
		margin:10px 0 0;
	}
  .tableTopSearch.act {
    display: block !important;
  }
  .pZstackzrop-banner .banner-content p {
    max-width: 80% !important;
  }
  .bgBanner .banner-content p {
    max-width: 100% !important;
  }
  .index-whatnews-grid .w-top {
    flex-direction: column;
  }
  .index-whatnews-grid .w-top .w-right {
    width: 100%;
    margin: 0;
  }
  .index-whatnews-grid .w-top .w-right ul {
    margin: 0 0px;
    display: flex;
    flex-wrap: wrap;
  }
  .index-whatnews-grid .w-top .w-right .imgshow img {
    width: 100%;
  }
  .index-whatnews-grid .w-top .w-right li {
    width: 100%;
    padding: 0 0px;
    box-sizing: border-box;
  }
  .index-whatnews-grid .w-top .w-right li {
    margin-top: 32px;
  }
  .index-whatnews-grid .w-center .text {
    /*padding: 5vw 44px 4.4vw;*/
    padding:20px 20px 40px !important;
  }
  .index-whatnews-grid .w-top .w-left {
    width: 100%;
  }
  .index-whatnews-grid .w-center {
    position: static !important;
    margin-top: 0;
    width: 100%;
    margin-top: 32px !important;
  }
  .index-whatnews-grid .w-bottom {
    flex-direction: column;
    width: 100%;
	  padding:20px 20px 0;
    box-sizing: border-box;
  }
  .index-whatnews-grid .w-fixgrid {
    position: static;
    width: 100%;
    padding-left: 0;
  }
  .index-whatnews-grid .w-bottom .text {
    margin: 10px 0 0;
  }
  .index-whatnews-grid .w-bottom .text-p {
    padding-right: 0;
  }
  .index-whatnews-grid .w-bottom .imgshow {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .empower-list2 ul {
    flex-wrap: wrap;
  }
  .empower-list2 li {
    width: 100% !important;
    margin-top: 2.5vw;
  }
  .index-empower-grid .empower-cont {
    padding: 0 10px 32px;
  }
  .index-empower-grid .empower-list {
    padding: 0;
    background-color: transparent;
  }
  .index-empower-grid .empower-list ul {
    margin: 0;
  }
  .index-empower-grid .empower-list ul li {
    width: 100%;
    margin-top: 2.5vw;
    background-color: #ffffff;
  }
  .empower-rightbox {
    position: static;
    width: 100%;
    border-radius: 0;
    margin-top: 2.5vw;
    box-shadow: none;
  }
  .index-solution-list ul {
    margin: 0 0px;
    display: flex;
    flex-wrap: wrap;
  }
  .index-solution-list .imgshow img {
    width: 100%;
  }
  .index-solution-list li {
    width: 100%;
    padding: 0 0px;
    box-sizing: border-box;
  }
  .industry-solu-cont {
    flex-direction: column;
  }
  .industry-solu-cont .solu-left, .industry-solu-cont .solu-right {
    width: 100%;
  }
  .industry-solu-cont .solu-left .s-item {
    padding: 32px;
  }
  .industry-solu-cont .s-item {
    padding: 32px 10px;
  }
  .industry-solu-cont .s-item .s-t {
    justify-content: space-between;
  }
  .industry-solu-cont .s-item .s-t span {
    width: fit-content;
  }
  .index-whylist ul {
    margin: 0 0px;
    display: flex;
    flex-wrap: wrap;
  }
  .index-whylist .imgshow img {
    width: 100%;
  }
  .index-whylist li {
    width: 100%;
    padding: 0 0px;
    box-sizing: border-box;
  }
  .index-whylist li:nth-child(1), .index-whylist li:nth-last-child(1) {
    width: 100%;
  }
  .footer .f-nav ul {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    gap: 20px;
  }
  .footer .f-nav ul li {
    display: none;
  }
  .footer .f-nav ul li:nth-child(3) {
    order: -1;
    display: block;
  }
  .index-product-down .down-cont ul {
    flex-direction: column;
    gap: 40px;
  }
  .editions-mainlist .em-item .text-p {
    height: fit-content;
    padding-bottom: 20px;
    overflow: auto;
    -webkit-line-clamp: none;
  }
  .index-banner .banner-content .text .b-btns a {
    padding: 10px 20px;
  }
  .index-tabitem dl {
    overflow-x: auto;
    margin: 0;
  }
  .index-tabitem dl dd {
    min-width: 100px;
    box-sizing: content-box;
    padding: 0 8px;
  }
  .index-tabitem dl dd h4 {
    font-size: 12px;
  }
  .empower-tabitem {
    margin-right: 0;
    margin-top: 20px;
  }
  .empower-tabitem a {
    min-width: auto;
    flex: 1;
    padding: 20px;
    word-break: break-all;
  }
  .index-tabitem {
    margin-bottom: 60px;
  }
  .navFix {
    top: 75px;
  }
  .res_pro_down_content_left {
    display: none;
  }
  .index-resource-grid {
    position: relative;
  }
  .index-resource-grid .searchBox {
    top: 88px;
  }
  .pcloud-resource-grid {
    position: relative;
  }
  .searchBox {
    position: absolute;
    right: 20px;
    top: 12px;
  }
  .page-box .wp-pagenavi a, .page-box .wp-pagenavi span {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .searchBox, .tableSearch, .labelSearch {
    display: block;
    text-align: right;
  }
  .searchBox .layui-icon, .tableSearch .layui-icon, .labelSearch .layui-icon{
    font-size: 36px;
  }
  .index-resource-grid .resource-cont .res-right {
    width: 100%;
    padding: 0;
  }
  .index-resource-list ul {
    margin: 0 0px;
    display: flex;
    flex-wrap: wrap;
  }
  .index-resource-list .imgshow img {
    width: 100%;
  }
  .index-resource-list li {
    width: 100%;
    padding: 0 0px;
    box-sizing: border-box;
  }
  .index-resource-list li {
    padding: 0;
  }
  .index-sepcial-bg .res_pro_down_content_right_box {
    display: flex;
    flex-direction: column;
  }
  .index-resource-grid .resource-cont {
    margin: 15px 0 0;
  }
  .inner-banner .banner-content .text .b-btns a {
    min-width: 100px;
    padding: 10px 20px;
  }
  .pcloud-edition-list {
    margin: 32px 0 0;
  }
  .pcloud-edition-list ul {
    margin: 0 0px;
    display: flex;
    flex-wrap: wrap;
  }
  .pcloud-edition-list .imgshow img {
    width: 100%;
  }
  .pcloud-edition-list li {
    width: 100%;
    padding: 0 0px;
    box-sizing: border-box;
  }
  .pcloud-edition-list li {
    margin-bottom: 20px;
  }
  .inner-banner .banner-content {
    flex-direction: column-reverse;
    gap: 20px;
    align-items: baseline;
  }
  .pcloud-ens-btn ul li {
    height: 60px;
  }
  .pcloud-ens-Enterprise {
    flex-direction: column-reverse;
  }
  .pcloud-ens-Enterprise .pcloud-Enterprise-right {
    width: 100%;
  }
  .pcloud-ens-Enterprise .left {
    padding-right: 0;
  }
  .pcloud-ens-Features .Features-item {
    flex-direction: column-reverse;
  }
  .pcloud-ens-Features .Features-item .imgshow {
    width: 80%;
    margin: 0 auto;
  }
  .pcloud-ens-Features .Features-item2 {
    flex-direction: column;
  }
  .pcloud-ens-Features .Features-item2 .rightBox-swiper {
    width: 100%;
  }
  .pcloud-ens-Features .Features-item3 .right {
    margin: 0;
    width: 100%;
  }
  .pcloud-ens-Features .Features-item4 {
    height: 628px;
    flex-direction: column;
  }
  .pcloud-ens-Features .Features-item4 .right {
    margin-right: 0;
    height: fit-content;
    flex: none;
  }
  .pcloud-ens-Features .Features-item4 .rightBox {
    min-width: 100%;
  }
  .pcloud-ens-Features .Features-item4 .rightBox {
    width: 100%;
    margin-top: 20px;
  }
  .pcloud-ens-Features .Features-item4 .rightBoxUp .box4, .pcloud-ens-Features .Features-item4 .rightBoxUp .box5, .pcloud-ens-Features .Features-item4 .rightBoxUp .box6 {
    left: calc(50% - 50px);
  }
  .pcloud-ens-Features .Features-item4 .rightBoxUp .box7 {
    left: auto;
    right: 0;
  }
  .pcloud-ens-Features .Features-item5 {
    height: 332px;
  }
  .pcloud-ens-Features .Features-item5 .right {
    flex: none;
    margin-left: 0;
  }
  .amateBox {
    justify-content: center;
    margin-top: 20px;
  }
  .amateBox .a-left {
    width: 80px;
    height: 80px;
  }
  .amateBox .left-con {
    width: 80px;
    height: 80px;
  }
  .amateBox .a-line {
    width: 30px;
    left: 78px;
    top: 29px;
  }
  .amateBox .a-center {
    left: 139px;
    top: 15px;
    width: 50px;
    height: 50px;
  }
  .amateBox .a-line2 {
    left: 180px;
  }
  .amateBox .right-con {
    left: 244px;
  }
  .pcloud-resource-list ul {
    margin: 0 0px;
    display: flex;
    flex-wrap: wrap;
  }
  .pcloud-resource-list .imgshow img {
    width: 100%;
  }
  .pcloud-resource-list li {
    width: 100%;
    padding: 0 0px;
    box-sizing: border-box;
  }
  .pcloud-resource-cont .resource-cont .res-right {
    width: 100%;
    padding: 0;
  }
  .resource-cont2-list li:nth-child(2n) {
    margin-top: 20px;
  }
  .resource-cont2-list {
    padding: 0 20px;
  }
  .resource-cont2-list ul {
    margin: 0 0px;
    display: flex;
    flex-wrap: wrap;
  }
  .resource-cont2-list .imgshow img {
    width: 100%;
  }
  .resource-cont2-list li {
    width: 100%;
    padding: 0 0px;
    box-sizing: border-box;
  }
  .resource-cont2-list li {
    margin-top: 20px;
  }
  .pcloud-ens-Features .Features-item4 .box {
    width: 90px;
    height: 100px;
  }
  .pcloud-ens-Features .Features-item4 .box4 {
    left: 110px;
  }
  .pcloud-ens-Features .Features-item4 .box5 {
    left: 110px;
  }
  .pcloud-ens-Features .Features-item4 .box6 {
    left: 110px;
  }
  .pcloud-ens-Features .Features-item4 .box7 {
    left: 220px;
  }
  .header-top {
    display: none;
  }
  .header-box .h-search input {
    width: 100%;
  }
  .header-box .h-tool {
    display: none;
  }
  .header-box .logo {
    margin-right: 20px;
  }
  .header-box .h-tool {
    padding-right: 0px;
    flex: 1;
  }
  .header-box .h-lang {
    margin-left: 3px;
  }
  .header-box {
    padding: 10px 0;
    align-items: center;
  }
  .index-leading-grid .leading-cont ul {
    margin: 0 0px;
    display: flex;
    flex-wrap: wrap;
  }
  .index-leading-grid .leading-cont .imgshow img {
    width: 100%;
  }
  .index-leading-grid .leading-cont li {
    width: 50%;
    padding: 0 23px;
    box-sizing: border-box;
  }
  #header.hide {
    top: 0;
  }
  .pcloud-ens-Features .Features-item .right {
    margin-left: 0;
  }
  .pcloud-Features-swiper .swiper-slide-active .swiper-item {
    padding: 0 20px;
  }
  .pcloud-title {
    margin: 32px 0;
  }
  .pcloud-stack-grid {
    margin: 32px 0px;
  }
  .rightBoxUp i {
    transform: scale(0.5);
  }
  .pcloud-ens-Features .Features-item6 .right-text {
    text-align: left;
  }
  .pcloud-edition {
    gap: 20px;
    flex-direction: column-reverse;
  }
  .pcloud-edition .video-box {
    width: 100%;
  }
  .pcloud-ens-Hybrid .imgshow {
    width: 100%;
  }
  .pcloud-edition-tabbox .edition-tabitem a {
    padding: 16px 0 !important;
  }
  .pcloud-ens-hy .Features-item:nth-child(2n+1) {
    flex-direction: column-reverse;
  }
  .pcloud-ens-hy .Features-item:nth-child(2n+1) {
    height: fit-content;
  }
  .pcloud-ens-hy .Features-item5 {
    height: fit-content;
  }
  .Scenarios .Scenarios-list ul {
    gap: 10px;
  }
  .Scenarios .Scenarios-list ul {
    margin: 0 0px;
    display: flex;
    flex-wrap: wrap;
  }
  .Scenarios .Scenarios-list .imgshow img {
    width: 100%;
  }
  .Scenarios .Scenarios-list li {
    width: 100%;
    padding: 0 0px;
    box-sizing: border-box;
  }
  .Scenarios .Scenarios-list .p-item {
    padding: 32px;
  }
  .pcloud-ens-Standard .Features-item:nth-child(2n+1) {
    flex-direction: column-reverse !important;
  }
  .edition-tablist .block-item {
    flex-direction: column-reverse !important;
  }
  .edition-tablist .block-item .text {
    width: 100% !important;
  }
  .editions-mainlist ul {
    margin: 0 0;
    display: flex;
    flex-wrap: wrap;
  }
  .editions-mainlist .imgshow img {
    width: 100%;
  }
  .editions-mainlist li {
    width: 100%;
    padding: 0 0;
    box-sizing: border-box;
  }
  .protable-total {
    padding: 20px;
  }
  .content-pZstackasios .pcloud-edition .imgshow {
    width: 100%;
  }
  .content-pZstackasios .aisoLine {
    flex-direction: column;
    margin: 80px auto 40px;
  }
  .solutionTab {
    height: 60px;
  }
  .content-pZstackasios .Product-box {
    flex-direction: column;
    gap: 20px;
  }
  .content-pZstackasios .Product-box .imgshow {
    width: 100%;
  }
  .content-pZstackasios .Product-connt {
    flex-direction: column;
    gap: 20px;
  }
  .Advantage .Advantage-list ul {
    gap: 40px;
  }
  .Advantage .Advantage-list ul {
    margin: 0 0;
    display: flex;
    flex-wrap: wrap;
  }
  .Advantage .Advantage-list .imgshow img {
    width: 100%;
  }
  .Advantage .Advantage-list li {
    width: 100%;
    padding: 0 0;
    box-sizing: border-box;
  }
  .Advantage .Advantage-list li:first-child {
    transform: translateY(0);
  }
  .Advantage .Advantage-list li:last-child {
    transform: translateY(0);
  }
  .Advantage .Advantage-list .p-item {
    height: 100%;
  }
  .solutionTab div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
  }
  .content-pZstackasios .titleLine {
    padding: 0;
  }
  .Advantage .Advantage-list .imgshow {
    width: 32px;
  }
  .content-pZstackcmp .pcloud-edition .imgshow {
    width: 100%;
  }
  .pZstack-Features .pZstack-Features-item {
    flex-direction: column-reverse;
    gap: 0px;
    margin-bottom: 20px;
  }
  .pZstack-Features .pZstack-Features-item .right {
    padding: 0 !important;
  }
  .pZstack-Features .pZstack-Features-item .imgshow {
    width: 100%;
  }
  .pZstack-Features .pZstack-Features-item:nth-child(2n+2) {
    flex-direction: column;
  }
  .case-studies-info {
    flex-direction: column;
  }
  .case-studies-info .cs-right {
    margin-left: 0;
    padding: 20px;
  }
  .case-studies-info .cs-left {
    width: 100%;
  }
  .case-studieslist ul {
    gap: 20px;
  }
  .case-studieslist ul {
    margin: 0 0;
    display: flex;
    flex-wrap: wrap;
  }
  .case-studieslist .imgshow img {
    width: 100%;
  }
  .case-studieslist li {
    width: 100%;
    padding: 0 0;
    box-sizing: border-box;
  }
  .inner-banner .pZstack-content .imgshow {
    width: 100% !important;
  }
  .pZstacksds-banner .pZstacksds-content .imgshow {
    width: 100%;
  }
  .content-product-cloud .pcloud-edition .imgshow {
    width: 100%;
    margin: 0 auto;
  }
  .pZstack-Features .pZstack-Features-item .right {
    max-width: 100%;
  }
  .Benefits-list ul {
    margin: 0 0;
    display: flex;
    flex-wrap: wrap;
  }
  .Benefits-list .imgshow img {
    width: 100%;
  }
  .Benefits-list li {
    width: 100%;
    padding: 0 0;
    box-sizing: border-box;
  }
  .pcloud-ens-Features .Features-item .right {
    margin-left: 0;
  }
  .pZstack-Features .pZstack-Features-item .imgshow {
    width: 80%;
    margin: 10px auto 0;
  }
  .pZstack-Features .pZstack-Features-item .dongTuBox9 .imgshow {
    width: 100%;
    margin: 0px auto;
  }
  .pZstack-Features-item6 .dongTuBox9 .dixedBox {
    transform: scale(0.7);
    bottom: -10px;
    left: auto;
    right: -10px;
  }
  .dongTuBox6 .cmp_resource_manage_right {
    transform: scale(0.9);
  }
  .dongTuBox11 {
    justify-content: center;
  }
  .dongTuBox12 {
    justify-content: center;
  }
  .dongTuBox11 .virtual_img_container {
    transform: scale(0.9);
    width: 300px;
    height: 300px;
    background-size: cover;
  }
  .dongTuBox11 .virtual_img_container img {
    width: 100%;
  }
  .dongTuBox12 .virtual_img_container {
    transform: scale(0.9);
    width: 300px;
    height: 300px;
    background-size: cover;
  }
  .dongTuBox12 .virtual_img_container img {
    width: 100%;
  }
  .dongTuBox12 .standard_network .standard_arrow_blue1 {
    top: 146px;
    left: 85px;
  }
  .dongTuBox12 .standard_network .standard_arrow_blue2 {
    top: 146px;
    left: 165px;
  }
  .dongTuBox12 .standard_network .standard_arrow_purple1 {
    top: 124px;
    left: 42px;
  }
  .dongTuBox12 .standard_network .standard_arrow_purple2 {
    top: 175px;
    left: 39px;
  }
  .dongTuBox12 .standard_network .standard_arrow_purple4 {
    top: 128px;
    left: 221px;
  }
  .dongTuBox12 .standard_network .standard_arrow_purple3 {
    top: 166px;
    left: 215px;
  }
  .FeaturesEdge-list ul {
    margin: 0 0;
    display: flex;
    flex-wrap: wrap;
  }
  .FeaturesEdge-list .imgshow img {
    width: 100%;
  }
  .FeaturesEdge-list li {
    width: 100%;
    padding: 0 0;
    box-sizing: border-box;
  }
  .Cooperation-list ul {
    gap: 20px;
  }
  .Cooperation-list .p-item {
    padding: 20px;
  }
  .Cooperation-list ul {
    margin: 0 0;
    display: flex;
    flex-wrap: wrap;
  }
  .Cooperation-list .imgshow img {
    width: 100%;
  }
  .Cooperation-list li {
    width: 100%;
    padding: 0 0;
    box-sizing: border-box;
  }
  .solutionTab {
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  .solutionTab div {
    min-width: 150px;
    flex: auto;
  }
  .MajorBox .DemandBox {
    flex-direction: column;
  }
  .pZstackrds .Features-list ul {
    margin: 0 0;
    display: flex;
    flex-wrap: wrap;
  }
  .pZstackrds .Features-list .imgshow img {
    width: 100%;
  }
  .pZstackrds .Features-list li {
    width: 100%;
    padding: 0 0;
    box-sizing: border-box;
  }
  .Value-list ul {
    gap: 20px;
  }
  .Value-list ul {
    margin: 0 0;
    display: flex;
    flex-wrap: wrap;
  }
  .Value-list .imgshow img {
    width: 100%;
  }
  .Value-list li {
    width: 100%;
    padding: 0 0;
    box-sizing: border-box;
  }
  .rdsUserCase .userCase-list ul {
    gap: 20px;
  }
  .rdsUserCase .userCase-list ul {
    margin: 0 0;
    display: flex;
    flex-wrap: wrap;
  }
  .rdsUserCase .userCase-list .imgshow img {
    width: 100%;
  }
  .rdsUserCase .userCase-list li {
    width: 100%;
    padding: 0 0;
    box-sizing: border-box;
  }
  .pZstack-Features .pZstack-Features-item .right-text {
    padding: 0;
  }
  .pZstack-Features .pZstack-Features-item {
    padding: 0 0 0 10px;
  }
  .sdsTab {
    overflow-x: auto;
  }
  .sdsTab .sdsTabItem {
    min-width: 200px;
    height: 60px;
    text-align: center;
  }
  .CephBox {
    flex-direction: column;
  }
  .CephBox .imgshow {
    width: 100%;
  }
  .FeaturesSDS .pZstack-Features-item:nth-child(2n+1) {
    flex-direction: column;
  }
  .userValueBox .userValueContent-list ul {
    gap: 20px;
  }
  .userValueBox .userValueContent-list ul {
    margin: 0 0;
    display: flex;
    flex-wrap: wrap;
  }
  .userValueBox .userValueContent-list .imgshow img {
    width: 100%;
  }
  .userValueBox .userValueContent-list li {
    width: 100%;
    padding: 0 0;
    box-sizing: border-box;
  }
  .userValueBox .userValueContent-list .p-item .bottomBx {
    box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.15);
  }
  .userValueBox .bottomBx .imgshow {
    width: 42px;
  }
  .userValueBox .bottomBx {
    background: none;
  }
  .userValueBox li:nth-child(2n) {
    transform: translateY(0);
  }
  .storageLine {
    flex-direction: column;
  }
  .singleLine {
    gap: 20px;
    flex-direction: column;
    padding: 10px;
  }
  .singleLine a {
    word-break: break-all;
  }
  .singleLine .right {
    width: 100%;
  }
  .pZstackZAQU-Features .Features-list ul {
    margin: 0 0;
    display: flex;
    flex-wrap: wrap;
  }
  .pZstackZAQU-Features .Features-list .imgshow img {
    width: 100%;
  }
  .pZstackZAQU-Features .Features-list li {
    width: 100%;
    padding: 0 0;
    box-sizing: border-box;
  }
  .pZstackZAQU-Features .Features-list li:first-child {
    margin-left: 0;
  }
  .pZstackZAQUF .leftBg {
    position: relative;
  }
  .Scenarios-item {
    flex-direction: column;
  }
  .Scenarios-item .imgshow {
    width: 100%;
  }
  .Scenarios-item .right {
    padding: 0 !important;
  }
  .Scenarios-item:nth-child(2n+1) {
    flex-direction: column !important;
  }
  .pZstackZAQU-Features .Features-list .title {
    height: fit-content;
    line-height: 1.6;
  }
  .pZstackZAQU-Features .Features-list .p-item {
    padding: 20px;
  }
  .content-pZstackzrop .pcloud-edition .textBox {
    padding-right: 0;
  }
  .content-pZstackzrop .pcloud-edition {
    padding: 0;
  }
  .userCase-list ul, .userCase-list-swiper ul {
    margin: 0 0;
    display: flex;
    flex-wrap: wrap;
  }
  .userCase-list .imgshow img, .userCase-list-swiper .imgshow img {
    width: 100%;
  }
  .userCase-list li, .userCase-list-swiper li {
    width: 100%;
    padding: 0 0;
    box-sizing: border-box;
  }
  .userCase-list ul, .userCase-list-swiper ul {
    gap: 20px;
  }
  .inner-banner .banner-content .video-box {
    width: 100%;
  }
  .content-pZstack .pcloud-edition .video-box {
    width: 100%;
  }
  .pZstack-UseCases .UseCases-tab ul {
    overflow-x: auto;
  }
  .pZstack-UseCases .UseCases-tab ul li {
    min-width: 150px;
  }
  .faq-blog-list {
    display: flex;
    flex-direction: column;
  }
  .pcloud-table-box .table-left {
    display: none;
  }
  .inner-banner .banner-content .text h3 ,.inner-banner .banner-content .text h1{
    flex-wrap: wrap;
  }
  .index-banner .banner-content {
    padding: 32px 0;
  }
  .index-banner .banner-content .text {
    margin: 0;
  }
  .index-banner .banner-content {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .index-banner .banner-content .imgshow {
    width: 50%;
  }
  .index-resource-list .top-info {
    padding: 32px 20px 0px;
  }
  .index-resource-list .text {
    padding: 20px;
  }
  .index-resource-list .icon-img {
    width: 44px;
  }
  .index-faq-item {
    padding: 20px 100px 20px 20px;
  }
  .faq-item-more {
    width: 100px;
    height: 32px;
    line-height: 32px;
  }
  .index-product-down .down-cont ul li {
    width: 100%;
  }
  .industry-solu-cont .solu-list ul {
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;
  }
  .industry-solu-cont .solu-list .imgshow img {
    width: 100%;
  }
  .industry-solu-cont .solu-list li {
    width: 50%;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .industry-solu-cont .s-item .s-icon img {
    width: 36px;
    height: 36px;
  }
  .footer .f-search {
    display: none;
  }
  .amateBox .left-con .MN {
    width: 80px;
  }
  .pcloud-resource-list .top-info {
    padding: 32px 20px 0;
  }
  .pcloud-resource-list .icon-img {
    width: 70px;
  }
  .pcloud-resource-list .text {
    padding: 20px;
  }
  .pcloud-Features-swiper {
    padding-bottom: 52px;
  }
  .pcloud-ens-Standard .Features-item .imgshow {
    margin: 0 auto;
  }
  .pcloud-edition-list .e-item {
    padding: 32px 20px;
  }
  .inner-banner {
    height: fit-content;
    padding: 32px 0;
  }
  .content-pZstackasios .aisoLine .box {
    padding: 32px 20px;
  }
  .content-pZstackasios .Product-connt .title-box .imgshow {
    width: 32px;
  }
  .content-pZstackasios .Product-connt .p-box {
    padding: 32px 20px;
  }
  .pcloud-edition .textBox .text-p {
    margin-bottom: 0;
  }
  .Benefits-list .p-item {
    padding: 32px 20px;
  }
  .FeaturesEdge-list .centerBox {
    padding: 32px 20px;
  }
  .Value-list .centerBox {
    padding: 32px 20px 0;
  }
  .rdsUserCase .p-item {
    padding: 32px 20px 0;
  }
  .FeaturesSDS .pZstack-Features-item .text2 {
    margin-top: 0;
  }
  .userValueBox .bottomBx {
    padding: 20px 20px 0;
  }
  .faq-blog-item {
    padding: 32px 20px;
  }
  .index-product-down .down-cont p {
    white-space: wrap;
  }
  .index-product-down .down-cont {
    background-position: 0;
  }
  .pcloud-ens-Enterprise .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
  }
  .pcloud-ens-Features .Features-item {
    padding: 0 0 0 20px;
  }
  .pZstackCUBE-Features .pZstack-Features-item .text {
    margin-bottom: 20px;
  }
  .Benefits-list .p-item {
    min-height: fit-content;
  }
  .FeaturesEdge-list .centerBox {
    min-height: fit-content;
    padding-bottom: 32px;
  }
  .FeaturesEdge-list .p-item {
    min-height: fit-content;
  }
  .res-customers-img img {
    max-width: 100%;
  }
  .us-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .pZstackrds .leftBg {
    top: 0;
    margin-top: 60px;
  }
  .pZstackrds .index-title {
    position: absolute;
    top: 50%;
    transform: translateY(50%);
  }
  .pZstackrds .pZstackZAQU-Features {
    padding-top: 0;
  }
  .rds-list .p-item {
    gap: 20px;
    flex-direction: column;
  }
  .rds-list .p-item .imgshow {
    width: 80%;
    margin: 0 auto;
  }
  .pZstackZAQU-Features .Features-list .p-item {
    min-height: fit-content;
  }
  .Value-list .p-item {
    overflow: hidden;
  }
  .content-pZstackasios .pcloud-edition {
    gap: 0;
  }
  .index-sepcial-bg {
    background-size: 50%;
  }
  .bgBanner {
    background: linear-gradient(100deg, #FFFFFF 46%, #e1f1ff 100%) !important;
  }
  .bgBanner .pZstack-content .imgshow {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .cloud-banner .imgshow {
    width: 100%;
    margin: 0 auto;
  }
  body {
    line-height: 1.2;
  }
  /* 手机菜单 start */
  html.mm-blocking body {
    overflow: initial;
  }
  #menuPc {
    display: none;
  }
  .mm-opened #menuWap {
    display: block;
  }
  .f-80 {
    font-size: 40px;
  }
  .f-70 {
    font-size: 35px;
  }
  .f-16 {
    font-size: 14px;
  }
  .f-76 {
    font-size: 40px;
  }
  .f-46 {
    font-size: 32px;
  }
  .f-36 {
    font-size: 28px;
  }
  .f-34 {
    font-size: 26px;
  }
  .f-32 {
    font-size: 26px;
  }
  .f-30 {
    font-size: 20px;
  }
  .f-26 {
    font-size: 20px;
  }
  .f-60 {
    font-size: 30px;
  }
  .f-64 {
    font-size: 32px;
  }
  .f-58 {
    font-size: 44px;
  }
  .f-54 {
    font-size: 42px;
  }
  .f-24 {
    font-size: 18px;
  }
  .f-40 {
    font-size: 32px;
  }
  .f-22 {
    font-size: 16px;
  }
  .f-28 {
    font-size: 20px;
  }
  .f-20 {
    font-size: 18px;
  }
  #page {
    background: #FFFFFF;
  }
  .btn-nav {
    position: absolute;
    right: 20px;
    background: transparent;
    border: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 99999;
    display: block;
    width: 30px;
    float: right;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .loginCount {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
  }
  .icon-bar {
    display: block;
    margin: 6px 0;
    width: 30px;
    height: 3px;
    background-color: #087fe7;
    box-shadow: 0 1px 1px #000000;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    z-index: 999999;
  }
  .mm-opening .top {
    -webkit-transform: translateY(8px) rotateZ(45deg);
    -moz-transform: translateY(8px) rotateZ(45deg);
    -ms-transform: translateY(8px) rotateZ(45deg);
    -o-transform: translateY(8px) rotateZ(45deg);
    transform: translateY(8px) rotateZ(45deg);
  }
  .mm-opening .bottom {
    -webkit-transform: translateY(-10px) rotateZ(-45deg);
    -moz-transform: translateY(-10px) rotateZ(-45deg);
    -ms-transform: translateY(-10px) rotateZ(-45deg);
    -o-transform: translateY(-10px) rotateZ(-45deg);
    transform: translateY(-10px) rotateZ(-45deg);
  }
  .mm-opening .middle {
    width: 0;
  }
  .index-whatnews-grid .w-top .w-left .left-cont {
    flex-direction: column;
    gap: 20px;
  }
  .index-whatnews-grid .w-top .w-left .text {
    width: 100%;
  }
  .empower-list2 .e-item {
    padding-bottom: 32px;
  }
  .header {
    padding-bottom: 0;
  }
  .inner-banner .banner-content .text h3 div ,.inner-banner .banner-content .text h1 div{
    white-space: wrap;
  }
  .pcloud-Features-swiper2 .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -5px;
  }
  .resource-cont2-list .p-item {
    padding: 25px 20px;
  }
  .resource-cont2-list .flex-row img {
    max-width: 80px;
  }
  .ipd-20 .ipd-20 {
    padding: 0;
  }
  .userCase-list .p-item, .userCase-list-swiper .p-item {
    min-height: fit-content;
    padding: 7.5vw 3vw 19.4vw;
  }
  .user-case-bg .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0px;
  }
  .user-case-bg .userCase-list-swiper {
    padding-bottom: 32px;
  }
  .empower-list2 .e-t {
    display: none;
  }
  .pZstack-UseCases .UseCases-tab ul li {
    margin: 20px 10px 20px 0;
  }
  .index-resource-list .img-box img {
    width: 44px;
  }
  .content-pZstackcmp .fixedImg {
    width: 66px;
  }
  .content-pZstackcmp .pcloud-edition .text {
    padding-top: 10px;
  }
  .pZstackCMP-Features .Features-title {
    margin-bottom: 4vw;
  }
  .rds-list .p-item {
    padding: 20px;
  }
  .rds-list .p-item .imgshow {
    margin: 0;
  }
  .Value-title {
    padding-top: 20px;
  }
  .Advantage {
    margin-top: 45px;
    background-position: bottom;
  }
  .Advantage .Advantage-list {
    padding-top: 0;
  }
  .Value-list .p-item:hover .centerBox {
    transform: translate(-12px, 11px);
  }
  .xhl-input-xlarge {
    height: 40px;
  }
  .protable-tabitem {
    overflow-x: auto;
    overflow-y: hidden;
    width: calc(100vw - 40px);
  }
	.protable-tabitem a {
		padding:10px;
		font-size:14px;
	}
	.protable-total .total-export a{
		padding: 8px 15px;
	}
	.protable-total .total-export a .iconfont{
		margin-right: 3px;
	}
  .pro-table-box {
    width: calc(100vw - 40px);
    height: calc(100% - 175px);
    overflow: auto;
    overflow-y: hidden;
    box-sizing: border-box;
  }
  .pro-table-box table {
    width: 100%;
  }
  .pcloud-table-box .table-right {
    margin-left: 0;
  }
  .pZstack-aios-banner .banner-content .text h3 div {
    max-width: 100%;
  }
  .pcloud-table-box .table-left {
    width: 80vw;
    padding: 0 20px;
  }
  .dongTuBox6, .dongTuBox7 {
    width: 100%;
  }
  .dongTuBox6 .cmp_resource_manage_right {
    width: 100%;
  }
  .dongTuBox7 .cmp_monitor_right {
    width: 100%;
    height: 211px;
  }
  .dongTuBox5 .cmp_platform_access_left {
    width: 304px;
    height: 182px;
  }
  .dongTuBox5 .cmp_platform_access_rotate {
    width: 145px;
    height: 145px;
    left: 81px;
    top: 19px;
  }
  .dongTuBox4 {
    width: 80%;
    margin: 0 auto;
  }
  .dongTuBox4 .moveCloud_container {
    width: 100%;
    height: fit-content;
  }
  .dongTuBox4 .moveCloud_container img {
    width: 100%;
  }
  .dongTuBox4 .moveCloud_left_light {
    width: 100%;
  }
  .dongTuBox0 {
    margin: 0 auto;
  }
  .dongTuBox2 .dongTuBox2Center {
    width: 40px;
  }
  .pZstack-Features-item6 .dongTuBox9 {
    flex: auto;
    width: 100%;
  }
  /* 手机菜单 end */
}

@media screen and (max-width: 700px) {
  .dongTuBox3 .dongTuBox3Center {
    width: 300px;
    margin: 0 auto;
  }
  .dongTuBox3 .dongTuBox3Center img {
    width: 100%;
  }
  .dongTuBox3 .dongTuBox3Center {
    padding: 33px 0;
  }
  .Features-item .dongTuBox9 .readText {
    transform: scale(0.5) translateX(-100%);
    max-width: 140%;
    width: 140%;
    bottom: 0;
  }
  .dongTuBox8 {
    transform: scale(0.5);
  }
  .dongTuBox8 .cmp_edgeCompute_animation {
    margin: -100px 0;
  }
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes circleZoom {
  0% {
    width: 110px;
    height: 110px;
  }
  50% {
    width: 80px;
    height: 80px;
  }
  100% {
    width: 110px;
    height: 110px;
  }
}

@keyframes moveRight {
  0% {
    left: 0;
  }
  50% {
    left: -150%;
  }
  100% {
    left: -300%;
  }
}

@keyframes moveRight2 {
  0% {
    left: 0;
  }
  50% {
    left: -20%;
  }
  100% {
    left: -40%;
  }
}

@keyframes moveLEFT2 {
  0% {
    right: -50%;
  }
  50% {
    right: -70%;
  }
  100% {
    right: -90%;
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes moveLeft {
  0% {
    right: 0;
  }
  50% {
    right: -150%;
  }
  100% {
    right: -300%;
  }
}

/*banner动画*/
@keyframes bannerZoom {
  0% {
    background-size: 100% 100%;
  }
  50% {
    background-size: 105% 105%;
  }
  100% {
    background-size: 100% 100%;
  }
}

@keyframes circleZoom2 {
  0% {
    width: 130px;
    height: 130px;
  }
  50% {
    width: 80px;
    height: 80px;
  }
  100% {
    width: 130px;
    height: 130px;
  }
}

@keyframes moveLeftLine {
  0% {
    left: 0;
  }
  50% {
    left: -45%;
  }
  100% {
    left: -90%;
  }
}

@keyframes moveCloudFade {
  0% {
    opacity: 1;
  }
  23% {
    opacity: 1;
  }
  27% {
    opacity: 0;
  }
  73% {
    opacity: 0;
  }
  77% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes moveCloudLight {
  0% {
    opacity: 0;
  }
  23% {
    opacity: 0;
  }
  27% {
    opacity: 1;
  }
  73% {
    opacity: 1;
  }
  77% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes imgTextFloat {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes standardizationBlockFloat {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(-10px);
  }
  75% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(-20px);
  }
}

@keyframes cmp_monitor_animate {
  0% {
    background: url(../png/cmp_ui_1.png) no-repeat;
    background-size: contain;
  }
  30% {
    background: url(../png/cmp_ui_2.png) no-repeat;
    background-size: contain;
  }
  33.33% {
    background: url(../png/cmp_ui_2.png) no-repeat;
    background-size: contain;
  }
  60% {
    background: url(../png/cmp_ui_3.png) no-repeat;
    background-size: contain;
  }
  66.66% {
    background: url(../png/cmp_ui_3.png) no-repeat;
    background-size: contain;
  }
  100% {
    background: url(../png/cmp_ui_1.png) no-repeat;
    background-size: contain;
  }
}

@keyframes transtionA {
  0% {
    transform: translateY(-810px);
  }
  14.2% {
    transform: translateY(-720px);
  }
  28.6% {
    transform: translateY(-630px);
  }
  42.9% {
    transform: translateY(-540px);
  }
  56.8% {
    transform: translateY(-450px);
  }
  71% {
    transform: translateY(-360px);
  }
  85.3% {
    transform: translateY(-270px);
  }
  100% {
    transform: translateY(-180px);
  }
}

.banner-big {
  animation: bannerZoom 20s ease-in-out infinite;
}

@keyframes standardArrowMoveLeft {
  0% {
    left: 0;
  }
  50% {
    left: -50%;
  }
  100% {
    left: -90%;
  }
}
