ol,ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.xx_gylm {
    margin: 0 auto;
    display: block;
}
.xx_gylm img{
    text-align: center;
    width: 100%;
    height: 100%;
}

.container nav {
    width: 100%;
    height: 2.4rem;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 9px;
}
.container .m-btn{
    margin-bottom: 112px;
}

.container nav ul {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fb7d00;
}

.container nav ul li {
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-size: 1.5rem;
    line-height: 3.4rem;
}

.container nav ul li.active {
    background-color: #e4393c;
}
.d_flex {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex
}
.kaika_bottom {
    position: fixed;
    left: 0;
    bottom: 46px;
    height: 34px;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 6px rgba(228, 228, 228, 0.95);
    z-index: 500004;
    text-align: center;
    font-size:12px;
}
.kaika_text{
    text-align: center;
    font-size:25px;

}

#code {
    background-color: #f1f1f3;
    padding: 10px;
    position: absolute;
    display: none;
    /*margin-right: auto;*/
    /*margin-left: 55px;*/
    width: 69%;
    height: 61%;
    z-index: 500004;
}

.close1 {
    width: 95%;
    height: 60px;
}

#closebt {
    float: right;
}

#closebt img {
    width: 40px;
}

.goodtxt {
    text-align: center;
}

.goodtxt p {
    height: 12px;
    line-height: 30px;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.code-img {
    margin: -72px auto 0 0px;
    padding: 0px;
}
.code-img img{
    width: 100%;
    height: 346px;
}
.tip_img {
    width: 92%;
    height: auto;
    position: absolute;
    top: 62%;
    margin-bottom: 17px;
    margin-left: auto;
    margin-top: -20px;
}
.tp_xj {
    margin-left: -132px;
    margin-top: 22px;
    position: absolute;
    font-size: xx-small;
    color: #ca3030;
}

/*底部菜单*/
.btn3 {
    position:fixed;
    left: 0;
    z-index:500005;
    bottom:0px;
    border:1px solid #b3b3b3;
    background:#e6e6e6;
    width:100%;
    text-align:center;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.menu {
    position:relative;
    overflow:hidden;
    float:left;
    width:33.33%;
    height:50px;
    line-height:46px;
    background:#fff;
    border-right:1px solid #ccc7c7;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.menu .menu-font{
    font-weight:800;
    color:#9D0B01;
}

.detail-img img{
    margin: 0 auto;
    width: 92%;
    height: auto;
    position: absolute;
    top: 60%;
    margin-bottom: 17px;
    margin-left: auto;
    margin-top: -20px;
}

.bt-name{font-size:16px;color:#000;}
.bt-name a{display:block;font-size:16px;color:#000;}