.osp-content-88007 .content-inner .wrapper_box_popout{
/*    background: #EF9B52;*/
    padding: 20px 25px 25px 25px;
    width: 700px;
    max-width: 95%;
    /* color: #fff; */
    background: rgba(0,0,0,0.9);
}

.morph-content.osp-content-88007 .content-style-overlay{
    display: flex;
    align-items: center;        /* 垂直居中 */
    justify-content: center;    /* 水平居中 */
}

.popup-video{
    width: 50vw;            /* 占视窗 80% 宽 */
    max-width: 1400px;
    aspect-ratio: 16 / 9;
    margin: 150px auto 0;   /* 👈 重点：往下 40px */
    border: none;
}

@media (max-width: 768px){
    .popup-video{
        width: 125vw;
        margin-top: 120px;
    }
}

.popup-video iframe{
    width: 100%;
    height: 100%;
    border: none;
}

.content-inner{
    background:none;
}

.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)
}