body {
    width: 1400px;
}

.nav {
    width: 1218px;
    height: 64px;
    padding: 0px 91px;
}

.logo {
    width: 146px;
    height: 76px;
    display: inline-block;
    vertical-align: middle;
}

.router {
    margin-left: 126px;
    vertical-align: middle;
    margin-top: -6px;
    font-size: 14px;
    font-weight: bold;
    font-family: Montserrat-Bold, Montserrat;
}

.focus {
    color: #1890FF;
}

.router span {
    margin-right: 44px;
    cursor: pointer;
}

.w1400 {
    margin: 0 auto;
    width: 1400px;
    background-color: #F9FAFC;
}

a {
    text-decoration: none;
}

html, body, p {
    margin: 0;
    padding: 0;
    position: relative;
    background: #F9FAFC;
}

.menuList {
    display: flex;
    position: sticky;
    position: -webkit-sticky;
    flex-direction: column;
    justify-content: space-between;
    top: 120px;
    margin-left: 138px;
    width: 273px;
    height: 137px;
}

.menuItem {
    cursor: pointer;
    width: 273px;
    margin-top: 20px;
    font-size: 17px;
    font-family: Open Sans-SemiBold, Open Sans;
    font-weight: 600;
    color: #AFB6B8;
    line-height: 20px;
    display: inline-block;
}

.info {
    position: relative;
    top: -150px;
    margin-left: 487px;
    width: 775px;
}

.infoStyle1Title {
    height: 70px;
    font-size: 24px;
    font-family: Montserrat-Regular, Montserrat;
    font-weight: 400;
    color: #09121F;
    line-height: 70px;
}

.infoStyle1Msg {
    width: 775px;
    font-size: 16px;
    font-family: Open Sans-Regular, Open Sans;
    font-weight: 400;
    color: rgba(9, 18, 31, 0.87);
    line-height: 36px;
}

.blueText {
    color: rgba(24, 144, 255, 1);
    cursor: pointer;
}

.infoStyle2Title {
    height: 70px;
    font-size: 27px;
    font-family: Montserrat-Bold, Montserrat;
    font-weight: bold;
    color: #09121F;
    line-height: 70px;
}

.infoStyle2Msg {
    width: 775px;
    font-size: 16px;
    font-family: Open Sans-Regular, Open Sans;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.87);
    line-height: 36px;
}

.infoStyle1 {
    margin-top: 68px;
}

.infoStyle2 {
    margin-top: 12px;
}