html,
body,
#app {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", -apple-system, "Helvetica Neue", "Helvetica", "Arial", "PingFang SC", "Hiragino Sans GB", "STHeiti", "Microsoft JhengHei", SimSun, sans-serif !important;
    font-weight: normal;
    width: 100%;
}

[v-cloak] {
    display: none !important;
}

a {
    text-decoration: none;
}

@keyframes snactives {
    0% {
        box-shadow: none;
    }
    50% {
        box-shadow: 0 0 20px #fff;
    }
    100% {
        box-shadow: none;
    }
}

@media screen and (min-width:769px) {
    /* PC端样式 */
    .top {
        width: 100%;
        min-height: 900px;
        height: 100vh;
        background-image: url('../images/bg.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: relative;
        min-width: 1200px;
    }
    .header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 1200px;
        min-width: 1200px;
        height: 84px;
        margin: 0 auto;
    }
    .logo {
        width: 160px;
        height: 45px;
    }
    .nav {
        display: flex;
    }
    .navItem {
        display: flex;
        align-items: center;
        flex-direction: column;
        color: #fff;
        margin-left: 75px;
        position: relative;
        cursor: pointer;
    }
    .active {
        width: 24px;
        height: 2px;
        border-radius: 8px;
        position: absolute;
        bottom: -14px;
        background-color: #5FD8D0;
        transition: all .5s ease;
    }
    .banner {
        width: 100%;
        height: 100%;
    }
    .callme {
        width: 1200px;
        margin: 0 auto;
        height: 74px;
        margin-top: 1rem;
    }
    .callme img {
        cursor: pointer;
        width: 268px;
        height: 74px;
        border-radius: 40px;
    }
    .callme img {
        box-shadow: 0px 0px 12px #fff;
        animation: snactives 3s infinite;
    }
    .callme2 {
        display: none;
    }
    .topbottom {
        display: flex;
        align-items: center;
        color: #fff;
        width: 1200px;
        height: 168px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 11;
    }
    .mobile-service {
        display: none;
    }
    .desc {
        margin: 100px auto 0;
        color: #fff;
        /* font-size: 62px; */
        font-size: .63rem;
        line-height: 82px;
        letter-spacing: 10px;
        width: 1200px;
        font-weight: 600;
        cursor: default;
    }
    .desc span {
        color: #5FD8D0;
    }
    .desc_l {
        font-size: 26px;
        line-height: 36px;
        margin-top: 44px;
        letter-spacing: 0;
        font-weight: normal;
    }
    .bt {
        display: flex;
        align-items: center;
        background-color: #484f5e83;
        width: 600px;
        height: 100%;
        box-sizing: border-box;
    }
    .bt:hover {
        background-color: #5fd8d0be;
    }
    .bt img {
        margin: 0 69px 0 89px;
    }
    .btmsg {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        white-space: pre;
    }
    .bttit {
        margin-bottom: 14px;
        font-weight: 600;
    }
    .main {
        width: 100%;
        min-width: 1200px;
        background: #F6F4F6;
    }
    .mobile-about {
        display: none;
    }
    .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        justify-content: center;
        min-width: 1200px;
        width: 1200px;
        margin: 0 auto;
    }
    .about {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-width: 1200px;
        height: 600px;
    }
    .about img {
        width: 604px;
        height: 380px;
        margin-right: 78px;
    }
    .about_msg {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .about_tit {
        font-size: 32px;
        margin-bottom: 86px;
        font-weight: normal;
        color: #262626;
        position: relative;
    }
    .about_tit::after {
        content: "";
        width: 55px;
        height: 10px;
        background: #5FD8D0;
        border-radius: 12px;
        opacity: 0.96;
        position: absolute;
        bottom: -20px;
        left: 0;
    }
    .about_contect {
        text-indent: 2em;
        font-size: 16px;
        font-weight: normal;
        color: #000000;
        line-height: 22px;
    }
    .product {
        width: 100%;
        min-width: 1200px;
        height: 1098px;
        background-image: url('../images/product.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        box-sizing: border-box;
        padding: 80px 0;
        font-weight: normal;
        color: #262626;
        position: relative;
    }
    .arrdown {
        position: absolute;
        top: -11px;
        left: 50%;
        width: 22px;
        height: 22px;
        z-index: 11;
        transform: translateX(-50%);
    }
    .mypro {
        min-width: 1200px;
        text-align: center;
    }
    .p1 {
        color: #333333;
        line-height: 45px;
        font-size: 32px;
    }
    .p2 {
        color: #262626;
        line-height: 25px;
        font-size: 18px;
        margin-bottom: 86px;
    }
    .proItem {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        width: 300px;
        height: 440px;
        padding: 50px 0;
        box-sizing: border-box;
        border: 2px solid transparent;
        position: relative;
        color: #fff;
    }
    .proItem:hover {
        border: 2px solid #5FD8D0;
        border-radius: 30px;
    }
    .proItem:hover .propic {
        border-bottom: 1px solid transparent;
    }
    /* .proItem:hover .iconText {
		margin-top: 13px;
	} */
    .propic {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-bottom: 1px solid #a0a0a09d;
        width: 100%;
    }
    .proItem img {
        width: 158px;
        height: 132px;
        margin-bottom: 20px;
    }
    .proItem .circle {
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background-color: #5FD8D0;
        margin: 0 auto;
    }
    .proItem .skill_num {
        margin: 10px 0 10px 0;
    }
    .proItem .snactive {
        margin-top: -23px;
        margin-bottom: 20px;
        font-weight: bold;
        font-size: 16px;
        animation: snactive 2s infinite;
        border: 1px solid #5FD8D0;
        border-radius: 50%;
        padding: 5px;
    }
    .proItem .snactive span {
        background-color: #5FD8D0;
        text-align: center;
        width: 32px;
        line-height: 34px;
        height: 32px;
        border-radius: 50%;
        display: block;
    }
    @keyframes snactive {
        0% {
            box-shadow: none;
        }
        50% {
            box-shadow: 0 0 20px #5FD8D0;
        }
        100% {
            box-shadow: none;
        }
    }
    .iconTit {
        font-size: 20px;
        color: #FFFFFF;
        line-height: 28px;
    }
    .iconText {
        color: rgba(255, 255, 255, .79);
        width: 94%;
        padding: 0 10px;
        font-size: 14px;
        box-sizing: border-box;
        line-height: 19px;
    }
    input::-webkit-input-placeholder {
        color: #A1A1A1;
        font-size: 16px;
    }
    .iptItem input:focus {
        border: 1px solid #5FD8D0;
    }
    .footer {
        background-color: #1F1F1F;
        color: #D5D5D5;
        width: 100%;
        min-width: 1200px;
        height: 260px;
        box-sizing: border-box;
        padding-top: 60px;
    }
    .footcont {
        display: flex;
        flex-direction: column;
    }
    .encont {
        font-size: 30px;
    }
    .zncont {
        font-size: 18px;
        line-height: 24px;
    }
    .footcont span {
        width: 28px;
        height: 4px;
        background-color: rgba(255, 255, 255, .79);
        margin-bottom: 50px;
    }
    .footItem {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        width: 300px;
        height: 80px;
        font-size: 14px;
        font-weight: normal;
        line-height: 26px;
    }
    .footItem img {
        width: 28px;
        height: 27px;
    }
    .contectLine {
        width: 1px;
        height: 120px;
        background-color: #494949;
        margin: 0 60px 0 43px;
    }
    .itedetail {
        padding-left: 25px;
        margin-left: 25px;
        border-left: 1px solid #494949;
        display: flex;
        flex-direction: column;
        color: rgba(255, 255, 255, .79);
    }
    .dialog {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 99;
    }
    .inner {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 570px;
        background-color: #fff;
        border-radius: 30px;
        padding: 46px 77px 56px 60px;
        box-sizing: border-box;
    }
    .in_header {
        position: relative;
        font-size: 30px;
        font-weight: normal;
        color: #262626;
        line-height: 42px;
        text-align: center;
    }
    .in_header img {
        position: absolute;
        right: -20px;
        top: 5px;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }
    .ipts {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-top: 44px;
        position: relative;
    }
    .iptItem {
        width: 100%;
        height: 56px;
        margin-bottom: 26px;
    }
    .iptItem span {
        float: left;
        font-size: 18px;
        font-weight: normal;
        color: #000000;
        line-height: 56px;
        width: 72px;
        text-align: right;
    }
    .iptItem:last-child {
        margin-bottom: 0;
    }
    .iptItem input {
        float: right;
        width: 340px;
        height: 56px;
        background: #FCFCFC;
        font-size: 18px;
        color: #333;
        text-indent: .5em;
        border: 1px solid #D2D2D2;
        border-radius: 4px;
        box-sizing: border-box;
        outline: none;
    }
    .btn {
        width: 445px;
        height: 58px;
        color: #fff;
        text-align: center;
        line-height: 58px;
        font-size: 20px;
        background: #5FD8D0;
        border-radius: 4px;
        margin-top: 90px;
        cursor: pointer;
    }
    .nodialog {
        display: none;
    }
    .errmsg {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 10px 12px;
        background: rgba(0, 0, 0, .6);
        color: #fff;
        font-size: 16px;
        line-height: 1;
        border-radius: 4px;
        transition: all .5s linear;
        box-sizing: border-box;
        z-index: 99;
    }
}

@media screen and (max-width:769px) {
    /* 移动端样式 */
    html,
    body,
    #app {
        font-family: 'PingFangSC' !important;
    }
    #app {
        overflow-x: hidden;
    }
    .top {
        width: 100%;
        height: 4.22rem;
        background-image: url('../images/bg.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: relative;
    }
    .nav {
        display: none;
    }
    .header {
        width: 100%;
        padding: .38rem 0 0 .38rem;
        box-sizing: border-box;
    }
    .logo {
        display: block;
        width: 1.49rem;
        height: .43rem;
    }
    .desc {
        font-size: .36rem;
        color: #fff;
        font-weight: 700;
        line-height: .47rem;
        margin-top: .62rem;
        margin-left: .48rem;
    }
    .desc>div {
        letter-spacing: 2px;
    }
    .desc span {
        color: #5FD8D0;
    }
    .desc_l {
        display: block;
        font-size: .2rem;
        font-weight: 400;
        color: #fff;
        line-height: .28rem;
        margin-top: .24rem;
        letter-spacing: 0px !important;
    }
    .callme {
        display: none;
    }
    .callme2 {
        width: 100%;
        height: .74rem;
        text-align: right;
        margin-top: .36rem;
    }
    .callme2 img {
        width: 2.16rem;
        height: .74rem;
        margin-right: .43rem;
        border-radius: .37rem;
    }
    .callme2 img {
        box-shadow: 0px 0px 12px #fff;
        animation: snactives 2s infinite;
    }
    .topbottom {
        display: none;
    }
    .mobile-service {
        width: 100%;
        padding: .6rem .44rem 0;
        box-sizing: border-box;
    }
    .service-title {
        position: relative;
        font-size: .34rem;
        color: #262626;
        font-weight: 700;
        line-height: .48rem;
        text-align: center;
        margin: 0;
    }
    .service-title::after {
        position: absolute;
        content: '';
        bottom: -0.14rem;
        left: 50%;
        margin-left: -0.15rem;
        width: .3rem;
        height: .08rem;
        background: #5FD8D0;
        border-radius: .06rem;
    }
    .bt {
        position: relative;
        width: 100%;
        height: 1.49rem;
        background: rgba(70, 77, 91, .74);
        border-radius: .18rem;
        margin-top: .52rem;
    }
    .bt:last-child {
        margin-top: .4rem;
    }
    .bt-left {
        float: left;
        width: 2.16rem;
        height: 100%;
        background: rgba(95, 216, 208, .74);
        border-radius: .18rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .bt-left img {
        width: .7rem;
        height: .62rem;
        margin: 0 auto;
    }
    .bt-left p {
        font-size: .26rem;
        color: #fff;
        font-weight: 500;
        line-height: .37rem;
        margin: .1rem 0 0;
    }
    .btmsg {
        position: absolute;
        left: 2.76rem;
        top: 50%;
        transform: translateY(-50%);
    }
    .btmsg p {
        width: 100%;
        font-size: .22rem;
        color: #fff;
        font-weight: 400;
        line-height: .3rem;
        margin: 0;
        white-space: pre;
    }
    .main {
        display: none;
    }
    .mobile-about {
        width: 100%;
        margin-top: .58rem;
        padding: 0 .44rem;
        box-sizing: border-box;
    }
    .about_tit {
        position: relative;
        width: 100%;
        font-size: .34rem;
        color: #262626;
        font-weight: 600;
        line-height: .48rem;
        text-align: center;
    }
    .about_tit::after {
        position: absolute;
        content: '';
        left: 50%;
        bottom: -.14rem;
        margin-left: -0.15rem;
        width: .3rem;
        height: .08rem;
        background: #5FD8D0;
        border-radius: .06rem;
    }
    .mobile-about img {
        display: block;
        width: 100%;
        margin: .52rem 0 .38rem;
    }
    .about_contect {
        display: block;
        font-size: .26rem;
        color: #262626;
        font-weight: 400;
        line-height: .37rem;
        text-indent: 1em;
    }
    .mypro {
        width: 100%;
        margin-top: .48rem;
    }
    .mypro .p1 {
        position: relative;
        display: block;
        font-size: .34rem;
        color: #262626;
        font-weight: 600;
        line-height: .48rem;
        text-align: center;
        margin: 0;
    }
    .mypro .p1::after {
        position: absolute;
        content: '';
        left: 50%;
        bottom: -.16rem;
        margin-left: -0.15rem;
        width: .3rem;
        height: .08rem;
        background: #5FD8D0;
        border-radius: .06rem;
    }
    .mypro .p2 {
        display: block;
        font-size: .22rem;
        color: #999999;
        font-weight: 400;
        line-height: .3rem;
        text-align: center;
        margin: .32rem 0 .46rem 0;
    }
    .product {
        width: 100%;
        background: url('../images/product2.png') no-repeat;
        background-size: 100% 100%;
    }
    .arrdown {
        display: block;
        width: .2rem;
        height: .21rem;
        margin: 0 auto;
    }
    .container {
        width: 100%;
        height: 100%;
        padding: 1.02rem .44rem .7rem;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .proItem {
        width: 3.12rem;
        height: 4.36rem;
        background: rgba(255, 255, 255, 0.08);
        border-radius: .31rem;
        margin-top: .44rem;
        padding: .34rem .2rem 0;
        box-sizing: border-box;
    }
    .proItem:nth-child(1),
    .proItem:nth-child(2) {
        margin-top: 0;
    }
    .propic {
        width: 100%;
        margin-bottom: .15rem;
    }
    .propic img {
        display: block;
        width: 1.4rem;
        height: 1.18rem;
        margin: 0 auto;
    }
    .circle {
        display: none;
    }
    .skill_num {
        position: relative;
        width: 22px;
        height: 22px;
        border: 1px solid #5FD8D0;
        border-radius: 50%;
        background: rgba(255, 255, 255, .08);
        margin: 0 auto;
        box-sizing: content-box;
    }
    .skill_num span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 18px;
        height: 18px;
        background: #5FD8D0;
        border-radius: 50%;
        font-size: .16rem;
        color: #fff;
        font-weight: 700;
        text-align: center;
        line-height: 18px;
    }
    .snactive {
        display: none;
    }
    .iconTit {
        font-size: .22rem;
        color: #fff;
        font-weight: 600;
        line-height: .3rem;
        text-align: center;
        margin: .13rem 0 0;
    }
    .iconText {
        font-size: .18rem;
        color: rgba(255, 255, 255, .79);
        font-weight: 300;
        line-height: .25rem;
        margin-top: .12rem;
        word-break: break-all;
    }
    .footer {
        width: 100%;
        background: #161616;
        padding: .46rem .44rem .64rem;
        box-sizing: border-box;
    }
    .footer .container {
        padding: 0;
        display: block;
    }
    .encont {
        display: block;
        font-size: .37rem;
        color: rgba(255, 255, 255, .79);
        font-weight: 600;
        line-height: .52rem;
        opacity: 0.74;
    }
    .zncont {
        font-size: .26rem;
        color: rgba(255, 255, 255, .79);
        font-weight: 600;
        line-height: .37rem;
        margin: .03rem 0 0;
        opacity: 0.74;
    }
    .footItem {
        width: 100%;
        position: relative;
        margin-top: .58rem;
    }
    .footItem img {
        display: inline-block;
        margin-left: .02rem;
        margin-top: .12rem;
        vertical-align: top;
    }
    .footItem:nth-child(1) img {
        width: .4rem;
        height: .3rem;
    }
    .footItem:nth-child(2) img {
        width: .4rem;
        height: .41rem;
    }
    .footItem:nth-child(3) img {
        width: .4rem;
        height: .45rem;
    }
    .itedetail {
        position: relative;
        display: inline-block;
        width: 3.8rem;
        margin-left: .87rem;
        font-size: .22rem;
        color: rgba(255, 255, 255, .79);
        font-weight: 400;
        line-height: .42rem;
        opacity: 0.79;
    }
    .itedetail::before {
        position: absolute;
        content: '';
        width: .02rem;
        top: .16rem;
        bottom: .11rem;
        left: -.4rem;
        background: rgba(255, 255, 255, .14);
    }
    .mobile-layer {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, .65);
        z-index: 9;
    }
    .layer-box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .layer-main {
        position: relative;
        width: 6.62rem;
        padding: .54rem .72rem .45rem;
        background: #fff;
        border-radius: .26rem;
        box-sizing: border-box;
    }
    .close-box {
        position: absolute;
        top: -.76rem;
        right: .04rem;
        width: .34rem;
        height: .34rem;
    }
    .close-box img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .layer-title {
        width: 100%;
        font-size: .34rem;
        color: #262626;
        font-weight: 600;
        line-height: .48rem;
        text-align: center;
    }
    .layer-list {
        width: 100%;
        padding: .06rem 0 .6rem;
        box-sizing: border-box;
        list-style: none;
        margin: 0;
    }
    .layer-list li {
        width: 100%;
        margin-top: .4rem;
    }
    .item-name {
        display: block;
        font-size: .28rem;
        color: #262626;
        font-weight: 400;
        line-height: .4rem;
        margin-bottom: .02rem;
    }
    .item-box {
        position: relative;
        width: 100%;
        border-bottom: .01rem solid #D2D2D2;
    }
    .item-box-active {
        border-color: #5FD8D0;
    }
    .item-box input {
        display: block;
        width: 100%;
        height: .8rem;
        border: none;
        outline: none;
    }
    input::placeholder {
        font-size: .28rem;
        color: #A1A1A1;
        font-weight: 400;
    }
    .code-box {
        position: absolute;
        width: 1.76rem;
        height: 100%;
        right: 0;
        top: 0;
    }
    .code-box::before {
        position: absolute;
        content: '';
        width: .01rem;
        height: .31rem;
        background: #D2D2D2;
        left: 0;
        top: 50%;
        margin-top: -0.15rem;
    }
    .code-box span {
        display: block;
        width: 100%;
        height: 100%;
        font-size: .28rem;
        color: #5FD8D0;
        font-weight: 400;
        line-height: .8rem;
        text-align: right;
        padding-right: .1rem;
        box-sizing: border-box;
    }
    .code-box .down-time {
        color: #999;
    }
    .layer-btn {
        width: 5.18rem;
        height: .9rem;
        background: #5FD8D0;
        border-radius: .18rem;
        font-size: .28rem;
        color: #fff;
        font-weight: 400;
        text-align: center;
        line-height: .9rem;
        margin: 0 auto;
    }
    .errmsg {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: .16rem .2rem;
        background: rgba(0, 0, 0, .6);
        color: #fff;
        font-size: .24rem;
        line-height: 1;
        border-radius: .08rem;
        transition: all .5s linear;
        box-sizing: border-box;
        z-index: 99;
    }
}

.ICP {
    background-color: #1f1f1f;
    display: flex;
    justify-content: center;
    padding: 10px 0px;
}

.ICPLINK {
    font-size: 14px;
    color: white;
}