html{
    height:100%;
}
body {
    height: 100%;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    margin: auto;
}
.logo img{
    width:60px;
    height: 60px;
    vertical-align: middle;
    margin-right: 10px;
}
.logo span {
    font-family: Microsoft YaHei;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    color: #FFFFFF;
    margin-bottom: 40px;
    line-height: 36px;
    vertical-align: middle;
    cursor: default;
}
#headnav {

    width:1000px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    text-align: center;
}
#content{
    height: auto;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
}

input {
    margin-left: 10px;
    width: calc(100% - 74px);
    padding: 10px 0px ;
    outline: none;
    border: none;
    font-size: 14px;
    font-family: Microsoft YaHei;
    border-bottom: 1px solid #dddddd;
}

.background {
    width: 320px;
    height: 32px;
    background-color: #FFFFFF;
    opacity: 5%;
}

select {
    background-color: transparent;
    outline: none;
    border: none;
    color: #FFFFFF;
    font-size: 14px;
    font-family: Microsoft YaHei;
    width: 250px;
    height: 20px;
    margin-top: 6px;
    margin-left: 28px;

    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-indent: 5px;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none;
}

.allwrap {
    height: auto;
    margin: auto;
}

.input_item {
    width: 320px;
    height: 32px;
    border-color: rgba(255, 255, 255, 0.5);
    border-style: solid;
    border-width: 1px;
    line-height: 32px;
    border-radius: 16px;
    vertical-align: middle;
}

.select-Box {
    border: 1px solid rgba(255, 255, 255, 0.5);
    vertical-align: middle;
    width: 320px;
    height: 32px;
    border-radius: 16px;
}

.year {
    background-image: url("../images/icon_nd.png");
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 12px;
}

.firm {
    background-image: url("../images/icon_dw.png");
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 12px;
}

option {
    color: #000;
}

button {
    width: 288px;
    height: 44px;
    border: none;
    outline: none;
    color: #FFFFFF;
    cursor: pointer;
    background-color: #3885eb;
    border-radius: 2px;
}

#answer {
    width: 200px;
    padding: 0 8px 0 12px;
}

#captchaImg {
    float: right;
    width: 88px;
    height: 32px;
    margin-right: 12px;
}

#failureMsg {
    color: #f00;
}

.ans-box {
    text-align: left;
    margin-left: 12px;
}

.triangle {
    width: 0;
    height: 0;
    margin-top: 12px;
    margin-right: 20px;
    margin-left: 5px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #FFFFFF;
    float: right;
}

.user-login{
    padding: 43px 83px;
    background: #ffffff;
}

.login-box{
    display: flex;
    align-items: center;
}

.login-title{
    font-size: 20px;
    font-weight: bold;
    color: #3885eb;
}

.title{
    margin-bottom: 33px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #3885eb;
}

.loginImg{
    margin-right: 120px;
}

.clearfix{
    
}

.loginTips{
    text-align: center;
    margin-bottom: 10px;
}
