#relPrdDCGroup a{
    text-decoration: none;
}
#lhsTree > li > span:after {
    border-left: none;
}
.hide, .mbS, .ipad-show {
    display: none;
}
.pop-container, #viewContainer {
    max-width: 100%;
    width: 720px;
    padding: 20px;
    border: 1px solid #000;
    background: #fff;
    position: fixed;
    height: 460px;
    top: 90px;
    overflow-y: scroll;
    left: 50%;
    margin-left: -350px;
    z-index: 100001;
    display: none;
}

a.fancybox:hover:after{
    content: "[全屏]";
}

.drop-sec {
    display: none;
    border: 2px solid #eee;
    padding: 25px;
    border-top: 0;
}
.drop-sec.active{
   display: block;
}
.btn-sec{
    border: #eee solid 2px;
    border-bottom: 1px solid #eee;
    padding: 25px !important;
    padding-left: 35px !important;
    list-style: none !important;
}
.btn {
    cursor: pointer;
    line-height:25px;
    position: relative;
    color: #0879b8;
    cursor: pointer;
}
.btn.active:before {
    transform: rotate(90deg);
    color: #0879b8;
 }

.btn:before {
    display: inline-block;
    color: #ccc;
    position: absolute;
    left: -15px;
    top: -1px;
    content: '►';
    font-size: 10px;
}


      .awards-img {
        width: 180px;
        height: auto;
        -webkit-animation: fade-in 2s ease;
        -moz-animation: fade-in ease-in-out 2s both;
        -ms-animation: fade-in ease-in-out 2s both;
        -o-animation: fade-in ease-in-out 2s both;
        animation: fade-in 2s ease;
        visibility: visible;
        -webkit-backface-visibility: hidden;
      }

      @-webkit-keyframes fade-in {
        0% {
          opacity: 0;
        }

        100% {
          opacity: 1;
        }
      }

      @-moz-keyframes fade-in {
        0% {
          opacity: 0
        }

        100% {
          opacity: 1
        }
      }

      @-o-keyframes fade-in {
        0% {
          opacity: 0
        }

        100% {
          opacity: 1
        }
      }

      @keyframes fade-in {
        0% {
          opacity: 0
        }

        100% {
          opacity: 1
        }
      }
    