.gxbicon {
    background-image: url(/images/icons/gxbicon.png);
    background-size: contain;
    display: inline-block;
    height: 18px;
    margin-right: 4px;
    width: 18px
}
footer .container {
    padding: 20px
}
footer .bottombox {
    text-align: center;
    color: #999;
    padding: 40px 0 10px 0
}
footer .container .rexbox{
display:flex;
justify-content:space-around
}
footer .container .rexbox img {
      height: 110px;
}
footer .container .rexbox .title {
        color: #fff;
        font-size: 20px;
 }
footer .container .rexbox .item {
 color:rgb(66, 139, 244);
 font-size:25px;
 font-weight:bold
 }
    .headbox {
        height: 60px;
        line-height: 60px;
        text-align: center
    }
 .headbox .layui-icon {
        font-size: 30px;
        position: absolute;
        margin-left: 10px;
        color: #666;
        left: 0;
        margin-left: 10px;
        color: #666
 }
.headbox img {
        width: 150px
 }
.mainbox {
    max-width: 520px;
    left: 0;
    margin: 0 auto;
    max-height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    position: relative;
    top: 0;
    width: 100%;
}
.maxbox {
    display: block;
    height: 100%;
    margin: auto !important;
    min-height: 300px;
    position: relative;
    z-index: 1;
}
html,body{
    height:100%
}
.headmenu {
    display: flex;
    justify-content: space-between;
    padding: 0 20% 10px 10%;
}

    .headmenu .logo {
        height: 80px;
    }

.menubox {
    display: flex;
    align-items: center;
}

    .menubox ul li {
        margin-left: 50px;
        float: left;
        line-height: 64px;
    }

.wid {
    min-width: 1024px;
    max-width: 2000px;
    margin: auto;
}

.wid1200 {
    width: 1200px;
    margin: 0 auto;
}

.padsx10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padsx20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.drop-cont {
    margin-left: 50px;
    float: left;
    line-height: 64px;
}

.headsbox {
    padding: 0 20%;
    text-align: right;
    font-size: 18px;
    color: #2183e9 !important;
    padding-top: 12px !important;
    font-weight: bold
}

    .headsbox .layui-icon {
        font-size: 24px;
        vertical-align: middle;
        margin-right: 5px;
    }

.corred {
    color: red;
}

.cor999 {
    color: #999
}

@keyframes floatAnimation {
    0% {
        transform: translateY(0); /* 初始位置 */
    }

    50% {
        transform: translateY(-20px); /* 向下移动20px */
    }

    100% {
        transform: translateY(0); /* 返回到初始位置 */
    }
}

.floating-element {
    animation: floatAnimation 2s ease-in-out infinite;
}

@keyframes floatleft {
    0% {
        transform: translateX(0); /* 初始位置 */
    }

    50% {
        transform: translateX(50px); /* 向下移动20px */
    }

    100% {
        transform: translateX(0); /* 返回到初始位置 */
    }
}

.floatleft {
    animation: floatleft 2s ease-in-out infinite;
}

.ptxt {
    color: #999;
    font-size: 16px;
    text-align: center;
}

.txtcen {
    text-align: center;
}

.txtleft {
    text-align: left;
}

.txt14px {
    font-size: 14px;
}

.txt16px {
    font-size: 16px;
}

.flex {
    flex: 1
}

footer {
    background: #333
}

.footbox {
    width: 1200px;
    margin: 0 auto;
    color: #999;
    display: flex;
    justify-content: space-between;
    padding: 50px 0
}

    .footbox .listbox {
        display: flex;
    }

        .footbox .listbox .list {
            width: 300px
        }

            .footbox .listbox .list .title {
                color: #fff;
                font-size: 18px
            }

            .footbox .listbox .list .item {
                padding: 5px 0;
                color: #999;
                display: block
            }

.qccodebox {
    display: flex;
    padding: 30px 0;
    font-size: 14px
}

.cursor {
    cursor: pointer;
}
