.z-cpm {
    min-width: 440px;
    max-width: 530px;
    background: #fff;
    position: fixed;
    _position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    z-index: 999999;
    border-radius: 10px;
    overflow: hidden;
}

.cpm-tit {
    background: url("../image/login_pop.png");
    background-size:100% 100%;
    height: 120px;
    text-align: center;
}

.cpm-tit h2 {
    font-size: 24px;
    padding-top: 50px;
    color: #ffffff;
}

.cpm-conBg .cpm-tex {
    line-height: 28px;
    text-align: left;
    color: #e86419;
    font-size: 15px;
    max-height: 180px;
    min-width: 100px;
    overflow-y:auto;
}

/*.cpm-tit .cpm-close {
    width: 22px;
    height: 22px;
    background: url(../image/close.png) no-repeat;
    display: inline-block;
    cursor: pointer;
    font-style: normal;
    right: 0;
    top: 0;
}*/

.cpm-conBg {
    background: url(../image/cpm-conBg.jpg) no-repeat left bottom;
    padding: 18px 27px 17px 25px;
}

/*.cpm-know {*/
/*width: 94px;*/
/*height: 34px;*/
/*background: url(../image/zd.jpg) no-repeat;*/
/*display: inline-block;*/
/*cursor: pointer;*/
/*}*/
.cpm-know  {
    display: inline-block;
    width: 180px;
    height: 40px;
    margin: 20px 5px 0 5px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #07bdc7;
    cursor: pointer;
    border-radius: 6px;
}

.cpm-conBg .tr {
    text-align: right;
}

.mask {
    width: 100%;
    left: 0;
    top: 0;
    background: #000000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    z-index: 998;
}

/*新弹出框*/
.tips_new {
    width: 516px;
    height: 536px;
    background: url(../image/tips_bg.png) no-repeat center;
    margin-left: -258px;
    z-index: 999;
}

.tips_new_con {
    width: 401px;
    margin: 0 auto;
    margin-top: 190px;
    overflow-y: auto;
    max-height: 272px;
    word-break: break-all;
}
/*新弹出框右侧滑动*/
.tips_new_con::-webkit-scrollbar {
    width: 4px;
}
.tips_new_con::-webkit-scrollbar-track {
    background: #fff;
}
.tips_new_con::-webkit-scrollbar-thumb {
    background: #DFDFDF;
}
.tips_new_con::-webkit-scrollbar-thumb:hover {
    background: #DFDFDF;
}

.tips_new_con .cpm-tex {
    line-height: 28px;
    text-align: left;
    color: #e86419;
    font-size: 15px;
    max-height: 180px;
    min-width: 100px;
    overflow-y:auto;
}

.tips_new p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

/*浮窗提示窗口按钮并排*/
.button-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
}

.tips_new_btn {
    display: inline-block;
    width: 174px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    background: #07BDC7;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 600;
}

/*新弹出框*/
.tips_new-1 {
    width: 516px;
    height: 536px;
    background: url(../image/tips_bg1.png) no-repeat center;
    margin-left: -258px;
    z-index: 999;
    line-height: 1.8;
}

.tips_new_con-1 {
    width: 401px;
    margin: 0 auto;
    margin-top: 190px;
    overflow-y: auto;
    max-height: 272px;
    word-break: break-all;
}
/*新弹出框右侧滑动*/
.tips_new_con-1::-webkit-scrollbar {
    width: 4px;
}
.tips_new_con-1::-webkit-scrollbar-track {
    background: #fff;
}
.tips_new_con-1::-webkit-scrollbar-thumb {
    background: #DFDFDF;
}
.tips_new_con-1::-webkit-scrollbar-thumb:hover {
    background: #DFDFDF;
}

.tips_new_con-1 .cpm-tex {
    line-height: 28px;
    text-align: left;
    color: #e86419;
    font-size: 15px;
    max-height: 180px;
    min-width: 100px;
    overflow-y:auto;
}

.tips_new-1 p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

/*浮窗提示窗口按钮并排*/
.button-container-1 {
    display: flex;
    justify-content: center;
    gap: 10px;
    position: absolute;
    top: 480px;
    left: 50%;
    transform: translateX(-50%);
}

.tips_new_btn-1 {
    display: inline-block;
    width: 174px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    background: #07BDC7;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 600;
}

/*新弹出框*/
.tips_new-2 {
    width: 752px;
    height: 552px;
    background: url(../image/tips_bg2.png) no-repeat center;
    margin-left: -368px;
    z-index: 999;
    line-height: 1.8;
}

.tips_new_con-2 {
    width: 630px;
    margin: 0 auto;
    margin-top: 155px;
    overflow-y: auto;
    max-height: 300px;
    word-break: break-all;
}
/*新弹出框右侧滑动*/
.tips_new_con-2::-webkit-scrollbar {
    width: 4px;
}
.tips_new_con-2::-webkit-scrollbar-track {
    background: #fff;
}
.tips_new_con-2::-webkit-scrollbar-thumb {
    background: #DFDFDF;
}
.tips_new_con-2::-webkit-scrollbar-thumb:hover {
    background: #DFDFDF;
}

.tips_new_con-2 .cpm-tex {
    line-height: 28px;
    text-align: left;
    color: #e86419;
    font-size: 15px;
    max-height: 180px;
    min-width: 100px;
    overflow-y:auto;
}

.tips_new-2 p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

/*浮窗提示窗口按钮并排*/
.button-container-2 {
    display: flex;
    justify-content: center;
    gap: 10px;
    position: absolute;
    top: 485px;
    left: 50%;
    transform: translateX(-50%);
}

.tips_new_btn-2 {
    display: inline-block;
    width: 174px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    background: #07BDC7;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 600;
}


/*新弹出框*/
.tips_new-3 {
    width: 936px;
    height: 601px;
    background: url(../image/tips_bg3.png) no-repeat center;
    margin-left: -468px;
    z-index: 999;
    line-height: 1.8;
}

.tips_new_con-3 {
    width: 820px;
    margin: 0 auto;
    margin-top: 155px;
    overflow-y: auto;
    max-height: 345px;
    word-break: break-all;
}
/*新弹出框右侧滑动*/
.tips_new_con-3::-webkit-scrollbar {
    width: 4px;
}
.tips_new_con-3::-webkit-scrollbar-track {
    background: #fff;
}
.tips_new_con-3::-webkit-scrollbar-thumb {
    background: #DFDFDF;
}
.tips_new_con-3::-webkit-scrollbar-thumb:hover {
    background: #DFDFDF;
}

.tips_new_con-3 .cpm-tex {
    line-height: 28px;
    text-align: left;
    color: #e86419;
    font-size: 15px;
    max-height: 180px;
    min-width: 100px;
    overflow-y:auto;
}

.tips_new-3 p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

/*浮窗提示窗口按钮并排*/
.button-container-3 {
    display: flex;
    justify-content: center;
    gap: 10px;
    position: absolute;
    top: 535px;
    left: 50%;
    transform: translateX(-50%);
}

.tips_new_btn-3 {
    display: inline-block;
    width: 174px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    background: #07BDC7;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 600;
}

/*地区页-贴底登录入口*/
.ad_footome {
    width: 100%;
    height: 80px;
    background: url(../image/bot_ad01.png) no-repeat center;
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
}

.ad_footome i {
    width: 30px;
    height: 30px;
    background: url(../image/close_btn.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.ad_foo_btn p {
    font-size: 33px;
    font-weight: 600;
    color: #fff;
    margin-top: 12px;
    font-style: italic;
}
.fl {
    float: left;
    _display: inline;
}
.ad_footome .ad_foo_btn {
    width: 1200px;
    margin: 0 auto;
}
.ad_footome .ad_foo_btn a.log_b_red {
    background: linear-gradient(to bottom, #FF836B, #DC0000);
    border: 2px solid #FFE3CC;
    color: #FFE3CC;
}
.ad_footome .ad_foo_btn a.log_btn {
    background: linear-gradient(to bottom, #FFFFFF, #FFE0BB);
    border: 2px solid #FF9518;
    color: #A14B00;
}
.ad_footome .ad_foo_btn a.log_btn {
    background: linear-gradient(to bottom, #FFFFFF, #FFE0BB);
    border: 2px solid #FF9518;
    color: #A14B00;
}
.ad_footome .ad_foo_btn a {
    width: 136px;
    height: 46px;
    border-radius: 25px;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    margin-left: 16px;
    margin-top: 15px;
    float: right;
    font-weight: 600;
}

/*直播大课堂*/
.print_wrapper .operation_center .right_content_item {
    width: 905px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}
.live_class h3 {
    font-size: 18px;
    color: #333;
    position: relative;
    padding-left: 0px;
    box-sizing: border-box;
}
.live_class h3::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 20px;
    background: #07BDC7;
    top: 3px;
    left: -20px;
}

.live_class_list {
    margin: 30px 0 0 0;
}

.live_class_list li {
    /*width: 283px;*/
    width: 273px;
    height: 250px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px #EDEDED;
    border-radius: 10px;
    margin-right: 28px;
    margin-bottom: 28px;
    float: left;
    overflow: hidden;
}
.couselistConPag {
    text-align: center;
}
.couselistConPag a {
    display: inline-block;
    width: 48px;
    height: 28px;
    border: 1px solid #dcdcdc;
    text-align: center;
    line-height: 28px;
    border-radius: 40px;
    color: #999999;
    margin-left: 5px;
    font-size: 12px;
}
.couselistConPag a.on {
    background-color: #07bdc7;
    color: #fff;
    border: 1px solid #07bdc7;
}
.live_class_img {
    width: 283px;
    height: 160px;
    position: relative;
}
.live_class_img p.zhilive {
    background: url(../image/live_class_img01.png) no-repeat;
}
.live_class_img p.backlive {
    background: url(../image/live_class_img02.png) no-repeat;
}
.live_class_t_p {
    padding: 0 14px;
}
.live_class_t_p a {
    width: 74px;
    height: 28px;
    background: #07BDC7;
    border-radius: 14px;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    margin-left: 8px;
}
.live_class_t_p span {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
    line-height: 1;
}
.live_class_t_p p {
    font-size: 12px;
    color: #F95A37;
    margin-top: 5px;
}
.live_class_t_p img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.live_class_txt {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    padding: 0 14px;
    line-height: 1;
    margin-top: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}
.live_class_img img {
    width: 100%;
    height: 100%;
}
.live_class_img span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}
.live_class_img p {
    position: absolute;
    top: 0;
    right: 8px;
    width: 52px;
    height: 22px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    padding-left: 16px;
    box-sizing: border-box;
}