.navbar {
    height: 50px;
    background: #3D464D;
}

a:visited,a:hover,a:active{
    background: #273238;
}

.main-total {
    height: calc(100vh - 50px);
    position: relative;
    top:50px;
    overflow: auto;
}

.navbar-right {
    padding-right: 25px;
}

.menu, .turn-left, .turn-right, .reduce, .enlarge {
    display: inline-flex;
}

.menu i {
    width: 48px;
    height: 48px;
    background: url("../img/script.png") no-repeat;
    background-position: -9px -7px;
}

.turn-left i {
    width: 48px;
    height: 48px;
    background: url("../img/script.png") no-repeat;
    background-position: -10px -238px;
}

.turn-right i {
    width: 48px;
    height: 48px;
    background: url("../img/script.png") no-repeat;
    background-position: -9px -282px;
}

.reduce i {
    width: 48px;
    height: 48px;
    background: url("../img/script.png") no-repeat;
    background-position: -3px -52px;
}

.enlarge i {
    width: 48px;
    height: 48px;
    background: url("../img/script.png") no-repeat;
    background-position: -5px -92px;
}

.line {
    width: 1px;
    height: 44px;
    /*margin: 3px;*/
    background: url("../img/script.png") no-repeat;
    background-position: -21px -145px;
    display: inline-block;
}

.count {
    line-height: 50px;
    font-size: 18px;
    color: #E88D46;
    margin-left: 12px;
}

.page input {
    width: 50px;
    height: 26px;
    background: #383f45;
    border: 1px solid #000;
    color: #E88D46;
    text-align: right;
}

.zoom {
    line-height: 50px;
}

select {
    padding-left: 10px;
    width: 100px;
    height: 30px;
    background: #383f45;
    border: 1px solid #000;
    color: #E88D46;
    margin-top: 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../img/script.png") no-repeat scroll right center transparent;
    background-position: 65px -200px;
}

select option {
    background: #383f45;
}

.content {
    box-shadow: 1px 1px 2px 3px #D0CED1;
    width: 735px;
    margin: 10px auto;
}

html {
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    width: 100%;
    font-family: "Microsoft YaHei";
}

.pager {
    width: 100%;
    /* overflow: scroll; */
}

/* .main-page {
    overflow: scroll;
} */

.pager img {
    padding: 0 5px;
    max-width: none;
    box-shadow: 0 5px 10px rgba(33, 33, 33, 0.38);
}
.page-img {
    width: 100%;
    height: 100%;
}
.page-img-wrapper {
    margin: auto;
    padding: 0 5px;
    /* box-shadow: 0 5px 10px rgba(33, 33, 33, 0.38); */
}

#customScaleOption {
    display: none;
}

.thum-page {
    box-shadow: 0 5px 10px rgba(33, 33, 33, 0.38);
}

@media screen and (max-width: 768px) {
    .navbar-middle {
        display: none;
    }

    .navbar-right .turn-left, .navbar-right .turn-right, .navbar-right .line {
        display: none;
    }

    .count {
        margin-left: 0;
    }
}