/*body{*/
    /*filter: grayscale(100%);*/
/*}*/
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Microsoft YaHei", "Helvetica", sans-serif;
    font-style: normal;
    list-style: none;
    font-weight: normal;
    box-sizing: border-box;
}

img {
    border: 0;
    vertical-align: middle;
}

a {
    color: #333;
    text-decoration: none;
}

*:focus {
    outline: none;
    box-sizing: border-box;
}

a:hover {
    color: #2865da;
}

html, body {
    font-size: 14px;
    background-color: #FFF;
    color: #404040;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

li {
    list-style: none;
}

.lt {
    float: left;
}

.rt {
    float: right;
}

.hidden, .hide {
    display: none
}

.float_clear:after {
    content: "";
    display: table;
    clear: both;
    overflow: hidden;
}

/*header公共头部样式*/
/*公用头部*/
.head_box {
    width: 100%;
    min-width: 1200px;
}

.m_menu_bg {
    background-color: #F7F7F7;
    height: 40px;
}

.m_menu {
    width: 1020px;
    margin: 0 auto;
    height: 40px;
}

.right_menu {
    float: left;
    position: relative;
    z-index: 101;
}

.right_menu ul.rank {
    float: left;
}

.right_menu ul.rank li {
    float: left;
    height: 40px;
}

.zl_rz {
    position: absolute;
    top: 40px;
    left: 0;
    background-color: #fff;
    display: none;
    border: 1px solid #ddd;
    border-top: 0;
}

.zl_rz > a {
    display: block;
    padding: 12px 18px;
    line-height: 16px;
}

.zl_rz > a:nth-child(1) {
    border-bottom: 1px solid #ddd;
}

.right_menu ul.rank li a.tt {
    position: relative;
    border-right: 1px solid #D8D8D8;
    padding: 0 18px;
    display: block;
    line-height: 16px;
    height: 16px;
    margin-top: 12px;;
    margin-right: -1px;
}

a.rz .head_down_arrow {
    position: absolute;
    top: 5px;
    right: 4px;
}

.right_menu ul.rank li:hover .zl_rz {
    display: block;
}

.right_menu ul.rank li a.downlist_btn {
    border-right: 0;
    background-position: 72px -51px;
    padding-right: 30px;
}

.right_menu ul.rank li a.head_down_app {
    position: relative;
    padding: 0 26px 0 33px;
}

.head_down_icon {
    position: absolute;
    top: -5px;
    left: 6px;
}

.head_down_arrow {
    position: absolute;
    top: 5px;
    right: 10px;
}

.logo_box {
    width: 1020px;
    margin: 0 auto;
    padding: 8px 0;
    overflow: hidden;
}

.logo {
    float: left;
    margin: 6px 0 0 0;
}

.logo img {
    width: auto;
    height: 63px;
}

.top_lk {
    float: right;
    height: 75px;
    margin-left: 10px;
}

.top_lk1 {
    float: left;
    width: 360px;
    height: 75px;
}

.top_lk1 img {
    display: block;
    width: 360px;
    height: 75px;
}

.top_lk1:first-child {
    margin-right: 10px;
}
/*消息*/
.messageBox{
    float: right;
    width: 51px;
    height: 40px;
    cursor: pointer;
    display: none;
    margin-right: 5px;
}
.message{
    height: 40px;
    position: relative;
}
.message>em{
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url("../images/icon_newsGray.png") no-repeat;
    margin-top: 14px;
    margin-left: 17px;
}
.message>span{
    position: absolute;
    top: 5px;
    right: 6px;
    font-size: 12px;
    color: #fff;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    background-color: #fd8621;
}
/*消息的弹框*/
.newsList{
    position: absolute;
    top: 40px;
    right: -104px;
    width: 400px;
    height: 350px;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 100;
    display: none;
}
.newsList ul{
    height: 348px;
    overflow: auto;
}
.newsList li{
    height: 41px;
    border-bottom: 1px solid #ccc;
    padding-left: 38px;
    line-height: 41px;
    position: relative;
}
.newsList li .sign{
    position: absolute;
    left: 23px;
    top: 18px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.newsList li a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.messageBox:hover{
    background-color: #1296db;
}
.messageBox:hover .message>em{
    background: url("../images/icon_newsWhite.png") no-repeat;
}
.messageBox:hover .newsList{
    display: block;
}
/*信息未读效果*/
.newsList li.active{
    background-color: #eaf2fb;
}
.newsList li.active .sign{
    background-color: #ff3535;
}
.newsList li span{
    display: block;
    width: 100%;
    padding-right: 20px;
    height: 40px;
    overflow: hidden;
}
/* 头部用户信息下拉 */
.user_top_list {
    height: 35px;
    float: right;
}
.user_top_list dt {
    float: left;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 3px
}

.user_top_list dt img {
    width: 30px;
    height: 30px;
    display: block;
}

.user_top_list dd {
    float: left;
    position: relative;
    padding-left: 12px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
}

.user_top_list dd .username {
    line-height: 16px;
    float: left;
    margin-top: 10px; /* border-right: 1px solid #D8D8D8; */
    padding-right: 34px;
    width: 85px;
    height: 18px;
    overflow: hidden;
}

.user_top_list dd .arrow {
    display: block;
    width: 10px;
    height: 6px;
    position: absolute;
    top: 15px;
    z-index: 100;
    right: 12px;
    background: url("../images/head_ico_arrow.png") no-repeat
}

.user_top_list dd ul {
    position: absolute;
    top: 35px;
    right: 0;
    background: #fff;
    border: solid 1px #cccccc;
    display: none;
    z-index: 100;
    width: 400px;
}

.user_top_list dd li {
    line-height: 22px;
    font-size: 14px;
    padding: 0 35px;
}

.user_top_list dd .userHeaderAvatar{
    border-bottom: 1px solid #ccc;
    padding: 11px 35px;
}
.user_top_list dd .userHeaderAvatarBox{
    width: 50px;
    height: 50px;
    float: left;
    margin-left: 50px;
}
.user_top_list dd .userHeaderAvatarBox img{
    width: 100%;
    height: 100%;
}

.user_top_list dd .userHeaderAvatar .username{
    font-size: 24px;
    color: #333;
    line-height: 21px;
    height: 24px;
    margin-top: 16px;
    margin-left: 14px;
    width: 200px;
}
.user_top_list dd li.userHeaderIconBox{
    border-bottom: 1px solid #ccc;
    padding: 0 35px 15px 35px;
}
.headerUserPoint{
    float: left;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 10px;
    margin: 15px 0;
}
.headerUserPointDetail{
    float: left;
    color: #000;
    margin: 19px 0 0 16px;
    cursor: pointer;
}
.headerIconBox{
    float: left;
    width: 25%;
    text-align: center;
}
.headerIcon{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 5px;
}
.headerIcon img{
    width: 100%;
    height: 100%;
}
.user_top_list dd li.userHeaderBtnBox{
    line-height: 58px;
    font-size: 16px;
    background-color: #fafafa;
}
.userHeaderOut{
    float: right;
}
.user_top_list dd li a {
    color: #666;
}

.user_top_list dd li a:hover {
    color: #ff9933;
}

.user_top_list:hover dd ul {
    display: block;
}



.top_login_btn {
    float: right;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    background: url("../images/login_bg.png");
    font-size: 14px;
    color: #fff;
}

.top_login_btn:hover {
    color: #fff;
}

.top_register_btn {
    color: #333333;
    background: #F7F7F7;
    padding: 0 0 0 16px;
}

.top_register_btn:hover {
    color: #333333;
}

/* 网站导航下拉 */
.head_code {
    display: none;
    position: absolute;
    width: 180px;
    top: 44px;
    left: -16px;
    height: 180px;
}

.right_menu ul.rank li:hover .head_code {
    display: block;
}

.right_menu ul.rank li:hover .head_down_icon {
    animation: doudong 1s;
}

.right_menu ul.rank .wzdh {
    border: solid transparent;
    border-width: 0 1px;
}

.right_menu ul.rank .wzdh:hover {
    border-color: #D8D8D8;
}

.right_menu ul.rank .wzdh:hover a.tt {
    color: #ff9933;
    background-position: 72px -69px;
}

.right_menu ul.rank .wzdh:hover .wzdh_xl {
    display: block;
}

.wzdh_xl {
    position: absolute;
    right: 0;
    top: 35px;
    width: 978px;
    padding: 25px 20px;
    border: solid 1px #e5e5e5;
    background-color: #fff;
    z-index: 100;
    display: none;
}

.wzdh_xl .lt {
    float: left;
    width: 640px;
    padding-right: 50px;
    border-right: solid 1px #e5e5e5;
}

.wzdh_xl .lt dl {
    overflow: hidden;
    margin-top: 23px;
}

.wzdh_xl .lt dl:first-child {
    margin-top: 0;
}

.wzdh_xl .lt dl dt, .wzdh_xl .lt dl dd {
    float: left;
    line-height: 22px;
}

.wzdh_xl .lt dl dt {
    color: #ff9933;
    font-weight: bold;
    margin-right: 12px;
    padding-right: 12px;
    position: relative;
}

.wzdh_xl .lt dl dt span.line {
    position: absolute;
    right: -1px;
    top: 12%;
    width: 2px;
    height: 75%;
    background-color: #989898;
}

.wzdh_xl .lt dl dd {
    margin-right: 25px;
}

.wzdh_xl .lt dl dd a {
    color: #666;
}

.wzdh_xl .lt dl dd a:hover {
    color: #2865da;
}

.wzdh_xl .lt dl dd.r a {
    color: #ff3333;
}

.wzdh_xl .lt dl dd.r a:hover {
    color: #2865da;
}

.wzdh_xl .rt {
    float: right;
    padding-top: 10px
}

.wzdh_xl .rt span.txt {
    display: block;
    color: #666
}

.wzdh_xl .rt span.txt.f {
    font-weight: 700;
    color: #f93;
    margin-bottom: 5px;
}

.wzdh_xl .rt span.txt.f a {
    width: 50px;
    margin-left: 4px;
    display: block;
}

.wzdh_xl .rt span.txt.f img {
    padding-top: 5px;
}

.wzdh_xl .rt .code {
    overflow: hidden;
    margin-top: 5px
}

.wzdh_xl .rt .code .app, .wzdh_xl .rt .code .gzh {
    float: left;
    margin-right: 10px
}

.wzdh_xl .rt .code .app img, .wzdh_xl .rt .code .gzh img {
    width: 119px;
    height: 119px;
    margin-left: -6px
}

.wzdh_xl .rt .code .app span, .wzdh_xl .rt .code .gzh span {
    color: #666;
    text-align: center
}

/*头部动画抖动效果*/
@-webkit-keyframes doudong {
    0%, 20%, 40%, 60%, 80% {
        -webkit-transform: rotate(-8deg);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: rotate(8deg);
    }
    100% {
        -webkit-transform: rotate(0);
    }
}

@-moz-keyframes doudong {
    0%, 20%, 40%, 60%, 80% {
        -moz-transform: rotate(-8deg);
    }
    10%, 30%, 50%, 70%, 90% {
        -moz-transform: rotate(8deg);
    }
    100% {
        -moz-transform: rotate(0);
    }
}

/*皮肤切换*/
.head_skin {
    background: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
    display: none;
}

.head_skin_box {
    width: 1020px;
    margin: 0 auto;
}

.head_skin_line {
    float: left;
    position: relative;
    line-height: 50px;
    padding: 0 20px;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    transition: background 500ms;
    -moz-transition: background 500ms;
    -o-transition: background 500ms;
    -webkit-transition: background 500ms;
}

.head_skin_line i {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 25px;
    height: 26px;
    background: url("../images/icon_news_hot.png") no-repeat;
}

.head_skin_box .hot i {
    display: block;
}

.head_skin_line:hover {
    background: #1d6be1;
    color: #fff;
}

.head_skin_active {
    background: #1d6be1;
    color: #fff;
}

.head_skin_btn {
    position: relative;
    float: right;
    text-align: center;
    cursor: pointer;
    line-height: 50px;
    font-size: 13px;
    padding: 0 20px;
}

.head_skin_btn > span {
    color: #1d6be1;
}

.head_skin_btn > img {
    position: absolute;
    top: 19px;
    left: 7px;
}

.head_skin_content {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    box-shadow: 0px 8px 15px -5px #656464;
    padding: 30px 0;
}

.head_skin_logo {
    margin: 0 auto 15px auto;
}

.head_skin_box .nav {
    background: url("../images/nav_bg_yellow.png");
}

/* 搜索 */
.search {
    float: right;
    margin: 9px 5px 0 0;
    position: relative;
}

.search input {
    float: left
}

.search input.sr {
    float: left;
    width: 145px;
    height: 24px;
    border: solid #1196db;
    border-width: 1px 0 1px 1px;
    padding: 0 4px;
    box-sizing: border-box;
}

.search input.ss {
    float: left;
    width: 30px;
    height: 24px;
    color: #fff;
    border: solid 1px #1196db;
    cursor: pointer;
    background: url("../images/head_search.png");
    background-size: cover;
}

.search_res_box {
    position: absolute;
    left: 0;
    top: 23px;
    width: 173px;
    height: 150px;
    padding-top: 5px;
    border: 1px solid #1196db;
    background: #fff;
    z-index: 101;
    display: none;
}

.search_res_item {
    line-height: 25px;
    padding-left: 4px;
    color: #a6a6a6;
    cursor: pointer;
}

.search_res_item:hover {
    background: #f2f2f2;
}

/*公用导航部分*/
.head_box .nav_bg {
    background: url("../images/nav_bg_yellow.png");
    background-size: cover;
    height: 46px;
    width: 100%;
}

.head_box .nav {
    width: 1020px;
    margin: 0 auto;
    position: relative;
    z-index: 50;
}

.head_box .nav_list {
    height: 46px;
    line-height: 46px;
}

.head_box .nav_list li {
    float: left;
    position: relative;
}

.head_box .nav_list li > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.head_box .nav_list li:hover > a {
    background-color: #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.head_box .nav_list li.cur > a {
    background-color: #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.head_box .nav_list li.zb a {
    background: url("../images/hot_ico.png") no-repeat 51px 3px;
}

.head_box .nav_list li > span {
    color: #FFF;
    display: block;
    font-size: 18px;
    padding: 0 20px;
}


.main_tab_active {
    width: 404px;
    position: absolute;
    top: 46px;
    display: none;
    border: 2px solid #ef9d28;
    border-top: 0;
    z-index: 1200;
    -webkit-box-shadow: 0 0 4px #ccc;
    box-shadow: 0 0 4px #ccc;
    box-sizing: border-box;
    background-color: #fdf5e9;
}
.main_tab_active .positionRt{
    width: 360px;
}
.master.positionRt{
    width: 280px;
}
.positionRt .right .main_tab_active_line{
    margin-right: 10px;
}
.master.positionRt .rtList{
    width: 68%;
}
.master.positionRt .ltList{
    width: 32%;
}
.positionRt {
    right: 0;
}
.main_tab_active .ltList {
    width: 25%;
}
.main_tab_active .rtList {
    width: 75%;
    padding: 0 12px;
    box-sizing: border-box;
    border-left: 1px solid #e5e5e5;
    background-color: #fff;
}
.main_tab_active.positionRt .rtList{
    border-left: 0;
    border-right: 1px solid #e5e5e5;
}
.fr{
    float: right;
}
.fl{
    float: left;
}
.right{
    text-align: right;
}
.left{
    text-align: left;
}
.main_tab_active .ltList .main_tab_active_line {
    text-align: center;
    color: #ef9d28;
    border: 0;
}
.head_box .nav_list .main_tab_active .main_tab_active_line {
    display: block;
    cursor: pointer;
    position: relative;
    font-size: 14px;
}
.head_box .nav_list .main_tab_active .main_tab_active_line:last-child{
    border-bottom: 0;
}
.main_tab_active .rtList .row{
    border-bottom: 1px solid #e5e5e5;
}
.main_tab_active .rtList .row:last-child {
    border: 0;
}
.head_box .main_tab_active .rtList .main_tab_active_line{
    display: inline-block;
    border: 0;
    margin-left: 10px;
    color: #333;
}

.main_tab_active_triangle {
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: 8px;
    right: 4px;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #efa130;
}

.head_box .nav_list li:hover .main_tab_active {
    display: block;
    -webkit-animation: myfirst 0.4s;
    animation: myfirst 0.4s;
}

.main_tab_triangle {
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: 12px;
    right: 15px;
    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
}

.head_box .nav_list li:hover .main_tab_triangle {
    bottom: 19px;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}

.main_tab_active_two {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background: #fff;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    color: #333;
    display: none;
}

.head_box .nav_list .main_tab_active .main_tab_active_line:hover .main_tab_active_two {
    display: block;
    -webkit-animation: tabright 0.4s;
    animation: tabright 0.4s;
}
.main_tab_active .main_tab_active_line:hover{
    background: transparent;
}
@-webkit-keyframes tabright {
    from {
        left: 95%;
        opacity: 0.5;
    }
    to {
        left: 100%;
        opacity: 1;
    }
}

@keyframes tabright {
    from {
        left: 95%;
        opacity: 0.5;
    }
    to {
        left: 100%;
        opacity: 1;
    }
}

/*首页选项卡实时快讯*/
.head_box .more_nav {
    width: 46px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 50;
}

.head_box .more_nav .more_btn {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 10px;
}

.head_box .more_nav:hover .more_xl {
    display: block;
    -webkit-animation: myfirst 0.4s;
    animation: myfirst 0.4s;
}

@-webkit-keyframes myfirst {
    from {
        top: 40px;
        opacity: 0.5;
    }
    to {
        top: 46px;
        opacity: 1;
    }
}

@keyframes myfirst {
    from {
        top: 40px;
        opacity: 0.5;
    }
    to {
        top: 46px;
        opacity: 1;
    }
}

/********主体顶部导航路径*********/
.local {
    margin-top: 30px;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: solid 1px #f3f3f3;
    position: relative;
}

.local, .local a {
    color: #999;
}

.local a:hover {
    color: #2577e3;
}

.local span {
    color: #333333;
}

.local span {
    color: #333333;
}

/*主要内容框*/
.main {
    width: 1020px;
    margin: 0 auto;
}

/*内页通用底部*/
.foot {
    width: 100%;
    min-width:1200px;
    background-color: #f2f2f2;
    color: #808080;
    text-align: center;
    padding: 40px 0;
    position: relative;
    z-index: 99;
    clear: both;
}

.foot a {
    color: #808080;
    padding: 0 10px;
}
.foot a:hover{
    color: #333;
}
.foot p {
    padding-top: 10px;
}

/*分页样式*/
.page_list {
    float: none;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
}

.page_list > div {
    border: 0;
}

.page_list a, .page_list span, .page_list i {
    display: inline-block;
    font-size: 12px;
    border: 1px solid #ccc;
    padding: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-right: 5px;
    border-radius: 4px;
}

.page_list .next {
    margin-right: 0;
}

.page_list a:first-child, .page_list span:first-child {
    border-left: 1px solid #ccc;
}

.page_list .laypage_curr, .page_list .current {
    background: url("../images/icon_pagination.png") no-repeat;
    background-size: cover;
    color: #fff;
}

/*漂浮广告*/
.nn_left {
    position: fixed;
    left: 50px;
    top: 195px;
    margin-right: 530px;
    z-index: 2;
}
.nn_link .close {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 16px;
    color: #999;
    line-height: 16px;
    text-align: center;
    background-color: #F3F3F3;
    display: none;
}
.nn_link .nn_right .close {
    right: 0;
}
.nn_link img {
    width: 100px;
    height: auto;
}
.nn_right {
    position: fixed;
    right: 50px;
    top: 195px;
    margin-left: 530px;
    z-index: 2;
}
.nn_link.fixed1 .ll {
    position: fixed;
}
.nn_link.fixed2 .ll {
    bottom: 490px;
    top: auto;
}
@media only screen and (max-width: 1360px)
{
    .nn_link img{width:80px; height:auto;}
    .nn_right{right: 0;}
    .nn_left{left: 0;}
}
/*友情链接*/
.yq_lk {
    padding-top: 10px;
}

.zb_message {
    display: inline-block;
    max-width: 940px;
    text-align: left;
    vertical-align: top;
}

.zb_message a {
    margin-bottom: 10px;
}

.noData {
    text-align: center;
    margin: 150px 0;
}

/*提示弹出框*/
.toastorBox{
    position: fixed;
    width: 300px;
    height: 85px;
    top: 400px;
    left: 50%;
    margin-left: -150px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 16px 1px #b9b9b9;
    font-size: 20px;
    color: #e2393c;
    display: none;
}
.toastorBox img{
    width: 24px;
    height: 24px;
    margin: 14px 0 5px 0;
}

/*加载中动画*/
.spinner {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 100px;
    display: none;
}

.container1 > div, .container2 > div, .container3 > div {
    width: 10px;
    height: 10px;
    background-color: #ef9f2a;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }

.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.container3 .circle1 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0.0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 40% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}

/*确认弹框*/
.goldModalMask{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .4);
    display: none;
    overflow: hidden;
}
.goldModal{
    margin: 300px auto 0 auto;
    width: 400px;
    height: 200px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    transition: top 0.3s;
    box-shadow: 0 0 26px 3px #b5b5b5;
    position: relative;
}
.goldModalTitle{
    text-align: center;
    font-size: 18px;
    color: #333;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}
.goldModalText{
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 95px;
    border-bottom: 1px solid #ccc;
}
.closeModal{
    position: absolute;
    font-size: 35px;
    top: -3px;
    right: 11px;
    cursor: pointer;
}
.goldModalBtn{
    width: 199px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
}
.goldModalSuccess{
    border-right: 0;
    float: right;
}

/*竞猜漂浮框入口*/
.guessEntranceOpen{
    position: fixed;
    bottom: 68px;
    left: 0;
    width: 474px;
    height: 140px;
    cursor: pointer;
    transition: all .3s;
    z-index: 100;
}
.icon-guessEntrance{
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
    height: 140px;
}
.guessEntranceClose{
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 20;
    background: url("../images/icon_closeBtn.png") no-repeat;
    display: none;
}
.guessEntranceOpen.active{
    left: -404px;
}
.guessEntranceLink{
    position: absolute;
    top: 0;
    left: 0;
    width: 404px;
    height: 140px;
    z-index: 10;
    cursor: pointer;
}
.guessEntranceOpenBtn{
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 140px;
    z-index: 10;
    cursor: pointer;
}


/*春节样式*/
.head_box{
    background-color: #fff;
}
.logo_box{
    padding: 11px 0;
}
body{
    background-color: transparent !important;
    position: relative;
}

.index_foot_bg{
    min-height: 175px;
    background-color: transparent !important;
}
.foot{
    background-color: transparent !important;
}
.mainBgBox{
    position: absolute;
    z-index: -1;
    top: 182px;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    background: url("../images/common/mainBg01.png?time=20210305") center;
    background-repeat: repeat-y;
    /* display: none; */
    /*background-color: #aadfd2;*/
}
.mainBg{
    position: relative;
    height: 100%;
}
.mainBg1{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/common/mainBg02.jpg?time=20210305") no-repeat center 0;
}
.guessEntranceOpen{
    width: 160px;
    height: 160px;
}
.guessEntranceOpenBtn,.icon-guessEntrance{
    width: 160px;
    height: 160px;
}
.guessEntranceClose{
    display: block;
}
.guessEntranceLink{
    width: 160px;
    height: 160px;
}
.item.bg-color {
    background-color: transparent !important;
}
/*App下载入口样式*/
.AppEntranceBox{
    position: absolute;
    margin: 0 auto;
    top: 40px;
    left: 50%;
    margin-left: 550px;
    z-index: 999;
}
.AppEntranceBox .img{
    float: right;
    width: 146px;
    height: 164px;
}
.AppEntranceCloseBox{
    position: relative;
}
.AppEntranceBox.active{
    position: fixed;
    top: 0;
}
.AppEntranceClose{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 20;
    background: url("../images/icon_closeBtn.png") no-repeat;
}
/*反馈意见*/
.feedbackBox{
    position: fixed;
    display: block;
    right: 2px;
    bottom: 2px;
    z-index: 99998;
    cursor: pointer;
    width: 40px;
    height: 40px!important;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    font-size: 14px;
    line-height: 17px;
    padding-top: 3px;
    color: #fff;
    background: #666;
}
.feedbackMaskBox{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.feedbackMaskBox .mask {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 999979;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #555;
    filter: alpha(opacity=50);
    display: none;
}
.feedback{
    position: fixed;
    z-index: 999999;
    right: 5px;
    bottom: 5px;
    display: none;
}
.fb-modal {
    background-color: #fff;
    cursor: default;
    top: 100%;
    left: 100%;
    width: 357px;
    overflow: hidden;
    box-shadow: 0 0 9px #999;
    font-size: 13px;
    line-height: 1.54
}
.fb-header{
    padding-left: 20px;
    padding-right: 10px;
    margin-top: 8px;
    cursor: move;
    text-align: left;
    -moz-user-select: none;
}
.fb-header-tips {
    padding-top: 5px;
    line-height: 28px;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #333;
    text-rendering: optimizelegibility;
}
.fb-close{
    text-decoration: none;
    margin-top: 4px;
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    color: #666;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
    opacity: .2;
    filter: alpha(opacity=20);
}
.fb-body {
    margin-bottom: 0;
    padding: 20px;
    padding-top: 10px;
    overflow: hidden;
    text-align: left
}
.fb-danger-tips {
    color: red
}
.fb-textarea textarea {
    width: 300px;
    height: 54px;
    padding: 4px;
    margin: 6px 0 9px;
    vertical-align: top;
    resize: none;
    overflow: auto;
    box-sizing: content-box !important;
    display: inline-block;
    color: #000;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -ms-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s
}
.fb-footer {
    padding-top: 10px;
    text-align: left
}

.fb-block {
    overflow: hidden;
    position: relative
}

.fb-block .fb-email {
    height: 26px;
    line-height: 26px;
    width: 300px;
    border: 1px solid #ccc;
    color: #9A9A9A;
    padding: 4px;
    padding-top: 0;
    box-sizing: content-box !important;
    padding-bottom: 0;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    vertical-align: middle !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -ms-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s
}

.fb-email-block {
    padding-top: 17px
}
.fb-btn {
    display: inline-block;
    padding: 0 14px;
    margin: 0;
    height: 24px;
    line-height: 25px;
    font-size: 13px;
    filter: chroma(color=#000);
    *zoom: 1;
    border: 1px solid #d8d8d8;
    cursor: pointer;
    font-family: inherit;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    background-color: #f9f9f9;
    overflow: hidden;
    outline: 0
}

.fb-btn-primary, .fb-btn-primary:visited {
    color: #fff !important
}

.fb-btn-primary {
    background-color: #388bff;
    _width: 82px;
    border-color: #3c8dff #408ffe #3680e6
}

.fb-btn-primary:hover {
    border-color: #2678ec #2575e7 #1c6fe2 #2677e7;
    background-color: #388bff;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAMAAACuX0YVAAAABlBMVEVnpv85i/9PO5r4AAAAD0lEQVR42gEEAPv/AAAAAQAFAAIros7PAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
    -o-box-shadow: 1px 1px 1px rgba(0, 0, 0, .4)
}

.fb-btn-primary:active {
    border-color: #178ee3 #1784d0 #177bbf #1780ca;
    background-color: #388bff;
    background-image: none;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .15);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .15);
    -o-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .15)
}

.fb-btn-primary, .fb-btn-primary:visited {
    color: #fff !important;
}
.right_menu ul.rank li a.columnistGif img{
    margin-top: -12px;
    height: 40px;
}
.right_menu ul.rank li a.advGif img{
    margin-top: -12px;
    height: 40px;
}
/*增加大咖论道HOT标记*/
.head_box .nav_list li .imgHot{
    position: absolute;
    top: 2px;
    right: 0;
    width: 34px;
    height: 16px;
}
