.container {
    position: relative;
}

.flex {
    display: flex;
    display: -webkit-flex;
}

.flex.ac {
    align-items: center;
}

.flex.jc {
    justify-content: center;
}

.flex.js {
    justify-content: space-between;
}

.header {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

/* 1920 */

/* 
    1.png 1359
*/

.headerBlock {
    position: relative;
}

.topBtns {
    position: absolute;
    right: 0;
    top: 4vh;
    width: 100%;
}

.logo {
    width: 86px;
    height: 86px;
    display: block;
    margin-left: 11.8vw;
}

.rightBtns>img:first-child {
    width: 164px;
    height: 46px;
    margin-right: 33px;
    display: block;
    cursor: pointer;
}

.rightBtns>img:last-child {
    width: 136px;
    height: 46px;
    display: block;
    margin-right: 7.2vw;
    cursor: pointer;
}

.word {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.moreWord {
    width: 100%;
    padding: 0 11.82%;
    padding-top: 18vh;
    box-sizing: border-box;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #7E7E7E;
    line-height: 28px;
}

.wordItem {
    margin-bottom: 35px;
}

.title {
    color: #3E3E3E;
    margin-bottom: 20px;
    position: relative;
}

.title img {
    margin-left: -20px;
    margin-right: 20px;
}

.infoTitle {
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #3E3E3E;
    line-height: 18px;
}

.infoTitle img {
    width: 28px;
    height: 28px;
    display: block;
    margin-right: 15px;
}

.ows{
    color: #f00;
}