html {
  font-family: sans-serif;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);


}

body,p,div,ul,ol,dl {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}


[hidden], template {
  display: none
}

a {
  background-color: transparent
}

a:active, a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b, strong {
  font-weight: 700
}
small {
  font-size: 80%
}
img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;

}

svg:not(:root) {
  overflow: hidden
}



hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}


button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit
}

button {
  overflow: visible
}

button, select {
  text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled], html input[disabled] {
  cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0
}

input {
  line-height: normal
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}



textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

table {
  border-spacing: 0;
  border-collapse: collapse
}

td, th {
  padding: 0
}


*,:after, :before  {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

body {
  font-size: 14px;
  line-height: 1.57142857;
  font-family: Arial, 'Arial Unicode MS', Helvetica,'Microsoft YaHei',sans-serif;
  color: #76838f;
  background-color: #f2f2f2;
  position: relative;
  cursor: default;
}
h1,h2,h3,h4,h5,h6{
  font-family: normal;
  margin-top: 20px;
  margin-bottom: 10px;

}
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

a {
  color: #666;
  text-decoration: none
}

a:focus, a:hover {
  color: #006600;
  text-decoration: underline
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

figure {
  margin: 0
}
hr {
  border: 0;
  border-top: 1px solid #e4eaec
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

[role=button] {
  cursor: pointer
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.text-justify {
  text-align: justify
}

.text-nowrap {
  white-space: nowrap
}

.text-lowercase {
  text-transform: lowercase
}

.text-uppercase {
  text-transform: uppercase
}
.mb20{
  margin-bottom: 20px;
}
.mb10{
  margin-bottom: 10px;
}
.mb25{
  margin-bottom: 25px;
}
.mg20{
  margin: 20px 0;
}
.lh28{
  line-height: 28px;
}
ol, ul {
  margin-top: 0;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none
}

.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px
}

dl {
  margin-top: 0;
  margin-bottom: 22px
}

dd, dt {
  line-height: 1.57142857
}

dt {
  font-weight: 700
}

dd {
  margin-left: 0
}
.clearfix:after,.clearfix:before,.container:after,.container:before,.row:after,.row:before {display:table;content:" "}
.clearfix:after,.container:after,.row:after {clear:both}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}

.container {
  margin-right: auto;
  margin-left: auto
}

/*@media (min-width:768px) {
  .container {
    width: 750px
  }

}
*/

@media (min-width:768px) {
  .container {
    width: 942px;
  }

}


.row {
  margin-right: -15px;
  margin-left: -15px
}

.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

@media (min-width:768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }
}

@media (min-width:992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33333333%
  }

}
.blocks, [class*=blocks-] {
  font-size: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
}

.blocks>.block, [class*=blocks-]>.block, [class*=blocks-]>li {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px
}

.blocks.no-space, [class*=blocks-].no-space {
  margin: 0
}

.blocks.no-space>.block, .blocks.no-space>li, [class*=blocks-].no-space>.block, [class*=blocks-].no-space>li {
  padding: 0;
  margin: 0
}

.blocks-100>.block, .blocks-100>li {
  width: 100%
}

.blocks-2>.block, .blocks-2>li {
  width: 50%
}

.blocks-3>.block, .blocks-3>li {
  width: 33.333333%
}

.blocks-4>.block, .blocks-4>li {
  width: 25%
}

.blocks-5>.block, .blocks-5>li {
  width: 20%
}

.blocks-6>.block, .blocks-6>li {
  width: 16.666667%
}

.blocks-xs-100>.block, .blocks-xs-100>li {
  width: 100%
}

.blocks-xs-2>.block, .blocks-xs-2>li {
  width: 50%
}

.blocks-xs-3>.block, .blocks-xs-3>li {
  width: 33.333333%
}

.blocks-xs-4>.block, .blocks-xs-4>li {
  width: 25%
}

.blocks-xs-5>.block, .blocks-xs-5>li {
  width: 20%
}

.blocks-xs-6>.block, .blocks-xs-6>li {
  width: 16.666667%
}

@media (min-width:480px) {
  .blocks-sm-100>.block, .blocks-sm-100>li {
    width: 100%
  }

  .blocks-sm-2>.block, .blocks-sm-2>li {
    width: 50%
  }

  .blocks-sm-3>.block, .blocks-sm-3>li {
    width: 33.333333%
  }

  .blocks-sm-4>.block, .blocks-sm-4>li {
    width: 25%
  }

  .blocks-sm-5>.block, .blocks-sm-5>li {
    width: 20%
  }

  .blocks-sm-6>.block, .blocks-sm-6>li {
    width: 16.666667%
  }

}

@media (min-width:768px) {
  .blocks-md-100>.block, .blocks-md-100>li {
    width: 100%
  }

  .blocks-md-2>.block, .blocks-md-2>li {
    width: 50%
  }

  .blocks-md-3>.block, .blocks-md-3>li {
    width: 33.333333%
  }

  .blocks-md-4>.block, .blocks-md-4>li {
    width: 25%
  }

  .blocks-md-5>.block, .blocks-md-5>li {
    width: 20%
  }

  .blocks-md-6>.block, .blocks-md-6>li {
    width: 16.666667%
  }

}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px
}
.caption,
.table caption{
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 32px;
  text-indent: 5px;
}
.caption{
  margin-bottom: 20px;
}
.f12{
  font-size: 12px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 8px 5px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 1px solid #fff;
  color: #000;
  font-weight: 600;
}
.table>tbody>tr.text-center>td, .table>tbody>tr.text-center>th, .table>tfoot>tr.text-center>td, .table>tfoot>tr.text-center>th, .table>thead>tr.text-center>td, .table>thead>tr.text-center>th{
  text-align: center;
} 
.table .nowarp{
  white-space: nowrap;
}

.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
  border-top: 0
}

.table>tbody+tbody {
  border-top: 2px solid #ddd
}

.table .table {
  background-color: #fff
}

.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
  padding: 5px
}


.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
  border: 1px solid #fff;
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
  border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #d5e3cf;
}
.table-striped>tbody>tr:nth-of-type(even) {
  background-color: #ebf1e9;
}

.table-hover>tbody>tr:hover {
  background-color: #f5f5f5
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none
}
.table-center>tbody>tr>td:nth-of-type(3),
.table-center>tbody>tr>td:nth-of-type(4),
.table-center>tbody>tr>td:nth-of-type(5),
.table-center>tbody>tr>td:nth-of-type(6),
.table-center-7>tbody>tr>td:nth-of-type(7)
{
  text-align: center;
}
table td[class*=col-], table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none
}

.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
  background-color: #f5f5f5
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto
}

.table>thead>tr>th {
  vertical-align: middle;
  border-bottom: 4px solid #fff;
  background-color: #70ad47;
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width:767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive>.table {
    margin-bottom: 0
  }

  .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
    white-space: nowrap
  }

  .table-responsive>.table-bordered {
    border: 0
  }

  .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
  }

  .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
  }

}
.shadow-wrap{
  background: #fff;
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.45);
  border: 1px solid #666;
  margin: 20px auto 0;
  margin-bottom: 20px;
  position: relative;
  cursor: auto;
}
.navbar{
  width: 100%;
  background-image: url(../images/menubg.png);
  background-repeat: repeat-x;
  background-position: center top;
  height: 51px;
  position: relative;
}
.navbar-list > li {
  float: left;
  position: relative;
}
.navbar-list > li > a{
  display: inline-block;
  padding: 0 22px;
  transition: all .7s;
  line-height: 49px;
}
.navbar-list >li >a:hover,
.navbar-list >li.active >a{
  background-image: url(../images/menubgov.png);
  background-repeat: repeat-x;
  height:49px;
  text-shadow:0 1px 0 #000;
  color:#FFF5F0;
  text-decoration: none;
}
.navbar-list >li+li:before{
  display: block;
  float: left;
  content: ' ';
  width: 2px;
  height: 49px;
  background: url('../images/sep.png') center center no-repeat;

}
.navbar-mobile{
  display: none;
  min-height: 51px;
  padding-left: 15px;
  padding-right: 15px;
  /*background-color: #ddd;*/
  position: relative;
  padding-bottom: 3px;
}
.submenu{
  position: absolute;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #fff;
  display: none;
  background-color: #006600;
  opacity: .9;
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.45);
  top: 49px;
  left: 0;
  z-index: 11;
  padding: 12px;
  white-space: nowrap;
  color: #fff;
}
.submenu > li{
  font-weight: 600;
}
.submenu a {
  color: #fff;
  display: block;
  width: 100%;
  text-decoration: none;
  line-height: 24px;
  font-weight: normal;

}

.submenu a:hover{
  border-radius: 5px;
  background-color: #fff;
  color: #060;
}
.submenu-two{
  padding-left: 12px;
}
.navbar-list >li:hover .submenu{
  display: block;
}

.lang-list{
  float: right;
  background-image: url(../images/menubgov.png);
  background-repeat: repeat-x;
  height:49px;
  line-height: 49px;
  display: table-cell;
  min-width: 151px;
  _width: 151px;
  text-align: center;
}
.lang-list li{
  float: left;
  text-align: center;
  margin: 0 10px;
}
.banner{
  width: 100%;
  text-align: center;
  position: relative;
}
.banner img{
  max-width: 100%;
}
.banner .logo{
  position: absolute;
  max-width: 160px;
  left: 20px;
  top: 10px;
}
.green-line {
  background-color: #037800;
  height: 4px;
  margin-top: 1px;
  width: 100%;
  margin-bottom: 0;
}
.main-body{
  padding-left: 1px;
  padding-right: 2px;
}
.left-side{
  width: 25%;
  float: left;
}
.main-content{
  float: right;
  overflow: hidden;
  width: 75%;
  border-left: 1px dotted #ccc;
  padding-left: 5px;
}
.main-content-100{
  width: 100%;
}
.col-header {
  height: 36px;
  line-height: 36px;
  width: 100%;
  border: solid 1px #060;
  margin-top: 10px;
  color: #ffffff;
  font-size: 18px;
  background-image: url(../images/menubgov.png);
  background-repeat: repeat-x;
  background-position: center center;
  text-indent: 8px;
  text-shadow: 0 1px 0 #000;
  margin-bottom: 20px;
}
.contact-info{
  padding: 0 12px 12px;
}
.contact-info p{
  color: #666;
  line-height: 24px;
  font-size: 14px;
}
.contact-info figure{
  width: 100%;
  text-align: center;
}
.contact-info figure img{
  max-width: 100%;
  opacity: .7;
  transition-duration: .5s;
  display: block;
  margin: 15px 0;

}
.contact-info figure:hover img{
  opacity: 1;
}
.icon{
  padding-left: 40px;
  background-position: left center;
  background-repeat: no-repeat;
}
.icon-tel{
  background-image: url(../images/tlf.png);
}
.icon-email{background-image: url(../images/mail.png)}
.icon-fax{background-image: url(../images/fax.jpg)}
.mobile-nav{
  display: block;
  float: right;
  margin-right: 20px;
}
.icon-nav{
  position: absolute;
  top: 50%;
  margin-top: -16px;
  background-image: url(../images/nav.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: none;
  right: 20px;

}
.img-respon{
  display: block;
  max-width: 100%;
  height: auto;
}
.content{
  padding: 0 6px;
}
.company-intro .img-respon{
  float:left;
  margin-right: 10px;
  cursor: pointer;
}
@media(min-width: 768px){
  .company-intro .img-respon{
    max-width: 250px;
  }  
}     
.list-title{
  color: #006C02;
  font-size: 20px;
  padding: 0;
  margin: 10px 0;
}
.mlogo img{
  max-height: 40px;
  margin-top: 7px;

}
.company-intro .list-title{
  margin: 0;
}
.company-intro p,
.about-harima p{
  line-height: 28px;
}
.rosin-wrap {
  padding: 20px 25px;
  margin-top: 20px;
  margin-bottom: 25px;
  background-color: #f2f2f2;
}
.rosin-wrap .description {
  width: 65%;
  float: left;
}
.rosin-wrap .image {
  width: 33%;
  float: right;
}
.rosin-wrap .image img {
  width: 100%;
  height: auto;
}
.rosin-wrap h3 {
  margin-bottom: 10px;
  font-weight: bold;
}
.rosin-wrap h3::before, .rosin-wrap h3::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 10px;
  border: 1px solid #006C02;
  vertical-align: middle;
}
.rosin-wrap h3::before {
  margin-right: 10px;
  border-right: none;
}
.rosin-wrap h3::after {
  margin-left: 10px;
  border-left: none;
}
.rosin-wrap h4 {
  margin-bottom: 10px;
  font-weight: bold;
}
.csr{
  line-height: 28px;
}
.csr p{margin-bottom: 15px;}
.flex-list{
  display: flex!important;
  justify-content: space-between;
}
.footer{
  border-top: 1px dotted #9CAFC4;
  padding: 25px;
  margin: 4px auto 0;
  position: relative;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 175%;
  text-align: right;
  background-image: url(../images/botbg.png);
  background-repeat: repeat-x;
  background-position: center top;
  height: 73px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b-logo{
  position: absolute;
  left: 20px;
  bottom: 8px;
}
.b-right{
  float: right;
  width: 80%;
}
.b-right a{color: #fff;}
.product section{
  margin-bottom: 20px;
}
.pro-header{
  font-size: 18px;
  line-height: 28px;
  border-bottom: 1px solid #006C02;
  color: #006C02;
}

@media screen and (max-width: 768px) {
.shadow-wrap{
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  box-shadow: none;
}
.navbar{
  background: none;
  display: none;
}
.banner .logo,
.navbar-list,
.lang-list{
  display: none;
}
.navbar-mobile,
.icon-nav{display: block;}
.about-harima-wrap {
  line-height: 1.5;
}
.main-content,
.left-side{
  float: none;
  width: 100%;
}
.contact-info figure{
  text-align: left;
}
.rosin-wrap {
  padding: 20px;
  margin-bottom: 25px;
  background-color: #f2f2f2;
}
.rosin-wrap .description {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}
.rosin-wrap .image {
  width: 100%;
  float: none;
}
}
@media screen and (max-width: 480px) {
  .banner .logo{
    max-width: 60px;
  }
  .blocks-3>.block, .blocks-3>li{
    width: 100%;
  }
}
.gutter-5{
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.gutter-5 > li{
  padding-left: 5px !important;
  padding-right: 5px !important;
  width: 33.33% !important;  
}
.viewer-toggle{ 
  cursor: pointer;
}
#map-container *{
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.BMap_Marker img{max-width:39px;box-sizing: content-box!important;}
/*!
 * Viewer v1.0.0
 * https://github.com/fengyuanchen/viewer
 *
 * Copyright (c) 2015-2018 Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2018-04-01T06:09:55.194Z
 */#case_view .vcenter{    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;}.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;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;-webkit-touch-callout:none;-ms-touch-action:none;touch-action: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{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;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 li{background-color:rgba(0,0,0,.5);border-radius:50%;cursor:pointer;float:left;height:24px;overflow:hidden;transition:background-color .15s;width:24px}.viewer-toolbar li:hover{background-color:rgba(0,0,0,.8)}.viewer-toolbar li:before{margin:2px}.viewer-toolbar li+li{margin-left:1px}.viewer-toolbar .viewer-small{height:18px;margin-bottom:3px;margin-top:3px;width:18px}.viewer-toolbar .viewer-small:before{margin:-1px}.viewer-toolbar .viewer-large{height:30px;margin-bottom:-3px;margin-top:-3px;width:30px}.viewer-toolbar .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;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;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{transition:all .3s}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.viewer-loading:after{animation:a 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}}