@charset "utf-8";
.searchTitle{
    text-align: center;
    line-height: 36px;
    font-size: 22px;
}
#inputForm{
    width: 80%;
    margin: 0 auto;
}
#inputForm a{
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;

    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
#inputForm .wysq a{
    padding: 16px 34px;

}
#inputForm .wysq  #btnSubmit{
    padding: 15px 42px;
}
.control-group{line-height: 58px;overflow: hidden;}
.control-group span{font-size: 16px;font-weight: bold;}
.control-group input{
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    height: 44px;
    margin: 8px 0;
}
.control-group input:focus{
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(82,168,236,0.6);
}
#validateCode{
    width: 100px;
    padding: 10px;
}
.control-group label{font-weight: 100;}
.control-group label.yzm{
    font-weight: bold;
    font-size: 16px;
}
@media all and (max-width: 1024px) {

}
@media all and (max-width: 750px) {
    #validateCode{
        width: 100%;
    }
    #inputForm .wysq a {
        padding: 16px 29px;
    }
}