@charset "UTF-8";
body {
  --main-color: #b51213;
  --font-12: 12px;
  --font-14: 14px;
  --font-16: 16px;
  --font-18: 18px;
  --font-20: 20px;
  --font-22: 22px;
  --font-24: 24px;
  --font-30: 30px;
  --font-32: 32px;
  --font-34: 34px;
  --font-36: 36px;
  --font-38: 38px;
  --font-40: 40px;
  --font-42: 42px;
  --font-44: 44px;
  --font-46: 46px;
  --font-48: 48px;
}

body.small {
  --font-14: 12px;
  --font-16: 14px;
  --font-18: 16px;
  --font-12: 10px;
  --font-20: 18px;
  --font-22: 20px;
  --font-24: 22px;
  --font-30: 28px;
  --font-32: 30px;
  --font-34: 32px;
  --font-36: 34px;
}

body.large {
  --font-12: 14px;
  --font-14: 16px;
  --font-16: 18px;
  --font-18: 20px;
  --font-20: 22px;
  --font-22: 24px;
  --font-24: 26px;
  --font-30: 30px;
  --font-32: 32px;
  --font-34: 34px;
  --font-36: 36px;
}

/** 边距 **/
.m-b-0 {
  margin-bottom: 0;
}

.m-t-0 {
  margin-bottom: 0;
}

.m-t-8 {
  margin-top: 8px;
}

.m-t-16 {
  margin-top: 16px;
}

.m-l-16 {
  margin-left: 16px;
}

.m-r-16 {
  margin-right: 16px;
}

.m-t-80 {
  margin-top: 80px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-l-16 {
  padding-left: 16px;
}

.p-t-16 {
  padding-top: 16px;
}

.p-b-16 {
  padding-bottom: 16px;
}

.p-r-16 {
  padding-right: 16px;
}

.p-y-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.p-x-16 {
  padding-right: 16px;
  padding-left: 16px;
}

.text-indent-2 {
  text-indent: 2em;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-17 {
  font-size: 17px;
}

.font-18 {
  font-size: 18px;
}

.font-19 {
  font-size: 19px;
}

.font-20 {
  font-size: 20px;
}

.font-21 {
  font-size: 21px;
}

.font-22 {
  font-size: 22px;
}

.font-23 {
  font-size: 23px;
}

.font-24 {
  font-size: 24px;
}

.font-25 {
  font-size: 25px;
}

.font-26 {
  font-size: 26px;
}

.font-27 {
  font-size: 27px;
}

.font-28 {
  font-size: 28px;
}

.font-29 {
  font-size: 29px;
}

.font-30 {
  font-size: 30px;
}

.font-31 {
  font-size: 31px;
}

.font-32 {
  font-size: 32px;
}

.font-33 {
  font-size: 33px;
}

.font-34 {
  font-size: 34px;
}

.font-35 {
  font-size: 35px;
}

.font-36 {
  font-size: 36px;
}

.font-37 {
  font-size: 37px;
}

.font-38 {
  font-size: 38px;
}

.font-39 {
  font-size: 39px;
}

.font-40 {
  font-size: 40px;
}

.font-41 {
  font-size: 41px;
}

.font-42 {
  font-size: 42px;
}

.font-43 {
  font-size: 43px;
}

.font-44 {
  font-size: 44px;
}

.font-45 {
  font-size: 45px;
}

.font-46 {
  font-size: 46px;
}

.font-47 {
  font-size: 47px;
}

.font-48 {
  font-size: 48px;
}

.font-49 {
  font-size: 49px;
}

.font-50 {
  font-size: 50px;
}

.font-51 {
  font-size: 51px;
}

.font-52 {
  font-size: 52px;
}

.font-53 {
  font-size: 53px;
}

.font-54 {
  font-size: 54px;
}

.font-55 {
  font-size: 55px;
}

.font-56 {
  font-size: 56px;
}

.font-57 {
  font-size: 57px;
}

.font-58 {
  font-size: 58px;
}

.font-59 {
  font-size: 59px;
}

.font-60 {
  font-size: 60px;
}

.font-61 {
  font-size: 61px;
}

.font-62 {
  font-size: 62px;
}

.font-63 {
  font-size: 63px;
}

.font-64 {
  font-size: 64px;
}

.font-65 {
  font-size: 65px;
}

.font-66 {
  font-size: 66px;
}

.font-67 {
  font-size: 67px;
}

.font-68 {
  font-size: 68px;
}

.font-69 {
  font-size: 69px;
}

.font-70 {
  font-size: 70px;
}

@media only screen and (max-width: 960px) {
  .font-18 {
    font-size: 16px;
  }
  .font-16 {
    font-size: 14px;
  }
  .font-14 {
    font-size: 12px;
  }
}

.main-color {
  color: #C44A4A;
}

.wrap-1600 {
  position: relative;
  width: 1600px;
  margin: 0 auto;
  max-width: 95%;
}

.wrap-1200 {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  max-width: 95%;
}

.wrap-1000 {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
}

.wrap-960 {
  position: relative;
  width: 960px;
  margin: 0 auto;
  max-width: 95%;
}

.flex-column {
  flex-direction: column;
}

.x-btn {
  position: relative;
  font-size: var(--font-16);
  padding: 0 1em;
  line-height: 2.5;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 2px;
}

.x-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.25em;
  border: 1px solid rgba(204, 204, 204, 0.5);
  z-index: -1;
  box-sizing: border-box;
}

.x-btn .icon {
  margin-right: 1em;
  font-size: var(--font-16);
}

.x-btn.style-primary {
  background: #C44A4A;
  color: #fff;
}

.x-btn.style-primary::after {
  border-color: #C44A4A;
}

.x-btn.style-primary-border {
  color: #C44A4A;
}

.x-btn.style-primary-border::after {
  border-color: rgba(234, 59, 54, 0.5);
}

.block {
  display: block;
}

/**视频播放按钮*/
.video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}

.video-btn::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(234, 59, 54, 0.4);
  z-index: 1;
  animation: videoBtnFadeIn infinite 2s;
}

.video-btn::after {
  position: absolute;
  content: '';
  width: 75%;
  height: 75%;
  top: 12.5%;
  left: 12.5%;
  border-radius: 50%;
  background-color: rgba(234, 59, 54, 0.6);
  z-index: 2;
}

.video-btn i {
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .wrap-1200 {
    padding: 0 16px;
    max-width: 100%;
  }
}
