
.welcome {
    min-width: 1200px;
    background-color: #F0F0F0;
    color: #111;
    font-size: 14px;
    line-height: 40px;
}


.head-box {
    height: 86px;
    /*padding-top: 12px;*/
    box-sizing: border-box;
    position: relative;


}

.head-box.pagewd {
    width: 1200px;
    min-width: 1200px;
}

.index-logo {
    position: absolute;

    display: block;
    height: 62px;
    width: auto;
    text-align: center;
    vertical-align: middle;

    top: 12px;
}

#translate {
    display: none;
}

.language-menu {
    margin-top: 20px;
}

.language-txt {
    line-height: 36px;
    margin-left: 20px;
    font-size: 16px
}

.language-box {
    margin-top: 20px;
    line-height: 36px;
    margin-left: 20px;
    font-size: 16px;
}

.language-box .split {
    padding: 0 6px;
}

.language-box li, .language-box a {
    display: block;
    cursor: pointer;
}

.language-box li.current, .language-box a.current {
    display: block;
    color: #082F6F;
    font-weight: bold;
}

.language-box li:hover.language-box a:hover {
    color: #082F6F;
}

.search-box {
    width: 250px;
    height: 40px;
    background: #EEEEEE;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 20px;
}

.icon-search {
    display: block;
    width: 36px;
    height: 36px;
    margin-top: 2px;
    cursor: pointer;
}

.search-input {
    border: none;
    outline: 0;
    line-height: 36px;
    height: 36px;
    margin-top: 2px;
    width: 186px;
    background-color: transparent;

    font-size: 16px;
}

.nav-box-outer {
    background-color: #02328d;
}

.nav-box {
    background-color: #02328d;
    height: 46px;
}

.nav-box .nav-item {
    color: #fff;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    min-width: 150px;
    background-color: #02328d;
    cursor: pointer;
    padding: 0 10px;
    /*border-top: 1px solid #02328d;*/
}

.nav-box .nav-item.current {
    color: #02328d;
    background-color: #fff;
    font-weight: bold;

}


.footer {
    /*height: 130px;*/
    background: #02328D;
}

.footer .footer-content {
    background: #02328D;
    /*height: 90px;*/

    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    padding-top: 30px;
    padding-bottom: 26px;
    box-sizing: border-box;

    /*display: flex;*/
    align-items: center;
    justify-content: space-around;
}

.footer .footer-bottom {
    height: 40px;
    background: #EFEFEF;
    line-height: 40px;
    text-align: center;

    font-size: 14px;
    color: #333333;
}

.footer-list-item {
    /*padding-left: 60px;*/
    color: #FFFFFF;
}

.footer-list-item a {
    display: block;
    color: #FFFFFF;
}

.footer-list-item .split {
    display: block;
    color: #FFFFFF;
    padding: 0 4px;
}

.footer-list-item:nth-child(1) {
    padding-left: 0px;
}

.footer-qrcode-item {
    margin-left: 20px;
}

.footer-qrcode-item .qr-title {
    text-align: center;
    white-space: nowrap; /* 防止换行 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 添加省略号 */

    font-size: 12px;
}

.footer a {
    color: #FFFFFF;

}

.footer a:hover {
    color: #03a9f4;
    text-decoration: underline;

}

.qr-code {
    display: block;
    object-fit: cover;
    width: 98px;
    height: 98px;
}

/*elementui 图片预览设置最小显示尺寸*/
/*.el-image-viewer__img {
    min-width: 50%;
    min-height: 50%;
}*/
.m-el-pagination {
    margin: 40px auto 20px;
    display: flex;
    justify-content: center;
}

.rb-box{
    position: fixed;
    right: 20px;
    bottom: 60px;
    /*border: 2px solid #03a9f4;*/
    /*padding: 10px;*/
    box-sizing: border-box;
    border-radius: 12px;
    cursor: pointer;
    z-index: 9999;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.3);
}
.chat-btn-box {
    /*position: fixed;*/
    /*right: 20px;*/
    /*bottom: 60px;*/
    /*border: 2px solid #03a9f4;*/
    padding: 10px;
    box-sizing: border-box;
    border-radius: 12px;
    cursor: pointer;
    z-index: 9999;
    background-color: #FFFFFF;
    /*box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.3);*/
}

/*.chat-btn-box:hover {
    transform: translateY(-4px);
    transition: all ease 0.2s;
}*/

.chat-btn-box:hover .chat-txt {
    font-weight: bold;
}

.chat-txt {
    text-align: center;
    padding-top: 6px;
    transition: all ease 0.2s;
    max-width: 60px;
    overflow: hidden;
    /* display: -webkit-box; */
    white-space: nowrap;
    text-overflow: ellipsis;
}


.chat-img {
    display: block;
    height: 50px;
    width: auto;
    margin: 0 auto;
}


.kefu-tc {
    display: block;
    position: fixed;
    right: 104px;
    bottom: 0px;
    width: 480px;
    max-height: 600px;
    height: 100vh;
    z-index: 9999;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

.tc-close {
    color: #FFF;
    font-size: 14px;
    right: 12px;
    top: 12px;
    position: absolute;
    cursor: pointer;
    display: block;
    width: 26px;
    height: 26px;
}


@media only screen and (max-width: 768px) {
    .kefu-tc {
        display: block;
        position: fixed;
        right: 5vw;
        bottom: 5vh;
        right: 0vw;
        bottom: 0vh;
        width: 90vw;
        height: 90vh;
        width: 100vw;
        height: 100vh;
        z-index: 9999;
        box-shadow: 0 0 20px rgba(0, 0, 0, .15);
        max-height: none;
    }


    .head-box {
        height: auto;
        /*background-color: #e6e6e6;*/
    }

    .head-box.pagewd {
        width: 100vw !important;
        min-width: auto !important;
    }

    .index-logo {
        height: .62rem;
        height: .9rem;
        max-width: 4.3rem;
        display: block;
        position: static;
        float: left;
        margin-top: 0.1rem;
        object-fit: contain;
    }

    .nav-box-outer {
        display: none;
    }

    .menu-btn {
        margin-top: 0.2rem;
        margin-left: 0.2rem;
        display: block;
        /*position: fixed;*/
        width: 0.42rem;
        height: 0.42rem;
        /*right: 0.26rem;*/
        /*top: 0rem;*/
        background: url("../images/bg-menu.png") no-repeat center;
        background-size: 0.72rem 0.72rem;
        margin-right: 0.26rem;
        /*z-index: 99;*/
    }

    .nav-mobile-title {
        font-size: 0.32rem;
    }

    .nav-item-mobile {
        line-height: 0.8rem;
        font-size: 0.32rem;
        color: #333333;
        padding: 0 0.4rem;
        box-sizing: border-box;
    }

    .nav-item-mobile.current {
        color: #02328D;

    }

    .language-menu {
        padding: 0.2rem 0;
        margin-top: 0;
    }

    .language-txt {
        font-size: 0.32rem;
        line-height: 0.4rem;
        margin-left: 0.1rem;
        padding-right: 0.1rem;
    }

    .lan-item.el-dropdown-menu__item {
        font-size: 0.32rem;

        line-height: 0.72rem;
        padding: 0 0.4rem;
        margin: 0;
    }

    .language-box {
        font-size: 0.28rem;
        line-height: 0.4rem;
        margin-top: 0.2rem;
        margin-left: 0.1rem;
        padding-right: 0.1rem;
    }

    .language-box .split {
        padding: 0 0.06rem;
    }

    /*    .language-box:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }*/
    .search-box {
        margin-top: 0.1rem;
        margin-bottom: 0.16rem;
        width: 90vw;
        margin-right: 5vw;
        height: 0.66rem;
        padding: 0 0.2rem;

    }

    .search-input {
        font-size: 0.28rem;
        line-height: 0.66rem;
        width: 5.4rem;
        margin-top: 0;
    }

    .icon-search {
        width: 0.6rem;
        height: 0.6rem;
        margin-top: 0.03rem;
    }

    .footer {
        overflow: hidden;
    }

    .footer .footer-content {
        width: 90% !important;
        margin: 0 auto;

        font-size: 0.28rem;
        color: #FFFFFF;
        line-height: 0.6rem;
        padding-top: 0.4rem;
        padding-bottom: 0.3rem;

    }
    .footer .footer-content .frt{
        float: none;
    }

    .footer .footer-content.pagewd {
        min-width: auto;
    }

    .footer-qrcode-item {
        margin-left: 0.4rem;
    }

    .qr-code {
        width: 2.2rem;
        height: 2.2rem;
        margin-top: 0.3rem;
    }

    .footer-qrcode-item .qr-title {
        font-size: 0.28rem;
    }

    /*分页*/
    .m-el-pagination {
        margin: 0.3rem auto 0.3rem;
    }

    .el-pager li {
        height: 0.68rem;
        line-height: 0.68rem;
        font-size: 0.3rem;
        padding: 0 0.06rem;
    }

    .el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
        margin: 0 0.1rem;

        min-width: 0.68rem;
        border-radius: 2px;
    }

    .el-pagination .btn-next .el-icon, .el-pagination .btn-prev .el-icon {
        font-size: 0.28rem;
    }

    .el-pagination button, .el-pagination span:not([class*=suffix]) {
        height: 0.68rem;
        line-height: 0.68rem;
    }
    
    
    .rt-box{
        right: 0.3rem;
        bottom: 0.6rem;
    }
    
    .chat-img{
        height: 0.6rem;
    }
    .chat-txt{
        font-size: 0.22rem;
    }

}
