html{
	font-size: 14px;
}
body {
    font: 14px "Source Han Sans CN", "SourceHanSansSC", "Microsoft YaHei", Arial, sans-serif, "\5fae\8f6f\96c5\9ed1";
    font-weight: 400;
	font-size: 1.3rem;
	font-style: normal;
    line-height: 25px;
    font-variant: normal;
	background: #fff;
}
a:focus { 
    text-decoration: none; 
}
a:focus, a:hover { 
    color: #c00000; 
    text-decoration: none; 
}
a { 
    outline: medium none; 
    color: #0b0c26; 
	transition: all 0.3s ease-in-out 0s;
}
ol, ul{ 
    padding: 0; 
    margin: 0;
    list-style: none;
}
strong{ 
  font-weight: 700;
}
body .page {
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.header-wrap{ 
	position: absolute; top:0; left: 0; right:0; 
	/* border-bottom: 1px solid rgba(255,255,255,.2); */
	box-sizing: border-box; 
	z-index: 999;
}
.header .container-fluid{
	padding:0 7.5rem;
}
.site-branding {
    float: left;
    height: 80px;
    display: flex;
	align-items: center;
    position: relative;
    z-index: 1;
}
.site-navigation {
    position: relative;
}
.toggle-block{ transition: all 0.3s ease-in-out 0s;}
.head-phone{ line-height: 80px; color: #fff;}
.head-phone .lagBtn{ margin-right:0.5rem; background: none; border:none;}
.head-phone span{ 
	display: inline-block; 
	margin-right: 0.8rem;
	width: 1.8rem; 
	position: relative;
    height: 1.8rem;
    background-color: #c00000;
    border-radius: 50%;
    line-height: 1.8rem;
    text-align: center;
    color: #fff;
	font-size: 1rem;
}
.head-phone span::after {
    content: "";
    position: absolute;
    top: 0;
    height: 24px;
    width: 24px;
    line-height: 24px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    pointer-events: none;
    z-index: -1;
	background-color: #c00000;
}
@keyframes pulse-border {
    0% {
        -ms-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 1;
    }

    100% {
        -ms-transform: scale(2);
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}
.menu{ margin: 0 0 0 10% !important; height: 80px !important; top:0px !important;}
.menu ul {
    padding: 0px;
    margin: 0px;
}
.menu > ul > li {
    display: inline-block;
    position: relative;
}
.menu ul > li > a {
    display: block;
    margin: 0px 1rem;
    padding: 0px 2rem;
    text-decoration: none;
    position: relative;
    z-index: 1;
    height: 80px;
    line-height: 80px;
	color:#fff;
}
.sticky-placeholder{ overflow: hidden;}
.menu ul > li > a.active{ color: #c00000; font-weight: bold;}
.menu ul > li > a:focus,.menu ul > li > a:hover{ color: #c00000;}
.stickable-header{transition: all 0.3s ease-in-out 0s;}
.stickable-header.fixed-header {
    z-index: 111;
    background-color: #000103;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 6%);
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
}
.menu-toggle,.head-phone{
    float: right;
	display: flex;
}
.head-phone{ align-items: center;}
.menu-toggle input[type=checkbox] {
    display: none;
}
/*banner*/
.banner{ 
	position: relative; 
	padding-top: 38vh; 
	height: 100vh; 
	text-align: center; 
	box-sizing: border-box; 
	background-size: cover;
	overflow: hidden;
}
/* .banner h2{ margin-bottom: 30px; font-size: 120px; font-weight: bold; color: #fff;} */
.banner p{ position: relative; z-index: 1; line-height: 6rem; font-size: 4rem; font-weight: bolder; color: #fff;}
.banner .scroll_down{ position: absolute; bottom:5vw; left:0; right:0; color: #fff; font-size: 20px; z-index: 2;}
.banner .scroll_down i {
    position: relative;
    -webkit-animation: scrollBounce 3s infinite;
    animation: scrollBounce 3s infinite;
    height: 44px;
    width: 28px;
    line-height: 54px;
    border-radius: 20px;
    border: 2px solid #ffffff;
    display: inline-block;
    color: #fff;
    font-size: 10px;
}
.banner .scroll_down i::after {
    content: "";
    position: absolute;
    top: 22px;
    left: 11px;
    border-radius: 2px;
    z-index: -1;
    bottom: 0px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    height: 10px;
    width: 3px;
    background: #fff;
}
@keyframes scrollBounce{
	0%, 20%, 53%, 80%, 100% {
	    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	    -webkit-transform: translate3d(0,0,0);
	    transform: translate3d(0,0,0);
	}
	
	40%, 43% {
	    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	    -webkit-transform: translate3d(0, -30px, 0);
	    transform: translate3d(0, -30px, 0);
	}
	70% {
	    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
	    -webkit-transform: translate3d(0, -15px, 0);
	    transform: translate3d(0, -15px, 0);
	}
	90% {
	    -webkit-transform: translate3d(0,-4px,0);
	    transform: translate3d(0,-4px,0);
	}
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
  }
  15%, 19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
  }
  28%, 29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
  }
  45%, 49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
  }
  58%, 59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
  }
  75%, 79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
  }
  88%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
}
/*title*/
.sec-title{
	padding: 120px 0 50px;
	text-align: center;
	
}
.sec-title h4{
	margin: 0;
	font-size: 2.6rem;
	font-weight: bolder;
	color:#222;
}
.sec-title h4 small{
	display: block;
	margin: 16px 0 20px;
	color: #666;
	font-size: 60%;
}
.sec-title span{ display: block; margin:0 auto 8px; width:4px; height: 16px; position: relative;}
.sec-title span::before,.sec-title span::after{ content: ''; display: inline-block; width:4px; height: 4px; background-color: #c00000; border-radius: 50%; position: absolute; left: 0;}
.sec-title span::before{ top:0;}
.sec-title span::after{ bottom:0;}
/*关于我们*/
.about-us{
	height: 53.8rem;
	background: url(../images/bg_01.jpg) right 0 no-repeat;
	background-size: 50%;
}
.about-us .container,.about-us .row{
	height:100%;
}
.image-column{ padding-top:20rem; text-align: center;}
.content-column{ 
	display: flex; 
	flex-direction: column; 
	justify-content: center;
	padding-right:5rem; 
	height:100%; 
	position: relative;}
.content-column h4{
	font-size: 2rem;
	font-weight: normal;
}
.content-column .name{
	line-height: 10rem;
	font-size: 5rem;
	font-weight: bolder;
}
.content-column .line{
	width:3rem;
	height:0.72rem;
	background-color: #c00000;
	margin-bottom: 5rem;
}
.content-column .name span{
	color:#c00000;
}
.content-column p{
	line-height: 2.2rem;
}
.content-column .img{
	position: absolute;
	right:-6%;
	bottom:10%;
}
/*数字*/
.team-work-section{ margin-top: 80px; padding-top:10px; height: 150px; color:#fff; background-color: #c00000;}
.fid-contents{ text-align: center; overflow: hidden;color:#fff;}
.fid-contents h4{ margin: 0 auto; overflow: hidden; width:100%; line-height: 68px; text-align: center;}
.fid-contents h4 span{ display: inline-block; font-family: Georgia; font-size: 60px; position: relative;}
.fid-contents h4 span::after{ content: '+'; font-size: 14px; position: absolute; right:-20px; top:10px; line-height: 30px;}
/* 产品 */
.customer-service{
	background: url(../images/bg_02.jpg) center 0 no-repeat;
}
.customer-service .sec-title h4{
    color:white;
}
.customer-service .product-img{
	
}
.product-img-box{
	position: relative;
	overflow: hidden;
}
.product-img-box:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 0%;
    background-color: rgba(0,0,0, .4);
    z-index: 1;
    transform: scale(0.0) perspective(400px);
    transform-origin: bottom left;
    transform-style: preserve-3d;
    transition: all 700ms ease;
}
.product-img-box:hover:before {
    transform: scaleX(1.0) perspective(400px);
}
.product-img-box img{
	transform: scale(1);
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.product-img-box:hover img{
	transform: scale(1.05);
}
.product-img .tip{
	font-size: 1.3rem;
}
.product-img .title{
	margin:1rem 0;
	font-size: 2rem; 
	font-weight: bold; 
	line-height: 2rem;
}
.product-img .introduction{
	font-size: 1.1rem; color:#bcbcbc;
}
.pro-info{
	position: absolute;
	bottom:0;
	z-index: 1;
	padding: 2rem;
	width:100%;
	color:white;
	background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
}
/* 解决方案 */
.product-section .nav-tabs{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	border: none;
	margin-bottom: 3rem;
}
.product-section .nav-tabs > li{
	margin:0 0.5rem 1rem;
}
.product-section .nav-tabs > li > a{
	margin: 0;
	padding:1rem 3rem;
	background-color: #eeeeee;
	border:none;
	border-radius: 0;
	height: 100%;
}
.product-section .nav-tabs > li.active > a,.product-section .nav-tabs > li.active > a:hover, .product-section .nav-tabs > li.active > a:focus{
	color:white;
	background-color: #c00000;
	border:none;
	border-radius: 0;
}
.product-box{ position: relative; margin-bottom: 2rem; overflow: hidden; }
.text_box{
	position: absolute;
	bottom:0;
	padding:2rem;
	width:100%;
	color:white;
	background: rgba(0,0,0,.5);
	transform: translateY(0);
	transition: all 600ms ease;
}
.product-box h4{ color:white; font-size:1.9rem; line-height: 3rem;}
/* .product-box p{ font-size: 1.3rem; line-height: 26px; display: none;transition: all 600ms ease;} */
.product-box:hover .text_box{
	padding-bottom:6rem;
    transform: translateY(0);
}
/*案例*/
.cases{
	position: relative;
    height: 40.5vw;
    width: 100vw;
}
.case-item {
    width: 33vw;
    height: 20vw;
    overflow: hidden;
    cursor: pointer;
	position: absolute;
}
.case-item:first-child{
	top:0;
	left: 0;
}
.case-item:nth-child(2){
	top:0;
	left: 33.5vw;
}
.case-item:nth-child(3){
	top:0;
	right: 0;
}
.case-item:nth-child(4){
	bottom:0;
	left: 0;
}
.case-item:nth-child(5){
	bottom:0;
	left: 33.5vw;
}
.case-item:nth-child(6){
	bottom:0;
	right: 0;
}
.case-item img {
	width:100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.case-item:hover img{
  transform: scale(1.5);
}
/* 资讯 */
.advantage-box{ 
	margin-bottom: 10px;  
	background-color: #f8f8f8; 
	box-sizing: border-box; 
}
.infoBox{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width:100%;
	min-height: 13rem;
}
.infoBox img {
	margin: 0.8rem 1.6rem 0.8rem 0;
	max-width: 20rem;
}
.infoBox .box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.infoBox .time{
	white-space: nowrap;
	margin:0 1.6rem 0 0;
	font-size: 1rem;
}
.infoBox .title{
	margin:0 2.4rem 0 0;
	width:25%;
	font-size: 1.6rem;
	line-height: 2.4rem;
}
.en .infoBox .title{
	font-size: 1.5rem;
}
.infoBox .content{
	margin:0 5rem 0 0;
	width:54%;
	font-size: 1.3rem;
	line-height: 2.1rem;
}

.advantage-box:hover {
  background-color: #c00000;
  color: #fff;
}



/*foot*/
.foot{ margin-top: 4rem; padding:4rem 0; color:white; background-color: #1d1d1d;}
.foot_logo{ padding:40px 60px 40px 15px; text-align: right;}
.info{ padding-left: 45px; text-align: left; border-left:1px solid #444;}
.info li{display: flex; flex-wrap: nowrap; justify-content: flex-start; height: 40px;}
.info h4{ margin:0 16px 0 8px; font-size: 14px; white-space: nowrap;}
.info span,.info h4{ height: 40px; line-height: 20px;}
.info a{ color: white;}
/*浮标*/
#totop{
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 34px;
    bottom: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 4px;
    line-height: 34px;
    border-radius: 3px;
	transition: all 0.5s ease-in-out 0s;
}
#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 16px;
    display: inline;
	background-color: #c00000;
}
/*合作伙伴*/
.example-cases{margin-top: 5rem; padding-bottom:5rem; width: 100%; background-color: #f8f8f8; position: relative;}
.example-cases .sec-title {
    padding: 5rem 0 4rem;
}
.poartner-list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.poartner-list img{
	margin: 0 1rem 1rem;
	border:0.5rem solid white;
}
/*动画*/
.cavs {
    z-index: 2;
    position: absolute;
    width: 100%;
    left:0;
	top: 0;
	right:0;
	bottom:0;
}
/* 视频 */
.video{
	z-index: 1;
	position: absolute;
	width: 100%;
	left:0;
	top: 0;
	right:0;
	bottom:0;
}
@media (max-width:1900px){
	.about-us{
		height:48.9rem;
	}
	.content-column .img {
	    bottom: 5%;
	}
	.header .container-fluid{
		padding:0 5.5rem;
	}
}
@media (max-width:1680px){
	.header .container-fluid{
		padding:0 3rem;
	}
	.site-branding img{
		width:20rem
	}
	.menu {
	    margin: 0px 0 0 6% !important;
	}
	.about-us{
		height:43rem;
	}
	.image-column {
	    padding-top: 16rem;
	}
	.infoBox .title{
		width:28%;
		margin: 0 2rem 0 0;
	}
	.infoBox .content{
		width:50%;
		margin: 0 4rem 0 0;
	}
}
@media (max-width:1440px){
	.menu ul > li > a{
		font-size: 1rem;
		padding:0 1rem;
		margin:0 1rem;
	}
	.about-us {
		height: 40rem;
	}
	.infoBox .title{
		font-size: 1.5rem;
		margin-right:1.8rem;
	}
	.infoBox .content{
		font-size: 1.2rem;
		margin-right:3rem;
	}
}
@media (max-width: 1300px){

	.head-phone .lagBtn{
		font-size: 1rem;
	}
	.head-phone img{
		height: 1rem;
	}
	.product-box h4{
		font-size: 1.5rem;
	}
	.about-us {
		height: 35.5rem;
	}
	.image-column {
	    padding-top: 12rem;
	}
	.content-column p{
		font-size: 1rem;
	}
}
@media (min-width:1600px){
	.container{ width: 100rem;}
}
@media (min-width:1200px){
	.product-img.col-lg-5{ width: 39%; max-height: 31.1428rem; margin-bottom: 2rem; }
	.product-img.col-lg-7{ width: 61%; max-height: 31.1428rem; margin-bottom: 2rem; }
}
@media (max-width: 1199px){
	.home-link img{ width:80%;}
	.head-phone .lagBtn{ 
		color: #333;        
		height: 3rem;
        line-height: 3rem;}
	.menu-toggle {
	    position: relative;
	    height: 31px;
	    width: 31px;
	}
	.menu-toggle label {
	    cursor: pointer;
	    position: absolute;
	    z-index: 99;
	    height: 100%;
	    width: 100%;
	    top: 33px;
	    left: 0;
	    margin: 0;
	}
	.menu-toggle .toggle-block {
	    position: absolute;
	    height: 2px;
	    width: 100%;
	    padding: 0;
	    background-color: #fff;
	}
	.menu-toggle .toggle-blocks-1 {
	    position: relative;
	    float: left;
	}
	.menu-toggle .toggle-blocks-2,.menu-toggle .toggle-blocks-3{
	    position: relative;
	    float: left;
		margin-top: 6px;
	}
	.menu-toggle input.active ~ .menu-toggle-block > .toggle-blocks-1 {
	    transform: rotate(135deg);
	    -webkit-transform: rotate(135deg);
	    margin-top: 10px;
	}
	.menu-toggle input.active ~ .menu-toggle-block > .toggle-blocks-2 {
	    opacity: 0;
	}
	.menu-toggle input.active ~ .menu-toggle-block > .toggle-blocks-3 {
	    transform: rotate(-135deg);
	    -webkit-transform: rotate(-135deg);
	    margin-top: -10px;
	}
	.menu{display: none; overflow: hidden; max-height: 0; background-color: #fff;clear: both;  min-width: inherit; float: none;}
	.menu > ul {
	    position: absolute;
	    padding: 10px 20px;
	    box-shadow: rgb(0 0 0 / 12%) 3px 3px 15px;
	    z-index: 100;
	    width: 100%;
	    top: 80px;
		left: 0;
	    background-color: #fff;
	    border-top: 3px solid;
	}
	.menu > ul > li {
	    display: block;
	    position: relative;
	}
	.menu > ul li:not(:last-child) {
	    border-bottom: 1px solid rgba(93,101,118,0.15);
	}
	.menu ul li a {
	    display: block;
	    padding: 15px 0px;
	    text-decoration: none;
	    line-height: 18px !important;
	    height: auto;
	    line-height: 18px;
	}
	.menu.active{ display: block;}
	.menu.active ul li a{ color: #333;}
	.menu.active ul li.active a::after{ display: none;}
	.menu.active ul li.active a{ color:#c00000;}
	.menu.active ul{border-top-color: #c00000 !important;}
	.animated-img{ left:49%; width: 24%;}
	.image-column { margin-top: 0; padding-top:2rem; padding-bottom: 2rem;}
	.banner h2{ font-size: 52px;}
	.banner p { font-size: 3rem;}
	.image-column>div img:nth-child(1){ width:100%;}
	.content-column{ padding-left:15px; padding-top:30px;}
	.team-work-section{ height: auto;}
	.cases{ height: 90vw;}
	.case-item{ width: 50%; height: 30vw;}
	.case-item:nth-child(1){
	    top: 0;
	    left:0;
	}
	.case-item:nth-child(3){
		top:30vw;
		left:0
	}
	.case-item:nth-child(5){
		bottom:0;
		left:0;
	}
	.case-item:nth-child(2){
	    top: 0;
	    right:0;
		left:auto;
	}
	.case-item:nth-child(4){
	    top: 30vw;
	    right:0;
		left: auto;
		bottom: auto;
	}
	.case-item:nth-child(6){
	    bottom: 0;
	    right:0;
	}
	.foot_logo{ text-align: left;}
	.fid-contents { margin-bottom: 20px;}
	.info{border:none;padding-left:0;}
	.carousel-indicators { bottom: -50px;}
	.tf-funfact-icon{ display: none;}
	.banner { padding-top: 18vw; height: 55vw;}
	.cavs{ height: 60vw;}
	.about-us{ height:auto; background:none;}
	.content-column .img {
	    transform: rotate(90deg);
		display: none;
	}
	.fid-contents{
		color:#c00000
	}
	.infoBox .title{
		width:100%;
		margin: 0 0 0.5rem 0;
		font-size: 1.3rem;
	}
	.en .infoBox .title {
	    font-size: 1.2rem;
		line-height: 1.5rem;
	}
	.infoBox .content{
		width:100%;
		margin: 0 1rem 0 0;
		font-size: 1rem;
		line-height:1.4rem;
	}
	.video{
		width: 180%;
		    left: -25%;
	}
	.scroll_down,.brief{
		display: none;
	}
	.product-section .nav-tabs > li >a{
		padding:1rem;
		text-align: center;
	}
	.container{
		width:100%;
	}
	.sec-title h4{
		font-size: 2rem;
	}
	.sec-title h4 small {font-size: 1rem;}
}

@media (max-width: 767px){
	.header .container-fluid{
		padding:0 1rem;
	}
	.site-branding{ width:80%;}
	.banner{padding-top: 6vh;height: 46vh;}
	.content-column h4{font-size: 1.5rem;}
	.content-column .name{font-size: 3rem;line-height: 3rem;}
	.content-column .line{ margin-top:1rem; margin-bottom: 2rem;}
	.banner p { font-size: 1rem; line-height: 2rem;}
	
	.sec-title{ padding: 7rem 0 2rem !important;}
	.example-cases{ margin-top:2rem;}
	.content-column {
		padding-top: 4rem;
	}
	.carousel-caption{ padding:0;}
	.carousel-indicators{ bottom: -20px;}
	.foot_logo{ padding:0 0 40px; text-align: center;}
	.info li a{ display: inline-block;}
	.infoBox{flex-wrap: wrap;}
	.infoBox .box{
		padding-left:1rem;
		padding-bottom:1rem;
		width:100%;
	}
	.poartner-list img {
	    width: 42%;
	}
	.product-img .title{
		font-size: 1.5rem;
	}
	.product-img-box img{
		height:20rem;
	}
	.fid-contents{ float: left; width:33%;}
	.fid-contents h4 span{font-size: 3rem;}
	.fid-contents p{font-size: 1rem;}
	.banner-en{ padding-top: 10vh;}
}