@charset "UTF-8";

/* 圆图标按钮 */

.ky-btn-circle {
    margin: 8px 4px;
    display: inline-block;
    height: 58px;
    width: 58px;
    line-height: 58px;
    font-size: 13px;
    text-align: center;
    border-radius: 50%;
    text-decoration: none;
    transition: background-color .3s;
}

.ky-btn-circle.layui-btn-sm {
    margin: 6px 2px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
}

.ky-btn-circle.layui-btn-xs {
    margin: 4px 1px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
}

.ky-btn-circle.layui-btn-lg {
    margin: 10px 6px;
    width: 72px;
    height: 72px;
    line-height: 72px;
}

.ky-btn-circle .layui-icon {
    margin-right: 0;
}

.ky-btn-circle.layui-btn-lg .layui-icon {
    font-size: 24px;
}

/***table***/
.layui-table-shadow {
    box-shadow: 0 10px 60px 0 rgba(29, 29, 31, 0.09);
}
.input-icon {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 38px;
    line-height: 36px;
    text-align: center;
    color: #c3c3c3;
 }
.input-icon + input {
    padding-left: 38px;
}
.input-icon-right {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 38px;
    line-height: 36px;
    text-align: center;
    color: #c3c3c3;
}
.input-icon-right + input {
    padding-right: 38px;
}

/* 字体大小 */
/* 重置layui的lineHeight: 24px; */
body {
    line-height: 1.6;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
small {
    font-size: 12px;
}

/* 基础元素 */
.ky-main {
    margin: 0 auto;
    width: 1180px;
}