body {
    background: no-repeat top center;
    background-size: 100%;
    background-color: #000000;
}

.header_image_space {
    display: block;
    clear: both;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.weui-article h1 {
    margin-bottom: 20px;
}

.acitity_content {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin: 10px auto;
    padding: 10px;
}

.weui-article .acitity_content p {
    display: block;
    clear: both;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 1.4rem;
    color: #333333;
    line-height: 25px;
}

.siyuan_content_panel {
    display: block;
    clear: both;
    width: calc(100% - 40px);
    height: auto;
    overflow: hidden;
    border: 1px solid gray;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    margin: 10px auto;
    padding: 10px;
}

.siyuan_content_panel h1 {
    display: block;
    clear: both;
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: orange;
    font-size: 2.6rem;
    line-height: 40px;
}

.siyuan_content_panel p {
    display: block;
    clear: both;
    width: 100%;
    overflow: hidden;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 22px;
}

.siyuan_content_panel p.address {
    color: orange;
    text-align: center;
    line-height: 30px;
}

.siyuan_remark {
    color: #ffffff;
}

.siyuan_remark p {
    text-indent: 3.2rem;
}

.siyuan_video {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
}

.siyuan_video .video_player {
    display: block;
    clear: both;
    width: 100%;
}

.page_option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 200px;
    height: 40px;
    overflow: hidden;
    margin: 0px auto;
    border-radius: 50px;
    margin-top: 20px;
}

.page_option .weui-navbar__item {
    display: block;
    width: 100%;
    line-height: 40px;
    padding: 0;
}

.page_option .weui-bar__item_on {
    background-color: orange;
}

/*重构资讯列表样式-开始*/
.news_list {
    padding: 20px;
    background-color: transparent;
}

.news_list a {
    background-color: #333333;
    border: none;
    border-radius: 20px;
    margin-bottom: 15px;
}

.news_list a h3 {
    color: #ffffff;
}

.news_list a p {
    color: #999999;
}

.news_list a:hover h3, .news_list a:active h3 {
    color: #000000;
}

.news_list a .image {
    width: 100px;
    height: 70px;
    border: 1px solid orange;
}

/*重构资讯列表样式-结束*/

/*幻灯片-开始*/
.slide_preview {
    display: block;
    clear: both;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 1005;
    left: 0;
    top: 0;
    padding-bottom: 80px;
}

.siyuan_images_box {
    display: block;
    clear: both;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.number_count {
    display: block;
    clear: both;
    width: 80px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    margin: 0 auto;
    position: absolute;
    z-index: 5;
    top: 10px;
    left: 0;
    right: 0;
}

.siyuan_images_box ul.siyuan_images {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    clear: both;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
}

.siyuan_images li {
    flex-shrink: 0;
    display: block;
    clear: both;
    width: 100%;
    height: 230px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.siyuan_images li.active {
    height: auto;
}

.siyuan_images li img {
    display: block;
    clear: both;
    width: 100%;
    margin: 0;
}

.siyuan_images_box ol.slide_number {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 0px;
    margin: 0;
    position: absolute;
    bottom: 50px;
    left: 0;
}

.siyuan_images_box ol.slide_number li {
    flex-shrink: 0;
    display: block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    background-color: rgba(255, 255, 255);
    border-radius: 10px;
    margin: 0;
    list-style: none;
}

.siyuan_images_box ol.slide_number li.active {
    width: 30px;
    background-color: orange;
}
.siyuan_images_first {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 10px auto;
    position: relative;
}
.btn_goto_preview {
    display: block;
    clear: both;
    width: 150px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 40px;
    text-align: center;
    color: #ffffff;
    margin: auto auto;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.btn_images_group {
    display: flex;
    clear: both;
    justify-content: center;
    gap: 15px;
    align-items: center;
    width: 100%;
    height: 70px;
    overflow: hidden;
    padding-bottom: 30px;
    position: fixed;
    z-index: 10;
    left: 0px;
    bottom: 0px;
}

.btn_close_preview, .btn_zoom {
    display: block;
    float: right;
    width: auto;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 30px;
    padding: 0px 20px;
    font-size: 1.6rem;
}

.btn_slide_preview {
    width: 120px;
    margin: 0 auto;
    position: fixed;
    z-index: 1010;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
}

.image_preview {
    overflow: auto;
}

.image_preview img {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    margin: auto auto;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
}

/*幻灯片-结束*/