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

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

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

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

.logo .menu-btn {
    position: absolute;
    top: 0.16rem;
    right: 0;
    width: 0.9rem;
}

.menu {
    position: absolute;
    top: 0;
    right: -40%;
    z-index: 100;
    height: 100%;
    width: 30%;
    background: rgba(171, 6, 6, 0.9);
}

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

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

.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%;
    background: rgba(0, 0, 0, 1);
    padding: .15rem;
    box-sizing: border-box;
}

.copyright p {
    font-size: .24rem;
    color: #d2d2d2;
    text-align: center;
    line-height: 1.3;
}


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

.introduction .article p {
    margin-bottom: 0.15rem;
    font-size: 0.35rem;
    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: 2.9rem;
    right: 0.2rem;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.martyr-letters span {
    padding: .07rem .15rem;
    font-size: .3rem;
    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.28rem;
    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: 50%;
    bottom: 2.3rem;
    width: 6.68rem;
    height: 7.3rem;
    background: url(../images/tombstone.png) no-repeat center / cover;
    transform: translateX(-50%);
}

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


.martyr-detail .candle {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 3.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: 3.2rem;
    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: 1.2rem;
    z-index: 6;
    width: 6.7rem;
    height: 5.5rem;
    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: 4rem;
    height: 4.74rem;
    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);
}


/* 意见建议 */
.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: 3rem;
    left: 50%;
    width: 7.5rem;
    height: 3rem;
    margin-top: .6rem;
    margin-left: -3.7rem;
    background: url("../images/moai.gif") no-repeat center / cover;
}

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

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