* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    font-size: 5vw;
    display: block;
}

ul, ol {
    list-style: none;
}

@media screen and (min-width: 500px) {
    html, body {
        font-size: 20px
    }
}

.wrapper {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #404040;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.main {
    padding: 0%;
}

.nav {
    display: flex;
    height: 1.6rem;
    line-height: 1.6rem;
    justify-content: space-between;
    font-size: 16px;
    background: #f0f0f0;
}

.nav .tab {
    cursor: pointer;
    width: 49%;
    text-align: center;
    font-family: "PingFangSC-Regular,Microsoft YaHei,Helvetica";
    background: #fff;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.nav .tab.cur {
    font-weight: 600;
    text-shadow: 1px 1px 1px #000;
    color: #fff;
    background: #0ed800;
    box-shadow: inset 0 2px 2px 0 #fff;
}

.content {
    height: 135px;
    background: #f6f6f6;
    border-radius: 12px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid #0ed800;
    display: none;
}

.content.cur {
    display: block
}

.content .red {
    background: #ff2020
}

.content .blue {
    background: #01a1ff
}

.content .green {
    background: #43bb05
}

.content .num {
    line-height: 34px;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}

.content .sx {
    line-height: 26px;
    font-family: 宋体;
    background: #f6f6f6;
    font-size: 12px;
    color: #999;
}

.content .sx strong {
    font-weight: 600;
    font-size: 18px;
    color: #040404;
    margin-right: 2px;
}

.content .sx label {
    font-weight: 500;
    font-size: 15px;
    color: #666;
    margin-left: 2px;
}

.kj_tit {
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    background: #ffde9b;
    line-height: 33px;
}

.kj_tit a {
    color: #3c79ff;
    margin-left: .5rem;
    text-decoration: none
}

.kj_tit span {
    color: #008800
}

.kj_tit label {
    color: #3c79ff;
    text-decoration: none;
}

.pm {
    display: flex
}

.pm > li {
    border-left: 1px solid #666;
    width: 16.66666667%;
}

.pm > li:first-child {
    border: 0;
}

.pm > li.tm {
    border-left: 5px solid #666;
}


.next_kj {
    line-height: 1.8rem;
    background: #ffdb9b;
    color: #036103;
    font-size: 16px;
    border-radius: 0 0 12px 12px
}

.next_kj span.qi, .next_kj b {
    color: red;
    font-weight: 500;
}

.next_kj label {
    margin-left: 10px;
    padding: 2px 5px;
    background: #f60;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    box-shadow: 0px 1px 5px rgba(40, 40, 40, .5);
}

.ref {
    position: fixed;
    z-index: 999;
    top: 6.25rem;
    right: 4%;
    border-radius: .5rem;
    background: #ff6900;
    width: 2.2rem;
    height: 1.4rem;
    line-height: 1.5rem;
    text-align: center;
    box-shadow: 0 3px 1px #cd0a0a;
    color: #fdfdfd;
    border: 1px solid #fff;
    font-size: .5rem;
    cursor: pointer;
}

.link {
    position: fixed;
    z-index: 9999;
    top: -10000rem;
    left: -9999rem;
}