.content {
    color: #595757;
    font-size: 19px;
}

.address {}
.address .map {
    width: 530px;
    /*height: 530px;*/
    border: 12px solid var(--theme-color);
    margin: 0 auto;
}
.address .map img {
    display: block;
    width: 100%;
}

.address .detail {
    /*margin-top: 130px;*/
    /*margin-left: 60px;*/
    /*width: 500px;*/
}
.address .detail .logo {
    text-align: center;
}
.address .detail .txt {
    margin-top: 50px;
    /*text-align: center;*/
    font-size: 24px;
}

.address .detail .txt span:nth-child(2){
    margin-left: 20px;
}


.join {}
.join .pic {
    width: 500px;
    border: 6px solid #e40112;
}
.join .pic img {
    display: block;
    width: 100%;
}

.join .join-table {
    width: 570px;
}
.join .join-table .title-box {}
.join .join-table .title-box .title {
    background-color: var(--theme-color);
    color: var(--hover-font-color);
    font-size: 24px;
    padding: 10px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.join .join-table .title-box .kuai {
    width: 430px;
    height: 56px;
    background-color: var(--theme-color);
    position: relative;
}

.join .join-table .title-box .kuai span {
    display: block;
    width: 100%;
    height: 56px;
    position: absolute;
    top: -10px;
    left: 0;
    background-color: #ffffff;
    border-bottom-left-radius: 10px;
}
