/*头部样式*/
.mainHeader {
    width: 100vw;
    height: 98px;
    background-color: #373d41;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    /* overflow: hidden; */
}

/*菜单的样式*/
.mainContainer {
    width: 100vw;
    font-family: "Microsoft Yahei", arial;
    font-size: 14px;
    margin-left: calc((100% - 100vw) / 2);
    position: relative;
    top: 98px;
}

.item {
    width: 1000px;
    margin: 35px auto;
}

.itemName {
    float: left;
    width: 60px;
    text-align: right;
    margin-right: 40px
}

.itemContainer {
    width: 900px;
    display: inline-block;
}

#reset, #recovery {
    margin-bottom: 30px;
}

input[type=password]:focus, input[type=password]:hover {
    color: #1e94da;
    border-color: #1e94da;
}

input {
    border: none;
    outline: none;
    cursor: pointer;
}

input[type=password], input[type=text] {
    font-size: 11px;
    color: #616060;
    border-bottom: 1px solid #949799;
    width: 210px;
    cursor: pointer;
}

input[type=button] {
    width: 100px;
    height: 20px;
    margin: 35px auto;
    display: block;
}

/*  以下拷贝 element ui */

.el-dialog__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
    z-index: 2001;
}

.el-dialog {
    border-radius: 0;
    width: 400px;
    margin-top: 250px;
    position: relative;
    margin: 0 auto 50px;
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    width: 50%;
}

.el-dialog__header {
    height: 40px;
    padding: 0 16px;
}

.el-dialog__title {
    height: 40px;
    line-height: 40px;
    position: relative;
    font-size: 12px;
}

.el-dialog__body {
    margin: 0 auto;
    padding: 0 16px;
    position: relative;
    color: #4e4e4e;
    font-size: 12px;
    overflow: hidden;
}

.el-dialog__body .separater {
    border-top: 1px solid #ececec;
    padding: 0;
    margin: 0;
}

.el-dialog__body .info {
    margin: 0 34px;
    text-align: center;
    position: relative;
    width: 300px;
    height: 75px;
}

.prompt {
    text-align: left;
    position: relative;
    width: 330px;
    color: #4e4e4e;;
    font-size: 12px;
    margin: 75px 0 30px 0;
}

.prompt img, .prompt span {
    vertical-align: middle;
    margin-right: 11px;
}

.v-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
}

.btn-wrapper {
    bottom: 0;
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 0;
    height: 24px;
    /* margin-bottom: 20px; */
    width: 100%;
    text-align: center;
}

.dialog_button {
    color: #5f5f5f;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 12px;
    height: 23px;
    line-height: 23px;
    padding: 0 22px;
    text-align: center;
    border: 1px solid #dcdfe1;
}

.el-progress {
    position: relative;
    line-height: 1;
}

.el-progress--text-inside .el-progress-bar {
    padding-right: 0;
    margin-right: 0;
}

.el-progress-bar__outer {
    height: 6px;
    border-radius: 100px;
    background-color: #ebeef5;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

.progress-dialog .el-progress-bar__inner, .progress-dialog .el-progress-bar__outer {
    border-radius: 0;
}

.el-progress-bar__inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #409EFF;
    text-align: right;
    border-radius: 100px;
    line-height: 1;
    white-space: nowrap;
}

.errorMessage {
    color: #D21E1E;
    font-size: 16px;
}

/*  ip编辑弹框样式 */
* {
    box-sizing: border-box;
}

a, blockquote, body, code, dd, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, html, iframe, img, input, label, li, object, ol, p, q, small, span, strong, table, tbody, td, th, tr, ul {
    margin: 0;
    padding: 0;
}

ul, menu, dir {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

ol, ul {
    list-style: none;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.addTableInfo {
    height: 30px;
    width: 30px;
    background: url(../image/add_ip.png) 0 0 no-repeat;
    cursor: pointer;
    float: right;
}

.addTableInfo:hover {
    background: url(../image/add_ip.png) -30px 0;
}

.addTableInfo:active {
    background: url(../image/add_ip.png) -60px 0;
}

.setIpInfo {
    position: relative;
    width: 334px;
    margin: 31px 0 0 34px;
}

.setIpInfo li {
    margin: 25px 0;
    width: 302px;
    position: relative;
}

.ipItemName {
    display: inline-block;
    width: 87px;
    text-align: left;
}

.ipItemValue {
    display: inline-block;
    text-align: left;
    vertical-align: bottom;
    width: 210px;
}

.styleError {
    position: absolute;
    right: 4px;
    top: 0;
    color: red;
}

.styleSuccess {
    position: absolute;
    right: 4px;
    top: 0;
    color: green;
}

input[class="operatorInput"] {
    width: 98px;
    margin-left: 8px;
    margin-top: 8px;
    float: right;
}


input[type=button]:focus, input[type=button]:hover, .dialog_button:hover {
    color: white;
    background-color: #1e94da;
}