﻿html,
body {
    height: 100%;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: auto;
    user-select: auto;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font: 12px/1.5 system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    background: #eee;
    overflow: hidden;
}

html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6{margin:0;padding:0}

h1, h2, h3, h4, h5, h6{font-size:100%;font-weight:normal}

ul{list-style:none}

button, input, select, textarea{margin:0}

html{box-sizing:border-box}

*, *:before, *:after{box-sizing:inherit}

img, embed, iframe, object, audio, video{height:auto;max-width:100%}

iframe{border:0}

table{border-collapse:collapse;border-spacing:0}

td, th{padding:0;text-align:left}


.container{}
.header h1{height:48px;line-height:48px;text-align:center;font-size:16px;font-weight:bold;position:relative;background:#fff;}
.goback{display:inline-block;width:16px;height:16px;position:absolute;left:10px;top:50%;transform:translate(0,-50%);background: url(data:image/svg+xml,%3Csvg%20fill%3D%22%23515151%22%20width%3D%22200px%22%20height%3D%22200.00px%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M691.908486%20949.511495l75.369571-89.491197c10.963703-12.998035%2010.285251-32.864502-1.499144-44.378743L479.499795%20515.267417%20757.434875%20204.940602c11.338233-12.190647%2011.035334-32.285311-0.638543-44.850487l-80.46666-86.564541c-11.680017-12.583596-30.356378-12.893658-41.662889-0.716314L257.233596%20494.235404c-11.332093%2012.183484-11.041474%2032.266891%200.657986%2044.844348l80.46666%2086.564541c1.772366%201.910513%203.706415%203.533476%205.750981%204.877077l306.620399%20321.703933C662.505829%20963.726242%20680.945807%20962.528973%20691.908486%20949.511495z%22%20/%3E%3C/svg%3E) no-repeat center center/contain;}
.content{background:#fff;margin-top:5px;height:calc(100vh - 58px);}
.sec{padding:20px 10px 10px 110px;margin:0 10px;border-bottom:1px solid #ddd;min-height:140px;}
.sec .img{display:inline-block;width:90px;height:90px;margin-left:-100px;float:left;margin-top:3px;border-radius:5px;overflow:hidden;text-align:center;position:relative;}
.sec .img img{display:block;height:100%;min-width:100%;max-width:none;position:absolute;left:50%;top:0;transform:translate(-50%,0);}
.sec h2{font-size:14px;font-weight:bold;margin:0;color:#333;word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.sec p{color:#666;word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.sec span{display:block;color:#ccc;font-size:12px;padding-top:5px;}
.sec a{display:block;text-decoration: none;}

.details{padding: 15px;
    overflow: auto;
    height: 100%;}
.details img{display:block;width:100%;border-radius:10px;}
.details h2{font-size:16px;padding:10px 0;font-weight:bold;}
.details p{font-size:14px;padding:0 0 20px;color:#666;}
.details h1.title{
    font-weight: bold;
    font-size: 22px;
}
.details p.description{
    font-size: 14px;
    padding: 0px;

}
.details p.description.last{
    margin-bottom: 10px;

 }
.list_details{
    padding-bottom: 50px;
    overflow: auto;
    height: 100%;
}





/* 分页 */
nav[role="navigation"] {
    text-align: center;
    position:fixed;
    bottom:0;
    width:100%;
    background:#fff;
}

.cd-pagination {
    width: 90%;
    max-width: 768px;
    margin: 2em auto 2em;
    text-align: center;
}
.cd-pagination li {
    /* hide numbers on small devices */
    display: none;
    display: inline-block;
    margin: 0 .2em;
}
.cd-pagination li.button {
    /* make sure prev next buttons are visible */
    display: inline-block;
}
.cd-pagination a, .cd-pagination span {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* use padding and font-size to change buttons size */
    padding: .4em .8em;
    font-size: 1rem;
}
.cd-pagination a {
    border: 1px solid #e6e6e6;
    border-radius: 0.25em;
    text-decoration: none;
    font-weight:bold;
    color:#666;
}
.no-touch .cd-pagination a:hover {
    background-color: #f2f2f2;
}
.cd-pagination a:active {
    /* click effect */
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
.cd-pagination a.disabled {
    /* button disabled */
    color: rgba(46, 64, 87, 0.4);
    pointer-events: none;
}
.cd-pagination a.disabled::before, .cd-pagination a.disabled::after {
    opacity: .4;
}
.cd-pagination .button:first-of-type a::before {
    content: '\00ab  ';
}
.cd-pagination .button:last-of-type a::after {
    content: ' \00bb';
}
.cd-pagination .current {
    /* selected number */
    background-color: #06c;
    border-color: #06c;
    color: #ffffff;
    pointer-events: none;
}
@media only screen and (min-width: 768px) {
    .cd-pagination li {
        display: inline-block;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-pagination {
        margin: 4em auto 8em;
    }
}

/* --------------------------------

No space - remove distance between list items

-------------------------------- */
.cd-pagination.no-space {
    width: auto;
    max-width: none;
    display: inline-block;
    border-radius: 0.25em;
    border: 1px solid #e6e6e6;
}
.cd-pagination.no-space::after {
    clear: both;
    content: "";
    display: table;
}
.cd-pagination.no-space li {
    margin: 0;
    float: left;
    border-right: 1px solid #e6e6e6;
}
.cd-pagination.no-space li:last-of-type {
    border-right: none;
}
.cd-pagination.no-space a, .cd-pagination.no-space span {
    float: left;
    border-radius: 0;
    padding: .8em 1em;
    border: none;
}
.cd-pagination.no-space li:first-of-type a {
    border-radius: 0.25em 0 0 0.25em;
}
.cd-pagination.no-space li:last-of-type a {
    border-radius: 0 0.25em 0.25em 0;
}



.page{text-align:center;padding:20px 0;margin:0 auto;clear: both;}
.page a{display:inline-block;width:50px;height:40px;line-height:40px;text-align:center;text-decoration:none;color:#333;border:1px solid #ccc;border-radius:3px;}
.page a.current{background:#2b89e6;color:#fff;}
