* {
    padding: 0;
    margin: 0;
    outline: 0
}

@font-face {
    font-family: SansationRegular;
    src: url(Sansation_Regular-webfont.eot);
    src: url(Sansation_Regular-webfont.eot?#iefix) format('embedded-opentype'),url(Sansation_Regular-webfont.woff) format('woff'),url(Sansation_Regular-webfont.ttf) format('truetype'),url(Sansation_Regular-webfont.svg#SansationRegular) format('svg');
    font-weight: 400;
    font-style: normal
}

p {
    font-family: SansationRegular
}

::-webkit-scrollbar {
    display: none
}

input {
    outline: 0
}

a {
    color: #333;
    text-decoration: none
}

a,button,input,optgroup,select,textarea {
    -webkit-tap-highlight-color: transparent;
   color: #00ff07;
    background-color: transparent
}

a:active {
    background-color: transparent;
    cursor: pointer
}

a:focus {
    outline: 0;
    -moz-outline: none
}

body {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    background-color: #f5f5f5;
    font-family: -apple-system,BlinkMacSystemFont,Microsoft Yahei,MiSans,HarmonyOS Sans,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    background-image: linear-gradient(to right,#b6d3ad,#a2dfa2)
}

.top-img {
    width: 94%;
    margin: 10px auto 0
}

.top-img img {
    width: 100%;
    border-radius: 6px
}

header {
    width: 100%;
    height: 40px;
    background-color: #f6e8f2
}

.head-bg {
    width: 100%;
    height: 300px
}

.head-bg img {
    width: 100%;
    height: 100%
}

.xqy-center-title {
    position: relative;
    text-align: center;
    width: 70%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 10px
}

.xqy-center-title:before {
    position: absolute;
    top: 20px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #57be5a
}

.xqy-center-title:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "最新骗子数据";
    height: 40px;
    background-color: #fff
}

footer {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    max-width: 580px;
    height: 70px;
    line-height: 40px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px 10px 0 0;
    z-index: 99;
    background: 0;
    backdrop-filter: blur(10px)
}

.footer-nav {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 4px 20px
}

.footer-nav a {
    text-align: center;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    color: #fff
}

.footer-nav a span:nth-child(1) {
    width: 18px;
    height: 18px;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    margin: 2px auto
}

.footer-nav .active {
    color: #00ff07;
    font-weight: 700
}

.alerts {
    display: block;
    width: 90%;
    margin: 20% auto;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    
    z-index: 999
}

.alerts_top {
    positon: relative;
    padding: 20px 0;
    text-align: center;
    background: #ff0900;
    color: #fff
}

.alerts_top h3 {
    color: #fff
}

.alerts_top .btngb {
    display: block;
    positon: absolute;
    top: 4px;
    right: 5px
}

.alerts_text {
    padding: 16px 20px
}
.alerts_text h3,.alerts_text h4{
    color:#333;
}
.alerts_text p {
    vertical-align: middle;
    font-size: 16px
}

.alerts_text p:nth-child(5) {
    margin-top: 6px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px
}

.alerts_text img {
    width: 100px;
    height: 80px;
    vertical-align: middle;
    margin-bottom: 10px
}

.alerts .btnw {
    padding: 10px 20px 25px;
    text-align: right
}

.alerts .btnw a {
    padding: 7px 10px;
    background-color: #dcffd1;
    color: #57be5a;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
    margin-left: 10px
}

.alerts .btnw a:nth-child(2) {
    color: #ff0035;
    background-color: #ffe2e8
}

.xq-copyright {
    text-align: center;
    margin-top: 50px
}

.xq-copyright a {
    text-align: center;
    color: #666
}

.ggbox {
    display: flex;
    width: 94%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 10px;
    align-items: center
}

.ggbox img {
    padding: 0 10px;
    width: 26px;
    height: 26px
}

.ggbox .gg-text {
    margin: 4rem auto;
    width: 500px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    color: #666
}

@media screen and (min-width: 768px) {
    .alerts {
        width:400px
    }
}
