/*****/
dd.on {
    background: #0680de;}
.xrld {
    max-width: 700px;
    width: 100%;
    margin: 20px auto;}
.xrld ul {}
.xrld ul li {
    font-size: 16px;    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 60px;}
.xrld ul li:nth-child(2n-1) {
    background: #d7e7ff;}
.xrld ul li span {
    width: 50%;
    display: block;
    padding: 0 2%;
    text-align: right;
    font-weight: bold;
    border-right: 1px solid #cddae9;}
.xrld ul li a {
    width: 50%;
    display: block;
    text-align: center;
    padding: 0 2%;
    font-weight: normal;
    letter-spacing: 3px;}
