/*头条*/
.Headlines{
    box-shadow: 1px 0 11px 0px rgb(183 183 183);
    width: 1160px;
    margin:-40px auto 20px;
    background: #fff;
    border-radius: 4px;
    padding: 16px 40px;
    display: flex;
    align-items: center;
}
.Headlines-title{
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}

/*内容*/
.wrap{
    width: 100%;
    padding-top: 20px;
}
.container{
    width: 1160px;
    margin: auto;
}
/* 重点 */
.keynote{
    margin-bottom: 20px;
    display: flex;
}
.keynote-left{
    width: 580px;
    min-width: 580px;
    height: 334px;
}
.keynote-left .swiper-container{
    height: 334px;
}
.keynote-content{
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
.keynote-title{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 46px;
    line-height: 46px;
    background: rgba(0,0,0,.6);
    color: #fff;
    padding:0 150px 0 14px;
    font-size: 18px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.keynote-img{
    height: 100%;
    width: 100%;
}
.keynote-img img{
    height: 100%;
    width: 100%;
}
.keynote-left .swiper-pagination{
    left: initial !important;
    right: 10px;
    width: auto !important;
    bottom: 16px !important;
}
.keynote-left .swiper-pagination-bullet{
    opacity: 1;
    background: #fff;
    width: 12px;
    height: 12px;
}
.keynote-left .swiper-pagination-bullet-active{
    background: #f5ab33;
}
.keynote-right{
    margin-left: 20px;
    width: 560px;
}
.newTitle{
    width: 100%;
}
.newTitle ul{
    display: flex;
    justify-content: space-around;
}
.newTitle li{
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    padding-bottom: 14px;
}
.newTitle .active{
    color: #007ad8;
    background: url(/eportal/imageDir/rlzyfwzx/2024/01/2024010415274055983.png) no-repeat bottom center !important;
}
.newAbout{
    display: none;
}
.newContent .active{
    display: block;
}
.newContent li{
    line-height: 40px;
    display: flex;
    justify-content: space-between;
}
.newContent li a{
    display: block;
    width: 100%;
    padding: 0 14px 0 24px;
    position: relative;
}
.newContent li a::after{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(0 ,122, 216 ,.5);
    left: 6px;
    top: 17px;
}
.newContent li span{
    color: #999999;
    min-width: 96px;
    text-align: right;
}
/* banner图切换 */
.banner{
    margin-bottom: 20px;
}
.banner .swiper-pagination{
    left: initial !important;
    right: 10px;
    width: auto !important;
    bottom: 10px !important;
}
.banner .swiper-pagination-bullet{
    opacity: 1;
    background: #fff;
    width: 12px;
    height: 12px;
}
.banner .swiper-pagination-bullet-active{
    background: #007ad8;
}
/* 办事大厅 */
.work-title{
    width: 100%;
    background: url(work.png) no-repeat center !important;
    font-size: 26px;
    font-weight: bold;
    color: #007ad8;
    text-align: center;
    letter-spacing:2px;
}
.work-list{
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}
.work-button{
    background:url(float.png) no-repeat right center, #fde5c9 !important;
    width: 18%;
    border-radius: 10px;
    padding:26px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.work-button .work-characters{
    color: #c8945d;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    height: 40px;
}
.work-button .work-characters::after{
    content: "";
    width: 30px;
    height: 4px;
    border-radius: 4px;
    background: #c8945d;
    position: absolute;
    bottom: 0;
    left: 0;
}
.work-button:nth-child(2){
    background:url(float2.png) no-repeat right center, #f0edfc !important;
}
.work-button:nth-child(2) .work-characters{
    color: #5e72dd;
}

.work-button:nth-child(2) .work-characters::after{
    background: #5e72dd;
}

.work-button:nth-child(3){
    background:url(float5.png) no-repeat right center, #ffeaea !important;
}
.work-button:nth-child(3) .work-characters{
    color: #ee5454;
}

.work-button:nth-child(3) .work-characters::after{
    background: #ee5454;
}

.work-button:nth-child(4){
    background:url(float3.png) no-repeat right center, #ffe8db !important;
}
.work-button:nth-child(4) .work-characters{
    color: #eb7e44;
}
.work-button:nth-child(4) .work-characters::after{
    background: #eb7e44;
}
.work-button:nth-child(5){
    background:url(float4.png) no-repeat right center, #e9f9ff !important;
}
.work-button:nth-child(5) .work-characters{
    color: #51bee7;
}
.work-button:nth-child(5) .work-characters::after{
    background: #51bee7;
}
.work-button:hover{
    box-shadow: 2px 2px 9px 0px rgb(187 208 231);
    transition: .5s;
}


/* 切换 */
.tab{
    width: 100%;
    background: #ecf5ff;
    padding: 30px 0;
}
.tab-about{
    width: 1200px;
    margin: auto;
}
.tab-top{
    display: flex;
    padding: 0 20px 20px;
    justify-content: space-between;
}
.tab-top .tab-link{

    background: #fff;
    border:1px solid #b9d9ff;
    border-radius: 20px 0 20px 0;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
}
.tab-top .active{
    background:url(btn5.png) no-repeat center bottom , #007ad8 !important;
    border-color: #007ad8;
    position: relative;
}
.tab-top .active::after{
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #007ad8;
    position: absolute;
    bottom: -10px;
}
.tab-top .active .tab-right{
    color: #fff;
}
.tab-img{
    width: 48px;
    height: 48px;
    background: url(btn6_f.png) no-repeat !important;
    margin-right: 10px;
}
.tab-top .active .tab-img{
    background: url(btn6.png) no-repeat !important;
}
.tab-img1{
    width: 48px;
    height: 48px;
    background: url(btn7_f.png) no-repeat !important;
    margin-right: 10px;
}
.tab-top .active .tab-img1{
    background: url(btn7.png) no-repeat !important;
}

.tab-img3{
    width: 48px;
    height: 48px;
    background: url(zs2.png) no-repeat !important;
    margin-right: 10px;
}
.tab-top .active .tab-img3{
    background: url(zs.png) no-repeat !important;
}

.tab-img2{
    width: 48px;
    height: 48px;
    background: url(btn8_f.png) no-repeat !important;
    margin-right: 10px;
}
.tab-top .active .tab-img2{
    background: url(btn8.png) no-repeat !important;
}
.tab-right{
    color: #007ad8;
}
.tab-right p{
    font-size: 24px;
}
.tab-bottom{
    background: #fff;
    padding: 20px;
    min-height: 367px;
}
.tab-bottom .tab-content{
    display: none;
}
.tab-bottom .active{
    display: block;
}
/* 人事考试 */
.rsks{
    display: flex;
}
.rsks-left{
    width: 800px;
    min-height: 327px;
}
.rsks-top{
    display: flex;
    line-height: 38px;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
.rsks-top::after{
    width: calc(100% - 310px);
    background: #e5e5e5;
    height:1px;
    content: "";
    position: absolute;
    right: 40px;
    top: 18px;
}
.rsks-list{
    display: flex;
}
.rsks-list .rsks-title{
    font-size: 22px;
    margin-right: 25px;
    cursor:pointer;
}
.rsks-list .active{
    font-weight: bold;
    color: #007ad8;
    position: relative;
}
.rsks-list .active::after{
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    background: #007ad8;
    border-radius: 4px;
    left: 50%;
    margin-left: -15px;
    bottom: -2px;
}
.rsks-top-l{
    border-bottom: 1px dashed #b7b7b7;
    margin-bottom: 18px;
    padding-bottom: 20px;
    padding-top: 20px;
    justify-content: flex-start !important;
    align-items: center;
}
.rsks-top-l .date {
    border: 1px solid #e9f4ff;
    margin-right: 20px;
    border-radius: 15px 0 15px 0;
    padding: 5px;
}
.rsks-top-l .date span {
    display: block;
    text-align: center;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    min-width: auto;
    line-height: 26px;
}
.rsks-top-l .date p {
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #999999;
}
.date-content{
    background: #e9f4ff;
    border-radius: 15px 0 15px 0;
    padding: 6px;
}
.rsks-top-l .con {
    width: 80%;
}
.rsks-top-l .con a {
    display: block;
    height: 26px;
    line-height: 26px;
    background: none;
    width: 100%;
    padding: 0;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}
.rsks-top-l .con a::after{
    display: none;
}
.rsks-top-l .con em {
    line-height: 26px;
    font-size: 16px;
    color: #999999;
    font-style: normal;
}
.rsks-right{
    margin-left: 20px;
    width: 340px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}
.rsks-btn{
    width: 100%;
    height: 46%;
    border: 1px solid #b9d9ff;
    display: flex;
/*    flex-direction: column;*/
    justify-content: center;
    align-items: center;
}
.rsks-btn:hover{
    background: #007ad8;
    border-color: #007ad8;
    border-radius: 10px;
    transition: .7s;
}
.rsks-btn:hover .rsks-btn-title{
    color: #fff;
}
.rsks-btn:hover .rsks-btn-pic{
    display: block;
}
.rsks-btn:hover .rsks-btn-picf{
    display: none;
}
.rsks-btn-pic{
    display: none;
}
.rsks-btn-picf{
    display: block;
}
.rsks-btn-title{
    font-size: 20px;
    margin-top: 8px;
    padding-left: 12px;
}
.rsks-content li {
    line-height: 40px;
    display: flex;
    justify-content: space-between;
}
.rsks-content li a {
    display: block;
    width: 100%;
    padding: 0 14px 0 24px;
    position: relative;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.rsks-content li a::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(0 ,122, 216 ,.5);
    left: 6px;
    top: 17px;
}
.rsks-content li span {
    color: #999999;
    min-width: 96px;
    text-align: right;
}
/* 技能人才评价 */
.jnrc{
    display: flex;
}
.jnrc-left{
    width: 1150px;
    min-height: 327px;
}
.jnrc-top{
    display: flex;
    line-height: 38px;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
.jnrc-top::after{
    width: calc(100% - 265px) !important;
    background: #e5e5e5;
    height:1px;
    content: "";
    position: absolute;
    right: 40px;
    top: 18px;
}
.jnrc-list{
    display: flex;
}
.jnrc-list .jnrc-title{
    font-size: 22px;
    margin-right: 25px;
    cursor:pointer;
}
.jnrc-list .active{
    font-weight: bold;
    color: #007ad8;
    position: relative;
}
.jnrc-list .active::after{
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    background: #007ad8;
    border-radius: 4px;
    left: 50%;
    margin-left: -15px;
    bottom: -2px;
}
.jnrc-top-l{
    border-bottom: 1px dashed #b7b7b7;
    margin-bottom: 18px;
    padding-bottom: 20px;
    padding-top: 20px;
    justify-content: flex-start !important;
    align-items: center;
}
.jnrc-bottom{
    padding-top: 9px;
}
.jnrc-top-l .date {
    border: 1px solid #e9f4ff;
    margin-right: 20px;
    border-radius: 15px 0 15px 0;
    padding: 5px;
}
.jnrc-top-l .date span {
    display: block;
    text-align: center;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    min-width: auto;
    line-height: 26px;
}
.jnrc-top-l .date p {
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #999999;
}
.jnrc-top-l .con {
    width: 90%;
}
.jnrc-top-l .con a {
    display: block;
    height: 26px;
    line-height: 26px;
    background: none;
    width: 100%;
    padding: 0;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}
.jnrc-top-l .con a::after{
    display: none;
}
.jnrc-top-l .con em {
    line-height: 26px;
    font-size: 16px;
    color: #999999;
    font-style: normal;
}
.jnrc-content li {
    line-height: 40px;
    display: flex;
    justify-content: space-between;
}
.jnrc-content li a {
    display: block;
    width: 100%;
    padding: 0 14px 0 24px;
    position: relative;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.jnrc-content li a::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(0 ,122, 216 ,.5);
    left: 6px;
    top: 17px;
}
.jnrc-content li span {
    color: #999999;
    min-width: 96px;
    text-align: right;
}
.jnrc-right{
    margin-left: 25px;
    width: 240px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.jnrc-btn{
    border: 1px solid #ffbba3;
    border-radius: 10px;
    display: flex;
    align-items: center;
    height: 100px;

    background: url(icon7.png) no-repeat center right !important;
    flex-direction: column;

}

.daan{width: 1160px;display: flex;justify-content: space-between;}
.daan a:hover{color:#fff; }
.daan a{color:#007ad8; }
.daan1{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14.8%;
    height: 60px;
    padding: 10px 20px 10px 20px;
    background-color: #fff;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.15);
    float: left;
    font-weight: bold;
    text-align: center;
    margin: 0px 10px 20px 0px;}


.daan1:hover{
     background: #007ad8;
    border-color: #007ad8;
    border-radius: 10px;
    transition: .5s;
}
.jnrc-btn:hover{
    color: #ff7f2f;
}
.jnrc-btn:nth-child(2){
    background: url(icon8.png) no-repeat center right !important;
}
.jnrc-btn:nth-child(3){
    background: url(icon9.png) no-repeat center right !important;
}
.jnrc-btn-title{
    font-size: 22px;

}
.jnrc-btn-img{
    transition: transform .3s;
    margin-top: 15px;
    margin-bottom: 10px;
}
.jnrc-btn:hover .jnrc-btn-img{
    transform: rotateZ(360deg);
}


/*专业技术资格证书*/
.zyjs{
    display: flex;
}
.zyjs-left{
    width: 1150px;
    min-height: 327px;
}
.zyjs-top{
    display: flex;
    line-height: 38px;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
.zyjs-top::after{
    width: calc(100% - 230px);
    background: #e5e5e5;
    height:1px;
    content: "";
    position: absolute;
    right: 40px;
    top: 18px;
}
.zyjs-list{
    display: flex;
}
.zyjs-list .zyjs-title{
    font-size: 22px;
    margin-right: 25px;
    cursor:pointer;
}
.zyjs-list .active{
    font-weight: bold;
    color: #007ad8;
    position: relative;
}
.zyjs-list .active::after{
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    background: #007ad8;
    border-radius: 4px;
    left: 50%;
    margin-left: -15px;
    bottom: -2px;
}
.zyjs-top-l{
    border-bottom: 1px dashed #b7b7b7;
    margin-bottom: 18px;
    padding-bottom: 20px;
    padding-top: 20px;
    justify-content: flex-start !important;
    align-items: center;
}
.zyjs-bottom{
    padding-top: 9px;
}
.zyjs-top-l .date {
    border: 1px solid #e9f4ff;
    margin-right: 20px;
    border-radius: 15px 0 15px 0;
    padding: 5px;
}
.zyjs-top-l .date span {
    display: block;
    text-align: center;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    min-width: auto;
    line-height: 26px;
}
.zyjs-top-l .date p {
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #999999;
}
.zyjs-top-l .con {
    width: 90%;
}
.zyjs-top-l .con a {
    display: block;
    height: 26px;
    line-height: 26px;
    background: none;
    width: 100%;
    padding: 0;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}
.zyjs-top-l .con a::after{
    display: none;
}
.zyjs-top-l .con em {
    line-height: 26px;
    font-size: 16px;
    color: #999999;
    font-style: normal;
}
.zyjs-content li {
    line-height: 40px;
    display: flex;
    justify-content: space-between;
}
.zyjs-content li a {
    display: block;
    width: 100%;
    padding: 0 14px 0 24px;
    position: relative;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.zyjs-content li a::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(0 ,122, 216 ,.5);
    left: 6px;
    top: 17px;
}
.zyjs-content li span {
    color: #999999;
    min-width: 96px;
    text-align: right;
}

/*劳动人事*/
.ldrs{
    display: flex;
}
.ldrs-left{
    width: 1150px;
    min-height: 327px;
}
.ldrs-top{
    display: flex;
    line-height: 38px;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
.ldrs-top::after{
    width: calc(100% - 215px);
    background: #e5e5e5;
    height:1px;
    content: "";
    position: absolute;
    right: 40px;
    top: 18px;
}
.ldrs-list{
    display: flex;
}
.ldrs-list .ldrs-title{
    font-size: 22px;
    margin-right: 25px;
    cursor:pointer;
}
.ldrs-list .active{
    font-weight: bold;
    color: #007ad8;
    position: relative;
}
.ldrs-list .active::after{
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    background: #007ad8;
    border-radius: 4px;
    left: 50%;
    margin-left: -15px;
    bottom: -2px;
}
.ldrs-top-l{
    border-bottom: 1px dashed #b7b7b7;
    margin-bottom: 18px;
    padding-bottom: 20px;
    padding-top: 20px;
    justify-content: flex-start !important;
    align-items: center;
}
.ldrs-bottom{
    padding-top: 9px;
}
.ldrs-top-l .date {
    border: 1px solid #e9f4ff;
    margin-right: 20px;
    border-radius: 15px 0 15px 0;
    padding: 5px;
}
.ldrs-top-l .date span {
    display: block;
    text-align: center;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    min-width: auto;
    line-height: 26px;
}
.ldrs-top-l .date p {
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #999999;
}
.ldrs-top-l .con {
    width: 90%;
}
.ldrs-top-l .con a {
    display: block;
    height: 26px;
    line-height: 26px;
    background: none;
    width: 100%;
    padding: 0;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}
.ldrs-top-l .con a::after{
    display: none;
}
.ldrs-top-l .con em {
    line-height: 26px;
    font-size: 16px;
    color: #999999;
    font-style: normal;
}
.ldrs-content li {
    line-height: 40px;
    display: flex;
    justify-content: space-between;
}
.ldrs-content li a {
    display: block;
    width: 100%;
    padding: 0 14px 0 24px;
    position: relative;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.ldrs-content li a::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(0 ,122, 216 ,.5);
    left: 6px;
    top: 17px;
}
.ldrs-content li span {
    color: #999999;
    min-width: 96px;
    text-align: right;
}



/* 互动交流 */
.hdjl{
    display: flex;
}
.hdjl-left{
    width: 750px;
    min-height: 327px;
    padding-right: 25px;
    border-right:1px solid #e5e5e5;
    margin-right: 25px;
}
.hdjl-top{
    display: flex;
    line-height: 38px;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
.hdjl-top::after{
    width: calc(100% - 150px);
    background: #e5e5e5;
    height:1px;
    content: "";
    position: absolute;
    right: 40px;
    top: 18px;
}
.hdjl-list{
    display: flex;
}
.hdjl-list .hdjl-title{
    font-size: 22px;
    margin-right: 25px;
}
.hdjl-list .active{
    font-weight: bold;
    color: #007ad8;
    position: relative;
}
.hdjl-list .active::after{
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    background: #007ad8;
    border-radius: 4px;
    left: 50%;
    margin-left: -15px;
    bottom: -2px;
}
.hdjl-bottom{
    padding-top: 9px;
}
.hdjl-content li {
    line-height: 40px;
    display: flex;
    justify-content: space-between;
}
.hdjl-content li a {
    display: block;
    width: 100%;
    padding: 0 14px 0 28px;
    position: relative;
    background: url(icon10.png) no-repeat 3px center !important;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.hdjl-content li span {
    color: #999999;
    min-width: 96px;
    text-align: right;
}
.hdjl-right{
    width: 385px;
    background: url(background.png) no-repeat  right 5px !important;
}
.hdjl-r-title{
    margin-bottom: 30px;
}
.hdjl-r-title h1{
    font-size: 22px;
    margin-bottom: 15px;
}
.hdjl-r-title p{
    color: #999;
}
.hdjl-r-content p{
    background: url(icon11.png) no-repeat center left !important;
    line-height: 30px;
    font-size: 14px;
    padding-left: 34px;
    margin-bottom: 5px;
    background-size: 22px;
}
.hdjl-r-content p:nth-child(2){
    background: url(icon12.png) no-repeat center left !important;
    background-size: 22px;
}
.hdjl-r-content p:nth-child(3){
    background: url(icon13.png) no-repeat center left !important;
    background-size: 22px;
}

.hdjl-r-content p:nth-child(4){
    background: url(icon133.png) no-repeat center left !important;
    background-size: 22px;
}

.hdjl-btn{
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.hdjl-button{
    background: linear-gradient(to bottom,#5ac2fd,#27acfd) !important;
    height: 60px;
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hdjl-button:hover{
    opacity: .8;
}
.hdjl-button:hover span{
    color: #fff;
}
.hdjl-button span{
    margin: 0 10px;
}
/* 专题专栏 */
.specialColumn{
    padding-top: 20px;
}
.specialColumn-list{
    display: flex;
    align-items: center;
}
.specialColumn-img{
    margin-right: 30px;
}
.Column{
    margin: 20px 0 !important;
}
.Column .swiper-button-next{
    background: url(right.png) no-repeat !important ;
    width: 22px;
    height: 34px;
    margin-top: -17px;
    z-index: 999;
} 
.Column .swiper-button-prev{
    background: url(left.png) no-repeat !important ;
    width: 22px;
    height: 34px;
    margin-top: -17px;
    z-index: 999;
}