* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}


p {
    margin: 0;
}

input {
    border: none;
    outline: none;
}

a:hover {
    color: #0B6FF9;
}

.flex {
    display: flex;
}

.flex-center {
    display: flex;
    align-items: center;
}

.wrap {
    flex-wrap: wrap;
}

.start {
    display: flex;
    justify-content: flex-start;
}

.center {
    display: flex;
    justify-content: center;
}

.end {
    display: flex;
    justify-content: flex-end;
}

.between {
    display: flex;
    justify-content: space-between;
}

.around {
    display: flex;
    justify-content: space-around;
}

.column {
    display: flex;
    flex-direction: column;
}

/* 图片 */
.logo-img {
    width: 97px;
    height: 46px;
}

.download-img {
    width: 16px;
    height: 17px;
    margin: 0 9px 0 0;
}

.search-img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.clear-img {
    width: 18px;
    height: 18px;
}

.overText {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.overMore {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.head {
    font-weight: 700;
}

.head a {
    color: #666;
    font-weight: normal;
}

.header a:hover {
    color: #2D7EED;
}

.card {
    padding: 25px 30px;
    border-radius: 12px;
    background: rgba(255,255,255,1);
    box-shadow: 0 0 15px 0 rgba(120,184,244,0.2);
}

.headline {
    width: 6px;
    height: 25px;
    border-radius: 10px;
    background: rgba(45,126,237,1);
}

.headline + span {
    margin-left: 13px;
}

.hoverBg {
    background-color: rgba(11,111,249,0.1) !important;
}

/* 底部footer */
.bot-about {
    background-color: #666666;
}

.bot-about>div {
    color: #999;
}

.bot-about>div>a {
    color: #999;
}

.wenzi {
    color: #999;
    padding: 12px 0px 12px 0px;
    text-align: center;
}

.wenzi>a {
    color: #999;
}

.bot-about .notice {
    text-align: center;
    color: #999;
}

.bot-about .notice>a {
    color: #999;
}

.bot-link {
    margin-top: 60px;
    padding: 10px 50px;
    text-align: center;
    color: #666;
}