@charset "UTF-8";
.center {
    width: 98%;
    margin: 0 1%;
}
.pull-left{
    float:left;
}
.overflow{
    overflow: hidden;
}

.center .search-area {
    border: 1px solid #E7E7E7;
    background: #ffffff;
    margin-bottom: 30px;
    border-bottom: 2px solid #598cE2;
}

.center .form-area {
    padding: 15px 30px;
}

.center .layui-form-item {
    margin-bottom: 0px;
}

.center .title, .main-content .title {
    background: #598cE2;
    padding: 10px 15px;
}

.center .title span, .main-content .center .title span {
    color: #ffffff;
}

.main-content {
    border: 1px solid #E7E7E7;
    border-bottom: 2px solid #598CE2;
    background: #ffffff;
}

.main-content .result-area {
    padding: 30px 30px;
    min-height: 300px;
}

.filter-list{
    color: #999;
    overflow: hidden;
    clear: both;
    line-height: 24px;
    padding: 5px 0 6px 0;
    font-size: 14px;
    border-bottom: 1px dotted #E7E7E7;
}

.filter-list h5{
    width: 80px;
    overflow: hidden;
    font-weight: 700;
    float: left;
    text-align: right
}

.filter-list li{
    float: left;
    height: 24px;
    overflow: hidden;
    margin: 2px 5px 2px 0
}
.filter-list li a:hover{
    background: #89aeeb;
    color: #ffffff;
}
.filter-list li a.on{
    background: #598cE2;
    color: #ffffff;
}
.filter-list li a{
    padding: 0px 8px;
    color: #999;
    display: block;
    text-align: center;
}
.sort-area {
    padding: 15px 0px 15px 30px;
    margin-bottom: -25px;
}
.right-content {
    margin: 0px 40px 0px 80px;
    text-align: right;
    position: relative;
}
.right-content .shops {
    width: 40px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    right: -40px;
}
.right-content .shop{
    color: #999;
}
.right-content .shops{
    width: 40px;
    overflow: hidden;
}
.right-content .shop:hover{
    text-decoration: underline;
}
.right-content .shop.back{
    display: none;
}
.right-content .show-one-line{
    height: 24px;
    overflow: hidden;
}
#serviceArea .right-content-tabel{
    margin-left: 480px;
    overflow: hidden;
}
#serviceArea .left-content-img img{
    width: 450px;
    height:600px;
}
#serviceArea .left-content-img{
    position:relative;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}
#serviceArea .left-content-img i{
    position: absolute;
    top:0px;
    right:0px;
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #009688 url('../../images/pc/serviceArea/big.png') no-repeat center center;
}
#serviceArea .bigImg{
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    padding:30px 0;
    text-align: center;
    overflow-y: scroll;
    z-index: 99999;
    display: none;
} 
#serviceArea .bigImg i{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../../images/pc/serviceArea/close.png') no-repeat center center;
    position: absolute;
    top:10px;
    right: 30px;
    cursor: pointer;
}
#serviceArea .bigImg .bg{
    position: absolute;
    top: 0;
    height:1767px;
    width: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: -1;
}
#serviceArea .simple-table td{
    white-space: normal;
}