[v-cloak]{
    display:none;
}
body{
    font-family: Microsoft YaHei;
}

input{
    font-family: Microsoft YaHei !important;
}
textarea{
    font-family: Microsoft YaHei !important;
}


.top_show{
    width: 100%;
    position: relative;
}
.top_show_text{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: #fff;
    font-weight: bold;
}

.main_box{
    width: 960px;
    margin: auto;
}
.line_top_tip{
    font-size: 16px;
    color: #666;
    font-weight: bold;
    line-height: 24px;
    padding: 40px 0 30px;
    text-align: justify;
}
.form_top_tip{
    font-size: 30px;
    color: #333;
    font-weight: bold;
    padding-bottom: 10px;
}
.more_input{
    font-size: 14px;
    color: #333;
    font-weight: 400;
    display: flex;
    margin-top: 15px;
    padding-left: 40px;
}
.more_input_item{
    display: flex;
    align-items: center;
    margin-right: 30px;
    color: #666;
}


.notice_mian{
    width: 960px;
    margin: auto;
    padding-top: 30px;
}
.notice_top{
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
}
.notice_lines{
    box-sizing: border-box;
    padding: 0 30px;
    font-size: 16px;
    font-weight: bold;
    white-space: pre-line;
    text-align: justify;
    color: #333;
    line-height: 24px;
    padding-bottom: 60px;
}

.sure_btn{
    width: 500px;
    height: 57px;
    background: linear-gradient(-86deg, #FF2121, #FF6B3E);
    border-radius: 29px;
    margin: 0 auto 60px;
    font-size: 21px;
    line-height: 57px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}


/* 提交成功弹窗 */
.success_content{
    text-align: center;
    padding-top: 90px;
}
.success_content .el-icon-success{
    font-size: 100px;
    color: #FF6B3E;
}
.successfull_tip{
    font-size: 26px;
    color: #333;
    font-weight: 400;
    padding-top: 20px;
}
.successfull_text{
    font-size: 16px;
    color: #666;
    font-weight: 400;
    line-height: 24px;
    white-space: pre-line;
    padding-top: 20px;
}