@charset "UTF-8";.customer-mask-animation-container {
  animation: fadeIn 4s 0s;
  animation-fill-mode: both;
  width: 300px;
  height: 560px;
  position: fixed;
  left: 0;
  bottom: 0;
}
.customer-mask-animation-container .customer-mask-animation-translate-item {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: diagonalFade 4s 0s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  -webkit-mask: url("https://index.supreium.com/official/svg/model-mask.svg");
  -webkit-mask-position: 70% 0;
  -webkit-mask-size: auto 350%;
  -webkit-mask-repeat: no-repeat;
  mask: url("https://index.supreium.com/official/svg/model-mask.svg");
  mask-position: 100% 0;
  mask-size: auto 200%;
  mask-repeat: no-repeat;
}
.customer-mask-animation-container .customer-mask-animation-translate-item.customer-mask-animation-translate-item-box {
  animation-delay: 0s;
  z-index: 3;
}
.customer-mask-animation-container .customer-mask-animation-translate-item.customer-mask-animation-translate-item-mesh {
  animation-delay: 2s;
  animation-duration: 7s;
  z-index: 2;
}
.customer-mask-animation-container .customer-mask-animation-translate-item.customer-mask-animation-translate-item-result {
  animation: none;
  z-index: 1;
}
.customer-mask-animation-container .customer-mask-animation-translate-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center left;
}
@keyframes diagonalFade {
  0% {
    -webkit-mask-position: 70% 0;
    mask-position: 70% 0;
  }
  100% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.qrcode-container {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  z-index: 1;
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.qrcode-container .qrcode-content {
  width: 300px;
  font-size: 14px;
}
.qrcode-container .qrcode-content img {
  margin-right: 10px;
}
.qrcode-container .qrcode-content span {
  display: inline-block;
  width: 180px;
}
/**
 * @file login
 * note:
 */
/* 清除内外边距 */
body,
hr,
p,
blockquote,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0;
  font: inherit;
  background: transparent;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
/* 设置默认字体 */
body,
button,
input,
select,
textarea {
  /* for ie */
  /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
  font: 12px/1 Tahoma, Helvetica, Arial, "5b8b4f53", sans-serif;
  /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}
h1 {
  font-size: 18px;
  /* 18px / 12px = 1.5 */
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
h4,
h5,
h6 {
  font-size: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
/* 将斜体扶正 */
code,
kbd,
pre,
samp,
tt {
  font-family: "Courier New", Courier, monospace;
}
/* 统一等宽字体 */
small {
  font-size: 12px;
}
/* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul,
ol {
  list-style: none;
}
/* 重置文本格式元素 */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
abbr[title],
acronym[title] {
  /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
  border-bottom: 1px dotted;
  cursor: help;
}
q:before,
q:after {
  content: "";
}
/* 重置表单元素 */
legend {
  color: #000;
}
/* for ie6 */
fieldset,
img {
  border: none;
}
/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 使得表单元素在 ie 下能继承字体大小 */
  vertical-align: middle;
}
/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 重置 hr */
hr {
  border: none;
  height: 1px;
}
/* 
html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/
html,
body,
div,
span,
object,
iframe,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}
body {
  line-height: 1;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
a:foucus {
  outline: none;
}
.ant-layout-content {
  color: #222;
}
html,
body {
  height: 100vh;
  overflow: hidden;
}
body {
  background: #f3f3f3;
  width: 100%;
  font-size: 16px;
}
html {
  font-size: 12px;
  color: #333;
  font-family: "Noto Sans SC";
}
a {
  text-decoration: none;
}
#root {
  height: 100%;
  min-height: 100%;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
}
#root .app-content {
  overflow: auto;
  background: #f0f2f5;
}
.ant-app {
  height: 100%;
  min-height: 100%;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
}
.ellipsis {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flex-center {
  display: flex;
  justify-content: center;
}
.flex-col-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.position-relative {
  position: relative;
}
.btn-click {
  transition: box-shadow 0.15s;
}
.btn-click:hover {
  box-shadow: 0 0 0 1px rgba(206, 29, 40, 0.4);
}
.btn-click:active {
  transition-duration: 0;
  box-shadow: 0 0 0 2px rgba(206, 29, 40, 0.3), 0 0 0 4px rgba(206, 29, 40, 0.2), 0 0 0 6px rgba(206, 29, 40, 0.1);
}
.opt-btn {
  color: #999;
}
.opt-btn:hover {
  color: #40a9ff;
  cursor: pointer;
}
.text-btn {
  color: #3a9ae6;
  cursor: pointer;
  text-decoration: none;
}
.text-btn:hover {
  text-decoration: underline;
}
.input-border-bottom {
  background-color: #ffffff;
  position: relative;
}
.input-border-bottom.ant-input {
  border-bottom: 1px solid #eee;
  border-radius: 0;
}
.input-border-bottom .ant-input-group-addon,
.input-border-bottom .ant-input-number-group-addon {
  width: 65px !important;
  background: transparent !important;
  border: none !important;
}
.input-border-bottom .ant-input-group-addon {
  padding: 0px 0px;
  width: 1px !important;
}
.input-border-bottom:after {
  content: '';
  position: absolute;
  background: #eee;
  height: 1px;
  width: 100%;
  left: 0px;
  bottom: 0px;
}
.input-border-bottom:focus:after,
.input-border-bottom:hover:after,
.input-border-bottom:active:after,
.input-border-bottom:focus.ant-input,
.input-border-bottom:hover.ant-input,
.input-border-bottom:active.ant-input {
  border-bottom: 1px solid rgba(206, 29, 40, 0.3);
}
.ellipCls {
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nc-container .nc_scale .btn_ok {
  box-sizing: content-box;
}
.app-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  z-index: 1;
}
.app-header.app-header-login {
  position: fixed;
  top: 0;
  left: 0;
  border: 0;
  background: transparent;
  justify-content: flex-end;
}
.margeTop20 {
  margin-top: 20px;
}
.point-notification {
  width: auto !important;
  min-width: 200px;
  height: 40px;
  padding: 9px 16px !important;
}
.point-notification .ant-notification-notice-message {
  height: 100%;
}
.point-notification .ant-notification-notice-message > span {
  display: flex;
  align-items: center;
}
.point-notification .ant-notification-notice-message .anticon {
  font-size: 24px;
  margin-inline-start: 8px;
  color: #737780;
}
.point-notification .ant-notification-notice-close {
  right: 16px !important;
  top: 10px !important;
}
@keyframes myrotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes myrotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.disabled {
  cursor: not-allowed;
}
.login {
  width: 100%;
  height: 100%;
  border: 0px solid red;
  margin-top: 0px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.login .ant-input-prefix {
  color: #ccc;
}
.login .iconfont-login-bg {
  width: 0;
  height: 0;
}
.login .iconfont-login-bg svg,
.login .iconfont-login-bg img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  object-fit: cover;
}
.login .login-panel {
  z-index: 10;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.login .loginForm {
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.login .loginForm .login-panel {
  max-width: 90%;
  width: 540px;
  min-height: 372px;
  background-color: #ffffff;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 25px 0 48px;
  position: relative;
}
.login .loginForm .login-panel > i {
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 20px;
}
.login .loginForm .login-panel .ant-form {
  padding: 0 40px;
}
.login .loginForm .login-panel .go-login {
  text-align: center;
  padding-right: 20px;
}
.login .loginForm .login-panel .ant-checkbox-wrapper {
  margin: 17px 0;
}
.login .loginForm .login-panel .type-change {
  position: absolute;
  border-radius: 10px;
  right: 0;
  top: 18px;
  margin-right: 10px;
}
.login .loginForm .login-panel .type-change i {
  font-size: 50px;
  color: #c0202a;
  opacity: 0.4;
  cursor: pointer;
}
.login .loginForm .login-panel .unite-tip {
  font-size: 14px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.login .loginForm .login-panel .login-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  margin: 20px 0 20px;
  text-align: center;
  color: #222;
}
.login .loginForm .login-panel .right-text {
  text-align: right;
  margin-bottom: 18px;
  color: #ce1d28;
}
.login .loginForm .login-panel .agree-text {
  font-size: 14px;
  margin: 17px 0;
  text-align: center;
}
.login .loginForm .login-page-forget {
  transition: color 0.3s;
}
.login .loginForm .login-page-forget:lang(en) {
  white-space: nowrap;
}
.bind-type {
  position: relative;
  top: -10px;
  text-align: right;
}
.bind-type span {
  cursor: pointer;
  color: #ce1d28;
}
.app-header-menu {
  padding-right: 40px;
}
.none-border .ant-input-group-addon {
  width: 65px!important;
  background: transparent!important;
  border: none!important;
}
.phone-input-select .ant-select-selector {
  border: none!important;
  box-shadow: none!important;
}
.phone-input-select .flag-name {
  margin-right: 6px;
}
.btn-log-in {
  width: 100%;
  outline: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  height: 48px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #CE1D28;
  cursor: pointer;
}
.btn-log-in .btn-effect-hover {
  height: 0px;
  width: 0px;
  z-index: 5;
  content: "";
  position: absolute;
  background: radial-gradient(circle closest-side, #9ab3ea, transparent);
  transform: translate(-50%, -50%);
  transition: width 0.2s ease, height 0.2s ease;
}
.btn-log-in:hover .btn-effect-hover {
  width: 300px;
  height: 300px;
}
.btn-log-in .btn-effect-title {
  z-index: 10;
}
.btn-log-in .disabled-log-btn {
  cursor: default;
  filter: grayscale(80%);
}
.recommended-browser {
  font-size: 12px;
  text-align: center;
  align-items: center;
}
.recommended-browser span {
  padding: 0 10px;
}
.recommended-browser .img {
  cursor: pointer;
}
.customer-icon {
  font-size: 14px;
}
.customer-icon-green,
.customer-icon.customer-icon-green {
  color: #59b85f;
}
.customer-icon-red,
.customer-icon.customer-icon-red {
  color: #CE1D28;
}
.customer-icon-yellow,
.customer-icon.customer-icon-yellow {
  color: #f5e786;
}
.customer-icon-blue,
.customer-icon.customer-icon-blue {
  color: #4c79fa;
}
.customer-icon-blue,
.customer-icon.customer-icon-disabled {
  color: rgba(0, 0, 0, 0.25);
}
.customer-icon-result {
  position: relative;
  margin-right: 10px;
}
.customer-icon-result-settings {
  /* filter: sepia(1) hue-rotate(130deg); */
  color: #bbb;
}
.customer-icon-result-status {
  position: absolute;
  bottom: 0px;
  left: 8px;
  font-size: 8px;
  line-height: 0;
}
.customer-icon-result-status .loading {
  animation: myrotate 2s linear infinite;
  -webkit-animation: myrotate 2s linear infinite;
}
.customer-icon-add {
  border-radius: 50%;
  position: relative;
  border: 1px solid #888;
  background: #fff;
}
.customer-icon-add:after,
.customer-icon-add:before {
  content: '';
  display: block;
  width: 8px;
  height: 1px;
  position: absolute;
  left: calc(50% - 4px);
  top: calc(50% - 0.5px);
  background: #888;
}
.customer-icon-add:before {
  transform: rotate(90deg);
}
.customer-icon-add:hover,
.customer-icon-add:active,
.customer-icon-add:focus {
  border: 1px solid #CE1D28;
  background: #CE1D28;
  color: white;
}
.customer-icon-add:hover:after,
.customer-icon-add:active:after,
.customer-icon-add:focus:after,
.customer-icon-add:hover:before,
.customer-icon-add:active:before,
.customer-icon-add:focus:before {
  background: #fff;
}
.customer-icon-add {
  transition: box-shadow 0.3s;
}
.customer-icon-add:active {
  transition-duration: 0;
  box-shadow: 0 0 0 2px rgba(4, 129, 255, 0.6), 0 0 0 4px rgba(4, 129, 255, 0.2);
}
#customer-icon-container {
  width: 16px;
  height: 16px;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}
#customer-icon-container .customer-icon-iconrun {
  color: #888;
}
#customer-icon-container .customer-icon-iconrun:hover {
  color: #CE1D28;
}
#customer-icon-container .customer-icon-item,
#customer-icon-container .customer-icon-item-hover {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s all ease;
}
#customer-icon-container .customer-icon-item {
  opacity: 1;
  color: #888;
}
#customer-icon-container .customer-icon-item-hover {
  opacity: 0;
  color: #fff;
}
#customer-icon-container:hover .customer-icon-item {
  opacity: 0;
}
#customer-icon-container:hover .customer-icon-item-hover {
  opacity: 1;
  color: #CE1D28;
}
.icon-translate-animation {
  transition: 0.8s all;
}
.pointer-icon {
  cursor: pointer;
}
.unite-wrap .icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 30px 0;
}
.unite-wrap .icon-box .icon {
  width: 60px;
  height: 60px;
  margin: 0 30px;
}
.unite-wrap .icon-box .unite-icon {
  width: 35px;
  transform: rotate(44deg);
}
.unite-wrap .bind-font {
  color: #7F7F7F;
  font-size: 14px;
  text-align: center;
  line-height: 26px;
  margin-bottom: 0;
}
.unite-wrap .go-in-btn {
  width: 100%;
  height: 48px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1E98D7;
  color: #fff;
  margin: 40px 0 10px 0;
  border-radius: 8px;
}
.wechat-ding-container {
  align-items: center;
}
.wechat-ding-container #wechat_code {
  position: relative;
}
.wechat-ding-container #wechat_code img {
  width: 100%;
}
.wechat-ding-container #wechat_code .mask,
.wechat-ding-container #wechat_code .loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  line-height: 300px;
  color: #fff;
}
.wechat-ding-container #wechat_code .mask {
  background: rgba(0, 0, 0, 0.5);
}
.wechat-ding-container #wechat_code span {
  cursor: pointer;
}
.wechat-ding {
  width: 100%;
  height: 50px;
  align-items: center;
}
.wechat-ding .cut-line {
  height: 36px;
  margin: 0 10px;
  border-left: 1px solid #d5d5d5;
}
.wechat-ding .third-wrap {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.wechat-ding .third-wrap .icon {
  width: 36px;
  height: 36px;
  margin-right: 8px;
}
.wechat-ding .third-wrap .font {
  font-size: 14px;
}
.code-wrap-model {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.code-wrap-model .close-model:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.code-wrap-model .close-model {
  position: absolute;
  cursor: pointer;
  top: -40px;
  right: -40px;
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: background-color 0.15s;
}
.code-wrap-model .iconguanbi {
  font-size: 16px;
  color: #dcdcdc;
  position: absolute;
  bottom: 10px;
  left: 16px;
}
.google-btn-container {
  width: 100%;
  outline: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  height: 48px;
  overflow: hidden;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 20px;
}
.google-btn-container .ant-btn {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 460px;
  height: 48px;
}
.google-btn-container .register-btn {
  border: 1px solid #ce1d28;
  color: #ce1d28;
  font-size: 16px;
  font-weight: 500;
}
.customer-carousel-item {
  position: relative;
  overflow: hidden;
}
.customer-carousel-item .customer-carousel-item-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 670px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.customer-carousel-item .customer-carousel-item-content {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
  height: 670px;
  max-width: 1200px;
  color: #fff;
}
.customer-carousel-item .customer-carousel-item-content .btn-login {
  min-width: 139px;
  height: 40px;
  border-radius: 6px;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: 420px;
}
@media screen and (max-width: 750px) {
  .customer-carousel-item .customer-carousel-item-bg,
  .customer-carousel-item .customer-carousel-item-content {
    height: 11rem;
  }
  .customer-carousel-item .zh {
    margin-left: 0.6rem;
  }
  .customer-carousel-item .en {
    margin-left: 0.4rem;
  }
  .customer-carousel-item .btn-login {
    position: static !important;
    transition: none;
    height: 0.6rem !important;
    font-size: 0.24rem !important;
    min-width: 2rem !important;
  }
  .customer-carousel-item .item_0 .zh {
    margin-top: 3.49rem;
  }
  .customer-carousel-item .item_0 .en {
    margin-top: 4.02rem;
  }
  .customer-carousel-item .item_1 .zh {
    margin-top: 4.23rem;
  }
  .customer-carousel-item .item_1 .en {
    margin-top: 4.74rem;
  }
  .customer-carousel-item .item_2 .zh {
    margin-top: 4.23rem;
  }
  .customer-carousel-item .item_2 .en {
    margin-top: 5.2rem;
  }
  .customer-carousel-item .item_3 .zh {
    margin-top: 4.23rem;
  }
  .customer-carousel-item .item_3 .en {
    margin-top: 5.2rem;
  }
  .customer-carousel-item .item_4 .zh {
    margin-top: 4.23rem;
  }
  .customer-carousel-item .item_4 .en {
    margin-top: 5.2rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1200px) {
  .customer-carousel-item-bg {
    background-position: -300px center !important;
  }
  .btn-login {
    margin-left: 60px;
  }
}
.arrow {
  cursor: pointer;
  position: absolute;
  margin-top: -30px;
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  background-color: rgba(221, 221, 221, 0.2);
  line-height: 40px;
  text-align: center;
  color: #ddd;
  font-size: 20px;
}
.arrow:hover {
  background-color: rgba(221, 221, 221, 0.1);
}
.carousel-container:hover .content-item-carousel-arrow {
  opacity: 1;
}
.header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  flex-shrink: 0;
  min-width: 650px;
}
.header .message-wrap {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 200px;
  height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 12px;
}
.header .message-wrap .icontongzhi1 {
  font-size: 18px;
  color: #ffa24d;
  margin-right: 8px;
}
.header .message-wrap .message-marquee {
  height: 100%;
  overflow: hidden;
  color: #ffa24d;
}
.header .message-wrap .message-marquee .overlay:before,
.header .message-wrap .message-marquee .overlay:after {
  display: none;
}
.header .message-close:hover {
  visibility: visible;
}
.header .message-wrap:hover + .message-close {
  display: inline-block;
  visibility: visible;
}
.header .message-close {
  display: inline-block;
  visibility: hidden;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #ccccccd4;
  color: #222;
  line-height: 18px;
  text-align: center;
  position: relative;
  left: -10px;
  top: -12px;
  cursor: pointer;
}
.header .message-close .iconguanbi {
  font-size: 12px;
}
.header .logo-box {
  width: 200px;
  height: 32px;
  flex-shrink: 0;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}
.header .logo-box span {
  position: absolute;
  top: 0;
  bottom: -1px;
  margin: auto;
  font-size: 200px;
}
.header .cast_type {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 300px;
}
.header .cast_type {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 300px;
}
.header .content-menu {
  min-width: calc(100% - 240px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .content-menu .menu-item-border::before {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background-color: #dadada;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header .content-menu .menu-dark-theme::before {
  background-color: #444444;
}
.header .content-menu .ant-menu-submenu:hover {
  color: #ce1d28;
  transition: color 0.3s;
}
.header .dark-theme .ant-menu-submenu:hover,
.header .dark-theme .ant-menu-item-selected,
.header .dark-theme .ant-menu-submenu-selected {
  color: #ffffff;
}
.header .dark-theme .ant-menu-submenu:hover .ant-menu-submenu-title,
.header .dark-theme .ant-menu-item-selected .ant-menu-submenu-title,
.header .dark-theme .ant-menu-submenu-selected .ant-menu-submenu-title {
  color: #ffffff;
}
.header .menu-item-icon {
  border: none;
  pointer-events: none;
}
.header .menu-item-icon::after {
  border: none !important;
}
.header .menu-item-icon .func-icon {
  vertical-align: middle;
  line-height: 17px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  pointer-events: visible;
  font-size: 18px;
}
.header .msg-icon {
  vertical-align: middle;
  line-height: 17px;
  color: #fff;
  padding-right: 7px;
  font-size: 18px !important;
}
.msg-item {
  padding: 10px 12px 14px;
  cursor: pointer;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  justify-content: flex-start;
}
.msg-footer {
  display: flex;
  justify-content: space-between;
  margin-bottom: -12px;
}
.message-icon {
  padding-right: 4px;
  font-size: 14px !important;
}
.message-popover {
  padding-top: 20px;
}
/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */
/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, 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');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.home-container {
  background: #fafafa;
  overflow-x: auto;
}
.home-container .home-content-container .right-head {
  display: inline-block;
  display: flex;
  justify-content: end;
  float: right;
}
.home-container .home-content-container .right-head .head-item {
  margin: 0 20px;
  line-height: 46px;
  cursor: pointer;
}
.home-container .home-menu {
  width: 100px;
  background-color: transparent;
  color: white;
  border-bottom: 0px;
}
.home-container .home-title {
  text-align: center;
  height: 120px;
  font-size: 30px;
  line-height: 120px;
  font-weight: bold;
}
.home-container .info-content {
  display: flex;
}
.home-container .info-content .info-left {
  width: 850px;
}
.home-container .info-content .info-left img {
  width: 100%;
}
.home-container .info-content .info-right {
  width: 380px;
  margin-left: 50px;
}
.home-container .info-content .info-right .info-section {
  width: 240px;
}
.home-container .info-content .info-right .info-section h4 {
  font-size: 36px;
  line-height: 40px;
  color: #000000;
  text-align: center;
}
.home-container .info-content .info-right .info-section p {
  font-size: 18px;
  color: #222222;
}
.home-container .home-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.home-container .home-header .header-content {
  height: 70px;
  line-height: 40px;
  vertical-align: top;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-container .home-header .header-content .header-btn {
  width: 60px;
  height: 34px;
  line-height: 34px;
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  margin-top: 6px;
}
.home-container .home-header .header-content .header-btn:hover {
  color: #cf1c29;
}
.home-container .home-header .header-content .header-login,
.home-container .home-header .header-content .header-register {
  float: right;
}
.home-container .home-header .header-content .logo {
  color: #fff;
  max-width: 150px;
  vertical-align: top;
}
.home-container .home-header.default {
  background-color: rgba(0, 0, 0, 0.2);
}
.home-container .home-header.default .header-btn,
.home-container .home-header.default .head-item,
.home-container .home-header.default .anticon {
  color: #ffffff;
}
.home-container .home-header.white {
  background-color: #fff;
}
.home-container .home-header.white .header-btn,
.home-container .home-header.white .head-item,
.home-container .home-header.white .anticon {
  color: #222;
}
.home-container .home-video-container {
  overflow-x: hidden;
  height: 720px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home-container .home-video-container.left {
  padding-left: calc(50% - 600px);
}
.home-container .home-video-container.left .home-base-info {
  justify-content: flex-start;
}
.home-container .home-video-container.left .introduce-content-video {
  left: 450px;
}
.home-container .home-video-container.right {
  padding-right: calc(50% - 600px);
}
.home-container .home-video-container.right .home-base-info {
  justify-content: flex-end;
}
.home-container .home-video-container.right .introduce-content {
  text-align: right;
}
.home-container .home-video-container.right .introduce-content-video {
  right: 435px;
}
.home-container .home-video-container .home-base-info {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.home-container .home-video-container .home-base-info .introduce-content .ant-btn {
  font-size: 16px;
  height: 40px;
  min-width: 139px;
  border-radius: 4px;
}
.home-container .home-video-container .home-base-info .introduce-content-video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.home-container .home-video-container .home-base-info .home-title {
  color: #000000;
}
.home-container .home-video-container .home-base-info .info-left {
  box-shadow: 1px 6px 40px 6px rgba(20, 44, 88, 0.15);
  font-size: 0;
}
.home-container .home-video-container .home-base-info .info-left .video-landing {
  width: 100%;
}
.home-container .home_functions {
  height: 732px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home-container .home_functions .fuc_map {
  box-sizing: border-box;
  width: 1200px;
  height: 100%;
  padding: 130px 0;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.home-container .home_functions .func {
  box-sizing: border-box;
  width: 384px;
  height: 224px;
  background-color: #1a1f25;
  border-radius: 8px;
  padding: 32px 21px 0 24px;
}
.home-container .home_functions .func .icon img {
  width: 64px;
  height: 64px;
}
.home-container .home_functions .func .icon .active {
  display: none;
}
.home-container .home_functions .func .title {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin: 16px 0 6px 0;
  line-height: 30px;
}
.home-container .home_functions .func .desc {
  color: #999;
  font-size: 16px;
  line-height: 22px;
}
.home-container .home_functions .func:hover {
  padding: 30px 22px 0;
  border: 2px solid #505050;
}
.home-container .home_functions .func:hover .icon img {
  display: none;
}
.home-container .home_functions .func:hover .icon .active {
  display: inline;
}
.home-container .home_support {
  height: 734px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 1200px;
  padding: 0 calc(50% - 600px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 70px;
}
.home-container .home_support img {
  width: 100%;
}
.home-container .home_support .title {
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  color: #333;
}
.home-container .home_support .title span {
  font-size: 56px;
  color: #cf1c29;
}
.home-container .home-focus-us {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
}
.home-container .home-focus-us.zh {
  height: 490px;
  padding-top: 90px;
}
.home-container .home-focus-us.en {
  height: 365px;
  padding-top: 105px;
}
.home-container .home-focus-us .home-title {
  color: #ffffff;
  font-size: 44px;
  line-height: 60px;
  height: 60px;
  margin-bottom: 67px;
}
.home-container .home-focus-us .focus-us-content {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.home-container .home-focus-us .focus-us-content .focus-us-content-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 90px 20px;
}
.home-container .home-focus-us .focus-us-content .focus-us-content-item .qrcode {
  order: 0;
  width: 151px;
  height: 151px;
  margin-bottom: 9px;
}
.home-container .home-focus-us .focus-us-content .focus-us-content-item .item-title {
  order: 1;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  opacity: 0.9;
}
.home-container .home-focus-us .focus-us-content .focus-us-content-item::after {
  order: 2;
  content: '';
  display: block;
  height: 1px;
  width: 24px;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 6px 0;
}
.home-container .home-focus-us .focus-us-content .focus-us-content-item .item-info {
  order: 3;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.7;
}
.home-container .home-focus-us .focus-us-content .focus-us-content-item .item-desc {
  order: 4;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.7;
}
.home-container .home-focus-us .focus-us-content-en {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  font-size: 30px;
  color: #fff;
}
.home-container .home-focus-us .focus-us-content-en .anticon {
  cursor: pointer;
}
.home-container .home-focus-us .focus-us-content-en .anticon:hover {
  color: #cf1c29;
}
.home-container .home-footer {
  color: #fff;
  text-align: center;
  font-size: 12px;
  height: 57px;
  opacity: 0.4;
  line-height: 57px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.home-container .home-footer a {
  margin-right: 10px;
  color: #fff;
}
.ant-menu-vertical.ant-menu-sub,
.ant-menu-vertical-left.ant-menu-sub,
.ant-menu-vertical-right.ant-menu-sub {
  min-width: 60px !important;
}
.carousel-container {
  background-repeat: no-repeat;
  height: 670px;
  background-size: 100%;
  position: relative;
}
.carousel-container .info-content {
  justify-content: flex-start;
  width: 430px;
  margin-left: 0;
}
.carousel-container .info-content.info-center .info-section {
  width: 100%;
  padding-left: 0;
  justify-content: center;
}
.carousel-container .info-content .info-section {
  width: 100%;
}
.home-contact .ant-tooltip-arrow {
  top: 1px;
}
.home-contact .ant-tooltip-inner {
  color: #333;
  text-align: center;
  font-size: 0.28rem;
  width: 2.33rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 100px;
}
@media screen and (max-width: 750px) {
  .home-container .confirm_mark {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .home-container .confirm_mark .anticon {
    font-size: 1.1rem;
    position: absolute;
    top: 4rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .home-container .confirm_mark .modal {
    box-sizing: border-box;
    width: 5.6rem;
    height: 4.27rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: transparent;
    margin: 4.29rem auto;
    padding: 0 0.55rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .home-container .confirm_mark .modal .title {
    margin-top: 0.41rem;
    font-size: 0.4rem;
    color: #333;
    font-weight: 600;
    text-align: center;
  }
  .home-container .confirm_mark .modal .title2 {
    font-size: 0.3rem;
    margin: 0.17rem 0 0.54rem 0;
    color: #666;
  }
  .home-container .confirm_mark .modal .ant-btn {
    width: 100%;
    height: 0.72rem;
    font-size: 0.26rem;
  }
  .home-container .home-content-container .right-head {
    margin-right: 0.4rem;
  }
  .home-container .home-content-container .right-head .head-item {
    font-size: 0.28rem;
    margin: 0;
    margin-left: 0.24rem;
    line-height: 46px;
    cursor: pointer;
  }
  .home-container .home-content-container .right-head > .anticon {
    padding-left: 0.24rem;
    padding-right: 0.24rem;
  }
  .home-container .home-header .header-content {
    height: 0.88rem;
  }
  .home-container .home-header .header-content .header-btn {
    width: auto;
    font-size: 0.28rem;
    text-align: center;
    transition: none;
    margin-top: 6px;
    margin-left: 0.1rem;
  }
  .home-container .home-header .header-content .header-login,
  .home-container .home-header .header-content .header-register {
    float: right;
  }
  .home-container .home-header .header-content .logo {
    width: 1.82rem;
    height: 0.58rem;
    margin-left: 0.4rem;
  }
  .home-container .home-video-container {
    height: 10.7rem;
    padding: 0 !important;
  }
  .home-container .home-video-container .home-base-info {
    box-sizing: border-box;
    padding: 1.19rem 0.3rem 0 0.4rem;
    display: block;
  }
  .home-container .home-video-container .home-base-info .introduce-content img {
    width: 100% !important;
  }
  .home-container .home-video-container .home-base-info .introduce-content .ant-btn {
    min-width: 2.09rem;
    height: 0.6rem;
    font-size: 0.24rem;
    border-radius: 6px;
    margin-top: 0.5rem !important;
  }
  .home-container .home-video-container .home-base-info .introduce-content-video {
    position: static;
    transform: none;
  }
  .home-container .home-video-container .home-base-info .introduce-content-video video {
    width: 100% !important;
  }
  .home-container .home_functions {
    box-sizing: border-box;
    padding-left: 0.4rem;
    padding-top: 1.1rem;
  }
  .home-container .home_functions.zh {
    height: 9.56rem;
  }
  .home-container .home_functions.zh .func {
    height: 3.15rem;
  }
  .home-container .home_functions.en {
    height: 10.3rem;
  }
  .home-container .home_functions.en .func {
    height: 3.52rem;
  }
  .home-container .home_functions .swiper {
    height: 100%;
  }
  .home-container .home_functions .swiper .swiper-pagination {
    bottom: 1rem;
  }
  .home-container .home_functions .swiper .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
    background-color: #fff;
    opacity: 0.3;
    height: 0.06rem;
    width: 0.5rem;
    margin: 0 0.1rem;
  }
  .home-container .home_functions .swiper .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .home-container .home_functions .func {
    box-sizing: border-box;
    width: 100%;
    height: 3.52rem;
    background-color: #1a1f25;
    border-radius: 8px;
    padding: 0.3rem;
    padding-bottom: 0;
    border: 0.02rem solid #505050;
  }
  .home-container .home_functions .func .icon img {
    width: 0.96rem;
    height: 0.96rem;
  }
  .home-container .home_functions .func .icon .active {
    display: none;
  }
  .home-container .home_functions .func .title {
    color: #fff;
    font-size: 0.32rem;
    font-weight: bold;
    margin: 0.24rem 0 0.17rem 0;
    height: 0.44rem;
    line-height: 0.44rem;
  }
  .home-container .home_functions .func .desc {
    color: #999;
    font-size: 0.27rem;
    line-height: 0.37rem;
  }
  .home-container .home_functions .func:hover {
    padding: 0.3rem;
    border: 0.02rem solid #505050;
  }
  .home-container .home_functions .func:hover .icon img {
    display: inline;
  }
  .home-container .home_functions .func:first-child {
    margin-bottom: 0.3rem;
  }
  .home-container .home_support {
    height: 12.49rem;
    box-sizing: border-box;
    width: 100%;
    padding: 1.01rem 0.4rem 0;
    justify-content: flex-start;
    gap: 0.67rem;
    text-align: center;
  }
  .home-container .home_support .title {
    font-size: 0.44rem;
    text-align: center;
    color: #333;
    line-height: 0.6rem;
  }
  .home-container .home_support .title span {
    font-size: 0.52rem;
    color: #cf1c29;
    font-weight: bold;
  }
  .home-container .home-focus-us {
    box-sizing: border-box;
    padding: 0 0.4rem;
  }
  .home-container .home-focus-us.zh {
    height: 6.83rem;
    padding-top: 0.82rem;
  }
  .home-container .home-focus-us.en {
    height: 4.91rem;
    padding-top: 0.82rem;
  }
  .home-container .home-focus-us .home-title {
    color: #ffffff;
    font-size: 0.44rem;
    line-height: 0.6rem;
    height: auto;
    margin-bottom: 0.65rem;
  }
  .home-container .home-focus-us .focus-us-content {
    justify-content: space-between;
    padding: 0 0.17rem;
  }
  .home-container .home-focus-us .focus-us-content .focus-us-content-item {
    margin: 0;
  }
  .home-container .home-focus-us .focus-us-content .focus-us-content-item .qrcode {
    order: 0;
    width: 1.81rem;
    height: 1.81rem;
    margin-bottom: 0.14rem;
  }
  .home-container .home-focus-us .focus-us-content .focus-us-content-item .item-title {
    order: 1;
    font-size: 0.26rem;
    color: #ffffff;
    font-weight: bold;
    opacity: 0.9;
  }
  .home-container .home-focus-us .focus-us-content .focus-us-content-item::after {
    order: 2;
    content: '';
    display: block;
    height: 0.02rem;
    width: 0.3rem;
    background-color: rgba(255, 255, 255, 0.7);
    margin: 0.14rem 0;
  }
  .home-container .home-focus-us .focus-us-content .focus-us-content-item .item-info {
    order: 3;
    font-size: 0.22rem;
    color: #ffffff;
    opacity: 0.7;
  }
  .home-container .home-focus-us .focus-us-content .focus-us-content-item .item-desc {
    order: 4;
    font-size: 0.22rem;
    color: #ffffff;
    opacity: 0.7;
  }
  .home-container .home-focus-us .focus-us-content-en {
    gap: 0.72rem;
    font-size: 0.45rem;
  }
  .home-container .home-footer {
    font-size: 0.2rem;
    height: 0.96rem;
    opacity: 0.4;
    line-height: 0.96rem;
    border-top: 0.01rem solid rgba(255, 255, 255, 0.2);
  }
  .carousel-container {
    height: 11rem;
  }
  .carousel-container .slick-dots {
    bottom: 0.5rem;
  }
  .carousel-container .slick-dots li {
    height: 0.06rem;
    width: 0.4rem;
    margin-inline: 0.05rem;
  }
  .carousel-container .slick-dots li button {
    height: 0.06rem;
    border-radius: 0;
  }
  .carousel-container .slick-dots li.slick-active {
    width: 0.4rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 1200px) {
  .home-container .header-content {
    width: calc(100% - 120px);
    padding: 0 60px;
  }
  .home-container .left {
    padding-left: 60px !important;
  }
  .home-container .right {
    padding-right: 60px !important;
  }
  .home-container .home_functions {
    height: auto;
  }
  .home-container .home_functions .fuc_map {
    width: 100%;
    padding: 130px 60px;
  }
  .home-container .home_support {
    width: 100%;
    padding: 60px;
    box-sizing: border-box;
  }
  .home-container .home_support .title {
    font-size: 28px;
  }
  .home-container .home_support .title span {
    font-size: 40px;
  }
  .home-container .home-focus-us {
    height: auto !important;
  }
}
.record-filing {
  width: 100%;
  height: 45px;
  line-height: 45px;
  color: #666;
  text-align: center;
  background-color: #222;
}
.record-filing a {
  margin-right: 10px;
  color: #666;
}
.introduce {
  position: relative;
}
.introduce > div {
  display: block;
}
.introduce > div.right,
.introduce > div.left {
  display: flex;
}
.introduce > div .iconhand {
  transform: none;
  position: absolute;
}
.introduce > div .iconhand.step-1,
.introduce > div .iconhand.step-5,
.introduce > div .iconhand.step-6 {
  transform: rotateZ(-90deg);
}
.introduce > div .iconhand.step-2,
.introduce > div .iconhand.step-4,
.introduce > div .iconhand.step-0 {
  right: 6px;
  top: -56px;
}
.introduce > div .iconhand.step-3 {
  right: 26px;
  top: 88px;
}
.introduce > div .iconhand.step-6,
.introduce > div .iconhand.step-5 {
  top: 68px;
  left: -52px;
}
.introduce > div .iconhand.step-1 {
  left: -52px;
  top: 80px;
}
.introduce > div .iconhand.step-7 {
  left: -7%;
  top: 9px;
  color: #fff !important;
}
.introduce > div .iconhand.step-8,
.introduce > div .iconhand.step-9,
.introduce > div .iconhand.step-10 {
  left: -54px;
  top: 66px;
}
.introduce > div > div {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 4px 6px 18px 0px rgba(0, 0, 0, 0.21);
}
.introduce > div .title {
  padding: 24px;
  color: #222222;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.introduce > div div[title^="stepBtn"] {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
  padding-left: 10px;
}
.introduce > div div[title^="stepBtn"] .step {
  color: #222222;
  font-size: 16px;
  padding-right: 70px;
}
.introduce > div div[title^="stepBtn"] button {
  background-color: #ce1d28;
}
.introduce > div div[title^="stepBtn"] button:hover {
  background-color: #ce1d28;
}
.introduce > div div[title^="stepBtn"] button span {
  color: #fff !important;
}
.introduce span[title^="triangle"] {
  width: 0;
  height: 0;
  position: absolute;
}
.introduce span[title^="triangle"].bottom {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 23px solid #ffffff;
  top: -10px;
  transform: translate(-50%);
  left: 90%;
}
.introduce span[title^="triangle"].right {
  border-width: 20px;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
  left: -10px;
  transform: translate(-50%);
  top: 50%;
}
.introduce span[title^="triangle"].right.step-7 {
  top: 8%;
}
.notfound {
  margin-top: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.notfound img {
  width: 32%;
}
.notfound .notfound-text {
  margin: 20px 0;
  font-size: 32px;
}
.notfound .notfound-btn {
  width: 210px;
  color: inherit;
  height: 60px;
  font-size: 20px;
}
.welcome_view {
  display: flex;
  width: 80%;
  margin: 50px auto;
}
.welcome_view .open_used {
  flex: 1.5;
  padding-right: 50px;
}
.welcome_view .open_used > h1 {
  font-size: 40px;
}
.welcome_view .open_used > p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.welcome_view .open_used .search_tree {
  width: 100%;
}
.welcome_view .open_used .search_tree .ant-input-search {
  width: 70%;
}
.welcome_view .open_used .search_tree .search_treeData {
  margin-top: 10px;
  width: 100%;
}
.welcome_view .start_use {
  flex: 1;
  padding-top: 80px;
}
.welcome_view .start_use > p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.welcome_view .start_use .use_item {
  min-height: 66px;
  background-color: #f1f2f3;
  margin: 10px 0px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.welcome_view .start_use .use_item:hover {
  background-color: rgba(255, 203, 199, 0.2);
}
.welcome_view .start_use .use_item:hover .item_icon > span {
  color: #cf1c28;
}
.welcome_view .start_use .use_item:hover .item-title {
  font-weight: 600;
}
.welcome_view .start_use .use_item .item_icon {
  padding: 10px;
}
.welcome_view .start_use .use_item .item_icon span {
  font-size: 30px;
  color: #999;
}
.welcome_view .start_use .use_item .item_icon span:hover {
  color: #cf1c28;
}
.welcome_view .start_use .use_item .item-title {
  font-size: 17px;
  font-weight: 500;
}
.welcome_view .start_use .use_item .item_remark {
  color: #A9A9A9;
  font-size: 14px;
}
.createNewProject > h1 {
  font-size: 20px;
}
.createNewProject .ant-form-item-label {
  min-width: 120px;
}
.site-tree-search-value {
  font-size: 14px;
}
.site-tree-search-value > p {
  display: flex;
  justify-content: space-between;
}
.site-tree-search-value .file_time {
  font-size: 13px;
  padding: 0 10px;
  color: #999;
}
.site-tree-search-value .file_pos {
  font-size: 13px;
  color: #999;
  padding-right: 10px;
}
.faqList {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.faqList-item {
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.faqList-item .anticon {
  color: #737780;
  font-size: 16px;
  float: right;
  margin-top: 4px;
}
.community-resource {
  min-height: 100%;
  width: 100%;
  background-color: #fff;
  display: flex;
}
.community-resource-detail {
  flex: 3;
  border-right: 1px rgba(0, 0, 0, 0.1) solid;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 44px 0;
}
.community-resource-detail-title {
  width: 1040px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 16px;
  margin-bottom: 28px;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  padding-left: 4px;
  border-left: 4px solid #cf1d29;
  position: relative;
}
.community-resource-detail-title::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: absolute;
  left: -4px;
  bottom: 0;
}
.community-resource-detail-title .ant-btn {
  font-size: 14px;
  padding-right: 0;
}
.community-resource-detail-data {
  width: 1040px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding-top: 24px;
}
.community-resource-detail-data-title {
  width: 1040px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 16px;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  padding-left: 4px;
  border-left: 4px solid #cf1d29;
  position: relative;
  margin-bottom: -16px;
  margin-top: 10;
}
.community-resource-detail-data-title::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: absolute;
  left: -4px;
  bottom: 0;
}
.community-resource-detail-data-card {
  height: 118px;
  width: 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  color: #333;
  padding: 0 45px;
}
.community-resource-detail-data-card-title {
  background: #ebeff1;
  border-radius: 135px;
  font-size: 14px;
  font-weight: 500;
  padding: 1px 13px;
}
.community-resource-detail-data-card-list {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.community-resource-detail-data-card-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.community-resource-detail-data-card-list-item-data {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.community-resource-detail-data-card-list-item-data span {
  font-size: 32px;
  line-height: 40px;
}
.community-resource-detail-data-card-list-item-name {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #666;
}
.community-resource-detail-data .common-table-title {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 11px;
  position: relative;
}
.community-resource-detail-data .common-table-title-num {
  font-size: 24px;
  font-weight: 500;
  margin-inline-start: 16px;
  margin-inline-end: 4px;
}
.community-resource-detail-data .common-table-title .ant-btn {
  position: absolute;
  right: 0;
  padding-right: 0;
}
.community-resource-detail-data .common-table .ant-table {
  scrollbar-color: inherit;
}
.community-resource-detail-data .common-table .ant-table .ant-table-thead > tr > th {
  background-color: #ebeff1;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  border-color: #d9d9d9 !important;
}
.community-resource-problem {
  flex: 1;
  padding: 44px 24px 0 24px;
}
.community-resource-problem-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 16px;
  color: #333;
  margin-bottom: 28px;
}
.community-resource .currentTask .ant-descriptions-view {
  border-radius: 0;
}
.community-resource .currentTask .ant-descriptions-view .ant-descriptions-item-label {
  text-align: center;
  width: 120px;
  font-weight: 500;
  background: #ebeff1 !important;
}
.community-resource .currentTask .ant-descriptions-view .ant-descriptions-item-content {
  padding: 0 !important;
}
.community-resource .currentTask .currentTaskChild .ant-descriptions-view .ant-descriptions-item-label {
  text-align: left;
  padding-left: 48px;
  width: 176px;
  background-color: #fff !important;
}
.community-resource .currentTask .currentTaskChild .ant-descriptions-view .ant-descriptions-item-content {
  padding: 0 !important;
  padding-left: 32px !important;
}
.community-resource .footprint {
  position: relative;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.community-resource .footprint > span {
  position: absolute;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.ant-layout-header.app-header {
  display: flex;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  z-index: 1;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  background: linear-gradient(100deg, #205b92 0%, rgba(27, 88, 144, 0.9) 100%);
}
.ant-layout-header.app-header .head-right {
  height: 100%;
  display: flex;
  align-items: center;
}
.ant-layout-header.app-header .head-right .set {
  cursor: pointer;
  font-size: 14px;
}
.ant-layout-header.app-header .head-right .separator {
  width: 1px;
  height: 16px;
  background-color: #ccc;
  margin: 0 15px;
}
.ant-layout-header.app-header .head-right .time-second {
  width: 60px;
  font-size: 16px;
  font-weight: 600;
}
.ant-layout-header.app-header .head-right .time-day {
  margin-left: 15px;
  font-size: 10px;
}
.ant-layout-header.app-header .head-center {
  margin-left: 150px;
}
.ant-layout-header.app-header.app-header-login {
  position: fixed;
  top: 0;
  left: 0;
  border: 0;
  background: transparent;
  justify-content: flex-end;
}
.ant-layout-header.app-header .app-logo {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.ant-layout-header.app-header .app-logo #logo.app-header-logo {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.ant-layout-header.app-header .app-header-menu-container {
  min-width: 600px;
}
.ant-layout-header.app-header .app-header-menu-container .app-header-menu {
  border: none !important;
  display: flex;
  justify-content: flex-end;
  line-height: 47px;
  background: transparent;
  min-width: 600px !important;
}
.ant-layout-header.app-header .app-header-menu-container .app-header-menu .ant-menu-submenu::after,
.ant-layout-header.app-header .app-header-menu-container .app-header-menu .ant-menu-item::after,
.ant-layout-header.app-header .app-header-menu-container .app-header-menu .ant-menu-item:hover::after,
.ant-layout-header.app-header .app-header-menu-container .app-header-menu .ant-menu-submenu:hover::after,
.ant-layout-header.app-header .app-header-menu-container .app-header-menu .ant-menu-item-selected::after,
.ant-layout-header.app-header .app-header-menu-container .app-header-menu .ant-menu-submenu-selected::after {
  bottom: -2px !important;
}
.ant-layout-header.app-header .app-header-menu-container .menu-white {
  color: #222222 !important;
}
.head-menu {
  display: flex;
  align-items: center;
  margin: 0 18px;
}
.head-menu .head-menu-item {
  margin-right: 20px;
  height: 46px;
  color: #cce5fd;
  padding: 0 15px;
  cursor: pointer;
  transition: all 0.3s;
}
.head-menu .head-menu-item:hover {
  background-color: #04284a;
  color: #fff;
}
.head-menu .checked.head-menu-item {
  background-color: #04284a;
  color: #fff;
}
#root > #customer-service {
  position: fixed;
  z-index: 9999;
  height: 40px;
  width: 40px;
  background: #2c2c2c;
  border-radius: 20px;
  display: flex !important;
  justify-content: center;
  cursor: pointer;
  bottom: 6px;
  right: 50px;
  color: #fff;
}
#root > #customer-service:hover > span {
  color: #ccc;
}
/* 清除内外边距 */
body,
hr,
p,
blockquote,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0;
  font: inherit;
  background: transparent;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
/* 设置默认字体 */
body,
button,
input,
select,
textarea {
  /* for ie */
  /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
  font: 12px/1 Tahoma, Helvetica, Arial, "5b8b4f53", sans-serif;
  /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}
h1 {
  font-size: 18px;
  /* 18px / 12px = 1.5 */
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
h4,
h5,
h6 {
  font-size: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
/* 将斜体扶正 */
code,
kbd,
pre,
samp,
tt {
  font-family: "Courier New", Courier, monospace;
}
/* 统一等宽字体 */
small {
  font-size: 12px;
}
/* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul,
ol {
  list-style: none;
}
/* 重置文本格式元素 */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
abbr[title],
acronym[title] {
  /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
  border-bottom: 1px dotted;
  cursor: help;
}
q:before,
q:after {
  content: "";
}
/* 重置表单元素 */
legend {
  color: #000;
}
/* for ie6 */
fieldset,
img {
  border: none;
}
/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 使得表单元素在 ie 下能继承字体大小 */
  vertical-align: middle;
}
/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 重置 hr */
hr {
  border: none;
  height: 1px;
}
/* 
html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/
html,
body,
div,
span,
object,
iframe,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}
body {
  line-height: 1;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
a:foucus {
  outline: none;
}
.ant-layout-content {
  color: #222;
}
html,
body {
  height: 100vh;
  overflow: hidden;
}
body {
  background: #f3f3f3;
  width: 100%;
  font-size: 16px;
}
html {
  font-size: 12px;
  color: #333;
  font-family: "Noto Sans SC";
}
a {
  text-decoration: none;
}
#root {
  height: 100%;
  min-height: 100%;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
}
#root .app-content {
  overflow: auto;
  background: #f0f2f5;
}
.ant-app {
  height: 100%;
  min-height: 100%;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
}
.ellipsis {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flex-center {
  display: flex;
  justify-content: center;
}
.flex-col-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.position-relative {
  position: relative;
}
.btn-click {
  transition: box-shadow 0.15s;
}
.btn-click:hover {
  box-shadow: 0 0 0 1px rgba(206, 29, 40, 0.4);
}
.btn-click:active {
  transition-duration: 0;
  box-shadow: 0 0 0 2px rgba(206, 29, 40, 0.3), 0 0 0 4px rgba(206, 29, 40, 0.2), 0 0 0 6px rgba(206, 29, 40, 0.1);
}
.opt-btn {
  color: #999;
}
.opt-btn:hover {
  color: #40a9ff;
  cursor: pointer;
}
.text-btn {
  color: #3a9ae6;
  cursor: pointer;
  text-decoration: none;
}
.text-btn:hover {
  text-decoration: underline;
}
.input-border-bottom {
  background-color: #ffffff;
  position: relative;
}
.input-border-bottom.ant-input {
  border-bottom: 1px solid #eee;
  border-radius: 0;
}
.input-border-bottom .ant-input-group-addon,
.input-border-bottom .ant-input-number-group-addon {
  width: 65px !important;
  background: transparent !important;
  border: none !important;
}
.input-border-bottom .ant-input-group-addon {
  padding: 0px 0px;
  width: 1px !important;
}
.input-border-bottom:after {
  content: '';
  position: absolute;
  background: #eee;
  height: 1px;
  width: 100%;
  left: 0px;
  bottom: 0px;
}
.input-border-bottom:focus:after,
.input-border-bottom:hover:after,
.input-border-bottom:active:after,
.input-border-bottom:focus.ant-input,
.input-border-bottom:hover.ant-input,
.input-border-bottom:active.ant-input {
  border-bottom: 1px solid rgba(206, 29, 40, 0.3);
}
.ellipCls {
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nc-container .nc_scale .btn_ok {
  box-sizing: content-box;
}
.app-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  z-index: 1;
}
.app-header.app-header-login {
  position: fixed;
  top: 0;
  left: 0;
  border: 0;
  background: transparent;
  justify-content: flex-end;
}
.margeTop20 {
  margin-top: 20px;
}
.point-notification {
  width: auto !important;
  min-width: 200px;
  height: 40px;
  padding: 9px 16px !important;
}
.point-notification .ant-notification-notice-message {
  height: 100%;
}
.point-notification .ant-notification-notice-message > span {
  display: flex;
  align-items: center;
}
.point-notification .ant-notification-notice-message .anticon {
  font-size: 24px;
  margin-inline-start: 8px;
  color: #737780;
}
.point-notification .ant-notification-notice-close {
  right: 16px !important;
  top: 10px !important;
}
@keyframes myrotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes myrotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.disabled {
  cursor: not-allowed;
}
::-webkit-scrollbar {
  width: 16px;
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
  background-color: #dee2e6;
  border: 5px solid transparent;
  border-left: 6px solid transparent;
  border-radius: 15px;
  background-clip: padding-box;
}
::-webkit-scrollbar-track {
  background: #f8f9fa;
  border: 5px solid transparent;
  border-left: 6px solid transparent;
  border-radius: 15px;
  background-clip: padding-box;
}

.video-react .video-react-control:before, .video-react .video-react-big-play-button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-react .video-react-control:before, .video-react .video-react-big-play-button:before {
  text-align: center;
}

@font-face {
  font-family: "video-react";
  src: url(data:application/vnd.ms-fontobject;base64,MBgAAHwXAAABAAIAAAAAAAAAAAAAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAic4U8QAAAAAAAAAAAAAAAAAAAAAAABYAdgBpAGQAZQBvAC0AcgBlAGEAYwB0AAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAWAHYAaQBkAGUAbwAtAHIAZQBhAGMAdAAAAAAAAAEAAAALAIAAAwAwT1MvMg7RD8oAAAC8AAAAYGNtYXAOVuSnAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zsdb3FIAAAF4AAAS0GhlYWQLMledAAAUSAAAADZoaGVhB6wEJgAAFIAAAAAkaG10eIgAFM8AABSkAAAAlGxvY2FLllAoAAAVOAAAAExtYXhwACoAyQAAFYQAAAAgbmFtZVtqyukAABWkAAABtnBvc3QAAwAAAAAXXAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADyIAQAAAAAAAQAAAAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg8iD//f//AAAAAAAg8gD//f//AAH/4w4EAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAVYA1gMqAyoAAgAACQIBVgHU/iwDKv7W/tYAAgBWAFYDqgOqAAIAFgAAAS0BNzIeAhUUDgIjIi4CNTQ+AgGqAQD/AFZYnHNDQ3ObWVicc0NDc5sBQMDA6kNzm1lYnHNDQ3ObWVicc0MAAAADAFYAVgOqA6oAEwAnACoAACUyPgI1NC4CIyIOAhUUHgITMh4CFRQOAiMiLgI1ND4CExEFAgBGfV02Nl18R0Z9XTY2XXxHWJxzQ0Nzm1lYnHNDQ3ObAwEAqjZdfEdGfV02Nl18R0Z9XTYDAENzm1lYnHNDQ3ObWVicc0P9lgGAwAAAAAACAQAA1gMAAyoAAwAHAAABMxEjIREzEQJWqqr+qqoDKv2sAlT9rAAAAwBWAFYDqgOqAAMABwAbAAABESMRIxEjERMyHgIVFA4CIyIuAjU0PgICgFZUVoBYnHNDQ3ObWVicc0NDc5sBVgFU/qwBVP6sAlRDc5tZWJxzQ0Nzm1lYnHNDAAAEAFYAVgOqA6oAAwAXACsALwAAAREzEQcyPgI1NC4CIyIOAhUUHgITMh4CFRQOAiMiLgI1ND4CAxEzEQIqVoBGfV02Nl18R0Z9XTY2XXxHWJxzQ0Nzm1lYnHNDQ3ObJ1YBVgFU/qysNl18R0Z9XTY2XXxHRn1dNgMAQ3ObWVicc0NDc5tZWJxzQ/2sAVT+rAABAQABAAMAAwAAAwAAASERIQEAAgD+AAMA/gAAAgBqAQADVgMAAAIABQAACQERIQkBAeoBbP6A/pQBbAIAAQD+AAEAAQAAAAACAKoBAAOWAwAAAgAFAAAJAiERAQIqAWz+lP6AAWwDAP8A/wACAP8AAAAAAAIBAAEAAwADAAACAAYAAAkBEQEzESMBlgFq/gBWVgIAAQD+AAIA/gAAAAAAAgEAAQADAAMAAAMABgAAATMRIyERAQKqVlb+VgFqAwD+AAIA/wAAAAIAqgCAA1YD1gBFAGgAAAEOARUUBjEjNzMVIwcwNjU0MjU0FjsBMhYXHgEXHgEVFAYHDgEHDgEHDgEjIiYnLgEnLgE1MxQWMzI2PwEwNj0BLwEwJiMRMh4CFRQOAiMiLgI1MxQeAjMyPgI1NC4CIxUnNwH4AwsEHgpmSgQEBgUDCAYNAwMKAwcLAQMDBQYGBwMDEQYGDQMDCwYICiIODAMGAwoEBAoJA0Z9XTY2XXxHRn1dNlYpRV01NF5FKSlFXTXW1gG8AQUCAwNeHiYBAwMDAwMDAwMGAwcZDgYNAwMNBgYDAwMBAQMDAgMEFgwLCQEDCAkDGggKBAFuNV17R0Z9XTY2XXxHNF5FKSlFXTU0XkUprNbWAAAEAKoAgANWA9YAGwBGAE0AcAAAARQWMzI2PwEwNj0BMCY1NCYjIgYPATAGHQEwFjcUBg8BMAYjIgYjIiYnLgEnLgE9ATQ2PwEwNjMyNjMyFhceARceARceARUHIzUHNTczEzIeAhUUDgIjIi4CNTMUHgIzMj4CNTQuAiMVJzcCNA4GAwgDCAQEEgQDBgMIBgZUAQMMEAYGDgYGDgYGCAYKCAEDDg4GBg4GBg4GBgoGBgMDAwG2KCpMBi5GfV02Nl18R0Z9XTZWKUVdNTReRSkpRV011tYBeAUJAQMKCQNWCQMECgMDCAkDVgknCRMGGgwEAQMDBgMFKA8eCRMGGgwEAQMDBgMDDgkJEAlqjAweGAEeNV17R0Z9XTY2XXxHNF5FKSlFXTU0XkUprNbWAAAABACqAIADVgPWABsARgCjAMYAAAEUFjMyNj8BMDY9ATQmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVIzI2PQEwJjU0JisBMAYjIgYdASM0NjMyNjMyFhceAR0BMAYVFAYjIgYHHgEXHgEVFAYHDgEHDgEjIgYjIiYnLgEnLgE1MxUwFhUUFjsBMDYzMjY9ATAmNTQmKwE1EzIeAhUUDgIjIi4CNTMUHgIzMj4CNTQuAiMVJzcCPBAGAwYDCAQEEAQDCAMIBARQAQMMEAYGDgYPFQoGAwMDAwMDDBAGBgwGBg4GBgoGBgMDAwHiDBIEBQMWBQMDASwWDgMOAw0ZCggIBAUDAwgDBg0DAwUBAwMGAwMNBgYOBgYLAwMNBggKJAQFAxYFAwMBBAUDGmZGfV02Nl18R0Z9XTZWKUVdNTReRSkpRV011tYBeAYIAQMKCQNWAwYDBAoDAwgJA1YJJwkTBhoMBAsFAw4JCRAJHgkTBhoMBAEDAwYDAw4JCRAJDgwIBQMDAQQFAwgPHwQHBQQYCg4JAwMFBwMDBwYGDgYGDQMDCgMDBQQBAwMCAwQbCwgFAwMBBAUDFgUDAwEeAWo1XXtHRn1dNjZdfEc0XkUpKUVdNTReRSms1tYAAAIAqgCAA1YD1gBCAGUAAAEOARUUBjEjNzMVIwcwNjU0MjU0FjsBMhYXHgEXHgEVFAYHDgEHDgEjIiYnLgEnLgE1MxQWMzI2PwEwNj0BLwEwJiMlND4CMzUXBzUiDgIVFB4CMzI+AjUzFA4CIyIuAgH0AwsEGgpmSgQEBgUDCAYNAwMKAwcLAQMDBQYIFw8GDQMDCwYICiIODAMGAwoEBAoJA/6uNl18R9bWNF5FKSlFXTU0XkUpVjZdfEdGfV02AbwBBQIDA14eJgEDAwMDAwMDAwYDBxkOBg0DAw0GCAgBAwMCAwQWDAsJAQMICQMaCAoEGkZ8XTWs1tasKUVdNTReRSkpRV01Rn1dNjZdfAAABACqAIADVgPWABsARgBNAHAAAAEUFjMyNj8BMDY9ATAmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVByM1BzU3MwU0PgIzNRcHNSIOAhUUHgIzMj4CNTMUDgIjIi4CAjQOBgMIAwgEBBIEAwYDCAYGUAEDDBAGBg4GBg4GBggGCggBAw4OBgYOBgYOBgYKBgYDAwMBsigqTAb+2DZdfEfW1jReRSkpRV01NF5FKVY2XXxHRn1dNgF4BQkBAwoJA1YJAwQKAwMICQNWCScJEwYaDAQBAwMGAwUoDx4JEwYaDAQBAwMGAwMOCQkQCWqMDB4YNkZ8XTWs1tasKUVdNTReRSkpRV01Rn1dNjZdfAAAAAQAqgCAA1YD1gAiAD4AaQDGAAATND4CMzUXBzUiDgIVFB4CMzI+AjUzFA4CIyIuAgUUFjMyNj8BMDY9ATAmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVIzI2PQEwJjU0JisBMAYjIgYdASM0NjMyNjMyFhceAR0BMAYVFAYjIgYHHgEXHgEVFAYHDgEHDgEjIgYjIiYnLgEnLgE1MxUwFhUUFjsBMDYzMjY9ATAmNTQmKwE1qjZdfEfW1jReRSkpRV01NF5FKVY2XXxHRn1dNgGODgYDCAMIBAQSBAMGAwgEBFQBAwwQBgYOBg8VCgYDAwMDAwMMEAYGDAYGDgYGCgYGAwMDAeIMEgQFAxYFAwMBLBYOAw4DDRkKCAgEBQMDCAMGDQMDBQEDAwYDAw0GBg4GBgsDAw0GCAokBAUDFgUDAwEEBQMaAdZGfF01rNbWrClFXTU0XkUpKUVdNUZ9XTY2XXwXBQkBAwoJA1YJAwQKAwMICQNWCScJEwYaDAQLBQMOCQkQCR4JEwYaDAQBAwMGAwMOCQkQCQ4MCAUDAwEEBQMIDx8EBwUEGAoOCQMDBQcDAwcGBg4GBg0DAwoDAwUEAQMDAgMEGwsIBQMDAQQFAxYFAwMBHgAAAAAEAIAAgAOAA4AAAgAUACYALgAAARUnJwEHJw4BBzU+ATcnEScjETMnATQuAic1HgMVFAYHJz4BJxwBByc1HgECAFrwAso2WCJOLBswFbbWqsrKAqofOU0vQG5PLRcVQAoMagJoMDoDVrRahP02NlgbKAtYBxoRtv7g1gEAyv62M1xLNg5YDkVjfEQwWydCGTkeBw0GaF4YWwAAAAABASoAqgKqA1YABQAAATM3EScjASqs1NSsAoDW/VTWAAIA1gCqAxYDVgAFAAwAABMzNxEnIyUUBgcRHgHWqtbWqgJAPDAwPAKA1v1U1oA5WxgBWBhbAAAAAwCAAIoDgAN2ABUAHAAiAAABHgMVFA4CBzU+AzU0LgInExQGBxEeASUzNxEnIwJWQG5PLS1PbUEuTjkfHzlNL2o6MDA6/cCq1taqA3YORWN8RER7Y0YOWA03S1wzM1xLNg7+4jlbGAFYGFtH1v1U1gAAAAAEANYA1gMqAyoABQALABEAFwAAATMVIzUjEzUzFSM1ATUzFSMVHQEzFSM1AlbUVICAVNT+gNSAgNQDKtSA/lSA1FQBLNRUgKyAVNQABADWANYDKgMqAAUACwARABcAAAEzFSM1MwM1MxUjFQE1MxUjNRE1MxUjNQKqgNRUVNSA/qxU1NRUAqpU1P2s1FSAAdSA1FT+rFTUgAAAAAADAIAAqgOAA1YAFwAvAD8AAAE1NCYrASIGHQEUFjsBMjY9ASMVIzUzFSM1NCYrASIGHQEUFjsBMjY9ASMVIzUzFQEyFhURFAYjISImNRE0NjMDABgSgBIaGhKAEhhAVlbqGhKAEhgYEoASGkBWVgGUIjQzI/2sJDIyJAIqLBIYGBKsEhgYEiwWgBYsEhgYEqwSGBgSLBaAFgEsMyP+ACI0MyMCACI0AAAEAIAAgAOAA4AAAwANABkAKQAAATUzFScRMzI2PQE0JiMBESMVIzUjETM1MxUBMhYVERQGIyEiJjURNDYzAmpWlqwSGBgS/wBAVkBAVgGUIjQzI/2sJDIyJAHAgIDA/wAYEqwSGP8AAQBqav8AVlYCADMj/awiNDMjAlQiNAAAAAIAZABWA5wDqgALAFkAAAEyNjU0JiMiBhUUFiUXHgEPAQ4BLwEOAQ8BDgErASImLwEuAScHBiYvASY2PwEuATU8ATcnLgE/AT4BHwE+AT8BPgE7ATIWHwEeARc3NhYfARYGDwEeARUcAQIAPVlYPj1ZWAF8WgYCBFYEDghqECQUEAELCKwHCwIQEyQRagcOBVYEAgZaAQECWgYCBFYEDghqECQUEAELCKwHCwIQEyQRagcOBVYEAgZaAQEBalg+PVlYPj1ZbEYEEAiUBwQDKgwWCHAHCwoIcAcVDioDAwiUBxAFRgoVCwoVC0YEEAiUBwQDKgwWCHAHCwoIcAcVDioDAwiUBxAFRgoVCwoVAAAAAQCAAFgDgAOqADMAAAEyFhUUBiMiJjU8ATclDgEjIiY1NDYzMhYXJS4BNTQ2MzIWFRQGIyImJwUeARUUBgcFPgEDADNJSTMzSQL+0hIsGjRMSzUZLRIBLAEDSzU0TEs1GS0S/tQBAwICATAQLAFSSTMzS0szBw8GsBASSzU0TBERrgcPCDRMSzU0TBMRsAcPCAcPCLAPEQADAFYAVgOqA6oAAwAHABsAAAE1IxUTESMREzIeAhUUDgIjIi4CNTQ+AgIqVFRUKlicc0NDc5tZWJxzQ0NzmwKAVlb+qgEA/wACgENzm1lYnHNDQ3ObWVicc0MAAAQAVgBWA6oDqgADABcAKwAvAAABNTMVAzI+AjU0LgIjIg4CFRQeAhMyHgIVFA4CIyIuAjU0PgITETMRAdZUKkZ9XTY2XXxHRn1dNjZdfEdYnHNDQ3ObWVicc0NDc5svVAKAVlb+KjZdfEdGfV02Nl18R0Z9XTYDAENzm1lYnHNDQ3ObWVicc0P9gAEA/wAAAAEA1gDWAyoDKgALAAABBxcHJwcnNyc3FzcDKu7uPO7uPO7uPO7uAu7u7jzu7jzu7jzu7gABAFUAVQOrA6sAFAAAExQeAjMyPgI1NC4CIyIOAhVVQ3ScWFicdENDdJxYWJx0QwIAWJx0Q0N0nFhYnHRDQ3ScWAAAAAIAVQBVA6sDqwAUACgAAAEiDgIVFB4CMzI+AjU0LgIjESIuAjU0PgIzMh4CFRQOAgIAWJx0Q0N0nFhYnHRDQ3ScWEd8XTU1XXxHR3xdNTVdfAOrQ3ScWFicdENDdJxYWJx0Q/0ANV18R0d8XTU1XXxHR3xdNQAAAAMAVQBVA6sDqwAUACgANAAAASIOAhUUHgIzMj4CNTQuAiMRIi4CNTQ+AjMyHgIVFA4CExQGIyImNTQ2MzIWAgBYnHRDQ3ScWFicdENDdJxYR3xdNTVdfEdHfF01NV18OUs1NUtLNTVLA6tDdJxYWJx0Q0N0nFhYnHRD/QA1XXxHR3xdNTVdfEdHfF01AVU1S0s1NUtLAAAAAQAAAAEAAPEUzolfDzz1AAsEAAAAAADUNIllAAAAANQ0iWUAAAAAA6sD1gAAAAgAAgAAAAAAAAABAAAEAAAAAAAEAAAAAAADqwABAAAAAAAAAAAAAAAAAAAAJQQAAAAAAAAAAAAAAAAAAAAEAAFWBAAAVgQAAFYEAAEABAAAVgQAAFYEAAEABAAAagQAAKoEAAEABAABAAQAAKoEAACqBAAAqgQAAKoEAACqBAAAqgQAAIAEAAEqBAAA1gQAAIAEAADWBAAA1gQAAIAEAACABAAAZAQAAIAEAABWBAAAVgQAANYEAABVBAAAVQQAAFUAAAAAAAoAFAAeACwAVACWAKoA2AEgAS4BRAFaAXABhAIQAqgDpgQuBMYFxAYSBiIGPgZ4Bp4GxgcaB1oH4gguCFwIpAi+COAJHAloAAEAAAAlAMcABAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQALAAAAAQAAAAAAAgAHAIQAAQAAAAAAAwALAEIAAQAAAAAABAALAJkAAQAAAAAABQALACEAAQAAAAAABgALAGMAAQAAAAAACgAaALoAAwABBAkAAQAWAAsAAwABBAkAAgAOAIsAAwABBAkAAwAWAE0AAwABBAkABAAWAKQAAwABBAkABQAWACwAAwABBAkABgAWAG4AAwABBAkACgA0ANR2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRWZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADB2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHR2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRSZWd1bGFyAFIAZQBnAHUAbABhAHJ2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA?#iefix) format("eot");
}
@font-face {
  font-family: "video-react";
  src: url(data:application/font-woff;base64,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) format("woff"), url(data:application/x-font-ttf;base64,AAEAAAALAIAAAwAwT1MvMg7RD8oAAAC8AAAAYGNtYXAOVuSnAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zsdb3FIAAAF4AAAS0GhlYWQLMledAAAUSAAAADZoaGVhB6wEJgAAFIAAAAAkaG10eIgAFM8AABSkAAAAlGxvY2FLllAoAAAVOAAAAExtYXhwACoAyQAAFYQAAAAgbmFtZVtqyukAABWkAAABtnBvc3QAAwAAAAAXXAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADyIAQAAAAAAAQAAAAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg8iD//f//AAAAAAAg8gD//f//AAH/4w4EAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAVYA1gMqAyoAAgAACQIBVgHU/iwDKv7W/tYAAgBWAFYDqgOqAAIAFgAAAS0BNzIeAhUUDgIjIi4CNTQ+AgGqAQD/AFZYnHNDQ3ObWVicc0NDc5sBQMDA6kNzm1lYnHNDQ3ObWVicc0MAAAADAFYAVgOqA6oAEwAnACoAACUyPgI1NC4CIyIOAhUUHgITMh4CFRQOAiMiLgI1ND4CExEFAgBGfV02Nl18R0Z9XTY2XXxHWJxzQ0Nzm1lYnHNDQ3ObAwEAqjZdfEdGfV02Nl18R0Z9XTYDAENzm1lYnHNDQ3ObWVicc0P9lgGAwAAAAAACAQAA1gMAAyoAAwAHAAABMxEjIREzEQJWqqr+qqoDKv2sAlT9rAAAAwBWAFYDqgOqAAMABwAbAAABESMRIxEjERMyHgIVFA4CIyIuAjU0PgICgFZUVoBYnHNDQ3ObWVicc0NDc5sBVgFU/qwBVP6sAlRDc5tZWJxzQ0Nzm1lYnHNDAAAEAFYAVgOqA6oAAwAXACsALwAAAREzEQcyPgI1NC4CIyIOAhUUHgITMh4CFRQOAiMiLgI1ND4CAxEzEQIqVoBGfV02Nl18R0Z9XTY2XXxHWJxzQ0Nzm1lYnHNDQ3ObJ1YBVgFU/qysNl18R0Z9XTY2XXxHRn1dNgMAQ3ObWVicc0NDc5tZWJxzQ/2sAVT+rAABAQABAAMAAwAAAwAAASERIQEAAgD+AAMA/gAAAgBqAQADVgMAAAIABQAACQERIQkBAeoBbP6A/pQBbAIAAQD+AAEAAQAAAAACAKoBAAOWAwAAAgAFAAAJAiERAQIqAWz+lP6AAWwDAP8A/wACAP8AAAAAAAIBAAEAAwADAAACAAYAAAkBEQEzESMBlgFq/gBWVgIAAQD+AAIA/gAAAAAAAgEAAQADAAMAAAMABgAAATMRIyERAQKqVlb+VgFqAwD+AAIA/wAAAAIAqgCAA1YD1gBFAGgAAAEOARUUBjEjNzMVIwcwNjU0MjU0FjsBMhYXHgEXHgEVFAYHDgEHDgEHDgEjIiYnLgEnLgE1MxQWMzI2PwEwNj0BLwEwJiMRMh4CFRQOAiMiLgI1MxQeAjMyPgI1NC4CIxUnNwH4AwsEHgpmSgQEBgUDCAYNAwMKAwcLAQMDBQYGBwMDEQYGDQMDCwYICiIODAMGAwoEBAoJA0Z9XTY2XXxHRn1dNlYpRV01NF5FKSlFXTXW1gG8AQUCAwNeHiYBAwMDAwMDAwMGAwcZDgYNAwMNBgYDAwMBAQMDAgMEFgwLCQEDCAkDGggKBAFuNV17R0Z9XTY2XXxHNF5FKSlFXTU0XkUprNbWAAAEAKoAgANWA9YAGwBGAE0AcAAAARQWMzI2PwEwNj0BMCY1NCYjIgYPATAGHQEwFjcUBg8BMAYjIgYjIiYnLgEnLgE9ATQ2PwEwNjMyNjMyFhceARceARceARUHIzUHNTczEzIeAhUUDgIjIi4CNTMUHgIzMj4CNTQuAiMVJzcCNA4GAwgDCAQEEgQDBgMIBgZUAQMMEAYGDgYGDgYGCAYKCAEDDg4GBg4GBg4GBgoGBgMDAwG2KCpMBi5GfV02Nl18R0Z9XTZWKUVdNTReRSkpRV011tYBeAUJAQMKCQNWCQMECgMDCAkDVgknCRMGGgwEAQMDBgMFKA8eCRMGGgwEAQMDBgMDDgkJEAlqjAweGAEeNV17R0Z9XTY2XXxHNF5FKSlFXTU0XkUprNbWAAAABACqAIADVgPWABsARgCjAMYAAAEUFjMyNj8BMDY9ATQmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVIzI2PQEwJjU0JisBMAYjIgYdASM0NjMyNjMyFhceAR0BMAYVFAYjIgYHHgEXHgEVFAYHDgEHDgEjIgYjIiYnLgEnLgE1MxUwFhUUFjsBMDYzMjY9ATAmNTQmKwE1EzIeAhUUDgIjIi4CNTMUHgIzMj4CNTQuAiMVJzcCPBAGAwYDCAQEEAQDCAMIBARQAQMMEAYGDgYPFQoGAwMDAwMDDBAGBgwGBg4GBgoGBgMDAwHiDBIEBQMWBQMDASwWDgMOAw0ZCggIBAUDAwgDBg0DAwUBAwMGAwMNBgYOBgYLAwMNBggKJAQFAxYFAwMBBAUDGmZGfV02Nl18R0Z9XTZWKUVdNTReRSkpRV011tYBeAYIAQMKCQNWAwYDBAoDAwgJA1YJJwkTBhoMBAsFAw4JCRAJHgkTBhoMBAEDAwYDAw4JCRAJDgwIBQMDAQQFAwgPHwQHBQQYCg4JAwMFBwMDBwYGDgYGDQMDCgMDBQQBAwMCAwQbCwgFAwMBBAUDFgUDAwEeAWo1XXtHRn1dNjZdfEc0XkUpKUVdNTReRSms1tYAAAIAqgCAA1YD1gBCAGUAAAEOARUUBjEjNzMVIwcwNjU0MjU0FjsBMhYXHgEXHgEVFAYHDgEHDgEjIiYnLgEnLgE1MxQWMzI2PwEwNj0BLwEwJiMlND4CMzUXBzUiDgIVFB4CMzI+AjUzFA4CIyIuAgH0AwsEGgpmSgQEBgUDCAYNAwMKAwcLAQMDBQYIFw8GDQMDCwYICiIODAMGAwoEBAoJA/6uNl18R9bWNF5FKSlFXTU0XkUpVjZdfEdGfV02AbwBBQIDA14eJgEDAwMDAwMDAwYDBxkOBg0DAw0GCAgBAwMCAwQWDAsJAQMICQMaCAoEGkZ8XTWs1tasKUVdNTReRSkpRV01Rn1dNjZdfAAABACqAIADVgPWABsARgBNAHAAAAEUFjMyNj8BMDY9ATAmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVByM1BzU3MwU0PgIzNRcHNSIOAhUUHgIzMj4CNTMUDgIjIi4CAjQOBgMIAwgEBBIEAwYDCAYGUAEDDBAGBg4GBg4GBggGCggBAw4OBgYOBgYOBgYKBgYDAwMBsigqTAb+2DZdfEfW1jReRSkpRV01NF5FKVY2XXxHRn1dNgF4BQkBAwoJA1YJAwQKAwMICQNWCScJEwYaDAQBAwMGAwUoDx4JEwYaDAQBAwMGAwMOCQkQCWqMDB4YNkZ8XTWs1tasKUVdNTReRSkpRV01Rn1dNjZdfAAAAAQAqgCAA1YD1gAiAD4AaQDGAAATND4CMzUXBzUiDgIVFB4CMzI+AjUzFA4CIyIuAgUUFjMyNj8BMDY9ATAmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVIzI2PQEwJjU0JisBMAYjIgYdASM0NjMyNjMyFhceAR0BMAYVFAYjIgYHHgEXHgEVFAYHDgEHDgEjIgYjIiYnLgEnLgE1MxUwFhUUFjsBMDYzMjY9ATAmNTQmKwE1qjZdfEfW1jReRSkpRV01NF5FKVY2XXxHRn1dNgGODgYDCAMIBAQSBAMGAwgEBFQBAwwQBgYOBg8VCgYDAwMDAwMMEAYGDAYGDgYGCgYGAwMDAeIMEgQFAxYFAwMBLBYOAw4DDRkKCAgEBQMDCAMGDQMDBQEDAwYDAw0GBg4GBgsDAw0GCAokBAUDFgUDAwEEBQMaAdZGfF01rNbWrClFXTU0XkUpKUVdNUZ9XTY2XXwXBQkBAwoJA1YJAwQKAwMICQNWCScJEwYaDAQLBQMOCQkQCR4JEwYaDAQBAwMGAwMOCQkQCQ4MCAUDAwEEBQMIDx8EBwUEGAoOCQMDBQcDAwcGBg4GBg0DAwoDAwUEAQMDAgMEGwsIBQMDAQQFAxYFAwMBHgAAAAAEAIAAgAOAA4AAAgAUACYALgAAARUnJwEHJw4BBzU+ATcnEScjETMnATQuAic1HgMVFAYHJz4BJxwBByc1HgECAFrwAso2WCJOLBswFbbWqsrKAqofOU0vQG5PLRcVQAoMagJoMDoDVrRahP02NlgbKAtYBxoRtv7g1gEAyv62M1xLNg5YDkVjfEQwWydCGTkeBw0GaF4YWwAAAAABASoAqgKqA1YABQAAATM3EScjASqs1NSsAoDW/VTWAAIA1gCqAxYDVgAFAAwAABMzNxEnIyUUBgcRHgHWqtbWqgJAPDAwPAKA1v1U1oA5WxgBWBhbAAAAAwCAAIoDgAN2ABUAHAAiAAABHgMVFA4CBzU+AzU0LgInExQGBxEeASUzNxEnIwJWQG5PLS1PbUEuTjkfHzlNL2o6MDA6/cCq1taqA3YORWN8RER7Y0YOWA03S1wzM1xLNg7+4jlbGAFYGFtH1v1U1gAAAAAEANYA1gMqAyoABQALABEAFwAAATMVIzUjEzUzFSM1ATUzFSMVHQEzFSM1AlbUVICAVNT+gNSAgNQDKtSA/lSA1FQBLNRUgKyAVNQABADWANYDKgMqAAUACwARABcAAAEzFSM1MwM1MxUjFQE1MxUjNRE1MxUjNQKqgNRUVNSA/qxU1NRUAqpU1P2s1FSAAdSA1FT+rFTUgAAAAAADAIAAqgOAA1YAFwAvAD8AAAE1NCYrASIGHQEUFjsBMjY9ASMVIzUzFSM1NCYrASIGHQEUFjsBMjY9ASMVIzUzFQEyFhURFAYjISImNRE0NjMDABgSgBIaGhKAEhhAVlbqGhKAEhgYEoASGkBWVgGUIjQzI/2sJDIyJAIqLBIYGBKsEhgYEiwWgBYsEhgYEqwSGBgSLBaAFgEsMyP+ACI0MyMCACI0AAAEAIAAgAOAA4AAAwANABkAKQAAATUzFScRMzI2PQE0JiMBESMVIzUjETM1MxUBMhYVERQGIyEiJjURNDYzAmpWlqwSGBgS/wBAVkBAVgGUIjQzI/2sJDIyJAHAgIDA/wAYEqwSGP8AAQBqav8AVlYCADMj/awiNDMjAlQiNAAAAAIAZABWA5wDqgALAFkAAAEyNjU0JiMiBhUUFiUXHgEPAQ4BLwEOAQ8BDgErASImLwEuAScHBiYvASY2PwEuATU8ATcnLgE/AT4BHwE+AT8BPgE7ATIWHwEeARc3NhYfARYGDwEeARUcAQIAPVlYPj1ZWAF8WgYCBFYEDghqECQUEAELCKwHCwIQEyQRagcOBVYEAgZaAQECWgYCBFYEDghqECQUEAELCKwHCwIQEyQRagcOBVYEAgZaAQEBalg+PVlYPj1ZbEYEEAiUBwQDKgwWCHAHCwoIcAcVDioDAwiUBxAFRgoVCwoVC0YEEAiUBwQDKgwWCHAHCwoIcAcVDioDAwiUBxAFRgoVCwoVAAAAAQCAAFgDgAOqADMAAAEyFhUUBiMiJjU8ATclDgEjIiY1NDYzMhYXJS4BNTQ2MzIWFRQGIyImJwUeARUUBgcFPgEDADNJSTMzSQL+0hIsGjRMSzUZLRIBLAEDSzU0TEs1GS0S/tQBAwICATAQLAFSSTMzS0szBw8GsBASSzU0TBERrgcPCDRMSzU0TBMRsAcPCAcPCLAPEQADAFYAVgOqA6oAAwAHABsAAAE1IxUTESMREzIeAhUUDgIjIi4CNTQ+AgIqVFRUKlicc0NDc5tZWJxzQ0NzmwKAVlb+qgEA/wACgENzm1lYnHNDQ3ObWVicc0MAAAQAVgBWA6oDqgADABcAKwAvAAABNTMVAzI+AjU0LgIjIg4CFRQeAhMyHgIVFA4CIyIuAjU0PgITETMRAdZUKkZ9XTY2XXxHRn1dNjZdfEdYnHNDQ3ObWVicc0NDc5svVAKAVlb+KjZdfEdGfV02Nl18R0Z9XTYDAENzm1lYnHNDQ3ObWVicc0P9gAEA/wAAAAEA1gDWAyoDKgALAAABBxcHJwcnNyc3FzcDKu7uPO7uPO7uPO7uAu7u7jzu7jzu7jzu7gABAFUAVQOrA6sAFAAAExQeAjMyPgI1NC4CIyIOAhVVQ3ScWFicdENDdJxYWJx0QwIAWJx0Q0N0nFhYnHRDQ3ScWAAAAAIAVQBVA6sDqwAUACgAAAEiDgIVFB4CMzI+AjU0LgIjESIuAjU0PgIzMh4CFRQOAgIAWJx0Q0N0nFhYnHRDQ3ScWEd8XTU1XXxHR3xdNTVdfAOrQ3ScWFicdENDdJxYWJx0Q/0ANV18R0d8XTU1XXxHR3xdNQAAAAMAVQBVA6sDqwAUACgANAAAASIOAhUUHgIzMj4CNTQuAiMRIi4CNTQ+AjMyHgIVFA4CExQGIyImNTQ2MzIWAgBYnHRDQ3ScWFicdENDdJxYR3xdNTVdfEdHfF01NV18OUs1NUtLNTVLA6tDdJxYWJx0Q0N0nFhYnHRD/QA1XXxHR3xdNTVdfEdHfF01AVU1S0s1NUtLAAAAAQAAAAEAAPEUzolfDzz1AAsEAAAAAADUNIllAAAAANQ0iWUAAAAAA6sD1gAAAAgAAgAAAAAAAAABAAAEAAAAAAAEAAAAAAADqwABAAAAAAAAAAAAAAAAAAAAJQQAAAAAAAAAAAAAAAAAAAAEAAFWBAAAVgQAAFYEAAEABAAAVgQAAFYEAAEABAAAagQAAKoEAAEABAABAAQAAKoEAACqBAAAqgQAAKoEAACqBAAAqgQAAIAEAAEqBAAA1gQAAIAEAADWBAAA1gQAAIAEAACABAAAZAQAAIAEAABWBAAAVgQAANYEAABVBAAAVQQAAFUAAAAAAAoAFAAeACwAVACWAKoA2AEgAS4BRAFaAXABhAIQAqgDpgQuBMYFxAYSBiIGPgZ4Bp4GxgcaB1oH4gguCFwIpAi+COAJHAloAAEAAAAlAMcABAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQALAAAAAQAAAAAAAgAHAIQAAQAAAAAAAwALAEIAAQAAAAAABAALAJkAAQAAAAAABQALACEAAQAAAAAABgALAGMAAQAAAAAACgAaALoAAwABBAkAAQAWAAsAAwABBAkAAgAOAIsAAwABBAkAAwAWAE0AAwABBAkABAAWAKQAAwABBAkABQAWACwAAwABBAkABgAWAG4AAwABBAkACgA0ANR2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRWZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADB2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHR2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRSZWd1bGFyAFIAZQBnAHUAbABhAHJ2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype");
  font-weight: normal;
  font-style: normal;
}
.video-react-icon, .video-react .video-react-closed-caption, .video-react .video-react-bezel .video-react-bezel-icon, .video-react .video-react-volume-level, .video-react .video-react-mute-control,
.video-react .video-react-volume-menu-button, .video-react .video-react-play-control, .video-react .video-react-play-progress, .video-react .video-react-big-play-button {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "video-react" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.video-react-icon-play-arrow:before, .video-react .video-react-bezel .video-react-bezel-icon-play:before, .video-react .video-react-play-control:before, .video-react .video-react-big-play-button:before {
  content: "";
}

.video-react-icon-play-circle-filled:before {
  content: "";
}

.video-react-icon-play-circle-outline:before {
  content: "";
}

.video-react-icon-pause:before, .video-react .video-react-bezel .video-react-bezel-icon-pause:before, .video-react .video-react-play-control.video-react-playing:before {
  content: "";
}

.video-react-icon-pause-circle-filled:before {
  content: "";
}

.video-react-icon-pause-circle-outline:before {
  content: "";
}

.video-react-icon-stop:before {
  content: "";
}

.video-react-icon-fast-rewind:before, .video-react .video-react-bezel .video-react-bezel-icon-fast-rewind:before {
  content: "";
}

.video-react-icon-fast-forward:before, .video-react .video-react-bezel .video-react-bezel-icon-fast-forward:before {
  content: "";
}

.video-react-icon-skip-previous:before {
  content: "";
}

.video-react-icon-skip-next:before {
  content: "";
}

.video-react-icon-replay-5:before, .video-react .video-react-bezel .video-react-bezel-icon-replay-5:before {
  content: "";
}

.video-react-icon-replay-10:before, .video-react .video-react-bezel .video-react-bezel-icon-replay-10:before {
  content: "";
}

.video-react-icon-replay-30:before, .video-react .video-react-bezel .video-react-bezel-icon-replay-30:before {
  content: "";
}

.video-react-icon-forward-5:before, .video-react .video-react-bezel .video-react-bezel-icon-forward-5:before {
  content: "";
}

.video-react-icon-forward-10:before, .video-react .video-react-bezel .video-react-bezel-icon-forward-10:before {
  content: "";
}

.video-react-icon-forward-30:before, .video-react .video-react-bezel .video-react-bezel-icon-forward-30:before {
  content: "";
}

.video-react-icon-volume-off:before, .video-react .video-react-bezel .video-react-bezel-icon-volume-off:before, .video-react .video-react-mute-control.video-react-vol-muted:before,
.video-react .video-react-volume-menu-button.video-react-vol-muted:before {
  content: "";
}

.video-react-icon-volume-mute:before, .video-react .video-react-mute-control.video-react-vol-0:before,
.video-react .video-react-volume-menu-button.video-react-vol-0:before {
  content: "";
}

.video-react-icon-volume-down:before, .video-react .video-react-bezel .video-react-bezel-icon-volume-down:before, .video-react .video-react-mute-control.video-react-vol-2:before,
.video-react .video-react-volume-menu-button.video-react-vol-2:before, .video-react .video-react-mute-control.video-react-vol-1:before,
.video-react .video-react-volume-menu-button.video-react-vol-1:before {
  content: "";
}

.video-react-icon-volume-up:before, .video-react .video-react-bezel .video-react-bezel-icon-volume-up:before, .video-react .video-react-mute-control:before,
.video-react .video-react-volume-menu-button:before {
  content: "";
}

.video-react-icon-fullscreen:before {
  content: "";
}

.video-react-icon-fullscreen-exit:before {
  content: "";
}

.video-react-icon-closed-caption:before, .video-react .video-react-closed-caption:before {
  content: "";
}

.video-react-icon-hd:before {
  content: "";
}

.video-react-icon-settings:before {
  content: "";
}

.video-react-icon-share:before {
  content: "";
}

.video-react-icon-info:before {
  content: "";
}

.video-react-icon-info-outline:before {
  content: "";
}

.video-react-icon-close:before {
  content: "";
}

.video-react-icon-circle:before, .video-react .video-react-volume-level:before, .video-react .video-react-play-progress:before {
  content: "";
}

.video-react-icon-circle-outline:before {
  content: "";
}

.video-react-icon-circle-inner-circle:before {
  content: "";
}

.video-react {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  font-size: 10px;
  line-height: 1;
  font-family: serif, Times, "Times New Roman";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.video-react:-moz-full-screen {
  position: absolute;
}
.video-react:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-react *,
.video-react *:before,
.video-react *:after {
  box-sizing: inherit;
}
.video-react ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.video-react.video-react-fluid, .video-react.video-react-16-9, .video-react.video-react-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}
.video-react.video-react-16-9 {
  padding-top: 56.25%;
}
.video-react.video-react-4-3 {
  padding-top: 75%;
}
.video-react.video-react-fill {
  width: 100%;
  height: 100%;
}
.video-react .video-react-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-react.video-react-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}
.video-react.video-react-fullscreen.video-react-user-inactive {
  cursor: none;
}

body.video-react-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}
body.video-react-full-window .video-react-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-react .video-react-button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  cursor: pointer;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.video-react .video-react-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
.video-react .video-react-loading-spinner:before, .video-react .video-react-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
  -webkit-animation: video-react-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, video-react-spinner-fade 1.1s linear infinite;
  animation: video-react-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, video-react-spinner-fade 1.1s linear infinite;
}

.video-react-seeking .video-react-loading-spinner,
.video-react-waiting .video-react-loading-spinner {
  display: block;
}

.video-react-seeking .video-react-loading-spinner:before,
.video-react-waiting .video-react-loading-spinner:before {
  border-top-color: white;
}

.video-react-seeking .video-react-loading-spinner:after,
.video-react-waiting .video-react-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes video-react-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes video-react-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes video-react-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes video-react-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.video-react .video-react-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.video-react .video-react-big-play-button.video-react-big-play-button-center {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em;
}
.video-react .video-react-big-play-button.big-play-button-hide {
  display: none;
}
.video-react:hover .video-react-big-play-button,
.video-react .video-react-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.video-react-menu-button {
  cursor: pointer;
}
.video-react-menu-button.video-react-disabled {
  cursor: default;
}

.video-react-menu .video-react-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
  font-family: serif, Times, "Times New Roman";
}
.video-react-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
}
.video-react-menu li:focus, .video-react-menu li:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.video-react-menu li.video-react-selected, .video-react-menu li.video-react-selected:focus, .video-react-menu li.video-react-selected:hover {
  background-color: #fff;
  color: #2B333F;
}
.video-react-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.video-react-scrubbing .vjs-menu-button:hover .video-react-menu {
  display: none;
}

.video-react .video-react-menu-button-popup .video-react-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}
.video-react .video-react-menu-button-popup .video-react-menu .video-react-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.video-react-menu-button-popup .video-react-menu.video-react-lock-showing {
  display: block;
}

.video-react .video-react-menu-button-inline {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}
.video-react .video-react-menu-button-inline:before {
  width: 2.222222222em;
}
.video-react .video-react-menu-button-inline:hover, .video-react .video-react-menu-button-inline:focus, .video-react .video-react-menu-button-inline.video-react-slider-active {
  width: 12em;
}
.video-react .video-react-menu-button-inline:hover .video-react-menu, .video-react .video-react-menu-button-inline:focus .video-react-menu, .video-react .video-react-menu-button-inline.video-react-slider-active .video-react-menu {
  display: block;
  opacity: 1;
}
.video-react .video-react-menu-button-inline.video-react-slider-active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.video-react .video-react-menu-button-inline .video-react-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.video-react .video-react-menu-button-inline .video-react-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-react-no-flex .video-react-menu-button-inline .video-react-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}
.video-react-no-flex .video-react-menu-button-inline:hover, .video-react-no-flex .video-react-menu-button-inline:focus, .video-react-no-flex .video-react-menu-button-inline.video-react-slider-active {
  width: auto;
}

.video-react .video-react-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.video-react .video-react-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}

.video-react .video-react-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.video-react .video-react-slider:focus {
  -webkit-box-shadow: 0 0 1em #fff;
  -moz-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}

.video-react .video-react-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.video-react .video-react-control:before {
  font-size: 1.8em;
  line-height: 1.67;
}
.video-react .video-react-control:focus:before, .video-react .video-react-control:hover:before, .video-react .video-react-control:focus {
  text-shadow: 0em 0em 1em #fff, 0em 0em 0.5em #fff;
}

.video-react .video-react-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.video-react-no-flex .video-react-control {
  display: table-cell;
  vertical-align: middle;
}

.video-react .video-react-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-react-has-started .video-react-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}

.video-react-has-started.video-react-user-inactive.video-react-playing .video-react-control-bar.video-react-control-bar-auto-hide {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.video-react-controls-disabled .video-react-control-bar,
.video-react-using-native-controls .video-react-control-bar,
.video-react-error .video-react-control-bar {
  display: none !important;
}

.video-react-audio.video-react-has-started.video-react-user-inactive.video-react-playing .video-react-control-bar {
  opacity: 1;
  visibility: visible;
}

.video-react-has-started.video-react-no-flex .video-react-control-bar {
  display: table;
}

.video-react .video-react-progress-control {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em;
}

.video-react-live .video-react-progress-control {
  display: none;
}

.video-react .video-react-progress-holder {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em;
}

.video-react .video-react-progress-control:hover .video-react-progress-holder {
  font-size: 1.6666666667em;
}

/* If we let the font size grow as much as everything else, the current time tooltip ends up
 ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
 to avoid a weird hitch when you roll off the hover. */
.video-react .video-react-progress-control:hover .video-react-time-tooltip,
.video-react .video-react-progress-control:hover .video-react-mouse-display:after,
.video-react .video-react-progress-control:hover .video-react-play-progress:after {
  visibility: visible;
  font-size: 0.6em;
}

.video-react .video-react-progress-holder .video-react-play-progress,
.video-react .video-react-progress-holder .video-react-load-progress,
.video-react .video-react-progress-holder .video-react-tooltip-progress-bar,
.video-react .video-react-progress-holder .video-react-load-progress div {
  position: absolute;
  display: block;
  height: 0.3em;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0;
}

.video-react .video-react-play-progress {
  background-color: #fff;
}
.video-react .video-react-play-progress:before {
  position: absolute;
  top: -0.3333333333em;
  right: -0.5em;
  font-size: 0.9em;
}

.video-react .video-react-time-tooltip,
.video-react .video-react-mouse-display:after,
.video-react .video-react-play-progress:after {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  right: -1.9em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
}

.video-react .video-react-time-tooltip,
.video-react .video-react-play-progress:before,
.video-react .video-react-play-progress:after {
  z-index: 1;
}

.video-react .video-react-progress-control .video-react-keep-tooltips-inside:after {
  display: none;
}

.video-react .video-react-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5);
}

.video-react .video-react-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75);
}

.video-react.video-react-no-flex .video-react-progress-control {
  width: auto;
}

.video-react .video-react-time-tooltip {
  display: inline-block;
  height: 2.4em;
  position: relative;
  float: right;
  right: -1.9em;
}

.video-react .video-react-tooltip-progress-bar {
  visibility: hidden;
}

.video-react .video-react-progress-control .video-react-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.video-react-no-flex .video-react-progress-control .video-react-mouse-display {
  z-index: 0;
}

.video-react .video-react-progress-control:hover .video-react-mouse-display {
  display: block;
}

.video-react.video-react-user-inactive .video-react-progress-control .video-react-mouse-display,
.video-react.video-react-user-inactive .video-react-progress-control .video-react-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.video-react.video-react-user-inactive.video-react-no-flex .video-react-progress-control .video-react-mouse-display,
.video-react.video-react-user-inactive.video-react-no-flex .video-react-progress-control .video-react-mouse-display:after {
  display: none;
}

.video-react .video-react-mouse-display .video-react-time-tooltip,
.video-react .video-react-progress-control .video-react-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-react .video-react-play-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.video-react .video-react-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.video-react.video-react-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
}

.video-react .video-react-time-control {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.video-react .video-react-time-divider {
  line-height: 3em;
  min-width: initial;
  padding: 0;
}

.video-react .video-react-mute-control,
.video-react .video-react-volume-menu-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.video-react .video-react-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.video-react .video-react-volume-bar {
  margin: 1.35em 0.45em;
}
.video-react .video-react-volume-bar.video-react-slider-horizontal {
  width: 5em;
  height: 0.3em;
}
.video-react .video-react-volume-bar.video-react-slider-horizontal .video-react-volume-level {
  width: 100%;
}
.video-react .video-react-volume-bar.video-react-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}
.video-react .video-react-volume-bar.video-react-slider-vertical .video-react-volume-level {
  height: 100%;
}
.video-react .video-react-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-react .video-react-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}
.video-react .video-react-slider-vertical .video-react-volume-level {
  width: 0.3em;
}
.video-react .video-react-slider-vertical .video-react-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}
.video-react .video-react-slider-horizontal .video-react-volume-level {
  height: 0.3em;
}
.video-react .video-react-slider-horizontal .video-react-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}
.video-react .video-react-menu-button-popup.video-react-volume-menu-button .video-react-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}
.video-react .video-react-menu-button-popup.video-react-volume-menu-button-vertical .video-react-menu {
  left: 0.5em;
  height: 8em;
}
.video-react .video-react-menu-button-popup.video-react-volume-menu-button-horizontal .video-react-menu {
  left: -2em;
}
.video-react .video-react-menu-button-popup.video-react-volume-menu-button .video-react-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}
.video-react .video-react-volume-menu-button-vertical:hover .video-react-menu-content,
.video-react .video-react-volume-menu-button-vertical:focus .video-react-menu-content,
.video-react .video-react-volume-menu-button-vertical.video-react-slider-active .video-react-menu-content,
.video-react .video-react-volume-menu-button-vertical .video-react-lock-showing .video-react-menu-content {
  height: 8em;
  width: 2.9em;
}
.video-react .video-react-volume-menu-button-horizontal:hover .video-react-menu-content,
.video-react .video-react-volume-menu-button-horizontal:focus .video-react-menu-content,
.video-react .video-react-volume-menu-button-horizontal .video-react-slider-active .video-react-menu-content,
.video-react .video-react-volume-menu-button-horizontal .video-react-lock-showing .video-react-menu-content {
  height: 2.9em;
  width: 8em;
}
.video-react .video-react-volume-menu-button.video-react-menu-button-inline .video-react-menu-content {
  background-color: transparent !important;
}

.video-react .video-react-playback-rate .video-react-playback-rate-value {
  line-height: 3em;
  text-align: center;
}
.video-react .video-react-playback-rate .video-react-menu {
  width: 4em;
  left: 0em;
}

.video-react .video-react-bezel {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 52px;
  height: 52px;
  z-index: 17;
  margin-left: -26px;
  margin-top: -26px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 26px;
}
.video-react .video-react-bezel.video-react-bezel-animation {
  -moz-animation: video-react-bezel-fadeout 0.5s linear 1 normal forwards;
  -webkit-animation: video-react-bezel-fadeout 0.5s linear 1 normal forwards;
  animation: video-react-bezel-fadeout 0.5s linear 1 normal forwards;
  pointer-events: none;
}
.video-react .video-react-bezel.video-react-bezel-animation-alt {
  -moz-animation: video-react-bezel-fadeout-alt 0.5s linear 1 normal forwards;
  -webkit-animation: video-react-bezel-fadeout-alt 0.5s linear 1 normal forwards;
  animation: video-react-bezel-fadeout-alt 0.5s linear 1 normal forwards;
  pointer-events: none;
}
.video-react .video-react-bezel .video-react-bezel-icon {
  width: 36px;
  height: 36px;
  margin: 8px;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
}
@keyframes video-react-bezel-fadeout {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes video-react-bezel-fadeout-alt {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(2);
  }
}
.video-react .video-react-closed-caption {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.video-react video::-webkit-media-text-track-container {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}