.head-nav {
    height: 60px;
    border: 1px solid #dcdcdc;
    margin: 40px 0;
}

.head-nav a {
    flex: 1;
    text-align: center;
    font-size: 16px;
    color: #5a5a5a;
    height: 60px;
    line-height: 40px;
    padding: 10px 0;
    box-sizing: border-box;
}

.head-nav a.on {
    background: #d10d3b;
    color: #fff;
}

.head-nav a span {
    margin-left: -1px;
    border-left: 1px solid #dcdcdc;
    display: block;
    width: 100%;
}

.title {
    margin-bottom: 60px;
    text-align: center;
    letter-spacing: 4px;
}

.title p:nth-of-type(1) {
    font-size: 24px;
    font-weight: bold;
    color: #d10d3b
}

.title p:nth-of-type(2) {
    font-size: 35px;
    color: #3c3c3c;
    justify-content: center;
}

.title p:nth-of-type(2)::before {
    content: '';
    width: 40px;
    height: 2px;
    background: #3c3c3c;
    display: inline-block;
    margin-right: 20px;
}

.title p:nth-of-type(2)::after {
    content: '';
    width: 40px;
    height: 2px;
    background: #3c3c3c;
    display: inline-block;
    margin-left: 14px;
}

.info {
    flex-wrap: wrap;
    margin: 50px 0;
}

.info .cell {
    width: 33%;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-top: -1px;
    height: 140px;
    color: #5a5a5a;
    font-size: 14px;
}

.info .cell img {
    margin-right: 15px;
}

.info .cell div p:nth-of-type(1) {
    font-weight: bold;
    margin-bottom: 5px;
}

.code {
    margin: 50px 0 100px;
    font-size: 14px;
    color: #5a5a5a;
    justify-content: space-around;
    text-align: center;
}

.code img {
    width: 210px;
    height: 210px;
    margin-bottom: 20px;
}