<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
	list-style: none;
box-sizing: border-box;
}

.top .topImg1{
	width: 130px;
}

.top .topImg2{
	width: 48px;
	float: right;
}

.left {
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 15px;
}

.right {
	width: 80%;
	height: 40%;
	background-color: rgba(27, 79, 199, 0.9);
	margin: 0px auto;
	color: #fff;
	padding: 30px;
}

.fnt_32 {
	font-size: 25px;
	margin: 30px 0;
}

.phoneValue {
	height: 48px;
	width: 100%;
	font-size: 18px;
}

body {
	padding: 10px;
}

.s_phone input[type="button"] {
	margin-top: 30px;
	font-size: 20px;
	background-color: transparent;
	width: 100%;
	border: none;
	color: white;
}

.fix {
	width: 100%;
	height: 100%;
	background-color: rgba(27, 79, 199);
	position: fixed;
	top: 0;
	right: -100%;
	color: #fff;
	transition: .5s;
	padding: 20px;
	
}
.fix  ul{
	line-height: 40px;
	text-align: center;
	position: relative;
}
.fix  ul li:nth-of-type(1){
	margin-top: 30px;
}
.fix  ul img{
	width: 30px;
	height: 30px;
	position: absolute;
	top: -37px;
	right: 0;
}
.fix ul li a{
	text-decoration: none;
	color: #fff;
}</pre></body></html>