.bg {
    position: relative;
    width: 100vw;
    min-height: 100vh;
    background: url("../img/common/bg.png");
    background-size: 100% 100%;
    padding: 0 40px;
    padding-top: 40px;
    box-sizing: border-box;
}

.education-base {
    padding-top: 160px;
    box-sizing: border-box;
}

.com-title {
    display: block;
    width: 1200px;
    height: 44px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.back {
    position: absolute;
    right: 50px;
    top: 40px;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #353434;
    font-family: Microsoft YaHei;
}

.back span {
    margin-left: 10px;
}

.back-icon {
    width: 36px;
    height: 33px;
    background: url("../img/common/back.png");
    background-size: 100% 100%;
}

.curp {
    cursor: pointer;
}

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    /*height: 5px;*/
}

::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    background-color: #ee3f4d;
    border-radius: 3px;
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.logo-txt{
    position: absolute;
    left: 40px;
    top: 30px;
    width: 70px;
    height: 300px;
    cursor: pointer;
}