@charset "utf-8";
html {
    background:#fff !important
}
body {
    background:#fff !important;
    font-size: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.theme {
    width: 100%;
    position: relative
}
.center {
    width: 1200px;
    margin: 0 auto;
}
.layui-form-select dl dd.layui-this {
    background-color: #1AB5FF
}
.layui-layer-btn .layui-layer-btn0 {
    font-size: 14px;
    border-color: #1AB5FF!important;
    background-color: #1AB5FF!important
}
.layui-layer-btn a {
    font-size: 14px
}
.layui-btn-xs {
    height: 28px;
    line-height: 28px;
    padding: 0 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box
}
.layui-btn-disabled,.layui-btn-disabled:active,.layui-btn-disabled:hover {
    height: 26px;
    line-height: 26px
}
.layui-table-body .layui-none {
    font-size: 14px
}
.custom-loading {
    background: rgba(0,0,0,.5)!important;
    text-align: center
}
.custom-loading .layui-layer-btn,.custom-loading .layui-layer-resize {
    display: none
}
.custom-loading .layui-layer-content {
    color: #fff;
    font-size: 14px!important
}
.custom-loading .layui-layer-content .layui-icon {
    font-size: 14px!important
}
.custom-loading {
    min-width: 0!important
}
.custom-loading .layui-layer-content {
    padding: 5px 20px!important
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #1AB5FF!important
}
.layui-laydate td.layui-this {
    background-color: #1AB5FF!important
}
.layui-btn {
    background-color: #1AB5FF
}
.layui-form-radio>i:hover,.layui-form-radioed>i {
    color: #1AB5FF!important
}
.layui-form-radio>i {
    font-size: 18px!important
}
.layui-form-checked[lay-skin=primary] i {
    background-color: #1AB5FF!important;
    border-color: #1AB5FF!important
}
.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #1AB5FF!important
}
.flex {
    display: flex;
    display: -webkit-flex;
}
.flex-y-center {
    align-items: center;
    -webkit-align-items: center;
}
.flex-y-top {
    align-items: flex-start;
    -webkit-align-items: flex-start;
}
.flex-y-fot {
    align-items: flex-end;
    -webkit-align-items: flex-end;
}
.flex-y-base {
    align-items: baseline;
    -webkit-align-items: baseline;
}
.flex-x-left {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
.flex-x-right {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.flex-x-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.flex-x-center {
    justify-content: center;
    -webkit-justify-content: center;
}
.flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.flex-nowrap {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
}
.flex-shrink {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}
.flex-auto {
    flex: auto;
    -webkit-flex: auto;
}
.box-sizing {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.no-wrap {
    white-space: nowrap;
}
.text-center {
    text-align: center;
}
.text-center-left {
    text-align: left;
}
.text-center-right {
    text-align: right;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.bold {
    font-weight: bold;
}
.font-size-12 {
    font-size: 12px;
}
.font-size-13 {
    font-size: 13px;
}
.font-size-14 {
    font-size: 14px;
}
.font-size-16 {
    font-size: 16px;
}
.font-size-18 {
    font-size: 18px;
}
.font-size-20 {
    font-size: 20px;
}
.font-size-22 {
    font-size: 22px;
}
.font-size-24 {
    font-size: 24px;
}
.font-size-26 {
    font-size: 26px;
}
.font-size-28 {
    font-size: 28px;
}
.font-size-30 {
    font-size: 30px;
}
.font-size-32 {
    font-size: 32px;
}
.font-size-36 {
    font-size: 36px;
}
.font-size-38 {
    font-size: 38px;
}
.font-size-40 {
    font-size: 40px;
}
.font-size-48 {
    font-size: 48px;
}
.font-size-56{
    font-size: 56px;
}
.font-size-64 {
    font-size: 64px;
}
.font-size-66 {
    font-size: 66px;
}
.font-size-70 {
    font-size: 70px;
}
.font-size-72 {
    font-size: 72px;
}
.user-select {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
.width-20 {
    width: 20%;
}
.width-25 {
    width: 25%;
}
.width-33 {
    width: 33.33333%;
}
.width-50 {
    width: 50%;
}
.break-all {
    word-break: break-all;
}
.line-height-10 {
    line-height: 1;
}
.line-height-11 {
    line-height: 1.1;
}
.line-height-12 {
    line-height: 1.2;
}
.line-height-13 {
    line-height: 1.3;
}
.line-height-14 {
    line-height: 1.4;
}
.line-height-15 {
    line-height: 1.5;
}
.line-height-16 {
    line-height: 1.6;
}
.line-height-17 {
    line-height: 1.7;
}
.line-height-18 {
    line-height: 1.8;
}
.line-height-19 {
    line-height: 1.9;
}
.line-height-20 {
    line-height: 2;
}
.letter-spacing-1 {
    letter-spacing: 1px;
}
.letter-spacing-2 {
    letter-spacing: 2px;
}
.letter-spacing-3 {
    letter-spacing: 3px;
}
.letter-spacing-4 {
    letter-spacing: 4px;
}
.letter-spacing-5 {
    letter-spacing: 5px;
}
.line-1-hide{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.text-2-hide{
    height: 40px;
    line-height: 20px;
    position: relative;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-3-hide{
    line-height: 24px;
    height: 72px;
    position: relative;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.text-over{
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pointer{
    cursor: pointer;
}
.cover{
    object-fit: cover;
}
.pub_naver{
    width: 100%;
    height: 80px;
    background: #fff;
    position: fixed;
    z-index: 200;
    left: 0;
    top: 0;
    box-shadow: 1px 1px 2px rgba(0,0,0,.06);
}
.pub_naver .center{
    height: 80px;
}
.pub_naver ul li{
    margin-right: 60px;
}
.pub_naver ul li:nth-last-child(1){
    margin-right: 0;
}
.pub_naver ul li a{
    color: rgba(0, 0, 0, .65);
}
.pub_naver ul li.on a,.pub_naver ul li:hover a{
    color: #1AB5FF;
}
.pub_footer .naver a:hover{
    color: #1AB5FF !important;
}
.pub_footer .copyright a:hover{
    color: yellow !important;
}
.pub_gotop{
    display: none;
    width:108px;
    height: 108px;
    position: fixed;
    z-index: 1000;
    right: 10px;
    bottom: 100px;
}