* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.bei {
    text-align: center;
    color: #747E8C;
    margin: .72rem 0 1.5rem;
}

div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent
}

html {
    overflow-y: scroll
}

body {
    background: #fff;
    color: #1F2431;
    font-size: .24rem;
    font-family: PingFang SC;
    -webkit-text-size-adjust: none
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%
}

address,
i,
em,
strong {
    font-style: normal;
    font-weight: normal
}

a {
    text-decoration: none
}

img {
    display: block;
}

input,
textarea,
select,
button {
    border: none;
    outline: none;
    font-family: PingFang SC;
}

.clear {
    clear: both
}

textarea {
    resize: none;
}

.view {
    width: 7.5rem;
    height: 100%
}

.container {
    width: 6.86rem;
    margin: 0 auto;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center
}

.flex-start {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.flex-end {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.flex-around {
    display: flex;
    align-items: center;
    justify-content: space-around
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center
}

.wrap {
    flex-wrap: wrap;
}

.flex-shrink {
    flex-shrink: 0
}

.flex-box {
    width: 100%
}

.one-hide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical
}

.two-hide {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.three-hide {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.pop {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3)
}

@keyframes blink {

    0%,
    100% {
        background: #000;
        color: #000
    }

    50% {
        background: #fff;
        color: #000
    }
}

/* 导航 */
.nav-box {
    width: 100%;
    height: 1rem;
    /* background: rgba(55,106,255, 0); */
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.10); 
}

.nav-box1 {
    /* background: rgba(55,106,255, 1); */
    background: #fff;
}

.active-nav>div {
    border-bottom: none;
}

.menu-box .active-nav {
    border-bottom: none;
}

.menu-box {
    position: absolute;
    left: 0;
    top: 1rem;
    width: 100%;
    padding: 0 .32rem;
    color: #000;
    text-align: center;
    font-size: .28rem;
    z-index: 9;
    /* background: rgba(55,106,255, .98); */
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.10); 
}

.menu-box>div:nth-child(1)>div:first-child {
    border-bottom: .01rem solid #E5E5E5;
}
.menu-box>div:nth-child(2)>div:first-child {
    border-bottom: .01rem solid #E5E5E5;
}
.menu-box>div:nth-child(3)>div:first-child {
    border-bottom: .01rem solid #E5E5E5;
}

.menu-box>div:nth-child(4)>div:first-child {
    border-bottom: .01rem solid #E5E5E5;
}

.menu-box>div:nth-child(5)>div:first-child {
    border-bottom: .01rem solid #E5E5E5;
}

.menu-item {
    position: relative;
    line-height: .9rem;
    border-bottom: .01rem solid #E5E5E5;
}

.item1>div:last-child {
    border: none;
}

.click-down-img {
    width: .24rem;
    height: .14rem;
    position: absolute;
    right: .28rem;
    top: .38rem;
    transform: translateY(-50%);
}

/* 返回顶部 */
.top-box {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1.12rem;
    font-size: 0.2rem;
    text-align: center;
    z-index: 1999;
    background: #fff;
    box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.10);
}

.code-box {
    position: absolute;
    top: -2.3rem;
    left: 3.7rem;
    width: 2.3rem;
    height: 2.3rem;
    background: #f2f2f2;
}

.right-code {
    left: 2.7rem;
}

.code-box img {
    width: 2rem;
    height: 2rem;
    margin: .15rem auto .15rem;
}


.phone-number img {
    width: 0.3rem;
    height: 0.3rem;
}

.item-box {
    width: 1.5rem;
    height: 1.12rem;
    color: #0D52B3;
}

.item-box img {
    width: 0.42rem;
    height: 0.42rem;
    margin: 0.14rem auto 0.04rem;
}

/* 返回 */
.right-box {
    color: #fff;
    width: 1.5rem;
    height: 100%;
    background: #0D52B3;
}

.right-box img {
    width: 0.24rem;
    height: 0.14rem;
    margin: 0.28rem auto 0.14rem;
}

.active {
    color: #fff !important;
    background: #0D52B3 !important;
}

/* 公共类 */
.common-title {
    font-size: .32rem;
    font-weight: 600;
    text-align: center;
    margin: .62rem 0 .4rem;
}

.banner-box {
    width: 100%;
    height: 4.03rem;
    color: #fff;
    text-align: center;
    line-height: 4.03rem;
    font-size: .34rem;
    font-weight: 600;
    background: url('/static/image/product/a1.png')no-repeat center;
    background-size: 100% 100%;
}

.m-img {
    width: 100%;
    height: 100%;
}

/* 消息弹框样式修改 */
.el-message {
    min-width: 4rem !important;
    padding: .15rem .3rem !important;
}

.el-message .el-icon-error {
    font-size: .18rem;
}

.el-message--error .el-message__content {
    font-size: .18rem;
}

.el-message .el-icon-warning {
    font-size: .18rem;
}

.el-message--warning .el-message__content {
    font-size: .18rem;
}

.footer-contact {
    width: 2.24rem;
    height: 100%;
    line-height: 1.1rem;
    background: #2F6BFF;
    color: #fff;
    font-size: .24rem;
}

.footer-icon {
    width: .42rem;
    padding-bottom: .1rem;
}

.contact-list {
    text-align: center;
    font-size: .22rem;
    width: 33.33%;
}

.contact-list>img {
    margin: auto;
}

.phone-number {
    width: 2.24rem;
    height: .8rem;
    line-height: .8rem;
    font-size: .28rem;
    left: 0;
    top: -.8rem;
}

.bgcb {
    /* background: #376cff; */
    background: #fff;
}
/* 信息化解决方案弹框修改 */
.el-message-box{
    width: 80% !important;
}
.el-button--primary{
    background: #376aff !important;
    border: none !important;
}

/* footer */
.footer{
    background-color: #333;
    /* height: 13rem; */
}

.footer-top{
    text-align: center;
    padding: .5rem 0 0;
}

.footer-top div{
    color: #fff;
    margin-bottom: .3rem;
}

.footer-top img{
    width: 50%;
    margin: 0 auto;
}

.footer-title{
    font-size: .32rem;
}

.footer-text{
    font-size: .44rem;
}

.copyright{
    color: #999;
    border-top: #999 1px solid;
    text-align: center;
    padding: .5rem 0 1.5rem;
}


/* 分页背景色 */

.el-pagination.is-background .el-pager li:not(.disabled).active{
    background-color: #BF9668!important;
}

/* 去除a标签样式 */
a {
    color: inherit; /* 继承父元素的颜色 */
    text-decoration: none; /* 去除下划线 */
    cursor: default; /* 可选，改变鼠标指针为默认样式 */
  }