.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
}

.header .login-btn .Green-btn:hover {
    background: #fff;
    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: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-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
    }
}

.address-content {
    flex: auto;
    display: flex
}

.address-content ul {
    flex: auto
}

.address-content ul li {
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 14px
}

.address-content ul li strong {
    font-size: 20px;
    font-weight: 400
}

.address-content ul li a {
    color: #fff
}

.address-content ul li a,.address-content ul li span {
    font-weight: 200;
    opacity: .8
}

.address-content ul .company-addres {
    max-width: 390px
}

.address-content .qrcode-ul {
    flex: none
}

.address-content .qrcode-ul .qrcode {
    margin-top: 10px;
    overflow: hidden
}

.address-content .qrcode-ul .qrcode div {
    float: left;
    margin-right: 24px
}

.address-content .qrcode-ul .qrcode div span {
    font-size: 14px;
    opacity: .8;
    font-weight: 200;
    letter-spacing: 2px
}

.address-content .qrcode-ul .qrcode img {
    width: 84px;
    margin-top: 10px
}

.bottom-foot2 a {
    padding-right: 0!important
}

.address-content {
    width: 420px;
    flex: none
}

.ul-width {
    width: 120px;
    flex: none!important;
    padding-right: 30px
}

.case-li {
    width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis
}

.bottom-foot {
    position: relative
}

.bottom-foot .bot-logo {
    position: absolute;
    right: 0;
    top: 12px
}

.bottom-foot .bot-logo .logo-content {
    display: flex;
    flex-wrap: wrap
}

.bottom-foot .bot-logo .logo-content li {
    margin-left: 10px;
    margin-bottom: 10px
}

.bottom-foot .bot-logo .logo-content li img {
    height: 54px
}

@media screen and (max-width: 1200px) {
    .bottom-foot .bot-logo,.bottom-foot {
        position:relative
    }

    .bottom-foot .bot-logo .logo-content li {
        margin-left: 0;
        margin-right: 10px
    }
}

.live-case-content {
    border-bottom: 1px solid hsla(0,0%,100%,.2);
    position: relative;
    overflow: hidden;
    max-width: 1520px;
    background: linear-gradient(174deg,#035bc7, #3EB9F9);
    border-radius: 12px;
    margin: -200px auto auto;
    top: 200px;
    z-index: 1
}

.live-case-content .bg-7-2 {
    position: absolute;
    width: 393px;
    height: 393px;
    left: 0;
    top: 0;
    z-index: 9
}

.live-case-content .bg-7-1 {
    position: absolute;
    width: 760px;
    height: 760px;
    right: 37px;
    bottom: -255px;
    z-index: 9
}

.foot {
    margin-top: 0;
    top: 0
}

.temp3 {
    position: relative;
    min-height: 400px;
    margin: 0 auto
}

.temp3 .temp1-bg {
    width: 488px;
    height: 52px;
    opacity: .2;
    background: #2442b3;
    border-radius: 50%;
    filter: blur(50px);
    left: -100px;
    top: 90px;
    position: absolute
}

.temp3 .from-content {
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 1200px;
    margin: 0 auto
}

.temp3 .header-content {
    position: relative
}

.temp3 .header-content .close-icon {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer
}

.temp3 .center-content {
    padding: 20px
}

.temp3 .center-content .m-left .title {
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 28px;
    color: #fff;
    text-align: center;
    font-size: 36px
}

.temp3 .center-content .m-left .title .text {
    padding-top: 30px;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0;
    color: #fff
}

.temp3 .center-content .m-left .step {
    padding-left: 47px
}

.temp3 .center-content .m-left .step li {
    padding-right: 121px;
    margin-bottom: 20px;
    height: 48px;
    display: flex;
    font-size: 14px;
    text-align: left;
    color: #fff;
    position: relative
}

.temp3 .center-content .m-left .step li img {
    margin-right: 20px;
    width: 48px;
    height: 48px
}

.temp3 .center-content .m-left .step li div {
    flex: auto;
    position: relative
}

.temp3 .center-content .m-left .step li div p {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.temp3 .center-content .m-left .code-cont {
    padding-left: 47px;
    margin-top: 107px;
    display: flex;
    position: relative
}

.temp3 .center-content .m-left .code-cont .code {
    width: 100px;
    text-align: center;
    padding-right: 100px
}

.temp3 .center-content .m-left .code-cont .code img {
    width: 100px;
    height: 100px;
    background: #fff;
    border: 1px solid #e1e8f5;
    border-radius: 8px
}

.temp3 .center-content .m-left .code-cont .mobile .text1 {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    color: #fff
}

.temp3 .center-content .m-left .code-cont .line {
    position: absolute;
    width: 1px;
    height: 61px;
    background-color: #e1e8f5;
    left: 197px;
    top: 45px
}

.temp3 .center-content .m-left .code-cont .top {
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px
}

.temp3 .center-content .m-right {
    width: 420px;
    margin: auto;
    position: relative;
    z-index: 10
}

.temp3 .center-content .m-right .title {
    padding-top: 46px;
    color: #292c33;
    padding-left: 70px;
    font-size: 36px;
    font-family: OPPOSans,OPPOSans-Bold;
    font-weight: 700;
    text-align: center;
    color: #fff;
    line-height: 29px
}

.temp3 .center-content .m-right .form-content {
    margin-top: 49px
}

.temp3 .center-content .m-right .form-content .el-form .el-form-item {
    margin-bottom: 24px;
    position: relative
}

.temp3 .center-content .m-right .form-content .el-form .el-form-item .left-icon {
    position: absolute;
    top: 8px;
    left: 10px;
    width: 24px;
    height: 24px;
    opacity: .5
}

.temp3 .center-content .m-right .form-content .el-form .el-input__inner {
    padding-left: 42px;
    border: 1px solid #f5f7fa
}

.temp3 .center-content .m-right .form-content .el-form .el-input__inner:focus {
    border: 1px solid #44A1DC
}

.temp3 .center-content .m-right .form-content .el-form .is-error .el-input__inner {
    border: 1px solid #cc3a3a
}

.temp3 .center-content .m-right .form-content .el-form .is-focus .el-input__inner {
    border: 1px solid #44A1DC
}

.temp3 .center-content .m-right .form-content .el-form .el-select-dropdown__item.selected {
    color: #44A1DC
}

.temp3 .center-content .m-right .form-content .el-form .el-select-dropdown {
    left: 0!important
}

.temp3 .center-content .m-right .sumbit-btn {
    margin-top: 66px;
    margin-bottom: 40px
}

.temp3 .center-content .m-right .sumbit-btn .btn {
    line-height: 42px;
    height: 42px;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: all .3s;
    background: #1e6999
}

.temp3 .center-content .m-right .sumbit-btn .btn:hover {
    background: #00578E ;
    box-shadow: 0 20px 40px 0 rgba(42,163,150,.15),0 4px 10px 0 rgba(42,163,150,.2),0 1px 0 0 hsla(0,0%,100%,.3)
}

@media screen and (max-width: 960px) {
    .from-content .center-content {
        display:block!important
    }

    .from-content .m-left {
        width: 100%!important;
        flex: none;
        border-radius: 6px
    }

    .from-content .m-left .title {
        padding-top: 46px;
        padding-bottom: 48px;
        font-size: 24px;
        text-align: center;
        color: #fff
    }

    .from-content .m-left .step li {
        padding-right: 20px!important;
        margin-bottom: 20px;
        height: 48px;
        display: flex;
        font-size: 14px;
        text-align: left;
        color: #fff
    }

    .from-content .m-left .step li img {
        margin-right: 20px;
        margin-top: 2;
        width: 44px;
        height: 44px
    }

    .from-content .m-left .code-cont {
        margin-top: 34px;
        text-align: center
    }

    .from-content .m-left .code-cont .code img {
        width: 100px;
        height: 100px
    }

    .from-content .m-left .code-cont .text1 {
        margin-top: 10px;
        font-size: 14px;
        color: #fff
    }

    .from-content .m-left .code-cont .text2 {
        padding-top: 10px;
        padding-bottom: 30px;
        font-size: 14px;
        color: #fff
    }

    .from-content .m-right {
        margin-top: 20px;
        width: 100%!important;
        flex: none
    }

    .from-content .m-right .title {
        padding-top: 46px;
        font-size: 24px;
        color: #292c33;
        padding-left: 20px!important
    }

    .from-content .m-right .form-content {
        margin-top: 40px;
        padding: 0 20px!important
    }

    .from-content .m-right .form-content .el-form .el-form-item {
        margin-bottom: 24px;
        position: relative
    }

    .from-content .m-right .form-content .el-form .el-form-item .left-icon {
        position: absolute;
        top: 8px;
        left: 10px;
        width: 24px;
        height: 24px
    }

    .from-content .m-right .form-content .el-form .el-input__inner {
        border-radius: 40px;
        padding-left: 42px
    }

    .from-content .m-right .form-content .el-form .el-input__inner:focus {
        border: 1px solid #44A1DC
    }

    .from-content .m-right .form-content .el-form .is-error .el-input__inner {
        border: 1px solid #cc3a3a
    }

    .from-content .m-right .form-content .el-form .is-focus .el-input__inner {
        border: 1px solid #44A1DC
    }

    .from-content .m-right .form-content .el-form .el-select-dropdown__item.selected {
        color: #44A1DC
    }

    .from-content .m-right .form-content .el-form .el-select-dropdown {
        border-radius: 18px
    }

    .from-content .m-right .sumbit-btn {
        margin-top: 66px
    }

    .from-content .m-right .sumbit-btn .btn {
        line-height: 42px;
        height: 42px;
        background: #44A1DC;
        font-size: 16px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        transition: all .3s
    }

    .from-content .m-right .sumbit-btn .btn,.from-content .m-right .sumbit-btn .btn:hover {
        border: .5px solid #fff;
        border-radius: 21.5px;
        box-shadow: 0 20px 40px 0 rgba(42,163,150,.15),0 4px 10px 0 rgba(42,163,150,.2),0 1px 0 0 hsla(0,0%,100%,.3)
    }

    .from-content .m-right .sumbit-btn .btn:hover {
        background: #009994
    }
}

.my-dialog .el-dialog {
    background-color: hsla(0,0%,100%,0);
    box-shadow: none;
    width: 608px
}
