.article_content > p > img{
    cursor: pointer;
}
.popShow {
	overflow: hidden;
}

.popup-photo {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(38,38,38,0.95);
	top:0;
	left: 0;
	z-index: 10002;
	overflow-x: scroll;
}
.popup-photo .con {
	min-height: 100vh;
	display: flex;
}
.popup-photo .btn_close{
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background-color: #b9b9b9;
	z-index: 3;
	text-indent:-5000px;
	background-image: url(../images/hot-car/btn_close.png);
	background-repeat: no-repeat;
	background-position: 0 0 ;
	-webkit-background-size: cover;
	background-size: cover;
}
.popup-photo .btn_close:hover {
	background-color: #919191;
}
.popup-photo .photo_left {
	width: calc(100% - 336px);
	display: flex;
	flex-direction: column;
	background-color: rgba(0,0,0,0.35);
	border-right: 1px solid #424242;
	min-height: 100vh;
}
.popup-photo .photo_left .sitemaji_banner-w728 {
	margin: 0;
	flex: 0 0 90px;
	border-bottom: 1px solid #424242;
	outline: var(--outline);
	text-align: center;
}
.popup-photo .photo_left .sitemaji_banner-w728 img {
	width: auto;                                                       
	max-width: auto;
	height: auto;
	margin: 0 auto;
}
.popup-photo .photo_left .sitemaji_banner-w728 .a-text{
	position: absolute;
	font-size: 0.75rem;
	letter-spacing: 1em;
	color: #9d9d9d;

	left: calc(50% - 374px);
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 20px;
}
.popup-photo .photo_left .photoBlock {
	flex: 1 1 0;
}
.popup-photo .photo_left .photoBlock .photo {
	width: calc(100% - 130px);
	position: absolute;
	height: 100%;
	bottom: 0;
	left: 50%;
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.popup-photo .photo_left .photoBlock .photo .info {
	position: absolute;
	top: 20px;
	left: 50%;
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	color: #fff;
	z-index: 2;
	border-radius: 25px;
	overflow: hidden;
}
.popup-photo .photo_left .photoBlock .photo .info > * {
	display: inline-block;
	background-color: rgba(0,0,0,0.35);
	padding: 10px 20px;
}
.popup-photo .photo_left .photoBlock .photo .info h4 {
	background-color: rgba(186,13,19,0.7);
}
.popup-photo .photo_left .photoBlock .photo img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}

.popup-photo .photo_left .photoBlock .control-btn {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0;
	left: 0;
}
.popup-photo .photo_left .photoBlock .control-btn a {
	position: absolute;
	top: 0;
	width: 65px;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.popup-photo .photo_left .photoBlock .control-btn a.prev {
	background-image: url(../images/hot-car/slideshow_arw_prev.png);
	left: 0;
}
.popup-photo .photo_left .photoBlock .control-btn a.next {
	background-image: url(../images/hot-car/slideshow_arw_next.png);
	right: 0;
}
.popup-photo .photo_left .photoBlock .control-btn a:hover, .popup-photo .photo_left .photoBlock .btn_close:hover {
	opacity: 0.5;
}
.popup-photo .photo_right {
	width: 336px;
}
.popup-photo .photo_right .ads:first-child {
	margin-top: 60px;
	margin-bottom: 10px;
}
.popup-photo .photo_right .ads > * {
	margin: 0 auto;
	display: block;
}