/*HF*/
.dd-content {
    background-color: #ffffff;
    max-width: 540px;
    margin: 0 auto;
    min-height: 100vh;

}

.nav {
    position: relative;

    height: 44px;
    background-color: #16bdf2;
    text-align: center;
    line-height: 44px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #ffffff;
}

.nav .set{
    float: left;
    position: absolute;
    top: 12px;
    left: 20px;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/DDlucre-back.png");

}
.nav .right{
    float: right;
    position: absolute;
    top: 12px;
    right: 19px;
    width: 23px;
    height: 20px;
    font-size:20px;
    line-height:20px;
color:#fff;
}

/*top*/
.top {
    text-align: center;
    padding: 15px 0;
    padding-bottom: 5px;

}

.top img {
    width: 51px;
    height: 36px;
}
.top p {
    margin-top: 10px;
    color: #16bdf2;
    font-size: 16px;
    line-height: 16px;

}
/*top*/

/*middle*/
.middle {
    /*margin: 0 auto;*/
    /*text-align: center;*/
}
.middle-table {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.middle-table-cell{
    position: relative;
    overflow: hidden;
    padding: 5px 15px;
    -webkit-touch-callout: none;
}



.form-item {
    margin-left: 20px;
}
.middle-table-cell p {
    font-size: 14px;
    line-height: 14px;
    color: #333333;
    margin-top: 11px;

}

.middle-table input {
    line-height: 16px;
    color: #333333;
    font-size: 16px;
    margin: 10px 0 5px 0;


}
.middle-table select {
    float: left;
    background:transparent;
    width: 95%;
    padding: 5px;
    font-size: 14px;
    height: 2rem;
    box-sizing: border-box;
    -webkit-appearance: none; /*for chrome*/
    color: #bbbbbb;
    border: 1px solid #f3f3f3;
 background: url("../images/faceback-select.png") no-repeat 98% #fff;
}
.photo {
    padding-top: 5px;
    padding-left: 35px;
    padding-right: 40px;
}
.photo p {
    font-size: 14px;
    line-height: 14px;
    color: #333333;
    margin-top: 11px;
}
.photo .add-photo {
    margin-top: 20px;
    margin-right: 5px;
    float: left;
    width: 90px;
    height: 90px;
    background: url("../images/add-photo.png") no-repeat;
    background-size:100% 100%;
}

.remark {
    padding-top: 5px;
    padding-left: 35px;
    padding-right: 40px;
}
.remark p {
    font-size: 14px;
    line-height: 14px;
    color: #333333;
    margin-top: 11px;
}
#description {
    margin-top: 15px;
    border-radius: 5px;
    font-size: 16px;
    color: #bbbbbb;
    width: 100%;
    height: 75px;
    border: 1px solid #f3f3f3;

    padding: 5px;


}
.area{
	 line-height: 35px;
	 height:35px;
	 margin-top:10px;
}
.area select{
	 line-height: 25px;
	 height:25px;
	 margin-right:10px;
}


.form-item:after {
    background-color: #dedfe0;
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 0;
    height: 1px;
    content: '';
}



/*设置placeholder字体颜色*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color:    #dedfe0;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color:    #dedfe0;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color:    #dedfe0;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color:    #dedfe0;
}

.btn-sendsms {
    background-color: #ffffff;
    background: url("../images/sendsms.png") no-repeat;
    background-size:100% 100%;
    position: absolute;
    top: 50%;
    width: 57px;
    height: 21px;
    right: 50px;
    color: #16bdf2;
    text-align: center;
    line-height: 21px;
    font-size: 12px;
}
.btn {
    margin: 0 auto;
    text-align: center;
}
.btn-register {
    background-color: #e00000;
    /*background: url("../images/register-btn.png") no-repeat;*/
    /*background-size:100% 100%;*/
    border-radius: 5px;
    width: 275px;
    height: 40px;
    margin-top: 15px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    color: white;
    font-family: "Microsoft YaHei";
}

.footer {
    width: 100%;
    margin: 15px auto 0;
    text-align: center;
    color: #666666;
    font-size: 14px;
}









