<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 1001px){
	.page1-box {
		width: 100%;
		position: relative;
		min-width: 1200px
	}

	.page1-bg {
		width: 100%;
		min-width: 1200px
	}

	.page1-icon {
		position: fixed;
		right: 3%;
		top: 47%;
		z-index: 2000
	}

	.posi-icon {
		position: absolute;
		right: 0;
		top: 80%
	}

	.posi-icon img {
		width: 60px;
		height: 60px;
		margin-bottom: 10px
	}

	.bask {
		padding: 10px;
		position: absolute;
		right: 70px;
		top: 55%
	}

	.bask-right {
		width: 0;
		height: 0;
		border-width: 15px 0 15px 15px;
		border-style: solid;
		border-color: transparent transparent transparent rgba(27,27,27,0.6);
		position: absolute;
		right: -15px;
		top: 41%
	}

	.bask img:nth-child(1) {
		height: 48px;
		position: absolute;
		top: 5px;
		right: 0;
		display: none
	}

	.bask img:nth-child(2) {
		width: 120px;
		position: absolute;
		top: 40px;
		right: 0;
		display: none
	}

	.page1-p {
		position: absolute;
		left: 25%;
		top: 25%;
		text-align: center;
		width: 40%
	}

	.page1-p h3 {
		font-weight: bold;
		margin-top: 10%;
		font-size: 30px;
		color: #fff;
		margin-bottom: 5%
	}

	.page1-p p {
		line-height: 30px;
		font-size: 15px;
		color: #fff;
		letter-spacing: .1em
	}
	.mobile-concat-div{
		display: none;
	}
	.notice,.notice1,.notice2,.notice3{
		display: none;
	}
	

}
@media screen and (max-width: 1001px){
	.page1-box {
		width: 100%;
		position: relative;
	}

	.page1-bg {
		width: 100%;
	}

	.page1-icon {
		display: none;
		position: fixed;
		right: 3%;
		top: 47%;
		z-index: 2000
	}

	.posi-icon {
		position: absolute;
		right: 0;
		top: 80%
	}

	.posi-icon img {
		width: 60px;
		height: 60px;
		margin-bottom: 10px
	}

	.bask {
		padding: 10px;
		position: absolute;
		right: 70px;
		top: 55%
	}

	.bask-right {
		width: 0;
		height: 0;
		border-width: 15px 0 15px 15px;
		border-style: solid;
		border-color: transparent transparent transparent rgba(27,27,27,0.6);
		position: absolute;
		right: -15px;
		top: 41%
	}

	.bask img:nth-child(1) {
		height: 48px;
		position: absolute;
		top: 5px;
		right: 0;
		display: none
	}

	.bask img:nth-child(2) {
		width: 120px;
		position: absolute;
		top: 40px;
		right: 0;
		display: none
	}

	.page1-p {
		position: absolute;
		left: 15%;
		top: 15%;
		text-align: center;
		width: 55%
	}

	.page1-p h3 {
		font-weight: bold;
		margin-top: 10%;
		font-size: 30px;
		color: #fff;
		margin-bottom: 5%
	}

	.page1-p p {
		line-height: 30px;
		font-size: 15px;
		color: #fff;
		letter-spacing: .1em
	}
		/*è”ç³»æˆ‘ä»¬*/
	.mobile-concat-div{
		width:11%;
	    position: fixed;
	    right: 3%;
	    bottom: 15%;
	}
	#contact{
	    z-index: 15;
	    width: 100%;
	    margin:15px 0;
	}
	#tel{
	    z-index: 15;
	    width: 100%;
	    margin:15px 0;
	}
	.bask{
	    z-index: 1000;
	    display: none;
	}
	.qq-logo{
	    z-index: 15;
	    width: 100%;
	    border-radius: 50%;
	    overflow: hidden;
	    margin:15px 0;
	}
	.qq-logo img{
	    width: 100%;
	}
/* 	.notice2:after,.notice3tel:after {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    background: #222;
    position: absolute;
    right: -0.2rem;
    top: 45%;
    transform: rotate(45deg);
}  */
	.notice1{
		position: absolute;
	    left: -220%;
	    top: 33%;
	    font-size: 32px;
	    background: rgba(0,0,0,.54);
	    color: #fff;
	    padding: 20px 40px;
	    border-radius: 10px;
	    display: none;
	}
	.notice1:after{
		content: "";
		display: inline-block;
		width:0;
		height: 0;
		border-left:15px solid rgba(0,0,0,.54);
		border-right:15px solid transparent;
		border-top:15px solid transparent;
		border-bottom:15px solid transparent;
	    position: absolute;
	    right: -30px;
	    top: 36%;
	
	}
	.notice2{
		position: absolute;
	    left: -630%;
	    top: 38%;
	    font-size: 32px;
	    background: rgba(0,0,0,.54);
	    color: #fff;
	    padding: 20px 40px;
	    border-radius: 10px;
	    white-space: nowrap;
	    display: none;
	 
	}
	.notice2:after{
		content: "";
		display: inline-block;
		width:0;
		height: 0;
		border-left:15px solid rgba(0,0,0,.54);
		border-right:15px solid transparent;
		border-top:15px solid transparent;
		border-bottom:15px solid transparent;
	    position: absolute;
	    right: -30px;
	    top: 36%;
	}
	.notice3{
		position: absolute;
	    left: -620%;
	    top: 74%;
	    font-size: 32px;
	    background: rgba(0,0,0,.54);
	    color: #fff;
	    padding: 20px 40px;
	    border-radius: 10px;
	    white-space: nowrap; 
	    display: none;
	}
	.notice3:after{
		content: "";
		display: inline-block;
		width:0;
		height: 0;
		border-left:15px solid rgba(0,0,0,.54);
		border-right:15px solid transparent;
		border-top:15px solid transparent;
		border-bottom:15px solid transparent;
	    position: absolute;
	    right: -30px;
	    top: 36%;
	}
}</pre></body></html>