.osp-content-88007 .content-inner .wrapper_box_popout{
    padding: 20px 25px 25px 25px;
    margin: 0 auto;        /* ✅ 改这里 */
    width: 100%;
    max-width: 1200px;     /* 跟 video 对齐 */
    color: #fff;
}

.popup-video{
    width: 50vw;            /* 占视窗 80% 宽 */
    max-width: 1400px;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
}

/* 📱 Mobile 放大 */
@media (max-width: 768px){
    .popup-video{
        width: 85vw;       /* 👈 你要的这一行 */
        max-width: 100%;
    }
  .osp-content-88007 .content-inner iframe{
      height: 150% !important;
  }
}

.popup-video iframe{
    width: 100%;
    height: 100%;
}

.morph-button-overlay .morph-content.osp-content-88007{
    background: rgba(0,0,0,0.9);

    display: flex;
    align-items: center;
    justify-content: center;
}

.osp-content-88007 .content-inner{
    width: 100%;
    max-width: 1100px;   /* 放大整体 */
    margin: 0 auto;
	border: none;
}

.osp-content-88007 .content-inner iframe{
    width: 100%;
    height: 100%;

    /* 控制最大高度，防止顶到上下 */
    max-height: calc(100vh - 140px);

    aspect-ratio: 16 / 9;   /* 关键：保持比例 */
    display: block;
	border:none;
}

.morph-content.osp-content-88007 .content-inner img{
    max-width: 70%;
    max-height: calc(100vh - 180px);
    width: auto;
    height: auto;
    display: block;
    margin: 60px auto;   /* 重点：上下空间就是这里 */
}

.osp-content-88007 .content-inner .wrapper_box_popout h1{
    color: #fff;
}

.osp-content-88007 .icon-close img {
	display: none;
}

.osp-content-88007 .icon-close::after {
	display: inline-block;
	content: "\00d7";
	color: #fff;
	font-size: 50px;
	line-height: 0;
	font-weight: bold;
    margin-top: 40px;
}


.osp-content-88007 input.form-control{
    width: 300px;
    margin: 10px auto;
}

.morph-button-overlay .morph-content.osp-content-88007{
    background: repeat-x top rgba(0, 0, 0, 0.9)
}