/*header start*/
body {
    display: flex;
    flex-direction: column;
    width: 100vw;
    margin: 0!important;
    background: #CECECE 48%;
}
a{
    text-decoration: none;
    color:#000000;
}
.header {
    background-color: #E6E6E6;
    height: 12vw;
    width: 100vw;
    position: fixed;
    top: 0;
    opacity: 0.7;
    z-index: 100;
}
.header .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}

.header .container .logo {
    height: 10vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: self-start;
    padding-left: 10vw;
    width: 50vw;
}
.header .container .logo img {
    height: 8vw;
}
.header .container .items {
    padding-right: 10vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 50vw;
}
.header .container .items img {
    width: 6vw;
    height: 6vw;
}
img.bar-icon-1 {
    display: block;
}
img.bar-icon-2 {
    display: none;
}

.header-item-list {
    display: none;
    flex-direction: column;
    font-size: 0.9rem;
    position: fixed;
    top:12vw;
    width: 100vw;
    background-color:#E6E6E6;
    opacity: 1!important;
    z-index: 101;
}
.header-item-list div{
    margin: 0 5vw;
    border-top: 1px solid rgb(0,0,0,13%);
    padding: 2vw;
}
/* header end*/


/*footer start*/
.footer {
    /*position: fixed;*/
    /*bottom: 0;*/
    display: flex;
    flex-direction: column;
    background: #EFEFEF;
    opacity: 66%;
    width: 100vw;
}
.footer img{
    width: 1.8rem;
    height: 1.8rem;
}
.footer .items-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10vw;
}
.footer .items-list .items{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1rem;
}
.footer .items-list .items span {
    margin-left: 0.6rem;
    line-height: 1.8rem;
}
.footer .items .left {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 10vw;
    width: 30vw;
}
.footer .items .right {
    display: flex;
    flex-direction: row;
    align-items: center;
    /*margin-right: 10vw;*/
    width: 40vw;
}

.footer .md-line {
    background-color: #BBBBBB;
    height: 2px;
    margin: 0.4rem 1rem;
}

.footer .beian {
    font-size: 0.6rem;
    display: flex;
    flex-direction: column;
}
.footer .up {
    width: 100%;
    text-align: center;
    margin-bottom: 0.1rem;
}

.footer .down {
    width: 100%;
    text-align: center;
    margin-bottom: 0.2rem;
}


#gzhQrCode {
    position: fixed;
    z-index: 120;
    right: 8vw;
    bottom: 8.4rem;
}
#gzhQrCode img{
    width: 24vw;
    height: 24vw;
}
/*footer end*/