.videoBox { position: fixed; background: rgb(0 0 0 / 60%); left: 0; top: 0; bottom: 0; right: 0; display: flex; flex-direction: column; justify-content: center; transition: all ease .3s; pointer-events: none; opacity: 0; z-index: 10; padding: 0 18px; } .videoBox video{ max-width: 800px; margin: 0 auto; width: 90%; } .videoBox.show{ opacity: 1; pointer-events: auto; } .closeVideo{ max-width: 150px; background: #fff; margin: 30px auto 0; border-radius: 55px; padding: 10px 30px; width: 100%; text-align: center; font-size: 15px; cursor: pointer; transition: all ease .3s; } .closeVideo:hover{ background: #171717; color: #fff; } .videoBox > div:first-child { width: 100%; max-width: 730px; margin: 0 auto; } .videoBox>.cbox-40-0{ text-align:center; } .e_container-40 { display: flex; flex-wrap: wrap; flex-direction: row; width: 100%; background_radio:1; display-radio: flex; max-width: 800px; margin-right: auto; margin-left: auto; } .e_container-40 > .p_item { flex: 1; max-width: 100%; max-height: 100%; } .e_container-40 .cbox-40-1 { flex: 0 0 130px; } .e_container-45 { display: flex; flex-wrap: wrap; flex-direction: row; width: 100%; background_radio:1; display-radio: flex; max-width: 800px; margin-right: auto; margin-left: auto; padding-top: 0px; padding-bottom: 10px; } .e_container-45 > .p_item { flex: 1; max-width: 100%; max-height: 100%; } .e_container-45 .cbox-45-1 { flex: 0 0 120px; } .e_formBtn-42 { display: block; position: relative; overflow: hidden; text-align: center; box-sizing: border-box; width: 120px;height:45px; background-color:var(--bgcolor); border-radius: 4px; padding: 8px; background_radio:1; border_radio:1; font_radio:1; radius_radio:1; display-radio: block; border:none; } .e_button-44{ margin:0 auto; }