html,
body {
  height: 100%;
}
.index-main {
  overflow: hidden;
}
.cistern {
  max-width: 1420px;
}
.index-main {
  transition: 0.4s;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transform: translateZ(0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bannerArrow {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate3d(0, -100px, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
    transform: translateZ(0);
  }
  100% {
    transform: translate3d(0, 0, 0);
    transform: translateZ(0);
  }
}
.bannerArrow {
  animation-name: bannerArrow;
}
@keyframes bannerArrowSpanRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate3d(10px, -20px, 0);
  }
  60% {
    transform: translate3d(0, 0, 0);
    transform: translateZ(0);
  }
  100% {
    transform: translate3d(0, 0, 0);
    transform: translateZ(0);
  }
}
.bannerArrowSpanRight {
  animation-name: bannerArrowSpanRight;
}
@keyframes bannerArrowSpanLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate3d(-10px, -20px, 0);
  }
  60% {
    transform: translate3d(0, 0, 0);
    transform: translateZ(0);
  }
  100% {
    transform: translate3d(0, 0, 0);
    transform: translateZ(0);
  }
}
.bannerArrowSpanLeft {
  animation-name: bannerArrowSpanLeft;
}
@keyframes loopRight {
  0% {
    transform: translate3d(50%, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.loopRight {
  animation-name: loopRight;
}
.index-animation {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-image: url(../images/index-animation-img1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9999;
  overflow: hidden;
}
.index-animation .text {
  transform: translateY(50%);
  height: 100%;
  margin-top: -35px;
  text-align: center;
}
.index-animation .text p {
  font-size: 60px;
  color: #fff;
  display: inline-block;
  position: relative;
}
@media (max-width: 1600px) {
  .index-animation .text p {
    font-size: 50px;
  }
}
@media (max-width: 750px) {
  .index-animation .text p {
    font-size: 30px;
  }
}
.index-animation .text > span {
  width: 1px;
  background: #fff;
  height: 45px;
  display: inline-block;
  display: none;
}
.index-animation .text .line {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background: #c7000b;
  left: 50%;
  position: absolute;
  bottom: -10px;
  transition: 1s;
}
.banner-bg {
  background-size: 100% 100%;
}
.banner-v2 {
  overflow: hidden;
  position: relative;
}
.banner-v2 .box {
  height: 100% !important;
}
@media (max-width: 992px) {
  .banner-v2 .box {
    margin-top: 50px;
  }
}
.banner-v2 .box .lazyload img {
  position: static;
  width: 100%;
  height: auto;
}
.banner-v2 .box .lazyload:after {
  content: none;
}
.banner-v2 .box .pic {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  position: relative;
  font-size: 0;
}
.banner-v2 .box .banner-text {
  position: absolute;
  top: 68%;
  font-size: 30px;
  color: #231815;
  left: 19%;
}
@media (max-width: 992px) {
  .banner-v2 .box .banner-text {
    font-size: 16px;
    top: 70%;
  }
}
@media (max-width: 750px) {
  .banner-v2 .box .banner-text {
    max-width: 100%;
    top: 50%;
    font-size: 30px;
    font-weight: bold;
    left: 9.4%;
  }
  .banner-v2 .box .banner-text .date {
    font-weight: normal;
  }
}
.banner-v2 .box .banner-text .date {
  font-size: 20px;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .banner-v2 .box .banner-text .date {
    font-size: 14px;
  }
}
.banner-v2 .box .banner-text .btn {
  display: inline-block;
  left: 0;
  font-size: 16px;
  border-radius: 0;
  position: static;
  margin-top: 10px;
  border-radius: 2px;
  margin-right: 10px;
}
.banner-v2 .box .banner-text .btn span {
  position: relative;
  display: inline-block;
  left: 0;
  top: 0;
  background-color: #c7000b;
  padding: 15px 30px;
  border-radius: 2px;
}
@media (max-width: 1200px) {
  .banner-v2 .box .banner-text .btn span {
    font-size: 12px;
    padding: 7px 15px;
  }
}
@media (max-width: 750px) {
  .banner-v2 .box .banner-text .btn span {
    font-size: 12px;
    padding: 6px 15px;
  }
}
@media (max-width: 750px) {
  .banner-v2 .box .banner-text .btn {
    width: 100%;
  }
}
.banner-v2 .box .banner-text .btn2 {
  left: 55%;
  width: 100%;
}
@media (max-width: 992px) {
  .banner-v2 .box .banner-text .btn2 {
    width: 100%;
    position: relative;
    top: 20px;
    left: 0;
  }
}
@media (max-width: 750px) {
  .banner-v2 .box .banner-text .btn2 {
    top: 30px;
  }
}
.banner-v2 .box a {
  position: absolute;
  left: 16%;
  top: 73%;
  z-index: 2;
  border-radius: 4px;
  display: inline-block;
  color: #ffffff;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .banner-v2 .box a {
    display: none;
  }
}
.banner-v2 .box a p {
  display: inline-block;
  z-index: 1;
  position: relative;
  font-size: 18px;
  padding: 15px 60px 15px 30px;
}
@media (max-width: 750px) {
  .banner-v2 .box a p {
    font-size: 14px;
    padding: 5px 40px 5px 20px;
  }
}
.banner-v2 .box a span {
  z-index: 1;
  position: absolute;
  right: 30px;
  top: 17px;
  font-size: 16px;
  transition: 0.4s;
}
@media (max-width: 750px) {
  .banner-v2 .box a span {
    right: 20px;
    top: 9px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .banner-v2 .box a:hover span {
    right: 20px;
  }
}
@media (max-width: 750px) {
  .banner-v2 .box:after {
    padding-top: 66.26666667%;
    display: none;
  }
}
.banner-v2 .con {
  text-align: center;
  font-size: 0;
  overflow: hidden;
  display: none;
  padding: 0 0 40px 0;
}
@media (max-width: 750px) {
  .banner-v2 .con {
    position: static;
    display: block;
  }
}
.banner-v2 .con .cistern {
  height: 100%;
  max-width: 100%;
}
.banner-v2 .con .cistern .text h1 {
  font-size: 130px;
  opacity: 0;
  color: #373634;
  line-height: 1;
}
.LANG-cn .banner-v2 .con .cistern .text h1 {
  line-height: 1.15;
}
@media (max-width: 1600px) {
  .banner-v2 .con .cistern .text h1 {
    font-size: 70px;
  }
}
@media (max-width: 1200px) {
  .banner-v2 .con .cistern .text h1 {
    opacity: 1;
  }
}
@media (max-width: 750px) {
  .banner-v2 .con .cistern .text h1 {
    font-size: 34px;
    display: none;
  }
}
.banner-v2 .con .cistern .text > p {
  font-size: 44px;
  line-height: 1.625;
  opacity: 0;
  color: #595757;
}
@media (max-width: 1200px) {
  .banner-v2 .con .cistern .text > p {
    opacity: 1;
  }
}
@media (max-width: 750px) {
  .banner-v2 .con .cistern .text > p {
    font-size: 26px;
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: 8px;
  }
}
.banner-v2 .con .cistern .text > span {
  font-size: 26px;
  display: block;
  opacity: 0;
  color: #595757;
}
@media (max-width: 1200px) {
  .banner-v2 .con .cistern .text > span {
    opacity: 1;
  }
}
@media (max-width: 750px) {
  .banner-v2 .con .cistern .text > span {
    font-size: 16px;
  }
}
.banner-v2 .con .cistern .text a {
  border-radius: 4px;
  display: inline-block;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  opacity: 0;
}
@media (max-width: 1200px) {
  .banner-v2 .con .cistern .text a {
    opacity: 1;
  }
}
.banner-v2 .con .cistern .text a p {
  display: inline-block;
  z-index: 1;
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
  padding: 15px 60px 15px 30px;
}
@media (max-width: 750px) {
  .banner-v2 .con .cistern .text a p {
    font-size: 14px;
    padding: 5px 40px 5px 20px;
  }
}
.banner-v2 .con .cistern .text a span {
  z-index: 1;
  position: absolute;
  right: 30px;
  top: 17px;
  font-size: 22px;
  transition: 0.4s;
}
@media (max-width: 750px) {
  .banner-v2 .con .cistern .text a span {
    right: 20px;
    top: 9px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .banner-v2 .con .cistern .text a:hover span {
    right: 20px;
  }
}
.banner-v2 .banner-arrow {
  width: 12px;
  height: 31px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  overflow: hidden;
}
@media (max-width: 750px) {
  .banner-v2 .banner-arrow {
    display: none;
  }
}
.banner-v2 .banner-arrow img {
  width: 100%;
  display: block;
}
.ebg-tb {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media (max-width: 1200px) {
  .ebg-tb {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.ebg-t {
  padding-top: 60px;
}
@media (max-width: 1200px) {
  .ebg-t {
    padding-top: 30px;
  }
}
.ebg-b {
  padding-bottom: 60px;
}
@media (max-width: 1200px) {
  .ebg-b {
    padding-bottom: 30px;
  }
}
/* invatation */
.invitation {
  display: flex;
  flex-wrap: wrap;
}
.invitation .invitation_pic {
  display: block;
}
.invitation .wap_invitation_pic {
  display: none;
}
.invitation .invitation_info {
  width: 64%;
}
.invitation .invitation_info p {
  margin-bottom: 26px;
}
.invitation .invitation_info p:last-child {
  margin-bottom: 0;
}
.invitation .invitation_pic {
  position: relative;
  margin-top: 20px;
  width: 29.57%;
  margin-left: 5%;
  max-height: 500px;
}
.invitation .invitation_pic img {
  position: absolute;
  left: -20px;
  top: -20px;
  width: 100%;
  height: auto;
}
.invitation .inv_bg {
  width: 95%;
  height: 500px;
  max-height: 500px;
  background: #bee9ee;
}
.invitation .inv_bg div {
  position: absolute;
  bottom: 50px;
  width: 95%;
  color: #595757;
  text-align: center;
}
.invitation .inv_bg div span {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 1600px) {
  .invitation .invitation_info p {
    margin-bottom: 24px;
  }
  .invitation .invitation_info {
    width: 62%;
  }
  .invitation .invitation_pic {
    width: 32.07%;
  }
}
@media (max-width: 1200px) {
  .invitation .invitation_info p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  .invitation {
    margin-top: 0px;
  }
  .invitation .wap_invitation_pic {
    display: block;
  }
  .invitation .pc_invitation {
    display: none;
  }
  .invitation .invitation_pic {
    width: 100%;
    height: 37vw;
    max-height: 600px;
    margin-left: 0;
  }
  .invitation .invitation_pic .wap_invitation_pic {
    width: 100%;
  }
  .invitation .invitation_pic img {
    left: 0;
    width: 65%;
  }
  .invitation .invitation_info {
    width: 100%;
  }
  .invitation .invitation_info p {
    margin-bottom: 10px;
  }
}
.h2-title {
  font-size: 40px;
  color: #231815;
  font-family: ebg-font-bold, Arial, sans-serif;
  padding-top: 0;
  padding-bottom: 20px;
  text-align: center;
}
.LANG-cn .h2-title {
  font-family: Microsoft YaHei, Arial, sans-serif;
  font-weight: bold;
}
.LANG-tr .h2-title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.LANG-jp .h2-title {
  font-family: "メイリオ", Meiryo, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.h2-title span {
  display: block;
}
.h2-title .light {
  font-family: ebg-font-regular, Arial, sans-serif;
}
.LANG-cn .h2-title .light {
  font-family: Microsoft YaHei, Arial, sans-serif;
}
.LANG-tr .h2-title .light {
  font-family: Arial, Helvetica, sans-serif;
}
.LANG-jp .h2-title .light {
  font-family: "メイリオ", Meiryo, Arial, Helvetica, sans-serif;
}
@media (max-width: 1200px) {
  .h2-title {
    margin-bottom: 0px;
  }
}
@media (max-width: 992px) {
  .h2-title {
    padding-bottom: 0px;
    font-size: 30px;
  }
}
@media (max-width: 750px) {
  .h2-title {
    font-size: 24px;
  }
  .h2-title .light {
    padding-top: 5px;
    font-size: 18px;
  }
}
.agenda {
  padding-top: 60px;
  text-align: center;
}
.agenda .h2-title:after {
  display: none;
}
@media (max-width: 750px) {
  .agenda {
    background-size: cover;
  }
}
.agenda .time {
  font-size: 20px;
  color: #231815;
}
@media (max-width: 750px) {
  .agenda .time {
    padding-top: 10px;
    font-size: 16px;
  }
}
.agenda .agenda-con {
  margin-top: 20px;
}
.agenda .agenda-con .tab .ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: auto !important;
}
.agenda .agenda-con .tab .ul .li {
  position: relative;
  padding: 20px;
  font-size: 24px;
  color: #231815;
  cursor: pointer;
  font-family: ebg-font-bold, Arial, sans-serif;
}
.LANG-cn .agenda .agenda-con .tab .ul .li {
  font-family: Microsoft YaHei, Arial, sans-serif;
  font-weight: bold;
}
.LANG-tr .agenda .agenda-con .tab .ul .li {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.LANG-jp .agenda .agenda-con .tab .ul .li {
  font-family: "メイリオ", Meiryo, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.agenda .agenda-con .tab .ul .li:after,
.agenda .agenda-con .tab .ul .li:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  left: 0;
}
.agenda .agenda-con .tab .ul .li:before {
  background-color: #ccc;
  right: 0;
}
.agenda .agenda-con .tab .ul .li:after {
  background-color: #c7000b;
  z-index: 1;
  width: 0;
}
.agenda .agenda-con .tab .ul .li:hover {
  color: #c7000b;
}
.agenda .agenda-con .tab .ul .li.active {
  color: #c7000b;
}
.agenda .agenda-con .tab .ul .li.active:after {
  width: 100%;
}
.agenda .agenda-con .contents {
  text-align: left;
}
.agenda .agenda-con .contents .swiper-container {
  height: auto !important;
}
.agenda .agenda-con .contents .swiper-ul {
  box-shadow: 0px 3px 10px 0px rgba(51, 51, 51, 0.2);
  border-radius: 8px;
  overflow: hidden;
}
.agenda .agenda-con .contents .ul .li {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.agenda .agenda-con .contents .ul .li .title {
  font-size: 18px;
  padding: 10px 20px;
  color: #231815;
  background-color: #dcdddd;
}
.agenda .agenda-con .contents .ul .li .agendaTable {
  background-color: #fff;
}
.agenda .agenda-con .contents .ul .li .agendaTable .agendaTableTr {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
}
.agenda .agenda-con .contents .ul .li .agendaTable .agendaTableTr .con1 {
  width: 33%;
  display: flex;
  align-items: center;
}
@media (max-width: 540px) {
  .agenda .agenda-con .contents .ul .li .agendaTable .agendaTableTr .con1 {
    width: 29%;
  }
}
.agenda .agenda-con .contents .ul .li .agendaTable .agendaTableTr .con2 {
  width: 46%;
  display: flex;
  align-items: center;
}
@media (max-width: 540px) {
  .agenda .agenda-con .contents .ul .li .agendaTable .agendaTableTr .con2 {
    width: 34%;
  }
}
.agenda .agenda-con .contents .ul .li .agendaTable .agendaTableTr .con2-title {
  padding: 15px 0;
  font-size: 18px;
}
.agenda .agenda-con .contents .ul .li .agendaTable .agendaTableTr .con3 .ebg-btn-box {
  padding-top: 0;
}
.agenda .agenda-con .contents .ul .li .agendaTable .agendaTableTr .con3 .ebg-btn-box a {
  margin-top: 0;
}
.agenda .agenda-con .contents .ul .li .agendaTable .agendaTableTr .con4 {
  padding-left: 20px;
}
.agenda .agenda-con .contents .ul .li .agendaTable .agendaTableTr .con4 a {
  color: #595757;
}
.agenda .agenda-con .contents .ul .li .agendaTable .agendaTableTr .con4 a:hover {
  color: #ac010a;
}
@media (max-width: 992px) {
  .agenda .agenda-con .contents .ul .li .agendaTable .agendaTableTr .con4 {
    width: 100%;
    padding-left: 0;
  }
}
.agenda .agenda-con .contents .ul .li .agendaTable .agendaTableHead {
  position: relative;
  background: url('../images/agenda/agenda-bg.jpg') no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.2);
  padding: 20px 80px;
}
.agenda .agenda-con .contents .ul .li .agendaTable .agendaTableHead .agendaTableTr {
  font-size: 20px;
  color: #231815;
}
@media (max-width: 1600px) {
  .agenda .agenda-con .contents .ul .li .agendaTable .agendaTableHead {
    padding: 20px 80px;
  }
}
@media (max-width: 1200px) {
  .agenda .agenda-con .contents .ul .li .agendaTable .agendaTableHead {
    padding: 20px 40px;
  }
}
@media (max-width: 992px) {
  .agenda .agenda-con .contents .ul .li .agendaTable .agendaTableHead {
    padding: 15px 20px;
  }
}
.agenda .agenda-con .contents .ul .li .agendaTable .agendaTableBody {
  background-color: #fff;
  padding: 0 80px;
  padding-bottom: 20px;
  color: #231815;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1600px) {
  .agenda .agenda-con .contents .ul .li .agendaTable .agendaTableBody {
    padding: 20px 80px;
  }
}
@media (max-width: 1200px) {
  .agenda .agenda-con .contents .ul .li .agendaTable .agendaTableBody {
    padding: 20px 40px;
  }
}
@media (max-width: 992px) {
  .agenda .agenda-con .contents .ul .li .agendaTable .agendaTableBody {
    padding: 0;
  }
}
.agenda .agenda-con .contents .ul .li .agendaTable .agendaTableBody .agendaTableTr {
  padding: 20px 0;
  border-bottom: 1px solid #e2e2e2;
}
.agenda .agenda-con .contents .ul .li .agendaTable .agendaTableBody .agendaTableTr:last-child {
  border-bottom: none;
}
.agenda .agenda-con .contents .ul .li .agendaTable .agendaTableBody .agendaTableTr .con1 {
  color: #231815;
}
.agenda .agenda-con .contents .ul .li .agendaTable .agendaTableBody .agendaTableTr .con2 {
  color: #231815;
}
.agenda .agenda-con .contents .ul .li .agendaTable .agendaTableBody .agendaTableTr .con3 .name {
  color: #231815;
  font-family: ebg-font-bold, Arial, sans-serif;
}
.LANG-cn .agenda .agenda-con .contents .ul .li .agendaTable .agendaTableBody .agendaTableTr .con3 .name {
  font-family: Microsoft YaHei, Arial, sans-serif;
  font-weight: bold;
}
.LANG-tr .agenda .agenda-con .contents .ul .li .agendaTable .agendaTableBody .agendaTableTr .con3 .name {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.LANG-jp .agenda .agenda-con .contents .ul .li .agendaTable .agendaTableBody .agendaTableTr .con3 .name {
  font-family: "メイリオ", Meiryo, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.agenda .agenda-con .contents .ul .li .agendaTable .agendaTableBody .agendaTableTr .con3 .jop {
  color: #9fa0a0;
}
@media (max-width: 992px) {
  .agenda .agenda-con .tab .ul .li {
    font-size: 18px;
    padding: 10px 1px;
    flex: 1;
  }
  .agenda .agenda-con .content .agendaTableHead {
    display: none;
  }
  .agenda .agenda-con .content .ul .li .agendaTable .agendaTableBody .agendaTableTr {
    padding: 15px 20px;
  }
  .agenda .agenda-con .content .ul .li .agendaTable .agendaTableBody .agendaTableTr .con1,
  .agenda .agenda-con .content .ul .li .agendaTable .agendaTableBody .agendaTableTr .con2,
  .agenda .agenda-con .content .ul .li .agendaTable .agendaTableBody .agendaTableTr .con3 {
    width: 100%;
    padding: 0 0 10px 0;
  }
  .agenda .agenda-con .content .ul .li .agendaTable .agendaTableBody .special2 {
    padding: 0;
  }
}
.agenda .prompt {
  text-align: right;
  font-size: 14px;
  color: #999;
  padding-top: 10px;
}
.banner-bottom {
  position: relative;
}
.banner-bottom .pic:after {
  padding-top: 20.85%;
}
@media (max-width: 992px) {
  .banner-bottom .pic:after {
    padding-top: 40%;
  }
}
.banner-bottom .con {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 40px;
}
@media (max-width: 992px) {
  .banner-bottom .con {
    font-size: 24px;
  }
}
.countDown .title {
  color: #595757;
  font-size: 20px;
  line-height: 1.25;
  text-align: center;
}
@media (max-width: 750px) {
  .countDown .title {
    padding-top: 10px;
    font-size: 16px;
  }
}
.countDown .con {
  position: relative;
  padding-bottom: 20px;
}
.countDown .con:before,
.countDown .con:after {
  content: '';
  position: absolute;
  bottom: 0px;
  border: 15px solid #fff;
  left: 50%;
  transform: scaleX(1.5) rotate(135deg) translate(7%, 35%);
}
.countDown .con:before {
  bottom: 0px;
  border-color: #bee9ee #bee9ee transparent transparent;
}
.countDown .con:after {
  bottom: 2px;
  z-index: 1;
}
@media (max-width: 992px) {
  .countDown .con:before,
  .countDown .con:after {
    border-width: 10px;
    transform: scaleX(1.5) rotate(135deg) translate(-18%, 60%);
  }
}
.countDown .time-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 50px;
  border-bottom: 2px solid #bee9ee;
}
.countDown .time-box li {
  font-size: 12px;
  color: #9fa0a0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.countDown .time-box li p {
  font-size: 40px;
  color: #231815;
  padding-left: 5px;
  padding-right: 5px;
}
.countDown .time-box li p span {
  width: 40px;
  height: 60px;
  line-height: 60px;
  margin-right: 10px;
  display: inline-block;
  background-color: #eaeaea;
  text-align: center;
  border-radius: 4px;
}
.countDown .time-box li p span:last-child {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .countDown .time-box {
    padding-top: 20px;
    padding-bottom: 35px;
  }
  .countDown .time-box li p {
    font-size: 30px;
  }
  .countDown .time-box li p span {
    width: 30px;
    height: 45px;
    line-height: 45px;
  }
}
@media (max-width: 992px) {
  .countDown .time-box {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .countDown .time-box li p {
    font-size: 24px;
  }
  .countDown .time-box li p span {
    width: 20px;
    height: 30px;
    line-height: 30px;
  }
}
.partner .partnerContent {
  position: relative;
  display: block;
  cursor: default;
}
.partner .partnerContent .partnerbg {
  width: 100%;
  position: relative;
  margin-top: 5px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .partner .partnerContent .partnerbg {
    margin-top: 15px;
  }
}
.partner .partnerContent .partnerbg:after {
  padding-top: 14.08450704%;
}
@media (max-width: 750px) {
  .partner .partnerContent .partnerbg:after {
    padding-top: 23.78121284%;
  }
}
.wheelPlay {
  padding-bottom: 90px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.wheelPlay .con {
  position: relative;
  overflow: hidden;
  opacity: 1;
}
@media (max-width: 750px) {
  .wheelPlay .con {
    margin-top: 0px;
  }
}
.wheelPlay .con .imgbox {
  width: 100%;
  height: 100%;
}
.wheelPlay .con .swiper-container2 {
  width: 100%;
  height: 100%;
}
@media (max-width: 750px) {
  .wheelPlay .con .swiper-container2 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.wheelPlay .con .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.wheelPlay .con .swiper-slide div {
  width: 100%;
}
.wheelPlay .con .swiper-slide img {
  opacity: 0.6;
  width: 100%;
}
.wheelPlay .con .swiper-slide-active,
.wheelPlay .con .swiper-slide-duplicate-active {
  transform: scale(1);
  z-index: 999;
}
.wheelPlay .con .swiper-slide-active img,
.wheelPlay .con .swiper-slide-duplicate-active img {
  opacity: 1;
}
.wheelPlay .con .icon-left,
.wheelPlay .con .icon-right {
  width: 70px;
  height: 70px;
  background-color: white;
  border-radius: 50%;
  font-size: 35px;
  z-index: 999;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 16px #888888;
}
@media (max-width: 750px) {
  .wheelPlay .con .icon-left,
  .wheelPlay .con .icon-right {
    display: none;
  }
}
.wheelPlay .con .icon-left .iconfont,
.wheelPlay .con .icon-right .iconfont {
  font-size: 35px;
  position: relative;
  color: #e0e0e0;
}
.wheelPlay .con .icon-right {
  right: 10%;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
}
.wheelPlay .con .icon-left {
  left: 10%;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
}
.wheelPlay .con .icon-right:hover .iconfont,
.wheelPlay .con .icon-left:hover .iconfont {
  color: #c7000b;
}
.wheelPlay .swiper-paginations .swiper-pagination-bullet-active {
  background-color: #c7000b;
}
@media (max-width: 1920px) {
  .wheelPlay .swiper-paginations {
    position: relative;
    top: 30px;
    text-align: center;
  }
  .wheelPlay .swiper-paginations .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
    background-color: #cacaca;
    border-radius: 2px;
    margin: 0 5px;
    opacity: 1;
  }
  .wheelPlay .swiper-paginations .swiper-pagination-bullet-active {
    background-color: #c7000b;
  }
}
@media (max-width: 750px) {
  .wheelPlay {
    padding: 30px 0;
  }
  .wheelPlay .con .icon-right,
  .wheelPlay .con .icon-left {
    display: none;
  }
}
@media (max-width: 768px) {
  .wheelPlay .swiper-paginations {
    top: 0px;
  }
  .wheelPlay .swiper-paginations .swiper-pagination-bullet {
    width: 20px;
    margin: 0 5px;
  }
}
