.qrcodeimg{
    display: inline-block;
    float: left;
    width: 17.5rem;
    padding: 0.5rem;
    padding-top: 0px;
    padding-left: 0px;
}
.qrcodeimg #qrcode_widget{
    width: 100%;
    height: 100%;
    border: 2px solid #ff7503;
    border-style: dashed;
    border-radius: 4px;
}
.qrcodeimg a{
    width: 100%;
    height: 2.25rem;
    line-height: 2.25rem;
    display: inline-block;
    text-align: center;
    border: 1px solid #e8e8fd;
    margin-top: 0.5rem;
    cursor: pointer;
}
.mod-qrcode{
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #f5f5f5;
}
.qrcodeedit{
    display: inline-block;
    float: left;
    width: calc(100% - 17.5rem);
    border: 1px solid #e8e8fd;
    padding: 0.5rem;
    border-radius: 4px;
}
.qrdiv{
    display: flex;
    line-height: 1.8rem;
    margin-bottom: 0.25rem;
}
.qrdivtitle{
    width: 4rem;
    background-color: #fafafa;
    border: 1px solid #eee;
    text-align: center;
    font-size: 0.6rem;
    border-right: 0;
}
.night .qrdivtitle{
    background-color: #444;
    border: 1px solid #444;
}
.qrdivtcent{
    flex: 1px;
    min-width: 0;
}
.qrdivtcent input[type="text"]{
    width: 100%;
    height: 1.9rem;
    padding: 0 0.5rem;
    border: 1px solid #e8e8e8;
    vertical-align: middle;
    outline: none;
    color: #515a6e;
}
.night .qrdivtcent input[type="text"]{
    color:#ccc;
}
.qrdivtcent label{
    display: inline-block;
    min-width: 3rem;
    margin-right: 0.5rem;
    line-height: 1.2rem;
    user-select: none;
}
.qrdivtcent label input[type="color"]{
    vertical-align: bottom;
}

.qrdivtcent label input[type="radio"]{
    vertical-align: -2px;
}
.qrdivtcent label span{
    vertical-align: middle;
    font-size: 0.6rem;
    margin-left: 0.25rem;
}
.divcentsdiv{
    border: 1px solid #e8e8e8;
    padding: 0 0.5rem 0px 0.5rem;
}
.divtwoinput{
    width: 50% !important;
    display: inline-block;
    float: left;
}



.cropper_buts{
    padding: 10px 5px;
}

.cropper_buts span{
    height: 1.4rem;
    line-height: 1.4rem;
    width: 1.8rem;
    display: inline-block;
    text-align: center;
    border: 1px solid #eee;
    font-weight: bold;
    font-size: 0.7rem;
    margin: 0 0 0 0.2rem;
    border-radius: 4px;
    cursor: pointer;
}

.cropper_buts span.act{
    background-color: #2196f3;
    border: 1px solid #2196f3;
    color: #fff;
}

.cropper_buts span.lr{
    font-weight: unset;
    font-size: 0.6rem;
    margin-right: 0.25rem;
}

.butaddqrcode{
    width: 100%;
    height: 1.9rem;
    line-height: 1.9rem;
    margin: 0.75rem 0;
    background-color: #06b672;
    border: 1px solid #06b672;
    color: #fff;
    border-radius: 4px;
}

.upimgupdata{
    height: 1.9rem;
    line-height: 1.9rem;
    width: 2.5rem;
    border: 1px solid #e8e8e8;
    display: inline-block;
    text-align: center;
    float: right;
    cursor: pointer;
    font-size: 0.6rem;
}

.night .upimgupdata{
    border: 1px solid #444;
    background-color: #181a1b;
}

.night .qrcodeedit{
    border: 1px solid #444;
}
.night .in input {
    border: 1px solid #444 !important;
}
.night .divcentsdiv {
    background-color: #181a1b;
    border: 1px solid #444;
}
.night .qrcodeimg a{
    border: 1px solid #444;
    color: #aaa;
}

.layui-tab-content {
    padding: 15px;
}

.layui-tab-content input{
    margin:0 0 15px 0;
}

.layui-form-select .layui-input {
    padding-right: 30px;
    cursor: pointer;
    margin-bottom: 0;
}

@media screen and (max-width: 1000px){
    .qrcodeimg{
        display: block;
        width: 100%;
        padding: 0 0 0.5rem 0;
    }
    .qrcodeedit{
        display: block;
        width: 100%;
    }
}