/*commmons*/
body#indexPageWp {
    background-color: #f6f6f6;
}
.center-text {
    text-align: center!important;
}
/*commmons*/



/*banner轮播*/
#newIndex-banner{
    margin:0 auto;
    max-width: 1920px;
    min-width: 1200px;
    height: 560px;
    position: relative;
    overflow: hidden;
}
#newIndex-banner a{
    position: absolute;
    left: 50%;
    margin-left: -960px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 2s;
}
#newIndex-banner a.active {
    z-index: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}


#newIndex-banner img {
    width: 1920px;
    height: 560px;
}
#newIndex-banner .arrow {
    width:93px;
    height: 93px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}
.arrow.banner-arrow-left {
    left:100px;
    top:50%;
    margin-top: -46px;
    background:url(../images/newIndex/arrow-left.png) no-repeat;
    background-size: 100%;
}.arrow.banner-arrow-right {
    right:100px;
    top:50%;
    margin-top: -46px;
    background:url(../images/newIndex/arrow-right.png) no-repeat;
    background-size: 100%;
}
#newIndex-banner #dollBar {
    width:1200px;
    position: absolute;
    bottom:110px;
    left:50%;
    margin-left: -600px;
    z-index: 2;
    text-align: right;
}
#newIndex-banner #dollBar li{
    display: inline-block;
    width:15px;
    height: 15px;
    border-radius: 15px;
    background-color: #8c8c8c;
    margin-right: 10px;
    cursor: pointer;
}
#newIndex-banner #dollBar li.active {
    background-color: #f98603;
}
/*推荐棋牌*/
#newIndex-Recommend {
    height: 580px;
    background-color: #f6f6f6;
    position: relative;
    min-width: 1200px;
}
#newIndex-Recommend .Recommend-box {
    position: absolute;
    top:-100px;
    left:50%;
    margin-left:-600px;
}
.Recommend-left-box {
    /*border:1px solid #ebeaea;*/
}
.Recommend-left-box {
    width: 798px;
    position: relative;
}
.Recommend-left-box{
    padding-top: 430px;
    box-shadow: 0px 8px 10px rgba(0,0,0,.15);
    background-color: #fff;
}
.Recommend-left-box .recommend-big-box {
    position: absolute;
    top:0;
    overflow: hidden;
    opacity: 0;
    filter:alpha(opacity=0);
    transition: all .6s;

}
.Recommend-left-box .recommend-big-box.active {
    z-index: 1;
    opacity: 1;
    filter:alpha(opacity=100);
}
.recommend-big-box:before {
    content:"";
    position: absolute;
    width:222px;
    height: 127px;
    left:25px;
    bottom:65px;
    opacity: 0;
    filter:alpha(opacity=0);
    transition: all .4s;
}
.recommend-big-box:after {
    content:"";
    position: absolute;
    width:304px;
    height: 48px;
    left:25px;
    bottom:20px;
    opacity: 0;
    filter:alpha(opacity=0);
    transition: all .4s;
}
.recommend-big-box.ky:before {
    background:url(../images/newIndex/icon-ky.png) no-repeat;
    background-size: 100%;
}.recommend-big-box.bl:before {
    background:url(../images/newIndex/icon-bl.png) no-repeat;
    background-size: 100%;
}.recommend-big-box.hl:before {
    background:url(../images/newIndex/icon-hl.png) no-repeat;
    background-size: 100%;
}.recommend-big-box.as:before {
    background:url(../images/newIndex/as.png) no-repeat;
    background-size: 100%;
}
.recommend-big-box.ky:before {
    bottom:100px;
}.recommend-big-box.ky:after {
    bottom:-25px;
}

.recommend-big-box.ky.slid:before {
    bottom:65px;
    opacity: 1;
    filter:alpha(opacity=100);
}.recommend-big-box.ky.slid-t:after {
    bottom:20px;
    opacity: 1;
    filter:alpha(opacity=100);
}
.recommend-big-box.hl:before {
    left:-25px;
}.recommend-big-box.hl:after {
    left:50px;
}
.recommend-big-box.hl.slid:before {
    left:25px;
    opacity: 1;
    filter:alpha(opacity=100);
}.recommend-big-box.hl.slid-t:after {
    left:25px;
    opacity: 1;
    filter:alpha(opacity=100);
}
.recommend-big-box.bl:before {
    bottom:20px;
}.recommend-big-box.bl:after {
    bottom:65px;
}
.recommend-big-box.bl.slid:before {
    bottom:65px;
    opacity: 1;
    filter:alpha(opacity=100);
}.recommend-big-box.bl.slid-t:after {
    bottom:20px;
    opacity: 1;
    filter:alpha(opacity=100);
}.recommend-big-box.as:before {
    transform: rotateX(90deg);
}.recommend-big-box.as:after {
    transform: rotateX(-90deg);
}
.recommend-big-box.as.slid:before {
    transform: rotateX(0);
    opacity: 1;
    filter:alpha(opacity=100);
}.recommend-big-box.as.slid-t:after {
    transform: rotateX(0);
    opacity: 1;
    filter:alpha(opacity=100);
}
.recommend-big-box.ky:after {
    background:url(../images/newIndex/text-ky.png) no-repeat;
    background-size: 100%;
}.recommend-big-box.bl:after {
    background:url(../images/newIndex/text-bl.png) no-repeat;
    background-size: 100%;
}.recommend-big-box.hl:after {
    background:url(../images/newIndex/text-hl.png) no-repeat;
    background-size: 100%;
}.recommend-big-box.as:after {
    background:url(../images/newIndex/text-as.png) no-repeat;
    background-size: 100%;
}
.tab-game-itembox {
    position: absolute;
    top:0;
    opacity: 0;
    filter:alpha(opacity=0);
    transition: all .6s;
    /*overflow: hidden;*/
}
.small-text-title {
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 164px;
    height: 39px;
    line-height: 39px;
    font-size: 18px;
    background: url(../images/newIndex/wbox.png) no-repeat;
    text-align: left;
    padding-left: 10px;
    letter-spacing: 2px;
    opacity: 0;
    filter:alpha(opacity=0);
    transition: all .6s;
}
.tab-game-itembox.active .small-text-title{
    bottom:0px;
    opacity: 1;
    filter:alpha(opacity=100);
}
.tab-game-itembox.active {
    z-index: 1;
    opacity: 1;
    filter:alpha(opacity=100);
}
.tab-game-itembox a{
    /*transform: rotateX(180deg);*/
    transition: all 1s;
}.tab-game-itembox.active a{
    /*transform: rotateX(0deg);*/
}
#ctrolBox li {
    position: relative;
    height: 90px;
    width:25%;
    float: left;
    padding-left: 95px;
    line-height: 90px;
    font-size: 20px;
    color: #333333;
    border-right: 1px solid #ebeaea;
    text-align: left;
    cursor: pointer;
}
#ctrolBox li.active {
border-bottom: 5px solid #ff9900;
}
#ctrolBox li:last-child {
    border-right: none;
}
.item-icon {
    position: absolute;
    left:5px;
    top:0;
    width:91px;
    height: 91px;
}
.item-icon.ky {
    background:url(../images/newIndex/st_logo_ky.png) no-repeat;
    background-position: center center;
}.item-icon.as {
    background:url(../images/newIndex/st_logo_as.png) no-repeat;
    background-position: center center;
}.item-icon.bl {
    background:url(../images/newIndex/st_logo_bl.png) no-repeat;
    background-position: center center;
}.item-icon.hl {
    background:url(../images/newIndex/st_logo_hl.png) no-repeat;
    background-position: center center;
}
.Recommend-right-box {
    width:371px;
    position: absolute;
    right: 0;
    top:0;
    height: 525px;
}
.Recommend-right-box:before {
    content:"";
    background-color: #fff;
    width:371px;
    height: 140px;
    position: absolute;
    left:0;
    right:0;
    z-index: -1;
}
.tab-game-itembox {
    height: 525px;
}
.Recommend-right-box a{
    display: block;
    width:371px;
    height: 158px;
    margin-bottom: 23px;
    position: relative;
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
    transition: all .3s;
    bottom:0;
    box-shadow: 0px 8px 10px rgba(0,0,0,.15);
}
.Recommend-right-box a:last {
    margin-bottom: 0;
}
.Recommend-right-box a img {
    width: 100%;
}
.Recommend-right-box a:hover {
    box-shadow: 0px 8px 10px rgba(0,0,0,.15);
    bottom: 10px;
}

.open-more {
    display: inline-block;
    height: 50px;
    width: 145px;
    text-align: center;
    line-height: 47px;
    color: #ff9900;
    font-size: 18px;
    border:2px solid #ff9900;
    border-radius: 50px;
    padding-left: 3px;
}
.open-more.md2 {
    margin-top:50px;
}
.open-more:hover {
    background-color: #ff9900;
    color: #fff;
}
#newIndex-Recommend .open-more {
    position: absolute;
    top: 480px;
    left:50%;
    margin-left:-72.5px;
    cursor: pointer;
}

/*热门老虎机*/
#newIndex-HotGame {
    height: 762px;
    max-width: 1920px;
    min-width: 1200px;
    background:url(../images/newIndex/hot_bg.png) no-repeat;
    background-size: 100% 100%;
    margin:0 auto;
    padding-top: 45px;
}
.center-title {
    text-align: center;
    min-width: 1200px;
    max-width: 1920px;
    margin:0 auto 10px;
    height: 106px;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
.center-title img {
    position: absolute;
    left:50%;
    margin-left: -827.5px;
}
.newIndex-hotgame-box a{
    float: left;
    width:388px;
    height: 231px;
    margin-right: 18px;
    margin-bottom: 40px;
    position: relative;
    bottom:0;
    transition: all .4s;
    cursor: pointer;
}
.newIndex-hotgame-box a:hover{
    bottom: 13px;
}
.newIndex-hotgame-box a:nth-child(3),.newIndex-hotgame-box a:nth-child(6) {
    margin-right: 0;
}
.newIndex-hotgame-box a img {
    width:100%;
}

/*下载APP*/
#newIndex-DownloadApp .img-box{
    position: relative;
    width:1200px;
    margin-bottom: 77px;
    margin:0 auto;
}
#newIndex-DownloadApp {
        padding-top: 45px;
    height: 750px;
    background-color: #f6f6f6;
    text-align: center;
}
.download-qrcode {
    position: absolute;
    width: 157px;
    height: 157px;
    position: absolute;
    right:100px;
    top:100px;
}
.download-inner-text {
    width: 750px;
    position: absolute;
    top: 115px;
    left: 55px;
    text-align: left;
    font-size: 18px;
    color: #333333;
}
.download-inner-text .orange {
    color: #f98603!important;
}
.download-inner-text > div {
    padding-left: 75px;
    position: relative;
    width:50%;
}
.download-inner-text > div span.big-num {
    font-size: 66px;
    color: #f98603;
    position: absolute;
    left: -10px;
    top: -25px;
}
.download-inner-text > div.innet-text-right {
    position: absolute;
    right: 0;
    top: 0;
}
/* 首页弹窗 */
#modal-index .modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 600px;
    /*height: 480px;*/
    margin-left: -256px;
    margin-top: -255px;
    border: none;
    box-shadow: none;
}

/* 公共弹窗 */
#modal-index.type2 .modal-dialog {
    width: 676px;
    /*height: 408px;*/
    color: #fff;
    margin-left: -231.5px;
    margin-top: -355px;

    border-radius: 10px;
    overflow: hidden;
}

#modal-index .logo {
    /*background: url(../images/logo.png?v=1102) no-repeat center center;*/
    background: url(../images/logo.png?v=1102) no-repeat 72% center;
    /* width: 258px; */
    height: 89px;
}

.activity-ls {
    background: url(../images/index/win146.png) no-repeat left center;
    height: 80px;
    margin-bottom: 40px;
    width: 100%;
}

.modal-join-btn {
    display: inline-block;
    height: 75px;
    width: 137px;
    float: right;
    background: url(../images/index/wintoo.png) no-repeat left center;
}

.modal-join-btn:hover {
    opacity: 0.8;
}

#modal-index .close {
    position: absolute;
    width: 70px;
    height: 70px;
    color: #fff;
    font-size: 40px;
    width: 50px;
    height: 50px;
    top: 2px;
    right: 4px;
    line-height: 50px;
    font-weight: 100;
}

#modal-index .know .close {
    top: 20px;
    right: 95px;
    height: 55px;
    width: 55px;
    border-radius: 0;
    background: url(../images/new_index/others/tc-close-2.png) no-repeat;
    background-position: center;
}

#modal-index .notice-wp {
    position: relative;
    text-overflow: ellipsis;
    color: #333333;
    z-index: -1;
    font-size: 14px;
}

#modal-index .notice-tit {
    font-size: 22px;
    text-align: center;
}

.notice-title-text {
    text-align: center;
    margin-top: 167px;
}

.notice-title-text h1 {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.notice-title-text p {
    font-size: 20px;
    color: #fff;
}

#modal-index.type2 .notice-cnt {
    /*    width: 535px;
        overflow: auto;
        height: 180px;*/
}

#modal-index.type2 .notice-tit,
#modal-index.type3 .notice-tit {
    text-align: center;
    font-size: 18px;
    color: #fff;
    text-indent: -2em;
}

#modal-index .first-title {
    color: #ca4e4e;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
}

#modal-index .first-title .title-button {
    display: inline-block;
    text-align: center;
    background-color: #ca4e4e;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    padding: 4px 9px;
    margin-left: 10px;
    font-weight: normal;
    vertical-align: middle;
}

#modal-index .notice-cnt {
    line-height: 2;
    text-overflow: ellipsis;
    font-size: 15px;
    text-align: justify;
    padding: 25px 17px 0;
    color: #333333;
    height:240px;
    overflow-y: auto;

}

#modal-index .notice-ft {
    margin-left: -67px;
    margin-right: 6px;
    padding-top: 14px;
}

#modal-index.type2 .notice-ft {
    margin: 0 0 0 -18px;
}

#modal-index .notice-ft .pic-wrap {
    height: 100px;
    overflow: hidden;
    margin-bottom: 0;
}

#modal-index .notice-ft .pt-dload {
    width: 62px;
    height: 58px;

}

#modal-index .notice-ft .desc {
    color: #e2e2e2;
    font-size: 16px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, .7);
}

#modal-index.fade .modal-dialog {
    -webkit-transition: -webkit-transform .45s ease-out;
    transition: transform .45s ease-out;
    opacity: 1;
    -ms-transform: translate(0, -120%);
    transform: translate(0, -120%);
}

#modal-index .z-index10 {
    z-index: 10px;
    position: relative;
}

#modal-index.fade .notice-icons {
    position: absolute;
    background: url(../images/index/notice-icons.png) no-repeat;
    z-index: 10;
}

#modal-index.fade .notice-icons.notice-icon1 {
    right: 58px;
    top: -76px;
    width: 116px;
    height: 100px;
    background-position: -7px 0px;
}

#modal-index.fade .notice-icons.notice-icon2 {
    right: -57px;
    top: 111px;
    width: 134px;
    height: 213px;
    background-position: 2px -120px;
}

#modal-index.fade .notice-icons.notice-icon3 {
    left: -15px;
    bottom: -94px;
    width: 134px;
    height: 131px;
    background-position: 2px -252px;
}

#modal-index.fade .notice-girl {
    position: absolute;
    left: -227px;
    top: -133px;
    z-index: 10;
}

#modal-index.in .modal-dialog {
    background-image: url(/images/index/alert-bg.png);
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    overflow: initial;
    zoom: 1;
    border-radius: 25px;
    padding-bottom: 40px;
    width:462px;
    height:592px;
}

#modal-index.in .modal-dialog .tc-bigtext {
    background-image: url(../images/new_index/others/tc-bigtext.png);
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: -170px;
}

#modal-index .modal-dialog .title-top-text {
    text-align: center;
    font-weight: bold;
    height: 30px;
    line-height: 1;
    font-weight: 800;
    font-size: 18px;
    color: #ff3535;
    border-bottom: 1px dashed #ff3535;
    margin: 20px 40px 0;
}

#modal-index .ui-scrollnews {
    overflow: hidden;
    position: absolute;
    height: 60px;
    width: 100%;
    line-height: 60px;
    overflow: hidden;
    margin-top: 0px;
    border-radius: 0 0 20px 20px;
    bottom: 4px;
}

.notice-wp-tips {
    font-size: 12px;
    color: #fff;
    z-index: 1000;
    padding: 15px 50px;
    line-height: 2.0;
    width: 530px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    margin: 0 auto;
}

.ui-scrollnews ul {
    position: absolute;
    width: 100%;
    text-align: center;
}

.ui-scrollnews ul li a {
    text-decoration: none;
    color: #333;
    line-height: 60px;
    height: 60px;
    display: inline-block;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    padding: 0;
    text-align: left;
    font-size: 16px;
}

.ui-scrollnews ul li strong.f20 {
    color: #ff3535 !important;
}

#modal-index.king-honor .close {
    top: 23%;
    right: -3%;
    background: url(../images/index/close.png) no-repeat;
    background-position: 10%;
    height: 57px;
    width: 58px;
}

#modal-index .custom-dialog-king-honor {
    background-size: 100%;
}

.custom-dialog-king-honor .logo {
    margin: 90px 0 80px 0;
}

.honor-active-title {
    color: #ffc600;
    font-size: 20px;
    text-align: right;
    margin-right: 10px;
    font-weight: bold;
}

.honor-active-title a {
    background-color: #ffc600;
    color: #333;
    padding: 7px 18px;
    border-radius: 5px;
    font-size: 18px;
}

.tips-content {
    padding-left: 30%;
}

.more-tips {
    color: #dfb524;
}

.tips-top dt {
    font-size: 20px;
    text-align: center;
}
.know {position: relative;}
#modal-index .know .close {
    top: 83px;
    right: 205px;
    height: 55px;
    width: 55px;
    border-radius: 0;
    background: url(../images/new_index/others/tc-close-2.png) no-repeat;
    background-position: center;
}
/*2019-7新版侧边栏*/
/*#asideSeverGirl {
    position: fixed;
    right: 0;
    width: 30px;
    height: 368px;
    top: 50%;
    margin-top: -184px;
    z-index: 4;
    overflow: hidden;
    transition: all .6s;
    cursor: pointer;
}
#asideSeverGirl #severTextBox{
    position: absolute;
    left: -60px;
    top: -65px;
    font-size: 21px;
    color: #000;
    font-weight: bold;
    width:191px;
    height: 154px;
    background:url(../images/newIndex/aside-qipao.png) no-repeat;
    background-size: 100%;
    padding: 29px 32px;
    display: none;
    text-align: left;
}
#asideSeverGirl.active {
    overflow: inherit;
    width:171px;
    opacity: 1;
    filter: alpha(opacity=100);
}
#asideSeverGirl #severTextBox.active {
    display: block;
}*/

#asideSeverTiger {
    position: fixed;
    right: -14px;
    width: 140px;
    height: 254px;
    top: 50%;
    margin-top: -177px;
    z-index: 100;
    transition: all .6s;
    cursor: pointer;
    transform: scale(0.8);
}

#asideSeverTiger #severTextBox{
    position: absolute;
    top: -36px;
    font-size: 21px;
    color: #000;
    font-weight: bold;
    width: 192px;
    height: 135px;
    background: url(../images/newIndex/tiger-text2.png) no-repeat;
    background-size: 100%;
    padding: 29px 32px;
    text-align: left;
    right: 0px;
    display: none;
}
#asideSeverTiger.active {
    overflow: inherit;
    width:171px;
    opacity: 1;
    filter: alpha(opacity=100);
}
#asideSeverTiger #severTextBox.active {
    display: block;
}
#asideSeverTiger.slidein {
    width:108px;
    height: 210px;
}
#asideSeverTiger.slidein img {
    width: 100%;
}
@media only screen and (max-width:1439px) {
    #asideSeverTiger,#asideSeverTiger.slidein {
        width: 92px;
        height: 100px;
        top:30%;
    }
    #asideSeverTiger .girl{
        width:91px;
    }
    #asideSeverTiger #severTextBox{
        transform: scale(0.48);
        margin-left: -50px;
        top: 50px;
    }
}

/*2019-7新版侧边栏*/

/*2019-7新版导航*/
.index-new-nav-warp {
    background-color: #f9f8f8;
}
.new-nav-title-box {
    height: 88px;
}
.index-new-nav-warp a.logo-box {
    float: left;
    margin-right: 140px;
    margin-top: 10px;
}
.new-nav-item-box {
    float: left;
    position: relative;
}
.new-nav-item-box>a {
font-size: 20px;
    color: #333333;
    padding: 19px 35px;
    display: block;
    text-align: center;
    position: relative;
    height:88px;
}
.new-nav-item-box>a span{
    display: block;

}
.new-nav-item-box>a span.nav-en {
    font-size: 10px;
}


body .nav-item-box.on,body .nav-item-box.active {
    background: -webkit-linear-gradient(to bottom,#ffe5c0,#efe8de);
    background: -o-linear-gradient(to bottom,#ffe5c0,#efe8de);
    background: -moz-linear-gradient(to bottom,#ffe5c0,#efe8de);
    background: linear-gradient(to bottom,#ffe5c0,#efe8de);
    border-radius: 5px 5px 0 0;
}
.new-nav-item-box.active>a,.new-nav-item-box.on>a,.new-nav-item-box:hover >a {
    color: #ff9900;
}
.new-nav-item-box.active>a:after,
.new-nav-item-box:hover >a::after ,
.new-nav-item-box.on>a:after
{
    content: "";
    position: absolute;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ff9900;
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
    bottom: 5px;
    left: 50%;
    margin-left: -10px;
}
.new-nav-item-box.active>a:before,
.new-nav-item-box.on>a:before,
.new-nav-item-box:hover >a::before
{
    content:"";
    position: absolute;
    width: 60px;
    height: 6px;
    background-color: #ff9900;
    bottom:0;
    left:50%;
    margin-left:-30px;
}

.nav-slider-list-box {
    position: absolute;
    width: 123px;
    background-color: rgba(0,0,0,0.7);
    color: #c6c6c6;
    font-size: 15px;
    padding: 10px 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: rotateY(90deg);
    transition: all .4s;
}
.new-nav-item-box:hover .nav-slider-list-box {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateY(0);
}
.nav-slider-list-box.slot {
    width:246px;
    left: -53px;
}
.nav-slider-list-box.slot:before {
    content: "";
    width: 1px;
    height: 90%;
    background-color: #3b3b3b;
    position: absolute;
    left: 126px;
    top: 5%;
}
.nav-slider-list-box a {
    float: left;
    width: 123px;
    padding: 10px 7px;
    position: relative;
    cursor: pointer;
}
.nav-slider-list-box a:hover {
    color: #ff9900;
}
.nav-slider-list-item span.hoticon {
    display: inline-block;
    content:"";
    width:11px;
    height: 11px;
    background:url(../images/newIndex/hot.png) no-repeat;
    background-size: 100%;
    margin-right: 5px;
}.nav-slider-list-item span.newicon {
    display: inline-block;
    content:"";
    width:11px;
    height: 11px;
    background:url(../images/newIndex/new.png) no-repeat;
    background-size: 100%;
    margin-right: 5px;
}
/*2019-7新版导航*/

/*顶部公告*/
.gb-news-wp {
    position: absolute;
    width: 335px;
    padding: 0 10px 0 50px;
    height: 35px;
    background-color: #333333;
    left: 180px;
    top: 7px;
}
.gb-news-wp #notice-marquee{
    height: 35px;
    line-height: 35px;
}
.gb-news-wp i {
    position: absolute;
    left: 12px;
    top: -4px;
}
body .gb-news-wp a {
    color: #fff!important;
    font-size: 14px!important;
}
/*顶部公告*/
/*header*/
.gb-footer .footer-title {
    color: #666666!important;
}
.gb-header .link-info.fl a{
    color: #959595;
    font-size: 14px;
    padding:0 10px;
    position: relative;
}
.gb-header .link-info.fl a:last-child {
    border-right: 0;
}

#header .header-top-wp .i-btn.two {
    background-color: transparent;
    background:url(../images/newIndex/topbtn.png) no-repeat;
    background-size: 100%;
    border:none;
}
.new-top-btn {

    color: #fb9b08 !important;
}
.new-top-btn.border {
    position: relative;
    margin-right: 10px;
}
.new-top-btn.border:before {
    content:"";
    width:1px;
    height: 9px;
    background-color: #605f5f;
    position: absolute;
    right: -10px;
    top: 5px;
}
.gb-header .link-info.fl a span.line {
    width:1px;
    height: 9px;
    background-color: #605f5f;
    position: absolute;
    right: 0px;
    top: 5px;
}
.#header .header-top-wp .item.border {
    margin-right:0;
}
#header .header-top-wp .i-btn {
    display: inline-block;
    color: #ff9900;
    text-align: center;
    /* padding: 10px 20px; */
    background-color: TRANSPARENT;
    border-radius: 4px;
    margin-left: 0;
    margin-top: 7px;
    font-size: 14px;
    line-height: 1;
    height: 33px;
    border: none;
    font-weight: bold;
    width: 85px;
    height: 33px;
    line-height: 29px;
    border: 1px solid #ff9900;
}
.my-close-btn{
    position: absolute;
    font-size: 24px;
    height: 40px;
    width: 40px;
    background: #ff9900;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    top: 0;
    right: 0;
}

@-webkit-keyframes a-float {
    0%, 100% {
        -webkit-transform: translateY(0);
    }
    25% {
        -webkit-transform: translateY(3%);
    }
    75% {
        -webkit-transform: translateY(-3%);
    }
}

@keyframes a-float {
    0%, 100% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(3%);
    }
    75% {
        transform: translateY(-3%);
    }
}