* ::-webkit-scrollbar {
    width: 0;
    height: 0;
}

@font-face {
  font-family: 'iconfont';  /* Project id 4348244 */
  src: url('//at.alicdn.com/t/c/font_4348244_qt0n7fuwud9.woff2?t=1752674890171') format('woff2'),
       url('//at.alicdn.com/t/c/font_4348244_qt0n7fuwud9.woff?t=1752674890171') format('woff'),
       url('//at.alicdn.com/t/c/font_4348244_qt0n7fuwud9.ttf?t=1752674890171') format('truetype');
}
a{
    color: #000000;
    text-decoration: none;
}
.iconfont {
    display: inline-block;
    text-align: center;
    font-family: "iconfont" !important;
    font-size: 24px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/*首页*/
.home {
    position: relative;
}

.home, .swiper-container, .swiper-slide, .swiper-slide > img {
    width: 100%;
    height: 100%;
}

.guoqi {
    position: absolute;
    top: 0rem;
    left: 0;
    z-index: 99999;
    width:6.19rem;
    height: 2rem;
    font-size: 0;
}
.guoqi img {
    width: 100%;
}

.logo {
    position: absolute;
    top: 1.7rem;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 1.4rem;
    background: url("../images/logo.png") no-repeat center top / cover;
    font-size: 0;
}

 .menu-btn {
    position: absolute;
    top: 0.26rem;
    right: 0.1rem;
    width: 1rem;
    height: 0.8rem;
    z-index: 99999;
}
 .menu-btn img {
    width: 100%;
}

.menu {
    position: absolute;
    top: 0;
    right: -40%;
    z-index: 100;
    height: 100%;
    width: 30%;
    background: rgba(171, 6, 6, 0.9);
    z-index: 999999;
}
.menu dt {
    width: 100%;
    height: 0.5rem;
    float: left;
    margin-top:0.1rem;
    margin-bottom: 0.1rem;
}
.menu dd {
    width: 100%;
    height: 0.5rem;
    float: left;
    margin-top:0.3rem;
    font-size:0.5rem;
}

.menu a.active {
    background: rgba(171, 6, 6, 1);
}

.menu a {
    display: block;
    color: #fff;
	font-size:0.3rem;
    text-align: center;
}

.logobt {
    position: absolute;
    top: 5.8rem;
    left: 0rem;
    z-index: 99;
    width: 7.32rem;
    height: 2.67rem;
    text-align: center;
    
}
.logobt img {
    width: 96%;
}


.home .swiper-container {
    position: absolute;
    --swiper-theme-color: #ff6600; /* 设置Swiper风格 */
    --swiper-navigation-color: #f50303; /* 单独设置按钮颜色 */
    --swiper-navigation-size: .8rem; /* 设置按钮大小 */
}

.copyright {
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 100%;
    height:2.2rem;
    padding-top:1.1rem;
    box-sizing: border-box;
    background: url("../images/footerbj.png") no-repeat center top / cover;
}

.copyright p {
    font-size: .22rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.3rem;
}

.copyright a {
    color: #ffffff;
}


/* 简介 */
.introduction .article {
    display: none;
    padding: 0.2rem;
    border-radius: 5px;
    background: rgb(255, 255, 255, 0.9);
}
.introduction .article.active {
    display: block;
}

.introduction .article p {
    margin-bottom: 0.15rem;
    font-size: 0.30rem;
    color: #2a2a2a;
    line-height: 1.5;
    text-align: justify;
}

.introduction .article p img {
    width: 100%;
}

.video {
    width: 100%;
    height: 100%;
}

/* 代祭烈士英灵预约 */
.festival {
    padding: 0.2rem;
    padding-top: 0px;
    background: rgb(255, 255, 255, 0.9);
	border-radius: 0.1rem;
}

.festival .tab-swiper, .martyr-info .tab-swiper {
    position: sticky;
    top: 0;
    z-index: 6;
    display: -webkit-flex;
    display: flex;
    height: 0.76rem;
    width: 7.2rem;
    margin-left: -0.3rem;
    line-height: 0.76rem;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
	border-radius: 0.1rem;
}

.festival .tab-swiper .swiper-slide, .martyr-info .tab-swiper .swiper-slide {
    flex: 1;
    font-size: 0.3rem;
}

.festival .tab-swiper .swiper-slide.active, .martyr-info .tab-swiper .swiper-slide.active {
    position: relative;
    color: #d6171a;
}

.festival .tab-swiper .swiper-slide.active::after, .martyr-info .tab-swiper .swiper-slide.active::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0.02rem;
    background: #d6171a;
}

.festival .content-swiper .card {
    margin: 0.3rem 0.1rem 0;
    padding: 0 0.2rem;
    border-radius: 0.1rem;
    background-color: #ffffff;
    border: 1px solid #ededed;
}

.festival .content-swiper .card .row {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.2rem 0;
    font-size: 0.28rem;
    border-bottom: 1px solid #e5e5e5;
}

.festival .content-swiper .card .row:last-child {
    border-bottom: none;
}

.festival .content-swiper .card .row span:nth-child(1) {
    color: #666;
}

.festival .content-swiper .card .row span:nth-child(2) {
    font-size: 0.24rem;
}

.festival .content-swiper .card .row span.warning {
    color: #d65817;
}

.festival .content-swiper .card .row span.primary {
    color: #1772d6;
}

.festival .content-swiper .card .row span.success {
    color: #54d617;
}

.festival-form {
    padding: 0.2rem;
    padding-left: 0px;
    padding-right: 0px;
	padding-bottom:0px;
}

.festival-form-item {
    margin-bottom: 0.2rem;
	margin-top:0.2rem;
}

.festival-form-item label {
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.3rem;
}

.festival-form-item input,
.festival-form-item select {
    display: block;
    width: 100%;
    height: 0.76rem;
    font-size: 0.3rem;
    padding: 0 0.24rem;
    box-sizing: border-box;
}

.festival-form-item .button {
    width: 100%;
    padding: 0.67em 0;
    background: #d6171a;
    color: #fff;
    font-size: 0.32rem;
    border-radius: 100px;
}

.festival-form .mode-item {
    display: -webkit-flex;
    display: flex;
    padding: 0rem 0;
}

.festival-form .mode-item .radio {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 3.1rem;
	margin-left:0.1rem;
	margin-bottom:0.1rem;
}

.festival-form .mode-item .radio img {
    width: 100%;
    height: 1.96rem;
}

.festival-form .mode-item .radio .name {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: .2rem 0;
    font-size: .26rem;
}

.festival-form .mode-item .radio02 {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 3.2rem;
    margin-left: 0.3rem;
}

.festival-form .mode-item .radio02 img {
    width: 100%;
    height: 1.96rem;
}

.festival-form .mode-item .radio02 .name {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: .2rem 0;
    font-size: .26rem;
}

.festival-form .mode-item .desc {
    flex: 1;
    margin-left: .2rem;
    font-size: .24rem;
    line-height: 1.3;
    text-align: justify;
    color: #666;
}


/* .festival-form .mode .desc {
    padding: 0.16rem 0;
    font-size: 0.3rem;
}

.festival-form .mode .radio-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem 0;
    font-size: 0.28rem;
    color: #666;
    border-bottom: 1px solid #e5e5e5;
}

.festival-form .mode .radio-group label:last-child {
    border-bottom: none;
} */

/* 代祭烈士英灵 */
.martyr {
    padding-right: .5rem;
    padding-right: 0.6rem;
    border-radius: 5px;
    background: rgb(255, 255, 255, 0.8);
}

.martyr-filter {
    position: sticky;
    top: 0;
    padding: 0.3rem 0 .3rem .3rem;
    background: #f5f6f7;
}

.martyr-filter .tab {
    display: -webkit-flex;
    display: flex;
    margin-left: .2rem;
}

.martyr-filter .tab span {
    padding: .5em 1em;
    font-size: .3rem;
    border-radius: .06rem .06rem 0 0;
}

.martyr-filter .tab span.active {
    background: #d6171a;
    color: #fff;
}

.martyr-letters {
    position: absolute;
    top: 3.7rem;
    right: 0.2rem;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f5f6f7;
}

.martyr-letters span {
    padding: .07rem .15rem;
    font-size: .35rem;
    color: #999;
}

.martyr-letters span.active {
    color: #d6171a;
}

.martyr-search {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 0.7rem;
}

.martyr-search input,
.martyr-search button {
    font-size: 0.28rem;
    height: 100%;
}

.martyr-search input {
    flex: 1;
    padding: 0 0.2rem;
    border-radius: 0.06rem 0 0 0.06rem;
}

.martyr-search button {
    background: #d6171a;
    color: #fff;
    border: none;
    border-radius: 0 0.06rem 0.06rem 0;
}

.martyr-list {
    padding: 0 .2rem;
    background: #fff;
}

.martyr-item {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 0.3rem 0;
    border-bottom: 1px solid #e5e5e5;
}

.martyr-item:last-child {
    border-bottom: none;
}

.martyr-item .avatar {
    width: 1.3rem;
    height: 1.8rem;
}

.martyr-item .desc {
    flex: 1;
    margin-left: 0.4rem;
}

.martyr-item .desc .name {
    font-size: 0.32rem;
}

.martyr-item .desc .info {
    margin-top: 0.1rem;
    font-size: 0.26rem;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.3;
}

.martyr-item .other {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.16rem;
}

.martyr-item .other a {
    font-size: 0.24rem;
    margin-right: 0.14rem;
}

.martyr-item .other a:last-child {
    margin-right: 0;
    padding: 0.5em 1em;
    background: #d6171a;
    color: #fff;
    border-radius: 0.04rem;
}

/* 烈士英灵信息展示 */
.martyr-info {
    background: rgba(255, 255, 255, .8);
    padding: .3rem;
    padding-top: 0rem;
    min-height: 100%;
    box-sizing: border-box;
}

.martyr-info .introduce {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: .3rem;
}

.martyr-info .introduce img {
    width: 50%;
}

.martyr-info .introduce p {
    margin-top: .3rem;
    font-size: .28rem;
    text-align: justify;
    line-height: 1.55;
}

.martyr-info .message-item {
    padding: .15rem 0;
    border-bottom: 1px solid #e5e5e5;
}

.martyr-info .message-item:last-child {
    border-bottom: none;
}

.martyr-info .message-item .top {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.martyr-info .message-item .top img {
    width: .64rem;
    height: .64rem;
    border-radius: .08rem;
}

.martyr-info .message-item .top span.name {
    font-size: .3rem;
    flex: 1;
    margin-left: .2rem;
}

.martyr-info .message-item .top span.time {
    font-size: .24rem;
    color: #999;
}

.martyr-info .message-item .body {
    font-size: .28rem;
    line-height: 1.35;
    margin-left: 0rem;
    margin-bottom: 0.1rem;
}

.martyr-info .pics {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding-top: .3rem;
}

.martyr-info .pics img {
    width: 30%;
    margin: .1rem;
}

/* 烈士英灵详情 */
.martyr-detail {
    overflow: hidden !important;
}

.martyr-detail .tombstone {
    position: absolute;
    left: 0rem;
    bottom: 4rem;
    width: 100%;
    height:7.8rem;
    background: url(../images/tombstone.png) no-repeat center / cover;
}
.martyr-detail .tombstone .muwenzi{
    position: relative;
    height: 7.8rem;
}
.martyr-detail .tombstone .muwenzi .riqi{
    position: absolute;
    left:28%;
    top: 100px;
    width: 20px;
    margin-left: -10px;
    text-shadow: .5px .5px #000;
    overflow: hidden;
    font-size: 0.8em;
    letter-spacing: 2px;
    color: #ffc501;
    font-family: 'FZXiaoBiaoSong-B05S';
    font-weight: bold;
    writing-mode: tb-rl;
    transform: scale(.8);
}

.martyr-detail .tombstone .muwenzi .zhengfu {
    position: absolute;
    left: 32%;
    top:108px;
    width: 20px;
    margin-left: -10px;
    text-shadow: .5px .5px #000;
    overflow: hidden;
    font-size: 0.8em;
    letter-spacing: 2px;
    color: #ffc501;
    font-family: 'FZXiaoBiaoSong-B05S';
    font-weight: bold;
    writing-mode: tb-rl;
    transform: scale(.9);
}
.martyr-detail .tombstone .muwenzi .xinming {
    position: absolute;
    left: 51%;
    top: 21px;
    width: 30px;
    height: 240px;
    margin-left: -15px;
    text-shadow: 1.5px 1.5px #000;
    overflow: hidden;
    font-family: 'FZXiaoBiaoSong-B05S';
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 7px;
    color: #ffc501;
    writing-mode: vertical-lr;
    transform: rotateX(45deg);
    padding-top: 5px;
    -webkit-transform: rotateX(45deg);
}
.martyr-detail .tombstone .muwenzi .jianjie {
    position: absolute;
    right: 20.5%;
    top: 43px;
    writing-mode: tb-rl;
    text-align: left;
    width: 105px;
    height:186px;
    text-shadow: .5px .5px #000;
    overflow: hidden;
    font-size: 0.8em;
    font-family: 'FZXiaoBiaoSong-B05S';
    letter-spacing: 2px;
    line-height: 15px;
    color: #ffc501;
    transform: scale(.8);
}


.martyr-detail .wreath {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 5rem;
    z-index: 6;
    width: 1.5rem;
    height: 2.55rem;
    margin-left: -0.75rem;
    background: url(../images/xianhua.png) no-repeat center / cover;
}


.martyr-detail .candle {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 5.3rem;
    z-index: 6;
    width: 2.3rem;
    height: 1.4rem;
    margin-left: -1rem;
    background: url(../images/lazhu.png) no-repeat center / cover;
}

.martyr-detail .offering {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 4.9rem;
    z-index: 6;
    width: 4.5rem;
    height: 1.2rem;
    background: url(../images/shuiguo.png) no-repeat center / cover;
    transform: translateX(-50%);
}

.martyr-detail .bow {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 2.2rem;
    z-index: 6;
    width: 5.43rem;
    height: 7rem;
    background: url(../images/grjugong.gif) no-repeat center / cover;
    transform: translateX(-50%);
}

.martyr-detail .message-wrap {
    display: none;
}

.martyr-detail .message {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 6;
    width: 90%;
    background: #fff;
    padding: 0.5rem 0.3rem;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    border-radius: 0.06rem;
}

.martyr-detail .message input {
    flex: 1;
    font-size: 0.28rem;
    border: 0.01rem solid #d6171a;
    height: 0.8rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
    border-radius: 0.06rem 0 0 0.06rem;
}

.martyr-detail .message button {
    font-size: 0.32rem;
    background: #d6171a;
    height: 0.8rem;
    color: #fff;
    border: none;
    border-radius: 0 0.06rem 0.06rem 0;
}

/* 网上祭奠 */
.memorial {
    position: relative;
    overflow: hidden !important;
    background: url("../images/bg-sacrifice-activity.jpg") no-repeat center / cover;
}

.memorial .modal-box {
    display: none;
    width: 95%;
    padding: .3rem .3rem;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff url(http://lsly.ynws.net/static/index/imgs/bg-unit.png) no-repeat center /cover;
    transform: translate(-50%, -50%);
    border: .08rem transparent solid;
    border-image: linear-gradient(to right, #860000, #bd0010) 2 6;
    box-sizing: border-box;
    border-radius: .06rem;
}

.memorial .modal-box p {
    color: #333;
    font-size: 0.3rem;
    margin-top: 0.3rem;
}

.memorial .modal-container {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: .8rem;
    border-radius: .4rem;
    background: #fff;
}

.memorial .modal-container input {
    width: 100%;
    font-size: .3rem;
    height: 100%;
    margin: 0 .2rem;
    padding: 0;
    border: none;
}

.memorial .modal-container .select, .modal-container button {
    display: block;
    font-size: .28rem;
    height: 100%;
    line-height: .8rem;
}

.memorial .modal-container .select {
    position: relative;
    flex: 0 0 1.2rem;
    width: 1.2rem;
    text-align: center;
}

.memorial .modal-container .select .type {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.memorial .modal-container .select .type::after {
    position: absolute;
    content: '';
    top: .36rem;
    content: '';
    border-top: 4px #000 solid;
    border-left: 4px transparent solid;
    border-bottom: 4px transparent solid;
    border-right: 4px transparent solid;
}

.memorial .modal-container .list {
    display: none;
    position: absolute;
    top: .76rem;
    left: 0;
    z-index: 6;
    width: 100%;
    background: rgba(0, 0, 0, .9);
    color: #fff;
    border-radius: 3px;
}

.memorial .modal-container .list span {
    display: block;
    font-size: .24rem;
    line-height: .76rem;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.memorial .modal-container .list::before {
    position: absolute;
    top: -.03rem;
    left: .3rem;
    content: '';
    width: .1rem;
    height: .1rem;
    background: rgba(0, 0, 0, .9);
    transform: rotate(45deg);
    border-radius: .04rem;
}

.memorial .modal-container button {
    flex: 0 0 1.6rem;
    width: 1.6rem;
    background: #d6171a;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 0 .4rem .4rem 0;
}

.memorial .wreath {
    display: none;
    position: absolute;
    bottom: 3rem;
    left: 50%;
    width: 2.58rem;
    height: 5.12rem;
    margin-left: -1.9rem;
    background: url(../images/wreath.png) no-repeat center / cover;
    transition: all 1s linear;
}

.memorial .wreath .txt-left {
    left: 53.5px;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    display: table-cell;
    vertical-align: middle;
}

.memorial .wreath .txt-left, .memorial .wreath .txt-right {
    position: absolute;
    top: .66rem;
    height: 3rem;
    letter-spacing: .05rem;
    font-size: 10px;
}

.memorial .wreath .txt-left {
    left: .76rem;
    text-indent: 0.1rem;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    display: table-cell;
    vertical-align: middle;
}

.memorial .wreath .txt-right {
    right: .86rem;
    text-indent: 0.3rem;
    letter-spacing: .08rem;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
}

.junhaoleft{
    
   display: none;
  position: absolute;
  bottom: 10%;
  left: -1%;
  width: 4rem;
  height: 2.46rem;
  margin-top: 0px;
  background: url("../images/img-cuihaoleft.png") no-repeat center / cover;
    
}

.junhaoright{
    
  display: none;
  position: absolute;
  bottom: 10%;
  right: -1%;
  width: 4rem;
  height: 2.46rem;
  margin-top: 0px;
  background: url("../images/img-cuihaoright.png") no-repeat center / cover;
    
}


.libingjiuwei{
    
    width:6.2rem;
    height: 4.2rem;
    position: absolute;
    left:50%;
    margin-left: -3.1rem;
    top:70.5%;
    margin-top: -1.75rem;
    z-index:9;
}

.libingjiuwei .lbjwkuang{
    position: relative;
     width:6.2rem;
    height: 4.2rem;
    float: left;
    z-index:99;
}


.libingjiuwei .lbjwkuang .xwreath {
  display: none;
  position: absolute;
  left: 50%;
  top: 0.6rem;
  width: 2.26rem;
  height: 3.2rem;
  margin-left:-1.13rem;
  background: url(../images/ximg-wreath.png) no-repeat center / 100%;
  transition: all 1s linear;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  z-index:999999;
  transform: scale(0.8);
}

.libingjiuwei .lbjwkuang .xwreath .txt-left {
  position: absolute;
  top: 0.69rem;
  height: 2rem;
  font-size: 0.14rem;
  font-weight:0;
  letter-spacing: 0.045rem;
  color: #ffdc00;

}

.libingjiuwei .lbjwkuang .xwreath .txt-right {
  position: absolute;
  top: .67rem;
  height: 2.27rem;
  font-size: 0.14rem;
  font-weight:0;
  letter-spacing: 0.03rem;
  color: #ffdc00;

}

.libingjiuwei .lbjwkuang .xwreath .txt-left {
  left: 0.69rem;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  transform: rotate(6deg);
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  -o-transform: rotate(6deg);
   display:table-cell; 
  vertical-align:middle;  
}

.libingjiuwei .lbjwkuang .xwreath .txt-right {
  right: 0.67rem;
  letter-spacing: 0.01rem;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  transform: rotate(-8deg);
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
}


.libingjiuwei .lbjwkuang .libingleft01{
  display: none;
  position: absolute;
  top: 0.9rem;
  left: 0.7rem;
  width: 1.1rem;
  height: 2.2rem;
  background: url("../images/libing.png") no-repeat center / cover;
}
.libingjiuwei .lbjwkuang .libingright01{
  display: none;
  position: absolute;
  top: 0.9rem;
  right: 0.6rem;
  width: 1.1rem;
  height:2.2rem;
  background: url("../images/libing.png") no-repeat center / cover;
}
.libingjiuwei .lbjwkuang .libingleft02{
  display: none;
  position: absolute;
  top: .55rem;
    left: 1.6rem;
    width: 0.8rem;
    height: 1.5rem;
  background: url("../images/libing.png") no-repeat center / cover;
}
.libingjiuwei .lbjwkuang .libingright02{
  display: none;
  position: absolute;
  top: 0.55rem;
    right: 1.5rem;
    width: 0.8rem;
    height: 1.5rem;
  background: url("../images/libing.png") no-repeat center / cover;
}






.shaoxianduileft{

  display: none;
  position: absolute;
  bottom: 6%;
  left: 0%;
  width: 3.5rem;
  height: 3.61rem;
  margin-top: 0px;
  background: url("../images/shaoxianduileft.png") no-repeat center / cover;
  z-index: 9999999;
    
}

.shaoxianduiright{
    
  display: none;
  position: absolute;
  bottom: 6%;
  right: 0%;
  width: 3.5rem;
  height: 3.61rem;
  margin-top: 0px;
  background: url("../images/shaoxianduiright.png") no-repeat center / cover;
  z-index: 9999999;
    
}


.shaoxianduijinli {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 269px;
  margin-top: 60px;
  margin-left: -250px;
  background: url("../images/shaoxianduijinli.png") no-repeat center / cover;
}


/* 意见建议 */
.suggest {
    background: rgba(255, 255, 255, .8);
}

.suggest-list {
    padding: 0 .3rem;
}

.suggest-item {
    display: -webkit-flex;
    display: flex;
    padding: .2rem 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: .28rem;
}

.suggest-item .avatar {
    width: .8rem;
    height: .8rem;
    border-radius: .06rem;
}

.suggest-item .desc {
    flex: 1;
    margin-left: .2rem;
}

.suggest-item .desc .name {
    font-size: .3rem;
}

.suggest-item .desc .info {
    margin-top: .1rem;
    font-size: .26rem;
    line-height: 1.35;
    text-align: justify;
}

.suggest-item .desc .other {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .05rem;
}

.suggest-item .apply {
    display: -webkit-flex;
    display: flex;
    position: relative;
    background: #f5f6f7;
    margin-top: .2rem;
    padding: .2rem;

}

.suggest-item .apply p {
    flex: 1;
    margin-left: .06rem;
    font-size: .24rem;
    line-height: 1.35;
    text-align: justify;
}

.suggest-item .apply p::before {
    content: '官方回复：';
    color: #d6171a;
}

.suggest-item .apply::before {
    position: absolute;
    top: -0.18rem;
    left: .1rem;
    content: '';
    width: 0;
    height: 0;
    border-top: .1rem solid transparent;
    border-right: .1rem solid transparent;
    border-bottom: .1rem solid #f5f6f7;
    border-left: .1rem solid transparent;
}

.suggest-item .apply-input {
    display: none;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background: #f5f6f7;
    padding: .3rem;
    box-sizing: border-box;
}

.suggest-item .mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.suggest-item .apply-input input, .suggest-item .apply-input button {
    float: left;
    height: .76rem;
}

.suggest-item .apply-input input {
    width: 69%;
    margin-right: .2rem;
    padding: 0 .2rem;
}

.suggest-item .apply-input button {
    padding: 0 .5em;
    background: #d6171a;
    color: #fff;
}

.suggest-item:last-child {
    border-bottom: none;
}

.suggest-form {
    padding: 0rem;
    margin-top: 0.3rem;
}

.suggest-form-item {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: .3rem;
    font-size: .28rem;
}

.suggest-form-item input, .suggest-form-item textarea {
    flex: 1;
    margin-left: 0rem;
    font-family: inherit;
    border: 1px solid #e5e5e5;
    border-radius: .06rem;
}

.suggest-form-item input {
    height: .76rem;
    padding: 0 .2rem;
}

.suggest-form-item textarea {
    resize: none;
    height: 1.6rem;
    padding: .2rem;
    outline: none;
}

.suggest-form-item button {
    width: 100%;
    height: .8rem;
    background: #d6171a;
    font-size: .3rem;
    color: #fff;
    border-radius: .1rem;
}

.upload {
    display: flex;
    margin-top: .2rem;
    margin-bottom: 0.3rem;
}

.upload-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 3.1rem;
    height: 1.1rem;
    text-align: center;
    margin-right: .3rem;
    color: #333;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: .2rem;
}

.upload-item span {
    font-size: .22rem;
}

.upload-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.upload-item span.icon {
    font-size: .6rem;
    font-weight: lighter;
    color: #cccccc;
}

#identity1, #identity2 {
    display: none;
}

.memorial .moai {
    display: none;
    position: absolute;
    bottom: 2.3rem;
    left: 50%;
    width: 7.5rem;
    height: 3rem;
    margin-top: .6rem;
    margin-left: -3.7rem;
    background: url("../images/moai.gif") no-repeat center / cover;
    z-index: 9999999;
}

.memorial .shuli {
    display: none;
    position: absolute;
    bottom: 2.3rem;
    left: 50%;
    width: 7.5rem;
    height: 3rem;
    margin-top: .6rem;
    margin-left: -3.7rem;
    background: url("../images/shuli.png") no-repeat center / cover;
    z-index: 9999999;
}

.memorial .bow {
    display: none;
    position: absolute;
   bottom: 2.3rem;
    left: 50%;
    width: 7.5rem;
    height: 3rem;
    margin-top: .6rem;
    margin-left: -3.7rem;
    background: url("../images/jugong.gif") no-repeat center / cover;
    z-index: 9999999;
}