h2.title{color:#084bbb;}
h2.title span::after{background:#0381ed;}


/*popup*/
.pop{width:100%;}
.pop-title{width:100%; padding:25px 0; text-align:center; background:#084bbb;}
.pop-title span{font-size:24px; line-height:1; margin-bottom:10px; color:#fff; font-weight:600; display:block;}
.pop-title em{font-size:34px; line-height:1; color:#fdff4e; font-weight:600; display:block;}
.pop-text{width:100%; padding:20px;}
.li-pop li{display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-start; height:30px; margin-bottom:10px;}
.li-pop li .li-title{width:25%; font-size:16px; font-weight:600; color:#333; }
.li-pop li .li-text{width:73%; font-size:16px; color:#555; text-align:left;}
.li-pop li .btn-li{width:73%; border-radius:10px; background:#eee; display:flex; flex-wrap:wrap; justify-content:center; align-items:center; padding:10px; transition:all 0.2s;}
.li-pop li .btn-li:hover{background:#084bbb;}
.li-pop li .btn-li:hover a{color:#fff;}
.li-pop li .btn-li a{width:100%; height:100%; display:flex; flex-wrap:wrap; justify-content:center; align-items:center;}
.btn-li span{width:100%;text-align:center; word-break:keep-all;}
.btn-li	span.a-title{font-size:18px; font-weight:600;}
.li-pop li .text{font-size:16px; color:#084bbb; margin-top:10px;}
.li-pop li .text span{display:block;}
.pop .go-link{width:100%; background:#444; display:flex; flex-wrap:wrap; justify-content:center; align-items:center; margin-top:10px;}
.pop .go-link a{font-size:16px;width:100%; padding:20px 0; background:#444; color:#fff; font-weight:600; text-align:center; transition:all 0.2s;}
.pop .go-link a:hover{background:#222;}
.li_dot > li::before{top:10px;}

.popup-btn-wrap a{color:#fff !important;}
/* table */
.t_typel{border-top:2px solid #084bbb;}
.t_typel thead th{color:#084bbb;background:#f9f9f9;}
.li_dot > li::before{background:#049b64;}


@media all and (max-width:1400px){
	.mConBox5{padding:60px 30px 40px;}
}