.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: 950px) {
    .pc-box {
        display: none !important;
    }

    .phone-box {
        display: block !important;
    }

    .pc-box-flex {
        display: none !important;
    }

    .phone-box-flex {
        display: flex !important;
    }
}





.mobnav-box {
    box-sizing: border-box;
    display: none;
    width: 100%;
    height: 300px;
    margin: 0px 0px;
    padding: 0px 0px;
    position: absolute;
    z-index: 9999;
    left: 0px;
    top: 120px;
}

.mobnav {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobnav-b {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin: 0px 0px;
    padding: 5px 20px;
}


.mobnav-list {
    box-sizing: border-box;
    display: none;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 5px 20px;
}

.mobnav-cx {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #eee;
}

.mobnav-t {
    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 0px;
    padding: 0px 15px;
    border-bottom: solid 1px #ddd;
}

.mobnav-t>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.mobnav-t>.label1:hover {
    color: #333;
    text-decoration: none;
}

.mobnav-t>.label1:active {
    color: #333;
    text-decoration: none;
}

.mobnav-t>.label1:visited {
    color: #333;
    text-decoration: none;
}


.mobnav-t>.label2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    font-size: 20px;
    font-weight: normal;
    color: #000;
    cursor: pointer;
}

.mobnav-child {
    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 0px;
    padding: 0px 0px 0px 10px;
}

.mobnav-child-l {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.mobnav-child-l>.label1 {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.mobnav-child-l>.label1:hover {
    color: #666;
    text-decoration: none;
}

.mobnav-child-l>.label1:active {
    color: #666;
    text-decoration: none;
}

.mobnav-child-l>.label1:visited {
    color: #666;
    text-decoration: none;
}

.mobnav-child-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 0px;
    cursor: pointer;
}

/*--------自适应--------*/