.inner-box{}
.inner-header{
    position: absolute;
    top: 0;
    width: 100%;
    height: 90px;
    background-color: rgba(0,0,0,0.5);
}
.inner-header-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.inner-page{}
.inner-page img{}
.inner-header-logo{
    display: flex;
    align-items: center;
}
.inner-header-logo-icon{}
.inner-header-logo-icon img{}
.inner-header-logo-desc{
    display: block;
    white-space: nowrap;
}
.inner-header-logo-desc h1{
    margin: 0;
    font-size: 24px;
    color: #fff;
}
.inner-header-logo-desc p{
    font-size: 14px;
    color: #fff;
}
.inner-header-nav{
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
    gap: 30px;
}
.inner-header-nav a{
    font-size: 20px;
    color: #fff;
}
.inner-header-info{
    display: flex;
}
.inner-header-info-item{
    display: flex;
    align-items: center;
}
.inner-header-info-item img{}
.inner-header-info-item-tel-pic{}
.inner-header-info-item-tel-pic img{}
.inner-header-info-item-tel{display: flex;align-items: center;flex-wrap: wrap;}
.inner-header-info-item-tel label{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #fff;
}
.inner-header-info-item-tel strong{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}