#st-control-1,#st-control-1+a{left:0%;}
上面这个地方为什么不用设相对定们或绝对定位?
要设绝对定位 , 在前面a和input的公共样式一起设置了.
.st-container >input,.st-container >a{
width:20%;
height: 34px;
line-height:34px;
position: fixed;
bottom: 0;
cursor: pointer;
}