<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> .yanZhengk{
   background:rgb(40, 43, 45,0.8);
  padding: 10px 0;
  margin-left:2%;
  margin-right:2%
}
.yanZheng{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left:2%;
  margin-right:2%;
  height:100%;
  background:#ffffff;
  position:relative

}
.yanZheng .pic{
  width: 25%;
  display: flex;
  align-items: center;
  background-color:#f2f3f5;
  justify-content: center;
  padding:15px 0
}
.yanZheng .pic img{
  width: 25%;
  margin-left:5px
}
.yanZheng .txt{

	height:100%;
	display:flex;
	width:70%;
	align-items: stretch;
	border:0px;
	height:100%
}
.yanZheng .input{
height:100%;
border:0;
text-indent:10px;
width:60%
}

.yanZheng .submit{
	width:25%;
	background:#3399fe;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	 display: flex;
  align-items: center;
    justify-content: center;
}
.yanZheng .submit a{
color:#ffffff
}
 .tc{
     background: rgb(0,0,0,.8);
     position: fixed;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     z-index: 1011;
     display: none;
     align-items: center;
     justify-content: center;
   
 }   
 .tc.on{
     display: flex;
 }
 .tc .cons{
     width: 400px;
   
     text-align: center;
     background: #ffffff;
     border-radius: 15px;
     line-height: 2;
     padding: 55px 0;

 }

 .tc .cons dl{
     color: #ff0000;
     font-size: 38px;
  
 }
 .tc .cons p:nth-child(3){
     color: #ff0000;
     margin-top: 15px;
 }
 .tc  a{
     display: inline-block;
     background: #3399fe;
     padding: 5px  45px;
      color: #ff7a84;
      border-radius: 5px;
      margin-top: 15px;
 }
 .ok{
     color: #008000;
     font-size: 18px;
 }
 .banner_news .hd{ padding:0 5px; }
 .banner_news .hd li{
      width: auto;

      margin-left: 0;
      margin-right:15px;
 }
 @media screen and (max-width: 768px) {
    .tc .cons{
        width: 69%;
		padding:35px 25px
		
    }
	
 .tc .cons dl{
    
     font-size: 2rem;
  
 }
  .ok{
   
     font-size: 1rem;
 }
  .tc .cons p{
    
     font-size: .7rem;
  
 }
 
 
}</pre></body></html>