/* resetcss */
@charset "utf-8";

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

body,
html {
    height: 100%;
}

html {
    -webkit-text-size-adjust: 100%
}

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #333;
    -webkit-overflow-scrolling: touch
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a img {
    border: 0
}

a {
    text-decoration: none
}

ul {
    list-style: none
}

input,
textarea {
    -webkit-user-select: text;
    -webkit-appearance: none;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    color: inherit
}

button:focus,
input:focus {
    outline: 0
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: 0
}

img {
    display: block;
    width: 100%;
}


/* 自定义滚动条样式（只支持谷歌） */


/* 滚动条整体宽度 */

::-webkit-scrollbar {
    width: 0.12rem;
    height: 0.06rem;
}


/* 滚动条滑槽样式 */

::-webkit-scrollbar-track {
    border-radius: 0.06rem;
    border: 0.01rem solid #DEC7A3;
}


/* 滚动条样式 */

::-webkit-scrollbar-thumb {
    border-radius: 0.06rem;
    background: #815123;
}


/* 首页 */

.box {
    position: relative;
    width: 19.2rem;
    height: 100%;
    overflow: hidden;
}

#home {
    background: url(../images/home/bg.png) center no-repeat;
    background-size: 100% auto;
}

#home .tab {
    position: absolute;
    display: flex;
    top: 2.85rem;
    width: 100%;
    padding-left: 5.25rem;
}

.tab .tab-top {
    position: absolute;
    left: 5.25rem;
    top: 0;
    z-index: 0;
    width: 8.71rem;
    height: 0.18rem;
    background: url(../images/home/tab_top.png) center no-repeat;
    background-size: 100% 100%;
}

.tab .tab-text {
    position: absolute;
    left: 5.25rem;
    top: 0.36rem;
    z-index: 4;
    width: 8.71rem;
    height: 0.4rem;
    background: url(../images/home/tab_text.png) center no-repeat;
    background-size: auto 100%;
    pointer-events: none;
}

.tab .tab-item {
    position: relative;
    cursor: pointer;
}

.tab .h-left {
    z-index: 3;
    width: 3.02rem;
    height: 1.25rem;
    background: url(../images/home/left_tab.png) center no-repeat;
    background-size: 100% 100%;
}

.tab .h-middle {
    z-index: 2;
    left: -0.11rem;
    top: 0.1rem;
    width: 3.01rem;
    height: 1.04rem;
    background: url(../images/home/middle_tab.png) center no-repeat;
    background-size: 100% 100%;
}

.tab .h-right {
    left: -0.22rem;
    z-index: 1;
    width: 3.02rem;
    height: 1.27rem;
    background: url(../images/home/right_tab.png) center no-repeat;
    background-size: 100% 100%;
}

.tab .h-left.active,
.tab .h-left:hover {
    background: url(../images/home/left_tab_a.png) center no-repeat;
    background-size: 100% 100%;
}

.tab .h-middle.active,
.tab .h-middle:hover {
    background: url(../images/home/middle_tab_a.png) center no-repeat;
    background-size: 100% 100%;
}

.tab .h-right.active,
.tab .h-right:hover {
    background: url(../images/home/right_tab_a.png) center no-repeat;
    background-size: 100% 100%;
}

.tab .h-left.active .decorate {
    display: block;
}

.tab .tab-item.active::before,
.tab .tab-item:hover::before {
    content: '';
    position: absolute;
    left: 1.47rem;
    top: -0.1rem;
    z-index: 5;
    width: 0.2rem;
    height: 0.34rem;
    background: url(../images/home/location.png) center no-repeat;
    background-size: 100% 100%;
}

.tab .tab-item.active::after,
.tab .tab-item:hover::after {
    content: '';
    position: absolute;
    left: 0.38rem;
    top: 0.42rem;
    z-index: 5;
    width: 0.29rem;
    height: 0.25rem;
    background: url(../images/home/poke.png) center no-repeat;
    background-size: 100% 100%;
}

.tab .h-middle.active::after,
.tab .h-middle:hover::after {
    left: 0.34rem;
    top: 0.34rem;
}

.tab .h-right.active::after,
.tab .h-right:hover::after {
    left: 0.3rem;
    top: 0.43rem;
}

#home .news-box {
    position: relative;
    top: 4.51rem;
    display: flex;
    justify-content: center;
}

.news-box .title {
    line-height: 0.3rem;
    margin-right: 0.22rem;
    color: #889195;
    font-size: 0.2rem;
    font-weight: bold;
}

.news-box .news-list {
    position: relative;
    width: 8rem;
    height: 0.3rem;
    line-height: 0.3rem;
    padding-left: 0.13rem;
    color: #889195;
    font-size: 0.16rem;
    font-weight: 400;
    background: rgba(255, 255, 255, 0.4);
    overflow: hidden;
}

.news-box .news-list li {
    display: inline-block;
    position: relative;
    padding: 0 0.17rem;
    cursor: pointer;
}

.news-box .news-list li:hover {
    color: #000;
}

.news-box .news-list li:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0.03rem;
    width: 0.01rem;
    height: 0.24rem;
    background: #889195;
}


/* 追思 */

.page {
    padding-top: 0.4rem;
}

#zhuisi {
    background: #FBF8F4;
    overflow-y: auto;
}

.nav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: flex;
    width: 100%;
    padding: 0.1rem 0 0.1rem 2.81rem;
    background: #FBF8F4;
}

.nav .logo {
    width: 2.49rem;
    height: 0.37rem;
    background: url(../images/zhuisi/logo.png) center no-repeat;
    background-size: 100% 100%;
}

.nav .nav-list {
    display: flex;
    margin-left: 0.5rem;
}

.nav-list li {
    margin-right: 0.5rem;
    /*padding-top: 0.14rem;*/
    color: #787878;
    font-size: 0.27rem;
    font-weight: 400;
    cursor: pointer;
    line-height: 0.4rem;
}

.nav-list li.active,
.nav-list li:hover {
    color: #D1B381;
}

.sub-nav {
    position: fixed;
    z-index: 999;
    top: 0.5rem;
    /*display: flex;*/
    width: 100%;
    height: 0.41rem;
    line-height: 0.41rem;
    margin-top: 0.12rem;
    padding-left: 5.01rem;
    background: rgba(197, 160, 97, 0.8);
    color: #fff;
    font-size: 0.16rem;
    display: none;
}

.sub-nav::after {
    content: '';
    position: absolute;
    left: 9.5rem;
    top: -0.15rem;
    width: 0.17rem;
    height: 0.15rem;
    background: url(../images/zhuisi/arrow.png) center no-repeat;
    background-size: 100% 100%;
}

#zixun .sub-nav::after {
    left: 7.4rem;
}

#catalog .sub-nav,#article .sub-nav{
    padding-left: 11.56rem;
}

#catalog .sub-nav::after,#article .sub-nav::after {
    left: 12.2rem;
}

#zhuiyi .sub-nav, #article .sub-nav {
    padding-left: 11.56rem;
}
#zhuiyi .sub-nav::after, #article .sub-nav::after {
    left: 11.8rem;
}

.sub-nav li {
    position: relative;
    padding: 0 0.13rem;
    cursor: pointer;
}

.sub-nav li a{
    display: block;
    color: #fff !important;
}

.sub-nav li a.active,
.sub-nav li a:hover {
    color: #8F0302;
}

.sub-nav li:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0.1rem;
    width: 0.02rem;
    height: 0.21rem;
    background: #fff;
}

.opt-box {
    position: fixed;
    right: 2.65rem;
    bottom: 0.3rem;
    z-index: 999;
}

.opt-box .sacrifice {
    width: 0.6rem;
    height: 0.61rem;
    background: url(../images/zhuisi/sacrifice.png) center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.opt-box .backtop {
    width: 0.6rem;
    height: 0.61rem;
    background: url(../images/zhuisi/backtop.png) center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.part1 {
    position: relative;
    width: 19.2rem;
    height: 9.1rem;
    /* background: url(../images/zhuisi/part1_bg.png) center bottom no-repeat;
    background-size: 100% auto; */
    overflow: hidden;
    padding-top: 0.38rem;
}

.part1-decorate {
    position: absolute;
    top: 0;
    z-index: 3;
    width: 19.2rem;
    height: 9.38rem;
    background: url(../images/zhuisi/new/part1_decorate.png) center top no-repeat;
    background-size: 100% auto;
}

.part-title {
    width: 100%;
    font-size: 0;
    text-align: center;
}

.part-title span {
    display: inline-block;
    vertical-align: middle;
}

.part-title .title-text {
    color: #D1B381;
    font-size: 0.48rem;
    padding: 0 0.32rem;
}

.part-title .start-ico {
    width: 0.15rem;
    height: 0.27rem;
    background: url(../images/zhuisi/start_ico.png) center 0 no-repeat;
    background-size: 100% 100%;
}

.part-title .end-ico {
    width: 0.15rem;
    height: 0.27rem;
    background: url(../images/zhuisi/end_ico.png) center 0 no-repeat;
    background-size: 100% 100%;
}

.part-title.redtitle .title-text {
    color: #8F0302;
}

.part-title.redtitle .start-ico {
    background: url(../images/zhuisi/start_ico_red.png) center 0 no-repeat;
    background-size: 100% 100%;
}

.part-title.redtitle .end-ico {
    background: url(../images/zhuisi/end_ico_red.png) center 0 no-repeat;
    background-size: 100% 100%;
}

.part-title.whitetitle .title-text {
    color: #fff;
}

.part-title.whitetitle .start-ico {
    background: url(../images/zhuisi/start_ico_white.png) center 0 no-repeat;
    background-size: 100% 100%;
}

.part-title.whitetitle .end-ico {
    background: url(../images/zhuisi/end_ico_white.png) center 0 no-repeat;
    background-size: 100% 100%;
}


/* 时间轴 */

.time-bar {
    position: relative;
    z-index: 5;
    width: 100%;
    margin-top: 0.6rem;
}

.time-bar .base-bar {
    position: relative;
    width: 11.2rem;
    height: 0.35rem;
    margin: 0 auto;
    background: url(../images/zhuisi/new/base_bar.png) center no-repeat;
    background-size: 10.93rem 0.03rem;
}

.time-bar .time-list {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    padding-left: 0.49rem;
}

.time-list li {
    position: relative;
    width: 1.92rem;
    text-align: center;
    bottom: 0.2rem;
    cursor: pointer;
}

.time-list .b-text {
    margin-bottom: 0.09rem;
    color: #C5A061;
    font-size: 0.16rem;
    font-weight: 400;
}

.time-list .dot {
    width: 0.26rem;
    height: 0.26rem;
    margin: 0 auto;
    background: url(../images/zhuisi/dot.png) center no-repeat;
    background-size: 0.17rem 0.17rem;
}

.time-list li.active .b-text,
.time-list li:hover .b-text {
    color: #8F0302;
}

.time-list li.active .dot,
.time-list li:hover .dot {
    background: url(../images/zhuisi/dot_active.png) center no-repeat;
    background-size: 0.26rem 0.26rem;
}

.part1 .speak-content {
    position: absolute;
    top: 1.92rem;
    left: 0;
    width: 19.2rem;
    height: 7.2rem;
}

.part1 .speak-content img {
    position: relative;
}

.part2 {
    width: 100%;
    height: 10.84rem;
    padding-top: 0.78rem;
}

.part2 .photo-wall {
    width: 100%;
    padding-top: 0.68rem;
}

.photo-list ul {
    position: relative;
    display: flex;
    width: 12.95rem;
    height: 3.16rem;
    margin: 0 auto;
    padding-left: 0.59rem;
}

.photo-list ul.bottom {
    margin-top: 0.82rem;
}

.photo-list ul::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 12.95rem;
    height: 3.3rem;
    /*height: 2.97rem;*/
    background: #D1B381;
}

.photo-list ul li {
    position: relative;
    z-index: 2;
    width: 2.09rem;
    margin-right: 0.33rem;
    cursor: pointer;
}

.photo-list ul li img {
    width: 2.09rem;
    height: 2.49rem;
    background: #d5d5d5;
}

.photo-list ul li .pname {
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    margin-top: 0.12rem;
    background: #956442;
    color: #fff;
    font-size: 0.2rem;
    font-weight: 400;
    text-align: center;
}


/* 自定义swiper的按钮 */

#swiper1 .swiper-button-next {
    width: 0.54rem;
    right: -0.92rem;
    top: 44%;
}

#swiper1 .swiper-button-next:after {
    content: '';
    width: 0.54rem;
    height: 7.15rem;
    background: url(../images/zhuisi/s_next.png) center no-repeat;
    background-size: 100% 100%;
    font-family: '';
}

#swiper1 .swiper-button-prev {
    width: 0.54rem;
    left: -0.92rem;
    top: 44%;
}

#swiper1 .swiper-button-prev:after {
    content: '';
    width: 0.54rem;
    height: 7.15rem;
    background: url(../images/zhuisi/s_prev.png) center no-repeat;
    background-size: 100% 100%;
    font-family: '';
}

.photo-wall .swiper-container{
    position: relative;
    width: 13rem;
    /* width: 10.45rem; */
    padding-top: 0.2rem;
    padding: 0 0.3rem;
    padding-left: 0.5rem;
    overflow: visible;
}

.photo-wall .swiper-container::before{
    content: '';
    position: absolute;
    left: 0;
    top: -0.17rem;
    z-index: 0;
    width: 12.95rem;
    height: 3.6rem;
    background: #D1B381;
}

.photo-wall .swiper-container::after{
    content: '';
    position: absolute;
    left: 0;
    top: 4.24rem;
    z-index: 0;
    width: 12.95rem;
    height: 3.6rem;
    background: #D1B381;
}

#swiper1 .mask1{
    position: absolute;
    left: -3.1rem;
    top: -0.9rem;
    z-index: 9;
    width: 3.1rem;
    height: 100%;
    background: #FBF8F4;
}

#swiper1 .mask2{
    position: absolute;
    left: 12.95rem;
    top: -0.9rem;
    z-index: 9;
    width: 3.1rem;
    height: 100%;
    background: #FBF8F4;
}

#swiper1 .swiper-slide{
    width: 2.09rem!important;
}

#swiper1 .swiper-slide a{
    display: block;
    position: relative;
    z-index: 2;
    width: 2.09rem;
    margin-right: 0.33rem;
    margin-bottom: 1.16rem;
    cursor: pointer;
}

#swiper1 .swiper-slide a .img-box{
    width: 2.09rem;
    height: 2.74rem;
    overflow: hidden;
}

#swiper1 .swiper-slide a img{
    width: 2.09rem;
    height: auto;
    background: #d5d5d5;
}

#swiper1 .swiper-slide a .pname {
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    margin-top: 0.12rem;
    background: #956442;
    color: #fff;
    font-size: 0.2rem;
    font-weight: 400;
    text-align: center;
}

.part3 {
    position: relative;
    width: 19.2rem;
    height: 9.7rem;
    padding-top: 0.54rem;
    background: url(../images/zhuisi/part3_bg.png) center no-repeat;
    background-size: 100% auto;
}

.part3-content {
    position: relative;
    width: 11.64rem;
    margin: 0 auto;
    padding-top: 0.42rem;
}

.part3-content .introduction {
    line-height: 0.32rem;
    color: #fff;
    font-size: 0.18rem;
    font-weight: 400;
    text-indent: 2em;
}

.part3 .search-box {
    display: flex;
    margin-top: 0.18rem;
}

.part3 .search-box input {
    width: 9.82rem;
    height: 0.51rem;
    line-height: 0.51rem;
    padding-right: 0.23rem;
    color: #fff;
    font-size: 0.2rem;
    font-weight: 400;
    text-align: right;
    border: 1px solid #B8794A;
    background: transparent;
}

.part3 .search-box input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.2);
    font-size: 0.2rem;
}

.part3 .search-box .search-btn {
    width: 1.39rem;
    height: 0.5rem;
    line-height: 0.5rem;
    margin-left: 0.33rem;
    padding-left: 0.26rem;
    background: #C5A061;
    color: #fff;
    font-size: 0;
    font-weight: 400;
    cursor: pointer;
}

.part3 .search-box .search-btn span {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.2rem;
}

.part3 .search-box .search-btn .ico {
    width: 0.18rem;
    height: 0.18rem;
    margin-right: 0.16rem;
    background: url(../images/zhuisi/search_ico.png) center no-repeat;
    background-size: 100% 100%;
}

.part3 .result-box {
    position: relative;
}

.part3 .result-box .condition1 {
    position: absolute;
    left: 0;
    top: 1.3rem;
}

.part3 .result-box .condition1 li {
    width: 2.03rem;
    height: 0.74rem;
    line-height: 0.63rem;
    margin-bottom: 0.36rem;
    padding-left: 0.16rem;
    background: url(../images/zhuisi/new/c1.png) left top no-repeat;
    background-size: 100% 100%;
    color: #C5A061;
    font-size: 0.18rem;
    font-weight: bold;
    cursor: pointer;
}

.part3 .result-box .condition1 li.active {
    color: #8F0302;
    background: url(../images/zhuisi/new/c1_active.png) left top no-repeat;
    background-size: 1.95rem 0.63rem;
}

.part3 .result-box .condition2 {
    position: absolute;
    left: 2.25rem;
    top: 0.28rem;
    display: flex;
}

.part3 .result-box .condition2 li {
    width: 1.71rem;
    height: 0.46rem;
    line-height: 0.46rem;
    margin-right: 0.18rem;
    border: 1px solid #C5A061;
    color: #C5A061;
    font-size: 0.18rem;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}

.part3 .result-box .condition2 li.active {
    background: #C5A061;
    color: #8F0302;
}

.part3 .result-box .name-list {
    position: absolute;
    left: 2.25rem;
    top: 1.31rem;
    display: flex;
    flex-wrap: wrap;
    width: 9.6rem;
    height: 4.9rem;
    overflow-y: auto;
}

.part3 .result-box .name-list li {
    width: 1.06rem;
    height: 0.36rem;
    margin: 0 0.51rem 0.28rem 0;
    color: #fff;
    font-size: 0.18rem;
    font-weight: 400;
    text-align: center;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}

.part4 {
    position: relative;
    width: 19.2rem;
    height: 8.86rem;
    padding-top: 0.87rem;
    background: #fff;
}

.part4 .waterfall {
    display: inline-block;
    width: 11.6rem;
    margin-top: 0.63rem;
    margin-left: 3.61rem;
    -moz-column-count: 4;
    /* Firefox */
    -webkit-column-count: 4;
    /* Safari 和 Chrome */
    column-count: 4;
    -moz-column-gap: 0.3rem;
    -webkit-column-gap: 0.3rem;
    column-gap: 0.3rem;
}

.waterfall .img-box {
    position: relative;
    margin-bottom: 0.3rem;
    overflow: hidden;
    cursor: pointer;
}

.waterfall .img-box img {
    width: 100%;
    height: auto;
}

.waterfall .img-box .mask-box {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    overflow: auto;
}

.mask-box .mname {
    width: 100%;
    height: 0.41rem;
    line-height: 0.41rem;
    background: rgba(194, 12, 23, 0.6);
    color: #fff;
    font-size: 0.17rem;
    font-weight: 400;
    text-align: center;
}

.mask-box .desc {
    padding: 0.22rem 0.15rem;
    line-height: 1.4;
    color: #fff;
    font-size: 0.11rem;
    text-indent: 2em;
}

/*.waterfall .img-box:nth-child(1) {*/
    /*width: 2.48rem;*/
    /*height: 2.62rem;*/
/*}*/

/*.waterfall .img-box:nth-child(2) {*/
    /*width: 2.45rem;*/
    /*height: 2.62rem;*/
/*}*/

/*.waterfall .img-box:nth-child(3) {*/
    /*width: 2.45rem;*/
    /*height: 3.32rem;*/
/*}*/

/*.waterfall .img-box:nth-child(4) {*/
    /*width: 2.45rem;*/
    /*height: 1.96rem;*/
/*}*/

/*.waterfall .img-box:nth-child(5) {*/
    /*width: 2.45rem;*/
    /*height: 2.62rem;*/
/*}*/

/*.waterfall .img-box:nth-child(6) {*/
    /*width: 2.45rem;*/
    /*height: 2.62rem;*/
/*}*/

/*.waterfall .img-box:nth-child(7) {*/
    /*width: 3.75rem;*/
    /*height: 5.59rem;*/
/*}*/

.learnmore {
    position: absolute;
    right: 3.8rem;
    bottom: 0.8rem;
    width: 1.08rem;
    height: 0.34rem;
    line-height: 0.34rem;
    background: #C5A061;
    border-radius: 0.1rem;
    color: #fff;
    font-size: 0.16rem;
    text-align: center;
    cursor: pointer;
}

.part5 {
    position: relative;
    width: 19.2rem;
    height: 11.7rem;
    background: #fff url(../images/zhuisi/part5_bg.png?v=1) no-repeat;
    background-size: 100% auto;
    background-position: center 4.1rem;
}

.part5 .zm-box {
    padding-top: 0.52rem;
}

.part5 .zm-box ul {
    display: flex;
    width: 100%;
    height: 2.32rem;
    align-items: center;
    margin-bottom: 0.2rem;
    padding-left: 3.75rem;
}

.part5 .zm-box ul:nth-child(odd) {
    background: #C5A061;
}

.part5 .zm-box ul:nth-child(even) {
    background: transparent;
}

.part5 .zm-box ul.zm3 {
    width: 10.43rem;
    justify-content: flex-end;
}

.part5 .zm-box ul.zm4 {
    width: 11.94rem;
    margin-left: 8.75rem;
    padding-left: 0;
    justify-content: flex-start;
}

.part5 .zm-box ul.zm3 li:last-child {
    margin-right: 0;
}

.part5 .zm-box ul.zm4 li:last-child {
    margin-right: 3.8rem;
}

.part5 .zm-box ul li {
    position: relative;
    width: 1.69rem;
    height: 2.29rem;
    margin-right: 0.8rem;
    background: #8F0302;
    padding: 0.01rem;
    cursor: pointer;
    overflow: hidden;
}

.part5 .zm-box ul li .zm-name {
    position: absolute;
    bottom: 0.09rem;
    width: 100%;
    color: #C5A061;
    font-size: 0.3rem;
    text-align: center;
    text-shadow: 0 0 0.04rem #f2f2f2;
}

.part6 {
    position: relative;
    width: 19.2rem;
    height: 20.04rem;
    background: #fff url(../images/zhuisi/part6_bg.png?v=2) no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
}

.part6 .arrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.14rem;
    background: url(../images/zhuisi/part6_arrow.png) center no-repeat;
    background-size: 0.53rem 0.14rem;
}

.part6-decorate {
    position: absolute;
    top: 3rem;
    left: 0;
    width: 100%;
    height: 2.54rem;
    background: url(../images/zhuisi/part6_decorate.png) center no-repeat;
    background-size: 14.64rem 2.54rem;
}

.part6 .js-btn {
    position: absolute;
    right: 4rem;
    bottom: 9rem;
    width: 1.27rem;
    height: 1.31rem;
    background: url(../images/zhuisi/js_btn.png) center no-repeat;
    background-size: 100% 100%;
}

.part6 .say-box {
    position: relative;
    width: 100%;
    padding-top: 9.61rem;
}

/* .part6 .say-box .title {
    width: 1.92rem;
    height: 0.47rem;
    line-height: 0.47rem;
    margin-left: 4.09rem;
    background: #920504;
    color: #FFFFFF;
    font-size: 0.22rem;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
} */

.part6 .title-box{
    position: relative;
    display: flex;
    margin-top: 1rem;
    margin-left: 4.07rem;
}

.part6 .title-box .titem{
    display: block;
    width: 1.92rem;
    height: 0.47rem;
    line-height: 0.47rem;
    background: #920504;
    color: #FFFFFF;
    font-size: 0.22rem;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.part6 .title-box .titem:not(:last-child){
    margin-right: 1.23rem;
}

.part6 .say-box ul {
    width: 12.06rem;
    margin: 0.49rem 0 0 3.61rem;
}

.part6 .say-box ul li {
    position: relative;
    width: 100%;
    height: 1.07rem;
    line-height: 1.13rem;
    padding-left: 0.49rem;
}

.part6 .say-box ul li::before {
    content: '';
    position: absolute;
    left: 0.48rem;
    top: 0;
    width: 11.5rem;
    height: 0.01rem;
    border-top: 0.01rem dashed #353434;
}

.part6 .say-box ul li:last-child::after {
    content: '';
    position: absolute;
    left: 0.48rem;
    margin-top: 0.6rem;
    width: 11.5rem;
    height: 0.01rem;
    border-top: 0.01rem dashed #353434;
}

.part6 .say-box ul li .nickname {
    color: #1C1C1C;
    font-size: 0.2rem;
    font-weight: bold;
}

.part6 .say-box ul li .text {
    color: #1C1C1C;
    font-size: 0.2rem;
}

.part6 .say-box ul li .time{
    position: absolute;
    right: 0.2rem;
    bottom: 0.1rem;
    color: #999;
    font-size: 0.16rem;
}

.saysome {
    display: none;
    position: fixed;
    width: 10.07rem;
    height: 6.38rem;
    bottom: 1rem;
    left: 4.56rem;
    z-index: 30;
    padding-top: 0.67rem;
    background: url(../images/zhuisi/saysome-pop.png) center no-repeat;
    background-size: 100% 100%;
}

.saysome .input-item {
    display: flex;
    width: 8.08rem;
    line-height: 0.67rem;
    margin: 0 auto 0.13rem auto;
    background: #fff;
    box-shadow: 0 0 0.04rem #ccc;
}

.saysome .input-item .field {
    display: block;
    width: 2.06rem;
    height: 0.67rem;
    background: #C5A061;
    text-align: center;
    color: #fff;
    font-size: 0.22rem;
    font-weight: 400;
}

.saysome .input-item .field.special {
    width: 2.06rem;
    height: 1.8rem;
    line-height: 1.8rem;
}

.saysome .input-item input {
    flex: 1;
    background: #fff;
    border: none;
    color: #333;
    font-size: 0.22rem;
    padding: 0 0.2rem;
}

.saysome .input-item textarea {
    flex: 1;
    height: 1.8rem;
    padding: 0 0.2rem;
    background: #fff;
    color: #333;
    font-size: 0.22rem;
    border: none;
    resize: none;
}

.saysome .submit-btn {
    width: 8.08rem;
    height: 0.67rem;
    line-height: 0.67rem;
    margin: 0.3rem auto;
    background: #956442;
    box-shadow: 0 0 0.04rem #ccc;
    color: #fff;
    font-size: 0.22rem;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}


/* 祭扫1 */

#jisao1 {
    width: 19.2rem;
    height: 10.8rem;
    background: url(../images/zhuisi/jisao1_bg.png?v=1) center top no-repeat;
    background-size: 100% auto;
}

#jisao1 .hero-info {
    position: absolute;
    left: 2.52rem;
    top: 3.66rem;
    color: #DABB2C;
    text-align: center;
}

#jisao1 .hero-info .hname {
    font-size: 0.46rem;
    font-weight: 400;
    margin-bottom: 0.07rem;
}

#jisao1 .hero-info .htime {
    font-size: 0.23rem;
    font-weight: 400;
}

#jisao1 .candle,
#jisao1 .flower,
#jisao1 .bow {
    display: none;
}

#jisao1 .candle .ca1 {
    position: absolute;
    left: 3.82rem;
    top: 6.17rem;
    z-index: 4;
    width: 0.29rem;
    height: 0.48rem;
    background: url(../images/zhuisi/candle.png) center top no-repeat;
    background-size: 100% 100%;
}

#jisao1 .candle .ca2 {
    position: absolute;
    left: 6.29rem;
    top: 6.1rem;
    z-index: 4;
    width: 0.25rem;
    height: 0.41rem;
    background: url(../images/zhuisi/candle.png) center top no-repeat;
    background-size: 100% 100%;
}

#jisao1 .flower {
    position: absolute;
    left: 3.77rem;
    top: 4.56rem;
    z-index: 5;
    width: 1.97rem;
    height: 2.81rem;
    background: url(../images/zhuisi/flower.png) center top no-repeat;
    background-size: 100% 100%;
}

#jisao1 .sacrifice-opt {
    position: absolute;
    left: 3.02rem;
    top: 8.56rem;
    display: flex;
}

#jisao1 .sacrifice-opt .o-item {
    width: 1.08rem;
    height: 1.08rem;
    line-height: 0.98rem;
    margin-right: 0.78rem;
    background: url(../images/zhuisi/opt_bg.png) center top no-repeat;
    background-size: 100% 100%;
    color: #216F5D;
    font-size: 0.24rem;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

#jisao1 .bow {
    display: none;
    position: absolute;
    left: 7.05rem;
    top: 3.73rem;
    z-index: 6;
    width: 3.14rem;
    height: 6.1rem;
}

#jisao1 .hero-describe {
    position: absolute;
    right: 0.45rem;
    top: 2.85rem;
    width: 8.81rem;
    height: 6.24rem;
    padding: 0.7rem 0 0 0.45rem;
    background: url(../images/zhuisi/info1_bg.png) center top no-repeat;
    background-size: 100% 100%;
}

#jisao1 .hero-describe.noname-describe {
    position: absolute;
    right: 0.45rem;
    top: 2.87rem;
    width: 8.81rem;
    height: 4.09rem;
    padding: 0.7rem 0 0 0.45rem;
    background: url(../images/zhuisi/info2_bg.png) center top no-repeat;
    background-size: 100% 100%;
}

.hero-describe .d-item {
    position: relative;
    width: 100%;
    padding-top: 0.15rem;
}

.hero-describe .d-item:not(:first-child) {
    margin-top: 0.06rem;
}

.hero-describe .d-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8.07rem;
    height: 0.02rem;
    background: url(../images/zhuisi/top_border.png) center top no-repeat;
    background-size: 100% 100%;
}

.hero-describe .d-item .title {
    width: 2.88rem;
    height: 0.38rem;
    line-height: 0.38rem;
    margin-bottom: 0.12rem;
    background: url(../images/zhuisi/title_bg.png) center top no-repeat;
    background-size: 100% 100%;
    color: #206E5C;
    font-size: 0.2rem;
    font-weight: bold;
    text-indent: 0.26rem;
}

.hero-describe .d-item table {
    margin-left: 0.26rem;
}

.hero-describe .d-item .text-row {
    width: 6rem;
    margin-bottom: 0.15rem;
}

.text-row td {
    padding-bottom: 0.15rem;
}

.hero-describe .d-item .text-row .text-box {
    display: inline-block;
    margin-right: 0.43rem;
    font-size: 0;
}


/* .hero-describe .d-item .text-row td:not(:last-child){
    padding-right: 0.43rem;
} */

.hero-describe .d-item .text-box span {
    display: inline-block;
    color: #fff;
    font-size: 0.2rem;
    font-weight: bold;
    vertical-align: middle;
}

.hero-describe .d-item .text-row.mark {
    width: 8rem;
}

.hero-describe .d-item .text-row.mark .text-box {
    margin-right: 1.44rem;
}

.hero-describe .d-item .text-row.green-text .text-box span {
    color: #206E5C;
}

.hero-describe .sendmsg-box {
    width: 7.61rem;
    height: 0.5rem;
    margin-top: 0.28rem;
    margin-left: 0.24rem;
    display: flex;
    border: 0.02rem solid #216F5D;
    border-radius: 0.1rem;
}

.hero-describe .sendmsg-box input {
    flex: 1;
    height: 100%;
    line-height: 0.5rem;
    padding-right: 0.29rem;
    background: transparent;
    border: 0;
    font-size: 0.22rem;
    text-align: right;
}

.hero-describe .sendmsg-box input::-webkit-input-placeholder {
    color: rgba(33, 111, 93, 0.3);
}

.hero-describe .sendmsg-box .send-btn {
    width: 1.21rem;
    height: 0.48rem;
    line-height: 0.48rem;
    background: #216F5D;
    color: #fff;
    font-size: 0.2rem;
    text-align: center;
    border-radius: 0.08rem;
    cursor: pointer;
}

.hero-describe .hero-img {
    position: absolute;
    right: 0.4rem;
    top: 0.85rem;
    z-index: 6;
    width: 2.1rem;
    height: 2.82rem;
    padding: 0.13rem;
    background: url(../images/zhuisi/hero_bg.png) center top no-repeat;
    background-size: 100% 100%;
}

.hero-describe .hero-img img {
    width: 1.83rem;
    height: 2.45rem;
}

.noname-describe .no-item {
    position: relative;
    width: 100%;
    padding: 0.15rem 0 0.4rem 0;
}

.noname-describe .no-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8.07rem;
    height: 0.02rem;
    background: url(../images/zhuisi/top_border.png) center top no-repeat;
    background-size: 100% 100%;
}

.noname-describe .no-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 8.07rem;
    height: 0.02rem;
    background: url(../images/zhuisi/top_border.png) center top no-repeat;
    background-size: 100% 100%;
}

.noname-describe .no-item .title {
    width: 2.88rem;
    height: 0.38rem;
    line-height: 0.38rem;
    margin-bottom: 0.28rem;
    background: url(../images/zhuisi/title_bg.png) center top no-repeat;
    background-size: 100% 100%;
    color: #206E5C;
    font-size: 0.2rem;
    font-weight: bold;
    text-indent: 0.26rem;
}

.noname-describe .no-item .text {
    line-height: 0.26rem;
    color: #fff;
    font-size: 0.18rem;
    font-weight: 400;
    text-indent: 2em;
    padding: 0 0.72rem 0 0.25rem;
}

.noname-describe .sendmsg-box {
    position: absolute;
    left: 0.69rem;
    top: 5rem;
}


/* 祭扫2 */

#jisao2 {
    width: 19.2rem;
    height: 10.8rem;
    background: url(../images/zhuisi/jisao2_bg.png) center top no-repeat;
    background-size: 100% auto;
}

#jisao2 .bottom-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 7;
    width: 100%;
    height: 3.16rem;
    background: #C5A061;
}

#jisao2 .bottom-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 8;
    width: 100%;
    height: 0.64rem;
    background: #956442;
}

#jisao2 .main-container {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 12;
    width: 100%;
    height: 4.34rem;
    display: flex;
}

#jisao2 .sacrifice-opt {
    position: absolute;
    left: 5.78rem;
    top: 6.48rem;
    z-index: 100;
    display: flex;
}

#jisao2 .sacrifice-opt .o-item {
    width: 1.08rem;
    height: 1.08rem;
    line-height: 0.98rem;
    margin-right: 1.94rem;
    background: url(../images/zhuisi/opt_bg.png) center top no-repeat;
    background-size: 100% 100%;
    color: #C5A061;
    font-size: 0.24rem;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

#jisao2 .hero-img {
    position: relative;
    width: 2.54rem;
    height: 3.22rem;
    margin: 0.24rem 0.37rem 0 0.24rem;
    padding: 0.13rem;
    background: url(../images/zhuisi/hero_bg2.png) center top no-repeat;
    background-size: 100% 100%;
}

#jisao2 .h-describe {
    display: flex;
    position: relative;
    height: 2.11rem;
    margin-top: 1.27rem;
    padding-top: 0.35rem;
    padding-left: 0.4rem;
}

#jisao2 .h-describe::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0.02rem;
    height: 2.11rem;
    background: url(../images/zhuisi/dash.png) center top no-repeat;
    background-size: 100% 100%;
}

#jisao2 .m-item {
    display: flex;
    align-items: flex-end;
}

#jisao2 .h-describe .m-item:not(:last-child) {
    margin-right: 0.96rem;
}

#jisao2 .m-item .title {
    display: flex;
    align-items: center;
    width: 0.5rem;
    height: 1.63rem;
    line-height: 0.33rem;
    margin-right: 0.25rem;
    background: #fff;
    color: #C5A061;
    font-size: 0.26rem;
    font-weight: bold;
    text-align: center;
}

#jisao2 .m-item .text-box {
    color: #fff;
    font-size: 0.23rem;
    font-weight: bold;
    line-height: 0.33rem;
}

#jisao2 .hero-info {
    position: absolute;
}

#jisao2 .hero-info {
    position: absolute;
    left: 8.34rem;
    top: 3.12rem;
    color: #DABB2C;
    text-align: center;
}

#jisao2 .hero-info .hname {
    font-size: 0.46rem;
    font-weight: 400;
    margin-bottom: 0.03rem;
}

#jisao2 .hero-info .htime {
    font-size: 0.24rem;
    font-weight: 400;
}

#jisao2 .candle .ca1 {
    position: absolute;
    left: 6.97rem;
    top: 5.47rem;
    z-index: 4;
    width: 0.41rem;
    height: 0.56rem;
    background: url(../images/zhuisi/candle2.png) center top no-repeat;
    background-size: 100% 100%;
}

#jisao2 .candle .ca2 {
    position: absolute;
    left: 11.78rem;
    top: 5.47rem;
    z-index: 4;
    width: 0.41rem;
    height: 0.56rem;
    background: url(../images/zhuisi/candle2.png) center top no-repeat;
    background-size: 100% 100%;
}

#jisao2 .flower,
#jisao2 .candle,
#jisao2 .bow {
    display: none;
}

#jisao2 .flower {
    position: absolute;
    left: 7.34rem;
    top: 3.55rem;
    z-index: 5;
    width: 1.97rem;
    height: 2.81rem;
    background: url(../images/zhuisi/flower.png) center top no-repeat;
    background-size: 100% 100%;
}

#jisao2 .bow {
    /* display: none; */
    position: absolute;
    left: 6.4rem;
    top: -2.3rem;
    z-index: 6;
    width: 6.28rem;
    height: 12.2rem;
}

#jisao2 .sendmsg-box {
    position: absolute;
    right: 0.55rem;
    top: 6.78rem;
    z-index: 50;
    width: 3.3rem;
    height: 0.47rem;
    border: 0.02rem solid rgba(197, 160, 97, 0.8);
    border-radius: 0.1rem;
}

#jisao2 .sendmsg-box input {
    width: 2rem;
    height: 100%;
    line-height: 0.47rem;
    padding-left: 0.18rem;
    background: transparent;
    border: 0;
    font-size: 0.22rem;
}

#jisao2 .sendmsg-box input::-webkit-input-placeholder {
    color: rgba(197, 160, 97, 0.3);
}

#jisao2 .sendmsg-box .send-btn {
    position: absolute;
    right: -0.01rem;
    top: -0.01rem;
    display: block;
    width: 1.17rem;
    height: 0.47rem;
    line-height: 0.47rem;
    background: #C5A061;
    color: #fff;
    font-size: 0.18rem;
    font-weight: bold;
    text-align: center;
    border-radius: 0.08rem;
    cursor: pointer;
}


/* 革命足迹 */

#gmzj {
    position: relative;
    width: 100%;
    height: 10.8rem;
    background: url(../images/zhuisi/gmzj_bg.png) center top no-repeat;
    background-size: 100% 100%;
}

#gmzj .nav,
#introduce .nav {
    position: absolute;
    background: none;
}

.hero-container {
    display: relative;
    width: 12rem;
    margin: 0 auto;
    padding-top: 1.52rem;
}

.hero-container .title {
    color: #956442;
    font-size: 0.3rem;
    font-weight: 400;
    text-align: center;
}

.hero-container .crumb-nav {
    margin: 0.31rem 0 0.13rem 0.35rem;
}

.hero-container .crumb-nav a,
.hero-container .crumb-nav span {
    color: #585755;
    font-size: 0.16rem;
    font-weight: 400;
}

.hero-container .crumb-nav a:hover {
    color: #956442;
}

#gmzj .hero-content,
#introduce .hero-content {
    width: 12rem;
    height: 8.36rem;
    padding-top: 0.45rem;
    background: rgba(255, 255, 255, 0.63);
    overflow-y: auto;
}

#gmzj .hero-content ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0.58rem;
}

#gmzj .hero-content ul li {
    width: 1.55rem;
    margin-right: 0.65rem;
    margin-bottom: 0.45rem;
    cursor: pointer;
}

#gmzj .hero-content ul li img {
    width: 1.55rem;
    height: 2rem;
}

#gmzj .hero-content ul li .hname {
    margin-top: 0.12rem;
    color: #C5A061;
    font-size: 0.3rem;
    text-align: center;
}

#gmzj .opt-box,
#introduce .opt-box {
    bottom: 1.55rem;
}


/* 英雄介绍页 */

#introduce {
    position: relative;
    width: 100%;
    height: 10.8rem;
    background: url(../images/zhuisi/introduce_bg.png) center top no-repeat;
    background-size: 100% 100%;
}

#introduce .hero-content {
    padding-top: 0.58rem;
}

#introduce .h-image {
    width: 2.26rem;
    height: 2.92rem;
    margin: 0 auto 0.49rem auto;
    overflow: hidden;
}

#introduce .h-p {
    padding: 0 0.17rem;
    color: #606060;
    font-size: 0.2rem;
    font-weight: 300;
    line-height: 0.37rem;
    text-indent: 2em;
}


/* 祭扫3 */

#jisao3 {
    width: 19.2rem;
    height: 10.8rem;
    background: url(../images/zhuisi/jisao3_bg.png?v=1) center top no-repeat;
    background-size: 100% 100%;
}

#jisao3 .opt-icos {
    position: absolute;
    right: 3.41rem;
    top: 6.09rem;
    z-index: 20;
    display: flex;
}

#jisao3 .opt-icos .oitem {
    width: 2.29rem;
    height: 0.56rem;
    line-height: 0.56rem;
    color: #fff;
    font-size: 0.21rem;
    text-align: center;
    background: #83532F;
    border-radius: 0.05rem;
    cursor: pointer;
}

#jisao3 .opt-icos .oitem:not(:last-child) {
    margin-right: 1.55rem;
}

#jisao3 .opt-icos .oitem.active,#jisao3 .opt-icos .oitem:hover{
    background: #C5A061;
}

/* #jisao3 .opt-icos .oitem:nth-child(1) {
    background: url(../images/zhuisi/ico1.png) center top no-repeat;
    background-size: 100% 100%;
}

#jisao3 .opt-icos .oitem:nth-child(2) {
    background: url(../images/zhuisi/ico2.png) center top no-repeat;
    background-size: 100% 100%;
}

#jisao3 .opt-icos .oitem:nth-child(3) {
    background: url(../images/zhuisi/ico3.png) center top no-repeat;
    background-size: 100% 100%;
}

#jisao3 .opt-icos .oitem:nth-child(4) {
    background: url(../images/zhuisi/ico4.png) center top no-repeat;
    background-size: 100% 100%;
}

#jisao3 .opt-icos .oitem:nth-child(1).active,
#jisao3 .opt-icos .oitem:nth-child(1):hover {
    background: url(../images/zhuisi/ico1_active.png) center top no-repeat;
    background-size: 100% 100%;
}

#jisao3 .opt-icos .oitem:nth-child(2).active,
#jisao3 .opt-icos .oitem:nth-child(2):hover {
    background: url(../images/zhuisi/ico2_active.png) center top no-repeat;
    background-size: 100% 100%;
}

#jisao3 .opt-icos .oitem:nth-child(3).active,
#jisao3 .opt-icos .oitem:nth-child(3):hover {
    background: url(../images/zhuisi/ico3_active.png) center top no-repeat;
    background-size: 100% 100%;
}

#jisao3 .opt-icos .oitem:nth-child(4).active,
#jisao3 .opt-icos .oitem:nth-child(4):hover {
    background: url(../images/zhuisi/ico4_active.png) center top no-repeat;
    background-size: 100% 100%;
} */

#jisao3 .js-tips {
    position: absolute;
    right: 3.19rem;
    top: 4.95rem;
    color: #905C3E;
    font-size: 0.33rem;
    font-weight: 400;
}

#jisao3 .close {
    position: fixed;
    right: 1.57rem;
    top: 0.58rem;
    z-index: 20;
    width: 0.45rem;
    height: 0.45rem;
    background: url(../images/zhuisi/new/close_ico.png) center top no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

#jisao3 .flower,
#jisao3 .bow {
    display: none;
}

#jisao3 .flower .f1,
#jisao3 .flower .f2 {
    position: absolute;
    z-index: 4;
    width: 2.41rem;
    height: 2.78rem;
    background: url(../images/zhuisi/wreath.png?v=1) center top no-repeat;
    background-size: 100% 100%;
}

#jisao3 .flower .f1 {
    left: 3.19rem;
    top: 7.31rem;
}

#jisao3 .flower .f2 {
    left: 6.71rem;
    top: 7.23rem;
}

#jisao3 .flower .petal {
    position: absolute;
    top: 0;
    z-index: 4;
    right: 1.83rem;
    width: 8.65rem;
    height: 5.51rem;
    background: url(../images/zhuisi/petal.png) center top no-repeat;
    background-size: 100% 100%;
}

#jisao3 .bow div {
    position: absolute;
    z-index: 6;
    width: 5.08rem;
    height: 9.88rem;
}

#jisao3 .bow .bow-man {
    left: 0.8rem;
    bottom: -1.8rem;
}

#jisao3 .bow .bow-woman {
    left: 6.28rem;
    bottom: -2.1rem;
    transform: scale(0.86);
    -webkit-transform: scale(0.86);
}


/* 追忆 */

#zhuiyi {
    width: 19.2rem;
    background: url(../images/zhuiyi/zhuiyi_bg.png) center top no-repeat;
    background-size: 100% auto;
    overflow-y: auto;
}

#zhuiyi .nav {
    background: #fff;
    /*padding-bottom: 0.3rem;*/
}

#zhuiyi .main-container {
    position: relative;
    width: 12rem;
    margin: 0 auto;
    padding-top: 1.75rem;
}

.zhuiyimenu {
    display: flex;
    padding-left: 0.53rem;
}

.zhuiyimenu .mitem {
    width: 5.47rem;
    height: 0.76rem;
    line-height: 0.74rem;
    cursor: pointer;
    color: #ffff;
    font-size: 0.33rem;
    text-align: center;
}

.zhuiyimenu .mitem:nth-child(1) {
    background: url(../images/zhuiyi/tab01.png) center no-repeat;
    background-size: 100% 100%;
}

.zhuiyimenu .mitem:nth-child(2) {
    background: url(../images/zhuiyi/tab02.png) center no-repeat;
    background-size: 100% 100%;
}

.zhuiyimenu .mitem:nth-child(1).active,
.zhuiyimenu .mitem:nth-child(1):hover {
    background: url(../images/zhuiyi/tab01_active.png) center no-repeat;
    background-size: 100% 100%;
}

.zhuiyimenu .mitem:nth-child(2).active,
.zhuiyimenu .mitem:nth-child(2):hover {
    background: url(../images/zhuiyi/tab02_active.png) center no-repeat;
    background-size: 100% 100%;
}

.zhuiyimenu .mitem span {
    display: inline-block;
    vertical-align: middle;
}

.zhuiyimenu .mitem:nth-child(1) .ico {
    width: 0.26rem;
    height: 0.32rem;
    background: url(../images/zhuiyi/ico1.png) center no-repeat;
    background-size: 100% 100%;
}

.zhuiyimenu .mitem:nth-child(2) .ico {
    width: 0.33rem;
    height: 0.29rem;
    background: url(../images/zhuiyi/ico2.png) center no-repeat;
    background-size: 100% 100%;
}

.zhuiyimenu .mitem .ico {
    vertical-align: -7%;
    margin-right: 0.1rem;
}

#zhuiyi .book-show {
    position: relative;
    width: 100%;
    margin: 1.06rem 0 0.87rem 0;
}

#zhuiyi .swiper-container {
    width: 100%;
    height: 3.61rem;
}

#zhuiyi .swiper-slide {
    display: flex;
    justify-content: center;
    width: 5.68rem;
    height: 3.41rem;
    transition: 300ms;
    transform: scale(0.86);
}

#zhuiyi .swiper-slide img {
    width: 5.68rem;
    height: 3.41rem;
    box-shadow: 0 0.1rem 0.1rem #333;
    border: 1px solid #000;
}

#zhuiyi .swiper-slide-active,
#zhuiyi .swiper-slide-duplicate-active {
    transform: scale(1);
    z-index: 100;
}

#zhuiyi .swiper-slide-active+.swiper-slide {
    z-index: 99;
}

#zhuiyi .book-show .swiper-container::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    width: 0.88rem;
    height: 3.8rem;
    background: #fff;
}

#zhuiyi .book-show .swiper-container::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
    width: 0.9rem;
    height: 3.8rem;
    background: #fff;
}


/* 自定义swiper的按钮 */

#swiper2 .swiper-button-next {
    width: 0.46rem;
    right: 0.11rem;
    z-index: 30;
}

#swiper2 .swiper-button-next:after {
    content: '';
    width: 0.46rem;
    height: 0.96rem;
    background: url(../images/zhuiyi/right.png) center no-repeat;
    background-size: 100% 100%;
    font-family: '';
}

#swiper2 .swiper-button-prev {
    width: 0.46rem;
    left: 0.11rem;
    z-index: 30;
}

#swiper2 .swiper-button-prev:after {
    content: '';
    width: 0.46rem;
    height: 0.96rem;
    background: url(../images/zhuiyi/left.png) center no-repeat;
    background-size: 100% 100%;
    font-family: '';
}

#zhuiyi .preface {
    position: relative;
    display: flex;
    align-items: center;
}

#zhuiyi .preface .ico {
    width: 0.86rem;
    height: 1.73rem;
    margin: 0 0.41rem 0 0.56rem;
    background: url(../images/zhuiyi/preface.png) center no-repeat;
    background-size: 100% 100%;
}

#zhuiyi .preface .desc {
    flex: 1;
    color: #000;
    padding-right: 0.48rem;
    font-size: 0.21rem;
    font-weight: 400;
    line-height: 0.38rem;
}

#zhuiyi .history-box {
    width: 100%;
}

#zhuiyi .history-box img {
    margin: 0 auto;
}


/* 云书馆 */

#cloudbook {
    width: 19.2rem;
    overflow-y: auto;
    background: #fcfcfc;
}

#cloudbook .nav {
    /* position: absolute; */
    background: none;
}

#cloudbook .main-container {
    position: relative;
    width: 100%;
    padding-top: 1.75rem;
    padding-bottom: 2rem;
    background: #fcfcfc url(../images/zhuiyi/cloudbook_bg.png) center top no-repeat;
    background-size: 100% auto;
}

#cloudbook .zhuiyimenu {
    padding: 0;
    justify-content: center;
}

#cloudbook .bookshelf {
    position: relative;
    /*width: 13.67rem;*/
    width: 14.7rem;
    margin: 1.06rem auto 0 auto;
}

#cloudbook .swiper-container {
    width: 100%;
    height: 6.38rem;
    padding-top: 2rem;
    overflow: visible;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
}

#cloudbook .swiper-slide {
    display: flex;
    justify-content: center;
    width: 2.94rem !important;
    height: 4.18rem;
    transition: 300ms;
    /* transform: scale(0.86); */
}

#cloudbook .swiper-slide img {
    width: 2.94rem;
    height: 4.18rem;
    box-shadow: 0 0.1rem 0.1rem #333;
    cursor: pointer;
}

#cloudbook .swiper-slide:hover {
    z-index: 99!important;
}

#cloudbook .swiper-slide:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);    
}

#cloudbook .swiper-slide-active,
#cloudbook .swiper-slide-duplicate-active {
    /* margin: 0 60px 0 30px!important; */
}


/* 自定义swiper的按钮 */

#swiper3 .swiper-button-next {
    width: 0.46rem;
    right: -2.3rem;
    z-index: 30;
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
}

#swiper3 .swiper-button-next:after {
    content: '';
    width: 0.46rem;
    height: 0.96rem;
    background: url(../images/zhuiyi/right.png) center no-repeat;
    background-size: 100% 100%;
    font-family: '';
}

#swiper3 .swiper-button-prev {
    width: 0.46rem;
    left: -2rem;
    z-index: 30;
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
}

#swiper3 .swiper-button-prev:after {
    content: '';
    width: 0.46rem;
    height: 0.96rem;
    background: url(../images/zhuiyi/left.png) center no-repeat;
    background-size: 100% 100%;
    font-family: '';
}

#cloudbook .book-list {
    position: relative;
    width: 12.21rem;
    margin: 0 auto;
}

#cloudbook .book-list::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.01rem;
    top: 0;
    background: url(../images/zhuiyi/dotted.png) center no-repeat;
    background-size: 100% 100%;
}

#cloudbook .book-list .book-row {
    position: relative;
    display: flex;
    width: 100%;
    height: 3.87rem;
}

#cloudbook .book-list .book-row::after {
    content: '';
    position: absolute;
    left: 6.1rem;
    top: 0;
    width: 0.02rem;
    height: 100%;
    background: #956442;
}

#cloudbook .book-list .book-row::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.01rem;
    bottom: 0;
    background: url(../images/zhuiyi/dotted.png) center no-repeat;
    background-size: 100% 100%;
}

#cloudbook .book-list .bitem {
    position: relative;
    display: flex;
    width: 6.1rem;
    padding: 0.72rem 0 0 0.55rem;
}

.bitem .book-img {
    width: 2.02rem;
    height: 2.68rem;
    margin-right: 0.38rem;
    overflow: hidden;
    cursor: pointer;
}

.bitem .read {
    position: absolute;
    right: 0.3rem;
    bottom: 0.51rem;
    width: 0.57rem;
    height: 0.57rem;
    background: url(../images/zhuiyi/read.png) center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.bitem .title {
    display: inline-block;
    min-width: 2.29rem;
    height: 0.43rem;
    line-height: 0.43rem;
    margin: 0.66rem 0 0.4rem 0;
    padding: 0 0.72rem 0 0.45rem;
    background: url(../images/zhuiyi/title_bg.png) center no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 0.18rem;
    font-weight: bold;
}

.bitem .text-box {
    color: #3D3D3D;
    font-size: 0.16rem;
    line-height: 0.24rem;
    padding-left: 0.12rem;
}


/* 书籍目录 */

#catalog,
#article {
    width: 19.2rem;
    height: 10.8rem;
    background: #f1f1f1;
    background-size: 100% auto;
    overflow-y: auto;
}

#catalog .nav,
#article .nav {
    background: #fff;
}

#catalog .main-container,
#article .main-container {
    position: relative;
    width: 12rem;
    height: 10.8rem;
    /*height: 90%;*/
    margin: 0 auto;
    padding-top: 1.5rem;
    background: #fff;
    overflow-y: auto;
    bottom: 0rem;
}

#catalog .book-header {
    position: relative;
    display: flex;
    width: 100%;
    padding-left: 1.32rem;
}

#catalog .book-header img {
    width: 1.99rem;
    height: 2.69rem;
    margin-right: 0.36rem;
}

#catalog .book-header .title {
    margin: 0.42rem 0 0.18rem 0;
    color: #C20C17;
    font-size: 0.42rem;
    font-weight: 400;
}

.brief-introduction {
    padding-left: 0.04rem;
}

.brief-introduction .top-title {
    margin-bottom: 0.15rem;
    padding-left: 0.04rem;
    color: #595757;
    font-size: 0.25rem;
    font-weight: 400;
}

.brief-introduction .desc {
    padding-right: 0.42rem;
    color: #272727;
    font-size: 0.17rem;
    font-weight: 400;
    line-height: 0.25rem;
    text-indent: 2em;
}

.catalog-box {
    position: relative;
    width: 9rem;
    margin-left: 1.48rem;
    color: #595757;
    font-weight: 400;
}

.catalog-box .title {
    position: relative;
    width: 100%;
    padding: 0.38rem 0 0.11rem 0;
    color: #595757;
    font-size: 0.38rem;
    font-weight: 400;
}

.catalog-box .title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -1.48rem;
    width: 12rem;
    height: 0.02rem;
    background: #898989;
}

.catalog-box .title .chapter-count {
    font-size: 0.21rem;
}

.catalog-box .xuyan {
    position: relative;
    height: 0.63rem;
    line-height: 0.63rem;
    color: #595757;
    font-size: 0.29rem;
    font-weight: 400;
    text-align: center;
}

.catalog-box .xuyan::after,
.catalog-box .c-list li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.01rem;
    background: #898989;
}

.catalog-box .c-list li {
    position: relative;
    display: flex;
    width: 100%;
    height: 0.67rem;
    line-height: 0.67rem;
    cursor: pointer;
}

.catalog-box .c-list li .c-num {
    width: 1.8rem;
    font-size: 0.25rem;
}

.catalog-box .c-list li .c-title {
    margin-right: 0.1rem;
    font-size: 0.21rem;
    overflow: hidden;
}

.catalog-box .c-list li .c-subtitle {
    font-size: 0.15rem;
}

#catalog .back-btn,
#article .back-btn {
    position: fixed;
    left: 1.62rem;
    top: 8.66rem;
    z-index: 100;
    width: 1.6rem;
    height: 0.54rem;
    background: url(../images/zhuiyi/back_btn.png) center bottom no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

#catalog .back-top,
#article .back-top {
    position: fixed;
    right: 3.01rem;
    top: 8.8rem;
    z-index: 100;
    width: 0.5rem;
    height: 0.51rem;
    background: url(../images/zhuiyi/back_top.png) center bottom no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}


/* 文章 */

#article {
    color: #595757;
}

#article .main-container {
    height: 9.35rem;
    /*height: 75%;*/
    padding-top: 1.7rem;
}

#article .a-title {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 0.67rem;
    padding-left: 0.32rem;
    color: #595757;
    font-weight: 400;
}

#article .a-title .c-num {
    margin-right: 0.24rem;
    font-size: 0.33rem;
}

#article .a-title .hx {
    width: 0.84rem;
    height: 0.01rem;
    margin: 0 0.08rem;
    background: #3E3A39;
}

#article .a-title .c-title {
    font-size: 0.29rem;
}

#article .a-title .c-subtitle {
    font-size: 0.21rem;
}

#article .a-p {
    color: #595757;
    font-size: 0.21rem;
    font-weight: 400;
    line-height: 0.45rem;
    padding: 0 0.37rem 0.38rem 0.37rem;
}

#article .a-p p {
    text-indent: 2em;
}

#article .a-p img {
    width: 4rem;
    height: auto;
    margin: 0.2rem auto;
}

#article .a-nav {
    position: relative;
    display: flex;
    align-items: center;
    width: 12rem;
    height: 0.79rem;
    margin: 0.27rem auto;
    background: #fff;
}

#article .a-nav a {
    position: relative;
    height: 100%;
    line-height: 0.79rem;
    font-size: 0.25rem;
    color: #595757;
}

#article .a-nav a:nth-child(1) {
    width: 4.58rem;
    padding-left: 2.65rem;
}

#article .a-nav a:nth-child(2) {
    width: 2.89rem;
    text-align: center;
}

#article .a-nav a:nth-child(3) {
    flex: 1;
    padding-left: 0.96rem;
}

#article .a-nav a:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0.22rem;
    width: 0.01rem;
    height: 0.36rem;
    background: #898989;
}


/* 资讯 */

#zixun {
    width: 19.2rem;
    background: url(../images/zixun/zixun_bg.png) center bottom no-repeat;
    background-size: 100% auto;
    overflow-y: auto;
}

#zixun .main-container {
    position: relative;
}

#zixun .section1 {
    position: relative;
    width: 12.04rem;
    margin: 0 auto;
}

#swiper4 .swiper-pagination-bullet {
    width: 0.16rem;
    height: 0.16rem;
    margin: 0 0.1rem;
    background: #FDFCFA;
    opacity: 1;
}

#swiper4 .swiper-pagination-bullet-active {
    background: #8C0302;
}

#swiper4 .swiper-pagination-bullets {
    left: 5rem;
    bottom: 0.72rem;
}

#swiper4 .swiper-slide .desc {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.53rem;
    line-height: 0.53rem;
    padding-left: 0.41rem;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 0.18rem;
}

#swiper4 .swiper-slide img {
    cursor: pointer;
}

.section2 {
    position: relative;
    display: flex;
    width: 12.02rem;
    margin: 0.65rem auto 0 auto;
}

.section2 .video-box {
    position: relative;
    width: 5.76rem;
    height: 3.64rem;
    margin-right: 0.36rem;
    background: #fff;
}

.section2 .video-box #video {
    width: 100%;
    height: 100%;
}

.section2 .video-box .desc {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.42rem;
    line-height: 0.42rem;
    padding-left: 0.19rem;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 0.16rem;
    font-weight: 400;
}

.section2 .jlhd {
    position: relative;
    width: 5.86rem;
    height: 3.64rem;
    background: #fff;
}

.section2 .jlhd .header {
    position: relative;
    width: 100%;
    height: 0.48rem;
    line-height: 0.48rem;
    padding-left: 0.44rem;
    background: #8F0302;
    color: #fff;
    font-size: 0.2rem;
    font-weight: 400;
}

.section2 .jlhd .header::before {
    content: '';
    position: absolute;
    left: 1.73rem;
    top: -0.03rem;
    width: 0.02rem;
    height: 0.54rem;
    transform: rotateZ(20deg);
    background: #fff;
}

.section2 .jlhd .header::after {
    content: '';
    position: absolute;
    left: 3.85rem;
    top: -0.03rem;
    width: 0.02rem;
    height: 0.54rem;
    transform: rotateZ(20deg);
    background: #fff;
}

.section2 .jlhd .header .text1 {
    margin-right: 1.19rem;
}

.section2 .jlhd .header .text2 {
    margin-right: 1.12rem;
}

.section2 .jlhd .header span.active{
    font-weight: bold;
    text-decoration: underline;
}

.section2 .jlhd .jl-list {
    position: relative;
    width: 100%;
    height: 3.16rem;
    overflow-y: auto;
    padding: 0 0.11rem 0.2rem 0.19rem;
}

.section2 .jlhd .jl-list li {
    position: relative;
    display: flex;
    width: 100%;
    height: 0.59rem;
    line-height: 0.59rem;
    padding: 0 0.07rem 0 0.14rem;
    border-bottom: 0.01rem dashed rgba(104, 103, 101, 0.3);
    color: #585755;
    font-size: 0.19rem;
    font-weight: 400;
}

.section2 .jlhd .jl-list li:hover {
    color: #8F0302;
    cursor: pointer;
}

.section2 .jlhd .jl-list li .title {
    flex: 1;
    overflow: hidden;
}

.section2 .jlhd .more-news {
    float: right;
    width: 1.08rem;
    height: 0.34rem;
    line-height: 0.34rem;
    margin-top: 0.26rem;
    color: #fff;
    font-size: 0.16rem;
    font-weight: 400;
    text-align: center;
    border-radius: 0.1rem;
    background: #8F0302;
}

.section3 {
    position: relative;
    width: 12.02rem;
    margin: 1.22rem auto 0 auto;
}

.section3 .header {
    width: 100%;
    height: 0.45rem;
    line-height: 0.45rem;
    padding-left: 0.26rem;
    color: #fff;
    font-size: 0.2rem;
    font-weight: bold;
    background: #8F0302;
}

.section3 .zt-content .zt-item {
    position: relative;
    width: 100%;
    height: 2.42rem;
}

.section3 .zt-content .zt-item img {
    cursor: pointer;
}

/* .section3 .zt-content .zt-item:nth-child(1) {
    margin-bottom: 0.25rem;
} */

/* .section3 .zt-content .zt-item:nth-child(1)::after {
    content: '';
    position: absolute;
    top: 2.12rem;
    left: 0;
    width: 100%;
    height: 0.01rem;
    background: #C9A063;
} */

.section3 .zt-content .zt-item .tag {
    position: absolute;
    left: 0;
    top: 0;
    width: 0.44rem;
    height: 2rem;
    padding: 0.6rem 0.1rem;
    color: #fff;
    font-size: 0.2rem;
    font-weight: bold;
    text-align: center;
    background: #BE3D2A;
    opacity: 0.8;
    z-index: 99;
}

#swiper5 {
    width: 100%;
    height: 2rem;
    overflow: hidden;
}

#swiper5 .swiper-pagination-bullet {
    width: 0.11rem;
    height: 0.11rem;
    margin: 0 0.1rem;
    background: #FDFCFA;
    opacity: 1;
}

#swiper5 .swiper-pagination-bullet-active {
    background: #C5A061;
}

#swiper5 .swiper-pagination-bullets {
    left: 5.4rem;
    bottom: 0.2rem;
}

.section4 {
    position: relative;
    width: 19.2rem;
    height: 7.66rem;
    margin-top: -2.2rem;
    background: url(../images/zixun/new/section4_bg.png) center no-repeat;
    background-size: 100% 100%;
}

.section4 .s-content {
    position: relative;
    display: flex;
    margin: 0 auto;
    padding-top: 0.86rem;
    padding-left: 2.38rem;
}

.s-content .tab-box {
    margin-left: -0.24rem;
}

.s-content .tab-box .t-item {
    width: 2.63rem;
    height: 1.36rem;
    margin-bottom: -0.08rem;
    padding: 0.2rem 0.84rem;
    background: url(../images/zixun/s4_tab.png) left center no-repeat;
    background-size: 2.45rem 100%;
    cursor: pointer;
}

.s-content .tab-box .t-item.active,
.s-content .tab-box .t-item:hover {
    background: url(../images/zixun/s4_tab_active.png) left center no-repeat;
    background-size: 2.63rem 100%;
}

.s-content .tab-box .t-item .t-ico {
    width: 0.79rem;
    height: 0.83rem;
}

.s-content .tab-box .t-item:nth-child(1) .t-ico {
    background: url(../images/zixun/s4_ico01.png) center no-repeat;
    background-size: 0.78rem 0.8rem;
}

.s-content .tab-box .t-item:nth-child(2) .t-ico {
    background: url(../images/zixun/s4_ico02.png) center no-repeat;
    background-size: 100% 100%;
}

.s-content .tab-box .t-item:nth-child(3) .t-ico {
    background: url(../images/zixun/s4_ico03.png) center no-repeat;
    background-size: 100% 100%;
}

.s-content .s4-list {
    position: relative;
    flex: 1;
    /*height: 3.92rem;*/
    overflow-y: auto;
    padding: 0.37rem 0 0.37rem 0.89rem;
}

.s-content .s4-list li {
    margin-bottom: 0.37rem;
    color: #956442;
    font-size: 0.17rem;
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer;
    line-height: 0.20rem;
    letter-spacing: 2px;
}

.s4-sublist-box {
    width: 4.28rem;
    height: 3.74rem;
    background: #fff;
}

.s4-sublist-box .header {
    width: 100%;
    height: 0.73rem;
    background: #8F0302;
}

.s4-sublist-box .s4-sublist {
    padding: 0.16rem 0;
    height: 3.01rem;
    overflow-y: auto;
}

.s4-sublist-box .s4-sublist li {
    position: relative;
    color: #585755;
    font-size: 0.18rem;
    font-weight: 400;
    margin-bottom: 0.4rem;
    padding-left: 0.69rem;
    cursor: pointer;
}

.s4-sublist-box .s4-sublist li::before {
    content: '';
    position: absolute;
    left: 0.27rem;
    width: 0.16rem;
    height: 0.16rem;
    background: url(../images/zixun/roll.png) center no-repeat;
    background-size: 100% 100%;
}

#zixun .part-title .title-text {
    font-size: 0.3rem;
    padding: 0 0.2rem;
}

#zixun .part-title .start-ico {
    width: 0.13rem;
    height: 0.25rem;
    background: url(../images/zhuisi/start_ico.png) center 0 no-repeat;
    background-size: 100% 100%;
}

#zixun .part-title .end-ico {
    width: 0.13rem;
    height: 0.25rem;
    background: url(../images/zhuisi/end_ico.png) center 0 no-repeat;
    background-size: 100% 100%;
}

.section5 {
    position: relative;
    width: 12.02rem;
    margin: 0.9rem auto 0 auto;
}

#zixun .sec5-title{
    background: url(../images/zixun/new/sec5_title.png) center no-repeat;
    background-size: auto 100%;
}

#zixun .sec6-title{
    background: url(../images/zixun/new/sec6_title.png) center no-repeat;
    background-size: auto 100%;
}

#zixun .sec7-title{
    background: url(../images/zixun/new/sec7_title.png) center no-repeat;
    background-size: auto 100%;
}

.s5-content {
    display: flex;
    margin-top: 0.81rem;
}

.s5-content img {
    width: 8.04rem;
    height: 5.87rem;
    margin-right: 0.31rem;
}

.s5-content .desc{
    position: relative;
    flex: 1;
    height: 5.87rem;
    overflow-y: auto;
}

.s5-content .p-text {
    color: #585755;
    font-size: 0.16rem;
    padding-right: 0.2rem;
    line-height: 1.8;
}

.s5-content .p-text p {
    text-indent: 2em;
}

.s5-content .detail-btn {
    margin-top: 0.32rem;
    padding: 0.2rem;
    color: #B58F62;
    font-size: 0.18rem;
    font-weight: 400;
    text-align: right;
    cursor: pointer;
}

.section6 {
    position: relative;
    width: 19.2rem;
    margin: 0.94rem auto 0 auto;
}

.section6 .s6-content {
    position: relative;
    width: 19.2rem;
    height: 7.36rem;
    margin-top: 0.33rem;
    background: url(../images/zixun/section6_bg.png) center 0 no-repeat;
    background-size: 100% 100%;
}

.s6-content .header {
    width: 100%;
    height: 1.3rem;
    background: #956442;
}

.s6-content .s6-menu {
    display: flex;
    justify-content: center;
}

.s6-menu .s6-item {
    width: 2rem;
    height: 1.2rem;
    line-height: 1.12rem;
    margin-right: -0.26rem;
    background: url(../images/zixun/mnormal.png) center 0 no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 0.18rem;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.s6-menu .s6-item.active,
.s6-menu .s6-item:hover {
    background: url(../images/zixun/mnormal_active.png) center 0 no-repeat;
    background-size: 100% 100%;
}

.s6-menu .s6-item:first-child {
    width: 2.06rem;
    height: 1.2rem;
    background: url(../images/zixun/mstart.png) center -0.05rem no-repeat;
    background-size: 2.06rem 1.25rem;
}

.s6-menu .s6-item:first-child.active,
.s6-menu .s6-item:first-child:hover {
    background: url(../images/zixun/mstart_active.png) center -0.05rem no-repeat;
    background-size: 2.06rem 1.25rem;
}

.s6-menu .s6-item:last-child {
    width: 1.8rem;
    height: 1.2rem;
    background: url(../images/zixun/mend.png) center 0 no-repeat;
    background-size: 1.79rem 1.2rem;
}

.s6-menu .s6-item:last-child.active,
.s6-menu .s6-item:last-child:hover {
    background: url(../images/zixun/mend_active.png) center 0 no-repeat;
    background-size: 1.79rem 1.2rem;
}

.s6-content .main-content {
    display: flex;
    width: 100%;
    height: 6.05rem;
}

.s6-content .main-content .left-c {
    position: relative;
    width: 9.52rem;
    padding: 0.86rem 0 0 3.82rem;
}

.s6-content .main-content .left-c::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0.67rem;
    width: 0.02rem;
    height: 4.44rem;
    background: rgba(255, 249, 239, 0.26);
}

.s6-content .main-content .left-c img {
    width: 5.37rem;
    height: 3.58rem;
}

.s6-content .main-content .left-c .play-audio {
    position: absolute;
    left: 6.29rem;
    top: 2.87rem;
    width: 0.3rem;
    height: 0.27rem;
    background: url(../images/zixun/play_audio.png) center 0 no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.s6-content .main-content .right-c {
    position: relative;
    width: 6rem;
    height: 5.1rem;
    overflow-y: auto;
    padding: 0.69rem 0.2rem 0 0.44rem;
    color: #926241;
}

.s6-content .main-content .right-c .title {
    font-size: 0.24rem;
    font-weight: bold;
    margin-bottom: 0.6rem;
}

.s6-content .main-content .right-c .p-text {
    font-size: 0.18rem;
    font-weight: 400;
    line-height: 1.98;
}

.s6-content .main-content .right-c .p-text p {
    text-indent: 2em;
}

.section7 {
    position: relative;
    width: 19.2rem;
    margin: 0 auto;
    padding-top: 0.85rem;
    background: #fafafa;
}

#zixun .section7 .part-title.brown .title-text {
    color: #956442;
}

#zixun .section7 .part-title.brown .start-ico {
    background: url(../images/zixun/l_ico.png) center 0 no-repeat;
    background-size: 100% 100%;
}

#zixun .section7 .part-title.brown .end-ico {
    background: url(../images/zixun/r_ico.png) center 0 no-repeat;
    background-size: 100% 100%;
}

.section7 .jz-list {
    width: 19.2rem;
    height: 57.51rem;
    background: url(../images/zixun/jz/jz_list_bg.png?v=1) center -5rem no-repeat;
    background-size: 19.62rem 62.51rem;
}

.jz-list li {
    position: relative;
}

.jz-list li .jz-img,
.jz-list li .jz-text {
    position: absolute;
    font-weight: 400;
    cursor: pointer;
}

.jz-list li .jz-text {
    width: 5.2rem;
}

.jz-list li .jz-text .title {
    margin-bottom: 0.22rem;
    color: #956442;
    font-size: 0.3rem;
}

.jz-list li .jz-text .desc {
    line-height: 0.31rem;
    color: #484847;
    font-size: 0.18rem;
    text-indent: 2em;
}

.li1 .jz-img {
    right: 3.59rem;
    top: 1rem;
    width: 6.59rem;
    height: 3.46rem;
}

.li1 .jz-text {
    left: 3.6rem;
    top: 3.57rem;
}

.li2 .jz-img {
    left: 3.1rem;
    top: 7.68rem;
    width: 5.81rem;
    height: 3.73rem;
}

.li2 .jz-text {
    left: 10.54rem;
    top: 9.03rem;
}

.li3 .jz-img {
    left: 9.36rem;
    top: 12.92rem;
    width: 6.75rem;
    height: 2.91rem;
}

.li3 .jz-text {
    left: 3.59rem;
    top: 13.8rem;
}

.li4 .jz-img {
    left: 3.1rem;
    top: 16.21rem;
    width: 6.75rem;
    height: 5.21rem;
}

.li4 .jz-text {
    left: 10.55rem;
    top: 19.03rem;
}

.li5 .jz-img {
    left: 9.31rem;
    top: 22.57rem;
    width: 6.99rem;
    height: 3.07rem;
}

.li5 .jz-text {
    left: 3.6rem;
    top: 23.85rem;
}

.li6 .jz-img {
    left: 3.66rem;
    top: 27.5rem;
    width: 5.69rem;
    height: 3.01rem;
}

.li6 .jz-text {
    left: 10.56rem;
    top: 28.17rem;
}

.li7 .jz-img {
    left: 9.91rem;
    top: 32.9rem;
    width: 6.54rem;
    height: 3.44rem;
}

.li7 .jz-text {
    left: 3.6rem;
    top: 33.93rem;
}

.li8 .jz-img {
    left: 2.58rem;
    top: 37rem;
    width: 4.77rem;
    height: 6.2rem;
}

.li8 .jz-text {
    left: 9.64rem;
    top: 39.14rem;
}

.li9 .jz-img {
    left: 11.55rem;
    top: 41.3rem;
    width: 4.23rem;
    height: 7.42rem;
}

.li9 .jz-text {
    left: 3.65rem;
    top: 45.77rem;
}

.li10 .jz-img {
    left: 2.25rem;
    top: 46.7rem;
    width: 7.27rem;
    height: 7.66rem;
}

.li10 .jz-text {
    left: 9.66rem;
    top: 50.2rem;
}


/* 文章b */

#articleb {
    width: 19.2rem;
    height: 10.8rem;
    background: #f1f1f1;
    /*background: url(../images/zixun/articleb_bg.png) center no-repeat;*/
    background-size: 100% 110%;
}

#articleb .nav {
    background: none;
}

#articleb .a-title {
    width: 100%;
    margin: 0.8rem 0 0.13rem 0;
    color: #9B6D4D;
    font-size: 0.3rem;
    font-weight: 400;
    text-align: center;
}

#articleb .a-time {
    padding-left: 3.95rem;
    color: #585755;
    font-size: 0.2rem;
    font-weight: 400;
    margin-top: 0.3rem;
}

#articleb .a-p {
    position: relative;
    width: 12rem;
    height: 8.36rem;
    margin: 0.13rem auto 0 auto;
    padding: 0.3rem 0.21rem;
    background: #fff;
    color: #666563;
    font-size: 0.18rem;
    font-weight: 400;
    line-height: 1.6;
    overflow-y: auto;
}

#articleb .a-p p {
    text-indent: 2em;
    text-align: justify !important;
}

#articleb .a-p p img {
    margin: 0.3rem auto;
    width: 5rem;
    height: auto;
}


/* 祭扫4 */

#jisao4 {
    width: 19.2rem;
    height: 10.8rem;
    background: url(../images/zixun/jisao4_bg.png) center top no-repeat;
    background-size: 100% 100%;
}

#jisao4 .sacrifice-opt {
    position: absolute;
    left: 5.78rem;
    top: 6.48rem;
    z-index: 100;
    display: flex;
}

#jisao4 .sacrifice-opt .o-item {
    width: 1.08rem;
    height: 1.08rem;
    line-height: 0.98rem;
    margin-right: 1.94rem;
    background: url(../images/zhuisi/opt_bg.png) center top no-repeat;
    background-size: 100% 100%;
    color: #C5A061;
    font-size: 0.24rem;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

#jisao4 .sendmsg-box {
    position: absolute;
    right: 0.55rem;
    top: 6.78rem;
    z-index: 50;
    width: 3.3rem;
    height: 0.47rem;
    border: 0.02rem solid rgba(197, 160, 97, 0.8);
    border-radius: 0.1rem;
}

#jisao4 .sendmsg-box input {
    width: 2rem;
    height: 100%;
    line-height: 0.47rem;
    padding-left: 0.18rem;
    background: transparent;
    border: 0;
    font-size: 0.22rem;
}

#jisao4 .sendmsg-box input::-webkit-input-placeholder {
    color: rgba(197, 160, 97, 0.3);
}

#jisao4 .sendmsg-box .send-btn {
    position: absolute;
    right: -0.01rem;
    top: -0.01rem;
    display: block;
    width: 1.17rem;
    height: 0.47rem;
    line-height: 0.47rem;
    background: #C5A061;
    color: #fff;
    font-size: 0.18rem;
    font-weight: bold;
    text-align: center;
    border-radius: 0.08rem;
    cursor: pointer;
}

#jisao4 .main-container {
    position: absolute;
    bottom: 0.64rem;
    z-index: 999;
    width: 100%;
    height: 2.52rem;
    padding-top: 0.53rem;
    background: #C5A061;
}

#jisao4 .main-container .title {
    width: 2rem;
    height: 0.62rem;
    line-height: 0.62rem;
    margin: 0 auto;
    color: #C5A061;
    font-size: 0.26rem;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
}

#jisao4 .main-container .desc {
    width: 100%;
    margin-top: 0.41rem;
    color: #fff;
    font-size: 0.2rem;
    font-weight: 400;
    text-align: center;
}

#jisao4 .candle .ca1 {
    position: absolute;
    left: 6.97rem;
    top: 5.47rem;
    z-index: 4;
    width: 0.41rem;
    height: 0.56rem;
    background: url(../images/zhuisi/candle2.png) center top no-repeat;
    background-size: 100% 100%;
}

#jisao4 .candle .ca2 {
    position: absolute;
    left: 11.78rem;
    top: 5.47rem;
    z-index: 4;
    width: 0.41rem;
    height: 0.56rem;
    background: url(../images/zhuisi/candle2.png) center top no-repeat;
    background-size: 100% 100%;
}

#jisao4 .flower,
#jisao4 .candle,
#jisao4 .bow {
    display: none;
}

#jisao4 .flower {
    position: absolute;
    left: 7.34rem;
    top: 3.55rem;
    z-index: 5;
    width: 1.97rem;
    height: 2.81rem;
    background: url(../images/zhuisi/flower.png) center top no-repeat;
    background-size: 100% 100%;
}

#jisao4 .bow {
    /* display: none; */
    position: absolute;
    left: 6.4rem;
    top: -2.3rem;
    z-index: 6;
    width: 6.28rem;
    height: 12.2rem;
}


/* 云展览 */

#zhuiyi .history-event {
    position: relative;
    width: 11.76rem;
    height: 108.33rem;
    margin-top: 0.24rem;
    padding-left: 1.33rem;
    background: #fff;
}

#zhuiyi .history-event::before {
    content: '';
    width: 0.02rem;
    height: 100%;
    position: absolute;
    left: 0.74rem;
    top: 0;
    z-index: 10;
    background: url(../images/zhuiyi/cloudshow/line_i.png) center repeat;
    background-size: 0.02rem 0.11rem;
}

#zhuiyi .history-event .title {
    position: relative;
    color: #8F0302;
    font-size: 0.38rem;
    font-weight: bold;
}

#zhuiyi .history-event .t-ico {
    position: absolute;
    left: -0.78rem;
    top: 0;
    z-index: 12;
    width: 0.41rem;
    height: 0.41rem;
}

#zhuiyi .history-event .t-ico.i01 {
    background: url(../images/zhuiyi/cloudshow/i01.png) center no-repeat;
    background-size: 100% 100%;
}

#zhuiyi .history-event .t-ico.i02 {
    background: url(../images/zhuiyi/cloudshow/i02.png) center no-repeat;
    background-size: 100% 100%;
}

#zhuiyi .history-event .t-ico.i03 {
    background: url(../images/zhuiyi/cloudshow/i03.png) center no-repeat;
    background-size: 100% 100%;
}

#zhuiyi .history-event .t-ico.i04 {
    background: url(../images/zhuiyi/cloudshow/i04.png) center no-repeat;
    background-size: 100% 100%;
}

#zhuiyi .history-event .t-ico.i05 {
    background: url(../images/zhuiyi/cloudshow/i05.png) center no-repeat;
    background-size: 100% 100%;
}

#zhuiyi .history-event .subtitle {
    position: relative;
    color: #000;
    font-size: 0.25rem;
    font-weight: bold;
}


#zhuiyi .history-event .st-ico {
    position: absolute;
    left: -0.69rem;
    top: -0.01rem;
    z-index: 12;
    width: 0.23rem;
    height: 0.23rem;
    background: url(../images/zhuiyi/cloudshow/st_ico.png) center no-repeat;
    background-size: 100% 100%;
}

.sec0{
    position: relative;
    padding-top: 0.48rem;
}

.sec0 img{
    width: 10.11rem;
    height: 1.06rem;
}

.sec1 {
    padding-top: 0.48rem;
}

.sec1 .scontent1 {
    width: 10.12rem;
    height: 2.41rem;
    margin-top: 0.36rem;
    padding: 0.26rem 0.26rem 0.26rem 1.12rem;
    background: url(../images/zhuiyi/cloudshow/s1_bg.png) center no-repeat;
    background-size: 100% 100%;
    color: #000;
    font-size: 0.21rem;
    font-weight: 400;
    line-height: 0.38rem;
    text-indent: 2em;
}

.sec2 {
    margin-top: 0.48rem;
}

.sec2 .st1 {
    margin-top: 0.61rem;
    margin-bottom: 0.2rem;
}

.scontent2-1 {
    position: relative;
    display: flex;
}

.scontent2-1::after {
    content: '';
    width: 0.01rem;
    height: 1.94rem;
    position: absolute;
    left: 4.9rem;
    top: 0;
    border-right: 0.01rem dashed #8F0302;
}

.type1-list li {
    position: relative;
    color: #000;
    font-size: 0.21rem;
    font-weight: 400;
    line-height: 0.38rem;
    padding-left: 0.35rem;
}

.type1-list li::before {
    content: '';
    width: 0.25rem;
    height: 0.24rem;
    position: absolute;
    top: 0.07rem;
    left: 0;
    background: url(../images/zhuiyi/cloudshow/type1_ico.png) center no-repeat;
    background-size: 100% 100%;
}

.scontent2-1 .s2-left {
    width: 4.9rem;
}

.scontent2-1 .s2-right {
    width: 4.11rem;
    height: 1.9rem;
    margin-left: 0.8rem;
    margin-top: 0.02rem;
    background: url(../images/zhuiyi/cloudshow/s2_right.png) center no-repeat;
    background-size: 100% 100%;
}

.scontent2-1 .s2-right .text {
    color: #956442;
    font-size: 0.17rem;
    font-weight: 500;
    line-height: 0.33rem;
    text-align: right;
    padding: 0.62rem 0.69rem 0 0;
}

.sec2 .st2 {
    margin-top: 0.29rem;
    margin-bottom: 0.15rem;
}

.scontent2-2 {
    position: relative;
    width: 10.04rem;
    height: 3.4rem;
    background: #F2F2F2;
    display: flex;
}

.scontent2-2::after {
    content: '';
    width: 0.01rem;
    height: 2.9rem;
    position: absolute;
    left: 4rem;
    top: 0.25rem;
    border-right: 0.01rem dashed #8F0302;
}

.scontent2-2 .s2-left {
    width: 4rem;
    padding-left: 0.16rem;
    padding-top: 0.13rem;
}

.scontent2-2 .s2-left .img-box {
    position: relative;
    width: 2.89rem;
    height: 2rem;
    margin-top: 0.22rem;
    margin-left: 0.44rem;
}

.scontent2-2 .s2-left .img-box .tip {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0.34rem;
    line-height: 0.34rem;
    color: #956442;
    font-size: 0.17rem;
    font-weight: 400;
    text-align: center;
    background: #F0E8D5;
}

.scontent2-2 .s2-right .img-box {
    position: relative;
    width: 5.32rem;
    height: 1.94rem;
    margin-top: 0.3rem;
    margin-left: 0.59rem;
}

.scontent2-2 .s2-right .img-box .tip {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    width: 0.89rem;
    height: 1.94rem;
    padding: 0 0.3rem;
    color: #956442;
    font-size: 0.17rem;
    font-weight: 400;
    text-align: center;
    background: #F0E8D5;
    line-height:1.3;
}

.scontent2-2 .s2-right .type1-list {
    margin: 0.17rem 0 0 0.55rem;
}

.sec2 .st3 {
    margin-top: 0.15rem;
    margin-bottom: 0.28rem;
}

.scontent2-3 .type1-list {
    display: flex;
}

.scontent2-3 .type1-list li:not(:last-child) {
    margin-right: 0.72rem;
}

.sec3 {
    position: relative;
    margin-top: 0.52rem;
}

.sec3 .st1 {
    margin-top: 0.5rem;
    margin-bottom: 0.24rem;
}

.scontent3-1 {
    position: relative;
    width: 9.92rem;
    height: 2.04rem;
    background: #F2F2F2;
    display: flex;
}

.scontent3-1::after {
    content: '';
    width: 0.01rem;
    height: 1.34rem;
    position: absolute;
    left: 5rem;
    top: 0.35rem;
    border-right: 0.01rem dashed #8F0302;
}

.scontent3-1 .left {
    width: 5.01rem;
    padding: 0.23rem 0 0 0.09rem;
}

.scontent3-1 .type1-list li:not(:last-child) {
    margin-bottom: 0.23rem;
}

.scontent3-1 .right {
    flex: 1;
    position: relative;
    padding-left: 0.75rem;
}

.scontent3-1 .right img {
    width: 2.93rem;
    height: 2.04rem;
}

.scontent3-1 .right .text {
    position: absolute;
    right: 0.41rem;
    top: 0;
    height: 100%;
    color: #000;
    font-size: 0.17rem;
}

.special-text div {
    display: flex;
    height: 100%;
    align-items: center;
    width: 0.17rem;
    float: right;
}

.special-text .r-t {
    margin-left: 0.1rem;
}

.sec3 .st2 {
    margin-top: 0.35rem;
    margin-bottom: 0.32rem;
}

.scontent3-2 {
    position: relative;
    width: 100%;
    display: flex;
}

.scontent3-2::after {
    content: '';
    width: 0.01rem;
    height: 2.61rem;
    position: absolute;
    left: 5rem;
    top: 0.04rem;
    border-right: 0.01rem dashed #8F0302;
}

.scontent3-2 .left,
.scontent3-2 .right {
    width: 4.5rem;
    height: 2.62rem;
    border: 0.01rem dashed #C5A061;
}

.scontent3-2 .left {
    margin-right: 1rem;
}

.scontent3-2 img {
    width: 4.43rem;
    height: 2.07rem;
    margin: 0.02rem auto;
}

.scontent3-2 .text {
    color: #000;
    font-size: 0.21rem;
    font-weight: bold;
    line-height: 0.5rem;
    text-align: center;
}

.sec3 .st3 {
    position: relative;
    z-index: 10;
    margin-top: 0.97rem;
}

.scontent3-3 {
    position: absolute;
    left: -0.12rem;
    top: 7.2rem;
    z-index: 5;
    width: 10.1rem;
    height: 1.63rem;
    background: #F2F2F2;
}

.scontent3-3 img {
    position: relative;
    width: 2.52rem;
    height: 1.62rem;
    left: 6.1rem;
}

.scontent3-3 .text {
    position: absolute;
    right: 0;
    top: 0;
    width: 1.57rem;
    height: 100%;
    padding-right: 0.6rem;
    background: #F0E8D5;
    color: #956442;
}

.sec4 {
    margin-top: 1.05rem;
}

.sec4 .st1 {
    position: relative;
    z-index: 10;
    margin: 0.67rem 0 0.3rem 0;
}

.scontent4-1 .type1-list {
    display: flex;
}

.scontent4-1 .type1-list li:not(:last-child) {
    margin-right: 0.26rem;
}

.scontent4-2 {
    position: relative;
    width: 9.99rem;
    height: 2.26rem;
    margin-top: 0.17rem;
    margin-bottom: 0.03rem;
    display: flex;
    background: #f2f2f2;
}

.scontent4-2 .sc1 {
    width: 3.48rem;
    padding-top: 0.13rem;
}

.scontent4-2 .sc1 .type2-list {
    margin-top: 0.16rem;
    margin-left: 0.4rem;
}

.scontent4-2::before {
    content: '';
    width: 0.01rem;
    height: 2.03rem;
    position: absolute;
    left: 3.48rem;
    top: 0.06rem;
    border-right: 0.01rem dashed #8F0302;
}

.scontent4-2::after {
    content: '';
    width: 0.01rem;
    height: 2.03rem;
    position: absolute;
    left: 6.5rem;
    top: 0.06rem;
    border-right: 0.01rem dashed #8F0302;
}

.type2-list li {
    position: relative;
    color: #000;
    font-size: 0.17rem;
    font-weight: 400;
    line-height: 0.38rem;
    padding-left: 0.33rem;
}

.type2-list li::before {
    content: '';
    width: 0.22rem;
    height: 0.21rem;
    position: absolute;
    top: 0.08rem;
    left: 0;
    background: url(../images/zhuiyi/cloudshow/type2_ico.png) center no-repeat;
    background-size: 100% 100%;
}

.scontent4-2 .sc2 {
    width: 3.11rem;
}

.scontent4-2 .sc2 img {
    width: 2.56rem;
    height: 1.8rem;
    margin: 0 auto;
}

.scontent4-2 .sc2 .text,
.scontent4-2 .sc3 .text {
    width: 2.56rem;
    height: 0.36rem;
    margin: 0 auto;
    line-height: 0.36rem;
    color: #fff;
    font-size: 0.21rem;
    font-weight: bold;
    text-align: center;
    background: #C5A061;
}

.scontent4-2 .sc3 {
    flex: 1;
}

.scontent4-2 .sc3 img {
    width: 2.88rem;
    height: 1.8rem;
    margin: 0 auto;
}

.scontent4-2 .sc3 .text {
    width: 2.88rem;
}

.scontent4-4 {
    position: relative;
    width: 100%;
    display: flex;
}

.sec4 .st2 {
    margin-top: 0.38rem;
    margin-bottom: 0.31rem;
}

.scontent4-4::after {
    content: '';
    width: 0.01rem;
    height: 1.71rem;
    position: absolute;
    left: 4.9rem;
    top: -0.14rem;
    border-right: 0.01rem dashed #8F0302;
}

.scontent4-4 .img-box {
    position: absolute;
    top: -0.14rem;
    left: 5.7rem;
    width: 4.12rem;
    height: 1.62rem;
    background: url(../images/zhuiyi/cloudshow/4_4.png) center no-repeat;
    background-size: 100% 100%;
}

.scontent4-4 .img-box .text {
    position: absolute;
    right: 0.8rem;
    height: 100%;
    color: #956442;
}

.sec4 .st3 {
    margin-top: 0.6rem;
    margin-bottom: 0.21rem;
}

.scontent4-5 {
    position: relative;
}

.scontent4-5 .img-box {
    position: relative;
    width: 9.86rem;
    height: 3.5rem;
    margin-top: 0.23rem;
}

.scontent4-5 .img-box .tip {
    position: absolute;
    bottom: 0;
    width: 9.86rem;
    height: 0.38rem;
    line-height: 0.38rem;
    padding-left: 0.15rem;
    background: #F0E8D5;
    color: #8F0302;
    font-size: 0.21rem;
    font-weight: bold;
}

.type3-list li {
    position: relative;
    color: #000;
    font-size: 0.21rem;
    font-weight: 400;
    line-height: 0.38rem;
    padding-left: 0.36rem;
}

.type3-list li::before {
    content: '';
    width: 0.14rem;
    height: 0.14rem;
    position: absolute;
    top: 0.12rem;
    left: 0;
    background: url(../images/zhuiyi/cloudshow/type3_ico.png) center no-repeat;
    background-size: 100% 100%;
}

.scontent4-5 .introduce {
    position: relative;
    width: 100%;
    display: flex;
    margin-top: 0.32rem;
    margin-bottom: 0.24rem;
}

.scontent4-5 .introduce::after {
    content: '';
    width: 0.01rem;
    height: 1.29rem;
    position: absolute;
    left: 5.04rem;
    top: 0.12rem;
    border-right: 0.01rem dashed #8F0302;
}

.scontent4-5 .introduce ul {
    padding-left: 0.28rem;
}

.scontent4-5 .introduce ul:nth-child(1) {
    width: 5.04rem;
}

.sec4 .st4 {
    margin-top: 0.6rem;
    margin-bottom: 0.21rem;
}

.scontent4-6 {
    position: relative;
    width: 9.99rem;
    height: 4.18rem;
    padding-top: 0.11rem;
    background: rgba(223, 223, 223, 0.4);
}

.scontent4-6 .introduce {
    position: relative;
    width: 100%;
    display: flex;
    margin-top: 0.26rem;
    margin-bottom: 0.31rem;
    padding-left: 0.09rem;
}

.scontent4-6 .introduce::before {
    content: '';
    width: 0.01rem;
    height: 2.1rem;
    position: absolute;
    left: 3.25rem;
    top: 0;
    border-right: 0.01rem dashed #8F0302;
}

.scontent4-6 .introduce::after {
    content: '';
    width: 0.01rem;
    height: 2.1rem;
    position: absolute;
    left: 6.63rem;
    top: 0;
    border-right: 0.01rem dashed #8F0302;
}

.scontent4-6 .introduce img {
    width: 2.91rem;
    height: 1.64rem;
}

.scontent4-6 .introduce img:not(:last-child) {
    margin-right: 0.5rem;
}

.scontent4-6 .introduce .text {
    width: 2.91rem;
    height: 0.42rem;
    line-height: 0.42rem;
    margin-top: 0.07rem;
    background: #F0E8D5;
    color: #8F0302;
    font-size: 0.21rem;
    font-weight: bold;
    text-align: center;
}

.scontent4-6 .type3-list {
    display: flex;
    padding-left: 0.33rem;
}

.scontent4-6 .type3-list li {
    margin-right: 1.02rem;
}

.sec5 {
    margin-top: 0.54rem;
}

.sec5 .st1 {
    margin-top: 0.43rem;
    margin-bottom: 0.22rem;
}

.scontent5-1 .type1-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.scontent5-1 .type1-list li {
    margin-right: 1rem;
}

.scontent5-2 {
    position: relative;
    display: flex;
}

.scontent5-2::after {
    content: '';
    width: 0.01rem;
    height: 1.5rem;
    position: absolute;
    left: 4.93rem;
    top: 0.32rem;
    border-right: 0.01rem dashed #8F0302;
}

.scontent5-2 .type3-list {
    margin: 0.12rem 0 0 0.4rem;
}

.scontent5-2 .left {
    width: 4.93rem;
}

.scontent5-2 .right {
    position: relative;
    width: 3.98rem;
    height: 1.56rem;
    margin-top: 0.32rem;
    margin-left: 0.76rem;
    display: flex;
}

.scontent5-2 .right img {
    width: 2.75rem;
    height: 1.56rem;
}

.scontent5-2 .right .text {
    flex: 1;
}

.scontent5-3 {
    padding-top: 0.3rem;
}

.scontent5-3 .introduce {
    position: relative;
    width: 100%;
    display: flex;
    margin-top: 0.1rem;
}

.scontent5-3 .introduce .img-box {
    position: relative;
    width: 3.18rem;
    height: 1.65rem;
    background: #F0E8D5;
}

.scontent5-3 .introduce .img-box img {
    width: 2.44rem;
    height: 1.65rem;
}

.scontent5-3 .introduce .img-box .text {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 0.73rem;
    height: 1.65rem;
    padding: 0 0.25rem;
    color: #000;
    font-size: 0.17rem;
    font-weight: bold;
}

.scontent5-3 .introduce .text-box {
    width: 6.02rem;
    height: 1.65rem;
    margin-left: 0.23rem;
    padding-left: 1.18rem;
    padding-top: 0.25rem;
    background: #F0E8D5;
}

.scontent5-3 .introduce::after {
    content: '';
    width: 0.01rem;
    height: 1.65rem;
    position: absolute;
    left: 3.28rem;
    top: 0;
    border-right: 0.01rem dashed #8F0302;
}

.sec6 {
    margin-top: 0.54rem;
}

.sec6 .st1 {
    margin-top: 0.47rem;
    margin-bottom: 0.09rem;
}

.scontent6-1 {
    position: relative;
    width: 9.73rem;
    height: 1.59rem;
    display: flex;
    background: #f2f2f2;
}

.scontent6-1::before {
    content: '';
    width: 0.01rem;
    height: 1.41rem;
    position: absolute;
    left: 4rem;
    top: 0.06rem;
    border-right: 0.01rem dashed #8F0302;
}

.scontent6-1::after {
    content: '';
    width: 0.01rem;
    height: 1.41rem;
    position: absolute;
    left: 7.22rem;
    top: 0.06rem;
    border-right: 0.01rem dashed #8F0302;
}

.scontent6-1 .type1-list {
    width: 4.1rem;
    margin-top: 0.32rem;
}

.scontent6-1 .img-box1 {
    position: relative;
    width: 2.92rem;
    height: 1.44rem;
    margin: 0.09rem 0.2rem 0 0.11rem;
}

.scontent6-1 .img-box2 {
    position: relative;
    width: 2.28rem;
    height: 1.44rem;
    margin-top: 0.09rem;
}

.scontent6-1 .img-box1 .text,
.scontent6-1 .img-box2 .text {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0.2rem;
    line-height: 0.2rem;
    color: #8F0302;
    font-size: 0.17rem;
    font-weight: bold;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
}

.sec6 .st2 {
    margin-top: 0.31rem;
    margin-bottom: 0.25rem;
}

.scontent6-2 .type3-list {
    margin-left: 0.39rem;
    margin-top: 0.1rem;
    display: flex;
    flex-wrap: wrap;
}

.scontent6-2 .type3-list li {
    margin-right: 1.59rem;
}

.scontent6-3 {
    position: relative;
    width: 9.73rem;
    height: 2.25rem;
    background: #f2f2f2;
    padding-top: 0.1rem;
}

.sec6 .st3 {
    margin-top: 0.37rem;
    margin-bottom: 0.18rem;
}

.scontent6-3::after {
    content: '';
    width: 0.01rem;
    height: 1.5rem;
    position: absolute;
    left: 4.97rem;
    top: 0.54rem;
    border-right: 0.01rem dashed #8F0302;
}

.scontent6-3 .type3-list {
    margin-left: 0.39rem;
    margin-top: 0.1rem;
}

.scontent6-3 .img-box img {
    width: 1.36rem;
    height: 1.51rem;
    position: absolute;
    left: 6.79rem;
    top: 0.5rem;
}

.scontent6-3 .img-box .text {
    width: 0.17rem;
    height: 1.51rem;
    display: flex;
    align-items: center;
    position: absolute;
    color: #956442;
    font-size: 0.17rem;
    font-weight: bold;
    left: 8.5rem;
    top: 0.5rem;
    line-height: 1.3;
}

.sec6 .st4 {
    margin-top: 0.41rem;
    margin-bottom: 0.19rem;
}

.sec7 {
    margin-top: 0.45rem;
}

.scontent7 {
    position: relative;
    width: 10.06rem;
    height: 1.78rem;
    margin-top: 0.51rem;
    padding: 0.3rem 0.2rem 0 1.1rem;
    color: #000;
    font-size: 0.21rem;
    font-weight: 400;
    background: url(../images/zhuiyi/cloudshow/s7_bg.png) center no-repeat;
    background-size: 100% 100%;
    line-height: 0.33rem;
    text-indent: 2em;
}

.sec8 {
    margin-top: 0.7rem;
}

.sec8 .st1 {
    margin-top: 0.41rem;
    margin-bottom: 0.19rem;
}

.scontent8-1 img {
    width: 9.55rem;
    height: 4.32rem;
    margin: 0.1rem 0 0.2rem 0;
}

.sec8 .st2 {
    margin-top: 0.21rem;
    margin-bottom: 0.19rem;
}

.scontent8-2 .type3-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0.39rem;
}

.scontent8-2 .type3-list li {
    margin-right: 0.6rem;
}

.scontent8-2 .img-box {
    position: relative;
    width: 9.49rem;
    height: 1.51rem;
    background: #F0E8D5;
}

.scontent8-2 .img-box img {
    width: 2.76rem;
    height: 1.5rem;
    float: left;
}

.scontent8-2 .img-box .text {
    position: absolute;
    top: 0;
    right: 0;
    width: 5.43rem;
    height: 1.5rem;
    line-height: 1.5rem;
    color: #8F0302;
    font-size: 0.21rem;
    font-weight: bold;
    text-align: center;
}

.scontent8-2 .tli1 {
    margin: 0.2rem 0;
}

.scontent8-2 .introduce {
    position: relative;
    width: 9.45rem;
    height: 1.73rem;
    margin-top: 0.2rem;
    background: #f2f2f2;
    display: flex;
}

.scontent8-2 .introduce .type3-list {
    width: 4.9rem;
    padding-top: 0.2rem;
}

.scontent8-2 .introduce::after {
    content: '';
    width: 0.01rem;
    height: 1.73rem;
    position: absolute;
    left: 4.9rem;
    top: 0rem;
    border-right: 0.01rem dashed #8F0302;
}

.scontent8-2 .introduce .img-box {
    position: absolute;
    right: 0;
    top: 0;
    width: 3.48rem;
    height: 1.64rem;
}

.scontent8-2 .introduce .img-box img {
    width: 100%;
    height: 100%;
}

.scontent8-2 .introduce .img-box .text {
    position: absolute;
    top: 1.32rem;
    width: 100%;
    height: 0.33rem;
    line-height: 0.33rem;
    color: #fff;
    font-size: 0.14rem;
    font-weight: bold;
    background: rgba(143, 3, 2, 0.7);
}

.sec9 {
    margin-top: 0.4rem;
}

.sec9 .st1 {
    margin-top: 0.41rem;
    margin-bottom: 0.19rem;
}

.scontent9-1 {
    position: relative;
    width: 11.02rem;
    height: 5.6rem;
    margin-left: -0.58rem;
    background: #f2f2f2;
    display: flex;
    flex-wrap: wrap;
}

.decorate {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: url(../images/zhuiyi/cloudshow/9_1bg.png) center no-repeat;*/
    background-size: 9.89rem 5.32rem;
}

.scontent9-1 .p1,
.scontent9-1 .p2 {
    position: relative;
    padding-top: 0.14rem;
}

.scontent9-1 .p1 {
    margin: 0 0.3rem 0 0.7rem;
}

.scontent9-1 .p1 img,
.scontent9-1 .p2 img {
    width: 4.84rem;
    height: 2.44rem;
}

.scontent9-1 .p1 .text,
.scontent9-1 .p2 .text {
    width: 4.84rem;
    height: 0.36rem;
    line-height: 0.36rem;
    background: #C5A061;
    color: #fff;
    font-size: 0.17rem;
    font-weight: bold;
    text-align: center;
}

.scontent9-1 .p3 {
    width: 5.1rem;
    margin-left: 0.7rem;
    padding-top: 0.4rem;
}

.scontent9-1 .p3 .type1-list li {
    margin-bottom: 0.36rem;
}

.scontent9-1 .p4 {
    position: relative;
    width: 4.78rem;
    height: 2.09rem;
    margin: 0.4rem 0.1rem;
    background: #F0E8D5;
}

.scontent9-1 .p4 img {
    width: 3.55rem;
    height: 2.09rem;
}

.scontent9-1 .p4 .text {
    position: absolute;
    left: 3.2rem;
    top: 0;
    width: 1.23rem;
    height: 2.09rem;
    color: #956442;
    font-size: 0.21rem;
    font-weight: bold;
}

.scontent9-1 .p4 .text div {
    width: 0.21rem;
    word-break: break-word;
}

.sec9 .st2 {
    margin-top: 0.61rem;
    margin-bottom: 0.19rem;
}

.sec9 .st3 {
    margin-top: 0.41rem;
    margin-bottom: 0.19rem;
}

.scontent9-2 .type1-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.scontent9-2 .type1-list li {
    margin-right: 0.69rem;
}

.sec9 .st4 {
    margin-top: 0.31rem;
    margin-bottom: 0.19rem;
}

.sec10 {
    margin-top: 0.6rem;
}

.sec10 .st1 {
    margin-top: 0.41rem;
    margin-bottom: 0.19rem;
}

.scontent10-1 .img-box {
    position: relative;
    display: flex;
}

.scontent10-1 .img-box ul {
    text-align: center;
    height: 100%;
    height: 0.42rem;
    background: #F2F2F2;
}

.scontent10-1 .img-box li {
    display: inline-block;
}

.scontent10-1 .img-box1 {
    width: 3.55rem;
    height: 3.6rem;
    margin-right: 0.21rem;
}

.scontent10-1 .img-box2 {
    width: 5.95rem;
    height: 3.6rem;
}

.scontent10-1 .tl1 {
    margin: 0.2rem 0;
}

.scontent10-2 .type1-list {
    display: flex;
    margin: 0.2rem 0;
}

.scontent10-2 .type1-list li {
    margin-right: 2.2rem;
}

.sec10 .st3 {
    margin-top: 0.41rem;
    margin-bottom: 0.19rem;
}

.scontent10-3 .introduce {
    position: relative;
    width: 9.87rem;
    height: 2.61rem;
    background: #f2f2f2;
    display: flex;
}

.scontent10-3 .introduce::after {
    content: '';
    width: 0.01rem;
    height: 2.41rem;
    position: absolute;
    left: 4.67rem;
    top: 0.09rem;
    border-right: 0.01rem dashed #8F0302;
}

.scontent10-3 .introduce .left {
    width: 4.67rem;
}

.scontent10-3 .introduce .right {
    flex: 1;
}

.scontent10-3 .introduce .img-box {
    position: relative;
}

.scontent10-3 .introduce img {
    width: 2.48rem;
    height: 1.68rem;
    margin-left: 1.2rem;
}

.scontent10-3 .introduce ul {
    padding-left: 1rem;
}

.scontent10-3 .introduce .text {
    position: absolute;
    left: 1.2rem;
    top: 1.72rem;
    width: 2.48rem;
    height: 0.33rem;
    line-height: 0.33rem;
    color: #8F0302;
    font-size: 0.17rem;
    font-weight: bold;
    text-align: center;
    background: #F0E8D5;
}

.sec10 .st4 {
    margin-top: 0.41rem;
    margin-bottom: 0.19rem;
}

.sec11 {
    position: relative;
    width: 11.78rem;
    height: 6.26rem;
    margin-top: 0.6rem;
}

.sec11 .s11-bg {
    position: absolute;
    left: -1.33rem;
    top: -0.3rem;
    z-index: 0;
    width: 11.78rem;
    height: 6.26rem;
    background: url(../images/zhuiyi/cloudshow/s11_bg.png) center no-repeat;
    background-size: 100% 100%;
}

.sec11 .st1 {
    margin-top: 0.41rem;
}

.sec11 .st2,
.sec11 .st3,
.sec11 .st4 {
    margin: 0.3rem 0;
}

.scontent11-1 .type1-list {
    display: flex;
}

.scontent11-1 .type1-list li {
    margin-right: 2.58rem;
}

.scontent11-2 {
    position: relative;
    width: 9.87rem;
    height: 2.06rem;
    /*border: 0.01rem dashed #8F0302;*/
    display: flex;
}

.scontent11-2::after {
    content: '';
    width: 0.01rem;
    height: 2.02rem;
    position: absolute;
    left: 5.17rem;
    top: 0.03rem;
    /*border-right: 0.01rem dashed #8F0302;*/
}

.scontent11-2 .type1-list {
    width: 5.17rem;
}

.scontent11-2 .img-box {
    position: relative;
    width: 3.31rem;
    height: 1.67rem;
    margin: 0.18rem 0 0 0.74rem;
}

.scontent11-2 .img-box .text {
    position: absolute;
    bottom: 0;
    width: 3.31rem;
    height: 0.32rem;
    line-height: 0.32rem;
    color: #8F0302;
    font-size: 0.17rem;
    font-weight: bold;
    text-align: center;
    background: #F0E8D5;
}


/* 追寻、地图 */

#zhuixun {
    position: relative;
    width: 19.2rem;
    height: 10.8rem;
    background: url(../images/zhuixun/zhuixun4.png?v=1) center no-repeat;
    background-size: 100% auto;
    margin-top: -0.8rem;
}

#zhuixun .nav {
    background: #fff;
    /*padding-bottom: 0.3rem;*/
}

#zhuixun .main-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

#zhuixun .star {
    position: absolute;
    z-index: 10;
    width: 0.42rem;
    height: 0.4rem;
    background: url(../images/zhuixun/star.png) center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

#zhuixun .star.active {
    background: url(../images/zhuixun/star_active.png) center no-repeat;
    background-size: 0.48rem 0.46rem;
}

.star1 {
    left: 4.62rem;
    top: 5.33rem;
}

.star2 {
    left: 5.16rem;
    top: 5.47rem;
}

.star3 {
    left: 4.91rem;
    top: 7.72rem;
}

.star4 {
    left: 6.41rem;
    top: 5.17rem;
}

.star5 {
    left: 5.56rem;
    top: 6.45rem;
}

.star6 {
    left: 5.89rem;
    top: 6.28rem;
}

.star7 {
    left: 6.29rem;
    top: 6.13rem;
}

.star8 {
    left: 6.75rem;
    top: 6.02rem;
}

.star9 {
    left: 8.52rem;
    top: 4.74rem;
}

.star10 {
    left: 8.18rem;
    top: 7.1rem;
}

.star11 {
    left: 8.88rem;
    top: 6.76rem;
}

.star12 {
    left: 9.39rem;
    top: 6.55rem;
}

.star13 {
    left: 7.94rem;
    top: 8.23rem;
}

.star14 {
    left: 8.22rem;
    top: 8.51rem;
}

.star15 {
    left: 10.67rem;
    top: 4.8rem;
}

.star16 {
    left: 10.94rem;
    top: 5.07rem;
}

.star17 {
    left: 11.39rem;
    top: 4.7rem;
}

.star18 {
    left: 12.68rem;
    top: 5.4rem;
}

.star19 {
    left: 10.75rem;
    top: 6.19rem;
}

.star20 {
    left: 11.06rem;
    top: 6.23rem;
}

.star21 {
    left: 13.85rem;
    top: 6.12rem;
}

.star22 {
    left: 14.18rem;
    top: 6.11rem;
}

.star23 {
    left: 14.72rem;
    top: 6.92rem;
}

.star24 {
    left: 9.62rem;
    top: 3.88rem;
}

.star25 {
    left: 6.94rem;
    top: 7.53rem;
}

#zhuixun .line-btn {
    position: absolute;
    right: 4.59rem;
    top: 9.07rem;
    width: 1.26rem;
    text-align: center;
    color: #956442;
    font-size: 0.21rem;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}

#zhuixun .line-btn.active {
    font-size: 0.25rem;
    font-weight: 500;
}

#zhuixun .line-btn .ico {
    display: inline-block;
    width: 0.2rem;
    height: 0.26rem;
    background: url(../images/zhuixun/shou.png) center no-repeat;
    background-size: 100% 100%;
}

#zhuixun .popup {
    display: none;
    position: absolute;
    left: 8.97rem;
    top: 4.07rem;
    z-index: 3000;
    width: 3.52rem;
    height: 5.88rem;
}

#zhuixun .popup .pop-arrow {
    position: absolute;
    left: -0.17rem;
    top: 0;
    width: 0.17rem;
    height: 5.88rem;
    pointer-events: none;
    background: url(../images/zhuixun/popup_01.png) center no-repeat;
    background-size: 100% 100%;
}

#zhuixun .popup .pop-body {
    position: absolute;
    left: 0;
    top: 0;
    width: 3.52rem;
    height: 5.88rem;
    padding: 0.34rem 0.29rem;
    background: url(../images/zhuixun/popup_02.png) center no-repeat;
    background-size: 100% 100%;
    overflow-y: auto;
}

#zhuixun .popup .pop-body .title {
    color: #815123;
    font-size: 0.25rem;
    text-align: center;
}

#zhuixun .popup .pop-body .lightup{
    margin-top: 0.19rem;
    color: #920504;
    font-size: 0.13rem;
    font-weight: bold;
    text-align: center;
}

#zhuixun .popup .pop-body img {
    width: 2.9rem;
    height: 1.47rem;
    margin: 0.17rem auto;
}

#zhuixun .popup .pop-body .p-text {
    color: #815123;
    font-size: 0.17rem;
    font-weight: 400;
    line-height: 0.25rem;
    height: 3rem;
    overflow: auto;
}

#zhuixun .popup .pop-body .p-text p {
    text-indent: 2em;
}

#zhuixun .popup .guid{
    position: absolute;
    top: 5.21rem;
    left: 1.1rem;
    z-index: 2;
    width:1.29rem;
    height: 0.31rem;
    background: url(../images/zhuixun/guid.png) center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

#zhuixun .traffic-line {
    /* display: none; */
    position: absolute;
    left: 6.87rem;
    top: 4.35rem;
    z-index: 5;
    width: 0;
    height: 3.56rem;
    background: url(../images/zhuixun/line.png) top left no-repeat;
    background-size: 9.49rem 3.56rem;
    overflow: hidden;
}


/* 孔明灯 */

.km-latern {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: url(../images/zhuisi/latern/latern_bg.png) center no-repeat;
    background-size: 100% 100%;
}

.km-latern .l-back {
    position: fixed;
    left: 1.11rem;
    top: 1.51rem;
    z-index: 111;
    width: 1.65rem;
    height: 0.47rem;
    background: url(../images/zhuisi/latern/l_back.png) center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.km-latern .say-box {
    position: fixed;
    right: 0.96rem;
    bottom: 2.41rem;
    z-index: 111;
    width: 6.14rem;
    height: 2rem;
    padding-top: 0.22rem;
    background: rgba(255, 255, 255, 0.78);
    border-radius: 0.15rem;
}

.km-latern .say-box .select-list {
    position: relative;
    height: 1.2rem;
    overflow-y: auto;
}

.km-latern .say-box .select-list li {
    color: #9E9C9B;
    font-size: 0.21rem;
    font-weight: bold;
    line-height: 0.3rem;
    text-align: center;
}

.km-latern .say-box .select-list li.active,
.km-latern .say-box .select-list li:hover {
    cursor: pointer;
    color: #040508;
}

.km-latern .say-box .input-box {
    position: absolute;
    left: 0.43rem;
    bottom: 0.18rem;
    width: 5.29rem;
    height: 0.34rem;
    line-height: 0.34rem;
}

.km-latern .say-box .input-box .send-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 1.09rem;
    height: 0.35rem;
    background: url(../images/zhuisi/latern/send_btn.png) center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.kmd-input {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 0.1rem;
    border-top-right-radius: 0.15rem;
    border-bottom-right-radius: 0.15rem;
    border: 0;
    font-size: 0.18rem;
    padding: 0 1.2rem 0 0.2rem;
}


/*孔明灯动效*/

#kmdContainer {
    /*display: none;*/
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

#kmdContainer>div {
    position: absolute;
    width: 0.91rem;
    height: 1.23rem;
    z-index: 1001;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-timing-function: linear;
    -webkit-transform: translateZ(0);
}

#kmdContainer .l1 {
    width: 1.76rem;
    height: 1.89rem;
}

#kmdContainer .l2 {
    width: 3.07rem;
    height: 3.41rem;
}

#kmdContainer .l3 {
    width: 2.43rem;
    height: 2.89rem;
}

#kmdContainer .l4 {
    width: 2.49rem;
    height: 2.89rem;
}

#kmdContainer .l5 {
    width: 2.71rem;
    height: 3.03rem;
}

#kmdContainer .l6 {
    width: 2.29rem;
    height: 2.5rem;
}

#kmdContainer .l7 {
    width: 1.36rem;
    height: 1.41rem;
}

#kmdContainer .l8 {
    width: 1.87rem;
    height: 2.08rem;
}

#kmdContainer .l9 {
    width: 2.62rem;
    height: 3.01rem;
}

#kmdContainer .l10 {
    width: 1.8rem;
    height: 2rem;
}

#kmdContainer .lbig {
    width: 3.57rem;
    height: 4.16rem;
}

#kmdContainer .lbig .text-box {
    position: absolute;
    left: 38%;
    top: 50%;
    transform: translateY(-1.2rem);
    writing-mode: tb-rl;
    line-height: 1.4;
    height: 2.4rem;
    color: #040508;
    font-size: 0.29rem;
}


/*气球往上飘*/

@keyframes fly {
    0% {
        transform: translate(0, 11.5rem);
        /* opacity: 0; */
    }
    5% {
        /* opacity: 1; */
    }
    100% {
        transform: translate(0, -1rem);
        /* opacity: 1; */
    }
}

@-webkit-keyframes fly {
    0% {
        -webkit-transform: translate(0, 11.5rem);
        /* opacity: 0; */
    }
    5% {
        /* opacity: 1; */
    }
    100% {
        -webkit-transform: translate(0, -1rem);
        /* opacity: 1; */
    }
}

@keyframes sfly {
    0% {
        transform: translate(0, 15rem);
        /* opacity: 0; */
    }
    5% {
        /* opacity: 1; */
    }
    100% {
        transform: translate(0, 7rem);
        /* opacity: 1; */
    }
}

@-webkit-keyframes sfly {
    0% {
        -webkit-transform: translate(0, 15rem);
        /* opacity: 0; */
    }
    5% {
        /* opacity: 1; */
    }
    100% {
        -webkit-transform: translate(0, 7rem);
        /* opacity: 1; */
    }
}


#zhuixun .line-decorate{
    display: none;
    position: absolute;
    left: 8.4rem;
    top: 4.44rem;
    z-index: 4;
    width: 6.78rem;
    height: 2.99rem;
    background: url(../images/zhuixun/line_decorate.png) center no-repeat;
    background-size: 100% 100%;
}


/* 视频页 */
#homevideo{
    position: relative;
}

#homevideo .close{
    position: absolute;
    left: 2.66rem;
    top: 0.65rem;
    z-index: 1;
    width: 2.4rem;
    height: 0.8rem;
    cursor: pointer;
}

#homevideo .mute{
    position: absolute;
    left: 1rem;
    top: 0.5rem;
    z-index: 1;
    width: 0.8rem;
    height: 0.7rem;
    cursor: pointer;
    background: url(../images/homevideo/jingyin.png) center no-repeat;
}

#homevideo .hasShenyin{
    background: url(../images/homevideo/shengyin.png) center no-repeat;
}

/* 修改 */
.part-title{
    position: relative;
    width: auto;
    height: 0.29rem;
}

#zhuisi .title1{
    background: url(../images/zhuisi/new/title01.png) center no-repeat;
    background-size: auto 100%;
}

#zhuisi .title2{
    background: url(../images/zhuisi/new/title02.png) center no-repeat;
    background-size: auto 100%;
}

#zhuisi .title3{
    background: url(../images/zhuisi/new/title03.png) center no-repeat;
    background-size: auto 100%;
}

#zhuisi .title4{
    background: url(../images/zhuisi/new/title04.png) center no-repeat;
    background-size: auto 100%;
}

#zhuisi .title5{
    background: url(../images/zhuisi/new/title05.png) center no-repeat;
    background-size: auto 100%;
}

#zhuisi .title6{
    position: absolute;
    top: 0.9rem;
    width: 100%;
    background: url(../images/zhuisi/new/title06.png) center no-repeat;
    background-size: auto 100%;
}

.fixed-nav{
    position: fixed;
    right: 0.38rem;
    bottom: 0.3rem;
    z-index: 9999;
}

.fixed-nav .item{
    position: relative;
    display: block;
    width: 0.6rem;
    height: 0.61rem;
}

.fixed-nav .item:nth-child(1){
    background: url(../images/zhuisi/new/nav1.png) center no-repeat;
    background-size: 100% 100%;
}

.fixed-nav .item:nth-child(2){
    background: url(../images/zhuisi/new/nav2.png) center no-repeat;
    background-size: 100% 100%;
}

.fixed-nav .item:nth-child(3){
    background: url(../images/zhuisi/new/nav3.png) center no-repeat;
    background-size: 100% 100%;
}

.fixed-nav .item:nth-child(4){
    background: url(../images/zhuisi/new/nav4.png) center no-repeat;
    background-size: 100% 100%;
}

.fixed-nav .item:nth-child(1).active,.fixed-nav .item:nth-child(1):hover{
    background: url(../images/zhuisi/new/nav1_active.png) center no-repeat;
    background-size: 100% 100%;
}

.fixed-nav .item:nth-child(2).active,.fixed-nav .item:nth-child(2):hover{
    background: url(../images/zhuisi/new/nav2_active.png) center no-repeat;
    background-size: 100% 100%;
}

.fixed-nav .item:nth-child(3).active,.fixed-nav .item:nth-child(3):hover{
    background: url(../images/zhuisi/new/nav3_active.png) center no-repeat;
    background-size: 100% 100%;
}

.fixed-nav .item:nth-child(4).active,.fixed-nav .item:nth-child(4):hover{
    background: url(../images/zhuisi/new/nav4_active.png) center no-repeat;
    background-size: 100% 100%;
}

.fixed-nav .item:first-child:hover::after {
    content: "\516c\4f17\796d\5960";
    text-indent: 1em;
    border: 1px dashed #956442;
    border-radius: 15px;
    position: absolute;
    top: -0px;
    left: -1.1rem;
    width: 1.6rem;
    color: #956442;
    height: 0.49rem;
    line-height: 0.49rem;
}

.fixed-nav .item:nth-child(2):hover::after {
    content: "\4e2a\4eba\796d\5960";
    text-indent: 1em;
    border: 1px dashed #956442;
    border-radius: 15px;
    position: absolute;
    top: -0px;
    left: -1.1rem;
    width: 1.6rem;
    color: #956442;
    height: 0.49rem;
    line-height: 0.49rem;
}

.fixed-nav .item:nth-child(3):hover::after {
    content: "\653e\5b54\660e\706f";
    text-indent: 1em;
    border: 1px dashed #956442;
    border-radius: 15px;
    position: absolute;
    top: -0px;
    left: -1.1rem;
    width: 1.6rem;
    color: #956442;
    height: 0.49rem;
    line-height: 0.49rem;
}

.fixed-nav .item:nth-child(4):hover::after {
    content: "\8fd4\56de\9996\9875";
    text-indent: 1em;
    /*padding-left: 10px;*/
    border: 1px dashed #956442;
    border-radius: 15px;
    position: absolute;
    top: -0px;
    left: -1.1rem;
    width: 1.6rem;
    color: #956442;
    height: 0.49rem;
    line-height: 0.49rem;
}

.fixed-nav .item.active .desc,.fixed-nav .item:hover .desc{
    color: #956442;
    border: 0.01rem dashed #956442;
}

.fixed-nav .desc{
    position: absolute;
    z-index: -1;
    left: -0.98rem;
    top: 0.01rem;
    width: 1.5rem;
    height: 0.47rem;
    line-height: 0.47rem;
    padding-left: 0.16rem;
    color: #C5A061;
    font-size: 0.18rem;
    font-weight: 400;
    border: 0.01rem dashed #C5A061;
    border-radius: 0.24rem;
}

#zhuixun .introduce-pop {
    display: none;
    position: absolute;
    left: 3.27rem;
    top: 4.06rem;
    z-index: 3000;
    width: 3.53rem;
    height: 5.08rem;
    background: url(../images/zhuixun/introduce_pop.png) center no-repeat;
    background-size: 100% 100%;
}

#zhuixun .introduce-pop .pop-body{
    padding: 0.34rem 0.29rem;
}

#zhuixun .introduce-pop .title{
    color: #815123;
    font-size: 0.33rem;
    text-align: center;
}

#zhuixun .introduce-pop img{
    width: 2.73rem;
    height: 1.24rem;
    margin: 0.21rem auto;
}

#zhuixun .introduce-pop .p-text{
    color: #815123;
    font-size: 0.15rem;
    font-weight: 400;
    line-height: 0.25rem;
}

#zhuixun .introduce-pop .p-text p{
    text-indent: 2em;
}

.section4 .s4-item{
    width: 4.92rem;
    height: 4.54rem;
}

.section4 .s4-item:not(:last-child){
    /*border-right: 0.02rem dotted #956442;*/
}

.s4-item .title{
    width: 3.74rem;
    height: 1.36rem;
    margin: 0 auto;
}

.s4-item:nth-child(1) .title{
    background: url(../images/zixun/new/tab01.png) center no-repeat;
    background-size: 100% 100%;
}

.s4-item:nth-child(2) .title{
    background: url(../images/zixun/new/tab02.png) center no-repeat;
    background-size: 100% 100%;
}

.s4-item:nth-child(3) .title{
    background: url(../images/zixun/new/tab03.png) center no-repeat;
    background-size: 100% 100%;
}

/* 电子屏首页 */
#home2 {
    background: url(../images/home/home2/home2_bg.png) center no-repeat;
    background-size: 100% 100%;
}

#home2 .homenav{
    position: absolute;
    left: 11.15rem;
    top: 3.21rem;
    width: 5.67rem;
    height: 5.67rem;
    background: url(../images/home/home2/tab_bg.png) center no-repeat;
    background-size: 100% 100%;
}

#home2 .homenav .hn-item{
    position: absolute;
    width: 1.09rem;
    height: 1.21rem;
    cursor: pointer;
}

#home2 .homenav .hn-item:nth-child(1){
    left: 0.42rem;
    top: 1.3rem;
    background: url(../images/home/home2/nav1.png) center no-repeat;
    background-size: 0.91rem 1.03rem;
}

#home2 .homenav .hn-item:nth-child(2){
    left: 2.22rem;
    top: 4.08rem;
    background: url(../images/home/home2/nav2.png) center no-repeat;
    background-size: 0.88rem 0.98rem;
}

#home2 .homenav .hn-item:nth-child(3){
    left: 4.15rem;
    top: 1.36rem;
    background: url(../images/home/home2/nav3.png) center no-repeat;
    background-size: 0.91rem 0.98rem;
}

#home2 .homenav .hn-item:nth-child(1).active,#home2 .homenav .hn-item:nth-child(1):hover{
    background: url(../images/home/home2/nav1_active.png) center no-repeat;
    background-size: 1.08rem 1.21rem;
}

#home2 .homenav .hn-item:nth-child(2).active,#home2 .homenav .hn-item:nth-child(2):hover{
    background: url(../images/home/home2/nav2_active.png) center no-repeat;
    background-size: 1.06rem 1.16rem;
}

#home2 .homenav .hn-item:nth-child(3).active,#home2 .homenav .hn-item:nth-child(3):hover{
    background: url(../images/home/home2/nav3_active.png) center no-repeat;
    background-size: 1.09rem 1.15rem;
}


#home2 .news-box2 {
    position: relative;
    left: 9.72rem;
    top: 2.15rem;
}

.news-box2 .title {
    margin-bottom: 0.14rem;
    padding-left: 0.08rem;
    color: #905C3E;
    font-size: 0.22rem;
    font-weight: bold;
}

.news-box2 .news-list {
    position: relative;
    width: 8.52rem;
    height: 0.3rem;
    line-height: 0.3rem;
    color: #474747;
    font-size: 0.18rem;
    font-weight: 400;
    overflow: hidden;
    background: transparent!important;
}

.news-box2 .news-list li {
    display: inline-block;
    position: relative;
    padding: 0 0.12rem;
    cursor: pointer;
    border-right: 0.02rem solid #474747;
}

/* .news-box2 .news-list li:first-child{
    border-left: 0.02rem solid #474747;
} */

.news-box2 .news-list li a{
    color: #474747;
}

.news-box2 .news-list li a:hover {
    color: #905C3E;
}