body{background-color: #F9F9FA;}
/*顶部导航*/
.header{
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.nav-logo{
    width: 200px;
    padding: 5px 0;
}
.top-nav,.top-nav a{
    transition: all 1s ease;
}
.ery-fixed-top{
    background-color: #fff;
    transition: all 1s ease;
}
.ery-fixed-top .top-nav,.ery-fixed-top .top-nav a{
    color: #333;
}
.in-box{
    min-height: calc(100vh - 130px);
}
.in-cont{
    box-shadow: 0 40px 80px -60px rgb(59,65,76);
    transform: translateY(-10px);
}
.in-box-tab.layui-tab{
    margin: 0;
}
.in-box-nav.layui-this{
    background-color: hsl(211,100%,56%);
    color: #fff !important;
}
.in-box-nav.layui-this::after {
    border-color: hsl(211,100%,56%) !important;
}
.in-dwz-ipt-box{
    width: calc(100% - 120px);
}
.in-dwz-ipt,.in-dwz-ipt:focus{
    border:none;
}
.in-dwz-btn-box{
    width: 120px;
}
.in-dwz-btn{
    width: 100%;
    border-radius: 6px;
}

/* 二维码导航 */
.qr-nav{
    border-bottom: 2px solid var(--text-default) !important;
    font-weight: bolder;
    border-color: hsl(211,100%,37%) !important;
    color: hsl(211,100%,30%) !important;
}

.qranal-li{
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
    transition: 0.5s all ease;
}
.qranal-li:hover{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
    .in-dwz-ipt-box,.in-dwz-btn-box{
        width: 100%;
    }
    .in-dwz-ipt,.in-dwz-btn{
        border-radius: 4px;
    }
    .in-dwz-btn{
        margin-top: 10px;
    }
}
