@charset "utf-8";
/* CSS Document */
*{ margin: 0; padding: 0; font-size: 100%;}
html, body {
    margin: 0;
    padding: 0;
    width: 100%;@charset "utf-8";
    /* CSS Document */
    *{ margin: 0; padding: 0; font-size: 100%;}
    html, body {margin: 0;padding: 0;width: 100%;height: 100%;}
    html {background-image: url(../images/bg.jpg);background-position: center;background-repeat: no-repeat;background-attachment: fixed;background-size: cover;}

    body {width: 100%;max-width: 720px;min-height: 100vh;margin: 0 auto;line-height: 1.5;font-size: 14px;font-family: "微软雅黑";word-break: break-all;word-wrap: break-word;background: #fff;}

    input, select, button, textarea { margin: 0; padding: 0; vertical-align: middle; font-size: 100%; color: inherit; border: 0; font-family: inherit; outline: none; resize: none;-webkit-appearance: none;}
    ol, ul {list-style: none;}
    img { max-width: 100%; vertical-align: middle;}
    a {display: inline-block;text-decoration: none;color: inherit;transition: all 0.3s ease;cursor: pointer;}
    a:hover {text-decoration: underline;color: #000080;}
    a:active {color: #f00;background-color: rgba(252, 175, 23, 0.1);}
    :focus { outline: 0;}
    table { border: 0; border-spacing: 0;}

    .h10 { height: 10px; font-size: 0; line-height: 0; clear: both; background: #f5f5f5;}
    .clear { clear: both;}

    .header { width: 100%; max-width: 720px;/* height: 90px; */ border-radius: 0 0 5px 5px; overflow: hidden; background: #656565; position: fixed; top: 0; left: 0; right: 0; margin: auto; z-index: 9;}
    .header.headerin { height: 60px;}
    .header .logo-bar { display: flex; align-items: center; justify-content: space-between; height: 60px; padding: 0 10px 0 0; position: relative;}
    .header .logo-bar .logo { width: 208px; height: 61px;}
    .header .logo-bar .logo img { height: 60px;}
    .header .logo-bar .quan { width: 60px; height: 60px; position: absolute; left: 0; right: 0; margin: auto;}
    .header .logo-bar .quan img { width: 60px; height: 60px; border-radius: 50%; box-shadow: 0px 0px 20px #000; animation: z 5s linear infinite;}
    .header .logo-bar .home { line-height: 1; text-align: center; color: #fff; font-size: 12px;}
    .header .logo-bar .home img { width: 30px; height: 30px; margin-bottom: 3px;}
    .header .logo-bar .home span { display: block;}
    .header .nav { color: #fff; border-top: solid 1px #000;}
    .header .nav ul { display: flex; justify-content: space-around; text-align: center;}
    .header .nav ul li { width: 16.666%;}
    .header .nav ul li:hover { background:#1051FF}
    .header .nav ul li a { height: 30px; line-height: 30px; display: block;}
    .header .nav ul li a:hover {text-decoration: none;background: #1051FF;color: #FFF;}
    .header-blank { height: 158px; height: 91px;}
    .headerin-blank { height: 60px;}
    @media screen and (max-width: 720px) {
        .header .logo-bar { padding: 0 5px 0 0;}
        .header .logo-bar .quan { position: relative;}
        .header .nav { font-size: 12px;}
    }

    @keyframes z {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }

    .box {margin: 5px 0;border-radius: 5px;background: #333333;}
    .pad { padding: 4px;}
    @media screen and (max-width: 720px) {
        .box { margin: 5px;}
    }

    .news { display: flex; height: 35px; line-height: 35px; padding: 0 5px; color: #fff;}
    .news-tit {}
    .news-tit img { width: 35px; height: 35px; margin-right: 5px; vertical-align: top;}
    .news-con { flex: 1;}

    .subnav {line-height: 1;text-align: center;font-size: 16px;font-weight: bold;background: rgba(255,255,255,0.8);}
    .subnav ul { display: flex; justify-content: space-around;}
    .subnav ul li {}
    .subnav ul li a {padding: 5px 3px 8px 3px;transition: all 0.3s ease;color: #333;}
    .subnav ul li a img { margin-bottom: 5px;animation-duration:4s;	animation-fill-mode:both;}
    .subnav ul li a span { display: block; text-shadow: 0px 2px 1px #d2b335;}
    @media screen and (max-width: 720px) {
        .subnav { font-size: 14.5px;}
    }

    .subnav ul li:nth-child(1) a img,.subnav ul li:nth-child(2) a img{
        animation-name:fadeInLeft;
    }
    .subnav ul li:nth-child(3) a img{
        animation-name:bounceInDown;
    }
    .subnav ul li:nth-child(4) a img,.subnav ul li:nth-child(5) a img{
        animation-name:fadeInRight;
    }

    @keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}
    @keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}
    @keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}
    .subnav a:hover{
        animation: pulse 1s ease infinite;
    }
    .subnav a:active {
        color: #f00;
    }
    @keyframes pulse {
        0% { transform: scale(1); }
        50% { transform: scale(1.05); }
        100% { transform: scale(1); }
    }

    .url { line-height: 1.3; font-weight: bold; text-align: center; font-size: 17px;}
    .url dl { display: flex; flex-direction: row; flex-wrap: wrap;}
    .url dl dt { width: 100%; color: #ff0;}
    .url dl dd {width: 33.33%;color: #fff;animation: pulse 1s ease infinite;transition: all 0.3s ease;cursor: pointer;}

    .bzlx { text-align: center; font-size: 18px; font-weight: bold; background: #fff;}
    .bzlx th { color: #fff; border: solid 1px #656565; background: #656565;}
    .bzlx td { border: solid 1px #656565;}
    .bzlx td.td1 {width: 20%!important;}
    .bzlx td.td2 { color: #000080; font-size: 20px;}
    .bzlx td.td3 { color: #f00;}

    .gsbq { border-collapse: collapse; table-layout: fixed; text-align: center; font-size: 18px; background: #ffeda4;}
    .gsbq th { color: #fff; font-weight: normal; border: solid 1px #000; background: #656565;}
    .gsbq td { padding: 3px 0; border: solid 1px #000;}
    .gsbq td a { display: block; line-height: 34px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}

    .kjcj { background: #fff;}

    .ptyx { font-size: 16px; font-weight: bold; background: #fff;}
    .ptyx th { font-size: 18px; color: #000080; border: solid 1px #656565; background: #656565;}
    .ptyx td { height: 32px; padding: 0 5px; color: #333; border: solid 1px #656565;}


    .tit {background: linear-gradient(transparent, #F4A460);color: yellow;text-shadow: 0px 0px 10px red;border-left: 1px solid #102C5A;border-right: 1px solid #102C5A;line-height: 40px;font-size: 20pt;text-align: center;border-bottom: 1px solid #000;text-shadow: 1px 4px 1px #b99b5f;font-weight: bold;border-top-left-radius: 5px;}

    .tie-con { font-size: 16px; background: #fff;}
    .tie-con ul {}
    .tie-con ul li { background: url(../images/tj.gif) 5px center no-repeat;}
    .tie-con ul li a {display: block;padding: 0 20px 0 40px;line-height: 36px;font-weight: bold;border-bottom: solid 1px #636262;background: url(../images/arrow.png) right center no-repeat;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;transition: all 0.3s ease;color: #333;cursor: pointer;}
    .tie-con.gaoshou { background: url(../images/img1.png) bottom right no-repeat #fff;}
    @media screen and (max-width: 720px) {
        .tie-con { font-size: 14px;}
    }

    .dgk { font-weight: bold; background: #fff;}
    .dgk th { padding: 5px; color: #ff0; border: solid 1px #656565; background: #656565;}
    .dgk td { white-space: nowrap; text-overflow: ellipsis; padding: 5px; box-sizing: border-box; border: solid 1px #656565;}
    .dgk span { background: #ff0;}

    .sqbk { text-align: center; font-weight: bold; background: #fff;}
    .sqbk th { color: #fff; font-size: 18px; border: solid 1px #656565; background: #656565;}
    .sqbk td { line-height: 1.3; font-size: 16px; border: solid 1px #656565;}
    .sqbk td.td1 { width: 30%;}
    .sqbk td.td2 { color: #000080; font-size: 26px;}
    .sqbk td.td3 { width: 30%;}

    .jx24m { text-align: center; font-weight: bold; background: #fff;}
    .jx24m th { color: #fff; font-size: 18px; border: solid 1px #656565; background: #656565;}
    .jx24m td { line-height: 1.2; font-size: 17px; border: solid 1px #656565;}
    .jx24m td.td1 { width: 16%;}
    .jx24m td.td2 { color: #000080; font-size: 18px; font-family: "宋体";}
    .jx24m td.td3 { width: 16%; color: #f00;}

    .yxym { border-collapse: collapse; text-align: center; background: #fff;}
    .yxym th { height: 30px; color: #fff; font-size: 16px; font-weight: normal; border: solid 1px #000; background: #656565;}
    .yxym td { height: 30px; font-size: 15px; border: solid 1px #000;}
    .yxym td.td1 { width: 25%; color: #fff; background: #656565;}
    .yxym td.td2 { color: #000080;}
    .yxym td.td2 span { background: #ff0;}
    .yxym td.td3 { width: 25%; color: #fff; background: #656565;}
    @media screen and (max-width: 720px) {
        .yxym td { font-size: 13px;}
        .yxym td.td3 { width: 20%;}
    }

    .jpessm { line-height: 1.75; font-size: 16px; background: #fff;}
    .jpessm th { color: #fff; border: dashed 1px #636262; background: #656565;}
    .jpessm td { text-align: center; border: dashed 1px #636262;}
    .jpessm-pic { background: #ffeda4;}

    .juesha-tit { margin-bottom: 5px; text-align: center; font-size: 32px; font-weight: bold; color: #ff0; text-shadow: 0px 1px 1px #000;}
    .juesha { font-size: 14px; font-weight: bold; background: #ffeda4;}
    .juesha th { height: 35px; color: #fff; border: solid 1px #636262; background: #000;}
    .juesha td { height: 35px; text-align: center; border: solid 1px #636262;}

    .tongtian { color: #fff; font-size: 18px; background: #000;}
    .tongtian-tit { height: 50px; line-height: 50px; margin-bottom: 5px; text-align: center; font-weight: bold; text-shadow: 0px 1px 10px #000; border-radius: 5px; background: #656565;}
    .tongtian-con { border-spacing: 2px; font-size: 16px; font-weight: bold;}
    .tongtian-con td { height: 30px; line-height: 1.2; text-align: center; border: solid 1px #656565;}
    @media screen and (max-width: 720px) {
        .tongtian-con { font-size: 13px;}
    }

    .footer { padding: 5px 0; color: #fff; text-align: center;}
    .footer dl { padding: 0 10%;}
    .footer dl dt {}
    .footer dl dd { padding: 5px 0; border-bottom: solid 1px #000;}
    .footer a:hover { color: #f00!important;}
    .footer div { padding: 5px 0;}

    .toplinks { text-align: center; font-size: 16px; font-weight: bold; color: #000080; border-collapse: collapse; background: #fff;}
    .toplinks tr:nth-child(2n) { color: #f00;}
    .toplinks td { height: 40px; border: solid 1px #000;}
    .toplinks a {}

    .big-con { background: url(../images/big-bg.png) top right no-repeat #fff;}
    .big-con .big-tit { padding: 8px 8px 0 8px;}
    .big-con .big-tit h1 { padding: 8px 0 16px 0; font-size: 18px; font-weight: bold; border-bottom: solid 1px #ffeda4;}
    .big-con .big-tit p { padding: 8px 0; font-size: 16px; color: #d2b335; border-bottom: solid 1px #ffeda4;}
    .big-con .big-txt { line-height: 2; padding: 8px; font-weight: bold; font-size: 15px; color: #333;}
    .big-con .big-txt hr { height: 1px; margin: 8px 0; border: 0; background: #ffeda4;}

    .yjym { color: #f00; text-align: center; font-size: 16px; font-weight: bold; background: #ff0;}

    .meinv { width: 100%; height: auto;}
    height: 100%;
}

html {
    background-color: transparent;
}

input, select, button, textarea { margin: 0; padding: 0; vertical-align: middle; font-size: 100%; color: inherit; border: 0; font-family: inherit; outline: none; resize: none;-webkit-appearance: none;}
ol, ul {list-style: none;}
img { max-width: 100%; vertical-align: middle;}
a { display: inline-block; text-decoration: none;color: inherit;transition: all 0.3s ease;}
a:hover {text-decoration: underline;color: #000080;}
a:active {color: #f00;background-color: rgba(252, 175, 23, 0.1);}
:focus { outline: 0;}
table { border: 0; border-spacing: 0;}

.h10 { height: 10px; font-size: 0; line-height: 0; clear: both; background: #f5f5f5;}
.clear { clear: both;}

@media screen and (max-width: 720px) {
    .header .logo-bar { padding: 0 5px 0 0;}
    .header .logo-bar .quan { position: relative;}
    .header .nav { font-size: 12px;}
}

@keyframes z {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.box { margin: 5px 0; border-radius: 5px; background: #656565;}
.pad { padding: 4px;}
@media screen and (max-width: 720px) {
    .box { margin: 5px;}
}

.news { display: flex; height: 35px; line-height: 35px; padding: 0 5px; color: #fff;}
.news-tit {}
.news-tit img { width: 35px; height: 35px; margin-right: 5px; vertical-align: top;}
.news-con { flex: 1;}

.subnav { line-height: 1; text-align: center; font-size: 16px; font-weight: bold; background: #ffeda4;}
.subnav ul { display: flex; justify-content: space-around;}
.subnav ul li {}
.subnav ul li a {padding: 5px 3px 8px 3px;transition: all 0.3s ease;color: #333;}
.subnav ul li a img { margin-bottom: 5px;animation-duration:4s;	animation-fill-mode:both;}
.subnav ul li a span { display: block; text-shadow: 0px 2px 1px #d2b335;}
@media screen and (max-width: 720px) {
    .subnav { font-size: 14.5px;}
}

.subnav ul li:nth-child(1) a img,.subnav ul li:nth-child(2) a img{
    animation-name:fadeInLeft;
}
.subnav ul li:nth-child(3) a img{
    animation-name:bounceInDown;
}
.subnav ul li:nth-child(4) a img,.subnav ul li:nth-child(5) a img{
    animation-name:fadeInRight;
}

@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}
@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}
@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}
.subnav a:hover{
    animation: pulse 1s ease infinite;
}
.subnav a:active {
    color: #f00;
}
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.url { line-height: 1.3; font-weight: bold; text-align: center; font-size: 17px;}
.url dl { display: flex; flex-direction: row; flex-wrap: wrap;}
.url dl dt { width: 100%; color: #ff0;}
.url dl dd {width: 33.33%;color: #fff;animation: pulse 1s ease infinite;transition: all 0.3s ease;}

.bzlx { text-align: center; font-size: 18px; font-weight: bold; background: #fff;}
.bzlx th { color: #fff; border: solid 1px #656565; background: #656565;}
.bzlx td { border: solid 1px #656565;}
.bzlx td.td1 {width: 20%!important;}
.bzlx td.td2 { color: #000080; font-size: 20px;}
.bzlx td.td3 { color: #f00;}

.gsbq { border-collapse: collapse; table-layout: fixed; text-align: center; font-size: 18px; background: #ffeda4;}
.gsbq th { color: #fff; font-weight: normal; border: solid 1px #000; background: #656565;}
.gsbq td { padding: 3px 0; border: solid 1px #000;}
.gsbq td a { display: block; line-height: 34px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}

.kjcj { background: #fff;}

.ptyx { font-size: 16px; font-weight: bold; background: #fff;}
.ptyx th { font-size: 18px; color: #000080; border: solid 1px #656565; background: #656565;}
.ptyx td { height: 32px; padding: 0 5px; color: #333; border: solid 1px #656565;}


.tit { line-height: 40px; padding-bottom: 3px; color: #ff0; text-align: center; font-weight: bold; font-size: 26px; text-shadow: 1px 4px 1px #d2b335; border-bottom: solid 1px #000; background: linear-gradient(transparent,#ffeda4);}

.tie-con { font-size: 16px; background: #fff;}
.tie-con ul {}
.tie-con ul li { background: url(../images/tj.gif) 5px center no-repeat;}
.tie-con ul li a {
    display: block;
    padding: 0 20px 0 40px;
    line-height: 36px;
    font-weight: bold;
    border-bottom: solid 1px #636262;
    background: url(../images/arrow.png) right center no-repeat;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.3s ease;
    color: #333;
}
.tie-con.gaoshou { background: url(../images/img1.png) bottom right no-repeat #fff;}
@media screen and (max-width: 720px) {
    .tie-con { font-size: 14px;}
}

.dgk { font-weight: bold; background: #fff;}
.dgk th { padding: 5px; color: #ff0; border: solid 1px #656565; background: #656565;}
.dgk td { white-space: nowrap; text-overflow: ellipsis; padding: 5px; box-sizing: border-box; border: solid 1px #656565;}
.dgk span { background: #ff0;}

.sqbk { text-align: center; font-weight: bold; background: #fff;}
.sqbk th { color: #fff; font-size: 18px; border: solid 1px #656565; background: #656565;}
.sqbk td { line-height: 1.3; font-size: 16px; border: solid 1px #656565;}
.sqbk td.td1 { width: 30%;}
.sqbk td.td2 { color: #000080; font-size: 26px;}
.sqbk td.td3 { width: 30%;}

.jx24m { text-align: center; font-weight: bold; background: #fff;}
.jx24m th { color: #fff; font-size: 18px; border: solid 1px #656565; background: #656565;}
.jx24m td { line-height: 1.2; font-size: 17px; border: solid 1px #656565;}
.jx24m td.td1 { width: 16%;}
.jx24m td.td2 { color: #000080; font-size: 18px; font-family: "宋体";}
.jx24m td.td3 { width: 16%; color: #f00;}

.yxym { border-collapse: collapse; text-align: center; background: #fff;}
.yxym th { height: 30px; color: #fff; font-size: 16px; font-weight: normal; border: solid 1px #000; background: #656565;}
.yxym td { height: 30px; font-size: 15px; border: solid 1px #000;}
.yxym td.td1 { width: 25%; color: #fff; background: #656565;}
.yxym td.td2 { color: #000080;}
.yxym td.td2 span { background: #ff0;}
.yxym td.td3 { width: 25%; color: #fff; background: #656565;}
@media screen and (max-width: 720px) {
    .yxym td { font-size: 13px;}
    .yxym td.td3 { width: 20%;}
}

.jpessm { line-height: 1.75; font-size: 16px; background: #fff;}
.jpessm th { color: #fff; border: dashed 1px #636262; background: #656565;}
.jpessm td { text-align: center; border: dashed 1px #636262;}
.jpessm-pic { background: #ffeda4;}

.juesha-tit { margin-bottom: 5px; text-align: center; font-size: 32px; font-weight: bold; color: #ff0; text-shadow: 0px 1px 1px #000;}
.juesha { font-size: 14px; font-weight: bold; background: #ffeda4;}
.juesha th { height: 35px; color: #fff; border: solid 1px #636262; background: #000;}
.juesha td { height: 35px; text-align: center; border: solid 1px #636262;}

.tongtian { color: #fff; font-size: 18px; background: #000;}
.tongtian-tit { height: 50px; line-height: 50px; margin-bottom: 5px; text-align: center; font-weight: bold; text-shadow: 0px 1px 10px #000; border-radius: 5px; background: #656565;}
.tongtian-con { border-spacing: 2px; font-size: 16px; font-weight: bold;}
.tongtian-con td { height: 30px; line-height: 1.2; text-align: center; border: solid 1px #656565;}
@media screen and (max-width: 720px) {
    .tongtian-con { font-size: 13px;}
}

.footer { padding: 5px 0; color: #fff; text-align: center;}
.footer dl { padding: 0 10%;}
.footer dl dt {}
.footer dl dd { padding: 5px 0; border-bottom: solid 1px #000;}
.footer a:hover { color: #f00!important;}
.footer div { padding: 5px 0;}

.toplinks { text-align: center; font-size: 16px; font-weight: bold; color: #000080; border-collapse: collapse; background: #fff;}
.toplinks tr:nth-child(2n) { color: #f00;}
.toplinks td { height: 40px; border: solid 1px #000;}
.toplinks a {}

.big-con { background: url(../images/big-bg.png) top right no-repeat #fff;}
.big-con .big-tit { padding: 8px 8px 0 8px;}
.big-con .big-tit h1 { padding: 8px 0 16px 0; font-size: 18px; font-weight: bold; border-bottom: solid 1px #ffeda4;}
.big-con .big-tit p { padding: 8px 0; font-size: 16px; color: #d2b335; border-bottom: solid 1px #ffeda4;}
.big-con .big-txt { line-height: 2; padding: 8px; font-weight: bold; font-size: 15px; color: #333;}
.big-con .big-txt hr { height: 1px; margin: 8px 0; border: 0; background: #ffeda4;}

.yjym { color: #f00; text-align: center; font-size: 16px; font-weight: bold; background: #ff0;}

.meinv { width: 100%; height: auto;}

.pop-xyz-tzgg { color: #ffffff;position: absolute;top: -14px;left: 50%;margin-left: -75px;width: 150px;height: 33px;background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAWoAAABQCAYAAAAwTj+cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA25pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozYjhlZDViYS0yZjAyLWMzNDMtYWM1Ni1lZTI5ZjMyYzdlNjYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkQzQTg2REVGOTJCMTFFREJCOTRGMUFDQzJCQjMzMEMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkQzQTg2RERGOTJCMTFFREJCOTRGMUFDQzJCQjMzMEMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6M0QxNjE5OTdGOTJBMTFFRDhDQ0FEQjNFNjM3QTgyNjEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6M0QxNjE5OThGOTJBMTFFRDhDQ0FEQjNFNjM3QTgyNjEiLz4gPC9yZGY6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);background-size: 100% 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;font-family: '微软雅黑';font-weight: bold;font-size: 17px;letter-spacing: 1px; }
.popup { position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 300px;padding: 20px;background-color: #fff;border: 1px solid #ccc;box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);z-index: 9999; }
.gg { margin-top: -10px;border-radius: 15px;background-color: #fff; }
.popup-close { position: absolute;top: 10px;right: 10px;cursor: pointer; }
.popup-content { margin-bottom: 20px; }
