/**
 * DESCRIPTION    星动安全下载 2025
 * AUTHOR  DuLL  
 * TIME  2025-08-12
 */
*{
    vertical-align: baseline;
    font-weight: inherit;
    font-family: 'Arial', 'Microsoft YaHei', '微软雅黑';
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    color:#070707;
    line-height:inherit;
    list-style:none;
    text-decoration:none;
}
:focus {
  outline: none;
}

img,
form,
div,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h4,
span,
p,
input,
h1,
h2,
h3,
blockquote {
    border: 0;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

i{
    font-style: normal;
}

button{
    border: none;
    background: none;
}

li,
em {
    list-style-type: none;
    list-style-position: outside;
    font-style: normal;
}

.clear {
    clear: both
}

a:link,
a:visited {
    text-decoration: none;
    color: #4a4a4a;
}

a:hover,
a:active {
    text-decoration: none;
    color: #009cff;
}
a{
   /* transition: color .2s linear;*/
}
a:hover{
    color:#02bb54;
   /* transition: color .2s linear;*/
}
b,strong{
    font-weight: bold;
}
body{
    background:#f8fafc;
    min-width: 1200px;
}
:root{
    /*--blueColor: #1f83fe;*/
    --greenColor: #02bb54;
    --size14:14px;
    --size16:16px;
    --border:#eee solid 1px;
    --shadow:0px 0px 15px rgb(217,228,239,1);
}
section{
    width: 100%;
    display: inline-block;
}
.layout,.main-layout{
    width: 1200px;
    margin: 0 auto;
}
.clearfix::after{
    content: '';
    display: block;
    clear: both;
}
.floatL{
    float: left;
}
.floatR{
    float: right;
}
.pull-left{
    float:left; 
}
.pull-right{
    float:right;
}
.flexbox {
    display: flex;
}
.flexWrap {
    display: flex;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.flexCenter {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flexBetween{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mgt20{
    margin-top: 20px;
}
.magt27{
    margin-top: 27px;
}
.index-icon{
    background:url(../images/icon.png) no-repeat;
}
.header{
    width: 100%;
    height: 100px;
    line-height: 100px;
    background:#fff;
    overflow: hidden;
    /*box-shadow: 2px 0px 10px rgb(227, 227,227,0.5); */
    position:sticky;
    top: 0;
    z-index: 99;
    border-bottom: #f8fafc solid 29px;
}
.header .logo{
   margin-top: 20px;
   float:left;   
}
.header .searchBox{
    float:right;
}
.header .searchBox .serach{
    margin-top: 22px;
    width: 405px;
    height: 50px;    
    float: right;
    position: relative;
}
.header .searchBox .serach .index-icon{
    width: 17px;
    height: 18px;   
    background-position: 0 0;
    float:left;
    position: absolute;
    top: 15px;
    left: 20px;
}
.header .searchBox .serach .txt{
    width: 270px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    padding:0 10px 0 45px;
    background:#f3f3f3;
    border-radius: 25px 0 0 25px;
    float:left;
}
::placeholder{
    color:#707070;
}
.header .searchBox .serach .btn{
    width: 80px;
    height: 50px;
    font-size: 14px;
    color:#fff;
    line-height:50px;
    background-image: linear-gradient(to right,#20de7a 40%,#0fcf75);
    border-radius:0 50px 50px 0;
    float:right;
    cursor: pointer;
}
.header .searchBox .serach .btn:hover{
    background-image: linear-gradient(to left,#20de7a 40%,#0fcf75);
}
.header .searchBox .searchWords{
    margin-left: 35px;
    float:right;
    width: 527px;
    text-align: right;
}
.header .searchBox .searchWords a{    
    padding:0 18px;
    margin:0 6px;
    font-size: 14px;
    color:#77797c;
    line-height: 30px;
    text-align: center;
    background:#f7f7f7;
    border-radius: 30px;
    display: inline-block;
}
.header .searchBox .searchWords a:hover{
    color:#354358;
    background:#e6e9ec;
}
.header .searchBox .searchWords a.hot:before{
    content:'';
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-position: -198px -26px;
    display: inline-block;
    vertical-align: middle;    
}
nav{
    margin-top: 29px;
    width: 200px;    
    position: fixed;
    top: 110px;
    left: 50%;
    margin-left: -600px;
}

nav li{
    margin-bottom: 10px;
    width: 170px;
    height: 50px;
    line-height: 50px;
    border:#f8fafc solid 1px;
    background: #f8fafc;
    border-radius: 10px;
    box-sizing: border-box;
}
nav li.active,nav li:hover{
    background:#fff;
    border-color:#dee4e9;
}
nav li a{
    width: 100%;
    height: 100%;
    font-size: 18px;
    color:#4a4a4a;
    display: inline-block;
}
nav li.active a,nav li a:hover{
    color:#0f0f0f;
}
nav li.active a{
    font-weight: bold;
}
nav li i.index-icon{
    margin: 0 17px 0 30px;
    width: 20px;
    height: 22px;
    background-position: -54px -63px;
    display: inline-block;
    vertical-align: middle;
}
nav li.l2 i.index-icon{
    background-position: -80px -63px;
}
nav li.l3 i.index-icon{
    background-position: -104px -63px;
}
nav li.l4 i.index-icon{
    background-position: -128px -63px;
}
nav li.l5 i.index-icon{
    background-position: -152px -63px;
}
nav li.l6 i.index-icon{
    background-position: -176px -63px;
}
nav li.l7 i.index-icon{
    background-position: -200px -63px;
}
nav li.l1.active i.index-icon,nav li.l1:hover i.index-icon{
    background-position: -54px -88px;
}
nav li.l2.active i.index-icon,nav li.l2:hover i.index-icon{
    background-position: -80px -88px;
}
nav li.l3.active i.index-icon,nav li.l3:hover i.index-icon{
    background-position: -104px -88px;
}
nav li.l4.active i.index-icon,nav li.l4:hover i.index-icon{
    background-position: -128px -88px;
}
nav li.l5.active i.index-icon,nav li.l5:hover i.index-icon{
    background-position: -152px -88px;
}
nav li.l6.active i.index-icon,nav li.l6:hover i.index-icon{
    background-position: -176px -88px;
}
nav li.l7.active i.index-icon,nav li.l7:hover i.index-icon{
    background-position: -200px -88px;
}
.block-box{
    width: 100%;
}
.title{
    font-size: 24px;
    color:#181818;
    font-weight: bold;
    line-height: 1;
    padding-left: 7px;
}
.title .more{
    float:right;
    width: 24px;
    height: 24px;
    font-size: 0;
    background-position: -107px 0;
    vertical-align: middle;
    display: inline-block;
}
.title .more:hover{
    background-position: -134px 0;
}
.title span.change{
    float:right;
    font-size: 16px;
    color:#b9b9b9;  
    cursor: pointer;
    margin-top: 4px;
}
.title span.change i{
    margin-right: 6px;
    width: 16px;
    height: 16px;
    background-position: -86px 0;
    display: inline-block;
    vertical-align: 1px;
}
.title span.change:hover{
    color:#6c736f;
}
.title span.change:hover i{
     background-position: -160px 0;
}
.btn,button{
    width: 56px;
    height: 30px;
    font-size: 12px;
    color:#fff;
    text-align: center;
    line-height: 30px;
    background:#00c252;
    border-radius: 30px;
    display: inline-block;
}
.btn:hover,button:hover{
    background:#15d265;
}
a.btn{
    color:#fff;
}
.floatRbox{
    width: 1200px;
    float:right;
}
/*banner */
.advertisement_wrap {
    width: 100%;
    overflow: hidden;
    margin: 20px 0 0;    
}
.advertisement {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.advertisement_pic a{
    display: none;
}
.advertisement_pic a:nth-of-type(1){
    display: block;
}
.advertisement_pic a img{
    width: 100%;
    display: block;
} 
.advertisement p {
    position: absolute;
    bottom: 5px;
    right: 0px;
}

.advertisement p span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e5e5e5;
    display: inline-block;
    margin-right: 12px;
}

.advertisement p span.advertisement_active {
    background: #ed8938;
}
.changeColor{
    color:#ff255f!important;
}
.advertisement_pic{
    position:relative
}
.rightGg{
    width: 100%;
    margin-top: 20px;
    position: relative;
}
.advertisement_pic:after,.rightGg:after{
    content:'';
   display:inline-block;
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 29px;
    height: 16px;    
    background-image: url(https://resource.singdown.com/TLimages2009/yesky/images/pic/adtips.png);
}
.advertisement_pic img,.rightGg img{
    display: block;
}
.yqlink{
     margin-top: 30px;
}
.yqlink .b-title h2:before{
    width: 26px;
    height: 26px;
    background-position: -150px 0;
}
.yqlink ul{
    width: 1000px;
    margin-top: 20px;
    padding: 10px 0 10px 20px;
    border:#eee solid 1px;
    background:#fff;
    border-radius: 10px;
    box-sizing: border-box;
}
.yqlink ul:after{
   /* content:'';
    flex: auto;*/
}
.yqlink ul{
    padding-bottom:15px;    
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.yqlink li{  
    float: left;
    margin-right: 34px;
    margin-top: 15px;
    font-size: 14px;
    color: #2c2c2c;
}
.yqlink li a:hover{
    color:var(--greenColor);
}
/*footer*/
.footer{
    width: 100%;
    margin-top: 50px;
    padding: 30px 0;
    text-align: center;
    background:#1a2423;
    display: inline-block;
}
.footer p{
    font-size: 14px;
    color:#fff;
    line-height: 30px;
}
.footer p a{
    font-size: 14px;
    color:#fff;
}
.footer p span{
    margin: 0 22px;
    width: 1px;
    height: 12px;
    background:#fff;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
}
.new_footer{
    margin-top: 50px;
    width: 100%;
    padding:34px 0 47px;
    background:#1a2423;
    display: inline-block;
}
.new_footer .floatL{
    width: 666px;
    padding-right: 70px;
    border-right: #5a605f solid 1px    
}
.new_footer .floatL dl dt{
    width: 85px;
    font-size: 14px;
    color:#98a19d;
    line-height: 38px;
    float:left;
}
.new_footer .floatL dl dd{
    width: 581px;
    float:left;
}
.new_footer .floatL dl dd a{
    width: 94px;
    font-size: 14px;
    color:#fff;
    line-height: 38px;
    margin-right: 22px;
    display: inline-block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.new_footer .floatL dl dd a:nth-of-type(5n){
    margin-right: 0;
}
.new_footer .floatL dl dd a:hover{
    color:#09e169;
}
.new_footer .floatR{
    padding-left: 87px;
    width: 376px;
}
.new_footer .floatR p{
    font-size: 14px;
    color:#98a19d;
    line-height: 42px;
    text-align: left;
}
.new_footer .floatR p a{
   color:#98a19d; 
}
.back{
    width: 78px;
    height: 78px;
    text-align: center;
    position: fixed;
    bottom: 200px;
    right: 30px;
    font-size: 14px;
    color:#bfbfbf;
    cursor: pointer;
    transition: all ease-in-out .3s; 
    z-index: 1000;
}
.back .back-icon{
    width: 60px;
    height: 60px;
    background:url(../images/back.png) no-repeat;
    background-position: 0 0;  
    display: inline-block; 
    border-radius: 50%;    
}
.back span{
    display: none;
}
.back:hover{
    color:#12a6ff;
}
.back:hover .back-icon{
    background-position: -61px 0;  
    box-shadow: var(--shadow);
}
.back:hover span{
    display: inline-block;
}
.back.hid {
    opacity: 0;
    margin-bottom: -200px;
    visibility: hidden;
}
.block{   
    display: block;
}
.loadMore{
    width: 100%;
    text-align: center;
}
.loadMore span{
    width: 180px;
    height: 50px;
    font-size:18px;
    color:#00c277;
    line-height: 52px;
    text-align: center;
    line-height: height;
    border:#00c277 solid 1px;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
}
.loadMore span:hover{
    color:#fff;
    background:#00c277;
}
.position{
    /*margin-top: 20px;*/
    width: 100%;
    font-size: 14px;
    color: #8d8d8d;
    padding: 15px 0px 17px;    
    display: inline-block;
}
.position a{
    color: #8d8d8d;
    margin: 0 10px;
}
.position a[href]:hover{
    text-decoration: none;
    color:#02bb54;
}
.changeColor{
    color:#ff6363;
}
/* 频道分页*/
.pagingWrap {
   width: 100%;
   text-align: center;
}
.paging {
    width: 100%;
    height: 40px;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 10px;
}
.paging div{
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #949494;
  text-align: center;
  line-height: 42px;      
  border-radius: 50%;  
  margin: 0px 8px ;
  cursor: pointer; 
  overflow: hidden;       
}
.paging .first,.paging .last{
    display: none;
}
.paging .prev,.paging .next{
    font-size: 24px;
    color:#818181;
    font-family: "宋体";
    line-height: 40px;    
}
.paging div.disable { 
    color:#818181;   
    cursor: not-allowed;    
}
.paging div.active {
    background: #13d376;
    color: #fff;   
}
.paging div:hover {
    background: #13d376;
    color: #fff;   
}
.paging div.disable:hover{
    color: #949494; 
    background:none;   
}

/*列表分页*/
.pages {
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
    padding-bottom: 10px;
    display: inline-block;
}

.pages a,
.pages span{    
    width: 40px;
    height: 40px;
    font-size: 16px;
    color: #949494;
    text-align: center;
    line-height: 42px;      
    border-radius: 50%;  
    margin: 0px 8px ;
    display: inline-block;
    cursor: pointer; 
    overflow: hidden;   
}

.pages a:hover {
    background: #13d376;
    color: #fff;   
}
.pages span {
    background: #13d376;
    color: #fff;  
}
.pages font a{
    width: 80px;
    border-radius: 40px; 
}

.swiper-page-box .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-page-box .swiper-pagination-custom,
.swiper-page-box .swiper-pagination-fraction{
    width: 60px;
    font-size: 14px;     
    color:#ababab;     
    top: 28px;
    right: 48px;  
    bottom: auto;
    left: auto;  
}

.swiper-page-box .swiper-button-next,
.swiper-page-box .swiper-button-prev{
    top: -30px;
    background:url(../images/icon.png) no-repeat;
    width: 26px;
    height: 26px;

}
.swiper-page-box .swiper-button-next,
.swiper-page-box .swiper-container-rtl .swiper-button-prev{
    bottom: auto;
    right: 0;
    background-position: -55px 0; 
}
.swiper-page-box .swiper-button-prev,
.swiper-page-box .swiper-container-rtl .swiper-button-next{
    right: 35px; 
    left: auto; 
    width: 26px;
    height: 26px;   
    background-position: -26px 0;  
}
.swiper-page-box .swiper-button-prev.swiper-button-disabled{
    opacity:0.5;
    background-position: -26px 0;  
}
.swiper-page-box .swiper-button-next.swiper-button-disabled{
    opacity:0.5;
    background-position: -55px 0; 
}

@media screen and (max-width:1440px){
    .back{    
        right: 10px;
    }
}
@media screen and (min-width:1600px){
    .back{    
        right: 60px;
    }
}

.searchBox {
    width: 830px;
}

.searchBox ul {
    width: 310px;
    float: left;
    display: flex;
    justify-content: space-between;
}
.searchBox ul li a{
    font-size: 18px;
    font-weight: bold;
}
.searchBox ul li a:hover{
    color: #000001;
}
.header .logo img{
    width: 250px;
}