html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    /*border:0;
    */
    /*outline:0;
	*/
    /*font-size:100%;
	vertical-align:baseline;
	background:transparent;
	*/
}

h1, h2, h3, h4, h5, h6, em, i {
    font-weight: 100;
    font-style: normal;
}

ul, ol, li {
    list-style-type: none;
}

a {
    color: #666;
    text-decoration: none;
    outline: 0;
}

a:hover {
    text-decoration: none;
}

html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

/*滚动条样式*/
::-webkit-scrollbar {
    width: 4px;
    /*height: 4px;*/
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.layui-form-select dl dd.layui-this {
    background-color: rgb(105, 144, 251);
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    background: #fff;
}

.layui-btn {
    height: 45px;
    width: 100%;
    background-color: rgba(19, 149, 225, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.layui-table th, .layui-table td {
    text-align: center;
}

.layui-input, .layui-textarea, .layui-form-select {
    min-width: 300px;
}

.module-title {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #DDDDDD;
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
}

.proj-name {
    width: 100%;
    height: 60px;
    background: rgba(19, 149, 225, 1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.proj-name img {
    width: 200px !important;
    margin-left: 20px;
}

.main-box {
    width: 100%;
    height: 100%;
    background: #fff;
}

.modal-body {
    overflow-y: initial;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: rgba(19, 149, 225, 1) !important;
    background-color: rgba(19, 149, 225, 1);
    color: #fff;
}

.goBack {
    width: 120px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #999;
    cursor: pointer;
    color: #fff;
    background: #999;
    margin-bottom: 20px;
}

.goBack img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}