
/* 弹框 */
#popBox{display:block;z-index:999;position:fixed;text-align: center;margin:auto;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:595px;/* height: 322px; */border-radius: 4px;border: 2px solid #3377FF;box-shadow:0 6px 16px 0 rgba(0,0,0,0.15);background: #333666;}
.course-type p{font-size: 18px;font-weight: 700;text-align-last: left;padding-left: 20px;height: 56px;border-radius: 4px 4px 0 0;background: rgba(64,68,128,1);line-height:54px;color:#fff;}
.course-type ul{overflow: hidden;padding:32px 35px 0px 35px;border-bottom: 1px solid #404480;}
.course-type ul li{margin-bottom:20px;width: 120px;height: 64px;background: url(../images/gold-tk-list.png) no-repeat;background-size: 120px 64px;float: left;}
.course-type ul li{font-size:14px;font-weight: 400;color:#fff;line-height: 64px;cursor: pointer;margin-right:15px;position: relative;}
.course-type ul li:nth-child(4n){margin-right: 0;}
.course-type ul li::after{content: "";display: inline-block;width: 16px;height: 16px;position: absolute;right:6px;bottom:6px;background: url(../images/gold-txicon.png);background-size: 16px 16px;}
.course-type ul li.cur::after{content: "";display: inline-block;width: 16px;height: 16px;position: absolute;right:6px;bottom:6px;background: url(../images/gold-txicon-hover.png);background-size: 16px 16px;}
.course-type .btn-all{margin-top: 14px;margin-left: 380px;margin-bottom: 14px;}
.course-type .btn-all a:hover{text-decoration: none;}
.course-type .btn-cancle{width: 72px;height: 36px;border-radius: 4px;opacity: 1;border:1px solid #1692F2;font-size: 14px;color:#1692F2;display: inline-block;margin-right: 16px;line-height: 36px;}
.course-type .btn-sure{width: 72px;height: 36px;border-radius: 4px;opacity: 1;border:1px solid #1692F2;background: rgba(51,119,255,1);font-size: 14px;color: #fff;display: inline-block;line-height: 36px;}
.course-type .jk-close{position: absolute;top:8px;right:8px;cursor: pointer;}