html,body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
*{
    margin: 0px;
    padding: 0px;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    background: #EFF2F7;
}
a {
    text-decoration: none;
}
a:hover,a:focus {
    color: #1d639f;
}
img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
.f-l
{
    float: left;
}
.f-r
{
    float: right;
}
.container
{
    width: 1170px;
    margin: auto;
}
/*底部标签 yk header 2019.5.15*/
.header
{
    /*height: 105px;*/
    height: 130px;
    width: 100%;
    background: #252B3A;
}
.header-top
{
    border-bottom: 1px solid #394258;
    height: 60px;
}
.pull-right
{
    float: right;
}
.header-top .nav > ul
{
    list-style: none;
}
.header-top .nav > li {
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #fff;
    list-style: none;
    float: left;
    cursor: pointer;
}
.header-top .nav > li > a {
    font-size: 12px;
    color: #333;
    padding: 0 10px;
    height: 14px;
    line-height: 14px;
    color: #fff;
}
.dropdown
{
   display: none;
   background: #333B4C;
   padding: 0px 0px; 
   opacity: 0.9;
   z-index: 1000;
   position: relative;
}
.border-item
{
    text-align: center;
    cursor: pointer;
    min-width: 100px;
}
.dropdown > li > a {
    font-size: 12px;
    color: #fff;
    padding: 0 8px;
    height: 14px;
    line-height: 14px;
}
.dropdown > li {
    font-size: 12px;
    color: #333;
    height: 25px;
    line-height: 30px;
    list-style: none;
}
.dropdown > li:hover,.dropdown > li:hover a
{
    background:#1D2432;
    color: #fff;
}
.header-bottom .container{
    overflow: hidden;
}
.header-bottom .menu-home
{
    line-height: 66px;
    color: #fff;
    display: inline-block;
    padding: 0px 10px;
    margin-left: 60px;
    font-size: 18px;
    cursor: pointer;
}
.header-bottom .logo-a
{
    display: inline-block;
    color: #fff;
    font-size: 22px;
    margin-right: 20px;
    line-height: 70px;
}
.header-bottom .logo-img
{
    /*background: url(../../assets/img/frontend/index/sprites_img.png) no-repeat -12px -9px;*/
    /*width: 66px;*/
    height: 53px;
    display:inline-block;
    float: left;
}
.header-bottom .menu-home:hover,.header-bottom .menu-home.active
{
    border-bottom: 3px solid #F66F6A; 
}
.qr-code-li .qr-code
{
    display: none;
    position: absolute;
    z-index: 100;
    margin-left: -40px;
}
.select-all
{
    margin-left: 278px;
    position: relative;
    margin-top: 15px;
    float: left;
}
.search-btn
{
    background: url(../../assets/img/frontend/index/sprites_img.png) no-repeat -238px -104px;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    z-index: 5;
    top: 8px;
    right: 5px;
    cursor: pointer;
}
.my-listen
{
    color: #fff;
    padding-left: 20px;
    display: inline-block;
    float: right;
    width: 100px;
    font-size: 14px;
    line-height: 70px;
}
.my-logo-img 
{
    display: inline-block;
    width: 30px;
    height: 40px;
    margin-top: 9px;
    float: left;
    background: url(../../assets/img/frontend/index/sprites_img.png) no-repeat -104px -70px;
}
.my-listen:hover, .my-listen:focus
{
    color: #F66F6A;
}
.my-listen:hover .my-logo-img , .my-listen:focus .my-logo-img
{
    background: url(../../assets/img/frontend/index/sprites_img.png) no-repeat -104px -120px;
}
.publish-listen ,.publish-listen:hover
{
    display:table-cell;
    background-color: #F66F6A;
    width: 90px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    height: 40px;
    margin-top: 15px;
    vertical-align:middle;
}
.publish-listen *
{
    vertical-align: middle;
}
.bg-commont_btn
{
    width: 28px;
    height: 28px;
    display: inline-block;
    background: url('../../assets/img/frontend/index/sprites_img.png') -114px -186px;
}
.search-query
{
    width: 225px;
    height: 38px;
    background: #454B57;
    border: 1px solid #454B57;
    color: #fff;
    outline: none;
    padding-left: 5px;
    font-size: 14px;
}
.search-query::-webkit-input-placeholder{
    color: #fff;
}
/*底部标签 yk add 2019.5.15*/
.double_col > div
{
    display: inline-block;
    vertical-align: top;
}
.left_col{
    margin-right: 60px;
}
.footer{
    width:100%;
    margin-top:40px;
}
.foot_content{
    background:#266999;
    height: 210px;
    width:100%;
    text-align: center;
}
.foot_area{
    min-width: 1170px;
    height: 210px;
    display: inline-block;
    padding-top: 30px;
}
.foot_nav{
    float: left;
    margin-right: 120px;
    text-align: left;
}
.foot_nav:last-child{
    float: right;
    margin-right: 0px;
}
.foot_nav .category:hover{
    color:#A6DEFF !important;
}
.foot_nav .category{
    color:#A6DEFF;
    font-size:16px;
    margin-bottom: 15px;
}
.foot_nav .divided_line{
    width: 100px;
    height: 2px;
    background-image:url("../img/divided_line.png") ;
    margin-bottom: 20px;
}
.foot_nav a{
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #95C7E6;
    margin-bottom: 20px;
    font-size: 12px;
}
.foot_nav a:hover{
    color:#FFFFFF;
}
.foot_license{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-image:url("../img/copyright.png") ;
    text-align: center;
    color:#95C7E5;
    font-size: 12px;
}
.foot_license p,.foot_license a{
    color:#95C7E5;
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
}
.foot_license div
{
    display: inline-block;
}
.dev-qr-code-li .qr-code {
    width: 128px;
    height: 132px;
    position: absolute;
    display: none;
    left: -32px;
    top: 28px;
}   
.dev-qr-code-li .qr-code .qr-code-img {
    width: 128px;height: 132px;position: relative;
    z-index: 11;
}
.wx-add-png {
    display: inline-block;position: relative;width: 14px;height: 14px;margin-right: 6px;top: 3px;
    background: url('https://oss-smaryun-new.oss-cn-beijing.aliyuncs.com/themes/gisstore/images/weixin/wechat-s.png') no-repeat;
}

.comment_right{
    position: fixed;
    width:50px;
    right:30px;
    /*bottom: 370px;*/
    bottom:40%;
    height:200px;
}

.comment_right .btn_item{
    width: 50px; height: 50px;
    cursor: pointer;
    background-color: #fff;
    margin-top:10px;
    text-align: center;
    display: none;
}

.comment_right .btn_item:hover{
    box-shadow: 4px 4px 10px #dcdcdc;
}

.comment_right .btn_item .to_re_comment_btn_img{
    width: 28px; height: 28px;
    background: url('../img/frontend/index/sprites_img.png') -64px -186px;
    margin-top:11px;
    display: inline-block;
}

.comment_right .btn_item .to_top_btn_img{
    width: 32px; height: 32px;
    background: url('../img/frontend/index/sprites_img.png') -10px -186px;
    margin-top:9px;
    display: inline-block;
}
/**抽奖活动入口start**/
#hover-lottery{
    position: relative;
    top: 130px;
    right: 0px;
    /*z-index: 2000;*/
    /*display: none;*/
}
#hover-lottery > a{
    display: block;
    height: 80px;
    width: 80px;
    background: url('http://oss-smaryun-new.oss-cn-beijing.aliyuncs.com/images/public/lottery-in.png') no-repeat;
}
/**抽奖活动入口end**/