@charset "utf-8";
a:link{ cursor: pointer;}
body{
    font-family: "黑体简体", "微软雅黑", "Microsoft YaHei", "Arial regular", serif !important;
    -webkit-text-size-adjust: 100%;
    background-color:#CB3831!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:14px!important;
    overflow-x: hidden;
}
.clearFix {
    zoom: 1;
}
.clearFix:after {
    content: "";
    display: block;
    clear: both;
}
* {
    word-wrap: break-word;
    word-break: break-word;
    outline: none;
}
.fr{
    float: right;
}
.fl{
    float: left;
}
.wrap {
    width: 1170px;
    margin: 0 auto;
}
.bannerWrap{
    min-width: 1200px;
    width: 100%;
    background-image: url('../img/banner.png');
    background-repeat: no-repeat;
    background-position: center 0;
    min-height: 1191px;
    padding-top: 60px;
}
.ltImg{
    height: 242px;
    min-height: 242px;
    background-size: 943px 242px;
}
.bannerTxtWrap{
    width: 663px;
    height: 133px;
    margin: 0 auto;
    color: #D32618;
    font-size: 20px;
    text-align: center;
    padding-top: 60px;
    line-height: 36px;
    /*margin-top: -22px;*/
}
.yhWrap{
    position: relative;
    height: 1px;
}
.bannerTxtWrap span{
    display: block;
    font-size: 28px;
}

.salute{
    width: 284px;
    height: 275px;
    position: absolute;
    top: -205px;
    right: 6px;
    animation: salute 3s linear infinite;
}
@-webkit-keyframes salute{
    0%{
        transform:scale(0);

    }
    100%{
        transform:scale(1);

    }
}
@keyframes salute{
    0%{
        transform:scale(0);

    }
    100%{
        transform:scale(1);

    }
}
.salute img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.salute-1 {
    animation-delay: 0s;
}
.salute-2 {
    animation-delay: .5s;
}
.salute-3 {
    animation-delay: 1s;
}
.salute-4 {
    animation-delay: 1.5s;
}
.salute-5 {
    animation-delay: 2s;
}
.salute-6 {
    animation-delay: 2.5s;
}
.salute-7 {
    animation-delay: 3s;
}

.videoWrap {
    margin-top: 215px;
    margin-bottom: 46px;
}
.videoWrap .videoBox{
    background: url("../../newyear2024/img/videoBj.png") no-repeat 0 0;
    width: 765px;
    height: 511px;
    position: relative;
}
.play{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
}
.play img{
    width: 100%;
    height: 100%;
}
.videoWrap .video{
    height: 406px;
    width: 723px;
    display: block;
    margin: 20px auto 0;
    transition: all .5s;
}
.videoInfo{

    width: 605px;
    margin: 0 auto;
    height: 80px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.videoInfo p{
    margin: 0 auto;
    color: #F8F8C0;
    font-size: 17px;
    line-height: 30px;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;

}
.videoInfo p span{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.videoInfo p:before{
    display: inline-block;
    content: "";
    background: url("../../newyear2024/img/ydR.png") no-repeat 0 0;
    width: 30px;
    height: 17px;
    position: absolute;
    left: -48px;
}
.videoInfo p:after{
    display: inline-block;
    content: "";
    background: url("../../newyear2024/img/ydL.png") no-repeat 0 0;
    width: 30px;
    height: 17px;
    position: absolute;
    right: -48px;
}
.videoList{
    margin-left: 13px;
}
.videoList li:first-child{
    margin-bottom: 11px;
}



.videoList .active{
    background: linear-gradient(90deg, #d54028, #e5946d);
}
.videoList .active .headPic span{
    opacity: 0;
}
.videoList .active .expertInfo span{
    color: #F8F8C0;
}
.videoList .active .expertInfo p{
    color: #F8F8C0
}
@keyframes runX {
    from{transform: translateX(150%);transform: scaleX(0);}
    to{transform: translateX(0);transform: scaleX(1);}
}

.bannerWrap .videoList li .expertInfo {
    transform-origin: left;
    transform: scaleX(0);
    overflow: hidden;
    animation: runX 1s ease-in-out forwards;
}

.videoList li:nth-child(1) .expertInfo{
    animation-delay: 0s;
}
.videoList li:nth-child(2) .expertInfo{
    animation-delay: .5s;
}
.videoList li:nth-child(3) .expertInfo{
    animation-delay: 1s;
}
.videoList li:nth-child(4)  .expertInfo{
    animation-delay: 1.5s;
}
.videoList li:nth-child(5)  .expertInfo{
    animation-delay: 2s;
}


.videoList li:hover {
    background: linear-gradient(90deg, #d54028, #e5946d);
}
.videoList li:hover .headPic span{
    opacity: 0;
}
.videoList li:hover .expertInfo span{
    color: #F8F8C0;
}
.videoList li:hover .expertInfo p{
    color: #F8F8C0
}
.videoList li{
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    width: 391px;
    height:120px;
    background: #B12C16;
    margin-bottom: 10px;
}
.videoList li a{
    margin-top: 7px;
    margin-left: 7px;
}
.videoList .headPic{
    width: 142px;
    height: 80px;
    position: relative;
    margin-top: 19px;
    margin-left: 7px;
}
.videoList .headPic img{
    width: 100%;
    height: 100%;
}
.videoList .headPic span{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    background: #000;
    opacity: 0.4;
}
.videoList .expertInfo span{
    text-align: justify;
    text-align-last: justify;
    display: inline-block;
    width: 56px;
    font-size: 18px;
    color: #FDA058;
    line-height: 30px;
}
.videoList .expertInfo p{

    font-size: 14px;
    color: #FDA058;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.videoList .expertInfo{
    width: 223px;
    margin-left: 12px;
    margin-top: 14px;
}
.videoList a{
    zoom: 1;
}
.videoList a:after {
    content: "";
    display: block;
    clear: both;
}
#zbList li:last-child .expertInfo span{
    width: 100px!important;
}
/*xqxWrap.css start*/
.title{
    color: transparent;
    line-height: 99999999999px;
    max-height: 200px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

.xqxWrap{
    width: 100%;
    min-width: 1200px;
    background: url("../../newyear2024/img/xqxBg.png") no-repeat center 345px;
    margin-top: 65px;
    position: relative;
}
.xqxWrap .t1{
    background: url("../../newyear2024/img/t1.png") no-repeat 0 0;
    width: 615px;
    height: 142px;
}

.bnVideoList{
    width: 1177px;
    margin: 40px auto 0;
}
.bnVideoList li{
    width: 573px;
    float: left;
    margin-right: 30px;
    margin-bottom: 34px;
    text-align: center;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}
.bnVideoList li:nth-child(2n){
    margin-right: 0;
}
.bnVideoList li a{
    width: 573px;
    height: 329px;
    background: #9B1416;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}
.bnVideoList li a>div{
    width: 558px;
    height: 318px;
   overflow: hidden;
}
.bnVideoList li img{
    width: 558px;
    height: 318px;
    transition: transform 0.3s ease;
}
.bnVideoList li:hover .mask{
    background:rgba(0,0,0,0) url("../../newyear2024/img/video-btn.png") no-repeat center;
    background-size: 75px 65px;
}
.bnVideoList li:hover img{
    transform: scale(1.1);
}
.bnVideoList li .mask{
    display: block;
    background:rgba(0,0,0,0.2) url("../../newyear2024/img/video-btn.png") no-repeat center;
    width: 559px;
    height: 319px;
    background-size: 75px 65px;
    position: absolute;
    left: 7px;
    top: 5px;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}
.xqxWrap .heImgWrap{
    background: url("../../newyear2024/img/he1.png") no-repeat 57px 0;
    width: 419px;
    height: 243px;
    position: absolute;
    top: -112px;
    right: 0px;
}
.xqxWrap .xm1Wrap{
    width: 1170px;
    height: 279px;
    margin-left: -572px;
    position: absolute;
    left: 50%;
    text-align: right;
    top: 540px;
}
.xqxWrap .xm1Wrap img{
    width: 612px;
    height: 407px;
    animation: zy 2.5s .15s linear infinite;
}

@-webkit-keyframes zy{
    10% {
        transform: rotate(15deg);
    }
    20% {
        transform: rotate(-10deg);
    }
    30% {
        transform: rotate(5deg);
    }
    40% {
        transform: rotate(-5deg);
    }
    50%,100% {
        transform: rotate(0deg);
    }
}

.videoInfoTxt{
    margin-top: 11px;
    display: inline-block;
}
.videoInfoTxt p{

    margin: 0 auto;
    color: #CB3830;
    font-size: 17px;
    line-height: 30px;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;

}
.videoInfoTxt p span{
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 1;*/
    /*-webkit-box-orient: vertical;*/
    max-width: 490px;
}
.videoInfoTxt p:before{
    display: inline-block;
    content: "";
    background: url("../../newyear2024/img/hydL.png") no-repeat 0 0;
    width: 30px;
    height: 17px;
    position: absolute;
    left: -42px;
    top:7px;
}

.videoInfoTxt p:after{
    display: inline-block;
    content: "";
    background: url("../../newyear2024/img/hydR.png") no-repeat 0 0;
    width: 30px;
    height: 17px;
    position: absolute;
    right: -42px;
    top:7px;
}

/*xqxWrap.css end*/

/*xnxqdWrap.css start*/
.xnxqdWrap{
    padding-top: 72px;
}
.xnxqdWrap .t2{
    background: url("../../newyear2024/img/t2.png") no-repeat 0 0;
    width: 615px;
    height: 142px;
}
.xnxqdBox{
   position: relative;
}
.yhbg{
    background: url("../../newyear2024/img/yhBG.png") no-repeat 0 0;
    width: 343px;
    height: 319px;
    left: 994px;
    bottom: -115px;
    position: absolute;
    display: inline-block;
    z-index: 0;
}
.xnxqdList{
    margin-top: 23px;
    position: relative;
    z-index: 1;
}
.xnxqdList a{
    display: inline-block;
}
.xnxqdList li{
    background: url("../../newyear2024/img/qdBg.png") no-repeat 0 0;
    width: 284px;
    height: 241px;
    padding: 7px 8px 0;
    text-align: center;
    box-sizing: border-box;
    float: left;
    margin-right: 11px;
    margin-bottom: 30px;
    -webkit-transition: -webkit-box-shadow .2s linear;
    transition: -webkit-box-shadow .2s linear;
    transition: box-shadow .2s linear;
    transition: box-shadow .2s linear,-webkit-box-shadow .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.xnxqdList li:hover{
    -webkit-box-shadow: 0px 20px 20px 0px rgba(104,20,21,.3);
    box-shadow: 0px 20px 20px 0px rgba(104,20,21,.3);
    -webkit-transform: translate3d(0,-8px,0);
    transform: translate3d(0,-8px,0);
}
.xnxqdWrap .xnxqdList li:nth-child(3n){
    margin-right: 0;
}
.xnxqdList img{
    width: 100%;
    height: 100%;
}
.xnxqdList div{
    position: relative;
    width: 268px;
    height: 150px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.xnxqdList span{
    display: inline-block;
    background: url("../../newyear2024/img/playBtn.png") no-repeat 0 0;
    width: 38px;
    height: 38px;
    position: absolute;
}
.xnxqdList p{
    display: inline-block;
}
@keyframes siz {
    from{transform: translateY(-150%);}
    to{transform: translateY(0);}
}

.txtRun{
    overflow: hidden;
    opacity: 1!important;
    white-space: pre-wrap;
    animation: siz 0.5s ease-in-out forwards;
}

@keyframes txtRun {
    from{transform: translateY(150%);}
    to{transform: translateY(0);}
}

.txtRunA{
    overflow: hidden;
    opacity: 1!important;
    white-space: pre-wrap;
    animation: txtRun 0.5s ease-in-out forwards;
}

.xnxqdList .jbName,.xnxqdList .jbuint{

    opacity: 0;
}

.xnxqdList .jbName{
    min-width: 50px;
    font-size: 18px;
    color: #F6F0BA;
    line-height: 22px;
    text-align: justify;
    text-align-last: justify;
    margin-top: 10px;
    margin-bottom: 2px;
}
.xnxqdList .jbuint{
    font-size: 14px;
    font-weight: 400;
    color: #F6F0BA;
    line-height: 20px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*xnxqdWrap.css end*/
/*xnxycWrap.css start*/
.xnxycWrap .xm2{
    width: 1550px;
    height: 302px;
    position: absolute;
    margin-left: -740px;
    left: 50%;
    bottom: 43px;
}
.xnxycWrap .xm2 img{
    width: 193px;
    height: 302px;
    position: absolute;
    right: 0;
    bottom: 0;
    animation: moves 2s ease-in-out 1s infinite;

}
@keyframes moves {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-20px);
    }
    100% {
        transform: translateX(0);
    }
}
.xnxycWrap{
    padding-top: 50px;
    background: url("../../newyear2024/img/xycBg.png") no-repeat center 0;
    padding-bottom: 50px;
    position: relative;
}
.xnxycWrap .t3{
    background: url("../../newyear2024/img/t3.png") no-repeat 0 0;
    width: 615px;
    height: 142px;
}
.xnxycWrap .videoWrap{
    margin-top: 42px;
}
.xnxycWrap .videoWrap .videoList{
    margin-right: 13px;
    margin-left: 0;
}
.xnxycWrap .videoWrap .videoList li .expertInfo{
    opacity: 0;
}
.xnxycWrap .videoWrap .videoList li .expertInfoRun {
    transform-origin: left;
    opacity: 1;
    transform: scaleX(0);
    overflow: hidden;
    animation: runX 1s ease-in-out forwards;
}


.xnxycWrap .videoWrap li:nth-child(1) .expertInfoRun{
    animation-delay: 0s;
}
.xnxycWrap .videoWrap li:nth-child(2) .expertInfoRun{
    animation-delay: .2s;
}
.xnxycWrap .videoWrap li:nth-child(3) .expertInfoRun{
    animation-delay: 0.5s;
}
.xnxycWrap .videoWrap li:nth-child(4) .expertInfoRun{
    animation-delay: 0.7s;
}
.xnxycWrap .videoWrap li:nth-child(5) .expertInfoRun{
    animation-delay: 1s;
}

/*xnxycWrap.css end*/

/*xnxshWrap.css start*/
.xnxshWrap{
    background: url("../../newyear2024/img/shBg.png") no-repeat 0 410px;
    background-size: 350px 89px;
    position: relative;
}

.xnxshWrap .t4{
    background: url("../../newyear2024/img/t4.png") no-repeat 0 0;
    width: 615px;
    height: 142px;
}
.bgWrap{
    overflow: hidden;
    position: relative;
}

/*@keyframes flyX {*/
    /*from{transform: translateX(150%) translate(0, 0);transform: scaleX(1);}*/
    /*to{transform: translateX(0) translate(100px, 200px);transform: scaleX(1);}*/
/*}*/

/*.fhIcon{*/
    /*transform-origin: left;*/
    /*transform: scaleX(1);*/
    /*overflow: hidden;*/
    /*animation: flyX 1s ease-in-out forwards;*/
/*}*/


.fhIcon{
    background: url("../../newyear2024/img/fh2.png") no-repeat -87px 0!important;
    width: 100%;
    max-width: 1920px;
    height: 316px;
    position: absolute;
    left:0;
    top:773px;
    top:0;
    left: -340px;
    z-index: 1;
    pointer-events: none;
}
.fhIconShow{
    left:0px!important;
}
.xnxshWrap .videoInfoTxt p{
    color: #F7F3BD;
}
.xnxshWrap .videoInfoTxt p:before {
    background: url('../../newyear2024/img/ydR.png') no-repeat 0 0;
}
.xnxshWrap .videoInfoTxt p:after {
    background: url('../../newyear2024/img/ydL.png') no-repeat 0 0;
}
.xnxshWrap .zmBg{
    position: relative;
    padding-bottom: 132px;
    overflow: hidden;

}
.bg2024{
    width: 1550px;
    height: 486px;
    background: url('../../newyear2025/img/2024.png') no-repeat right bottom;
    background-size:346px 277px;
    position: absolute;
    left:50%;
    margin-left: -544px;
    bottom: -45px;
    transform: scale(0.8);
}
/*xnxshWrap.css end*/
/*xnxkyWrap.css start*/
.xnxkyWrap{
    background: url("../../newyear2024/img/kuT.png") no-repeat center 0;
    padding-top: 46px;
    position: relative;

}
.xnxkyWrap .xm3Wrap{
    width: 1550px;
    height: 338px;
    margin-left: -859px;
    position: absolute;
    left: 50%;
    top: -49px;
}
.xnxkyWrap .xm3Wrap img{
    width: 265px;
    height: 246px;
    /*animation: shake 0.5s;*/
    /*animation-iteration-count: infinite;*/
    animation: shake 1s ease-in-out 0s infinite;

}

#xnxkyList{
    background: url("../img/2026.png") no-repeat right bottom;
    background-size: 690px 300px;
}
@keyframes shake {
    0% {
        transform: translateX(0);
        transform: translateY(0);
    }
    50% {
        transform: translateX(-20px);
        transform: translateY(-20px);
    }
    100% {
        transform: translateX(0);
        transform: translateY(0);
    }
}

.xnxkyWrap .t5{
    background: url("../../newyear2024/img/t5.png") no-repeat 0 0;
    width: 615px;
    height: 142px;
    margin-bottom: 32px;
}
.zBg{
    background: url("../../newyear2024/img/kyZ.png") repeat-y center 0;
}
.dBg{
    background: url("../../newyear2024/img/kyD.png") no-repeat center bottom;
    padding-bottom: 173px;
    position: relative;
    overflow: hidden;
    margin-bottom: 100px;
}
.dBg .xm2{
    width: 1200px;
    height: 302px;
    position: absolute;
    margin-left: -600px;
    left: 50%;
    bottom: -1px;
    z-index: 2;
    display: none;
}
.dBg .xm2 img{
    width: 193px;
    height: 302px;
    position: absolute;
    right: -298px;
    bottom: 0;
    animation: moves 2s ease-in-out 1s infinite;

}
.xnxkyList li{
    background: url('../../newyear2024/img/kyItem.png') no-repeat 0 0;
    width: 379px;
    height: 321px;
    margin-bottom: 0;
}
.xnxkyList div {
    width: 358px;
    height: 200px;
}
.xnxkyList li{
    padding: 11px 10px 0;
    margin-right: 16px;
}

.xnxkyList li:nth-child(3n){
    margin-right: 0;
}

.xnxkyList .jbName{
    padding: 0 50px;
    margin-top: 28px;
    margin-bottom: 5px;
}
.xnxkyList .jbName em{
    display: inline-block;
    font-size: 20px;
    min-width: 62px;
}
.xnxkyList .jbName:before {
    display: inline-block;
    content: "";
    background: url("../../newyear2024/img/ydR.png") no-repeat 0 0;
    width: 30px;
    height: 17px;
    position: absolute;
    left: 7px;
    top: 3px;
}
.xnxkyList .jbName:after {
    display: inline-block;
    content: "";
    background: url("../../newyear2024/img/ydL.png") no-repeat 0 0;
    width: 30px;
    height: 17px;
    position: absolute;
    right: 7px;
    top: 3px;
}
.xnxkyList .jbuint{
    font-size: 16px;
}

.qiyeheWrap {
    margin: 0 auto;
    background: url("../img/qiyeBG.png") no-repeat center 102px;
    background-size: 1920px 589px;
    padding-bottom: 98px;
    margin-bottom: 100px;
}
.qiyeheWrap ul{
    width: 1033px;
    height: 593px;
    margin: 0 auto;
    background: #9B1416;
    border-radius: 8px;
}
.qiyeheWrap li{
    width: 1013px;
    height: 563px;
    background: none;
    float: none;
    padding: 0!important;
    margin: 0!important;
}
.qiyeheWrap  li p{
    display: none!important;
}
.qiyeheWrap  li div {
    width: 100%;
    height: 100%;
    left: 10px;
    top: 10px;
    overflow: hidden;
}
.qiyeheWrap  li div img{
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}
.qiyeheWrap  li p{
    display: none;
}
.qiyeheWrap li:hover{
    -webkit-box-shadow: none;
    box-shadow:none;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.qiyeheWrap li:hover img {
    transform: scale(1.1);
}
/*xnxkyWrap.css end*/


/*.zyt-portal.css start*/
.zyt-video {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 10009;
    overflow: hidden;
}
.zyt-video .zyt-code-modal.opacity1 {
    opacity: 1;
}
.zyt-video .zyt-code-modal {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    overflow: auto;
}
.zyt-video .zyt-code-modal .zyt-code-wrapper-outer {
    position: absolute;
    width: 1200px;
    height: 675px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
    margin-left: -600px;
    margin-top: -337px;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transform-origin: center;

}
.zyt-video .zyt-code-modal .qr-show{
    -webkit-transform: scale(1)!important;
    -ms-transform: scale(1)!important;
    transform: scale(1)!important;
}
.zyt-video .zyt-code-modal .zyt-code-wrapper-outer .wrapper-inner.show {
    transform: translateY(0);
}
.zyt-video .zyt-code-modal .zyt-code-wrapper-outer .wrapper-inner {
    background-color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 2px;
    overflow: hidden;
    transform: translateY(100%);
    position: relative;
}

.zyt-video .zyt-code-modal .zyt-code-wrapper-outer .wrapper-inner .info {
    font-size: 14px;
    color: #918F8F;
}
.zyt-video .zyt-code-modal .zyt-code-wrapper-outer .wrapper-inner .zyt-pic {
    width: 1200px;
    height: 675px;
    margin:0 auto;
}
.zyt-video .zyt-code-modal .zyt-code-wrapper-outer .wrapper-inner .zyt-pic video {
    width: 100%;
    height: 100%;
}
.zyt-video .zyt-code-modal .zyt-code-wrapper-outer .wrapper-inner .closeBtn{

    cursor: pointer;
    background: url("../../newyear2024/img/close.png") no-repeat 0 0;
    position: absolute;
    right: 7px;
    top: 7px;
    display: inline-block;
    width: 22px;
    background-size: 100%;
    height: 22px;
    z-index: 3;
}
/*.zyt-portal.css end*/

