.box {
    width: 940px;
    font-weight: 500;
    font-size: 14px;
    font-family: Roboto;
    line-height: 24px;
    letter-spacing: -0.2px;
}

.box p {
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    /* letter-spacing: -0.2px; */
    text-align: left;
    padding-bottom: 32px;
}

.content-body, .bottom-content {
    margin-top: 64px;
}

.middle-fontd {
    font-family: Roboto;
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    /* letter-spacing: -0.2px; */
    text-align: left;
    padding-bottom: 8px;
}

.middle-font {
    font-family: Roboto;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    /* letter-spacing: -0.2px; */
    text-align: left;
    padding-bottom: 8px;
    padding-top: 24px;
}

.small-font {
    font-family: Roboto;
    font-weight: 600;
}

.small-padt {
    padding-top: 24px;
}

.form-bottom {
    padding-top: 48px;
}

.bg-cor {
    background-color: #f7f7f7;
    width: 560px;
    height: 478px;
    padding: 27px 40px 34px 40px;
}

.bg-cor>input {
    width: 480px;
    height: 40px;
    border: 1px solid #D9BA85;
    line-height: 24px;
    font-weight: 500;
    padding-left: 8px;
    margin-bottom: 16px;
    outline: none;
}

::-webkit-input-placeholder {
    color: #A5ABBD
}

:-moz-placeholder {
    color: #A5ABBD
}

::-moz-placeholder {
    color: #A5ABBD
}

:-ms-input-placeholder {
    color: #A5ABBD
}

.suggest {
    list-style: none;
    width: 480px;
    border: 1px solid #D9BA85;
    text-indent: 8px;
    height: 166px;
    padding-top: 8px;
    text-align: left;
    position: relative;
}

.form {
    margin-left: 40px;
}

.dw {
    color: #A5ABBD;
    font-size: 12px;
    line-height: 24px;
    position: absolute;
    right: 1px;
    bottom: 1px;
}

.float {
    padding-top: 12px;
}

.float::after {
    display: block;
    content: "";
    clear: both;
}

.float>input {
    float: left;
}

.float>div {
    float: left;
    width: 270px;
    margin-left: 4px;
    line-height: 18px;
    color: #A5ABBD;
    font-size: 12px;
}

.float #submitBtn {
    float: right;
    width: 145px;
    height: 50px;
    background-color: rgba(31, 81, 142, 1);
    border: none;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-size: 16px;
    margin-left: 273px;
    margin-top: -51px;
    letter-spacing: -0.2px;
}

.float #submitBtn.unClick {
    background-color: rgba(31, 81, 142, 0.6)
}

@media screen and (max-width: 750px) {
    .box, .bg-cor>input, .suggest {
        width: 100%;
    }
    .content-body, .head-content, .bor-riu {
        padding: 0.32rem 0.24rem 0.80rem 0.24rem;
        box-shadow: 2px 4px 16px 0px rgba(0,0,0,0.04);
        background-color: white;
        border-radius: 8px;
    }
    .bottom-content {
        border-radius: 8px;
        background: #FFFFFF;
        padding: 0.32rem 0.24rem 0.80rem 0.24rem;
    }
    .bottom-content div {
        padding: 0 !important;
    }
    .head-content {
        padding-bottom: 0.32rem;
    }
    .content-body {
        padding-bottom: 0.79rem;
    }
    .bg-cor {
        padding: 0.24rem 0.25rem 0.24rem 0;
        background-color: white;
        width: 100%;
    }
    .box {
        color: #111111;
        font-family: Roboto;
        font-weight: 500;
        font-size: 0.24rem;
        line-height: 0.4rem;
        letter-spacing: 0px;
        text-align: left;
    }
    .box p {
        color: #111111;
        font-family: Roboto;
        font-weight: bold;
        font-size: 0.32rem;
        line-height: 0.37rem;
        letter-spacing: 0px;
        padding-bottom: 0.24rem;
    }
    .middle-fontd {
        padding-bottom: 0.16rem;
        font-size: 0.24rem;
        line-height: 0.28rem;
    }
    .middle-font {
        font-size: 0.24rem;
        line-height: 0.38rem;
    }
    .bg-cor>input {
        font-size: 0.2rem;
        line-height: 0.4px;
        padding-left: 0.35rem;
    }
    .bg-cor .suggest {
        padding-left: 0.35rem;
        font-size: 0.2rem;
        padding-left: 0.26rem;
    }
    .pad_top0 {
        padding-top: 0;
    }
    .content-body, .bottom-content {
        margin-top: 0.24rem;
    }
    .form-bottom {
        padding-bottom: 2.24rem;
    }
    .float>div>div:first-child, .float>div>div:first-child+div, .float>div>div:first-child+div+div, .float>div>div:first-child+div+div+div {
        float: left;
    }
    .float>div>div:first-child+div+div+div {
        padding-top: 0.2rem;
    }
    .float>div {
        overflow: hidden;
    }
    .float>div {
        color: #A5ABBD;
        width: 5.84rem;
        font-weight: bold;
        font-size: 0.2rem;
        letter-spacing: 0px;
    }
    .float #submitBtn {
        width: 3.6rem;
        height: 0.8rem;
        font-size: 0.26rem;
        line-height: 0.8rem;
        border-radius: 0.08rem;
        float: none;
        margin: 0;
        margin-top: 0.64rem;
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
        background-size: 100% 100%;
    }
}