.area1 {
    margin-top: 0;
}

.detail_live .top {
    overflow: auto;
    height: 550px;
}

.detail_live .top .content {
    position: inherit;
    margin-top: 15px;
}

.detail_live .top .content .msg > .price {
    position: absolute;
    bottom: 50px;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    color: #ff3c46;
    line-height: 60px;
}

.detail_live .top .content .msg > .free {
    color: #2587EC;
    position: absolute;
    bottom: 50px;
}

.detail_live .top .content .msg > .price > .icon {
    font-size: 14px;
}


.thumbnail {
    height: 90px;
    width: 1200px;
    margin: 0 auto;
    margin-top: 15px;
}

.thumbnail > div {
    height: 100%;
}


.swiper-container {
    width: 600px;
    margin-left: 0;
}

.swiper-container > .swiper-wrapper > .swiper-slide {
    width: 80px;
    margin-right: 15px;
    cursor: pointer;
}

.swiper-container > .swiper-wrapper > .swiper-slide.active > div {
    border: 1px solid #2587EC;
}

.swiper-container > .swiper-wrapper > .swiper-slide > div {
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
}

.bcontent_right_content {
    background-color: #FFFFFF;
}

.mall_list {
    padding: 0 22px;
    background-color: #FFFFFF;
    border-top: 2px solid #F5F5F5;
    overflow: auto;
}

.mall_list > .item {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin: 10px auto;
}

.mall_list > .item > .left {
    min-width: 120px;
}

.mall_list > .item > .right {
    width: calc(100% - 120px);
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.mall_list > .item > .right > .title {
    font-size: 14px;
    font-weight: 500;
    color: #323232;
    line-height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 140px;
}

.mall_list > .item > .right > .price {
    display: flex;
    justify-content: space-between;
}

.mall_list > .item > .right > .brief {
    font-size: 12px;
    font-weight: 400;
    color: #646464;
    line-height: 12px;
}

.mall_list > .item > .right > .price > .left {
    font-size: 16px;
    font-weight: 500;
    color: #fc212c;
    line-height: 16px;
}

.mall_list > .item > .right > .price > .right {
    font-size: 12px;
    font-weight: 400;
    color: #989898;
    line-height: 14px;
}

.mall_list > .item > .left > .img {
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.active_list {
    border-top: 2px solid #F5F5F5;
}

.active_list > .item {
    box-sizing: border-box;
    width: 320px;
    margin: 15px auto;
    display: block;
}

.active_list > .item > div.img {
    width: 100%;
    height: 120px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 6px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

/*支付*/
#pay_type {

}

#pay_type > .top {
    margin: 20px auto;
}

#pay_type > .middle {
    margin: 20px auto;
}

#pay_type > .middle > .wechat {
    text-align: center;
    min-height: 170px;
}

#pay_type > .middle > .wechat > #js_qrcode > img {
    width: 200px;
    height: 200px;
    display: none;
    margin: 0 auto;
}

#pay_type > .bottom {
    text-align: center;
    margin: 20px auto;
}

#pay_type > .bottom > button {
    width: 120px;
    height: 48px;
    background-color: #2587EC;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px rgb(0 37 25 / 3%);
    font-size: 17px;
    outline: none;
    border: none;
    color: #FFFFFF;
}

#pay_type > .top {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}

#pay_type > .top > .detail_buy_choose_ul_li:last-child {
    margin-right: 0;
}

#pay_type > .top {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-wrap: wrap;
}

#pay_type > .top > .item {
    display: flex;
    display: -webkit-flex;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 400;
    color: #323232;
    align-items: center;
    padding: 5px 25px;
    position: relative;
    cursor: pointer;
    margin-right: 5px;
    white-space: nowrap;
    margin-bottom: 20px;
}

#pay_type > .top > .item.active {
    background: #ffffff;
    border: 1px solid #2587EC;
    border-radius: 6px;
}

#pay_type > .top > .item.active:after {
    content: '';
    width: 35px;
    height: 35px;
    display: block;
    background-image: url("/static/student/images/mine/member/select.png");
    position: absolute;
    top: 0;
    right: 0;
}

#pay_type > .top > .item > img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
