@CHARSET "UTF-8";
          .xieyi{
                position: fixed;
                width: 50%;
                left: 50%;
                top:66%;
                transform:  translate(-50%, -50%);
                z-index:9999;
                background-color: #F8F2B1;
                border-radius: 8px;
          	   
          	    border:2px solid #ab3929;          	    
                overflow: hidden;
            }
            .close{
	              color:white;
	              margin-right:10px;
            	  font-size:14px;
            }
           .close:hover{
	              color:#ffff80;	              
            }
            .guanbi{
                text-align:center;
            	text-valign:top;
                border-bottom: 1px solid #fff;
            	background-color: #ab3929;
            	
            	
            }
          .textcenter{
                color:#fff;
                text-valign:top;
                font-size: 16px;
                height: 30px;
                line-height: 16px; 
                margin:0;
                font-weight: bold;
          	    margin-top:0px;
          	 
            }
            .xieyimain{
                position: relative;
                padding:10px 0;
            }
            .mybutton{
                display: flex;
                width: 100%;
                flex-wrap: wrap;
                justify-content: center;             
                 padding:0px;
            	
            }
            .xixi{
                width: 25%;
                margin:0;
                padding:10px;
                padding-bottom: 0;
                font-size: 14px;
            	text-align:left;
            }
            
          .texta{
                width: 90%;
                padding:0px;
                height: auto;            	
                margin-bottom:0px;
            	text-align:left;
          	    
            }
            .texta input{
                width: 80%;
                margin:0px;
                height: 28px;
                line-height: 28px;
                border:1px solid #999;
                border-radius: 6px;
                font-size: 14px;
                color: #ab3929;
                padding: 0 5px;
                   box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
                 margin-bottom:10px;
            	text-align:left;

            }
			
			.texta input:required:invalid {
			    outline: none;
			}
            .texta input:required:focus{
	            border-color: red;
            }
           
             .texta p{	   				
             	   
             	    display:inline;
             	  
             }
            .texta textarea{
                width: 100%;
                height: 80px;
                font-size: 15px;
                color: #ab3929;
                border-radius: 6px;
                border:1px solid #999;
                padding:5px;
                box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
            	margin-top:5px;
            	text-align:left;
          
            }
            .buttons{
                display: flex;
                padding:0px 20px;
                justify-content: space-between;
            	 width:40%; 
            	height: 40px;          	
            	margin: 0 auto;
            
            	
            }
            .buttons .tijiao,.buttons .quxiao{
                width: 35%;
                height: 30px;
                line-height: 30px;
                border-radius: 15px;
                background-color: #f2f2f2;
                border:1px solid #999;
                text-align: center;
                color:black;
                font-size: 15px;
            	cursor:pointer;
            	margin-top:0px;
            
            }
            
            .buttons .tijiao{
                background-color: #ab3929;
                color: #fff;
                border:1px solid #ab3929;
            }
           .tijiao:hover{
	           color:yellow;            	
            }
            .quxiao:hover{
	           color:#0000ff;            	
            }
             .newqifu{
                  width: 100%;
                text-align: right;
                color: #ab3929;
                margin-top: 5px;
                font-weight: bold;
            	margin-bottom:3px;
            	margin-left:90%;
            	cursor:pointer;
            }
            
.juangd1{
	background-color:#F8F2B1;width:350px;height:368px;text-align:center;
	border-radius:15px;display:none;margin-left:60%;
	position: fixed;
	overflow:hidden;
}

.close2{
	    color:black;
	    margin-right:10px;
        font-size:14px;
	    cursor:pointer;     
}
 .close2:hover{
	    color:#ff6900;	  
        text-shadow:0 0 8px #FFD700;               
}

.gdAclass{
	color:#d50000;
	font-size:14px;	
	text-decoration:underline;
	cursor:pointer;     
}
.gdAclass:hover{
	color:#ff6900;	  
    text-shadow:0 0 8px #FFD700; 
}

            
            