.overflow-auto {
    background-color: #333;
    color: #e3e3e3;
}

.tables {
    border: none;
}

.tables img {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.table {
    border: none;
}

.xian {
    border-top: 1px solid #858585;
}

.tel {
    color: #fff;
    text-decoration: underline;
}

a.tel:hover {
    font-size: 18px;
    color: #8abbff;
}

.QQ {
    color: #fff;
    text-decoration: underline;
}

a.QQ:hover {
    font-size: 18px;
    color: #8abbff;
}

.breadcrumb {
    background: none;
    margin-bottom: 0;
}

.list-group-item {
    background: #333;
}

.homesee {
    display: none;
}

.breadcrumb li {
    padding-right: 10px;
}

.breadcrumb > a + a:before {
    color: #CCCCCC;
    content: "|";
    padding: 0 5px;
}

.breadcrumb a {
    color: #CCCCCC;
}

.media {
    margin-top: 0;
    padding-top: 20px;
    box-sizing: border-box;
}

.media-right {
    padding-top: 15px;
}

.pdr55 {
    padding-left: 55px;
}

.mediaright {
    float: left;
}

.overflow-auto {
    position: relative;
}


.backtop {
    border-radius: 10px;
    position: fixed;
    width: 45px;
    height: 45px;
    background-color: #7f7c7c;
    top: 75%;
    left: 94%;
    display: flex;
    cursor: pointer;
}

.backtop:hover {
    background: #c9c8c8;
}

.backtop:hover .face {
    display: none;
}

.backtop:hover .back {
    display: block;
}

.backtop .face {
    color: #dddddd;
    font-weight: bold;
    margin: auto;
    margin-top: -4px;
    /* display: none; */
}

.backtop .back {
    word-break: break-all;
    color: #7b7a7a;
    line-height: 1.5;
    margin: auto;
    display: none;
}


.list-group1 {
    border-radius: 4px;
    padding: 0 15px;
}

.list-group-item {
    padding: 0;
}

.imgstyle {
    display: flex;
    padding-top: 8px;
}


.imgstyle .box {
    margin: 0 auto;
}


.imgstyle img {
    width: 132px;
}


.code img {
    margin: 0 auto;
}

.code p {
    margin-top: 5px;
}

.footer {
    line-height: 45px;
}

.footer .beian {
    color: #fff;
    margin-left: 10px;
}

.footer .beian:hover {
    color: #337ab7;
    cursor: pointer;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .pdr55 {
        padding-left: 15px;
    }

    .code {
        margin-right: 0px;
    }
}


/* 左边 */

@media screen and (min-width: 1200px) {
    .messageBoard .messageBoardleft {
        padding-left: 0;
    }

    .imgstyle {
        display: flex;
        justify-content: flex-end;
    }

    .imgstyle .box {
        padding-left: 50px;
        margin: 0;
    }
}

/* 768的屏以下 */
@media screen and (max-width: 768px) {
    .backtop {
        top: 77%;
        left: 85%;
        padding-top: 6px;
    }
}
