<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.tips-list{
    position: absolute;
    left: 0;
    top: 40px;
    padding: 10px;
    width: 100%;
    height: auto;
    max-height: 200px;
    border-radius: 15px;
    overflow: auto;
    background: #4b4b4b;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.tips-list&gt;a{
    color: #c2c6c5 ;
    display: block;
    margin-bottom: 10px;
}
.tips-list&gt;a:hover{
  color: #ffffff ;
}
.tips-list&gt;a:last-child{
    margin-bottom: 0;
}

.dropdown3
{
    display: none;
    position: absolute;
    left: -10px;
    top: 23px;
    padding: 10px;
    background: #dcdee0;
    border-radius: 5px 5px 5px 5px;
    width: 60px;
}

.dropdown:hover .dropdown3{
    display: block;
}
.arrow-down {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #ccc;
 }
.search2,.phone-search{
    padding: 6px 13px;
    background: #4b4b4b;
    border-radius: 17px 17px 17px 17px;
  
}

.rightNav{
 
    width: 100%;
}
.item&gt;div{
    font-size: 16px;
    font-weight: 500;
    padding: 11px 0;
  
   
    border-bottom: 2px solid transparent;
}
.item&gt;div&gt;a{
    color: #c2c6c5 !important; 

}
.item&gt;div&gt;a:hover{
    color: #ffffff !important; 

}

.jumpTo.actives &gt; a {
    color: #ffffff !important;
}

.jumpTo.actives{
    padding: 19px;
    font-weight: 500;
    -webkit-font-weight: 500;
}
.jumpTo:hover{
    font-weight: 500;
}
.login{
    width: 123px;
    height: 38px;
    background: #160E48;
    border-radius: 20px;
    border: 1px solid #FFFFFF;
}
.rightList{
    display: none;
    position: relative;
    width: 50px;
    text-align: center;
}
.listBg{
    display: none;
    padding-top: 20px;
    position: fixed;
    top: 60px;
    left: 0;
    width: 190px;
    height:calc(100vh - 60px);
    background: #e8eaec ;
 
}
.dropdown2{
    display: none;
}
.dropdown-language:hover .dropdown2{
    display: block;
}
.listBg&gt;div{
    height: 40px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
}
.listBg&gt;div&gt;a{
    text-align: center;
    color: #000;
}
.rightList:hover .listBg{
    display: block;
}
.fontColor{
    max-width: 715px;
    text-align: left;
}
.imgIcon{
    opacity: .6;
    cursor: pointer;
}
.imgIcon:hover{
    opacity: 1;
}
.copyright{
    color:#fff;
}
.line{
    margin: 20px auto;
    width: 100%;
    border: 1px solid rgba(157, 157, 157, .5);
}
@media (max-width:635px){
    .footer{
        width: 100%;
        padding: 20px 10px;
    }
    .phoneFooter{
        flex-direction: column;
    }
    .fontColor{
        width: 100%;
        margin-bottom: 15px;
        padding: 0 12px;
    }
    .f16,span{
        font-size: 14px !important;
    }
    .footer-top{
        flex-wrap: wrap;
    }
    .rightNav{
        display: none;
    }
    .rightList{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .search2{
        display: none;
    }
    .header-top{
        padding: 10px 10px !important;
    }
    .phone-search{
        margin: 50px 5px 0;
    }
    .actives{
        margin: 0 30px !important ;
        font-weight: 500;
        -webkit-font-weight: 500;
    }
}</pre></body></html>