.ghost-btn2 {
    position: absolute;
    top: 171px;
    left: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 44px;
    border: 1px solid #FFF;
}

.ghost-btn2:hover {
    color: #333;
    background-color: #FFF;
}

.ghost-btn2:active {
    color: #333;
    border: none;
    background-color: RGBA(255, 255, 255, .8);
}

.compliance-title {
    padding-top: 60px;
    font-family: PingFangSC-Medium, sans-serif;
    font-size: 20px;
    color: #333;
}

.join-type {
    display: flex;
    justify-content: center;
}

.join-type-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
    width: 360px;
    height: 140px;
    background: center no-repeat #FFF;
    background-size: cover;
    font-family: PingFangSC-Regular, sans-serif;
    font-size: 18px;
    color: #153A00;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .05);
}

.join-type-item.zy {
    background-image: url(/webstatic/img/compliance/zhuanye.png);
}

.join-type-item.fc {
    background-image: url(/webstatic/img/compliance/fuchi.png);
}

.join-type-item.lm {
    background-image: url(/webstatic/img/compliance/lianmeng.png);
}

.join-type-item.lm .text {
    position: absolute;
    top: 87px;
    font-size: 14px;
    color: #CCC;
    line-height: 30px;
}

.join-type-link,
.join-type-link:visited {
    color: #38F;
    cursor: pointer;
}

.join-type-link:hover {
    color: #4DA6FF;
    cursor: pointer;
}

.join-type-link:active {
    color: #2E7AE6;
    cursor: pointer;
}

.join-type-item svg {
    margin-left: 14px;
    width: 24px;
    height: 24px;
    vertical-align: bottom;
}

.join-type-link:hover svg path {
    fill: #4DA6FF;
}

.join-type-link:active svg path {
    fill: #2E7AE6;
}

.join-type-item-card {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
    width: 360px;
    height: 140px;
    font-size: 16px;
    line-height: 30px;
    color: rgba(51, 51, 51, .8);
    text-align: left;
    background: url(/webstatic/img/compliance/zhuanye.png) center no-repeat #FFF;
}

.join-type-item-card.on {
    display: flex;
}