/**
* DESCRIPTION   小熊下载站公共样式文件
* AUTHOR 杜玲玲
* TIME 2022-04-01
*/
*{
    padding: 0;
    margin: 0;
}
body{
    font-family: Dosis,Open Sans,pingfang SC,helvetica neue,arial,hiragino sans gb,microsoft yahei ui,microsoft yahei,simsun,sans-serif;
}
input{
    font-family: inherit;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,.BoutiqueSoft .LinkList .box,.rankling_list .title{
    font-family: Dosis,Open Sans,pingfang SC,-apple-system,Helvetica Neue,Helvetica,Arial,PingFang SC,PingFang TC,Hiragino Sans GB,Microsoft Yahei,Microsoft Jhenghei,sans-serif;
}
button{
    font-family: Arial, Helvetica, sans-serif;
}
strong{
    font-weight: 500;
}
@font-face {
    font-family: 'Dosis';
    src: url('https://secure.bear20.com/bear_download/fontsDosis/Dosis-Medium.woff2') format('woff2'),
         url('https://secure.bear20.com/bear_download/fontsDosis/Dosis-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
img{
    border: none;
}
button{
    outline: none;
}
.layout{
    width: 1200px;
    margin: 0 auto;
}
.clearfix:after{
    content: '';
    display: block;
    clear: both;
}
.floatL{
    float: left;
}
.floatR{
    float: right;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
    transition: color .2s linear;
}
a:hover{
    text-decoration: none !important;
}
.icons{
    background: url("https://resource.bear20.com/bear_download/images/indexIcons.png") no-repeat;
}
/* 头部样式 */
#header{
    width: 100%;
}
.topNav{
    width: 100%;
    height: 40px;
    background: #181818;
}
.topNav{
    line-height: 40px;
}
.topNav .floatL,.topNav .floatR{
    height: 40px;
}
.topNav a{
    font-size: 12px;
    color: #e4e4e4;
    margin-left: 25px;
    cursor: pointer;
}
.topNav a:hover{
    color: #6098f6;
}
.topNav .floatR .fbyy{
    display: inline-block;
    position: relative;
}
.topNav .floatR span{
    display: block;
    width: 200px;
    position: absolute;
    bottom: -171px;
    left: -85px;
    z-index: 2;
    background: #fff;
    font-size: 12px;
    color: #a5a5a5;
    line-height: 20px;
    text-align: justify;
    padding: 10px;
    border: 1px solid #efefef;
    box-shadow: 0px 4px 8px rgb(84 81 81 / 15%);
    border-radius: 5px;
    display: none;
}
.topNav .floatR span::before{
    box-sizing: content-box;
    position: absolute;
    top: -18px;;
    right:101px;
    border-bottom:9px solid #fff;
    border-top:9px solid transparent;
    border-left:9px solid transparent;
    border-right:9px solid transparent;
    display: block;
    content:'';
    z-index: 2;
}
.topNav .floatR span::after{
    box-sizing: content-box;
    position: absolute;
    top: -20px;
    right:100px;
    border-bottom:10px solid #efefef;
    border-top:10px solid transparent;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    display: block;
    content:'';
    z-index:1
}
.topNav .floatL a:nth-child(1),.topNav .floatR a:nth-child(1){
    margin-left: 0px;
}
#header .nav{
    width: 100%;
    height: 75px;
    background: #fff;
    line-height: 75px;
}
#header .nav .layout{
    height: 60px;
}
#header .nav .logo{
    display: block;
    margin-top: 9px;
    height: 40px;
}
#header .nav .logo img{
    width: 180px;
}
#header ul{
    margin-left: 50px;
    height: 60px;
}
#header ul li{
    float: left;
    margin-left: 40px;
}
#header ul li a{
    font-size: 15px;
    color: #757575;
    font-weight: 600;
    transition: color .2s linear;
}
#header ul li a:hover{
    color: #5d96f7;
}
#header ul li.active a{
    color: #5d96f7;
}
#header .nav .search{
    position: relative;
    width: 370px;
    margin-right: 10px;
}
#header .nav .search input.text{
    width: 343px;
    height: 38px;
    border: 1px solid #efefef;
    border-radius: 30px;
    padding-left: 25px;
    font-size: 15px;
    color: #757575;
    outline: none;
    opacity: .7;
}
#header .nav .search input.btn{
    width: 28px;
    height: 24px;
    background-position: 0px 0px;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 15px;
}
#header .nav .search input.btn:hover {
    background-position: -462px -315px;
}
#header .fbyy span a{
    color: #6098f6;
    margin-left: 0px;
}
/* 尾部样式 */
.footer{
    width: 100%;
    height: 106px;
    border-top: 1px solid #f2f2f2;
    margin-top: 40px;
}
.footer .logo{
    display: block;
    margin-top: 20px;
}
.footer ul{
    line-height: 91px;
    margin-left: 10px;
}
.footer ul li{
    margin-left: 25px;
    float: left;
}
.footer ul li a{
    font-size: 17px;
    color: #676767;
}
.footer ul li a:hover{
    color: #5d96f7;
}
.footer .floatR{
    line-height: 40px;
    font-size: 16px;
    color: #a2a2a2;
    margin-top: 25px;
}  
.footer .floatR a {
    color: #a2a2a2;
}
.footer .floatR a:hover {
    color: #5d96f7;
}
.footer img{
    width: 50px;
}
/* 置顶样式 */
.topping{
    width: 102px;
    height: 102px;
    position: fixed;
    right: 20px;
    cursor: pointer;
    transition: bottom ease 2s;
    z-index: 2;
}
.topping span.icons{
    width: 84px;
    height: 84px;
    display: block;
    background-position: -11px -404px;
}
.topping span.icons:hover{
    width: 84px;
    height: 84px;
    display: block;
    background-position: -106px -405px;
}
/* 新增面包屑导航 */
.position{
    width: 100%;
    margin-top: 20px;
    color: #5f5f5f;
}
.position a{
    font-size: 14px;
    color: #5f5f5f;
    padding: 0px 10px;
}
.position a:hover{
    color: #4792ff;
}

/* 修改头部代码标签 */
header{
    width: 100%;
}
header nav{
    width: 100%;
    height: 75px;
    background: #fff;
    line-height: 75px;
}
header nav .layout{
    height: 60px;
}
header nav .logo{
    display: block;
    margin-top: 9px;
    height: 40px;
}
header nav .logo img{
    width: 180px;
}
header ul{
    margin-left: 50px;
    height: 60px;
}
header ul li{
    float: left;
    margin-left: 40px;
}
header ul li a{
    font-size: 15px;
    color: #757575;
    font-weight: 600;
    transition: color .2s linear;
}
header ul li a:hover{
    color: #5d96f7;
}
header ul li.active a{
    color: #5d96f7;
}
header nav .search{
    position: relative;
    width: 370px;
    margin-right: 10px;
}
header nav .search input.text{
    width: 343px;
    height: 38px;
    border: 1px solid #efefef;
    border-radius: 30px;
    padding-left: 25px;
    font-size: 15px;
    color: #757575;
    outline: none;
    opacity: .7;
}
header nav .search input.btn{
    width: 28px;
    height: 24px;
    background-position: 0px 0px;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 15px;
}
header nav .search input.btn:hover {
    background-position: -462px -315px;
}
header .fbyy span a{
    color: #6098f6;
    margin-left: 0px;
}

/* 修改尾部代码标签 */
footer{
    width: 100%;
    height: 106px;
    border-top: 1px solid #f2f2f2;
    margin-top: 40px;
}
footer .logo{
    display: block;
    margin-top: 20px;
}
footer ul{
    line-height: 91px;
    margin-left: 10px;
}
footer ul li{
    margin-left: 25px;
    float: left;
}
footer ul li a{
    font-size: 17px;
    color: #676767;
}
footer ul li a:hover{
    color: #5d96f7;
}
footer .floatR{
    line-height: 40px;
    font-size: 16px;
    color: #a2a2a2;
    margin-top: 25px;
}  
footer .floatR a {
    color: #a2a2a2;
}
footer .floatR a:hover {
    color: #5d96f7;
}
footer img{
    width: 50px;
}