.carousel-center {
  display: flex;
  justify-content: center;
}
.carousel-index {
  height: 4.3rem;
  position: relative;
}
.carousel-controls {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 4.65rem;
  height: 4.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  color: #181818;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.carousel-controls > p {
  padding: 0.14rem 0.25rem;
  cursor: pointer;
  border-right: 2px solid transparent;
  position: relative;
}
.carousel-controls > p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-image: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.8) 100%);
}
.carousel-controls > p.active {
  color: #1374e0;
  background-image: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.5) 100%);
  border-right-color: #1374e0;
}
.carousel-controls > p.active::after {
  width: 100%;
  transition: width linear 5000ms;
}
.carousel-items {
  width: 100%;
  overflow: hidden;
}
.carousel-items a {
  width: 19.2rem;
  transition: all 800ms linear;
  display: none;
}
.carousel-items a.active {
  display: inline-block;
}
.carousel-items a img {
  width: 100%;
}
.recommend-product {
  position: relative;
  top: -0.53rem;
  z-index: 9999;
}
.recommend-product .recommend {
  display: flex;
  padding-bottom: 0.2rem;
}
.recommend-product .recommend > div {
  width: 3rem;
  position: relative;
  padding: 0.16rem 0.18rem;
  margin-right: 0.2rem;
  border: 2px solid #fff;
  border-radius: 3px;
  background-image: linear-gradient(0deg, #fafafa 0%, #edeff2 100%), linear-gradient(#ffffff, #ffffff);
  box-shadow: 2px 5px 13px 0px rgba(174, 206, 241, 0.33);
}
.recommend-product .recommend > div > div {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.recommend-product .recommend > div > div a {
  color: #181818;
  font-size: 0.18rem;
}
.recommend-product .recommend > div > div a:hover {
  color: #1374e0;
}
.recommend-product .recommend > div > div i {
  width: 0.28rem;
  height: 0.25rem;
  display: inline-block;
  margin-right: 5px;
  background: url("../images/nhome/缩略图1.png") -2px -2px/4.21rem 0.25rem no-repeat;
}
.recommend-product .recommend > div > div i.second {
  background-position: -0.52rem top;
}
.recommend-product .recommend > div > div i.third {
  background-position: -1.03rem top;
}
.recommend-product .recommend > div p {
  color: #555;
  font-size: 0.14rem;
  line-height: 0.2rem;
}
.recommend-product .recommend > div .is-hot {
  width: 0.5rem;
  position: absolute;
  top: 2px;
  right: 0;
}
.cloud-services-head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.15rem;
}
.cloud-services-head > div {
  color: #181818;
  font-size: 14px;
  line-height: 17px;
  padding: 0.15rem 0.24rem;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}
.cloud-services-head > div.active {
  border-color: #1374e0;
}
.cloud-services-head > div i {
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: text-bottom;
  background: url("../images/nhome/缩略图1.png") -155px -3px/421px 25px no-repeat;
}
.cloud-services-head > div i.second {
  background-position: -206px -3px;
}
.cloud-services-head > div i.third {
  background-position: -255px -3px;
}
.cloud-services-head > div i.fourth {
  background-position: -304px -3px;
}
.cloud-services-head > div i.fifth {
  background-position: -354px -3px;
}
.cloud-services-head > div i.sixth {
  background-position: -402px -3px;
}
.services {
  display: none;
  padding: 0.4rem 0;
}
.services.active {
  display: block;
}
.cloud-services {
  display: flex;
  flex-wrap: wrap;
}
.cloud-services .cloud-services-box {
  width: calc(25% - 0.15rem);
  color: #181818;
  margin: 0 0.2rem 0.2rem 0;
  padding: 0.17rem 0.2rem;
  background: #fff url("../images/nhome/安全-合规云服务图.jpg") center center / 100% 100% no-repeat;
  box-shadow: 0px 0px 0.12rem 0px rgba(3, 0, 0, 0.1);
}
.cloud-services .cloud-services-box:nth-child(4n + 4) {
  margin-right: 0;
}
.cloud-services .cloud-services-box .title {
  font-size: 0.18rem;
  line-height: 0.28rem;
}
.cloud-services .cloud-services-box .describe {
  color: #555;
  font-size: 0.14rem;
  line-height: 0.2rem;
  margin: 5px 0 0.16rem;
}
.cloud-services .cloud-services-box .config {
  display: flex;
}
.cloud-services .cloud-services-box .config span {
  color: #333;
  font-size: 0.12rem;
  line-height: 0.2rem;
  padding: 2px 0.15rem;
  margin: 0 0.1rem 0.1rem 0;
  border: 1px solid #ccc;
}
.cloud-services .cloud-services-box .prices {
  display: flex;
  align-items: center;
  color: #111;
  margin-top: 0.1rem;
}
.cloud-services .cloud-services-box .prices .price span {
  color: #fb5a23;
  font-size: 0.18rem;
  font-weight: bold;
}
.cloud-services .cloud-services-box .prices .discount {
  color: #fff;
  font-weight: bold;
  font-size: 0.12rem;
  line-height: 0.2rem;
  padding: 2px 0.15rem;
  margin-left: 0.1rem;
  background-image: linear-gradient(0deg, #ff641f 0%, #ea3131 100%), linear-gradient(#fc7e46, #fc7e46);
}
.cloud-services .cloud-services-box .prices .discount span {
  font-size: 0.14rem;
}
.cloud-services .cloud-services-box .prices .free {
  color: #fb5a23;
  font-size: 0.16rem;
  font-weight: bold;
}
.cloud-services-brand {
  display: flex;
  background-color: #fff;
  box-shadow: 0px 0px 0.12rem 0px rgba(3, 0, 0, 0.1);
}
.cloud-services-brand .brands {
  display: flex;
  flex-wrap: wrap;
}
.cloud-services-brand .brands > div {
  width: 16.6%;
  color: #181818;
  font-size: 0.16rem;
  line-height: 0.26rem;
  padding: 0.1rem 0.2rem;
}
.cloud-services-brand .brands > div a:hover {
  color: #1374e0;
}
.cloud-services-brand .brands > div:nth-child(n + 6) {
  border-top: 1px solid #ccc;
}
.cloud-services-brand .brands > div p {
  color: #555;
  font-size: 0.12rem;
  line-height: 0.2rem;
}
.brands-summary {
  width: 3.4rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #555;
  font-size: 0.14rem;
  line-height: 0.2rem;
  padding: 0.1rem 0.2rem;
  background: url("../images/nhome/安全-合规云服务图.jpg") center center / 100% 100% no-repeat;
}
.brands-summary h4 {
  color: #181818;
  font-size: 0.18rem;
  line-height: 0.28rem;
}
.brands-summary .primary-btn {
  color: #fff;
  padding: 0.1rem 0.3rem;
  background-color: #1374e0;
}
.cloud-services-type {
  display: flex;
  background-color: #fff;
  margin-top: 0.2rem;
  box-shadow: 0px 0px 0.12rem 0px rgba(3, 0, 0, 0.1);
}
.cloud-services-type .types {
  width: calc(100% - 3.4rem);
  display: flex;
  align-items: center;
  padding: 0.1rem 0;
}
.cloud-services-type .types > div {
  width: 14.2%;
  color: #181818;
  text-align: center;
  font-size: 0.16rem;
  line-height: 0.26rem;
  padding: 0.2rem 0.1rem;
}
.cloud-services-type .types > div a:hover {
  color: #1374e0;
}
.cloud-services-type .types img {
  width: 0.56rem;
  margin-bottom: 10px;
}
.cloud-services-domain {
  display: flex;
  flex-wrap: wrap;
}
.cloud-services-domain > div {
  width: calc(16.6% - 0.17rem);
  color: #555;
  font-size: 0.14rem;
  line-height: 0.2rem;
  padding: 0.1rem 0.2rem;
  margin: 0.2rem 0.2rem 0 0;
  background: #fff;
  box-shadow: 0px 0px 0.12rem 0px rgba(3, 0, 0, 0.1);
}
.cloud-services-domain > div:nth-child(6n + 6) {
  margin-right: 0;
}
.cloud-services-domain > div a {
  color: #181818;
  font-size: 0.18rem;
  line-height: 0.28rem;
}
.cloud-services-domain > div a:hover {
  color: #1374e0;
}
.cloud-services-domain > div .price {
  color: #111;
  margin-top: 0.1rem;
}
.cloud-services-domain > div .price span {
  color: #fb5a23;
  font-size: 0.18rem;
  font-weight: bold;
}
.home-solution {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.8rem;
}
.home-solution > div {
  width: 6.7rem;
  min-height: 2rem;
  position: relative;
  overflow: hidden;
  padding: 0 0.2rem;
  margin-top: 0.3rem;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
}
.home-solution > div:hover {
  transition: 0.2s;
  box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.2);
}
.home-solution > div:hover a {
  color: #1374e0;
}
.home-solution > div a {
  display: inline-block;
  font-size: 0.18rem;
  margin: 0.3rem 0 0.22rem;
}
.home-solution > div .describe {
  width: 60%;
  font-size: 0.14rem;
  line-height: 0.24rem;
}
.home-solution > div img {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.hands-outer-bound {
  width: 14.6rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  margin: auto;
}
.hands-outer-carousel {
  position: relative;
}
.hands-outer-carousel .left-arrow,
.hands-outer-carousel .right-arrow {
  position: absolute;
  top: calc(50% - 0.22rem);
  width: 0.43rem;
  height: 0.43rem;
  border-radius: 50%;
  border: 0;
  box-shadow: 0px 3px 7px 0px rgba(9, 1, 4, 0.23);
  background-image: linear-gradient(0deg, #ffffff 0%, #f7faff 100%);
}
.hands-outer-carousel .left-arrow {
  left: -0.7rem;
  background: url("../images/nhome/arrow-left.png") center center / 0.16rem 0.19rem no-repeat;
}
.hands-outer-carousel .right-arrow {
  right: -0.7rem;
  background: url("../images/nhome/arrow-right.png") center center / 0.16rem 0.19rem no-repeat;
}
.hands-carousel {
  display: flex;
  overflow: hidden;
  padding: 0.3rem 0 0.4rem;
}
.hands-carousel .carousel {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  width: 4.6rem;
  color: #555;
  font-size: 0.14rem;
  line-height: 0.22rem;
  margin-right: 0.2rem;
  padding: 0.3rem 0.2rem;
  transition: all 500ms linear;
  box-shadow: 0px 0px 9px 0px rgba(3, 0, 0, 0.13);
  background-image: linear-gradient(0deg, #ffffff 0%, #f3f5f8 100%), linear-gradient(#ffffff, #ffffff);
}
.hands-carousel .carousel img {
  flex-shrink: 0;
  width: 0.57rem;
  margin-right: 0.2rem;
}
.hands-carousel .carousel h4 {
  color: #181818;
  font-size: 0.18rem;
  font-weight: bold;
  margin-bottom: 9px;
}
@media screen and (max-width: 1560px) and (min-width: 640px) {
  .hands-outer-carousel {
    padding: 0 0.7rem;
  }
  .hands-outer-carousel .left-arrow {
    left: 0;
  }
  .hands-outer-carousel .right-arrow {
    right: 0;
  }
  .hands-carousel {
    width: 12.7rem;
  }
  .hands-carousel .carousel {
    width: 4.1rem;
  }
}
.hands-logo {
  display: flex;
  flex-wrap: wrap;
  padding: 0.14rem 0.2rem 0.34rem;
}
.hands-logo img {
  width: 1.6rem;
  margin: 0.2rem 0.2rem 0 0;
}
.hands-logo img:nth-child(8n + 8) {
  margin-right: 0;
}
.partners-bound {
  background: url("../images/nhome/云生态合作伙伴背景.png") center center / 100% 100% no-repeat;
}
.partners-bound .txt {
  color: #555;
  text-align: center;
  margin-top: 0.15rem;
}
.partners {
  display: flex;
  justify-content: space-between;
  padding: 0.35rem 0 0.55rem;
}
.partners .partners-left {
  width: 6rem;
  color: #181818;
  font-size: 0.14rem;
  line-height: 0.24rem;
}
.partners .partners-left .content {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.16rem;
}
.partners .partners-left .content > p {
  width: 50%;
  margin-top: 0.3rem;
}
.partners .partners-left .content i {
  display: inline-block;
  width: 0.24rem;
  height: 0.21rem;
  background: url("../images/nhome/缩略图2.png") left -0.07rem/7.09rem 0.36rem no-repeat;
  vertical-align: text-bottom;
  margin-right: 0.1rem;
}
.partners .partners-left .content i.second {
  background-position: -0.39rem -0.07rem;
}
.partners .partners-left .content i.third {
  background-position: -0.74rem -0.07rem;
}
.partners .partners-left .content i.fourth {
  background-position: -1.15rem -0.07rem;
}
.partners .partners-right {
  width: 6.2rem;
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0.2rem;
}
.partners .partners-right div {
  width: 1.08rem;
  height: 1.08rem;
  text-align: center;
  color: #181818;
  font-size: 0.14rem;
  line-height: 0.22rem;
  margin: 0 0.2rem 0.2rem 0;
  padding: 0.2rem;
  background-image: linear-gradient(0deg, #ffffff 0%, #f3f5f8 100%), linear-gradient(#ffffff, #ffffff);
  box-shadow: 0px 0px 5px 0px rgba(3, 0, 0, 0.13);
}
.partners .partners-right div:nth-child(5n + 5) {
  margin-right: 0;
}
.partners .partners-right div i {
  display: inline-block;
  width: 0.42rem;
  height: 0.35rem;
  background: url("../images/nhome/缩略图2.png") -1.56rem top / 7.09rem 0.36rem no-repeat;
  margin-bottom: 0.14rem;
}
.partners .partners-right div i.second {
  background-position: -2.13rem top;
}
.partners .partners-right div i.third {
  background-position: -2.71rem top;
}
.partners .partners-right div i.fourth {
  background-position: -3.27rem top;
}
.partners .partners-right div i.fifth {
  background-position: -3.86rem top;
}
.partners .partners-right div i.sixth {
  background-position: -4.43rem top;
}
.partners .partners-right div i.seventh {
  background-position: -5rem top;
}
.partners .partners-right div i.eighth {
  background-position: -5.58rem top;
}
.partners .partners-right div i.ninth {
  background-position: -6.15rem top;
}
.partners .partners-right div i.ten {
  background-position: -6.71rem top;
}
.our-service {
  display: flex;
  margin: 0.8rem 0 0.1rem;
  background-image: linear-gradient(0deg, #ffffff 0%, #f3f5f8 100%), linear-gradient(#ffffff, #ffffff);
  box-shadow: 0px 0px 5px 0px rgba(3, 0, 0, 0.13);
}
.our-service img {
  width: 1.5rem;
}
.our-service div {
  width: 3.17rem;
  color: #555;
  font-size: 0.14rem;
  line-height: 0.22rem;
  padding: 0.27rem 0.22rem;
}
.our-service div + div {
  border-left: 1px solid #ccc;
}
.our-service div h3 {
  color: #181818;
  font-size: 0.18rem;
  margin-bottom: 7px;
}
.our-service div .a {
  margin-top: 0.14rem;
}
.our-service div a {
  color: #1374e0;
  font-size: 0.12rem;
  margin-right: 0.1rem;
}
.home-blog {
  display: flex;
  justify-content: space-between;
  margin: 0.4rem 0;
}
.home-blog .blog-content {
  width: 4.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-blog .blog-content img {
  width: 100%;
  height: auto;
}
.home-blog .blog-content .blog-text {
  flex: 1;
  min-height: 1.2rem;
  padding: 0.22rem 0.19rem;
  background-image: linear-gradient(0deg, #ffffff 0%, #f7faff 100%);
  box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.07);
}
.home-blog .blog-content .blog-text .text-title {
  font-size: 0.18rem;
  font-weight: blod;
  color: #111111;
  margin-bottom: 0.13rem;
}
.home-blog .blog-content .blog-text:hover .text-title {
  color: #1374e0;
}
.home-blog .blog-content .blog-text p {
  font-size: 0.14rem;
  line-height: 22px;
  color: #666666;
  margin-bottom: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 将对象作为弹性伸缩盒子模型显示 */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-box-orient: vertical;
}
.home-blog .blog-content .blog-text a {
  color: #e95513;
  display: block;
}
.home-blog .blog-content .blog-text .blog-btn {
  display: block;
  width: 117px;
  height: 35px;
  background-color: #ffffff;
  box-shadow: 3px 4px 7px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
  line-height: 35px;
  color: #1374e0;
}
.home-blog .blog-content .blog-text .blog-btn:hover {
  background-color: #1374e0;
  color: #fff;
}
.home-blog .blog-right {
  width: 4.5rem;
  padding: 0.26rem 0.19rem;
  background-image: linear-gradient(0deg, #ffffff 0%, #f7faff 100%);
  box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.home-blog .blog-right li a {
  display: block;
}
.home-blog .blog-right li .text-title {
  font-size: 0.18rem;
  color: #000;
  margin-bottom: 0.13rem;
}
.home-blog .blog-right li:hover .text-title {
  color: #1374e0;
}
.home-blog .blog-right li .blog-time {
  margin-top: 0.1rem;
  font-size: 0.14rem;
  color: #111111;
}
@media screen and (max-width: 640px) {
  .carousel-index {
    height: 5rem;
  }
  .carousel-controls {
    display: none;
  }
  .carousel-items a {
    width: 6.4rem;
  }
  .recommend-product {
    top: -0.3rem;
  }
  .recommend-product .recommend > div > div {
    margin-bottom: 0;
  }
  .recommend-product .recommend > div > div a {
    font-size: 0.24rem;
  }
  .cloud-services-head {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .cloud-services-head > div {
    font-size: 0.2rem;
    line-height: 0.23rem;
  }
  .cloud-services .cloud-services-box {
    width: 100%;
    margin-right: 0;
  }
  .cloud-services .cloud-services-box .title {
    font-size: 0.26rem;
    line-height: 0.34rem;
  }
  .cloud-services .cloud-services-box .describe {
    font-size: 0.2rem;
    line-height: 0.3rem;
  }
  .cloud-services .cloud-services-box .config span {
    font-size: 0.2rem;
    line-height: 0.3rem;
  }
  .cloud-services .cloud-services-box .prices .price span {
    font-size: 0.24rem;
  }
  .cloud-services .cloud-services-box .prices .discount {
    font-size: 0.2rem;
    line-height: 0.3rem;
  }
  .cloud-services .cloud-services-box .prices .discount span {
    font-size: 0.24rem;
  }
  .cloud-services .cloud-services-box .prices .free {
    font-size: 0.24rem;
  }
  .cloud-services-brand {
    flex-wrap: wrap;
  }
  .cloud-services-brand .brands > div {
    width: 50%;
    font-size: 0.26rem;
    line-height: 0.36rem;
    border: 0 !important;
  }
  .cloud-services-brand .brands > div p {
    font-size: 0.2rem;
    line-height: 0.3rem;
  }
  .brands-summary {
    width: 100%;
    font-size: 0.2rem;
    line-height: 0.3rem;
    padding: 0.2rem;
  }
  .brands-summary h4 {
    font-size: 0.26rem;
    line-height: 0.36rem;
  }
  .cloud-services-type {
    flex-wrap: wrap;
  }
  .cloud-services-type .types {
    width: 100%;
    flex-wrap: wrap;
  }
  .cloud-services-type .types > div {
    width: 33.3%;
    font-size: 0.26rem;
    line-height: 0.36rem;
  }
  .cloud-services-domain {
    justify-content: space-between;
  }
  .cloud-services-domain > div {
    width: calc(50% - 0.1rem);
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-right: 0;
  }
  .cloud-services-domain > div a {
    font-size: 0.26rem;
    line-height: 0.36rem;
  }
  .cloud-services-domain > div .price span {
    font-size: 0.26rem;
  }
  .hands-outer-bound {
    width: 6.4rem;
  }
  .hands-outer-carousel {
    padding: 0 0.7rem;
  }
  .hands-outer-carousel .left-arrow {
    left: 0;
  }
  .hands-outer-carousel .right-arrow {
    right: 0;
  }
  .hands-carousel .carousel {
    width: 4.6rem;
    font-size: 0.2rem;
    line-height: 0.32rem;
  }
  .hands-carousel .carousel h4 {
    font-size: 0.26rem;
  }
  .home-solution > div {
    width: 6rem;
  }
  .home-solution > div a {
    font-size: 0.24rem;
  }
  .home-solution > div .describe {
    font-size: 0.2rem;
    line-height: 0.34rem;
  }
  .hands-logo img {
    width: 1.85rem;
  }
  .hands-logo img:nth-child(8n + 8) {
    margin-right: 0.2rem;
  }
  .hands-logo img:nth-child(3n + 3) {
    margin-right: 0;
  }
  .partners {
    flex-wrap: wrap;
  }
  .partners .partners-left {
    width: 6rem;
    font-size: 0.2rem;
    line-height: 0.34rem;
    margin-bottom: 0.2rem;
  }
  .partners .partners-left .content {
    font-size: 0.26rem;
  }
  .partners .partners-right {
    width: 6rem;
    margin-left: 0;
  }
  .partners .partners-right div {
    width: 1.35rem;
    height: 1.35rem;
    font-size: 0.2rem;
    line-height: 0.32rem;
  }
  .partners .partners-right div:nth-child(5n + 5) {
    margin-right: 0.2rem;
  }
  .partners .partners-right div:nth-child(4n + 4) {
    margin-right: 0;
  }
  .our-service {
    flex-wrap: wrap;
  }
  .our-service img {
    width: 2rem;
  }
  .our-service div {
    width: 6rem;
    font-size: 0.2rem;
    line-height: 0.32rem;
  }
  .our-service div + div {
    border-left: 0;
  }
  .our-service div h3 {
    font-size: 0.26rem;
  }
  .our-service div a {
    font-size: 0.2rem;
  }
  .our-service div:first-of-type {
    width: 4rem;
  }
  .home-blog {
    flex-wrap: wrap;
  }
  .home-blog .blog-content {
    width: 100%;
    margin-bottom: 0.3rem;
    box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.07);
  }
  .home-blog .blog-content .blog-text .text-title {
    font-size: 0.24rem;
  }
  .home-blog .blog-content .blog-text p {
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .home-blog .blog-right {
    width: 100%;
  }
  .home-blog .blog-right li .text-title {
    font-size: 0.24rem;
  }
  .home-blog .blog-right li .blog-time {
    font-size: 0.2rem;
  }
}
