:root {
    box-sizing: border-box;
    color: #333;
    font-family: '微软雅黑', Helvetica, Arial, sans-serif;
}
*,
::before,
::after {
    box-sizing: inherit;
    padding: 0;
    margin: 0;
    outline: none;
}
ul,
ol,
li {
    list-style: none;
}
img {
    max-width: 100%;
    vertical-align: middle;
}
a,
.a {
    color: #333;
    text-decoration: none;
}
a[href],
.a {
    cursor: pointer;
}
a:hover,
.a:hover {
    color: #af0114;
}
.light-a,
.light-a a {
    color: #fff;
}
.light-a:hover,
.light-a a:hover {
    color: #fdb3ac;
}
.container {
    display: block;
    width: 1400px;
    margin: 0 auto;
}
.flex {
    display: flex;
    align-items: center;
    
}
.flex-col {
    flex-direction: column;
}
.flex-col-t {
    align-items: flex-start;
}
.flex-1 {
    flex: 1;
}
.flex-2 {
    flex: 2;
}
.flex-wrap {
    flex-wrap: wrap;
}
.posr {
    position: relative;
}
.tac {
    text-align: center;
}
.tar {
    text-align: right;
}
.hide {
    display: none;
}
.ml10 {
    margin-left: 10px;
}
.ml {
    margin-left: 30px;
}
/* 分页距左侧距离 */
.mlp {
    margin-left: 15px;
}
.mt {
    margin-top: 30px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.pt {
    padding-top: 30px;
}
.service_link{
    display: flex;
    align-items: center;
    margin-right: 20px;

}
.service_link .name{
     font-size: 16px;
    color:yellow;
    font-weight: 700;
    line-height: 40px;
}
.service_link .my-icon{
    font-size: 20px;
    color:yellow;
    margin-right: 4px;
}
.service_link:hover span{
cursor: pointer;
color: #ece932;
text-shadow: 0px 0px 6px hsla(0, 100%, 0%, 0.4);
}

p,
.txt {
    line-height: 1.8rem;
}
.blank {
    visibility: hidden;
}
/* header style */
.header-x {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    background-color: #f4f4f4;
    box-shadow: 0 1px 7px 3px hsla(0, 100%, 0%, 0.3);
}
.top-x {
    background-color: #af0114;
    margin-bottom: 5px;
}
.top-cont-x {
    color: #fbe0dd;
    /* color: #fff; */
    font-size: 14px;
    height: 40px;
}
.top-links {
    /* 去除子元素inline-block产生的空格 */
    font-size: 0;
}
.top-links li {
    display: inline-block;
    font-size: 14px;
    border-left: 1px solid #810310;
}
.top-links a {
    color: #fbe0dd;
    position: relative;
    padding: 0 1rem;
    border-left: 1px solid #dc081e;
}
.top-links li:last-of-type {
    border-right: 1px solid #dc081e;
}
.top-links li:last-of-type a {
    border-right: 1px solid #810310;
}
.top-links a::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -7px;
    height: 2px;
    background-color: #d39797;
    transition: all 0.5s;
}
.top-links a:hover::after {
    left: 30%;
    right: 30%;
}
.logo-x {
    width: 425px;
    height: 80px;
    background: url(../images/logo.png) no-repeat left center;
    background-size: auto 100%;
}
.logo-x > a {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
}
.nav-x {
    justify-content: space-around;
    padding-right: 80px;
}
.nav-item {
    position: relative;
    height: 85px;
}
.nav-item.curr > strong a {
    color: #af0114;
}
.nav-item > strong {
    font-size: 18px;
    line-height: 85px;
}
.nav-item.short .nav-sub {
    height: 180px;
}
/* 导航下拉菜单 */
.nav-sub {
    position: absolute;
    top: 85px;
    display: none;
    /* border-top: 2px solid #960b0e; */
    background-color: hsla(0, 100%, 100%, 0.95);
    box-shadow: 0 -1px 3px hsla(0, 0%, 0%, 0.2), 0 2px 3px hsla(0, 0%, 0%, 0.5);
    /* box-shadow: 0 2px 3px hsla(0, 0%, 0%, 0.5); */
    height: 230px;
    width: 720px;
    left: -320px;
    padding: 10px 15px;
    animation: fadeIn 1s;
}
.nav-sub.pn {
    padding: 0;
}
/* .nav-sub a {
    font-size: 16px;
} */
.nav-sub > div.flex {
    height: 100%;
}
.nav-sub.last {
    left: inherit;
    right: -100px;
}
.nav-sub.last1 {
    right: -200px;
}
.nav-sub .on a {
    color: #9a1514;
}
.nav-about-title {
    font-weight: bold;
    border-right: 1px solid #9a1514;
    padding-right: 20px;
    padding-left: 10px;
    margin-right: 20px;
    height: 100%;
}
.nav-about-title ul {
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.nav-about-title li {
    margin: 5px 0;
}
.nav-about-cont,
.nav-about-info,
.nav-about-cont > div {
    height: 100%;
}
.nav-about-cont img {
    box-shadow: 0 0 3px 1px #999;
}
.nav-about-info p {
    font-size: 14px;
    text-indent: 2em;
    position: relative;
    margin-right: 20px;
}
.nav-about-info img {
    width: 200px;
    height: 130px;
}
.nav-about-info a {
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 50px;
    height: 22px;
    line-height: 22px;
    text-indent: 0;
    text-align: center;
    background-color: #af0114;
    border-radius: 4px;
    font-size: 12px;
    font-family: SimSun;
}
.nav-about-leader .in-hd {
    /* display: inline-block; */
    /* width: calc(100% - 200px); */
    /* vertical-align: top; */
    flex: 1;
}
.nav-about-leader .in-hd li {
    display: inline-block;
    width: 18%;
    padding-bottom: 10px;
}
.nav-about-leader .in-hd li.single {
    display: block;
}
.nav-about-leader .in-bd {
    /* display: inline-block; */
    width: 200px;
    height: 100%;
}
.nav-leader-item {
    display: block;
    text-align: center;
}
.nav-leader-item img {
    height: 150px;
    margin-top: 5px;
    border-radius: 5px;
}
.nav-leader-item span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.2rem;
}
/* 领导信息弹窗 */
.leader-layer {
    position: relative;
}
.leader-layer > img {
    width: 120px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
}
.leader-layer > div {
    padding-left: 140px;
}
.leader-layer h1 {
    font-size: 18px;
}
.leader-layer span {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}
.nav-about-depts > div {
    flex-direction: column;
    padding-top: 15px;
}
.nav-about-depts a {
    margin-top: 10px;
    font-weight: normal;
    /* font-weight: bold; */
}
.news-tabs-title ul {
    justify-content: space-around;
    border-bottom: 2px solid #ddd;
}
.news-tabs-title li {
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    /* margin: 0 10px; */
    margin-bottom: -2px;
}
.news-tabs-title li.on {
    border-bottom: 2px solid #9a1514;
}
.nav-info-x > div {
    display: inline-block;
    vertical-align: top;
}
.nav-info-x > div:first-of-type {
    width: 60%;
}
.nav-info-x > div:last-of-type {
    width: 35%;
    padding-left: 15px;
    margin-left: 10px;
    border-left: 1px solid #9a1514;
}
/* 导航下拉的垂直按钮 */
.nav-ver-btn {
    position: relative;
    font-size: 1rem;
    width: 38px;
    padding: 0 10px;
    text-align: center;
    font-weight: bold;
    transition: all 0.5s;
}
.on.nav-ver-btn,
.on > .nav-ver-btn,
.nav-ver-btn:hover {
    padding-top: 25px;
    padding-bottom: 20px;
    background-color: #9a1b1a;
    color: #fff !important;
    border-radius: 5px;
}
.on.nav-ver-btn::before,
.on > .nav-ver-btn::before,
.nav-ver-btn:hover::before {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    background: url(../images/icon-logo.png) no-repeat center center;
    z-index: 1;
    top: -12px;
    left: 50%;
    margin-left: -14px;
}
.nav-service-x {
    justify-content: space-around;
}
.nav-service-x a::after {
    content: '';
    display: block;
    position: absolute;
    left: -8px;
    top: 0;
    bottom: 0;
    border-left: 1px solid #9a1514;
}
.nav-service-x a:first-of-type::after {
    border: none;
}
.nav-service-x .on::after,
.nav-service-x a:hover::after {
    top: 25px;
    bottom: 20px;
}
.nav-video-pic {
    width: 160px;
    margin-left: 6px;
}
.nav-video-pic:hover {
    animation: pulse 1s;
}
.nav-video-pic img {
    width: 100%;
    height: 120px;
    border-radius: 5px;
    border: 3px solid #fff;
}
.nav-video-pic:hover img {
    box-shadow: 0 0 3px 2px #ccc;
}
/* 导航下拉的水平按钮 */
.nav-lan-btn {
    display: block;
    position: relative;
    text-align: center;
    padding: 12px 15px;
    padding-left: 20px;
    font-weight: bold;
    box-sizing: border-box;
    font-size: 1rem;
}
.nav-lan-btn:hover,
.on > .nav-lan-btn,
.on.nav-lan-btn {
    background-color: #9a1b1a;
    color: #fff !important;
    border-radius: 5px;
    animation: pulse 0.5s;
}
.on > .nav-lan-btn::before,
.on.nav-lan-btn::before,
.nav-lan-btn:hover::before {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    background: url(../images/icon-logo.png) no-repeat center center;
    z-index: 1;
    top: 50%;
    margin-top: -12px;
    left: -15px;
}
.nav-honor-x {
    position: relative;
    align-content: center;
}
.nav-honor-x li {
    border-bottom: 1px solid #9a1b1a;
    font-size: 0;
    padding: 5px;
    padding-left: 15px;
}
.nav-honor-x li:last-of-type {
    border: none;
}
.nav-honor-x .nav-lan-btn {
    display: inline-block;
    width: 125px;
    margin: 0 5px;
    vertical-align: middle;
    padding-right: 5px;
    padding-left: 15px;
}
.nav-honor-x .nav-lan-btn.larger {
    width: auto;
}
.nav-edu-x {
    width: 600px;
    height: 100px !important;
    text-align: center;
}
.nav-edu-x .nav-lan-btn {
    display: inline-block;
    /* width: calc(100% / 4 - 35px); */
    margin-top: 25px;
    margin-left: 20px;
}
.nav-icon-x a {
    width: 40px;
    height: 40px;
    border: 1px solid #bbb;
    border-radius: 50%;
    justify-content: center;
    margin-left: 1rem;
    color: #999;
}
.nav-icon-x a:hover {
    color: #fff;
    border-color: #fff;
    background-color: #af0114;
    animation: pulse 1s;
}
.nav-icon-x .my-icon {
    font-size: 1.3rem;
}
/* 顶部搜索及菜单 */
#g-search {
    margin-right: 30px;
}
.g-search-txt,
.g-search-btn {
    height: 50px;
    line-height: 50px;
    border: none;
    vertical-align: top;
}
.g-search-txt {
    width: 360px;
    padding-left: 20px;
}
.g-search-btn {
    width: 70px;
    background-color: #cc0202;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
}
.g-search-btn:hover {
    background-color: #831517;
}
.g-search-btn .my-icon {
    font-size: 1.8rem;
}
#g-menu {
    padding: 10px;
}
.g-menu-item {
    position: relative;
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.g-menu-item > strong {
    position: absolute;
    font-size: 1.1rem;
    top: -20px;
    left: 50%;
    margin-left: -55px;
    display: inline-block;
    padding: 7px 20px;
    background-color: #af0114;
}
.g-menu-sub {
    margin-top: 20px;
}
.g-menu-sub-item {
    border-bottom: 1px dashed #e3e3e3;
    padding: 10px;
}
.g-menu-sub-item > strong,
.g-menu-sub-item > div a {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #eee;
    border-radius: 4px;
}
.g-menu-sub-item > strong {
    background-color: #af0114;
    border-color: #af0114;
    margin-right: 20px;
}
.g-menu-sub-item > div a {
    margin: 5px 10px;
    margin-left: 0;
}
.g-menu-sub-item > a:hover {
    border-color: #af0114;
}
/* 首页首屏时头部样式 */
.header-active {
    background: none;
    box-shadow: none;
}
.header-active .top-x {
    box-shadow: 0 1px 5px 2px #222;
}
.header-active .nav-item > strong a {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
.header-active .nav-item > strong a:hover {
    color: #ff0;
}
.header-active .nav-icon-x a {
    color: #fff;
    border-color: #fff;
}
.header-active .logo-x {
    background-image: url(../images/logo-active.png);
}
/* 首页 */
.pp-tableCell {
    vertical-align: top;
}
#pp-nav {
    width: 60px;
    background-color: hsla(0, 50%, 0%, 0.3);
    border-radius: 10px;
    display: none;
}
#pp-nav li {
    height: auto;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid hsla(0, 50%, 0%, 0.3);
}
#pp-nav li:last-of-type {
    border-bottom: none;
}
#pp-nav a {
    display: block;
    padding: 15px 0;
    text-align: center;
    color: #fff;
}
#pp-nav a:hover,
#pp-nav a.active {
    background-color: #af0114;
}
#pp-nav li:last-of-type a:hover,
#pp-nav li:last-of-type a.active {
    border-radius: 0 0 10px 10px;
}
#pp-nav a:hover {
    color: #fdb3ac;
}
#pp-nav .my-icon {
    font-size: 2rem;
}
.pp-tooltip {
    top: 20px;
    font-size: 1rem;
    background-color: hsla(0, 100%, 100%, 0.8);
    padding: 8px 10px;
    border-radius: 0 5px 5px 0;
    color: #9b0000;
}
.pp-tooltip.left {
    left: 75px;
}
.pp-tooltip.right {
    right: 75px;
}
.pp-tooltip::before {
    content: '';
    position: absolute;
    /* right: 15px; */
    top: 8px;
    width: 0;
    height: 0;
    border-top: solid 8px transparent;
    border-bottom: solid 8px transparent;
}
.pp-tooltip.left::before {
    left: -8px;
    border-right: solid 8px hsla(0, 100%, 100%, 0.8);
}
.pp-tooltip.right::before {
    right: -8px;
    border-left: solid 8px hsla(0, 100%, 100%, 0.8);
}
#section2,
#section4,
#section6 {
    background-color: #f4f4f4;
}
#section1,
#section3,
#section5 {
    background-color: #94080b;
}
.section-x {
    padding-top: 130px;
}
.section-x.flex {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.section-x.flex > div {
    width: 100%;
}
.section-title {
    text-align: center;
    font-size: 2.4rem;
    animation-delay: 0.5s;
    padding: 10px 0;
}
/* 第一屏 主幻灯片 */
.main-slide-x {
    height: 100vh;
    overflow: hidden;
}
.main-slide-x img {
    width: 100%;
    height: 100vh;
}
.main-slide-x .slick-dots {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 100;
}
.main-slide-x .slick-dots li {
    display: inline-block;
    background-color: hsla(0, 100%, 0%, 0.5);
    margin-left: 8px;
    border-radius: 4px;
    height: 10px;
    width: 30px;
    cursor: pointer;
    text-indent: -9999px;
}
.main-slide-x .slick-dots li.slick-active {
    background-color: hsla(0, 100%, 100%, 0.9);
    width: 60px;
    box-shadow: 1px 1px 3px #333;
}
#main-slide-down {
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 100;
    transition: all 0.5s;
    text-shadow: 1px 1px 3px #333;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    background: url(../images/join.gif) no-repeat center center;
    background-size: 100%;
}
#main-slide-down:hover {
    color: #efbbbc;
}
/* 第二屏 工会新闻 */
.news-item {
    width: calc(50% - 15px);
    height: calc((100vh - 280px) / 2);
    max-height: 340px;
    margin-top: 30px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 0px 5px 3px #aaa;
}
.news-item:nth-of-type(odd) {
    margin-right: 15px;
}
.news-item:nth-of-type(even) {
    margin-left: 15px;
}
.slide-x {
    position: relative;
    height: 100%;
}
.slide-x .bd {
    height: 100%;
    overflow: hidden;
}
.slide-x .bd a {
    display: block;
    position: relative;
    height: calc((100vh - 270px) / 2);
}
.slide-x .bd span {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    padding-left: 10px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    /* border-top: 1px solid hsla(0, 0%, 0%, 0.5); */
    background-color: hsla(0, 100%, 0%, 0.3);
}
.slide-x .bd span:hover {
    text-shadow: 1px 1px 3px #333;
    color: #f6f6f6;
}
.slide-x .bd img {
    width: 100%;
    height: 100%;
}
.slide-x .hd {
    position: absolute;
    right: 10px;
    bottom: 12px;
    z-index: 1;
}
.slide-x .hd li {
    display: inline-block;
    background-color: hsla(0, 100%, 0%, 0.5);
    margin-left: 5px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    cursor: pointer;
    font-size: 0;
    border: 1px solid hsla(0, 100%, 100%, 0.7);
}
.slide-x .hd li.on {
    background-color: #fff;
    box-shadow: 1px 1px 3px #000;
}
.news-tabs {
    height: 100%;
}
.news-tabs .hd li {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 15px;
}
.news-tabs .hd li a {
    display: block;
    padding: 5px 0;
}
.news-tabs .hd li.on a {
    color: #af0114;
    border-bottom: 2px solid #af0114;
}
.news-tabs .bd {
    height: calc(100% - 55px);
}
.news-tabs .bd ul {
    height: 100%;
    flex-direction: column;
    align-items: inherit;
}
.news-tabs .bd li {
    flex: 1 0 60px;
    padding: 0px 20px;
    border-bottom: 1px solid #e3e3e3;
    background-color: #fff;
    color: #666;
    position: relative;
    /* transition: all 0.5s; */
}
.news-tabs .bd li:hover {
    background-color: #af0114;
    color: #fcefef;
}
.news-tabs .bd li::before {
    content: '';
    position: absolute;
    width: 2px;
    left: 8px;
    top: 50%;
    bottom: 50%;
    transition: all 1s;
}
.news-tabs .bd li:hover::before {
    top: 0;
    bottom: 0;
    background-color: hsla(0, 100%, 100%, 0.5);
}
.news-tabs .bd li a {
    flex: 1;
    padding-right: 20px;
    line-height: 1.5em;
}
.news-tabs .bd li:hover a {
    color: #fff;
}
.news-item video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
/* 第三屏 网上工会 */
.service-icon-x {
    justify-content: space-between;
}
.service-icon-x a {
    flex: 1 1 13%;
    display: block;
    text-align: center;
    padding: 25px 0;
    margin: 10px;
    color: #f1cecf;
    transition: all 1s;
}
.service-icon-x .my-icon {
    font-size: 6rem;
}
.service-icon-x strong {
    display: block;
    font-weight: normal;
    font-size: 1.4rem;
    margin-top: 15px;
}
.service-icon-x a:hover {
    background-color: #fff;
    color: #94080b;
    border-radius: 20px;
    animation: fadeIn 1s;
}
/* 第四屏 工作专题 */
.topic-x {
    width: 100%;
    position: relative;
}
.topic-x .slick-arrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    font-size: 2rem;
    color: #ccc;
}
.topic-x .slick-arrow:hover {
    color: #af0114;
}
.topic-x .prev {
    left: -30px;
}
.topic-x .next {
    right: -30px;
}
.topic-x .slick-dots {
    text-align: center;
    padding-top: 10px;
}
.topic-x .slick-dots li {
    display: inline-block;
    text-indent: -9999px;
    font-size: 0px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
    border: 1px solid #a0a0a0;
    margin: 0 5px;
    cursor: pointer;
}
.topic-x .slick-dots li.slick-active {
    background-color: #af0114;
    border-color: #920d0e;
}
.topic-item {
    position: relative;
    height: calc(100vh - 270px);
    max-height: 630px;
    margin: 0 20px;
    padding: 10px 0;
}
.topic-item span {
    display: block;
    height: calc(100% - 100px);
    overflow: hidden;
    box-shadow: 0 0 5px 2px #888;
}
.topic-item img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.topic-item:hover img {
    transform: scale(1.1);
    opacity: 0.8;
}
.topic-item:nth-of-type(even) span {
    margin-top: 100px;
}
.topic-item::before {
    content: attr(title) '';
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0;
    background-color: #94080b;
    line-height: 1.8em;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    overflow: hidden;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    transition: all 1s;
}
.topic-item:nth-of-type(even)::before {
    top: 10px;
}
.topic-item:hover::before {
    height: 100px;
    padding: 10px;
    box-shadow: 0 0 5px 2px #888;
}
/* 第五屋 数据分析 */
.statis-x {
    width: 100%;
}
.statis-title li {
    flex: 1;
    text-align: center;
    height: 50px;
    line-height: 50px;
    transition: all 0.5s;
}
.statis-title a {
    /* display: block; */
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}
.statis-title .on {
    background-color: #fff;
}
.statis-title .on a {
    color: #94080b;
}
.statis-title li:hover {
    animation: pulse 1s;
}
.statis-cont {
    background-color: #fff;
    height: calc(100vh - 300px);
    max-height: 630px;
    overflow-y: auto;
    padding: 10px;
}
.statis-zhendi-item {
    padding: 8px 15px;
}
.zhendi-btn-x {
    position: relative;
    width: 205px;
    height: 70px;
    padding-left: 10px;
    padding-top: 10px;
    border-radius: 10px;
    background: #55b5ff url(../images/btn-bgi.png) no-repeat center bottom;
    background-size: 100%;
    color: #fff;
    box-shadow: 0 0 6px 3px #ccc;
}
.zhendi-btn-x.bg1 {
    background-color: #f080f2;
}
.zhendi-btn-x.bg2 {
    background-color: #fda56c;
}
.zhendi-btn-x.bg3 {
    background-color: #7387ff;
}
.zhendi-btn-x .my-icon {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 3rem;
    color: hsla(0, 100%, 100%, 0.4);
}
.zhendi-btn-title {
    font-size: 1rem;
    margin-bottom: 5px;
}
.zhendi-btn-meta strong {
    font-size: 1.3rem;
}
.zhendi-btn-meta span {
    font-size: 0.8rem;
}
.zhendi-btn-meta span strong {
    font-size: 1.2rem;
    margin: 0 2px;
}
.zhendi-desc-x {
    padding: 10px 20px;
    line-height: 1.8em;
    border: 1px solid #e3e3e3;
    height: 70px;
    overflow-y: auto;
    margin-left: 20px;
    border-radius: 10px;
}
.zhendi-desc-x:hover {
    color: #fff;
    background-color: #94080b;
    border: none;
}
.statis-btn-float {
    position: absolute;
    right: 10px;
    top: 10px;
    left: 210px;
    z-index: 1000;
    /* background-color: #000; */
}
.statis-btn-float .zhendi-btn-x {
    height: 60px;
    width: auto;
    margin-left: 12px;
    padding-right: 5px;
    padding-top: 5px;
}
.statis-btn-float .zhendi-btn-x .my-icon {
    right: 5px;
    top: 5px;
    color: hsla(0, 100%, 100%, 0.3);
}
.statis-btn-float .zhendi-btn-title {
    font-size: 14px;
    /* font-weight: normal; */
    margin-bottom: 2px;
}
.statis-btn-float .zhendi-btn-meta {
    font-size: 13px;
}
.statis-btn-float .zhendi-btn-meta strong {
    /* font-size: 1.1rem; */
    margin-right: 2px;
}
/* echarts图表 */
.echarts-bx-t {
    font-size: 1rem;
    font-weight: bold;
    position: relative;
    padding-left: 15px;
    margin: 10px;
}
.echarts-bx-t::before {
    content: ' ';
    position: absolute;
    width: 6px;
    height: 24px;
    left: 0;
    background-color: #34c0bc;
    border-radius: 2px;
}
.echarts-bx-c {
    height: 270px;
}
.echarts-bx-c.row2 {
    height: 200px;
}
.echarts-bx-c.row3 {
    height: 100px;
}
.echarts-bx-txt {
    line-height: 1.8em;
    padding: 5px 10px;
    border: 1px solid #eee;
    margin: 10px;
    margin-bottom: 0;
    height: 95px;
    overflow-y: auto;
}
/* 主页友情链接及版权 */
.links-x {
    box-shadow: 0 0 5px 2px #ccc;
    background-color: #94080b;
}
.links-title li {
    flex: 1;
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-right: 1px solid #f2f2f2;
}
.links-title li.on {
    background-color: #fff;
    color: #af0114;
}
.links-cont {
    background-color: #fff;
    height: 260px;
    overflow-y: auto;
    padding: 10px 20px;
}
.links-cont > div {
    font-size: 0;
}
.links-cont a {
    display: inline-block;
    position: relative;
    width: 20%;
    padding-left: 15px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.footer-x {
    margin: 0 -20px;
    margin-top: 60px;
}
.ul-list li {
    padding-top: 15px;
}
.ul-list li > a {
    display: inline-block;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.ul-list.single li > a {
    width: 100%;
}
.ul-list-single li a {
    width: 100%;
}
.ul-list li > span {
    display: inline-block;
    width: 18%;
    color: #666;
    text-align: right;
}
/* 兼容稍小的屏,最佳浏览最低分辨率为1120 */
@media screen and (max-width: 1480px) {
    .container {
        margin: 0 40px;
        width: auto;
    }
    .nav-x {
        padding-right: 40px;
    }
    #pp-nav.right {
        right: 5px;
    }
    #pp-nav.left {
        left: 5px;
    }
}
@media screen and (max-width: 1200px) {
    .container {
        width: 1120px;
    }
    .nav-x {
        padding: 0;
    }
}
/* 子页面样式 */
body.sp {
    background-color: #f4f4f4;
    overflow-x: hidden;
}
.header-sub-x {
    box-sizing: content-box;
    padding-top: 125px;
    background-color: #af0114;
    height: 140px;
    overflow: hidden;
}
@font-face {
    font-family: 'my-slogan';
    src: url('slogan.ttf');
}
.sp-slogan {
    height: 120px;
    padding: 0 20px;
    width: 465px;
    margin-right: 40px;
    font-size: 34px;
    color: #fff;
    letter-spacing: 0.3rem;
    /* font-family: '华文行楷', '隶书'; */
    font-family: 'my-slogan', '华文行楷', '隶书';
    text-shadow: 1px 1px 3px #333;
    overflow: hidden;
    justify-content: center;
}
.sp-slogan:hover {
    animation: pulse 1s;
}
.sp-slogan p {
    padding: 10px 0;
    animation: fadeInLeft 1s;
    align-self: flex-start;
}
.sp-slogan p:last-of-type {
    animation: fadeInRight 1s;
    align-self: flex-end;
}
.sp-nav-x a {
    display: inline-block;
    height: 140px;
    line-height: 140px;
    font-size: 18px;
    font-weight: bold;
    padding: 0 15px;
}
.sp-nav-x .on {
    background-color: #f4f4f4;
    box-shadow: 0 0px 7px 3px hsla(0, 100%, 0%, 0.2);
}
.sp-crumb {
    background-color: #f4f4f4;
    padding: 15px 0;
    box-shadow: 0 1px 7px 3px hsla(0, 100%, 0%, 0.3);
    font-size: 14px;
}
.sp-crumb span {
    font-family: SimSun;
    margin: 0 8px;
}
.sp-main {
    background-color: #fff;
    padding: 30px;
    min-height: calc(100vh - 540px);
    margin-top: 30px;
    border-radius: 15px 15px 0 0;
}
.sp-main.nobg {
    background: none;
}
.sp-footer {
    background-color: #980610;
}
.sp-links-x {
    background-color: #82030c;
    border-bottom: 1px solid #70070f;
}
.sp-links {
    height: 50px;
    justify-content: center;
}
.sp-links-item {
    margin: 0 50px;
    position: relative;
    padding: 0 20px;
    font-size: 14px;
}
.sp-links-item > strong {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    color: #fff;
}
.sp-links-sub {
    display: none;
    position: absolute;
    z-index: 1000;
    bottom: 50px;
    left: -30px;
    width: 160px;
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 0 0 5px #333;
    font-size: 0;
    padding: 10px 0;
    border-radius: 4px 4px 0 0;
}
.sp-links-sub li {
    /* display: inline-block; */
    /* width: 50%;            */
    font-size: 14px;
    padding: 8px 5px 8px 15px;
    border-bottom: 1px solid #eee;
}
.sp-copyright {
    padding: 30px 0;
    color: #fff;
    font-size: 14px;
    border-top: 1px solid #be0915;
}
.sp-copyright.light-a {
    color: #fff;
}
.sp-copyright p {
    padding: 5px 0;
}
.sp-copyright img {
    max-width: 120px;
}
.footer-x .sp-copyright {
    color: #666;
    border-top: 1px solid #e3e3e3;
}
.sp-leader-item {
    background-color: #f9f9f9;
    border: 1px solid #e3e3e3;
    margin: 30px;
    padding: 25px;
    border-radius: 20px;
    align-items: flex-start;
}
.sp-leader-item img {
    width: 180px;
    margin-right: 30px;
    border-radius: 5px;
    box-shadow: 0 1px 5px 3px #bbb;
}
.sp-leader-cont h2 {
    font-size: 22px;
    margin-top: 60px;
}
.sp-leader-cont span {
    font-size: 16px;
    color: #666;
    padding-left: 10px;
    font-weight: normal;
}
.sp-leader-cont p {
    padding-top: 20px;
}
.sp-dept-item-t {
    font-size: 1.2rem;
    margin-top: 30px;
    margin-bottom: 10px;
    background-color: #f0f0f0;
    text-align: center;
    border-radius: 10px 10px 0 0;
}
.sp-dept-item-t:first-of-type {
    margin: 0;
}
.sp-dept-item-t span {
    display: inline-block;
    color: #fff;
    background-color: #af0114;
    padding: 10px 20px;
}
.sp-dept-item-x {
    border-bottom: 1px solid #eee;
    padding: 20px 15px;
}
.sp-dept-item-x:nth-of-type(even) {
    background-color: #fcfcfc;
}
.sp-dept-item-x span {
    color: #666;
    background-color: #f2f2f2;
    display: inline-block;
    padding: 3px 10px;
    font-size: 14px;
    margin-right: 10px;
    border-radius: 4px;
}
.sp-dept-item-duty {
    width: 100%;
    margin-top: 15px;
}
.sp-dept-item-duty p {
    font-size: 14px;
    padding-left: 10px;
}
.art-title,
.art-subtitle {
    text-align: center;
    line-height: 1.8em;
    padding: 0 15px;
}
.art-title {
    font-size: 30px;
    padding-bottom: 5px;
}
.art-subtitle {
    font-size: 24px;
    margin-bottom: 10px;
}
.art-meta {
    margin-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
    padding: 15px 0;
    font-size: 0.9em;
    position: relative;
}
.art-meta i {
    color: #666;
}
.art-meta li {
    display: inline-block;
    margin: 0 20px;
}
.art-meta li > span {
    color: #666;
    margin-left: 5px;
}
.art-meta li > span:first-of-type {
    color: #999;
}
.art-meta .fz-btn {
    display: inline-block;
    padding: 1px 6px;
    margin: 0 5px;
    border: 1px solid #ddd;
    font-family: SimSun;
    vertical-align: top;
}
.art-cont {
    padding: 20px;
    padding-bottom: 0;
}
.art-cont p {
    padding-bottom: 5px;
}
.art-cont img {
    /* max-width: 100%; */
    max-width: 900px;
}
.art-cont table {
    border-collapse: collapse;
}
.art-cont table th,
.art-cont table td {
    border: 1px solid #ddd;
}
.art-nav {
    font-size: 0.9em;
    background-color: #f2f2f2;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    position: relative;
}
.art-nav > a {
    position: absolute;
    height: 100%;
    width: 100px;
    right: 0;
    top: 0;
    text-align: center;
    background-color: #ddd;
    color: #999;
    border-bottom-right-radius: 10px;
}
.art-nav > a > i {
    display: block;
    margin-top: 20px;
    font-size: 2em;
}
.art-nav > a > strong {
    display: block;
    margin-top: 10px;
}
.art-nav > a:hover {
    color: #fff;
    background-color: #666;
}
.art-nav li {
    margin: 10px 0;
}
.art-nav li > span {
    position: relative;
    display: inline-block;
    padding: 5px 8px;
    background-color: #af0114;
    color: #fff;
    margin-right: 15px;
    border-radius: 4px;
    font-size: 0.9em;
}
.art-nav li > span:after {
    content: '';
    position: absolute;
    right: -8px;
    width: 0;
    height: 0;
    border-top: solid 8px transparent;
    border-left: solid 8px #af0114;
    border-bottom: solid 8px transparent;
}
.pages li {
    display: inline-block;
    margin-right: 15px;
}
.pages li a {
    display: block;
    padding: 8px 15px;
    background-color: #f6f6f6;
    border-radius: 4px;
    box-shadow: 0px 0px 3px 1px #aaa;
}
.pages li a:hover {
    background-color: #82030c;
    color: #fdb3ac;
}
.pages .active a {
    background-color: #af0114;
    color: #fff;
    font-weight: bold;
}
.sp-side-nav {
    width: 150px;
    position: absolute;
}
.sp-side-nav.fixed {
    position: fixed;
    top: 160px;
    /* left: 30px; */
}
.sp-side-single .menu {
    display: none;
}
.sp-side-single.fixed .menu {
    display: block;
}
.sp-side-single.fixed .single {
    display: none;
}
.sp-side-nav a {
    display: block;
    padding: 12px 20px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.sp-side-nav .on {
    background-color: #af0114;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 7px 2px #aaa;
}
.sp-main-cont {
    margin-left: 180px;
    padding-left: 30px;
    border-left: 1px solid #ddd;
    min-height: 400px;
}
.sp-list-item {
    padding: 30px;
    background-color: #eee;
    margin-bottom: 30px;
    align-items: stretch;
}
.list-item-date {
    width: 100px;
    border: 2px solid #af0114;
    border-left: none;
    border-right: none;
    min-height: 180px;
    margin: 1px 0;
    margin-right: 20px;
    flex-direction: column;
    justify-content: center;
}
.list-item-date span {
    display: block;
    margin: 5px 0;
    color: #af0114;
}
.list-item-date span:nth-of-type(2) {
    font-size: 2rem;
}
.list-item-pic {
    flex: 2;
    margin-right: 20px;
    height: 200px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 0 5px 2px hsla(0, 100%, 0%, 0.3);
}
.sp-list-item img {
    /* min-width: 100%; */
    min-height: 100%;
    transition: all 1s;
}
.sp-list-item img:hover {
    transform: scale(1.1);
}
.list-item-main {
    flex: 3;
}
.list-item-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8em;
    margin-bottom: 15px;
}
.list-item-title .cat {
    margin-top: 10px;
}
.list-item-title .cat {
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #f2f2f2;
    color: #af0114;
    padding: 3px 10px;
    font-weight: bold;
    border-radius: 5px;
}
.list-item-main strong {
    color: #af0114;
    padding: 0 2px;
}
.list-item-main p a {
    color: #666;
}
.sp-list-item:hover {
    background: #af0114 url(../images/bg-logo.png) no-repeat 80% center;
    border-radius: 20px;
    animation: fadeIn 1s;
}
.sp-list-item:hover .list-item-main strong {
    color: #ff0;
}
.sp-list-item:hover .list-item-date {
    border-color: hsla(0, 50%, 100%, 0.8);
}
.sp-list-item:hover .list-item-date span,
.sp-list-item:hover .list-item-main a,
.sp-list-item:hover .list-item-main p {
    color: #fff;
}
.sp-list-item .list-item-main a:hover {
    color: #fdb3ac;
}
.sp-list-item:hover .list-item-title .cat {
    background-color: hsla(0, 0%, 100%, 0.2);
    border-color: #940111;
}
/* 政策法规 */
.sp-zcfg .sp-side-nav {
    width: 240px;
}
.sp-zcfg .sp-main-cont {
    margin-left: 270px;
}
.sp-zcfg-item {
    padding: 20px;
    padding-bottom: 30px;
    flex: 1 1 45%;
    background: none;
    /* margin: 0 15px; */
}
.list-item-num {
    width: 100px;
    font-size: 2.2rem;
    border: 2px solid #af0114;
    margin-top: 10px;
    border-left: none;
    border-right: none;
    min-height: 130px;
    align-items: center;
    justify-content: center;
}
.sp-zcfg-pic {
    display: block;
}
.sp-zcfg-pic img {
    width: auto;
    height: 130px;
}
.sp-zcfg-item:hover {
    background: #af0114 url(../images/bg-logo.png) no-repeat 13px center;
    background-size: 120px;
    border-radius: 20px;
    color: #fff;
}
.sp-list-item:hover a {
    color: #fff;
}
.sp-list-item:hover .list-item-num {
    border-color: #fff;
    color: #fff;
}
/* 青海工运 */
.sp-jour-item {
    flex: 1 1 340px;
    margin: 0 15px;
    margin-bottom: 30px;
}
/* 专题 */
.sp-topic-item {
    flex: 1 1 40%;
    margin: 20px;
    background-position: 92% center !important;
}
.sp-topic-item .list-item-num {
    margin-top: 0;
}
.sp-topic-pic {
    display: block;
    width: 140px;
    height: 280px;
    /* height: 300px; */
    overflow: hidden;
    display: block;
    margin-right: 20px;
    box-shadow: 0 0 5px 2px hsla(0, 100%, 0%, 0.3);
}
.sp-topic-pic img {
    width: 100%;
    min-height: 100%;
}
.sp-topic-title {
    flex: 1;
    font-size: 22px;
    align-self: center;
}
/* 网上工会频道页 */
.sp-service-section {
    padding-top: 50px;
    padding-bottom: 30px;
}
.sp-service-section.one {
    background-color: #94080b;
}
.sp-service-section.one:first-of-type {
    background-image: linear-gradient(hsla(0, 50%, 0%, 0.2), transparent 10%);
}
.sp-service-section.two {
    background-color: #372d2e;
}
.sp-service-section-t {
    text-align: center;
    padding: 10px;
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: normal;
}
.sp-service-section-c {
    justify-content: center;
}
.sp-service-icon {
    padding: 30px 50px;
    margin: 0 30px;
    text-align: center;
}
.sp-service-icon .my-icon {
    font-size: 6rem;
    color: #af0114;
}
.sp-service-icon:hover {
    background-color: #a5a09d;
    color: #fff;
    border-radius: 5px;
    animation: pulse 1s;
}
.sp-service-icon:hover .my-icon {
    color: #fff;
}
.sp-service-icon strong {
    display: block;
    font-weight: normal;
    font-size: 1.4rem;
    margin-top: 15px;
}
.one .sp-service-section-t,
.one .sp-service-icon .my-icon,
.one .sp-service-icon {
    color: #fff;
}
.one .sp-service-icon:hover .my-icon,
.one .sp-service-icon:hover {
    background-color: #fbf6f6;
    color: #444;
    border-radius: 5px;
}
.two .sp-service-icon:hover {
    background-color: #94080b;
}
.two .sp-service-section-t,
.two .sp-service-icon .my-icon,
.two .sp-service-icon {
    color: #fff;
}
/* 视频 */
.sp-video-item {
    flex: 1 1 26%;
    padding: 20px;
    margin: 0 15px;
    margin-bottom: 30px;
}
.sp-video-item:hover {
    border-radius: 20px;
    background-size: 120px;
    background-position: 80% 95%;
}
.sp-video-item .list-item-title {
    font-weight: normal;
}
.sp-video-pic {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}
.sp-video-pic img {
    margin: 0;
    width: 100%;
    height: 160px;
    border-radius: 5px;
}
.sp-video-date {
    width: 80px;
    margin-right: 20px;
    margin-top: 10px;
    padding: 10px 0;
    border-top: 2px solid #af0114;
    text-align: right;
}
.sp-video-date strong {
    display: block;
    margin-top: 10px;
    font-size: 2rem;
}
.sp-video-item:hover {
    box-shadow: 0 1px 6px 3px hsla(0, 100%, 0%, 0.3);
}
.sp-video-item:hover .sp-video-date {
    color: #fff;
    border-color: #fff;
}
/* 控制打印容器宽度 */
@media print {
    .container.print-x {
        width: 100%;
    }
}
/* 劳模工匠 */
.sp-honor-section {
    padding: 30px 0;
}
.sp-honor-section .sp-service-icon {
    padding: 20px;
    width: 180px;
}
.sp-honor-section .sp-service-icon .my-icon {
    font-size: 4rem;
}
.sp-honor-section .sp-service-icon strong {
    font-size: 1.2rem;
}
.sp-honor-section .sp-service-icon.on .my-icon,
.sp-honor-section .sp-service-icon.on,
.sp-honor-section .sp-service-icon:hover .my-icon,
.sp-honor-section .sp-service-icon:hover {
    background-color: #fbf6f6;
    color: #94080b;
    border-radius: 5px;
}
.sp-row-cats {
    background-color: #d3d3d3;
}
.sp-row-cats-item {
    height: 45px;
    line-height: 45px;
    text-align: center;
    flex: 1;
    font-weight: bold;
}
.sp-row-cats-item.on {
    background-color: #94080b;
    color: #fff;
}
.sp-table-x {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    min-height: 400px;
}
.sp-table-x .layui-table-view {
    margin: 0;
}
.sp-table-x .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #af0114;
}
.sp-table-x .layui-laypage a:hover {
    color: #af0114;
}
/* 网上工会表单 */
.sp-form-t {
    background-color: #af0114;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    padding-left: 20px;
}
.sp-form-t strong{
    background-color:hsla(0, 0%, 0%, 0.2);
    display: inline-block;
    padding: 0 15px;
}
.sp-form-c {
    border: 1px solid #e3e3e3;
    background-color: #fff;
    padding: 20px;
}
label.required::after {
    content: ' *';
    color: red;
}
.sp-form-c .layui-form-pane .layui-form-label {
    width: 130px;
    padding-left: 10px;
    padding-right: 20px;
    text-align: right;
}
.sp-form-c .layui-form-text .layui-form-label {
    width: 100%;
    text-align: left;
}
.sp-form-c.col {
    padding-top: 30px;
}
.sp-form-c hr {
    margin: 30px 10px 20px;
}
.sp-form-c .layui-form-pane .layui-input-block {
    margin-left: 130px;
}
.sp-form-c .layui-form-text .layui-input-block {
    margin-left: 0;
}
.layui-btn.my {
    background-color: #af0114;
}
.sp-form-c .layui-col-space20 > * {
    padding: 0 10px;
}
.msg-box {
    text-align: center;
    background-color: #fff;
    padding: 40px;
}
.msg-box p {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #666;
}
.msg-box p i {
    font-size: 1.2em;
}
.down-btn-x {
    display: block;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}
.down-btn-x:hover {
    border-color: #af0114;
    box-shadow: 1px 1px 5px 3px #ddd;
}
.down-btn-x .my-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 2rem;
    color: #fff;
    background-color: #af0114;
    padding: 10px;
    margin-right: 20px;
}
.art-video {
    text-align: center;
}
.art-video video {
    border: 1px solid #ddd;
    width: 660px;
    padding: 20px;
    border-radius: 10px;
}
.art-pic {
    text-align: center;
}
.video-js {
    box-sizing: content-box;
    border: 1px solid #ddd;
    padding: 15px;
    margin-right: 20px;
}
.sp-search-x {
    min-height: calc(100vh - 340px);
    padding: 30px 0;
}
.sp-search-form {
    background-color: #fff;
    margin: 0 auto;
    width: 700px;
    padding-left: 20px;
    margin-bottom: 30px;
    border-radius: 30px;
    border-bottom: 1px solid #ddd;
}
.sp-search-form form {
    font-size: 0;
}
.sp-search-form .g-search-txt {
    width: 85%;
}
.sp-search-form .g-search-btn {
    width: 15%;
    border-radius: 0 30px 30px 0;
}
.sp-search-empty {
    width: 700px;
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    padding: 30px;
    color: #666;
}
.sp-search-empty .my-icon {
    font-size: 5rem;
    color: #af0114;
}
.sp-search-empty strong {
    display: block;
    font-size: 1.5rem;
    margin-top: 20px;
}
.sp-layui-btn {
    background-color: #af0114;
    box-shadow: 0px 0px 5px 2px #bbb;
}
.sp-side-nav .layui-input {
    box-shadow: 0px 0px 5px 2px #ddd;
}
/* 历届领导 */
.sp-course-x {
    position: relative;
    padding-top: 40px;
}
.sp-course-x .slick-dots {
    position: absolute;
    top: -20px;
    left: -10px;
    right: -10px;
}
.sp-course-x .slick-dots li {
    display: inline-block;
    padding: 8px 15px;
    background-color: #e3e3e3;
    cursor: pointer;
    margin: 10px 5px;
    border-radius: 5px;
    color: #555;
}
.sp-course-x .slick-dots li:hover,
.sp-course-x .slick-dots li.slick-active {
    background-color: #ae0114;
    color: #fff;
    font-weight: bold;
}
/* 网上地图 */
.sp-map-x {
    margin-top: 130px;
    height: calc(100vh - 130px);
    /* box-shadow: 0 0px 5px 3px #ddd; */
    /* margin-bottom: 20px; */
}
.sp-map-c {
    height: 100%;
}
.sp-map-nav {
    position: absolute;
    left: 30px;
    top: 30px;
    bottom: 30px;
    width: 300px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 7px 5px #ddd;
    background-color: #fff;
}
.sp-map-nav-header {
    padding: 10px;
    background-color: #f2f2f2;
    box-shadow: 0 1px 2px 1px #ccc;
    margin-bottom: 10px;
}
.sp-map-nav-header .input-group input {
    width: 100%;
    padding: 8px 10px;
    padding-left: 30px;
    border-radius: 4px;
    border: 1px solid #ddd;
}
.sp-map-nav-header .input-group .my-icon {
    position: absolute;
    left: 10px;
    top: 8px;
}
.sp-map-nav-header select {
    width: 100%;
    border: 1px solid #ddd;
    padding: 8px 10px;
    color: #666;
}
.sp-map-nav-header select option {
    height: 2rem;
    /* padding: 10px 0; */
}
.sp-map-nav-header input:focus {
    border: 1px solid #af0114;
}
.sp-map-nav-cont {
    flex: 1;
    overflow-y: auto;
}
.sp-map-nav-cont li {
    border-bottom: 1px solid #e3e3e3;
    padding: 5px 10px;
    cursor: pointer;
}
.sp-map-nav-cont li:hover,
.sp-map-nav-cont li.active {
    background-color: #f4f4f4;
    color: #af0114;
}
.sp-map-nav-cont li > * {
    display: block;
    margin: 5px;
    line-height: 1.5em;
}
.sp-map-nav-cont li span{
    color: #444;
}
.sp-map-info-window{
    border-top: 1px solid #ddd;
    margin-top: 10px;
}
.sp-map-info-window p{
    color: #444;
    margin-top:5px;
}

.my-icon-map{
    margin-right: 5px;
    color: #888;
}
/* 隐藏百度地图logo及版权文字 */
.BMap_cpyCtrl,
.anchorBL {
    display: none;
}
.loading {
    position: absolute;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    text-indent: -9999px;
    background: hsla(0, 50%, 100%, .95) url(../images/loading.gif) no-repeat center;
}
