.bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../img/bg3.jpg");
    background-size: 100% 100%;
    z-index: 1;
    /* filter: blur(10px); */
}

.container > .text-center {
    text-align: center;
    padding: 280px 0 50px;
    position: relative;
    z-index: 999;
}

.container > .text-center h1 {
    margin-top: -50px;
    font-size: 50px;
    font-weight: bold;
    color: #171347;
    text-shadow: 0 3px 6px 0 rgba(4,25,100,.1);
}

.container > .text-center > a {
    background: #fdcc52;
    background: -webkit-linear-gradient(#fdcc52, #fdc539);
    background: linear-gradient(#fdcc52, #fdc539);
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 300px;
    margin-top: 20px;
    padding: 10px 45px;
    font-size: 14px;
    text-decoration: none;
}


@media (min-width: 768px) {
    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }

    ndex-text {
        text-align: left;
    }
}

@media (max-width: 767px) {

    .container > .text-center {
        padding: 130px 0 0 0;
        height: calc(100vh - 261px);
    }

    .container > .text-center > h1 {
        font-size: 25px;
        margin-bottom: 20px;
    }
}


#app{
    margin: 0 auto;
    max-width: 800px;
}
.tabs{
    display: flex;
    justify-content: start;
    height: 34px;
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.tabs .item{
    width: 76px;
    height: 34px;
    font-size: 16px;
    line-height: 34px;
    margin-right: 20px;
    background: #f8f9fa;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    box-shadow: 0 3px 6px 0 rgba(4,25,100,.1);
}
.tabs .active{
    color: #fff;
    background: #2c59ff;
    position: relative;
}
.tabs .active::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid #2c59ff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -8px;
}
.home-search-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFFFFF;
    line-height: normal;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    position: relative;
    font-size: 14px;
    height: 80px;
    box-shadow: 0 5px 12px 0 rgba(4,25,100,.1);
    padding: 0 10px;
}
.home-search-box input{
    color: #666;
    background: #f5f5f5;
    border-radius: 4px;
    border-color: hsla(0,0%,100%,.5);
    border-width: 2px;
    font-size: 16px;
}
.home-search-box button{
    font-size: 16px;
    margin-left: 8px;
}

