/* ---------------------- */
/* 通用设置 */

* {
    border: 0;
    padding: 0;
    margin: 0;
    cursor: default;
}

html, body {
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    font-size: 1vw;
    color: #ffffff;
    -ms-overflow-style: none;
    overflow: hidden;
}

a, a:hover, a:visited {
    color: white;
    text-decoration: none;
    z-index: 10000;
    cursor: pointer;
}

/* ---------------------- */
.topic {
    font-weight: bolder;
    letter-spacing: 0.1vw;
}

/* ---------------------- */
/* frames */

iframe.nav {
    position: fixed;
    width: 100%;
    height: 4vw;
    overflow: hidden;
    z-index: 10000;
}

iframe.footer {
    position: relative;
    top: 1vw;
    width: 100%;
    height: calc(100vw * 0.5625);
    text-align: left;
}

div.main {
    position: absolute;
    top: -2vw;
    width: 100%;
    height: calc(100% + 2vw);
    overflow-x: hidden;
    overflow-y: auto;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

/* ---------------------- */
div.click-area {
    position: absolute;
    width: 5vw;
    height: 2vw;
    z-index: 9999;
    cursor: pointer;
    /*background: red;*/
    /*opacity: 0.5;*/
}

div.button {
    margin:0 auto;
    width: 10vw;
    height: 2vw;
    font-size:1vw;
    border-radius:10vw;
    background:#0088eb;
    text-align: center;
    cursor: pointer;
}

div.button-request-weixin, div.button-act {
    position: relative;
    width: 40vw;
    height: 4vw;
    border-radius: 10vw;
    background: white;
    text-align: center;
    font-size: 1.5vw;
    line-height: 4vw;
    color: #0088eb;
    margin: auto;
    letter-spacing: 0.1vw;
    cursor: pointer;
}

/* ---------------------- */
/* page */

div.page {
    width: 100%;
    height: calc(100vw * 0.5625);
    overflow: hidden;
    text-align: center;
    background-image: url('../images/dot.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

img.page-images {
    position: relative;
    width: 90%;
    top: 10vw;
}

img.table-text {
    position: relative;
}

.page-topic-box {
    width: 96vw;
    height: 3vw;
    padding: 2vw;
    margin-bottom: 2vw;
}

.page-topic {
    width: 40%;
    height: 4vw;
    line-height: 4vw;
    font-size: 2vw;
    border-radius: 10vw;
    background: #0088eb;
    cursor: pointer;
    margin: auto;
}

.page-content {
    position: relative;
    width: 100%;
    height: calc(100vw * 0.5625 - 10vw);
}

/* ---------------------- */
/* background color */

.bg-red {
    background: red;
}

.bg-red-alpha2 {
    background-color:rgba(255, 0, 0, 0.2);
}

.bg-red-alpha5 {
    background-color:rgba(255, 0, 0, 0.5);
}

.bg-blue {
    background: #0088eb;
}

.bg-blue-alpha2 {
    background-color:rgba(0, 136, 235, 0.2);
}

.bg-blue-alpha5 {
    background-color:rgba(0, 136, 235, 0.5);
}

/* ---------------------- */
/* board */

.board {
    margin: 1vw;
    padding: 2vw;
}

.board-left {
    position: relative;
    float: left;
    width: 39vw;
    margin-left: 5vw;
}

.board-right {
    position: relative;
    float: left;
    width: 39.5vw;
    margin-right: 5vw;
}

.board-content {
    width: 100%;
    height: 47vw;
}

.board-topic-main, .board-topic-slave {
    position: relative;
    float: left;
    border-radius: 10vw;
}

.board-topic-main {
    width: 12vw;
    --width: 12vw;
    height: 4vw;
    line-height: 4vw;
    z-index: 10;
    font-size: 1.5vw;
}

.board-topic-slave {
    width: 26.5vw;
    --width: 26.5vw;
    left: 5vw;
    height: 3.5vw;
    line-height: 3.5vw;
    z-index: 1;
    margin-top: 0.25vw;
    top: -4vw;
    font-size: 1.2vw;
    text-align: left;
    padding-left: 8vw;
    --padding-left: 8vw;
}

.board-img-box {
    width: 100%;
    position: relative;
    top: -2.5vw;
}

.board-img {
    width: 100%;
}

.avatars-box {
    position: relative;
    top: 9.25vw;
    width: 92%;
    height: 10vw;
    margin-left: 4.05vw;
    margin-right: 4vw;
    padding-top: 1vw;
    display: flex;
    display:-webkit-flex;
    justify-content: space-around;
    margin-bottom: 12.2vw;
    /*background: red;*/
}

.avatar-image {
    width: 7vw;
    height: 7vw;
}

/* ---------------------- */
/* honor */

.honor-line1, .honor-line2 {
    width: 94%;
    height: 43%;
    margin: auto;
    text-align: center;
}

.honor-line1-block, .honor-line2-block {
    height: 100%;
    display: inline-block;
}

.honor-line1-block {
    width: auto;
    margin-left: 0.5vw;
    margin-right: 0.5vw;
}

.honor-line2-block {
    width: 49%;
    margin-left: 0.6vw;
}

.honor-line1-pic {
    width: auto;
    height: 16vw;
    border: 0.1vw solid rgba(0, 136, 235, 0.5);
    cursor: pointer;
}

.honor-line2-pic {
    width: 100%;
    height: 23vw;
}

.honor-news-topic {
    width: 100%;
    margin-top: 0.5vw;
    opacity: 0.9;
}
0.5vw;
    opacity: 0.9;
}
