<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#mainPhoto h2{
    left: calc(50% - 125px);
    top: 7%;
}
#mainPhoto p{
	left:calc(50% - 205px);
}
#mainRight{
	max-width:1024px;
	margin:auto;
	overflow: hidden;
}
#mainPhoto ul li img {
    object-fit: cover;
}

.planBox p img, .planBoxL p img{
	height:180px;
	object-fit: cover;
}
#planList {
    padding: 5px;
}
.planBox {
    width: calc(50% - 16px);
}

@media only screen and (max-width: 768px){
#mainPhoto h2 img {
    width: 156px;
}
#mainPhoto h2 {
    left: calc(50% - 78px)!important;
}
#mainPhoto p {
    left: calc(50% - 187px)!important;
}
.planBox {
    width: 100%!important;
}
}</pre></body></html>