
* {
    margin: 0;
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

body {
    background-color: white;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #18B4FE;
}


.header {
    z-index: 9990;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 70px; */
    line-height: 16px;
    /* padding-top: 12px; */
    text-align: center;
    background-color: white;
    border-bottom: 1px solid #eee;
}

    .header .btn-left {
        position: absolute;
        top: 0;
        left: 0;
        padding: 12px 12px 0 12px;
    }

    .header .btn-right {
        position: absolute;
        top: 0;
        right: 0;
        padding: 12px 8px;
    }

    .header .tip {
        margin-top: 4px;
        font-size: 12px;
        color: gray;
    }

.scrollx {
    height: 50px;
    overflow: hidden;
}

.scrollx-content {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.nav {
    padding: 0 16px 0 10px;
}

    .nav li {
        display: inline-block;
        padding: 20px 10px 6px 10px;
        /*margin-bottom: 30px;*/
        vertical-align: middle;
        font-size: 20px;
        font-weight: 500;
        font-family: Microsoft JhengHei;
    }

    .nav .active {
        border-bottom: 1px solid #FF6990;
        color: #FF6990;
    }

.swiper-container {
    position: fixed;
    top: 130px;
    left: 0;
    right: 0;
    bottom: 0;
}


ol, ul {
    padding-left: 0em;
}

.data-list {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}


    .data-list li {
        position: relative;
        padding: 10px 18px 10px 100px;
        border-bottom: 1px solid #eee;
        min-height: 80px;
    }

    .data-list .code {
        left: 18px;
        top: 8px;
        font-size: 16pt;
        position: absolute;
        overflow: hidden;
        color: #000;
    }

    .data-list .name {
        font-size: 16pt;
        overflow: hidden;
        text-align: right;
        color: #000;
    }

    .data-list .lang {
        font-size: 10pt;
        left: 18px;
        top: 48px;
        color: gray;
        position: absolute;
    }

    .data-list .singer {
        font-size: 10pt;
        margin-top: 4px;
        color: gray;
        text-align: right;
    }

    .data-list li:nth-child(odd) {
        background-color: #f9f9f9;
    }


.cus-header-title {
    margin: 0 15%;
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    display: block;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: white;
    /* overflow: hidden; */
}

.am-menu-default .am-menu-nav {
    background-color: #f9f9f9;
    padding-bottom: 0px;
}

.nav-menu {
    padding: 0 16px 0 10px;
}

    .nav-menu li {
        display: inline-block;
        padding: 10px 10px 6px 10px;
        font-size: 18px;
    }

    .nav-menu .active {
        border-bottom: 1px solid #FF6990;
    }

.scrollx-menu {
    height: 35px;
    background-color: #f9f9f9;
}

.mescroll-totop {
    bottom: 130px;
}
