.kt_top{
	margin-top: 80px;
}
.kt_par{

}
.kt_top_li{
	height: 50px;
    border-top: 1px solid #d4d4d4;
}
.kt_top_li:last-child{
	border-bottom: 1px solid #d4d4d4;
}
.kt_top_li .col-md-2{
	background-color: #f3f3f3;
	font-size: 18px;
	text-align: center;
	color: #666;
	line-height: 49px;
}
.kt_top_li:last-child .col-md-2{
	line-height: 48px;
}
.kt_top .fl_cataid{
	display: flex;
	line-height: 49px;
}
.kt_top .fl_cataid li{
	font-size: 18px;
	margin-left: 25px;
    margin-right: 65px;
}
.kt_top .fl_cataid li a{
	color: #666;
}
.kt_top .fl_cataid li.active a{
	color: #246fd4;
}
.kt_top .fl_cataid li:hover a{
	color: #246fd4;
}
.kt_sort{
	margin: 20px auto;
}
.kt_sort ul{
	display: flex;
}
.kt_sort ul li{
	width: 80px;
	font-size: 18px;
    line-height: 50px;
	text-align: center;
}
.kt_sort ul li a{
	color: #666;
}
.kt_sort ul li.active a{
	color: #246fd4;
}
.kt_sort ul li:hover a{
	color: #246fd4;
}

.xq_kecheng{
	display: flex;
	background-color: #fff;
}
.xq_kecheng .xq_left{
	padding: 40px;
}
.xq_kecheng .xq_left img{
	width: 100%;
}
.xq_kecheng .xq_right{
	padding-top: 40px;
	padding-right: 40px;
	display: table-cell;
}
.xq_kecheng .xq_right h1{
	font-size: 30px;
	color: #333;
	line-height: 90px;
}
.xq_kecheng .xq_right p{
	font-size: 16px;
    text-align: left;
    color: #666;
    line-height: 32px;
    text-indent: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical; 
}
.xq_kecheng .xq_right .xq_kecheng_cao{
    position: absolute;
    width: 95%;
    bottom: 80px;
}
.xq_kecheng .xq_right .xq_kecheng_cao span{
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    color: red;
}
.xq_kecheng .xq_right .xq_kecheng_cao a{
    width: 100px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    background: #e60012;
    border-radius: 20px;
    color: #fff;
    float: right;
    margin-left: 20px;
}
.xq_kecheng .xq_right .xq_kecheng_cao a.paycl{
	background: #246fd4;
}
.xq_data{
	margin-top: 20px
}
.xq_data .xq_data_left{

}
.xq_data_content{
	width: 95%;
	background-color:#fff;
}
.xq_data_content_tou{
	padding-left: 30px;
}
.xq_data_content_tou ul{
	display: flex;
}
.xq_data_content_tou ul li{
	width: 120px;
    font-size: 18px;
    text-align: center;
    color: #444444;
    padding: 20px 0px;
    border-bottom: 3px solid transparent;
    cursor:pointer;
}
.xq_data_content_tou ul li.active,.xq_data_content_tou ul li:hover{
    color: #246fd4;
    border-bottom: 3px solid #246fd4;
}
.xq_data_content_con{
    padding:0px 30px 30px 30px;
    font-size: 16px;
	color: #666;
	line-height: 32px;
}
.xq_data_show{
	display: none;
}
.xq_data_show.active{
	display: block;
}
.xq_data_biaoqian{
	width: 100%;
	margin: 30px auto;
	font-size: 18px;
	color: #246fd4;
    border-left: 3px solid #246fd4;
}
.xq_data_biaoqian p{
	margin-left: 20px;
}
.xq_data .xq_data_right{
	background-color: #fff;
}

.xq_data_teacher li{
	margin-bottom: 50px;
}
.xq_data_teacher_left img{
	width: 100%;
	height: 190px;
}
.xq_data_teacher_right{
	padding-left: 30px;
}
.xq_data_teacher_right h1{
	font-size: 20px;
	color: #333;
	line-height: 60px;
}
.xq_data_teacher_right p{
	font-size: 16px;
	color: #666;
	line-height: 32px;
}
.xq_data_dagang_a{
	padding-left: 20px;
}
.xq_data_dagang_a h1{
	font-size: 18px;
	color: #333;
	line-height: 42px;
	margin-bottom: 15px;
	border-bottom: 1px solid #bababa;
}
.xq_data_dagang_a ul{
	padding-left: 20px;
	margin-bottom: 30px
}
.xq_data_dagang_a ul li a{
	font-size: 16px;
	color: #666;
	line-height: 42px;
}
.data_kctuij{
	padding:0px 30px 30px 30px;
}
.data_kctuij ul li{
	margin-bottom: 30px;
}
.data_kctuij_left img{
	width: 100%;
	height: 90px;
}
.data_kctuij_right{
	padding-left: 20px;
}
.data_kctuij_right h1{
	font-size: 16px;
	color: #333;
	line-height: 32px;
}
.data_kctuij_right p{
	font-size: 14px;
    color: #666;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical; 
}

.gwc_conet{
	width: 100%;
	min-height: 100%;
	background-color: #f5f5f5;
}
.gwc_conet .gwc_lan{
	line-height: 60px;
}
.gwc_conet .gwc_lan i{
	color: #508cdd;
	font-size: 38px;
}
.gwc_conet .gwc_lan span{
	color: #508cdd;
	font-size: 20px;
}
.jr_gwc{
	padding-bottom: 40px;
	display: flex;
}
.jr_gwc .jr_gwc_left img{
	width: 100%;
}
.jr_gwc .jr_gwc_right{
	padding-left: 20px;
	display: table-cell;
}
.jr_gwc .jr_gwc_right h1{
	font-size: 18px;
	color: #333333;
	line-height: 36px;
}
.jr_gwc .jr_gwc_right .jr_gwc_jianj span{
	font-size: 16px;
	color: #666;
	line-height: 24px;
	margin-right: 20px;
}
.jr_gwc .jr_gwc_right .jr_gwc_button{
	bottom: 0px;
    right: 0px;
    position: absolute;
}
.jr_gwc .jr_gwc_right .jr_gwc_button a{
	width: 170px;
	font-size: 18px;
	text-align: center;
	color: #e60012;
	line-height: 40px;
	margin-right: 20px;
	background-color: #fff;
}
.jr_gwc .jr_gwc_right .jr_gwc_button a:hover{
	color: #fff;
	background-color: #e60012;
}

.gwc_tjkc h2{
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin-top: 40px;
	margin-bottom: 20px;
}
.gwc_tjkc ul{
	display: flex;
	flex-wrap: wrap;
}
.gwc_tjkc ul li{
	width: 33.3%;
	margin-bottom: 40px;
	display: flex;
}
.gwc_tjkc .gwc_tjkc_left img{
	width: 100%;
	height: 126px;
}
.gwc_tjkc .gwc_tjkc_right{
	padding: 0px 15px;
}
.gwc_tjkc .gwc_tjkc_right{
	padding: 0px 15px;
	display: table-cell;
}
.gwc_tjkc .gwc_tjkc_right h1{
	font-size: 12px;
	color: #666;
	line-height: 24px;
}
.gwc_tjkc .gwc_tjkc_right span{
	font-size: 14px;
	color: #e60012;
	line-height: 28px;
}
.gwc_tjkc .gwc_tjkc_right p{
	width: 110px;
	height: 30px;
	text-align: center;
	border: 1px solid #bababa;
	bottom: 0px;
    position: absolute;
}
.gwc_tjkc .gwc_tjkc_right p:hover{
	background-color: #246fd4;
}
.gwc_tjkc .gwc_tjkc_right p a{
    font-size: 12px;
    text-align: center;
    color: #666;
    line-height: 30px;
}
.gwc_tjkc .gwc_tjkc_right p:hover a{
	color: #fff;
}
.mygwc_left img{
	max-width: 100%;
}
.mygwc_right{
	padding-left: 20px;
}
.top_tou{
	height: 60px;
}
.top_tou h1{
	font-size: 18px;
	font-weight: 700;
	color: #e60012;
	line-height: 60px;
}
.top_tou span{
	margin-left: 20px;
}
.gwc_table{
	margin-bottom: 50px;
}
.mygwc_right h1{
	font-size: 18px;
	color: #333;
	line-height: 36px;
}
.mygwc_right span{
	font-size: 16px;
	color: #666;
	line-height: 32px;
	margin-right: 20px;
}
.gwc_foot{
	width: 100%;
	height: 100px;
	background: #ffffff;
	box-shadow: 0px -5px 5px 5px rgba(0,0,0,0.06); 
}
.gwc_foot_div{
	line-height: 100px;
}
.gwc_foot_div .del_gwcs{
	font-size: 16px;
	color: #666;
	cursor:pointer;
}
.gwc_foot_div .gwc_foot_right{
	font-size: 16px;
	color: #666;
}
.gwc_foot_div .gwc_foot_right .shop_num,.gwc_foot_div .gwc_foot_right .gwc_money{
	color: #e60012;
}
.gwc_foot_right>span{
	margin-right: 20px;
}
.gwc_foot_right a{
	width: 100px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    background: #e60012;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
}
/*交流互动*/
.comm_div{
	width: 95%;
    background-color: #fff;
    padding: 10px 25px;
    margin-bottom: 30px;
}
.comm_div_title{
    border-bottom: 2px dashed #508cdd;
}
.comm_div .comm_div_title h1{
	font-size: 18px;
	color: #246fd4;
	line-height: 50px;
}
.comm_div .comm_div_title span{
	font-size: 14px;
	color: #999;
	line-height: 50px;
}
.comm_div p{
	font-size: 16px;
	color: #666;
	line-height: 32px;
	letter-spacing: 0px;
	margin-top: 10px;
}
.comm_div span{
	font-size: 14px;
	color: #999;
	line-height: 32px;
	margin-right: 20px;
}
.comm_list_right{
	background-color: #fff;
}

/*师资力量*/
.teacher_list{
	padding-top: 60px;
}
.teacher_list ul{
	display: flex;
	flex-wrap: wrap;
}
.teacher_list ul li{
	width: 23%;
	margin-bottom: 50px;
}
.teacher_list ul li:nth-child(4n-2){
    margin-left: 2.66%;
    margin-right: 1.33%;
}
.teacher_list ul li:nth-child(4n-1){
    margin-left: 1.33%;
    margin-right: 2.66%;
}
.teacher_list .teacher_list_upper img{
	width: 100%;
	height: 295px;
}
.teacher_list .teacher_list_lower{
	background: #246fd4;
	padding: 10px;
}
.teacher_list .teacher_list_lower h1{
	font-size: 18px;
	text-align: center;
	color: #fff;
	line-height: 36px;
}
.teacher_list .teacher_list_lower p{
	font-size: 16px;
	height: 64px;
	color: #f1f1f1;
	line-height: 32px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.mianbaoxie{
	font-size: 16px;
	color: #666666;
	line-height: 80px;
}
.mianbaoxie a{
	font-size: 16px;
	color: #666666;
}
.teacher_deta_left img{
	width: 100%;
}
.teacher_deta_right_a{
	width: 95%;
	margin-left: 5%;
}
.teacher_deta_right_b{
	padding-left: 20px;
}
.teacher_deta_right_b h1{
	font-size: 22px;
	color: #333333;
	line-height: 44px;
}
.teacher_deta_right_b p{
	font-size: 16px;
	color: #333333;
	line-height: 32px;
}
.teacher_deta_right_c{
	padding-left: 20px;
}
.teacher_deta_right_c ul li{
	padding: 25px;
    border-bottom: 1px solid #bababa;
} 
.teacher_deta_right_c ul li a{
	display: flex;
}
.teacher_deta_right_c .tdrc_left img{
	width: 100%;
}
.teacher_deta_right_c .tdrc_right{
	padding-left: 20px;
	display: table-cell;
}
.teacher_deta_right_c .tdrc_right h1{
	font-size: 18px;
	color: #333;
	line-height: 50px;
}
.teacher_deta_right_c .tdrc_right p{
	font-size: 16px;
	color: #999999;
	line-height: 32px;
}
.teacher_deta_right_c .tdrc_hou i{
	color: #ccc;
    font-size: 30px;
	position: absolute;
    top: 40%;
}
.pay_div{
	padding: 0px 20px;
	border: 1px solid #bababa;
}
.pay_div h1{
	font-size: 18px;
	font-weight: 700;
	color: #333;
	line-height: 36px;
	margin-top: 10px;
}
.xian{
	width: 100%;
	height: 1px;
	background: #bababa;
}
.pay_zhifufs{
	display: flex;
	padding-top: 10px;
	padding-bottom: 30px;
}
.pay_zhifufs .pay_img{
	font-size: 16px;
    color: #666666;
    line-height: 45px;
    border: 1px solid #bababa;
    width: 160px;
    text-align: center;
    margin-right: 30px;
    cursor:pointer;
}
.pay_zhifufs .pay_img i{
	font-size: 25px;
	margin-right: 10px;
}
.pay_zhifufs .pay_img:nth-child(1) i{
	color: #0DC803;
}
.pay_zhifufs .pay_img:nth-child(2) i{
	color: #08AAEB;
}
.pay_zhifufs .pay_img:nth-child(1):hover{
	color: #fff;
	background-color: #0DC803;
}
.pay_zhifufs .pay_img:nth-child(2):hover{
	color: #fff;
	background-color: #08AAEB;
}
.pay_zhifufs .pay_img:nth-child(1):hover i,.pay_zhifufs .pay_img:nth-child(2):hover i{
	color: #fff;
}
.pay_zhifufs .pay_img.active:nth-child(1){
	color: #fff;
	background-color: #0DC803;
}
.pay_zhifufs .pay_img.active:nth-child(2){
	color: #fff;
	background-color: #08AAEB;
}
.pay_zhifufs .pay_img.active:nth-child(1) i,.pay_zhifufs .pay_img.active:nth-child(2) i{
	color: #fff;
}
.pay_zhifukc{
	padding: 35px 25px;
	background-color: #f3f3f3;
	margin-bottom: 30px;
}
.pay_zhifukc .pay_kechengk{
	margin-bottom: 30px;
}
.pay_zhifukc .pay_kechengk:last-child{
	margin-bottom: 0px;
}
.pay_zhifukc .pay_zhifukc_yi img{
	width: 100%;
}
.pay_zhifukc .pay_zhifukc_er{
	padding-left: 20px;
}
.pay_zhifukc .pay_zhifukc_er h2{
	font-size: 18px;
	color: #333333;
	line-height: 36px;
}
.pay_zhifukc .pay_zhifukc_er span{
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	margin-right: 20px;
}
.pay_zhifukc_san{
	font-size: 18px;
	color: #e60012;
	line-height: 36px;
}
.pay_zhifukc_si{
	font-size: 18px;
	color: #333333;
	line-height: 36px;
}
.pay_foot{
	margin-top: 70px;
    width: 100%;
    height: 100px;
    background: #f3f3f3;
    border-top: 1px solid #bababa;
}
.pay_foot .wenzi{
	font-size: 16px;
	color: #666666;
	line-height: 100px;
}
.pay_foot .wenzi .red{
	font-weight: 700;
	color: #e60012;
}
.pay_foot a{
	width: 100px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    background: #e60012;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin: 0px 20px 0px 40px;
}

/*考试*/
.exam_tou{
	margin-top: 60px;
	padding: 20px;
	background-color: #fff;
}
.exam_tou h1{
	font-size: 18px;
	color: #246fd4;
	line-height: 32px;
}
.exam_tou span{
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	margin-right: 20px;
}
.exam_con_left{
	background-color: #fff;
	margin-top: 20px;
	margin-bottom: 60px;
}
.exam_con_left .exam_con_a{
	box-shadow: 2px 3px 4px 4px rgba(0,0,0,0.06); 
}
.exam_con_left .exam_con_a ul{
	display: flex;
}
.exam_con_left .exam_con_a ul li{
	width: 100px;
	text-align: center;
	font-size: 18px;
	color: #666666;
	line-height: 50px;
}
.exam_con_left .exam_con_a ul li.active a{
	color: #246fd4;
}
.exam_con_b{
	margin-top: 10px;
	padding-bottom: 40px;
}

.question_type{
	padding: 0px 25px;
}
.subject_type{
	margin: 40px 0px 30px 0px;
}
.subject_type h1{
	display: inline-block;
    font-size: 18px;
    color: #333;
}
.subject_type h2{
	padding: 0px 25px;
	display: inline-block;
    font-size: 16px;
    color: #246fd4;
}
.subject_type p{
	color: #333;
	font-size: 16px;
    display: inline-block;
    margin-left: 25px;
}
.subject_description{
	
    padding: 0px 25px;
}
.subject_description em{
	margin-right: 10px;
}
.subject_area{
	margin-top: 30px;
}
.subject_title{
	font-size: 16px;
    word-break: break-all;
    margin-bottom: 10px;
    line-height: 26px;
    color: #666;
}
.subject_title.zengque {
    color: #246fd4;
}
.subject_title.cuowu {
    color: #e60012;
}

.subject_options li{
	color: #666;
	font-size: 16px;
	border: 1px solid #fff;
    padding: 10px;
    cursor: pointer;
}
.subject_options li:hover{
	border: 1px solid #246fd4;
}
.subject_options li i{
	display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 22px;
    color: #707070;
    text-align: center;
    margin-right: 10px;
    border-radius: 20px;
    border: 1px solid #898989;
    font-style: normal;
}
.subject_options li i.cancel_radius{
	border-radius: 0px;
}
.subject_options .choosed > i {
    background: #508cdd !important;
    border-color: #508cdd !important;
    color: #fff !important;
    width: 25px !important;
    height: 25px !important;
}
.subject_options .error > i {
    background: #e60012 !important;
    border-color: #e60012 !important;
    color: #fff !important;
    width: 25px !important;
    height: 25px !important;
}
.subject_textarea textarea{
	width: 100%;
    height: 200px;
    border: 1px solid #666;
    border-radius: 10px;
    font-size: 16px;
    padding: 5px 10px;
}
.answer_card{
	width: 90%;
    padding: 10px;
    position: absolute;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    right: 0;
    margin-top: 20px;
}
.answer_card_time #duration{
	text-align: center;
    font-size: 40px;
}
.answer_card_container{
	max-height: 300px !important;
    overflow-x: hidden;
    padding-left: 10px;
}
.answer_card_container dt{
	font-size: 16px;
	font-weight: 700;
	margin: 20px auto 10px auto;
}
.answer_card dl dd i {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #bababa;
    display: inline-block;
    margin: 6px;
    margin-left: 0;
    color: #666666;
    cursor: pointer;
    font-style: normal;
}
.answer_card .answer_card_container .choosed_item{
    color: #fff;
    border: 1px solid #508cdd !important;
    background: #508cdd !important;
}
.answer_card .answer_card_container .error_item{
    color: #fff;
    border: 1px solid #e60012 !important;
    background: #e60012 !important;
}

.status_explain{
	display: flex;
    margin: 15px auto;
    padding-left: 10px;
}
.status_explain li{
	font-size: 16px;
    display: inline-block;
    margin-right: 25px;
	color: #666666;
}
.status_explain li i{
    width: 20px;
    height: 20px;
    border-radius: 2px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 5px;
    border: 1px solid #bababa;
}
.status_explain li i.right_icon{
	background: #508cdd !important;
    border-color: #508cdd !important;
}
.status_explain li i.right_err{
	background: #e60012 !important;
    border-color: #e60012 !important;
}
/*视频播放页*/
.vide_data{
	/*margin-top: 40px;*/
    margin-bottom: 80px;
}
.vide_data_bqpar{
	padding: 8px 20px;
    background-color: #fff;
    box-shadow: 1px 1px 1px 1px rgb(0 0 0 / 8%);
}
.vide_data_biaoqian{
	width: 100%;
	margin: 10px auto;
	font-size: 18px;
	color: #246fd4;
    border-left: 3px solid #246fd4;
}
.vide_data_biaoqian p{
	margin-left: 20px;
}
.vide_mulu {
	background-color: #fff;
    padding-bottom: 60px;
    font-size: 14px;
    padding: 24px 32px 32px;
    /*width: 380px;*/
    border-radius: 10px;
}
.detail-item-title{
  font-size: 18px;
  color: #1c1f21;
  line-height: 50px;
  position: relative;
  font-weight: 700;
  padding: 0 20px;
  /*margin-bottom: 16px;*/
}
.detail-item-title.border{
  border: 1px solid #ccc;
  border-radius: 5px;
}
.detail-item-title:before{
  content: "";
  width: 6px;
  height: 6px;
  background:#dd033f;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0,-50%);
}
.course-detail-box li{
  margin-bottom: 30px;
  position: relative;
  padding-left: 56px;
  font-size:16px;
}
.course-detail-box li::before {
  content: '';
  width: 33px;
  height: 33px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
  background-image: url('../images/icon/icon_list.png');
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.course-detail-section{
  margin-top:40px;
}
.section-item{
  display:block;
  background: #f8fafc;
  border-radius: 12px;
  height: 58px;
  line-height: 58px;    
  margin-bottom:16px;
}
.section-name{
  float:left;
  font-size:16px;
  padding-left: 36px;
  box-sizing: border-box;
  position: relative;
  color:#666;
  
}
.section-name::before {
  content: '';
  position: absolute;
  left: 5px;
  top:17px;
  width: 24px;
  height: 24px;
  background-image: url('../images/icon/icon_item.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.section-name:hover{
  color:#dd033f;
}
.section-info{
  margin-left: 20px;
  color: #999;
  float:right;
}
.section-btn{
  float:right;
  padding:0 15px;
  background:#dd033f;
  border-radius: 20px;
  color: #fff;
  font-weight: 400;
  font-size:12px;
  line-height:34px;
  margin:12px 10px 0 25px;
}
.section-btn.error{
  background:#07111b;
}
.section-btn.success{
  background: green;
}
/* course-task */
.course-task-banner{
  /* margin-top:-20px; */
  background-color: #172a34;
  color:#fff;
}
.course-task-banner .breadcrumb{
  padding-left:0;
  background-color:inherit!important;
  color:rgba(255,255,255,0.5);
  padding-top: 16px;
}
.course-task-title{
  margin-bottom: 8px;
  line-height: 48px;
  font-size: 32px;
}
.course-task-info{
  font-size: 20px;
  font-weight: 400;
  margin-bottom:20px;
}
.course-task-card{
  margin-top: 20px;
  padding: 24px 32px 32px;
  background: #fff;
  box-shadow: 0 8px 16px 0 rgba(7,17,27,.1);
  border-radius: 12px;
}
.course-task-card p{
  line-height:30px;
}
.course-task-card.last{
  margin-bottom:20px;
}
.course-task-video{
  padding:40px 0;
}
/* 测试报告 */
.result-wrap{
  padding:30px 30px 100px;
  border-radius:20px;
}
.result-wrap td,
.result-wrap th{
  text-align:center;
  padding:8px;
  font-size: 16px;
}
.result-wrap th{
  background:#1c1f21cf;
  color:#fff;
  font-weight: 700;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 200px);
  -ms-transform: translate(0, 200px);
  -o-transform: translate(0, 200px);
  transform: translate(0, 200px);
}
.badge-danger{
  background:#246fd4;
  color:#fff;
}