* {
    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: #ff6600;
}

.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;
}

.showall {
    margin-top: 16px;
    color: #666;
}

.showall img {
    width: 10px;
    height: 6px;
    margin: 9px 0 0 10px;
}

select {
    border: 0;
    outline: none;
    appearance: none;
}

.select-img {
    width: 6px;
    height: 10px;
    margin-left: 10px;
}

.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;
}

/* 右侧资讯 */
.zixun {
    margin-bottom: 30px;
}

.zixun .right-title {
    border-left: 4px solid #3372fd;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    background-color: #f2f2f2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zixun .zixun-content {
    /* height: 370px;
overflow: hidden; */
    padding: 20px;
    padding-top: 10px;
    border-top: 1px solid #f2f2f2;
}

.zixun .zixun-content>li {
    list-style: none;
}

.zixun .zixun-content a {
    display: block;
    font-size: 14px;
    padding: 10px 0;
}

.zixun .right-title>a {
    font-size: 14px;
    color: #3372fd;
}

/* 城市选择 */
.city-select .position-img {
    width: 20px;
    height: 20px;
}

.city-select .city-img {
    width: 10px;
    height: 6px;
    margin: 0 0 0 10px;
}

/* .city-select .left {
    border-right: 1px solid #d9d9d9;
} */

.city-select .left span {
    margin: 0 10px;
}

._citys {
    width: 362px;
    display: inline-block;
    border: 2px solid #eee;
    padding: 10px;
    position: relative;
    background-color: #fff;
}

._citys span {
    color: #05920a;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    right: 20px;
    top: 18px;
    border: 1px solid #05920a;
    cursor: pointer;
    font-size: 16px;
}

._citys0 {
    width: 95%;
    height: 39px;
    line-height: 39px;
    display: inline-block;
    border-bottom: 2px solid #05920a;
    padding: 0px 5px;
    font-size: 18px;
    font-weight: 700;
    font-weight: bold;
    margin-left: 6px;
}

._citys0 li {
    display: inline-block;
    line-height: 34px;
    font-size: 15px;
    color: #888;
    width: 80px;
    text-align: center;
    cursor: pointer;
}

._citys1 {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}

._citys1 a {
    width: 83px;
    height: 35px;
    display: inline-block;
    background-color: #f5f5f5;
    color: #666;
    margin-left: 6px;
    margin-top: 3px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    border-radius: 5px;
    overflow: hidden;
}

._citys1 a:hover {
    color: #fff;
    background-color: #05920a;
}

/* 导粉 */
.daofen-box {
    width: 100%;
    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;
}