html {
	font-size: 6.2083333vw;
}

.advisory html,
body,
h1,
h2
{
	padding: 0;
	margin: 0;
}

ul,
li {
	list-style-type: none;
	display: inline-block;
	padding: 0;
	margin: 0;
}

a {
	color: inherit;
	text-decoration: none;
}


.advisory {
	position: fixed;
	top: 60vh;
	right: 0.5rem;
	z-index: 1000;
}

.message {
	width: 0.86rem;
	background-color:#00AEF0;
	border-radius: 0.1rem;
}

.message {
	height: 1.5rem;
	position: relative;
}

.message:after {
	content: "";
	width: 0.66rem;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.3);
	margin: 0 0.1rem;
	position: absolute;
	top: calc(100% - 0.5px);
}

.fixed-phone {
	position: relative;
}


.fixed-phone p {
	font-size: 0.18rem;
	font-family: Microsoft YaHei;
	font-weight: 200;
	color: rgba(255, 255, 255, 0.8);
	line-height: 0.42rem;
	cursor: default;
}

.pop-up-phone {
	position: absolute;
	bottom: calc(50% - 1.83rem);
	right: 0.96rem;
	overflow: hidden;
}

.pop-up-phone-info {
	position: absolute;
	top:0;
	width: 100%;
	height: 100%;
}

.phone-info {
	height: 1.2rem;
	padding-top: 0.45rem;
	padding-left: 0.95rem;
}

.phone-info>img {
	position: absolute;
	top: 0.45rem;
	left: 0.44rem;
	width: 0.28rem;
	height: 0.28rem;
}

.phone-info>h2,
.wx-info>h2 {
	font-size: 0.2rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(68, 68, 68, 1);
	line-height: 0.2rem;
}

.wx-info>h2 {
	margin-left: 0.04rem;
	line-height: 0.22rem;
}


.phone-info>p {
	font-size: 0.26rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(18, 191, 189, 1);
	line-height: 0.5rem;
}

.wx-info {
	height: 2.26rem;
	padding-left: 0.91rem;
	position: relative;
}

.wx-info>img {
	width: 1.54rem;
	height: 1.54rem;
	margin-top: 0.12rem;
}

.wxicon {
	position: absolute;
	top: 0;
	left: 0.42rem;
}

.wxicon>img {
	display: block;
	width: 0.33rem;
	height: 0.27rem;
}

.pop-up-phone>.phonePannel {
	width: 100%;
	height: 100%;
	position: absolute;
	right: -100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.phonePannel>img {
	display: block;
	width: 100%;
	height: 100%;
}

.fixed-phone:hover .pop-up-phone {
	width: 3.4rem;
	height: 3.58rem;
}

.fixed-phone:hover .pop-up-phone>.phonePannel {
	transform: translateX(-100%);
}

.fixed-phone {
	display: -ms-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.fixed-phone {
	width: 100%;
	height: 100%;
	padding-top: 5px;
}

.fixed-phone:hover {
	background-color: #0000ff;
	border-radius: 0.1rem;
}

.fixed-datum {
	width: 100%;
	height: 100%;
}

.fixed-phone>img {
	width: 0.36rem;
	height: 0.37rem;
}
