@charset "UTF-8";
@font-face { font-family: Lato; font-weight: 400; src: url(../fonts/lato/Lato-Regular.woff2?v=6748e0e1) format("woff2"),url(../fonts/lato/Lato-Regular.woff?v=f137ee48) format("woff") }
@font-face { font-family: Lato; font-style: italic; src: url(../fonts/lato/Lato-Italic.woff2?v=f8a9a7a9) format("woff2"),url(../fonts/lato/Lato-Italic.woff?v=a8fc7661) format("woff") }
@font-face { font-family: Lato; font-weight: 700; src: url(../fonts/lato/Lato-Bold.woff2?v=649e18eb) format("woff2"),url(../fonts/lato/Lato-Bold.woff?v=fd373951) format("woff") }
@font-face { font-family: DIN; src: url(../fonts/DIN/DIN-Alternate-Bold.ttf); unicode-range: U+30-39, U+0041-007a; font-display: fallback }
*,
*:after,
*:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
* { margin: 0; padding: 0; outline: none; }
ol,
ul { list-style: none; }
ins,
a { text-decoration: none; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; }
table { border-collapse: collapse; border-spacing: 0; }
img { border: none; vertical-align: middle; }
html { font-size: 62.5%; }
body { background-color: #232626; color: #b3bec1; font-size: 1.4rem; font-family: 'sofiapro-medium', Lato; overflow: hidden; touch-action: none; user-select: none; }
body.noscrolling { overflow: hidden; }
a { text-decoration: none; color: #b3bec1; }
a,
span { -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); tap-highlight-color: rgba(0, 0, 0, 0); }
select { -webkit-appearance: none; appearance: none; border: none; background: transparent; text-align: center; }
input,
select,
textarea { outline: none; background-color: transparent; color: #666; -webkit-appearance: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-size: 1.4rem; font-family: 'sofiapro-medium', Lato; }
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px white inset; }
.footer { background-color: #323738; height: 4.8rem; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; position: relative; padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom); padding-top: calc(constant(safe-area-inset-bottom) - 1rem); padding-top: calc(env(safe-area-inset-bottom) - 1rem); height: calc(4.8rem + constant(safe-area-inset-bottom)); height: calc(4.8rem + env(safe-area-inset-bottom)); }
.footer:before { position: absolute; content: ""; left: 0; right: 0; height: 1px; top: 0; background-color: #333; -webkit-transform: scaleY(0.5) translateZ(0); transform: scaleY(0.5) translateZ(0); }
.footer a { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; color: #b3bec1; font-size: 1rem; }
.footer a i { position: relative; display: inline-block; font-size: 2.4rem; }
.footer a.active { color: #6dec82; position: relative; z-index: 19891025; }
.footer a.active i { animation: scaleAnimation 0.5s ease-in-out; }
.footer a.active i.icon-shouye1:before { content: '\e712'; }
.footer a.active i.icon-qianbao:before { content: '\e605'; }
.footer a.active i.icon-message:before { content: '\e70d'; }
.footer a.active i.icon-user:before { content: '\e8c9'; }

@-webkit-keyframes scaleAnimation {
    0% { -webkit-transform: scaleX(1); transform: scaleX(1); }
    20% { -webkit-transform: scale3d(0.6, 0.6, 1); transform: scale3d(0.6, 0.6, 1); }
    40% { -webkit-transform: scale3d(1.2, 1.2, 1); transform: scale3d(1.2, 1.2, 1); }
    60% { -webkit-transform: scaleX(1); transform: scaleX(1); }
    80% { -webkit-transform: scale3d(1.1, 1.1, 1); transform: scale3d(1.1, 1.1, 1); }
    to { -webkit-transform: scaleX(1); transform: scaleX(1); }
}

@keyframes scaleAnimation {
    0% { -webkit-transform: scaleX(1); transform: scaleX(1); }
    20% { -webkit-transform: scale3d(0.6, 0.6, 1); transform: scale3d(0.6, 0.6, 1); }
    40% { -webkit-transform: scale3d(1.2, 1.2, 1); transform: scale3d(1.2, 1.2, 1); }
    60% { -webkit-transform: scaleX(1); transform: scaleX(1); }
    80% { -webkit-transform: scale3d(1.1, 1.1, 1); transform: scale3d(1.1, 1.1, 1); }
    to { -webkit-transform: scaleX(1); transform: scaleX(1); }
}

html,
body,
#app,
.page { width: 100%; height: 100%; }
.page { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; max-width: 75rem; margin: 0 auto; background-color: #232626; box-shadow: 0 0 2rem #000; }
.main { position: relative; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; padding-top: 0.7rem; }
.main.home-bg { filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#fe6643 40%", endColorstr="#000 60%"); background: -webkit-linear-gradient(to top, #fe6643 40%, #000 60%); background: -moz-linear-gradient(to top, #fe6643 40%, #000 60%); background: -o-linear-gradient(to top, #fe6643 40%, #000 60%); background: linear-gradient(to top, #fe6643 40%, #000 60%); }
.main-page { display: none; }
.main-page.active { display: block; }
.header .h-menu { background-color: #323738; color: #fff; height: 4.4rem; line-height: 4.4rem; position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.header .h-menu:before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; border-bottom: 1px solid #333; -webkit-transform: scaleY(0.5); transform: scaleY(0.5); -webkit-transform-origin: 0 100%; transform-origin: 0 100%; }
.header .h-menu .dh-l img { height: 3rem; margin: 0 1rem; }
.header .h-menu .dh-r { -webkit-box-flex: 0 0 4.4rem; -webkit-flex: 0 0 4.4rem; -ms-flex: 0 0 4.4rem; flex: 0 0 4.4rem; text-align: center; cursor: pointer; }
.header .h-menu .dh-r i { font-size: 2.4rem; }
.header .h-submenu { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; background-color: #323738; margin: 0.7rem; box-shadow: rgba(0, 0, 0, 0.04) 0px 6px 24px 0px; padding: 0.5rem; border-radius: 0.4rem; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; }
.header .h-submenu a { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; padding: 1rem; text-align: center; font-size: 1.5rem; border-radius: 0.4rem; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; cursor: pointer; }
.header .h-submenu a.active { color: #000; font-weight: 600; filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#24ee89", endColorstr="#9fe871"); background: -webkit-linear-gradient(90deg, #24ee89, #9fe871); background: -moz-linear-gradient(90deg, #24ee89, #9fe871); background: -o-linear-gradient(90deg, #24ee89, #9fe871); background: linear-gradient(90deg, #24ee89, #9fe871); }
.header .d-menu { background-color: #323738; color: #fff; height: 4.4rem; line-height: 4.4rem; position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.header .d-menu:before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; border-bottom: 1px solid #333; -webkit-transform: scaleY(0.5); transform: scaleY(0.5); -webkit-transform-origin: 0 100%; transform-origin: 0 100%; }
.header .d-menu .dh-l { -webkit-box-flex: 0 0 4.4rem; -webkit-flex: 0 0 4.4rem; -ms-flex: 0 0 4.4rem; flex: 0 0 4.4rem; text-align: center; cursor: pointer; }
.header .d-menu .dh-l i { font-size: 2.4rem; }
.header .d-menu .dh-r { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; padding-right: 1rem; text-align: right; }
.header .d-menu .dh-r img { height: 3rem; margin: 0 1rem; }
.header .d-menu .dh-r .temp-logo b{padding:0 1rem; width:auto;}
.al-header { width: 100%; max-width: 75rem; margin: 0 auto; }
.al-header .ah-menu { background-color: #323738; color: #fff; height: 4.4rem; line-height: 4.4rem; position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.al-header .ah-menu:before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; border-bottom: 1px solid #333; -webkit-transform: scaleY(0.5); transform: scaleY(0.5); -webkit-transform-origin: 0 100%; transform-origin: 0 100%; }
.al-header .ah-menu .dh-l img { height: 3rem; margin: 0 1rem; }
.al-header .ah-menu .dh-r { -webkit-box-flex: 0 0 4.4rem; -webkit-flex: 0 0 4.4rem; -ms-flex: 0 0 4.4rem; flex: 0 0 4.4rem; text-align: center; cursor: pointer; }
.al-header .ah-menu .dh-r i { font-size: 2.4rem; }
.al-header .ah-body { background-color: #232626; border-bottom: 0.2rem solid #6dec82; padding: 2rem 1.5rem; box-shadow: 1px 1px 5rem rgba(0, 0, 0, 0.52); }
.al-zddh-box dt { color: #999; }
.al-zddh-box dd { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; margin-right: -1rem; margin-top: 1rem; }
.al-zddh-box dd a { -webkit-box-flex: 0 0 calc(25% - 1rem); -webkit-flex: 0 0 calc(25% - 1rem); -ms-flex: 0 0 calc(25% - 1rem); flex: 0 0 calc(25% - 1rem); width: calc(25% - 1rem); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 1rem; margin-right: 1rem; display: inline-block; background-color: #323738; height: 3.6rem; line-height: 3.6rem; text-align: center; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; font-size: 1.3rem; cursor: pointer; }
.au-layer { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 19891024; overflow: hidden; }
.au-layer .layer-bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.85); z-index: 19891025; overflow: hidden; }
.au-layer .layer-bd { position: relative; z-index: 19891026; }
.au-layer { display: none; }
.au-box { margin: 0 0.7rem 0.7rem 0.7rem; background-color: #fff; border-radius: 0.4rem; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; padding: 0.7rem; /*box-shadow: rgba(0, 0, 0, 0.04) 0px 6px 24px 0px;*/ box-shadow: 0px 4px 5px #333; }
.au-ad { border-radius: 0.4rem; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; overflow: hidden; margin: 0 0.7rem 0.7rem 0.7rem; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.05); }
.au-ad img { width: 100%; }
.au-txt { background-color: #6dec82; color: #000; margin: 0 0.7rem 0.7rem 0.7rem; border-radius: 0.4rem; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; padding: 0.7rem 1rem; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.05); }
.au-txt a { color: #000; font-weight: 600; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; }
.au-txt a span { display: inline-block; background-color: #000; color: #6dec82; font-weight: 400; padding: 0.3rem 0.5rem; border-radius: 0.4rem; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; }
.au-con-box { background-color: #323738; margin: 0 0.7rem 0.7rem 0.7rem; border-radius: 0.4rem; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.05); }
.au-con-box .acb-t { color: #24ee89; background: linear-gradient(160deg, #2e7051, transparent 50%); border-radius: 0.4rem 0.4rem 0 0; -webkit-border-radius: 0.4rem 0.4rem 0 0; -moz-border-radius: 0.4rem 0.4rem 0 0; font-size: 1.6rem; font-weight: 600; padding: 1rem; position: relative; }
.au-con-box .acb-t:before { content: ""; position: absolute; top: 1rem; left: 0; width: 0.3rem; height: 2rem; border-radius: 0.3rem; -webkit-border-radius: 0.3rem; -moz-border-radius: 0.3rem; background-color: #6dec82; }
.au-con-box .acb-c { padding: 0.7rem; }
.au-tab-box { background-color: #323738; margin: 0 0.7rem 0.7rem 0.7rem; border-radius: 0.4rem; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.05); }
.au-tab-box .atb-t { background-color: rgba(49, 238, 136, 0.1); color: #24ee89; font-size: 1.6rem; font-weight: 600; padding: 1rem; position: relative; }
.au-tab-box .atb-t:before { content: ""; position: absolute; top: 1rem; left: 0; width: 0.3rem; height: 2rem; border-radius: 0.3rem; -webkit-border-radius: 0.3rem; -moz-border-radius: 0.3rem; background-color: #6dec82; }
.au-tab-box .atb-m { -webkit-flex-wrap: nowrap; -moz-flex-wrap: nowrap; -ms-flex-wrap: nowrap; -o-flex-wrap: nowrap; flex-wrap: nowrap; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; padding: 0.7rem; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.au-tab-box .atb-m span { background-color: #323738; border-radius: 10rem; -webkit-border-radius: 10rem; -moz-border-radius: 10rem; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; text-align: center; font-size:1.3rem; height: 3rem; line-height: 3rem; font-weight: 600; font-family: DIN; cursor: pointer; }
.au-tab-box .atb-m span.on { background-color: #6dec82; color: #000; }
.au-tab-box .atb-c .c-c { display: none; }
.au-tab-box .atb-c .c-c.on { display: block; }
.au-880-box { margin: 0 0.7rem 0.7rem 0.7rem; border-radius: 0.4rem; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.05); }
.au-880-box > a > img, .au-880-box div > img, .au-880-box div p > img { width: 100% !important; height: auto !important; }
.au-880-box > div { border: 0 !important; }
.au-880-box .post-list { }
.au-880-box .post-list li { background: #292d2e; padding: .7rem; margin-bottom: .2rem; font-size: 1.2rem !important; border-radius: .4rem; border: 0.1rem solid #3a4142; cursor: pointer; }
.au-880-box .post-list li:first-child span,
.au-880-box .post-list li:first-child p a font { font-size: 1.5rem !important; color: #FFFF00; font-weight: 600; background: transparent !important; }
.au-880-box .post-list li p a font font:first-child { color: #00ff00 !important; }
.au-880-box .post-list li:first-child img { display: none }
.au-880-box .post-list li p a font { font-size: 1.2rem !important; }
.au-880-box .post-list li p a { color: #fff !important; }
.temp-logo { font-size: 2rem; font-family: DIN; margin-left: 1rem; font-weight: 800; }
.temp-logo b { background-color: #6dec82; color: #000; display: inline-block; height: 3rem; line-height: 3rem; width: 3.6rem; text-align: center; border-radius: 10rem 0 10rem 10rem; -webkit-border-radius: 10rem 0 10rem 10rem; -moz-border-radius: 10rem 0 10rem 10rem; }
.ball-box { display: inline-block; width: 4rem; height: 4rem; line-height: 4rem; font-size: 2.2rem; font-weight: 600; font-family: DIN; text-align: center; color: #000; background-repeat: no-repeat; background-size: cover; background-position: center; }
.ball-box.bb-red { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACNUExURUdwTPE/QPNZWfVqau4KCu4LDPIPD/EyM+4LC/9NTfd9fe0KC/E/P/Z2dvJJSe8PD+4LDe8PD/NgYPJQUPJAQO0JCf////AjJO4WFu0PD+8eH/I3OfEuL+8bG/RFR/VNT/ApKvI8PfNAQv3b2/eCg/7r6//7+/RbXPmmpviSkvVnaPZ0df709fzPz/q9vT6YIBkAAAAVdFJOUwD5w46/3EH+7wxBi+ph32lalq/VuXleMwwAAAQoSURBVFjDnZhZl6IwEIU9tjaoM73MTCUElB3C6v//eVOVRdBxIXNPP/AgX9+6FEWS1eqh9m9/tr4QAEL42833+8pVu7cPDjcS28POAfHzd4A3hfIY8lSJh6dAc76WIn7gz7N2ZMXxePSUjiR+wtLA/1yA2CMi6AuGKr3oIk3i5Md/lc5uLeBUVoRgRRZdSXHSE2I2T7PZewCdRrBaZqhcia40BzHBczNvAfCRGbUEiGPzp0CEoaLQzNsjxi+AvLKMBm+dK4+Jo81wTPjXfcYaS6mvGEmcGOGltqPNUEnrB4zWIup2TrAg4igzSCnvUrCWs2WMnQHIri/bsu/kHKMo5/Odit4mHwPZSGTZjIOlsmFsSqkxmtKw9p909wF0+udVi79M2uKSzkV10SqMouB/7CDYX/WYBzndNZxLDFQ2FbuvqpGUL1IkQnPwdleh8qI4Nx02Vxw3NXusutVePPw/FZ+H+w6QpviyRVGWy5E91yhVQQ1dgpgK8kFwhBCjHNgrDSVRerrs4IdlfOLs4MpI3tfsteo+zqOMcqtO8PNiJMDhQ0a6gS3R0KEV1RGltfJFRlIyIiu2TJXMjJXAWNliIgqSjWypRmulh9+qRwBOOtaeLVefReqNLyCgXjmA0NVkhQOExp7q8Uw1/xZjVZCSuajE3qdeaeEDIThUNWR0gozYtVFBDcdVt4acuiSunSB1jO9ygi0Rwn71TZEQxK0aqgfHihyYxFA2FnJ2hJwJwru6xLcQc9WQyhFSISTlvGswWd9CakdIrZzw0AMPHw5B0mPGXBUrJ2EA4Qq/vOoRJ84QqSC0XLhApDOk89I5JPw/J/j50QsXA+H/k4nKVUEwWJ2s69Nhkc41AEHzVdfj3CdHvQwT4NNIUvWkzh1rqhGwpbbX9Ti/O6muRsAGX0AMherJnXNV1WCu3zQKjBW3eVIcrRHAtZeCUCqOk00nQhA1Ho0Vl+dTV5ORrRrU1orTtE8vRg76kyEMZfm4Hy0DIbuVqYconCfDQsaQqFdPMbb2M2oL6pb1fi2nYuDLftAvBfVugSDEn5YWlpKWr73UJZ8Y8DktciYvyat0i2TO8OfLLUtBM81TRktNdmHAbKewsRRtpnn0lIYmNjYMYzNfgvozCmK88l5RRelxY8Mw/KuNz7veKk4YnvXNOIVcj7g+5TOEYsDNtudgdpyKojH4Yme0uu9kHNHs0IjJhm74K21gbubC0UpDQ5jbuArkisJl25zH8dy0fRQq0d0kTZgQ9xiKYlZcJouikXSrVmAIFnGfsVr9mW/f7APhgZWYI8Rm0UbStkYvAqEBYrbnPyzb0s6+DTeAV/vr+eZ6MhPfHD1sdsu3+RMlX27j9sBhRskmxKfj0QfuJYuqrqtibA1i8dHHo0MYcDuEscdB6w+Pn4Q4ce9j/ew46C9Yklowlz0j0AAAAABJRU5ErkJggg==); }
.ball-box.bb-blue { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUdwTHm57QR93AF62wF62gR83gR83Ad824S/9gF62wB52qnU9t/x/wB52pXH8nG16zGU4Uig5crk+2Su6RyI34O+7lWm5////wB42QuB3QZ93A+E3wJ62iGR5ByO4xOH4BmL4haJ4SWV5fT6/jmb5XK37OXy/Eeh59Xq+pLI8cjk+GOw6lap6aDO8oPA77fa9c1iocQAAAAXdFJOUwCEN5yzI1fvBoDhViPOKo/Otzec4XGrPPHLcQAABDdJREFUWMOdmOly6jAMhYECYZ2ht4vl2EkI2Vfe/+2u5CWQFtq4GqbTH/DlHEm25cxmT+Owny+PO09Kb3dcbtermWts9m/vcB8SYPey3jgg/r15+LuwCQRGFOEfzn3EgPeymIp4xQenXc7KOIp1RBF+BCfOcgrmgAjR5wwji89DaJYgPcvfsrOZ+xBVCSFYGYTnED/ns/pzVooijmq2P+bmcAKZaQRjRTgKAimMD3D8Qczeg6A0CNbTLwMThoMYpAgJ3v4Z40NCYWWwbgDcg7QpgWI+HjPmAJlFsIp+dgkuJvDfGyZSlPljht9ZRNIHw++HGDBkqfcfUT7Ary2jLgwiLdoma9oiHWGIcq397472ErqRjLSp6iFBLKmrJtUYnZiOdSC/ZPfg2XzkPX7zkg1Fuos6UxiiRD32IniHUY+doFAPvGb4rLTK2ePIq9Rooa8XcNqMkhrk5bVqVWf0CXseSa+1xPicJLhP7gogxtWKSyUM05r9HHWqpFAGS+nfDC3BxyWvGFnCfoukIUqrlii8WsYCgBshDZsQSUuFprwlEfz7JqRI2CQKrs1zrxrbSlmA5BqS5mxa5Gl4DpQUYaS8gI9u4vgc1mxq1FZKD2+qRzwgIdHEhJhojZRcetQr68FN6QApbYEK2Fs3At1kzCUyXEHUK53ysyM3BKmdIDV2LZU5h3fqVslVl1yYW1xwLafYEiEchpTEmSMko20FG6vBpGwt5OoIuYa0T7bYb3NqV20nd4TkdIAI3nbwOTuq4qCSxBHCFETwAE5YHIKIKHBlsIs6n7mP5fGUHRGnzpAijmle8MGbSaOkcIa0yg1CpIJQUv6ixNiR2g7/U04io8SjxGo/f6hOpCeoHZVY+3HuEyPEhyM2m9R+nDtWCSElS2p7LcV57RghEra4AI0f51Vs3cCaDi6pk+K2n5RqMiUhsJqp8vzBz83NTm2PiuJYnzw2DAkvaqPWqeXCZbdvhBWCKVFHhjSU6dt9bRgIUUcG+ZHaUDq1a5M0smaUG3WeW0PtREYhVJ9RfWFhD3QpnSrUmMoQY3kbLUxaJlGSzOggM7C4DTkI0RSe/pbdMhV8SMggRI1bMJQoqn5kVGrZ6cKA6lYbW0shDE+7Z1VKqlQjcPEqIdv7EfQIukRajDg/nGPL7CwGGUrHcXTxWXlaixGDri84UbP7ibrFGyE3lTUM78u1Z20undYS14cRDfc42odCBR/J0A0/iu0dRWMEFya4BWgZvmFsv18zNCVqq+5a19eubwKjiA+hjUiQzxiKMm6SvGvHAF+aojxl0JUHvg6yeRb5NqS8qXjK+HKRHIZwTJPUiNut31tPvNLephl8/k2C6o/V1Mv13e4B49hupl/zn1CWq6kvHIouf0xZLhxffVTXUjlLykpnZPqrjy8vYdT+ReH4EmZ4HfR5evd833s/fc5/eh30H+ojbI8K3+ssAAAAAElFTkSuQmCC); }
.ball-box.bb-green { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACZUExURUdwTD61Fj20FJjYgDy0FX3MYj+4FTyzFE+7KzyzFWjESorRclu/OqDhipHUe3LIVTy1FT20FUbRFzu0EzuxFIjRcGjESDvEFDuyFP///0W6HEK4GT61F0e9HUq/H1LFJlXIKFvNLU/CI0zBIVjJLGDQMfr9+Nvz05vbg/H67nvRW4fUa2/SR2fGRsvtv6nhlZHccuj34rXlpGCCP/YAAAAYdFJOUwCP2EHovkH4/r/oi/ULYdhpWgtlDZa5DcCAYQcAAARDSURBVFjDnZhtd6IwEIW1asHWbts97e4kQnABeX///z9uZyYg0FVL9p7W4wd4vHMzCQmr1U1tPn9tLQtQlrXdrx9Xpnp5frVhKgdRD+vfBogfrxLvszPbVSrwg0ApKY/MenhfinjCq8s6FrHv+x4Lv/iBkmgHtm8LEBtEyCQWqMSbCUGK/Gy/S+dl5yAiJYRow9OogRMQZv/zro0DQK4RIsro5pA1gjTGumPmWYJdiV41Af78wX/+DEeKi9k832LsMM90YHR461TI6jkYMVJ2Nxl5dPFBjDP+aTFmsKNL2l1nOPWAiBK66zyT5mhKECTONQoyLnHERU8oiqxpmqyYcjSlqq5QngEGH2lCiKLp4ktxIorrpphSOlH/k+5GQq4vb2tKQnfbXFHcMIYpiRA5yM2sxw5Q0s9GVYNXFV0qriutCx2Ml+HFJRxeZoHYbVvVWXjCQakjcVsUOVI8D38ntaexPOKUDQKabKewiMV9VQUX1NFXcMaCtuDQnPewy5tIfKe0IQpHmMPTwHgDcBXN+lOYiwWKcqSElFsq4cfFyFEFbCSLlkBEiuGdEl4tBivvZIQSORWpWKa0OH2x8gDHHhKLpapwgHorr8T4wJXM5WpysVw5WmlphoCkXlmDI3FsjIzgzSE3nBAlN39fje81wkQNNhz1Ss31WFiNUhhJbASJEUIFxWBzt0rukrMRQ0RnnMs0nDZsOBIeHLNquB4/wMbK4HO1Zwg6qQwhFUFUFiU4C3HeuOykNYS0DHHzDpvWgqN2EhlCIl73XRnCoYcoPxSmOmvIEYcHGBL4hTGk8HzFEOghKsiMIZkXBBOI/D8ntHORIwTr+Y9MKBLtBIPVoZiOjuhzdcBCiEP1KN+0T1I/uEC2DEErxh3LRgiypbZ3jtizynTuJGTEPToO7HECUihoxTTZEnc7WA3muqalwNHRGq4nAXcaVgOPK06WrSSG1ehEKFdaHnsrRuPTehcjD7xQD1aMVnvFjUaQtX5kOGzFVctTiRUXQ9XAx6qvRxdULO3atAx0MX01/BgdClr4LI6ysRh4Hx7o2gpSlnVcHozFbMetxYWSfO8laiaBwNu4ybmE65bfpRuXVMrA2E63W0Thmej63V1G7ZONgQGTk8Ieei+MKbtbNaUd2aBIe8Z+snv8aY0UF5PxkmvdGyee6kvpGdbs4PMIQ0VkhhovzL/sqPOQCb0NZsCXY88aRowkN7jC4MJbZlmeFWWocM5qhBwR3PAz7WFuhuwwie53WVLKqY1ZIDOKndVdVcVVh/alq1lS38+EEXGNwZR5k7RdJi869oQBcZ2xWv2aHt96TmIfeznOFGHtFx0kh9bInYsmx/71siPt+GywvwDuH2nnh+uxSUqY6/7hen7Mv0HZPpq8cJiuZCPizfDVR9LFbRpFaRvXfSaLX31cfQkD/BLmw/htzuZz93SwcWhs+/C0u/c66C9LLIcDJpjgSAAAAABJRU5ErkJggg==); }
.kaijiang-box { position: relative; width: 100%; max-width: 75rem; background-color: #fff; margin: 0 auto; padding: 1rem; color: #666; filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="rgba(243 247 255)", endColorstr="#fff"); background: -webkit-linear-gradient(top, rgba(243 247 255), #fff); background: -moz-linear-gradient(top, rgba(243 247 255), #fff); background: -o-linear-gradient(top, rgba(243 247 255), #fff); background: linear-gradient(top, rgba(243 247 255), #fff); }
.kaijiang-box b { color: #ff5a34; font-size: 1.6rem; font-family: DIN; font-weight: 800; display: inline-block; padding: 0 0.5rem; }
.kaijiang-box svg { width: 1.8rem; height: 1.8rem; vertical-align: middle; position: relative; bottom: 0.2rem; }
.kaijiang-box .btn-icon { background-color: #f5f5fa; border-radius: 10rem; -webkit-border-radius: 10rem; -moz-border-radius: 10rem; text-align: center; display: inline-block; padding: 0.5rem 1rem; cursor: pointer; font-size: 1.3rem; }
.kaijiang-box .k-t { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.kaijiang-box .k-t strong { color: #000; margin-right: 0.3rem; }
.kaijiang-box .k-m { padding: 1.5rem 0; }
.kaijiang-box .k-m ul { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.kaijiang-box .k-m ul li { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.kaijiang-box .k-m ul li:nth-child(7) { width: 3rem; -webkit-box-flex: 0 0 3rem; -webkit-flex: 0 0 3rem; -ms-flex: 0 0 3rem; flex: 0 0 3rem; }
.kaijiang-box .k-m ul li:nth-child(7) svg { width: 3rem; height: 3rem; }
.kaijiang-box .k-m ul li strong { margin-top: 0.5rem; color: #000; }
.kaijiang-box .k-m ul li h3 { display: inline-block; width: 4rem; height: 4rem; line-height: 4rem; border-radius: 4rem; -webkit-border-radius: 4rem; -moz-border-radius: 4rem; font-size: 2rem; background-color: rgba(0, 0, 0, 0.25); color: rgba(255, 255, 255, 0.65); text-align: center; }
.kaijiang-box .k-b { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.nm-list li { border-radius: 0.4rem; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; font-size: 1.5rem; margin-bottom: 0.1rem; border: 0.1rem solid #3a4142; background-color: #292d2e; }
.nm-list li a { display: inline-block; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; font-weight: 600; }
.nm-list li a .nm-box { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; }
.nm-list li a .nm-box span { background-color: #000; display: inline-block; width: -moz-calc(8.33333333%); width: -webkit-calc(8.33333333%); width: calc(8.33333333%); height: 3rem; line-height: 3rem; font-size: 1.3rem; font-weight: 600; text-align: center; font-family: DIN; }
.nm-list li a .nm-box span.on { background-color: #000; color: #6dec82; border-radius: 0.4rem; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; font-size: 1.8rem; }
.nm-list li b { background-color: #292d2e; color: #fff; line-height: 4rem; height: 4rem; display: inline-block; width: 6rem; text-align: center; margin-right: 1rem; }
.shixiao-box { padding: 0.7rem; }
.shixiao-box li { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin-bottom: 0.2rem; border: 0.1rem solid #3a4142; border-radius: 0.4rem; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; }
.shixiao-box li .l-l { padding: 0 1rem; font-weight: 600; }
.shixiao-box li .l-m { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; text-align: center; padding: 1rem 0; background-color: #232626; color: #fff; font-family: DIN; font-weight: 800; font-size: 1.6rem; letter-spacing: 0.5rem; }
.shixiao-box li .l-r { padding: 0 1rem; }
.gaoshou-box { padding: 0.7rem; }
.gaoshou-box li { border-radius: 0.4rem; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; position: relative; }
.gaoshou-box li:before { content: ""; position: absolute; right: 1.5rem; top: 1.5rem; width: 7px; height: 7px; border-top: 2px solid #666; border-right: 2px solid #666; transform: rotate(45deg); }
.gaoshou-box li:nth-child(2n+1) { background-color: #292d2e; }
.gaoshou-box li a { padding: 1rem; display: inline-block; width: 100%; }
.tmjx-box .tb-img img { width: 100%; }
.tmjx-box .tb-parse li { margin-top: 1rem; background-color: #000; border-radius: 0.4rem; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; overflow: hidden; box-shadow: 0 1px 0px rgba(56, 65, 74, 0.35); }
.tmjx-box .tb-parse .p-a { background-color: rgba(49, 238, 136, 0.1); color: #24ee89; font-weight: 600; padding: 1rem; font-size: 1.6rem; }
.tmjx-box .tb-parse .p-b { padding: 1rem; }
.tmjx-box .tb-parse .p-b .role { margin-bottom: 1rem; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.tmjx-box .tb-parse .p-b .role .r-role { margin: 0 0.5rem; }
.tmjx-box .tb-parse .p-b .role .r-msg { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; background-color: #323738; padding: 1rem 2rem; border-radius: 1rem; -webkit-border-radius: 1rem; -moz-border-radius: 1rem; }
.tmjx-box .tb-parse .p-b .role .r-msg .m-a { margin-bottom: 0.5rem; }
.tmjx-box .tb-parse .p-b .role.left b { color: #f60; }
.tmjx-box .tb-parse .p-b .role.right { -webkit-box-pack: end; -webkit-justify-content: end; -ms-flex-pack: end; justify-content: end; flex-direction: row-reverse; text-align: right; }
.tmjx-box .tb-parse .p-b .role.right b { color: #1fb61d; }
.tmjx-box .tb-parse .p-c { padding: 1rem; }
.tmjx-box .tb-parse .p-c p { border: 0.1rem #333 dashed; background-color: #fff; padding: 1rem; margin-bottom: 0.5rem; border-radius: 0.4rem; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="rgba(36, 238, 137, 0.15)", endColorstr="rgba(255, 255, 255, 0.1)"); background: -webkit-linear-gradient(left, rgba(36, 238, 137, 0.15), rgba(255, 255, 255, 0.1)); background: -moz-linear-gradient(left, rgba(36, 238, 137, 0.15), rgba(255, 255, 255, 0.1)); background: -o-linear-gradient(left, rgba(36, 238, 137, 0.15), rgba(255, 255, 255, 0.1)); background: linear-gradient(left, rgba(36, 238, 137, 0.15), rgba(255, 255, 255, 0.1)); display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.tmjx-box .tb-parse .p-c p span { font-weight: 800; font-family: DIN; font-size: 1.6rem; }
.tmjx-box .tb-parse .p-c p span b { background-color: #6dec82; color: #000; text-align: center; border-radius: 0.4rem; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; }
.jysx-box li { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; background-color: #292d2e; border: 0.1rem solid #3a4142; border-radius: 0.4rem; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; margin-bottom: 0.2rem; padding: 1rem; }
.jysx-box li .jb-m { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; text-align: center; }
.jysx-box li .jb-m b { font-size: 1.6rem; color: #999; }
.jysx-box li .jb-m b strong { color: #fff; }
.jysx-box li .jb-r { font-weight: 600; }
.jysx-box li .jb-r span { color: #1fb61d; }
.jz-tab-box { background-color: #323738; }
.jz-tab-box .jtb-menu { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.jz-tab-box .jtb-menu span { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; text-align: center; height: 3.6rem; line-height: 3.6rem; font-size: 1.6rem; cursor: pointer; border-bottom: 0.1rem solid #323738; }
.jz-tab-box .jtb-menu span.active { font-weight: 600; color: #68ed87; border-color: #68ed87; filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="rgba(104, 237, 135, 0.1)", endColorstr="transparent"); background: -webkit-linear-gradient(bottom, rgba(104, 237, 135, 0.1), transparent); background: -moz-linear-gradient(bottom, rgba(104, 237, 135, 0.1), transparent); background: -o-linear-gradient(bottom, rgba(104, 237, 135, 0.1), transparent); background: linear-gradient(bottom, rgba(104, 237, 135, 0.1), transparent); }
.jz-tab-box .jtb-cont .j-c { display: none; padding: 1rem; }
.jz-tab-box .jtb-cont .j-c ul li { box-shadow: 0 1px 0px rgba(255, 255, 255, 0.35); border: 0.1rem solid #3a4142; border-radius: 0.4rem; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; margin-top: 0.5rem; }
.jz-tab-box .jtb-cont .j-c ul li a { display: block; padding: 1rem; }
.jz-tab-box .jtb-cont .j-c.active { display: block; }
.jz-tab-box .jtb-cont .j-c .jc-mark { color: #fff; background: rgba(255, 218, 65, 0.05); padding: 1rem; border-radius: 0.4rem; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; border: 1px dashed rgba(192, 164, 78, 0.5); }
.jz-tab-box .jtb-cont .j-c .jc-mark b { color: #e6a23c; }
.yjjt-box ul li { padding: 1rem 0; font-weight: 600; border-bottom: 0.1rem solid #3a4142; }
.yjjt-box ul li p { color: #fff; }
.yjjt-box ul li h2 { color: #6dec82; font-size: 1.6rem; margin: 0.5rem 0; }
.yjjt-box ul li span { color: #237ffd; }
.yjjt-box ul li span b { background-color: #6dec82; color: #000; }
.yjjt-box ul li img { width: 100%; }
.yjjt-box .y-mark h3 { color: #1fb61d; padding: 0.5rem; font-family: DIN; font-size: 1.6rem; font-weight: 800; }
.yjjt-box .y-mark h3 span { background-color: #6dec82; color: #000; padding: 0 0.5rem; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; font-size: 2rem; vertical-align: middle; }
.yjjt-box .y-mark p { padding: 0.2rem 0.5rem; font-weight: 600; color: #000; }
.qnzhzl-box ul { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; }
.qnzhzl-box ul li { -webkit-box-flex: 0 0 33.333%; -webkit-flex: 0 0 33.333%; -ms-flex: 0 0 33.333%; flex: 0 0 33.333%; width: 33.333%; }
.qnzhzl-box ul li a { background-color: #3a4142; border-radius: 10rem; -webkit-border-radius: 10rem; -moz-border-radius: 10rem; border: 0.1rem solid #333; display: block; margin: 0.5rem; padding: 0.7rem 0.5rem; text-align: center; cursor: pointer; }
.yixiaoyima-box { padding: 0.7rem; }
.yixiaoyima-box ul { border: 0.1rem solid #333; border-radius: 0.4rem; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; }
.yixiaoyima-box ul li { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 1rem; border-bottom: 0.1rem solid #333; }
.yixiaoyima-box ul li b { color: #f00; }
.yixiaoyima-box ul li:last-child { filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="rgba(255, 218, 65, 0.05)", endColorstr="#fff"); background: -webkit-linear-gradient(left, rgba(255, 218, 65, 0.05), #fff); background: -moz-linear-gradient(left, rgba(255, 218, 65, 0.05), #fff); background: -o-linear-gradient(left, rgba(255, 218, 65, 0.05), #fff); background: linear-gradient(left, rgba(255, 218, 65, 0.05), #fff); -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; font-weight: 600; font-size: 1.6rem; }
.yixiaoyima-box ul li .y-r { font-weight: 600; font-family: DIN; color: #000; }
.jxesm-box { padding: 0.7rem; }
.jxesm-box ul li { border: 0.1rem solid #333; box-shadow: 0 1px 0px rgba(56, 65, 74, 0.35); margin-bottom: 1rem; border-radius: 0.4rem; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; font-family: DIN; }
.jxesm-box ul li .l-t { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 0.7rem 1rem; filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="rgba(255, 218, 65, 0.05)", endColorstr="#fff"); background: -webkit-linear-gradient(left, rgba(255, 218, 65, 0.05), #fff); background: -moz-linear-gradient(left, rgba(255, 218, 65, 0.05), #fff); background: -o-linear-gradient(left, rgba(255, 218, 65, 0.05), #fff); background: linear-gradient(left, rgba(255, 218, 65, 0.05), #fff); }
.jxesm-box ul li .l-t .lt-b b { color: #f00; font-weight: 600; font-size: 1.6rem; }
.jxesm-box ul li .l-b { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; }
.jxesm-box ul li .l-b span { -webkit-box-flex: 0 0 10%; -webkit-flex: 0 0 10%; -ms-flex: 0 0 10%; flex: 0 0 10%; background-color: #000; height: 3rem; line-height: 3rem; text-align: center; color: #000; font-weight: 600; }
.jxesm-box ul li .l-b span.on { color: #f00; }
.jjtz-box { margin: 0.7rem; border-radius: 0.4rem; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; border: 0.1rem solid #6dec82; background: linear-gradient(160deg, #2e7051, transparent 40%); }
.jjtz-box .jb-t { position: relative; color: #6dec82; font-weight: 600; text-align: center; }
.jjtz-box .jb-t .t-t { font-size: 1.8rem; z-index: 1; position: relative; padding: 0 1rem; height: 4rem; line-height: 4rem; display: inline-block; background: #67ed87; color: #000; }
.jjtz-box .jb-t i { position: relative; }
.jjtz-box .jb-t i:before { content: ""; position: absolute; border: 2rem solid #67ed87; height: 0; width: 0; border-left: 2rem solid transparent; border-bottom: 2rem solid transparent; right: 0rem; }
.jjtz-box .jb-t i:after { content: ""; position: absolute; border: 2rem solid #6dec82; height: 0; width: 0; border-right: 2rem solid transparent; border-bottom: 2.06rem solid transparent; left: 9.1rem; }
.jjtz-box .jb-c { padding: 0.7rem; }
.jjtz-box .jb-c .items .item { padding: 1rem 1rem; border-radius: 0.4rem; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; margin-bottom: 1rem; }
.jjtz-box .jb-c .items .item h3 { font-size: 1.5rem; font-weight: 600; color: #9fe871; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
.jjtz-box .jb-c .items .item h3 a { display: inline-block; margin-left: 0.5rem; color: #8abdf1; cursor: pointer; }
.jjtz-box .jb-c .ads-imgs { border-radius: 0.4rem; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; overflow: hidden; }
.jjtz-box .jb-c .ads-imgs img { width: 100%; }
.pwjh-box .j-c .j-r { margin-bottom: 1rem; }
.pwjh-box .j-c .j-r span { color: #6dec82; font-weight: 600; }
.pwjh-box .j-c .def-table b { font-size: 1.6rem; color: #fff; }
.pwjh-box .j-c .def-table strong { color: #e6a23c; font-weight: 600; }
.pwjh-box .j-c .def-table p { padding: 0 1rem; color: #6dec82; font-weight: 600; }
.tcbt-box li { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; box-shadow: 0 1px 0px #232626; background-color: #292d2e; border: 0.1rem solid #3a4142; border-radius: 0.4rem; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; margin-bottom: 1rem; padding: 1rem; }
.tcbt-box li .l-l { text-align: center; }
.tcbt-box li .l-l b { font-weight: 600; color: #fff; font-family: DIN; margin-bottom: 0.3rem; }
.tcbt-box li .l-l p { margin-top: 0.3rem; }
.tcbt-box li .l-l p strong { color: #f00; }
.tcbt-box li .l-r { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; text-align: center; }
.tcbt-box li .l-r .r-t { font-weight: 600; color: #237ffd; }
.tcbt-box li .l-r .r-b { color: #fff; margin-top: 0.3rem; }
.tcbt-box li .l-r .r-b strong { color: #1fb61d; }
.tcbt-box li .l-r .r-b b { font-size: 1.6rem; letter-spacing: 0.5rem; }
.tcbt-box li .l-r .r-b span { background-color: #6dec82; color: #000; }
.ljgc-box { position: fixed; bottom: 4.4rem; left: 0; width: 100%; }
.ljgc-box .jb-c { position: relative; width: 100%; max-width: 75rem; margin: 0 auto; padding: 0.7rem; }
.ljgc-box .jb-c ul { position: relative; background-color: #323738; border-radius: 0.4rem; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; border: 0.1rem solid #3a4142; }
.ljgc-box .jb-c ul:before { content: ""; position: absolute; bottom: -1.2rem; left: 26.5%; width: 0; height: 0; border-left: 1rem solid transparent; border-right: 1rem solid transparent; border-top: 1.2rem solid #323738; }
.ljgc-box .jb-c ul li a { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-bottom: 0.1rem solid #3a4142; padding: 1rem; cursor: pointer; }
.ljgc-box .jb-c ul li a:active { background-color: #333; }
.ljgc-box .jb-c ul li a .l-a { -webkit-box-flex: 0 0 7rem; -webkit-flex: 0 0 7rem; -ms-flex: 0 0 7rem; flex: 0 0 7rem; }
.ljgc-box .jb-c ul li a .l-a img { width: 6.4rem; height: 6.4rem; }
.ljgc-box .jb-c ul li a .l-b { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; padding: 0 1rem; }
.ljgc-box .jb-c ul li a .l-b b { color: #fff; font-weight: 600; font-size: 1.6rem; }
.ljgc-box .jb-c ul li a .l-b p { margin-top: 0.3rem; }
.ljgc-box .jb-c ul li a .l-c { -webkit-box-flex: 0 0 4rem; -webkit-flex: 0 0 4rem; -ms-flex: 0 0 4rem; flex: 0 0 4rem; text-align: center; }
.ljgc-box .jb-c ul li a .l-c i { display: inline-block; width: 1.2rem; height: 1.2rem; border-top: 2px solid #666; border-right: 2px solid #666; transform: rotate(45deg); }
.ljgc-box .jb-c ul li:last-child a { border-color: transparent; }
.wzdq-box { position: fixed; bottom: 4.4rem; left: 0; width: 100%; }
.wzdq-box .wb-c { position: relative; width: 100%; max-width: 75rem; margin: 0 auto; padding: 0.7rem; max-height: 70vh; overflow-y: auto;}
.wzdq-box .wb-c ul { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 1rem; position: relative; background-color: #323738; border-radius: 0.4rem; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; box-shadow: 0 1px 0px rgba(56, 65, 74, 0.35); border: 0.1rem solid #333; }
.wzdq-box .wb-c ul:before { content: ""; position: absolute; bottom: -1.2rem; left: 68.5%; width: 0; height: 0; border-left: 1rem solid transparent; border-right: 1rem solid transparent; border-top: 1.2rem solid #323738; }
.wzdq-box .wb-c ul li { width: 33.333%; -webkit-box-flex: 0 0 33.333%; -webkit-flex: 0 0 33.333%; -ms-flex: 0 0 33.333%; flex: 0 0 33.333%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.wzdq-box .wb-c ul li a { border: 0.1rem solid #3a4142; margin: 0.5rem; border-radius: 0.4rem; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.05); padding: 1rem; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; background-color: #232626; }
.wzdq-box .wb-c ul li a img { width: 100%; }
.wzdq-box .wb-c ul li a b { color: #fff; font-size: 1.5rem; margin-top: 0.3rem; }
.wyly-box ul li:last-child a { border-color: transparent; }
.wyly-box ul li a { padding: 1rem 0; border-bottom: 0.1rem solid #3a4142; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; }
.wyly-box ul li a .l-l { width: 5rem; -webkit-box-flex: 0 0 5rem; -webkit-flex: 0 0 5rem; -ms-flex: 0 0 5rem; flex: 0 0 5rem; }
.wyly-box ul li a .l-l i { font-size: 4.4rem; color: #ddd; }
.wyly-box ul li a .l-r { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }
.wyly-box ul li a .l-r .r-a { font-size: 1.3rem; color: #999; }
.wyly-box ul li a .l-r .r-b { color: #fff; margin: 0.5rem 0; }
.wyly-box ul li a .l-r .r-c { margin-top: 0.5rem; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.wyly-box ul li a .l-r .r-c i { margin-right: 0.2rem; }
.twq-box .tb-a { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; background-color: #232626; border-radius: 0.4rem; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; padding: 1rem; height: 5.7rem; overflow: hidden; }
.twq-box .tb-a span { width: 20%; -webkit-box-flex: 0 0 20%; -webkit-flex: 0 0 20%; -ms-flex: 0 0 20%; flex: 0 0 20%; text-align: center; height: 3rem; line-height: 3rem; border-radius: 10rem; -webkit-border-radius: 10rem; -moz-border-radius: 10rem; font-family: DIN; cursor: pointer; margin: 0.5rem 0; }
.twq-box .tb-a span.on { background-color: #6dec82; color: #000; }
.twq-box .tb-a span.sp-more { background-color: #292d2e; }
.twq-box .tb-a span.sp-more i { font-size: 2.4rem; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear; }
.twq-box .tb-a span.sp-more i.up { position: relative; display: inline-block; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); transform: rotate(180deg); }
.twq-box .tb-a.showMore { height: auto; -webkit-transition: height 2s linear; -moz-transition: height 2s linear; -o-transition: height 2s linear; -ms-transition: height 2s linear; transition: height 2s linear; }
.twq-box .tb-b img { width: 100%; height: auto; }
.sxsx-box li { box-shadow: 0 1px 0px rgba(56, 65, 74, 0.35); border-radius: 0.4rem; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; margin-top: 1rem; background-color: #3a4142; }
.sxsx-box li .l-a { background-color: #3a4142; color: #fff; font-weight: 600; padding: 1rem; font-size: 1.6rem; }
.sxsx-box li .l-b .b-row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding: 0.5rem 1rem; }
.sxsx-box li .l-b .b-row .lb-r { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; text-align: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; }
.sxsx-box li .l-b .b-row .lb-r b { font-family: DIN; font-weight: 800; text-align: center; -webkit-box-flex: 0 0 calc(10% - 0.3rem); -webkit-flex: 0 0 calc(10% - 0.3rem); -ms-flex: 0 0 calc(10% - 0.3rem); flex: 0 0 calc(10% - 0.3rem); width: calc(10% - 0.3rem); background: #323738; margin-right: 0.3rem; margin-bottom: 0.3rem; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; box-shadow: 0 1px 0px rgba(255, 255, 255, 0.25); }
.sxsx-box li .l-b .b-row .lb-r strong { color: #fff; }
.sxsx-box li .l-b.col-group { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; }
.sxsx-box li .l-b.col-group .b-col { width: -moz-calc(50% -1rem); width: -webkit-calc(50% -1rem); width: calc(50% -1rem); -webkit-box-flex: 0 0 calc(50% - 1rem); -webkit-flex: 0 0 calc(50% - 1rem); -ms-flex: 0 0 calc(50% - 1rem); flex: 0 0 calc(50% - 1rem); display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin: 0.5rem; background-color: #232626; border-radius: 0.4rem; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; padding: 1rem; }
.sxsx-box li .l-b.col-group .b-col .lb-l { text-align: center; }
.sxsx-box li .l-b.col-group .b-col .lb-l b { color: #fff; }
.sxsx-box li .l-b.col-group .b-col .lb-r { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; padding-left: 1rem; }
.sxsx-box li .l-b.col-group .b-col .lb-r b { font-family: DIN; font-weight: 800; height: 2.4rem; line-height: 2.4rem; -webkit-box-flex: 0 0 calc(20% - 0.3rem); -webkit-flex: 0 0 calc(20% - 0.3rem); -ms-flex: 0 0 calc(20% - 0.3rem); flex: 0 0 calc(20% - 0.3rem); width: calc(20% - 0.3rem); text-align: center; background: #232626; margin-right: 0.3rem; margin-bottom: 0.3rem; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; box-shadow: 0 1px 0px rgba(255, 255, 255, 0.35); }
.agtk-box { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; margin-right: -1rem; }
.agtk-box li { width: -moz-calc(33.333% -1rem); width: -webkit-calc(33.333% -1rem); width: calc(33.333% -1rem); -webkit-box-flex: 0 0 calc(33.333% - 1rem); -webkit-flex: 0 0 calc(33.333% - 1rem); -ms-flex: 0 0 calc(33.333% - 1rem); flex: 0 0 calc(33.333% - 1rem); margin-right: 1rem; margin-bottom: 1rem; text-align: center; background-color: #3a4142; }
.agtk-box li:active { background-color: #232626; }
.agtk-box li span { display: inline-block; margin-right: 1rem; height: 3.6rem; line-height: 3.6rem; text-align: center; width: 100%; cursor: pointer; }
.axtzDetail { margin: 1rem; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; height: 100%; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.axtzDetail img { width: 100%; max-width: 75rem; }
.pop-home { position: fixed; left: 0; width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -moz-animation: showAlert 0.3s; -webkit-animation: showAlert 0.3s; -o-animation: showAlert 0.3s; animation: showAlert 0.3s; }
.pop-home .ph-bd { position: relative; width: 100%; max-width: 75rem; margin: 0 auto; }
.pop-home .ph-bd .bd-main { border-radius: 1rem; -webkit-border-radius: 1rem; -moz-border-radius: 1rem; margin: 1rem; filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#e63f58", endColorstr="#ef6657"); background: -webkit-linear-gradient(bottom, #e63f58, #ef6657); background: -moz-linear-gradient(bottom, #e63f58, #ef6657); background: -o-linear-gradient(bottom, #e63f58, #ef6657); background: linear-gradient(bottom, #e63f58, #ef6657); display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; padding-bottom: 1rem; }
.pop-home .ph-bd .bd-main .pb-a { padding: 1rem; text-align: center; position: relative; color: #fbedce; font-weight: 600; font-size: 1.8rem; }
.pop-home .ph-bd .bd-main .pb-a span { position: absolute; top: 0; right: 0; width: 4rem; height: 4rem; line-height: 4rem; text-align: center; cursor: pointer; }
.pop-home .ph-bd .bd-main .pb-a span i { font-size: 2rem; color: #fff; }
.pop-home .ph-bd .bd-main .pb-a small { display: block; color: #fff; font-size: 1.3rem; font-weight: 400; }
.pop-home .ph-bd .bd-main .pb-b { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 1rem; background-color: #c8514c; }
.pop-home .ph-bd .bd-main .pb-b .item { position: relative; height: 12rem; background-color: #fff; margin-bottom: 0.5rem; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border: 1px solid #efefef; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.pop-home .ph-bd .bd-main .pb-b .item:before,
.pop-home .ph-bd .bd-main .pb-b .item:after { content: ''; position: absolute; z-index: 0; top: 73.999%; width: 18px; height: 18px; border-radius: 100%; background: #c8514c; margin-top: -10px; }
.pop-home .ph-bd .bd-main .pb-b .item:before { left: -10px; }
.pop-home .ph-bd .bd-main .pb-b .item:after { right: -10px; }
.pop-home .ph-bd .bd-main .pb-b .item .i-l { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; height: 100%; }
.pop-home .ph-bd .bd-main .pb-b .item .i-l .il-t { height: 9rem; padding: 1rem 0 0 1rem; }
.pop-home .ph-bd .bd-main .pb-b .item .i-l .il-t p { margin-bottom: 0.5rem; }
.pop-home .ph-bd .bd-main .pb-b .item .i-l .il-t p b { font-weight: 800; font-family: DIN; color: #000; }
.pop-home .ph-bd .bd-main .pb-b .item .i-l .il-t p span { margin-left: 0.2rem; }
.pop-home .ph-bd .bd-main .pb-b .item .i-l .il-t p strong { display: inline-block; padding: 0 0.3rem; color: #fff; background: #f56c6c; border-radius: 0.4rem; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; line-height: 1.8rem; }
.pop-home .ph-bd .bd-main .pb-b .item .i-l .il-b { height: 2.9rem; line-height: 2.9rem; border-top: 1px dashed #eaeaea; padding-left: 10px; }
.pop-home .ph-bd .bd-main .pb-b .item .i-l .il-b span { color: #000; font-weight: 600; }
.pop-home .ph-bd .bd-main .pb-b .item .i-l .il-b p { color: #f00; }
.pop-home .ph-bd .bd-main .pb-b .item .i-l .il-b p span { margin-left: 0.5rem; }
.pop-home .ph-bd .bd-main .pb-b .item .i-r { -webkit-box-flex: 0 0 9rem; -webkit-flex: 0 0 9rem; -ms-flex: 0 0 9rem; flex: 0 0 9rem; filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#eaeaea", endColorstr="#000"); background: -webkit-linear-gradient(to left, #eaeaea, #000); background: -moz-linear-gradient(to left, #eaeaea, #000); background: -o-linear-gradient(to left, #eaeaea, #000); background: linear-gradient(to left, #eaeaea, #000); height: 100%; }
.pop-home .ph-bd .bd-main .pb-b .item .i-r .ir-t { height: 9rem; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; text-align: center; font-size: 1.6rem; font-weight: 600; color: #000; }
.pop-home .ph-bd .bd-main .pb-b .item .i-r .ir-b { height: 2.9rem; line-height: 2.9rem; filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#d8d8d8", endColorstr="#000"); background: -webkit-linear-gradient(to left, #d8d8d8, #000); background: -moz-linear-gradient(to left, #d8d8d8, #000); background: -o-linear-gradient(to left, #d8d8d8, #000); background: linear-gradient(to left, #d8d8d8, #000); text-align: center; color: #000; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.pop-home .ph-bd .bd-main .pb-b .item .i-r .ir-b a { display: inline-block; background-color: #67c23a; color: #fff; box-shadow: #6dec82 0px 0px 0px 0px; font-size: 1.2rem; border-radius: 10rem; -webkit-border-radius: 10rem; -moz-border-radius: 10rem; padding: 0 1rem; height: 2.2rem; line-height: 2.2rem; }
.pop-home .ph-bd .bd-main .pb-c { text-align: center; margin-top: 1rem; }
.pop-home .ph-bd .bd-main .pb-c a { display: inline-block; filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#f7ca7c", endColorstr="#f2b154"); background: -webkit-linear-gradient(top, #f7ca7c, #f2b154); background: -moz-linear-gradient(top, #f7ca7c, #f2b154); background: -o-linear-gradient(top, #f7ca7c, #f2b154); background: linear-gradient(top, #f7ca7c, #f2b154); width: 60%; height: 4rem; line-height: 4rem; text-align: center; color: #000; font-weight: 600; border-radius: 10rem; -webkit-border-radius: 10rem; -moz-border-radius: 10rem; cursor: pointer; }
.pop-home2 { position: fixed; left: 0; width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -moz-animation: showAlert 0.3s; -webkit-animation: showAlert 0.3s; -o-animation: showAlert 0.3s; animation: showAlert 0.3s; }
.pop-home2 .ph-bd { position: relative; width: 100%; max-width: 75rem; margin: 0 auto; }
.pop-home2 .ph-bd .bd-main { border-radius: 1rem; -webkit-border-radius: 1rem; -moz-border-radius: 1rem; margin: 0.7rem; border: 0.1rem solid #6dec82; background: linear-gradient(160deg, #2e7051, transparent 40%); background-color: #323738; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; padding-bottom: 1rem; }
.pop-home2 .ph-bd .bd-main .pb-a { padding: 1rem; text-align: center; position: relative; color: #fbedce; font-weight: 600; font-size: 1.8rem; }
.pop-home2 .ph-bd .bd-main .pb-a span { position: absolute; top: 0; right: 0; width: 4rem; height: 4rem; line-height: 4rem; text-align: center; cursor: pointer; }
.pop-home2 .ph-bd .bd-main .pb-a span i { font-size: 2rem; color: #fff; }
.pop-home2 .ph-bd .bd-main .pb-a small { display: block; color: #fff; font-size: 1.3rem; font-weight: 400; }
.pop-home2 .ph-bd .bd-main .pb-b { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 1rem; }
.pop-home2 .ph-bd .bd-main .pb-b .item:not(:last-child) { margin-bottom: 2rem; }
.pop-home2 .ph-bd .bd-main .pb-b .item .i-a { position: relative; color: #67ed87; font-size: 1.6rem; font-weight: 600; text-align: center; }
.pop-home2 .ph-bd .bd-main .pb-b .item .i-a img { width: 2.4rem; }
.pop-home2 .ph-bd .bd-main .pb-b .item .i-a img.img-r { transform: matrix(-1, 0, 0, 1, 0, 0); }
.pop-home2 .ph-bd .bd-main .pb-b .item .i-b p { margin-bottom: 0.7rem; text-align: center; }
.pop-home2 .ph-bd .bd-main .pb-b .item .i-b p b { font-weight: 800; font-family: DIN; color: #fff; }
.pop-home2 .ph-bd .bd-main .pb-b .item .i-b p span { margin-left: 0.2rem; }
.pop-home2 .ph-bd .bd-main .pb-b .item .i-b p strong { color: #f56c6c; }
.pop-home2 .ph-bd .bd-main .pb-c { text-align: center; margin-top: 1rem; }
.pop-home2 .ph-bd .bd-main .pb-c a { display: inline-block; background-image: linear-gradient(90deg, #24ee89, #9fe871); box-shadow: 0 0 12px #23ee884d, 0 -2px #1dca6a inset; width: 60%; height: 4rem; line-height: 4rem; text-align: center; color: #000; font-weight: 600; border-radius: 10rem; -webkit-border-radius: 10rem; -moz-border-radius: 10rem; cursor: pointer; }
.def-table { width: 100%; font-family: DIN; font-size: 1.4rem; }
.border-table th,
.border-table td { border: 0.1rem solid #3a4142; padding: 0.5rem 0; text-align: center; }
.border-table th { color: #fff; }
.border-table .tb-btn { background-color: #6dec82; color: #000; border-radius: 10rem; -webkit-border-radius: 10rem; -moz-border-radius: 10rem; text-align: center; padding: 0.2rem 0.5rem; cursor: pointer; font-size: 1.2rem; box-shadow: #6dec82 0px 0px 0px 0px; animation: 1.5s ease 0s infinite normal none running jyFbsD; }
.even-table tr:nth-child(2n+1) { background-color: #292d2e; }
.blue { color: #8abdf1 !important; }
.red { color: #f26262 !important; }
.green { color: #6dec82 !important; }
.black { color: #000 !important; }
.color1 { color: #d9d97d !important; }
.color2 { color: #e662e6 !important; }
.color3 { color: #3ee6e0 !important; }
.color4 { color: #f60 !important; }
.color5 { color: #4db098 !important; }
.r-role { display: inline-block; width: 2.4rem; height: 2.4rem; border-radius: 2.4rem; -webkit-border-radius: 2.4rem; -moz-border-radius: 2.4rem; background-repeat: no-repeat; background-position: center; background-size: cover; }
.r-role.xiaoer { background-image: url(http://192.168.1.4:8081/imgs/xiaoer.svg); }
.r-role.keguan { background-image: url(http://192.168.1.4:8081/imgs/keguan.svg); }
.live-animation-box { display: inline-block; height: 1.4rem; width: 1.6rem; position: relative; overflow: hidden; top: 0.5rem; }
.live-animation-box i { background-color: #f00; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; display: inline-block; width: 0.3rem; margin-right: 0.2rem; }
.live-animation-box i:nth-child(1) { height: 0.6rem; animation: left-animation 1s linear infinite; }
.live-animation-box i:nth-child(2) { height: 0.9rem; animation: center-animation 1s linear infinite; }
.live-animation-box i:nth-child(3) { height: 0.3rem; animation: right-animation 1s linear infinite; }

@keyframes left-animation {
    0% { height: 6px; }
    25% { height: 9px; }
    50% { height: 6px; }
    75% { height: 3px; }
    100% { height: 6px; }
}

@keyframes center-animation {
    0% { height: 9px; }
    25% { height: 6px; }
    50% { height: 3px; }
    75% { height: 6px; }
    100% { height: 9px; }
}

@keyframes right-animation {
    0% { height: 3px; }
    25% { height: 6px; }
    50% { height: 9px; }
    75% { height: 6px; }
    100% { height: 3px; }
}

@keyframes jyFbsD {
    10%, 90% { transform: translate3d(-1px, 0px, 0px); }
    0% { transform: scale(1); }
    70% { transform: scale(1); box-shadow: rgba(90, 153, 212, 0) 0px 0px 0px 1rem; }
    100% { transform: scale(1); box-shadow: rgba(90, 153, 212, 0) 0px 0px 0px 0px; }
}

@-webkit-keyframes showAlert {
    0% { transform: scale(0.7); }
    45% { transform: scale(1.05); }
    80% { transform: scale(0.95); }
    100% { transform: scale(1); }
}

@keyframes showAlert {
    0% { transform: scale(0.7); }
    45% { transform: scale(1.05); }
    80% { transform: scale(0.95); }
    100% { transform: scale(1); }
}

.au-tab-box .atb-menu { border-bottom: 2px solid #3ebc40; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.au-tab-box .atb-menu span { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; height: 4rem; line-height: 4rem; text-align: center; font-size: 1.6rem; cursor: pointer; }
.au-tab-box .atb-menu span.active { background-color: #3ebc40; color: #fff; font-weight: 600; }
.au-tab-box .atb-cont .c-c { display: none; }
.au-tab-box .atb-cont .c-c.active { display: block; }
.au-tab-box .atb-cont .c-c ul { margin: 1rem; }
.au-tab-box .atb-cont .c-c ul li { padding: 1rem; border-radius: 0.4rem; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; font-size: 1.6rem; margin-bottom: 1rem; border: 0.1rem solid #333; box-shadow: 0 1px 0px rgba(56, 65, 74, 0.35); cursor: pointer; }
.comm-tabs { width: 100%; max-width: 75rem; margin: 0 auto; background-color: #333; box-shadow: 0 0 transparent, 0 0 transparent, 0px 2px 5px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.05); }
.comm-tabs .ct-m { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.comm-tabs .ct-m .m-item { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; height: 4rem; line-height: 4rem; position: relative; background: #1e3568; text-align: center; cursor: pointer; }
.comm-tabs .ct-m .m-item:first-child:after { content: ""; position: absolute; right: 0; top: 0; border: 0; border-top: 50px solid #2d4466; border-left: 10px solid transparent; border-top-color: #333; border-bottom-color: #333; }
.comm-tabs .ct-m .m-item:last-child:after { position: absolute; content: ""; left: 0; right: auto; top: 0; border: 0; border-bottom: 50px solid #2d4466; border-right: 10px solid transparent; border-top-color: #333; border-bottom-color: #333; }

.bxj-yxym-box { }
.bxj-yxym-box li { border-radius: 0.4rem; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; font-size: 1.5rem; padding: .7rem; margin-bottom: .5rem; border: 0.1rem solid #3a4142; background-color: #292d2e; }
.bxj-yxym-box li .b-a { color: #f1dd47; font-size: 1.6rem; text-align: center; padding: 1rem 0; }
.bxj-yxym-box li .b-b { }
.bxj-yxym-box li .b-b p { padding: .5rem; }
.bxj-yxym-box li .b-b p b { color: #ff0000; }

.pre-jjtz-box >.jjtz-box{ padding:1rem; text-align:center;}
        .pre-jjtz-box >.jjtz-box > .item { display: inline-block; background-color: #292d2e; color: #fff; font-weight: 600; box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 2px 6px 0px; border-radius: 10rem; -webkit-border-radius: 10rem; -moz-border-radius: 10rem; padding: 0.5rem 1rem; font-size: 1.6rem; margin: 0.3rem; }
        .pre-jjtz-box >.jjtz-box > .item b { color: #f00; }
        .pre-jjtz-box >.jjtz-box > .item p { margin-top: 1rem; }
        .pre-jjtz-box >.jjtz-box > p a { display: inline-block; height: 3.6rem; line-height: 3.6rem; padding: 0 1.5rem; background-color: #85ec82; color: #000; border-radius: 10rem; -webkit-border-radius: 10rem; -moz-border-radius: 10rem; }
        .pre-jjtz-box >.jjtz-box > p a:not(:last-child) { margin-right: 1rem; }
.kuangjia, .kuangjiaMain{border: 0.2rem solid #6ded85 !important;}
