
#logo{
   width: ;
   height: ;

}

@media only screen and (max-width: 600px){
   #logo{
   width: ;
   height: ;

}
}

body{
    background: #f1f1f1;
  
   min-height: 600px;  
   position: relative;
}


#pad{
   padding: 28px;
       max-width: 450px;
    margin: 0px auto !important;
}

@media only screen and (max-width: 600px) {
  #pad {
    padding: 0;
  }
}

/*#foot{
   bottom: 0px;
 position: absolute;
 float: right;
}*/


#btnn{
   color: #fff; 
    padding-top: 5px;
     width:50% ; font-weight: 600; 
     height:50px;
}
ul li a{
   color: #666;
  
   line-height: 0.5rem;
 
}

ul li a:hover{
   color: #666;
  
   line-height: 0.5rem;
 
}

@media only screen and (max-width: 600px){
   ul li a{
   font-size: 7px;
}
}

.for{
     font-size: 15px;
     color: #666;
}

@media only screen and (max-width: 600px){

   .for{
      font-size: 7px;
     color: #666;
   }
}

@media only screen and (max-width: 600px){

   .real{
      width: 40px;
   }
}

.foot{
   position: relative;
   bottom:0;
   width: 100%;
}

@media only screen and (max-width: 600px){

  .foot{
   position: fixed;
   bottom:0;
   width: 100%;
}
 
}


.p-text{
  color: #666;
}


#label1{
    color: #666;
}
#label11{
   color: #666;
}