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
}
.content {
    margin-top: 30px;
}

@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
    }
}

.container h2 {
    font-weight: 700;
    font-size: 32px;
    color: #212121
}

.container h2 span {
    color: #255e76
}

.container .noData {
    margin-top: 50px;
    text-align: center;
    font-size: 54px;
    font-weight: 700;
    color: #656565
}

.product_item_wish .item {
    padding: 24px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ededed
}

.product_item_wish .item img {
    width: 250px;
    height: 140px;
    border-radius: 8px;
    background: #f4f4f4 url(/static/web/img/train2/612381f.png) 50%/35% no-repeat
}

.product_item_wish .item .content {
    height: 150px;
    flex: 1;
    margin: auto;
    padding: 5px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

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

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

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

.product_item_wish .item .title {
    font-weight: 700;
    font-size: 20px;
    color: #212121;
    -webkit-line-clamp: 1;
    line-clamp: 1
}

.product_item_wish .item .sub-title, .product_item_wish .item .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.product_item_wish .item .sub-title {
    font-size: 16px;
    color: #575757;
    -webkit-line-clamp: 2;
    line-clamp: 2
}

.product_item_wish .item .lecturer {
    padding: 3px 0;
    font-size: 16px;
    color: #656565
}

.product_item_wish .price {
    padding-top: 2px;
    padding-left: 20px;
    display: flex;
    align-items: center
}

.product_item_wish .price .nowPrice {
    font-weight: 700;
    font-size: 30px;
    color: #d94927
}

.product_item_wish .price .originPrice {
    padding-right: 6px;
    font-size: 16px;
    color: #999;
    text-decoration: line-through
}

.page-box {
    text-align: right;
    margin-bottom: 70px;
    /*float: right;*/
    margin-right: 10px;
    margin-top: 20px;
}

.page-box .pagination li {
    float: left;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    width: 35px;
    text-align: center;
    background: #f4f4f4;
    font-size: 16px;
    font-family: Helvetica Neue;
    font-weight: bold;
    margin-right: 5px;
}

.page-box .pagination li a {
    color: #FF610F;
}

.page-box .pagination li.active {
    background: #FF610F;
    color: #ffffff;
}