<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a{
    text-decoration: none;    
}
*,body,html{
    padding: 0;
    margin: 0;
}
body{
    background-color: #fafafa;
}
.top{
    height: 60px;
    background-color: rgb(107, 104, 253);
    line-height: 60px;
    color: #fff;
}

.topmain{
    width:1300px;
    margin: 0 auto;
}
.top-logo{
    width:150px;
    display: inline-block;
    padding: 0;
    margin-right: 10px;
}
.top .top-logo .title{
    font-size: 30px;
    color: yellow;
    text-shadow: 2px 2px 1px #fff;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}
.top .top-nav{
    width: 30%;
    display: inline-block;
}
.top .top-nav a{
    color: #fff;
    font-size: 13px;
    margin-right: 10px;
}
.top .top-nav a&gt;i{
    margin-right: 2px;
}
.top .top-user{
    width: 40%;
    display: block;
    text-align: right;
    float: right;
    margin-right: 80px;
}

.top .top-user a{
    color: #fff;
    font-size: 13px;
    margin-left: 10px;
}
.top .top-user a i{
    margin-right: 3px;
}
.logo{
    display: block;
    width: 260px;
    height: 125px;
    margin: 0 auto;
    /*margin-top: 40px;
    margin-bottom: 20px;*/
}
.logo&gt;a{
   display: block;
}
.logo&gt;a&gt;img{
    width: 100%;
    height: auto;
    border-radius: 8px;
}


.searchbox&gt;form{
    display: block;
    width: 1200px;
    margin: 0 auto;
}
.searchbox&gt;form&gt;p{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}
.searchbox&gt;form&gt;p&gt;span{
    font-size: 10px;
    margin-right: 10px;
}
.searchbox&gt;form&gt;p&gt;span&gt;input{
    cursor: pointer;
    margin-right: 2px;
}

.keywords{
    width: 1000px;
    height: 40px;
    border: 2px solid rgb(107, 104, 253);
    text-indent: 10px;
    outline: 0;
}
.keywords:focus{
    outline: 0;
    border: 2px solid rgb(107, 104, 253);
}
.searchbtn{
    width: 100px;
    height: 44px;
    cursor: pointer;
    background-color: rgb(107, 104, 253);
    border: 2px solid rgb(107, 104, 253);
    color: #fff;
}
.keyshot{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    margin-top: 10px;
    font-size: 13px;
    color: #666;
}
.keyshot a{
    color: #666;
    font-size: 13px;
}

.flash{
    width: 1200px;
    margin: 0 auto;
}

.gameflash{
    width: 350px;
    float: left;
    padding: 0;
    margin: 0;
    height: 300px;
    /* background-color: wheat; */
}

.swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 12px;
}
.swiper-slide a&gt;img{
    width: 100%;
    height: 320px;
    border-radius: 8px;
}
.swiper-slide  .flash-title{
    position: absolute;
    bottom: 2px;
    height: 30px;
    line-height: 30px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #fff;
    width: 100%;
    text-indent: 10px;
    background-color: rgba(10, 10, 10, 0.322);
}

.gamehot{
    float: right;
    width:850px;
    padding: 0;
    margin: 0;
    /* background-color: #ccc; */
}
.gamehot ul{
    list-style: none;
    text-align: center;
}

.gamehot&gt;ul&gt;.gamehotitem{
    width: 200px;
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    margin-bottom: 18px;
}

.gamehot ul .gamehotitem img{
    width: 185px;
    height: 130px;
    margin: 0 auto;
    border-radius: 8px;
}
.gamehot ul .gamehotitem a{
    color: #333;
    font-size: 13px;
}
.gamehot ul .gamehotitem a&gt;p{
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}
h3{
    margin-top: 20px;
    margin-bottom: 10px;
}
.clear{
    clear:both;
}
.gamelist{
    width: 1200px;
    margin: 0 auto;
}
.gamelist ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.gamelist ul li{
    width: 165px;
    height: 240px;
    margin-top: 15px;
}
.gamelist ul li &gt; a&gt;img{
    width: 150px;
    border-radius: 8px;
    height: 200px;
}
.gamelist ul li &gt; a{
    font-size: 12px;
    color: #333;
}

.footer{
    text-align:center;
    font-size: 12px;
    margin-top: 50px;
    color: #666;
    padding-bottom: 20px;
}
.footer a{
    color: #666;
}
.nextlist,.pre{
    cursor: pointer;
    color: blue;
}

.ats{
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
}
.ats_item{
    width: 24%;
}
.ats_item h3{
    font-size: 16px;
    color: #333;
    font-weight: 600;
    text-align: left;

}
.ats_item_list{
    list-style: none;
}
.ats_item_list li{
    display: block;
    font-size: 12px;
    color: #666;
    height: 25px;
    border-bottom: 1px dotted  #999;
    margin-bottom: 10px;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ats_item_list a{
    font-size: 12px;
    color: #666;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
}
.ats_ico{
    width: 5px;
    height: 5px;
    background-color: #333;
}




.clink-a{
    cursor: pointer;
    color:#888;
    height:80px;
    margin-bottom:4px;
    text-decoration:none;
}

.clink-a .clink {
    background-color: rgb(245, 245, 245);
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border-radius: 4px;
    display: grid;
    grid-template-columns: 50px calc(100% - 50px);
}
.clink-a .clink .linkcover img {
    padding: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.clink-a .clink .linkinfo .linktitle {
    margin:0;
    font-size: 12px;
    color: #888;
    font-weight: 700;
    text-indent: 8px;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    
}
.clink-a .clink .linkinfo .linklink {
    margin:0;
    font-size: 11px;
    color: #888;
    text-indent: 8px;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.plpb{
    color:#999;
}
@media screen and (min-width: 768px) {
    .clink-a {
        display: block;
        width: 60%;
    }
}


























.file_footer{
    position:static;
    bottom:0px;
}

.ad-t{
    position:absolute;
    right:0;
    background:#000000c5;
    color:white;
    padding:5px 15px;
}
.down-ad{
    margin:0 auto;
}
.down-ad a{
    display:block;
    width:90%;
    margin:0 auto;
    position: relative;
}
.down-ad img{
    width:100%;
    height:auto;
    margin:0 auto;
   
}
.downbox{
    border-top:1px dashed #666;
    margin-top:8px;
    position: relative;
}

.downs-list {
    display: grid;
    grid-template-columns: 50% 50%;
}

.downs-list p{
    width:80%;
    margin:8px auto;
    font-size:1.6rem;
    color:#fff;
    display: grid;
    grid-template-columns: 60% 40%;
}
.downs-list p&gt;a{
    display:inline-block;
    padding:8px 6px;
    font-size:1.4rem;
    text-align:center;
    text-decoration: none;
    background:yellowgreen;
    font-weight:bold;
    color:#fff;
}
.downs-list p&gt;span{
    display:inline-block;
    padding:8px 6px;
    font-size:1.4rem;
    text-align:center;
    text-decoration: none;
    background:#0678f5;
    color:#fff;
}
.i-center h1{
    margin-top:5%;
    font-size:2.5rem;
    font-weight:bold;
    text-align:center;
}

.lock {
    width:100%;
    font-size: 12px;
    border:1px dashed #ccc;
    padding: 10px;
}
.lockm{
    position: absolute;
    top: 0;
    z-index:1;
}
.lock .lock_tips{
    text-align: left;
}
.lockb .lockbg,.lockb .lockbox{
    background-color:transparent !important;
}
.lock .lockbox img {
    max-width: 100% !important;
}
.lockbg {
    cursor: pointer;
    background-color: rgba(255, 255, 255,0.8);
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    margin:0 !important; 
}

.locktis {
    color: red;
}

.lockbg img {
    width: 15px;
    height: 15px;
    margin-top:10px;
}

.lockbox {
    background-color: white;
    text-align: center;
         margin:0 !important; 
}

.unlock img {
    width: 200px;
    height: auto;
    margin: 10px 0;
}
#mpwd{
    color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.tqm {
    font-weight: bold;
    color: red;
    font-size: 18px;
    margin: 10px 0;
}
.tqm_pic img{
    width: 200px;
    height: auto;
    margin: 10px 0;
}
.btns {
    margin: 10px 0;
   
}
.lock .form-control{
    display: block;
    width: 50% !important;
    margin:0 auto;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.lock  .btn-warning{
    border:0;
    outline:0;
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236; 
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    margin-top: 8px;
}
.sm {
    font-size: 18px;
    font-weight: bold;
}

.sm&gt;p {
    width: 98%;
    text-align: left;
    border-bottom: 1px dashed #666;
    padding-bottom: 10px;
    
}
@media (max-width: 767px){ 
    .i-center h1 {
        font-size: 1.5rem;
    }
    .downs-list p{
        width:90%;
    }
    .downs-list {
        display: grid;
        grid-template-columns: 100%;
    }
    
}











</pre></body></html>