/* .wrap1 {
	overflow-x: hidden;
} */
[v-cloak] {
	display: none;
}
/* bk1 */
.bk1 {
	width: 100vw;
	height: 6.4rem;
	position: relative;
}

.bjt1 {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.content1 {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}

.content1 .title1 {
	font-size: 0.51rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	text-shadow: 0px 0px 0px rgba(33, 34, 38, 0.3);
	text-align: center;
	margin: 1.8rem auto 0;
}

.content1 .p1 {
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	text-shadow: 0px 0px 0px rgba(33, 34, 38, 0.3);
	text-align: center;
	margin: 0.47rem auto 0;
}

.content1 .btn {
	width: 3.58rem;
	height: 0.56rem;
	display: flex;
	justify-content: space-between;
	margin: 0.6rem auto 0;
}

.content1 .btn .btn1 {
	width: 1.71rem;
	height: 0.56rem;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 0.07rem;
	border: 0.01rem solid #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content1 .btn .btn1:active {
	background: linear-gradient(53deg, #5FBEF7 0%, #3192FF 100%);
	border: 0.01rem solid transparent;
}

.content1 .btn .btn1 .tb {
	background: url(../imgs/zx.png) center center / 100% 100% no-repeat;
	width: 0.2rem;
	height: 0.2rem;
	margin-right: 0.09rem;
}

.content1 .btn .btn1 span {
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.56rem;
}

.content1 .btn .btn2 {
	width: 1.71rem;
	height: 0.56rem;
	background: #FFFFFF;
	border-radius: 0.07rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content1 .btn .btn2 .tb {
	background: url(../imgs/sp.png) center center / 100% 100% no-repeat;
	width: 0.2rem;
	height: 0.2rem;
	margin-right: 0.09rem;
}

.content1 .btn .btn2 span {
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: rgba(41, 142, 248, 1);
	line-height: 0.56rem;
}

.content1 .btn .btn2:active {
	background: linear-gradient(180deg, #FFFFFF 0%, #A3D1FF 100%);
}

/* bk2 */
.bk2 {
	width: 100vw;
	height: 1.28rem;
}

.content2 {
	width: 100%;
	overflow: hidden;
	height: 100%;
}

.content2 ul {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0.26rem;
	box-shadow: 0rem 0.03rem 0.09rem 0rem #DBEAF6;
}

.content2 ul li {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.content2 ul li img {
	width: 0.51rem;
	height: 0.51rem;
	margin-bottom: 0.14rem;
}

.content2 ul li span {
	font-size: 0.22rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	text-align: center;
}


/* bk3 */
.bk3 {
	width: 100vw;
	height: 6.48rem;
}

.content3 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	zoom: 1;
}

.content3 .title3 {
	font-size: 0.43rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #333333;
	text-align: center;
	margin: 0.85rem auto 0.52rem;
}

.swiper-container3 {
	width: 100%;
	height: 3.5rem;
	padding-left: 0.26rem;
}

.swiper-container3 .swiper-slide {
	width: 5.21rem;
	height: 3.5rem;
	position: relative;
	border-radius: 0.07rem;
	margin-right: 0.26rem;
}

.swiper-container3 .swiper-slide img {
	width: 5.21rem;
	height: 3.5rem;
	border-radius: 0.07rem;
	object-fit: fill;
}

.swiper-container3 .swiper-slide .mask3 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0 0.17rem;
	border-radius: 0.07rem;
	transition: all .5s;
	opacity: 0;
}

.swiper-container3 .swiper-slide-active .mask3 {
	opacity: 1;
}

.swiper-container3 .swiper-slide .mask3 h1 {
	font-size: 0.24rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 1rem;
}

.swiper-container3 .swiper-slide .mask3 p {
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.34rem;
	margin-top: 0.23rem;
}

.swiper-pagination3 {
	margin: 0.26rem auto 0;
	text-align: center;
}

.swiper-pagination3 .swiper-pagination-bullet {
	width: 0.34rem;
	height: 0.07rem;
	background: #BFD2E5;
	border-radius: 0.03rem;
	margin-right: 0.07rem;
}

.swiper-pagination3 .swiper-pagination-bullet:last-of-type {
	margin-right: 0;
}

.swiper-pagination3 .swiper-pagination-bullet-active {
	width: 0.68rem;
	height: 0.07rem;
	background: linear-gradient(53deg, #5FBEF7 0%, #3192FF 100%);
	border-radius: 0.03rem;
}

/* bk4 */
.bk4 {
	width: 100vw;
	height: 7.9rem;
	position: relative;
}

.bjt4 {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.content4 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	zoom: 1;
}

.content4 .title4 {
	font-size: 0.43rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #333333;
	text-align: center;
	margin: 0.87rem auto 0;
}

.content4 .p4 {
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #666666;
	text-align: center;
	margin: 0.3rem auto 0.5rem;
}

.content4 .video4 {
	display: block;
	width: 5.89rem;
	height: 3.31rem;
	background: #F3F3F3;
	box-shadow: 0rem 0.02rem 0.09rem 0rem #BDD0D6;
	border-radius: 0.17rem;
	border: 0.07rem solid #FFFFFF;
	margin: 0 auto;
}

.content4 .p4-1 {
	width: 5.89rem;
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #666666;
	line-height: 0.34rem;
	text-align: center;
	margin: 0.33rem auto 0;
}

/* bk5 */
.bk5 {
	width: 100vw;
	height: 10.56rem;
}

.content5 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	zoom: 1;
}

.content5 .title5 {
	font-size: 0.43rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #333333;
	text-align: center;
	margin: 0.85rem auto 0.51rem;
}

.content5 .card {
	width: 5.89rem;
	height: 7.51rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	justify-content: center;
	align-content: center;
	column-gap: 0.13rem;
	row-gap: 0.17rem;
	margin: 0 auto;
}

.content5 .card li {
	width: 1.88rem;
	height: 3.67rem;
	position: relative;
}

.content5 .card li img {
	width: 1.88rem;
	height: 3.67rem;
}

.content5 .card li span {
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 0.26rem;
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
}

/* bk6 */
.bk6 {
	width: 100vw;
	height: 8.8rem;
}

.content6 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	zoom: 1;
}

.content6 .title6 {
	font-size: 0.43rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #333333;
	text-align: center;
	margin: 0 auto;
}

.content6 .p6 {
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #666666;
	margin: 0.33rem auto 0.41rem;
	text-align: center;
}

.swiper-container6-dh {
	width: 100%;
	height: 0.56rem;
	padding-left: 0.26rem;
}

.swiper-container6-dh .swiper-slide {
	width: auto;
	height: 0.56rem;
	border-radius: 0.28rem;
	border: 0.01rem solid #333333;
	padding: 0 0.32rem;
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	line-height: 0.56rem;
	margin-right: 0.17rem;
}

.swiper-container6-dh .swiper-slide * {
	pointer-events: none;
}

.swiper-container6-dh .swiper-slide.active {
	border: 0.01rem solid transparent;
	border-radius: 0.28rem;
	background: linear-gradient(53deg, #5FBEF7 0%, #3192FF 100%);
	color: #fff;
}

.content6 .bottom {
	width: 100%;
	height: 6.23rem;
	position: relative;
	margin-top: 0.43rem;
}

.content6 .bottom .img-wrap {
	width: 100%;
	height: 100%;
	position: relative;
}

.content6 .bottom .img-wrap img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: fill;
}

.swiper-container6 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-container6 .swiper-slide {
	width: 100%;
	height: 100%;
	padding: 0 0.26rem;
	overflow: hidden;
}

.swiper-container6 .swiper-slide h1 {
	font-size: 0.26rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	margin: 1.1rem auto 0;
}

.swiper-container6 .swiper-slide p {
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.41rem;
	margin: 0.35rem auto 0;
}

.swiper-container6 .swiper-slide .card {
	display: flex;
	flex-wrap: wrap;
	margin: 0.6rem auto 0;
	margin-bottom: -0.26rem;
}

.swiper-container6 .swiper-slide .card li {
	width: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 0.26rem;
	margin-bottom: 0.26rem;
}

.swiper-container6 .swiper-slide .card li img {
	width: 0.31rem;
	height: 0.31rem;
	object-fit: fill;
	margin-bottom: 0.17rem;
}

.swiper-container6 .swiper-slide .card li span {
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}

/* bk7 */
.bk7 {
	width: 100vw;
	height: 6.18rem;
	position: relative;
}

.bjt7 {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.content7 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	zoom: 1
}

.content7 .title7 {
	font-size: 0.43rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #333333;
	text-align: center;
	margin: 0.85rem auto 0;
}

.content7 .card7 {
	width: 5.89rem;
	height: 3.53rem;
	background: linear-gradient(63deg, rgba(255, 255, 255, 0.5) 0%, rgba(225, 245, 255, 0.2) 100%);
	border-radius: 0.17rem;
	border: 0.03rem solid #FFFFFF;
	margin: 0.52rem auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	column-gap: 0.6rem;
	row-gap: 0.53rem;
}

.content7 .card7 li {
	width: auto;
	height: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.content7 .card7 li img {
	height: 0.51rem;
	width: 0.51rem;
	object-fit: fill;
	margin-bottom: 0.26rem;
}

.content7 .card7 li span {
	font-size: 0.22rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #333333;
	text-align: center;
}


/* bk8 */
.bk8 {
	width: 100vw;
	height: 11.95rem;
}

.content8 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	zoom: 1;
}

.content8 .title8 {
	font-size: 0.43rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #333333;
	text-align: center;
	margin: 0.85rem auto 0;
}

.content8 .p8 {
	width: 5.89rem;
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #666666;
	line-height: 0.34rem;
	margin: 0.3rem auto 0.5rem;
}

.content8 .card {
	display: flex;
	flex-wrap: wrap;
	width: 5.9rem;
	height: 7.76rem;
	gap: 0.26rem;
	margin: 0 auto;
}

.content8 .card li {
	width: 2.82rem;
	height: 3.75rem;
	border-radius: 0.07rem;
	position: relative;
}

.content8 .card li img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.content8 .card li span {
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 0.26rem;
	font-size: 0.24rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
}

/* bk9 */
.bk9 {
	width: 100vw;
	height: 6.74rem;
}

.content9 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	zoom: 1;
}

.content9 .title9 {
	font-size: 0.31rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #333333;
	text-align: center;
	margin: 0 auto;
}

.content9 .p9 {
	font-size: 0.14rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #666666;
	text-align: center;
	margin-top: 0.25rem;
}

.content9 .card {
	height: 5.07rem;
	width: 4.98rem;
	position: relative;
	margin: 0.43rem auto 0;
}

.content9 .card .sjdt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 4.98rem;
	height: 3.16rem;
	object-fit: fill;
}

.content9 .card .text {
	font-size: 0.22rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #1B82D0;
	position: absolute;
}

.content9 .card .line {
	position: absolute;
	width: 0.07rem;
	height: 1.12rem;
	background: url(../imgs/line.png) center center / 100% 100% no-repeat;
}

.content9 .card .text1 {
	left: -0.45rem;
	bottom: 2.44rem;
}

.content9 .card .line1 {
	left: 0.51rem;
	bottom: 1.54rem;
}

.content9 .card .text2 {
	left: 0;
	bottom: 3.31rem;
}

.content9 .card .line2 {
	left: 0.96rem;
	bottom: 2.41rem;
}

.content9 .card .text3 {
	left: 0.67rem;
	bottom: 4.1rem;
}

.content9 .card .line3 {
	left: 1.63rem;
	top: 0.75rem;
}

.content9 .card .text4 {
	left: 1.86rem;
	top: 0;
}

.content9 .card .line4 {
	left: 2.3rem;
	top: 0.22rem;
}

.content9 .card .text5 {
	right: 0.88rem;
	top: 0.44rem;
}

.content9 .card .line5 {
	right: 1.84rem;
	top: 0.51rem;
}

.content9 .card .text6 {
	right: 0.17rem;
	top: 1.07rem;
}

.content9 .card .line6 {
	right: 1.13rem;
	top: 1.07rem;
}

.content9 .card .text7 {
	right: -0.46rem;
	top: 1.82rem;
}

.content9 .card .line7 {
	right: 0.47rem;
	top: 1.82rem;
}

/* bk10 */
.bk10 {
	width: 100vw;
	height: 8.04rem;
	position: relative;
}

.bjt10 {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.content10 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	zoom: 1;
	padding: 0 0.26rem;
}

.content10 .title10 {
	font-size: 0.43rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #333333;
	margin: 1.16rem auto 0;
}

.content10 h2 {
	font-size: 0.43rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #1B82D0;
	margin: 0.23rem auto 0;
}

.content10 .p10 {
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #666666;
	line-height: 0.34rem;
	margin-top: 0.25rem;
}

.content10 .img10 {
	display: block;
	width: 5.63rem;
	height: 3.17rem;
	background: #E8E8E8;
	box-shadow: 0rem 0.02rem 0.12rem 0rem #B3C6D7;
	border-radius: 0.34rem;
	border: 0.07rem solid #FFFFFF;
	margin: 0.51rem auto 0;
}

.bk10 .text10 {
	font-size: 0.6rem;
	font-family: BMDoHyeon-OTF, BMDoHyeon;
	font-weight: normal;
	color: rgba(27, 130, 208, 0.1);
	position: absolute;
	top: 0.8rem;
	left: 0.26rem;
}

/* bk11 */
.bk11 {
	width: 100vw;
	height: 6.26rem;
}

.content11 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	zoom: 1;
}

.content11 .title11 {
	font-size: 0.31rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #333333;
	text-align: center;
	margin: 0.85rem auto 0;
}

.swiper-container11 {
	width: 100%;
	height: 3.52rem;
	margin: 0.4rem auto 0;
	padding-left: 0.26rem;
}

.swiper-container11 .swiper-slide {
	width: 5.89rem;
	height: 3.52rem;
	position: relative;
	margin-right: 0.26rem;
}

.swiper-container11 .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.swiper-container11 .swiper-slide span {
	display: block;
	width: 100%;
	position: absolute;
	font-size: 0.26rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	left: 0;
	bottom: 0.26rem;
}

.swiper-pagination11 {
	margin: 0.38rem auto 0;
	text-align: center;
}

.swiper-pagination11 .swiper-pagination-bullet {
	width: 0.34rem;
	height: 0.07rem;
	background: #BFD2E5;
	border-radius: 0.03rem;
	margin-right: 0.07rem;
}

.swiper-pagination11 .swiper-pagination-bullet:last-of-type {
	margin-right: 0;
}

.swiper-pagination11 .swiper-pagination-bullet-active {
	width: 0.68rem;
	height: 0.07rem;
	background: linear-gradient(53deg, #5FBEF7 0%, #3192FF 100%);
	border-radius: 0.03rem;
}

/* bk12 */
.bk12 {
	width: 100vw;
	height: 5.85rem;
	position: relative;
}

.bjt12 {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.content12 {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}

.content12 .title12 {
	font-size: 0.41rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
	text-align: center;
	margin: 0.85rem auto 0;
}

.content12 .p12 {
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: rgba(255, 255, 255, .8);
	text-align: center;
	margin: 0.23rem auto 0;
}

.content12 .inp {
	width: 4.1rem;
	height: 2.86rem;
	margin: 0.38rem auto 0;
}

.content12 .inp input {
	width: 4.1rem;
	height: 0.56rem;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 0.07rem;
	border: 0.01rem solid #FFFFFF;
	padding: 0 0.26rem;
	text-align: center;
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.56rem;
	margin-bottom: 0.17rem;
}

.content12 .inp input::-webkit-input-placeholder {
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
}

.content12 .inp input:nth-of-type(3){
	margin-bottom: 0.26rem;
}

.content12 .inp input:last-of-type {
	margin-bottom: 0;
	width: 4.1rem;
	height: 0.56rem;
	background: linear-gradient(53deg, #5FBEF7 0%, #3192FF 100%);
	border-radius: 0.07rem;
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 0.56rem;
	border: 0.01rem solid transparent;
}
.content12 .inp input:last-of-type:active{
	opacity: 0.9;
}

/* 播放视频部分 */
.video-pre-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.video-pre-bg.myshow {
	opacity: 1;
	visibility: visible;
}

.video-pre-box {
	width: 5.547rem;
	max-width: 17.0678rem;
	height: 3.1234rem;
	max-height: 9.6262rem;
	border: 0px solid #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.video-pre {
	width: 100%;
	height: 100%;
	background: #000;
}

.video-pre-close {
	background: url(../imgs/close.png) no-repeat 50% 50%;
	background-size: contain !important;
	width: .495rem;
	height: .495rem;
	position: absolute;
	right: -0.3072rem;
	top: -0.3072rem;
	cursor: pointer;
	z-index: 889;
	border-radius: 50%;
	padding: .0853rem;
}

/* 弹框2 */
.ly-pop {
	background: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	visibility: hidden;
	opacity: 0;
	display: none;
}

.ly-pop.show {
	visibility: visible;
	opacity: 1;
	display: block;
}

.ly-container {
	font-size: .175rem;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: .075rem;
	overflow: hidden;
	background: #fff;
	width: 4.975rem;
	height: 2.275rem;
}

.ly-cont-top {
	background-color: #f5f5f5;
	height: .5rem;
	line-height: .5rem;
	padding: 0 .125rem;
	border-bottom: .0125rem solid #efefef;
}

.ly-cont-top .labels {
	padding-left: .35rem;
	background: url(../imgs/ly-01.png) 0 center / 23% no-repeat;
}

.ly-close {
	cursor: pointer;
	width: .25rem;
	height: .25rem;
	float: right;
	margin-top: .125rem;
	background: url(../imgs/ly-close.png) center center / 100% 100% no-repeat;
}

.ly-cont-wrap {
	line-height: .275rem;
	margin-top: .3875rem;
	padding: 0 .125rem 0 1.625rem;
	min-height: 1.0125rem;
	background: url(../imgs/ly-02.png) .25rem center / 20% no-repeat;
}

.ly-cont-wrap i {
	color: #ed6a11;
}

.ly-cont-wrap .t {
	color: #383838;
}
