.light {
    background: #ffffff;
}
.dark {
    background: #000000;
}
.light .color_bg1 {
    background: #ffffff !important;
}

.dark .color_bg1,
.dark footer{
    background: #000000 !important;
}

.light .color_bg2{
    background: #F5F6F7 !important;
}

.dark .color_bg2,
.dark .school_list li div,
.dark nav ul li,
.dark header{
    background: #1C1C1F !important;
}



.light .color_text1{
    color: #30353D !important;
}

.dark .color_text1,
.dark .school_list li p,
.dark nav ul li a,
.dark header,
.dark .ul_list li a,
.dark .yuan>span{
    color: #E1E2E6 !important;
}



.light .color_input {
    color: #F5F7FA !important;
}

.dark .color_input {
    color: #282829 !important;
}

.light .color_text2{
    color: #8F9296 !important;
}

.dark .color_text2{
    color: #707173 !important;
}

.light .color_text3{
    color: #9B9EA3 !important;
}

.dark .color_text3{
    color: #575859 !important;
}

.light .color_red{
    color: #F73944 !important;
}

.dark .color_red{
    color: #FF3D48 !important;
}

.light .color_blue{
    color: #3465FF !important;
}

.dark .color_blue{
    color: #386DFF !important;
}
.dark nav ul li.active {
    background-color: #113579 !important;
}
.light .color_blue_text{
    color: #3465FF !important;
}

.dark .color_blue_text{
    color: #3385FF !important;
}

.light .color_label {
    color: #F2F3F5 !important;
}

.dark .color_label {
    color: #282829 !important;
}

.dark .bg_box ul li a{
    background: #282829 !important;
    color: #E1E2E6 !important;;
}

.light .color_devider{
    border-color: #EDEDEF !important;
}

.dark .color_devider{
    border-color: #29292E !important;
}
.dark .foot,
.light .foot{
    display: none;
}