@charset "UTF-8";
html,
body {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
.viewer-canvas>img{
  width:0;
}
.page-wrap {
  width: 100%;
  height: 100%;
  position: fixed; }

.content {
  width: 100%;
  height: 100%;
  /* position: relative; */ }

.img-view {
  height: 100%;
  overflow: hidden;
  position: relative;
  background: rgba(0, 0, 0, 0.8); }

.img-view img:hover {
  cursor: pointer; }

.simg-view {
  width: 270px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 0, 222, 0.2); }

.img-wrap {
  height: 100%;
  text-align: center;
  position: relative; }

.fullscreen .img-view {
  width: 100%; }

.fullscreen .simg-view {
  width: 50px;
  z-index: 9999; }

.fullscreen-btn {
  background: #F7F7F7;
  width: 30px;
  height: 100%;
  text-align: center;
  display: table;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  float: left;
  z-index: 9999;
  cursor: pointer;
  border-left: solid 1px #555;
  padding: 0px 8px;
  box-sizing: border-box;}

.normal-btn {
  width: 80px;
  padding:0;
}

.zoomOut {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  color: #C8161E;}
.zoomIn{
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  color: #C8161E;
  text-align: left;
  padding: 6px;
}
.zoomIn:before{
  content: '';
  width:43px;
  height:44px;
  display:inline-block;
  background:url("/resources/assert/images/magnifying.png");
}
.zoomIn span{
  padding: 0 10px;
  display: block;
  font-weight:bold;
}
.zoomIn span:after{
  content: '';
  width:13px;
  height:14px;
  display:inline-block;
  background:url("/resources/assert/images/toleft.png");
}
/* 右侧轮播图 */
.scroll-view {
  height: 100%;
  margin-left: 30px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.fullscreen .scroll-view {
  margin-left: 50px; }

.btn-prev,
.btn-next {
  height: 29px;
  text-align: center;
  line-height: 29px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.5); }

.btn-prev {
  top: 0;
  width: 100%;
  z-index: 10;
  position: absolute; }

.btn-next {
  bottom: 0;
  width: 100%;
  z-index: 10;
  position: absolute; }

.scroll-container {
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  position: absolute; }
  .scroll-container ul {
    margin: 0;
    width: 100%;
    padding: 40px 12px;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .scroll-container li {
    list-style-type: none;
    width: 216px;
    height: 216px;
    line-height: 216px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 0;
    border: solid 1px #E5E5E5; }
    .scroll-container li img {
      max-width: 100%;
      max-height: 100%;
      cursor: pointer; }
  .scroll-container .selected {
    border: 1px solid #C8161E; }

.scale-wrap {
  width: 432px;
  position: absolute;
  left: 50%;
  margin-left: -216px;
  bottom: 100px;
  text-align: center; }
  .scale-wrap div {
    float: left; }
  .scale-wrap .prev-btn, .scale-wrap .next-btn {
    width: 106px;
    height: 40px;
    border-radius: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5); }

.scale {
  z-index: 9999;
  width: 200px;
  height: 40px;
  bottom: 100px;
  border-radius: 40px;
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  font-size: 0; }
  .scale:after {
    content: '';
    display: inline-block;
    clear: both; }
  .scale span {
    line-height: 40px;
    font-size: 30px;
    display: inline-block;
    text-align: center;
    float: left; }
  .scale #zoomScale {
    width: 120px; }
  .scale .shrink-btn,
  .scale .magnify-btn {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    cursor: pointer; }
.shrink-btn{
  background:url("/resources/views/detailPage/images/shrink.png") no-repeat;
  background-position: center right;
}
.magnify-btn{
  background:url("/resources/views/detailPage/images/mag.png") no-repeat;
  background-position: center left;
}
/*
.shrink-btn:hover,
.magnify-btn:hover {
  background: rgba(255, 255, 255, 0.3); }
*/

/* .shrink-btn {
    margin-left: -25px;
}

.magnify-btn {
    margin-right: 25px;
} */
.scale-wrap .gray-btn{
  background:rgba(0,0,0,.2);
  cursor: not-allowed;
}
.hide {
  display: none;!important; }

.viewer-fixed {
  position: static; }
