/* 硕士在线报名 */
*{
    margin: 0;
    padding: 0;
}
body{
}
.apply_wrapper{
    width: 1200px;
    margin: 30px auto;
    border: 7px #0a1b6f solid;
    background-color: #fff;
    /* color: #fff; */
    font-size: 16px;
    padding: 20px 50px;
    position: relative;
}
.apply_wrapper .close_btn{
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 30px;
    border: none;
    background-color: transparent;
    color: #525050;
}
.apply_wrapper .reg_title{
    text-align: center;
    line-height: 50px;
    color: #0a1b6f;
}
.apply_wrapper #formList{
    display: flex;
    flex-wrap: wrap;
}
.apply_wrapper .clew-title{
    text-align: center;
    padding: 10px 0 20px;
    color: #777;
    border-bottom: 1px solid #0a1b6f;
    margin: 0 60px 20px;
}
#formList li{
    width: 50%;
    display: flex;
    height: 60px;
    align-items: center;
}
#formList li .custom-control{
    width: 12%;
    text-align: center;
}
#formList li>span{
    width: 30%;
    text-align: end;
    font-family: 'Microsoft Yahei', "Lucida Grande", "Tahoma", "Arial", "Helvetica", "sans-serif";
    font-size: 95%;
    color: #3f3f3f;
}
#formList li>input {
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    height: 34px;
    margin: 5px 10px;
    padding: 5px 10px;
    width: 240px;
    outline: none;
    color: #000;

}
#formList li>select {
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    height: 34px;
    margin: 5px 10px;
    padding: 5px 10px;
    width: 240px;
    outline: none;
    color: #000;

}
#formList li>.getCode {
    width: 19%;
    border: none;
    height: 34px;
    border-radius: 5px;
    background: #0a1b6f;
    color: #fff;
}
.form_btn {
    display: flex;
    width: 60%;
    margin: 0 auto;
}
.form_btn input {
    width: 40%;
    border: none;
    height: 35px;
    border-radius: 5px;
    margin: 30px 5% 20px;
}

/*  自考预报名 */
.fzwywm_header{
    width: 1200px;
    height: 220px;
    margin: 0 auto;
}
.fzwywm_header img {
    width: 100%;
    height: 100%;
}
.zk_wrap{
    background-color: #fff;
    color: #000;
    width: 1000px;
}
.zk_wrap .label{
    color: #000;
}

.zk_wrap #formList li{
    border-bottom: 1px dashed #F4f4f4;
}

.zk_wrap #formList li>span{
    background-color: #F4F4F4;
    padding: 8px;
}

#formList li>span img{
    height: 8px;
    vertical-align: middle;
}

.check_tip{
    color: white;
    font-size: 12px;
} 

.Validform_wrong{
    color: red;
}

/* 缴费成功后的样式 */
.reSuccess{
    background-color: #24c1f2;
    width: 100%;
    height: 100vh;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.reSuccess img {
    width: 50%;
}

.area {
    width: 76px;
    height: 34px;
    border-radius: 5px;
    color: #000;
}
select {
    color: #000;
    border-radius: 5px;
    outline: none;
    border: 1px solid #cccccc !important;
}
.raise{
    height: 150px;
}
/* 温馨提示 */
.reminder-bg {
    width: 100%;
    height: 100vh;
    background: #14131359;
    position: fixed;
    top: 0;
    display: none;
}
.reminder-wrap {
    width: 50%;
    height: 40%;
    position: fixed;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    background: #fff;
    border-radius: 6px;
    max-width: 600px;
}
.reminder-title {
    text-align: center;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
}
.reminder-title1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #172B84;
    padding: 10px 0;
    border-radius: 15px 15px 0 0;
}
#reminder-center {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    text-indent: 2em;
}
#reminder-btn-wrap {
    position: absolute;
    bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.reminder-btn {
    width: 30%;
    height: 30px;
    border: none;
    margin: 0 9.5%;
    border-radius: 18px;
}
.cancel {
    background: #d2e7fb;
}
.determine {
    background: #4ea6f9;
    color: #fff;
}
.reminder-wrap1 {
    width: 70%;
    position: fixed;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    background: #fff;
    border-radius: 6px;
    max-width: 800px;
    border-radius: 15px;
}
#reminder-center {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    text-indent: 2em;
}
#reminder-center1{
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    height: 280px;
    display: inline-block;
    overflow-y: auto;
    font-size: 12px;
}
#reminder-center1::-webkit-scrollbar{
    width: 8px; /* 竖向滚动条宽度 */
    height: 8px; /* 横向滚动条高度 */
  }
#reminder-center1::-webkit-scrollbar-track {
  background: #F5F6F7; /* 轨道背景色 */
}
#reminder-center1::-webkit-scrollbar-thumb {
  background: #D8D8D8; /* 滑块背景色 */
  border-radius: 10px; /* 滑块圆角 */
  opacity: .3;
}
#reminder-btn-wrap {
    position: absolute;
    bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: space-around;
}
#reminder-btn-wrap1 {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.reminder-btn {
    width: 30%;
    height: 30px;
    border: none;
    margin: 0 9.5% 10px;
    
    border-radius: 18px;
}
.cancel {
    background: #d2e7fb;
}
#reminder-btn-wrap1 .determine {
    background: #172B84;
    color: #fff;
}
@media (max-width: 1200px) {
    .apply_wrapper{
        width: 95%;
        padding: 0 2%;
        margin: auto;
        background: #FFFFFF;
        box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
        border: none;
        margin-bottom: 25%;
    }
    .apply_wrapper #formList{
        flex-direction: column;
        flex-wrap: nowrap;
        
    }
    .reg_title{
        font-size: 2rem;
        font-weight: bold;
    }
    .apply_wrapper .clew-title{
        font-size: 1rem;
        margin: 0;
        padding: 0 0 10px 0;
    }
    #formList li{
        width: 100%;
        flex-wrap: wrap;
    }
    .Validform_wrong{
        width: 100%;
        text-align: center;
    }
    #formList li>span {
        width: 30%;
    }
    #formList li .custom-control{
        width: auto;
        padding: 0 5%;
    }
    #formList li>.getCode{
        width: auto;
        background: linear-gradient( 180deg, #FAB487 0%, #EA782F 100%);
        border-radius: 4px 4px 4px 4px;
        font-size: 1.3rem;
    }
    .raise{
        height: 100px;
    }
    .form_btn .lar_input{
        display: none;
    }
    #submit{
        width: 60%;
        display: block;
        background: linear-gradient( 180deg, #FAB487 0%, #EA782F 100%);
        box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
        border-radius: 50px 50px 50px 50px;
        margin: 10% 0;
    }
    .form_btn{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .modal {
        top: 40%;
    }
    #formList li>input{
        width: 60%;
    }
    #formList li>select {
        width: 60%;
    }
    #formList li>#code{
       width: 35%!important; 
    }
    #formList li>.getCode{
        width: 25%; 
     }
}