.row0 {
    clear: both;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 30px;
}

.row {
    clear: both;
    margin: 0 auto;
    padding-top: 20px;
    width: 80%;
    height: 40px;
    border-bottom: 1px solid #E7E7E7;
}

.row3 {
    clear: both;
    margin: 0 auto;
    padding-top: 20px;
    width: 50%;
    height: 40px;

}

.pic {
    float: left;
    margin-right: 12px;
    width: 20px;
    height: 20px;
}

.pic1 {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.zhushi {
    float: right;
    margin-right: 10px;
    height: 24px;
    font-size: 13px;
}

#myinput::-webkit-input-placeholder {
    color: #AFAFAE;
}

#myinput:-moz-placeholder {
    color: #AFAFAE;
}

#myinput::-moz-placeholder {
    color: #AFAFAE;
}

#myinput:-ms-input-placeholder {
    color: #AFAFAE;
}

.button {
    margin: 0 auto;
    margin-top: 20px;
    background: #0f88eb;
    border: none;
    color: white;
    width: 80%;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    border-radius: 10px;
    outline: none;
    text-align: center;
}

.wangmimabutton {
    float: right;
    background: #FFFFFF;
    color: #0000FF;
    border: 1px solid #0000FF;
    width: 60px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 5px;
    text-align: center;
    display: block;
}

.wangmimabutton1 {
    float: right;
    background: #0f88eb;
    border: none;
    color: white;
    width: 60px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 5px;
    text-align: center;
    display: block;
}



