<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.website-popbox-jiejuefangan{
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 999;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	transition: opactity 0.5s;
}
.website-popbox-jiejuefangan.show{
	opacity: 1;
}
.website-popbox-jiejuefangan .form{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -280px;
	width: 400px;
	background-color: #fff;
}
.website-popbox-jiejuefangan .form .padd3040{
	padding: 30px 40px;
}
.website-popbox-jiejuefangan .form .padd3040 .close{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 35px;
	height: 35px;
	cursor: pointer;
}
.website-popbox-jiejuefangan .form .padd3040 .close:before{
	content: '';
	display: block;
	width: 35px;
	height: 1px;
	background-color: #999;
	transform: rotate(45deg);
	margin-top: 18px;
}
.website-popbox-jiejuefangan .form .padd3040 .close:after{
	content: '';
	display: block;
	width: 35px;
	height: 1px;
	background-color: #999;
	transform: rotate(-45deg);
	margin-top: -1px;
}
.website-popbox-jiejuefangan .form .padd3040 .subtitle {
    font-size: 14px;
    line-height: 1;
    color: #666;
	display: none;
}
.website-popbox-jiejuefangan .form .padd3040 .red_title {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    color: #2474cb;
    margin-top: 10px;
}
.website-popbox-jiejuefangan .form .padd3040 .subdetail {
    font-size: 10px;
    line-height: 1.5;
    margin-top: 14px;
    color: #666;
}
.website-popbox-jiejuefangan .form .padd3040 .tel  {
	margin-top: 10px;
}
.website-popbox-jiejuefangan .form .padd3040 .tel input {
    font-size: 14px;
    line-height: 38px;
    width: 100%;
    height: 30px;
    text-indent: 10px;
    color: #333;
    border: 1px solid #adada9;
    background-color: #fff;
	outline: 0px;
}
.website-popbox-jiejuefangan .form .padd3040 .green_information_safety {
    font-size: 12px;
    line-height: 19px;
    margin: 2px 0 10px;
    text-indent: 1.6em;
    color: #1db816;
    background: url(img/zhengbang_revise_pop_10.png) left center no-repeat;
}
.website-popbox-jiejuefangan .form .padd3040 .qqto {
    background: #2474cb;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    width: 100%;
    font-size: 18px;
    height: 40px;
    line-height: 38px;
    text-align: center;
}

@media(max-width:460px) {
.website-popbox-jiejuefangan .form {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -160px;
    width: 300px;
    background-color: #fff;
}
.website-popbox-jiejuefangan .form .padd3040 {
    padding: 20px;
}
}</pre></body></html>