.content{
    width: 350px;
    height: 364px;
    border-radius:10px;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    /*margin-top: 200px;*/
    background-color: #fff;
}
.details {
    padding:30px 0 0;
}
.details .item-wrap{
    width:400px;
    margin:20px auto;
    position: relative;
}
.item-wrap  label{
    font-size: 16px;
    position: absolute;
    left:2px;
    bottom:45px;
    color:#777;
    cursor: text;
}
/*.item-wrap input{*/
/*    width:400px;*/
/*    height: 40px;*/
/*    border:none;*/
/*    outline: none;*/
/*    border-bottom: 1px solid #c3c3c3;*/
/*}*/
.item-wrap .bottom-line{
    position: absolute;
    width: 0;
    height: 2px;
    left:0;
    bottom: 40px;
    background-color: red;
}
.item {
    height: 80px;
}
.bottom-wrap {
    text-align: center;
}