.font-cn-title-comm {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}
.apply-info{
    border-bottom: 1px solid #e5e5e5;
}

.apply-info .sub-title {
    margin-top: 40px;
    font-size: 20px;
    text-align: center;
    color: #29475a;
    margin-bottom: 20px;
    font-weight: bold;
}

.apply-info .form .list {
    border-top: 1px solid #e5e5e5;
    display: flex;
}
.apply-info .form .list .form-title{
    width: 120px;
    text-align: left;
}

.apply-info .form .list .li {
    width: 50%;
    box-sizing: border-box;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    color: #000;
    font-weight: bold;
}
.apply-info .form .list1{
    color: #000;
    font-weight: bold;
}

.apply-info .form .list .li1 {
    border-right: 1px solid #e5e5e5;
}
.apply-info .form .list .li2 {
    width: 100%;
}

.apply-info .form .list .li1 .input {
    flex: 1;
}

.apply-info .form .list .li1 .data input {
    text-align: center;
    width: 60px;
}

.apply-info .form .el-radio-button {
    margin-bottom: 10px;
    text-align: center;
    width: 120px;
    height: 35px;
    padding: 0;
    border-radius: 0;
    line-height: 31px;
    border: 2px solid #29475a;
    color: #333;
    cursor: pointer;
}
.apply-info .form .button-active{
    background: #29475a;
    color: #fff !important;
}
.m-r-10{
    margin-right: 10px;
}
.m-l-10{
    margin-left: 10px;
}
.m-b-10{
    margin-bottom: 10px;
}
.d-flex{
    display: flex;
    flex-wrap: wrap;
}

.apply-info .form .list1 {
    border-top: 1px solid #e5e5e5;
    padding: 20px 15px;
    box-sizing: border-box;
    text-align: left;
}
.w-180{
    text-align: center;
    width: 180px;
}
.w-150{
    width: 180px !important;
}

/* 提交 */
.submit-but {
    padding: 10px 0;
    color: #fff;
    display: block;
    border-radius: 0;
    width: 140px;
    margin: 40px auto;
    background: #29475a;
    border-color: #29475a;
    cursor: pointer;
}
@media (max-width: 800px) {
    .apply-info .form .list {
        display: block;
    }
    .apply-info .form .list .li {
        width: 100%;
    }

    .apply-info .form .list .li1 {
        border-right: none;
    }
}