.edition_box {
    width: 100%;
    background: #FFF3F3;
    margin-bottom: var(--jSize);
}

.edition {
    padding: var(--kSize) 0 0 0;
}

.ed_one {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #D8D8D8;
    white-space: nowrap;
}

.ed_one li {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: var(--kSize);
    height: var(--lSize);
    padding-bottom: var(--iSize);
}

.ed_one li img {
    width: var(--ccSize);
    height: var(--ccSize);
}

.ed_one li span {
    font-size: var(--fSize);
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #000000;
    margin-top: var(--jSize);
}

.index_one {
    display: block;
    text-align: center;
    padding: var(--iSize) 0;
}

.in_title {
    font-size: var(--mmSize);
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #000000;
}

.in_center {
    display: block;
    margin: var(--iSize) auto;
    width: var(--ooSize);
    height: var(--ccSize);
    line-height: var(--ccSize);
    background: #FF0000;
    border-radius: 3px;
    text-align: center;
    font-size: var(--fSize);
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}

.in_bottom {
    font-size: var(--cSize);
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #666666;
    line-height: var(--hSize);
}

.index_two {
    display: none;
    text-align: center;
    padding: var(--iSize) 0;
}

.in_code {
    width: var(--lxSize);
    height: var(--lxSize);
    margin-top: var(--hSize);
}

.index_three {
    display: none;
    text-align: center;
    padding: var(--iSize) 0;
}

.index_four {
    display: none;
    text-align: center;
    padding: var(--iSize) 0;
}

.index_five {
    display: none;
    text-align: center;
    padding: var(--iSize) 0;
}

.index_six {
    display: none;
    text-align: center;
    padding: var(--iSize) 0;
}

.index_six .in_center {
    width: var(--mxSize);
}

.ed_bottom {
    border-bottom: 4px solid #FF0000;
}