*{
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
}


.content {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: url("../img/bg1.png") no-repeat;
    background-size: 100% 100%;
}

.mr-cont {
    height: 100%;
    margin: 0 36rem;
}

.title {
    padding-top: 5.8rem;
    font-family: "SourceHanSansCN-Bold";
}

.title h2 {
    font-size: 2.4rem;
    line-height: 4.8rem;
    margin: 0;
    letter-spacing: 0.2rem;
}
.title h1 {
    font-size: 2.8rem;
    margin-top: 3.7rem;
    letter-spacing: 0.2rem;
}
/*中间的过度的横线*/
.title .link-top {
    width: 8.5rem;
    height: 0.4rem;
    background: #FFFFFF;
    margin-top: 3rem;
}

.title ,.text_box {
    color: #FFFFFF;
}

.text_box {
    font-size: 1.8rem;
    font-family: "SourceHanSansCN-Regular";
    letter-spacing: 0.15rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.text_box p {
    text-indent: 2em;
    line-height: 4rem;
    margin: 0;
}

.park_name {
    text-align: right;
}

.form_item {
    width: 100%;
    background-color:#FFFFFF;
    border-radius: 5rem 5rem 3rem 3rem;
    margin-top: 4rem;
}

.form_item h3 {
    text-align: center;
    font-size: 2.4rem;
    color: #FFFFFF;
    font-family: "SourceHanSansCN-Medium";
    font-weight:normal;
    line-height: 7rem;
    background: url("../img/db.png");
    border-radius: 4rem 4rem 0rem 0rem;
    background-size: 100% 100%;
}

.form_item .select {
    margin-top: 4rem;
    /* padding-bottom: 4rem; */
}

.question {
    margin-left: 10rem;
    font-size: 2rem;
}

.form_item p span:last-child {
    font-weight: Medium;
}

.form_item p span:first-child {
    color: #4A5BF5;
    margin-right: 2rem;
}

.label_box {
    margin-left: 15.2rem;
    margin-top: 4rem;
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
}

.label_box label{
    font-size: 1.6rem;
    flex: 0 0 33.3%;
    margin-bottom: 3rem;
}

.answer {
    margin-right: 2rem;
}

.input_radio {
    vertical-align:middle;
    margin-top:-0.2rem; 
    margin-bottom:0.1rem;
    /* margin-right: 2rem; */
    width: 1.6rem;
    height: 1.6rem;
}

#form_box {
    padding-bottom: 14rem;
}

.submit_btn {
    cursor:pointer;
    width: 25.1rem;
    height:6.3rem;
    font-size: 2.4rem;
    color: #4A5BF5;
    border-radius: 3.15rem;
    display:block;
    margin:auto;
    font-family: "Source Han Sans CN";
    font-weight: 500;
    position: relative;
    top: 4rem;
    border: none;
}

.input_text {
    width: 10.6rem;
    height: 2.4rem;
    background: #F1F1F1;
    border-radius:0.4rem;
    border: none;
    margin-right: 1.4rem;
}


.form_item p span:last-child:after {
    content: ' *';
    color: red;
    font-size: 120%;
}