.pl {
  padding-left: calc((100% - 1400px) / 2);
}
.pr {
  padding-right: calc((100% - 1400px) / 2);
}

.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-22 {
  font-size: 22px;
}
.fs-24 {
  font-size: 24px;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}
.fw-b {
  font-weight: bold;
}
.lh-36 {
  line-height: 36px !important;
}
.mt-16 {
  margin-top: 16px;
}
input:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f2f7fe inset !important;
  -webkit-text-fill-color: #040a16 !important;
}
.sr-bdimgshare {
  display: none;
  visibility: hidden;
  opacity: 0;
}
@keyframes slow_wave {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-24px);
  }
}
.dis-click {
  opacity: 0.7;
}
a.cancel {
  cursor: auto;
}

/* 下拉 */
select,
.dropdown {
  /* margin-bottom: 30px; */
  display: inline-block;
}

.dropdown {
  margin-right: 8px;
}
/* .dropdown > div[style="height: 1400px;"] {
  max-height: 280px;
} */

pre.prettyprint {
  background: #141414;
  color: #f2f7fe;
}
pre.prettyprint span.str,
pre.prettyprint span.atv {
  color: #8f9d6a;
}
pre.prettyprint span.kwd,
pre.prettyprint span.pun {
  color: #cda869;
}
pre.prettyprint span.com {
  color: #5f5a60;
  font-style: italic;
}
pre.prettyprint span.typ {
  color: #9b703f;
}
pre.prettyprint span.lit {
  color: #cf6a4c;
}
pre.prettyprint span.pln {
  color: #7587a6;
}
pre.prettyprint span.tag {
  color: #ac885b;
}
pre.prettyprint span.atn {
  color: #e0c589;
}
pre.prettyprint span.dec {
  color: #494949;
}
pre.prettyprint {
  border: 0 none !important;
  background: transparent !important;
}

@media all and (max-width: 1040px) {
  .col,
  .col_2,
  .col_1 {
    display: block;
    width: auto;
    max-width: 100%;
    background: #fff;
    color: #333;
    box-shadow: none;
  }

  .col_2 h3,
  .col_2 strong {
    color: #333;
  }

  pre.prettyprint {
    font-size: 14px;
    background: #333 !important;
    padding: 12px !important;
    border-radius: 5px !important;
    overflow-x: scroll;
  }

  hgroup {
    text-align: left;
    margin-bottom: 10px;
  }
}

/* --- DEMO METRO THEME --- */

/* PREFIXED CSS */

.metro,
.metro div,
.metro li,
.metro div::after,
.metro .carat,
.metro .carat:after,
.metro .selected::after,
.metro:after {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.metro .selected::after,
.metro.scrollable div::after {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
}

/* WRAPPER */

.metro {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  margin-bottom: 30px;
  font-weight: 200;
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.metro.open {
  z-index: 2;
}

.metro.open > div {
  max-height: 260px;
  overflow: hidden;
}
.metro.open > div > ul {
  overflow-y: scroll;
}

.metro.open > div > ul::-webkit-scrollbar {
  width: 6px;
  background-color: #faf8f8;
}
.metro.open > div > ul::-webkit-scrollbar-thumb {
  background: #f2f2f2;
  border-radius: 8px;
}

.metro:hover {
  background: transparent;
}

.metro:after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 3px;
  top: 2px;
  width: 30px;
  background: transparent;
}

.metro.focus:after {
  /* background: #1E5FDD; */
}

/* CARAT */
.metro > div {
  position: relative;
  z-index: 666;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  /* border-radius: 0 0 6px 6px; */
  border-color: #faf8f8;
}
.metro .carat,
.metro .carat:after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: 0px;
  border: 6px solid transparent;
  /* border-top: 8px solid #000; */

  -webkit-transform-origin: 50% 20%;
  -moz-transform-origin: 50% 20%;
  -ms-transform-origin: 50% 20%;
  transform-origin: 50% 20%;

  z-index: 1;
}

.metro .carat:after {
  margin-top: -8px;
  right: -8px;
  border-top-color: #858d9e;
}

.metro:hover .carat:after {
  border-top-color: #858d9e;
}

/* .metro.focus .carat {
  border-top-color: #1E5FDD;
} */

.metro.focus .carat:after {
  border-top-color: #858d9e;
}

.metro.open .carat {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* OLD SELECT (HIDDEN) */

.metro .old {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

.metro select {
  position: absolute;
  left: 0px;
  top: 0px;
}

.metro.touch select {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* SELECTED FEEDBACK ITEM */

.metro .selected,
.metro li {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #040a16;
  padding: 27px 12px;
  overflow: hidden;
  white-space: nowrap;
}

.metro .selected::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;

  border-radius: 0 2px 2px 0;
  box-shadow: inset -55px 0 25px -20px transparent;
}

.metro:hover .selected::after {
  box-shadow: inset -55px 0 25px -20px transparent;
}

/* DROP DOWN WRAPPER */

.metro div {
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: -1px;
  /* background: #f2f7fe; */
  overflow: hidden;
  opacity: 0;
}
.metro > div {
  background-color: #ffffff;
}

.metro:hover div {
  background: #ffffff;
}

/* Height is adjusted by JS on open */

.metro.open div {
  opacity: 1;
  z-index: 2;
  overflow: hidden;
}

/* FADE OVERLAY FOR SCROLLING LISTS */

.metro.scrollable div::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;

  box-shadow: inset 0 -50px 30px -35px #f2f7fe;
}

.metro.scrollable:hover div::after {
  box-shadow: inset 0 -50px 30px -35px #f2f7fe;
}

.metro.scrollable.bottom div::after {
  opacity: 0;
}

/* DROP DOWN LIST */

.metro ul {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  list-style: none;
  overflow: hidden;
}

.metro.scrollable.open ul {
  overflow-y: auto;
}

/* DROP DOWN LIST ITEMS */

.metro li {
  list-style: none;
  padding: 12px 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* .focus class is also added on hover */

.metro li.focus {
  background: #1e5fdd;
  position: relative;
  z-index: 3;
  color: #fff;
}

.metro li.active {
  background: #1e5fdd;
  color: #fff;
}

/* --- DEMO FLAT THEME --- */

/* PREFIXED CSS */

.flat,
.flat div,
.flat li,
.flat div::after,
.flat .carat,
.flat .carat:after,
.flat .selected::after,
.flat:after {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.flat .selected::after,
.flat.scrollable div::after {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
}

/* WRAPPER */

.flat {
  position: relative;
  width: 100%;
  cursor: pointer;
  font-weight: 200;
  background: #f7f7f7;
  /* padding: 8px 0px 8px; */

  border-radius: 5px;

  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.flat.open {
  z-index: 2;
}

.flat:hover,
.flat.focus {
  background: #f7f7f7;
}

/* CARAT */

.flat .carat,
.flat .carat:after {
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -3px;
  border: 4px solid transparent;
  border-top: 6px solid #1e5fdd;
  z-index: 1;

  -webkit-transform-origin: 50% 20%;
  -moz-transform-origin: 50% 20%;
  -ms-transform-origin: 50% 20%;
  transform-origin: 50% 20%;
}

.flat:hover .carat:after {
  border-top-color: #1e5fdd;
}

.flat.focus .carat {
  border-top-color: #1e5fdd;
}

.flat.focus .carat:after {
  /* border-top-color: #1E5FDD; */
}

.flat.open .carat {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* OLD SELECT (HIDDEN) */

.flat .old {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

.flat select {
  position: absolute;
  left: 0px;
  top: 0px;
}

.flat.touch select {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* SELECTED FEEDBACK ITEM */
.flat .selected {
  color: #040a16;
}

.flat .selected,
.flat li {
  display: block;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  padding: 5px 0px;
  overflow: hidden;
  white-space: nowrap;
}

.flat .selected::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;

  border-radius: 0 5px 5px 0;
  /* box-shadow: inset -55px 0 25px -20px #29af84; */
}

.flat:hover .selected::after,
.flat.focus .selected::after {
  /* box-shadow: inset -55px 0 25px -20px #00c384; */
}

/* DROP DOWN WRAPPER */

.flat div {
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  top: 100%;
  /* margin-top: 1px; */
  background: #f7f7f7;
  overflow: hidden;
  opacity: 0;
  color: #040a16;
  border-radius: 5px;
}

.flat:hover div {
  background: #f7f7f7;
  border-radius: 5px;
}

/* Height is adjusted by JS on open */

.flat.open div {
  opacity: 1;
  z-index: 2;
}

/* FADE OVERLAY FOR SCROLLING LISTS */

.flat.scrollable div::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;

  box-shadow: inset 0 -50px 30px -35px #1e5fdd;
}

.flat.scrollable:hover div::after {
  box-shadow: inset 0 -50px 30px -35px #1e5fdd;
}

.flat.scrollable.bottom div::after {
  opacity: 0;
}

/* DROP DOWN LIST */

.flat ul {
  background-color: #f7f7f7;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  list-style: none;
  overflow: hidden;
  border-radius: 5px;
}

.flat.scrollable.open ul {
  overflow-y: auto;
}

/* DROP DOWN LIST ITEMS */

.flat li {
  list-style: none;
  padding: 14px 12px;
  border-bottom: 1px solid #1e5fdd;
}

.flat li:last-child {
  border-bottom: 0;
}

/* .focus class is also added on hover */

.flat li.focus {
  background: #1e5fdd;
  position: relative;
  z-index: 3;
  color: #fff;
}

.flat li.active {
  background: #1e5fdd;
  color: #fff;
}
/* 全局loading */
.loading-msk {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.la-ball-spin,
.la-ball-spin > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.la-ball-spin {
  display: block;
  font-size: 0;
  color: #fff;
}

.loading-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading-content .text {
  text-align: center;
  font-size: 16px;
  margin-top: 26px;
  color: #fff;
  letter-spacing: 2px;
}

.la-ball-spin.la-dark {
  color: #333;
}

.la-ball-spin > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-spin {
  width: 32px;
  height: 32px;
}

.la-ball-spin > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  -webkit-animation: ball-spin 1s infinite ease-in-out;
  -moz-animation: ball-spin 1s infinite ease-in-out;
  -o-animation: ball-spin 1s infinite ease-in-out;
  animation: ball-spin 1s infinite ease-in-out;
}

.la-ball-spin > div:nth-child(1) {
  top: 5%;
  left: 50%;
  -webkit-animation-delay: -1.125s;
  -moz-animation-delay: -1.125s;
  -o-animation-delay: -1.125s;
  animation-delay: -1.125s;
}

.la-ball-spin > div:nth-child(2) {
  top: 18.1801948466%;
  left: 81.8198051534%;
  -webkit-animation-delay: -1.25s;
  -moz-animation-delay: -1.25s;
  -o-animation-delay: -1.25s;
  animation-delay: -1.25s;
}

.la-ball-spin > div:nth-child(3) {
  top: 50%;
  left: 95%;
  -webkit-animation-delay: -1.375s;
  -moz-animation-delay: -1.375s;
  -o-animation-delay: -1.375s;
  animation-delay: -1.375s;
}

.la-ball-spin > div:nth-child(4) {
  top: 81.8198051534%;
  left: 81.8198051534%;
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}

.la-ball-spin > div:nth-child(5) {
  top: 94.9999999966%;
  left: 50.0000000005%;
  -webkit-animation-delay: -1.625s;
  -moz-animation-delay: -1.625s;
  -o-animation-delay: -1.625s;
  animation-delay: -1.625s;
}

.la-ball-spin > div:nth-child(6) {
  top: 81.8198046966%;
  left: 18.1801949248%;
  -webkit-animation-delay: -1.75s;
  -moz-animation-delay: -1.75s;
  -o-animation-delay: -1.75s;
  animation-delay: -1.75s;
}

.la-ball-spin > div:nth-child(7) {
  top: 49.9999750815%;
  left: 5.0000051215%;
  -webkit-animation-delay: -1.875s;
  -moz-animation-delay: -1.875s;
  -o-animation-delay: -1.875s;
  animation-delay: -1.875s;
}

.la-ball-spin > div:nth-child(8) {
  top: 18.179464974%;
  left: 18.1803700518%;
  -webkit-animation-delay: -2s;
  -moz-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}

.la-ball-spin.la-sm {
  width: 16px;
  height: 16px;
}

.la-ball-spin.la-sm > div {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}

.la-ball-spin.la-2x {
  width: 64px;
  height: 64px;
}

.la-ball-spin.la-2x > div {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
}

.la-ball-spin.la-3x {
  width: 96px;
  height: 96px;
}

.la-ball-spin.la-3x > div {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}

/*
* Animation
*/
@-webkit-keyframes ball-spin {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-moz-keyframes ball-spin {
  0%,
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
}

@-o-keyframes ball-spin {
  0%,
  100% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes ball-spin {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}


/* 工具提示容器 */
.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* 工具提示文本 */
.tooltip .tooltiptext {
  visibility: hidden;
  background: #fff;
  color: #000;
  text-align: center;
  border-radius: 4px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 28px;
  font-size: 12px;
  line-height:1.2;
  left: 132px;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  white-space: nowrap;
  word-wrap:break-word;
  border: 1px solid #303133; /* 添加边框 */
}

/* 工具提示箭头 */
.tooltip .tooltiptext::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -35%;
  left: 4%;
  margin-left: -5px;
  border-width: 6px;
  border-style: solid;
  border-color: #303133 transparent transparent transparent;
  z-index: -1;
}

/* 工具提示箭头 */
.tooltip .tooltiptext::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -31%;
  left: 4%;
  margin-left: -5px;
  border-width: 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  z-index: -1;
}

/* 鼠标悬停时显示工具提示 */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}



.reply-list .titles video{
  max-width: 100%;
  height: auto;
}
.reply-list .titles img{
  max-width: 100%;
}
.reply-list .titles table{
  max-width: 100%;
}