
* {
    margin: 0;
    padding: 0;
    -webkit-touch-callout: none;
    /* -webkit-user-select: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%;
    line-height: 16px;
    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;
    }

    .nav a {
        text-decoration: none;
        color: #333;
    }

.hide {
    display: none;
}

.footer {
    z-index: 9990;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    border-top: 1px solid #eee;
    background-image: url(img/zhihu5.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
}

ol, ul {
    padding-left: 0em;
}

.data-list {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}


    .data-list li {
        position: relative;
        padding: 10px 120px 10px 10px;
        border-bottom: 1px solid #eee;
        min-height: 60px;
    }

 .data-list .code { 
                font-size: 16pt;				
				overflow: hidden;
				text-align:left;
                color:#000;
             margin-left:10px;
            
				
}

			.data-list .name{

                right: 18px;
				top: 8px;
  font-size:16pt;	
    position: absolute;	
	overflow:hidden;
     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 .catalog {
        font-size: 16pt;
        margin-right: 50px;
    }

    .data-list .edit {
        color: gray;
        float: right;
        /* left: 38px; */
        /*position: absolute;*/
    }

    .data-list .v-dot {
        font-size: 18pt;
        margin-top: -30px;
        /* color: gray; */
        text-align: right;
        float: right;
        width: 50px;
        text-align: center;
    }

    .data-list li:nth-child(odd) {
        background-color: #f9f9f9;
    }

ul {
    list-style-type: none;
}

.codelist li {
    position: relative;
    padding: 10px 18px 10px 10px;
    border-bottom: 1px solid #eee;
    /* margin-left: -28px; */
    /* min-height:80px; */
}



.company {
    font-size: 16pt;
    overflow: hidden;
    text-align: right;
}


#codelist li:nth-child(odd) {
    background-color: #f9f9f9;
}

.swiper-container {
    position: fixed;
    top: 50px;
    /*top: 100px;*/
    left: 0;
    right: 0;
    bottom: 0;
}
