.layout-main {
  background-color: #f6f6f6;
}
.b-bottom-img {
  position: absolute;
  bottom: 0;
  width: 55%;
  z-index: 99;
}
.b-bottom-img img {
  float: left;
  width: 100%;
}
.lgly {
  padding-bottom: 100px;
}
.lgly .ul-list .li-list:nth-of-type(3n) {
  margin-right: 0;
}
.lgly .ul-list {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.lgly .ul-list .li-list {
  cursor: pointer;
  float: left;
  width: 506px;
  margin-right: 40px;
  margin-bottom: 50px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2), inset 0px -2px 0px 0px #b51f27;
}
@media screen and (max-width: 1600px) {
  .lgly .ul-list .li-list {
    width: 373px;
  }
  .lgly .ul-list .li-list .videos {
    height: 242px !important;
  }
}
.lgly .ul-list .li-list .videos {
  float: left;
  width: 100%;
  height: 328px;
}
.lgly .ul-list .li-list .videos .videoUrl {
  display: none;
}
.lgly .ul-list .li-list .videos img {
  width: 100%;
  height: 100%;
  background-color: #e0e0e0;
}
.lgly .ul-list .li-list .info-contain {
  padding: 20px 20px;
}
.lgly .ul-list .li-list .info-contain p {
  float: left;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #222222;
  font-family: Microsoft YaHei;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #b51f27;
}
.lgly .ul-list .li-list .info-contain span {
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
}
.player {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .ul-list .li-list {
    width: 100%;
    height: auto;
    margin: 0 0;
  }
  .ul-list .li-list .videos {
    width: 100%;
    height: auto;
  }
  .commonModal .modalWhite {
    width: 98% !important;
  }
  .commonModal {
    padding: 10px 10px;
  }
  .commonModal .modalWhite .content {
    padding: 10px 10px 10px 10px !important;
  }
}
.commonModal {
  padding: 20px 20px;
}
.commonModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999999999;
  background-color: rgba(0, 0, 0, 0.3);
}
.commonModal .modalWhite {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  height: 600px;
  border-radius: 10px;
  background-color: #ffffff;
}
.commonModal .modalWhite .header {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #b70031;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  color: #ffffff;
}
.commonModal .modalWhite .header .close {
  color: #ffffff;
  cursor: pointer;
}
.commonModal .modalWhite .content {
  width: 100%;
  height: calc(100% - 50px);
  padding: 20px 20px 10px 20px;
  overflow-y: auto;
}
.commonModal .modalWhite .content img {
  float: left;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  min-height: 100%;
  padding-bottom: 10px;
}
.commonModal .modalWhite .content p {
  width: 100%;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #444444;
  text-align: center;
}
.messsageModal .modalWhite {
  width: 500px;
  height: 120px;
}
.lgly .nav-bg {
  margin-bottom: 54px;
  background-color: #ffffff;
  border-radius: 24px;
  border: solid 1px #e5e5e5;
}
.lgly .nav-bg .nav-btn-act {
  background-image: linear-gradient(90deg, #c5190b 0%, #fe5d05 100%) !important;
  box-shadow: -8px 0px 35px 3px rgba(181, 31, 39, 0.2);
  color: #ffffff !important;
  font-weight: bold !important;
}
.lgly .nav-bg .nav-btn {
  padding: 0 40px;
  height: 48px;
  background-image: none;
  border-radius: 24px;
  font-family: Microsoft YaHei;
  font-size: 20px;
  font-stretch: normal;
  line-height: 44px;
  text-align: center;
  letter-spacing: 0px;
  color: #b51f27;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .lgly .nav-bg {
    margin-top: 30px;
    margin-bottom: 54px;
    border-radius: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .lgly .nav-bg .nav-btn {
    padding: 0 15px;
    height: 28px;
    border-radius: 14px;
    font-size: 12px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1200px) {
  .lgly {
    padding: 0 10px 50px 10px;
  }
  .lgly .ul-list .li-list {
    width: 100%;
    margin: 0 0 20px 0 !important;
  }
  .lgly .ul-list .li-list .videos {
    height: auto !important;
  }
}
