.ul-nav .v2 { line-height: 24px;}
.nyba h4 { display: none;}
.nyba img { min-height: 180px;}
.nyba .posi a { font-size: 15px;}
.first img{
margin-bottom:.6rem;}
.travel ul{
       display: flex;
    margin: 0 -2%;}

.travel ul li{
    width: 16.666%;
    background: linear-gradient(45deg, #7e12ac, #00009a);
    height: 1rem;
    margin: 0 2%;  
    border-radius: 14px;
    overflow: hidden;
    transition: all .5s;
    padding: 0.15rem 0.05rem;}

.travel ul li a{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;}
.travel ul li a p{
    color: #fff;
    line-height: 1;
    margin: 0.05rem 0;}

.travel ul li:hover{
    background: linear-gradient(45deg, #d8b95a, #d8b95a);
    transform: translateY(-0.05rem);}
@media screen and (max-width: 1280px) {
.travel ul{
    flex-wrap: wrap;}
.travel ul li{
    margin: 1%;
    width: 31.333%;}
}

.ul-fdshare li { position: relative;}
.codeimg{
    width: 114px;
    height: 114px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -57px;
    top: -70px;
box-shadow: 0 10px 18px 2px rgba(0, 0, 0, .5);
z-index: 10;

justify-content: center;
align-items: center;
display: none;}
.codeimg::after{content: '';
position: absolute;
left: 50%;
border-left:8px transparent solid ;
border-right:8px transparent solid ;
border-top:8px #fff solid ;
bottom: -8px;
margin-left: -8px;}
.codeimg img{max-width: 100%;max-height: 100%;}
.ul-fdshare li:hover .codeimg{display: flex;}
.footer .wp::after { display: block; content: ""; clear: both;}
div.footer { height: auto;}
