
html,body{
  width: 100%;
  height: 100%;
  margin: 0px;
  overflow-x: hidden;
}
#app {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.scroll{
  overflow-y: auto;
  border-radius: 4px;
}
.scroll::-webkit-scrollbar{
  /*滚动条整体样式*/
  width : 4px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
  border-radius: 5px;
  color: transparent;
}
.scroll::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    width: 4px;
    background: #dadada;
    border-radius: 9px;
}
.scroll::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
}
/* 公祭日样式 */
.memorialDay {-webkit-filter: grayscale(1);filter:gray;filter: grayscale(1);
}
.line1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.line2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.fade-enter-active, .fade-leave-active {
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to {
opacity: 0;
}

.detailsBox[data-v-cb410d7c]{
    width: 100vw;
    height: 100vh;
}



















































































































































































/* @font-face {
  font-family: "fzzys";
  src: url("https://cdn.xhrbjk.com/oss/new/app/%E6%96%B9%E6%AD%A3%E4%B8%AD%E9%9B%85%E5%AE%8B_GBK.woff2");
}  */
.index[data-v-49cc3526] {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.indexBg[data-v-49cc3526]{
  width: 100%;height: auto;
  z-index: -1;
}
[data-v-49cc3526] .isWeixinDialog .el-dialog{
  background-color: transparent!important;
  -webkit-box-shadow:none;
          box-shadow:none
}
[data-v-49cc3526] .isWeixinDialog .el-dialog__header{
  display: none;
}
.isWeixinImg[data-v-49cc3526]{
  width: 100vw;height: auto;
  position: fixed;
  top: 0;left: 0;
}
[data-v-49cc3526] .van-image__img{
  width: 100%;height: auto;
  max-width: 100%;
  max-height: 100%;
}
[data-v-49cc3526] .van-swipe-item{
  position: relative;
}
.openAppBox[data-v-49cc3526]{
  width: 100%;height: 6.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  padding: 0rem 1.2rem 0rem 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.openApp_left[data-v-49cc3526]{
  width: 3.7rem;height: 3.7rem;
}
.openApp_left>img[data-v-49cc3526]{
  width: 100%;height: 100%;
}
.openApp_center[data-v-49cc3526]{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0rem 1.7rem 0rem 0.8rem;
}
.openApp_center>div[data-v-49cc3526]{
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1.2rem;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.openApp_center>div[data-v-49cc3526]:nth-child(1){
  margin-bottom: 0.2rem;
}
.openApp_right[data-v-49cc3526]{
  width: auto;height: auto;
}
.openApp_right>div[data-v-49cc3526]{
  width: 5.2rem;height: 2.7rem;
  line-height: 2.7rem;
  text-align: center;
  background: #F94024;
  border-radius: 3px 3px 3px 3px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1.3rem;
  color: #FFFFFF;
  font-style: normal;
  text-transform: none;
}

.contentBox[data-v-736af390]{
  width: 100%;height: auto;
  border-radius: 1.5rem;
  background-color: #fff1d6;
  /* position: relative;
  top: -2rem; */
  z-index: 9;
  padding: 1.5rem 1.3rem 0rem;-webkit-box-sizing: border-box;box-sizing: border-box;
  margin-top: -2rem;
}
.contentNav[data-v-736af390]{
  width: 100%;height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contentNav>img[data-v-736af390]{
  width: 10.8rem;height: auto;
}
.contentTitle[data-v-736af390]{
  width: 100%;height: auto;
  font-weight: normal;
  color: #000000;
  line-height: 23px;
  font-size: 1.9rem;
  margin: 1.3rem auto 1.1rem;
  font-family: 'fzzys';
}
.contentRemark[data-v-736af390]{
  width: 100%;height: auto;
  color: #e2c3ac;
  font-size: 1.2rem;
  margin-bottom: 1.1rem;
}
.contentRemark>span[data-v-736af390]:nth-child(1){
  margin-right: 1rem;
}
.contentInfoText[data-v-736af390]{
  width: 100%;height: auto;
  /* font-size: 1.4rem;color: #5b5a5a; */
  /* margin-bottom: 0.5rem; */
  font-size: 1.3rem;
  font-family: OPlusSans30;
  color: #745C4A;
  line-height: 1.9rem;
}
.searchBox[data-v-736af390]{
  width: 100%;height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2rem auto 1rem;
}
.searchBox>input[data-v-736af390]{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;height: 3.5rem;
  background: #FCFCFC;;
  padding: 0rem 2rem 0rem 2rem;-webkit-box-sizing: border-box;box-sizing: border-box;
  font-size: 1.4rem;border-radius: 3.4rem 3.4rem 3.4rem 3.4rem;
  border: 0.1rem solid #FFC6BC;
}
.searchBox>input[data-v-736af390]::-webkit-input-placeholder{
  color: #FFC6BC;
}
.searchBox>input[data-v-736af390]::-moz-placeholder{
  color: #FFC6BC;
}
.searchBox>input[data-v-736af390]::-ms-input-placeholder{
  color: #FFC6BC;
}
.searchBox>input[data-v-736af390]::placeholder{
  color: #FFC6BC;
}
.searchBox>div[data-v-736af390]{
  width: 8.13rem;height: 3.2rem;line-height: 3.2rem;
  padding: 0rem 1rem;-webkit-box-sizing: border-box;box-sizing: border-box;
  background-color: #ff4532;text-align: center;
  margin-left: 0.7rem;border-radius: 2rem;
  color: #fff;font-size: 1.4rem;
}
.optionsList[data-v-736af390]{
  width: 100%;height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;-ms-flex-wrap: wrap;flex-wrap: wrap;
}
.options[data-v-736af390]{
  width: calc(50% - 0.7rem);
  height: auto;border-radius: 0.8rem;
  overflow: hidden;background: #fff;
  margin-bottom: 1.4rem;padding-bottom: 0.8rem;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.options>img[data-v-736af390]{
  width: 100%;
  height: 9rem;
  min-height: 9rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.optionsTitle[data-v-736af390]{
  width: 100%;height: auto;
  color: #000000;
  font-size: 1.4rem;
  padding: 0rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0.8rem;
  font-weight: bold;
  font-family: 'fzzys';
  line-height: 1.7rem;
}
.optionsMessage[data-v-736af390]{
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0.3rem 0rem 0.2rem;
}
.optionsMessage>span[data-v-736af390]{
  font-size: 1.2rem;
  padding: 0rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999999;
  line-height: 1.7rem;
}
.optionsTime[data-v-736af390]{
  width: 100%;
  height: auto;
  font-size: 1.2rem;
  padding: 0rem 0.8rem;
  color: #999999;
  margin: 0rem auto 0.2rem;
  line-height: 1.7rem;
}
.optionsCompany[data-v-736af390]{
  width: 100%;
  height: auto;
  font-size: 1.2rem;
  padding: 0rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999999;
}
.optionsFunction[data-v-736af390]{
  width: 100%;height: auto;
  padding: 0rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.7rem;
}
.optionsFunction>div[data-v-736af390]{
  width: 7.2rem;height: 3rem;
  line-height: 3rem;color: #fff;
  text-align: center;border-radius: 0.5rem;
  background: #ff4734;
}

.contentBox[data-v-8707fd48]{
  width: 100%;height: auto;
  border-radius: 1.5rem;
  background-color: #fff1d6;
  /* position: relative;
  top: -2rem; */
  z-index: 9;
  padding: 1.5rem 1.5rem 2rem;-webkit-box-sizing: border-box;box-sizing: border-box;
  margin-top: -2rem;
}
[data-v-8707fd48] .contentContainer p{
  font-size: 1.6rem;
  font-weight: normal;
  color: #333333;
  line-height: 2.9rem;
  margin: 0rem;
}
[data-v-8707fd48] .contentContainer img{
  width: 100%;
}
.returnImg[data-v-8707fd48]{
  width: 3.8rem;height: auto;
  position: fixed;right: 0.9rem;bottom: 6.1rem;
}

.contentBox[data-v-18c3686d]{
  width: 100%;height: auto;
  border-radius: 1.5rem;
  background-color: #fff1d6;
  /* position: relative;
  top: -2rem; */
  z-index: 9;
  padding: 1.5rem 1.3rem 0rem;-webkit-box-sizing: border-box;box-sizing: border-box;
  margin-top: -2rem;
}
.contentNav[data-v-18c3686d]{
  width: 100%;height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* padding: 0rem 3rem;box-sizing: border-box; */
}
.contentNav>div[data-v-18c3686d]{
  width: calc(50% - 1rem);height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
}
.contentNav>div>div[data-v-18c3686d]{
  width: 80%;height: 3rem;
  line-height: 3rem;text-align: center;
  color: #b0343e;
  background: #ffe7da;
  margin-bottom: 1.5rem;
  border-radius: 1rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.optionsList[data-v-18c3686d]{
  width: 100%;height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;-ms-flex-wrap: wrap;flex-wrap: wrap;
}
.options[data-v-18c3686d]{
  width: calc(50% - 0.7rem);
  height: auto;border-radius: 0.8rem;
  overflow: hidden;background: #fff;
  margin-bottom: 1.4rem;padding-bottom: 0.8rem;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.options>img[data-v-18c3686d]{
  width: 100%;
  height: 9rem;
  min-height: 9rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.optionsTitle[data-v-18c3686d]{
  width: 100%;height: auto;
  color: #000000;
  font-size: 1.4rem;
  padding: 0rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0.8rem;
  font-weight: bold;
  font-family: 'fzzys';
  line-height: 1.7rem;
}
.optionsMessage[data-v-18c3686d]{
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0.3rem 0rem 0.2rem;
}
.optionsMessage>span[data-v-18c3686d]{
  font-size: 1.2rem;
  padding: 0rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999999;
  line-height: 1.7rem;
}
.optionsTime[data-v-18c3686d]{
  width: 100%;
  height: auto;
  font-size: 1.2rem;
  padding: 0rem 0.8rem;
  color: #999999;
  margin: 0rem auto 0.2rem;
  line-height: 1.7rem;
}
.optionsCompany[data-v-18c3686d]{
  width: 100%;
  height: auto;
  font-size: 1.2rem;
  padding: 0rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999999;
}
.optionsFunction[data-v-18c3686d]{
  width: 100%;height: auto;
  padding: 0rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.7rem;
}
.optionsFunction>div[data-v-18c3686d]{
  width: 7.2rem;height: 3rem;
  line-height: 3rem;color: #fff;
  text-align: center;border-radius: 0.5rem;
  background: #ff4734;
}
.returnImg[data-v-18c3686d]{
  width: 3.8rem;height: auto;
  position: fixed;right: 0.9rem;bottom: 6.1rem;
}

.contentBox[data-v-8cc18558]{
  width: 100%;height: auto;
  border-radius: 1.5rem;
  background-color: #fff1d6;
  z-index: 9;
  padding: 1.5rem 1.3rem 0rem;-webkit-box-sizing: border-box;box-sizing: border-box;
  margin-top: -2rem;
}
.contentNav[data-v-8cc18558]{
  width: 100%;height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* padding: 0rem 3rem;box-sizing: border-box; */
}
.contentNav>div[data-v-8cc18558]{
  width: calc(50% - 1rem);height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
}
.contentNav>div>div[data-v-8cc18558]{
  width: 80%;height: 3rem;
  line-height: 3rem;text-align: center;
  color: #b0343e;
  background: #ffe7da;
  margin-bottom: 1.5rem;
  border-radius: 1rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.optionsList[data-v-8cc18558]{
  width: 100%;height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;-ms-flex-wrap: wrap;flex-wrap: wrap;
}
.options[data-v-8cc18558]{
  width: calc(50% - 0.7rem);
  height: auto;border-radius: 0.8rem;
  overflow: hidden;background: #fff;
  margin-bottom: 1.4rem;padding-bottom: 0.8rem;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.options>img[data-v-8cc18558]{
  width: 100%;
  height: 9rem;
  min-height: 9rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.optionsTitle[data-v-8cc18558]{
  width: 100%;height: auto;
  color: #000000;
  font-size: 1.4rem;
  padding: 0rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0.8rem;
  font-weight: bold;
  font-family: 'fzzys';
  line-height: 1.7rem;
}
.optionsMessage[data-v-8cc18558]{
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0.3rem 0rem 0.2rem;
}
.optionsMessage>span[data-v-8cc18558]{
  font-size: 1.2rem;
  padding: 0rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999999;
  line-height: 1.7rem;
}
.optionsTime[data-v-8cc18558]{
  width: 100%;
  height: auto;
  font-size: 1.2rem;
  padding: 0rem 0.8rem;
  color: #999999;
  margin: 0rem auto 0.2rem;
  line-height: 1.7rem;
}
.optionsCompany[data-v-8cc18558]{
  width: 100%;
  height: auto;
  font-size: 1.2rem;
  padding: 0rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999999;
}
.optionsFunction[data-v-8cc18558]{
  width: 100%;height: auto;
  padding: 0rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.7rem;
}
.optionsFunction>div[data-v-8cc18558]{
  width: 7.2rem;height: 3rem;
  line-height: 3rem;color: #fff;
  text-align: center;border-radius: 0.5rem;
  background: #ff4734;
}
.returnImg[data-v-8cc18558]{
  width: 3.8rem;height: auto;
  position: fixed;right: 0.9rem;bottom: 6.1rem;
}
.content[data-v-8cc18558] {
  height: auto;
  width: 100%;
  padding: 0 4.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main[data-v-8cc18558] {
  width: 100%;
  height: 100%;
}
.cell[data-v-8cc18558] {
  margin-top: 2rem;
  font-size: 1.7rem;
  color: #DD4719;
  line-height: 2.1rem;
}
.label[data-v-8cc18558] {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.label span[data-v-8cc18558]{
  color: #959494;
  font-size: 1.2rem;
}
.field[data-v-8cc18558]{
  color: #ee0a24;
  font-size: 12px;
  text-align: left;
  letter-spacing: 1px;
}
.input[data-v-8cc18558]{
  width: 100%;
  height: 4.1rem;
  background-color: #FFFFFF;
  border: none;
  border-radius: 5px;
  text-indent: 1rem;
  color: black;
  font-size: 1.6rem;
  border: 1px solid #DD4719;
}
.submit[data-v-8cc18558]{
  margin: 4.2rem 0 0rem 0;
  width: 100%;
  height: 13.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.submit_btn[data-v-8cc18558]{
  width: 16.8rem;
  height: 4.1rem;
  background: #DD4719;
  border-radius: 5px;
  border: none;
  font-size: 1.9rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 2.5rem;
}
.privewBox[data-v-8cc18558]{
  width: 100%;
  height: auto;position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.privewOptions[data-v-8cc18558]{
  width: 7.8rem;height: 7.8rem;display: -webkit-box;display: -ms-flexbox;display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
  margin: 0rem 0.85rem 1.15rem 0rem;position: relative;
}
.privewBox>div[data-v-8cc18558]:nth-child(3n){
  margin-right: 0px;
}
.privewOptions>img[data-v-8cc18558]{
  width: 100%;height: 100%;-o-object-fit: contain;object-fit: contain;
  background: #000;
}
.privewOptions>i[data-v-8cc18558]:nth-child(2){
  position: absolute;left: 50%;top: 50%;
  -webkit-transform: translate3d(-50%,-50%,0);
          transform: translate3d(-50%,-50%,0);
}
.privewOptions>i[data-v-8cc18558]:nth-child(3){
  position: absolute;bottom: 0%;right: 0%;
  -webkit-transform: translate3d(120%,-50%,0);
          transform: translate3d(120%,-50%,0);
}
.uploadBox[data-v-8cc18558]{
  width: 7.8rem;height: 7.8rem;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
  margin: 0rem 0rem 1.15rem 0rem;
}
.uploadBox>img[data-v-8cc18558]{
  width: 100%;height: 100%;-o-object-fit: contain;object-fit: contain;
  max-width: 15rem;
}
.uploadBox>video[data-v-8cc18558]{ 
  width: 100%;height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
[data-v-8cc18558] .van-overlay{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.van-uploader__preview-delete[data-v-8cc18558]{
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 14px;
  background-color: rgba(0,0,0,.7);
  border-radius: 0 0 0 12px
}
.van-uploader__preview-delete-icon[data-v-8cc18558]{
  font-size: 1.2rem;
  color: rgb(0, 0, 0);
  top: -0.5rem!important;
  right: -0.2rem!important;
}






















































































































































































/* @font-face {
  font-family: "fzzys";
  src: url("https://cdn.xhrbjk.com/oss/new/app/%E6%96%B9%E6%AD%A3%E4%B8%AD%E9%9B%85%E5%AE%8B_GBK.woff2");
}  */
.index[data-v-6e686a95] {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.indexBg[data-v-6e686a95]{
  width: 100%;height: auto;
  z-index: -1;
}
[data-v-6e686a95] .isWeixinDialog .el-dialog{
  background-color: transparent!important;
  -webkit-box-shadow:none;
          box-shadow:none
}
[data-v-6e686a95] .isWeixinDialog .el-dialog__header{
  display: none;
}
.isWeixinImg[data-v-6e686a95]{
  width: 100vw;height: auto;
  position: fixed;
  top: 0;left: 0;
}
[data-v-6e686a95] .van-image__img{
  width: 100%;height: auto;
  max-width: 100%;
  max-height: 100%;
}
[data-v-6e686a95] .van-swipe-item{
  position: relative;
}
.openAppBox[data-v-6e686a95]{
  width: 100%;height: 6.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  padding: 0rem 1.2rem 0rem 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.openApp_left[data-v-6e686a95]{
  width: 3.7rem;height: 3.7rem;
}
.openApp_left>img[data-v-6e686a95]{
  width: 100%;height: 100%;
}
.openApp_center[data-v-6e686a95]{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0rem 1.7rem 0rem 0.8rem;
}
.openApp_center>div[data-v-6e686a95]{
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1.2rem;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.openApp_center>div[data-v-6e686a95]:nth-child(1){
  margin-bottom: 0.2rem;
}
.openApp_right[data-v-6e686a95]{
  width: auto;height: auto;
}
.openApp_right>div[data-v-6e686a95]{
  width: 5.2rem;height: 2.7rem;
  line-height: 2.7rem;
  text-align: center;
  background: #F94024;
  border-radius: 3px 3px 3px 3px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1.3rem;
  color: #FFFFFF;
  font-style: normal;
  text-transform: none;
}

.contentBox[data-v-80936594]{
  width: 100%;height: auto;
  border-radius: 1.5rem;
  background-color: #fff1d6;
  /* position: relative;
  top: -2rem; */
  z-index: 9;
  padding: 1.5rem 1.3rem 0rem;-webkit-box-sizing: border-box;box-sizing: border-box;
  margin-top: -2rem;
}
.contentNav[data-v-80936594]{
  width: 100%;height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contentNav>img[data-v-80936594]{
  width: 10.8rem;height: auto;
}
.contentTitle[data-v-80936594]{
  width: 100%;height: auto;
  font-weight: normal;
  color: #000000;
  line-height: 23px;
  font-size: 1.9rem;
  margin: 1.3rem auto 1.1rem;
  font-family: 'fzzys';
}
.contentRemark[data-v-80936594]{
  width: 100%;height: auto;
  color: #e2c3ac;
  font-size: 1.2rem;
  margin-bottom: 1.1rem;
}
.contentRemark>span[data-v-80936594]:nth-child(1){
  margin-right: 1rem;
}
.contentInfoText[data-v-80936594]{
  width: 100%;height: auto;
  /* font-size: 1.4rem;color: #5b5a5a; */
  /* margin-bottom: 0.5rem; */
  font-size: 1.3rem;
  font-family: OPlusSans30;
  color: #745C4A;
  line-height: 1.9rem;
}
.searchBox[data-v-80936594]{
  width: 100%;height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2rem auto 1rem;
}
.searchBox>input[data-v-80936594]{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;height: 3.5rem;
  background: #FCFCFC;;
  padding: 0rem 2rem 0rem 2rem;-webkit-box-sizing: border-box;box-sizing: border-box;
  font-size: 1.4rem;border-radius: 3.4rem 3.4rem 3.4rem 3.4rem;
  border: 0.1rem solid #FFC6BC;
}
.searchBox>input[data-v-80936594]::-webkit-input-placeholder{
  color: #FFC6BC;
}
.searchBox>input[data-v-80936594]::-moz-placeholder{
  color: #FFC6BC;
}
.searchBox>input[data-v-80936594]::-ms-input-placeholder{
  color: #FFC6BC;
}
.searchBox>input[data-v-80936594]::placeholder{
  color: #FFC6BC;
}
.searchBox>div[data-v-80936594]{
  width: 8.13rem;height: 3.2rem;line-height: 3.2rem;
  padding: 0rem 1rem;-webkit-box-sizing: border-box;box-sizing: border-box;
  background-color: #ff4532;text-align: center;
  margin-left: 0.7rem;border-radius: 2rem;
  color: #fff;font-size: 1.4rem;
}
.optionsList[data-v-80936594]{
  width: 100%;height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;-ms-flex-wrap: wrap;flex-wrap: wrap;
}
.options[data-v-80936594]{
  width: calc(50% - 0.7rem);
  height: auto;border-radius: 0.8rem;
  overflow: hidden;background: #fff;
  margin-bottom: 1.4rem;padding-bottom: 0.8rem;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.options>img[data-v-80936594]{
  width: 100%;
  height: 9rem;
  min-height: 9rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.optionsTitle[data-v-80936594]{
  width: 100%;height: auto;
  color: #000000;
  font-size: 1.4rem;
  padding: 0rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0.8rem;
  font-weight: bold;
  font-family: 'fzzys';
  line-height: 1.7rem;
}
.optionsMessage[data-v-80936594]{
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0.3rem 0rem 0.2rem;
}
.optionsMessage>span[data-v-80936594]{
  font-size: 1.2rem;
  padding: 0rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999999;
  line-height: 1.7rem;
}
.optionsTime[data-v-80936594]{
  width: 100%;
  height: auto;
  font-size: 1.2rem;
  padding: 0rem 0.8rem;
  color: #999999;
  margin: 0rem auto 0.2rem;
  line-height: 1.7rem;
}
.optionsCompany[data-v-80936594]{
  width: 100%;
  height: auto;
  font-size: 1.2rem;
  padding: 0rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999999;
}
.optionsFunction[data-v-80936594]{
  width: 100%;height: auto;
  padding: 0rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.7rem;
}
.optionsFunction>div[data-v-80936594]{
  width: 7.2rem;height: 3rem;
  line-height: 3rem;color: #fff;
  text-align: center;border-radius: 0.5rem;
  background: #ff4734;
}

.contentBox[data-v-17334b76]{
  width: 100%;height: auto;
  border-radius: 1.5rem;
  background-color: #fff1d6;
  /* position: relative;
  top: -2rem; */
  z-index: 9;
  padding: 1.5rem 1.5rem 2rem;-webkit-box-sizing: border-box;box-sizing: border-box;
  margin-top: -2rem;
}
[data-v-17334b76] .contentContainer p{
  font-size: 1.6rem;
  font-weight: normal;
  color: #333333;
  line-height: 2.9rem;
  margin: 0rem;
}
[data-v-17334b76] .contentContainer img{
  width: 100%;
}
.returnImg[data-v-17334b76]{
  width: 3.8rem;height: auto;
  position: fixed;right: 0.9rem;bottom: 6.1rem;
}

.contentBox[data-v-edca95da]{
  width: 100%;height: auto;
  border-radius: 1.5rem;
  background-color: #fff1d6;
  /* position: relative;
  top: -2rem; */
  z-index: 9;
  padding: 1.5rem 1.3rem 0rem;-webkit-box-sizing: border-box;box-sizing: border-box;
  margin-top: -2rem;
}
.contentNav[data-v-edca95da]{
  width: 100%;height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* padding: 0rem 3rem;box-sizing: border-box; */
}
.contentNav>div[data-v-edca95da]{
  width: calc(50% - 1rem);height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
}
.contentNav>div>div[data-v-edca95da]{
  width: 80%;height: 3rem;
  line-height: 3rem;text-align: center;
  color: #b0343e;
  background: #ffe7da;
  margin-bottom: 1.5rem;
  border-radius: 1rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.optionsList[data-v-edca95da]{
  width: 100%;height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;-ms-flex-wrap: wrap;flex-wrap: wrap;
}
.options[data-v-edca95da]{
  width: calc(50% - 0.7rem);
  height: auto;border-radius: 0.8rem;
  overflow: hidden;background: #fff;
  margin-bottom: 1.4rem;padding-bottom: 0.8rem;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.options>img[data-v-edca95da]{
  width: 100%;
  height: 9rem;
  min-height: 9rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.optionsTitle[data-v-edca95da]{
  width: 100%;height: auto;
  color: #000000;
  font-size: 1.4rem;
  padding: 0rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0.8rem;
  font-weight: bold;
  font-family: 'fzzys';
  line-height: 1.7rem;
}
.optionsMessage[data-v-edca95da]{
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0.3rem 0rem 0.2rem;
}
.optionsMessage>span[data-v-edca95da]{
  font-size: 1.2rem;
  padding: 0rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999999;
  line-height: 1.7rem;
}
.optionsTime[data-v-edca95da]{
  width: 100%;
  height: auto;
  font-size: 1.2rem;
  padding: 0rem 0.8rem;
  color: #999999;
  margin: 0rem auto 0.2rem;
  line-height: 1.7rem;
}
.optionsCompany[data-v-edca95da]{
  width: 100%;
  height: auto;
  font-size: 1.2rem;
  padding: 0rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999999;
}
.optionsFunction[data-v-edca95da]{
  width: 100%;height: auto;
  padding: 0rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.7rem;
}
.optionsFunction>div[data-v-edca95da]{
  width: 7.2rem;height: 3rem;
  line-height: 3rem;color: #fff;
  text-align: center;border-radius: 0.5rem;
  background: #ff4734;
}
.returnImg[data-v-edca95da]{
  width: 3.8rem;height: auto;
  position: fixed;right: 0.9rem;bottom: 6.1rem;
}

.contentBox[data-v-5999e024]{
  width: 100%;height: auto;
  border-radius: 1.5rem;
  background-color: #fff1d6;
  z-index: 9;
  padding: 1.5rem 1.3rem 0rem;-webkit-box-sizing: border-box;box-sizing: border-box;
  margin-top: -2rem;
}
.contentNav[data-v-5999e024]{
  width: 100%;height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* padding: 0rem 3rem;box-sizing: border-box; */
}
.contentNav>div[data-v-5999e024]{
  width: calc(50% - 1rem);height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
}
.contentNav>div>div[data-v-5999e024]{
  width: 80%;height: 3rem;
  line-height: 3rem;text-align: center;
  color: #b0343e;
  background: #ffe7da;
  margin-bottom: 1.5rem;
  border-radius: 1rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.optionsList[data-v-5999e024]{
  width: 100%;height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;-ms-flex-wrap: wrap;flex-wrap: wrap;
}
.options[data-v-5999e024]{
  width: calc(50% - 0.7rem);
  height: auto;border-radius: 0.8rem;
  overflow: hidden;background: #fff;
  margin-bottom: 1.4rem;padding-bottom: 0.8rem;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.options>img[data-v-5999e024]{
  width: 100%;
  height: 9rem;
  min-height: 9rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.optionsTitle[data-v-5999e024]{
  width: 100%;height: auto;
  color: #000000;
  font-size: 1.4rem;
  padding: 0rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0.8rem;
  font-weight: bold;
  font-family: 'fzzys';
  line-height: 1.7rem;
}
.optionsMessage[data-v-5999e024]{
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0.3rem 0rem 0.2rem;
}
.optionsMessage>span[data-v-5999e024]{
  font-size: 1.2rem;
  padding: 0rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999999;
  line-height: 1.7rem;
}
.optionsTime[data-v-5999e024]{
  width: 100%;
  height: auto;
  font-size: 1.2rem;
  padding: 0rem 0.8rem;
  color: #999999;
  margin: 0rem auto 0.2rem;
  line-height: 1.7rem;
}
.optionsCompany[data-v-5999e024]{
  width: 100%;
  height: auto;
  font-size: 1.2rem;
  padding: 0rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999999;
}
.optionsFunction[data-v-5999e024]{
  width: 100%;height: auto;
  padding: 0rem 0.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.7rem;
}
.optionsFunction>div[data-v-5999e024]{
  width: 7.2rem;height: 3rem;
  line-height: 3rem;color: #fff;
  text-align: center;border-radius: 0.5rem;
  background: #ff4734;
}
.returnImg[data-v-5999e024]{
  width: 3.8rem;height: auto;
  position: fixed;right: 0.9rem;bottom: 6.1rem;
}
.content[data-v-5999e024] {
  height: auto;
  width: 100%;
  padding: 0 4.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main[data-v-5999e024] {
  width: 100%;
  height: 100%;
}
.cell[data-v-5999e024] {
  margin-top: 2rem;
  font-size: 1.7rem;
  color: #DD4719;
  line-height: 2.1rem;
}
.label[data-v-5999e024] {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.label span[data-v-5999e024]{
  color: #959494;
  font-size: 1.2rem;
}
.field[data-v-5999e024]{
  color: #ee0a24;
  font-size: 12px;
  text-align: left;
  letter-spacing: 1px;
}
.input[data-v-5999e024]{
  width: 100%;
  height: 4.1rem;
  background-color: #FFFFFF;
  border: none;
  border-radius: 5px;
  text-indent: 1rem;
  color: black;
  font-size: 1.6rem;
  border: 1px solid #DD4719;
}
.submit[data-v-5999e024]{
  margin: 4.2rem 0 0rem 0;
  width: 100%;
  height: 13.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.submit_btn[data-v-5999e024]{
  width: 16.8rem;
  height: 4.1rem;
  background: #DD4719;
  border-radius: 5px;
  border: none;
  font-size: 1.9rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 2.5rem;
}
.privewBox[data-v-5999e024]{
  width: 100%;
  height: auto;position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.privewOptions[data-v-5999e024]{
  width: 7.8rem;height: 7.8rem;display: -webkit-box;display: -ms-flexbox;display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
  margin: 0rem 0.85rem 1.15rem 0rem;position: relative;
}
.privewBox>div[data-v-5999e024]:nth-child(3n){
  margin-right: 0px;
}
.privewOptions>img[data-v-5999e024]{
  width: 100%;height: 100%;-o-object-fit: contain;object-fit: contain;
  background: #000;
}
.privewOptions>i[data-v-5999e024]:nth-child(2){
  position: absolute;left: 50%;top: 50%;
  -webkit-transform: translate3d(-50%,-50%,0);
          transform: translate3d(-50%,-50%,0);
}
.privewOptions>i[data-v-5999e024]:nth-child(3){
  position: absolute;bottom: 0%;right: 0%;
  -webkit-transform: translate3d(120%,-50%,0);
          transform: translate3d(120%,-50%,0);
}
.uploadBox[data-v-5999e024]{
  width: 7.8rem;height: 7.8rem;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
  margin: 0rem 0rem 1.15rem 0rem;
}
.uploadBox>img[data-v-5999e024]{
  width: 100%;height: 100%;-o-object-fit: contain;object-fit: contain;
  max-width: 15rem;
}
.uploadBox>video[data-v-5999e024]{ 
  width: 100%;height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
[data-v-5999e024] .van-overlay{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.van-uploader__preview-delete[data-v-5999e024]{
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 14px;
  background-color: rgba(0,0,0,.7);
  border-radius: 0 0 0 12px
}
.van-uploader__preview-delete-icon[data-v-5999e024]{
  font-size: 1.2rem;
  color: rgb(0, 0, 0);
  top: -0.5rem!important;
  right: -0.2rem!important;
}





























































































































































































































































































































/* @font-face {
  font-family: "fzzys";
  src: url("https://cdn.xhrbjk.com/oss/new/app/%E6%96%B9%E6%AD%A3%E4%B8%AD%E9%9B%85%E5%AE%8B_GBK.woff2");
}  */
.detail[data-v-2d4494d2] {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.5rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.detailBox[data-v-2d4494d2]{
  width: 100%;height: auto;
  padding-bottom: 6rem;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.titleText[data-v-2d4494d2]{
  width: 100%;height: auto;
  font-size: #000000;
  font-weight: bold;font-size: 1.9rem;
  font-family: 'fzzys';
  margin-bottom: 1.1rem;
}
.ranking[data-v-2d4494d2]{
  width: 100%;height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
}
.ranking>svg[data-v-2d4494d2]{
  width: 2rem;height: auto;
}
.ranking>div[data-v-2d4494d2]{
  margin-left: 0.2rem;
  font-size: 1.3rem;
  color: #B67E33;
}
.ranking>div>span[data-v-2d4494d2]{
  font-weight: bold;
}
.activeTitle[data-v-2d4494d2]{
  width: 100%;height: auto;line-height: 2.5rem;
  color: #666666;background: #F8F8F8;
  font-size: 1.3rem;padding: 1.4rem 0.9rem 0.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;margin-top: 1.1rem;
  border-radius: 0.2rem;
}
.line[data-v-2d4494d2]{
  width: 100%;height: 0.1rem;
  background: #f4f4f4;margin: 1rem auto;
}
.nameBox[data-v-2d4494d2]{
  width: 100%;height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  margin: 1.4rem auto 1.1rem;
}
.nameBox>img[data-v-2d4494d2]{
  width: 3.4rem;height: auto;
  border-radius: 50%;
}
.nameBox>span[data-v-2d4494d2]{
  font-size: 1.3rem;
  color: #666666;
  line-height: 1.9rem;
  margin-left: 0.8rem;
}
.content[data-v-2d4494d2]{
  /* font-size: 1.4rem;line-height: 1.9rem; */
  font-size: 1.6rem;
  font-weight: normal;
  color: #333333;
  line-height: 29px;
}
[data-v-2d4494d2] .content p{
  font-size: 1.6rem;
  font-weight: normal;
  color: #333333;
  line-height: 29px;
  /* height: 2.9rem; */
}
.detailBox>video[data-v-2d4494d2]{
  width: 100%;height: auto;
  margin-top: 1rem;
}
.submitBox[data-v-2d4494d2]{
  width: 100%;height: 6rem;
  position: fixed;left: 0;bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0rem 2rem 2rem;-webkit-box-sizing: border-box;box-sizing: border-box;
  background: #ffffff;
}
.submitLeft[data-v-2d4494d2]{
  width: 35%;
}
.submitLeft>div[data-v-2d4494d2]:nth-child(1){
  font-size: 1.2rem;color: #010101;
}
.submitLeft>div[data-v-2d4494d2]:nth-child(2){
  font-size: 0.8rem;color: #a5a5a5;
}
.submitRight[data-v-2d4494d2]{
  width: 65%;display: -webkit-box;display: -ms-flexbox;display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.submitRight>div[data-v-2d4494d2]{
  width: 100%;height: 4rem;
  line-height: 4rem;text-align: center;
  background: #e8563d;color: #ffffff;
  border-radius: 1rem;font-size: 1.4rem;
}
.returnImg[data-v-2d4494d2]{
  width: 3.8rem;height: auto;
  position: fixed;right: 0.9rem;bottom: 10.1rem;
}
[data-v-2d4494d2] .isWeixinDialog .el-dialog{
  background-color: transparent!important;
  -webkit-box-shadow:none;
          box-shadow:none
}
[data-v-2d4494d2] .isWeixinDialog .el-dialog__header{
  display: none;
}
.isWeixinImg[data-v-2d4494d2]{
  width: 100vw;height: auto;
  position: fixed;
  top: 0;left: 0;
}
.openAppBox[data-v-2d4494d2]{
  width: 100%;height: 6.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  padding: 0rem 1.2rem 0rem 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.openApp_left[data-v-2d4494d2]{
  width: 3.7rem;height: 3.7rem;
}
.openApp_left>img[data-v-2d4494d2]{
  width: 100%;height: 100%;
}
.openApp_center[data-v-2d4494d2]{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0rem 1.7rem 0rem 0.8rem;
}
.openApp_center>div[data-v-2d4494d2]{
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1.2rem;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.openApp_center>div[data-v-2d4494d2]:nth-child(1){
  margin-bottom: 0.2rem;
}
.openApp_right[data-v-2d4494d2]{
  width: auto;height: auto;
}
.openApp_right>div[data-v-2d4494d2]{
  width: 5.2rem;height: 2.7rem;
  line-height: 2.7rem;
  text-align: center;
  background: #F94024;
  border-radius: 3px 3px 3px 3px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1.3rem;
  color: #FFFFFF;
  font-style: normal;
  text-transform: none;
}

.indexPage[data-v-41a1694a]{
  width:  100vw;height: 100vh;
  overflow-y: auto;
}
.index[data-v-41a1694a]{
  width: 100%;
  height: 329px;
  background-image: url(../../static/img/titleBg.c6ab1d7.png);
  background-size: 100vw 329px;
}
/* 公祭日样式 */
.memorialDay[data-v-41a1694a] {
  -webkit-filter: grayscale(1);
  filter:gray;
  filter: grayscale(1);
}

.navBarBox[data-v-7cbc712c]{
  width: 100%;
  height: 132px;
  padding: 61px 0px 39px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.navBar[data-v-7cbc712c]{
  width: 1200px;height: 36px;
  margin: 0px auto;display: -webkit-box;display: -ms-flexbox;display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
  position: relative;
}
.navBar_left[data-v-7cbc712c]{
  width: auto;height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-ms-flex-line-pack: end;align-content: flex-end;
}
.navBar_left>img[data-v-7cbc712c]{
  width: 125px;height: 32px;-o-object-fit: contain;object-fit: contain;
  margin-right: 58px;
}
.navBar_options[data-v-7cbc712c]{
  width: auto;height: 32px;font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;color: rgba(0,0,0,0.65);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;
  padding-top:6px;-webkit-box-sizing: border-box;box-sizing: border-box;
  margin-right: 43px;cursor: pointer;
}
.navBar_optionsActive[data-v-7cbc712c]{
  font-weight: 600;
  color: #F65914;
}
.navBar_optionLine[data-v-7cbc712c]{
  width: 32px;height: 2px;background: #F65914;
  position: absolute;left: 0;bottom: 0;-webkit-transition: all .3s;transition: all .3s;
}
.navBar_right[data-v-7cbc712c]{
  width: auto;height: auto;
}
.searchInput[data-v-7cbc712c]{
  width: 304px;
  height: 36px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.09);
          box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.09);
  border-radius: 25px;position: relative;
  padding: 0px 14px;-webkit-box-sizing: border-box;box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.searchInput>img[data-v-7cbc712c]{
  width: 13px;height: auto;
}
.searchInput>input[data-v-7cbc712c]{
  width: calc(100% - 20px);height: 34px;
  border: none;outline: none;
}
.searchInput>input[data-v-7cbc712c]::-webkit-input-placeholder{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0,0,0,0.45);
}
.searchInput>input[data-v-7cbc712c]::-moz-placeholder{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0,0,0,0.45);
}
.searchInput>input[data-v-7cbc712c]::-ms-input-placeholder{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0,0,0,0.45);
}
.searchInput>input[data-v-7cbc712c]::placeholder{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0,0,0,0.45);
}

.index[data-v-0f30a9ee]{
  width: 100%;
  height: 329px;
  background-image: url(../../static/img/titleBg.c6ab1d7.png);
  background-size: 100vw 329px;
}
.listContainder[data-v-0f30a9ee]{
  width: 1200px;height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;margin: 0px auto 106px;
}
.typeList[data-v-0f30a9ee]{
  width: 268px;height: auto;
}

.carousel[data-v-140234f0]{
  width: 1200px;height: 506px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;
  margin: 0px auto;
}
.carousel_right[data-v-140234f0]{
  width: 307px;height: 506px;background: #F0F3F5;
  position: relative;
}
.carousel_rightImg[data-v-140234f0]{
  width: 329px;height: auto;
  position: absolute;top: 0;
  right: -6px;z-index: 2;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.carousel_rightImg>img[data-v-140234f0]{
  width: 100%;height: auto;
}
.carousel_rightImg>span[data-v-140234f0]{
  width: 329px;height: 106px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;left: 0;top: 0;
  padding: 29px 30px 29px 41px;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.carousel_rightOptions[data-v-140234f0]{
  width: 100%;height: 101px;
  padding: 29px 24px;-webkit-box-sizing: border-box;box-sizing: border-box;
  cursor: pointer;border-bottom: 1px solid #DEDEDE;
  font-size: 14px;font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;color: #666666;line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
}
.carousel_right>div[data-v-140234f0]:last-child{
  border-bottom: none;
}
/* >>>.carousel_left .el-carousel__item{
  position: relative;
} */
.carouselTitle[data-v-140234f0]{
  width: 100%;height: 91px;
  position: absolute;left: 0;bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.66)));
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.66) 100%);
  border-radius: 0px 0px 0px 4px;padding: 24px 42px 34px;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.carouselTitle>span[data-v-140234f0]{
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  line-height: 33px;
  text-shadow: 0px 1px 4px rgba(0,0,0,0.15);
}
[data-v-140234f0] .carousel_left .el-carousel__indicators--vertical{
  display: none;
}

.channelList[data-v-6c029f0b]{
  width: 890px;height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  /* padding-bottom: 15px; */
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 35px;position: relative;
}
.channelList_left[data-v-6c029f0b]{
  width: calc(100% - 53px);overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
}
.channelOptions[data-v-6c029f0b]{
  height: 35px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
  margin-right: 54px;
  white-space: nowrap;
  margin: 43px 54px 0px 0px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  /* background: #fff; */
}
.channelList_right[data-v-6c029f0b]{
  width: 60px;text-align: left;
  position: absolute;right: 0;
  /* background: #fff; */
}
.channelList_right .channelOptions[data-v-6c029f0b]{
  /* margin-top: 0px; */
  /* width: 80px; */
  margin-right: 0px;
}
.dropdownBox[data-v-6c029f0b]{
  width: 896px;
  height: auto;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
          box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  padding: 34px 51px;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.dropdownTitle[data-v-6c029f0b]{
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 19px;
  margin-bottom: 20px;
}
.dropdownList[data-v-6c029f0b]{
  width: 100%;height: auto;display: -webkit-box;display: -ms-flexbox;display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
}
.dropdownList>div[data-v-6c029f0b]{
  border-radius: 2px;
  border: 1px solid #CCCCCC;
  padding: 10px 16px; -webkit-box-sizing: border-box; box-sizing: border-box;
  margin-right: 26px;margin-bottom: 18px;
  font-size: 16px;font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;color: #666666;line-height: 19px;
  cursor: pointer;-webkit-transition: all .2s;transition: all .2s;
}
.dropdownActive[data-v-6c029f0b]{
  color: #F65914!important;
  border: 1px solid #F65914!important;
}
.channelOptionsActive[data-v-6c029f0b]{
  font-weight: 600;
  font-size: 18px;
  color: #F65914;
  position: relative;
}
.articleList[data-v-6c029f0b]{
  width: 896px;height: auto;
}
.articleOption[data-v-6c029f0b]{
  width: calc(100% - 6px);height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 21px;cursor: pointer;
}
.articleList>div[data-v-6c029f0b]:last-child{
  margin-bottom: 0px;
}
.articleOption_left[data-v-6c029f0b]{
  width: 243px;height: 137px;
  margin-right: 24px;
}
.articleOption_left>img[data-v-6c029f0b]{
  width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;
  border-radius: 5px;
}
.articleOption_right[data-v-6c029f0b]{
  width: calc(100% - 267px);
}
.articleOption_right_title[data-v-6c029f0b]{
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0,0,0,0.85);
  line-height: 25px;
}
.articleOption_right_content[data-v-6c029f0b]{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  margin: 14px 0px 39px;
}
.articleOption_right_message[data-v-6c029f0b]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-top: 93px;
}
.articleOption_right_message>span[data-v-6c029f0b]:nth-child(1){
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 18px;margin-right: 16px;
}
.articleOption_right_message>span[data-v-6c029f0b]:nth-child(2){
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
}
.nextPage[data-v-6c029f0b]{
  width: 100%;height: 38px;line-height: 38px;
  text-align: center;border-radius: 4px;
  border: 1px solid #DDDDDD;cursor: pointer;
}

.specialBox[data-v-5f45af3d]{
  width: 271px;
  height: auto;
  margin-top: 40px;
  margin-left: 36px;
  /* padding-left: 36px;box-sizing: border-box; */
}
.specialTitle[data-v-5f45af3d]{
  width: 100%;height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 11px;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 20px;position: relative;
}
.specialTitle[data-v-5f45af3d]::before{
  content: " ";width: 38px;height: 3px;background: #F65914;
  position: absolute;left: 0;bottom: 0;
}
.specialTitle_left[data-v-5f45af3d]{
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #F65914;
}
.specialTitle_right[data-v-5f45af3d]{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  cursor: pointer;
}
.specialList[data-v-5f45af3d]{
  width: 271px;height: auto;
}
.specialOption[data-v-5f45af3d]{
  width: 100%;height: auto;
  margin-bottom: 17px;cursor: pointer;
}
.specialOption>img[data-v-5f45af3d]{
  width: 271px;height: 153px;-o-object-fit: cover;object-fit: cover;
  border-radius: 4px;margin-bottom: 12px;
}
.specialOption>div[data-v-5f45af3d]{
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 22px;
  margin-bottom: 10px;
  padding-left: 12px;-webkit-box-sizing: border-box;box-sizing: border-box;
  position: relative;margin-bottom: 10px;
}
.specialOption>div[data-v-5f45af3d]:last-child{
  margin-bottom: 0px;
}
.specialOption>div[data-v-5f45af3d]::after{
  content: " ";
  width: 5px;height: 5px;background: #F65914;
  border-radius: 50%;
  position: absolute;left: 3px;top: 8.5px;
}

.videoBox[data-v-2c50da19]{
  width: 271px;
  height: auto;
  margin-top: 20px;
  margin-left: 36px;
  /* padding-left: 36px;box-sizing: border-box; */
}
.videoTitle[data-v-2c50da19]{
  width: 100%;height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 11px;margin-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
  position: relative;
}
.videoTitle[data-v-2c50da19]::before{
  content: " ";width: 38px;height: 3px;background: #F65914;
  position: absolute;left: 0;bottom: 0;
}
.videoTitle_left[data-v-2c50da19]{
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #F65914;
}
.videoTitle_right[data-v-2c50da19]{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  cursor: pointer;
}
.videoList[data-v-2c50da19]{
  width: 271px;height: auto;
}
.videoOption[data-v-2c50da19]{
  width: 100%;height: auto;
  margin-bottom: 17px;cursor: pointer;
}
.videoOption>img[data-v-2c50da19]{
  width: 271px;height: 153px;-o-object-fit: cover;object-fit: cover;
  border-radius: 4px;margin-bottom: 12px;
}
.videoOption>div[data-v-2c50da19]{
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0,0,0,0.85);
  line-height: 22px;
  margin-bottom: 10px;
}
.videoOption>div[data-v-2c50da19]:last-child{
  margin-bottom: 0px;
}
/* .videoOption>div::after{
  content: " ";
  width: 5px;height: 5px;background: #F65914;
  border-radius: 50%;
  position: absolute;left: 3px;top: 8.5px;
} */

.footerBox[data-v-eb5d664c]{
  width: 100%;
  height: 330px;
  background: rgba(212,212,212,0.15);
  padding: 66px 0px 67px;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.footer[data-v-eb5d664c]{
  width: 554px;height: auto;margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
}
.footer_left[data-v-eb5d664c]{
  width: auto;
  padding-top: 13px;
}
.footer_left>img[data-v-eb5d664c]{
  width: 125px;
}
.footer_left>div[data-v-eb5d664c]{
  margin-top: 22px;
}
.footer_left>div>span[data-v-eb5d664c]:nth-child(1){
  font-size: 16px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: rgba(0,0,0,0.85);
  line-height: 24px;
}
.footer_left>div>span[data-v-eb5d664c]:nth-child(2){
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0,0,0,0.65);
  line-height: 20px;
  margin-left: 13px;
}
.footer_line[data-v-eb5d664c]{
  width: 1px;
  height: 198px;
  background: rgba(0,0,0,0.15);
}
.footer_right[data-v-eb5d664c]{
  width: 140px;
  text-align: center;
  padding-top: 27px;
}
.footer_right>div[data-v-eb5d664c]{
  font-size: 14px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #000000;
  line-height: 17px;
  margin-top: 7px;
}

.specialPage[data-v-7b8c1063]{
  width: 1200px;height: auto;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.specialOptions[data-v-7b8c1063]{
  width: 383px;height: auto;
  margin-right: 25px;cursor: pointer;
}
.specialPage>div[data-v-7b8c1063]:nth-child(3n){
  margin-right: 0px;
}
.special_img[data-v-7b8c1063]{
  width: 100%;height: 214px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.11);
          box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.11);
  border-radius: 10px;overflow: hidden;
}
.special_title[data-v-7b8c1063]{
  height: 80px;
  font-size: 15px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0,0,0,0.85);
  line-height: 21px;
  margin-top: 5px;
}
.nextPage[data-v-7b8c1063]{
  max-width: 1200px;
  margin: 0px auto 30px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* margin-bottom: 30px; */
}
.loading[data-v-7b8c1063]{
  width: 20px;height: 20px;
  border:4px solid #24c7c7;border-bottom-color: transparent;
  border-radius: 100%;
  -webkit-animation: loadings-data-v-7b8c1063 0.75s linear infinite;
          animation: loadings-data-v-7b8c1063 0.75s linear infinite;margin: 0px auto 0px;
}
@-webkit-keyframes loadings-data-v-7b8c1063 {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes loadings-data-v-7b8c1063 {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}

.videoPage[data-v-645a63da]{
  width: 1200px;height: auto;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.videoOptions[data-v-645a63da]{
  width: 220px;height: auto;
  margin-right: 25px;cursor: pointer;
}
.videoPage>div[data-v-645a63da]:nth-child(5n){
  margin-right: 0px;
}
.video_img[data-v-645a63da]{
  width: 100%;height: 124px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.11);
          box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.11);
  border-radius: 4px;overflow: hidden;
  position: relative;
}
.playBox[data-v-645a63da]{
  min-width: 55px;
  width: auto;
  height: 20px;
  background: rgba(0,0,0,0.58);
  padding: 0px 5px;-webkit-box-sizing: border-box;box-sizing: border-box;
  position: absolute;right: 5px;bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
}
.playBox>span[data-v-645a63da]{
  height: 20px;
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
}
.san[data-v-645a63da]{
  width: 0;
      height: 0;
      border-top: 6px solid transparent; 
      border-right: 6px solid transparent;
      border-left: 8px solid #fff;
      border-bottom: 6px solid transparent;
}
.video_remark[data-v-645a63da]{
  height: 80px;
  margin-top: 5px;
}
.video_title[data-v-645a63da]{
  height: 44px;
  font-size: 15px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0,0,0,0.85);
  line-height: 21px;
}
.video_source[data-v-645a63da]{
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
}
.video_source>span[data-v-645a63da]:first-child{
  margin-right: 22px;
}
.nextPage[data-v-645a63da]{
  max-width: 1200px;
  margin: 0px auto 30px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* margin-bottom: 30px; */
}
.loading[data-v-645a63da]{
  width: 20px;height: 20px;
  border:4px solid #24c7c7;border-bottom-color: transparent;
  border-radius: 100%;
  -webkit-animation: loadings-data-v-645a63da 0.75s linear infinite;
          animation: loadings-data-v-645a63da 0.75s linear infinite;margin: 0px auto 0px;
}
@-webkit-keyframes loadings-data-v-645a63da {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes loadings-data-v-645a63da {
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}

.detailsBox[data-v-dcd974a8]{
    width: 100vw;
    height: 100vh;
}

.index[data-v-446fbbac] {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.article[data-v-446fbbac] {
  width: 100%;
  height: auto;
  padding: 4rem 1.6rem 5.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.articleTitle[data-v-446fbbac] {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 3rem;
  color: #333;
  min-height: 0.6rem;
}
.source[data-v-446fbbac] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.source_left > span[data-v-446fbbac],
.source_right[data-v-446fbbac] {
  font-size: 1.2rem;
  color: rgb(153, 153, 153);
}
.source_left > span[data-v-446fbbac]:nth-child(2) {
  margin-left: 0.5rem;
}
.source_left >span[data-v-446fbbac]{
}
[data-v-446fbbac] .bianjiqi p{
  text-align: justify;
  line-height: 30px;
  font-size: 18px;
  color: #262626;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
[data-v-446fbbac] .bianjiqi img,[data-v-446fbbac] .bianjiqi video{
  max-width: 100%;
}

.appOpean[data-v-59fe0586] {
  width: 100%;
  height: 4rem;
  position: fixed;
  top: 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 9999;
}
.appOpean_left[data-v-59fe0586] {
  width: 3rem;
  height: 3rem;
}
.appOpean_left > img[data-v-59fe0586] {
  width: 3rem;
  height: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.appOpean_right[data-v-59fe0586] {
  width: 5rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.appOpean_center[data-v-59fe0586] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0px 1rem;
}
.appOpean_center > h4[data-v-59fe0586] {
  font-size: 1.2rem;
  margin: 0px;
}
.appOpean_center > p[data-v-59fe0586] {
  margin: 0px;
}
.appOpean_right > div[data-v-59fe0586] {
  width: 4.2rem;
  height: 2.7rem;
  line-height: 2.7rem;
  text-align: center;
  background: red;
  color: #fff;
  border-radius: 0.3rem;
  font-size: 1.2rem;
}

.article[data-v-ca1ec2b8]{
  width: 100%;
  height: 329px;
  background-image: url(../../static/img/titleBg.c6ab1d7.png);
  background-size: 100vw 329px;
}
.contentBox[data-v-ca1ec2b8]{
  width: 1200px;height: auto;
  margin: 50px auto 0px;
  padding: 0px 422px 0px 168px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.returnBox[data-v-ca1ec2b8]{
  width: 100%;text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  cursor: pointer;
}
.returnBox i[data-v-ca1ec2b8]{
  color: #000000;
}
.returnBox span[data-v-ca1ec2b8]{
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0,0,0,0.65);
  line-height: 18px;
  margin-left: -1px;
}
.title[data-v-ca1ec2b8]{
  width: 100%;font-size: 30px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;color: #000000;line-height: 42px;
  margin: 45px 0px 33px;
}
.source[data-v-ca1ec2b8]{
  width: 100%;height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.source>div>span[data-v-ca1ec2b8]{
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
}
.source>div[data-v-ca1ec2b8]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
}
.source>div>span[data-v-ca1ec2b8]:nth-child(2){
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
}
.time[data-v-ca1ec2b8]{
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
  margin-top: 4px;
}
.time>span[data-v-ca1ec2b8]:nth-child(2){
}
.content[data-v-ca1ec2b8]{
  margin-top: 32px;
}
[data-v-ca1ec2b8] .content img,[data-v-ca1ec2b8] .content video{
  width: 100%;
}

.index[data-v-03ac0942] {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.article[data-v-03ac0942] {
  width: 100%;
  height: auto;
  padding: 4rem 0rem 0rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.articleTitle[data-v-03ac0942] {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 3rem;
  color: #333;
  min-height: 0.6rem;
  font-family: "\65B9\6B63\98CE\96C5\5B8B\7B80\4F53" !important;
}
.source[data-v-03ac0942] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.source_left > span[data-v-03ac0942],
.source_right[data-v-03ac0942] {
  font-size: 1.2rem;
  color: rgb(153, 153, 153);
}
.source_left > span[data-v-03ac0942]:nth-child(2) {
  margin-left: 0.5rem;
}
[data-v-03ac0942] .bianjiqi p{
  text-align: justify;
  line-height: 30px;
  font-size: 18px;
  color: #262626;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: 方正标雅宋简体;
}
[data-v-03ac0942] .bianjiqi p img,[data-v-03ac0942] .bianjiqi p video{
  max-width: 100%;
}

.detailsBox[data-v-7b41f505]{
    width: 100vw;
    height: 100vh;
}

.indexPage[data-v-dcacc258] {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 4.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.article[data-v-dcacc258] {
  width: 100%;
  height: auto;
  padding: 4rem 1.6rem 5.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.videoContainer[data-v-dcacc258]{
  width: 100%;height: calc(100vh - 4.6rem);
  overflow-x: hidden;
  overflow-y: hidden;
  /* display: flex;
  flex-wrap: wrap;
  align-content: flex-start; */
}
.videoBox[data-v-dcacc258]{
  width: 100%;height: auto;
  padding: 1rem;-webkit-box-sizing: border-box;box-sizing: border-box;
  position: relative;
}
.virtualReadNumDiv[data-v-dcacc258]{
  width: auto;height: auto;
  position: absolute;right: 2rem;top: 2rem;
  padding: 0.3rem 0.5rem;color: #FFFFFF;
  background-color: rgba(0,0,0,0.8);-webkit-backdrop-filter: blur(23px);backdrop-filter: blur(23px);
  border-radius: 0.5rem 0rem 0.5rem 0rem;font-size: 1.2rem;
  letter-spacing: 0.1rem;
}
.videoBox>img[data-v-dcacc258]{
  display: block;
  width: 100%;
}
.videoBox>video[data-v-dcacc258]{
  width: 100%;
  aspect-ratio: auto 480 / 270;
}
.videoTitle[data-v-dcacc258]{
  width: 100%;height: auto;
  font-size: 2.1rem;
  margin: 1rem auto 0rem;
  padding: 0rem 1rem;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.videoNav[data-v-dcacc258]{
  width: 100%;height: auto;
  padding: 0rem 1rem 1.2rem;-webkit-box-sizing: border-box;box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
}
.videoNav_left[data-v-dcacc258]{
  width: auto;
  border-radius: 10px;
  font-size: 1.2rem;
  background: #000;
  opacity: .4;
  color: #fff;
  padding: 0.3rem 1.5rem;
}
.videoNav_right[data-v-dcacc258]{
  width: 21rem;height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  position: relative;
}
.videoNav_rightOptions[data-v-dcacc258]{
  width: 33.33%;
  font-size: 1.4rem;
  font-family: OPPOSans;
  font-weight: 400;
  color: #999;
  text-align: center;
  cursor: pointer;
}
.videoNav_rightLine[data-v-dcacc258]{
  width: 4rem;height: .3rem;
  background-color: #ee0a24;
  border-radius: 3px;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;bottom: -.8rem;
  left: 0px;
}
[data-v-dcacc258] .video-js .vjs-big-play-button{
  left: 0;right: 0;top: 0;bottom: 0;
  margin: auto;
}
#liveVideo[data-v-dcacc258]{
  width: 100%;height: 100%;
}
[data-v-dcacc258] #liveVideo video{
  width: 100%!important;height: 100%!important;
}
.virtualReadNum[data-v-dcacc258]{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0rem 1rem;-webkit-box-sizing: border-box;box-sizing: border-box;
  margin: 1rem 0rem;
}
.virtualReadNumright[data-v-dcacc258]{
  color: rgb(153, 153, 153);
}
.source[data-v-dcacc258] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;height: auto;
  padding: 0rem 1rem ;-webkit-box-sizing: border-box;box-sizing: border-box;
  margin: 1rem auto;
}
.source_left > span[data-v-dcacc258],
.source_right[data-v-dcacc258] {
  font-size: 1.2rem;
  color: rgb(153, 153, 153);
}
.source_left > span[data-v-dcacc258]:nth-child(2) {
  margin-left: 0.5rem;
}
.source_left >span[data-v-dcacc258]{
}
.countdownTime[data-v-dcacc258]{
  width: 100%;height: 30px;line-height: 30px;
  text-align: center;font-size: 1.4rem;
  margin: 23px 0px 24px;
}
.countdownTime>span[data-v-dcacc258]{
  width: 30px;height: 30px;
  background-color: #DAE8F3;
  display: inline-block;color: #305F99;
  border-radius: 5px;margin-right: 5px;
}
@charset "UTF-8";
.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}
@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\F101";
}
.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "\F102";
}
.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\F103";
}
.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\F104";
}
.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\F105";
}
.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\F106";
}
.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\F107";
}
.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\F108";
}
.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\F109";
}
.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "\F10A";
}
.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "\F10B";
}
.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\F10C";
}
.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\F10D";
}
.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\F10E";
}
.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "\F10F";
}
.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "\F110";
}
.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
  content: "\F111";
}
.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "\F112";
}
.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "\F113";
}
.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "\F114";
}
.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\F115";
}
.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\F116";
}
.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "\F117";
}
.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-gplus:before {
  content: "\F118";
}
.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "\F119";
}
.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "\F11A";
}
.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "\F11B";
}
.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "\F11C";
}
.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\F11D";
}
.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\F11E";
}
.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-next-item:before {
  content: "\F11F";
}
.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-previous-item:before {
  content: "\F120";
}
.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\F121";
}
.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\F122";
}
.video-js {
  display: block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js[tabindex="-1"] {
  outline: none;
}
.video-js *,
.video-js *:before,
.video-js *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.video-js 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-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
  width: 100%;
  max-width: 100%;
}
.video-js.vjs-fluid:not(.vjs-audio-only-mode),
.video-js.vjs-16-9:not(.vjs-audio-only-mode),
.video-js.vjs-4-3:not(.vjs-audio-only-mode),
.video-js.vjs-9-16:not(.vjs-audio-only-mode),
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  height: 0;
}
.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
}
.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
  padding-top: 75%;
}
.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
  padding-top: 177.7777777778%;
}
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  padding-top: 100%;
}
.video-js.vjs-fill:not(.vjs-audio-only-mode) {
  width: 100%;
  height: 100%;
}
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-js.vjs-audio-only-mode .vjs-tech {
  display: none;
}
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}
.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
.vjs-hidden {
  display: none !important;
}
.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}
.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}
.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  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);
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em;
}
.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  transition: all 0s;
}
.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}
.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}
.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}
.video-js .vjs-modal-dialog > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}
.vjs-menu-button {
  cursor: pointer;
}
.vjs-menu-button.vjs-disabled {
  cursor: default;
}
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}
.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}
.vjs-menu .vjs-menu-content > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}
.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}
.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
  background: none;
}
.vjs-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;
}
.vjs-menu-button-popup .vjs-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);
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}
.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}
.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}
.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}
.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}
.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}
.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}
.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}
.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}
.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}
.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}
.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.video-js .vjs-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);
}
.vjs-has-started .vjs-control-bar,
.vjs-audio-only-mode .vjs-control-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}
.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.video-js .vjs-control.vjs-visible-text {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}
.vjs-button > .vjs-icon-placeholder {
  display: block;
}
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}
.video-js *:not(.vjs-visible-text) > .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}
.video-js .vjs-custom-control-spacer {
  display: none;
}
.video-js .vjs-progress-control {
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 4em;
  -ms-touch-action: none;
      touch-action: none;
}
.video-js .vjs-progress-control.disabled {
  cursor: default;
}
.vjs-live .vjs-progress-control {
  display: none;
}
.vjs-liveui .vjs-progress-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vjs-no-flex .vjs-progress-control {
  width: auto;
}
.video-js .vjs-progress-holder {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em;
}
.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}
.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}
.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1;
}
.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}
.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}
.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}
.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}
.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}
.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}
.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}
.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-slider.disabled {
  cursor: default;
}
.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
          box-shadow: 0 0 1em #fff;
}
.video-js .vjs-mute-control {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}
.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}
.video-js .vjs-volume-panel {
  -webkit-transition: width 1s;
  transition: width 1s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  -webkit-transition: left 0s;
  transition: left 0s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: none;
  transition: none;
}
.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}
.video-js .vjs-volume-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}
.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}
.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}
.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
  z-index: 1;
}
.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}
.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}
.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}
.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}
.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}
.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}
.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}
.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}
.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}
.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}
.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}
.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  z-index: 0;
}
.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}
.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  display: none;
}
.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
.vjs-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%;
}
.vjs-has-started .vjs-poster,
.vjs-using-native-controls .vjs-poster {
  display: none;
}
.vjs-audio.vjs-has-started .vjs-poster,
.vjs-has-started.vjs-audio-poster-mode .vjs-poster {
  display: block;
}
.video-js .vjs-live-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 1em;
  line-height: 3em;
}
.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}
.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}
.video-js .vjs-seek-to-live-control {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}
.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}
.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}
.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}
.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}
.video-js .vjs-time-control {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.vjs-live .vjs-time-control {
  display: none;
}
.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}
.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}
.vjs-time-divider {
  display: none;
  line-height: 3em;
}
.vjs-live .vjs-time-divider {
  display: none;
}
.video-js .vjs-play-control {
  cursor: pointer;
}
.video-js .vjs-play-control .vjs-icon-placeholder {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}
.video-js.vjs-controls-disabled .vjs-text-track-display,
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}
.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}
.vjs-subtitles {
  color: #fff;
}
.vjs-captions {
  color: #fc6;
}
.vjs-tt-cue {
  display: block;
}
video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-3em);
          transform: translateY(-3em);
}
.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-1.5em);
          transform: translateY(-1.5em);
}
.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control {
  display: none;
}
.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.video-js.vjs-audio-only-mode .vjs-fullscreen-control {
  display: none;
}
.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}
.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}
.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}
.vjs-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);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
          animation: vjs-spinner-show 0s linear 0.3s forwards;
}
.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}
@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-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 vjs-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-js.vjs-audio-only-mode .vjs-captions-button {
  display: none;
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}
.video-js.vjs-audio-only-mode .vjs-descriptions-button {
  display: none;
}
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}
.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\F10D";
  font-size: 1.5em;
  line-height: inherit;
}
.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
  display: none;
}
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}
.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \F11D";
  font-size: 1.5em;
  line-height: inherit;
}
.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-volume-control {
  display: none;
}
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
  width: auto;
  width: initial;
}
.video-js.vjs-layout-x-small .vjs-progress-control, .video-js.vjs-layout-tiny .vjs-progress-control {
  display: none;
}
.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: block;
}
.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}
.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}
.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}
.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}
.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}
@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }

  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }

  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }

  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}
.vjs-text-track-settings fieldset span {
  display: inline-block;
}
.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}
.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}
.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(88%, #fff), to(#73859f));
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}
.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}
.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(88%, #fff), to(#73859f));
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}
.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}
@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}
.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
}
.video-js *:focus:not(:focus-visible) {
  outline: none;
}

.videoTypeNav[data-v-0969dc66]{
  width: 100%;background: #f5f5f5;
  overflow-x: hidden;overflow-y: auto;
}
.auchorOptions[data-v-0969dc66]{
  width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1rem;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.auchorOptions_left[data-v-0969dc66]{
  margin-right: .6rem;
}
.auchorOptions_left>img[data-v-0969dc66]{
  width: 3rem;height: auto;
  border-radius: 50%;
}
.auchorOptions_right[data-v-0969dc66]{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.auchorOptions_right>div[data-v-0969dc66]:nth-child(1){
  width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
  margin-bottom: 1rem;
}
.auchorOptions_right>div:nth-child(1)>div[data-v-0969dc66]:nth-child(1){
  border-radius: 10px;
  padding: 2px 10px;
  background: -webkit-gradient(linear,right top, left top,from(#f26e07),to(#ff2238));
  background: linear-gradient(270deg,#f26e07,#ff2238);
  color: #fff;
  font-size: 10px;
  font-family: OPPOSans;
  font-weight: 500;
}
.auchorOptions_right>div:nth-child(1)>div[data-v-0969dc66]:nth-child(2){
  background: none;
  font-family: OPPOSans;
  font-size: 1.2rem;
  font-weight: 500;
  color: rgba(51,51,51,.6);
}
.auchorOptions_right>div[data-v-0969dc66]:nth-child(2){
  color: rgb(51 51 51);
  /* margin-left: 0.7rem; */
  /* font-weight: 600; */
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.auchorOptions_right>div[data-v-0969dc66]:nth-child(3){
  width: 100%;height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
  font-family: "\65B9\6B63\6807\96C5\5B8B\7B80\4F53  2";
  font-size: 1.6rem;line-height: 2.5rem;
}
.auchorOptions_right>div:nth-child(3)>video[data-v-0969dc66]{
  width: 100%;height: auto;
}
.auchorOptions_right>div:nth-child(3)>img[data-v-0969dc66]{
  width: 10rem;height: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.chatRoom[data-v-3de3e880]{
  width: 100%;background: #f5f5f5;
  overflow-x: hidden;overflow-y: auto;
}
.chatRoomOptions[data-v-3de3e880]{
  width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1rem;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.chatRoomOptions_left[data-v-3de3e880]{
  margin-right: .6rem;
}
.chatRoomOptions_left>img[data-v-3de3e880]{
  width: 3rem;height: 3rem;
  border-radius: 50%;-o-object-fit: cover;object-fit: cover;
}
.chatRoomOptions_right[data-v-3de3e880]{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.chatRoomOptions_right>div[data-v-3de3e880]:nth-child(1){
  width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
  margin-bottom: 1rem;
}
.chatRoomOptions_right>div:nth-child(1)>div[data-v-3de3e880]{
  border-radius: 10px;
  padding: 2px 10px;
  background: -webkit-gradient(linear,right top, left top,from(#f26e07),to(#ff2238));
  background: linear-gradient(270deg,#f26e07,#ff2238);
  color: #fff;
  font-size: 10px;
  font-family: OPPOSans;
  font-weight: 500;
}
.liveRemark[data-v-3de3e880]{
  font-size: 18px;
}
.chatRoomOptions_content[data-v-3de3e880]{
  border-radius: 10px;
  padding: 1rem;
  background: #fff;
  font-size: 1.6rem;
}

.intro[data-v-372c9b9c]{
  width: 100%;background: #f5f5f5;
  overflow-x: hidden;overflow-y: auto;
  padding: 3.1rem 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;font-weight: 400;
  line-height: 2.2rem;
  font-family: "\65B9\6B63\6807\96C5\5B8B\7B80\4F53  2";
}

.articleSpacial[data-v-e54bb7a8]{
    width: 100%;
    height: 329px;
    background-image: url(../../static/img/titleBg.c6ab1d7.png);
    background-size: 100vw 329px;
}
.contentBox[data-v-e54bb7a8]{
    width: 1200px;height: auto;
    margin: 50px auto 0px;
    /* padding: 0px 422px 0px 168px; */
    /* box-sizing: border-box; */
}
.returnBox[data-v-e54bb7a8]{
    width: 100%;text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
    cursor: pointer;
}
.returnBox i[data-v-e54bb7a8]{
    color: #000000;
}
.returnBox span[data-v-e54bb7a8]{
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.65);
    line-height: 18px;
    margin-left: -1px;
}
.content[data-v-e54bb7a8]{
    width: 1200px;height: auto;
    margin-top: 38px;
}
.content>video[data-v-e54bb7a8]{
    width: 100%;
}
.title[data-v-e54bb7a8]{
    font-size: 24px;font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;color: #000000;line-height: 33px;
    margin: 38px 0px 13px;
}
.source[data-v-e54bb7a8]{
    font-size: 14px;font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;color: #999999;line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
}
.source span[data-v-e54bb7a8]{
    margin-right: 24px;
}
.des[data-v-e54bb7a8]{
    font-size: 14px;font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;color: rgba(153,153,153,0.85);margin: 14px 0px 170px;
}
[data-v-e54bb7a8] .video-js .vjs-big-play-button{
    left: 0;right: 0;top: 0;bottom: 0;
    margin: auto;
}
#myVideo[data-v-e54bb7a8]{
    width: 100%!important;height: 100%!important;
}
[data-v-e54bb7a8] #myVideo video{
  width: 100%!important;height: 100%!important;
}

.detailsBox[data-v-6665e1e4]{
    width: 100vw;
    height: 100vh;
}

.videoShare[data-v-ed6046b6]{
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 4.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.articleVideo[data-v-ed6046b6]{
  width: 100%;height: auto;
}
.article[data-v-ed6046b6]{
  width: 100%;height: auto;
  padding: 1.8rem;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.article>h1[data-v-ed6046b6]{
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 3rem;
  color: #333;
  margin: 0px auto 1rem;
}
.source[data-v-ed6046b6]{
  width: 100%;height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.source_left > span[data-v-ed6046b6],
.source_right[data-v-ed6046b6] {
  font-size: 1.2rem;
  color: rgb(153, 153, 153);
}
.source_left > span[data-v-ed6046b6]:nth-child(2) {
  margin-left: 0.5rem;
}
.bianjiqi[data-v-ed6046b6]{
  width: 100%;height: auto;
  margin-top: 1.5rem;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #333;
}

.articleSpacial[data-v-3e62e2da]{
  width: 100%;
  height: 329px;
  background-image: url(../../static/img/titleBg.c6ab1d7.png);
  background-size: 100vw 329px;
}
.contentBox[data-v-3e62e2da]{
  width: 1200px;height: auto;
  margin: 50px auto 0px;
  /* padding: 0px 422px 0px 168px; */
  /* box-sizing: border-box; */
}
.returnBox[data-v-3e62e2da]{
  width: 100%;text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  cursor: pointer;
}
.returnBox i[data-v-3e62e2da]{
  color: #000000;
}
.returnBox span[data-v-3e62e2da]{
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0,0,0,0.65);
  line-height: 18px;
  margin-left: -1px;
}
.content[data-v-3e62e2da]{
  width: 1200px;height: auto;
  margin-top: 38px;
}
.content>video[data-v-3e62e2da]{
  width: 100%;
}
.title[data-v-3e62e2da]{
  font-size: 24px;font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;color: #000000;line-height: 33px;
  margin: 38px 0px 13px;
}
.source[data-v-3e62e2da]{
  font-size: 14px;font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;color: #999999;line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
}
.source span[data-v-3e62e2da]{
  margin-right: 24px;
}
.des[data-v-3e62e2da]{
  font-size: 14px;font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;color: rgba(153,153,153,0.85);margin: 14px 0px 170px;
}

.detailsBox[data-v-320f1ca4]{
    width: 100vw;
    height: 100vh;
}

@font-face {
  font-family: "\65B9\6B63\6807\96C5\5B8B\7B80\4F53";
  src: url("https://cdn.xhrbjk.com/oss/new/app/fzbiaoysjw.ttf");
}
.specialShare[data-v-618121c5]{
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 4.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f5f5f5;
  font-family: "\65B9\6B63\6807\96C5\5B8B\7B80\4F53";
}
.specialMessage[data-v-618121c5]{
  width: 100%;height: auto;
  padding: 0rem 1.8rem 0.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;background: #fff;
}
.specialMessage>img[data-v-618121c5]{
  width: 100%;height: auto;
  border-radius: 1rem;
}
.specialMessage>div[data-v-618121c5]{
  font-size: 1.6rem;
  font-family: OPPOSans;
  line-height: 2.4rem;
  color: #1a1a1a;
  font-family: "\65B9\6B63\6807\96C5\5B8B\7B80\4F53";
}
.specialList[data-v-618121c5]{
  width: 100%;height: auto;
  padding: 1.2rem 1.8rem;-webkit-box-sizing: border-box;box-sizing: border-box;
  background: #fff;
}
.specialOptions[data-v-618121c5]{
  width: 100%;height: auto;
  border-bottom: 1px solid #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;
  border-bottom: 1px solid rgb(237, 237, 237);
  padding: 1.5rem 0rem;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.specialList>div[data-v-618121c5]:last-child{
  border: none;
}
.specialOptions_left[data-v-618121c5]{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;padding-right: .6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.specialOptions_title[data-v-618121c5]{
  width: 100%;height: auto;overflow: hidden;
  font-size: 1.6rem;line-height: 2.4rem;
  font-family: "\65B9\6B63\6807\96C5\5B8B\7B80\4F53";color: #262626;
}
.specialOptions_sourceName[data-v-618121c5]{
  width: 100%;height: auto;
  margin-top: .9rem;
  font-size: 1.2rem;color: #ccc;
  font-family: "\65B9\6B63\6807\96C5\5B8B\7B80\4F53";
}
.specialOptions_right[data-v-618121c5]{
  width: 8.3rem;height: auto;
  overflow: hidden;
}
[data-v-618121c5] .specialOptions_right .van-image__img{
  border-radius: 0.5rem;
}
.specialBox[data-v-618121c5]{
  width: 100%;height: auto;
  padding-top: 1.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  margin-top: 1rem;
}
.specialFirst[data-v-618121c5]{
  width: 100%;height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.specialFirst_title[data-v-618121c5]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0rem 1.8rem;-webkit-box-sizing: border-box;box-sizing: border-box;
  position: relative;
}
.numbj[data-v-618121c5]{
  width: auto;
  /* font-size: 1.2rem; */
  text-align: center;
  height: 2rem;
  line-height: 2rem;
  /* color: #262626; */
  padding-bottom: 0.15rem;

  font-size: 1.5rem;
  font-weight: 700;
  color: #262626;
  /* border-bottom: 0.3rem solid #ff2238; */
}
.numbjSpan[data-v-618121c5]{
  font-size: 1.4rem;margin-right: 5px;position: relative;
}
.numBjLine[data-v-618121c5]{
  /* width: calc(100% - 4.6rem); */
  width: 100%;
  height: 0.3rem;background: #ff2238;
  position: absolute;bottom: -0.5rem;left: 1.8;
}
.specialFirst_name[data-v-618121c5]{
  font-size: 1.5rem;
  font-weight: 700;
  color: #262626;
  margin-left: 1.25rem;
}
.specialMore[data-v-618121c5]{
  color: #F94421;
  padding-right: 1.8rem;
  font-size: 1.2rem;
  font-weight: 600;
}
.returnTop[data-v-618121c5]{
  width: 4.75rem;height: auto;
  position: fixed;
  right: 2rem;bottom: 9.25rem;
}

.articleSpacial[data-v-1bef9500]{
  width: 100%;
  height: 329px;
  background-image: url(../../static/img/titleBg.c6ab1d7.png);
  background-size: 100vw 329px;
}
.contentBox[data-v-1bef9500]{
  width: 885px;height: auto;
  margin: 50px auto 0px;
  /* padding: 0px 422px 0px 168px; */
  /* box-sizing: border-box; */
}
.returnBox[data-v-1bef9500]{
  width: 100%;text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  cursor: pointer;
}
.returnBox i[data-v-1bef9500]{
  color: #000000;
}
.returnBox span[data-v-1bef9500]{
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0,0,0,0.65);
  line-height: 18px;
  margin-left: -1px;
}
.title[data-v-1bef9500]{
  width: 100%;font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;color: rgba(0,0,0,0.85);line-height: 28px;
  margin: 45px 0px 21px;
}
.des[data-v-1bef9500]{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.special_childrenBox[data-v-1bef9500]{
  width: 100%;height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  margin: 21px 0px 11px;-ms-flex-wrap: wrap;flex-wrap: wrap;
}
.special_children[data-v-1bef9500]{
  width: auto;height: auto;line-height: auto;text-align: center;
  border-radius: 21px;border: 1px solid #999999;
  padding: 9px 16px;-webkit-box-sizing: border-box;box-sizing: border-box;font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;color: #999999;
  margin-right: 16px;margin-bottom: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;cursor: pointer;
}
.special_active[data-v-1bef9500]{
  font-weight: 600;
  color: #F65914;border: 1px solid #F65914;
}
.articleList[data-v-1bef9500]{
  width: 885px;height: auto;
  margin: 0px auto;
}
.articleOption[data-v-1bef9500]{
  width: calc(100% - 6px);height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 21px;cursor: pointer;
}
.articleList>div[data-v-1bef9500]:last-child{
  margin-bottom: 0px;
}
.articleOption_left[data-v-1bef9500]{
  width: 243px;height: 137px;
  margin-right: 24px;
}
.articleOption_left>img[data-v-1bef9500]{
  width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;
  border-radius: 5px;
}
.articleOption_right[data-v-1bef9500]{
  width: calc(100% - 267px);
}
.articleOption_right_title[data-v-1bef9500]{
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0,0,0,0.85);
  line-height: 25px;
}
.articleOption_right_content[data-v-1bef9500]{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  margin: 14px 0px 39px;
}
.articleOption_right_message[data-v-1bef9500]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-top: 93px;
}
.articleOption_right_message>span[data-v-1bef9500]:nth-child(1){
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 18px;margin-right: 16px;
}
.articleOption_right_message>span[data-v-1bef9500]:nth-child(2){
  font-size: 13px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
}

.detailsBox[data-v-c9a925f6]{
    width: 100vw;
    height: 100vh;
}

@font-face {
  font-family: "\65B9\6B63\6807\96C5\5B8B\7B80\4F53";
  src: url("https://cdn.xhrbjk.com/oss/new/app/fzbiaoysjw.ttf");
}
.specialShare[data-v-3e53a7fc]{
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  
  font-family: "\65B9\6B63\6807\96C5\5B8B\7B80\4F53";
}
.titleNav[data-v-3e53a7fc]{
  width: 100%;height: 4.4rem;line-height: 4.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
  border-bottom: 1px solid #EDEDED;
}
.titleLeft[data-v-3e53a7fc]{
  width: 4.4rem;height: 4.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
}
.titleCenter[data-v-3e53a7fc]{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;font-family: "\65B9\6B63\6807\96C5\5B8B\7B80\4F53";
  color: #333333;text-align: center;
  font-size: 1.9rem;font-weight: 600;
}
.titleRight[data-v-3e53a7fc]{
  width: 4.4rem;height: 4.4rem;
}
.specialBox[data-v-3e53a7fc]{
  width: 100%;height: calc(100vh - 4.5rem);
  overflow-y: auto;
}
.specialList[data-v-3e53a7fc]{
  width: 100%;height: auto;
  padding: 1.2rem 1.8rem;-webkit-box-sizing: border-box;box-sizing: border-box;
  background: #fff;
}
.specialOptions[data-v-3e53a7fc]{
  width: 100%;height: auto;
  border-bottom: 1px solid #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;
  border-bottom: 1px solid rgb(237, 237, 237);
  padding: 1.5rem 0rem;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.specialList>div[data-v-3e53a7fc]:last-child{
  border: none;
}
.specialOptions_left[data-v-3e53a7fc]{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;padding-right: .6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.specialOptions_title[data-v-3e53a7fc]{
  width: 100%;height: 4.8rem;overflow: hidden;
  font-size: 1.6rem;line-height: 2.4rem;
  font-family: "\65B9\6B63\6807\96C5\5B8B\7B80\4F53";color: #262626;
}
.specialOptions_sourceName[data-v-3e53a7fc]{
  width: 100%;height: auto;
  margin-top: .9rem;
  font-size: 1.2rem;color: #ccc;
  font-family: "\65B9\6B63\6807\96C5\5B8B\7B80\4F53";
}
.specialOptions_right[data-v-3e53a7fc]{
  width: 8.3rem;height: 7.3rem;
  overflow: hidden;
}
.specialOptions_right>img[data-v-3e53a7fc]{
  width: 100%;height: 100%;
  -o-object-fit: cover;
     object-fit: cover;border-radius: 0.5rem;
}

.download[data-v-0db0107b]{
  /* width: 100vw;height: 100vh; */
  width: 100vw;height: 100vh;
  background: url(../../static/img/download.9a22bbe.png);
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.downloadImg[data-v-0db0107b]{
  width: 100%;height: auto;
  position: absolute;bottom: 2.6rem;
}
[data-v-0db0107b] .isWeixinDialog .el-dialog{
  background-color: transparent!important;
  -webkit-box-shadow:none;
          box-shadow:none
}
[data-v-0db0107b] .isWeixinDialog .el-dialog__header{
  display: none;
}
.isWeixinImg[data-v-0db0107b]{
  width: 100vw;height: auto;
  position: fixed;
  top: 0;left: 0;
}
.downloadDialog[data-v-0db0107b]{
  z-index: 999999999!important;
}
[data-v-0db0107b] .downloadDialog .van-dialog__header{
  padding: 24px;
}
[data-v-0db0107b] .downloadDialog .van-button--large{
  width: 50%;
}
