@CHARSET "UTF-8";

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus,
.btn.active.focus {
    outline: none;
}

.footer {
    border-top: none;
}

.body-container {
    width: 100%;
}

.symbol_style {
    color: red;
    margin-left: -7px;
}

.top_banner {
    width: 100%;
    height: 420px;
    background: url("https://img.kuajingyan.com/home/2020-08-06/b78f57e132bafd0b.png") no-repeat;
    background-size: cover;

}

.signup_step_div {
    width: 100%;
    /*height: 535px;*/
    height: 420px;
    background: #fff;
    padding-top: 50px;
}

.signup_step_title {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(85, 85, 85, 1);
    text-align: center;
    margin-bottom: 30px;
}

.signup_step_desc {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(153, 153, 153, 1);
    text-align: center;

}

.signup_step_img {
    width: 1200px;
    margin: 0 auto;
    border: 0px solid;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.signup_step_img_div {
    width: 20%;
    border: 0px solid;
    height: 300px;
    text-align: center;
    padding-top: 60px;
}

.signup_step_img_div p img {
    width: 145px;
    height: 145px;
}

.text_p {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(85, 85, 85, 1);
}

.gt_img {
    margin-top: 5.5rem;
}

.join_interest_div {
    width: 100%;
    height: 577px;
    background: rgba(237, 237, 237, 0.4);
}

.join_interest_box {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding-top: 85px;

}

.join_interest_title_div {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(85, 85, 85, 1);
    text-align: center;
}

.join_interest_desc_div {
    width: 1200px;
    margin: 0 auto;
    border: 0px solid;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.join_interest_img_div {
    width: 33%;
    border: 0px solid;
    height: 100%;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.text_title_p {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(252, 157, 39, 1);
    margin-top: 30px;
    margin-bottom: 20px;
}

.text_desc_p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(102, 102, 102, 1);
    padding: 0 35px;
    line-height: 30px;
}

.form_signup_container_div {
    width: 100%;
    background: #fff;
}

.form_signup_div {
    width: 1200px;
    padding-top: 2rem;
    padding-bottom: 5rem;
    margin: 0 auto;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(85, 85, 85, 1);
}

.form_signup_div .col-md-3 {
    line-height: 30px;
}

.input_service {
    width: 450px;
    height: 36px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(231, 231, 234, 1);
    border-radius: 2px;
}

.submit_btn_jzc {
    width: 380px;
    height: 42px;
    background: rgba(252, 157, 39, 1);
    border-radius: 2px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    border: none;
}

.form_signup_div .col-md-4 {
    text-align: left;
    padding-left: 300px;
}
.orange_color{
    color:#FC9D27;
}