* {
    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: #5B79EA;
}

.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;
}

.card {
	border-radius: 6px;
    border: 1px solid rgba(233,233,233,1);
	background-color: #fff;
}

.overH {
    height: 88px;
    overflow: hidden;
}

.overText {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.overMore {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.view-more {
    /* display: none; */
    width: 100%;
    margin: 0 auto;
    color: #999;
    font-size: 14px;
    cursor: pointer;
}

.view-more img {
    width: 13px;
    height: 13px;
    margin-left: 8px;
}

.to-top {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: fixed;
    right: 6%;
    bottom: 15%;
}

/* 顶部 */
.top-bar {
    width: 100%;
    height: 46px;
    display: flex;
    justify-content: center;
    background-color: #333;
    color: #fff;
}

.top-bar .top-link {
    font-size: 14px;
    height: 100%;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar .top-link .top-link-l a span {
    color: #fff;
}

.top-bar .top-link .top-link-r {
    display: flex;
    align-items: center;
}

.top-bar .top-link .top-link-r .jubao {
    color: #f60;
    margin-right: 20px;
}

.top-bar .top-link .top-link-r .app-down {
    background-color: #f60;
    border-radius: 20px;
    color: #fff;
    border: none;
    padding: 4px 8px;
}

.top-bar .top-link .top-link-r .city {
    cursor: pointer;
    color: #f60;
    margin-right: 20px;
}

/* 导粉 */
.daofen-box {
    width: 100%;
    margin-top: 40px;
    padding: 20px;
    border-radius: 6px;
    border: 1px dashed rgba(255,183,74,1);
    font-size: 16px;
    font-family: "PingFang SC";
    text-align: justify;
    line-height: 24px;
    box-sizing: border-box;
    background-color: #fff;
}

.daofen-box img {
    width: 300px !important;
    height: 444px !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;
}