﻿* {
    margin: 0;
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

body {
    background-color: white;
}

.cus-hearder-color {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
    background: rgb(125,126,125); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=1 ); /* IE6-9 */
}

.cus-header-title {
    margin: 0 30%;
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    display: block;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* overflow: hidden; */
}

.cus-a-blue {
    color: dodgerblue;
}

.cus-a-red {
    color: #ff0000;
}

.cus-a-white {
    color: #fff;
}

.cus-a-green {
    color: forestgreen;
}

a {
    color: #fff;
}

    a:hover,
    a:focus {
        color: gray;
    }



.am-titlebar {
    margin-top: 10px;
}

.am-titlebar-default {
    border-bottom: 0px solid #fff;
}

img {
    width: 100%;
}





.header {
    z-index: 9990;    
    border-bottom: 1px solid #eee;
}

.scrollx {
    height: 60px;
    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;*/
        padding: 0 16px 0 10px;
        /*margin-bottom: 30px;*/ /*把水平滚动条撑到外面,达到隐藏的目的*/
        vertical-align: middle;
        font-size: 20px;
        font-weight: 500;
        font-family: Microsoft JhengHei;
    }

    .nav .active {
        border-bottom: 1px solid #FF6990;
    }


.swiper-container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    top: 260px;
    left: 0;
    right: 0;
    bottom: 0;
}

.am-menu-nav {
    padding-bottom: 0px;
}

.nav-menu {
    padding: 0 16px 0 10px;
}

    .nav-menu li {
        display: inline-block;
        padding: 10px 26px 0 0;
        font-size: 18px;
        color: #FFFFFF;
    }

    .nav-menu .active {
        border-bottom: 1px solid #FF6990;
        color: #FFFFFF;
    }

.scrollx-menu {
    height: 100px;
    /*top:10px;*/
}

ol, ul {
    padding-left: 0em;
}

.data-list {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}


.data-list-li-li {
    position: relative;
    padding: 0 10px 0 10px;
    border-bottom: 1px solid #eee;
    min-height: 150px;
}

.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;
    }

