/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
    margin: 0;
    padding: 0;
}

/** 设置默认字体 **/
body,button, input, select, textarea /* for ie */ {
    font: 14px/1.0 "PingFangSC-Regular","Microsoft YaHei","黑体","宋体","KaiTi",sans-serif;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal;}
address, cite, dfn, em, var, i { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读, 让 small 正常化 */

/** 重置列表元素 **/
ul, ol { list-style: none; }

/** 重置文本格式元素 **/
a { color: #333; text-decoration: none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
a:hover { text-decoration: none; cursor: pointer; }

sup { vertical-align: text-top; } /* 重置, 减少对行高的影响 */
sub { vertical-align: text-bottom; }

/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; outline: none;} /* 使得表单元素在 ie 下能继承字体大小 */
button, input[type="button"] { cursor: pointer;-webkit-appearance: none;}
input::-ms-clear{display:none;}/*隐藏文本框叉子*/
input::-ms-reveal{display:none;}/*隐藏密码框小眼睛*/
/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }

/* 重置 HTML5 元素 */
article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
    display: block;
    margin: 0;
    padding: 0;
}
img{
	vertical-align: top;
	image-rendering: -webkit-optimize-contrast;
  	image-rendering: crisp-edges;
}

html{
	font-size: 100px;
}
body{
	color: #333;
	overflow-x: hidden;
	background-color: #fff;
}
.clear_both::after{
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}



.title_box{
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.title_box .tb_img{
	width: 2.5rem;
	transform: translateY(0.8rem);
	opacity: 0;
}
.title_box .logo_img{
	width: 5.7rem;
	margin: 6vh -0.15rem 8vh 0;
	transform: translateY(0.8rem);
	opacity: 0;
}
.title_box h5{
	font-size: 0.5rem;
	line-height: 1.4;
	font-weight: 100;
	letter-spacing: 0;
	margin-bottom: 4vh;
	transform: translateY(0.8rem);
	font-family: "PingFangSC-Light";
	opacity: 0;
}
.title_box h6{
	font-size: 0.24rem;
	line-height: 1.5;
	font-weight: 100;
	letter-spacing: 0;
	transform: translateY(0.8rem);
	font-family: "PingFangSC-Thin";
	opacity: 0;
}

.active_title .tb_img{
	transition: all 0.8s 0.4s;
	transform: translateY(0);
	opacity: 1;
}
.active_title .logo_img{
	transition: all 0.8s 0.6s;
	transform: translateY(0);
	opacity: 1;
}
.active_title h5{
	transition: all 0.8s 0.8s;
	transform: translateY(0);
	opacity: 1;
}
.active_title h6{
	transition: all 0.8s 1s;
	transform: translateY(0);
	opacity: 1;
}



.head_box{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 0.8rem;
	box-sizing: border-box;
	display: flex;
	background-color: #fff;
	justify-content: space-between;
	padding: 0 0.72rem;
	box-shadow: 0 0.02rem 0.04rem rgba(0,0,0,0.1);
}
.head_box .logo_a{
	flex-shrink: 0;
	height: 100%;
	width: 2.4rem;
	line-height: 0.8rem;
}
.head_box .logo_a img{
	width: 100%;
	vertical-align: middle;
}
.head_box .nav_div{
	font-size: 0;
	overflow: hidden;
}
.head_box .nav_div a{
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	font-size: 0.21rem;
	font-weight: 100;
	height: 0.8rem;
	line-height: 0.8rem;
	margin-left: 0.56rem;
	overflow: hidden;
	position: relative;
}
.head_box .nav_div a:first-of-type{
	margin-left: 0;
}
.head_box .nav_div a i{
	display: block;
	transition: all 0.5s ease;
}
.head_box  .nav_div a strong{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.5s ease;
}
.head_box  .nav_div a.active i{
	opacity: 0;
}
.head_box  .nav_div a.active strong{
	opacity: 1;
}



.menu_box{
	display: none;
	position: absolute;
    width: 0.7rem;
    height: 0.7rem;
	top: 0;
	right: 0;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 12;
	transition: all 0.5s ease;
}
.menu_box dt{
	width: 27px;
	font-size: 0;
	text-align: right;
}
.menu_box dt i{
	display: inline-block;
	vertical-align: top;
	width: 100%;
    height: 2px;
    background-color: #333;
    margin: 3px 0;
    transition: all 0.5s ease;
}

.menu_active{
	
}
.menu_active dt i:nth-of-type(1){
	transform: rotate(45deg) translate(5.5px, 6px);
}
.menu_active dt i:nth-of-type(2){
	opacity: 0;
}
.menu_active dt i:nth-of-type(3){
	transform: rotate(-45deg) translate(5.5px, -6px);
}


.foot_box{
	background-color: #fff;
	padding: 6vh 0;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 -0.02rem 0.04rem rgba(0,0,0,0.1);
}
.foot_box .div1{
	display: flex;
	align-items: center;
}
.foot_box .div1 a{
	flex-shrink: 0;
	width: 1.44rem;
}
.foot_box .div1 a img{
	width: 100%;
}
.foot_box .div1 h6{
	margin-left: 0.34rem;
}
.foot_box .div1 h6 img{
	width: 3.2rem;
}
.foot_box .div1 h6 span{
	margin-top: 0.18rem;
	display: block;
	white-space: nowrap;
	font-size: 0.28rem;
	font-weight: 100;
	text-justify: distribute-all-lines;
	text-align: justify;
	text-align-last: justify;
}

.foot_box .div2{
	margin: 0 5vw;
}
.foot_box .div2 p{
	font-size: 0.18rem;
	font-weight: 100;
}
.foot_box .div2 h6{
	font-size: 0.22rem;
	font-weight: 800;
	margin: 0.12rem 0;
}

.foot_box .div3{
	display: flex;
	align-items: center;
}
.foot_box .div3 img{
	width: 0.98rem;
}
.foot_box .div3 dl{
	font-size: 0.16rem;
	line-height: 1.4;
	margin-left: 0.28rem;
}
.foot_box .div3 dl dt{
	margin-bottom: 0.1rem;
}
.foot_box .div3 dl dd{
	
}
.foot_box .div3 dl dd span{
	display: block;
}



.index_box{
	padding: 1.28rem 4% 0.48rem;
}
.index_box .type_h6{
	text-align: right;
	margin-bottom: 0.46rem;
}
.index_box .type_h6 a{
	display: inline-block;
	vertical-align: top;
	margin-left: 0.24rem;
	font-size: 0.16rem;
	font-weight: 100;
	height: 0.48rem;
	line-height: 0.48rem;
	padding-left: 0.58rem;
	background-repeat: no-repeat;
	
	background-size: 0.48rem 0.48rem;
	transform: translateX(0.5rem);
    opacity: 0;
}
.index_box .type_h6 a:nth-of-type(1){
	background-image: url(../img/tb3.png);
}
.index_box .type_h6 a:nth-of-type(2){
	background-image: url(../img/tb4.png);
}
.index_box .type_h6 a:nth-of-type(3){
	background-image: url(../img/tb5.png);
}

.list_ul{
	margin-top: -1%;
	transform: translateY(0.8rem);
	opacity: 0;
}
.list_ul li{
	float: left;
	width: 24.25%;
	margin-right: 1%;
	margin-top: 1%;
}
.list_ul li:nth-of-type(4n){
	margin-right: 0;
}
.list_ul li a{
	display: block;
	width: 100%;
	padding-bottom: 78%;
	position: relative;
	overflow: hidden;
}
.list_ul li i{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	transition: all 0.5s ease;
}
.list_ul li h6{
	position: absolute;
	z-index: 3;
	color: #fff;
	width: 100%;
	text-align: center;
	top: 60%;
	left: 0;
	transform: translateY(-50%);
	opacity: 0;
	transition: all 0.5s ease;
	padding: 0 14%;
	box-sizing: border-box;
}
.list_ul li h6 P{
	font-size: 0.2rem;
	line-height: 1.5;
}
.list_ul li h6 span::before{
	content: "—";
	display: block;
	margin-bottom: 0.1rem;
}
.list_ul li h6 span{
	display: block;
	font-size: 0.16rem;
}

.list_ul li small{
	position: absolute;
	width: 100%;
	z-index: 3;
	text-align: center;
	font-size: 0.12rem;
	left: 0;
	color: #fff;
	bottom: 0.24rem;
	opacity: 0;
	transition: all 0.5s ease;
}

.list_ul li a::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	background-image: url(../img/tb2.png);
	background-size: 2.38rem;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	transition: all 0.5s ease;
}

.list_ul li dl{
	display: none;
	margin-top: 0.12rem;
	line-height: 1.5;
}
.list_ul li dl dt{
	font-size: 0.2rem;
}
.list_ul li dl dt strong{
	
}
.list_ul li dl dt p{
	margin: 0.06rem 0;
}
.list_ul li dl dd{
	font-size: 0.14rem;
	color: #999;
}



.case_ul{
	margin-top: -1%;
}
.case_ul li{
	float: left;
	width: 24.25%;
	margin-right: 1%;
	margin-top: 1%;
}
.case_ul li:nth-of-type(4n){
	margin-right: 0;
}
.case_ul li a{
	display: block;
	width: 100%;
	padding-bottom: 78%;
	position: relative;
	overflow: hidden;
}
.case_ul li i{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	transition: all 0.5s ease;
}
.case_ul li h6{
	position: absolute;
	z-index: 3;
	color: #fff;
	width: 100%;
	text-align: center;
	top: 60%;
	left: 0;
	transform: translateY(-50%);
	opacity: 0;
	transition: all 0.5s ease;
	padding: 0 14%;
	box-sizing: border-box;
}
.case_ul li h6 P{
	font-size: 0.2rem;
	line-height: 1.5;
}
.case_ul li h6 span::before{
	content: "—";
	display: block;
	margin-bottom: 0.1rem;
}
.case_ul li h6 span{
	display: block;
	font-size: 0.16rem;
}

.case_ul li small{
	position: absolute;
	width: 100%;
	z-index: 3;
	text-align: center;
	font-size: 0.12rem;
	left: 0;
	color: #fff;
	bottom: 0.24rem;
	opacity: 0;
	transition: all 0.5s ease;
}

.case_ul li a::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	background-image: url(../img/tb2.png);
	background-size: 2.38rem;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	transition: all 0.5s ease;
}

.case_ul li dl{
	display: none;
	margin-top: 0.12rem;
	line-height: 1.5;
}
.case_ul li dl dt{
	font-size: 0.2rem;
}
.case_ul li dl dd{
	font-size: 0.14rem;
	color: #999;
}



.index_box .more_div{
	text-align: center;
	margin-top: 0.32rem;
	transform: translateY(0.8rem);
    opacity: 0;
} 
.index_box .more_div a{ 
	display: block;
	width: 1.2rem;
	margin: 0 auto;
	text-align: center;
	height: 0.36rem;
	line-height: 0.36rem;
	font-size: 0.25rem;
	font-weight: 100;
	overflow: hidden;
	position: relative;
	text-align: center;
} 
.index_box .more_div a span{
	display: block;
	transition: all 0.5s ease;
}
.index_box .more_div a strong{
	position: absolute;
	display: block;
	text-align: center;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.5s ease;
}

.index_body{
	height: 100vh;
	overflow: hidden;
}
.index_body .head_box{
	opacity: 0;
	transition: all 0.5s ease 0.4s;
}
.index_body .index{
	height: auto;
	transform: translateY(0);
	transition: all 0.8s cubic-bezier(0.6,0,0.2,1);;
}
.box{
	background-color: #fff;
	height: 100vh;
	overflow-y: auto;
	position: relative;
}

.index_show .index{
	transform: translateY(-50%);
}
.index_show .head_box{
	transition: all 0.5s ease 0.8s;
	opacity: 1;
}

.active_index .type_h6 a:nth-of-type(1){
	transition: all 0.8s 0.8s;
	transform: translateX(0);
	opacity: 1;
}
.active_index .type_h6 a:nth-of-type(2){
	transition: all 0.8s 1s;
	transform: translateX(0);
	opacity: 1;
}
.active_index .type_h6 a:nth-of-type(3){
	transition: all 0.8s 1.2s;
	transform: translateX(0);
	opacity: 1;
}
.active_index .list_ul{
	transition: all 0.8s 1.2s;
	transform: translateX(0);
	opacity: 1;
}
.active_index .more_div{
	transition: all 0.8s 1.4s;
	transform: translateX(0);
	opacity: 1;
}



.content_box{
	max-width: 1400px;
	margin: 0.8rem auto 0;
	width: 72.8%;
	box-sizing: border-box;
	padding: 0.8rem 0;
}
.content_box .title_dl{
	display: flex;
	justify-content: space-between;
}
.content_box .title_dl dt{
	flex-shrink: 0;
	width: 54%;
}
.content_box .title_dl dt h5{
	font-size: 0.44rem;
	font-weight: 800;
	letter-spacing: 0.06rem;
	margin-bottom: 0.3rem;
}
.content_box .title_dl dt p{
	font-size: 0.14rem;
	line-height: 1.6;	
	text-align: justify;
}
.content_box .title_dl dd{
	padding-top: 0.73rem;
}
.content_box .title_dl dd p{
	font-size: 0.14rem;
	line-height: 1.6;	
}

.content_box .content_div{
	margin-top: 0.6rem;
}
.content_box .content_div p{
	line-height: 1.8;	
}
.content_box .content_div img{
	width: 100%;
}

.content_box .fgx_i{
	display: block;
	margin: 0.66rem 0 0.72rem;
	position: relative;
}
.content_box .fgx_i::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #333;
	top: 50%;
	left: 0;
}
.content_box .fgx_i img{
	display: block;
	margin: 0 auto;
	width: 2.44rem;
	padding: 0 0.24rem;
	background-color: #fff;
	position: relative;
	z-index: 3;
}
.content_box .h6{
	text-align: center;
	font-size: 0.26rem;
	font-weight: bold;
	margin-bottom: 0.36rem;
}



.gd_div{
	display: none;
	position: fixed;
	right: 4%;
	top: 50%;
	transform: translateY(-50%);
}
.gd_div span{
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	border: 1px solid #333;
	background-color: #fff;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center 0.16rem;
	background-size: 0.29rem;
	cursor: pointer;
	transition: all 0.5s ease;
}
.gd_div #top_span{
	background-image: url(../img/tb6.png);
}
.gd_div #bottom_span{
	background-image: url(../img/tb7.png);
	margin-top: 0.3rem;
}



.move_body{
	height: auto;
	overflow: auto;
}
.move_body .head_box{
	opacity: 1;
}
.move_body .index_box{
	padding: 0 4% 0.48rem;
}
.move_body .index{
	margin-top: 0.8rem;
}
.move_body .index_box .type_h6 a{
	opacity: 1;
	transform: translateX(0);
}
.move_body .box{
	height: auto;
}
.move_body .list_ul{
	transform: translateY(0);
	opacity: 1;
}
.move_body .list_ul li a::after{
	display: none;
}
.move_body .list_ul li a{
	padding-bottom: 0;
}
.move_body .list_ul li h6{
	display: none;
}
.move_body .list_ul li small{
	display: none;
}
.move_body .list_ul li i{
	display: block;
	padding-bottom: 80%;
	position: static;
	width: 100%;
}
.move_body .list_ul li dl{
	display: block;
}
.move_body .title_box{
	height: calc(100vh - 0.8rem);
}
.move_body .more_div{
	transform: translateY(0);
	opacity: 1;
}



@media (min-width: 1200px) {
	.index_box .more_div a:hover span{
		opacity: 0;
	}
	.index_box .more_div a:hover strong{
		opacity: 1;
	}
	.head_box  .nav_div a:hover i{
		opacity: 0;
	}
	.head_box  .nav_div a:hover strong{
		opacity: 1;
	}
	.gd_div #top_span:hover{
		background-color: #333;
		background-image: url(../img/tb6h.png);
	}
	.gd_div #bottom_span:hover{
		background-color: #333;
		background-image: url(../img/tb7h.png);
	}

	.list_ul li:hover a::after{
		opacity: 1;
	}
	.list_ul li:hover h6{
		opacity: 1;
		top: 50%;
	}
	.list_ul li:hover small{
		opacity: 1;
	}
	.list_ul li:hover i{
		transform: scale(1.1);
	}

	.case_ul li:hover a::after{
		opacity: 1;
	}
	.case_ul li:hover h6{
		opacity: 1;
		top: 50%;
	}
	.case_ul li:hover small{
		opacity: 1;
	}
	.case_ul li:hover i{
		transform: scale(1.1);
	}

	html::-webkit-scrollbar {
		width: 7px;  
		height: 1px;
	}
	html::-webkit-scrollbar-thumb {
		border-radius: 3px;
		background: rgba(0,0,0,0.5);
	}
	html::-webkit-scrollbar-track {
		border-radius: 3px;
	}

	.box::-webkit-scrollbar {
		width: 7px;  
		height: 1px;
	}
	.box::-webkit-scrollbar-thumb {
		border-radius: 3px;
		background: rgba(0,0,0,0.5);
	}
	.box::-webkit-scrollbar-track {
		border-radius: 3px;
	}
}

/* @media (max-width: 1930px) {
	.list_ul li{
		width: 24.25%;
	}
	.list_ul li:nth-of-type(5n){
		margin-right: 1%;
	}
	.list_ul li:nth-of-type(4n){
		margin-right: 0;
	}
} */

@media (max-width: 1600px) {
	html{
		font-size: 90px;
	}
}

@media (max-width: 1400px) {
	html {
		font-size: 80px;
	}
	.list_ul li{
		width: 32.5%;
		margin-right: 1.25%;
	}
	.list_ul li:nth-of-type(4n){
		margin-right: 1.25%;
	}
	.list_ul li:nth-of-type(3n){
		margin-right: 0;
	}
}

@media (max-width: 1200px) {
	.list_ul{
		margin-top: -0.3rem;
	}
	.list_ul li{
		width: 49%;
		margin-right: 2%;
		margin-top: 0.3rem;
	}
	.list_ul li:nth-of-type(3n){
		margin-right: 2%;
	}
	.list_ul li:nth-of-type(2n){
		margin-right: 0;
	}

	.title_box .tb_img{
		width: 2.0rem;
	}
	.title_box .logo_img{
		
	}
	.title_box h5{
		font-size: 0.36rem;
	}
	.title_box h6{
		font-size: 0.22rem;
	}

	.case_ul{
		margin-top: -0.3rem;
	}
	.case_ul li{
		width: 49%;
		margin-right: 2%;
		margin-top: 0.3rem;
	}
	.case_ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.case_ul li a{
		padding-bottom: 0;
	}
	.case_ul li a i{
		position: static;
		display: block;
		padding-bottom: 80%;
	}
	.case_ul li h6{
		display: none;
	}
	.case_ul li small{
		display: none;
	}
	.case_ul li dl{
		display: block;
	}
	.case_ul li dl dd{
		margin-top: 0.04rem;
	}

	.foot_box{
		display: block;
		padding: 6vh 4vw;
	}
	.foot_box .div2{
		margin: 3% 0;
	}
	.foot_box .div1 a{
		display: none;
	}
	.foot_box .div1 h6{
		margin-left: 0;
	}
	
}

@media (max-width: 992px) {
	.head_box{
		height: 0.7rem;
		padding: 0 0.7rem 0 4%;
	}
	.head_box .logo_a{
		line-height: 0.7rem;
	}
	.head_box .nav_div{
		position: absolute;
		background-color: #fff;
		border-top: 1px solid #e5e5e5;
		width: 100%;
		top: 100%;
		left: 0;
		margin-right: 0;
		box-sizing: border-box;
		padding: 0.1rem 4%;
		box-shadow: 0 6px 6px rgba(0,0,0,0.2);
		display: none;
	}
	.head_box .nav_div a{
		display: block;
		padding: 0;
		margin-left: 0;
		margin-top: 0;
		height: 0.6rem;
		line-height: 0.6rem;
		font-size: 0.22rem;
		text-align: center;
		border-bottom: 1px solid #e5e5e5;
	}
	.head_box .nav_div a:last-of-type{
		border-bottom: none;
	}
	.head_box .nav_div a strong{
		display: none;
	}
	.head_box .nav_div a.active i{
		opacity: 1;
		font-weight: bold;
	}

	.menu_box{
		display: flex;
	}

	.content_box{
		width: 92%;
		margin: 0.7rem 4% 0;
		padding: 0.4rem 0;
	}
	.content_box .title_dl{
		display: block;
	}
	.content_box .title_dl dt{
		width: 100%;
	}
	.content_box .title_dl dd{
		width: 100%;
		padding-top: 0.4rem;
	}
	.content_box .content_div{
		margin-top: 0.4rem;
	}

	.foot_box{
		padding: 5vh 4vw;
	}
	.foot_box .div1 h6 img{
		width: 2.8rem;
	}
	.foot_box .div1 h6 span{
		font-size: 0.24rem;
		margin-top: 0.1rem;
	}
	.foot_box .div2{
		margin: 0.4rem 0;
	}
	.foot_box .div3 dl{
		margin-left: 0.2rem;
	}

	.index_body .index{
		margin-top: 0.7rem;
	}

	.move_body .title_box{
		padding: 0 8%;
		height: calc(100vh - 0.7rem);
	}
	
	.index_box .type_h6{
		margin-bottom: 0.4rem;
	}
	.index_box .type_h6 a{
		padding-left: 0;
		width: 0.48rem;
		margin-left: 0.14rem;
		font-size: 0;
	}
}

@media (max-width: 750px){
	.title_box .logo_img{
		width: 100%;
		height: 11vw;
	}
	.head_box .logo_a img{
		transform: scaleY(0.96);
	}
	.list_ul{
		margin-top: -0.2rem;
	}
	.list_ul li{
		width: 100%;
		margin-top: 0.2rem;
		margin-right: 0;
	}
	.list_ul li:nth-of-type(2n){
		margin-right: 0;
	}
	.foot_box .div3 img{
		width: 1.3rem;
	}
	.foot_box .div3 dl dd span{
		display: initial;
	}
	.foot_box .div3 dl dd span:last-of-type{
		display: block;
	}
}

@media (max-width: 380px){
	html {
		font-size: 70px;
	}
}












































































