* {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	list-style-type: none;
	outline: none;
	letter-spacing: 1px;
	font-family: "微软雅黑";
}

img {
	border: none;
}

html,
body {
	width: 100%;
	height: 100%;
    background-color:#F1F2F6 ;
}

body {
	
	min-width: 1280px;
}


.city{
    width: 1200px;
    /* height: 140px; */
    background-color: #fff;
    margin: 15px auto;
} 
.city .cityList{
    padding: 24px 0 15px 24px;
    font-size: 14px;
    font-family: PingFangSC-Medium;
    width: 1085px;
    line-height: 20px;
    /* position: relative; */
}
.city .cityList1{
    padding: 7px 0 30px 24px;
    font-size: 14px;
    font-family: PingFangSC-Medium;
    width: 1115px;
}

.city .cityList span,
.city .cityList1 span{
    margin-right: 24px;
    cursor: pointer;
} 
 .city .cityList .spanSty,
.city .cityList1 .spanSty{
    margin-right: 25px;
    cursor: pointer;
    /* white-space: pre; */
} 
 .city .cityList .spanSty1,
.city .cityList1 .spanSty1{
    color: blue;
    margin-right: 24px;
    cursor: pointer;
}  
.city  .totalCity{
    float: right;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    top: -20px;
    right: -90px;
}
.eligibleBox{
    margin:40px auto;
    width:1200px;
    font-weight: 700;
}
.eligibleBox .clearBtn{
    font-size: 14px;
    color: rgba(102, 102, 102, 100);
    float: right;
    font-family: PingFangSC-Regular;
    cursor: pointer;
}

.mechanism{
    margin: 0 auto;
    width: 1200px;
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
}
.mechanism .mechanismBox{
    width: 291px;
    height: 237px;
    background-color: rgba(255, 255, 255, 1);
    /* margin-right: 12px; */
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    margin-top: 7px;
    margin-right: 8px;
}
.mechanism .mechanismBox:hover{
    margin-top: -4px;
    transition: 0.5s all;
    box-shadow: 0px 8px 8px -8px #5E5E5E; 
}
.mechanism .mechanismBox img{
    margin-top: 40px;
}
.mechanism .mechanismBox h5{
    margin-top: 15px;
    font-size: 16px;
    font-family: PingFangSC-Semibold;
    color: rgba(19, 28, 47, 100);
}
.mechanism .mechanismBox  p{
    font-size: 12px;
    color: rgba(102, 102, 102, 100);
    font-family: PingFangSC-Regular;
    margin: 22px;
    text-align: center;
}
.more{
    text-align: center;
	margin-bottom: 30px;
    margin-top: 40px;
	font-size: 22px;
	cursor: pointer;
	color: blue;
}
.settled{
    margin-top: 50px;
    background: url("../image/ruzhu.png") no-repeat;
    background-size:100%;
    width: 101%;
    height: 245px;
}
.settled h1{
    color: #fff;
    text-align: center;
    padding-top: 68px;
}
.settled .btn{
    margin: 32px auto;
    width: 122px;
    height: 41px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 1);
    color: #fff;
    text-align: center;
    line-height: 41px;
    cursor: pointer;
}