﻿@charset "utf-8";


@font-face {
    font-family: abduction;
    src: url('../font/abduction2002.woff2');
	font-display: swap;
}
@font-face {
    font-family: m_h_demo;
    src: url('../font/Fontfabric-Mont-Heavy-DEMO-2.woff2');
	font-display: swap;
}




.banner{ width:100%; height: calc(100vw * 1491 / 1920); overflow:hidden; position:relative; display: flex; justify-content: flex-end; flex-direction: column;}
.banner_bg{
	width:100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
}
.banner_bg img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.banner_tit{
	width:100%;
	text-align: center;
	color: #fff;
	font-family: abduction;
	font-size: 7.5rem;
	text-transform: uppercase; 
	position: relative;
	z-index: 2;
}
.banner_come{
	width:100%;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 3rem;
	position: relative;
	z-index: 1;
	line-height: 9.625rem;
}


.banner_img{ width:87.5vw; height:calc(87.5vw * 973 / 1680); padding-top: 3.375rem; margin:0 auto; background:url(../images/fuxing_09.png) no-repeat center top; background-size:cover;  position:relative; z-index:2; margin-top: 5rem;}
.banner_img_1{
	width: 66.56vw;
	 height:calc(66.56vw * 750 / 1278);
	margin: 0 auto;
 	overflow: hidden;
	border-radius:0px;
	position: relative;
	margin-top: 3.8rem;
}
.banner_img_1 img{
	 width: 100%;
  position: absolute;
}

.brief{ width:100vw; height:auto; overflow:hidden; margin:0 auto; margin-top:5.25rem; position: relative;}
.brief_shu{
	width:100%;
	height: auto;
	text-align: center;
	font-size: 6.25rem;
	font-family: m_h_demo;
	-webkit-text-stroke: 1px #000000;
    color: transparent;
	font-style: italic;
	line-height: 6.25rem;
}

.brief_tit{ width:100%; color:#000; font-size:2.25rem; font-weight: bold; text-align: center;font-style: italic; margin-top: -3.5rem;}
.brief_en{
	width:100%;
	text-align: center;
	font-style: italic;
	text-transform: uppercase;
	font-size: 1rem;
	color: rgba(0,0,0,0.29);
	font-family: Arial;
	line-height: 1.875rem;
	letter-spacing: 0.5rem;
}

.brief_con{ 
	width:75vw; 
	width: var(--mainwidth);
	height: calc(75vw * 336 / 1400);
	height: calc(var(--mainwidth) * 336 / 1400);
	background: url("../images/gj_index_04.png") no-repeat center; 
	background-size: cover;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}

.brief_nei{ width:65%; height: auto; font-size:1.125rem; color:rgba(0,0,0,0.8); line-height:1.875rem; padding-bottom: 0.75rem;}

.brief_di{
	width: 6.375rem;
	height: 4.1875rem;
	position: absolute;
	left: 0;
	bottom: 0;
	bottom: calc(75vw * 336 / 1400 * 0.5 - 3.1875rem);
	bottom: calc(var(--mainwidth) * 336 / 1400 * 0.5 - 3.1875rem);
}
.brief_di img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}


.norm{ width: 100%; height:auto;  position: relative; margin-top: 3.5rem;}
.norm_bg1{
	position: absolute;
	top: 0;
	border-radius:50%;
	left: 3.25rem;
	width: 6.375rem;
	height: 6.375rem;
	background: #e7250e;
	    animation: huxiyi 1s ease infinite alternate;
}
.norm_bg2{
	position: absolute;
	top: 13rem;
	border-radius:50%;
	left: 1.5rem;
	width: 2rem;
	height: 2rem;
	background: #e7250e;
	animation: huxiyisuo 1s 0.5s ease infinite alternate;
}

@keyframes huxiyi{
0% {
    transform: scale(1.05);
}

100% {
    transform: scale(1.1);
}
}
@keyframes huxiyisuo{
0% {
    transform: scale(1.1);
}

100% {
    transform: scale(1);
}
}


.norm_con{ width:75vw; width: var(--mainwidth); height:auto; margin:0 auto; margin-top:3rem; position: relative;} 
.norm_1{
	width:100%;
	text-align: right;
	-webkit-text-stroke: 1px #000000;
    color: transparent;
	opacity:0.26;
	font-size: 11.25rem;
	font-family:  Arial;
	font-weight: bold;
	text-transform: uppercase; 
}
.norm_2{
width: 50%;
	-webkit-text-stroke: 1px #000000;
    color: transparent;
	opacity:0.26;
	font-size: 11.25rem;
	font-family:  Arial;
	font-weight: bold;
	text-transform: uppercase; 
	margin-top: 9.125rem;
	position: relative;
	z-index: 3;
}
.norm_3{
	position: absolute;
	top: 0;
	left:16%;
	text-transform: uppercase; 
	font-family:  Arial;
	font-size: 1.125rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e7250e;
	border-radius:50%;
	-moz-box-shadow: 0px 4px 24px 0 rgba(0,0,0,0.22);
    -webkit-box-shadow: 0px 4px 24px 0 rgba(0,0,0,0.22);
    box-shadow: 0px 4px 24px 0 rgba(0,0,0,0.22);
	color: #fff;
	width: 21.42%;
	height: calc(73vw * 0.2142);
	height: calc(var(--mainwidth) * 0.2142);
	

}
.norm_3:hover,.norm_4:hover,.norm_5:hover{
	animation: yidong 1s ease infinite alternate;
}

@keyframes yidong{
0%{
    transform: translateY(0px);
}
	50%{
		transform: translateY(-5px);
	}
	100%{
		transform: translateY(5px);
	}

}

.norm_4{
	position: absolute;
	top:9.375rem;
	left:32.28%;
	text-transform: uppercase; 
	font-family:  Arial;
	font-size: 1.125rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius:50%;
	-moz-box-shadow: 0px 4px 24px 0 rgba(0,0,0,0.22);
    -webkit-box-shadow: 0px 4px 24px 0 rgba(0,0,0,0.22);
    box-shadow: 0px 4px 24px 0 rgba(0,0,0,0.22);
	color: #000;
	width: 21.42%;
	height: calc(73vw * 0.2142);
	height: calc(var(--mainwidth) * 0.2142);
	z-index: 2;
}
.norm_5{
	position: absolute;
	bottom: 0;
	right:28.57%;
	text-transform: uppercase; 
	font-family:  Arial;
	font-size: 1.125rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
	border-radius:50%;
	-moz-box-shadow: 0px 4px 24px 0 rgba(0,0,0,0.22);
    -webkit-box-shadow: 0px 4px 24px 0 rgba(0,0,0,0.22);
    box-shadow: 0px 4px 24px 0 rgba(0,0,0,0.22);
	color: #fff;
	width: 21.42%;
	height: calc(73vw * 0.2142);
	height: calc(var(--mainwidth) * 0.2142);
}


.pigment_warp{
	width:100%;
	height: auto;
	position: relative;
	margin-top: 6.25rem; 
}
.pigment{
	width:73vw;
	width:var(--mainwidth);
	height:auto; 
	margin: 0 auto;
}
.pigment_con{
	width:100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 6rem;
}

.pigment_left{ 
	width: 47.85%; 
	height: auto;
	position: relative;
}
.pigment_1{
	width:100%;
	line-height:4rem;
	font-size: 2.25rem;
	font-weight: bold;
	color: #000;
}

.pigment_2{
	width:100%;
	font-size: 1.875rem;
	color: rgba(0,0,0,0.6);
	font-family:  Arial;
	line-height: 4.25rem;
}
.pigment_2 span{ 
	color: #000;
	padding: 0px 4.25rem;
}
.pigment_3{
	width:100%;
	font-size: 2.25rem;
	font-family:  Arial;
	opacity: 0.3;
	line-height: 3.75rem;
}
.pigment_4{
	-webkit-text-stroke: 1px #000000;
    color: transparent;
	opacity:0.26;
	font-size: 16.625rem;
	font-weight: bold;
	text-transform: uppercase; 
	position: absolute;
	z-index: 3;
	top: -2.5rem;
	right: 0;
	line-height: 16.625rem;
	font-family: Arial;
}


.pigment_right{ 
	width: 47.85%; 
	height: auto;
	position: relative;
}
.pigment_right .pigment_1{
	font-family:  Arial;
}
.pigment_right .pigment_4{
text-transform: inherit; 
}
.pigment_bg{
	position: absolute;
	top: 7.5rem;
	background: #e7250e;
	width: 20rem;
	height: 20rem;
	border-radius:50%;
	right: -14rem;
	animation: huxiyi 1s ease infinite alternate;
}



.grid{
	width:73vw;
	width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	margin-top: 6.625rem;
}
.grid_img{
	width:100%;
	height: calc(75vw * 688 / 1400);
	height: calc(var(--mainwidth)  * 688 / 1400);
	font-size: 0px;
	overflow: hidden;
	margin-top: 3rem;
	position: relative;
	z-index: 2;
}
.grid_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}




.show_warp{
	width:100%;
	height: auto;
	position: relative;
}
.show_bg{
	background: #e7250e;
	border-radius:50%;
	width: 31.5rem;
	height: 31.5rem;
	top: -12.25rem;
	position: absolute;
	left: -5rem;
	  animation: fangda 4s ease infinite alternate;
}
@keyframes fangda{
0% {
    transform: scale(1);
}
50% {
    transform: scale(0.95);
}
100% {
    transform: scale(1);
}
}

.show{
	width:75vw;
	width:var(--mainwidth);
	height: auto;
	margin: 0 auto;
	margin-top:5.25rem;
}
.devise{
	width:100%;
	height: calc(73vw * 762 / 1384);
	height: calc(var(--mainwidth) * 762 / 1384);
	margin-top: 2.5rem;
	position: relative;
	
	padding-top: 0.875rem;
	z-index: 3;
}
.devise:after{
	content: '';
	width: 100%;
	height: 100%;
	background: url("../images/gj_index_15.png") no-repeat center;
	background-size:cover;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
}
.devise_img{
	margin: 0 auto;
	width:calc(100% - 3.25rem);
	height: calc(100% - 0.875rem);
	overflow: hidden;
	border-radius:30px;
	position: relative;
	z-index: 3;
}
.devise_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 5px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.devise_1{
	position: absolute;
	border-radius:50%;
	width: 6.5rem;
	height: 6.5rem;
	background: #e7250e;
	bottom: 3rem;
	left: -7.875rem;
	animation: huxiyi 1s ease infinite alternate;
}
.devise_2{
	position: absolute;
	border-radius:50%;
	width: 6.5rem;
	height: 6.5rem;
	background: #e7250e;
	top: 15rem;
	right: -2.625rem;
	z-index: -1;
	animation: huxiyi 1s ease infinite alternate;
}
.devise_3{
	position: absolute;
	border-radius:50%;
	width: 3.5rem;
	height: 3.5rem;
	background: #e7250e;
	top: 21.25rem;
	right: -11rem;
	z-index: -1;
	animation: huxiyisuo 1s ease infinite alternate;
}
.devise_4{
	position: absolute;
	border-radius:50%;
	width: 1.875rem;
	height: 1.875rem;
	background: #e7250e;
	top: 27.875rem;
	right: -4.5rem;
	z-index: -1;
	animation: huxiyi 1s 0.5s ease infinite alternate;
}


.show_nei{
	width:100%;
	height: calc(100vw * 762 / 1920);
	position: relative;
	margin-top: 3.5rem;
	display: flex;
	justify-content: space-between;
}
.show_img{
	width:72.08vw;
	height: 100%;
	font-size: 0px;
	position: relative;
	
	padding-top: 1.125rem;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 4;
}
.show_img:after{
	content: '';
	 background: url("../images/gj_index_18.png") no-repeat left;
			background-size:cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.show_img img{
	width:calc(100% - 3.75rem);
	height: calc(100% - 2.125rem);
	border-radius:30px;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	position: relative;
	z-index: 2;
}
.show_img .devise_2{ top: inherit; bottom: 2.375rem;}
.show_img .devise_3{ top: inherit; bottom: 8.75rem;}
.show_img .devise_4{ top: inherit; bottom: 15.25rem;}



.show_zi{
	width: 27vw;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.show_1{
	width:100%;
	font-size: 2.25rem;
	color: rgba(0,0,0,0.21);
	font-family: mont;
	text-transform: uppercase; 
}
.show_2{
	width:100%;
	font-size: 3.75rem;
	color: #000;
	line-height: 4.75rem;
}
.show_3 {
    -webkit-text-stroke: 2px #000000;
    color: transparent;
    opacity: 0.15;
    font-size:24rem;
	font-family: m_h_demo;
    text-transform: uppercase;
    position: absolute;
    z-index: 3;
    top:0;
    right: -2rem;
   height: 100%;
	display: flex;
	align-items: center;
}


.show_neia .show_img{
	left:inherit;
	right:calc(-1 * ((100vw - var(--mainwidth)) / 2 + 14px));
}
.show_neia .show_zi{
	text-align: right;
}
.show_neia .show_3{
	width: 100%;
	text-align: left;
	right: initial;
	left: -1.5rem;
}
.show_neia .devise_2{
	left: -2.625rem;    top: 17.75rem;
}
.show_neia .devise_3{
	left: -11rem;top: 14.375rem;
}
.show_neia .devise_4{
	left: -4.5rem;top: 15.25rem;
}




.fit{
	width: 100%;
	height: auto;
	position: relative;
}
.fit_tit{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #000000;
	font-size: 4rem;
	height: 20.625rem;
	letter-spacing: 0.875rem;
}
.fit_tit:after{
	content: 'Inside';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(0,0,0,0.1);
	text-transform: uppercase; 
	font-size: 11.125rem;
	font-family: m_h_demo;
	letter-spacing: 0;
}
.fit_bg1{
	    position: absolute;
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    background: #e7250e;
    top: -0.5rem;
    left: 15.9375%;
}
.fit_bg2{
	 position: absolute;
    border-radius: 50%;
    width: 6.5rem;
    height: 6.5rem;
    background: #e7250e;
    top: 2.75rem;
    left: 6.45%;
    z-index: -1;
}

.fit_img{
	width:100%;
	height: calc(100vw * 900 / 1920);
	font-size: 0px;
	overflow: hidden;
}
.fit_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


.delight {
    width:100vw;
    height: auto;
   position: relative;
	margin-top: 5.5rem;
	
}
.delight_bg1 {
    position: absolute;
    top: 18.25rem;
    right: 0;
    background: #e7250e;
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    left: -14rem;
	animation: huxiyi 1s ease infinite alternate;
}
.delight_bg2 {
    position: absolute;
    bottom: 1.25rem;
    right: 0;
    background: #e7250e;
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    right: -14rem;
	animation: huxiyi 1s ease infinite alternate;
}
.delight .devise_2{
	top: 1.25rem;
	left: 13.54%;
}
.delight .devise_3{
	top: 7.625rem;
	left: 6.45%;
}
.delight .devise_4{
	top: 14.1875rem;
	left: 11.979%;
}



.delight_img{
	width:100%;
	height: calc(100vw * 1024 / 1920);
	font-size: 0px;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 1.625rem;
}
.delight_img img{
	width:auto;
	height: 87.9%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	position: relative;
	z-index: 3;
}

.actual_multiple{
	width:57.5rem;
	height:57.5rem;
	position: absolute;
	top:calc((100% - 57.5rem) / 2);
	left:calc((100% - 57.5rem) / 2);

	border-radius:100%;
	overflow: hidden;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}	
.actual_multiple>div {
		position: absolute;
		top: 0;
		left: 0;
		width:57.5rem;
		height:57.5rem;
		background:#e7250e;
		border-radius: 100%;
		opacity:0;
		-webkit-animation: ball-scale-multiple 2s 0s linear infinite;
		-moz-animation: ball-scale-multiple 2s 0s linear infinite;
		-o-animation: ball-scale-multiple 2s 0s linear infinite;
		animation: ball-scale-multiple 2s 0s linear infinite;
	}
.actual_multiple>div:nth-child(2) {
		-webkit-animation-delay: .5s;
		-moz-animation-delay: .5s;
		-o-animation-delay: .5s;
		animation-delay: .5s
	}
.actual_multiple>div:nth-child(3) {
		-webkit-animation-delay: 1s;
		-moz-animation-delay: 1s;
		-o-animation-delay: 1s;
		animation-delay: 1s
	}
.actual_multiple>div:nth-child(4) {
		-webkit-animation-delay: 1.5s;
		-moz-animation-delay: 1.5s;
		-o-animation-delay: 1.5s;
		animation-delay: 1.5s
	}

	@-webkit-keyframes ball-scale-multiple {
		0% {
			opacity: 1;
			-webkit-transform: scale(0.5);
			transform: scale(0.5)
		}

		100% {
			opacity: 0;
			-webkit-transform: scale(1);
			transform: scale(1)
		}
	}	




@media screen and (max-width:1023px)and (min-width:300px){

	.banner{  height: auto; padding: 14vh 0 6vh 0;}
	.banner_tit{
		font-size: 4rem;
	}
	.banner_come{
		font-size: 2rem;
		line-height:6rem;
	}


	.banner_img{ width:362px; height:210px; padding-top: 12px;  margin-top:1rem;}
	.banner_img_1{
		width: 276px;
		 height:172px;
		position: relative;
	}

		.brief{  margin-top:2vh;}
	.brief_shu{
		    opacity: 0.6;

		font-size: 5.25rem;
		line-height: 5.25rem;
	}

	.brief_tit{  font-size:1.875rem; margin-top: -3.25rem;}

	.brief_con{ 
		width:96vw; 
		height:auto;
		margin-top: 2vh;
		background: none;
	}

	.brief_nei{ width:100%; }

	.brief_di{
		display: none;
	}



	.norm{ margin-top: 5vh;}
	.norm_bg1{

		width: 50px;
		height: 50px;
	}
	.norm_bg2{
		position: absolute;
		top: 70px;
		width: 20px;
		height: 20px;
	}


	.norm_con{ width:96vw; margin-top:4vh;} 
	.norm_1{

		font-size: 5.25rem;
	}
	.norm_2{
	width: 100%;
		font-size: 5.25rem;
		margin-top: 2vh;
	}
	.norm_3{
		position: absolute;
		top: calc(50% - 14.4vw);
		left:0;
		width:30%;
		height: 28.8vw;
	}

	.norm_4{
		position: absolute;
		top:calc(50% - 14.4vw);
		left:35%;
	width:30%;
		height: 28.8vw;

	}
	.norm_5{
		position: absolute;
		bottom: calc(50% - 14.4vw);
		right:0%;
		width:30%;
		height: 28.8vw;
	}


.pigment_warp{
	margin-top:5vh; 
}
.pigment{
	width:96vw;
}
.pigment_con{
	justify-content:center;
	flex-direction: column;
	margin-top:4vh;
}

.pigment_left{ 
	width: 100%; 
}
.pigment_1{
	width:100%;
	line-height:4rem;
	font-size: 2rem;
}

.pigment_2{
	font-size: 1.5rem;
	line-height: 3.25rem;
}
.pigment_2 span{ 
	padding: 0px 3.25rem;
}
.pigment_3{
	font-size: 1.75rem;
	line-height: 3.25rem;
}
.pigment_4{
	font-size: 15rem;
	line-height: 15rem;
}


.pigment_right{ 
	width: 100%; 
	margin-top: 2vh;
}
.pigment_bg{
	display: none;
}



.grid{
	width:96vw;
	margin-top:5vh;
}
.grid_img{
	width:100%;
	height: calc(96vw * 688 / 1400);
	margin-top: 2vh;
}


.show_bg{
	width: 160px;
	height: 160px;
	top: -90px;
	left: -30px;
}

.show{
	width:96vw;
	margin-top:2vh;
}
.devise{
	width:100%;
	height: calc(96vw * 762 / 1384);
	margin-top: 2vh;
	position: relative;
	padding-top: 8px;
	z-index: 3;
}

.devise_img{
	width:calc(100% - 16px);
	height: calc(100% - 8px);
	border-radius:10px;
}

.devise_1{
	width:50px;
	height: 50px;
	bottom: 20px;
	left: -20px;
}
.devise_2{
	width: 30px;
	height: 30px;
	top: 15rem;
	right: -15px;
}
.devise_3{
	width: 20px;
	height: 20px;
	top: 21.25rem;
	right: -60px;
}
.devise_4{
	width: 12px;
	height: 12px;
	top: 27.875rem;
	right: -20px;
}


.show_nei{
	width:100%;
	height: calc(100vw * 762 / 1920);
	margin-top: 3vh;
}
.show_img{
	width:72.08vw;
	height: 100%;
	font-size: 0px;
	position: relative;
	
	padding-top: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 4;
}

	.show_img img {
    width: calc(100% - 16px);
    height: calc(100% - 8px);
    border-radius: 10px;
}
	
.show_img .devise_2{ top: inherit; bottom: 20px;}
.show_img .devise_3{ top: inherit; bottom: 50px;}
.show_img .devise_4{ top: inherit; bottom: 80px;}

.show_zi{
	 display: none;
}



.show_neia .devise_2{
	left: -15px;    top: 70px;
}
.show_neia .devise_3{
	left: -60px;top: 50px;
}
.show_neia .devise_4{
	left: -20px;top: 40px;
}




.fit_tit{

	font-size: 2.75rem;
	height: 12rem;
}
.fit_tit:after{
	font-size: 8.125rem;
}
.fit_bg1{
    width: 20px;
    height: 20px;
    top: 2rem;
    left: 11%;
}
.fit_bg2{
    width: 30px;
    height: 30px;
    top: 4rem;
    left: 2.45%;
    z-index: -1;
}

.delight {
	margin-top: 5vh;
	
}
.delight_bg1 {
   width: 100px;
	height: 100px;
	left: -70px;
	top: 40px;
}
.delight_bg2 {
    width: 100px;
	height: 100px;
	right: -70px;
	bottom: 20px;
}
.delight .devise_2{
	display: none;
}
.delight .devise_3{
	display: none;
}
.delight .devise_4{
	display: none;
}

.delight_img {
    overflow: inherit;
}

.actual_multiple{
	width:280px;
	height:280px;
	position: absolute;
	top:calc((100% - 280px) / 2);
	left:calc((100% - 280px) / 2);

}	
.actual_multiple>div {
		width:280px;
		height:280px;
	}


}
