

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

body {
    font: 16px "微软雅黑";
    background: #f9f9f9;
    -webkit-text-size-adjust: 100%;
    background-color: #f5f5f5;
}

a {
    color: #2d374b;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word
}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.curp {
    cursor: pointer;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.nowrap5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.nowrap2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nowrap3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.nowrap4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}



.gray {
    background-color: #f3f3f3;
}

.main {
    width: 100%;
    padding: 10px 0 0 0;
}

.main-container {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.card {
  border-radius: 4px;
  /* border: 1px solid #ebeef5; */
  background-color: #fff;
  overflow: hidden;
  color: #303133;
  /* box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%); */
  /* z-index: -10; */
}

.qj{
  background: linear-gradient(-135deg, transparent 25px, #fff 0);
}

.font-m {
  font-family: "楷体","楷体_gb2312";
}


input:-webkit-autofill { box-shadow: 0 0 0px 1000px transparent inset !important;}

.tippy-tooltip {
  overflow-wrap: break-word;
white-space: pre;
}