<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	margin: 0;
}
.advpic{
	position: fixed;
    width: 100%;
    top: 20%;
    left: 5%;
    z-index: 1000;
}
.bg_img{
    background: url(../img/bg1.png) no-repeat;
    width: 325px;
    height: 500px;
    margin: auto;
    position: relative;
    background-size: cover;
}
.closebtn{
	position: absolute;
    bottom: 0%;
    left: 43.5%;
    width: 15%;
}
.closebtn.closebtn_two{
	position: absolute;
    bottom: -14%;
    left: 43.5%;
    width: 15%;
}
.closebtn img{
	width: 100%;
}
.advertising_text_one{
    width: 55%;
    padding-top: 50%;
    margin:  0 auto;
}
.advertising_text_two{
	width: 65%;
    padding-top: 27%;
    margin: 0 auto;
}

.advertising_text_one h3,.advertising_text_two h3{
	text-align: center;
}

.bg_img_two{
	    background: url(../img/bg2.png) no-repeat;
    width: 411px;
    height: 550px;
    margin: auto;
    position: relative;
    background-size: cover;
}

@media (max-width: 320px) {
	.closebtn.closebtn_two {
    position: absolute;
    bottom: 10%;
    left: 43.5%;
    width: 15%;
}
.bg_img_two{
	background: url(../img/bg2.png) no-repeat;
    width: 100%;
    height: 550px;
    margin: auto;
    position: relative;
    background-size: 100% ;
} 
}
@media (min-width: 321px) and (max-width: 640px) {

    .bg_img_two {
        background: url(../img/bg2.png) no-repeat;
        width: 375px;
        height: 500px;
        margin: auto;
        position: relative;
        background-size: contain;
    }

    .closebtn.closebtn_two {
        position: absolute;
        bottom: -15%;
        left: 43.5%;
        width: 15%;
    }
}

.advbox {display: none;}

/* å¼¹çª— */
@media (max-width: 320px) {.alert_welcome{top: 69% !important;width: 78% !important;left: 11% !important;}}
.cover{background:#000;position:fixed;left:0;top:0;width:100%;height:100%;opacity:0.8;}
#copy{display:none}.alert_welcome{position:fixed;left:50%;top:60%;margin-left:-205px;margin-top:-285px;z-index:200}
@media screen and (max-width: 480px){.alert_welcome{width:90%;left:5%;margin-left:0}}.alert_welcome .close1{display:block;width:100%}
.alert_welcome .close1 .img{display:block;width:100%}
.alert_welcome .bottom{text-align:center;background:#fff;border-radius:0 0 4px 4px;padding-bottom:10px;color:#e8515c}
.alert_welcome .button{display:block;margin:10px 14px;text-align:center;font-size:20px;color:#fff;height:52px;line-height:52px;background:linear-gradient(90deg, #d64c46, #fe9c59);border-radius:80px}.alert_welcome .h1{color:#666;font-size:20px}
.alert_welcome .small{color:#666;font-size:16px}
.alert_welcome .content{margin:0px 6.95% 0 8.21%;background:#fcfcfc;padding:20px;border-radius:0 0 10px 10px;text-align:center;box-shadow:0 0 20px 0 #bbbbbb}
.alert_welcome .big{color:#000;font-size:18px}.alert_welcome .big .span{color:#ec5b61}</pre></body></html>