.card-form {
    background-color: #fff;
    height: 600px;
}

.card-form span {
    word-break: normal;
    white-space: pre-wrap;
    word-wrap: break-word;
    display: inline-block;
}

.card-form .out {
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0 2em;
    box-sizing: border-box;
}

.card-form .tit {
    width: 100%;
    text-align: center;
    color: #1a1a1a;
    font-weight: bold;
    padding: 10px 0;
    margin-top: 15px;
    font-size: 16px
}

.card-form .tit * {
    vertical-align: middle;
}

.card-form .tit img {
    width: 50px;
    height: 50px
}

.card-form .main {
    width: 100%;
    border: 1px solid #F1F1F1;
    position: relative;
    background-image: url("../img/syt.png");
}

.card-form .main_personnel {
    width: 100%;
    border: 1px solid #F1F1F1;
    position: relative;
    background-image: url("../img/sytpersonnel.png")
}

.card-form .smatit {
    text-align: left;
    float: left;
    font-size: 14px
}

.card-form .texts {
    text-align: left;
    font-size: 14px
}

.card-form .smat_a {
    width: 5em
}

.card-form .tex_a {
    width: calc(100% - 5em)
}

.card-form .smat_b {
    width: 5.5em
}

.card-form .tex_b {
    width: calc(100% - 5.5em)
}

.card-form .smat_c {
    width: 8.5em
}

.card-form .tex_c {
    width: calc(100% - 8.5em)
}

.card-form .btn-primary {
    background-color: #39A4FF;
    border-color: #39A4FF;
}

.card-form .panel-heading {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #F5F5F5;
}

.card-form .panel-title {
    display: inline-block;
    padding: 0 5px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    margin-right: 15px
}

.card-form .selectpan {
    border-bottom: 3px solid #337ab7;
}

.card-form .divtab1,
.divtab2 {
    /* margin-top: 30px */
}

.card-form .divtab2 {
    display: none;
}

.card-form .felxdiv {
    display: flex;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

.card-form .felxdiv p {
    width: 50%;
    border-bottom: 1px solid #F1F1F1;
    padding: 15px 10px;
    box-sizing: border-box;
}

.card-form .textmsg {
    color: red;
}