﻿.switchBtn {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background: #eee;
    z-index: 9999;
}
.switchBtn a {
    display: block;
    line-height: 44px;
    background: #fff;
    text-decoration: none;
    border: 1px solid #ddd;
    padding: 0 20px;
    margin-left: 5px;
    color: #444;
}
#swSp {
    line-height: 2;
    font-size: 150%;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 999;
}
.switchBtn a.btnAcv{
    display: none;
}