.header {

}

body {        
    /* background: #0a81c3; */
}

.header .head-bg {
    background: url(http://www.hunan.gov.cn/hnszf/xhtml/img/icon_top_furonghua.png) #10568a center top no-repeat;
    color: #fff;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {   
    background: #f6f6f6;
}

.content-wrap {    
    margin: 0 auto; 
    padding: 0;
    max-width: 500px;
    /* width: calc(100% - 40px); */
    min-height: 500px;
    padding-top: 10px;
}

.content {
    /* position: relative; */
    min-height: 500px;
    /* margin-right: 380px; */
    margin-bottom: 15px;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 6px;
}

.user-box {
    height: 60px;
    width: 100%;
}

.user-content {
    width: 100%;
    height: 60px;
    text-align: center;
    align-items: center;
}

.user-content .user-name {
    color: #fff;
    font-size: 18px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    background-color: #0a81c3;
    border-radius: 6px;
}
.user-content .user-name  a{
    color: #fff;
}

.footer {
    clear: both;
    padding: 24px 15px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #74acd6;
    background-color: #10568a;
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 10%);
}


.box {
    height: 100%;
    border: #0c60ee;
    text-align: center;
}

.input_box {
    height: 100px;
    margin: 10px 10px;
}

.input_box div {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.input_box .left {
    height: 32px;
    line-height: 32px;
    width: 150px;
    float: left;
}

.input_box .right {
    float: left;
    width: 240px;
}

.input_box .input {
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #5279d4;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    outline: 0;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

.btn {
    color: #fff;
    background-color: #3e8ef7;
    border-color: #3e8ef7;
    font-size: 14px;
    border-radius: 3px;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: .1s;
    /* height: 35px; */
    line-height: 35px;
}

.result_box {
    text-align: left;
    margin: 10px 10px;
}

.result_box div {
    font-size: 18px;
    color: red;
}

.result_box span {
    margin-top: 10px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
}



.vertical-align-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.red-msg{
    /* color: red; */
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    margin: 5px;
}

.red-msg1 {
    color: red;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    margin: 5px;
}