/* 模板通用样式 */

/* 基础样式重置 */
html, body {
    background-color: #f1f2f6;
    margin: 0;
    padding: 0;
}

/* 新桥梁样式 */
#newBridge .icon-right-center {
    top: 45%;
}

.dow {
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
}

#newBridge nb-icon-icon {
    margin-right: 526px;
}

.head_fix {
    /* padding-bottom: 0 !important; */
}

/* 响应式样式 */
@media screen and (max-width: 1440px) {
    #newBridge .icon-right-center {
        top: 50%;
    }

    .mobile-no-scale #nb_invite_wrap {
        width: 300px;
        margin-bottom: 80%;
        margin-left: 15%;
    }
}

@media screen and (max-width: 768px) {
    .mdr-cont {
        display: none;
    }

    /* new/video */
    .case-top {
        height: auto;
    }

    .case-tit {
        padding-bottom: .5rem;
    }

    .new-tabbox > ul {
        padding-bottom: .4rem;
    }

    .new-tabbox li {
        margin-top: 0 !important;
    }

    .new-tabbox > ul > li {
        margin-right: .1rem;
        border-width: .02rem;
    }

    .new-tabbox > ul > li > a {
        font-size: 14px;
    }

    /* 侧边 */
    .phone_nav_right {
        left: auto;
        right: -100%;
    }

    /* 关于我们页面 */
    .enter-cont {
        width: 100%;
    }
}

/* 首页样式 */
.banner {
    margin-top: 0px !important;
}

.fri-link {
    display: none;
}

/* 侧边栏样式 */
.yb_conct {
    right: -127px;
}

.yb_ercode {
    height: 53px;
}

/* 搜索框样式 */
.search-dow {
    display: none;
}

/* 手机导航样式 */
.phone_nav {
    position: fixed;
    z-index: 9999;
}

/* 手机底部固定按钮 */
.phone_foot_fixed {
    display: none;
}

/* 滚动效果 */
.logo img.moveup {
    /* 上移动画 */
}

.logo img.movedown {
    /* 下移动画 */
}
