.about-logo {
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}
.about-logo img {
    width: 100%;
}
.about-logo .about-info {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 1000px;
    margin-left: -500px;
}
.color-w a, .color-w {
    color: white;
    text-transform: capitalize;
}

.actived, .color-w a:hover {
    font-weight: bold;
}
.bottom-container {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}
.bottom-container .bottom-navs{
    display: flex;
}
.bottom-container .bottom-navs div {
    width: 200px;
    color:#949494;
    font-weight: 400;
    font-size: 1.2em;
    cursor: pointer;
    text-transform: capitalize;
}
.bottom-container .bottom-navs div.actived a, .bottom-container .bottom-navs div:hover {
    color: #6c7eb5;
    font-weight: bold;
}

.longitudinal-box {
    width: 550px !important;
    width: 620px !important;
    /* width: 70% !important; */
    height: 450px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-left: 30px;
    position: relative;
    margin: 20px 0;
}

.longitudinal-title {
    position: absolute;
    top: 40px;
    color: #fff;
    font-size: 36px;
    left: 50%;
    margin-left: -480px;
    font-weight: bold;
}

.longitudinal-bottom {
    position: absolute;
    top: 580px;
    color: #fff;
    font-size: 36px;
    left: 50%;
    margin-left: -480px;
    font-weight: bold;
}

.longitudinal-in {
    color: #fff;
    /* width: 480px; */
    overflow-x: hidden;
}

.longitudinal-item {
    position: relative;
}

.longitudinal-label {
    font-size: 18px;
    float: left;
    line-height: 30px;
    /* position: absolute;
    top: 0;
    left: 0; */
}

.longitudinal-value {
    padding-left: 20px;
    margin-left: 80px;
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 20px;
    position: relative;
    /* word-break: break-all; */
    /* white-space: nowrap; */
}

.longitudinal-clear {
    height: 12px;
    position: relative;
    top: -12px;
    background: #ffff;
    z-index: 2;
}

.longitudinal-head-h {
    font-size: 24px;
    background: #f0f0f0;
    padding: 10px 15px;
    margin-bottom: 20px;
    color: #333;
    font-weight: bold;
}

.longitudinal-head-b {
    margin-top: 20px;
    font-size: 24px;
    background: #f0f0f0;
    padding: 10px 15px;
    margin-bottom: 20px;
    color: #333;
    font-weight: bold;
    margin-left: 15px;
}

.profile-p p {
    font-size: 16px !important;
}

.color-w a:hover {
    color: #002e92;
}

.profile-tip li{
    padding: 0 40px !important;
}