/*
 * 流程
 * autor: qianyuitng
 * date: 2021-10-12
 */

@charset "UTF-8";

.list {
    margin-left: -37px;
}

.item {
    width: 170px;
    height: 220px;
    padding-left: 37px;
    margin-bottom: 5px;
    background: url("../images/subpage/process_arrow.png") 5px 56px no-repeat;
}

.item:nth-child(4n+1) {
    background: unset;
}

.item>a {
    position: relative;
    display: block;
    height: 100%;
    color: #0063da;
    box-sizing: border-box;
}

.item-logo {
    width: 130px;
    height: 149px;
    line-height: 149px;
    margin: 0 auto;
    background: url("../images/subpage/process_hexagon.png") center center no-repeat;
    background-size: 100% 100%;
    font-size: 0;
    -webkit-text-size-adjust: none;
    text-align: center;
}

.item-logo img {
    display: block;
    margin: 0 auto;
}

.item-logo-main {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.item-no {
    margin-top: 8px;
    line-height: 1;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.item-name {
    position: absolute;
    max-width: 200px;
    left: 50%;
    bottom: 20px;
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.item-sub-name {
    position: absolute;
    max-width: 200px;
    bottom: 0;
    left: 50%;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.detail-wrap {
    display: none;
    position: relative;
    width: 520px;
    padding: 30px 12px 12px;
    box-shadow: 0 0 25px rgba(27, 85, 188, 0.16);
    background-color: #fff;
    box-sizing: border-box;
}

.detail-close {
    display: block;
    position: absolute;
    top: 0;
    right: 12px;
    width: 30px;
    height: 30px;
    background: url("../images/subpage/agency_close.png") center center no-repeat;
    cursor: pointer;
}

.detail-main {
    padding: 25px 20px;
    box-shadow: 0 0 25px rgba(27, 85, 188, 0.16);
}

.detail-item {
    line-height: 20px;
    padding: 3px 0;
    font-size: 16px;
    color: #333;
}

.detail-name {
    position: relative;
    width: 80px;
    padding-right: 10px;
    box-sizing: border-box;
}

.detail-name:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "：";
}

.detail-cont {
    width: calc(100% - 80px);
}

.layui-layer .detail-wrap {
    display: block;
}

.layui-layer.layer-tooltip .layui-layer-content {
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}