
.ntitle{
    width: 100%;
    height: 38px;
    border-bottom:1px solid #cccccc;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* min-width: 1200px; */
    /* max-width: 1200px; */
}

.rt{
    display: block;
    color: #cd0206; 
    font-size: 16px;
    margin: 10px;
}
.nhead{
    width: 100%;
    /* height: 38px; */
    /* border:1px solid red; */
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.nhead img{
    /* border:1px solid red; */
    margin-left: -5%;
}

.con{
    width: 32%;
    /* border:1px solid red; */
    margin-left: 34%;
    margin-top: 50px;
}

.list{
    color: #333;
    line-height: 30px;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    /* justify-content: left; */
    white-space: nowrap;
    /* border:1px solid red; */

}
.list span{
    color: #cd0206;
    margin-right: 5px;
}
.list input{
    border:1px solid #999999;
    width: 270px;
    height: 30px;
    border-radius: 3px;
    padding-left: 10px;

}

.list div{
    width: 100px;
    /* border:1px solid red; */
    text-align: right;
    margin-right: 10px;
}
.but{
    width: 200px;
    border-radius: 3px;
    background: #0d84cf;
    color: #fff;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    margin-left: 110px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.error{
    display: none;
}

.one{
    /* background: green; */
    text-align: center;
    /* color: #fff; */
    display: flex;
    justify-content: center;
}

.two{
    /* background: red; */
    text-align: center;
    /* color: #fff; */
    display: flex;
    justify-content: center;
}

#identity{
    display: none;
}

#ok{
    display: none;

}
#card{
    display: none;

}
