.banner {
    width: 100%;
    overflow: hidden;
}

.banner img {
    width: 100%;
    display: block;
}

.dtxc_bm {
    width: 100%;
    overflow: hidden;
}

.dtxc_bm input[type=text] {
    border: 1px solid rgba(255, 64, 32, 1);
    font-size: 24px;
    line-height: 60px;
    padding-left: 2%;
    border-radius: 10px;
    display: block;
    margin: 20px auto;
    width: 90%;
}

.dtxc_bm input[type=number] {
    border: 1px solid rgba(255, 64, 32, 1);
    font-size: 1rem;
    line-height: 2rem;
    padding-left: 2%;
    border-radius: 1rem;
    display: block;
    margin: 1rem auto;
    width: 90%;
}

.dtxc_bm input[type=submit] {
    color: #ffffff;
    border: none;
    background: rgba(255, 64, 32, 1);
    font-size: 24px;
    line-height: 60px;
    padding-left: 2%;
    border-radius: 10px;
    display: block;
    margin: 20px auto;
    width: 90%;
}

.dtxc_t {
    width: 100%;
    display: block;
}

.dtxc_t img {
    width: 100%;
    display: block;
}

.dtxc_zx {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.dtxc_zx a {
    display: inline-block;
    font-size: 30px;
    line-height: 60px;
    padding: 0% 10%;
    text-decoration: none;
    color: #ffffff;
    background: rgba(255, 64, 32, 1);
    border-radius: 50px;
    margin: 30px;
}