#app{
    line-height: 1;
}
div{
    box-sizing: content-box;
}

.bw_img_link{
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    cursor: pointer;
}
.container {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    /* white-space: nowrap; */
    /* overflow: auto; */
    z-index: 999;
}
.container:after {
    content: '';
    display: inline-block;
    height: 100%;
    /* vertical-align: middle; */
}
.form-modal{
    width: 650px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 7px;
}
.modal-title{
    background-color: rgb(2 124 225);
    font-size: 17px;
    font-weight: bold;
    padding: 10px 20px;
    color: #fff;
    border-radius: 7px 7px 0 0 ;
}
.submit-btn{
    text-align: center;
    width: 200px;
    padding: 3px 0;
    background-color: #046bdb;
    color: #fff;
    margin: 20px auto;
    cursor: pointer;
}
.form-label{
    width: 175px;
    text-align: right;
}
.form-item{
    display: flex;
    /* justify-content: center; */
    margin-left: 100px;
    padding-bottom: 25px;
    height: 25px;
    align-items: center;
}
input, select{
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 5px 10px !important;
}
.tip-bottom{
    color: red;
    font-size: 13px;
    transform: translate(277px,-20px);
    position: absolute;
}
.btnBox{
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.btn-1{
    margin-right: 20px;
    text-align: center;
    background-color: #0261eb;
    color: #fff;
    cursor: pointer;
    padding: 8px 29px;
    border-radius: 5px;
}
.btn-2{
    padding: 8px 29px;
    text-align: center;
    background-color: #0261eb;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}
.modal-form{
    padding: 20px 0;
    width: 100%;
}
.choosed-box{
    margin-left: 50px;
}
.choosed-title {
    font-size: 17px;
    font-weight: bold;
}
.choosed-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: 53px;
    margin-bottom: 5px;
}
.choosed-item {
    padding: 0px 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 1px solid rgb(196, 196, 196);
    line-height: 19px;
}

.wrap1_1_3 {
    display: inline-table;
    float: right;
    padding-top: 15px;
}
.loginInfo{
    display: none;
}

.wrap1_1_3 a{
    color: #666;
    font-size: 15px;
}
.wrap1_1_3 a:hover{
    color: #399;
}

.message-modal{
    width: 650px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 7px;
}

.bmSuccess-modal{
    width: 450px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 7px;
}

.success-title {
    font-size: 18px;
    margin: 30px;
}
.upJob{
    text-align: center;
    font-size: 17px;
    color: rgb(235 140 85);
    cursor: pointer;
    border: 1px solid;
    width: 100px;
    border-radius: 10px;
    margin-left: 275px;
    padding: 5px;
}
.list-box{
    display: flex;
    flex-wrap: wrap;
}
.list-box a,.zhuanqu2 a{
    color: black;
}
.muiltTip{
    line-height: 20px;
}
.checkTheme{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 43%;
}
.tipText{
    text-align: center;
    color: rgb(190, 5, 5);
    font-size: 18px;
    padding: 10px 0;
}