* {
    padding: 0;
    margin: 0;
}

.container {
    width: 100vw;
    height: 100vh;
    background: url(../images/bg.png) no-repeat;
    background-size: 100%;
    position: relative;
}

.person {
    width: 1003px;
    height: 527px;
    background: url(../images/pic.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0px;
    bottom: 46px;
}

.title {
    width: 772px;
    height: 83px;
    background: url(../images/title.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 290px;
    left: 146px;
}

.info {
    /* width: 758px; */
    width: 790px;
    position: absolute;
    top: 475px;
    left: 147px;
    font-size: 32px;
    font-family: 'SourceHanSansCN-Regular', 'SourceHanSansCN';
    font-weight: 400;
    color: #0B5DBC;
    line-height: 55px;
    letter-spacing: 5px;
    text-shadow: 0px 2px 0px rgba(255, 255, 255, 0.5);
}

.info>.line-2 {
    margin: 20px 0 20px 0;
}



.bold {
    display: inline-block;
    /* text-decoration: underline; */
    font-weight: bold;
    /* padding-bottom: 4px; */
    border-bottom: 2px solid #3b84d0;
}