

    body {
        width: 100%;
        height: 100%;
        font-family: 'Microsoft YaHei','Microsoft JhengHei', sans-serif;
        font-weight: 300;
        color: #666;
        background-color: #fff;
        font-size: 16px;
        line-height: 1.6em;
        font-weight: 400;
        background-image: url(../images/back.jpg);
        background-repeat: repeat;
    }


center{
    min-height: 95vh;
}

.BIOS_Banner{
	margin-bottom:10px;
}
.BIOS_Banner_img{
	width:100%
}


.copyright{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #1a1a1a;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
    height: 5vh;
    font-size: 12px;
}

.text11{
	display:none;
}
.text9{
    border: 1px solid #ddd;
}
.text9 tr:first-child{
	background-color:#29a6ad !important;
}
.text9 tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.BIOS_notify{
    font-size: 14px;
    font-weight: bold;
}
a{
    color: #0066ff;
    text-decoration: underline;
}
a:hover{
    color: #2e65b7;
    text-decoration: underline;
}










