.h-logo{
    padding: 0px;
}
.h-logo >img{
    width: 100%;
    height: 100%;
    padding:  0px;
}
.mgb-0{
    margin-bottom: 0;
}
.mgb-10{
    margin-bottom: 10px;
}
.mgt-10 {
    margin-top: 10px;
}
.mgt-20{
    margin-top: 20px;
}
.mgr-10{
    margin-right: 10px;
}
.mgt-80{
    margin-top: 80px;
}
.padding-0{
    padding: 0;
}
.w-100{
    width: 100%;
}
.h-100{
    height: 100%;
}

.search_div{
    display: inline-block;
    margin-right: 10px;
}
/*footer*/
footer{
    padding-bottom: 70px;
    background: #4a4a4a;
}

footer h4{
    font-family: Kanit;
    font-size: 50px;
    color: #FFFFFF;
    margin-top: 40px;
    line-height: 60px;
}
footer p, footer a{
    font-size: 18px;
    color: #a3a3a3;
    margin-bottom: 0;
    margin-top: 20px;
}
footer a:hover{
    color: #ffffff;
}
.font-14{
    font-size: 14px;
}

.h-menu{
    padding: 10px 0;
    font-size: 30px;
    font-family: cursive;
}
.h-menu >a{
    color:#000000;
    display: block;
    padding: 20px 50px;
}
.menu-16
{
    display: block;
    padding: 20px 50px;
    border-bottom: 1px solid #dddddd;
    font-size: 16px;
}

.videobox{
    height: calc(80vh);
}
.h-container{
    min-height: calc(50vh);
}

.mult-menus{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.menu-title{
    width: 70%;
}
.menu-btn{
    width: 15%;
}

/* 开关样式的 CSS */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;  /* 开关宽度 */
    height: 20px; /* 开关高度 */
    margin-right: 10px; /* 与标签的间隔 */
}

/* 隐藏默认的 checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* 创建滑块 */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc; /* 关闭时的背景色 */
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 12px;  /* 滑块高度 */
    width: 12px;   /* 滑块宽度 */
    left: 4px;
    bottom: 4px;
    background-color: white; /* 滑块颜色 */
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3; /* 打开时的背景色 */
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px); /* 滑块移动的距离 */
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* 滑块形状 - 圆形 */
.slider.round {
border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* 开关标签的样式 */
.switch-label {
    display: inline-block;
    vertical-align: top;
    line-height: 20px; /* 与开关高度相同 */
    margin-right: 10px;
}
.weekday {
    margin: 20px;
}