/**组件样式**/
.hydl {
    margin: 100px 0;}
li.input input {
    width: calc(100% - 30px);
    line-height: 40px;
    height: 40px;
    outline: none;
    padding-left: 30px;
    border: 1px #ccc solid;}

.hydl ul {
    margin: 0 auto;
    width: 380px;
    box-shadow: 0px 0px 10px #ccc;
    padding: 20px;}

.hydl ul li {
    margin-bottom: 40px;
    text-align: right;
    position: relative;}

.hydl ul li.dlan {
    text-align: center;}

.hydl ul li.dlan input {
    background: #037edb;
    text-align: center;
    color: #fff;
    line-height: 36px;
    width: 100%;
    font-size: 16px;
    border: none;}
.hydl ul li .ct_img {
    position: absolute;
    top: 14px;
    left: 8px;
    width: 16px;
    height: 16px;
    background: url(images/icon_input.png) no-repeat 0 0;}
.hydl ul li .yhm{
    background-position: -16px 0;}
