
.contact-title {
    margin-top: 112px;
    height: 53px;
    line-height: 50px;
    color: rgba(0,0,0,1);
    font-size: 36px;
    text-align: justify;
    font-family: SourceHanSansSC-bold;
    font-weight: bold;
    position: relative;
}
.contact-title:before {
    left: -32px;
    position: absolute;
    content: '';
    width: 20px;
    height: 50px;
    background-color: rgba(37,73,153,1);

}
.contact-list-item:first-child {
    margin-top: 25px;
}
.contact-list-item {
    display: flex;
    margin-bottom: 10px;
}
.contact-list-item img {
    width: 24px;
    height: 24px;
}
.contact-list-item p {
    margin-left: 10px;
    height: 24px;
    line-height: 23px;
    color: rgba(19,67,165,1);
    font-size: 16px;
    text-align: justify;
    font-family: SourceHanSansSC-regular;
}
.container-1 {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
}
.container-1 .float-box-1 {
    position: absolute;
    left: 0px;
    top: 38%;
    width: 155px;
    height: 607px;
    background-color: rgba(216,55,65,1);
    z-index: -1;

}
.container-1 .float-box-2 {
    position: absolute;
    right: 0px;
    top: 38%;
    width: 155px;
    height: 607px;
    background-color: rgba(216,55,65,1);
    z-index: -1;

}

.membership-intro {
    margin-top: 53px;
    width: 1180px;
    background-color: #FDF9F4;
    position: relative;
}

.membership-intro .membership-intro-title {
    height: 50px;
    line-height: 50px;
    color: rgba(0,0,0,1);
    font-size: 36px;
    text-align: center;
    font-family: SourceHanSansSC;
    font-weight: bold;
    margin-top: 48px;
}

.membership-intro .paragraph-data {
    padding-top: 66px;
    margin-bottom: 56px;
}
.membership-intro .paragraph {
    line-height: 30px;
    padding: 0 63px;
    padding-bottom: 42px;
    font-size: 16px;
    text-align: left;
    font-family: SourceHanSansSC;

}
.membership-intro .paragraph-title {
    font-weight: bold;
}

.membership-intro .op-btn {

    font-family: SourceHanSansSC-regular;
    color: rgba(29,63,134,1);
    text-decoration: underline;
    cursor: pointer;
}
.membership-mask {
    position: absolute;
    height: 900px;
    width: auto;
    bottom: -300px;
    right: -200px;
    z-index: -2;
}

.contact-window-container .float-box-1 {
    position: absolute;
    display: inline-block;
    width: 370px;
    height: 100px;
    background-color: rgba(249, 209, 98, 1);
    right: 0px;
    bottom: 0px;
    z-index: -1;

}
