@CHARSET "UTF-8";
.phone_input{
	padding:0px;height:370px;background-image:url(images/phone1.jpg);background-size:99% 100%;
	background-position:center top;background-repeat:no-repeat;margin-top:0px;
	
}
.div_info1{width:45%;font-size:16px;
		margin:auto;text-align:center;
		color:#a3600e;padding:5px;
        margin-top:0px;
        
}
 .tijiao {width: 140px;
                height: 35px;
                line-height: 35px;
                border-radius: 15px;
                background-color: #960E02;
                border:1px solid #999;
                text-align: center;
                color:white;
                font-size: 16px;
            	cursor:pointer;
            	margin-top:0px;  
 }  
  .tijiao:hover{
	 color:yellow;
  }    
.font_bold{font-weight:bold;font-size:16px;color:#BD1002;}
 .res1{
		font-size:20px;
 	    color:#BD1002;
 }
 .res2{
		font-size:16px;
 	    color:#BD1002;
 }
 .font1
 	{
	    font-size:30px;
 	    color:red;
 }
.font2
 	{
	    font-size:18px;
 	    color:red;
 }
 
.div_info2{
	  
	    width:85%;
	    margin:auto;	    
		
 }
 
 
table {
  width: 72%; 
  
 
   cell-spacing:0px;
	cell-spading:0px;
	
}
 
th, td {
  /* border: 1px solid red; 表格的边框样式     border-collapse: collapse; /* 去掉单元格之间的距离 */*/ 
  padding: 0px; /* 单元格内的空间 */
  text-align: center; /* 文本对齐方式 */
	 background-color:	#FFEFD5;
	 cell-spacing:0px;
	cell-spading:0px;
	border:1px solid ;
}
 
th {
  background-color:#FFDEAD; /* 表头背景颜色 */
  color: red; /* 表头字体颜色 */
}
 
 
 
   