.fix-nav-btm-all {
}
.content,
.fix-nav-btm {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 130px;
    background: #0c0c0c;
    /*overflow-x: hidden;*/
    /*transform: translate3d(0, 0, 0);*/
    /*-webkit-overflow-scrolling : touch;*/
}
.fix-nav-btm {
    top: auto;
    bottom: 0;
    z-index: 999;
    font-size: 0;
    text-align: center;
}
.fnb-one {
    display: inline-block;
    margin: 9px 5% 0;
    vertical-align: top;
}
.fnb-one-img {
    margin-bottom: 3px;
}
.fnb-one-img img {
    width: 28px;
}
.fnb-one-desc {
    font-size: 12px;
}
.fnb-one-desc img {
    position: relative;
    top: 0px;
    margin-left: 4px;
    width: 4px;
}

.prevnext-m {
    display: none;
}

.banner_txt {
    padding-right: 15px;
    padding-left: 15px;
}
.banner_txt1,
.banner_txt2 {
    width: 100%;
    text-align: left;
}
.banner_txt1 {
    line-height: 80px;
    line-height: 1.066667rem;
    font-size: 56px;
    font-size: 0.746667rem;
}
.banner_txt2 {
    margin-top: 28px;
    margin-top: 0.373333rem;
    line-height: 42px;
    font-size: 24px;
    color: #bebebe;
}

.product {
    margin-bottom: 0;
}

.prevnext-m {
    display: table;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px dashed #888;
    margin-top: 80px;
    width: 100%;
}
a.prev-m,
a.next-m {
    display: inline-block;
    float: left;
}
a.next-m {
    float: right;
}
a.prev-m i,
a.next-m i {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #e4e4e4;
    border-radius: 50%;
}
a.prev-m img,
a.next-m img {
    width: 8px;
}
a.prev-m span,
a.next-m span {
    display: inline-block;
    margin: 0 6px;
    position: relative;
    top: 4px;
    font-size: 14px;
    color: #515151;
}


.about-desc {
    padding: 60px 15px;
    text-align: left;
}

.about-desc h2 {
    margin-bottom: 50px;
    line-height: 28px;
    font-size: 18px;
}

.about-desc h2::after {
    left: 0;
    transform: translateX(0);
    bottom: -18px;
    width: 20px;
    height: 2px;
}
.about-desc p.desc {
    line-height: 30px;
}


@media (max-width: 426px) {
    .content,
    .fix-nav-btm {
        height: 68px;
    }

}

@media screen and (min-width: 427px) {
    .fix-nav-btm {
        display: none;
    }
}


/*@font-face {*/
/*    font-family: gothic;*/
/*    src: url('../fonts/GOTHIC.TTF')*/
/*}*/
/*@font-face {*/
/*    font-family: gothicb;*/
/*    src: url('../fonts/gothicb.ttf')*/
/*}*/