

.cm, .hm {
    display: none;
}

.cm.show, .hm.show {
    display: flex;
}



.head-container .homeSelected:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 3px;
    background: #1e52ff;
}

.top-bg {
    background-repeat: no-repeat;
    background-size: cover;
    height: 401px;
    background-size: 100% 100%;
}

.top-bg-gea {
    background-image: url(../img/top-bg-gea.79fcd1b2.png);
}

.top-bg .title {
    background: url(../img/title.cbd92408.png) no-repeat;
    background-size: cover;
    width: 351px;
    height: 44px;
    margin: 35px auto auto;
}

.top-bg .search-button-container {
    margin-top: 40px;
}

.top-bg .search-button-container .button {
    width: 86px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    background: #1e52ff;
}

.top-bg .search-button-container .button.active {
    color: #1e52ff;
    background: #fff;
    position: relative;
}

.top-bg .search-button-container .button:first-child {
    margin-right: 40px;
}

.top-bg .search-button-container .button.active:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 5px 5px 0;
    border-top-color: #fff;
}

.top-bg .search-button-container .button {
    width: 86px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    background: #1e52ff;
}

.top-bg .input-container {
    height: 50px;
    width: 850px;
    margin: 19px auto auto;
    position: relative;
}

.input-container .select-city-button {
    height: 50px;
    line-height: 50px;
    background: #dbeafc;
    color: #000;
    padding-left: 10px;
    padding-right: 19px;
}

.input-container .input-span {
    height: 50px;
    background: #fff;
}

.input-container .check-name-button {
    width: 140px;
    height: 50px;
    line-height: 50px;
    background: #1e52ff;
    color: #fff;
}

.input-container input {
    height: 50px;
    border: none;
    padding-left: 10px;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    outline: none;
}

.input-container .select-button {
    padding-left: 10px;
    padding-right: 10px;
    color: #333;
    height: 40px;
    line-height: 40px;
    background: #dbeafc;
    border-radius: 4px;
}

.input-container .ent-type-filter-container {
    position: absolute;
    right: 140px;
    top: 55px;
    width: 130px;
    padding: 4px 0;
    z-index: 999;
    border-radius: 2px;
}

.input-container .ent-type-filter-container .ent-item {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.service-container .left-img {
    background-repeat: no-repeat;
    background-size: cover;
    width: 295px;
    height: 446px;
}

.service-container .left-service-img {
    height: 223px;
}

.service-container table {
    border-collapse: collapse;
    width: 885px;
}

.service-container .item {
    width: 33.33%;
    height: 220px;
    border: 1px solid #e9e9e9;
    background: #fff;
    cursor: pointer;
}

.service-container .item .p-item {
    padding: 30px 24px;
    height: 220px;
}

.service-container .item .p-item .title {
    position: relative;
}

.service-container .item .p-item .welfare:after {
    content: " ";
    color: #fff;
    background: url('../img/fuli.png') no-repeat;
    background-size: 100% 100%;
    width: 49px;
    height: 22px;
    position: absolute;
    top: -22px;
    right: -51px;
}

.price-container {
    position: absolute;
    left: 24px;
    bottom: 30px;
    height: 36px;
    line-height: 36px;
}

/* 2 */

.service-container2 .img-container {
    position: absolute;
    top: -31px;
    right: -72px;
    background: url(../img/bg_normal.d39e454b.png) no-repeat;
    background-size: 364px 287px;
    background-position: right 0 top 0;
    width: 364px;
    height: 287px;
}

.service-container2 .item {
    float: left;
    width: calc(25% - 9px);
    height: 200px;
    border: 1px solid #e9e9e9;
    position: relative;
    cursor: pointer;
}

.service-container2 .item .p-item {
    padding: 29px 24px 30px;
    height: 100%;
    transition: all .4s;
}

.service-container2 .item .p-item:hover {
    border: 1px solid #e9e9e9;
    z-index: 999;
    -webkit-box-shadow: 0 0 4px 2px rgb(0 0 0 / 15%);
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 15%);
}

.service-container2 .item .m-t-9 {
    margin-top: 9px;
}

.service-container2 .item .p-item-nohover {
    padding: 29px 24px 30px;
    height: 100%;
}

.service-container2 .clear-both:after {
    display: block;
    content: "";
    clear: both;
}

.service-container2 .item.m-l-12 {
    margin-left: 12px;
}

.service-container2 .m-t-12 {
    margin-top: 12px;
}

.service-container2 .icon-icon_right {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-bottom: 5px;
    vertical-align: middle;
    border-top: 2px solid #1e52ff;
    border-right: 2px solid #1e52ff;
    transform: rotate(45deg);
}

.service-container .item-law-service:hover {
    background-repeat: no-repeat;
    background-size: 266px 252px;
    background-position: bottom -39px right -59px;
    height: 220px;
    background-image: url(../img/bg_law.f2b40978.png);
}

.service-container .item .p-item.p-item-hover:hover {
    z-index: 999;
    -webkit-box-shadow: 0 0 4px 2px rgb(0 0 0 / 15%);
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 15%);
}

.tab-blue {
    background: #dbeafc;
}

.tab {
    padding: 2px 6px;
    white-space: nowrap;
}

.service-container .item .bg-item.bg-claim-service {
    background-image: url(../img/bg_claim.4ff2c226.png);
}

.service-container .item .bg-item {
    background-repeat: no-repeat;
    background-size: 266px 252px;
    background-position: bottom -39px right -59px;
    width: 100%;
    height: 220px;
}

.service-container .item .right-icon {
    display: inline-block;
    margin-left: 7px;
    border-width: 6px;
    border-color: transparent transparent transparent #333;
    border-style: solid;
    vertical-align: bottom;
    margin-bottom: 5px;
}

.service-container .item-claim-service:hover {
    background-repeat: no-repeat;
    background-size: 266px 252px;
    background-position: bottom -39px right -59px;
    height: 220px;
    background-image: url(../img/bg_claim.4ff2c226.png);
}

.service-container .item:hover {
    border: 1px solid #e9e9e9;
}
