.tabs{
    width: calc(100% - 0px);
    margin: 30px auto 0 auto;
}
.tabs .tab1-list{
    display: none;
    clear: both;
    border: solid 1px #eaeff5;
    /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;*/
    min-height: 500px;
}
.tabs .horizontal{
    margin: 0px;
    padding: 0px;
}
.tabs .horizontal li{
    float: left;
    list-style: none;
    height: 50px;
    line-height: 50px;
    background-color: #DDDDDD;
    width:150px;
    text-align: center;
    cursor: pointer;
    font-size: 0.9rem;
}
.tabs .horizontal li:not(:first-child){
    margin-left: 5px;
}

.tabs .horizontal li.selectActive{
    border-bottom: solid 2px #0099FF;
    background-color: #0099FF;
    color: white;
}


#intro{
  padding: 30px 0 0 0;
}
.intro-info{
  display: none;
}
#intro .intro-img {
    width: 66%;
}

