.qrcodes-create{
    width: 80%;
    margin: 0px 10%;
    float: left;
    padding: 30px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 3px 30px 3px rgb(0 0 0 / 6%);
    box-shadow: 0 3px 30px 3px rgb(0 0 0 / 6%);
    text-align: center;
    border-radius: 10px;
}
@media (max-width:767px){
    .qrcodes-create{
        width: 94%;
        margin: 0px 3%;
    }
}
.qrcodes-create-title{
    width: 100%;
    float: left;
    text-align: left;
}
.qrcodes-create-title h3{
    width: auto;
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 15px!important;
    font-weight: 500;
    margin: 0px;
}
.qrcodes-create-title span{
    width: auto;
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
    color: #999999;
}
.qrcodes-create-input{
    width: 100%;
    height: 45px;
    float: left;
    padding: 0px 15px;
    outline: none;
    border: 1px solid #e8ecf3;
    margin: 10px 0px;
    border-radius: 2px;
    background-color: #FBF9FC;
}
.qrcodes-create-radio{
    width: auto;
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.qrcodes-create-radio li{
    width: auto;
    float: left;
    list-style: none;
    margin: 0px 10px 0px 0px;
}
.qrcodes-create-radio li input{
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 7px;
    margin-right: 5px;
}
.qrcodes-create-radio li label{
    width: auto;
    height: 30px;
    line-height: 30px;
    float: left;
    font-weight: 400;
}
.m-form-item{
    width: 100%;
    display: flex;
    margin: 10px 0;
}
.m-form-item label {
    width: 100%;
    height: 30px;
    line-height: 30px;
    float: left;
    overflow: hidden;
    margin-bottom: 0;
    text-align: left;
    font-size: 15px;
}

.m-form-item label font {
    margin-left: 5px;
    color: #999999;
    font-weight: 400;
}

.m-form-item label b {
    height: 30px;
    line-height: 30px;
    color: #f46a6a;
    margin-right: 2px;
}
.m-form-item .badge-lists {
    display: inline-flex;
    font-size: 15px;
}

.m-form-item .badge-lists ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.m-form-item .badge-lists li {
    border: 1px solid #ced4da;
    color: #495057;
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0 15px;
    height: 40px;
    line-height: 38px;
    box-sizing: border-box;
    display: inline-flex;
    cursor: pointer;
}

.m-form-item .badge-lists li.active {
    background-color:  #007bff;
    border: 1px solid #007bff;
    color: #FFFFFF;
    font-weight: 500;
}

.m-form-item .badge-lists li i {
    height: 38px;
    line-height: 38px;
    display: flex;
    align-items: center;
    margin-right: 5px;
    font-size: 16px;
}
.qrcodes-create-button{
    padding: 13px 50px;
    background-color: #3878fe;
    color: #FFFFFF;
    margin: 20px auto;
    display: inline-block;
    border-radius: 2px;
    font-size: 17px;
    animation: scaleDraw 2s ease-in-out infinite;
}
@keyframes scaleDraw{0%,50%{transform:scale(1)}25%,75%{transform:scale(.9)}}
.qrcodes-create-button:hover{
    color: #FFFFFF;
}
.qrcodes-create-table{
    width: 100%;
    float: left;
    margin: 20px 0px;
    border: 1px solid #E6E6E6;
}
.qrcodes-create-table th{
    height: 50px;
    line-height: 50px;
    border: none;
    background-color: #EFF2F2;
}
.qrcodes-create-table td{
    height: 50px;
    line-height: 50px;
    border: none;
    border: 1px solid #E6E6E6;
}
.qrcode-add{
    display: flex;
    align-content: center;
    justify-content: center;
}
.qrcode-add > i{
    margin-right: 5px; 
    font-size: 20px;
    line-height: 50px;
}