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

@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: normal;
    font-style: normal;
}

p {
    font-family: 'SansationRegular';
}

::-webkit-scrollbar {
    display: none
}

input {
    outline: none;
}

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

a,
button,
input,
optgroup,
select,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*去掉a、input和button点击时的蓝色外边框
}
a.hover{/*改变鼠标经过颜色*/
    color: skyblue;
    background-color: transparent;
}

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

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

body {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    background-color: #f5f5f5;
    font-family: "楷体", "KaiTi";
   /* background-image: linear-gradient(to right, #B6D3AD, #A2DFA2);*/
}
main {
         margin-bottom: 60px;
       }
.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%;
}

.title-flex {
    // position: relative;
}

.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;
    top: ;
    left: 50%;
    transform: translateX(-50%);
    content: "最新骗子数据";
    width: ;
    height: 40px;
    background-color: #fff;
}

/*底部代码*/
footer {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    max-width: 480px;
    height: 70px;
    line-height: 40px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-top: 1px solid #eee;
    border-radius: 8px 8px 0 0;
    /*box-shadow: 0 0px 1px 1px #ff0900;*/
    z-index: 99;
    background-color: rgba(255, 255, 255, 1);
    backdrop-filter: blur(10px);
}

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

.footer-nav a {

    text-align: center;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    color: #111;
}

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

}

.footer-nav .active {
    color: #57BE5A;
}

.alerts {
    display: black;
    /*position: absolute;
    margin: auto;
    top: 0%;    
    right: 0;
    left: 0;*/
    top:10%;
    width: 94%;
    margin: 10px auto 100px;
    background-color: #fff;
    border-radius:8px 8px;
    overflow: hidden;
    /*box-shadow: 0 0 200px 8px #555;*/
    z-index: 999
}

.alerts_top {
    positon: relative;
    padding: 20px 0;
    text-align: center;
    background-image: linear-gradient(to right, #46D2FF, #5ED73B);
    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 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: 20px;
    padding-bottom: 60px;
}

.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;
    }
}