@font-face {
    font-family: funum;
    src: url(../fonts/funum.ttf)
}

#blackboard{
    font-family:funum;
}

.login-bg{
	background:url(../images/bg-blue.png) center no-repeat;
	background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}

.index-bg{
	background:url(../images/bg-blue.png) center no-repeat;
	background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}

.options-bg{
	background:url(../images/black-6.png) center no-repeat;
	background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center;
}



.black-top{
    width: 120vh;
    height: 80vh;
    position: fixed;
    top: 15vh;
    font-family:funum;
}

.black-top div { 
    width: 60vh;
    height: 60vh;
    float: left;
/*    background:url(../images/shuangsuan_num.png) center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center;*/
    color: #fff;
    font-weight: 400;
    line-height: 9vh;
    font-size: 6vh;
    text-align: center;
}

.black-top div span {
    display: block;
    margin-top: 20vh;
    font-size: 8.8vh;
}

.voice-top{
    width: 96vh;
    height: 60vh;
    position: fixed;
    top: 20vh;
    font-family:funum;
}

.voice-top div { 
    width: 34vh;
    height: 10vh;
    float: left;
}

#voice-left{
    background:url(../images/tingsuan_women.png) center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center;
}

#voice-right{
    background:url(../images/tingsuan_men.png) center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center;
}

.voice-top div img {margin-top: 4.2vh; margin-left: 10.2vh;}

.form-option{
    width: 95vh;
    position: absolute;
    top: 20vh;
    left :20vh;
    color: #fff;
    font-size: 4vh;
}

.form-option .form-group {height: 15vh;}

.form-group label img {height: 5.5vh;}
.form-group select {
    width: 14vh;
    height: 5.4vh;
    border: 0;
    font-size: 3.5vh;
    padding-left: 1vh;
    margin-top: 1.2vh!important;
    background:url(../images/option-sel.png) center no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-position: center 0;
}

.form-option button{
    border: 0;
    width: 32vh;height: 9.8vh; 
    background:url(../images/btn-comein.png) center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}
.form-option .col-sm-12 {text-align: center;}