/*input {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 10px 20px;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font: normal 16px/normal "Times New Roman", Times, serif;
    color: rgba(68,68,68,1);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(255,255,255,1);
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.2) inset;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.2) inset;
}*/
body{
    background: #efefef;
    font: 12px/1.14 "Microsoft YaHei", 微软雅黑, 宋体, helvetica, "Hiragino Sans GB";
    outline: 0px;
}
.reg_block{
    position: relative;
    width: 1000px;
    padding-bottom: 55px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 3px #cbc9c9;
}
.m-opr{
    height: 620px;
    margin-top: 40px;
}
.m-opr .u-input{
    position: relative;
    float: left;
    height: 82px;
    width: 100%;
    overflow: hidden;
}
.u-label{
    float: left;
    width: 340px;
    text-align: right;
    margin-top: 12px;
    font-size: 16px;
    line-height: 45px;
    color: #333
}
.m-opr .u-input .i-inpt{
    float: left;
    height: 44px;
    width: 320px;
    margin-top: 12px;
    border: solid 1px #ddd;
    font-size: 16px;
    text-indent: 0.5em;
    line-height: 44px \9;
    border-radius: 3px;
}
input{
    width: 225px;
    height: 30px;
    padding-left: 0;
    color: #333;
    border: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

.u-input span{

    display:none;
    position: absolute;
    left: 350px;
    font-size: 14px;
    bottom: 0;
}
#btn{
    float: right;
    margin-right: 200px;
    display: inline-block;
    cursor: pointer;
    width: 70px;
    height: 40px;
    font-size: 16px;
    border-radius: 3px;
    color: #ffffff;
    background: #0199d9;
    border: 1px solid #0199d9;
}