#nav {
	width: 100vw;
	height: 9vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	background-color: #fff;
	z-index: 10;
}

@font-face {
	font-family: 'YouShe';
	src: url('./Youshe.ttf');
}

.YouShe {
	font-family: 'YouShe';
}

@font-face {
	font-family: 'PingFangMedium';
	src: url('./PingFangMedium.ttf');
}

.PingFangMedium {
	font-family: 'PingFangMedium';
}

@font-face {
	font-family: 'PingFang_Heavy_0';
	src: url('./PingFang_Heavy_0.ttf');
}

.PingFang_Heavy_0 {
	font-family: 'PingFang_Heavy_0';
}

#nav nav {
	width: 90vw;
	height: 100%;
	border-bottom: .01rem solid rgba(51, 51, 51, 0.16);
}

#nav nav p {
	position: absolute;
	left: 0;
	width: 0.44rem;
	height: 0.44rem;
	background: url(../images/back.png);
	background-size: 100% 100%;
}

#nav nav h2 {
	/* width: 1.44rem; */
	height: 0.5rem;
	font-size: 0.36rem;
	font-family: PingFangMedium;
	font-weight: 500;
	line-height: 0.5rem;
	color: #333333;
	opacity: 1;
}

/* 首页 */
.page,
html {
	background-color: #fff;
}

#head {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

header {
	width: 100vw;
	height: 9vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	z-index: 10;
}

.header {
	width: 90vw;
	height: 100%;
	border-bottom: .01rem solid rgba(255, 255, 255, 0.4);
}

header #logo {
	width: 1.45rem;
	height: 0.5rem;
}

#head header button {
	width: .56rem;
	height: .56rem;
	border: none;
	background-image: url("../images/more_icon.png");
	background-size: 100% 100%;
	background-color: rgba(0, 0, 0, 0);
}

#menuWrap {
	position: absolute;
	bottom: -3.38rem;
	right: .3rem;
	width: 1.92rem;
	height: 3.38rem;
	background-image: url("../images/more.png");
	background-size: 100% 100%;
	z-index: 10;
}

#menuWrap li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	/* height: 20%; */
	height: 25%;
	border-bottom: 1px solid #6F6F6F;
}

#menuWrap li a {
	font-size: 0.24rem;
	color: #fff;
}

#menuWrap li:last-child {
	border: none;
}

.swiper-slide {
	position: relative;
	overflow: hidden;
	height: 100vh !important;
}

.slide-02>div,
.slide-03>div,
.slide-04>div,
.slide-05>div,
.slide-06>div,
.slide-07>div {
	height: 100%;
	padding: 9vh 0 1.5rem 0;
}

.slide-09>div>div {
	padding: 3.65rem 0 0 0;
}

.slide-02,
.slide-03,
.slide-04,
.slide-05,
.slide-06,
.slide-07 {
	background-color: #fff;
}

.slide-08>div {
	padding: 2.1rem 0 0 0;
}

.bg-img {
	width: 100%;
	height: 100vh;
	background-image: url("../images/bg_01.png");
	background-size: 100% 100%;
	animation: zooming 15s infinite;
	/* 循环缩放动画，周期为4秒 */
}

@keyframes zooming {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}
}

.down {
	width: 3.33rem;
	height: 0.94rem;
	margin: 0 auto;
}

.slide-01-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	text-align: center;
	background-color: rgba(0, 0, 0, .2);
}

.slide-01-wrap h1 {
	font-size: 0.77rem;
	color: #fff;
	margin-bottom: .74rem;
}

.slide-01-wrap p {
	font-size: 0.38rem;
	color: #fff;
	margin-bottom: .37rem;
	font-weight: 700;
}

.downLoad-btn {
	width: 100%;
	position: absolute;
	bottom: 0rem !important;
}

.downLoad-btn img {
	width: 0.44rem !important;
	height: 0.44rem !important;
	position: absolute;
	bottom: .56rem !important;
	width: 100%;
	animation: down 1.2s cubic-bezier(.25, .1, .25, .1) infinite;
}

.downLoad-btn2 img {
	margin: 0.4rem 0 0rem 0;
	width: 0.44rem !important;
	height: 0.44rem !important;
	animation: down 1.2s cubic-bezier(.25, .1, .25, .1) infinite;
}

@keyframes down {
	0% {
		transform: translate(0px, 0px);
	}

	50% {
		transform: translate(0px, -10px);
	}

	100% {
		transform: translate(0px, 0px);
	}
}

.swiper-container {
	width: 100vw;
	height: 100vh;
}

.swiper-pagination-bullet {
	width: 0.08rem;
	height: 0.08rem;
	background: #CCCCCC;
	border-radius: 50%;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	width: 0.08rem;
	height: 0.24rem;
	background: #878EFC;
	opacity: 1;
	border-radius: 1rem;
}

.lxkf {
	width: 0.54rem;
	height: 1.66rem;
	position: fixed;
	right: 0;
	bottom: 2.26rem;
	z-index: 99;
}

.text-wrap {
	width: 100%;
	/* height: 30%; */
	color: #222;
	position: relative;
	top: 0.2rem;
	transform: scale(0.8);
}

.text-wrap h2 {
	width: 2.4rem;
	/* background: linear-gradient(270deg, #B989FF 0%, #72BAFF 100%); */
	border-radius: 1rem;
	position: relative;
	display: flex;
	justify-content: center;
	margin: auto;
	text-align: center;
	font-weight: 500;
	font-family: PingFangMedium;
}

.text-wrap h2 p {
	min-width: 3.04rem;
	font-size: 0.6rem;
	font-family: PingFangMedium;
	color: #222222;
	white-space: nowrap;
	font-weight: 500;
	margin: auto;
}

.text-wrap>p {
	width: 100% !important;
	/* height: 0.84rem; */
	font-size: 0.32rem;
	font-family: PingFangMedium;
	font-weight: 500;
	color: #333333;
	margin: 0.1rem auto 0.2rem auto;
	text-align: center;
	white-space: nowrap;
}

.downLoad {
	width: 2.83rem;
	height: 0.73rem;
	background: #878EFC;
	border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
	font-size: 0.3rem;
	font-family: PingFangMedium;
	color: #FFFFFF;
	margin-top: .1rem;
	margin: auto;
}

.downPage {
	height: 100%;
}

.downPage>div {
	width: 100%;
	height: 100%;
}

.downPage .downLoad2 {
	width: 2.71rem;
	height: 0.9rem;
	background: #FFFFFF;
	border-radius: 0.45rem 0.45rem 0.45rem 0.45rem;
	font-size: 0.3rem;
	font-weight: 400;
	color: #000000;
}

.downPage dl {
	margin: 0.25rem;
}

.downPage dl dt {
	width: 0.84rem;
	height: 0.84rem;
}

.downPage dl dd {
	font-size: 0.18rem;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
}

.slide-img {
	text-align: center;
}

.map-img {
	width: 5.66rem;
	height: 2.94rem;
}

.map-content {
	width: 5.66rem;
}

.map-content ul {
	margin: 0.4rem 0;
	text-align: center;
}

.map-content ul li:first-of-type {
	height: 0.48rem;
	font-size: 0.34rem;
	font-family: PingFangMedium;
	color: #282828;
	margin: .1rem 0 0.02rem 0;
}

.map-content ul li:last-of-type {
	font-size: 0.3rem;
	font-family: PingFangMedium;
	font-weight: 400;
	color: #282828;
}

.map-content ul li i {
	display: inline-block;
	width: 0.48rem;
	height: 0.48rem;
	margin-left: .1rem;
}

.foot {
	width: 100%;
	position: absolute;
	bottom: 0.9rem;
}

.foot * {
	font-size: 0.22rem;
	font-family: PingFang;
	font-weight: 400;
	color: #888888;
	text-align: center;
}

.foot>p img {
	width: 0.26rem;
	height: 0.26rem;
	vertical-align: middle;
	margin: 0.04rem 0.05rem;
}

.slide-img {
	width: 7.5rem;
	height: 10rem;
	/* margin-right: 3%; */
	transform: scale(0.8);

	position: relative;
	top: -0.5rem;
}

.section-phone {
	width: 100%;
	height: 100%;
	background: url(../images/phonebg.png);
	background-size: 100% 100%;
	transform: translate3d(0, 0, 0);
	transition-timing-function: cubic-bezier(.25, .1, .25, 1);
}

.section-phone>div:first-child {
	overflow: hidden;
}

.section-phone .section-phone-header {
	content: "";
	position: absolute;
	background-size: 100% 100% !important;
	z-index: 100;
}

.section-phone .section-phone-bottom {
	content: "";
	position: absolute;
	background-size: 100% 100% !important;
	z-index: 100;
}

.section-phone .section-phone-bg {
	content: "";
	position: absolute;
	border-radius: 0 0 0.5rem 0.5rem;
	overflow: hidden;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

@-webkit-keyframes friend-move-top {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(0, -4.94rem, 0);
		transform: translate3d(0, -4.94rem, 0)
	}
}

@keyframes friend-move-top {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(0, -4.94rem, 0);
		transform: translate3d(0, -4.94rem, 0)
	}
}

.section-phone .section-phone-bg::after {
	content: '';
	position: absolute;
	background-size: 100% 100% !important;
	border-radius: 0 0 0.5rem 0.5rem;
	overflow: hidden;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.slide-02 .section-phone .section-phone-bg::after {
	width: 100%;
	left: 0;
	height: 16.06rem;
	background: url(../images/phoneSection2.png);
	-webkit-animation: square-move-top2 15s linear infinite;
	animation: square-move-top2 15s linear infinite;
}

.slide-03 .section-phone .section-phone-bg::after {
	width: 100%;
	left: 0;
	height: 28.75rem;
	background: url(../images/phoneSection3.png);
	-webkit-animation: square-move-top3 15s linear infinite;
	animation: square-move-top3 15s linear infinite;
}

.slide-07 .section-phone .section-phone-header {
	-webkit-animation: slide7z 1s linear infinite;
	animation: slide7z 1s linear infinite;
}

.slide-07 .section-phone .section-phone-bottom {
	-webkit-animation: slide7s 2s linear infinite;
	animation: slide7s 2s linear infinite;
}

@keyframes slide7z {
	10% {
		opacity: 1;
	}

	20% {
		opacity: 0.5;
	}

	30% {
		opacity: 0;
	}

	40% {
		opacity: 0.5;
	}

	50%,
	100% {
		opacity: 1;
	}
}

@keyframes slide7s {
	30% {
		transform: translateY(5px);
	}

	60% {
		transform: translateY(0px);
	}

	90% {
		transform: translateY(-5px);
	}
}

@-webkit-keyframes square-move-top2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(0, -9.5rem, 0);
		transform: translate3d(0, -9.5rem, 0)
	}
}

@keyframes square-move-top2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(0, -9.5rem, 0);
		transform: translate3d(0, -9.5rem, 0)
	}
}

@-webkit-keyframes square-move-top3 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(0, -18rem, 0);
		transform: translate3d(0, -18rem, 0)
	}
}

@keyframes square-move-top3 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(0, -18rem, 0);
		transform: translate3d(0, -18rem, 0)
	}
}


@-webkit-keyframes square-move-top {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(0, -6.86rem, 0);
		transform: translate3d(0, -6.86rem, 0)
	}
}

@keyframes square-move-top {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(0, -6.86rem, 0);
		transform: translate3d(0, -6.86rem, 0)
	}
}

@-webkit-keyframes zy {
	10% {
		transform: rotate(15deg);
	}

	20% {
		transform: rotate(-10deg);
	}

	30% {
		transform: rotate(5deg);
	}

	40% {
		transform: rotate(-5deg);
	}

	50%,
	100% {
		transform: rotate(5deg);
	}
}

@keyframes zy {
	10% {
		transform: rotate(15deg);
	}

	20% {
		transform: rotate(-10deg);
	}

	30% {
		transform: rotate(5deg);
	}

	40% {
		transform: rotate(-5deg);
	}

	50%,
	100% {
		transform: rotate(5deg);
	}
}

.slide-04 .section-phone .section-phone-img {
	-webkit-animation: zy 1.5s linear infinite;
	animation: zy 1.5s linear infinite;

}

.slide-06 .section-phone .section-phone-bg::after {
	width: 100%;
	left: 0;
	height: 28.72rem;
	background: url(../images/phoneSection6.png);
	-webkit-animation: square-move-top 10s linear infinite;
	animation: square-move-top 10s linear infinite;
}

.activity-title {
	width: 3.54rem;
	height: 1.43rem;
	/* font-size: 0.6rem;
	font-family: Youshe;
	font-weight: 400;
	color: #222222; */
}

.activity-btn {
	width: 3.37rem;
	height: 0.92rem;
	background: #878EFC;
	border-radius: 0.46rem 0.46rem 0.46rem 0.46rem;
	font-size: 0.3rem;
	font-family: PingFangMedium;
	color: #FFFFFF;
	margin: 0.2rem 0 0.8rem 0;
	animation: activity-scale 1.2s cubic-bezier(.25, .1, .25, .1) infinite;
}

@keyframes activity-scale {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

/* .activity-mess {
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.activity-mess-item {
    position: relative;
    display: inline-block;
    margin-top: -2.8vw;
    width: 500vw;
    height: 16.66667vw;
    -webkit-animation: banner-move 10s linear infinite .6s;
    animation: banner-move 10s linear infinite .6s
}

.activity-mess-item:nth-child(1) {
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
    margin-top: 0;
    background: url(../images/banner1.png?rev=1691575526688) repeat-x left top/164vw auto
}

.activity-mess-item:nth-child(2) {
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    margin-left: -23.73333vw;
    background: url(../images/banner2.png?rev=1691575526688) repeat-x left top/164vw auto
}

.activity-mess-item:nth-child(3) {
    -webkit-animation-duration: 11s;
    animation-duration: 11s;
    background: url(../images/banner3.png?rev=1691575526688) repeat-x left top/164vw auto
}

.activity-mess-item:nth-child(4) {
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    margin-left: -23.73333vw;
    background: url(../images/banner4.png?rev=1691575526688) repeat-x left top/164vw auto
}

.activity-mess-item:nth-child(5) {
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
    background: url(../images/banner5.png?rev=1691575526688) repeat-x left top/164vw auto
}

@-webkit-keyframes banner-move {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(-164vw,0,0);
        transform: translate3d(-164vw,0,0)
    }
}

@keyframes banner-move {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(-164vw,0,0);
        transform: translate3d(-164vw,0,0)
    }
} */

nav {
	position: relative;
	text-align: center;
	height: 1rem;
	line-height: 1rem;
}

nav img {
	position: absolute;
	left: .3rem;
	top: .3rem;
	width: .36rem;
	height: .36rem;
}

nav h2 {
	font-size: .35rem;
	font-weight: 700;
}

#menu {
	position: relative;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-image: url(../images/menu-bg.png);

	z-index: 100;
}

.menu-main {
	width: 100vw;
	height: 100vh;
}

#menu .header button {
	width: 0.44rem;
	height: 0.44rem;
	background-image: url(../images/menu-close.png) !important;
	background-size: 100% 100%;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	outline: none;
	background-color: transparent;
}

#menu .header {
	border-bottom: .01rem solid rgba(255, 255, 2555, 0.16);
}

#menu .menu-content {
	padding-top: 1.5rem;
	height: 100%;
}

#menu .menu-content ul {
	height: 70%;
}

#menu .menu-content ul li a {
	width: 7.5rem;
	height: 1.1rem;
	opacity: 1;
	text-align: center;
	font-size: 0.36rem;
	font-family: PingFangMedium;
	font-weight: 500;
	line-height: 0.5rem;
	color: #FFFFFF;
	opacity: 1;
}

.dialog {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.layui-layer-shade {
	opacity: .6 !important;
}

.layui-layer {
	display: flex;
	align-items: center;
	justify-content: center;
}

.layui-layer-content {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: unset !important;
}

.layui-layer[type="page"] {
	top: 0 !important;
	height: 100vh;
}

#wxTip {
	width: 5.11rem;
	height: 2.72rem;
	background: #FFFFFF;
	border-radius: 0.28rem 0.28rem 0.28rem 0.28rem;
}

#wxTip .main {
	height: 100%;
	padding: 0.35rem 0 0.2rem 0;
}

#wxTip .main p {
	height: 0.4rem;
	font-size: 0.28rem;
	font-weight: 400;
	color: #000000;
}

#wxTip .main p img {
	width: 0.42rem;
	height: 0.42rem;
}

#wxTip .main .btn {
	width: 3rem;
	height: 0.72rem;
	background: linear-gradient(90deg, #B285F4 0%, #6E74EB 100%);
	border-radius: 0.38rem 0.38rem 0.38rem 0.38rem;
	font-size: 0.28rem;
	font-weight: 400;
	color: #FFFFFF;
}

#input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

/* 关于我们 */
.about-wrap {
	position: relative;
	width: 100%;
	background-color: #fff;
	padding: .3rem;
	margin-top: 1.5rem;
}

.about-wrap>div {
	width: 100%;
}

.about-wrap .title {
	width: 100%;
}

.about-wrap .title span {
	width: 0.48rem;
	height: 0.44rem;
	display: block;
}

.about-wrap .title h1 {
	height: 0.98rem;
	font-size: 0.7rem;
	font-family: Alibaba PuHuiTi 2.0-115 Black, Alibaba PuHuiTi 20;
	font-weight: 800;
	color: #EEEEEE;
	position: relative;
	/* letter-spacing: 0.15rem; */
}

.about-wrap .title h1 p {
	position: absolute;
	left: 0;
	font-size: 0.36rem;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
	letter-spacing: 0rem;
}

.about-miyi .content {
	width: 6.88rem;
	/* height: 3.95rem; */
	background: #FAFAFA;
	border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
	padding: 0.3rem 0;
}

.about-miyi .content p {
	width: 6.34rem;
	font-size: 0.26rem;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	-webkit-user-select: all;
	/* Safari */
	-moz-user-select: all;
	/* Firefox */
	-ms-user-select: all;
	/* Internet Explorer */
	user-select: all;
	/* Standard syntax */
}

.brand {
	width: 100vw;
	margin: 0.6rem 0 0 0;
}

.brand .development .box {
	width: 7.5rem;
	height: 6.2rem;
	overflow-y: scroll;
	margin: 0 0 1rem 0;
	padding: 0.5rem 0 0 0;
}

.development .box>div {
	height: 0.8rem;
	margin: 0.3rem 0 0 0;
}

.development .box h1 {
	width: 0.03rem;
	background: #878EFC;
	margin: 0 .47rem 0 2.4rem;
	-webkit-user-select: all;
	/* Safari */
	-moz-user-select: all;
	/* Firefox */
	-ms-user-select: all;
	/* Internet Explorer */
	user-select: all;
	/* Standard syntax */
}

.development .box>div p {
	font-size: 0.28rem;
	font-family: PingFang SC, PingFang SC;
	font-weight: 600;
	color: #878EFC;
	-webkit-user-select: all;
	/* Safari */
	-moz-user-select: all;
	/* Firefox */
	-ms-user-select: all;
	/* Internet Explorer */
	user-select: all;
	/* Standard syntax */
}

.development .box>div img {
	width: 0.66rem;
	height: 0.36rem;
	margin: 0 0 0 0.1rem;
}

.development .box>div>div {
	width: 2rem;
	background: linear-gradient(90deg, #E6EDFF 0%, #FFFFFF 100%);
	box-shadow: 0rem 0.03rem 0.06rem 0.01rem #EFF3FF;
	border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
	border: 0.02rem solid #FFFFFF;
}

.development .box>div dl {
	margin: 0.2rem;
}

.development .box>div dl dt {
	font-size: 0.2rem;
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	color: #878EFC;
	margin: 0 0 0.1rem 0;
	-webkit-user-select: all;
	/* Safari */
	-moz-user-select: all;
	/* Firefox */
	-ms-user-select: all;
	/* Internet Explorer */
	user-select: all;
	/* Standard syntax */
}

.development .box>div dl dd {
	font-size: 0.16rem;
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	color: #333333;
	-webkit-user-select: all;
	/* Safari */
	-moz-user-select: all;
	/* Firefox */
	-ms-user-select: all;
	/* Internet Explorer */
	user-select: all;
	/* Standard syntax */
}

.culture {
	width: 12rem;
	margin: 0.3rem 0;
}

.culture .content dl {
	margin: 0.5rem 0 0.2rem 0;
}

.culture .content dl dt {
	width: 1.14rem;
	height: 1.14rem;
	background: #F5F6FF;
	border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.culture .content dl dt img {
	width: 0.76rem;
	height: 0.76rem;
}

.culture .content dl dd {
	font-size: 0.22rem;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	text-align: center;
	margin: 0.1rem 0;
}

/* 公会入驻 */
.guild-wrap {
	width: 100vw;
	margin-top: 1.5rem;
}

.guild-wrap .lxrz {
	width: 3.7rem;
	height: 1.04rem;
	background: linear-gradient(315deg, #B989FF 0%, #72BAFF 100%);
	border-radius: 0.52rem 0.52rem 0.52rem 0.52rem;
	font-size: 0.32rem;
	font-family: PingFangMedium;
	font-weight: bold;
	color: #000000;
	margin: .8rem 0;
}

.guild-wrap>p {
	/* width: 1.44rem; */
	height: 0.5rem;
	font-size: 0.36rem;
	font-family: PingFangMedium;
	font-weight: bold;
	line-height: 0.5rem;
	color: #282828;
	opacity: 1;
	margin-top: .3rem;
}

.guild-wrap ul {
	margin-top: .2rem;
}

.guild-wrap ul li img {
	width: 6.78rem;
	height: 2.33rem;
}

.guild-wrap .ewm-bg {
	width: 2.64rem;
	height: 2.96rem;
	background: url(../images/guild-bg.png);
	background-size: 100% 100%;
	margin-bottom: .2rem;
}

.guild-wrap .ewm-bg img {
	width: 2.4rem;
	height: 2.3rem;
}

/* 新闻报道and净网行动 */
.wrap {
	margin-top: 1.45rem;
	background: #F3F5F7;
}

.wrap .net-miyi {
	width: 100%;
	height: 2.34rem;
	background: url(.././image/net-miyi.png);
	background-size: 100% 100%;
}

.wrap .news-miyi {
	width: 100%;
	height: 2.34rem;
	background: url(.././image/news-miyi.png);
	background-size: 100% 100%;
}

.wrap .news-miyi h1 {
	font-size: 0.4rem;
	font-family: Alibaba PuHuiTi 2.0-95 ExtraBold, Alibaba PuHuiTi 20;
	font-weight: normal;
	color: #FFFFFF;
}

.wrap .wrap-main {
	width: 6.78rem;
	height: 1.93rem;
	background: #FFFFFF;
	border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
	padding: 0 0.24rem;
	margin: 0 0 .28rem 0;
}

.wrap .wrap-main dl {
	height: 1.54rem;
}

.wrap .wrap-main dl dt {
	width: 3.77rem;
	height: 0.75rem;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 0.28rem;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #282828;
}

.wrap .wrap-main dl dd {
	width: 3.6rem;
	height: 0.33rem;
	font-size: 0.28rem;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #282828;
	opacity: 0.3;
}

.wrap .wrap-img {
	width: 2.9rem;
	height: 1.64rem;
	background: #F4F4F4;
	margin: 0 0.14rem 0 0;
}

.wrap .wrap-img img {
	border-radius: 0.12rem;
}

#newsContent {
	position: relative;
	top: -0.4rem;
}

.loading {
	background: #F3F5F7;
	margin: 0 !important;
	position: relative;
	top: -0.3rem;
}

.loading img {
	width: 0.5rem;
	height: 0.5rem;
}

.loading {
	margin: .2rem 0;
	font-size: 0.24rem;
	font-family: PingFangMedium;
	font-weight: 500;
	line-height: 0.33rem;
	color: #282828;
	text-align: center;
}

/* 详情 */
#detailWrap {
	width: 90vw;
}

.detail-title {
	/* width: 2.24rem; */
	/* height: 0.45rem; */
	font-size: 0.32rem;
	font-family: PingFangMedium;
	font-weight: bold;
	line-height: 0.45rem;
	color: #282828;
	opacity: 1;
	margin: .2rem 0;
}

.detail-date {
	font-size: 0.28rem;
	font-family: PingFangMedium;
	font-weight: bold;
	color: #999999;
	margin: 0.1rem 0 0.3rem 0;
}

.detail-content {
	width: 6.78rem;
}

.detail-content * {
	-webkit-user-select: all;
	/* Safari */
	-moz-user-select: all;
	/* Firefox */
	-ms-user-select: all;
	/* Internet Explorer */
	user-select: all;
	/* Standard syntax */
}

.detail-content p {
	width: 100% !important;
	word-wrap: break-word;
	font-size: 0.28rem;
	font-family: PingFangMedium;
	font-weight: 400;
	line-height: 0.4rem;
	color: #282828;
	opacity: 1;
	margin-bottom: .3rem;
	/* text-indent: 2em; */
}

.detail-content p span {
	word-wrap: break-word !important;
	text-wrap: wrap !important;
}

.detail-content img {
	width: 100%;
}

/* 尾部 */
footer {
	height: 1.72rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 0.24rem;
}

.layui-layer.layui-layer-loading {
	left: calc(50% - 20px) !important;
}