* {
    margin: 0rem;
    padding: 0rem;
    box-sizing: border-box;
    user-select: none;
}
body{
    background-color: #EEEEEE;
}
html {
    font-size: 50px;
}
.header{
    width: 100%;
    background-color: white;
    opacity: 0.5;
    position: fixed;
}
.comm-head1 {
    width: 100%;
    height:2rem;
    position: relative;
    top: 0;
    left: 0;
    z-index: 11;
}

.comm-head2 {
    width: 38.4rem;
    height: 7.2rem;
    margin: auto;
    position: relative;
}

.head-nav img{
    width: 100%;
    height: 100%;
}

.comm-head2>img {
    width: 100%;
    height: 100%;
}

.comm-head1 .head-normal {
    width: 100%;
    height: 2rem;
    margin: 0 auto;
    position: fixed;
    z-index: 10; 
    background-color: white;
    opacity: .8;
}


.comm-head1 .head-nav {
    width: 27.16rem;
    height:100%;
    color: #000;
    box-sizing: border-box;
    margin-left: 0.6rem;
    padding-top: 0.32rem;
    margin: 0px auto;
}

.comm-head1 .head-nav>ul {
    display: block;
    list-style-type: disc;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0.8rem;
}

.comm-head1 .head-nav>ul>li:first-of-type {
    margin-top: 0px;
    margin-right: .7rem;
}

.comm-head1 .head-nav>ul>li {
    margin-top: .15rem;
    margin-right: .2rem;
    float: left;
    list-style: none;
    width: 3rem;
    height: 1.56rem;
    text-align: center
}

.head-nav li:hover span{
    color: #89c505;
}

.comm-head1 .head-nav-subtitle {
    display: block;
    color: #aeaeae;
    font-size: 11px;
    margin-top: -1px;
    letter-spacing: 1px
}

.comm-head1 .head-nav-title {
    display: block;
    color: #000;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: .1rem;
}

.comm-head1 .head-nav-title img{
    width: 25px;
    height: 25px;
    position: relative;
    left: -10px;
    top: 5px;
}

.comm-head1 .head-nav .phone1{
    color: #89c505;
    width: 200px;
}

a {
    text-decoration: none;
    color: #000;
}

.logoImg{
    width: 120px;
    height: 78px;
}

.head-nav>ul>li:first-of-type img{
    width: 120px;
    height: 78px;
}