body {
    font-size: 14px;
    background-color: #f9f9f9;
}

a, a:hover {
    text-decoration: none;
}

.background-top-bottom, .box {
    background-color: #fff;
}

.navbar-toggle .icon-bar {
    background-color: #979898;
}

.padding-top {
    padding-top: 50px;
}

.padding-bottom {
    padding-bottom: 50px;
}

.top-img {
    display: block;
    margin: 7.5% auto 7.5%;
}

.top-span-block {
    display: block;
    margin: 10px 0;
}

.top-img img {
    width: 200px;
    height: 50px;
    cursor: pointer;
}

.search-control {
    float: right;
    margin: 5px 0;
}

input[name=keywords] {
    float: left;
    width: 80%!important;
    height: 40px;
    border: 1px solid #f36564;
    font-size: 16px;
    color: #000;
}

input[type=submit] {
    float: left;
    width: 20%!important;
    height: 40px;
    color: #fff;
    background-color: #f36564;
    font-size: 16px;
    border: none;
}

.origin-url {
    margin-left: 10px;
}

.ad-bg {
    text-align: center;
    background-image: url("/res/images/wechat-gzh1.png");
    background-size: revert;
}

footer {
    background-color: #fff;
}

@media screen and (max-width:768px) {
    footer {
        display: none;
    }
}

footer.main-footer.fixed {
    position: fixed;
    color: #0d1216;
    left: 0;
    right: 0;
    line-height: 25px;
    bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
}

footer a {
    color: #0d1216;
}

.navbar-default .navbar-brand {
    color: #0d1216;
}

.navbar-brand h1 {
    font-size: 18px;
    line-height: 50px;
    margin: -15px 0;
}

.navbar-default .navbar-nav>li>a {
    color: #0d1216;
}

.customer-border {
    border: 1px dashed #f0f0f0;
}

.customer-margin {
    margin: 10px auto;
}

.box{
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #f3f3f3;
    min-height: 92px;
}

.box img {
    margin: 5px 10px 5px 0;
}

.overflowClip_1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 20px;
    word-wrap:break-word;
    word-break:break-all;
}

.overflowClip_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    word-wrap:break-word;
    word-break:break-all;
}

.box .tag {
    height: 20px;
    line-height: 20px;
    display: inline-flex;
}

.box .tag p {
    text-align: center;
    background-color: #F5F5DC;
    margin-right: 5px;
    padding: 0 5px;
    border-radius: 5px;
}