@charset "utf-8";

.dzmodal-body {
  position: relative;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.dzlightbox_wrapper {
	width: 600px;
  box-sizing: border-box;
  text-align: center;
}

.dzlightbox_wrapper p {
  font-size: 15px;
  line-height: 25px;
  margin: 0;
  margin-bottom: 5px;
}

.dzlightbox_wrapper .adtitle_app_lightbox {
  margin-top: 9px;
  margin-bottom: 9px;
}

.dzlightbox_wrapper .adtitle_app_lightbox strong {
  font-size: 18px;
}

.dzlightbox_wrapper .smb-video-bg-full {
  height: auto;
  display: block;
  overflow: hidden;
  position: relative;
}

.dzlightbox_wrapper .smb-txt-box{
  padding: 15px;
  background-image:url("/template/component/lb/images/smb-bg.jpg");
  background-position: left;
  background-size: cover;
}

.dzlightbox_wrapper .smb-video-bg {
  min-width: 100%;
}

.dzlightbox_wrapper .smb-video-bg-full {
  height: auto;
  display: block;
  overflow: hidden;
  position: relative;
}

.dzlightbox_wrapper #myVideo {
  position: relative;
  right: 0;
  bottom: 0;
  width: 101%;
  vertical-align: bottom;
}

.dzlightbox_wrapper .box-over-video {
  padding: 30px 60px;
  color: #f1f1f1;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.dzlightbox_wrapper ul {
  padding-inline-start: 0px;
  margin-block-start: 0px;
  margin-block-end: 0px;
  display: flex;
  list-style-type: none;
}

.dzlightbox_wrapper .two-column-75-25 ul li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px 10px 10px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
  margin: 10px;
  border-radius: 8px;
}

.dzlightbox_wrapper .two-column-75-25 ul li a {
  display: block;
  padding-bottom: 6px;
  text-decoration: none;
}

.dzlightbox_wrapper .two-column-75-25 ul li img {
  display: block;
  width: 100%;

}

.dzlightbox_wrapper .two-column-75-25 ul li p {
  color: #ffffff;
  font-size: 15px;
  margin: 5px 0 20px 0;
}

.dzlightbox_wrapper .two-column-75-25 ul li .smb-more {
  background: #f60;
  padding: 5px 15px;
  border-radius: 15px;
  font-size: 15px;
  color: #fff;
  display: inline-block;
  transition: background-color .2s ease-out;
  will-change: background-color;
  line-height: 130%;
}

.dzlightbox_wrapper .smb-promo-box a:hover> .smb-more{
   background: #ff8431;
}