body {
    background: #FAFAFA;
}

/**套餐详情页面***/
.detail_tc {
}

.detail_tc .top {
    background: #fff;
    height: 420px;
}

.detail_tc .top .top_title{
    width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    color: #646464;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.detail_tc .top .content {
    width: 1200px;
    margin: 0 auto;
    height: 350px;
    position: relative;
    top: 15px;
}

.detail_tc .top .content .thumb {
    width: 435px;
    height: 100%;
    float: left;
}

.detail_tc .top .content .msg {
    float: left;
    width: 48%;
    margin-left: 2%;
    height: 350px;
    position: relative;
}

.detail_tc .top .content .msg .des {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    height: 57px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.detail_tc .top .content .msg .msgnum {
    margin-top: 10px;
    color: #646464;
    font-size: 16px;
}

.detail_tc .top .content .msg .msgnum .msgnum_type{
    padding: 2px 5px;
    background: #38DAA6;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
}
.detail_tc .top .content .msg .tmsg {
    margin-top: 20px;
    height: 30px;
}

.detail_tc .top .content .msg .tmsg .msg0 {
    display: inline-block;
}

.detail_tc .top .content .msg .tmsg .msg0 img {
    width: 30px;
    height: 30px;
    border-radius: 30px;
}

.detail_tc .top .content .msg .tmsg .msg0 text {
    position: relative;
    bottom: -5px;
    margin-left: 10px;
    width: 60px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.detail_tc .top .content .msg .money {
    margin-top: 10px;
    color: #FF1B20;
    font-size: 13px;
    margin-bottom: 13px;
}

.detail_tc .top .content .msg .money text {
    font-size: 21px;
}

.detail_tc .top .content .msg .addCart {
    font-size: 16px;
    height: 44px;
    color: #38DAA6;
    border: 1px solid #38DAA6;
    outline: none;
    width: 125px;
    border-radius: 5px 0 0 5px;
    background: #fff;
    position: absolute;
    bottom: 0;
    display: block;
}

.detail_tc .top .content .msg .yCart {
    font-size: 16px;
    height: 44px;
    color: #C9C9C9;
    border: 1px solid #C9C9C9;
    outline: none;
    width: 125px;
    border-radius: 5px 0 0 5px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.detail_tc .top .content .msg .goBuy {
    font-size: 16px;
    height: 44px;
    background: #38DAA6;
    border: 1px solid #38DAA6;
    outline: none;
    width: 125px;
    border-radius: 0 5px 5px 0;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 125px;
}


.detail_tc .bcontent {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    margin-top: 15px;
    margin-bottom: 40px;
    padding-bottom: 30px;
}

.detail_tc .bcontent .nav {
    /* //display: flex; */
    height: 70px;
    font-size: 18px;
    font-weight: 600;
}

.detail_tc .bcontent .nav .text {
    text-align: center;
    display: inline-block;
    line-height: 70px;
    margin-left: 100px;
    cursor: pointer;

}

.nav_selected{
    border-bottom: 2px solid #38DAA6;
    color: #38DAA6;
}

.detail_tc .bcontent .tip {
    padding-left: 5px;
    border-left: 3px solid #38DAA6;
    height: 19px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    margin-left: 20px;
}

.detail_tc .bcontent .tip text {
    position: relative;
    bottom: 3px;
    left: 2px;
}

.detail_tc .bcontent .tip11 {
    padding-left: 5px;
    border-left: 3px solid #38DAA6;
    height: 19px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    margin-left: 20px;
}

.detail_tc .bcontent .tips text {
    position: relative;
    bottom: 3px;
    left: 2px;
}

.detail_tc .bcontent .detail {
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
}
.detail_tc .bcontent .detail img {
    max-width: 100%;
}
.detail_tc .bcontent .detail p,.detail_tc .bcontent .detail div {
    word-break:break-all;
}

.detail_tc .bcontent .classlist {
    width: 95%;
    margin: 0 auto;
}

.detail_tc .bcontent .li {
    border-bottom: 1px solid #EBEBEB;
    margin-top: 15px;
    height: 120px;
}

.detail_tc .bcontent .li .thumbdiv {
    width: 130px;
    height: 90px;
    float: left;
    margin-top: 15px;
    margin-left: 15px;
}

.detail_tc .bcontent .li .thumbdiv .tips {
    display: inline-block;
    padding: 3px 10px 3px 10px;
    background: #000;
    color: #fff;
    border-radius: 0 0 10px 0;
    font-size: 10px;
    opacity: 0.6;
    transform: scale(0.8);
    position: relative;
    bottom: 2px;
    right: 4px;
}

.detail_tc .bcontent .li .mess {
    float: left;
    width: 84%;
    margin-top: 15px;
    margin-left: 20px;
    height: 90px;
}

.detail_tc .bcontent .li .mess .des {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.detail_tc .bcontent .li .mess .msg {
    margin-top: 8px;
    height: 18px;
}

.detail_tc .bcontent .li .mess .msg .text1 {
    color: #969696;
}

.detail_tc .bcontent .li .mess .msg .text2 {
    margin-left: 20px;
}

.detail_tc .bcontent .li .mess .msg .text2 .book {
    width: 12px;
    position: relative;
    top: 1px;
}

.detail_tc .bcontent .li .mess .msg .text2 .tips {
    color: #38E1AB;
    margin-left: 5px;
}

.detail_tc .bcontent .li .mess .bottom {
    margin-top: 13px;
    width: 100%;
}

.detail_tc .bcontent .li .mess .bottom .img1 {
    width: 25px;
    height: 25px;
    border-radius: 50px;
}

.detail_tc .bcontent .li .mess .bottom .name {
    position: relative;
    left: 10px;
    bottom: 5px;
    font-size: 15px;
}

.detail_tc .bcontent .li .mess .bottom .img2 {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    margin-left: 8px;
}

.detail_tc .bcontent .li .mess .bottom .mian {
    font-size: 14px;
    color: #38E1AB;
    position: relative;
    float: right;
}

.detail_tc .bcontent .li .mess .bottom .mi {
    font-size: 14px;
    color: #1B8CFF;
    position: relative;
    float: right;
}

.detail_tc .bcontent .li .mess .bottom .money {
    font-size: 18px;
    color: #FF1B20;
    position: relative;
    float: right;
}

.detail_tc .vip{
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(to bottom, #FC363B, #FC5234);
    border-radius: 57px;
    color: #fff;
    font-size: 16px;
}
.detail_tc .vip .openvip{
    padding: 3px 13px;
    background: linear-gradient(to bottom, #FD9A64, #FDB147);
    border-radius: 68px;
    font-size: 14px;
    margin-left: 50px;
    cursor: pointer;
}
.detail_tc .seckill1{
    padding: 5px 25px 10px 25px;
    background: linear-gradient(to bottom, #2ED38F, #42D884);
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    position: relative;
    margin-top: 10px;
}
.detail_tc .seckill1 .span{
    font-size: 16px;
}
.detail_tc .seckill1 .text{
    font-size: 25px;
}
.detail_tc .seckill1 .tips{
    padding: 2px 11px;
    background: #FEEC44;
    border-radius: 22px;
    color: #FC3C51;
    font-size: 16px;
    font-weight: 600;
    margin-left: 22px;
    position: relative;
    bottom: 3px;
}
.detail_tc .seckill1 .tips1{
    font-size: 18px;
    margin-left: 155px;
}
.detail_tc .seckill1 .text1{
    font-size: 16px;
    margin-left: 24px;
    text-decoration: line-through;
}
.detail_tc .seckill1 .span1{
    font-size: 18px;
    position: absolute;
    right: 25px;
}
.detail_tc .seckill1 .span1 .time{
    background: #fff;
    border-radius: 2px;
    color: #43D9A7;
    padding: 0 4px;
}


.detail_tc .seckill2{
    padding: 5px 25px 10px 25px;
    background: linear-gradient(to bottom, #FF475D, #FF394C);
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    position: relative;
    margin-top: 10px;
}
.detail_tc .seckill2 .span{
    font-size: 16px;
}
.detail_tc .seckill2 .text{
    font-size: 25px;
}
.detail_tc .seckill2 .tips{
    padding: 2px 11px;
    background: #FEEC44;
    border-radius: 22px;
    color: #FC3C51;
    font-size: 16px;
    font-weight: 600;
    margin-left: 22px;
    position: relative;
    bottom: 3px;
}
.detail_tc .seckill2 .tips1{
    font-size: 18px;
    margin-left: 155px;
}
.detail_tc .seckill2 .text1{
    font-size: 16px;
    margin-left: 24px;
    text-decoration: line-through;
}
.detail_tc .seckill2 .span1{
    font-size: 18px;
    position: absolute;
    right: 25px;
}
.detail_tc .seckill2 .span1 .time{
    background: #fff;
    border-radius: 2px;
    color: #FF394C;
    padding: 0 4px;
}

.detail_tc .bcontent .coupon{
    padding: 10px;
    border-radius: 10px;
}
.detail_tc .bcontent .coupon .coupon_li:nth-of-type(1){
    margin-top: 0;
}
.detail_tc .bcontent .coupon .coupon_li{
    background: #FEF5F1;
    padding: 10px 50px;
    border-radius: 5px;
    font-size: 16px;
    color: #FF623E;
    font-weight: 600;
    clear: both;
    overflow: hidden;
    margin-top: 10px;
}
.detail_tc .bcontent .coupon .coupon_li .text1{
    position: relative;
    top: 5px;
}
.detail_tc .bcontent .coupon .coupon_li .text2{
    margin-left: 45px;
    position: relative;
    top: 5px;
}
.detail_tc .bcontent .coupon .coupon_li .text3{
    float: right;
    background: #FFB239;
    color: #fff;
    padding: 6px 17px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 300;
    cursor: pointer;
}
.detail_tc .bcontent .heng{
    height: 10px;
    background: #F5F5F5;
}


/**课程详情页面***/
.detail_kc {
}

.detail_kc .top {
    background: #fff;
    height: 490px;
}

.detail_kc .top .top_title{
    width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    color: #646464;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.detail_kc .top .content {
    width: 1200px;
    margin: 0 auto;
    height: 410px;
    position: relative;
    top: 15px;
}

.detail_kc .top .content .thumb {
    width: 435px;
    height: 100%;
    float: left;
}

.detail_kc .top .content .msg {
    float: left;
    width: 48%;
    margin-left: 2%;
    height: 410px;
    position: relative;
}

.detail_kc .top .content .msg .des {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    height: 57px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.detail_kc .top .content .msg .msgnum {
    margin-top: 10px;
    color: #969696;
    font-size: 16px;
}

.detail_kc .top .content .msg .tmsg {
    margin-top: 10px;
    height: 30px;
}

.detail_kc .top .content .msg .tmsg .msg0 {
    display: inline-block;
}

.detail_kc .top .content .msg .tmsg .msg0 span {
    display: inline-block;
    margin-left: 7px;
}

.detail_kc .top .content .msg .tmsg .msg0 span .avatar {
    width: 60px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size: 15px;
}

.detail_kc .top .content .msg .tmsg .msg0 span .tip {
    color: #969696;
    transform: scale(0.8);
    position: relative;
    bottom: 6px;
    right: 9px;
    font-size: 17px;
}

.detail_kc .top .content .msg .tmsg .msg0 img {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    float: left;
}


.detail_kc .top .content .msg .tmsg .msg1 {
    display: inline-block;
    margin-left: 20px;
}

.detail_kc .top .content .msg .tmsg .msg1 img {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    float: left;
}

.detail_kc .top .content .msg .tmsg .msg1 span {
    display: inline-block;
    margin-left: 7px;
}

.detail_kc .top .content .msg .tmsg .msg1 span .avatar {
    width: 60px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.detail_kc .top .content .msg .tmsg .msg1 span .tip {
    color: #969696;
    transform: scale(0.8);
    position: relative;
    bottom: 6px;
    right: 5px;
}

.detail_kc .top .content .msg .mian {
    margin-top: 50px;
    color: #38DAA6;
    font-size: 17px;
    margin-bottom: 13px;
}

.detail_kc .top .content .msg .mi {
    margin-top: 50px;
    color: #1B8CFF;
    font-size: 13px;
    margin-bottom: 13px;
}

.detail_kc .top .content .msg .money {
    margin-top: 25px;
    color: #FF1B20;
    font-size: 13px;
    margin-bottom: 13px;
}

.detail_kc .top .content .msg .money text {
    font-size: 23px;
}

.detail_kc .top .content .msg .comment {
    height: 40px;
    color: #38DAA6;
    border: 1px solid #38DAA6;
    outline: none;
    width: 115px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    font-size: 16px;
    left: 0;
}
.top .content .msg .button_default{
    color: #38DAA6;
    border: 1px solid #38DAA6;
    outline: none;
    background: #fff;
    border-radius: 4px;
    padding: 5px;
    font-size: 17px;
    padding-left: 10px;
    padding-right: 10px;
}

.detail_kc .top .content .msg .addCart {
    font-size: 16px;
    height: 44px;
    color: #38DAA6;
    border: 1px solid #38DAA6;
    outline: none;
    width: 125px;
    border-radius: 5px 0 0 5px;
    background: #fff;
    position: absolute;
    bottom: 0;
    display: block;
}

.detail_kc .top .content .msg .yCart {
    font-size: 16px;
    height: 44px;
    color: #C9C9C9;
    border: 1px solid #C9C9C9;
    outline: none;
    width: 125px;
    border-radius: 5px 0 0 5px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.detail_kc .top .content .msg .goBuy {
    font-size: 16px;
    height: 44px;
    background: #38DAA6;
    border: 1px solid #38DAA6;
    outline: none;
    width: 125px;
    border-radius: 0 5px 5px 0;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 125px;
}


.detail_kc .bcontent {
    width: 1200px;
    margin: 0 auto;
    /* background: #fff; */
    margin-top: 15px;
    margin-bottom: 40px;
    padding-bottom: 30px;
    clear: both;
    overflow: hidden;
}

.detail_kc .bcontent .teacherinfo {
    width: 95%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}

.detail_kc .bcontent .teacherinfo .avatar {
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 30px;
    margin-left: 5px;
}

.detail_kc .bcontent .teacherinfo .info {
    float: left;
    width: 720px;
    margin-left: 20px;
    margin-top: 9px;
}

.detail_kc .bcontent .teacherinfo .info .name {
    font-size: 13px;
}

.detail_kc .bcontent .teacherinfo .info .name .text1 {
    margin-left: 15px;
    color: #969696;
    font-size: 12px;
}

.detail_kc .bcontent .teacherinfo .info .textarea1 {
    margin-top: 10px;
}

.detail_kc .bcontent .nav {
    height: 70px;
    font-size: 18px;
    line-height: 70px;
    background: #fff;
    font-weight: 600;
}

.detail_kc .bcontent .nav .text {
    text-align: center;
    line-height: 70px;
    margin-left: 100px;
    display: inline-block;
    cursor: pointer;
}

.detail_kc .bcontent .tip {
    padding-left: 5px;
    border-left: 3px solid #38DAA6;
    height: 20px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    margin-left: 20px;
}

.detail_kc .bcontent .tip text {
    position: relative;
    bottom: 3px;
    left: 2px;
}

.detail_kc .bcontent .detail {
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.detail_kc .bcontent .detail img {
    max-width: 100%;
}
.detail_kc .bcontent .detail p,.detail_kc .bcontent .detail div {
    word-break:break-all;
}



.detail_kc .bcontent .classlist {
    width: 95%;
    margin: 0 auto;
}

.detail_kc .bcontent .classlist .li {
    margin-top: 20px;
}

.detail_kc .bcontent .classlist .li .title {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #F6F6F6;
    font-weight: 600;
    font-size: 14px;
    text-indent: 20px;
}

.detail_kc .bcontent .classlist .li .title .up {
    float: right;
    width: 14px;
    height: 7px;
    margin-right: 15px;
    margin-top: 6px;
    cursor: pointer;
}

.detail_kc .bcontent .classlist .li .title .down {
    float: right;
    width: 14px;
    height: 7px;
    margin-right: 15px;
    margin-top: 6px;
    cursor: pointer;
}

.detail_kc .bcontent .classlist .li .zj {

}

.detail_kc .bcontent .classlist .li .zj .lix {
    width: 100%;
    overflow: hidden;
    clear: both;
    height: 90px;
    border-bottom: 1px solid #F6F6F6;
}

.detail_kc .bcontent .classlist .li .zj .lix .xuhao {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 35px;
    background: #F5F5F5;
    text-align: center;
    margin-top: 33px;
    margin-left: 10px;
    line-height: 25px;
}

.detail_kc .bcontent .classlist .li .zj .lix .middle {
    float: left;
    margin-left: 20px;
    margin-top: 35px;
}

.detail_kc .bcontent .classlist .li .zj .lix .middle .tops {
    color: #323232;
    font-size: 15px;
}

.detail_kc .bcontent .classlist .li .zj .lix .middle .tops .text1 {

}

.detail_kc .bcontent .classlist .li .zj .lix .middle .tops .text2 {
    display: inline-block;
    border: 1px solid #38DAA6;
    padding: 0 2px 2px 2px;
    transform: scale(0.6);
    color: #38DAA6;
}

.detail_kc .bcontent .classlist .li .zj .lix .middle .bottom {
    margin-top: 5px;
}

.detail_kc .bcontent .classlist .li .zj .lix .middle .bottom .bq {
    color: #969696;
    padding: 0 2px 0 2px;
    transform: scale(0.8);
    display: inline-block;
    position: relative;
    right: 2px;
}

.detail_kc .bcontent .classlist .li .zj .lix .middle .bottom .time {
    color: #969696;
    margin-left: 25px;
}

.detail_kc .bcontent .classlist .li .zj .lix .right {
    float: right;
    margin-right: 15px;
    color: #38DAA6;
    margin-top: 35px;
}

.detail_kc .bcontent .classlist .li .zj .lix .right .suo {
    width: 14px;
}

.detail_kc .bcontent .commentlist {
    width: 95%;
    margin: 0 auto;
}

.detail_kc .bcontent .commentlist .li {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
    clear: both;
    overflow: hidden;
}

.detail_kc .bcontent .commentlist .li .avatar {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    margin-top: 10px;
}

.detail_kc .bcontent .commentlist .li .mess {
    float: left;
    margin-top: 20px;
    width: 535px;
    margin-left: 15px;
}

.detail_kc .bcontent .commentlist .li .mess .name {
    font-size: 15px;
    color: #969696;
}

.detail_kc .bcontent .commentlist .li .mess .star {
    margin-top: 10px;
}

.detail_kc .bcontent .commentlist .li .mess .starimg {
    width: 18px;
}

.detail_kc .bcontent .commentlist .li .mess .comon {
    margin-top: 10px;
    font-size: 15px;
    word-break: break-all;
}

.detail_kc .bcontent .commentlist .li .date {
    float: right;
    color: #969696;
    font-size: 14px;
    margin-right: 20px;
    margin-top: 17px;
}

.common_zhe {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 11;
}

.common_zhe .table {
    width: 475px;
    height: 420px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    margin-top: 135px;
}

.common_zhe .table .top {
    width: 100%;
    background: #F0F0F0;
    padding-top: 8px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    text-indent: 20px;
}

.common_zhe .table .top img {
    width: 11px;
    float: right;
    margin-right: 20px;
    margin-top: 5px;
    cursor: pointer;
}

.common_zhe .table .content {
    padding: 20px;
    padding-top: 30px;
    color: #646464;
}

.common_zhe .table .content .li2 {
    margin-top: 20px;
}

.common_zhe .table .content .li2 span img {
    width: 15px;
    position: relative;
    top: 2px;
}

.common_zhe .table .content .li3 {
    margin-top: 20px;
}

.common_zhe .table .content .textarea {
    resize: none;
    width: 392px;
    height: 150px;
    border: 1px solid #DCDCDC;
    margin-top: 10px;
    padding: 15px 20px 15px 20px;
    outline: none;
    color: #000;
}

.common_zhe .table .content .submit {
    background: #38DAA6;
    color: #fff;
    width: 100px;
    height: 30px;
    border: 0;
    outline: none;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 5px;
    display: block;
}

.detail_kc .vip{
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(to bottom, #FC363B, #FC5234);
    border-radius: 57px;
    color: #fff;
    font-size: 16px;
}
.detail_kc .vip .openvip{
    padding: 3px 13px;
    background: linear-gradient(to bottom, #FD9A64, #FDB147);
    border-radius: 68px;
    font-size: 14px;
    margin-left: 50px;
    cursor: pointer;
}
.detail_kc .seckill1{
    padding: 5px 25px 10px 25px;
    background: linear-gradient(to bottom, #2ED38F, #42D884);
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    position: relative;
    margin-top: 10px;
}
.detail_kc .seckill1 .span{
    font-size: 16px;
}
.detail_kc .seckill1 .text{
    font-size: 25px;
}
.detail_kc .seckill1 .tips{
    padding: 2px 11px;
    background: #FEEC44;
    border-radius: 22px;
    color: #FC3C51;
    font-size: 16px;
    font-weight: 600;
    margin-left: 22px;
    position: relative;
    bottom: 3px;
}
.detail_kc .seckill1 .tips1{
    font-size: 18px;
    margin-left: 155px;
}
.detail_kc .seckill1 .text1{
    font-size: 16px;
    margin-left: 24px;
    text-decoration: line-through;
}
.detail_kc .seckill1 .span1{
    font-size: 18px;
    position: absolute;
    right: 25px;
}
.detail_kc .seckill1 .span1 .time{
    background: #fff;
    border-radius: 2px;
    color: #43D9A7;
    padding: 0 4px;
}


.detail_kc .seckill2{
    padding: 5px 25px 10px 25px;
    background: linear-gradient(to bottom, #FF475D, #FF394C);
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    position: relative;
    margin-top: 10px;
}
.detail_kc .seckill2 .span{
    font-size: 16px;
}
.detail_kc .seckill2 .text{
    font-size: 25px;
}
.detail_kc .seckill2 .tips{
    padding: 2px 11px;
    background: #FEEC44;
    border-radius: 22px;
    color: #FC3C51;
    font-size: 16px;
    font-weight: 600;
    margin-left: 22px;
    position: relative;
    bottom: 3px;
}
.detail_kc .seckill2 .tips1{
    font-size: 18px;
    margin-left: 155px;
}
.detail_kc .seckill2 .text1{
    font-size: 16px;
    margin-left: 24px;
    text-decoration: line-through;
}
.detail_kc .seckill2 .span1{
    font-size: 18px;
    position: absolute;
    right: 25px;
}
.detail_kc .seckill2 .span1 .time{
    background: #fff;
    border-radius: 2px;
    color: #FF394C;
    padding: 0 4px;
}

.detail_kc .bcontent .coupon{
    padding: 10px;
    border-radius: 10px;
    background: #fff;
}
.detail_kc .bcontent .coupon .coupon_li:nth-of-type(1){
    margin-top: 0;
}
.detail_kc .bcontent .coupon .coupon_li{
    background: #FEF5F1;
    padding: 10px 50px;
    border-radius: 5px;
    font-size: 16px;
    color: #FF623E;
    font-weight: 600;
    clear: both;
    overflow: hidden;
    margin-top: 10px;
}
.detail_kc .bcontent .coupon .coupon_li .text1{
    position: relative;
    top: 5px;
}
.detail_kc .bcontent .coupon .coupon_li .text2{
    margin-left: 45px;
    position: relative;
    top: 5px;
}
.detail_kc .bcontent .coupon .coupon_li .text3{
    float: right;
    background: #FFB239;
    color: #fff;
    padding: 6px 17px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 300;
    cursor: pointer;
}
.detail_kc .bcontent .heng{
    height: 10px;
    background: #F5F5F5;
}




/**直播详情页面***/
.detail_live {
}

.detail_live .top {
    background: #fff;
    height: 490px;
}
.detail_live .top .top_title {
    width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    color: #646464;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.detail_live .top .content {
    width: 1200px;
    margin: 0 auto;
    height: 410px;
    position: relative;
    top: 15px;
}

.detail_live .top .content .thumb {
    width: 50%;
    height: 100%;
    float: left;
}

.detail_live .top .content .thumb .zhe {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.detail_live .top .content .thumb .zhe button {
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0);
    color: #fff;
    outline: none;
    width: 110px;
    height: 35px;
    margin: 0 auto;
    display: block;
    font-size: 13px;
    position: relative;
    top: 175px;
    border-radius: 2px;
}

.detail_live .top .content .msg {
    float: left;
    width: 48%;
    margin-left: 2%;
    height: 410px;
    position: relative;
}

.detail_live .top .content .msg .des {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    height: 57px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.detail_live .top .content .msg .msgnum {
    margin-top: 10px;
    color: #969696;
    font-size: 16px;
}

.detail_live .top .content .msg .tmsg {
    margin-top: 10px;
    height: 30px;
}

.detail_live .top .content .msg .tmsg .msg0 {
    display: inline-block;
}

.detail_live .top .content .msg .tmsg .msg0 span {
    display: inline-block;
    margin-left: 7px;
}

.detail_live .top .content .msg .tmsg .msg0 span .avatar {
    width: 60px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size: 15px;
}

.detail_live .top .content .msg .tmsg .msg0 span .tip {
    color: #969696;
    transform: scale(0.8);
    position: relative;
    bottom: 6px;
    right: 9px;
    font-size: 17px;
}

.detail_live .top .content .msg .tmsg .msg0 img {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    float: left;
}


.detail_live .top .content .msg .tmsg .msg1 {
    display: inline-block;
    margin-left: 20px;
}

.detail_live .top .content .msg .tmsg .msg1 img {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    float: left;
}

.detail_live .top .content .msg .tmsg .msg1 span {
    display: inline-block;
    margin-left: 7px;
}

.detail_live .top .content .msg .tmsg .msg1 span .avatar {
    width: 60px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size: 15px;
}

.detail_live .top .content .msg .tmsg .msg1 span .tip {
    color: #969696;
    transform: scale(0.8);
    position: relative;
    bottom: 6px;
    right: 5px;
    font-size: 17px;
}

.detail_live .top .content .msg .mian {
    margin-top: 50px;
    color: #38DAA6;
    font-size: 18px;
    margin-bottom: 13px;
}

.detail_live .top .content .msg .mi {
    margin-top: 50px;
    color: #1B8CFF;
    font-size: 17px;
    margin-bottom: 13px;
}

.detail_live .top .content .msg .money {
    margin-top: 25px;
    color: #FF1B20;
    font-size: 13px;
    margin-bottom: 13px;
}

.detail_live .top .content .msg .money text {
    font-size: 21px;
}

.detail_live .top .content .msg .comment {
    height: 40px;
    color: #38DAA6;
    border: 1px solid #38DAA6;
    outline: none;
    width: 115px;
    background: #fff;
    border-radius: 2px;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 125px;
}

.detail_live .top .content .msg .enterlive {
    height: 40px;
    color: #fff;
    background: #38DAA6;
    outline: none;
    width: 115px;
    border-radius: 3px;
    border: 0;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.detail_live .top .content .msg .default {
    height: 30px;
    color: #fff;
    background: #38DAA6;
    outline: none;
    width: 85px;
    border-radius: 50px;
    border: 0;
    font-size: 10px;
}

.detail_live .top .content .msg .enterlive a:hover {
    color: #fff;
}

.detail_live .top .content .msg .addCart {
    font-size: 16px;
    height: 44px;
    color: #38DAA6;
    border: 1px solid #38DAA6;
    outline: none;
    width: 125px;
    border-radius: 5px 0 0 5px;
    background: #fff;
    position: absolute;
    bottom: 0;
    display: block;
}

.detail_live .top .content .msg .yCart {
    font-size: 16px;
    height: 44px;
    color: #C9C9C9;
    border: 1px solid #C9C9C9;
    outline: none;
    width: 125px;
    border-radius: 5px 0 0 5px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.detail_live .top .content .msg .goBuy {
    font-size: 16px;
    height: 44px;
    background: #38DAA6;
    border: 1px solid #38DAA6;
    outline: none;
    width: 125px;
    border-radius: 0 5px 5px 0;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 125px;
}


.detail_live .bcontent {
    width: 1200px;
    margin: 0 auto;
    /* background: #fff; */
    margin-top: 15px;
    margin-bottom: 40px;
    padding-bottom: 30px;
    clear: both;
    overflow: hidden;
}

.detail_live .bcontent .teacherinfo {
    width: 95%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}

.detail_live .bcontent .teacherinfo .avatar {
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 30px;
    margin-left: 5px;
}

.detail_live .bcontent .teacherinfo .info {
    float: left;
    width: 720px;
    margin-left: 20px;
    margin-top: 9px;
}

.detail_live .bcontent .teacherinfo .info .name {
    font-size: 13px;
}

.detail_live .bcontent .teacherinfo .info .name .text1 {
    margin-left: 15px;
    color: #969696;
    font-size: 12px;
}

.detail_live .bcontent .teacherinfo .info .textarea1 {
    margin-top: 10px;
}

.detail_live .bcontent .nav {
    height: 70px;
    font-size: 18px;
    line-height: 70px;
    background: #fff;
    font-weight: 600;
}

.detail_live .bcontent .nav .text {
    text-align: center;
    line-height: 70px;
    margin-left: 100px;
    display: inline-block;
    cursor: pointer;
}

.detail_live .bcontent .tip {
    padding-left: 5px;
    border-left: 3px solid #38DAA6;
    height: 20px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    margin-left: 20px;
}

.detail_live .bcontent .tip text {
    position: relative;
    bottom: 3px;
    left: 2px;
}

.detail_live .bcontent .detail {
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.detail_live .bcontent .detail img {
    max-width: 100%;
}
.detail_live .bcontent .detail p {
    word-break:break-all;
}

.detail_live .bcontent .commentlist {
    width: 95%;
    margin: 0 auto;
}

.detail_live .bcontent .commentlist .li {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
    clear: both;
    overflow: hidden;
}

.detail_live .bcontent .commentlist .li .avatar {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    margin-top: 10px;
}

.detail_live .bcontent .commentlist .li .mess {
    float: left;
    margin-top: 20px;
    width: 535px;
    margin-left: 15px;
}

.detail_live .bcontent .commentlist .li .mess .name {
    font-size: 15px;
    color: #969696;
}

.detail_live .bcontent .commentlist .li .mess .star {
    margin-top: 10px;
}

.detail_live .bcontent .commentlist .li .mess .starimg {
    width: 18px;
}

.detail_live .bcontent .commentlist .li .mess .comon {
    margin-top: 10px;
    font-size: 15px;
    word-break: break-all;
}

.detail_live .bcontent .commentlist .li .date {
    float: right;
    color: #969696;
    font-size: 14px;
    margin-right: 20px;
    margin-top: 17px;
}

.detail_live .vip{
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(to bottom, #FC363B, #FC5234);
    border-radius: 57px;
    color: #fff;
    font-size: 16px;
}
.detail_live .vip .openvip{
    padding: 3px 13px;
    background: linear-gradient(to bottom, #FD9A64, #FDB147);
    border-radius: 68px;
    font-size: 14px;
    margin-left: 50px;
    cursor: pointer;
}
.detail_live .seckill1{
    padding: 5px 25px 10px 25px;
    background: linear-gradient(to bottom, #2ED38F, #42D884);
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    position: relative;
    margin-top: 10px;
}
.detail_live .seckill1 .span{
    font-size: 16px;
}
.detail_live .seckill1 .text{
    font-size: 25px;
}
.detail_live .seckill1 .tips{
    padding: 2px 11px;
    background: #FEEC44;
    border-radius: 22px;
    color: #FC3C51;
    font-size: 16px;
    font-weight: 600;
    margin-left: 22px;
    position: relative;
    bottom: 3px;
}
.detail_live .seckill1 .tips1{
    font-size: 18px;
    margin-left: 155px;
}
.detail_live .seckill1 .text1{
    font-size: 16px;
    margin-left: 24px;
    text-decoration: line-through;
}
.detail_live .seckill1 .span1{
    font-size: 18px;
    position: absolute;
    right: 25px;
}
.detail_live .seckill1 .span1 .time{
    background: #fff;
    border-radius: 2px;
    color: #43D9A7;
    padding: 0 4px;
}


.detail_live .seckill2{
    padding: 5px 25px 10px 25px;
    background: linear-gradient(to bottom, #FF475D, #FF394C);
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    position: relative;
    margin-top: 10px;
}
.detail_live .seckill2 .span{
    font-size: 16px;
}
.detail_live .seckill2 .text{
    font-size: 25px;
}
.detail_live .seckill2 .tips{
    padding: 2px 11px;
    background: #FEEC44;
    border-radius: 22px;
    color: #FC3C51;
    font-size: 16px;
    font-weight: 600;
    margin-left: 22px;
    position: relative;
    bottom: 3px;
}
.detail_live .seckill2 .tips1{
    font-size: 18px;
    margin-left: 155px;
}
.detail_live .seckill2 .text1{
    font-size: 16px;
    margin-left: 24px;
    text-decoration: line-through;
}
.detail_live .seckill2 .span1{
    font-size: 18px;
    position: absolute;
    right: 25px;
}
.detail_live .seckill2 .span1 .time{
    background: #fff;
    border-radius: 2px;
    color: #FF394C;
    padding: 0 4px;
}

.detail_live .bcontent .coupon{
    padding: 10px;
    border-radius: 10px;
    background: #fff;
}
.detail_live .bcontent .coupon .coupon_li:nth-of-type(1){
    margin-top: 0;
}
.detail_live .bcontent .coupon .coupon_li{
    background: #FEF5F1;
    padding: 10px 50px;
    border-radius: 5px;
    font-size: 16px;
    color: #FF623E;
    font-weight: 600;
    clear: both;
    overflow: hidden;
    margin-top: 10px;
}
.detail_live .bcontent .coupon .coupon_li .text1{
    position: relative;
    top: 5px;
}
.detail_live .bcontent .coupon .coupon_li .text2{
    margin-left: 45px;
    position: relative;
    top: 5px;
}
.detail_live .bcontent .coupon .coupon_li .text3{
    float: right;
    background: #FFB239;
    color: #fff;
    padding: 6px 17px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 300;
    cursor: pointer;
}

.detail_live .bcontent .heng{
    height: 10px;
    background: #F5F5F5;
}

/**内容详情页面***/
.detail_substance {
}

.detail_substance .top {
    background: #fff;
    height: 490px;
}

.detail_substance .top .top_title {
    width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    color: #646464;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.detail_substance .top .content {
    width: 1200px;
    margin: 0 auto;
    height: 410px;
    position: relative;
    top: 15px;
}

.detail_substance .top .content .thumb {
    width: 50%;
    height: 100%;
    float: left;
}

.detail_substance .top .content .msg {
    float: left;
    width: 48%;
    margin-left: 2%;
    height: 410px;
    position: relative;
}

.detail_substance .top .content .msg .des {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    height: 57px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.detail_substance .top .content .msg .des text {
    font-size: 12px;
    font-weight: 100;
    color: #969696;
    border: 1px solid #969696;
    display: inline-block;
    padding: 0px 3px 1px 3px;
    transform: scale(0.8);
}

.detail_substance .top .content .msg .msgnum {
    margin-top: 10px;
    color: #969696;
    font-size: 16px;
}

.detail_substance .top .content .msg .tmsg {
    margin-top: 10px;
    height: 30px;
}

.detail_substance .top .content .msg .tmsg .msg0 {
    display: inline-block;
}

.detail_substance .top .content .msg .tmsg .msg0 span {
    display: inline-block;
    margin-left: 7px;
}

.detail_substance .top .content .msg .tmsg .msg0 span .avatar {
    width: 60px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size: 15px;
}

.detail_substance .top .content .msg .tmsg .msg0 span .tip {
    color: #969696;
    transform: scale(0.8);
    position: relative;
    bottom: 6px;
    right: 5px;
    font-size: 17px;
}

.detail_substance .top .content .msg .tmsg .msg0 img {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    float: left;
}


.detail_substance .top .content .msg .tmsg .msg1 {
    display: inline-block;
    margin-left: 20px;
}

.detail_substance .top .content .msg .tmsg .msg1 img {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    float: left;
}

.detail_substance .top .content .msg .tmsg .msg1 span {
    display: inline-block;
    margin-left: 7px;
}

.detail_substance .top .content .msg .tmsg .msg1 span .avatar {
    width: 60px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size: 15px;
}

.detail_substance .top .content .msg .tmsg .msg1 span .tip {
    color: #969696;
    transform: scale(0.8);
    position: relative;
    bottom: 6px;
    right: 5px;
    font-size: 17px;
}

.detail_substance .top .content .msg .mian {
    margin-top: 50px;
    color: #38DAA6;
    font-size: 18px;
    margin-bottom: 13px;
}

.detail_substance .top .content .msg .mi {
    margin-top: 50px;
    color: #1B8CFF;
    font-size: 13px;
    margin-bottom: 13px;
}

.detail_substance .top .content .msg .money {
    margin-top: 25px;
    color: #FF1B20;
    font-size: 13px;
    margin-bottom: 13px;
}

.detail_substance .top .content .msg .money text {
    font-size: 21px;
}

.detail_substance .top .content .msg .comment {
    height: 44px;
    color: #38DAA6;
    border: 1px solid #38DAA6;
    outline: none;
    width: 125px;
    background: #fff;
    border-radius: 5px;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 138px;
}

.detail_substance .top .content .msg .enterlive {
    height: 44px;
    color: #fff;
    background: #38DAA6;
    outline: none;
    width: 125px;
    border-radius: 5px;
    border: 0;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.detail_substance .top .content .msg .enterlive a:hover {
    color: #fff;
}

.detail_substance .top .content .msg .addCart {
    font-size: 16px;
    height: 44px;
    color: #38DAA6;
    border: 1px solid #38DAA6;
    outline: none;
    width: 125px;
    border-radius: 5px 0 0 5px;
    background: #fff;
    position:absolute;
    bottom: 0;
    left: 0;
}

.detail_substance .top .content .msg .yCart {
    font-size: 16px;
    height: 44px;
    color: #C9C9C9;
    border: 1px solid #C9C9C9;
    outline: none;
    width: 125px;
    border-radius: 5px 0 0 5px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.detail_substance .top .content .msg .goBuy {
    font-size: 16px;
    height: 44px;
    background: #38DAA6;
    border: 1px solid #38DAA6;
    outline: none;
    width: 125px;
    border-radius: 0 5px 5px 0;
    color: #fff;
    position: absolute;
    left: 125px;
    bottom: 0;
}


.detail_substance .bcontent {
    width: 1200px;
    margin: 0 auto;
    /* background: #fff; */
    margin-top: 15px;
    margin-bottom: 40px;
    padding-bottom: 30px;
    clear: both;
    overflow: hidden;
}
.detail_substance .detail img {
    max-width: 100%;
}
.detail_substance .detail p,.detail_substance .detail div{
    word-break:break-all;
}

.detail_substance .bcontent .teacherinfo {
    width: 95%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}

.detail_substance .bcontent .teacherinfo .avatar {
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 30px;
    margin-left: 5px;
}

.detail_substance .bcontent .teacherinfo .info {
    float: left;
    width: 720px;
    margin-left: 20px;
    margin-top: 9px;
}

.detail_substance .bcontent .teacherinfo .info .name {
    font-size: 13px;
}

.detail_substance .bcontent .teacherinfo .info .name .text1 {
    margin-left: 15px;
    color: #969696;
    font-size: 12px;
}

.detail_substance .bcontent .teacherinfo .info .textarea1 {
    margin-top: 10px;
}

.detail_substance .bcontent .nav {
    height: 70px;
    font-size: 18px;
    line-height: 70px;
    background: #fff;
    font-weight: 600;
}

.detail_substance .bcontent .nav .text {
    text-align: center;
    line-height: 70px;
    margin-left: 100px;
    display: inline-block;
    cursor: pointer;
}

.detail_substance .bcontent .tip {
    padding-left: 5px;
    border-left: 3px solid #38DAA6;
    height: 20px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    margin-left: 20px;
}

.detail_substance .bcontent .tip text {
    position: relative;
    bottom: 3px;
    left: 2px;
}

.detail_substance .bcontent .detail {
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.detail_substance .bcontent .commentlist {
    width: 95%;
    margin: 0 auto;
}

.detail_substance .bcontent .commentlist .li {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
    clear: both;
    overflow: hidden;
}

.detail_substance .bcontent .commentlist .li .avatar {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    margin-top: 10px;
}

.detail_substance .bcontent .commentlist .li .mess {
    float: left;
    margin-top: 20px;
    width: 535px;
    margin-left: 15px;
}

.detail_substance .bcontent .commentlist .li .mess .name {
    font-size: 15px;
    color: #969696;
}

.detail_substance .bcontent .commentlist .li .mess .star {
    margin-top: 10px;
}

.detail_substance .bcontent .commentlist .li .mess .starimg {
    width: 18px;
}

.detail_substance .bcontent .commentlist .li .mess .comon {
    margin-top: 10px;
    font-size: 15px;
    word-break: break-all;
}

.detail_substance .bcontent .commentlist .li .date {
    float: right;
    color: #969696;
    font-size: 14px;
    margin-right: 20px;
    margin-top: 17px;
}

.detail_substance .vip{
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(to bottom, #FC363B, #FC5234);
    border-radius: 57px;
    color: #fff;
    font-size: 16px;
}
.detail_substance .vip .openvip{
    padding: 3px 13px;
    background: linear-gradient(to bottom, #FD9A64, #FDB147);
    border-radius: 68px;
    font-size: 14px;
    margin-left: 50px;
    cursor: pointer;
}
.detail_substance .seckill1{
    padding: 5px 25px 10px 25px;
    background: linear-gradient(to bottom, #2ED38F, #42D884);
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    position: relative;
    margin-top: 10px;
}
.detail_substance .seckill1 .span{
    font-size: 16px;
}
.detail_substance .seckill1 .text{
    font-size: 25px;
}
.detail_substance .seckill1 .tips{
    padding: 2px 11px;
    background: #FEEC44;
    border-radius: 22px;
    color: #FC3C51;
    font-size: 16px;
    font-weight: 600;
    margin-left: 22px;
    position: relative;
    bottom: 3px;
}
.detail_substance .seckill1 .tips1{
    font-size: 18px;
    margin-left: 155px;
}
.detail_substance .seckill1 .text1{
    font-size: 16px;
    margin-left: 24px;
    text-decoration: line-through;
}
.detail_substance .seckill1 .span1{
    font-size: 18px;
    position: absolute;
    right: 25px;
}
.detail_substance .seckill1 .span1 .time{
    background: #fff;
    border-radius: 2px;
    color: #43D9A7;
    padding: 0 4px;
}


.detail_substance .seckill2{
    padding: 5px 25px 10px 25px;
    background: linear-gradient(to bottom, #FF475D, #FF394C);
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    position: relative;
    margin-top: 10px;
}
.detail_substance .seckill2 .span{
    font-size: 16px;
}
.detail_substance .seckill2 .text{
    font-size: 25px;
}
.detail_substance .seckill2 .tips{
    padding: 2px 11px;
    background: #FEEC44;
    border-radius: 22px;
    color: #FC3C51;
    font-size: 16px;
    font-weight: 600;
    margin-left: 22px;
    position: relative;
    bottom: 3px;
}
.detail_substance .seckill2 .tips1{
    font-size: 18px;
    margin-left: 155px;
}
.detail_substance .seckill2 .text1{
    font-size: 16px;
    margin-left: 24px;
    text-decoration: line-through;
}
.detail_substance .seckill2 .span1{
    font-size: 18px;
    position: absolute;
    right: 25px;
}
.detail_substance .seckill2 .span1 .time{
    background: #fff;
    border-radius: 2px;
    color: #FF394C;
    padding: 0 4px;
}

.detail_substance .bcontent .coupon{
    padding: 10px;
    border-radius: 10px;
    background: #fff;
}
.detail_substance .bcontent .coupon .coupon_li:nth-of-type(1){
    margin-top: 0;
}
.detail_substance .bcontent .coupon .coupon_li{
    background: #FEF5F1;
    padding: 10px 50px;
    border-radius: 5px;
    font-size: 16px;
    color: #FF623E;
    font-weight: 600;
    clear: both;
    overflow: hidden;
    margin-top: 10px;
}
.detail_substance .bcontent .coupon .coupon_li .text1{
    position: relative;
    top: 5px;
}
.detail_substance .bcontent .coupon .coupon_li .text2{
    margin-left: 45px;
    position: relative;
    top: 5px;
}
.detail_substance .bcontent .coupon .coupon_li .text3{
    float: right;
    background: #FFB239;
    color: #fff;
    padding: 6px 17px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 300;
    cursor: pointer;
}

.detail_substance .bcontent .heng{
    height: 10px;
    background: #F5F5F5;
}



.look_more {
    width: 120px;
    height: 35px;
    border: 1px solid #9e9a9a;
    margin: 0 auto;
    border-radius: 20px;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: #9e9a9a;
    margin-top: 25px;
}


/*************关于内容课程学习页面*******/
.substancestudy_top {
    /* margin-top: 70px; */
    width: 100%;
    /* background: #fff; */
    /* padding-top: 35px; */
    padding-bottom: 20px;
}
.substancestudy_top_img{
    width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    color: #646464;
    margin-top: 20px;
}

.substancestudy_top_audio{
    background: #fff;
}
.substancestudy_top_audio_content{
    width: 1200px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}
.substancestudy_top_audio_content_title{
    font-size: 16px;
    color: #646464;
    margin-top: 10px;
}

.substancestudy_top_audio_content_info{
    clear: both;
    overflow: hidden;
    padding: 50px;
}
.substancestudy_top_audio_content_info_left{
    float: left;
    background: #000;
    border-radius: 110px;
    width: 200px;
    height: 200px;
    overflow: hidden;
}
.substancestudy_top_audio_content_info_left img{
    width: 120px;
    height: 120px;
    border-radius: 70px;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
}
.substancestudy_top_audio_content_info_right{
    float: left;
    margin-left: 45px;
}
.substancestudy_top_audio_content_info_right_name{
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
}

.substancestudy_top_video{
    background: #000;
    clear: both;
    overflow: hidden;
    padding-bottom: 20px;
}
.substancestudy_top_video_title{
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}





.substancestudy_title{
    width: 1200px;
    padding: 24px;
    background: #fff;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

.substancestudy_top .thumb {
    width: 800px;
    height: 375px;
    margin: 0 auto;
    display: block;
}

.substancestudy_top video {
    margin: 0 auto;
    display: block;
    outline: none;
}

#myAudio {
    margin: 0 auto;
    display: block;
    outline: none;
}

.substancestudy_content {
    width: 1200px;
    background: #fff;
    margin: 0 auto;
    padding: 24px;
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.lock_title {
    text-align: center;
    color: #FF1B20;
    font-size: 15px;
    position: relative;
    bottom: 10px;
    width: 92px;
    margin: 0 auto;
}


/******购买页面***/
.detail_buy_addr{
    width: 1160px;
    background: #fff;
    margin: 0 auto;
    padding: 20px;
    margin-top: 20px;
    border-radius: 5px;
}
.detail_buy_addr_text1{
    padding: 0 20px 20px 20px;
    font-size: 16px;
    border-bottom: 1px solid #F8F8F8;
    color: #323232;
}
.detail_buy_addr_text2{
    margin-left: 20px;
    color: #969696
}
.detail_buy_addr_content{
    padding-top: 20px;
    clear: both;
    overflow: hidden;
}
.detail_buy_addr_content_li{
    float: left;
    width: 193px;
    padding: 15px;
    font-size: 15px;
    background: #FAFAFA;
    margin-left: 10px;
    cursor: pointer;
}
.detail_buy_addr_content_li1{
    float: left;
    width: 193px;
    padding: 15px;
    font-size: 15px;
    background: #FAFAFA;
    margin-left: 10px;
    cursor: pointer;
}
.detail_buy_addr_content_li:nth-of-type(1){
    margin-left: 0px;
}
.detail_buy_addr_content_li_selected{
    background: url(/static/student/images/detail/selected_kuang.png) no-repeat;
    background-size: 100% 100%;
}
.detail_buy_addr_content_li_text{
    color: #646464;
    margin-top: 3px;
    height: 44px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.detail_buy_addr_content_li_text3{
    text-align: center;
    font-size: 33px;
    color: #DCDCDC;
}
.detail_buy_addr_content_li_text4{
    color: #969696;
    text-align: center;
    height: 51px;
}
.detail_buy_addr_content_li_status{
    margin-top: 10px;
    font-size: 14px;
    color: #969696;
}


.detail_buy_top {
    background: #fff;
    width: 1160px;
    padding: 20px;
    margin: 0 auto;
    margin-top: 10px;
    clear: both;
    overflow: hidden;
}
.detail_buy_top_nav{
    border-bottom: 1px solid #F8F8F8;
    line-height: 55px;
    font-size: 16px;
    font-weight: 600;
}
.detail_buy_top_nav_text1{
    margin-left: 20px;
}
.detail_buy_top_nav_text2{
    float: right;
    margin-right: 20px;
}
.detail_buy_top_content{
    clear: both;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #F8F8F8;
}
.detail_buy_top_content_li{
    clear: both;
    overflow: hidden;
    margin-top: 20px;
}
.detail_buy_top_content_li_img{
    float: left;
    width: 190px;
    height: 115px;
    border-radius: 10px;
}
.detail_buy_top_content_li_middle{
    float: left;
    margin-left: 20px;
    position: relative;
    height: 115px;
    width: 65%;
}
.detail_buy_top_content_li_middle_name{
    font-size: 15px;
}
.detail_buy_top_content_li_middle_tips{
    position: absolute;
    bottom: 0;
}

.detail_buy_top_content_li_right{
    font-size: 20px;
    float: right;
    margin-top: 48px;
    margin-right: 20px;
}

.detail_buy_top_coupon{
    padding: 20px;
    border-bottom: 1px solid #F8F8F8;
    cursor: pointer;
}
.detail_buy_top_coupon_text1{
    font-size: 16px;
    margin-left: 10px;
    position: relative;
    bottom: 2px;
}
.detail_buy_top_coupon_text2{
    margin-left: 10px;
    background: #FEF5F1;
    padding: 3px 7px;
    border-radius: 5px;
    color: #FF623E;
    font-size: 14px;
    position: relative;
    bottom: 2px;
}
.detail_buy_top_coupon_right_zhe{
    float: right;
    margin-top: 9px;
}

.detail_buy_top_integral{
    padding: 20px;
    border-bottom: 1px solid #F8F8F8;
}
.detail_buy_top_integral_right_zhe{
    float: right;
    margin-top: 6px;
}
.detail_buy_top_integral_right_zhe1{
    float: right;
    margin-top: 6px;
}
.detail_buy_top_payment{
    padding: 20px;
}
.detail_buy_top_payment_right{
    float: right;
    font-size: 18px;
}
.detail_buy_top_payment_right_money{
    font-size: 23px;
    color: #FF4B47;
}

.detail_buy_choose{
    width: 1160px;
    background: #fff;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 50px;
}
.detail_buy_choose_tips{
    font-size: 17px;
    padding: 20px;
}
.detail_buy_choose_ul{
    clear: both;
    overflow: hidden;
}
.detail_buy_choose_ul_li{
    float: left;
    padding: 12px 40px 7px 40px;
    margin-left: 20px;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}
.detail_buy_choose_ul_li_selected{
    /* background: url(../images/detail/select_bg.png) no-repeat;
    background-size: 100% 100%; */
    border: 1px solid #38DAA6;
}
.detail_buy_choose_ul_li_selected::after{
    content: '';
    width: 35px;
    height: 35px;
    display: block;
    background-image: url(../images/mine/member/select.png);
    position: absolute;
    top: 0;
    right: 0;
}
.detail_buy_choose_ul_li_img{
    width: 30px;
}
.detail_buy_choose_ul_li_yue{
    font-size: 17px;
    margin-left: 15px;
    position: relative;
    bottom: 7px;
}
.detail_buy_choose_money{
    text-align: center;
    margin-top: 74px;
    font-size: 18px;
}
.detail_buy_choose_nowpay{
    cursor: pointer;
    width: 150px;
    height: 50px;
    margin: 0 auto;
    background: #38DAA6;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    margin-top: 50px;
}

.coupon_buy{
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index: 99;
}
.coupon_buy_content{
    width: 600px;
    height: 630px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    margin-top: 7%;
}
.coupon_buy_content_top{
    text-align: center;
    position: relative;
    padding: 14px 0;
    font-size: 18px;
    border-bottom: 1px solid #F0F0F0;
}

.coupon_buy_content_top img{
    position: absolute;
    right: 19px;
    width: 36px;
    height: 36px;
    bottom: 10px;
    cursor: pointer;
}
.coupon_buy_content_nav{
    padding: 30px 90px;
    font-size: 16px;
    display: flex;
    text-align: center;
}
.coupon_buy_content_nav_li{
    flex: 1;
    color: #969696;
    cursor: pointer;
}
.coupon_buy_content_nav_li_selected{
    color: #000;
}


.coupon_buy_content_content{
    width: 100%;
    height: 310px;
    overflow: hidden;
    overflow-y: scroll;
}

.coupon_buy_content_content_li{
    clear: both;
    overflow: hidden;
    border-radius: 3px;
    width: 95%;
    margin: 0 auto;
    margin-top: 10px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}
.coupon_buy_content_content_li_left{
    float: left;
    width: 115px;
    height: 115px;
    text-align: center;
    background: #FF9B5E;
    color: #fff;
}
.coupon_buy_content_content_li_left1{
    float: left;
    width: 115px;
    height: 115px;
    text-align: center;
    background: #ddd;
    color: #fff;
}
.coupon_buy_content_content_li_left_text1{
    font-size: 25px;
    margin-top: 23px;
}
.coupon_buy_content_content_li_left_text2{
    font-size: 18px;
}
.coupon_buy_content_content_li_middle{
    float: left;
    width: 325px;
    margin-left: 19px;
}
.coupon_buy_content_content_li_middle_text1{
    font-size: 18px;
    margin-top: 12px;
}
.coupon_buy_content_content_li_middle_text2{
    font-size: 16px;
    margin-top: 15px;
    color: #969696;
}
.coupon_buy_content_content_li_middle_text3{
    font-size: 16px;
    margin-top: 2px;
    color: #969696;
}
.coupon_buy_content_content_li_right{
    float: right;
    margin-right: 20px;
    margin-top: 50px;
    cursor: pointer;
}
.coupon_buy_content_no{
    padding: 15px 20px;
    border-top: 1px solid #F0F0F0;
    width: 90%;
    margin: 0 auto;
    font-size: 15px;
    border-bottom: 1px solid #F0F0F0;
    margin-top: 20px;
}
.coupon_buy_content_no_img{
    float: right;
}
.coupon_buy_content_no_img1{
    float: right;
}
.coupon_buy_content_ok{
    background: #38DAA6;
    width: 110px;
    height: 50px;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
}



.detail_buy_content {
    width: 800px;
    background: #fff;
    margin: 0 auto;
    margin-top: 20px;
    padding: 20px;
    clear: both;
    overflow: hidden;
    padding-bottom: 100px;
}

.detail_buy_content ul {
    clear: both;
    overflow: hidden;
}

.detail_buy_content ul li {
    float: left;
    cursor: pointer;
}

.detail_buy_content ul li:nth-of-type(n+2) {
    margin-left: 35px;
}

.detail_buy_content_img {
    width: 25px;
}

.detail_buy_content_text {
    font-weight: 600;
    font-size: 15px;
    position: relative;
    margin-left: 6px;
    display: inline-block;
}

.detail_buy_content_text_heng {

    width: 24px;
    height: 3px;
    background: #38DAA6;
    margin: 0 auto;
    border-radius: 5px;
    margin-top: 3px;
}

.detail_buy_content_tips {
    text-align: center;
    margin-top: 60px;
}

.wxpay_zhe{
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index: 99;
}
.wxpay_zhe_content{
    width: 450px;
    height: 370px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    margin-top: 15%;
    overflow: hidden;
}
.wxpay_zhe_content_top{
    text-align: center;
    position: relative;
    padding: 14px 0;
    font-size: 18px;
    background: #FAFAFA;
}

.wxpay_zhe_content_top img{
    position: absolute;
    right: 19px;
    width: 36px;
    height: 36px;
    bottom: 10px;
    cursor: pointer;
}
.wxpay_zhe_content_content{
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
}
.wxpay_zhe_content_content_text{
    text-align: center;
    font-size: 17px;
    margin-top: 40px;
}
.wxpay_zhe_content_content_img{
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}






.opacity_yes {
    opacity: 0;
}

.b_fff {
    background: #fff;
    color: #000;
}

.b_f6f6 {
    background: #F6F6F6;
    color: #646464;
}

.c_c969696 {
    color: #969696;
}

.share {
    display: inline-block;
    float: right;
    line-height: 30px;
    cursor: pointer;
    font-size: 18px;
    color: #646464;
    position: absolute;
    bottom: 0;
    right: 0;
}

.layui-layer-btn .layui-layer-btn0{
    background-color: #FFFFFF !important;
    border-color: #43D9A7 !important;
    color: #43D9A7 !important;
}
.layui-layer-btn .layui-layer-btn1{
    background-color: #43D9A7 !important;
    border-color: #43D9A7 !important;
    color: #FFFFFF !important;
}



/***公共样式*/
.coupon_zhe{
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index: 99;
}
.coupon_zhe_content{
    width: 500px;
    height: 500px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    margin-top: 15%;
}
.coupon_zhe_content_top{
    text-align: center;
    position: relative;
    padding: 14px 0;
    font-size: 18px;
}

.coupon_zhe_content_top img{
    position: absolute;
    right: 19px;
    width: 36px;
    height: 36px;
    bottom: 10px;
    cursor: pointer;
}
.coupon_zhe_content_content{
    width: 100%;
    height: 430px;
    overflow: hidden;
    overflow-y: scroll;
}

.coupon_zhe_content_content_li{
    clear: both;
    overflow: hidden;
    border-radius: 3px;
    width: 95%;
    margin: 0 auto;
    margin-top: 10px;
}
.coupon_zhe_content_content_li_left{
    float: left;
    width: 80px;
    height: 80px;
    text-align: center;
    background: #FF9B5E;
    color: #fff;
}
.coupon_zhe_content_content_li_left_text1{
    font-size: 20px;
    margin-top: 14px;
}
.coupon_zhe_content_content_li_middle{
    float: left;
    width: 270px;
    margin-left: 10px;
}
.coupon_zhe_content_content_li_middle_text1{
    font-size: 16px;
}
.coupon_zhe_content_content_li_middle_text2{
    font-size: 14px;
    margin-top: 15px;
    color: #969696;
}
.coupon_zhe_content_content_li_middle_text3{
    font-size: 12px;
    margin-top: 2px;
    color: #969696;
}
.coupon_zhe_content_content_li_right{
    float: right;
    padding: 5px 14px;
    border-radius: 29px;
    margin-top: 23px;
    background: #FF9B5E;
    color: #fff;
    cursor: pointer;
}
.coupon_zhe_content_content_li_right1{
    float: right;
    padding: 5px 14px;
    border-radius: 29px;
    margin-top: 23px;
    background: #fff;
    color: #FF9B5E;
    /* cursor: pointer; */
    border: 1px solid #FF9B5E;
}


.bcontent_left{
    width: 70%;
    float: left;
}

.bcontent_right{
    float: right;
    width: 29%;
    border-radius: 5px;
}
.bcontent_right_content{
    width: 100%;
}

.bcontent_right_content_text{
    padding: 22px;
    font-size: 17px;
    font-weight: 600;
    /* border-bottom: 2px solid #F5F5F5; */
    background: #fff;
}
.bcontent_right_content_msg{
    padding: 22px;
    margin-top: 2px;
    background: #fff;
}
.bcontent_right_content_msg img{
    width: 50px;
    height: 50px;
    border-radius: 40px;
}
.bcontent_right_content_msg_name{
    font-size: 16px;
    position: relative;
    bottom: 20px;
    left: 10px;
}
.bcontent_right_content_msg_attent{
    float: right;
    border: 1px solid #43D9A7;
    color: #43D9A7;
    padding: 4px 10px;
    border-radius: 27px;
    font-size: 14px;
    margin-top: 10px;
}
.bcontent_right_content_experience{
    padding: 0 22px 22px 22px;
    font-size: 16px;
    background: #fff;
}








.area1{
    background: #fff;
    clear: both;
    overflow: hidden;
    margin-top: 20px;
}

.area2{
    background: #fff;
    clear: both;
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 20px;
}

.area3{
    background: #fff;
    clear: both;
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 20px;
}

.vipzhuan{
    height: 40px;
    color: #38DAA6;
    border: 1px solid #38DAA6;
    outline: none;
    width: 115px;
    background: #fff;
    border-radius: 2px;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    text-align: center;
    line-height: 40px;
}






/******拼团提示***/
.pink1{
    padding: 15px 25px 10px 25px;
    background: linear-gradient(to bottom, #2ED38F, #42D884);
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    position: relative;
    margin-top: 10px;
    display: flex;
}
.pink1_div1{
    flex: 0.4;
}
.pink1 .span{
    font-size: 16px;
    margin-top: 5px;
    display: block;
}
.pink1 .text{
    font-size: 25px;
}
.pink1_div2{
    flex: 0.6;
}
.pink1 .tips{
    padding: 2px 11px;
    background: #fff;
    border-radius: 22px;
    color: #43D9A7;
    font-size: 16px;
    font-weight: 600;
}
.pink1_div3{
    flex: 1;
}
.pink1 .tips1{
    font-size: 18px;
    display: block;
    text-align: right;
}
.pink1 .text1{
    font-size: 16px;
    text-decoration: line-through;
    display: block;
    margin-top: 4px;
}

.pink1 .span1{
    font-size: 18px;
    display: block;
    float: right;
}
.pink1 .span1 .time{
    background: #fff;
    border-radius: 2px;
    color: #43D9A7;
    padding: 0 4px;
}


.pink2{
    padding: 15px 25px 10px 25px;
    background: linear-gradient(to bottom, #FF7458, #FF4C54);
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    position: relative;
    margin-top: 10px;
    display: flex;
}
.pink2_div1{
    flex: 0.4;
}
.pink2 .span{
    font-size: 16px;
    margin-top: 5px;
    display: block;
}
.pink2 .text{
    font-size: 25px;
}
.pink2_div2{
    flex: 0.6;
}
.pink2 .tips{
    padding: 2px 11px;
    background: #fff;
    border-radius: 22px;
    color: #FF4C54;
    font-size: 16px;
    font-weight: 600;
}
.pink2_div3{
    flex: 1;
}
.pink2 .tips1{
    font-size: 18px;
    display: block;
    text-align: right;
}
.pink2 .text1{
    font-size: 16px;
    text-decoration: line-through;
    display: block;
    margin-top: 4px;
}

.pink2 .span1{
    font-size: 18px;
    display: block;
    float: right;
}
.pink2 .span1 .time{
    background: #fff;
    border-radius: 2px;
    color: #FF4C54;
    padding: 0 4px;
}
.pink2_nowpinknums{
    font-size: 16px;
    color: #646464;
    margin-top: 2px;
    cursor: pointer;
}
.pink2_nowpinknums img{
    position: relative;
    top: 3px;
}

#dandubuy{
    font-size: 16px;
    height: 44px;
    color: #38DAA6;
    border: 1px solid #38DAA6;
    outline: none;
    width: 125px;
    border-radius: 5px 0 0 5px;
    background: #fff;
    position: absolute;
    bottom: 0;
    display: block;
    left: 0;
}
.startPink{
    font-size: 16px;
    height: 44px;
    background: #38DAA6;
    border: 1px solid #38DAA6;
    outline: none;
    width: 125px;
    border-radius: 0 5px 5px 0;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 125px;
}
.startPinkno{
    font-size: 16px;
    height: 44px;
    background:#8BE9CA;
    border: 1px solid#8BE9CA;
    outline: none;
    width: 125px;
    border-radius: 0 5px 5px 0;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 125px;
}
.pinkInfo{
    font-size: 16px;
    height: 44px;
    background: #38DAA6;
    color:#fff;
    outline: none;
    width: 225px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    display: block;
    left: 0;
    border: 0;
}


/**选择拼团人数弹框*/
.pink_type_zhe{
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index: 99;
}
.pink_type_zhe_content{
    width: 500px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    margin-top: 15%;
    overflow: hidden;
    padding-bottom: 40px;
}
.pink_type_zhe_content_top{
    text-align: center;
    position: relative;
    padding: 14px 0;
    font-size: 18px;
    background: #F0F0F0;
}

.pink_type_zhe_content_top img{
    position: absolute;
    right: 19px;
    width: 20px;
    height: 20px;
    bottom: 18px;
    cursor: pointer;
}
.pink_type_zhe_content_content{

}
.pink_type_zhe_content_content_li{
    background: #FAFAFA;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 17px;
    margin-left: 60px;
    margin-top: 40px;
    cursor: pointer;
    border: 1px solid #FAFAFA;
}
.pink_type_zhe_content_content_li_select{
    border: 1px solid #38DAA6;
    color: #38DAA6;
    background: #fff;
}
.pink_type_zhe_content_startpink{
    background: #38DAA6;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    margin-top: 35px;
    font-size: 17px;
    cursor: pointer;
}


/**可选择的拼团列表*/
.pink_list_zhe{
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index: 99;
}
.pink_list_zhe_content{
    width: 640px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    margin-top: 10%;
    overflow: hidden;
    height: 500px;
}
.pink_list_zhe_content_top{
    text-align: center;
    position: relative;
    padding: 14px 0;
    font-size: 18px;
    background: #F0F0F0;
}

.pink_list_zhe_content_top img{
    position: absolute;
    right: 19px;
    width: 20px;
    height: 20px;
    bottom: 18px;
    cursor: pointer;
}
.pink_list_zhe_content_content{
    padding: 20px;
    height: 385px;
    overflow: hidden;
    overflow-y: scroll;
}
.pink_list_zhe_content_content_li{
    clear: both;
    overflow: hidden;
    margin-top: 20px;
}
.pink_list_zhe_content_content_li_avatar{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    float: left;
}

.pink_list_zhe_content_content_li_name{
    float: left;
    margin-left: 10px;
    font-size: 17px;
    margin-top: 7px;
}
.pink_list_zhe_content_content_li_goPink{
    float: right;
    padding: 10px 30px;
    color: #fff;
    background: #38DAA6;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}
.pink_list_zhe_content_content_li_mes{
    float: right;
    margin-right: 10px;
}
.pink_list_zhe_content_content_li_mes_text{
    font-size: 16px;
}
.pink_list_zhe_content_content_li_mes_text_color{
    color: #FF3F4A;
}
.pink_list_zhe_content_content_li_mes_text1{
    font-size: 13px;
    text-align: right;
}


/**拼团详情*/
.pink_detail_zhe{
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index: 99;
}
.pink_detail_zhe_content{
    width: 550px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    margin-top: 10%;
    overflow: hidden;
    padding-bottom: 30px;
}
.pink_detail_zhe_content_top{
    text-align: center;
    position: relative;
    padding: 14px 0;
    font-size: 18px;
    background: #F0F0F0;
}

.pink_detail_zhe_content_top img{
    position: absolute;
    right: 19px;
    width: 20px;
    height: 20px;
    bottom: 18px;
    cursor: pointer;
}
.pink_detail_zhe_content_content{
    clear: both;
    overflow: hidden;
}
.pink_detail_zhe_content_content_tips{
    text-align: center;
    font-size: 20px;
    color: #38DAA6;
    margin-top: 20px;
}
.pink_detail_zhe_content_content_tips_left_heng{
    display: inline-block;
    width: 45px;
    height: 4px;
    background: linear-gradient(to right, #FFFFFF, #38DAA6);
    position: relative;
    bottom: 3px;
    margin-right: 10px;
}
.pink_detail_zhe_content_content_tips_right_heng{
    display: inline-block;
    width: 45px;
    height: 4px;
    background: linear-gradient(to right, #38DAA6, #ffffff);
    position: relative;
    bottom: 3px;
    margin-left: 10px;
}
.pink_detail_zhe_content_content_time{
    text-align: center;
    font-size: 20px;
    color: #38DAA6;
    margin-top: 30px;
}
.pink_detail_zhe_content_content_time_li{
    padding: 1px 5px;
    background: #38DAA6;
    color: #fff;
    display: inline-block;
    border-radius: 2px;
    margin-right: 5px;
}
.pink_detail_zhe_content_content_avatar{
    margin: 0 auto;
    display: table;
    margin-top: 50px;
    padding: 0 20px;
}
.pink_detail_zhe_content_content_avatar_li{
    width: 78px;
    height: 78px;
    border-radius: 50px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.pink_detail_zhe_content_content_avatar_li:nth-of-type(1){
    /*margin-left: 20px;*/
}
.pink_detail_zhe_content_content_nums{
    text-align: center;
    margin-top: 80px;
    font-size: 16px;
}
.pink_detail_zhe_content_content_nums1{
    color: #38DAA6;
}
.pink_detail_zhe_content_content_invit,.share_join{
    background: #38DAA6;
    width: 70%;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 17px;
    cursor: pointer;
}



/**拼团失败成功详情*/
.pink_detail_zhe1{
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index: 99;
}
.pink_detail_zhe1_content{
    width: 550px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    margin-top: 10%;
    overflow: hidden;
    padding-bottom: 30px;
}
.pink_detail_zhe1_content_top{
    text-align: center;
    position: relative;
    padding: 14px 0;
    font-size: 18px;
    background: #F0F0F0;
}

.pink_detail_zhe1_content_top img{
    position: absolute;
    right: 19px;
    width: 20px;
    height: 20px;
    bottom: 18px;
    cursor: pointer;
}
.pink_detail_zhe1_content_content{
    clear: both;
    overflow: hidden;
}

.pink_detail_zhe1_content_content_avatar{
    margin: 0 auto;
    display: table;
    margin-top: 50px;
    padding: 0 20px;
}
.pink_detail_zhe1_content_content_avatar_li{
    width: 78px;
    height: 78px;
    border-radius: 50px;
    display: inline-block;
    margin-left: 20px;
}
.pink_detail_zhe1_content_content_avatar_li:nth-of-type(1){
    margin-left: 20px;
}
.pink_detail_zhe1_content_content_nums{
    text-align: center;
    margin-top: 80px;
    font-size: 16px;
}
.pink_detail_zhe1_content_content_nums1{
    color: #38DAA6;
}
.pink_detail_zhe1_content_content_status_img{
    display: block;
    margin: 0 auto;
    margin-top: 35px;
}
.pink_detail_zhe1_content_content_status_text{
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    color: #FF5A58;
}