main {
    background: #ffffff !important;
    border-radius: 8px 8px 0px 0px;
    position: relative;
    top: -50px;
    padding-top: 50px;
}

main .title-wrap {
    padding: 0 50px 0 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: -56px;
    left: 0;
    right: 0;
}

main .title-wrap .back {
    display: flex;
    align-items: center;
}

main .title-wrap .back img {
    width: 15px;
    height: 27px;
    margin-right: 26px;
    cursor: pointer;
}

main .title-wrap .back p {
    font-size: 27px;
    /*font-family: GlowSansSC;*/
    /*font-weight: bold;*/
    color: #fffefe;
    line-height: 14px;
    text-shadow: 0px 6px 29px rgba(0, 0, 0, 0.35);
}

main .title-wrap .page-title {
    font-size: 42px;
    font-family: GlowSansSC;
    font-weight: bold;
    color: #ffffff;
    line-height: 21px;
    text-shadow: 0px 6px 29px rgba(0, 0, 0, 0.35);
}
  