<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.main {
    width: 100%;
    background-color: #f6fafd;
    overflow: hidden;
    margin: auto;
}
.header {
    height:1.1rem;
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    width:3rem;
	margin-left: 0.2rem;
}
.head_right {
	width:79%;
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-right: 0.2rem;
}
.tel {
    width:0.5rem;
    margin-right: .2rem;
}
.head_right p {
	font-size:0.3rem;
    font-weight: 600;
    color:#333;
	margin-left: 0.1rem;
}
.w_bg{
	width: 100%;
	height: 100%;
}
.w_img{
	width: 100%;
	margin: 0 auto;
}

.w_bg_hk{
	width: 90%;
	height: 100%;
    margin: 0 auto;
	background-image:none!important;
}

.w_img_hk{
    width: 100%;
	margin: 0 auto;
	padding-top:0.5rem;
	padding-bottom: 0.5rem;
}</pre></body></html>