html,body {
    height: 100%;
    overflow: hidden;
}

body {
    font-family: PingFang SC, Arial, Helvetica, sans-serif,'Microsoft Yahei';
    max-width: 750px;
    min-width: 320px;
    margin: 0 auto;
    /* background: #f5f6f7; */
    -webkit-user-select: none;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    color: #2a2a2a;
    /* -webkit-tap-highlight-color: transparent; */
}

input, select, button {
    outline: none;
    border: 1px solid #e5e5e5;
    font-size: 100%;
	border-radius: 0.2rem;
	background-color:#ffffff;
}

.public-title {
    padding-bottom:0.2rem;
	padding-top:0.2rem;
    text-align: center;
    font-size: 0.48rem;
	color:#d6171a;
	font-weight:bold;
	margin-top:1.6rem;
	text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
-webkit-text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
-moz-text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
*filter: Glow(color=#fff, strength=1);
}

.g-pagination-wrap .pagination li{ display: inline-block;
    padding: .2em 0.5em;
    font-size: .28rem;
    color: #d6171a;
    border: 1px solid #d6171a;
    border-radius: .06rem;
	margin-left:0.1rem;
	margin-right:0.1rem;
	}

.container{
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
		background: url(../images/bg03.jpg) no-repeat center / cover;
	background-attachment: fixed;
}

.containerjj {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
		background: url(../images/bg03.jpg) no-repeat center /cover;
	background-attachment: fixed;
}

.containerjisi {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
		background: url(../images/bg-sacrifice.jpg) no-repeat center /cover;
	background-attachment: fixed;
}

.containerjd {
    position: relative;
    height: 100%;
    display: flex;
	background-attachment: fixed;
}


.container .page{
    flex: 1;
	overflow: hidden;
    overflow-y: scroll;
	margin: .2rem;
	border-radius: .1rem;
	margin-bottom:1.4rem;
}
.containerjj .page{
    flex: 1;
	overflow: hidden;
    overflow-y: scroll;
	margin: .2rem;
	border-radius: .1rem;
	margin-bottom:1.4rem;
}

.containerjd .page {
    flex: 1;
	overflow: hidden;
    overflow-y: scroll;
}

.navbar {
    overflow: hidden;
    display: flex;
    width: 100%;
    height: .88rem;
    line-height: .88rem;
    align-items: center;
    background: #d6171a;
}

.navbar .title{
    height: 100%;
	padding: 0;
    flex: 1;
    font-size: .34rem;
    color: #fff;
    text-align: center;
    margin: 0 10%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.navbar .back, .navbar .menu{
    position: relative;
   width: .8rem;
   height: 100%;
}

.navbar .back img, .navbar .menu img{
    width: 100%;
    height: 100%;
}

/* .navbar .back::after{
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: .3rem;
    height: .3rem;
    border-left: .04rem solid #fff;
    border-bottom: .04rem solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
    border-radius: .04rem;
 }

.navbar .menu::after{
    position: absolute;
    left: .18rem;
    width: .64rem;
    height: .64rem;
    content: '…';
    font-size: .4rem;
    color: #fff;
    font-weight: bold;
} */

.navigation {
    display: none;
    position: absolute;
    top: .88rem;
    right: .2rem;
    z-index: 10;
    width: 3rem;
    padding: .3rem 0;
    background: rgba(0, 0, 0, .8);
}

.navigation::after {
    position: absolute;
    right: 0;
    top: -.32rem;
    content: '';
    width: 0;
    height: 0;
    border-top: .16rem solid transparent;
    border-right: .16rem solid transparent;
    border-bottom: .16rem solid rgba(0, 0, 0, .8);
    border-left: .16rem solid transparent;
}

.navigation a{
    display: block;
    font-size: .30rem;
    color: #fff;
    text-decoration: none;
    height: .7rem;
    line-height: .7rem;
    text-align: center;
}

.copyrights {
	width: 7.5rem;
	/* z-index:9999; */
	height:1.04rem;
	padding-top:0.32rem;
	/* position:absolute;
	left:0px;
	bottom:0rem; */
	background: url(../images/footerbg.png) no-repeat center/cover;
}

.copyrights p{
    width: 7.5rem;
    font-size: .24rem;
    color: #fff;
    text-align: center;
    line-height:1.3;
    word-break: keep-all;
}

.copyrights p:nth-child(1){
	margin-top: .24rem;
}

.music {
    position: absolute;
    top: .8rem;
    right: .2rem;
    z-index: 6;
    width: .8rem;
    height: .8rem;
    background: rgba(0, 0, 0, .5);
    border-radius: 50%;
	display: none !important;
}

.music img{
    width: .4rem;
    height: .4rem;
    margin: .2rem;
    animation: move linear 2s infinite both;
}

.tool-bar{
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.tool-bar-item{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: .2rem 0;
}

.tool-bar-item img{
    width: .7rem;
    height: .7rem;
}

@keyframes move {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.tool-bar-item span{
    margin-top: .1rem;
    font-size: .30rem;
    color: #fff;
}

.g-img-box {
    background: rgba(255, 255, 255, .8);
    padding: .3rem;
}

.g-img-box .img-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.g-img-box .img-list .img-item{
    flex: 0 0 48%;
    margin: .12rem 0;
}

.g-img-box .img-list .img-item img{
    width: 100%;
	min-height:2rem;
	max-height:2rem;
}

.g-img-box .img-list .img-item01{
    flex: 0 0 48%;
    margin: .12rem 0;
}

.g-img-box .img-list .img-item01 img{
    width: 100%;
	min-height:2rem;
}

.g-img-box .img-list .desc {
    margin-top: .1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: .28rem;
    line-height: 1.33;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}



/*previewImages*/
.g-preview-img {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.g-preview-img .swiper-container{
    width: 100%;
    height: auto;
    top: 50%;
    margin-top: -38%;
}

.g-preview-img .swiper-container img{
    width: 100%;
    height: auto;
}

.g-preview-img .close {
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: .6rem;
    height: .6rem;
    margin-left: -.3rem;
}

.g-preview-img .swiper-slide .desc{
    padding: .3rem;
    font-size: .3rem;
    color: #fff;
    line-height: 1.333;
}