/*µ¯³ö²ã*/
.saveBox{
    display:none;
    width: 52%;
    background-color: #fff;
    padding: 10px 20px;
    height: 400px;
    overflow-y: scroll;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
.saveBox .noClose{
    width: 100px;
    height: 32px;
    margin: 10px auto;
    background: #c40311;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #fefefe;
    cursor: pointer;
    border: 0;
    transition: all 0.2s;
}

.saveBox .topName{
    height: 35px;
    text-align: center;
}

.saveBox .topName p{
    font-size: 18px;
    color: #193761;
    font-weight: bold;
}

.saveBox>textarea{
    width: 100%;
    height: 100px;
}

.saveBox .foot{
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.saveBox .foot button{
    padding: 3px 0px;
    margin: 0 20px;
    width: 80px;
}



.saveBox table th, .saveBox table td {
    padding: 15px 15px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #d6dbdf;
}
.saveBox table{
    width:100%;
    margin-top: 16px;
}
.saveBox table th{
    background: #f5f6f8;
}
.saveClose{
    padding: 5px;
    float: right;
    cursor: pointer;
    position: fixed;
    right: 0%;
}
.bd{
    width:700px;
}

.fir .sec {
    font-size: 14px;
    display: inline;
}

.fir ul .on {
    color:#ffffff;
    background-color: #c40311;
}

.sec ul .on {
    color:#ffffff;
    background-color: #c40311;
}

.fir ul li {
    float: left;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
    padding: 0px 6px;
    color: #333;
    font-size: 15px;
    margin-top: 5px;
}

.sec ul li {
    float: left;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
    padding: 0px 6px;
    color: #333;
    font-size: 15px;
    margin-top: 5px;
}

.formButton{
    margin: 0 auto;
    width: 448px;
}

.formSlect{
    position: relative;
}
.formSlect .formOption{
    cursor: pointer;
    font-size: 15px;
}

.fl{
    float: left;
    margin-left: 95px;
}

.spanList{
    list-style: none;
    width: 80%;
    float: left;
    margin-left: 95px;
}

#result{
    width: 100%;
    margin: 0 auto;
}
#result thead th{
    text-align: center;
    height: 45px;
}

#result td{
    text-align: center;
    padding: 10px 10px;
}

table th{
    padding: 10px 0;
}

.bd span{
    display: block;
    float: left;
    color: #333;
    line-height: 45px;
    height: 45px;
    margin-right: 20px;
    font-size: 15px;
}

.bd .formName{
    margin-right: 15px;
    width: 455px;
    height: 45px;
    border: solid 1px #dcdcdc;
    background-color: #fafafa;
}

.bd .formName input{
    height: 100%;
    width: 400px;
    float: left;
    padding: 10px;
    line-height: 25px;
    background: transparent;
}

.formName .code_icon{
    float: left;
    display: block;
    margin: 3px 0;
    height: 38px;
    width: 45px;
    border-right: 1px solid #dcdcdc;
    line-height: 33px;
    text-align: center;
}

.note{
    height: 45px;
    line-height: 45px;
    font-size: 13px;
    color: red;
}

.div_no{
    margin-top: 15px;
}

.type_li{
    margin-top: 15px;
}
