* {
    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: 12px;
	background-color: #fff;
}

.numBold {
    font-weight: 700;
    font-size: 20px;
}

.overText {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.overMoreText {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.overH {
    height: 160px;
    overflow: hidden;
}

.to-top {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: fixed;
    right: 6%;
    bottom: 15%;
}

.content-R::-webkit-scrollbar {
    width: 5px;
}

.content-R::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0,0,0,.1);
}

/* 轮播图 */
.swiper-banner .swiper-container {
    height: 100%;
    border-radius: 12px;
}

.swiper-banner .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet-active {
    background: #fff;
}


select {
	padding: 10px 20px 10px 16px;
	outline: none;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: #707070;
    font-size: 14px;
	text-align: center;
	background: url(./resource/images/select.png) no-repeat 100% center transparent;
	background-size: 16px 16px;
}

/* 城市选择 */
.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%;
    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 {
    scale: 0.9;

    /* 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;
}