﻿.appbar {
    background: #34495e;
}


.setup_item {
    position: relative;
}

.Setup .setup_item_vlaue {
    width: calc(100% - 8rem);
    height: 100%;
}

.setup_value {
    height: 100%;
    width: 100%;
    outline: none;
    background: none;
    border: none;
    padding-right: 4rem;
}

.setup_item_unit {
    font-weight: bold;
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
}

a:hover {
    color: unset;
}

.Setup .outLogin {
    color: #34495e;
}

.layui-form-onswitch {
    border-color: #34495e;
    background-color: #34495e;
}
.layui-tab-content {
    padding: 10px;
    background: #fff;
}
.form_group_title {
    font-weight:700
}
.add_upload {
    height: 70px;
    width: 100px;
    border: 1px dashed #ebebeb;
    color: #8b95a5;
}
.form_submit
{
text-align:center    
}