.index-header-body{
    padding-left: 3.9rem;
    padding-right: 3.9rem;
    line-height: 3.8rem;
    background-color: #ffffff;
    position: fixed;
    width: calc(100% - 7.8rem);
    background-color: #ffffff;
    top:0;
    left:0;
    z-index:99999;
}
.fzg-logo{
    color: #333333;
    font-size: 0.9rem;
}

.index-header-oper > a{
    color: #333333;
    font-size: 0.9rem;
    display: inline-block;
    /*width: 5rem;*/
    line-height: 3rem;
    text-align: center;
    cursor: pointer;
}
.index-header-oper > a:hover{
    color: #3ACBC6;
}
.index-header-oper > a:not(:nth-last-of-type(1)){
    margin-right: 2rem;
}
.app-down-btn{
    position: relative;
}
.big-qr-code-body{
    display: none;
    position: absolute;
    left: -83%;
    background-color: #fff;
    z-index: 111;
    padding: 0.5rem;
    border: 1px solid #dfe2e7;
    border-radius: 0.5rem;
}
.big-qr-code-body > img{
    width: 10rem;
    height: 10rem;
}
.fzg-logo > span{
    vertical-align: middle;
}
.product-desc-body{
    background-color: rgba(255,255,255,0.8);
    border-radius:4px;
    box-shadow:0px 2px 0.5rem 0px rgba(104,104,104,0.1);
    width: 100%;
    position: fixed;
    top: 3.5rem;
    left: 0;
    padding-top: 1.85rem;
    padding-bottom: 1.85rem;
    z-index: 9999999999;
}
.hide-product-desc{
    display: none;
}
.product-desc-body .product-desc-item{
    flex: 1;
    text-align: center;
}
.product-desc-body .product-desc-item > div{
    display: inline-block;
}
.product-desc-body .product-desc-item:not(:nth-of-type(1)){
    border-left: 1px solid #9C9C9C;
}
.product-desc-body .product-desc-item > div:nth-of-type(1){
    margin-right: 1.25rem;
}
.product-desc-body .product-desc-item > div:nth-of-type(2){
    text-align: left;
    vertical-align: middle;
}
.product-desc-body .product-desc-item > div:nth-of-type(2) > div:nth-of-type(1){
    font-size: 0.8rem;
    line-height: 0.8rem;
    color: #000;
    margin-bottom: 0.5rem;
}
.product-desc-body .product-desc-item > div:nth-of-type(2) > div:nth-of-type(2){
    font-size: 0.6rem;
    line-height: 0.6rem;
    color: #000;
}
.fzg-logo > img.fzg-logo-img{
    /*width: 8.9rem;
    max-width: 53%;*/
    height: 2rem;
    width: auto;
    vertical-align: middle;
}
.fzg-logo > img{
    margin-right: 0.5rem;
    width: 1.8rem;
    vertical-align: sub;
}
.login-nav-btn{
    display: inline-block;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 0.9rem;
    background: #3ACBC6;
    height: 4rem;
    width: 4.7rem;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
}
.register-nav-btn{
    display: inline-block;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 0.9rem;
    background: #F09902;
    height: 4rem;
    width: 4.7rem;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    margin-right: -0.2rem;
}
.left-line{
    border-left: 1px solid #DCDCDC;
    margin-left: 1rem;
    margin-right: 2rem;
}
.solon{
    color: #999999;
    font-size: 0.8rem;
}
.index-header-oper > a {
    color: #333333;
    font-weight: 600;
    margin-right: 1rem;
}

.footer-info{
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: #ffffff;
    font-size: 14px;
    color: #333333;
    width: 100%;
}
.footer-info a{
    color: #3acbc6;
}