.ky_wrap {
    width: 100%;
}

.head_banner {
    /* height: 3rem; */
    width: 100%;
}
.nav{
	margin: 20px 0px;
	display: flex;
	width: 100%;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    flex-flow: row wrap;
    margin-bottom: 10px;
}
.nav .item{
	width: 20%;
	text-align: center;
    box-sizing: border-box;
}
.nav .item img{
	width: 50px;
	height: 50px;
}
.nav .item p{
    position: relative;
    top: -15px;
	font-size: 15px;
	color: #000000;
}

.head_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.attention_wrap {
    padding: 0 0.24rem;
    border-top: 0.08rem solid #F5F5F5;
}

.attention_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.35rem;
    line-height: 0.35rem;
    padding: 0.34rem 0 0.4rem;
}
.attention_title_lc {
    padding: 0.34rem 0 0;
}

.attention_title {
    color: #333333;
    font-size: 0.32rem;
    font-weight: bold;
    border-left: 0.05rem solid #00D3B5;
    padding-left: 0.12rem;
}

.attention_jiantou {
    display: block;
    width: 0.3rem;    
    object-fit: cover;
}

.attention_content {
    font-size: 0.28rem;
    line-height: 0.43rem;
}
.attention_content_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.3rem 0;

}
.attention_content_header p{
    color: #00D3B5;
    font-weight: bold;
    font-size: 0.28rem;
    line-height: 0.43rem;
}


.attention_content_header div {
    color: #666666;
}

.attention_content_header div:last-child {
    margin-bottom: 0.34rem;
}

.attention_content span {
    display: block;
    width: 100%;
    text-align: left;
    color: #666666;
    font-size: 0.28rem;
    line-height: 0.42rem;
    margin-bottom: 0.1rem;
}

.attention_content span:last-child {
    margin-bottom: 0.34rem;
}

.ky_foot {
    width: 100%;
    color: #999999;
    font-size: 0.24rem;
    text-align: center;
    margin: 0.9rem 0 0.31rem;
}
.table_wrap {
    width: 100%;
    margin: 0.2rem 0;
}

.table_wrap table {
    width: 100%;
}

.table_wrap table th {
    background: #00D3B5;
    color: #fff;
    font-size: 0.23rem;
    font-weight: normal;
}

.table_wrap table tr {
    color: #4D4D4D;
    font-size: 0.23rem;
    font-weight: normal;
}

/* ÆæÊý */
.table_wrap table tr:nth-child(odd) {
    background: #B4F3EA;
}

/* Å¼Êý */
.table_wrap table tr:nth-child(even) {
    background: #E6FBF7;
}

.table_wrap table tr td:first-child {
    text-align: center;
}

.table_wrap table tr td:last-child {
    padding-left: 0.1rem;
}