/* 动画 */
.fl {
	transition: all .3s;
	opacity: 1 !important;
	transform: translate(0, 0) !important;
}

/* ----------------------------------------------------------------------------------------- */

.bk1 {
	width: 100vw;
	height: 6.4rem;
	position: relative;
}

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

.content1 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.content1 .p3 {
	color: #FFFFFF;
	font-size: .2389rem;
	margin: 0 .8534rem;
	margin-top: .1707rem;
}
.content1 .title1 {
	font-size: 0.41rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.64rem;
	margin: 1.5rem auto 0;
	text-align: center;
}

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

.content1 .btn .btn1 {
	width: 1.71rem;
	height: 0.6rem;
	border-radius: 0.09rem;
	/* border: 0.01rem solid #FFFFFF; */
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(//klm10.kuleiman.com/record/klm/vrjqx/2/zx1.png) center center / 100% 100% no-repeat;
}

.content1 .btn .btn1:active {
	background: rgba(51, 51, 51, 0.3);
}

.content1 .btn .btn1 .icon {
	width: 0.26rem;
	height: 0.26rem;
	margin-right: 0.04rem;
}

.content1 .btn .btn1 span {
	font-size: 0.22rem;
	font-family: PingFang-SC-Regular, PingFang-SC;
	font-weight: 400;
	color: #FFFFFF;
}

.content1 .btn .btn2 {
	width: 1.71rem;
	height: 0.6rem;
	background: #3972FF;
	border-radius: 0.09rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(//klm10.kuleiman.com/record/klm/vrjqx/2/sp.png) center center / 100% 100% no-repeat;
}

.content1 .btn .btn2:active {
	background: #1559FF;
}

.content1 .btn .btn2 .icon {
	width: 0.26rem;
	height: 0.26rem;
	margin-right: 0.04rem;
}

.content1 .btn .btn2 span {
	font-size: 0.22rem;
	font-family: PingFang-SC-Regular, PingFang-SC;
	font-weight: 400;
	color: #FFFFFF;
}

.bk1 .ms {
	width: 100vw;
	height: 0.8rem;
	background: rgba(232, 239, 255, 0.05);
	backdrop-filter: blur(0.085rem);
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.bk1 .ms li {
	width: auto;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.bk1 .ms li h1 {
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
}

.bk1 .ms li p {
	font-size: 0.17rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	margin: 0.07rem auto 0;
}

.bk1 .ms .line {
	width: 0.01rem;
	height: 0.37rem;
	border: 0.01rem solid #979797;
}


/* bk2 */
.bk2 {
	width: 100vw;
	height: 13.8rem;
	position: relative;
}

.bjt2 {
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.bk2 .ys-box {
	text-align: center;
	display: flex;
		flex-wrap: wrap;
		align-items: center;
			justify-content: center;
			margin-right: .3243rem;
  }
  .bk2  .bk2-ifram {
		width: 5.9396rem;
		height: 3.8573rem;
		background: #D8D8D8;
		border-radius: .0683rem;
		margin: .8534rem auto 0 auto;
  }
  .bk2  .bk2-ifram iframe {
	width: 100%;
	height: 100%;
	border-radius: .0683rem;
  }
.bk2 .ys-font-item {
	width: 50%;
	/* margin: .5632rem .6827rem .4096rem 0px; */
	margin-top: .768rem;
	text-align: center;
  }
  
  .bk2 .ys-font-item:hover .ys-font-icon {
	-webkit-animation: shangxia .8s linear infinite;
	-ms-animation: shangxia .8s linear infinite;
	animation: shangxia .8s linear infinite;
  }
  .bk2 .ys-font-item:last-of-type {
	margin-right: 0px;
  }
  .bk2 .ys-font1 {
	font-size: .2048rem;
	font-weight: 400;
	color: #081414;
	line-height: 1.4;
	margin-bottom: .125rem;
  }
  
  .bk2 .ys-font2 {
	font-size: .175rem;
	font-weight: 400;
	color: #8A8A8A;
	line-height: 1.5;
  }
  
  .bk2 .ys-font-icon {
	width: 1.3532rem;
	height: 1.3532rem;
	margin-bottom: .25rem;
	display: inline-block;
  }
.content2 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.content2 .title2 {
	font-size: 0.41rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #333333;
	margin: 0.68rem auto 0;
	text-align: center;
}

.content2 .p2 {
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #999999;
	text-align: center;
	margin: 0.17rem .3755rem 0 .3755rem;
}

.content2 video {
	width: 100%;
	height: 100%;
	background: #E0E0E0;
	border-radius: .0683rem;
	border: 0.03rem solid #FFFFFF;
	object-fit: cover;
}

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

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

.content3 .title3 {
	font-size: 0.41rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin: 0.68rem auto 1.2801rem;
}

.content3 .p3 {
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #999999;
	text-align: center;
	margin: 0.17rem auto 0;
}

.swiper-container3 {
	width: 100%;
	height: 3.4989rem;
	/* padding-left: 0.26rem; */
	margin-top: 0.43rem;
}

.swiper-container3 .swiper-slide {
	width: 5.2057rem;
	height: 3.4989rem;
	border-radius: 0.1rem;
	overflow: hidden;
	position: relative;
	margin-left: 0.085rem;
	margin-right: 0.085rem;
}
.swiper-container3 .swiper-slide-active {
	width: 4.6424rem;
	height: 4.6424rem;
	margin-top: -0.6827rem;
	transition: all 0.3s;
}
.swiper-container3 .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-container3 .swiper-slide .text-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0.26rem 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.swiper-container3 .swiper-slide .text-wrap h1 {
	font-size: 0.61rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
}

.swiper-container3 .swiper-slide .text-wrap .line {
	width: 0.34rem;
	height: 0.03rem;
	background: #FFFFFF;
	margin-top: 0.22rem;
	margin-left: 0.05rem;
}

.swiper-container3 .swiper-slide .text-wrap h2 {
	font-size: 0.27rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0.32rem;
}

.swiper-container3 .swiper-slide .text-wrap p {
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: .3755rem;
	margin-top: 0.23rem;
}

.swiper-pagination3 {
	width: 100%;
	text-align: center;
	margin-top: .6486rem;
}

.swiper-pagination3 .swiper-pagination-bullet {
	width: 0.34rem;
	height: 0.07rem;
	background: rgba(57, 114, 255, .32);
	border-radius: 0.03rem;
	margin-right: 0.09rem;
}

.swiper-pagination3 .swiper-pagination-bullet-active {
	width: 0.68rem;
	height: 0.07rem;
	background: linear-gradient(222deg, #A084FF 0%, #4416FF 100%) !important;
		border-radius: 0.03rem;
}

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

/* bk4 */
.bk4 {
	width: 100vw;
	height: 7.84rem;
}

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

.content4 .title4 {
	font-size: 0.32rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin: 0 auto;
}

.content4 .p4 {
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	text-align: center;
	color: #999999;
	margin: 0.17rem auto 0;
}

.swiper-container4 {
	width: 100%;
	height: 0.43rem;
	margin-top: 0.43rem;
	padding-left: 0.26rem;
}

.swiper-container4 .swiper-slide {
	width: 1.1947rem;
	height: .4267rem;
	border-radius: 0.21rem;
	border: 0.01rem solid #333333;
	text-align: center;
	line-height: 0.4267rem;
	font-size: .2048rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	margin-right: 0.14rem;
	box-sizing: content-box;
}

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

.swiper-container4 .swiper-slide.active {
	background: #3972FF;
	border: 0.01rem solid transparent;
	color: #fff;
}

.content4 .bottom {
	width: 100%;
	height: 6rem;
	margin: 0.26rem auto 0;
	position: relative;
}

.content4 .bottom .img-wrap {
	width: 100%;
	height: 4.44rem;
	position: relative;
}

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

.content4 .bottom .card {
	position: absolute;
	width: 5.89rem;
	height: 1.93rem;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0rem 0.02rem 0.05rem 0rem rgba(0, 0, 0, 0.18);
	border-radius: 0.17rem;
	top: 3.41rem;
	left: calc(50% - 2.945rem);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.content4 .bottom .card h1 {
	font-size: 0.24rem;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #333333;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.18);
	text-align: center;
	transform: translate(0, 10px);
	opacity: 0;
}

.content4 .bottom .card p {
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.18);
	text-align: center;
	margin: 0.15rem auto 0;
	transform: translate(0, 10px);
	opacity: 0;
}

.content4 .bottom .card input {
	width: 1.45rem;
	height: 0.43rem;
	background: #3972FF;
	box-shadow: 0rem 0.02rem 0.05rem 0rem rgba(0, 0, 0, 0.18);
	border-radius: 0.07rem;
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Normal, SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.43rem;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.18);
	margin: 0.34rem auto 0;
	transform: translate(0, 10px);
	opacity: 0;
}

.content4 .bottom .card input:active {
	opacity: 0.8 !important;
}

/* bk5 */
.bk5 {
	width: 100vw;
	height: 7.5rem;
	margin-top: .768rem;
}

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

.content5 .title5 {
	font-size: 0.41rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin: 0 auto;
	margin-bottom: .512rem;
}

.content5 .p5 {
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #999999;
	text-align: center;
	margin: 0.17rem auto 0.43rem;
}

.swiper-container5 {
	width: 100%;
	height: 5.8rem;
}

.swiper-container5 .swiper-slide {
	width: 4.95rem;
	height: 6.3rem;
	border-radius: 0.1rem;
	overflow: hidden;
	position: relative;
	/* margin-left: .2219rem;
	margin-right: 0.2219rem; */
}

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

.swiper-container5 .swiper-slide .mask5 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
}
.swiper-container5 .swiper-slide .slideimg {
	width: 5.9566rem;
	height: 3.8573rem;
	background: rgba(0, 0, 0, 0.1);
	border-radius: .0683rem;
	margin: 0 auto;
}
.swiper-container5 .swiper-slide .text-wrap {
	width: 100%;
	/* height: 100%; */
	/* position: absolute;
	top: 0;
	left: 0; */
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	padding: 0 0.26rem;
	margin-top: .4096rem;
	text-align: center;
	transition: all .5s;
	opacity: 0;
}

.swiper-container5 .swiper-slide-active .text-wrap {
	opacity: 1 !important;
	transform: translate(0, -10px) !important;
}

.swiper-container5 .swiper-slide .text-wrap h1 {
	font-size: 0.27rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	/* color: #FFFFFF; */
}

.swiper-container5 .swiper-slide .text-wrap h2 {
	font-size: .1536rem;
	color: #666666;
	margin-top: 0.17rem;
	line-height: .3072rem;
}

.swiper-container5 .swiper-slide .text-wrap .p-wrap {
	width: 100%;
	height: 1rem;
	margin-top: 0.36rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.swiper-container5 .swiper-slide .text-wrap .p-wrap p {
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	padding-left: 0.12rem;
	/* color: #FFFFFF; */
	position: relative;
}

.swiper-container5 .swiper-slide .text-wrap .p-wrap p:after {
	position: absolute;
	content: '';
	width: 0.03rem;
	height: 0.17rem;
	/* background: #FFFFFF; */
	top: calc(50% - 0.085rem);
	left: 0;
}
.swiper-pagination5 {
	width: 100%;
	text-align: center;
	margin-top: 0.34rem;
}

.swiper-pagination5 .swiper-pagination-bullet {
	width: 0.34rem;
	height: 0.07rem;
	background: rgba(57, 114, 255, .32);
	border-radius: 0.03rem;
	margin-right: 0.09rem;
}

.swiper-pagination5 .swiper-pagination-bullet-active {
	width: 0.68rem;
	height: 0.07rem;
	background: linear-gradient(222deg, #A084FF 0%, #4416FF 100%) !important;
	border-radius: 0.03rem;
}

.swiper-pagination5 .swiper-pagination-bullet:last-of-type {
	margin-right: 0;
}
/* bk6 */
.bk6 {
	width: 100vw;
	height: 5.8372rem;
	box-sizing: border-box;
	position: relative;
	margin-top: 0.5rem;
}

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

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

.content6 .title6 {
	font-size: 0.41rem;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin: 0.68rem auto 0;
}

.content6 .p6 {
	font-size: .4438rem;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin: 0.2rem .1877rem 0 .1877rem;
}
.content6 .p7 {
	font-size: .1195rem;
	color: #FFFFFF;
	text-align: center;
	margin: 0.2rem .1877rem 0 .1877rem;
}

.content6 .inp {
	width: 4.1rem;
	height: 2.47rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0.43rem auto 0;
}

.content6 .inp .inp1 {
	width: 4.1rem;
	height: 0.6rem;
	margin-bottom: 0.26rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0);
		box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5), inset 0px 0px .2389rem 0px rgba(255, 255, 255, 0.5);
		border-radius: .0683rem;
		border: 0px solid;
		border-image: linear-gradient(192deg, rgba(175, 182, 238, 1), rgba(57, 66, 216, 1), rgba(165, 65, 255, 1), rgba(98, 243, 237, 1)) 0 0;
}

.content6 .inp .inp1 .icon {
	width: 0.19rem;
	height: 0.2rem;
	/*background: url(//klm10.kuleiman.com/record/klm/vrjqx/2/xm.png) center center / 100% 100% no-repeat;*/
	margin-left: 0.17rem;
	margin-right: 0.08rem;
}

.content6 .inp .inp1 input {
	flex: 1;
	font-size: 0.22rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #fff;
	line-height: 0.6rem;
	background-color: transparent;
	padding: 0 0.17rem 0 0.08rem;
}

.content6 .inp .inp1 input::-webkit-input-placeholder {
	font-size: 0.22rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #DDDDDD;
	line-height: 0.6rem;
}

.content6 .inp .inp2 {
	width: 4.1rem;
	height: 0.6rem;
	margin-bottom: 0.43rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255, 255, 255, 0);
		box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5), inset 0px 0px .2389rem 0px rgba(255, 255, 255, 0.5);
		border-radius: .0683rem;
		border: 0px solid;
		border-image: linear-gradient(192deg, rgba(175, 182, 238, 1), rgba(57, 66, 216, 1), rgba(165, 65, 255, 1), rgba(98, 243, 237, 1)) 0 0;
}

.content6 .inp .inp2 .icon {
	width: 0.19rem;
	height: 0.2rem;
	/*background: url(//klm10.kuleiman.com/record/klm/vrjqx/2/dh.png) center center / 100% 100% no-repeat;*/
	margin-left: 0.17rem;
	margin-right: 0.08rem;
}

.content6 .inp .inp2 input {
	flex: 1;
	font-size: 0.22rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #fff;
	line-height: 0.6rem;
	background-color: transparent;
	padding: 0 0.17rem 0 0.08rem;
}

.content6 .inp .inp2 input::-webkit-input-placeholder {
	font-size: 0.22rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #DDDDDD;
	line-height: 0.6rem;
}

.content6 .inp .btn {
	width: 2.0481rem;
	height: .5291rem;
	line-height: .5291rem;
	/* background: #3972FF; */
	/* box-shadow: inset 0rem 0.01rem 0.09rem 0rem rgba(255, 255, 255, 0.5); */
	background: url('//klm10.kuleiman.com/record/klm/vrjqx/2/submitbtn.png') no-repeat center/ 100%;
	border-radius: .1365rem;
	font-size: .1877rem;
	color: #FFFFFF;
}

.content6 .inp .btn:active {
	opacity: 0.8;
}

/* bk7 */
.bk7 {
	width: 100vw;
	height: 5.48rem;
}

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

.content7 h1 {
	font-size: 0.32rem;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin: 0.68rem auto 0;
}

.content7 p {
	font-size: 0.2rem;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #8C8C8C;
	line-height: 0.31rem;
	margin: 0.26rem auto 0.43rem;
	text-align: center;
}

.select_box {
	width: 100%;
	height: 3.5rem;
	overflow: hidden;
	position: relative;
}

.select_box .line_odd {
	width: 39.76rem;
	-webkit-animation: scrollToRight-data-v-6a32e916 36s linear infinite;
	animation: scrollToRight-data-v-6a32e916 36s linear infinite;
}

.line_odd img {
	width: 50%;
	display: inline-block;
	float: left;
}

.line_even {
	width: 39.76rem;
	-webkit-animation: scrollToRight-data-v-6a32e916 25s linear infinite;
	animation: scrollToRight-data-v-6a32e916 25s linear infinite;
}

.line_even img {
	width: 50%;
	display: inline-block;
	float: left;
}

@keyframes scrollToRight-data-v-6a32e916 {
	0% {
		-webkit-transform: translate3d(-50%, 0, 0);
	}

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


/* 播放视频部分 */
.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;
	height: 3.1234rem;
	/* width: 90%; */
	max-width: 1000px;
	/* height: 3.2429rem; */
	max-height: 564px;
	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(//klm10.kuleiman.com/record/klm/vrjqx/2/close.png) no-repeat 50% 50%;
	background-size: contain !important;
	width: 29px;
	height: 29px;
	position: absolute;
	right: -18px;
	top: -34px;
	cursor: pointer;
	z-index: 889;
	border-radius: 50%;
	padding: 5px;
}

/* 弹框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(//klm10.kuleiman.com/record/klm/vrjqx/2/ly-01.png) 0 center / 23% no-repeat;
}

.ly-close {
	cursor: pointer;
	width: .25rem;
	height: .25rem;
	float: right;
	margin-top: .125rem;
	background: url(//klm10.kuleiman.com/record/klm/vrjqx/2/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(//klm10.kuleiman.com/record/klm/vrjqx/2/ly-02.png) .25rem center / 20% no-repeat;
}

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

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