@charset "utf-8";
.hwss{
    position: absolute;
    width: 620px;
    height: 100px;
    padding: 40px;
    top: 50%;
    left: 50%;
    margin-left: -350px;
    margin-top: -90px;
    background: rgba(0,0,0,0.6);
    text-align: center;
}
.hwss input,.hwss select{
    vertical-align:middle;
}
.ss{
    margin-bottom: 10px;
}
.ss select{
    width: 150px;
    height: 36px;
    border: none;
}
.ss #strText{
    width: 300px;
    height: 36px;
    line-height: 36px;
    text-indent: 10px;
    font-size: 15px;
}
.ss .submit{
    width: 100px;
    height: 36px;
    line-height: 36px;
    letter-spacing: 3px;
    font-size: 15px;
    cursor: pointer;
}

.ss .submit:hover{
    background:#006fae;
    color:#fff;
}

.radio{
    line-height: 40px;
    font-size: 15px;
    color: #fff;
}
.radio input{
    margin-right: 5px;
}
