@charset "UTF-8";

.btn-collapse {
  font-size: 18px; line-height: 24px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  padding-left: 25px;
  display: inline-block; }
.btn-collapse_plus_only .ico {
    background: url("ico_collapse.png") no-repeat!important;
    background-size: 100% auto!important;
    background-position: left top!important;
  }
  .btn-collapse .ico {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("ico_collapse.png") no-repeat;
    background-size: 100% auto;
    vertical-align: top;
    background-position: left top; }
  .btn-collapse .txt {
    -webkit-transition: 500ms;
    transition: 500ms; }
  .btn-collapse .txt-hide {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%); }
  .btn-collapse._active .ico {
    background-position: left bottom; }
  .btn-collapse._active .txt-show {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%); }
  .btn-collapse._active .txt-hide {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%); }

.s-more {
  padding-top: 0px; }
  .s-more .bg-light-grey {
    padding-top: 0px;
    padding-bottom: 0px; }
  .s-more tr td {
    background: #fff; }
  .s-more tr td:first-child.green1 {
      background: #fff; }
 .s-more tr td:first-child.green2 {
      background: #fff; }
.s-more .row {
    padding: 15px 0 30px !important; }
.s-more .row .columns {
      padding: 0; }
.s-more .row .columns .act div {
        padding-left: 4px;
        padding-right: 4px; }
  .s-more .txt-remark {
    padding-top: 20px;
    padding-bottom: 20px; }
  .s-more .ui-table1 {
    margin-top: 0;
    border: 10px solid #fff; }
  .s-more .space {
    height: 0px; }

.bs-collapse {
  display: none; }

.bs-collapsed {
  display: block; }

@media screen and (max-width: 768px) {
  .s-more .bg-light-grey,
  .s-more2 .bg-light-grey {
    padding-left: 0px;
    padding-right: 0px; }
  .s-more .ui-table1 {
    border: 0; } }



.row-tab {
  position: relative;
  margin-bottom: 0px; }
  .row-tab h3, .row-tab .tab-title {
    color: #666666; font-size: 18px; line-height: 24px;  
    margin-bottom: 0; font-weight: normal; padding-right: 0px;}
  .row-tab .tab-desc {
    color: #666666; }
  .row-tab .btn-collapse {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
.row-tab h3, .row-tab .tab-title li span {font-size: 14px; line-height: 20px;

}
.row-tab h3, .row-tab .tab-title {
  text-align: left;
}
.tableft li {margin-left: 15px;}
.leftli {margin-left: 30px;}
