﻿@charset "UTF-8";

@font-face {
    font-family: 'ys';
    src: url('../fonts/ys.ttf') format('truetype');
}

@font-face {
    font-family: 'pm';
    src: url('../fonts/pm.ttf') format('truetype');
}
@font-face {
    font-family: 'AlibabaPuHuiTi';
    src: url('../fonts/AlibabaPuHuiTi-2-55-Regular.ttf') format('truetype');
}

/* yui3 reset.css */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}

/* yui3 fonts */
html {
    width: 1920px;
    height: 1080px;
}
body {
    color: #00dfff;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    width: 1920px;
    height: 1080px;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
    color: #fff;
}

/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: '';
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

.inline-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 覆写弹窗样式 */
.layer-reset {
    padding: 0px !important;
    background-color: transparent !important;
    border-image: url("../images/layer-bg.png");
    border-image-outset: 0;
    border-image-slice: 17 fill;
    border-image-width: 17px;
    border-image-repeat: stretch;
}

.layer-reset .layui-layer-setwin .layui-layer-close {
    width: 28px;
    height: 28px;
    background: url("../images/layer-close.png") no-repeat center;
}

.layer-reset .layui-layer-setwin .layui-layer-close:hover {
    background-position: 0 0;
}

/* 弹窗标题样式 */
.layer-title {
    margin: 0 auto;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: url("../images/layer-hd.png") no-repeat center;
}

.layer-title span {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    background: linear-gradient(0deg, #74DEFF 23.33%, #FFF 51.97%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.layer-title span::before,
.layer-title span::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 18px;
    height: 18px;
    pointer-events: none;
    background: url("../images/layer-title-icon.png");
}

.layer-title span::before {
    left: -20px;
    transform: translate(-100%, -50%);
}

.layer-title span::after {
    right: -20px;
    transform: translate(100%, -50%) rotate(180deg);
}

/* 分页样式覆写 */
.pager {
    height: 25px;
    text-align: center;
}

.pager .m-pagination-page>li {
    margin: 0 7px;
}

.pager .m-pagination-page>li>a {
    padding: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #96BEE0;
    border: 1px solid rgba(150, 190, 224, 0.5);
    border-radius: 5px;
    background: transparent;
}

.pager .m-pagination-page>li.active>a,
.pager .m-pagination-page>li:hover>a {
    color: #10E2FF;
    border: 1px solid #10E2FF;
    background: rgba(16, 226, 255, 0.3);
}

.pager .m-pagination-jump .m-pagination-group {
    display: flex;
    align-items: center;
    color: #96BEE0;
    font-size: 16px;
}

.pager .m-pagination-jump .m-pagination-group::before {
    content: "跳至";
}

.pager .m-pagination-jump .m-pagination-group::after {
    content: "页";
}

.pager .m-pagination-jump .m-pagination-group>input {
    margin: 0 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 1px solid rgba(150, 190, 224, 0.5);
    border-radius: 5px;
    background: transparent;
}

.pager .m-pagination-jump .m-pagination-group>button {
    display: none;
}

.pager .m-pagination-info {
    color: #96BEE0;
    font-size: 16px;
}