html,
body,
iframe,
ul,
li {
    margin: 0;
    padding: 0;
}
body {
    overflow: auto;
}
ul,
li {
    list-style: none;
    width:100%;
}
iframe {
    width: 100%;
}
li.active span {

    font-weight: 900;
    border-bottom: 2px solid #ffea33;
    padding: 0 0 5px;
    word-wrap: break-word;
    width:100%;
}
.line {
    height: 1px;
    background-color: #dcdcdc;
    margin-top: 10px;
    margin-bottom: 30px;
}

.iframe-div{
    border-left:1px solid rgba(220, 220, 220, 1);
    width:100%;
    margin-top: 20px;
}

body {
    position: relative;
    font-family: "Prompt", serif;
}
a {
    display: block;
    cursor: pointer;
    text-decoration: none;
    color: #000;
    font-family: "Prompt", serif;
}

a.a-0dc2fe {
    color: #000;
    display: inline;
    text-decoration: underline;
}

a.a-0dc2fe:hover {
    color: #0dc2fe;
    display: inline;
    text-decoration: underline;
}


/* pc */
@media screen and (min-width: 1260px) {
    .agreement-div{
        display: flex;
        width:80%;
        margin:0 auto;
    }
    .agreement-div ul{
        display: flex;
        flex-direction: column;
        width:300px;
    }

    ul {
        display: flex;
        box-sizing: border-box;
        font-size: 14px;
        align-items: center;
        margin:0 5px;
        padding-top: 20px;
    }

    li {
        text-align: center;
        cursor: pointer;
        color: #818181;
        min-height:35px;
        word-wrap: break-word;
        line-height: 35px;
        padding-bottom: 10px;
        border-bottom: 1px soli gray;
    }
}

/* ipad  */
@media screen and (min-width: 768px) and (max-width: 1259px) {

    .agreement-div{
        display: flex;
    }
    .agreement-div ul{
        display: flex;
        flex-direction: column;
        width:180px;
    }

    ul {
        display: flex;
        line-height: 60px;
        box-sizing: border-box;
        font-size: 14px;
        margin:0 5px;
    }

    li {
        text-align: center;
        cursor: pointer;
        color: #818181;
        min-height:35px;
        word-wrap: break-word;
        line-height: 35px;
        padding-bottom: 10px;
        border-bottom: 1px soli gray;
    }
    .iframe-div{
        padding:0 23px;
    }
}



/* 手机 */
@media screen and (min-width: 320px) and (max-width: 767px) {
    li {
        height: 35px;
        line-height: 35px;
        box-sizing: border-box;
        font-size: 12px;
        color: #818181;
        padding: 0 15px;
        cursor: pointer;
    }
    li.active span {
        font-weight: 900;
        border-bottom: 2px solid #ffea33;
        padding: 0 0 5px;
    }
}