.ms-nav {
    border-bottom-color: #EBEEF5;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    border-bottom-style: solid;
    padding-top: 0px;
    border-bottom-width: 1px;
    justify-content: center;
    height: 80px;
    margin-left: 0px;
    position: fixed;
    top: 0;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0 0 15px rgb(139, 201, 255 ,.43);
}

.ms-nav .body {
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    height: 100%;
    width:1200px;
}

.ms-nav .body .logo {
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    height: 100%;
    margin-right: 25px;
    width: 130px;

}

.ms-nav .body .logo .logo-pic {
    width:100%;
}

.ms-nav .body .logo .logo-desc {
    padding-right: 0px;
    width: unset;
    padding-left: 0px;
    height: unset;
}

.ms-nav .body .nav-h5 {
    padding-bottom: 0px;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    display: none;
    width: 100px;
    box-sizing: border-box;
    padding-top: 0px;
    position: relative;
    right: 0px;
    justify-content: center;
    height: 100%;
}



.ms-nav .body .nav-h5 .nav-h5-icon {
    font-size: 28PX;
}

.ms-nav .body .nav-h5 .nav-h5-body {
    padding-bottom: 10px;
    align-items: flex-start;
    top: 80px;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding-top: 10px;
    position: absolute;
    justify-content: center;
    height: 100px;
}

.ms-nav .body .nav-h5 .nav-h5-body .nav-h5-item {
    cursor: pointer;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    padding-right: 0px;
    font-size: 18PX;
    padding-top: 0px;
    padding-left: 0px;
}

.ms-nav .body .nav-item {
    margin-right: 0px;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    padding-right: 40px;
    width: 70%;
    box-sizing: border-box;
    justify-content: space-between;
    height: 100%;
    justify-content: flex-end;
}

.ms-nav .body .nav-item .item {
    display: inline-block;
    position: relative;
    margin-right: 33px;
    z-index: 1;
}
.ms-nav .body .nav-item .item>a{
    text-decoration: none;
    position: relative;
    font-size: 16px;
    display: block;
    padding: 37px 0;
    transition: .5s;
    color: rgb(7, 7, 7);
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
}
.ms-nav .body .nav-item .item>a:hover{
    color: rgb(255, 67, 1);
}

.ms-nav .body .nav-item .item:hover>.Submenu{
    visibility: visible;
    top: 100%;
    opacity: 1;
}


.ms-nav .body .nav-item .sel{
    color: #409EFF;
}

.Submenu{
    position: absolute;
    left: 0;
    top: 130%;
    width: 217px;
    text-align: left;
    background: #fff;
    padding: 0;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid linear-gradient(90deg, rgba(115,71,242,1) 0%, rgba(238,83,248,1) 100%);
    opacity: 0;
}
.listTitle:hover{
    text-decoration: underline;
    color: #007AFF;
}
.Submenu>.productList{
    position: relative;
}
.Submenu>.productList>a{
    text-decoration: none;
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: .1s;
    transition: .1s;
    visibility: inherit !important;
    color: #101210 !important;
}
.Submenu>.productList:hover a{
    background-color: rgb(255, 65, 0);
    color: #fff !important;
}
/*.productList{*/
/*    width: 100%;*/
/*    display: block;*/
/*    vertical-align: top;*/
/*}*/
.listcontent{
    line-height: 35px;
    padding-top: 20px;
}
.header-main-button{
    margin-top: -10px;
}
.logo-app{
    display: none;
}
@media (max-width: 768px){
    .ms-nav .body .nav-item{
        display: none;
    }
    .ms-nav .body .header-main-button,.logo-pic {
        display: none;
    }

    .ms-nav {
        background-color:#ff4301!important;
    }
    .ms-nav .body{
        flex-wrap: nowrap;
        flex-direction: row;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        justify-content: space-between;
        height: 100%;
    }
    .ms-nav .body .logo {
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        display: flex;
        padding-right: 0px;
        width: 60%;
        box-sizing: border-box;
        padding-left: 0px;
        justify-content: start;
        padding-left: 20px;
        height: 100%;
    }
    .logo-app{
        display:block;
    }
    .ms-nav .body .nav-h5 {
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        display: flex;
        width: 100px;
        box-sizing: border-box;
        justify-content: center;
        height: 100%;
    }
    .ms-nav .body .nav-h5 .nav-h5-icon {
        font-size: 28PX;
        padding-top: 0px;
        padding-left: 0px;
        color: #ffffff;
    }
    .ms-nav .body .nav-h5 .nav-h5-body {
        background-color: #ffffff;
        display: none;
        right: 0px;
        width: 140px;
        padding-top: 10px;
        position: absolute;
        padding-left: 10px;
        height: 100vh;
        z-index: 2;
        box-shadow: 0 20px 60px -20px rgb(26 26 51 / 30%);
    }
    .ms-nav .body .nav-h5 .nav-h5-body .nav-h5-item {
        cursor: pointer;
        color: #303133;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        padding-right: 0px;
        font-size: 16px;
        padding-top: 8px;
        padding-left: 0px;
        height: 40px;
    }
    .Prelative {
        position: relative;
    }
    .Prelative .leftmenu {
        background-color: #fff;
        position: absolute;
        margin-top: 25px;
        padding: 15px;
        box-shadow: 0 20px 60px -20px rgb(26 26 51 / 30%);
        border-radius: 6px;
        border: 1px solid #e6e7eb;
        width: 200px;
        left: -200px;
        top: -50px;
        display: none;
    }
    .Prelative .leftmenu>.productList {
        width: 100%;
        padding: 15px 0;
    }


}
