@charset "UTF-8";
/* reset */
body{padding: 0; margin: 0;}
p,div,h3,h4,ul,li,span,button,a,input{margin: 0; padding: 0;font-family: "微软雅黑";}
a,a:hover,a:focus{ text-decoration: none;}
ul,li{list-style: none;}
img{ border: none; }

/*清浮动*/
.clearfix:after{content:"";display:block;clear:both;}
.clearfix{zoom:1;}

/*通用的样式*/
.fl{ float:left;}
.fr{ float:right;}
input[type=radio]{cursor: pointer;}
input[type=button], button{cursor: pointer;outline: none;}
input[type=text]:focus,input[type=password]:focus,textarea:focus{  
    outline:none;  
    border-color:#2cb6fb;  
    -webkit-box-shadow:0 0 3px #2cb6fb;  
    -moz-box-shadow:0 0 3px #2cb6fb;  
    -o-box-shadow:0 0 3px #2cb6fb;  
    box-shadow:0 0 3px #2cb6fb;  
    -webkit-transition:border linear .2s, -webkit-box-shadow linear .5s;  
    -moz-transition:border linear .2s, -moz-box-shadow linear .5s;  
    -o-transition: border linear .2s, -o-box-shadow linear .5s;  
    transition:border linear .2s, box-shadow linear .5s;  
}  
input[type=text]:hover{border-color:#2cb6fb; }


.dialog_input:focus{
	 outline:none;  
    border-color:#2cb6fb;  
    -webkit-box-shadow:0 0 3px #2cb6fb;  
    -moz-box-shadow:0 0 3px #2cb6fb;  
    -o-box-shadow:0 0 3px #2cb6fb;  
    box-shadow:0 0 3px #2cb6fb;  
    -webkit-transition:border linear .2s, -webkit-box-shadow linear .5s;  
    -moz-transition:border linear .2s, -moz-box-shadow linear .5s;  
    -o-transition: border linear .2s, -o-box-shadow linear .5s;  
    transition:border linear .2s, box-shadow linear .5s;  
}













































































