.datacs {
    padding: 20px;
}
.datacs .datacs_tit {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.datacs_con {
    background: #F9F9F9;
    box-shadow: 0 0 7px 0 #ccc;
    padding: 10px;
    margin-bottom: 20px;
}
.datacs_con p {
    margin-bottom: 5px;
}
.datacs_con strong {
    color: #EA3464;
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}

.datacs_nafx {
    margin-bottom: 20px;
}
.datacs_dwtit {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.datacs_dwtit i {
    display: block;
    width: 6px;
    height: 17px;
    background: linear-gradient(to right, #920775, #EA3464);
    margin-right: 10px;
    border-radius: 5px;
}
.datacs_nafx input[type="text"] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #E6E6E6;
    line-height: 2;
    margin-bottom: 15px;
    text-indent: 4px;
}
.datacs_nafx select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #E6E6E6;
    height: 30px;
    color: #A3A3A3;
    background: transparent;
}

.datacs_poxx li {
    margin-bottom: 20px;
}
.datacs_poxx li .datacs_poxx_tit {
    background: #F5F5F5;
    padding: 5px 10px;
    font-weight: bold;
    color: #EA3464;
    font-size: 16px;
    margin-bottom: 10px;
}
.datacs_poxx li .datacs_poxx_tit button {
    float: right;
    border: none;
    background: #0255B5;
    color: #fff;
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 5px;
}
.datacs_poxx li div {
    border-bottom: 1px solid #E6E6E6;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.datacs_poxx li div span {
    color: #929292;
    width: 90px;
}
.datacs_poxx li div input {
    width: 200px;
    border: none;
    outline: none;
    text-align: right;
}
.datacs_poxx li div select {
    width: 100%;
    margin-left: 10px;
    border: none;
    background: transparent;
}
.datacs_poxx button.datacs_poxx_and {
    display: block;
    background: #EA3464;
    border: none;
    color: #FFF;
    width: 70px;
    height: 30px;
    border-radius: 5px;
    float: right;
}
.datacs_poxx input[type="submit"] {
    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: 80px;
}