.messphone {
border-radius: 5px;
background: #fff;
border: 5px solid #0fab2c;
text-align: left;
padding-left: 10px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin: 10px auto;
padding: 5px;
}
.messphone input[type=text] {
height: 38px;
line-height: 38px;
width: 150px;
border: 0px none #FFF;
-webkit-appearance: none;
outline: none;
border-bottom: 1px solid #ddd;
}
.messphone input[type=submit] {
height: 40px;
width: 80px;
line-height: 40px;
font-size: 16px;
text-align: center;
color: #fff;
font-family: "微軟雅黑";
border: none;
-webkit-appearance: none;
outline: none;
}
.messphone ul li {
}