@font-face {
    font-family: 'M+ 1p regular';
    src: url('/top/fonts/mplus-1p-regular-sub.eot');
    src: url('/top/fonts/mplus-1p-regular-sub.eot?#iefix') format('embedded-opentype'),
    url('/top/fonts/mplus-1p-regular-sub.woff') format('woff'),
    url('/top/fonts/mplus-1p-regular-sub.ttf') format('truetype');
}

body{
	width: 100%;
	background-color: #B5161D;
	margin: 0;
	padding: 0;
	font-size: calc(1.5vw);
	font-family: 'M+ 1p regular';
	background-image:    url("tl.png"), url("br.png");
	background-repeat:   no-repeat, no-repeat;
	background-position: top left,  bottom right;
	background-size: 20%, 30%;
}

#content{
	/* background-color: #B5161D; */
	margin: auto;
	padding-top: 10vw;
	padding-bottom: 20vw;

}


.y2018, .hny{
	width: 40%;
}


.cxc{
	width: 60%;
}
p {
	color: white;
	line-height: 2.08;
	text-align: center;
	margin: 0 0 3.12%;
}

.box {
    width: 56vw;
    margin-left: 44vw;
    margin-bottom: 5vw;
    height: 12vw;
    display: flex;
    justify-content: space-between;
}
 
.box img{
    height: 12vw;
}
#splite01, #splite02, #splite03, #splite04, #splite05{
    visibility: hidden;
}
#logo{
	display: none;
}
#splite01{
	position:relative;
}
#splite01 img{
	position: absolute;
}



@media (min-width: 1280px) {
	body {
		font-size: 19.2px;
		background-size: 256px, 384px;
	}
	#content{
		width:1280px;
		padding-top: 128px;
		padding-bottom: 256px;
	}
	.box {
		width: calc(1280px * 0.56);
		margin-left: calc(1280px * 0.44);
		margin-bottom: calc(1280px * 0.05);
		height: calc(1280px * 0.12);
	}
	.box img{
		height: calc(1280px * 0.12);
	}
}


@media (max-width: 640px) {
	body {
		font-size: 2.5vw;
	}
	.box {
	    width: 58vw;
	    margin-left: 42vw;
	    height: 16vw;

	}
	 
	.box img{
	    height: 16vw;
	}
	.y2018, .hny{
		width: 70%;
	}

	.cxc{
		width: 85%;
	}
	p {
		color: white;
		line-height: 2.08;
		text-align: center;
		margin: 0 0 3.12%;
	}
}