.mark-title-select {
    text-align: center;
    width: 290px;
    height: 70px;
    background: rgba(71, 194, 172, 1);
    border-radius: 4px;
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFangSC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 70px;
    margin-bottom: 20px;
}

.mark-title-unselect {
    text-align: center;
    width: 290px;
    height: 70px;
    border-radius: 4px;
    border: 1px solid rgba(71, 194, 172, 1);
    border-radius: 4px;
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFangSC;
    font-weight: 500;
    color: rgba(71, 194, 172, 1);
    line-height: 70px;
    margin-bottom: 20px;
}

.compny-title {
    height: 56px;
    font-size: 40px;
    font-family: PingFangSC-Medium, PingFangSC;
    font-weight: 500;
    color: rgba(60, 60, 60, 1);
    line-height: 56px;
    margin-top: 60px;
}

.compny-title1 {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFangSC;
    font-weight: 500;
    color: rgba(60, 60, 60, 1);
    line-height: 30px;
    margin: 30px 0;
}

.compny-subtitle {
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFangSC;
    font-weight: 400;
    color: rgba(71, 194, 172, 1);
    line-height: 30px;
    margin: 20px 0;
}

.compny-title-line {
    width: 80px;
    height: 10px;
    background: rgba(71, 194, 172, 1);
    border-radius: 5px;
    margin-top: 20px;
}

.left-mark {
    margin: 60px;
}

.right-content {
    width: 890px;
    /* height: 200px; */
    border-radius: 4px;
    border: 1px solid rgba(221, 221, 221, 1);
    margin: 60px 0;
    padding: 40px;
}

.right-content-text {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFangSC;
    font-weight: 400;
    color: rgba(60, 60, 60, 1);
    line-height: 30px;
}

.right-content-title {
    font-size: 40px;
    font-family: PingFangSC-Medium, PingFangSC;
    font-weight: 500;
    color: rgba(60, 60, 60, 1);
    line-height: 56px;
    margin: 60px 0 30px 0;
}

.right-content-source {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}

.right-content-source-item {
    padding: 0 30px;
}

.right-content-source-title {
    height: 73px;
    font-size: 60px;
    font-family: DIN-Medium, DIN;
    font-weight: 500;
    color: rgba(71, 194, 172, 1);
    line-height: 73px;
    text-align: center;
}

.right-content-source-content {
    height: 30px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFangSC;
    font-weight: 400;
    color: rgba(60, 60, 60, 1);
    line-height: 30px;
    text-align: center;
}

.right-content-source-icon {
    width: 120px;
    height: 120px;
    background: rgba(71, 194, 172, 1);
    border-radius: 60px;
    margin-right: 60px;
}

.right-content-source-icon-text {
    width: 60px;
    height: 80px;
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFangSC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 40px;
    text-align: center;
}

.right-content-source-icon-1 {
    width: 100px;
    height: 100px;
    background: rgba(71, 194, 172, 1);
    border-radius: 50px;
    margin: 10px;
}

.right-content-source-icon-text-1 {
    width: 60px;
    height: 30px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFangSC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    text-align: center;
}

.compny-2-top {
    margin: 10px 30px;
}

.compny-2-icon {
    width: 30px;
    height: 30px;
    margin: 10px;
}

.compny-2-title {
    height: 28px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFangSC;
    font-weight: 500;
    color: rgba(71, 194, 172, 1);
    line-height: 28px;
}

.compny-list-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.compny-list-item-point {
    width: 10px;
    height: 10px;
    background: rgba(71, 194, 172, 1);
    margin: 0 20px 0 5px;
    border-radius: 5px;
}

.compny-list-item-text {
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFangSC;
    font-weight: 400;
    color: rgba(60, 60, 60, 1);
    line-height: 30px;
    flex: 1;
}