.au-tips {
    padding: 10px 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 99%;
}

.au-tips span {
    color: red;
    margin: 0 2px;
}

.au-tips p {
    line-height: 24px;
}

.au-tips code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
    margin-right: 4px;
}

.tips {
    padding: 10px 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.tips span {
    color: red;
    margin: 0 2px;
}

.tips p {
    line-height: 24px;
}

code {
    color: #fff;
    background-color: #000000;
    padding: 2px 4px;
    border-radius: 4px;
}

.log {
    background-color: #000000;
    color: #0dff00;
    min-height: 300px;
    margin-top: 20px;
    padding: 10px;
}

.console {
    margin: 10px;
}

button {
    color: #000000;
    font-size: 1.05em;
    height: 29px;
    padding: 2px 18px 3px 18px;
    margin: 0 0.5em 0 0;
    background: #ffffff;
    border: 1px solid #bfbfbf;
    cursor: pointer;
}

#status {
    display: none;
}

.select {
    background: #3a6ea5;
    border: 1px solid #046190;
    color: #ffffff;
}

#divMain a {
    color: #4662D9;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

form .w50 {
    min-width: 50%;
}

form .w100 {
    width: 100%;
}

table {
    width: 100%;
}

table th {
    word-break: break-all;
    font-weight: bold;
}
table td {
    word-break: break-all;
}

table.au_table td:nth-child(2n-1) {
    text-align: center;
    min-width: 100px !important;
}

table.au_table td:nth-child(2n) {
    width: 100%;
}

.au_table p {padding: 1px;line-height: 22px;}
.au_table input[type="checkbox"] {
    vertical-align: middle;
}
.au_table input[type="radio"] {
    vertical-align: middle;
}
.tab-content td input[type=text], .tab-content td select {
    height: 26px;
    padding: 2px 10px;
}

input[type="radio"] {
    border: none;
    background: none;
}

tr th {border-width: 1px;  border-style: solid;position: relative;  padding: 2px 4px;  min-height: 14px;line-height: 14px;  font-size: 14px;  border-color: #eee;}

tr td {border-width: 1px;  border-style: solid;position: relative;  padding: 2px 4px;  min-height: 14px;line-height: 14px;  font-size: 14px;  border-color: #eee;}

td label {
    margin-left: 6px;
    margin-right: 20px;
}

table.au_table th:nth-child(2n-1) {
    text-align: center;
    min-width: 150px !important;
}

table.au_table th:nth-child(2n) {
    width: 100%;
}

th label {
    margin-left: 10px;
    margin-right: 20px;
}

.layui-form-item {
    position: relative;
    margin-bottom: 15px;
    clear: both;
    line-height: 40px;
    height: 40px;
}

.layui-form-label {
    width: 110px;
    padding: 8px 15px;
    height: 38px;
    line-height: 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px 0 0 2px;
    text-align: center;
    background-color: #fafafa;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    border-color: #cccccc;
}

.layui-form-label {
    position: relative;
    float: left;
    display: block;
    padding: 9px 15px;
    width: 80px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
}

.layui-form-pane .layui-input-inline {
    margin-left: -1px;
}

.layui-form-item .layui-input-inline {
    float: left;
    width: 120px;
    margin-right: 10px;
}

.layui-input-inline {
    display: inline-block;
    vertical-align: middle;
}

.layui-form-pane .layui-input {
    border-radius: 0 2px 2px 0;
}

.layui-input,
.layui-textarea {
    display: block;
    width: 100%;
    padding-left: 10px;
}

.layui-input,
.layui-select,
.layui-textarea {
    height: 38px;
    line-height: 1.3;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    color: rgba(0, 0, 0, .85);
    border-radius: 2px;
}

.layui-form-mid {
    position: relative;
    float: left;
    display: block;
    padding: 9px 0 !important;
    line-height: 20px;
    margin-right: 10px;
}

.layui-text-em,
.layui-word-aux {
    color: #999 !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.layui-btn-fluid {
    width: 100%;
}

.layui-btn-primary {
    border-color: #d2d2d2;
    background: 0 0;
    color: #5f5f5f;
}

.layui-btn {
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    line-height: 38px;
    border: 1px solid transparent;
    padding: 0 18px;
    background-color: #16baaa;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.layui-btn,
.layui-input,
.layui-select,
.layui-textarea,
.layui-upload-button {
    outline: 0;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
}

input[type=file] {
    display: block;
}

.layui-upload-file {
    display: none !important;
    opacity: .01;
    filter: Alpha(opacity=1);
}

.layui-layer-content {
    background: 0 0;
    padding: 0;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12);
    padding: 11px 24px;
    text-align: center;
    background-color: rgba(0,0,0,.6);
    min-width: 100px;
    color: #ffffff;
    border-radius: 4px;
}
.layui-layer-padding{padding:18px 24px 18px 58px;text-align:left}
.layui-layer-padding{padding-top:18px;padding-left:58px}
.layui-layer-face{position:absolute;top:18px;left:16px;color:#959595;font-size:32px}
.layui-icon{color:#fff}
.layui-icon-loading:before{content:"\e63d"}
.layui-anim{-webkit-animation-duration:.3s;-webkit-animation-fill-mode:both;animation-duration:.3s;animation-fill-mode:both}
.layui-anim.layui-icon{display:inline-block}
.layui-anim-rotate {
	-webkit-animation-name: layui-rotate;
	animation-name: layui-rotate;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}
.layui-anim-loop {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.Au-l {
    width: 45px;
    height: 45px;
    background: url(../logo.png);
    float: left;
    background-size: cover;
}
.Au-r {
    float: left;
    padding: 0 0 0 12px;
    text-indent: 0 !important;
    width: 100%;
    max-width: calc(100% - 45px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.Au-r h4 {
    padding: 0;
    margin: 0 0 7px 0;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 0;
}
.Au-r .Au-info {
    line-height: 1.4;
    color: #aaacb6;
    margin-top: -2px;
}
.Au-r .Au-info span {
    display: inline-block;
    padding-right: 4px;
}
.Au-box {
    margin-bottom: 20px;
    background: rgba(255, 255, 255, .9);
    padding: 20px;
    border: 1px solid #dee2e6;
    color: #52525c;
    font-size: 14px;
    border-radius: 3px;
}
.Au-head {
    overflow: hidden;
    padding-bottom: 10px;
}
.Au-box ul {
    margin-left: 0px;
}

li, ul {
    list-style: none;
}
.Au-box ul li {
    position: relative;
    margin-top: 10px;
    height: 35px;
}
@media only screen and (max-width: 400px) {
    .Au-box ul li {
        height: 70px;
    }
}
.Au-box ul li a {
    width: 100%;
    line-height: 35px;
    background: #f6f6f6;
    background-size: 16px;
    display: block;
    color: #52525c;
    position: absolute;
    bottom: 0;
}
.Au-box ul li b {
    background: url(../images/down.svg) no-repeat left 8px center;
    background-size: 16px;
    font-weight: normal;
    display: inline-block;
    height: 35px;
    overflow: hidden;
    padding-left: 30px;
    position: absolute;
    top: 0;
}
@media only screen and (max-width: 400px) {
    .Au-box ul li b {
        top: -35px;
    }
}
.Au-box ul li span {
    float: right;
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    background: #740083;
}
.Au-box ul li div {
    display: inline-block;
    float: right;
    margin-right: 10px;
    cursor: pointer;
    color: #aaacb6;
    position: absolute;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    right: 100px;
    bottom: 0;
}