
.view {
    background: url(img/bg6.jpg) no-repeat center center;
    background-size: cover;
}

.navbar {
    background-color: transparent;
}

.top-nav-collapse {
    background-color: #4285F4;
}

@media only screen and (max-width: 768px) {
    .navbar {
        background-color: #4285F4;
    }
}

html,
body,
header,
.view {
    height: 100%;
}

#guoziyixia {
    font-size: 16px;
}

#tb {
    text-shadow: 12px 12px 12px #000000;
    font-size: 128px;
    /*font-weight: bold;*/
    text-align: center;
    line-height: 500px;
    height: 350px;
    /*background: url(https://liziguo-1255588302.cos.ap-guangzhou.myqcloud.com/www.liziguo.cn/lzg.png)no-repeat;*/
    /*background-size: 100% 100%;*/
    /*margin: auto;*/
    /*width: 300px;*/
    /*height: 150px;*/
    /*margin-top: 20%;*/
}

.view .md-form label {
    color: #fff;
}

.view .md-form label.active {

    color: #fff !important;
}

#ul {
    border-radius: 10px;
    display: none;
}

#ul,
#ul li {
    list-style-type: none;
    padding: 5px;
}


#ul li:hover {
    text-decoration: underline;
}
