@charset "utf-8";

/* CSS Document */
* {
    padding: 0;
    margin: 0;
}

body {
    margin: 0px;
    padding: 0px;
    min-width: 1200px;
}

/*相关样式*/
#showbox {
    background: #eee;
}

#showbox span {
    background: url(../images/whitebg.png) repeat;
}

#showsum {
    left: 25px;
    margin-top: 10px;
}

#showsum span {
    border: 1px solid #ddd;
}

#showsum span.sel {
    border: 1px solid #f60;
}

.showpage {
    width: 400px;
    position: relative;
}

.showpage a {
    display: block;
    width: 15px;
    border: 1px solid #ddd;
    height: 60px;
    line-height: 60px;
    background: #eee;
    text-align: center;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: -62px;
    text-decoration: none;
    color: #999;
}

.showpage a#shownext {
    left: auto;
    right: 0;
}

.showpage a:hover {
    background: #ccc;
    color: #777;
}
body {
    min-width: unset;
}
@media screen and (max-width: 767px){
    .call-out .logo a{
        flex-direction: column;
    }
    .col-main1{
        padding-left: 0;
        padding-top: 225px;
    }
    .col-main1 img{
        width: 100% !important;
    }
    .ls-content{
        min-width: unset;
    }
    .menuzord-menu{
        display: flex;
        flex-direction: column;
    }
    .theme_menu.stricky-fixed{
        position: relative;
    }
}