/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 18 2026 | 12:27:41 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.header-filter-gradient {
	background-image:url(https://pan.mxyr.tech/datacentre/file/粉色信封1_裁剪_2.png);
	background-size:cover;
	background-position:center center;
}

@media screen and (max-width: 1023px){
	.header-filter-gradient {
		background-size:140% 110%;
		background-position:center 100%;
	}
}

#primary{
	height:360px;
}

@media screen and (min-width: 1024px) {
	#primary .container{
		padding-top:13% !important;
	}
}
@media screen and (max-width: 1023px) {
	#primary .container{
		padding-top:55% !important;
	}
}