.banner {
    width: 100%;
    height: 450px;
    background: url(../../img/roadShow/investor_banner.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.banner p {
    width: 1200px;
    margin: 0 auto;
    font-size: 40px;
    font-weight: bold;
}

.banner p::after {
    content: '';
    width: 56px;
    height: 4px;
    background: #282828;
    margin-top: 29px;
    display: block;
}

.myProfile {
    width: 1140px;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgba(86, 136, 205, 0.23);
    border-radius: 10px;
    margin: 75px auto 100px;
    padding: 50px 30px;
}

.caption {
    overflow: hidden;
    padding: 0 0 24px;
    border-bottom: 1px solid #E0E0E0;
}

.caption p:first-child {
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: #282828;
    margin-top: 6px;
}

.caption p:last-child {
    width: 145px;
    height: 35px;
    line-height: 35px;
    background: #1459F4;
    float: right;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    margin-right: 24px;
    cursor: pointer;
}

.caption p:last-child img {
    vertical-align: middle;
    margin-right: 6px;
}

.unverified,
.failedCertification {
    text-align: center;
}

.unverified img {
    margin-top: 64px;
}

.failedCertification img {
    margin-top: 123px;
}

.unverified p,
.failedCertification p {
    font-size: 16px;
    font-weight: 400;
    color: #282828;
    margin: 22px 0;
}

.unverified button {
    width: 80px;
    height: 26x;
    line-height: 26px;
    background: #1459F4;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.credentials {
    margin: 40px auto 0;
}

.credentials_information {
    height: 60px;
    background: #F4F7FA;
    border: 1px solid #fff;
    box-shadow: 0px 0px 13px 0px rgba(86, 136, 205, 0.23);
    padding: 20px 24px;
}

.credentials_information>ul {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 24px;
}

.credentials_information>ul li {
    float: left;
    margin-right: 24px;
}

.credentials_information>ul li:nth-child(n+2) span {
    font-size: 16px;
    font-weight: 400;
    color: #585858;
}

.credentials_information>ul li img {
    vertical-align: middle;
    margin-right: 7px;
}

.name {
    font-size: 20px;
    font-weight: bold;
    color: #282828;
}

.credentials_information>p {
    font-size: 16px;
    font-weight: 400;
    color: #585858;
}

.credentials>ul.invest {
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
}

.credentials>ul.invest li {
    width: 369px;
    height: 89px;
    background: #F4F7FA;
    border: 1px solid #fff;
    box-shadow: 0px 0px 13px 0px rgba(86, 136, 205, 0.23);
    overflow: hidden;
}

.credentials>ul.invest li p {
    width: 262px;
    float: left;
    margin-left: 24px;
}

.credentials>ul.invest li p span {
    display: block;
}

.credentials>ul.invest li p span:first-child {
    font-size: 16px;
    font-weight: 400;
    color: #585858;
    margin: 18px 0 15px;
}

.credentials>ul.invest li p span:last-child {
    font-size: 18px;
    font-weight: bold;
    color: #282828;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.credentials>ul.invest li img {
    float: right;
    height: 62px;
    margin-top: 12px;
    margin-right: 13px;
    vertical-align: middle;
}

.fieldInvestment_title {
    font-size: 18px;
    font-weight: bold;
    color: #282828;
    margin-bottom: 14px;
}

.fieldInvestment {
    overflow: hidden;
}

.fieldInvestment li {
    padding: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #585858;
    float: left;
    border: 1px solid #E0E0E0;
    margin-right: 8px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}