.block .block-title {
    border-bottom: 0px;
    color: #005826;
    font-weight: 600;
    margin-bottom: 20px;
}

.col-md-8 .block-region-left{
   padding:10px 30px;
}
.page-node-type-page .article-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
}
.page-node-type-page .article-title:after {
    content: "";
    width: 68px;
    height: 4px;
    background: #005826;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
}
.field-body div.panel-body {
    padding: 20px 30px;
}
.panel-default .panel-title a {
    display: block;
    padding: 20px;
}
.panel-default .panel-title {
    background-color: #f6f6f6;
    color: #333;
    border-bottom: 1px solid #ECECEC;
}
.image-percent-original p.outside-tb.two-line.t-c{
  font-size:20px;
  font-weight:600;
  margin-bottom:20px;
  color:#000;
}
.shengplatform h3{
  font-size:20px;
  font-weight:bold;
  color:#005826;
  margin-top:30px;
  margin-bottom:20px;
}
.shengplatform table td{
  font-size:14px;
}
.shengplatform table td:nth-child(1),.shengplatform table td:nth-child(4) {
    text-align: center;
}
.shengplatform table th:nth-child(1){
  width:30px;
}
.shengplatform table th:nth-child(3){
  width:30%;
}
.shengplatform table th:nth-child(4){
  width:60px;
}
.platform{
  cursor:pointer;
}
.modal .modal-header .close {
    margin-top: -10px !important;
}
body .modal-backdrop.in {
    display: none;
}
div.modal{
  background:rgba(0,0,0,0.8);
}
#header .header-container .header-column .header-language{
  z-index:0;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.modal  h3 {
    font-weight: bold;
    font-size:24px;
    font-weight:600;
    margin:20px 0 40px;
        text-align:center;
}
.modal  h4{
  font-size:22px;
  margin:20px 0 25px;
  font-weight:600;
      text-align:center;
} 
.modal .modal-header {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-right: 17px;
    padding-left: 17px;
    border-bottom: 0;
    background: #f8f8f8;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}
.modal .modal-body {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-right: 17px;
    padding-left: 17px;
    position: fixed;
    padding: 40px;
    margin-top: 30px;
    height: calc(77vh - 30px);
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

body .modal  .modal-body::-webkit-scrollbar {
    width: 5px;
    border-radius: 1.5px;
    background-color: transparent;
    display:block;
}
body .modal  .modal-body::-webkit-scrollbar-thumb {
    background: #005826;
    border-radius: 1.5px;
}
body .modal .modal-body::-webkit-scrollbar-track {
    background: #f8f8f8;
    border-radius: 1.5px;
}
body .modal .modal-dialog{
  width:90vw;
  height: 90vh;
}
@media(min-width:992px){
  body .modal .modal-dialog{
  width:60vw;
  min-width:892px;
  height: 78vh;
}
}