/*
*组件样式
*/
.sb{
    position: absolute;
    left: 25%;
    top: 63%;
    width: 99px;
    height: 21px;
    margin-right: 0 !important;}
.gj{
    position: absolute;
    left: 41%;
    top: 63%;
    width: 107px;
    height: 21px;
    margin-right: 0!important;}

@media (max-width: 500px) {
    .sb{
       
        left: 35%;}
.gj{
      left: 55%;}
}
