input默认样式除border外, 还有一个阴影效果Box-shadow;选中时同样有阴影效果。
input,input:focus{
border: none !important;
Box-shadow: none !important;
}