html {
    font-family: Helvetica Neue, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
    font-size: 16px;
    word-spacing: 1px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

*, :after, :before {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

ol, ul {
    list-style: none
}

img {
    border: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

a {
    text-decoration: none;
    color: #232323
}

table {
    border-collapse: collapse;
    table-layout: fixed
}

input, textarea {
    outline: none;
    border: none
}

textarea {
    resize: none;
    overflow: auto
}

.button--green {
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #3b8070;
    color: #3b8070;
    text-decoration: none;
    padding: 10px 30px
}

.button--green:hover {
    color: #fff;
    background-color: #3b8070
}

.button--grey {
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #35495e;
    color: #35495e;
    text-decoration: none;
    padding: 10px 30px;
    margin-left: 15px
}

.button--grey:hover {
    color: #fff;
    background-color: #35495e
}

.pc-width {
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

@media screen and (min-width: 960px) {
    .pc-width {
        width: 1000px;
        margin: 0 auto
    }
}

@media screen and (min-width: 1600px) {
    .pc-width {
        width: 1320px;
        margin: 0 auto
    }
}

.content {
    width: 1320px;
    margin: auto
}


.content h2.section-title {
    margin-top: 30px;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 32px;
    color: #212121
}

.content h2.section-title b {
    color: #255d75
}

.content .view-all {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    width: 300px;
    height: 40px;
    background: #fff;
    border-radius: 24px 24px 24px 24px;
    border: 1px solid #255d75;
    text-align: center;
    font-size: 18px;
    color: #255d75;
    line-height: 40px;
}

.row-list {
    width: 1320px;
    overflow-x: auto;
    padding-bottom: 20px
}

.row-list::-webkit-scrollbar {
    margin-top: 10px;
    height: 10px;
    border-radius: 5px;
    overflow: hidden
}

.row-list::-webkit-scrollbar-track {
    background: #f1f1f1
}

.row-list::-webkit-scrollbar-thumb {
    background: #888
}

.row-list .row-scroll {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex
}

.row-list .row-item {
    cursor: pointer;
    width: 240px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e1e3e5;
    overflow: hidden;
    margin-right: 10px
}

.row-list .row-item img {
    width: 100%;
    height: 140px;
    background: #f4f4f4 url(/static/web/img/train2/612381f.png) 50%/35% no-repeat
}

.row-list .row-item:hover {
    box-shadow: 0 4px 16px rgba(69, 69, 69, .15)
}

.row-list .row-item .row-info {
    display: flex;
    flex-direction: column;
    padding: 12px 16px
}

.row-list .row-item .row-info .row-title {
    font-weight: 700;
    font-size: 18px;
    min-height: 54px;
    color: #212121;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.row-list .row-item .row-info .row-author {
    font-size: 14px;
    color: #959595;
    margin: 2px 0;
    line-height: 27px
}

.row-list .row-item .row-rate {
    display: flex;
    align-items: center
}

.row-list .row-item .row-rate b {
    margin-right: 10px;
    font-weight: 700;
    font-size: 20px;
    color: #212121
}

.row-list .row-item .row-rate span {
    margin-left: 10px
}

.row-list .row-item .row-price {
    margin-top: 6px;
    display: flex;
    align-items: flex-end
}

.row-list .row-item .row-price .row-price-originPrice {
    font-size: 18px;
    line-height: 33px;
    color: #878787;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

.row-list .row-item .row-price .row-price-price {
    font-weight: 700;
    font-size: 30px;
    color: #d94927;
    margin-right: 10px
}