html,
body {
    scroll-behavior: smooth;
    background-color: #ffffff;
    box-sizing: border-box;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: auto;
    font-family: 'helvetica-w01-roman';
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}




.header-c {
    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;
    position: relative;
}

.header {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.header-l {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 30%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.header-l>a>.img-logo {
    width: 50px;
    height: 50px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    object-fit: cover;
}

.header-l>a {
    margin: 0 0;
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
}

.header-m {
    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;
}

.navmain-c {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: 40px;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
    border-bottom: solid 1px #ddd;
}

.navmain-item:hover {
    background: #eee;
    border-bottom: solid 2px red;
}

.navmain-item:hover a.label-text {
    font-size: 14px;
    font-weight: bold;
}

.navmain-item:hover a.label-text:hover {}

.navmain-item-on {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 40px;
    cursor: pointer;
}

.navmain-item-on>.label-text {
    padding: 0px 0px;
    font-size: 18px;
    font-weight: normal;
    color: #666;
    cursor: pointer;
}

.navmain-item-on>.label-text:hover {
    color: #666;
    text-decoration: none;
}

.navmain-item-on>.label-text:active {
    color: #666;
    text-decoration: none;
}

.navmain-item-on>.label-text:visited {
    color: #666;
    text-decoration: none;
}

.label-text>label {
    color: #fff;
    font-size: 18px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.navmain-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 100%;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 40px;
    cursor: pointer;
}

.navmain-item>.label-text {
    padding: 0px 0px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
}

.navmain-item>.label-text:hover {
    color: #fff;
    text-decoration: none;
}

.navmain-item>.label-text:active {
    color: #fff;
    text-decoration: none;
}

.navmain-item>.label-text:visited {
    color: #fff;
    text-decoration: none;
}

.header-r {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 30%;
    height: auto;
    min-height: 30px;
    margin: 0px 0px;
    padding: 0px 0px;
}

.header-r>.link-start {
    margin: 0px 0px;
    padding: 12px 30px;
    border-radius: 30px;
    background: #C7164E;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.header-r>.link-start:hover {
    color: #fff;
    text-decoration: none;
}

.header-r>.link-start:active {
    color: #fff;
    text-decoration: none;
}

.header-r>.link-start:visited {
    color: #fff;
    text-decoration: none;
}

/*--------自适应--------*/