/* color 开始*/
/* 主色 */
.xky_color_DC {
    color: #1b83fe;
}

/* 副色1 */
.xky_color_S1 {
    color: #5c89fa;
}

/* 副色2 */
.xky_color_S2 {
    color: #aac1fa;
}

/* 副色3 */
.xky_color_S3 {
    color: #0047fa;
}

/* 白色 */
.xky_color_w {
    color: #fff;
}

/* 黑色 */
.xky_color_b {
    color: #000;
}

/* 灰色1 */
.xky_color_g1 {
    color: #f5f5f5;
}

/* 灰色2 */
.xky_color_g2 {
    color: #e3e3e3;
}

/* 灰色3 */
.xky_color_g3 {
    color: #dcdcdc;
}

/* 灰色4 */
.xky_color_g4 {
    color: #d3d3d3;
}

/* 灰色5 */
.xky_color_g5 {
    color: #c0c0c0;
}

/* 灰色6 */
.xky_color_g6 {
    color: #A9A9A9;
}

/* 灰色7 */
.xky_color_g7 {
    color: #808080;
}

/* 灰色8 */
.xky_color_g8 {
    color: #696969;
}

/* 灰色9 */
.xky_color_g9 {
    color: #333333;
}

/* 灰色10 */
.xky_color_g10 {
    color: #212121;
}

/* background主色 */
.xky_color_bg_DC {
    background-color: #1b83fe;
}

/* background副色1 */
.xky_color_bg_S1 {
    background-color: #5c89fa;
}

/* background副色2 */
.xky_color_bg_S2 {
    background-color: #aac1fa;
}

/* background副色3 */
.xky_color_bg_S3 {
    background-color: #0047fa;
}

/* background副色4 */
.xky_color_bg_S4 {
    background: linear-gradient(45deg, #1b83fe, #aac1fa);
}

/* background副色5 */
.xky_color_bg_S5 {
    background: linear-gradient(45deg, #6905FD, #1cbdff)
}

/* background白色 */
.xky_color_bg_w {
    background-color: #fff;
}

/* background黑色 */
.xky_color_bg_b {
    background-color: #000;
}

/* background灰色1 */
.xky_color_bg_g1 {
    background-color: #f5f5f5;
}

/* background灰色2 */
.xky_color_bg_g2 {
    background-color: #e3e3e3;
}

/* background灰色3 */
.xky_color_bg_g3 {
    background-color: #dcdcdc;
}

/* background灰色4 */
.xky_color_bg_g4 {
    background-color: #d3d3d3;
}

/* background灰色5 */
.xky_color_bg_g5 {
    background-color: #c0c0c0;
}

/* background灰色6 */
.xky_color_bg_g6 {
    background-color: #A9A9A9;
}

/* background灰色7 */
.xky_color_bg_g7 {
    background-color: #808080;
}

/* background灰色8 */
.xky_color_bg_g8 {
    background-color: #696969;
}

/* background灰色9 */
.xky_color_bg_g9 {
    background-color: #3e3e3e;
}

/* background灰色10 */
.xky_color_bg_g10 {
    background-color: #212121;
}

/* 透明度1 */
.xky_color_tsp1 {
    opacity: 0.1;
}

/* 透明度2 */
.xky_color_tsp2 {
    opacity: 0.2;
}

/* 透明度3 */
.xky_color_tsp3 {
    opacity: 0.3;
}

/* 透明度4 */
.xky_color_tsp4 {
    opacity: 0.4;
}

/* 透明度5 */
.xky_color_tsp5 {
    opacity: 0.5;
}

/* 透明度6 */
.xky_color_tsp6 {
    opacity: 0.6;
}

/* 透明度7 */
.xky_color_tsp7 {
    opacity: 0.7;
}

/* 透明度8 */
.xky_color_tsp8 {
    opacity: 0.8;
}

/* 透明度9 */
.xky_color_tsp9 {
    opacity: 0.9;
}


/* hover hover hover hover hover */
/* hover hover hover hover hover */
/* hover hover hover hover hover */

/* 主色 */
.xky_color_hover_DC:hover {
    color: #1b83fe;
}

/* 副色1 */
.xky_color_hover_S1:hover {
    color: #5c89fa;
}

/* 副色2 */
.xky_color_hover_S2:hover {
    color: #aac1fa;
}

/* 副色3 */
.xky_color_hover_S3:hover {
    color: #0047fa;
}

/* 白色 */
.xky_color_hover_w:hover {
    color: #fff;
}

/* 黑色 */
.xky_color_hover_b:hover {
    color: #000;
}

/* 灰色1 */
.xky_color_hover_g1:hover {
    color: #f5f5f5;
}

/* 灰色2 */
.xky_color_hover_g2:hover {
    color: #e3e3e3;
}

/* 灰色3 */
.xky_color_hover_g3:hover {
    color: #dcdcdc;
}

/* 灰色4 */
.xky_color_hover_g4:hover {
    color: #d3d3d3;
}

/* 灰色5 */
.xky_color_hover_g5:hover {
    color: #c0c0c0;
}

/* 灰色6 */
.xky_color_hover_g6:hover {
    color: #A9A9A9;
}

/* 灰色7 */
.xky_color_hover_g7:hover {
    color: #808080;
}

/* 灰色8 */
.xky_color_hover_g8:hover {
    color: #696969;
}

/* 灰色9 */
.xky_color_hover_g9:hover {
    color: #3e3e3e;
}

/* 灰色10 */
.xky_color_hover_g10:hover {
    color: #212121;
}

/* background主色 */
.xky_color_hover_bg_DC:hover {
    background-color: #1b83fe;
}

/* background副色1 */
.xky_color_hover_bg_S1:hover {
    background-color: #5c89fa;
}

/* background副色2 */
.xky_color_hover_bg_S2:hover {
    background-color: #aac1fa;
}

/* background副色3 */
.xky_color_hover_bg_S3:hover {
    background-color: #0047fa;
}

/* background副色4 */
.xky_color_hover_bg_S4:hover {
    background: linear-gradient(45deg, #1b83fe, #aac1fa);
}

/* background副色5 */
.xky_color_hover_bg_S5:hover {
    background: linear-gradient(45deg, #6905FD, #1cbdff)
}

/* background白色 */
.xky_color_hover_bg_w:hover {
    background-color: #fff;
}

/* background黑色 */
.xky_color_hover_bg_b:hover {
    background-color: #000;
}

/* background灰色1 */
.xky_color_hover_bg_g1:hover {
    background-color: #f5f5f5;
}

/* background灰色2 */
.xky_color_hover_bg_g2:hover {
    background-color: #e3e3e3;
}

/* background灰色3 */
.xky_color_hover_bg_g3:hover {
    background-color: #dcdcdc;
}

/* background灰色4 */
.xky_color_hover_bg_g4:hover {
    background-color: #d3d3d3;
}

/* background灰色5 */
.xky_color_hover_bg_g5:hover {
    background-color: #c0c0c0;
}

/* background灰色6 */
.xky_color_hover_bg_g6:hover {
    background-color: #A9A9A9;
}

/* background灰色7 */
.xky_color_hover_bg_g7:hover {
    background-color: #808080;
}

/* background灰色8 */
.xky_color_hover_bg_g8:hover {
    background-color: #696969;
}

/* background灰色9 */
.xky_color_hover_bg_g9:hover {
    background-color: #3e3e3e;
}

/* background灰色10 */
.xky_color_hover_bg_g10:hover {
    background-color: #212121;
}

/* 透明度1 */
.xky_color_hover_tsp1:hover {
    opacity: 0.1;
}

/* 透明度2 */
.xky_color_hover_tsp2:hover {
    opacity: 0.2;
}

/* 透明度3 */
.xky_color_hover_tsp3:hover {
    opacity: 0.3;
}

/* 透明度4 */
.xky_color_hover_tsp4:hover {
    opacity: 0.4;
}

/* 透明度5 */
.xky_color_hover_tsp5:hover {
    opacity: 0.5;
}

/* 透明度6 */
.xky_color_hover_tsp6:hover {
    opacity: 0.6;
}

/* 透明度7 */
.xky_color_hover_tsp7:hover {
    opacity: 0.7;
}

/* 透明度8 */
.xky_color_hover_tsp8:hover {
    opacity: 0.8;
}

/* 透明度9 */
.xky_color_hover_tsp9:hover {
    opacity: 0.9;
}

/* hover hover hover hover hover */
/* hover hover hover hover hover */
/* hover hover hover hover hover */

/* link link link link link */
/* link link link link link */
/* link link link link link */
/* 主色 */
.xky_color_link_DC:link {
    color: #1b83fe;
}

/* 副色1 */
.xky_color_link_S1:link {
    color: #5c89fa;
}

/* 副色2 */
.xky_color_link_S2:link {
    color: #aac1fa;
}

/* 副色3 */
.xky_color_link_S3:link {
    color: #0047fa;
}

/* 白色 */
.xky_color_link_w:link {
    color: #fff;
}

/* 黑色 */
.xky_color_link_b:link {
    color: #000;
}

/* 灰色1 */
.xky_color_link_g1:link {
    color: #f5f5f5;
}

/* 灰色2 */
.xky_color_link_g2:link {
    color: #e3e3e3;
}

/* 灰色3 */
.xky_color_link_g3:link {
    color: #dcdcdc;
}

/* 灰色4 */
.xky_color_link_g4:link {
    color: #d3d3d3;
}

/* 灰色5 */
.xky_color_link_g5:link {
    color: #c0c0c0;
}

/* 灰色6 */
.xky_color_link_g6:link {
    color: #A9A9A9;
}

/* 灰色7 */
.xky_color_link_g7:link {
    color: #808080;
}

/* 灰色8 */
.xky_color_link_g8:link {
    color: #696969;
}

/* 灰色9 */
.xky_color_link_g9:link {
    color: #3e3e3e;
}

/* 灰色10 */
.xky_color_link_g10:link {
    color: #212121;
}

/* background主色 */
.xky_color_link_bg_DC:link {
    background-color: #1b83fe;
}

/* background副色1 */
.xky_color_link_bg_S1:link {
    background-color: #5c89fa;
}

/* background副色2 */
.xky_color_link_bg_S2:link {
    background-color: #aac1fa;
}

/* background副色3 */
.xky_color_link_bg_S3:link {
    background-color: #0047fa;
}

/* background副色4 */
.xky_color_link_bg_S4:link {
    background: linear-gradient(45deg, #1b83fe, #aac1fa);
}

/* background副色5 */
.xky_color_link_bg_S5:link {
    background: linear-gradient(45deg, #6905FD, #1cbdff)
}

/* background白色 */
.xky_color_link_bg_w:link {
    background-color: #fff;
}

/* background黑色 */
.xky_color_link_bg_b:link {
    background-color: #000;
}

/* background灰色1 */
.xky_color_link_bg_g1:link {
    background-color: #f5f5f5;
}

/* background灰色2 */
.xky_color_link_bg_g2:link {
    background-color: #e3e3e3;
}

/* background灰色3 */
.xky_color_link_bg_g3:link {
    background-color: #dcdcdc;
}

/* background灰色4 */
.xky_color_link_bg_g4:link {
    background-color: #d3d3d3;
}

/* background灰色5 */
.xky_color_link_bg_g5:link {
    background-color: #c0c0c0;
}

/* background灰色6 */
.xky_color_link_bg_g6:link {
    background-color: #A9A9A9;
}

/* background灰色7 */
.xky_color_link_bg_g7:link {
    background-color: #808080;
}

/* background灰色8 */
.xky_color_link_bg_g8:link {
    background-color: #696969;
}

/* background灰色9 */
.xky_color_link_bg_g9:link {
    background-color: #3e3e3e;
}

/* background灰色10 */
.xky_color_link_bg_g10:link {
    background-color: #212121;
}

/* 透明度1 */
.xky_color_link_tsp1:link {
    opacity: 0.1;
}

/* 透明度2 */
.xky_color_link_tsp2:link {
    opacity: 0.2;
}

/* 透明度3 */
.xky_color_link_tsp3:link {
    opacity: 0.3;
}

/* 透明度4 */
.xky_color_link_tsp4:link {
    opacity: 0.4;
}

/* 透明度5 */
.xky_color_link_tsp5:link {
    opacity: 0.5;
}

/* 透明度6 */
.xky_color_link_tsp6:link {
    opacity: 0.6;
}

/* 透明度7 */
.xky_color_link_tsp7:link {
    opacity: 0.7;
}

/* 透明度8 */
.xky_color_link_tsp8:link {
    opacity: 0.8;
}

/* 透明度9 */
.xky_color_link_tsp9:link {
    opacity: 0.9;
}

/* link link link link link */
/* link link link link link */
/* link link link link link */



/* visited visited visited visited visited */
/* visited visited visited visited visited */
/* visited visited visited visited visited */
/* 主色 */
.xky_color_visited_DC:visited {
    color: #1b83fe;
}

/* 副色1 */
.xky_color_visited_S1:visited {
    color: #5c89fa;
}

/* 副色2 */
.xky_color_visited_S2:visited {
    color: #aac1fa;
}

/* 副色3 */
.xky_color_visited_S3:visited {
    color: #0047fa;
}

/* 白色 */
.xky_color_visited_w:visited {
    color: #fff;
}

/* 黑色 */
.xky_color_visited_b:visited {
    color: #000;
}

/* 灰色1 */
.xky_color_visited_g1:visited {
    color: #f5f5f5;
}

/* 灰色2 */
.xky_color_visited_g2:visited {
    color: #e3e3e3;
}

/* 灰色3 */
.xky_color_visited_g3:visited {
    color: #dcdcdc;
}

/* 灰色4 */
.xky_color_visited_g4:visited {
    color: #d3d3d3;
}

/* 灰色5 */
.xky_color_visited_g5:visited {
    color: #c0c0c0;
}

/* 灰色6 */
.xky_color_visited_g6:visited {
    color: #A9A9A9;
}

/* 灰色7 */
.xky_color_visited_g7:visited {
    color: #808080;
}

/* 灰色8 */
.xky_color_visited_g8:visited {
    color: #696969;
}

/* 灰色9 */
.xky_color_visited_g9:visited {
    color: #3e3e3e;
}

/* 灰色10 */
.xky_color_visited_g10:visited {
    color: #212121;
}

/* background主色 */
.xky_color_visited_bg_DC:visited {
    background-color: #1b83fe;
}

/* background副色1 */
.xky_color_visited_bg_S1:visited {
    background-color: #5c89fa;
}

/* background副色2 */
.xky_color_visited_bg_S2:visited {
    background-color: #aac1fa;
}

/* background副色3 */
.xky_color_visited_bg_S3:visited {
    background-color: #0047fa;
}

/* background副色4 */
.xky_color_visited_bg_S4:visited {
    background: linear-gradient(45deg, #1b83fe, #aac1fa);
}

/* background副色5 */
.xky_color_visited_bg_S5:visited {
    background: linear-gradient(45deg, #6905FD, #1cbdff)
}

/* background白色 */
.xky_color_visited_bg_w:visited {
    background-color: #fff;
}

/* background黑色 */
.xky_color_visited_bg_b:visited {
    background-color: #000;
}

/* background灰色1 */
.xky_color_visited_bg_g1:visited {
    background-color: #f5f5f5;
}

/* background灰色2 */
.xky_color_visited_bg_g2:visited {
    background-color: #e3e3e3;
}

/* background灰色3 */
.xky_color_visited_bg_g3:visited {
    background-color: #dcdcdc;
}

/* background灰色4 */
.xky_color_visited_bg_g4:visited {
    background-color: #d3d3d3;
}

/* background灰色5 */
.xky_color_visited_bg_g5:visited {
    background-color: #c0c0c0;
}

/* background灰色6 */
.xky_color_visited_bg_g6:visited {
    background-color: #A9A9A9;
}

/* background灰色7 */
.xky_color_visited_bg_g7:visited {
    background-color: #808080;
}

/* background灰色8 */
.xky_color_visited_bg_g8:visited {
    background-color: #696969;
}

/* background灰色9 */
.xky_color_visited_bg_g9:visited {
    background-color: #3e3e3e;
}

/* background灰色10 */
.xky_color_visited_bg_g10:visited {
    background-color: #212121;
}

/* 透明度1 */
.xky_color_visited_tsp1:visited {
    opacity: 0.1;
}

/* 透明度2 */
.xky_color_visited_tsp2:visited {
    opacity: 0.2;
}

/* 透明度3 */
.xky_color_visited_tsp3:visited {
    opacity: 0.3;
}

/* 透明度4 */
.xky_color_visited_tsp4:visited {
    opacity: 0.4;
}

/* 透明度5 */
.xky_color_visited_tsp5:visited {
    opacity: 0.5;
}

/* 透明度6 */
.xky_color_visited_tsp6:visited {
    opacity: 0.6;
}

/* 透明度7 */
.xky_color_visited_tsp7:visited {
    opacity: 0.7;
}

/* 透明度8 */
.xky_color_visited_tsp8:visited {
    opacity: 0.8;
}

/* 透明度9 */
.xky_color_visited_tsp9:visited {
    opacity: 0.9;
}

/* visited visited visited visited visited */
/* visited visited visited visited visited */
/* visited visited visited visited visited */


/* active active active active active */
/* active active active active active */
/* active active active active active */
/* 主色 */
.xky_color_active_DC:active {
    color: #1b83fe;
}

/* 副色1 */
.xky_color_active_S1:active {
    color: #5c89fa;
}

/* 副色2 */
.xky_color_active_S2:active {
    color: #aac1fa;
}

/* 副色3 */
.xky_color_active_S3:active {
    color: #0047fa;
}

/* 白色 */
.xky_color_active_w:active {
    color: #fff;
}

/* 黑色 */
.xky_color_active_b:active {
    color: #000;
}

/* 灰色1 */
.xky_color_active_g1:active {
    color: #f5f5f5;
}

/* 灰色2 */
.xky_color_active_g2:active {
    color: #e3e3e3;
}

/* 灰色3 */
.xky_color_active_g3:active {
    color: #dcdcdc;
}

/* 灰色4 */
.xky_color_active_g4:active {
    color: #d3d3d3;
}

/* 灰色5 */
.xky_color_active_g5:active {
    color: #c0c0c0;
}

/* 灰色6 */
.xky_color_active_g6:active {
    color: #A9A9A9;
}

/* 灰色7 */
.xky_color_active_g7:active {
    color: #808080;
}

/* 灰色8 */
.xky_color_active_g8:active {
    color: #696969;
}

/* 灰色9 */
.xky_color_active_g9:active {
    color: #3e3e3e;
}

/* 灰色10 */
.xky_color_active_g10:active {
    color: #212121;
}

/* background主色 */
.xky_color_active_bg_DC:active {
    background-color: #1b83fe;
}

/* background副色1 */
.xky_color_active_bg_S1:active {
    background-color: #5c89fa;
}

/* background副色2 */
.xky_color_active_bg_S2:active {
    background-color: #aac1fa;
}

/* background副色3 */
.xky_color_active_bg_S3:active {
    background-color: #0047fa;
}

/* background副色4 */
.xky_color_active_bg_S4:active {
    background: linear-gradient(45deg, #1b83fe, #aac1fa);
}

/* background副色5 */
.xky_color_active_bg_S5:active {
    background: linear-gradient(45deg, #6905FD, #1cbdff)
}

/* background白色 */
.xky_color_active_bg_w:active {
    background-color: #fff;
}

/* background黑色 */
.xky_color_active_bg_b:active {
    background-color: #000;
}

/* background灰色1 */
.xky_color_active_bg_g1:active {
    background-color: #f5f5f5;
}

/* background灰色2 */
.xky_color_active_bg_g2:active {
    background-color: #e3e3e3;
}

/* background灰色3 */
.xky_color_active_bg_g3:active {
    background-color: #dcdcdc;
}

/* background灰色4 */
.xky_color_active_bg_g4:active {
    background-color: #d3d3d3;
}

/* background灰色5 */
.xky_color_active_bg_g5:active {
    background-color: #c0c0c0;
}

/* background灰色6 */
.xky_color_active_bg_g6:active {
    background-color: #A9A9A9;
}

/* background灰色7 */
.xky_color_active_bg_g7:active {
    background-color: #808080;
}

/* background灰色8 */
.xky_color_active_bg_g8:active {
    background-color: #696969;
}

/* background灰色9 */
.xky_color_active_bg_g9:active {
    background-color: #3e3e3e;
}

/* background灰色10 */
.xky_color_active_bg_g10:active {
    background-color: #212121;
}

/* 透明度1 */
.xky_color_active_tsp1:active {
    opacity: 0.1;
}

/* 透明度2 */
.xky_color_active_tsp2:active {
    opacity: 0.2;
}

/* 透明度3 */
.xky_color_active_tsp3:active {
    opacity: 0.3;
}

/* 透明度4 */
.xky_color_active_tsp4:active {
    opacity: 0.4;
}

/* 透明度5 */
.xky_color_active_tsp5:active {
    opacity: 0.5;
}

/* 透明度6 */
.xky_color_active_tsp6:active {
    opacity: 0.6;
}

/* 透明度7 */
.xky_color_active_tsp7:active {
    opacity: 0.7;
}

/* 透明度8 */
.xky_color_active_tsp8:active {
    opacity: 0.8;
}

/* 透明度9 */
.xky_color_active_tsp9:active {
    opacity: 0.9;
}

/* active active active active active */
/* active active active active active */
/* active active active active active */


/* Unified style */
/* Unified style */
/* Unified style */

* {
    font-family: "思源黑体", Arial;
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
img,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
map {
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    margin: 0px;
    padding: 0px;
    color: #333;
    background: #fff;
}

/* Unified style */
/* Unified style */
/* Unified style */