.intro-anchors {
    display: none;
    position: relative;
    font-family: "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica;
    z-index: 98;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    /*overflow-x: scroll;*/
    /*overflow-y: hidden;*/
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.aaa {
    overflow-x: scroll;
    overflow-y: hidden;
}

.intro-anchors a {
    display: inline-block;
    text-decoration: none;
    line-height: 2;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    transition: all 0.2s;
    border-right: 1px #fff solid;
}

.intro-anchors a:hover {
    background-color: #000;
    color: #fff;
}

.intro-anchors a:last-child {
    border: none;
}





@media screen and (max-width:768px) {
    .intro-anchors a {
        font-size: 14px;
    }
}



/*media*/