body{
    place-items: baseline !important;
}

a{
    padding: 0 !important;
    margin: 0 !important;
    color: #333 !important;
}

a:hover{
    background-color: transparent !important;
}

.el-menu--horizontal>.el-menu-item.is-active {
    border-bottom: 0 !important;
    color: #409eff; !important;
}

.el-menu--horizontal>.el-sub-menu.is-active .el-sub-menu__title {
    border-bottom: 0 !important;
    color: #409eff; !important;
}

.is-active a{
    color: #409eff !important;
}

#app{
    width: 100% !important;
    display: block !important;
    padding: 0 !important;
    max-width: 100% !important;
    min-width: 1200px !important;
}

.tac{
    text-align: center;
}

.maxWidth{
    max-width: 1400px !important;
}

.center{
    margin: 0 auto;
}

.w1200{
    max-width: 1400px;
    min-width: 1280px;
    margin: 0 auto;
}

.w100{
    width: 100%;
    display: block;
    object-fit: cover;
}

.breadcrumb_con{
    background-color: #f7f7f7;
    padding: 25px 0;
}

.clear {
    margin: 0px auto;
    clear: both;
    height: 0px;
    font-size: 0px;
    overflow: hidden;
}

.fl{
    float: left;
}
.fr{
    float: right;
}
.center{
    margin: 0 auto;
}

.show_in_large_screen{
    display: block !important;
}

.show_in_small_screen{
    display: none !important;
}

.btn{
    font-size: 16px;
    padding: 12px 35px !important;
    display: inline-block;
    line-height: 1.6;
    cursor: pointer;
}

.light_btn{
    color: #FFFFFF !important;
    background-color: #004297;
    border: 1px solid #00000000;

}

.light_btn:hover{
    color: #000000 !important;
    background-color: #ffcc00 !important;
    border: 1px solid #00000000 !important;
}

.light_second_btn{
    color: #FFFFFF !important;
    background-color: #409EFF;
    border: 1px solid #00000000;

}

.light_second_btn:hover{
    color: #000000 !important;
    background-color: #ffcc00 !important;
    border: 1px solid #00000000 !important;
}

.dark_btn{
    color: #000000 !important;
    background-color: #ffd101;
    border: 1px solid #00000000;
}

.dark_btn:hover{
    color: #000000 !important;
    background-color: #FFFFFF !important;
    border: 1px solid #00000000 !important;
}

.pd10{
    padding: 10px;
}

.page{
    padding: 10px;
    display: flex;
    justify-content: center;
}

.fz18{
    font-size: 18px;
}

.max_width{
    max-width: 500px !important;
    width: 90%;
}


:deep(.max_width){
    max-width: 500px !important;
    width: 90%;
}

@media screen and (max-width: 1000px) {
    #app {
        width: 100% !important;
        display: block !important;
        padding: 0 !important;
        max-width: 100% !important;
        min-width: 375px !important;
    }

    .w1200{
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        overflow: hidden;
        margin: 0 auto;
    }

    .show_in_large_screen{
        display: none !important;
    }

    .show_in_small_screen{
        display: block !important;
    }

    .breadcrumb_con{
        padding: 25px 10px;
    }
}
