.content {
    height: auto;
    width: 100%;
    text-align: center;
}

.banner {
    margin: 0 auto;
    background-attachment: scroll;
    width: 100%;
    height: 783px;
    margin: 0 auto;
    position: relative;
    background: url(../images/bg1.jpg)center no-repeat;
}

.p2_bg {
    background: url(../images/bg2_after.jpg) center no-repeat;

    margin: 0 auto;
    width: 100%;
    height: 1010px;
    margin-bottom: 0px;
    position: relative;
    background-attachment: scroll;

    min-width: 1200px;
}

.p2_content {
    position: relative;
    display: grid;
    width: 100%;
}

.p3_bg {
    background: url(../images/bg3.png) center no-repeat;
    background-attachment: scroll;
    margin: 0 auto;
    width: 100%;
    height: 2199px;
    margin-bottom: 0px;
    position: relative;
}

.p4_bg {
    background: url(../images/bg4.png) center no-repeat;
    background-attachment: scroll;
    margin: 0 auto;
    width: 100%;
    height: 1063px;
    margin-bottom: 0px;
    position: relative;
    display: flex;
    justify-content: center;
    /* 水平居中 */
}

.double_line1 {
    border-top: 6px solid red;
    width: 1030px;
    clear: both;
    margin: 15px auto 0 auto;
}

.double_line2 {
    border-top: 2px solid red;
    width: 1030px;
    clear: both;
    margin: 2px auto;
}

.top {
    width: 100%;
    margin: 0 auto;


}

.top .btn {
    margin-top: 150px;
    display: inline-block;
    width: 520px;
    height: 84px;
}

.btn {

    cursor: pointer;
}

#info1 {
    text-align: center;
    margin-top: 35px;
    font-size: 18px;
    color: #d32323;
    width: 100%;
    font-weight: bold;
}

.form_container {

    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 10px auto 0 auto;
}

.form_row {
    background-color: #fcd7a2;
    width: 1030px;
    border-radius: 25px;
    margin-bottom: 45px;
    display: flex;
    height: 50px;
}

.form_label {
    justify-content: center;
    display: flex;
    align-items: center;
    width: 150px;
    font-size: 21px;
    color: #3d3d3d;
    font-weight: bold;
    height: 50px;
}

input[type="text"],
select {
    width: 860px;

    border: transparent;
    background-color: transparent;
    font-size: 21px;
    color: #3d3d3d;
    font-weight: bold;
}

select option {
    font-size: 21px;
    font-weight: bold;
    color: #3d3d3d;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/checkBox_before.png') no-repeat center center;

    background-size: contain;

    display: inline-block;

    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 15px;
    margin-top: -5px;
}

/* 当复选框被勾选时，更改背景图片 */
input[type="checkbox"]:checked {
    background: url('../images/checkBox_after.png') no-repeat center center;
    /* 勾选状态的背景图片 */
}

input[type="image"] {
    cursor: pointer;
}


.info2 {
    margin-top: 80px;
}

.disclaimer {
    font-size: 18px;
    font-weight: 600;
    color: #6b6b6b;
    letter-spacing: 0.7px;
}

.submit {
    transform: scale(0.8);
    margin-top: 15px;
    cursor: pointer;
}


#p3_1 {
    margin-top: 270px;
    margin-bottom: 60px;
}

.p3_content {
    display: flex;
    text-align: left;
    justify-content: center;

    width: 100%;
}

.p3_text {
    display: flex;
    width: 1000px;
    align-items: center;
    margin-bottom: 15px;
}

text {
    font-size: 26px;
    color: #333333;

}

.red_text {
    color: #f01618;
    font-size: 26px;

}

.bold_text {
    font-size: 29px;
    color: #333333;
    font-weight: 600;
}

.text_all {
    margin-left: 20px;
    display: flex;
}

.p3_banner {
    margin: 60px auto 60px auto;
}

#p3_a {
    text-indent: 25px;

}

.p3_text_indent {
    text-indent: 30px;
    margin-left: 40px;
    line-height: 40px;
}

.p3_text_indent1 {
    margin-left: 20px;
}

input[type="text"]:focus,
select:focus {
    border: 2px solid transparent;
    outline: none;

}

.j-r-p01 {
    background: url(../images/p4_1.png) right no-repeat;
}

.j-r-p02 {
    background: url(../images/p4_2.png) right no-repeat;
}

.j-r-p03 {
    background: url(../images/p4_3.png) right no-repeat;
}

.j-r-p04 {
    background: url(../images/p4_4.png) right no-repeat;
}

.j-r-p05 {
    background: url(../images/p4_5.png) right no-repeat;
}

.j-r-p06 {
    background: url(../images/p4_6.png) right no-repeat;
}

.p4_content {
    display: table;
    text-align: center;
    margin-top: 285px;
    margin-right: 8px;
}

.p4_ul {
    display: flex;
}

.p4_ul li {
    width: 372px;
    height: 200px;
    text-align: center;
    -webkit-transition: .8s;
    margin-top: 16px;


}

#blank {
    margin-top: 30px;
}

/* .j-r-praise {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
} */

/* .j-r-praise li {

    width: 354px;
    height: 200px;
    border-radius: 10px;
    text-align: center;
    -webkit-transition: .8s;
    margin-top: 16px;
    margin-left: 410px;

} */

.j-r-p-title {
    width: 100%;
    height: auto;
    /* margin-top: 40px; */
}

.j-r-p-title i {
    display: inline-block;
    width: 44px;
    height: 38px;
    position: relative;
    top: 4px;
    -webkit-transition: .8s;
    margin-right: 10px;
}



.j-r-p-title em {
    width: 2px;
    height: 38px;
    background-color: #fcc77a;
    display: inline-block;
    margin-left: 14px;
    margin-right: 12px;
    position: relative;
    top: 4px;
    -webkit-transition: .8s
}

.j-r-p-title b {
    font-size: 40px;
    color: #fcc77a;
    font-weight: bold;
    -webkit-transition: .8s
}

.p4_ul li p {
    font-size: 18px;
    color: #fcc77a;
    line-height: 30px;
    margin-top: 22px;
    -webkit-transition: .8s
}

.popup_window {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.popup {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 619px;
    height: 752px;
    background: url('../images/popup_bg.png') center no-repeat;
    background-size: 80%;
}

.popup_content {
    margin-top: 560px;
    transform: scale(0.8);
    display: flex;
}

.popup_content img {
    margin-left: 25px;
    margin-right: 14px;
    cursor: pointer;
}

.list {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.form_container ul {
    margin-bottom: 20px;
    display: grid;
}

.list li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.li_color {
    background-color: #fcd7a2;
    width: 343px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;

}

.li_n_color {
    width: 343px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
}

.li_color1 {
    background-color: #ed100f;
    width: 343px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;

    color: #fff;
}

.li_color2 {
    background-color: #ff5330;
    width: 343px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
}

.li_color3 {
    background-color: #fb7a60;
    width: 343px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
}

.li_head {
    width: 343px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 6px;
}

.form_container p {
    color: #ed100f;
    font-size: 35px;
    font-weight: bold;
    margin-top: -2px;
}