/****************************************************
 变量
 *****************************************************/

 :root {
  --brand-primary: #3b89ef;
}


/****************************************************
 基础样式
 *****************************************************/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

body {
  background-color: #f2f2f7;
  font-size: 14px;
  color: #5a5a5a;
  line-height: 1.42105;
  font-family: Lato, "Alibaba PuHuiTi 3.0", "PingFang SC", "Microsoft YaHei", sans-serif;
  /* overflow-y: hidden; */
  overflow: auto;
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3 {
  color: #303030;
}

h1 {
  font-size: 18px;
}

h2 {
  margin-top: 15px;
  margin-bottom: 4px;
  font-size: 17px;
}

h3 {
  margin-top: 15px;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: normal;
}

p {
  margin-bottom: 8px;
}

ol {
  margin-left: 1em;
}

ul {
  padding-left: 1.2em;
}

li {
  margin: 5px 0;
}

img {
  max-width: 100%;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px
}

::-webkit-scrollbar-track {
  background: #fbfbfb;
  border-radius: 10px
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .15);
  border-radius: 10px
}

::-webkit-scrollbar-button {
  display: none
}

::-webkit-scrollbar-corner {
  background-color: #ccc
}

* {
  scrollbar-color: rgba(0, 0, 0, .15) #fbfbfb;
  scrollbar-width: thin
}




/****************************************************
 布局样式
 *****************************************************/
/* .global-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #fff;
  line-height: 50px;
  font-size: 24px;
  box-shadow: 0 6px 6px rgba(149, 149, 149, .1);
  z-index: 800;
} */

/*
 * global-header
 */
.global-header a,
.article a {
  text-decoration: none;
}

.global-header a:hover,
.article a:hover {
  text-decoration: underline;
}

.global-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  padding-left: 20px;
  box-shadow: 0 6px 6px rgb(149 149 149 / 10%);
  z-index: 8000;
}

.global-header .container {
  display: flex;
  max-width: 1200px;
  width: 100%;
  height: 50px;
  /* margin: 0 auto;
  padding: 0 15px */
}

.global-header .brand-wrap {
  display: flex;
}

.global-header .brand-wrap .logo {
  position: relative;
  height: 100%;
  width: 110px;
  margin-right: 20px;
  background: no-repeat center;
  background-size: 100%;
  background-image: url(https://www.magewell.com/static/images/global-nav/magewell-logo-blue@1x.png);
}

.global-header .brand-wrap .logo::after {
  position: absolute;
  top: 17px;
  right: -10px;
  width: 1px;
  height: 18px;
  content: "";
  background: #e1e1e1;
}

.global-header .brand-wrap .product-name {
  line-height: 50px;
  font-size: 15px;
  color: #0e3f6b;
}

.global-header .brand-wrap .product-name a {
  color: inherit;
}

.global-header .brand-wrap .product-name a span {
  display: none;
}
.global-main {
  position: relative;
  /* height: calc(100vh - 50px); */
  margin-top: 50px;
  overflow-y: auto;
}

.main-content {
  min-height: calc(100vh - 100px);
  padding: 20px 10px;
  background: #fff;
  overflow: hidden;
}

.prev-next-page-wrap {
  display: none;
  /* display: flex; */
  justify-content: center;
  height: 50px;
  padding: 18px 10px;
  line-height: 50px;
}

.prev-next-page-wrap a {
  text-decoration: none;
}

.prev-next-page-wrap a.is-disabled {
  opacity: .4;
  pointer-events: none;
}

.prev-next-page-wrap .prev-page {
  width: 12px;
  height: 12px;
  margin-right: 15px;
  background: url(../images/arrow-down.svg) no-repeat center;
  transform: rotate(90deg);
}

.prev-next-page-wrap .next-page {
  width: 12px;
  height: 12px;
  margin-left: 15px;
  background: url(../images/arrow-down.svg) no-repeat center;
  transform: rotate(-90deg);
}

.expand-btn {
  position: fixed;
  top: 50%;
  left: 0;
  width: 25px;
  height: 74px;
  transform: translate(-6px, -50%);
  z-index: 1000;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
  transition: all 0.3s ease;
  background: url(../images/put-off.png) no-repeat center;
  background-size: contain;
  z-index: 9999;
}

.expand-btn img {
  width: 100%;
  height: 100%;
}

.expand-btn-away {
  background-image: url(../images/put-away.png);
}

.is-nav-expand .expand-btn {
  transform: translate(314px, -50%);
}

.is-nav-expand .main-nav {
  transform: translateX(320px);
}

.is-nav-expand::after {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  pointer-events: none;
  z-index: 999;
  background: rgba(0, 0, 0, 0.1);
}

.is-nav-expand .global-main {
  overflow-y: hidden;
}

.is-nav-expand .main-content a,
.is-nav-expand .prev-next-page-wrap a {
  pointer-events: none;
}

/****************************************************
 菜单样式
 *****************************************************/
.main-nav {
  position: fixed;
  top: 50px;
  left: -320px;
  bottom: 0;
  right: 0;
  width: 320px;
  height: 100%;
  height: calc(100% - 30px);
  padding: 20px 10px;
  background: #fff !important;
  overflow-y: auto;
  z-index: 1003;
  transition: transform 0.3s ease;
}

.main-nav::-webkit-scrollbar-thumb {
  background-color: #ececec;
}

.main-nav a {
  display: block;
  text-decoration: none;
}

.main-nav .document-name {
  margin-left: 12px;
  margin-bottom: 15px;
  font-size: 22px;
  color: #000;
}

.main-nav .menu {
  padding: 0;
  margin: 0;
}

.menu li {
  margin: 0;
  list-style: none;
  cursor: pointer;
  user-select: none;
  border-top: 1px solid #dcdcdc;
}

.menu .menu-title {
  position: relative;
  padding: 15px 28px 14px 5px;
  font-size: 17px;
  color: #181818;
}

.menu .menu-title:focus {
  outline: none;
}

.menu a.menu-title:active,
.menu a.menu-title.is-active {
  color: var(--brand-primary);
  border-radius: 3px;
}

.menu a.menu-title.is-active::before {
  background-color: var(--brand-primary);
}

.submenu .menu .menu-title {
  padding: 15px 28px 15px 5px;
  font-size: 16px;
  color: #303030;
  border-top-color: #ebebeb;
}

.root-menu>li:first-child.submenu>.menu-title,
.root-menu>li:first-child.menu-item>.menu-title {
  border-top-width: 0;
}

.submenu>.menu {
  height: 0;
  overflow: hidden;
  transition: height 0.5s;
  transform: translateZ(0);
}

.submenu.is-open>.menu {
  height: auto;
}

.submenu>.menu>li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.submenu>.menu-title::after {
  position: absolute;
  top: 19px;
  right: 5px;
  width: 12px;
  height: 12px;
  content: "";
  background: no-repeat url(../images/arrow-down.svg) center;
  background-size: contain;
  transition: transform 0.5s ease;
}

.submenu.is-open>.menu-title::after {
  transform: rotate(-180deg);
}

.menu .menu-one>.menu-title {
  font-size: 16px;
  color: #181818;
}

.menu .menu-two>.menu-title {
  font-size: 14px;
  color: #6d6d6d;
}

.menu .menu-one>.menu-title:hover,
.menu .menu-two>.menu-title:hover {
  /* background-color: #f2f2f2; */
}

.menu .menu-three>.menu-title {
  font-size: 14px;
  color: #6d6d6d;
}

.menu .menu-two>.menu-title,
.menu .menu-three>.menu-title {
  position: relative;
}

.menu .menu-two>.menu-title::before,
.menu .menu-three>.menu-title::before {
  position: absolute;
  top: 23px;
  left: 13px;
  width: 5px;
  height: 5px;
  content: '';
  border-radius: 5px;
  background-color: #6d6d6d;
}

.menu .menu-three>.menu-title::before {
  left: 32px;
}

/****************************************************
 正文样式
 *****************************************************/
 .article p {
  font-size: 14px;
  color: #464646;
}

.article {
  max-width: 1200px;
  min-height: calc(100vh - 120px);
  margin: 0 auto 0;
  padding: 76px 10px 0;
  line-height: 1.6;
}

.article a {
  color: #3b89ef;
}

.article .pln {
  padding-left: 0 !important;
}

.article h2 {
  margin-top: -66px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  color: #000000;
}

.article h4 {
  margin-top: 4px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #000000;
}

.article ol {
  margin: 0 16px;
}

.article .content-subtitle {
  font-size: 22px;
  margin-bottom: 80px;
}

.article .content-subtitle {
  margin-top: 15px;
}

.article-remark {
  position: relative;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 10px 12px;
  background-color: #f5f5f5;
  clear: both;
}


.article-remark::before {
  font-family: "iconfont" !important;
  position: absolute;
  top: 12px;
  right: 16px;
  left: 16px;
  font-size: 12px;
  font-style: normal;
  font-weight: lighter;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.article-header {
  margin: -15px -30px;
  padding: 0 30px 25px;
  border-bottom: 1px solid #e7e7e7;
}

.article-summary {
  padding-top: 0px;
  font-size: 14px;
  color: #464646;
}

.article-content {
  margin: 30px 0 0;
  padding-top: 15px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e7e7e7;

}

.article .article-content:last-child {
  border: none;
}

.article-content span {
  width: px;
  margin: 5px 10px;
  padding: 0.5em;
  padding-right: 50px;
  padding-top: 0.5em;
}

.article-content img {
  max-width: 100%;
  border: 1px solid #f3f3f3;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.03);
}

.article-content ol {
  padding-left: 0;
  list-style-type: demical;
}

.article-content ol li {
  /* padding-left: 5px; */
  line-height: 1.6;
  list-style-position: outside;
  font-size: 14px;
  color: #2e2e2e;
}

.article-remark ol {
  padding-left: 1.5em;
}

.article-content ul {
  padding-left: 1.5em;
  list-style: disc;
}

.article-content ul li {
  padding-left: 5px;
  line-height: 2;
}

.article-step:last-child {
  border-bottom: none;
}

.article-step {
  padding: 64px 0;
  border-bottom: 1px solid #d1d1d1;
}

.article-step .step-col-2 .step-desc,
.article-content .row-col-2 .article-desc {
  float: left;
  width: 55%;
}

.article-step .step-col-2 .step-img,
.article-content .row-col-2 .article-img {
  float: right;
  width: 40%;
}

.article-step .step-title {
  margin-bottom: 57px;
  font-size: small;
  line-height: 1;
}

.article-step .step-num {
  padding-right: 15px;
  font-family: PingFamg SC Medium;
  font-size: small;
}

.article-step .step-desc {
  padding-left: 2.5em;
}

.article-properties .property-title {
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 1;
}

.article-properties .property-edit {
  margin-bottom: 25px;
}

.article-properties .property-edit span {
  margin-right: 15px;
}

.article-properties .apply-list {
  color: #1f88ec;
}

.article-properties .footer {
  color: #BFBFBF;
  margin-top: 35px;
  position: relative;
  text-align: left;
  font-size: 12px;
}

.article .article-content p {
  padding: 1.5;

}

.article .img {
  margin: 10px 0;
  text-align: center;
}
/* .article .img  img{
  display: inline-block;
} */
.article .img-center {
  text-align: center;
}

.article .img-center img {
  width: 100%
}

.article .img-left {
  width: 100%;
  text-align: center;
}

.article .img-right {
  width: 100%;
  text-align: center;
}

.article .text-left {
  width: 100%;
  text-align: left;
}

.article .text-right {
  width: 100%;
  text-align: left;
}

.article .code {
  border-radius: 3px;
  background-color: #fafafa;
  margin-top: 10px;
  padding-left: 20px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 5px;
  text-align: left;
  line-height: 1.5em;
  font-size: 14px;
  color: #2e2e2e;
  border: 1px solid #f4f4f4;
}
.article pre {
  overflow: auto;
  padding-bottom: 6px;
}
.article .cmd {
  padding-top: -5px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #192331;
}

.article .reflink {
  margin-top: -25px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #192331;
}

.article .img-zoom {
  cursor: zoom-in;
}
.article .inline-icon {
  position: relative;
  top: -2px;
  margin: 0 5px;
  vertical-align: middle;
}
.viewer-container .viewer-button {
  top: 15px;
}

@media screen and (min-width: 768px) {

  /****************************************************
   布局样式
  *****************************************************/

  .global-header {
    padding-left: calc((100% - 750px) / 2);
  }

  .global-main {
    position: relative;
    height: calc(100vh - 90px);
    margin-top: 65px;
  }

  .global-main-container {
    position: relative;
    max-width: 750px;
    margin-left: calc((100% - 750px) / 2);
  }

  .expand-btn {
    display: none;
  }

  .main-content {
    min-height: calc(100vh - 180px);
    margin-left: 306px;
  }

  .prev-next-page-wrap {
    display: none;
    margin-left: 280px;
  }

  /****************************************************
  菜单样式
  *****************************************************/

  .main-nav {
    position: fixed;
    top: 65px;
    left: calc((100% - 750px) / 2);
    bottom: 25px;
    right: auto;
    width: 290px;
    height: auto;
    padding: 28px 10px;
  }

  .submenu>.menu-title::after {
    position: absolute;
    top: 19px;
    right: 10px;
    width: 12px;
    height: 12px;
    content: "";
    background: no-repeat url(../images/arrow-down.svg) center;
    background-size: contain;
    transition: transform 0.5s ease;
  }

  .menu li {
    border-top: none;
  }

  .menu .menu-item:hover {
    background-color: #fafafa;
  }

  .menu .menu-title {
    font-size: 14px;
    color: #838383;
  }

  .menu a.menu-title:active,
  .menu a.menu-title.is-active {
    color: var(--brand-primary);
    background-color: #f2f2f2;
    border-radius: 3px;
  }

  .menu .menu-one>.menu-title {
    font-size: 16px;
    color: #181818;
  }

  .menu .menu-two>.menu-title {
    font-size: 14px;
    color: #838383;
  }

  .menu .menu-one>.menu-title:hover,
  .menu .menu-two>.menu-title:hover {
    background-color: #f2f2f2;
    border-radius: 3px;
  }

  .menu .menu-three>.menu-title {
    font-size: 14px;
    color: #838383;
  }

  .menu .menu-two>.menu-title,
  .menu .menu-three>.menu-title {
    position: relative;
  }

  .menu .menu-two>.menu-title::before,
  .menu .menu-three>.menu-title::before {
    position: absolute;
    top: 23px;
    left: 13px;
    width: 5px;
    height: 5px;
    content: '';
    border-radius: 5px;
    background-color: #838383;
  }

  .menu .menu-three>.menu-title::before {
    left: 32px;
  }
  /****************************************************
  正文样式
  *****************************************************/
  .article {
    min-height: calc(100vh - 150px);
    padding: 76px 20px 0;
  }
  .article-header {
    padding-bottom: 35px;
  }
  .article-content {
    display: flex;
    flex-direction: column;
    margin: 30px 0;
    padding-bottom: 50px;
  }

  .article-summary {
    padding-top: 15px;
  }

  .article-content ol {
    padding-left: 2em;
    list-style-type: demical;
  }

  .article .img {
    margin: 16px 0;
    order: 20;
  }

  .article .img-left {
    display: inline-block;
    padding-bottom: 2%;
    vertical-align: top;
    width: 43%;
  }

  .article .img-right {

    display: inline-block;
    padding-top: 1.5%;
    padding-bottom: 3.0%;
    text-align: right;
    width: 43%;
  }

  .article .text-left {

    display: inline-block;
    margin: 0;
    vertical-align: top;
    text-align: left;
    width: 56%;
  }

  .article .text-right {
    display: inline-block;
    padding-top: 1.2%;
    vertical-align: top;
    text-align: left;
    width: 56%;
  }
}

@media screen and (min-width: 992px) {

  /****************************************************
   布局样式
  *****************************************************/
  .global-header {
    padding-left: calc((100% - 950px) / 2);
  }

  .global-header .container {
    height: 90px;
  }

  .global-header .brand-wrap .logo {
    width: 190px;
    margin-right: 60px;
  }

  .global-header .brand-wrap .logo::after {
    top: 32px;
    right: -30px;
    height: 24px;
  }

  .global-header .brand-wrap .product-name {
    line-height: 86px;
    font-size: 24px;
  }

  .global-header .brand-wrap .product-name a span {
    display: inline-block;
  }

  .global-header .brand-wrap .product-name a:hover span {
    text-decoration: underline;
  }
  .global-main-container {
    max-width: 950px;
    margin-left: calc((100% - 950px) / 2);
  }

  .global-main {
    height: calc(100vh - 130px);
    margin-top: 105px;
  }
  /****************************************************
   菜单样式
  *****************************************************/
  .main-nav {
    top: 105px;
    left: calc((100% - 950px) / 2);
  }
  /****************************************************
  正文样式
  *****************************************************/
  .article {
    min-height: calc(100vh - 150px);
    margin: 0 auto 0;
  }

  .viewer-container .viewer-button {
    top: 50px;
  }
}

@media screen and (min-width: 1200px) {
  /****************************************************
   布局样式
  *****************************************************/
  
  .global-header {
    padding-left: calc((100% - 1200px) / 2);
  }
  .global-main-container {
    max-width: 1200px;
    margin-left: calc((100% - 1200px) / 2);
  }

  /****************************************************
   菜单样式
  *****************************************************/

  .main-nav {
    left: calc((100% - 1200px) / 2);
  }
}
/*!
 * Viewer.js v1.7.1
 * https://fengyuanchen.github.io/viewerjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2020-09-29T13:45:16.438Z
 */.viewer-close:before,.viewer-flip-horizontal:before,.viewer-flip-vertical:before,.viewer-fullscreen-exit:before,.viewer-fullscreen:before,.viewer-next:before,.viewer-one-to-one:before,.viewer-play:before,.viewer-prev:before,.viewer-reset:before,.viewer-rotate-left:before,.viewer-rotate-right:before,.viewer-zoom-in:before,.viewer-zoom-out:before{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC");background-repeat:no-repeat;background-size:280px;color:transparent;display:block;font-size:0;height:20px;line-height:0;width:20px}.viewer-zoom-in:before{background-position:0 0;content:"Zoom In"}.viewer-zoom-out:before{background-position:-20px 0;content:"Zoom Out"}.viewer-one-to-one:before{background-position:-40px 0;content:"One to One"}.viewer-reset:before{background-position:-60px 0;content:"Reset"}.viewer-prev:before{background-position:-80px 0;content:"Previous"}.viewer-play:before{background-position:-100px 0;content:"Play"}.viewer-next:before{background-position:-120px 0;content:"Next"}.viewer-rotate-left:before{background-position:-140px 0;content:"Rotate Left"}.viewer-rotate-right:before{background-position:-160px 0;content:"Rotate Right"}.viewer-flip-horizontal:before{background-position:-180px 0;content:"Flip Horizontal"}.viewer-flip-vertical:before{background-position:-200px 0;content:"Flip Vertical"}.viewer-fullscreen:before{background-position:-220px 0;content:"Enter Full Screen"}.viewer-fullscreen-exit:before{background-position:-240px 0;content:"Exit Full Screen"}.viewer-close:before{background-position:-260px 0;content:"Close"}.viewer-container{bottom:0;direction:ltr;font-size:0;left:0;line-height:0;overflow:hidden;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:none;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.viewer-container::-moz-selection,.viewer-container ::-moz-selection{background-color:transparent}.viewer-container::selection,.viewer-container ::selection{background-color:transparent}.viewer-container img{display:block;height:auto;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.viewer-canvas{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.viewer-canvas>img{height:auto;margin:15px auto;max-width:90%!important;width:auto}.viewer-footer{bottom:0;left:0;overflow:hidden;position:absolute;right:0;text-align:center}.viewer-navbar{background-color:rgba(0,0,0,.5);overflow:hidden}.viewer-list{-webkit-box-sizing:content-box;box-sizing:content-box;height:50px;margin:0;overflow:hidden;padding:1px 0}.viewer-list>li{color:transparent;cursor:pointer;float:left;font-size:0;height:50px;line-height:0;opacity:.5;overflow:hidden;-webkit-transition:opacity .15s;transition:opacity .15s;width:30px}.viewer-list>li:hover{opacity:.75}.viewer-list>li+li{margin-left:1px}.viewer-list>.viewer-loading{position:relative}.viewer-list>.viewer-loading:after{border-width:2px;height:20px;margin-left:-10px;margin-top:-10px;width:20px}.viewer-list>.viewer-active,.viewer-list>.viewer-active:hover{opacity:1}.viewer-player{background-color:#000;bottom:0;cursor:none;display:none;right:0}.viewer-player,.viewer-player>img{left:0;position:absolute;top:0}.viewer-toolbar>ul{display:inline-block;margin:0 auto 5px;overflow:hidden;padding:3px 0}.viewer-toolbar>ul>li{background-color:rgba(0,0,0,.5);border-radius:50%;cursor:pointer;float:left;height:24px;overflow:hidden;-webkit-transition:background-color .15s;transition:background-color .15s;width:24px}.viewer-toolbar>ul>li:hover{background-color:rgba(0,0,0,.8)}.viewer-toolbar>ul>li:before{margin:2px}.viewer-toolbar>ul>li+li{margin-left:1px}.viewer-toolbar>ul>.viewer-small{height:18px;margin-bottom:3px;margin-top:3px;width:18px}.viewer-toolbar>ul>.viewer-small:before{margin:-1px}.viewer-toolbar>ul>.viewer-large{height:30px;margin-bottom:-3px;margin-top:-3px;width:30px}.viewer-toolbar>ul>.viewer-large:before{margin:5px}.viewer-tooltip{background-color:rgba(0,0,0,.8);border-radius:10px;color:#fff;display:none;font-size:12px;height:20px;left:50%;line-height:20px;margin-left:-25px;margin-top:-10px;position:absolute;text-align:center;top:50%;width:50px}.viewer-title{color:#ccc;display:inline-block;font-size:12px;line-height:1;margin:0 5% 5px;max-width:90%;opacity:.8;overflow:hidden;text-overflow:ellipsis;-webkit-transition:opacity .15s;transition:opacity .15s;white-space:nowrap}.viewer-title:hover{opacity:1}.viewer-button{background-color:rgba(0,0,0,.5);border-radius:50%;cursor:pointer;height:80px;overflow:hidden;position:absolute;right:-40px;top:-40px;-webkit-transition:background-color .15s;transition:background-color .15s;width:80px}.viewer-button:focus,.viewer-button:hover{background-color:rgba(0,0,0,.8)}.viewer-button:before{bottom:15px;left:15px;position:absolute}.viewer-fixed{position:fixed}.viewer-open{overflow:hidden}.viewer-show{display:block}.viewer-hide{display:none}.viewer-backdrop{background-color:rgba(0,0,0,.5)}.viewer-invisible{visibility:hidden}.viewer-move{cursor:move;cursor:-webkit-grab;cursor:grab}.viewer-fade{opacity:0}.viewer-in{opacity:1}.viewer-transition{-webkit-transition:all .3s;transition:all .3s}@-webkit-keyframes viewer-spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes viewer-spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.viewer-loading:after{-webkit-animation:viewer-spinner 1s linear infinite;animation:viewer-spinner 1s linear infinite;border:4px solid hsla(0,0%,100%,.1);border-left-color:hsla(0,0%,100%,.5);border-radius:50%;content:"";display:inline-block;height:40px;left:50%;margin-left:-20px;margin-top:-20px;position:absolute;top:50%;width:40px;z-index:1}@media (max-width:767px){.viewer-hide-xs-down{display:none}}@media (max-width:991px){.viewer-hide-sm-down{display:none}}@media (max-width:1199px){.viewer-hide-md-down{display:none}}
 