.atlas {
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	padding-bottom: 0.93rem;
	padding-top: 0.5rem;
}

.atlas img {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.atlas .img-list {
	width: 90%;
	background-color: #151515;
	overflow: hidden;
	height: 8.38rem;
	position: relative;
}

.atlas .img-list .swiper-gt-img {
	width: 100%;
	height: 100%;
}

.atlas .img-list .swiper-gt-img .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

.atlas .img-list .swiper-gt-img .swiper-slide .left {
	width: 33.3%;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.atlas .img-list .swiper-gt-img .swiper-slide .left .title-box {
	padding: 0.5rem 0.6rem;
	background: #151515;
	position: relative;
	z-index: 2
}

.atlas .img-list .swiper-gt-img .swiper-slide .left .title-box .title {
	font-size: 0.4rem;
	color: #fff;
	font-weight: 300;
}

.atlas .img-list .swiper-gt-img .swiper-slide .left .title-box .car-name {
	width: 1.23rem;
	height: 0.42rem;
	border-radius: 0.21rem;
	background-color: #8e0000;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 300;
	font-size: 0.24rem;
	margin-top: 0.2rem;
}

.atlas .img-list .swiper-gt-img .swiper-slide .left .img-box {
	width: 100%;
	flex: 1;
	position: relative;
	z-index: 1;
	overflow: hidden;
	cursor: pointer
}

.atlas .img-list .swiper-gt-img .swiper-slide .left .img-box img:hover {
	scale: 1.08
}

.atlas .img-list .swiper-gt-img .swiper-slide .left img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	transition: all .3s
}

.atlas .img-list .swiper-gt-img .swiper-slide .left .play {
	width: 0.88rem;
	position: absolute;
	z-index: 2;
	left: 5%;
	bottom: 5%;
	height: 0.88rem;
}

.atlas .img-list .swiper-gt-img .swiper-slide .center {
	width: 33.4%;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.atlas .img-list .swiper-gt-img .swiper-slide .center .img-box {
	height: 50%;
	overflow: hidden;
	position: relative;
	cursor: pointer
}

.atlas .img-list .swiper-gt-img .swiper-slide .center .img-box img:hover {
	scale: 1.08
}


.atlas .img-list .swiper-gt-img .swiper-slide .center .img-box img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all .3s
}

.atlas .img-list .swiper-gt-img .swiper-slide .center .img-box .play {
	position: absolute;
	left: 5%;
	bottom: 5%;
	width: .88rem;
	height: .88rem;
	z-index: 2
}


.atlas .img-list .swiper-gt-img .swiper-slide .right {
	width: 33.3%;
	height: 100%;
	position: relative;
	cursor: pointer;
	overflow: hidden
}

.atlas .img-list .swiper-gt-img .swiper-slide .right img:hover {
	scale: 1.08
}

.atlas .img-list .swiper-gt-img .swiper-slide .right img {
	height: 100%;
	-o-object-fit: cover;
    width: 100%;
	object-fit: cover;
	transition: all .3s
}

.atlas .img-list .swiper-gt-img .swiper-slide .right .play {
	position: absolute;
	left: 5%;
	bottom: 5%;
	z-index: 2;
	width: .88rem;
	height: .88rem;
}

.atlas .img-list .swiper-controller {
	position: absolute;
	z-index: 1;
	right: 0;
	height: 0.8rem;
	bottom: 0;
	width: 1.73rem;
	background-color: #151515;
	display: flex;
	align-items: center;
	justify-content: center;
}

.atlas .img-list .swiper-controller .swiper-button-prev {
	background-image: url(../../../images/hmgt/L.png);
	cursor: pointer;
	width: 50%;
	background-size: 0.21rem 0.35rem;
	position: static;
	height: 100%;
	margin: 0;
}

.atlas .img-list .swiper-controller .swiper-button-next {
	background-image: url(../../../images/hmgt/R.png);
	cursor: pointer;
	width: 50%;
	background-size: 0.21rem 0.35rem;
	position: static;
	height: 100%;
	margin: 0;
	border-left: 1px solid #74797a;
}

.gt-mask {
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -100;
	opacity: 0;
}

.gt-mark-box {
	position: absolute;
	left: 50%;
	top: 47%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.gt-mask .swiper-gt-mask {
	width: 53%;
	height: 70%;
}

.gt-mask .swiper-gt-mask .swiper-wrapper {
	height: 100%
}

.gt-mask .swiper-gt-mask .swiper-slide {
	overflow: hidden;
	height: 100%;
	width: 100%
}

.gt-mask .swiper-gt-mask .swiper-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.gt-mask .swiper-gt-mask .swiper-slide video {
	object-fit: contain
}

.gt-mask .swiper-gt-mask .count {
	text-align: center;
	color: #fff;
	font-size: 0.18rem;
	margin-top: 0;
	font-weight: 300;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 12;
	background: rgba(0, 0, 0, .5);
	padding: 0.1rem 0.1rem;
}

.gt-mask .close-box {
	cursor: pointer;
	width: 60%;
	margin: 0 auto 0.4rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.gt-mask .close-box img {
	width: .3rem
}

.gt-mask .swiper-controller .swiper-button-prev-mask {
	left: 15%;
	background-image: url(../../../images/hmgt/L.png);
	width: 0.21rem;
	height: 0.35rem;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
}

.gt-mask .swiper-controller .swiper-button-next-mask {
	right: 15%;
	background-image: url(../../../images/hmgt/R.png);
	width: 0.21rem;
	height: 0.35rem;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
}

.gt-mask .swiper-controller .swiper-button-disabled {
	opacity: 0.3;
}

@media (max-width: 767px) {
	.atlas {
		display: flex;
		align-items: center;
		justify-content: center;
		height: auto;
		padding-bottom: 0.93rem;
		padding-top: 0.93rem;
        background: #fff
	}

	.atlas img {
		-webkit-animation-duration: .7s;
		animation-duration: .7s;
	}

	.atlas .img-list {
        width: 90%;
        background-color: #151515;
        overflow: hidden;
        height: auto;
        position: relative;
	}

	.atlas .img-list .swiper-gt-img {
		width: 100%;
		height: 100%;
	}

	.atlas .img-list .swiper-gt-img .swiper-slide {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        height: 100%;
	}

	.atlas .img-list .swiper-gt-img .swiper-slide .left {
		width: 100%;
		overflow: hidden;
		height: 100%;
		display: flex;
		flex-direction: column;
	}

	.atlas .img-list .swiper-gt-img .swiper-slide .left .title-box {
        padding: 0.53rem 0.65rem;
        background: #151515;
        position: relative;
        z-index: 2;
	}

	.atlas .img-list .swiper-gt-img .swiper-slide .left .title-box .title {
		font-size: 0.44rem;
		color: #fff;
		font-weight: 300;
	}

	.atlas .img-list .swiper-gt-img .swiper-slide .left .title-box .car-name {
		width: 1.36rem;
		height: 0.47rem;
		border-radius: 0.23rem;
		background-color: #8e0000;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-weight: 300;
		font-size: 0.27rem;
		margin-top: 0.24rem;
	}

	.atlas .img-list .swiper-gt-img .swiper-slide .left .img-box {
		width: 100%;
		flex: 1;
		position: relative;
		z-index: 1;
		overflow: hidden;
		cursor: pointer;
        height: 4rem;
        margin-top: .06rem
	}

	.atlas .img-list .swiper-gt-img .swiper-slide .left .img-box img:hover {
		scale: 1.08
	}

	.atlas .img-list .swiper-gt-img .swiper-slide .left img {
		width: 100%;
		object-fit: cover;
		height: 100%;
		transition: all .3s
	}

	.atlas .img-list .swiper-gt-img .swiper-slide .left .play {
		width: 0.88rem;
		position: absolute;
		z-index: 2;
		left: 5%;
		bottom: 5%;
		height: 0.88rem;
	}

	.atlas .img-list .swiper-gt-img .swiper-slide .center {
        width: 100%;
        display: flex;
        flex-direction: row;
        height: 2rem;
        justify-content: space-between;
        margin: 0.05rem 0;
	}

	.atlas .img-list .swiper-gt-img .swiper-slide .center .img-box {
        height: 100%;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        width: 50%;
	}

	.atlas .img-list .swiper-gt-img .swiper-slide .center .img-box img:hover {
		scale: 1.08
	}


	.atlas .img-list .swiper-gt-img .swiper-slide .center .img-box img {
		height: 100%;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		transition: all .3s
	}

	.atlas .img-list .swiper-gt-img .swiper-slide .center .img-box .play {
		position: absolute;
		left: 5%;
		bottom: 5%;
		width: .88rem;
		height: .88rem;
		z-index: 2
	}


	.atlas .img-list .swiper-gt-img .swiper-slide .right {
		width: 100%;
		height: 4rem;
		position: relative;
		cursor: pointer;
		overflow: hidden
	}

	.atlas .img-list .swiper-gt-img .swiper-slide .right img:hover {
		scale: 1.08
	}

	.atlas .img-list .swiper-gt-img .swiper-slide .right img {
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		transition: all .3s;
        width: 100%
	}

	.atlas .img-list .swiper-gt-img .swiper-slide .right .play {
		position: absolute;
		left: 5%;
		bottom: 5%;
		z-index: 2;
		width: .88rem;
		height: .88rem;
	}

	.atlas .img-list .swiper-controller {
		position: absolute;
		z-index: 1;
        right: auto;
		left: 0;
		height: 0.8rem;
		bottom: 0;
		width: 1.73rem;
		background-color: #151515;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.atlas .img-list .swiper-controller .swiper-button-prev {
		background-image: url(../../../images/hmgt/L.png);
		cursor: pointer;
		width: 50%;
		background-size: 0.21rem 0.35rem;
		position: static;
		height: 100%;
		margin: 0;
	}

	.atlas .img-list .swiper-controller .swiper-button-next {
		background-image: url(../../../images/hmgt/R.png);
		cursor: pointer;
		width: 50%;
		background-size: 0.21rem 0.35rem;
		position: static;
		height: 100%;
		margin: 0;
		border-left: 1px solid #74797a;
	}

	.gt-mask {
		background-color: rgba(0, 0, 0, 0.8);
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: -100;
		opacity: 0;
	}

	.gt-mark-box {
		position: absolute;
		left: 50%;
		top: 47%;
		transform: translate(-50%, -50%);
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
    .mask-tips{
        text-align: center;
        color: #fff;
        font-weight: 300;
        font-size: .24rem;
        position: fixed;
        top: 25%;
        width: 100%;
        transform: translateY(-50%);
    }
	.gt-mask .swiper-gt-mask {
        width: 100%;
        height: 40%;
	}

	.gt-mask .swiper-gt-mask .swiper-wrapper {
		height: 100%
	}

	.gt-mask .swiper-gt-mask .swiper-slide {
		overflow: hidden;
		height: 100%;
		width: 100%
	}

	.gt-mask .swiper-gt-mask .swiper-slide img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.gt-mask .swiper-gt-mask .swiper-slide video {
		object-fit: contain
	}

	.gt-mask .swiper-gt-mask .count {
        text-align: center;
        color: #fff;
        font-size: 0.18rem;
        margin-top: 0;
        font-weight: 300;
        position: fixed;
        bottom: 23%;
        left: 50%;
        z-index: 12;
        background: transparent;
        padding: 0;
        transform: translate(-50%, -50%);
	}

	.gt-mask .close-box {
        cursor: pointer;
        width: 100%;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        transform: translateY(-50%);
        bottom: 10%;
        z-index: 22;
	}

	.gt-mask .close-box img {
		width: .3rem
	}
    
    .gt-mask .swiper-controller{
        display: none
    }
	.gt-mask .swiper-controller .swiper-button-prev-mask {
		left: 15%;
		background-image: url(../../../images/hmgt/L.png);
		width: 0.21rem;
		height: 0.35rem;
		background-size: 100% 100%;
		position: absolute;
		top: 50%;
		margin-top: -22px;
		z-index: 10;
		cursor: pointer;
		background-position: center;
		background-repeat: no-repeat;
	}

	.gt-mask .swiper-controller .swiper-button-next-mask {
		right: 15%;
		background-image: url(../../../images/hmgt/R.png);
		width: 0.21rem;
		height: 0.35rem;
		background-size: 100% 100%;
		position: absolute;
		top: 50%;
		margin-top: -22px;
		z-index: 10;
		cursor: pointer;
		background-position: center;
		background-repeat: no-repeat;
	}

	.gt-mask .swiper-controller .swiper-button-disabled {
		opacity: 0.3;
	}

}