.bmsea {
    padding: 20px;
}
.bmsea_tit {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.bmsea_ipt {
    display: flex;
    justify-content: center;
}
.bmsea_ipt input {
    width: 220px;
    height: 40px;
    text-indent: 1em;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    border: 1px solid #ccc;
    outline: none;
    box-shadow: 0 0px 5px 0 #ccc;
}
.bmsea_ipt button {
    background: #EB3464;
    color: #FFF;
    border: none;
    height: 41px;
    width: 70px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    font-size: 16px;
    /* padding-bottom: 5px; */
}

.datacs_poxx input[type="button"] {
    display: block;
    width: 90%;
    margin: auto;
    background: #0255B5;
    color: #FFF;
    border: none;
    border-radius: 5px;
    line-height: 40px;
    font-weight: bold;
    font-size: 18px;
    margin-top: 30px;
}

.datacs_nafx p {
    display: flex;
    padding: 10px;
    justify-content: space-between;
}
.dataBmcx .dataBmcx_zw p {
    text-align: center;
    font-size: 15px;
    color: red;
    margin: 50px;
}