.pc-box {
    display: block !important;
}

.phone-box {
    display: none !important;
}

.pc-box-flex {
    display: flex !important;
}

.phone-box-flex {
    display: none !important;
}


@media screen and (max-width: 1024px) {
    .pc-box {
        display: none !important;
    }

    .phone-box {
        display: block !important;
    }

    .pc-box-flex {
        display: none !important;
    }

    .phone-box-flex {
        display: flex !important;
    }
}







.mobhead-c {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    z-index: 999;
    left: 0px;
    top: 0px;
    position: fixed;
    background-color: #000;
}

.mobhead-nav-modalbg.on {
    display: block;
}

.mobhead-nav-modal.on {
    display: block;
}

.mobhead-bar {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
}

.mobhead-bar-m {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    flex: 1;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px 0px 0;
}


.mobhead-bar-m img{
    margin: 0px 0 0 0;
    width: auto;
    height: 20px;
}

.mobhead-bar-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 0;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 5px;
}

.mobhead-bar-l>a>.img1 {
    width: auto;
    height: 40px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.mobhead-bar-l>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
}

.mobhead-bar-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 10px;
    background-color: rgb(245, 245, 245);
    border-radius: 3px;
}

.mobhead-bar-r>.mobhead-icon-nav {
    margin: 0px auto;
    padding: 0px 0px;
    font-size: 24px;
    font-weight: normal;
    color: #999;
    cursor: pointer;
}

.mobhead-bar-r>.mobhead-icon-nav.fa-close {
    display: none;
}


.mobhead-bar-r>.mobhead-icon-search {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 24px;
    font-weight: normal;
    color: #333;
    cursor: pointer;
}

.mobhead-nav-modalbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    overflow: hidden;
}

.mobhead-nav-modalbg {
    display: none;
    box-sizing: border-box;
    width: calc(100% - 20px);
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
    position: absolute;
    z-index: 999981;
    left: 50%;
    top: 62px;
    transform: translateX(-50%) translateY(0px);
    transition: all .2s linear 100ms;
    opacity: 1;
    border-bottom: none;
    opacity: 0.9;
}

.mobhead-nav-modal {
    display: none;
    box-sizing: border-box;
    width: calc(100% - 20px);
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: absolute;
    z-index: 999991;
    left: 50%;
    top: 62px;
    transform: translateX(-50%) translateY(0px);
    transition: all .2s linear 100ms;
    opacity: 1;
    border-bottom: none;
}

.mobhead-nav-navmob {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-nav-navmob-t {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-bottom: solid 1px #ddd;
    background-color: #27223E;
}

.mobhead-nav-navhead {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 20px;
}

.mobhead-nav-navhead-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 70%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-nav-navhead-l>label {
    font-size: 16px;
    color: #fff;
}

.mobhead-nav-navhead-l>.img1 {
    width: auto;
    height: 30px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.mobhead-nav-navhead-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-nav-navhead-r>.label-close {
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 26px;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
}

.mobhead-nav-navmob-b {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    overflow-x: hidden;
    overflow-y: auto;
}

.mobhead-nav-navmob-text {
    box-sizing: border-box;
    margin: 20px auto;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.mobhead-nav-navmob-text>label {
    margin: 0px 0px 0 0px;
    padding: 0px 0px;
    font-weight: bold;
    font-family: arial, ｍｓ ｐゴシック, ms pgothic, 돋움, dotum, helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
}



.mobhead-nav-navtree-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-nav-navtree {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    min-height: 60px;
    margin: 0px 0px;
    padding: 0px 20px;
    border-bottom: solid 1px #000;
    cursor: pointer;
}

.mobhead-nav-navtree.on {
    background-color: #C9B8A2;
}


.mobhead-nav-navtree>.label1 {
    padding: 0px 0px;
    text-align: left;
    padding: 0px 0px;
    font-size: 16px;
    height: 50px;
    font-weight: normal;
    color: #000;
    display: inline-block;
    padding: 0 10px;
    transition: var(--trans, color .4s ease 0s);
    cursor: pointer;
    line-height: 50px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.mobhead-nav-navtree>.arr-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
}

.mobhead-nav-navtree-childs {
    box-sizing: border-box;
    display: none;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px auto;
    padding: 10px 0px;
}

.mobhead-nav-navtree-childs-a {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin: 0px auto;
    padding: 0px 20px;
}

.mobhead-nav-navtree-childs-a>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    color: #666;
}

.mobhead-searchbox {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 0px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #eee;
    position: fixed;
    z-index: 10;
    left: 0px;
    top: 60px;
    overflow: hidden;
    transition: all .2s linear 100ms;
}

.mobhead-search {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    min-height: 30px;
    margin: 30px 30px;
    padding: 0px 0px;
    border: solid 1px #ddd;
    border-radius: 30px;
    overflow: hidden;
}

.mobhead-search-l {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-search-l>.search-input {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 20px;
    border: none;
    background: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
}

.mobhead-search-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobhead-search-r>.button-search {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border: solid 0px #ccc;
    border-radius: 0px;
    background: #ddd;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    outline: none;
    cursor: pointer;
}

/*--------自适应--------*/


@media screen and (max-width: 1680px) {
    .navmain-item {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: auto;
        height: auto;
        min-height: 30px;
        margin: 0px 15px;
        padding: 0px 0px;
        cursor: pointer;
    }

    .header-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 250px;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

}

@media screen and (max-width: 1550px) {
    .navmain-item {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: auto;
        height: auto;
        min-height: 30px;
        margin: 0px 10px;
        padding: 0px 0px;
        cursor: pointer;
    }

    .header-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 200px;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .header-r>.link-start {
        margin: 0px 0px;
        padding: 8px 30px;
        border-radius: 30px;
        background: #C7164E;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
    }

    .header-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        width: 250px;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }


}

@media screen and (max-width: 1400px) {
    .navmain-item>.label-text {
        padding: 0px 0px;
        font-weight: 500;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        transform: scale(1);
        transition: all .5s ease 100ms;
        -webkit-transition: all .5s e 100ms;
    }
    .navmain-item:hover>.label-text {
        padding: 0px 0px;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        transform: scale(1.1);
        transition: all .5s ease 100ms ; 
    -webkit-transition: all .5s e 100ms;
    }
    

}


@media screen and (max-width: 1350px) {
    .header-l {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 160px;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .header-r>.link-start {
        margin: 0px 0px;
        padding: 6px 20px;
        border-radius: 30px;
        background: #C7164E;
        font-size: 12px;
        font-weight: normal;
        color: #fff;
    }

    .header-r {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        width: 200px;
        height: auto;
        min-height: 30px;
        margin: 0px 0px;
        padding: 0px 0px;
    }

    .navmain-item {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: auto;
        height: auto;
        min-height: 30px;
        margin: 0px 5px;
        padding: 0px 0px;
        cursor: pointer;
    }


}




@media screen and (max-width: 950px) {
    .footer-copyright {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0 0 0 0;
        width: 100%;
        height: auto;
        min-height: 100px;
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 14px;
        color: #fff;
    }

    .gt_float_switcher .gt-selected {
        position: relative;
        z-index: 888;
        cursor: pointer;
        text-transform: uppercase;
        overflow: hidden;
        text-align: left !important;
        width: auto;
        height: 36px;
        padding: 0px 15px;
        border: solid 0px #aaa;
        overflow: hidden;
        border-radius: 7px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background: transparent !important;
    }
}


