@font-face {
    font-family: 'PangMenZhengDao';
    src: url('../fonts/PangMenZhengDaoBiaoTiTiMianFeiBan-2.ttf') format('truetype');
}

/* 基础样式 */
body {
    background-image: url(../img/group/bg.jpg);
    /* background-color: #0E74BB; */
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 0.16rem;
}

/* 主容器样式 */
#main {
    width: 12rem;
    margin: 0 auto;
    padding-top: 0.5rem;
}
@media screen and (max-width:768px){
    #main {
        width: 100%;
        margin: 0 auto;
        padding-top: 0.5rem;
    }
}

#main img {
    max-width: 100%;
    max-height: 100%;
}

/* 页面头部样式 */
.page-head {
    position: relative;
    background-image: url(../img/notice/top_title/bg.png);
    background-repeat: no-repeat;
    text-align: center;
    padding: 0 10px;
}

/* 组别导航样式 */
.group-nav {
    text-align: center;
    margin:0 0 0.2rem;
    font-size: 0.5rem;
    white-space: nowrap;
}

.group-nav__item {
    display: inline-block;
    color: #fffe49;
    font-family: 'PangMenZhengDao', sans-serif;
    text-shadow: 1px 1px 2px #0d6a49;
}

.group-nav__item:first-child {
    text-align: right;
}

.group-nav__item:last-child {
    text-align: left;
}

.group-nav__divider {
    display: inline-block;
    width: 2px;
    height: .5rem;
    background: #fffe49;
    opacity: 0.7;
    box-shadow: 1px 1px 2px #0d386a;
    vertical-align: middle;
    position: relative;
    margin-top: -.1rem;
}


/* 表格样式 */
#main table {
    width: 100%;
}

.page-body {
    overflow: hidden;
    background-color: #ececec;
    box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, .1);
    margin-top: 1px;
}

.page-body .myTable td {
    font-size: 14px;
    height: 40px;
    padding: 5px;
    color: #333;
    background: #ffffff;
}

.page-body .myTable .ltd {
    font-size: 14px;
    color: #333;
    height: 45px;
    background: #ffffff;
    width: 100px;
}

.page-body .myTable .title {
    background: #ffffff;
    letter-spacing: 6px;
    color: #0d6a49;
}

.page-body .myTable th {
    background: #ffffff;
    text-align: left;
}

/* 链接样式 */
a {
    text-decoration: none;
}

/* 按钮样式 */
.btn-next {
    margin: 1em;
    /* width: 1rem; */
    display: inline-block;
    padding: 5px 20px;
    color: #FFF;
    text-align: center;
    background-color: #0d6a49;
    border-radius: 20px;
    font-size: 16px;
    white-space: nowrap;
}

.btn-next:hover {
    opacity: .9;
}

.btn-next:active {
    opacity: .8;
}

/* 页脚样式 */
.footer {
    bottom: .2rem;
    width: 100%;
    z-index: 1;
    font-size: 14px;
    text-align: center;
    margin: .5rem 0;
}

.footer a {
    padding: 0 .2rem;
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
}
