@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a:hover {text-decoration: none;}
a {transition: all .4s;-webkit-transition: all .4s;-moz-transition: all .4s;}

button {
  border: none;
}


.mobile {
  display: none;
}

.pc .pcAll {
  background: url("../img/pcbg.png") no-repeat;
  background-size: cover;
}
.pc .main {
  padding: 0 8%;
}
.pc .title {
  height: 78px;
  background: #000;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc .title .titleRight {
  display: flex;
}
.pc .title .titleRight div {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin-right: 40px;
}
.pc .title .titleRight div a{
	text-decoration: none;
	color: #fff;
}
.pc .title .titleRight div a:hover{
	color: #65DDFF;
}
.pc .title .titleRight div:last-child {
  margin-right: 0;
}
.pc .title .titleRight div:hover {
  cursor: pointer;
  color: #1557eb;
}
.pc .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.pc .top .banner {
  width: 100%;
}
.pc .top .topLeft {
  width: 80px;
  position: absolute;
  left: 0;
  bottom: -50px;
  z-index: 99;
}
.pc .centerText {
  font-weight: bold;
  font-size: 65px;
  color: #FFFFFF;
  text-align: center;
}
.pc .center .centerTitle {
  padding-top: 100px;
  margin-bottom: 6%;
}
.pc .center .centerList .listItem {
  display: flex;
  justify-content: space-between;
}
.pc .center .centerList .listItem a{
	display: contents;
}
.pc .center .centerList .plant {
  background: url("../img/h1.png") no-repeat;
}
.pc .center .centerList .ai {
  background: url("../img/h2.png") no-repeat;
}
.pc .center .centerList .cloud {
  background: url("../img/h3.png") no-repeat;
  position: relative;
}
.pc .center .centerList .cloud .centerRing {
  position: absolute;
  left: 23%;
  top: 0;
  width: 35%;
  transform: translateY(-99%);
}
.pc .center .centerList .count {
  background: url("../img/h4.png") no-repeat;
}
.pc .center .centerList .block {
  padding: 4% 0;
  display: flex;
  align-items: center;
  color: #fff;
  width: 48.35%;
  margin-bottom: 109px;
  background-size: 100% 100%;
  transition: all .4s ease;
}
.pc .center .centerList .block:hover{
    position: relative;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05)
}
.pc .center .centerList .block:hover .blockTitle{
	color: #49fcff;
	font-weight: bold;
}
.pc .center .centerList .block .text {
  margin: 0 3%;
  display: flex;
  flex-direction: column;
}
.pc .center .centerList .block .img {
  width: 32%;
  display: flex;
  justify-content: center;
  min-width: 130px;
}
.pc .center .centerList .block .img img {
  width: 40%;
  transform: translateX(20%);
}
.pc .center .centerList .block .blockTitle {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}
.pc .center .centerList .block .content {
  font-size: 16px;
  color: #B4BCE0;
  margin-top: 29px;
  max-width: 367px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制为两行 */
  -webkit-box-orient: vertical;
  overflow: hidden; /* 隐藏超出部分 */
  text-overflow: ellipsis; /* 超出部分用省略号表示 */
  white-space: normal; /* 允许换行 */
}
.pc .center .centerList .plant,
.pc .center .centerList .cloud {
  justify-content: end;
}
.pc .center .centerList .plant .img,
.pc .center .centerList .cloud .img {
  width: 32%;
  display: flex;
  justify-content: center;
  min-width: 130px;
}
.pc .center .centerList .plant .img img,
.pc .center .centerList .cloud .img img {
  width: 40%;
  transform: translateX(-20%);
}
.pc .center .centerList .flex-end {
  align-items: flex-end;
  text-align: end;
}
.pc .about {
  position: relative;
}
.pc .about .ring2 {
  position: absolute;
  bottom: 3%;
  left: 31%;
  width: 28.7%;
}
.pc .about .aboutTitle {
  margin-top: 10%;
  margin-bottom: 5.4%;
}
.pc .about .aboutInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6.2% 5%;
  padding-bottom: 10px;
  position: relative;
}
.pc .about .aboutInner .text {
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF;
}
.pc .about .aboutInner .arrow-left {
  position: absolute;
  top: 0;
  left: 12%;
  width: 35%;
}
.pc .about .aboutInner .arrow-right {
  position: absolute;
  top: 0;
  right: 12%;
  width: 35%;
}
.pc .about .aboutInner .left,
.pc .about .aboutInner .right,
.pc .about .aboutInner .center {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all .4s ease;
}
.pc .about .aboutInner .center:hover, .pc .about .aboutInner .left:hover, .pc .about .aboutInner .right:hover{
    position: relative;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05)
}
.pc .about .aboutInner .center:hover .text, .pc .about .aboutInner .left:hover .text, .pc .about .aboutInner .right:hover .text{
 color: #49fcff;	
}
.pc .about .aboutInner .left img,
.pc .about .aboutInner .right img,
.pc .about .aboutInner .center img {
  width: 100%;
  z-index: 2;
}
.pc .about .aboutInner .left a,
.pc .about .aboutInner .right a,
.pc .about .aboutInner .center a {
  display: contents;
}
.pc .about .aboutInner .left .text,
.pc .about .aboutInner .right .text,
.pc .about .aboutInner .center .text {
  position: absolute;
  bottom: 15%;
  z-index: 2;
}
.pc .about .aboutInner .left .aboutRing,
.pc .about .aboutInner .right .aboutRing,
.pc .about .aboutInner .center .aboutRing {
  position: absolute;
  top: -34%;
  right: -38%;
  width: 75%;
  z-index: 1;
}
.pc .about .aboutInner .center {
  margin: 0 10px;
}
.pc .about .btnTop {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pc .about .btnTop img {
  width: 10px;
  height: 10px;
  margin-bottom: 2px;
}
.pc .about .btnTop div {
  height: 30px;
  width: 0;
  border: 1px dashed #5568DE;
}
.pc .about .btndiv {
  display: flex;
  justify-content: center;
}
.pc .about .btndiv div {
  padding: 10px;
  border: 1px solid #5568DE;
  border-radius: 40px;
}
.pc .about .btndiv .btn {
  width: 270px;
  height: 60px;
  background: linear-gradient(-88deg, #C11BFF, #65DDFF);
  border-radius: 30px;
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF;
}
.pc .about .btnBottom .botTop {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pc .about .btnBottom .botTop img {
  width: 10px;
  height: 10px;
  margin-top: 2px;
}
.pc .about .btnBottom .botTop div {
  height: 40px;
  width: 0;
  border: 1px dashed #5568DE;
}
.pc .about .btnBottom .botBot {
  display: flex;
  justify-content: center;
  position: relative;
}
.pc .about .btnBottom .botBot .arrow2,
.pc .about .btnBottom .botBot .arrow3 {
  width: 11%;
}
.pc .about .btnBottom .botBot .arrow4 {
  position: absolute;
  right: 13%;
  width: 36.5%;
}
.pc .about .btnBottom .botBot .arrow1 {
  position: absolute;
  left: 13%;
  width: 36.5%;
}
.pc .about .aboutList {
  margin-top: 26px;
  position: relative;
  background-color: rgba(24, 24, 72, 0.8);
  border-radius: 20px;
  padding: 58px 41px;
  display: flex;
  justify-content: space-between;
}
.pc .about .aboutList .aboutBlock {
  flex: 1;
  height: 148px;
  background-color: #2C3B68;
  max-width: 350px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 2%;
  transition: all .4s ease;
}
.pc .about .aboutList .aboutBlock a{
	display: contents;
}
.pc .about .aboutList .aboutBlock:hover{
	position: relative;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
	background-color: #5590de;
}
.pc .about .aboutList .aboutBlock:last-child {
  margin-right: 0;
}
.pc .about .aboutList .aboutBlock .icon {
  height: 100%;
  width: 42%;
  background: linear-gradient(-88deg, #C11BFF, #65DDFF);
  border-radius: 7px 74px 74px 7px;
  position: relative;
}
.pc .about .aboutList .aboutBlock .icon img {
  width: 55%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -50%);
}
.pc .about .aboutList .aboutBlock .text {
  flex: 1;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  color: #FEFEFE;
  padding: 17% 0;
}
.pc .compony {
  border-radius: 10px;
  padding: 5% 10% 5% 5%;
  background: url("../img/companyBg.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.pc .compony img {
  width: 34%;
}
.pc .compony .right {
  max-width: 550px;
}
.pc .compony .right .bold {
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
}
.pc .compony .right .thin {
  margin-top: 36px;
  font-weight: 400;
  font-size: 16px;
  color: #B4BCE0;
  line-height: 24px;
}
.pc .compony .right .list {
  margin-top: 53px;
}
.pc .compony .right .list .item {
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}
.pc .compony .right .list .item:last-child {
  margin-bottom: 0;
}
.pc .compony .right .list .item img {
  width: 10%;
  margin-right: 10px;
}
.pc .compony .right .list .item .text {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #B4BCE0;
  margin-top:10px;
}
.pc .compony .right .list .item .text .front {
  font-weight: 500;
  color: #fff;
  font-size: 16px;
}
.pc .bottom {
  background-color: #082168;
  display: flex;
  justify-content: space-between;
  padding: 44px 8%;
  color: #fff;
}
.pc .bottom .logo {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.pc .bottom .rest {
  display: flex;
}
.pc .bottom .bottomBlock {
  display: flex;
  margin-right: 30px;
}
.pc .bottom .bottomBlock:last-child {
  margin-right: 0;
}
.pc .bottom .bottomBlock .right .bottomTop {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
}
.pc .bottom .bottomBlock .right .bottomText {
  font-weight: 400;
  font-size: 14px;
  color: #B5BED1;
}
.pc .bottom .bottomBlock .right .qr {
  width: 130px;
  height: 130px;
}
.pc .bottom .bottomBlock .left {
  margin-top: 5px;
  margin-right: 7px;
}
.pc .bottom .address {
  width: 30px;
  height: 31px;
}
.pc .bottom .email {
  width: 31px;
  height: 28px;
}
.pc .bottom .wechat {
  width: 31px;
  height: 31px;
}
.pc .bottom .qr {
  width: 130px;
}
.mobile-nav, .mobile-foot, .mobileAll, .mobile-banner {
    display: none !important;
  }
  
.insidecon{
	background: url(../img/pcbg.png) no-repeat;
	background-size: cover;
}

.copy{
	color: #fff;
    font-size: 14px;
    background: #082168;
    padding: 10px 0;
}
.copy .container {
border-top: 1px solid #3e61c5;
    padding: 10px 0;
    text-align: center;
}
.copy a{
	color: #fff;
}


@media (min-width: 992px) {
  .about {
    display: block;
  }

}
@media (min-width: 768px) and (max-width: 991px) {
  .mobile-nav, .mobile-foot, .mobileAll {
    display: none;
  }
  .title .name {
    font-size: 20px !important;
  }
  .main {
    padding: 0 4% !important;
  }
  .centerText {
    font-size: 40px !important;
  }
  .center .centerList .block .blockTitle {
    font-size: 20px !important;
  }
  .center .centerList .block .content {
    font-size: 14px !important;
    margin-top: 20px !important;
  }
  .compony {
    padding-right: 5% !important;
  }
  .compony img {
    width: 40% !important;
  }
  .compony .right {
    flex: 1;
    margin-left: 20px;
  }
  .compony .right .bold {
    font-size: 20px !important;
  }
  .compony .right .thin {
    font-size: 14px !important;
  }
  .compony .right .list .item {
    display: block !important;
  }
  .compony .right .list .item img {
    width: 8% !important;
  }
  .compony .right .list .item .text {
    font-size: 14px !important;
  }
  .compony .right .list .item .front {
    font-size: 14px !important;
  }
  .bottom {
    flex-wrap: wrap;
  }
  .bottom .logo {
    width: 35px !important;
    height: 35px !important;
    margin-bottom: 20px;
  }
  .bottom .rest {
    flex-wrap: wrap;
  }
  .bottom .addressBlock {
    margin-bottom: 20px !important;
  }
  .bottom .bottomTop {
    font-size: 20px !important;
  }
  .bottom .left {
    margin-top: 4px !important;
  }
  .bottom .qr {
    width: 100px !important;
    height: 100px !important;
  }
  .copy{
	color: #fff;
    font-size: 14px;
    background: #082168;
    padding: 10px 0;
}
.copy .container {
border-top: 1px solid #3e61c5;
    padding: 10px 0;
    text-align: center;
}
.copy a{
	color: #fff;
}
}
@media screen and (max-width: 767px) {
  .mobile-nav, .mobileAll, .mobile-foot, .mobile-banner {
    display: block !important;
  }
  .pc-nav, .pcAll, .pc-foot {
	  display: none !important;
  }
  .mobile .title {
    display: flex;
  }
  .mobile .bottom {
    display: block;
  }
  .mobile .main {
    overflow: hidden;
  }
  .mobile .main .top,
  .mobile .main .center,
  .mobile .main .about,
  .mobile .main .company {
    display: block;
  }
  .mobile .top {
    display: block;
  }
  .title {
    position: relative;
    z-index: 2000;
    width: 100%;
    height: 44px;
    background-color: #000;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .title .titleImg {
    width: 30%;
  }
  .title .titleRight {
    width: 8%;
  }
  .mobileAll {
    background: url("../img/mobileBg.jpg");
    background-size: 100% 100%;
  }
  .top {
    position: relative;
  }
  .top .banner {
    width: 100%;
  }
  .pc .top .topLeft {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10%;
    transform: translateY(50%);
	z-index: 99;
  }
  .menu {
    display: block !important;
    background-color: #38426A;
    width: 100%;
    position: absolute;
    z-index: 100;
    transform: translateY(-200%);
    transition: transform 0.5s ease;
    /* 添加过渡效果 */
  }
  .menu .menuItem {
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 17px 0;
    border-bottom: 1px dashed #5B6AA2;
  }
  .menu .menuItem a{
	  color: #fff;
  }
  .menu .menuItem:last-child {
    border: none;
  }
  .showMenu {
    transform: translateY(0);
  }
  .pc .main {
    padding: 0 7%;
  }
  .main .centerText {
    font-weight: bold;
    font-size: 28px;
    color: #fff;
    text-align: center;
  }
  .main .center .centerTitle {
    margin-bottom: 50px;
	padding-top:50px;
  }
  .main .center .centerList .block {
    display: flex;
    align-items: center;
    border-radius: 4px;
    height: 112px;
    width: 100%;
    margin-bottom: 5.33%;
    background: url("../img/h1.png") no-repeat;
    background-size: 100% 100%;
  }
  .main .center .centerList .block .text {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 68%;
    padding: 0 10px;
	margin:0;
  }
  .main .center .centerList .block .text .blockTitle {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 12px;
  }
  .main .center .centerList .block .text .content {
    color: #B4BCE0;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制为两行 */
    -webkit-box-orient: vertical;
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 超出部分用省略号表示 */
    white-space: normal; /* 允许换行 */
	margin-top:0;
  }
  .main .center .centerList .block .img {
    flex: 1;
    display: flex;
    justify-content: center;
	min-width:0;
  }
  .main .center .centerList .block .img img {
    width: 45%;
    transform: translate(-20%);
  }
  .main .center .centerList .block .text-end {
    text-align: end;
  }
  .main .center .centerList .cloud {
    background: url("../img/cloudBg.png");
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
  }
  .main .center .centerList .cloud .centerRing {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    width: 40%;
  }
  .main .center .centerList .ai {
    position: relative;
    z-index: 2;
  }
  .main .center .centerList .ai,
  .main .center .centerList .count {
    background: url("../img/h2.png");
    background-size: 100% 100%;
  }
  .main .center .centerList .ai .img img,
  .main .center .centerList .count .img img {
    transform: translate(20%);
  }
  .main .about {
    margin-bottom: 30px;
    position: relative;
  }
  .main .about .ring1 {
    right: -10%;
    top: 1%;
    width: 40%;
    position: absolute;
  }
  .main .about .aboutTitle {
    margin-top: 40px;
    margin-bottom: 53px;
  }
  .main .about .aboutTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .main .about .aboutTop .center:hover, .main .about .aboutTop .left:hover, .main .about .aboutTop .right:hover{
      position: relative;
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      transform: scale(1.05)
  }
 .main .about .aboutTop .center:hover .text, .main .about .aboutTop .left:hover .text, .main .about .aboutTop .right:hover .text{
   color: #49fcff;	
  }
  .main .about .aboutTop .left,
  .main .about .aboutTop .right {
    position: relative;
	transition: all .4s ease;
  }
  .main .about .aboutTop .left div,
  .main .about .aboutTop .right div {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15%;
  }
  .main .about .aboutTop .left img,
  .main .about .aboutTop .right img {
    width: 100%;
  }
  .main .about .arrow {
    margin-top: 2px;
    display: flex;
    justify-content: center;
  }
  .main .about .arrow .leftArrow {
    margin-right: 5%;
  }
  .main .about .arrow img {
    width: 30%;
  }
  .main .about .centerOutSide {
    display: flex;
    justify-content: center;
  }
  .main .about .left,
  .main .about .right {
    width: 42%;
  }
  .main .about .center {
    width: 55%;
    margin-top: 5px;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .main .about .center img {
    width: 100%;
  }
  .main .about .center div {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    bottom: 13%;
    position: absolute;
  }
  .main .about .btnTop {
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }
  .main .about .btnTop img {
    width: 2%;
  }
  .main .about .btn {
    display: flex;
    justify-content: center;
  }
  .main .about .btn div {
    padding: 5px;
    border: 1px solid #5568DE;
    border-radius: 40px;
  }
  .main .about .btn button {
    padding: 7px 15px;
    background: linear-gradient(-88deg, #C11BFF, #65DDFF);
    border-radius: 39px;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
  }
  .main .about .arrowDown {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
  }
  .main .about .arrowDown img {
    width: 75%;
  }
  .main .about .ring2 {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 6%;
    width: 70%;
  }
  .main .about .aboutList {
    position: relative;
    z-index: 2;
    background-color: rgba(24, 24, 72, 0.8);
    border-radius: 10px;
    padding: 13px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .main .about .aboutList .item:hover{
  	position: relative;
  	-webkit-transform: scale(1.05);
  	-moz-transform: scale(1.05);
  	transform: scale(1.05);
  }
  .main .about .aboutList .item {
    margin-right: 11px;
    flex: 1;
    background: url("../img/w10.png") no-repeat;
    background-size: 100% 100%;
	transition: all .4s ease;
  }
  .main .about .aboutList .item:last-child {
    margin: 0;
  }
  .main .about .aboutList .item .img {
    padding: 8% 0 20% 0;
    display: flex;
    justify-content: center;
  }
  .main .about .aboutList .item .img img {
    width: 60%;
  }
  .main .about .aboutList .item .label {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 20px 0;
	display: block;
  }
  .main .company {
    border-radius: 10px;
    margin-top: 16px;
    background: url("../img/wapCompanyBg.png") no-repeat;
    background-size: 100% 100%;
    padding: 10% 7%;
    padding-top: 5%;
  }
  .main .company .companyImg {
    width: 100%;
  }
  .main .company .companyTitle {
    margin-top: 28px;
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
  }
  .main .company .content {
    margin-top: 8px;
    font-weight: 400;
    font-size: 12px;
    color: #B4BCE0;
  }
  .main .company .item {
    margin-top: 22px;
  }
  .main .company .item img {
    width: 31px;
  }
  .main .company .item .text {
    font-size: 14px;
    margin-top: 5px;
    color: #B4BCE0;
  }
  .main .company .item .bold {
    font-weight: 500;
    color: #fff;
  }
  .bottom {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 13px 7% 38px 7%;
    margin-top: 33px;
  }
  .bottom .logo {
    margin-bottom: 10px;
    width: 25px;
  }
  .bottom .item {
    display: flex;
    margin-bottom: 32px;
  }
  .bottom .item:last-child {
    margin-bottom: 0;
  }
  .bottom .item .text {
    margin-left: 3px;
  }
  .bottom .item .text .bold {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
  }
  .bottom .item .text .thin {
    margin-top: 8px;
    color: #B5BED1;
    font-size: 14px;
  }
  .bottom .item .text img {
    margin-top: 13px;
    width: 65px;
    height: 65px;
  }
  .bottom .item .address {
    width: 19px;
    height: 21px;
  }
  .bottom .item .email {
    width: 19px;
    height: 21px;
  }
  .bottom .item .wechat {
    height: 20px;
    width: 20px;
  }
  .pc .bottom .bottomBlock .right{
	  width:100%;
  }
  .pc .bottom .rest{
	  display: block;
  }
  .pc .bottom .bottomBlock{
	  margin-top:10px;
  }
  .pc .bottom{
	  margin-top:0;
  }
  .n_banner{padding:60px 0 100px 0;}
  .copy{
	color: #fff;
    font-size: 14px;
    background: #082168;
    padding: 10px 0;
}
.copy .container {
border-top: 1px solid #3e61c5;
    padding: 10px 0;
    text-align: center;
}
.copy a{
	color: #fff;
}
}/*# sourceMappingURL=index.css.map */