/* 超小屏幕（手机，小于 768px） */
/* 没有任何媒体查询相关的代码，因为这在 Bootstrap 中是默认的（还记得 Bootstrap 是移动设备优先的吗？） */
#fp-nav.right {
    right: 0px !important;
    z-index: 9999;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    background: rgba(255, 255, 255, 0) !important;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
    background: #f00 !important;
    border-color: #f00 !important;
}

.section{    
    color: #999;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
}
.section p{
    color: inherit !important;
}
h2{
    font-size: 20px;
    line-height: 1.6;
    color: #ff0;    
}
h1.size-xxxxx{
    font-size: 50px;
}
div.desc{
    background: rgba(0,0,0,0.3);
    padding: 15px;
    margin: 0px 0px 0;
    border-radius: 5px;
}
div.desc.mt{
        margin-top: 40px;
     }
div.desc p{
    line-height: 2;
    font-size: 16px;
    text-align: left;
}
p.desc{
    color: #e7e7e7;
        line-height: 2;
        margin-bottom: 20px;
    }
    .btnWrap{
        text-align: center;
    }
    .btnWrap .btn{
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }
.sectionStart { background: url('/public/topic/2019/inventory/images/start.jpg'); text-align:center; }
.sectionEnd { background: url('/public/topic/2019/inventory/images/end.jpg'); text-align:center; }
.section1 {background: url('/public/topic/2019/inventory/images/b1.jpg');}
.section2 { background: url('/public/topic/2019/inventory/images/b2.jpg');}
.section3 { background: url('/public/topic/2019/inventory/images/b3.jpg');}
.section4 { background: url('/public/topic/2019/inventory/images/b4.jpg');}
.section5 { background: url('/public/topic/2019/inventory/images/b5.jpg');}
.section6 { background: url('/public/topic/2019/inventory/images/b6.jpg');}
.section7 { background: url('/public/topic/2019/inventory/images/b7.jpg');}
.section8 { background: url('/public/topic/2019/inventory/images/b8.jpg');}
.section9 { background: url('/public/topic/2019/inventory/images/b9.jpg');}
.section10 { background: url('/public/topic/2019/inventory/images/b10.jpg');}
.section11 { background: url('/public/topic/2019/inventory/images/b11.jpg');}
.section12 { background: url('/public/topic/2019/inventory/images/b12.jpg');}
.section13 { background: url('/public/topic/2019/inventory/images/b13.jpg');}
.section14 { background: url('/public/topic/2019/inventory/images/b14.jpg');}
.section15 { background: url('/public/topic/2019/inventory/images/b15.jpg');}
.section16 { background: url('/public/topic/2019/inventory/images/b16.jpg');}
.section17 { background: url('/public/topic/2019/inventory/images/b17.jpg');}
/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
    #fp-nav.right {
        right: 20px !important;
    }
    .section{    
        color: #f1f1f1;
    }
    h2{
        font-size: 26px;
        line-height: 1.8;
        margin-bottom: 15px;
        margin-top: -15px;
    }
    
    h1.size-xxxxx{
        font-size: 180px;
    }
    div.desc{
        padding: 50px;
        margin: 0px 100px 0;
        border-radius: 10px;
    }
     div.desc.mt{
        margin-top: 100px;
     }
    div.desc p{
        font-size: 18px;
    }
    p.desc{
        font-size: 16px;
    }
    .btnWrap{
        text-align: left;
    }
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {

}
/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {

}