.el-popper .popper__arrow,.el-popper .popper__arrow:after {
    border-style: none
}

@media only screen and (max-width: 767px) {
    .hidden-xs-only {
        display:none!important
    }
}

@media only screen and (min-width: 768px) {
    .hidden-sm-and-up {
        display:none!important
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .hidden-sm-only {
        display:none!important
    }
}

@media only screen and (max-width: 991px) {
    .hidden-sm-and-down {
        display:none!important
    }
}

@media only screen and (min-width: 992px) {
    .hidden-md-and-up {
        display:none!important
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .hidden-md-only {
        display:none!important
    }
}

@media only screen and (max-width: 1199px) {
    .hidden-md-and-down {
        display:none!important
    }
}

@media only screen and (min-width: 1200px) {
    .hidden-lg-and-up {
        display:none!important
    }
}

@media only screen and (min-width: 1200px) and (max-width:1919px) {
    .hidden-lg-only {
        display:none!important
    }
}

@media only screen and (max-width: 1919px) {
    .hidden-lg-and-down {
        display:none!important
    }
}

@media only screen and (min-width: 1920px) {
    .hidden-xl-only {
        display:none!important
    }
}

.header {
    position: fixed;
    z-index: 999;
    background: #fff
}

.header,.header:after {
    width: 100%;
    top: 0;
    left: 0
}

.header:after {
    position: absolute;
    content: "";
    height: 100%;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    z-index: 0
}

.header .header-content {
    max-width: 1428px;
    padding: 15px 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    -webkit-backdrop-filter: blur(13.6px);
    backdrop-filter: blur(13.6px);
    flex-wrap: wrap
}

.header .logo {
    margin-left: 10px;
    width: 127px;
    margin-right: 40px
}

.header .logo img {
    max-width: 100%;
    cursor: pointer
}

.header .nav .el-menu .el-menu-item {
    font-size: 16px
}

.header .nav ul {
    display: flex
}

.header .nav ul li {
    position: relative;
    list-style: none;
    font-size: 16px;
    cursor: pointer;
    margin-right: 30px;
    flex: none;
    flex-wrap: wrap
}

.header .nav ul li a {
    color: #3e434d
}

.header .nav ul li a:hover {
    color: #44A1DC
}

.header .nav ul .nuxt-link-exact-active,.header .nav ul li.active a {
    color: #44A1DC;
    font-weight: 700
}

.header .login-btn {
    margin-right: 22px;
    text-align: right;
    align-self: center;
    flex: auto
}

.header .login-btn span {
    padding-right: 44px;
    font-size: 16px;
    color: #8590a6;
    line-height: 22px
}

.header .login-btn span img {
    width: 24px;
    height: 24px;
    padding-right: 8px;
    position: relative;
    top: -2px
}

.header .login-btn .el-button {
    width: 104px;

    border-color: #b8becc;
    color: #292c33
}

.header .login-btn .el-button.is-round {
    padding: 10px 23px
}

.header .login-btn .Green-btn {
    border-color: #44A1DC;
    background: #44A1DC;
    color: #fff
}

.header .login-btn .el-button:hover {
    border-color: #44A1DC;
    color: #44A1DC
}



.asideNav {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    background-color: #fff;
    width: 100vw;
    box-sizing: border-box
}

.asideNav .logo img {
    width: 100px
}

.asideNav .tel {
    font-size: 16px;
    color: #8590a6;
    line-height: 22px
}

.asideNav .tel img {
    width: 24px;
    height: 24px;
    padding-right: 8px
}

.asideNav .menuBtn {
    width: 22px
}

.menu {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-color: #fff
}

.menu .loginBtn {
    text-align: center;
    padding: 32px 0
}

.menu .loginBtn .btn {
    width: 130px;
    height: 38px;
    display: inline-block;
    border: 1px solid #b8becc;
    color: #292c33;
    border-radius: 39px;
    box-sizing: border-box;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    font-weight: 400;
    margin: 0 10px
}

.menu .loginBtn .Green-btn {
    border-color: #44A1DC;
    background: #44A1DC;
    color: #fff
}

.menu .navmenu {
    flex: 1;
    font-size: 14px
}

.menu .navmenu li {
    height: 44px;
    line-height: 44px;
    box-sizing: border-box;
    border-bottom: 1px solid #e1e8f5
}

.menu .navmenu li a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #3e434d;
    padding-left: 20px
}

.menu .navmenu li a i {
    margin-right: 10px
}

.menu .navmenu li a:hover {
    color: #44A1DC;
    background-color: rgba(42,163,150,.05)
}

.el-dropdown {
    font-size: 16px
}

.popper-dropdown {
    min-width: 100px;
    position: absolute!important;
    top: 35px!important;
    background: none;
    box-shadow: none;
    padding: 24px 18px;
    background: #fff;
    border: .5px solid #e1e8f5;
    border-radius: 8px;
    box-shadow: 0 16px 48px 0 rgba(0,0,0,.04)
}

.popper-dropdown .el-dropdown-menu__item {
    padding-top: 0;
    width: 120px;
    height: 140px;
    text-align: center;
    background-color: #f5f7fa;
    border-radius: 8px
}

.popper-dropdown .el-dropdown-menu__item img {
    width: 48px;
    height: 48px;
    padding-top: 24px
}

.popper-dropdown .el-dropdown-menu__item h3 {
    font-size: 16px;
    margin: 8px 0 4px
}

.popper-dropdown .el-dropdown-menu__item p {
    font-size: 14px;
    color: #8b93a2;
    line-height: 20px
}

.popper-dropdown .el-dropdown-menu__item:not(.is-disabled):hover {
    background: #e7f9f7
}

.popper-dropdown .el-dropdown-menu__item:not(.is-disabled):hover h3 {
    color: #44A1DC
}

.curr-headnav-dropdown {
    position: fixed!important;
    left: 50%!important;
    margin-left: -600px;
    margin-top: 27px;
    padding: 0;
    border-radius: 8px;
    border: .5px solid #e1e8f5;
    box-shadow: 0 16px 48px 0 rgba(0,0,0,.04)
}

.curr-headnav {
    width: 1200px;
    height: 136px;
    background: #fff;
    border-radius: 8px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap
}

.curr-headnav .click-card:hover {
    background: #e7f9f7;
    border-radius: 4px;
    cursor: pointer
}

.curr-headnav .click-card:hover .card-right h3 {
    color: #44A1DC
}

.curr-headnav .click-card {
    width: 370px;
    height: 88px;
    background: #f5f7fa;
    border-radius: 4px
}

.curr-headnav .click-card .card-left {
    float: left;
    width: 48px;
    height: 48px;
    margin: 20px;
    border-radius: 6px
}

.curr-headnav .click-card .icon-magicrobot {
    background: linear-gradient(135deg,#ecfff6 5%,#fff 81%)
}

.curr-headnav .click-card .icon-cloud {
    background: linear-gradient(135deg,#eef7ff 1%,#fff 81%)
}

.curr-headnav .click-card .icon-lepton {
    background: linear-gradient(135deg,#ffe6f0 1%,#fff 81%)
}

.curr-headnav .click-card .icon-robot {
    background: linear-gradient(135deg,#ecfff6 5%,#fff 81%)
}

.curr-headnav .click-card .icon-editor {
    background: linear-gradient(135deg,#fff3d7 1%,#fff 81%)
}

.curr-headnav .click-card .card-right {
    float: left;
    width: 266px;
    height: 54px;
    margin: 17px 12px 17px 0
}

.curr-headnav .click-card .card-right h3 {
    height: 28px;
    font-size: 18px;
    font-family: PingFangSC,PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    color: #3e434d;
    line-height: 28px
}

.curr-headnav .click-card .card-right p {
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC,PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #8b93a2;
    line-height: 20px;
    margin-top: 6px
}

.curr-headnav .click-card1 {
    margin: 24px 0 0 24px
}

.curr-headnav .click-card2 {
    margin: 24px 0 0 12px
}

.curr-headnav .click-card3 {
    margin: 24px 24px 0 12px
}

.curr-headnav .click-card4 {
    margin: 12px 0 24px 24px
}

.curr-headnav .click-card5 {
    margin: 24px 24px 0 12px
}

.headnav-dropdown {
    position: fixed!important;
    top: 63px!important;
    left: 50%!important;
    margin-left: -610px;
    padding: 0;
    border-radius: 8px
}

.headnav {
    width: 1220px;
    height: 396px;
    background: #fff;
    border: .5px solid #e1e8f5;
    border-radius: 8px;
    box-shadow: 0 16px 48px 0 rgba(0,0,0,.04);
    margin: 0 auto
}

.headnav .headnav-up {
    width: 100%;
    height: 314px;
    margin: 20px 0 10px
}

.headnav .headnav-up .headnav-card {
    float: left;
    width: 190px;
    height: 282px;
    margin-left: 45px
}

.headnav .headnav-up .headnav-card .headnav-title {
    height: 50px;
    border-bottom: 3px solid #44A1DC;
    font-size: 18px;
    font-weight: 400;
    color: #666e80;
    line-height: 50px;
    padding-left: 10px
}

.headnav .headnav-up .headnav-card .headnav-description {
    height: 226px;
    margin-top: 30px
}

.headnav .headnav-up .headnav-card .headnav-description li {
    height: 73px;
    margin-top: 5px;
    padding-left: 10px;
    border: 2px solid #fff
}

.headnav .headnav-up .headnav-card .headnav-description li h4 {
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    font-weight: 500;
    color: #3e434d
}

.headnav .headnav-up .headnav-card .headnav-description li p {
    height: 40px;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #8590a6
}

.headnav .headnav-up .headnav-card .headnav-description li:hover {
    background: rgba(36,179,174,.04);
    border: 2px solid #44A1DC;
    border-radius: 8px;
    cursor: pointer
}

.headnav .headnav-up .headnav-card .headnav-description li:hover h4 {
    color: #44A1DC
}

.headnav .headnav-up .headnav-card:first-child {
    margin-left: 40px
}

.headnav .headnav-bottom {
    height: 54px;
    background: #44A1DC;
    padding-left: 45px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.headnav .headnav-bottom span {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 54px
}

.headnav .headnav-bottom .arrow {
    margin-left: 20px;
    margin-top: -5px;
    width: 32px;
    height: 32px;
    cursor: pointer
}

.headnav .headnav-bottom .rainbow {
    float: right;
    height: 54px
}

.el-popper[x-placement^=bottom] .popper__arrow:after {
    border-bottom-color: #d72020!important
}

.el-popper .popper__arrow:after, .el-popper .popper__arrow {
    position: static
}

.foot {
    opacity: 1;
    color: #fff;
    overflow: hidden
}

.foot .customized .work-title {
    text-align: center;
    color: #fff
}

.foot .customized .work-title h2 {
    font-size: 40px;
    line-height: 64px;
    letter-spacing: 6px;
    margin-top: 14px
}

.foot .customized .work-title small {
    font-size: 36px;
    line-height: 47px;
    letter-spacing: 5px;
    font-weight: 400;
    display: inline-block
}

.foot .customized .custom-con {
    max-width: 955px;
    padding-bottom: 77px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto
}

.foot .customized .custom-con .item {
    margin-top: 72px;
    text-align: center;
    flex: 1;
    background: transparent;
    box-shadow: none;
    position: relative;
    min-height: 156px
}

.foot .customized .custom-con .item .img {
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    margin: auto;
    border-radius: 50%;
    background: #fff
}

.foot .customized .custom-con .item .img img {
    width: 80%
}

.foot .customized .custom-con .item .txt {
    box-shadow: none;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 2px;
    color: #fff;
    padding: 16px 0 0
}

.foot .customized .custom-con .item:after {
    content: "";
    width: 37px;
    height: 32px;
    display: block;

    position: absolute;
    right: -20px;
    top: 30px
}

.foot .customized .custom-con .item:last-child:after {
    background: none
}

.foot .customized .custom-conimg {
    display: none
}

.foot .customized .custom-phone {
    text-align: center;
    margin-bottom: 76px
}

.foot .customized .custom-phone form {
    max-width: 400px;
    max-height: 40px;
    padding: 4px;
    margin: auto;
    background: rgba(62,27,77,.5);
    border-radius: 30px;
    display: flex;
    justify-content: space-between
}

.foot .customized .custom-phone form .el-input {
    flex: 1;
    margin-left: 10px;
    background: none
}

.foot .customized .custom-phone form .el-input .el-input__inner {
    background-color: transparent;
    border: none;
    font-size: 18px;
    color: #fff
}

.foot .customized .custom-phone form .el-button {
    border-radius: 30px;
    background-color: #fff;
    opacity: 1;
    color: #44A1DC;
    border: 0;
    line-height: 1.4
}

.foot .customized .custom-phone form .el-button:hover {
    color: #fff;
    background-color: #44A1DC
}

.foot .customized .custom-phone p {
    color: hsla(0,0%,100%,.8);
    letter-spacing: 3px;
    font-size: 18px;
    margin-top: 20px
}

.foot .customized .custom-phone p a {
    color: hsla(0,0%,100%,.8)
}

.foot .bottom-mian {
    background: #1f232a;
    padding-top: 200px;
    position: relative
}

.foot .bottom-center {
    position: relative;
    padding-top: 55px;
    padding-bottom: 14px;
    max-width: 1220px;
    margin: auto;
    border-bottom: 1px solid hsla(0,0%,100%,.2);
    display: flex
}

.foot .bottom-center .bottom-left .logo-bot {
    width: 238px;
    margin-bottom: 30px;
    padding-right: 106px;
    padding-left: 12px
}

.foot .bottom-center .bottom-left .us-txt {
    opacity: .8;
    line-height: 30px;
    font-weight: 100
}

.foot .bottom-center .bottom-left .us-txt p {
    margin-bottom: 10px
}

.foot .bottom-center .bottom-left .us-txt a {
    color: hsla(0,0%,100%,.8)
}

.foot .bottom-center .bottom-right {
    flex: auto;
    display: flex
}

.foot .bottom-center .bottom-right ul {
    flex: auto
}

.foot .bottom-center .bottom-right ul li {
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 14px
}

.foot .bottom-center .bottom-right ul li strong {
    font-size: 20px;
    font-weight: 400
}

.foot .bottom-center .bottom-right ul li a {
    color: #fff;
    font-weight: 200;
    opacity: .8
}

.foot .bottom-center .bottom-right ul li span {
    font-weight: 200;
    opacity: .8
}

.foot .bottom-center .bottom-right ul .company-addres {
    max-width: 390px
}

.foot .bottom-center .bottom-right .qrcode-ul {
    flex: none;
    width: 225px
}

.foot .bottom-center .bottom-right .qrcode-ul .qrcode {
    margin-top: 10px!important;
    overflow: hidden
}

.foot .bottom-center .bottom-right .qrcode-ul .qrcode div {
    float: left;
    margin-right: 24px
}

.foot .bottom-center .bottom-right .qrcode-ul .qrcode div span {
    font-size: 14px;
    opacity: .8;
    font-weight: 200;
    letter-spacing: 2px
}

.foot .bottom-center .bottom-right .qrcode-ul .qrcode img {
    width: 84px;
    margin-top: 10px
}

.foot .bottom-foot {
    max-width: 1220px;
    margin: auto;
    line-height: 30px;
    padding: 10px 12px;
    opacity: .8;
    box-sizing: border-box
}

.foot .bottom-foot a {
    color: #fff;
    padding-right: 10px
}

.foot .bottom-foot a:hover {
    text-decoration: underline
}

.foot2 .bottom-mian,.foot2 {
    padding-top: 0
}

.foot2 .bottom-center {
    border-top: 0
}

.my-dialog .el-dialog {
    background-color: hsla(0,0%,100%,0);
    box-shadow: none;
    width: 608px
}

.my-dropdown-menu .el-dropdown-menu__item:hover {
    color: #44A1DC
}

.v-model {
    z-index: 1999
}

@media screen and (max-width: 1200px) {
    .header .header-content {
        padding:10px
    }

    .foot .bottom-center {
        flex-direction: column;
        padding-left: 15px
    }

    .foot .bottom-center .bottom-left .logo-bot {
        padding-right: 60px
    }

    .foot .bottom-foot {
        padding: 15px
    }
}

@media screen and (max-width: 767px) {
    .header .header-content {
        padding:10px 10px 0;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start
    }

    .header .nav {
        width: 100%;
        flex: 1;
        border-bottom: 1px solid #fafafa
    }

    .header .nav ul {
        width: 100%;
        justify-content: space-between
    }

    .header .nav ul li {
        flex: 1;
        padding: 0
    }

    .header .nav ul li a {
        padding: 0;
        line-height: 44px
    }

    .header .nav ul li:last-child {
        flex: 1.5
    }

    .foot {
        padding: 50px 0 20px
    }

    .foot .customized .work-title h2 {
        font-size: 24px;
        line-height: 1;
        letter-spacing: 6px
    }

    .foot .customized .work-title small {
        font-size: 20px;
        letter-spacing: 3px
    }

    .foot .customized .custom-con {
        display: none
    }

    .foot .customized .custom-conimg {
        display: block;
        padding: 40px 20px 20px
    }

    .foot .customized .custom-phone {
        padding-bottom: 30px;
        max-width: 320px;
        margin: auto
    }

    .foot .customized .custom-phone p {
        font-size: 14px
    }

    .foot .bottom-center {
        padding: 15px;
        display: block
    }

    .foot .bottom-center .bottom-left .logo-bot {
        position: inherit;
        width: 200px;
        margin: auto auto 10px;
        transform: translateY(0);
        padding-right: 0;
        padding-left: 0
    }

    .foot .bottom-center .bottom-left .us-txt {
        line-height: 30px
    }

    .foot .bottom-center .bottom-left .us-txt p {
        margin-bottom: 10px
    }

    .foot .bottom-center .bottom-right {
        flex-direction: column
    }

    .foot .bottom-center .bottom-right ul li {
        float: left;
        padding-right: 15px
    }

    .foot .bottom-center .bottom-right ul li strong {
        font-size: 16px
    }

    .foot .bottom-center .bottom-right .about-us,.foot .bottom-center .bottom-right .fast-entry,.foot .bottom-center .bottom-right .uniner-product {
        max-width: 230px
    }

    .foot .bottom-center .bottom-right .industry-encyclopedia {
        max-width: 250px;
        padding-right: 0
    }

    .foot .bottom-center .bottom-right .contact-us {
        display: flex
    }

    .foot .bottom-center .bottom-right .contact-us li {
        float: none;
        flex: none
    }

    .foot .bottom-center .bottom-right .contact-us .company-addres {
        flex: auto;
        max-width: 90%;
        padding-right: 0
    }

    .foot .bottom-center .bottom-right .qrcode-ul {
        width: auto
    }

    .foot .bottom-center .bottom-right .qrcode-ul .qrcode {
        margin-left: 79px
    }

    .foot .bottom-foot {
        padding: 15px 15px 0
    }

    .my-dialog .el-dialog {
        width: 400px
    }

    .my-dialog .dialog-bg .dialog-content {
        top: 145px
    }
}

.header nav ul li {
    position: relative
}

.header .header-content .popper-dropdown {
    padding: 30px 40px;
    display: block;
    width: 348px;
    left: 50%;
    transform: translateX(-44%);
    box-sizing: border-box;
    overflow: hidden
}

.header .header-content .popper-dropdown .el-dropdown-menu__item {
    text-align: left;
    width: auto;
    height: auto;
    background-color: #fff;
    padding: 0 0 20px;
    margin-right: 0
}

.header .header-content .popper-dropdown .el-dropdown-menu__item h3 {
    margin: 0
}

.header .header-content .popper-dropdown .el-dropdown-menu__item p {
    font-size: 12px
}

.header .header-content .popper-dropdown .el-dropdown-menu__item .active {
    color: #44A1DC
}

.header .header-content .popper-dropdown .dropdown-bg {
    position: absolute;
    height: 12px;
    width: 100%;
    bottom: 0;
    left: 0
}

.header .header-content .popper-dropdown-product {
    width: auto
}

.header .header-content .popper-dropdown-product .product-nav {
    display: flex
}

.header .header-content .popper-dropdown-product .product-nav .product-nav-left {
    margin-right: 44px
}

.header .header-content .popper-dropdown-product .product-nav .product-nav-title {
    font-size: 18px;
    font-family: OPPOSans,OPPOSans-Regular;
    font-weight: 400;
    text-align: left;
    color: #666c7c;
    line-height: 28px;
    margin-bottom: 24px
}

.header .header-content .popper-dropdown-product .product-nav .product-nav-title div {
    width: 190px;
    height: 2px;
    background: #44A1DC;
    border-radius: 2px;
    margin-top: 10px
}
