.family-tree-download ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.family-tree-download a {
    text-decoration: none;
    color: inherit;
}
.family-tree-download p, .family-tree-download h4 {
    margin: 0;
}

.family-tree-download * {
    box-sizing: border-box;
}

.family-tree-download {
    width: 1335px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    /* border-bottom: 1px solid #DCDCDC; */
}
.family-tree-download .instructions {
    display: flex;
    align-items: flex-end;
    font-size: 24px;
    color: #E60707;
}
.instructions span {
    margin-left: 4px;
    font-size: 16px;
    color: #999999;
}

.family-tree-download .tips {
    text-align: center;
    color: #808080;
}
.down-classify {
    margin: 55px 0 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.down-classify .boxAll {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.down-classify .boxAll .box{
    display: flex;
    margin: 10px;
    border: solid 1px #ccc;
    padding: 10px;
}

.down-classify .boxAll .box strong{
    line-height: 35px;
}

.down-classify div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.down-classify .scan-code {
    margin-right: 100px;
}
.down-classify div img {
    width: 115px;
    border: 2px solid #f7f7f7;
}
.down-classify div a {
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #E60707;
    color: #fff;
}
