.studydec{
	width: 1172px;
    margin: 30px auto;
    background: #F5FAFF;
    border: 1px solid #D9D9D9;
    padding: 0.8rem;
}
.studydec h1{
	width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
.studydec h1 img{
	position: relative;
    top: 3px;
}
.studecp{
	width: 100%;
    margin-top: 8px;
    overflow: hidden;
    line-height: 28px;
    color: #666666;
    font-size: 14px;
}

/* 四个进度 */
.jdul{
	width: 1200px;
    margin: 0px auto;
}
.jdul a{
	float: left;
	margin-left: 40px;
	width: 270px;
}
.jdul a div{
	width: 100%;
	height: 160px;
	text-align: center;
    color: #fff;
	transition: all .2s ease-out;
}
.jdul a:nth-child(1) div{
	background: url(../img/jd_xt.png) no-repeat;
}
.jdul a:nth-child(2) div{
	background: url(../img/jd_jc.png) no-repeat;
}
.jdul a:nth-child(3) div{
	background: url(../img/jd_gg.png) no-repeat;
}
.jdul a:nth-child(4) div{
	background: url(../img/jd_aq.png) no-repeat;
}

.jdul a:first-child{
	margin-left: 0px;
}
.jdul a div .firstp{
	text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 32px;
    text-shadow:0px 0px 10px rgba(0, 0, 0, 0.15);
    font-size: 20px;
	margin: 0px auto 18px auto;
	padding-top: 33px;
}
.jdul a div .lastp{
	font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
	color: #FFFFFF;
}
.jdul a div:hover{
	text-decoration:none;
	margin-top: -4px;
	margin-bottom:4px;
	box-shadow:0 2px 15px rgba(0,0,0,0.2);
}

/* 信息系统项目管理师学习进度 */
.xtjd{
	width: 1200px;
    margin: 30px auto;
    overflow: hidden;
	padding-top: 30px;
}
.xtjd h1{
	width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #333333;
}
.xtjd h6 { 
    text-align: center; 
    color: gray;
}

.xtjd h1 em img{
	position: relative;
    top: -4px;
}
.s-adress {
    white-space: nowrap;
    margin-bottom: -7px;
    margin-top: 7px;
    font-size: 15px;
}
.s-adress i {
    width: 19px;
    height: 24px;
    float: left;
    background: url(../../img/adress_ico.png) no-repeat;
    margin: 0 8px 0 0;
}

/* 表格 */
.jdtable{
	text-align: center;
	font-size: 16px;
	margin-bottom: 30px;
	margin-top: 20px;
}
.jdtr1{
	color: #0D75D9;
    font-size: 24px;
    font-weight: 400;
    background: #E5F2FF;
    text-align: center;
}
.jdtable tr td span{
	width: 28px;
    height: 28px;
    display: inline-block;
    border-radius: 50%;
	font-size: 18px;
	text-align: center;
	line-height: 28px;
}
.jdtable .one{
	color: #FFFFFF;
	background: #5790FB;
}
.jdtable .two{
	color: #FFFFFF;
	background: #F8B551;
}
.jdtable .three{
	color: #FFFFFF;
	background: #EC6941;
}
.jdtable tr td a{
	display: inline-block;
    width: 100px;
    height: 32px;
    border: 1px solid #2897FF;
    border-radius: 5px;
    text-align: center;
    line-height: 32px;
    color: #2897FF;
    font-size: 18px;
    cursor: pointer;
}
.jdtable tr td a:hover{
	color: #FFFFFF !important;
	background: #2897FF;
}


/* 学习进度详情页 */
.decimg{
	width: 1200px;
	margin: 20px auto;
	overflow: hidden;
}
.decdiv{
	width: 1200px;
	margin: 0 auto;
	background:#ffffff;
	/* border:1px solid #D9D9D9; */
	overflow: hidden;
}
.decdiv h1{
	width: 100%;
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
    text-align: center;
    margin: 30px auto 15px auto;
}
.dectime{
	width: 90%;
    margin: 0 auto;
    text-align: center;
}
.timespan {
    height: 32px;
    background: #e6e6e6;
    border-radius: 16px;
    display: inline-block;
    line-height: 32px;
    font-size: 14px;
    color: #333333;
    padding: 0 20px;
}
.blue{
	color: #0D75D9 !important;
}
.mr3{
	margin-right: 3px;
}
.decjl{
	width: 110px;
    height: 32px;
    border: 1px solid #0D75D9;
    border-radius: 16px;
    display: inline-block;
    line-height: 32px;
    color: #0D75D9;
}
.decjl:hover{
	width: 110px;
    height: 32px;
    background: #0D75D9;
    border-radius: 16px;
    display: inline-block;
    line-height: 32px;
    color: #ffffff;
}
.decjl img{
	position: relative;
	top: 2px;
}
.decjl:hover{
	color: #ffffff;
}
.shub{
	width: 100%;
    margin: 15px auto;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.decul{
	height: auto;
    width: 1100px;
    margin: 46px 50px 0 50px;
    background: url(../img/bg.png);
    padding-top: 42px;
    position: relative;
    display: inline-block;
}
.decul li{
	float: left;
    width: 16.6%;
    text-align: center;
    position: relative;
    top: -161px;
    line-height: 25px;
    margin-top: 83px;
	height: 55px;
}

.decul li .weikan{
	width: 19px;
    height: 19px;
    border: 2px solid #BDD8F2;
    border-radius: 50%;
    background: #FFFFFF;
    display: inline-block;
    margin-top: 1px;
	cursor: pointer;
}
.decul li .yikan{
	width: 21px;
    height: 21px;
    background: #0D75D9;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    line-height: 21px;
    text-align: center;
    font-weight: bold;
	cursor: pointer;
}
.hidep{
	width: 260px;
    background: #E4EBF2;
    border-radius: 4px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 24px;
    padding: 0.5rem;
    display: none;
    position: relative;
    z-index: 1000;
	left: 45px;
}
.decul li:hover .hidep{
	display: block !important;
}
.decckgd{
	width: 1200px;
    margin: 0 auto;
    text-align: center;
    background: url(../img/morebg.png);
    position: relative;
    z-index: 100;
    top: -184px;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}
.decckgd a{
	width: 10%;
    height: 40px;
    background: #ffffff;
    border: 1px solid #0D75D9;
    border-radius: 5px;
    display: inline-block;
    line-height: 40px;
    color: #0D75D9;
    font-size: 16px;
}
.jdshow{
	display: none !important;
}
.mt200{
	margin-top: -150px;
}


/* 学习记录弹框 */
.jcbox{
	display: block;
    position: fixed;
    width: 450px;
    left: 40%;
    top: 208px;
    z-index: 1997;
}
.show{
	display: none;
}
.jcform{
	text-align: left;
    background-color: #fff;
    box-shadow: 0 3px 26px rgba(0, 0, 0, .9);
    border: 1px solid #e1e1e1;
}
.jctop{
	height: 45px;
    line-height: 45px;
    width: 99%;
    background: #F2F2F2;
    padding-left: 5px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	color:#333;
}
.jcexit{
	float: right;
	width: 8%;
	font-size: 25px;
	cursor: pointer;
	color:#CCC;
	position: relative;
	top: -4px;
}
.jccenter{
	width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
.jlinput{
	width: 96%;
    height: 35px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    line-height: 35px;
    padding-left: 8px;
    margin: 8px auto 10px auto;
}
.jcul{
	width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.jcul li{
	width: 21%;
    float: left;
    overflow: hidden;
    margin-top: 10px;
    text-align: center;
    margin-left: 10px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
	height: 25px;
    line-height: 25px;
}
.jculhov{
	border: 1px solid #00A1F2 !important;
	color: #00A1F2;
}
.jcul li input{
	width: 15px;
    height: 15px;
    position: relative;
    left: 5px;
    top: 3px;
}
.jcarea{
	width: 97%;
	margin: 10px auto;
	height: 80px;
	padding: 5px;
	background:#fff;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
}
.xxdec{
	margin-top: 10px;
	font-size: 15px;
	width: 100%;
	overflow: hidden;
}
.jcbtn{
	/*text-align: center;*/
    width: 100%;
    margin: 0 auto 10px auto;
}
.jcqx{
	width: 20%;
    height: 30px;
    background: #999999;
    border: 1px solid #999999;
    border-radius: 5px;
    margin-right: 16px;
    color: #FFFFFF;
	cursor: pointer;
}
.jcsbu{
	border: 1px solid #0ca0ed !important;
	color: #fff !important;
	background: #0ca0ed !important;
}

/* 2023 03 02 学习进度添加*/
.xum_munboy{width: 1200px; margin: 20px auto 0; background:url("../img/xxjd_imgbg.png")no-repeat;background-size: 100% 100%;border-radius: 5px;}
.xum_munet{overflow: hidden;padding: 28px 30px;}
.xum_munet .xum_mulfimg{float: left;width: 75px;height: 75px;border-radius: 50%;margin-right: 20px;}
.xum_munet .xun_texta{float: left;width: 700px;}
.xun_texta h3{font-size: 24px;color: #ffffff;font-weight: bold;line-height: 30px;padding: 7px 0;}
.xun_textall{overflow: hidden;}
.xun_textall p{float: left;font-size: 18px;color: #ffffff;margin-right: 18px;}
.xun_textall p span{font-size: 14px;color: #ffffff;}
.xun_textall p:nth-child(2){margin-left: 18px;position: relative;}
.xun_textall p:nth-child(2)::before{content: "";display: inline-block;height: 15px;border-left: 2px solid #fff;position: absolute;left: -19px;top: 7px;}
.xum_murg{float: right;width: 110px;line-height: 32px;background-color: #ffffff;border-radius: 16px;text-align: center;font-size: 14px;color: #188EEE;margin-top: 26px;}
.xum_murg img{display: inline-block;width: 18px;height: 15px;margin-right: 8px;position: relative;top: 2px;}
/* 2023 03 04 */

.dhBoxys{overflow: hidden;width: 900px;height: 600px; margin: 150px auto;box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    /* transform: translate(0, 25%); */
 }
.namboxs{display: flex;justify-content: space-between;align-items: center;padding: 15px 3%;border-bottom: 1px solid #F5F5F5;cursor: pointer;}
.Topping { background-color: #EBEBEB; border-bottom: 1px solid #ebebeb;}
.namacitve{background-color: #FFFFFF;}
.namlio,.namQie{height: 510px;overflow-x: hidden;}
.namlio::-webkit-scrollbar,.namQie::-webkit-scrollbar{width: 1px;}
.namQie .namlio{display: none;}
.namQie .namlio:nth-child(1){display: block;}

.namboxs .namemi,.namemiTwo{width:48px;height: 48px; position: relative;}
.namboxs .namemi span,.namemiTwo span{display: block;position: absolute;right: -1%;top: 0;width: 14px;line-height:14px; font-size: 12px;color: #ffffff;background-color: #FF0000;text-align: center;border-radius: 50%;}
.namboxs .namemi img{display: block;width: 100%;border-radius: 50%;}
.namemiTwo{overflow: hidden;overflow: hidden;}
.namemiTwo img{float: left;width: 50%;display: block;}
.namemiTwo img:nth-child(2){margin-top: 22px;}
.namboxs .nametext{flex: 1; white-space: nowrap; text-overflow: ellipsis;
    overflow: hidden;
    margin:0 2% 0 3%;}
.namboxs .nametext h3{color:#333333;font-size: 14px;margin-bottom: 6px;}
.namboxs .nametext p{color:#999999;font-size: 12px;}
.namboxs .namemial{font-size: 12px;color: #999999;}
.namalt{float: left;width: 300px;background-color: #F5F5F5;height: 600px;}
.namtit{line-height: 50px;text-align: center;background-color: #188EEE;font-size: 18px;color: #FFFFFF;
    /* white-space: nowrap;text-overflow :ellipsis; */
    position: relative;}
.namtitmu{display: inline-block;width: 66px;line-height: 22px;font-size: 14px;color: #D9EEFF;text-align: center;border-radius: 11px;background-color: #3A9FF1;cursor: pointer;margin-left: 4px;}
.namtitmu em{display: inline-block;width: 14px;height: 10px;background: url('/img/icon/ai_imgjlt.png')no-repeat -120px -24px;margin-right: 3px;}
.namtitmu em.nactmute{transform: rotate(180deg);}
.namtulop{position: absolute;left: 32%;top: 45px;width: 200px;padding: 5px;border-radius: 4px;background-color: #fff;box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);z-index: 999;display: none;}
.namtulop li{line-height: 35px;padding-left: 18px;font-size: 14px;color: #333333;border-radius: 4px;text-align: left;cursor: pointer;}
.namtulop li.namtulact{background-color: #F2F9FF;}
.namtulop li.namtulact a{color: #188EEE;}
.namtulop li a{display: block;}
.namtulop li:hover{background-color: #F2F9FF;}
.namtulop li:hover a{color: #188EEE;}

.namUl{overflow: hidden;}
.namUl li{float: left;line-height: 40px;width: 50%;text-align: center;font-size: 16px;color: #ccc;background-color: #ffffff;cursor: pointer;}
.namUl li.namLiact{color: #ffffff;background-color: #ccc;}

.namarg{float: left;width: 600px;}
.namtext{height: 370px;overflow-x: hidden;border-bottom: 1px solid #EBEBEB;}
.namtext::-webkit-scrollbar{width: 1px;}
.sx_bodyym{padding: 30px;}
.sx_bodyym .loading {text-align: center;color: #1e6fff;cursor:pointer;}
.sx_lfym,.sx_rgym{display: flex;justify-content: space-between;padding: 15px 0;}
.sx_lfimg{width: 45px;height: 45px; margin-right: 2%;border-radius: 50%;}
.sx_itemym{flex: 1;position: relative;}
    .sx_itemym img {
        width: 100%;
        cursor: pointer;
        height: 200px;
    }
    .sx_itemym h3 {
        font-size: 14px;
        color: #333333;
        line-height: 1.6rem;
    }
.sx_itemym p{padding: 15px 10px;background-color: #EDEDED;font-size: 14px;color: #333333;line-height:25px;border-radius: 0.25rem;float: left;}
.sx_itemym p::after{content: "";display: block;position: absolute;width: 0.35rem;height: 0.35rem;background-color: #EDEDED;top: 1.45rem;left: 3%;transform: rotate(132deg);}

.sx_rgym .sx_lfimg{margin:0 0 0 2%}
.sx_rgym .sx_itemym h3{text-align: right;}
.sx_rgym .sx_itemym p{background-color: #188EEE;color: #ffffff;float: right;}
.sx_rgym .sx_itemym p::after{left: 96%;background-color: #188EEE;}

.sr_content{height: 178px;}
.sr_climu{overflow: hidden;padding: 12px 0;}
.sr_climu img{float: left;width: 21px;height: 21px;margin-left: 15px;cursor: pointer;}

.sr_board{overflow: hidden;margin: 10px 0;}
.sr_board .sr_enter{float: right;font-size: 14px;line-height: 35px;color: #999999;cursor: pointer;}
.sr_board .sr_boafs{float: right;font-size: 14px;width: 80px; line-height: 35px;color: #ffffff;background-color: #188EEE;border-radius: 4px;margin: 0 12px;text-align: center;cursor: pointer;}
.sr_shuru .sr_areat{display: block;margin:0 15px;height:119px;border: none;width: 570px;font-size: 14px;color: #333333;resize: none;scrollbar-width: thin;}
.sr_shuru .sr_areat{
    resize:none;
    vertical-align:top;
    border: none;
    white-space: pre-line;
}
/*滚动条框设置*/
.sr_shuru .sr_areat::-webkit-scrollbar{
    width: 2px;
    background-color: #188EEE;
}
/*滚动条设置*/
.sr_shuru .sr_areat::-webkit-scrollbar-thumb{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #999999;
}
.sr_shuru {padding-top: 5px}
.namkall{width: 100%;height: 550px;}
.namkall img{display: block;width: 215px;height: 184px;margin: 130px auto 35px;}
.namkall p{font-size: 16px;color: #b3b3b3;text-align: center;}
.loaddata {
    text-align: center;
    color: #999999;
    cursor: pointer;
}

@media screen and (min-width:320px) and (max-width:800px){
    html,body{height: 100%;}
    .namtit{font-size: 0.8rem;}
    .namalt{display: none;}
    .sx_bodyym{padding: 4%;}
    .dhBoxys,.namarg{width: 100%;height: 100%;}
    .dhBoxys{margin: 0;}
    .sr_content{position: fixed;bottom: 0;left: 0;right: 0;height: auto;overflow: hidden;height: 17%;}
    .namtext{height: 74%;}
    .sr_shuru{height: 49%;}
    /* .sr_board .sr_boafs{height: 100%;} */
    .sr_shuru .sr_areat{width: 100%;height: 100%;}
}