/* Create by Carl. */
*{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
@media (min-width: 768px){
    .container {
        width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1024px;
    }
}
/* overwrite bootstrap */
.navbar{
    height: 60px;
}
.navbar-brand{
    height: 60px;
    padding: 5px 15px;
}
.navbar-brand img {
    height: 50px;
}
.navbar-nav>li>a {
    line-height: 30px;
}
.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a.active {
    color: #ff870d;
}
@media (max-width: 768px){
    .navbar-right {
        background-color: #222;
        margin-top: 1px;
    }
}

.main-body{
    padding-top: 61px;
}
#footer{
    width: 100%;
    border-top: 1px solid #CFCFCF;
    margin-top: 30px;
    padding-bottom: 10px;
    color: #ccc;
}
.footer-tips dd{
    color:#939393;
    font-size: 13px;
    line-height: 1.6;
}
#footer #copyright{
    width: 100%;
    padding-top: 30px;
    color: #595959;
    font-size: 13px;
}
.page-banner img{
    width: 100%;
}
.page-content{
    margin-bottom: 40px;
}
.page-content p{
    line-height: 1.6;
}
.page-content p.text{
    text-indent: 30px;
}
.list-num li{
    list-style-type: decimal;
}

#wx-guide{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../../imgs/wx-guide.png) rgba(1,1,1,0.8) center top no-repeat;
    background-size: contain;
}