html, body {
    padding: 0;
    margin: 0;
}

body {
    background-color: #f5f5f5;
}

#edison_tips {
    z-index: 9999;
    background-color: #fde09c;
    color: #7c5e20;
    text-align: center;
    position: fixed;
    font-size: 12px;
    width: 100%;
    height: 32px;
    line-height: 32px;
    top: 0;
    left: 0;
}
.key_value {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 24px;
    font-size: 14px;
}

.info_block {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
}

.title_content .title {
    height: 50px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 16px;
    box-sizing: border-box;
}

.title_content .title .blue_line {
    width: 3px;
    height: 18px;
    background-color: #448cfa;
    border-radius: 2px;
    margin-right: 4px;
}

.title_content .title .title_text {
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    color: #333;
}

.title_content .split_line {
    height: 1px;
    width: 100%;
    background-color: #f5f5f5;
}

.title_content .content {
    padding: 6px 15px;
    box-sizing: border-box;
}

.content .parts {
    padding: 4px 0;
    background-color: #f5f5f5;
    padding-top: 10px;
}

.content .parts .line {
    display: flex;
    justify-content: space-evenly;
}

.content .parts .line .part {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 80px;
    height: 70px;
    margin: 2px 0;
}

.content .parts .line .part .yc {
    position: absolute;
    font-size: 12px;
    background-color: #ff4433;
    color: #fff;
    display: block;
    width: 30px;
    height: 12px;
    border-radius: 6px;
    top: 0;
    right: 10px;
}

.content .parts .line .part .part_icon {
    width: 32px;
    height: 32px;
    display: block;
}

.content .parts .line .part .label {
    font-size: 12px;
    line-height: 16px;
    color: #333;
}


.cx_item {
    margin: 10px 0;
    margin-bottom: 28px;

    background-color: white;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.title_content .content .category {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    margin: 15px 0;
}

.title_content .content .level {
    color: #333;
    font-size: 14px;
}

.title_content .content .level .boldf {
    font-weight: 700;
}

.mztk  {
    margin: 40px 0;
    padding: 0 15px;

}
.mztk .mztk_title {
    text-align: center;
    font-size: 13px;
    color: #735CFA;
}

.mztk .mztk_content {
    margin-top: 12px;
    text-indent: 2em;
    font-size: 13px;
    color: #888888;
    line-height: 20px;
}