.page .row{
    /*min-height:500px;*/
    margin: 0;
    padding: 0;
}
.page{
    /*min-width:1000px;*/
    /*padding-top:150px !important;*/
}

.page .col-3{
    background: #F7FAFC;
    padding: 0;
    margin: 0;
}
.page .col-2{
    background: #F7FAFC;
    padding: 0;
    margin: 0;
}
.page .tab-content{
    /*max-width: 900px;*/
}
.page .tab-pane{
    font-size: 18px;
}
.page .nav-link{
    margin-bottom: 3px;
    background-color:EEF3F6;
    border: 1px solid #E8E8E8;
    border-radius: 0 !important;
}

.page .tab-pane-h1{
    border-bottom: 1px solid #E8E8E8;
    line-height: 50px;
    font-size: 26px;
    font-weight: 600;
    color:#292929;
}
.page .tab-pane-p{
    border-bottom: 1px solid #E8E8E8;
    line-height: 50px;
    font-size:18px;
}
.page .nav-api{
    background: #F7FAFC;
    color: #777778 ;
    height: 34px;
    line-height:18px;
    font-size:12px;
}
/*.page #v-pills-getapi-tab{*/
/*    background: #F7FAFC;*/
/*    color: #777778 ;*/
/*    height: 34px;*/

.page .goTopBtn {
    background:#1989FA;
    position: fixed;
    line-height: 46px;
    text-align: center;
    width: 46px;
    bottom: 35px;
    height: 46px;
    cursor: pointer;
    /*background: #fff;*/
    display: none;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.13);
    font-size: 22px;
    color: #fff;
}