body {
    margin: 0 auto;
    border-left: 10px solid #00be16;
    border-right: 10px solid #00be16;
    max-width: 720px;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
.ad-img img {
    display: block;
    width: 100%;
}
.list-title {
    font-size: 26px;
    color: #000;
    text-shadow: 0px 0px 10px #e5e5e5;
    background-image: linear-gradient(to right, #75e3b7, #75e3ab, #7fecc1, #75e3b7, #72e4b6, #75e3c3, #75e3b7);
    height: 28px;
    line-height: 23px;
    text-align: center;
    border-bottom: 1px solid #738e9f;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    padding: 3px;
}

.kj-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    padding: 10px;
    background: #f0f0f0;
}
.kj-tabs .tab {
    padding: 6px 12px;
    cursor: pointer;
    background-color: #ccc;
    border-radius: 4px;
    text-align: center;
}
.kj-tabs .tab.lottery_5.active {
    background-color: #1fb61d;
    color: white;
}
.kj-tabs .tab.lottery_1.active {
    background-color: #e71607;
    color: white;
}
.box2 .content-area td {
    font-size: 14pt;
    word-wrap:break-word;
    word-break:break-all;
}
.box2 .content-area td:nth-child(2) {

}

.img-tt {
    width: 100%;
}

.img-tt img {
    width: 100%;
}

.site-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px 10px;
    padding: 10px;
}
.site-list a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #00CC99;
    padding: 10px 15px;
    border-radius: 20px;
}
.site-list a:hover{
    background: #0099CC;
}
.site-list a img {
    width: 100%;
    border-radius: 20px;
}
.site-list a p {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.box6 p {
    margin: 8px 0;
    text-align: center;
}

@media screen and (max-width: 610px) {
    .list-title {
        font-size: 14pt!important;
    }
    .lv-box iframe {
        width: 100%;
        border: none;
    }
    .box2 .content-area td {
        font-size: 11pt;
        word-wrap:break-word;
        word-break:break-all;
    }
}