@media screen and (min-width: 800px) {
	.content {
		width: 100vw;
	}
	
	.model {
		width: 100vw;
		height: 100vh;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.nav {
		position: fixed;
		width: 100vw;
		height: 0.7rem;
		z-index: 1000;
	}
	.nav .navBox {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 0.45rem;
		box-sizing: border-box;
		background-color: rgba(0, 0, 0, 0.5);
	}
	.nav .logoBox {
		display: block flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		list-style: none;
		text-decoration: none;
	}
	.nav .logo {
		width: 1.06rem;
		height: 0.19rem;
	}
	.nav .navRight {
		display: flex;
		height: 100%;
		align-items: center;
	}
	.nav .navRight .language .navBtn {
		display: none;
	}
	.nav .navRight .mask {
		display: flex;
		align-items: center;
		height: 100%;
	}
	.nav .navList {
		display: flex;
		align-items: center;
		list-style: none;
		height: 100%;
	}
	.nav .navList .navItem {
		color: #fff;
		list-style: none;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}
	.nav .navRight .language {
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}
	.nav .navRight .language a {
		display: block;
		background-color: #ea433f;
		border-radius: 0.5rem;
		color: #fff;
		font-weight: 600;
		white-space: nowrap;
		list-style: none;
		text-decoration: none;
		font-size: 0.12rem;
		padding: 0.04rem 0.22rem;
	}
	.nav .navList .navItem a {
		display: block flex;
		width: 100%;
		height: 100%;
		text-decoration: none;
		font-size: 0.18rem;
		padding: 0 0.3rem;
		list-style: none;
		color: #fff;
		font-weight: 600;
		white-space: nowrap;
		justify-content: center;
		align-items: center;
	}
	.nav .navList .navItem .item:hover {
		color: #ea433f;
	}
	.nav .navList .navItem .active {
		color: #ea433f;
	}
	.nav #xtreme {
		position: relative;
	}
	.nav #xtreme .second-list {
		display: none;
		background-color: rgba(0, 0, 0, 0.5);
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		transform: translateY(100%);
	}
	.nav #xtreme .second-list ul {
		list-style: none;
		width: 100%;
		padding: 0;
	}
	.nav #xtreme .second-list ul li {
		list-style: none;
		height: 0.5rem;
		width: 100%;
	}
	.nav #xtreme .second-list ul li a {
		padding: 0;
		list-style: none;
		text-decoration: none;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 0.14rem;
		color: #d8d8d8;
	}
	.nav #xtreme .second-list ul li a:hover {
		background-color: #ea433f;
		color: #fff;
	}
	.model1 {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		justify-content: flex-end;
		padding: 1rem 20%;
		box-sizing: border-box;
	}
	.model1 .img1 {
		display: none;
	}
	.model1 .p2 {
		display: none;
	}

	.model1 .video1 {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 103%;
		z-index: -1;
	}
	.model1 .p1 {
		font-size: 0.18rem;
		color: #fff;
		width: 7.59rem;
		font-weight: 500;
		line-height: 1.8;
		margin-bottom: 0.6rem;
	}

	.model1 .btn-box {
		display: flex;
		gap: 0.3rem;
	}

	.model1 .btn-box .btn {
		padding: 0.1rem 0.3rem;
		width: 2.44rem;
		height: 0.66rem;
		font-size: 0.24rem;
		color: #fff;
	}

	.model1 .btn-box .btn span {
		display: inline-block;
		width: 100%;
		height: 100%;
		background-color: transparent;
	}

	.model2 {
		background-color: #e6e6e6;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.model2 .imgs {
		width: 5rem;
		height: 5rem;
		background-image: url('https://changbudao-1257401975.cos.ap-hongkong.myqcloud.com/images/aura/image/img2p2.webp'),
			url('https://changbudao-1257401975.cos.ap-hongkong.myqcloud.com/images/aura/image/img2p1.webp');
		background-position: 50% 50%, 50% 50%;
		background-size: 4.12rem 2.07rem, 2.93rem 2.93rem;
		background-repeat: no-repeat;
	}
	.model2 .p1 {
		font-size: 0.2rem;
		letter-spacing: 73%;
		margin-top: 1rem;
		font-weight: 400;
		line-height: 1.43;
	}

	.model3 {
		display: flex;
		align-items: center;
		flex-direction: column;
	}

	.model3 .img1 {
		height: 4rem;
		width: 10rem;
		background-image: url('https://changbudao-1257401975.cos.ap-hongkong.myqcloud.com/images/aura/image/img3p9.webp');
		background-position: 50% 50%;
		background-size: 9rem 6rem;
		background-repeat: no-repeat;
		margin-top: 0.5rem;
	}

	.model3 .img2 {
		width: 4.75rem;
		height: 0.4rem;
		margin-bottom: 0.7rem;
	}

	.model3 .btn {
		width: 2.8rem;
		height: 0.66rem;
		font-size: 0.24rem;
		color: #333;
	}
	.model3 .btn1 {
		display: none;
	}
	.model3 .imgs {
		margin-top: 0.6rem;
	}
	.model3 .imgs .img {
		width: 1.6rem;
		height: 1.22rem;
	}
	.model3 .imgs .img4 {
		transform: scaleX(0.6);
	}
	.model4 {
		display: flex;
		align-items: center;
		flex-direction: column;
	}

	.model4 .video1 {
		width: 12.72rem;
		height: 6.36rem;
		margin-top: 0.79rem;
		border-radius: 0.2rem;
	}

	.model4 .box1 {
		width: 12.72rem;
		display: flex;
		flex-direction: column;
	}

	.model4 .box1 .p1 {
		display: inline;
		font-size: 0.4rem;
		background-image: linear-gradient(90deg, #bf2228, #dc1ecd, #4239ea, #fb5d14);
		background-clip: text;
		-webkit-background-clip: text;
		-moz-background-clip: text;
		color: transparent;
		font-weight: bold;
		position: relative;
		margin-top: 0.2rem;
	}

	.model4 .box1 .p1::before {
		position: absolute;
		content: '';
		display: block;
		width: 0.34rem;
		height: 0.34rem;
		left: -0.6rem;
		top: -0.05rem;
		background-image: url('https://changbudao-1257401975.cos.ap-hongkong.myqcloud.com/images/aura/image/img4p1.webp');
		background-size: 100% 100%;
	}

	.model4 .box1 .p2 {
		color: #231916;
		font-size: 0.18rem;
		width: 8.67rem;
		margin-top: 0.2rem;
		font-weight: 500;
		line-height: 1.8;
	}

	.model5 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.model5 .d1 {
		display: flex;
		flex-direction: column;
		width: 13.36rem;
	}

	.model5 .d1 .img1 {
		width: 2.86rem;
		height: 0.24rem;
	}
	.model5 .d1 .p1 {
		font-size: 0.13rem;
		margin-top: 0.2rem;
		color: #6d6d6dfc;
		line-height: 2.13;
		font-weight: 290;
	}

	.model5 .d2 {
		display: flex;
		gap: 0.62rem;
		align-items: flex-end;
		margin-top: 0.4rem;
	}

	.model5 .d2 .video1 {
		width: 7.96rem;
		/* height: 4.98rem; */
		border-radius: 0.2rem;
	}

	.model5 .d2 .d3 {
		width: 5rem;
	}

	.model5 .d2 .d3 .d4 .p1 {
		font-size: 0.48rem;
		color: transparent;
		background-image: linear-gradient(90deg, #bf2228, #dc1ecd, #4239ea, #fb5d14);
		background-clip: text;
		-webkit-background-clip: text;
		-moz-background-clip: text;
		line-height: 1;
		position: relative;
	}

	.model5 .d2 .d3 .d4 .p1::before {
		position: absolute;
		content: '';
		display: block;
		width: 0.34rem;
		height: 0.34rem;
		left: -0.34rem;
		top: -0.34rem;
		background-image: url('https://changbudao-1257401975.cos.ap-hongkong.myqcloud.com/images/aura/image/img4p1.webp');
		background-size: 100% 100%;
	}

	.model5 .d2 .d3 .d4 .p2 {
		font-size: 0.48rem;
		color: transparent;
		background-image: linear-gradient(90deg, #bf2228, #dc1ecd, #4239ea, #fb5d14);
		background-clip: text;
		-webkit-background-clip: text;
		-moz-background-clip: text;
		line-height: 1;
		margin-bottom: 0.2rem;
	}

	.model5 .d2 .d3 .p3 {
		font-size: 0.18rem;
		line-height: 1.8;
		color: #231916;
	}

	.model6 {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 0.01rem;
	}
	.model6 .d1 {
		display: grid;
		grid-template-columns: repeat(10, 1.3rem);
		grid-template-rows: repeat(9, 0.7rem);
		gap: 0.1rem;
	}
	.model6 .d1 .video1 {
		width: 100%;
		height: 100%;
		border-radius: 0.2rem;
		grid-column: 1/5;
		grid-row: 2/6;
	}
	.model6 .d1 .img2 {
		width: 100%;
		height: 100%;
		border-radius: 0.2rem;
		grid-column: 5 / 10;
		grid-row: 2 / 6;
		object-fit: cover;
	}
	.model6 .d1 .img3 {
		width: 100%;
		height: 110%;
		border-radius: 0.2rem;
		grid-column:               1/5;
		grid-row: 6/9;
	}
	.model6 .d1 .d3 {
		/* width: 100%; */
		height: 100%;
		grid-column: 5/10;
		grid-row: 7/9;
		padding: 0.4rem 0 0 0.4rem;
	}
	.model6 .d1 .d3 .p3 {
		font-size: 0.18rem;
		color: #231916;
		line-height: 1.8;
		font-weight: 500;
		/* width: 7.07rem; */
		margin-top: 0.1rem;
	}

	.model7 {
		display: flex;
		justify-content: center;
		align-items: center;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.model7 .d1 {
		display: flex;
		gap: 1rem;
	}

	.model7 .d1 .img1 {
		width: 6.97rem;
		height: 7.67rem;
	}

	.model7 .d1 .d2 {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		transform: translate(-100%, 30%);
	}

	.model7 .d1 .d2 .text {
		color:#ddd;
		margin-top: 0.2rem;
		width: 4.2rem;
	}

	.model8 {
		display: flex;
		gap: 0.2rem;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.model8 .d1 {
		display: flex;
		gap: 0.1rem;
		align-items: center;
		padding: 0 0.1rem;
	}
	
	.model8 .video-container{
		width:100%;
	}
	
	.model8 .video-container video{
		width:100%;
		height: 4.13rem;
		border-radius: 0.2rem;
	}

	.model8 .d1 video {
		width: calc((100% - 0.2rem) / 3);
		height: 4.13rem;
		border-radius: 0.2rem;
		transition: all 0.5s ease-in-out;
	}
	.model8 .d1 .active {
		width: 40%;
		height: 5rem;
	}
	.model8 .d2 {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 1rem;
		gap: 1rem;
	}

	.model8 .d2 .text {
		width: 7.7rem;
		display: flex;
		align-items: center;
	}

	.model9 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-content: center;
	}

	.model9 .imgs {
		height: 7.1rem;
		margin: 0 auto;
		margin-bottom: 0.4rem;
		transition: all 0.5s;
		display: flex;
		border-radius: 0.2rem;
		overflow: hidden;
		border: 0.01rem solid #ccc;
	}

	.model9 .imgs .carousel {
		width: 2rem;
		height: 100%;
		transition: all 0.5s;
		cursor: pointer;
		background-color: #f5f5f5;
		border-right: 0.01rem solid #ccc;
	}

	.model9 .imgs .carousel:last-child {
		border: none;
	}

	.model9 .imgs .active {
		width: 5rem;
		height: 100%;
		background-position: 50% 50% !important;
	}

	.model9 .imgs .img1 {
		background-image: url('https://changbudao-1257401975.cos.ap-hongkong.myqcloud.com/images/aura/image/img19p4.webp');
		background-size: 9rem 125%;
		background-position: 70% 50%;
	}
	.model9 .imgs .img2 {
		background-image: url('https://changbudao-1257401975.cos.ap-hongkong.myqcloud.com/images/aura/image/img19p5.webp');
		background-size: 9rem 125%;
		background-position: 70% 50%;
	}
	.model9 .imgs .img3 {
		background-image: url('https://changbudao-1257401975.cos.ap-hongkong.myqcloud.com/images/aura/image/img19p6.webp');
		background-size: 9rem 125%;
		background-position: 70% 50%;
	}
	.model9 .imgs .img4 {
		background-image: url('https://changbudao-1257401975.cos.ap-hongkong.myqcloud.com/images/aura/image/img19p7.webp');
		background-size: 9rem 125%;
		background-position: 70% 50%;
	}
	.model9 .imgs .img5 {
		background-image: url('https://changbudao-1257401975.cos.ap-hongkong.myqcloud.com/images/aura/image/img19p8.webp');
		background-size: 9rem 125%;
		background-position: 70% 50%;
	}

	.model9 .d2 {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 1rem;
	}

	.model9 .d2 .text {
		width: 6.81rem;
	}

	.model9 .d4 {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 0.1rem;
		margin-top: 0.8rem;
	}

	.model9 .d4 .d4_item {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 0.1rem;
	}

	.model9 .d4 .d4_item img:nth-child(1) {
		width: 2.5rem;
		height: 1.7rem;
		border-radius: 0.2rem;
	}

	.model9 .d4 .d4_item img:nth-child(2) {
		width: 0.8rem;
		height: 0.5rem;
	}
	.model9 .img6 {
		display: none;
	}
	.model9 .imgs1 {
		display: none;
	}
	.model10 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.model10 .video1 {
		width: 12.76rem;
		height: 6.12rem;
		margin-bottom: 0.8rem;
		border-radius: 0.2rem;
		margin-top: 0.2rem;
	}

	.model10 .d2 {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 1rem;
	}

	.model10 .d2 .text {
		width: 6.81rem;
	}

	.model11 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.model11 .d1 {
		display: flex;
		align-items: center;
		gap: 0.1rem;
		margin-bottom: 1rem;
	}

	.model11 .d1 .video1 {
		width: 6.3rem;
		height: 4.67rem;
		border-radius: 0.2rem;
	}

	.model11 .d1 .d4 {
		display: flex;
		flex-direction: column;
		gap: 0.1rem;
	}

	.model11 .d1 .d4 .img1 {
		width: 6.27rem;
		height: 2.67rem;
	}

	.model11 .d1 .d4 .img2 {
		width: 6.27rem;
		height: 1.87rem;
	}

	.model11 .d2 {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 1rem;
	}

	.model11 .d2 .text {
		width: 6.81rem;
	}

	.model12 {
		display: flex;
		flex-direction: column;
	}

	.model12 .video1 {
		width: 19.2rem;
		height: 6rem;
		margin-bottom: 1rem;
	}

	.model12 .d2 {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 1rem;
	}

	.model12 .d2 .text {
		width: 6.81rem;
	}

	.model13 {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.model13 .d1{
		display: flex;
		align-items: center;
		gap: 0.1rem;
		margin-bottom: 1rem;
	}
	
	.model13 .right{
		display: flex;
		flex-direction: column;
		gap: 0.1rem;
	}
	       
	.model13 .img2{
		width: 4.6rem;
		        height: 2.1rem;
	}
	.model13 .img3{
	   width: 4.6rem;
	           height: 2.6rem;
	}
	.model13 .img1{
		width: 8rem;
        height: 4.8rem;
        border-radius: 0.2rem;
	}
	.model13 .d1 {
		/* display: flex;
		gap: 1rem; */
	}
/* 
	.model13 .d1 .img1 {
		width: 8.52rem;
		height: 6.73rem;
	} */
	
	.model13 .d2 .text{
		width: 6.81rem;
	}

	.model13 .d2 {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 1rem;
	}

	.model13 .d1 .d2 .text {
		margin-top: 0.2rem;
		width: 4.2rem;
	}

	.model14 {
		display: flex;
		justify-content: center;
	}
	.model14 .video1 {
		position: absolute;
		z-index: -1;
		width: 100%;
		height: 100%;
	}
	.model14 .d2 {
		padding-top: 2.05rem;
		box-sizing: border-box;
	}

	.model14 .d2 .text {
		width: 10.28rem;
		color: #fff;
	}

	.model15 {
		background-image: url('https://changbudao-1257401975.cos.ap-hongkong.myqcloud.com/images/aura/image/img11p6.webp');
		background-size: cover;
		background-repeat: no-repeat;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		background-position: center;
		/* background-position: 0.64rem 0; */
	}

	.model15 .img1 {
		width: 1.85rem;
		height: 0.6rem;
		margin-bottom: 0.2rem;
	}

	.model15 .img2 {
		width: 1.1rem;
		height: 0.23rem;
		margin-bottom: 2rem;
	}

	.model15 .p1 {
		font-size: 0.18rem;
		line-height: 2.13;
		width: 2.33rem;
		color: #6d6d6dfc;
		text-align: center;
	}

	.model16 {
		height:200vh;
		background-color: #000;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.model16 .d3 {
		display: flex;
	}

	.model16 .d1 {
		display: grid;
		grid-template-columns: 4.65rem, 2.85rem;
		width: 7.8rem;
		gap: 0.1rem;
	}

	.model16 .d1 .img1 {
		width: 7.68rem;
		/* height: 2rem; */
		grid-column-start: 1;
		grid-column-end: 3;
	}

	.model16 .d1 .img2 {
		grid-column-start: 1;
		grid-column-end: 3;
		width: 7.68rem;
		/* height: 2rem; */
	}

	.model16 .d1 .img3 {
		grid-column-start: 1;
		grid-column-end: 2;
		width: 4.65rem;
		/* height: 2rem; */
	}

	.model16 .d1 .img4 {
		grid-column-start: 1;
		grid-column-end: 2;
		width: 4.65rem;
		/* height: 2rem; */
	}

	.model16 .d1 .img5 {
		grid-column-start: 2;
		grid-column-end: 3;
		width: 2.85rem;
		/* height: 3rem; */
		grid-row-start: 3;
		grid-row-end: 5;
	}

	.model16 .d4 {
		position: relative;
	}

	.model16 .d2 {
		margin-left: 1rem;
	}

	.model16 .d2 .text {
		color: #fff;
		width: 3.5rem;
	}

	.model16 .d5 {
		color: #fff;
		transform: rotate(90deg);
		position: absolute;
		font-size: 1.5rem;
		line-height: 0.77;
		left: -2rem;
		top: 4.4rem;
		letter-spacing: 0.2rem;
	}
	.model16 .d3 .d1 .d6 {
		display: none;
	}

	.model17 {
		background-color: #000;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	

	.model17 .d1 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 1rem;
		margin-top: 0.2rem;
	}

	.model17 .d1 .text {
		width: 7.2rem;
		text-align: center;
		color: #fff;
	}
	
	.model17 .d2 .imgs.imgs2 .video{
		width: 3.7rem;
	}

	.model17 .d2 {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 2rem;
	}

	.imgs {
		position: relative;
	}
	.model17 .d2 .imgs .video {
		width: 3.2rem;
		height: 6rem;
		border-radius: 0.2rem;
		filter: brightness(80%);
		transform: skew(0deg, 10deg);
	}
	.model17 .d2 .imgs .video1 {
		transform: skew(0deg, 10deg);
	}
	.model17 .d2 .imgs .video3 {
		transform: skew(0deg, 10deg);
	}
	.model17 .d2 .imgs .topTip {
		position: absolute;
		top: 1rem;
		right: 0;
		font-size: 0.32rem;
		color: #fff;
		font-weight: bold;
		transform: translateX(50%);
	}

	.model17 .d2 .imgs .leftTip {
		position: absolute;
		font-size: 0.2rem;
		color: #fff;
		line-height: 1.3;
		width: 2.2rem;
		left: -20%;
		bottom: 0.5rem;
	}

	.model18 {
		background-image: url('https://changbudao-1257401975.cos.ap-hongkong.myqcloud.com/images/aura/image/img18p2.webp');
		background-size: 100% 100%;
		background-color: #000;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.model18 .img1 {
		width: 80%;
		height: 80%;
	}

	.model19 {
		background-color: #000;
	}

	.model19 .d1 {
		width: 100%;
		display: flex;
		justify-content: flex-end;
		padding: 0 2.5rem;
		box-sizing: border-box;
		position: relative;
		padding-top: 0.9rem;
	}

	.model19 .d1::after {
		content: '';
		display: block;
		width: 1rem;
		height: 1rem;
		border-left: 0.01rem solid #fff;
		transform: rotate(45deg);
		margin-top: 0.1rem;
		position: absolute;
		right: 0.9rem;
		top: 0.3rem;
	}

	.model19 .d1 .text {
		width: 4.34rem;
		color: #fff;
	}

	.model19 .d2 {
		display: grid;
		grid-template-columns: repeat(19, 1rem);
		/* grid-template-rows: repeat(8, 0.9rem); */
		grid-template-rows: repeat(8, 1rem);
		grid-row-gap: 0.1rem;
		grid-column-gap: 0.1rem;
	}

	.model19 .d2 img {
		width: 100%;
		height: 100%;
		border-radius: 0.2rem;
	}

	.model19 .d2 .img1 {
		grid-column: 1/4;
		grid-row: 1/3;
	}

	.model19 .d2 .img2 {
		grid-column: 4/9;
		grid-row: 1/3;
		height:auto;
	}

	.model19 .d2 .img3 {
		grid-column: 9/12;
		grid-row: 2/4;
	}

	.model19 .d2 .img4 {
		grid-column: 12/15;
		grid-row: 2/6;
	}

	.model19 .d2 .img5 {
		grid-column: 15/19;
		grid-row: 2/4;
		height: auto;
	}

	.model19 .d2 .img6 {
		grid-column: 3 / 9;
		grid-row: 4 / 6;
		height: auto;
		margin-top: 0.1rem;
	}

	.model19 .d2 .img7 {
		grid-column: 9/12;
		grid-row: 4/6;
	}

	.model19 .d2 .img8 {
		grid-column: 9/12;
		grid-row: 6/8;
	}

	.model20 {
		
		background-image: url('https://changbudao-1257401975.cos.ap-hongkong.myqcloud.com/images/aura/image/img20p3.webp');
		/* background-size: 100% 100%; */
		background-size: cover;
		background-position: center;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.model20 .img1 {
		width: 0.93rem;
		height: 0.93rem;
		margin-bottom: 0.2rem;
	}
	.model20 .p1 {
		font-size: 0.2rem;
		line-height: 1.43;
		letter-spacing: 0.36rem;
		color: #fff;
		margin-bottom: 2rem;
	}
	.model20 .img2 {
		width: 6.68rem;
		height: 0.56rem;
		margin-bottom: 2.5rem;
	}
	.model20 .d1 {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.model21 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
		background-image: url('https://changbudao-1257401975.cos.ap-hongkong.myqcloud.com/images/aura/image/img21p2.webp');
		background-position: left -3rem top -6rem;
		background-repeat: no-repeat;
		/* background-size: 90% 60%; */
		background-size: 110%;
		background-color: #000;
	}
	.model21 .d1 {
		display: flex;
		justify-content: flex-start;
		width: 100%;
		padding-left: 1.62rem;
		padding-top: 0.7rem;
	}
	.model21 .d1 .img1 {
		width: 1.44rem;
		height: 0.46rem;
	}
	.model21 .d1 .p1 {
		font-size: 0.13rem;
		line-height: 1.21;
		color: #fff;
	}
	.model21 .d1 .img2 {
		width: 4.75rem;
		height: 0.39rem;
	}
	.model21 .d3 {
		display: flex;
		justify-content: flex-end;
		width: 100%;
	}
	.model21 .d3 .d4 {
		padding-right: 2.2rem;
		padding-bottom: 1rem;
	}
	.model21 .d3 .d4 .title_first {
		text-align: right;
		background-image: linear-gradient(118.58deg, #bf2228 13.29%, #dc1ecd 75.9%, #4239ea 102.61%, #fb5d14 118.85%);
	}
	.model21 .d3 .d4 .title_first::before {
		right: -0.34rem;
		left: auto;
	}
	.model21 .d3 .d4 .text {
		width: 5.8rem;
		color: #fff;
		font-size: 0.18rem;
		margin-top: 0.2rem;
		text-align: right;
	}
	.model22 {
		background-color: #000;
		background-image: url('https://changbudao-1257401975.cos.ap-hongkong.myqcloud.com/images/aura/image/img1p2.webp');
		background-size: 100% 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
	}
	.model22 .text {
		text-align: center;
		color: #fff;
		width: 9rem;
		padding-bottom: 1.14rem;
	}
	.model23 {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.model23 .bg {
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		background-image: url('https://changbudao-1257401975.cos.ap-hongkong.myqcloud.com/images/aura/image/img23p1.webp');
		background-size: 100% 100%;
		filter: brightness(30%);
		background-color: #000;
	}
	.model23 .title {
		position: relative;
		margin-bottom: 1rem;
	}
	.model23 .title::before {
		position: absolute;
		display: block;
		content: '';
		width: 0.72rem;
		height: 0.02rem;
		left: 50%;
		bottom: -0.5rem;
		transform: translateX(-50%);
		background-color: #a10b0a;
	}
	.model23 .p1 {
		color: #cdcdcd;
		font-size: 0.16rem;
		margin-top: 0.3rem;
	}
	.model23 .table {
		font-size: 0.14rem;
		color: #cdcdcd;
		width: 12.76rem;
	}
	.model23 .table .row {
		display: flex;
		align-items: center;
		padding: 0.05rem 0;
		border-bottom: 0.01rem solid #cdcdcd;
	}
	.model23 .table .row .label {
		width: 3.84rem;
		text-align: right;
		flex: none;
	}
	.model23 .table .contont {
		display: flex;
		flex: 1;
	}
	.model23 .table .contont .value {
		flex: 1;
		text-align: center;
	}
	.model24 {
		background-color: #000;
	}
	.model24 .img1 {
		width: 6.89rem;
		height: 7.67rem;
		border-radius: 0.2rem;
	}
	.model24 .d1 {
		width: 5.4rem;
		height: 7.67rem;
		color: #fff;
		display: flex;
		justify-content: flex-end;
		flex-direction: column;
	}
	.model24 .d1 .img3 {
		width: 2.89rem;
		height: 0.49rem;
	}
	.model24 .d1 .p2::before {
		content: '';
		display: block;
		width: 1.12rem;
		height: 1.12rem;
		border-left: 0.01rem solid #bf2228;
		margin: 0.2rem 0;
	}
	.model24 .d2 {
		display: flex;
		justify-content: flex-end;
	}
	.model24 .d1 .p2,
	.model24 .d1 .p3,
	.model24 .d1 .p4,
	.model24 .d1 .p5 {
		font-weight: bold;
	}
	.model24 .d3 {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 0.2rem;
	}
	.model25 {
		background-color: #000;
		background-image: url('https://changbudao-1257401975.cos.ap-hongkong.myqcloud.com/images/aura/image/img25p1.webp');
		background-size: 3.75rem 3.75rem;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		gap: 0.2rem;
	}
	.model25 .p1 {
		color: #fff;
		font-size: 0.18rem;
	}
	.roll {
		
		position: fixed;
		right: 0.25rem;
		top: 50%;
		transform: translateY(-50%);
		display: flex;
		display:none;
		flex-direction: column;
		gap: 0.1rem;
	}
	.roll .dot {
		width: 0.09rem;
		height: 0.09rem;
		border-radius: 50%;
		border: 0.01rem solid #ccc;
		cursor: pointer;
	}
	.roll .active {
		background-color: #cf302c;
		border-color: #cf302c;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	/* .roll .active::after {
		display: block;
		content: attr(data-index);
		color: #fff;
		font-size: 0.12rem;
		transform: scale(0.3);
	} */
}
