﻿h1,
h2,
h3,
p {
    margin: 0;
}


/* 业务受理点列表页 */

.receiving-pointer .location {
    text-align: left;
    color: #FFFFFF;
}

.receiving-pointer .breadcrumb-wrapper {
    background-image: url(../picture/receiving_pointer-banner.png);
    background-size: cover;
}

.receiving-pointer-title {
    padding: 60px 0 40px 0;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.receiving-pointer-title h1 {
    font-size: 40px;
    color: rgba(0, 0, 0, 0.87);
    text-align: center;
    line-height: 60px;
    font-weight: 700;
}

.receiving-pointer-title a {
    border: 1px solid #000000;
    border-radius: 25px;
    font-size: 16px;
    color: #212121;
    text-align: center;
    font-weight: 400;
    padding: 12px 27px;
    margin-top: 30px;
}

.receiving-pointer-tab {
    margin-top: 10px;
}

.receiving-pointer-tab .pointer-tab-item {
    margin-top: 30px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.87);
    letter-spacing: 0;
    font-weight: 400;
    background: #E9EAEB;
    transition: all 500ms;
    color: rgba(0, 0, 0, 0.87);
    padding: 15px 32px;
    width: 100%;
    transition: all 500ms;
}

.receiving-pointer-tab .pointer-tab-item a {
    display: inline-block;
    color: rgba(0, 0, 0, 0.87);
    padding: 15px 32px;
    width: 100%;
    transition: all 500ms;
}

.receiving-pointer-tab .pointer-tab-item:hover {
    color: #FFFFFF;
    background: #0767CD;
    cursor: pointer;
}

.receiving-pointer-tab .pointer-tab-item.active {
    color: #FFFFFF;
    background: #0767CD;
}

.receiving-pointer-list {
    margin: 40px 0 60px 0;
    width: 100%;
}

.receiving-pointer-list .pointer-list-item {
    margin-top: 20px;
    background: #F2F2F2;
    display: flex;
    align-items: center;
    padding: 40px 50px;
    justify-content: space-between;
}

.receiving-pointer-list .pointer-list-item .list-item-word h2 {
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
}

.receiving-pointer-list .pointer-list-item .list-item-word img {
    width: 24px;
    margin-right: 5px;
}

.receiving-pointer-list .pointer-list-item .list-item-word div {
    display: flex;
    align-items: center;
}

.receiving-pointer-list .pointer-list-item .list-item-word div span {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.50);
    /* text-align: center; */
    line-height: 22px;
    font-weight: 400;
}

.receiving-pointer-list .pointer-list-item .list-item-word .address {
    margin-top: 30px;
}

.receiving-pointer-list .pointer-list-item .list-item-word .contact {
    margin: 20px 0;
}

.receiving-pointer-list .pointer-list-item .list-item-word .workTime {
    margin-top: 15px;
}

.receiving-pointer-list .pointer-list-item .list-item-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.receiving-pointer-list .pointer-list-item .list-item-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 182px;
    height: 42px;
    font-size: 14px;
    line-height: 22px;
}

.receiving-pointer-list .pointer-list-item .list-item-btn a:nth-child(1) {
    color: #FFFFFF;
    background: #0767CD;
    border: 1px solid #0767CD;
}

.receiving-pointer-list .pointer-list-item .list-item-btn a:nth-child(2) {
    margin-top: 40px;
    border: 1px solid #0767CD;
    color: #0767CD;
}


/* 业务受理点地图 */

.receiving-pointer-map {
    display: flex;
    height: 100%;
    /* height: 850px; */
}

.receiving-pointer-map .map-box {
    flex: 1;
    background-color: #ccc;
    margin-right: 15px;
    height: 100%;
}

.receiving-pointer-map .aside {
    width: 634px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.receiving-pointer-map .aside h1 {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 600;
    background: #0767CD;
    padding: 30px;
    width: 100%;
}

.receiving-pointer-map .aside .aside-item {
    margin-top: 10px;
    background-color: #F9F9F9;
    padding: 30px;
    width: 100%;
}

.receiving-pointer-map .aside .aside-item h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.receiving-pointer-map .aside .aside-item .aside-item-search {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.receiving-pointer-map .aside .aside-item .aside-item-search .remind {
    font-size: 12px;
    color: #E02020;
    line-height: 18px;
    font-weight: 400;
    /* display: none; */
    opacity: 0;
    transition: all 300ms;
}

.receiving-pointer-map .aside .aside-item .aside-item-search .remind.show {
    opacity: 1;
}

.receiving-pointer-map .aside .aside-item .aside-item-search .search-box {
    width: 100%;
    margin-top: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    justify-content: space-between;
}

.receiving-pointer-map .aside .aside-item .aside-item-search input {
    outline: none;
    border: none;
    background-color: transparent;
    flex: 1;
}

.receiving-pointer-map .aside .aside-item .aside-item-search img {
    width: 20px;
    height: 20px;
}

.receiving-pointer-map .aside .aside-item .aside-item-list {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}

.receiving-pointer-map .aside .aside-item .aside-item-list .list-main {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}

.receiving-pointer-map .aside .aside-item .aside-item-list .list-main li {
    margin-top: 15px;
    width: 50%;
}

.receiving-pointer-map .aside .aside-item .aside-item-list .list-main li a {
    font-size: 14px;
    color: #0767CD;
    line-height: 21px;
    font-weight: 400;
    text-decoration: underline;
}

.receiving-pointer-map .aside .aside-item .aside-item-list .list-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.receiving-pointer-map .aside .aside-item .aside-item-list .list-title img {
    width: 20px;
    height: 20px;
}

.receiving-pointer-map .aside .aside-pointer-list {
    flex: 1;
    overflow-y: auto;
}

.receiving-pointer-map .aside .aside-pointer-list .pointer-list-item {
    margin-top: 50px;
    cursor: pointer;
}

.receiving-pointer-map .aside .aside-pointer-list .pointer-list-item:nth-child(1) {
    margin-top: 0;
}

.receiving-pointer-map .aside .aside-pointer-list .pointer-list-item h2 {
    font-size: 20px;
}

.receiving-pointer-map .aside .aside-pointer-list .pointer-list-item .star ul {
    display: flex;
}

.receiving-pointer-map .aside .aside-pointer-list .pointer-list-item .star ul li {
    margin-left: 5PX;
}

.receiving-pointer-map .aside .aside-pointer-list .pointer-list-item .star ul li i {
    color: #F7B500;
}

.receiving-pointer-map .aside .aside-pointer-list .pointer-list-item .star span {
    /* margin-top: 10px; */
    color: #E02020;
    ;
    margin-left: 15px;
}

.receiving-pointer-map .aside .aside-pointer-list .pointer-list-item div {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.50);
    margin-top: 10px;
}

.receiving-pointer-map .aside .aside-pointer-list .pointer-list-item div .icon {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.receiving-pointer-map .aside .aside-pointer-list .pointer-list-item div.address {
    margin-top: 20px;
}

.receiving-pointer-map .aside .aside-pointer-list .pointer-list-item div.getRoute .icon {
    width: 22px;
    height: 22px;
}

.receiving-pointer-map .aside .aside-pointer-list .pointer-list-item div.getRoute a {
    text-decoration: underline;
    color: #0767CD;
}


/* 受理点详情 */

.point-detail {
    padding: 60px 0 50px 0;
    background-color: #fff;
}

.point-detail .point-detail-main {
    display: flex;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 42px;
    justify-content: space-between;
    /* flex-wrap: wrap; */
}
.point-detail .point-detail-main .detail {
    min-width: 320px;
}

.point-detail .point-detail-main .detail h1 {
    font-size: 32px;
    color: rgba(0, 0, 0, 0.87);
    letter-spacing: 0;
    line-height: 60px;
    font-weight: 600;
    max-width: 512px;
}

.point-detail .point-detail-main .detail div {
    color: rgba(0, 0, 0, 0.50);
    margin-top: 20px;
    height: 24px;
    display: flex;
    align-items: center;
}
.point-detail .point-detail-main .detail div span {
    font-size: 16px;
    font-weight: 400;
}

.point-detail .point-detail-main .detail div.address {
    margin-top: 50px;
}

.point-detail .point-detail-main .detail div.contact {
    /* margin-top: 20px; */
    /* line-height: 24px;
    font-weight: 500; */
}

.point-detail .point-detail-main .detail div.workTime {
    line-height: 22px;
    /* font-weight: 600; */
    /* font-size: 14px; */
}

.point-detail .point-detail-main .detail div img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.point-detail .point-detail-main .img {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.point-detail .point-detail-main .img img {
    width: 80%;
    min-width: 320px;
}

.point-detail .point-detail-main .img a {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.50);
    color: #FFFFFF;
    padding: 8px 30px;
}

.point-detail .point-detail-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.point-detail .point-detail-btn a {
    padding: 15px 44px;
    background: #0767CD;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    transition: all 300ms;
    opacity: 1;
}
.point-detail .point-detail-btn a:hover {
    opacity: .85;
}