@charset "utf-8";
* { margin: 0px; padding: 0; }
body { width: 100%; display: flex; align-items: stretch; font-family: Helvetica Neue, helvetica, arial, PingFang SC, Hiragino Sans GB, Heiti SC, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif; background-color: #f2f2f2; color: #666; }
a { cursor: pointer; }
a:hover { text-decoration: none; }
table { border-collapse: collapse; }

/* login */
@media (min-width:980px) {
    .login { width: 100%; height: 100vh; background: radial-gradient(at center, #4664d1, #2c49b3); }
    .login-container { width: 300px; height: auto; position: relative; top: 50%; transform: translateY(-50%); margin: 0 auto; background: #fff; padding: 60px 120px; border-radius: 5px; box-shadow: 0px 0px 10px 5px #4664d1; }
    .login-title { margin-bottom: 30px; font-size: 24px; font-weight: 700; color: #1a1a1a; line-height: 40px; text-align: center; }
    .login-title p { font-size: 14px; }
    .particles { background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; width: 100%; height: 99vh; position: absolute; top: 0; left: 0; }
}
@media (max-width:979px) {
    .login { width: 100%; height: 100vh; background: radial-gradient(at center, #4664d1, #2c49b3); }
    .login-container { width: 70%; height: auto; position: relative; top: 50%; transform: translateY(-50%); margin: 0 auto; background: #fff; padding: 60px 10%; border-radius: 5px; box-shadow: 0px 0px 10px 5px #4664d1; }
    .login-title { margin-bottom: 30px; font-size: 24px; font-weight: 700; color: #1a1a1a; line-height: 40px; text-align: center; }
    .login-title p { font-size: 14px; }
    .particles { background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; width: 100%; height: 99vh; position: absolute; top: 0; left: 0; }
}

/* container */
.coder-nav { width: 200px; background: #232942; min-height: 100vh; }
.coder-logo { width: 200px; line-height: 80px; text-align: center; }
.coder-logo img { padding: 10px 42px; height: 30px; }
.coder-container { width: 100%; min-width: 1000px; }
.coder-header { height: 60px; padding: 0 20px; background: #fff; display: flex; }
.coder-header .layui-breadcrumb { line-height: 60px; }
.coder-header .layui-breadcrumb > i { margin-right: 10px; }
.coder-header .layui-breadcrumb > a > cite { color: #333; }
.coder-header .layui-nav { margin-left: auto; padding: 0 15px; background: #fff; }
.coder-header .layui-nav .layui-this::after { background-color: #fff; }
.coder-header .layui-nav .layui-nav-item { line-height: 60px; }
.coder-header .layui-nav .layui-nav-item a { color: #333 }
.coder-main { padding: 20px; }
.coder-body { padding: 20px; background: #fff; border-radius: 5px; }
.coder-body > .layui-form + .layui-form { margin-top: 30px; }
.coder-search { padding: 20px 20px 15px; margin-bottom: 15px; background: #f4f4f7; border-radius: 5px; }
.coder-search .layui-form-item:last-child { margin-bottom: 0px; }
.coder-search .layui-form-item .layui-form-label { padding: 9px 0; }
.coder-search .layui-form-item .layui-input-block { margin-left: 90px; }
.coder-search .layui-form-item .layui-input-block input { border-radius: 5px; }
.coder-search > .layui-inline { margin: 5px 10px 5px 0; }
.coder-tab { margin: 0 0 15px 0; display: flex; border-bottom: 1px solid #eee; }
.coder-tab .coder-back { line-height: 40px; padding-right: 20px; color: #4664d1; }
.coder-tab .coder-back a { color: #c2c2c2; }
.coder-tab-btn { margin-left: auto; padding-bottom: 15px; }
.coder-row { margin-bottom: 10px; }
.coder-card { background: #f4f4f7; padding: 20px; border-radius: 5px; }
.coder-card .coder-card-title { height: 20px; }
.coder-card .coder-card-main { display: flex; margin-top: 20px; }
.coder-card .coder-card-main .coder-card-number { font-weight: bold; }
.coder-card .coder-card-main .coder-card-tips { margin-left: auto; }
.coder-view-image { cursor: pointer; }
#rule { margin-top: 4px; }
.upload { width: 150px; height: 150px; line-height: 150px; text-align: center; border: 1px dashed #e2e2e2; cursor: pointer; }
.upload p { margin-top: 40px; line-height: 30px; color: #ccc; }
.upload p i { font-size: 50px; color: #009688; }
.upload-view { width: 150px; height: 150px; line-height: 150px; text-align: center; border: 1px dashed #e2e2e2; position: relative; }
.upload-view img { max-width: 140px; max-height: 140px; vertical-align: middle; display: inline; }
.upload-del { position: absolute; left: 135px; top: -15px; width: 30px; height: 30px; line-height: 30px; cursor: pointer; z-index: 100; }
.upload-del i { font-size: 30px; color: #ff5722; }

/* layui */
.layui-font-blue { color: #4664D1 !important; }
.layui-bg-blue { background: #4664D1 !important; }
.layui-border-blue { color: #4664D1 !important; border-color: #4664D1 !important; }
.layui-btn { border-radius: 5px; }
.layui-btn-normal { background: #4664D1; }
.layui-btn-sm { line-height: 28px; }
.layui-btn-xs { line-height: 20px; }
.layui-nav-tree { background: #232942; }
.layui-nav-tree .layui-nav-item a { height: 50px; line-height: 50px; }
.layui-nav-tree .layui-nav-item > a { padding: 0 20px; }
.layui-nav-tree .layui-nav-item > a > i { margin-right: 5px; }
.layui-nav-tree .layui-nav-item > a .layui-nav-more { padding: 0; }
.layui-nav-tree .layui-nav-itemed > .layui-nav-child { padding: 0; line-height: 50px; background: #232942 !important; }
.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this a { background-color: #4664D1; }
.layui-nav-tree .layui-nav-child dd a { padding-left: 43px; }
.layui-tab-brief > .layui-tab-more li.layui-this::after,
.layui-tab-brief > .layui-tab-title .layui-this::after { border-bottom: 2px solid #4664D1; }
.layui-tab-brief > .layui-tab-title .layui-this { color: #4664D1; }
.layui-form-select dl dd.layui-this { background: #4664D1; color: #fff; }
.layui-table td { word-break: break-all; }
.layui-table img { max-width: 60px; max-height: 20px; display: inline; }
.layui-layer-btn .layui-layer-btn0 { border-color: #4664D1 !important; background: #4664D1 !important; border-radius: 5px; }
.layui-laypage .layui-laypage-curr .layui-laypage-em { background: #4664D1; }