.mobile-menu{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 81px;
    position: absolute;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #eee;
    background-color: #FFF;
}
.wiki-container{
    max-width: 1170px;
    margin: 0px auto;
}
@media screen and (max-width: 414px) {
    body {
        width: 100% !important;
    }
}
@media (min-width: 400px) {
    .pc-menu{
        display: none;
    }
    .mobile-menu{
        display: block;
    }
}
@media (min-width: 768px) {
    .pc-menu{
        display: none;
    }
    .mobile-menu{
        display: block;
    }
}
@media (min-width: 992px) {
    .wiki-col-mod-2{
        width: 20%;
    }
    .pc-menu{
        display: none;
    }
    .mobile-menu{
        display: block;
    }
}
@media (min-width: 1200px) {
    .wiki-col-mod-2{
        width: 20%;
    }
    .pc-menu{
        display: block;
    }
    .mobile-menu{
        display: none;
    }
}
@media screen and (max-width: 1200px) {
    .wiki-container {
        width: 96%;
    }
}
.loginbar{
    text-align: right;
}
.wiki-block-menu{
    font-size: 22px;
    line-height: 78px;
    color: #555;
}
.slider-menu{
    max-width: 320px;
    box-sizing: border-box;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    right: -320px;
    width: 100%;
    height: 600px;
    background-color: hsla(0,0%,98%,.9);
    z-index: 2200;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.slider-menu.open{
    right: 0;
}
.close-slider-menu{
    display: block;
    position: absolute;
    right: 10px;
    font-size: 24px;
    z-index: 2201;
}
.close-slider-menu>i{
    color: #7e8c8d;
    font-weight: 10;
}
.menu-content{
    margin-top: 50px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    margin-bottom: 0;
    pointer-events: auto;
}
.menu-content .m-menu-title{
    padding-left:20px;
}
.m-menu-title{
    background-color: rgba(249, 249, 249, 0.2);
    font-size: 14px;
    color: #303133;
    padding-right:20px;
    cursor: pointer;
    transition: border-color .3s,background-color .3s,color .3s;
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 100%;
    min-height: 56px;
    line-height: 56px;
}
.m-menu-title:hover{
    background: rgba(199,199,199,0.5);
    transition:all 0.15s ease;
}
.son-menu>li>.m-menu-title{
    padding-left: 40px;
}
.son-menu>li>.son-menu>li>.m-menu-title{
    padding-left: 60px;
}
.son-menu-hide{
    max-height: 0px;
    overflow: hidden;
    transition:all 0.2s ease;
}
.son-menu-show{
    max-height: 500px;
    transition:all 0.5s linear;
}
.icon-arrow{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}
.glyphicon-menu-down{
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -7px;
    color: #909399;
    font-size: 12px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}
.wiki-banner{
    background: url("https://cdn.t-firefly.com/t/website/wiki/wiki-banner.png") 50% no-repeat;
    background-size: cover;
    height: 256px;
}
.wiki-banner-info{
    margin-left: 5%;
    text-align: left;
}
.wiki-banner-wrap{
    height: 100%;
    box-sizing: border-box;
    position: relative;
    color: #fff;
    padding: 97px;
    margin: 0 auto;
}
.wiki-banner-info>h1{
    margin: 0px;
    font-size: 26px;
    margin-bottom: 20px;
}
.wiki-container-products{
    padding-bottom: 50px;
}
.wiki-products{
    margin-top: 50px;
    padding-bottom: 50px;
}
.wiki-products-item-title {
    margin-bottom: 10px;
    height: 42px;
    line-height: 42px;
    background-color: #555;
    color: #fff;
    text-align: left;
    padding-left: 20px;
    border-radius: 5px;
}
.wiki-col{
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    height: 98px;

    border: 1px solid #eaeaea;
}
.wiki-product-img{
    width: auto;
    height: 194px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50%;
    margin: 0 auto;
    background-size: contain;
}
.wiki-product-title, .wiki-product-desc{
    text-align: center;
}
.wiki-product-title{
    color: #555;
    font-size: 18px;
    margin: 14px 0px;
}
.wiki-product-desc{
    color: #7e8c8d;
    font-size: 13px;
}
.wiki-col:hover{
box-shadow:0 0 38px rgba(255, 102, 0, 0.2) inset;
transition:all 0.15s ease;
}
.wiki-col:hover .wiki-product-img{
    transform:scale(1.1);
    transition:all 0.33s linear;
}
.wiki-col:hover .wiki-product-title{
    color:#ff6600;
}
.wiki-record{
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.wiki-close{
    position:relative;
    width:20px;
    height:1.5px;
    background: #7e8c8d;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    z-index: 100000;
}
.wiki-close:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width:20px;
    height:1.5px;
    background: #7e8c8d;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    z-index: 100000;
}