body {
    margin: 0 auto;
    /* background: url('/market/lowcode/images/banner_pc.png') center top #010a48;
    background-repeat: no-repeat;
    background-size: 100% auto; */
    background-image: url("/market/lowcode/images/footer_img.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 64% auto;
    background-color: #06195f;
}

* {
    /* font-family: PingFang SC, Arial, Helvetica, sans-serif !important; */
    /* user-select: none; */
    font-family: PingFangSC, helvetica neue, hiragino sans gb, arial, microsoft yahei ui, microsoft yahei, simsun, sans-serif !important;
}

img {
    border: 0;
    max-width: 100%;
}

a {
    text-decoration: none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 0px;
}
input {
    border: none;
}

.mainBox {
    width: 100%;
    min-height: 1px;
    /*overflow: hidden;*/
}

.pcDisplay {
    display: block;
}

.mbDisplay {
    display: none !important;
}

.pagemain {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    padding-top: 180px;
}

.pagemain-home {
    width: 100%;
    position: relative;
    min-height: 1px;
    overflow: hidden;
    padding: 120px 0;
    margin-bottom: 120px;
    background: url("/market/lowcode/images/banner_pc.png") #001a63;
    background-position: 70% -20%;
    background-repeat: no-repeat;
    background-size: auto 88%;
    position: relative;
}
.pagemain-home-margin {
    margin-top: 80px;
}
.pagemain-homedesc{
    display: none;
}
.logobox {
    padding-top: 20px;
    padding-bottom: 16px;
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1000;
    
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.logobox a {
    width: auto;
    min-height: 1px;
    float: left;
}

.logobox a img {
    height: 40px;
    float: left;
}
.logobox a span {
    display: block;
    float: left;
    color: #ffffff;
    margin: 12px 0px 0px 10px;
}

.logobox a span i {
    display: block;
    font-style: normal;
}

.logobox a span .s1{
    font-size: 14px;
    line-height: 16px;
}
.logobox a span .s2{
    opacity: .48;
    font-size: 11px;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -webkit-text-size-adjust: none;
    transform-origin: 0 0;
    line-height: 14px;
}

.logoboxBg {
    position: fixed;
    /* background-color: #001e7e; */
    background-color: rgba(0, 22, 84, 0.8);
    transition: ease-in-out 1s;
    -webkit-transition: ease-in-out 1s;
    -moz-transition: ease-in-out 1s;
    -ms-transition: ease-in-out 1s;
    -o-transition: ease-in-out 1s;
}


.row-padding {
    margin-right: -8px;
    margin-left: -8px;
}

.colbox {
    width: 20%;
    padding-left: 8px;
    padding-right: 8px;
    float: left;
}

.colbox2 {
    width: 16.66%;
    padding-left: 8px;
    padding-right: 8px;
    float: left;
}

#footer {
    width: 100%;
    min-height: 1px;
    /* position: absolute; */
    bottom: 32px;
    left: 0;
    margin-bottom: 30px;
}

.footer-listBox {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    margin-bottom: 24px;
}

.footer-listBox-copyright {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.footer-listBox-copyright a {
    width: auto;
    min-height: 1px;
    overflow: hidden;
    display: block;
}

.footer-listBox-copyright img {
    height: 32px;
    display: block;
    float: left;
}

.footer-listBox-copyright span {
    display: block;
    font-size: 12px;
    color: #ffffff;
    color: rgba(255, 255, 255, .64);
    float: left;
    padding-left: 12px;
}

.f-listBox-c-lineleft {
    border-left: 1px solid #333333;
    border-left: 1px solid rgba(255, 255, 255, .2);
}

.f-listBox-c-lineright {
    border-right: 1px solid #333333;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.footer-copyright {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
}

#copyright {
    font-size: 12px;
    color: #ffffff;
    color: rgba(255, 255, 255, .48);
    line-height: 18px;
    text-align: center;
}

#copyright a {
    display: none;
}

@media (max-width:767px) {
    .pagemain-home {
        padding: 60px 0 0!important;
        background: none;
        margin-bottom: 100px;
    }
    .pagemain-home-margin {
        margin-top: 82px;
    }
    .mobilebg {
        background-color: #001b63;
        background-image: url("/market/lowcode/images/banner_m.png"), url("/market/lowcode/images/footer_img_m.png");
        background-position: right top, right bottom;
        background-repeat: no-repeat;
        background-size: 100%, 100%;
    }
    .logobox {
        top: 0;
        left: 0;
        padding-top: 32px;
        padding-bottom: 10px;
    }
    .logoboxBg {
        padding-top: 16px !important;
    }

    .pcDisplay {
        display: none !important;
    }

    .mbDisplay {
        display: block !important;
    }

    .footer-listBox-copyright img {
        height: 18px;
    }

    .footer-listBox-copyright span {
        padding-left: 4px;
    }

    .f-listBox-c-lineleft {
        border: 0;
    }

    .footer-listBox {
        display: none;
    }

    .row-padding {
        margin-right: -6px;
        margin-left: -6px;
    }

    .colbox2 {
        width: 33.33%;
        padding-left: 6px;
        padding-right: 6px;
    }
    .pagemain-homedesc{
        margin-top: 0px;
        display: block;
        color: rgba(255, 255, 255, .32);
        line-height: 18px;
        text-align: center;
        font-size: 10px;
        letter-spacing: 5px;
    }
    .pagemain-homedesc span {
        display: block;
        color: rgba(255, 255, 255, .24);
        font-size: 8px;
        line-height: 18px;
        text-align: center;
        letter-spacing: 1px;
    }

}

@media (min-width: 992px) and (max-width:1369px) {
    .pagemain-home {
        padding: 80px 0;
        margin-bottom: 80px;
    }
}
@media (min-width: 1370px) and (max-width:1600px) {
    .pagemain-home {
        padding: 100px 0;
        margin-bottom: 100px;
    }
}

@media (min-width: 1601px) {
    .container {
        width: 70%;
    }
    .row-padding {
        margin-right: -12px;
        margin-left: -12px;
    }

    .colbox {
        padding-left: 12px;
        padding-right: 12px;
    }

    .colbox2 {
        padding-left: 12px;
        padding-right: 12px;
    }
    .pagemain-home {
        padding: 180px 0;
        margin-bottom: 120px;
        background-position: 70% -20%;
        background-size: auto 95%;
    }
}

@media (min-width: 1921px) {
    body {
        width: 1920px;
        margin: 0 auto;
    }

}