body,
input,
textarea,
button {
    font: 14px/1.5 "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1,\9ED1\4F53", "PingFang SC", "Heiti SC", tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
}

body {
    margin: 0 auto;
    color: #333;
    min-width: 1200px;
    background: #fff;
}

p,
ul,
ol,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe {
    margin: 0;
    padding: 0;
}

img {
    border: 0 none;
    vertical-align: top;
}

ul,
li,
ol {
    list-style-type: none;
}

i,
em,
address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: underline;
}

input,
button,
textarea,
a,
a:hover {
    outline: none;
}

textarea {
    resize: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
    _display: inline;
}

.fr {
    float: right;
    _display: inline;
}

.pr {
    position: relative;
}

.abs {
    position: absolute;
}

.layout {
    width: 1200px;
    margin: 0 auto;
}


.course_task{
    background: #ff073e;
    padding: 30px 0 20px 0;
}
.course_task .course_task_top_tips{
    width: 1149px;
    height: 38px;
    line-height: 38px;
    background: linear-gradient(to right,#ffd68e,#fffef6,#ffc1e0);
    border-radius: 19px;
    border: 3px solid #ffc600;
    margin: 10px auto;
    margin-bottom: 20px;
    padding-left: 80px;
    box-sizing: border-box;
}
.course_task .course_task_top_tips .course_task_swiper{
    width: 1050px;
    line-height: 35px;
    color: #743100;
    font-size: 18px;
    height: 35px;       /* 容器高度 */
    overflow: hidden;   /* 隐藏溢出内容 */
    position: relative; /* 为内部元素定位做准备 */
    

}
.course_task .course_task_top_tips .marquee-text{
    line-height: 38px;
    color: #743100;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap; /* 文字不换行 */
    padding-left: 100%;  /* 初始位置在容器右侧外 */
    margin-right: 30px;
}
.course_task .course_task_top_tips .course_task_swiper span{
    color: #ff0541;
    font-weight: 600;
}
.course_task .course_task_top_tips .course_task_swiper  .js-marquee{
    margin-right: 20px !important;
}
.course_task .course_task_top_tips img{
    position: absolute;
    left: 12px;
    bottom: 0;
}
.edu_list{
    width: 1157px;
    margin: 0 auto;
}
.edu_list ul li{
    width: 125px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 25px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    margin-right: 19px;
    float: left;
    cursor: pointer;
}
.edu_list ul li.on{
    background: url("/images/zhuanti/26zhounianqing/course_list_bg.png") no-repeat;
    color: #e00000;
    font-weight: 600;
    border: 0;
    width: 129px;
    height: 57px;
}
.edu_list ul li:last-child{
    margin-right: 0;
}
.study_machine_con {
    width: 1157px;
    height: 594px;
    background: url("/images/zhuanti/26zhounianqing/s_m_bg.png") no-repeat;
    margin: 50px auto;
    padding: 37px 0 0 57px;
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
    margin-top: 28px;
    margin-bottom: 10px;
}

.pop_mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 2;
    border-radius: 20px;
    display: none;
}
.is_get_class{
    width: 300px;
    height: 200px;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -100px;
    background: #fff;
    z-index: 3;
    display: none;
}
.is_get_class .close_btn{
    width: 26px;
    height: 26px;
    background: url(/images/zhuanti/26zhounianqing/close.png) no-repeat center;
    position: absolute;
    right: -31px;
    top: -34px;
    z-index: 99;
    background-size: 100% 100%;
}
.is_get_class h5{
    font-size: 20px;
    color: #fff;
    height: 60px;
    line-height: 60px;
    padding-left: 34px;
    box-sizing: border-box;
    background: linear-gradient(to right,#ff0744,#8f3dff,#24aee8);
    border-radius: 20px 20px 0 0;
}
.is_get_class p{
    width: 260px;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    color: #333;
    line-height: 1;
}
.is_get_class a{
    display: block;
    width: 124px;
    height: 45px;
    border-radius: 22px;
    background: #ff084e;
    text-align: center;
    line-height: 45px;
    margin: 11px auto;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.is_get_class a.now_setjihua{
    display: none;
}
.is_get_class>img{
    position: absolute;
    top: -42px;
    right: 0px;
}
.study_m_con_fl_top {
    width: 654px;
    height: 248px;
    background: rgba(32, 18, 18, 0.6);
    border-radius: 12px;
    padding: 21px 23px 0 12px;
    box-sizing: border-box;
    color: #fff;
    font-weight: 500;
    line-height: 1;
}

.study_m_con_fl_top h3,.study_dgx_fl h3 {
    margin-bottom: 20px;
}

.study_m_con_fl_top h3 p,.study_dgx_fl h3 p {
    font-size: 14px;
    margin-top: 5px;
}
.study_m_con_fl_top h3 p span{
    margin-right: 10px;
}
.study_m_con_fl_top h3 p span i,.study_dgx_fl h3 p span i{
    font-size: 20px;
    color: #07BDC7;
}

.study_m_con_fl_top h3 p em,.study_dgx_fl h3 p em {
    font-size: 16px;
    
}

.study_m_con_fl_top h3 .course_list,.study_dgx_fl h3 .course_list {
    width: 167px;
    height: 31px;
    background: url(/images/zhuanti/26zhounianqing/s_m_img02.png) no-repeat center right 10px, #12CDD7;
    border-radius: 4px;
    text-align: center;
    padding-right: 30px;
    box-sizing: border-box;
}

.study_m_con_fl_top h3 .course_list span,.study_dgx_fl h3 .course_list span {
    text-align: center;
    font-size: 14px;
    display: inline-block;
    width: 126px;
    margin-left: 12px;
    line-height: 31px;
    ;
}

.study_m_con_fl_top h3 .course_list .course_list_con,.study_dgx_fl h3 .course_list .course_list_con {
    width: 168px;
    height: 139px;
    background: url(/images/zhuanti/26zhounianqing/s_m_list.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 30px;
    padding-top: 17px;
    box-sizing: border-box;
    display: none;
    z-index: 3;
}

.study_m_con_fl_top h3 .course_list .course_list_con ul,.study_dgx_fl h3 .course_list .course_list_con ul {
    overflow-y: scroll;
    height: 110px;

}

/* 局部滚动条样式 */
.study_m_con_fl_top h3 .course_list ul::-webkit-scrollbar,.study_dgx_fl h3 .course_list ul::-webkit-scrollbar{
    width: 2px;
    /* 局部滚动条可适当调窄，更精致 */
}

.study_m_con_fl_top h3 .course_list ul::-webkit-scrollbar-track,.study_dgx_fl h3 .course_list ul::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .35);
    border-radius: 1px;
}

.study_m_con_fl_top h3 .course_list ul::-webkit-scrollbar-thumb,.study_dgx_fl h3 .course_list ul::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .35);
    border-radius: 1px;
}

.study_m_con_fl_top h3 .course_list ul::-webkit-scrollbar-thumb:hover,.study_dgx_fl h3 .course_list ul::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, .35);
}

.study_m_con_fl_top h3 .course_list ul li,.study_dgx_fl h3 .course_list ul li {
    color: #fff;
    font-size: 13px;
    margin-bottom: 9px;
    line-height: 19px;
    font-weight: 500;
    margin-bottom: 7px;
}

.study_m_con_fl_top .study_my_info {
    margin-left: 13px;
}

.study_m_con_fl_top .study_my_info ul {
    width: 467px;
    height: 110px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 30px 0 0 29px;
    box-sizing: border-box;
    margin-top: 2px;
    margin-bottom: 20px;
}

.study_m_con_fl_top .study_my_info ul li {
    margin-right: 26px;
    width: auto;
    display: inline-block;
    text-align: center;
}

.study_m_con_fl_top .study_my_info ul li p {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 23px;
    margin-bottom: 8px;
}

.study_m_con_fl_top .study_my_info ul li p em {
    font-size: 28px;
    color: #FFFFFF;
    margin-right: 2px;
}

.study_m_con_fl_top .study_my_info ul li span {
    font-size: 14px;
    color: #FFFFFF;
}

.study_m_con_fl_top .study_my_info_process {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1;
}

.study_m_con_fl_top .study_my_info_process .process {
    width: 321px;
    height: 14px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 7px;
    position: relative;
    margin: 2px 16px 0 14px;
}

.study_m_con_fl_top .study_my_info_process .process p {
    position: absolute;
    left: 0;
    top: 0;
    height: 14px;
    border-radius: 7px;
    width: 0;
    background: linear-gradient(to right, red, #fff);
    transition: all 0.5s;
}

.study_m_con_fl_bt {
    margin-top: 25px;
}

.study_m_con_fl_bt .study_m_con_bt_fl {
    width: 269px;
    height: 249px;
    background: rgba(32, 18, 18, 0.6);
    border-radius: 11px;
    padding: 26px 50px 0;
    box-sizing: border-box;
}

.study_m_con_bt_fl ul.study_m_con_bt_ul li {
    width: 60px;
    float: left;
    color: #fff;
    margin-bottom: 17px;
    margin-right: 49px;
}

.study_m_con_bt_fl ul.study_m_con_bt_ul li:nth-child(2n) {
    margin-right: 0;
}

.study_m_con_bt_fl ul.study_m_con_bt_ul li p {
    margin-top: 10px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
}

.study_m_con_fl_bt .study_m_con_bt_fl.study_m_con_bt_fr {
    width: 361px;
    padding: 18px 0 0 17px;
    box-sizing: border-box;
}

.study_m_con_fl_bt .study_m_con_bt_fl.study_m_con_bt_fr h3 {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    background: url(/images/zhuanti/26zhounianqing/s_m_txt_bg.png) no-repeat left bottom;
}

.study_m_con_bt_fr .know_points img {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 11px;
}

.study_m_con_bt_fr .know_points p {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
}

.study_m_con_bt_fr .know_points a {
    display: block;
    width: 226px;
    height: 41px;
    background: linear-gradient(270deg, #17C5CE 0%, #11D6E0 100%);
    border-radius: 21px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 41px;
    margin: 15px auto;
    text-align: center;
}

.study_m_con_fr {
    width: 368px;
    height: 524px;
    background: url(/images/zhuanti/26zhounianqing/s_m_img10.png) no-repeat center;
    margin-left: 23px;
    padding-top: 24px;
    box-sizing: border-box;
}

.study_m_con_fr h5,.study_dgx_fr .study_fr_txt h5 {
    font-weight: 600;
    font-size: 17px;
    color: #222222;
    line-height: 24px;
    margin-left: 17px;
    background: url(/images/zhuanti/26zhounianqing/s_m_txt_bg.png) no-repeat left bottom;
}

.calendar-con {
    width: 338px;
    height: 67px;
    background: #fff;
    box-shadow: 0px 2px 9px 0px rgba(150, 150, 150, 0.13);
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 8px 0 0 15px;
    box-sizing: border-box;
    margin-bottom: 16px;
}

/* 容器样式 */
.week-container {
   height: 67px;
}

/* 日期列表样式 - 弹性布局横向排列 */
.week-list {
    list-style: none;
    padding: 0;
    margin: 0;
    
}

/* 单个日期项样式 */
.week-item {
    float: left;
    width: 38px;
    height: 52px;
    text-align: center;
    padding: 1px 0;
    border-radius: 8px;
    background-color: #fff;
    transition: background-color 0.2s ease;
    margin-right: 7px;
    font-size: 12px;
    color: #A7AAB6;
    line-height: 17px;
    padding-top: 8px;
    box-sizing: border-box;
}
.week-list .week-item:last-child{
    margin-right: 0;
}
/* 今日高亮样式 */
.week-item.today {
    background-color: #12CDD7;
    color: #fff;
    font-weight: bold;
}

/* 鼠标悬浮效果 */
.week-item:hover {
    background-color: #e8f4ff;
}

.week-item.today:hover {
    background-color: #337ecc;
}
.study_jingzhuxue .week-list li.on i,.study_dagangxue .week-container .week-list li.on i{
    width: 10px;
    height: 3px;
    background: #5A7EFD;
    border-radius: 2px;
    display: block;
}
/* 日期和星期文字样式 */
.date-text {
    font-size: 14px;
    margin-bottom: 5px;
}

.week-text {
    font-size: 12px;
    font-weight: 500;
}
.week-list .week-item i{
    width: 10px;
    height: 3px;
    background: #e5e5e5;
    border-radius: 2px;
    display: block;
    margin: 2px auto;
}
.task_list{
    /* padding-left: 38px; */
    height: 311px;
    overflow-y: auto;
    width: 360px;
}
.task_list ul{
    margin-left: 40px;
}
.task_list::-webkit-scrollbar {
    width: 2px;
    /* 局部滚动条可适当调窄，更精致 */
}
.task_list::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .35);
    border-radius: 1px;
}
.task_list::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .35);
    border-radius: 1px;
}
.task_list::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, .35);
}
.task_list ul{
    position: relative;
}
.task_list ul::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    border-left: 1px dashed #999;
    top: 0;
    left: -20px;
    z-index: 1;
}

.task_list li{
    width: 314px;
    height: auto ;
    background: #fff;
    box-shadow: 0px 2px 9px 0px rgba(150,150,150,0.13);
    border-radius: 10px;
    padding: 14px;
    box-sizing: border-box;
    margin-bottom: 15px;
    position: relative;
}
.task_list li.no_study::before{
    position: absolute;
    content: "";
    width: 9px;
    height: 10px;
    background: url(/images/zhuanti/26zhounianqing/s_m_img12.png) no-repeat bottom;
    top: 50%;
    margin-top: -4.5px;
    left: -24px;
    z-index: 2;
}
/* .task_list li::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    border-left: 1px dashed #999;
    top: 50%;
    margin-top: -4.5px;
    left: -20px;
} */
.task_list li:last-child::after{
    height: 50%;
}
.task_list li.started{
    background: linear-gradient( to right, #EDF2FF 0%,  #D2F4FF);
}
.task_list li.successed{
    background: linear-gradient( to right, #EFFFF5 ,  #F4FFED);
}
.task_list li.started::before{
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    background: url(/images/zhuanti/26zhounianqing/s_m_img11.png) no-repeat bottom,#FDF1DE;
    top: 50%;
    margin-top: -9.5px;
    left: -30px;
    z-index: 2;
    border-radius: 50%;
}
.task_list li.successed::before{
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background: url(/images/zhuanti/26zhounianqing/icon_success.png) no-repeat bottom,#FDF1DE;
    top: 50%;
    margin-top: -9px;
    left: -28px;
    z-index: 2;
}
.task_list li h6{
    font-weight: 600;
    font-size: 13px;
    color: #222222;
    line-height: 21px;
}
.task_list li h6 span{
    width: 212px;
    float: left;
}
.task_list li h6 i{
    float: right;
    width: 61px;
    height: 22px;
    font-size: 12px;
    color: #666666;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
}
.task_list li h6 i.stonger{
    width: 61px;
    height: 22px;
    font-weight: 600;
    color: #1D209C;
    background: url(/images/zhuanti/26zhounianqing/list_task_bg.png) no-repeat;
}
.task_list li>p{
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    margin-top: 8px;
}
.task_list li .teacher_con{
    margin-top: 7px;
}
.task_list li .teacher_con p{
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    line-height: 16px;
    margin-top: 4px;
}
.task_list li .teacher_con a{
    width: 78px;
    height: 25px;
    background: #12CDD7;
    border-radius: 12px;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}
.task_list li .teacher_con a.view_report{
    width: 78px;
    height: 25px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #12CDD7;
    color: #07BDC7;
    margin-right: 6px;
}
.task_list li .first_zhang{
    width: 49px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #EBEBEB;
    font-size: 12px;
    color: #666666;
    text-align: center;
    line-height: 18px;
    margin-bottom: 6px;
}
.task_list li .teacher_con .now_study i{
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(/images/zhuanti/26zhounianqing/icon_play.png) no-repeat;
    margin-left: 5px;
    vertical-align: middle;
    margin-top: -3px;
}
.task_list li .teacher_con .view_report i{
    display: inline-block;
    width: 12px;
    height: 11px;
    background: url(/images/zhuanti/26zhounianqing/icon_exit.png) no-repeat;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 4px;
}
.know_points_list{
    margin-top: 20px;
}
.know_points_list ul{
    box-sizing: border-box;
    height: 164px;
    overflow-y: auto;
    width: 332px;
}
.know_points_list ul::-webkit-scrollbar {
    width: 2px;
    /* 局部滚动条可适当调窄，更精致 */
}
.know_points_list ul::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .35);
    border-radius: 1px;
}
.know_points_list ul::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .35);
    border-radius: 1px;
}
.know_points_list ul::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, .35);
}
.know_points_list ul li{
    margin-bottom: 10px;
    width: 304px;
    height: 23px;
    overflow: hidden;
}
.know_points_list ul li h5{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
}
.know_points_list ul li h5 i.k_p_icon{
    width: 17px;
    height: 17px;
    background: url(/images/zhuanti/26zhounianqing/icon_jia.png) no-repeat;
    margin-top: 4px;
    margin-right: 13px;
}
.know_points_list ul li h5 i.k_p_icon.jian{
    background: url(/images/zhuanti/26zhounianqing/icon_jian.png) no-repeat;
}
.know_points_list ul li h5 p,.know_points_list ul li .k_p_child span{
    width: 187px;
    height: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    margin-top: 2px;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略号 */
}
.know_points_list ul li h5 a,.know_points_list ul li .k_p_child p a{
    width: 78px;
    height: 23px;
    background: rgba(255, 255, 255, 0.24);
    border-radius: 12px;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 23px;
}
.know_points_list ul li h5 a{
    text-decoration: none;
    cursor: text;
}
.know_points_list ul li .k_p_child{
    margin-top: 12px;
}
.know_points_list ul li .k_p_child p{
    margin-left: 30px;
    margin-bottom: 9px;
    height: 23px;
}
.know_points_list ul li .k_p_child p i.k_p_icon{
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    margin-top: 10px;
    margin-right: 10px;
}
.know_points_list ul li .k_p_child span{
    width: 160px;
}
.know_points_list ul li .k_p_child p a.mastered{
    width: 78px;
    height: 23px;
    background: url(/images/zhuanti/26zhounianqing/s_m_img07.png) no-repeat;
}
.know_points_list ul li .k_p_child p a.strengthened{
    background: url(/images/zhuanti/26zhounianqing/s_m_img08.png) no-repeat;
}
.know_points_list ul li .k_p_child p a.no_start{
    background: url(/images/zhuanti/26zhounianqing/s_m_img09.png) no-repeat;
}
.study_jingzhuxue .ai_test_btn{
    width: 226px;
    height: 41px;
    background: linear-gradient( 270deg, #17C5CE 0%, #11D6E0 100%);
    border-radius: 24px;
    text-align: center;
    line-height: 41px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    position: absolute;
    bottom: 12px;
    left: 50%;
    margin-left: -113px;

}
.study_dagangxue{

}
/* 大纲学 start*/
.study_dagangxue .study_dgx_fl{
    width: 654px;
    height: 523px;
    background: rgba(32, 18, 18, 0.6);
    border-radius: 12px;
    padding: 21px 23px 0 24px;
    box-sizing: border-box;
    color: #fff;
    font-weight: 500;
    line-height: 1;
}
.study_dgx_fl h3.jzx_txt{
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(94, 103, 154, 0.47);
}
.study_in_txt > i{
    width: 4px;
    height: 19px;
    background: #07BDC7;
    border-radius: 2px;
    margin-right: 11px;
    margin-top: 2px;
}
.study_in_txt h4{
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 22px;
    margin-right: 10px;
}
.study_in_txt .icon_tips{
    margin-top: 3px;
}
.study_in_txt p{
    font-size: 12px;
    color: #999999;
    margin-right: 3px;
    margin-left: 16px;
    margin-top: 6px;
}
.study_in_txt .icon_loading{
    margin-top: 5px;
}
.study_in_txt a{
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
}
.study_in_list{
    margin-top: 24px;
}
.study_in_list ul li{
    width: 140px;
    height: 192px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    float: left;
    margin-right: 15px;
    padding-top: 27px;
    box-sizing: border-box;
}
.study_in_list ul li:last-child{
    margin-right: 0;
}
.study_in_list ul li p{
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 15px;
}
.study_in_list ul li h5{
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: center;
}
.study_in_list ul li .process{
    width: 122px;
    height: 13px;
    background: #514488;
    border-radius: 7px;
    position: relative;
    margin: 56px auto;
}
.study_in_list ul li .process .pro_child{
    position: absolute;
    height: 13px;
    background: linear-gradient(to right,#D0BBFF,#5EC8FF);
    left: 0;
    top: 0;
    width: 0;
    border-radius: 7px;
    transition: all 0.5s;
}
.study_in_list ul li .process .pro_child .icon_jb{
    position: absolute;
    right: -10px;
    top: -5px;
} 
.study_in_list ul li .process .pro_child em{
    position: absolute;
    right: -25px;
    top: -25px;
    width: 50px;
    height: 20px;
    background: url(/images/zhuanti/26zhounianqing/icon_process.png) no-repeat;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 17px;
    text-align: center;
}
.cirle_process{
    width: 90px;
    height: 90px;
    border: 1px dashed #983FD3;
    border-radius: 50%;
    margin: 27px auto;
    padding-top: 4px;
    box-sizing: border-box;

}
.cirle_pro_con{
    width: 70px;
    height: 70px;
    border: 5px solid #983FD3;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cirle_pro_con span{
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 18px;
}
.today_target{
    width: 607px;
    height: 138px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .08);
    margin-top: 19px;
}
.today_target>img{
    width: 107px;
    margin-left: 25px;
    margin-top: 18px;
}
.today_target_info{
    padding-top: 27px;
    margin-left: 26px;
}
.today_target_info h5{
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 22px;
    margin-bottom: 15px;
}
.today_target_info h5 i{
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 19px;
    background: #07BDC7;
    border-radius: 2px;
    margin-right: 12px;
    margin-top: -2px;
}
.today_target_info p{
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 27px;
}
.today_target_info span{
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    margin-top: 5px;
    display: block;
}
.today_target_info_txt{
    display: none;
}
.today_target_info a{
    display: none;
    width: 168px;
    height: 42px;
    background: linear-gradient( 270deg, #17C5CE 0%, #11D6E0 100%);
    border-radius: 21px;
    text-align: center;
    line-height: 42px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    right: 25px;
}
.study_dagangxue .study_dgx_fr{
    width: 366px;
    height: 532px;
    background: url(/images/zhuanti/26zhounianqing/da_g_x_bg.png) no-repeat;
    margin-left: 25px;
    padding-top: 22px;
    box-sizing: border-box;
} 
.study_dagangxue .study_dgx_fr .study_fr_txt img{
    margin-top: 5px;
    margin-left: 10px;
}
.study_dagangxue .study_dgx_fr .study_fr_txt span{
    color: #666666;
    font-weight: 400;
    font-size: 12px;
    margin-top: 4px;
    margin-left: 3px;
}
.study_plan ul{
    height: 358px;
    overflow-y: auto;
}
.study_plan ul::-webkit-scrollbar {
    width: 2px;
    /* 局部滚动条可适当调窄，更精致 */
}
.study_plan ul::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .35);
    border-radius: 1px;
}
.study_plan ul::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .35);
    border-radius: 1px;
}
.study_plan ul::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, .35);
}
.study_plan ul li{
    width: 338px;
    height: auto;
    background: #fff;
    box-shadow: 0px 2px 8px 0px rgba(150,150,150,0.13);
    border-radius: 10px;
    margin: 15px auto;
    padding: 12px;
    box-sizing: border-box;
    position: relative;
}
.study_plan ul li a.goto_url{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.01;
    width: 100%;
    height: 100%;
}
.study_plan ul li:first-child{
    margin-top: 0;
}
.study_plan ul li h6{
    font-weight: 600;
    font-size: 14px;
    color: #222222;
    line-height: 20px;
    margin-bottom: 9px;
}
.study_plan ul .no_data{
    text-align: center;
    margin-top: 60px;
    display: block;
}
.study_plan ul .no_data p{
    width: 224px;
    font-size: 14px;
    color: #999999;
    line-height: 25px;
    margin: 10px auto;
}
.study_plan_con{
    margin-bottom: 15px;
}
.study_plan_con h5 i{
    width: 17px;
    height: 17px;
    background: url(/images/zhuanti/26zhounianqing/icon_jia.png) no-repeat;
    margin-top: 3px;
    margin-right: 8px;
    float: left;
}
.study_plan_con h5 p{
    width: 281px;
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    line-height: 20px;
    float: left;
}
.study_plan_checkbox{
    width: 295px;
    height: 63px;
    background: #E7FCFF;
    border-radius: 4px;
    margin-left: 30px;
    padding: 8px;
    box-sizing: border-box;
    margin-top: 4px;
}
.study_plan_checkbox p{
    float: left;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    line-height: 1;
    margin-right: 6px;
    margin-bottom: 10px;
}
.study_plan_checkbox p i{
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(/images/zhuanti/26zhounianqing/s_m_select.png) no-repeat;
    border-radius: 4px;
    margin-right: 6px;
    vertical-align: middle;
    margin-top: -2px;
}
.study_plan_process{
    margin-left: 30px;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 17px;
    margin-top: 5px;
}
.study_plan_process .process_small{
    display: inline-block;
    margin: 0 5px;
}
.study_plan_process span.time_delay{
    margin-right: 15px;
}
.study_plan_process a{
    background: #E7F8F8;
    color: #07BDC7;
    font-size: 12px;
    text-align: center;
    margin-left: 8px;
}
.study_plan_process a.gao_pin{
    width: 37px;
    height: 19px;
    border-radius: 9px;
    text-align: center;
    line-height: 19px;
}
.study_plan_process a.no_strong{
    width: 49px;
    height: 19px;
    background: #D9F5F6;
    border-radius: 9px;
}
.study_plan_chapter_txt i{
    width: 18px;
    height: 18px;
    background: url(/images/zhuanti/26zhounianqing/icon_edit01.png) no-repeat;
    margin-right: 6px;
    margin-top: 6px;
}
.study_plan_chapter_txt p{
    font-size: 14px;
    color: #222222;
    line-height: 12px;
    margin-top: 8px;
}
.study_plan_chapter_txt a{
    width: 74px;
    height: 23px;
    background: #12CDD7;
    border-radius: 12px;
    text-align: center;
    line-height: 23px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}
 .study_dgx_fl h3 .course_list ul li a,.study_jingzhuxue h3 .course_list ul li a{
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
}
.study_dgx_fl h3 .course_list ul li.on a,.study_jingzhuxue h3 .course_list ul li.on a{
    color: #07BDC7;
    background: url(/images/zhuanti/26zhounianqing/s_m_dui.png) no-repeat center right 8px;
}

 /* 大纲学end */
 .three_task{
    width: 447px !important;
    height: 382px;
    background: url(/images/zhuanti/26zhounianqing/award_zbb_bg.png) no-repeat center right 8px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -223.5px;
    margin-top: -191px;
    z-index: 104;
    padding-top: 87px;
    text-align: center;
    box-sizing: border-box;
    line-height: 1;
    display: none;

}
.even_task{
    display: none;
    height: 444px;
    background: url(/images/zhuanti/26zhounianqing/award_jinma_bg.png) no-repeat center; 
    margin-top: -222px;
}
.three_task .close_btn{
    width: 31px;
    height: 31px;
    background: url(/images/zhuanti/26zhounianqing/close.png) no-repeat center;
    position: absolute;
    right: 60px;
    top: 20px;
    z-index: 99;
}
.three_task>h5{
    color: #7e0000;
    font-size: 24px;
    font-weight: 600;
}
.three_task>span{
    display: inline-block;
    font-size: 18px;
    color: #7e0000;
    margin-top: 12px;
    margin-bottom: 26px;
}
.three_task>p{
    font-size: 20px;
    color: #d40000;
}
.three_task>p em{
    font-size: 48px;
    font-weight: 600;
}
.three_task>.recive_btn{
    width: 286px;
    height: 65px;
    background: url(/images/zhuanti/26zhounianqing/award_bg.png) no-repeat center top;
    margin: 0 auto;
    color: #7e0000;
    text-align: center;
    font-size: 24px;
    margin-top: 70px;
    line-height: 50px;
    cursor: pointer;
    font-weight: bold;
}
.three_task>em{
    font-size: 16px;
    color: #fff;
}
.even_task .recive_btn{
    margin-top: 118px;
}
.even_task>em{
    display: block;
    width: 323px;
    margin: 0 auto;
    text-align: left;
    line-height: 26px;
    margin-bottom: 10px;
}
.node_data{
    text-align: center;
    margin-top: 50px;
}
.node_data p{
    width: 126px;
    height: 51px;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    margin: 0 auto;
    margin-top: 12px;
}
/* 收获地址start */
.mask,.surePrize-mask{display:none; width:100%;z-index:98;height:100%;background:#000;opacity:.6;filter:alpha(opacity=60);position:fixed;top:0;left:0;}
.luckDraw-dialog-even .luckDraw-dialog-btns-even{text-align:center; padding-top:10px; position:relative; z-index:105;}
.luckDraw-dialog-even .luckDraw-dialog-btns-even a{ display:block; width:262px; height:52px; line-height:52px; border-radius:40px; font-size:16px; color:#fff; text-decoration:none; margin:0 auto; text-align:center; background:#ffc320; background-image:-webkit-linear-gradient(left, #ffc320, #feaa59); background-image:-moz-linear-gradient(left, #ffc320, #feaa59); background-image:linear-gradient(left, #ffc320, #feaa59); box-shadow:0 5px 10px rgba(254, 113, 78, 0.3);}
.luckDraw-dialog-close{width:40px;height:40px;line-height:400px;overflow:hidden;position:absolute;right:10px;top:20px;background:url(/images/zhuanti/20211111/luckDraw-dialog-close.png) no-repeat;}
.luckDraw-dialog-even{width:458px;position:fixed;left:50%;top:50%;z-index:800;margin-left:-229px;display:none;}
.luckDraw-dialog-even .luckDraw-dialog-head{height:60px;line-height:60px;padding:0 30px;-webkit-border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;border-radius:8px 8px 0 0;background:#e15b19;background-image:-webkit-linear-gradient(left, #e15b19, #ae1408); background-image:-moz-linear-gradient(left, #e15b19, #ae1408); background-image:linear-gradient(left,#e15b19,#ae1408);}
.luckDraw-dialog-even .luckDraw-dialog-head h6{font-size:22px;color:#fff;}
.luckDraw-dialog-even .luckDraw-dialog-body{padding:30px 20px;background:#fff;-webkit-border-radius:0 0 8px 8px;-moz-border-radius:0 0 8px 8px;border-radius:0 0 8px 8px;}
.luckDraw-dialog-even .myPrize-none{display:none;}
.luckDraw-dialog-even .myPrize-none p{line-height:30px;font-size:16px;text-align:center;margin-bottom:40px;}
.luckDraw-dialog-even .luckDraw-dialog-close,.luckDraw-dialog-v2 .luckDraw-dialog-close{width:16px;height:15px;background:url(/images/zhuanti/20211111/luckDraw-dialog-close-v1.png) no-repeat;right:21px;top:21px;}
.luckDraw-dialog-even .myPrize-detail{display:none;}
.luckDraw-dialog-even .myPrize-detail-list{overflow:hidden;margin:0 -10px 24px 0;}
.luckDraw-dialog-even .myPrize-detail-list ul li{height:30px;line-height:30px;text-align:right;}
.luckDraw-dialog-even .myPrize-detail-list ul li strong{float:left;}
.luckDraw-dialog-even .myPrize-detail-list ul li a{ float:left; color:#f76438;}
.luckDraw-dialog-even .myPrize-tips{margin-bottom:24px;}
.luckDraw-dialog-even .myPrize-tips p{line-height:24px;}
.luckDraw-dialog-even .mCSB_scrollTools{width:4px;background:#d9c7c5;-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px;}
.luckDraw-dialog-even .mCSB_scrollTools .mCSB_draggerRail{background:#d9c7c5;}
.luckDraw-dialog-even .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background:#ac9d9b;*margin-left:-2px;}
.luckDraw-dialog-even .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover,.luckDraw-dialog-even .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:active,.luckDraw-dialog-even .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background:#ac9d9b;}
.myPrize-dialog .myPrize-detail .luckDraw-dialog-btns-even,.myPrize-dialog .myPrize-detail .luckDraw-dialog-btns-even a{display:none;}
.luckDraw-dialog-even{width:414px;padding:1px 0;position:fixed;left:50%;top:50%;z-index:800;margin-left:-207px;text-align:center;background:#fff;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;display:none;}
.luckDraw-dialog-even.address-dialog01{width:490px;margin-left:-245px;height: 560px;margin-top: -280px;}
.luckDraw-dialog-even .address-form li{height:58px;}
.luckDraw-dialog-even .address-form li label{float:left;font-size:16px;line-height:44px;}
.luckDraw-dialog-even .address-form li .form-box{margin-left:16px; float: left;width: 364px;}
.luckDraw-dialog-even .address-form li .form-box input,.luckDraw-dialog-even .address-form li .form-area strong{width:100%;height:22px;padding:9px 0;border:1px solid #e1e1e1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;text-indent:14px;}
.luckDraw-dialog-even .address-form li .form-area{width:114px;position:relative;z-index:1;float:left;}
.luckDraw-dialog-even .address-form li .form-area + .form-area{margin-left:10px;}
.luckDraw-dialog-even .address-form li .form-area strong{width:auto;display:block;padding:9px 20px 9px 14px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:normal;text-indent:0;background:url(/images/zhuanti/20211111/form-area-icon.png) no-repeat right center;}
.luckDraw-dialog-even .address-form li .form-area .placeholder-default{color:#999;}
.luckDraw-dialog-even .address-form li .areaSelect{max-height:104px;overflow:hidden;overflow-y:auto;position:absolute;left:0;top:100%;right:0;padding:5px 0;margin-top:-1px;background:#fff;border:1px solid #e1e1e1;display:none;}
.luckDraw-dialog-even .address-form li .areaSelect dd{height:24px;padding:2px 10px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.luckDraw-dialog-even .address-form li .areaSelect dd:hover{color:#ff3c48;}
.luckDraw-dialog-even .address-form li .form-box input::-webkit-input-placeholder{color:#999;}
.luckDraw-dialog-even .address-form li .form-box input::-moz-placeholder{color:#999;}
.luckDraw-dialog-even .address-form li .form-box input:-moz-placeholder{color:#999;}
.luckDraw-dialog-even .address-form li .form-box input:-ms-input-placeholder{color:#999;}
.luckDraw-dialog-even .address-error{height:30px;line-height:18px;color:#f00;text-align:center;}
.luckDraw-dialog-even .address-warm{color:#f00;margin-top:20px;}
/* 收货地址end */