.layui-table-page {
    text-align: right;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #207AD6!important;
}

.layui-table tbody tr:hover, .layui-table thead tr, .layui-table-click, .layui-table-header, .layui-table-hover, .layui-table-mend, .layui-table-patch, .layui-table-tool, .layui-table-total, .layui-table-total tr, .layui-table[lay-even] tr:nth-child(even){
    background-color: #ffffff;
}


.text-center {
    text-align: center;
}

.search-box {
    /*border: 1px solid #eee;*/
    /*padding: 20px;*/
}

.layui-row {
    padding: 5px 0;
}

.w-210p {
    width: 210px;
}

.search-form .city-picker-dropdown {
    left: 0;
    top: 100% !important;
}

.search-form .city-picker-span {
    border: 1px solid #eee !important;
    background: #fff !important;
    line-height: 36px;
}

.search-form .layui-form-label{
    width: auto;
}

.search-form #companyName{
    margin-top: 0px;
}

.servers-left {
    float: left;
    width: 75%;
}

.servers-right {
    float: right;
    width: 25%;
}

.product-list {
    width: auto;
    display: inline-block;
    margin-right: 10px;
}

.news-box {
    margin-top: 20px;
    box-shadow: 0 0 10px rgba(221, 221, 221, 0.5);
    background: #fff;
}

.news-title {
    border-top: 4px solid #207ad6;
    padding: 10px;
    font-size: 18px;
    background: #f5f5f5;
}

.news-title:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 10px;
    background: #F28801;
}

.news-body {
    padding: 10px;
}

.news-body li {
    list-style-type: disc;
    margin-left: 20px;
    color: #F28801;
    padding-bottom: 10px;
}

.news-body a {
    color: #000000;
}

.pd-contacts {
    color: #999;
    text-align: left;
}

.pd-title {
    font-size: 16px;
}

.pd-subtitle {
    font-size: 12px;
    color: #666;
}

.bg-white {
    background: #fff;
}
.tips-success{
    color: #f02b2b;
    font-size: 16px;
}