/*
Theme Name: Rxlibra官方主题
Theme URI: htts://rxlibra.com
Author: WordPress 日记
Author URI: htts://www.wp-diary.com
*/
*{
    box-sizing:border-box !important;
    padding: 0;
    margin: 0; 
    outline:none;
}
.container{
    max-width: 1348px;
    padding: 0 24px;
    margin: 0 auto;
}
ul, ol{
    list-style: none;
}
a{
    text-decoration: none;
}
body{
    font-family: "Open Sauce One", sans-serif;
    color: #77808d;
    font-size: 14px;
}
/*头部样式*/
.web-header{
    background: #fff;
    position: sticky;
    border-bottom: 1px solid #e6e8ea;
}
.header-main-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo a{
    display: block;
}
.logo a img{
    display: block;
    height: 24px;
    width: auto;
}
.searchform .search-input{
    width: 700px;
    height: 40px;
    line-height: 40px;
    background: #f4f5f6;
    border:none;
    border-radius: 5px;
    padding: 0 70px 0 20px;
    display: block;
    font-family: "Open Sauce One", sans-serif !important;
    color: #0e0f11;
}
.searchform{
    position: relative;
    margin: 17px 24px;
}
.search-submit{
    position: absolute;
    top:0;
    right:0;
    z-index: 2;
    height: 40px;
    width: 50px;
    text-align: center;
    background: none;
    border:none;
    border-radius: 5px;
    cursor: pointer;
}
.search-submit i{
    font-size: 18px;
    color: #999;
}
.top-menu-icon i{
    display: block;
    font-size: 28px;
    color: #0e0f11;
}
.top-menu{
    position: relative;
}
.top-menu-wrap{
    position: absolute;
    right:0;
    z-index: 999;
    background: #fff;
    border:1px solid #e6e8ea;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(129, 129, 129, 0.23);
    padding: 10px;
}
.main-menu li{
    padding: 12px;
    background: #fff;
    border-radius: 5px;
}
.main-menu li:hover{
    background: #f4f5f6;
}
.main-menu li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #77808d;
    min-width: 220px;
}
.main-menu li a::after{
    content: '\e632';
    font-family: "iconfont" !important;
    color: #77808d;
    display: block;
    transform: rotate(-90deg);
}
.main-menu li:hover a, .main-menu li:hover a::after{
    color: #6733cc;
}