h1 {
    text-align: center;
    font-size: 25px;
}
a {
    text-decoration: none;
}

table {
    width: auto
}

th {
    font: bold 11px “Trebuchet MS”, Verdana, Arial, Helvetica, sans-serif;
    color: #4f6b72;
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    border-top: 1px solid #C1DAD7;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
    padding: 6px 6px 6px 12px;
    background: #CAE8EA no-repeat;
}

td {
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    background: #fff;
    font-size: 15px;
    padding: 6px 6px 6px 12px;
    color: #4f6b72;
}

.rejson {
    border-radius: 15px;
    width: max-content;
    font-size: 10px;
    margin-left: 20px;
    line-height: 10px;
    background-color: antiquewhite;
    padding: 20px;
    overflow: auto;
    word-wrap: normal
}

.spacec {
    padding-left: 50px;
}

@media (max-width: 650px) {
    .rejson {
        max-width: 300px
    }
}
p{margin-bottom: 10px}
.middl {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
.postion-layui{
    position: absolute;
    right: -15px;
    top: 0;
}
.layui-tab-title,.layui-tab-title .layui-this:after{border-color: black!important;}
.layui-tab-title .layui-this:after{border-bottom-color: #eeeeee!important;}