* {
    margin: 0;
    padding: 0;
}
html,
body {
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: 0;
    font-size: calc(100vw/7.5);
    background-color: #fff;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font-size: 16px;
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}

body {
    margin: auto !important;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: bold;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

strong em {
    font-weight: bold !important;
}

em {
    font-style: italic;
}

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

img {
    -webkit-touch-callout: none;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

/*--清除谷歌浏览器下的 search 叉号*/
input::-webkit-search-cancel-button {
    display: none;
}

/*--清除IE下的 search 叉号*/
input[type=search]::-ms-clear {
    display: none;
}

table {
    max-width: 100% !important;
    border-collapse: collapse;
    border-spacing: 0;
}

/*清除浮動*/
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}
.c3Img {
    transition: all 0.8s;
}

.c3Img:hover {
    transform: scale(1.2);
}

.null {
    width: 100%;
    text-align: center;
}

.null img {
    width: 172px;
    height: 159px;
    margin: calc(50% - 86px) auto;
}


.hand {
    cursor: pointer;
}
.lineClamp1 {
    white-space: nowrap;
    text-overflow: -0-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.lineClamp1s {
    white-space: normal;
    text-overflow: -0-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.lineClamp2 {
    white-space: normal;
    text-overflow: -0-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.lineClamp3 {
    white-space: normal;
    text-overflow: -0-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.bgAll {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.bgContain{
    background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
}
.bgSize {
    background-position: center;
    background-repeat: no-repeat;
}
.bgTop{
    background-position: top;
        background-repeat: no-repeat;
        background-size: 100% auto;
}
.unsels {
    user-select: none;
    -webkit-user-select: none;
}
.ofCover{
    object-fit: cover;
}

.title {
    width: 100%;
    height: 22px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: center;
    position: relative;
    font-weight: bold;
}

.back {
    display: block;
    width: 10px;
    height: 16px;
    background-image: url('../images/back.png');
    position: absolute;
    left: 19px;
    top: 3px;
}
.titles {
color: #000000;
padding-bottom: 10px;
}
.backs{
background-image: url('../images/backs.png');
}
.noData{
    width: 100%;
    line-height: 80px;
    text-align: center;
    color: #666;
    font-size: 16px;
}