<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body{ background: #fff; font-size:.25rem;}
div { box-sizing: border-box;}
.dn { display: none;}
.clearfix:after { content: '\20'; clear: both; height: 0; display: block;}
a {-webkit-tap-highlight-color:transparent;}
*{ outline:none!important;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
img {-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none; -o-user-select: none;}
input,textarea { outline: none; border: none; box-sizing: border-box; background: none;}
/* --------------index-start-------------- */

.popupbox {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    /* 为防止页面中有其他定位元素的z-index较大，可以将这里的z-index设置的得大一些 */
    background-color: rgba(0,0,0,.5);
    /* opacity: 0.5; */
    display:none;
}
.popupbox .main {
    position: absolute;
    width: 70%;
    height: 376px;
    top: 50%;
    left: 50%;
    margin-left: -35%;
    margin-top: -220px;
    background-color: white;
    border-radius: 10px;
    padding-top: 15px;
}
.main .title {
        height: 35px;
        background-color: #409EFF;
        color: white;
        line-height: 35px;
        border-radius: 10px 10px 0 0;
        font-size: 14px;
        padding-left: 10px;
}
 .main .content {
     width: 100%;
     height: 296px;
     display: flex;
     justify-content: center;
     align-items: center;
}
.main .btn{
        height: 60px;
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;

}
.close{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: 166px;
}
.close img{
    width: 20px;
}
.btn button{
        background-color: #409EFF;
        outline: none;
        color: white;
        border: none;
        height: 30px;
        width: 150px;
        border-radius: 15px;
    
}
.copyText{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.copyText em{
    color: #F56C6C;
    font-weight: bold;
    font-size: 15px;
    font-style:normal;
}
.copyText span{
    font-size: 14px;
    padding: 2px 5px;
    background: #F56C6C;
    color: #fff;
    border-radius: 3px;
}
.copyText p{
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.textInfo{
    margin-top: 5px;
}
.textInfo p{
    font-size: 14px;
    line-height: 25px;
}
.mt15{
    margin-top: 15px;
}

.fixBottom { height: 56px; font-weight: bold; color: #ffffff; display: flex; align-items: center; position: fixed; bottom: 0; left: 0; width: 100%; background: rgba(0,0,0,.8); z-index: 999; font-size: 15px; padding-left: 10px;}
.closeFix { margin-right: .2rem; display: block; width: 20px;}
.fixBottom a { color: #FFFF00;}
.fixBottom .enterBtn { display: block; height: 30px; line-height: 30px;padding: 0 0.5em; text-align: left; background: linear-gradient(to top, #ff0, #fff); bottom: 0; top: 0; margin: auto 10px auto 10px; border: none; border-radius: 40px; color: #f00; display: inline-block; cursor: pointer; font-weight: bold;}
.linkMenu { padding: .2rem; text-align: center; display: flex; justify-content: space-between;flex-wrap: wrap;}
.linkMenu span { margin-bottom: .05rem; width: 23%;display: block;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    background: #0a5cda; font-size: 12px;}
.headertop {
    position: fixed;
    width: 100%;

    max-width: 800px;
	margin: auto;
	left: 0;
	right: 0;
    top: 0px;
    background: #D47619;
    z-index: 99;
    overflow: hidden;
}
.headertop-blank { height: 133px;}

.navtop {
    background: #cc6600;
	display: flex;
	justify-content: space-between;
	padding: 0 .1rem;
}

.navtop span {
    display: block;
   
    text-align: center;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    color: #FF0;
    font-size: 13px;
}
.headertop .logo {
    float: left;
    padding-left: 5px;
}

.headertop .bank {
    display: block;
    float: right;
    width: 56px;

    padding: 25px 8px 0 0;
    color: #fff;
    font-size: 8pt;

}
.navtop a { color: #ffffff;}
.slideTitle { border-bottom: 1px solid #ffffff; text-align: center; color: #ffffff; background: #0000ff; font-weight: bold; line-height: 1.5;
padding:.15rem .1rem; font-size: .28rem;}
.slideList li{ margin-bottom: .2rem; display: flex; align-items: center;
    line-height:1.25;
    padding: 3px 12px 3px 8px;
    border: solid 1px #ccc;
    border-radius: 12px;
    background: linear-gradient(to bottom, #fff, #eee);}
.slideList ul { padding: .2rem;}
.slideList li span { display: inline-block; font-weight: bold; color: #ff0000;}
.slideList li img { margin-right: .2rem;}
.slideList dt { padding: 10px; font-size: 16px; border-bottom: 1px dashed #c0c0c0; line-height: 1.5;}
.slideList dt span { color: #ff0000;}
.slideList ul,.slideList dl { display: none;}</pre></body></html>