body, html {
    overflow: unset;
    min-width: unset;
}
/*一般教材*/
.list-box {
    width: 100%;
    display: inline-block;
}
.list-box .item {
    width: 100%;
    max-width: 470px;
    height: 218px;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #DCE0EB;
    border-radius: 4px;
    float: left;
    margin-bottom: 30px;
    padding: 16px 20px 0;
}
.list-box a {
    color: unset !important;
}
.list-box .item a:hover {
    color: #FF7528 !important;
}
.list-box .item .img {
    width: 148px;
    height: 186px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 20px;
}
.list-box .item .img .name {
    position: absolute;
    z-index: 1;
    width: 148px;
    height: 186px;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    display: flex;
    text-align: center;
}
.list-box .item .img .name span {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.list-box .item .info {
    width: 100%;
}
.list-box .item .info .title {
    width: 100%;
    font-size: 16px;
    color: #555555;
    font-weight: bold;
    margin: 20px 0 4px;
    min-height: 44px;
    line-height: 22px;
    text-align: left;
}
.list-box .item .info .sub-title {
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin-bottom: 8px;
    color: #B8B8B8
}
.level-box {
    width: 100%;
    height: 15px;
    margin-bottom: 35px;
}
.level-box .no {
    width: 26px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    float: left;
}
.level-box .no.no1 {
    background: #f6c792;
}
.level-box .no.no1:before {
    content: 'L1';
}
.level-box .no.no2 {
    background: #fef293;
}
.level-box .no.no2:before {
    content: 'L2';
}
.level-box .no.no3 {
    background: #c9dca2;
}
.level-box .no.no3:before {
    content: 'L3';
}
.level-box .no.no4 {
    background: #8ccac7;
}
.level-box .no.no4:before {
    content: 'L4';
}
.level-box .no.no5 {
    background: #85a7d5;
}
.level-box .no.no5:before {
    content: 'L5';
}
.level-box .no.no6 {
    background: #8694c6;
}
.level-box .no.no6:before {
    content: 'L6';
}
.level-box .no.no7 {
    background: #9d88bc;
}
.level-box .no.no7:before {
    content: 'L7';
}
.level-box .no.no8 {
    background: #b68fbc;
}
.level-box .no.no8:before {
    content: 'L8';
}
.level-box .no.no9 {
    background: #e7a0bf;
}
.level-box .no.no9:before {
    content: 'L9';
}
.level-box .no.no10 {
    background: #e69c9f;
}
.level-box .no.no10:before {
    content: 'L10';
}
.level-box .no:first-child {
    border-radius: 5px 0 0 5px;
}
.level-box .no:last-child {
    border-radius: 0px 5px 5px 0px;
}
.list-box .item .info .tags {
    color: #888888;
    font-size: 14px;
}
.list-box .item .img img {
    width: 100%;
}
.list-box .item:nth-child(2n) {
    float: right;
}
.search .form-control {
    height: 44px;
}
.search .btn {
    height: 44px;
    width: 100%;
    font-size: 16px;
}

/*列表*/
.book-list .item{
    width: 212px;
    height: 284px;
    background: #FFFCFA;
    border: 1px solid #F8DED2;
    opacity: 1;
    border-radius: 4px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.book-list .item .img {
    width: 128px;
    height: 186px;
    overflow: hidden;
    margin: 16px 42px 10px;
}
.book-list .item .img img {
    width: 100%;
}
.book-list .item .title {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #555555;
    opacity: 1;
    margin: 0;
    padding-left: 6px;
    padding-right: 6px;
}
.book-list .item .title span {
    color: #888888
}
.book-list a {
    color: unset !important;
}
.book-list a:hover {
    color: #FF7528 !important;
}
.book-list2 .item {
    height: auto;
    padding-bottom: 16px;
}
.book-list3 .item {
    margin: 10px auto;
    width: 125px;
    height: 158px;
}
.book-list3 .item .img img {
    width: 100%;
}
.book-list3 .item .name {
    position: absolute;
    color: #fff;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.shop .item {
    width: 230px;
    height: 265px;
}
.shop .item .img {
    width: 200px;
    height: 200px;
    text-align: center;
    margin: 15px auto 8px;
}
.shop .item .img img {
    width: unset;
    height: 100%
}
.shop .item .title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: 40px;
}

.ring {
    width: 16px;
    height: 16px;
}
.downBtn {
    display: inline-block;
    width: 100%;
    max-width: 86px;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    background: #f4dfd4;
    font-size: 14px;
    color: #FF7528
}
.downBtn img {
    height: 10px;
}

/*预约list*/
.sales-list {
    width: 100%;
}
.sales-list .pc-link, .sales-list .wap-link {
    font-size: 14px;
    margin-left: 20PX;
    text-decoration: underline;
}
.news-detail .detail-container .body .sales-list a.btn {
    min-width: 126px;
}
.news-detail .detail-container .body .sales-list a.btn:hover{
    color: #fff
}
.sales-list .item {
    border-bottom: 1px solid #F8DED2;
    padding-bottom: 20px;
    padding-top: 20px;
    color: #555;
}
.sales-list .item:last-child {
    border: 0;
    padding-bottom: 0;
}
.sales-list.showbg .item {
    padding-left: 20px;
    padding-right: 20px;
}
.sales-list.showbg .item:nth-child(2n) {
    background: #FFFCFA;
}
.sales-list .item .title {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: left;
    color: #555;
}
.sales-list .item .col {
    margin: 0 0 10px 0
}
.sales-list .item .level-box {
    height: 26px;
    margin-bottom: 0;
}
.sales-list .item .level-box .no {
    height: 26px;
    width: 50px;
    line-height: 26px;
}

/*选择预约*/
.desc-list {
    width: 100%;
    display: inline-block;
}
.desc-list .item{
    width: 20%;
    float: left;
    padding: 1em 1em 0;
}
.desc-list .item .btn {
    width: 100%;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.desc-list .item .btn.btn-outline-secondary {
    color: #555
}
.desc-list .item .btn:hover {
    border-color: rgb(255,117,40);
    color: #fff;
    background: rgba(255,117,40,.5);
}
.desc-list .item .btn.selected {
    border-color: #FF7528;
    color: #FF7528;
    background: #fff;
    position: relative;
}
.desc-list .item .selected::after {
    content: '';
    width: 17px;
    height: 16px;
    background: url('../../img/nav3/on.png') no-repeat;
    position: absolute;
    right: -1px;
    bottom: -2px;
    background-size: 100% auto;
}
.desc-buy-box {
    padding-top: 20px;
}
.desc-buy-box .btn {
    width: 100%;
    max-width: 120px;
}

.chat .item {
    margin-bottom: 20px;
    display: flex;
}
.chat .item .avatar-box {
    width: 80px;
    height: auto;
    margin-right: 10px;
}
.chat .item .avatar-box h3 {
    font-size: 12px;
    text-align: center;
    color: #555555
}
.chat .item .avatar-box h5 {
    font-size: 12px;
    text-align: center;
    color: #B8B8B8
}
.chat .item .avatar-image {
    width: 80px;
    height: 80px;
    overflow: hidden;
}
.chat .item .avatar-image img {
    width: 100%;
}
.chat .item .content-box {
    position: relative;
}
.chat .item .content-box .content-text {
    width: 96%;
    padding: 28px;
    border-radius: 15px;
    background: #fef7f4;
    float: right;
    position: relative;
}
.chat .item .content-box .content-text:before {
    content: '';
    width: 30px;
    height: 30px;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); 	/* IE 9 */
    -moz-transform:rotate(45deg); 	/* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg); 	/* Opera */
    background: #fef7f4;
    position: absolute;
    left: -10px;
    top: 25px
}
.chat .item.right .content-box .content-text:before {
    right: -10px;
    left: unset;
}
.chat .item.right .content-box .content-text {
    float: left;
}
.chat .item.right .avatar-box {
    margin-right: 0;
    margin-left: 10px;
}
.chat .item:nth-child(2n) .content-box .content-text, .chat .item:nth-child(2n) .content-box .content-text:before {
    background: #f7f7f7;
}
.chat p {
    text-indent: 0 !important;
}
.resume {
    background: #FFF7F4;
    padding: 30px;
    border-radius: 15px;
    margin: 20px 0;
}


.shop-list-box .item {
    max-width: unset;
    height: auto;
    padding-bottom: 16px;
}
.shop-list-box .item .img, .shop-list-box .item .img .name{
    width: 158px;
    height: 210px;
}
.shop-list-box .item .info .title {
    min-height: unset;
    margin-top: 10px;
}
.shop-list-box .sub-title {
    margin-top: 10px;
    display: initial;
}
.shop-list-box .sub-title a {
    color: #FD9966 !important;
    text-decoration: underline;
}
.shop-list-box .sub-price {
    margin-top: 10px;
}
.shop-list-box .sub-price .vip-price {
    color: #8E1B11;
    margin-right: 40px;
    font-size: 24px;
}
.shop-list-box .sub-price .primary-price {
    color: #555;
    font-size: 24px;
}
.shop-list-box .sub-action {
    margin-top: 15px;
}
.shop-list-box .sub-action .btn {
    color: #fff !important;
    min-width: 90px;
    margin-right: 50px;
}
.shop-list-box .sub-action .btn:last-child {
    margin: 0;
}

#shopModal .modal-title {
    color: #4C4C4C;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
#shopModal .row {
    margin-bottom: 10px;
    color: #555;
}
#shopModal .row>div {
    text-align: right;
}
#shopModal .row label {
    font-size: 15px;
}
#shopModal .row.form-info>div {
    text-align: unset;
}
#shopModal .row.form-info div {
    align-items: center;
    justify-content: flex-start;
    display: flex;
    margin-bottom: 10px;
}
#shopModal .row.form-info i {
    width: 14px;
    height: 14px;
    border: 2px solid #EBEDED;
    border-radius: 50%;
    opacity: 1;
    display: block;
    margin-right: 10px;
    margin-right: 10px;
}
#shopModal .row.form-info #price, #shopModal .row.form-info #vip-price {
    color:#8E1B11;
    font-size: 20px;
}
#shopModal .row.form-info #mkt-price {
    margin-right: 10px;
}
#shopModalForm {
    border-bottom: 1px solid #F8DED2;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
#shopModal .modal-footer {
    padding: 0;
    flex-wrap: unset;
}
#shopModal .modal-footer button {
    width: 50%;
    margin: 0;
    padding: 10px;
    border-radius: 0 0 .25rem 0;
}
#shopModal .modal-footer button:first-child {
    border-radius: 0 0 0 .25rem;
}

@media only screen and (max-width: 767.98px) {
    .wap-link {
        display: unset;
    }
    .pc-link {
        display: none;
    }
    /*一般教材*/
    .list-box .item {
        width: 100%;
        max-width: unset;
        height: auto;
        overflow: hidden;
        background: #FFFFFF;
        border: 1px solid #DCE0EB;
        border-radius: 4px;
        float: left;
        margin-bottom: 1.3rem;
        padding: .7rem .7rem;
    }
    .list-box .item .img {
        width: 6.4rem;
        height: 8.1rem;
        overflow: hidden;
        float: left;
        margin-right: 1.1rem;
    }
    .list-box .item .img .name {
        width: 6.4rem;
        height: 8.1rem;
    }
    .list-box .item:nth-child(2n) {
        float: left;
    }
    .list-box .item .img .name span {
        font-size: .7rem;
    }
    .list-box .item .info {
        width: 100%;
    }
    .list-box .item .info .title {
        font-size: .7rem;
        margin: .9rem 0 0.2rem;
        min-height: 2rem;
        line-height: 1rem;
    }
    .list-box .item .info .sub-title {
        height: .9rem;
        line-height: .9rem;
        margin-bottom: .4rem;
    }
    .level-box {
        width: 100%;
        height: .7rem;
        margin-bottom: 1.2rem;
    }
    .level-box .no {
        width: 1.2rem;
        height: .7rem;
        line-height: .7rem;
        font-size: .6rem;
    }
    .level-box .no:first-child {
        border-radius: .2rem 0 0 .2rem;
    }
    .level-box .no:last-child {
        border-radius: 0 .2rem .2rem 0;
    }
    .list-box .item .info .tags {
        font-size: .6rem
    }

    /*列表*/
    .book-list .custom-col {
        width: 50%;
        padding-left: 0;
        padding-right: 0;
    }
    .book-list .item{
        width: 10rem;
        height: 12.6rem;
        background: #FFFCFA;
        border: 1px solid #F8DED2;
        opacity: 1;
        border-radius: .2rem;
        margin-bottom: .9rem;
    }
    .book-list .item .img {
        width: 5.6rem;
        height: 8.1rem;
        overflow: hidden;
        margin: .7rem auto .4rem;
    }
    .book-list2 .custom-col {
        width: 33.33%;
    }
    .book-list2 .item .img {
        width: 85%;
        height: auto;
    }
    .book-list2 .item {
        width: 100%;
        height: auto;
        padding-bottom: .7rem;
    }
    .book-list .item .img img {
        width: 100%;
    }
    .book-list .item .title {
        font-size: .6rem;
        font-weight: 400;
        line-height: .95rem;
        max-height: 1.9rem;
        overflow: hidden;
        color: #555555;
        opacity: 1;
        margin: 0;
        padding-left: .4rem;
        padding-right: .4rem;
    }
    .book-list3 .custom-col {
        width: 33.33%;
    }
    .book-list3 .item {
        width: 100%;
        height: auto;
        margin: 0.4rem auto;
        position: relative;
    }
    .book-list3 .item .name {
        font-size: .7rem;
    }

    .shop .item {
        width: 9.98rem;
        height: 12rem;
    }
    .shop .item .img {
        width: 8.68rem;
        height: 8.68rem;
        text-align: center;
        margin: .65rem auto .35rem;
    }
    .shop .item .img img {
        width: unset;
        height: 100%
    }
    .shop .item .title {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        min-height: 2rem;
    }

    /*预约list*/
    .sales-list .pc-link, .sales-list .wap-link {
        font-size: .6rem
    }
    .news-detail .detail-container .body .sales-list a.btn {
        min-width: 5.5rem
    }
    .news-detail .detail-container .body .sales-list a.btn:hover{
        color: #fff
    }
    .sales-list .item .title {
        font-size: 1rem;
        margin-bottom: .4rem;
    }
    .sales-list .item .col {
        margin: 0 0 10px 0
    }
    .sales-list .item .level-box {
        height: 1.1rem;
    }
    .sales-list .item .level-box .no {
        height: 1.1rem;
        width: 2rem;
        line-height: 1.1rem;
    }
    .desc-list .item {
        width: 33.333%;
    }
    .desc-list .item .btn {
        width: 100%;
        font-size: .6rem;
    }
    .sales-list.showbg .item {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .chat .item .avatar-image {
        width: 3.6rem;
        height: 3.6rem;
        overflow: hidden;
    }
    .chat .item .content-box .content:before {
        width: 1.5rem;
        height: 1.5rem;
        top: 20px;
    }

    .shop-list-box .detail-container {
        padding: 0;
    }
    .shop-list-box .item .info .title {
        min-height: unset;
        margin-top: 0;
        margin-bottom: 0;
    }
    .shop-list-box .item .img {
        margin-right: .7rem;
    }
    .shop-list-box .item .img, .shop-list-box .item .img .name{
        width: 6.9rem;
        height: 9.1rem;
    }
    .shop-list-box .item .img img {
        height: 100%;
        width: auto;
    }
    .shop-list-box .item .info .sub-title {
        height: auto;
        line-height: .9rem;
        margin-top: .7rem;
        font-size: .6rem;
        display: block;
    }
    .shop-list-box .sub-price {
        display: inline-block;
        font-size: .6rem;
        margin: 0;
        line-height: 1rem;
    }
    .shop-list-box .sub-price .vip-price {
        color: #8E1B11;
        margin-right: 2rem;
        font-size: .9rem;
    }
    .shop-list-box .sub-price .primary-price {
        color: #555;
        font-size: .9rem;
    }
    .shop-list-box .sub-action {
        margin-top: .9rem;
        text-align: center;
    }
    .shop-list-box .sub-action .btn {
        color: #fff !important;
        min-width: 3.9rem;
        margin-right: 2.1rem;
    }
    .shop-list-box .sub-action .btn:last-child {
        margin: 0;
    }

    #shopModal .modal-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    #shopModal .row {
        margin-bottom: 0;
    }
    #shopModal .row>div {
        text-align: unset;
    }
    #shopModal .modal-body {
        padding: 1rem 2rem
    }
    #shopModal .form-control {
        min-height: 32px;
        height: 32px;
        padding: 4px 15px;
    }
    #shopModal .row.form-info div {
        margin-bottom: 0;
    }
}
