
#content{
    width: 100%;
    background: white;
}
.content-box{
    width: 1190px;
    /* height: 814px; */
    margin: 20px auto;
    background:rgba(255,255,255,1);
    border-radius:2px;
    border:1px solid rgba(221,221,221,1);
    display: flex;
    justify-content: space-between;
}
.content_ul-left{
    width: 200px;
    height: auto;
    background:rgba(231,236,242,1);
    border-radius:2px;
}
.content_ul-left>li{
    width: 100%;
    height: 65px;
    background:rgba(231,236,242,1);
    font-size: 16px;
    color:rgba(51,51,51,1);
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
}
.content_ul-left>li>.menuImg, .content_ul-left>li>.menuImg-active{
    margin: 0 10px 0 30px;
}
.menuImg-active {
    display: none;
}
.content_ul-left>li>.rightimg{
    position: absolute;
    top: 43%;
    right: 15px;
    display: none;
}
.content_ul-left>li>.backgroundIcon{
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}
.content_ul-left>li>span{
    margin-right: 40px;
}
.content_ul-left>li:hover{
    background:rgba(15,68,131,0.08);
    cursor: pointer;
}
.content_right{
    width: 990px;
    height: 100%;
}
.content_right_menu{
    width: 970px;
    height: 90%;
    margin: 0 auto;
    /* margin-bottom: 65px; */
}
.on{
    background: rgba(15,68,131,1) !important;
    color: white !important;
}
.left_menu_li>img:nth-of-type(1),.left_menu_li>img:nth-of-type(2){
    width: 16px;
    height: 16px;
}
.left_menu_li.on .menuImg {
    display: none;
}
.left_menu_li.on .rightimg {
    display: inline;
}
.left_menu_li.on .backgroundIcon {
    display: inline;
}
.left_menu_li.on .menuImg-active {
    display: inline;
}

/* 右边content */
.cs-js_search{
    width: 100%;
    height: 54px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DDDDDD;
}
.cs-js_search>p>span{
    display: block;
    float: left;
    color:rgba(51,51,51,1);
    font-weight:bold;
}
.cs-js_search>p>span:nth-of-type(1){
    display: table-cell;
    width:3px;
    height:18px;
    background:rgba(15,68,131,1);
    margin: 2px 10px 0 0;
}
.cs-js_search>p>span:nth-of-type(2){
    font-size: 16px;
}
.cs-search{
    display: flex;
    justify-content: center;
    align-items: center;
}
.cs-search input{
    width:250px;
    height:30px;
    background:rgba(255,255,255,1);
    border-radius:2px;
    border:1px solid rgba(210,210,210,1);
    padding-left: 10px;
    color: #555555;
}
/*搜索框*/
/* input placeholder默认#999999 输入时#555555 */

.cs-search button{
    width:74px;
    height:34px;
    background:rgba(15,68,131,1);
    border-radius:0px 2px 2px 0px;
    position: relative;
    text-align: right;
    line-height: 34px;
    padding-right: 10px;
    color: white;
    cursor: pointer;
    border: none;
}
.cs-search button:hover{
    background:#0F4483;
    opacity: 0.8;
}
.cs-search button>img{
    position: absolute;
    top: 9px;
    left: 10px;
}
.cs-fbDate_div{
    margin-top: 10px;
}
.cs-fbDate_div:nth-of-type(1){
    margin-top: 20px;
}
.cs-fbDate_div>span{
    display: block;
    float: left;
    margin: 3px 10px 0 0;
    color:rgba(51,51,51,1);
    width: 78px;
}
.cs-fbDate_div ul{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.cs-fbDate_div:nth-of-type(2) ul{
    /* padding-left: 14px; */
}
.cs-fbDate_div ul>li{
    height: 26px;
    padding: 0 15px;
    background:rgba(245,245,245,1);
    border-radius:2px;
    color:rgba(51,51,51,1);
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 26px;
}
.cs-fbDate_div ul>li:hover{
    cursor: pointer;
    background:rgba(245,160,39,1) !important;
    color:rgba(255,255,255,1) !important;
}
.allLi{
    background:rgba(245,160,39,1) !important;
    color:rgba(255,255,255,1) !important;
}
.cs-table{
    width: 100%;
    margin-top: 10px;
}
.cs-tableP{
    width: 97%;
    margin: 0 auto;
    color:rgba(51,51,51,1);
    font-weight: bold;
}
.cs-tableP>span{
    display: inline-block;
    text-align: center;
}
.cs-tableP>:nth-of-type(1){
width: 75%;
text-align: left;
}
.cs-tableP>:nth-of-type(2){
    width: 11%;
}
.cs-tableP>:nth-of-type(3){
    width: 13%;
}
/*  */
.gui-title-bottom {
    margin-top: 10px;
}

.gui-title-bottom > ul > li{
    line-height: 50px;
    height: 50px;
    width: 100%;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    margin-bottom: 10px;
    position: relative;
    box-sizing: border-box;
    color:rgba(102,102,102,1);
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}.gui-title-bottom > ul > li > span{
    display: block;
    float: left;
}
.gui-title-bottom > ul > li > span:nth-of-type(2){
    width: 73%;
    margin-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
}
.gui-title-bottom > ul > li > span:nth-of-type(3),.gui-title-bottom > ul > li > span:nth-of-type(4){
    width: 12%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.gui-title-bottom > ul > li > span:first-child {
    width: 3px;
    height: 24px;
    background: rgba(220, 220, 220, 1);
    border: 3px solid rgba(255, 255, 255, 1);
    position: absolute;
    left: -5px;
    top: 10px;
    border-radius: 4px;
}

.gui-title-bottom > ul > li:hover,.gui-title-bottom1 > ul > li:hover {
    border: 1px solid #0F4483;
    cursor: pointer;
}
.gui-title-bottom > ul > li:hover .cs-span2{
    color: rgba(15, 68, 131, 1) !important;
}

.gui-title-bottom > ul > li:hover,.gui-title-bottom1 > ul > li:hover{
    color: rgba(15, 68, 131, 1) !important;
    font-weight: 600;
}
.gui-title-bottom > ul > li:hover .cs-leftSpan{
    background: #0F4483;
}

/* 投诉处理详情 */
.detail_ul{
	width:100%;
}
.detail_ul>li{
	width:100%;
	height:125px;
	border-bottom:1px solid #D2D2D2;
}
.detail_ul>li ul{
	width:100%;
	height:100%;
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
}
.detail_ul>li>ul>li{
	margin-top:20px;
}
.detail_ul>li>ul>li:nth-of-type(1),.detail_ul>li>ul>li:nth-of-type(2){
	width:25%
}
.detail_ul>li>ul>li>div {
	color:#333333;
	font-size:16px;
}
.detail_cs-li>div span{
	display:inline-block;
}
.detail_cs-li>div span:nth-of-type(1){
	width:8px;
	height:8px;
	background:#FFB54B;
	border-radius:1px;
	margin:0 3px 2px 0;
}
.detail_ul>li ul>li>div span:nth-of-type(2){
	font-weight:bold;
}
.detail_ul>li ul>li>div p{
	margin-top:0;
	margin-bottom:10px;
}
.detail_ul>li ul>li>div p:nth-of-type(2),.detail_ul>li ul>li>div p:nth-of-type(3){
	text-align:start;
	/* text-align-last:justify; */
}
.tscl-butn{
    cursor: pointer;
	display:block;
	width:100px;
	height:35px;
	background:#FFB54B;
	text-align:center;
	line-height:35px;
	color:#FFFFFF;
	text-decoration:none;
	border-radius:2px;
}
/* ca认证css */
.CA_bigBox{
    width: 910px;
    height: 532px;
    padding-top: 10px;
    margin: 0 auto;
}
.CA_bigBox>ul{

}
.CA_bigBox>ul>li{
    width: 220px;
    height: 140px auto;
    padding-top: 20px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    cursor: pointer;
}
.CA_bigBox>ul>li:nth-child(1),
.CA_bigBox>ul>li:nth-child(5),
.CA_bigBox>ul>li:nth-child(9){
    margin-left: 0px;
}
.CA_bigBox>ul>li>div:nth-child(1){
    width: 64px;
    height: 64px;
    margin-left: 78px;
}
.CA_bigBox>ul>li>div:nth-child(2){
    width: 220px;
    height: 26px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #444444;
    line-height: 26px;
    text-align: center;
}
.CA_bigBox>ul>li>div:nth-child(3){
    width: 220px;
    height: 20px;
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    text-align: center;
}
.CA_bigBox>ul>li:nth-child(1)>div:nth-child(1){
    background: url("../images/jydtca/CA_bigBox_ul_li_1.png") no-repeat;
    background-size: 100% 100%;
    /* background-position: 0;   */
}
.CA_bigBox>ul>li:nth-child(2)>div:nth-child(1){
    background: url("../images/jydtca/CA_bigBox_ul_li_2.png") no-repeat;
    background-size: 100% 100%;
    /* background-position: 0;   */
}
.CA_bigBox>ul>li:nth-child(3)>div:nth-child(1){
    background: url("../images/jydtca/CA_bigBox_ul_li_3.png") no-repeat;
    background-size: 100% 100%;
    /* background-position: 0;   */
}
.CA_bigBox>ul>li:nth-child(4)>div:nth-child(1){
    background: url("../images/jydtca/CA_bigBox_ul_li_4.png") no-repeat;
    background-size: 100% 100%;
    /* background-position: 0;   */
}
.CA_bigBox>ul>li:nth-child(5)>div:nth-child(1){
    background: url("../images/jydtca/CA_bigBox_ul_li_5.png") no-repeat;
    background-size: 100% 100%;
    /* background-position: 0;   */
}
.CA_bigBox>ul>li:nth-child(6)>div:nth-child(1){
    background: url("../images/jydtca/CA_bigBox_ul_li_6.png") no-repeat;
    background-size: 100% 100%;
    /* background-position: 0;   */
}
.CA_bigBox>ul>li:nth-child(7)>div:nth-child(1){
    background: url("../images/jydtca/CA_bigBox_ul_li_7.png") no-repeat;
    background-size: 100% 100%;
    /* background-position: 0;   */
}
.CA_bigBox>ul>li:nth-child(8)>div:nth-child(1){
    background: url("../images/jydtca/CA_bigBox_ul_li_8.png") no-repeat;
    background-size: 100% 100%;
    /* background-position: 0;   */
}
.CA_bigBox>ul>li:nth-child(9)>div:nth-child(1){
    background: url("../images/jydtca/CA_bigBox_ul_li_9.png") no-repeat;
    background-size: 100% 100%;
    /* background-position: 0;   */
}
.CA_bigBox>ul>li:nth-child(10)>div:nth-child(1){
    background: url("../images/jydtca/CA_bigBox_ul_li_10.png") no-repeat;
    background-size: 100% 100%;
    /* background-position: 0;   */
}
.CA_bigBox>ul>li:nth-child(11)>div:nth-child(1){
    background: url("../images/jydtca/CA_bigBox_ul_li_11.png") no-repeat;
    background-size: 100% 100%;
    /* background-position: 0;   */
}
.CA_bigBox>ul>li:nth-child(12)>div:nth-child(1){
    background: url("../images/jydtca/CA_bigBox_ul_li_12.png") no-repeat;
    background-size: 100% 100%;
    /* background-position: 0;   */
}



/* 场地预约css */
.cdyy_bigBox{
    width: 910px;
    height: 532px;
    padding-top: 10px;
    margin: 0 auto;
}
.cdyy_bigBox>ul{

}
.cdyy_bigBox>ul>li{
    width: 220px;
    height: 140px auto;
    padding-top: 20px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    cursor: pointer;
}
.cdyy_bigBox>ul>li:nth-child(1),
.cdyy_bigBox>ul>li:nth-child(5),
.cdyy_bigBox>ul>li:nth-child(9){
    margin-left: 0px;
}
.cdyy_bigBox>ul>li>div:nth-child(1){
    width: 64px;
    height: 64px;
    margin-left: 78px;
}
.cdyy_bigBox>ul>li>div:nth-child(2){
    width: 220px;
    height: 26px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #444444;
    line-height: 26px;
    text-align: center;
}
.cdyy_bigBox>ul>li>div:nth-child(3){
    width: 220px;
    height: 20px;
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    text-align: center;
}
.cdyy_bigBox>ul>li:nth-child(1)>div:nth-child(1){
    background: url("../images/jydtyy/jydtyy_gcjs.png") no-repeat;
    background-size: 100% 100%;
    /* background-position: 0;   */
}
.cdyy_bigBox>ul>li:nth-child(2)>div:nth-child(1){
    background: url("../images/jydtyy/jydtyy_tdcr.png") no-repeat;
    background-size: 100% 100%;
    /* background-position: 0;   */
}
.cdyy_bigBox>ul>li:nth-child(3)>div:nth-child(1){
    background: url("../images/jydtyy/jydtyy_zfcg.png") no-repeat;
    background-size: 100% 100%;
    /* background-position: 0;   */
}
.cdyy_bigBox>ul>li:nth-child(4)>div:nth-child(1){
    background: url("../images/jydtyy/jydtyy_jdsb.png") no-repeat;
    background-size: 100% 100%;
    /* background-position: 0;   */
}
.cdyy_bigBox>ul>li:nth-child(5)>div:nth-child(1){
    background: url("../images/jydtyy/jydtyy_jsjy.png") no-repeat;
    background-size: 100% 100%;
    /* background-position: 0;   */
}
.cdyy_bigBox>ul>li:nth-child(6)>div:nth-child(1){
    background: url("../images/jydtyy/jydtyy_tpfq.png") no-repeat;
    background-size: 100% 100%;
    /* background-position: 0;   */
}
.cdyy_bigBox>ul>li:nth-child(7)>div:nth-child(1){
    background: url("../images/jydtyy/jydtyy_nccq.png") no-repeat;
    background-size: 100% 100%;
    /* background-position: 0;   */
}
.cdyy_bigBox>ul>li:nth-child(8)>div:nth-child(1){
    background: url("../images/jydtyy/jydtyy_sfpm.png") no-repeat;
    background-size: 100% 100%;
    /* background-position: 0;   */
}
.cdyy_bigBox>ul>li:nth-child(9)>div:nth-child(1){
    background: url("../images/jydtyy/jydtyy_nyys.png") no-repeat;
    background-size: 100% 100%;
    /* background-position: 0;   */
}
.cdyy_bigBox>ul>li:nth-child(10)>div:nth-child(1){
    background: url("../images/jydtyy/jydtyy_gycq_bj.png") no-repeat;
    background-size: 100% 100%;
    /* background-position: 0;   */
}
.cdyy_bigBox>ul>li:nth-child(11)>div:nth-child(1){
    background: url("../images/jydtyy/jydtyy_gycq_gz.png") no-repeat;
    background-size: 100% 100%;
    /* background-position: 0;   */
}
.cdyy_bigBox>ul>li:nth-child(12)>div:nth-child(1){
    background: url("../images/jydtyy/CA_bigBox_ul_li_12.png") no-repeat;
    background-size: 100% 100%;
    /* background-position: 0;   */
}


/* 证书申请 弹框 css */

.CA_certificate_box{
	padding-left:35px;
	padding-right:35px;
}
.CA_certificate_Qrcode{
	width:200px;
	height:200px;
	/* background:blue; */
	margin:0 auto;
	margin-top:40px;
	background: url("../images/CA_certificate_Qrcode.png") no-repeat;
    background-size: 100% 100%;
}
.CA_certificate_Qrcode_text{
	width:155px;
	height:20px;
	font-size:14px;
	color:#444444;
	font-weight:400;
	line-height:20px;
	text-align:center;
	margin:0 auto;
	margin-top:10px;
}

/* ca认证详情css */
/* 定义本页面一级标题样式 */
/* 本页面外层盒子 */
#bigBox1 {
    width         : 980px;
    height        : 3497px;
    border        : 1px solid rgba(236, 237, 240, 100);
    position      : relative;
    padding-bottom: 135px;
    margin: 0 auto;
}

.alertBox {
    position        : absolute;
    width           : 540px;
    height          : 40px;
    border-radius   : 4px 4px 4px 4px;
    background-color: rgba(255, 247, 230, 100);
    border          : 1px solid rgba(255, 169, 0, 100);
    top             : -25px;
    left            : 50%;
    transform       : translateX(-50%);
    color           : rgba(251, 141, 60, 100);
    /* 让alert框内部的元素水平垂直居中 */
    display         : flex;
    align-items     : center;
    justify-content : center;
}

.alertBox img {
    height      : 21px;
    line-height : 21px;
    margin-right: 11px;
}

/* 定义本页面一级标题样式 */
.zssq_h1 {
    /* width           : 900px; */
    width           : 960px;
    height          : 45px;
    line-height     : 45px;
    background-color: rgba(236, 237, 239, 100);
    border          : 1px solid rgba(255, 255, 255, 100);
    /* margin-left     : 46px; */
    margin-left     : 10px;
}

.zssq_h1 li {
    float   : left;
    overflow: hidden;
    zoom    : 1;
}

.zssq_h1 li:nth-child(1) {
    width       : 2px;
    height      : 25px;
    border      : 1px solid rgba(27, 80, 158, 100);
    background  : #1B509E;
    margin-top  : 10px;
    margin-right: 10px;
}

.zssq_h1 li:nth-child(2) {
    color      : rgba(49, 49, 49, 100);
    font-size  : 18px;
    font-weight: bold;
}

/* 定义本页面的2级标题 */
.zssq_h2 {
    display: block;
    height : 24px;
}

.zssq_h2 li {
    float      : left;
    overflow   : hidden;
    zoom       : 1;
    /* height     : 24px; */
    height     : 28px;
    line-height: 24px;
}

.zssq_h2 li:nth-child(1) {
    /* margin-left : 67px; */
    margin-left : 31px;
    margin-right: 16px;
}

.zssq_h2 li:nth-child(2) {
    color: rgba(16, 16, 16, 100);
}

.zssq_h2 li:nth-child(3) {
    color      : rgba(16, 16, 16, 100);
    margin-left: 30px;
}

.sqcl_text {
    height       : 19px;
    color        : rgba(16, 16, 16, 100);
    /* margin-left  : 61px; */
    margin-left  : 25px;
    margin-bottom: 24px;
}

/* 单独设置标题的上下margin值 */
/* 数字证书办理方式 h1 */
.szzsbl_hl_margin {
    margin-top   : 28px;
    margin-bottom: 37px;
}

/* 网点申请办理  h2 */
.wdsqbl_h2_margin {
    margin-top   : 23px;
    margin-bottom: 39px;
}

/* 申请材料 h1 */
.sqcl_hl_margin {
    margin-bottom: 23px;
}

/* 办理流程 h1 */
.bllc_hl_margin {
    margin-top   : 14px;
    margin-bottom: 29px;
}

/* 收费标准 h1 */
.sfbz_hl_margin {
    margin-top   : 27px;
    margin-bottom: 29px;
}

/* 常见问题 h1 */
.cjwt_hl_margin {
    margin-top   : 36px;
    margin-bottom: 38px;
}

/* 咨询电话 h2 */
.zxfs_h2_margin {
    margin-top      : 35px;
    /* margin-bottom: 135px; */
}


/* 申请材料：表格样式 */
.zssq_tab {
    /* width           : 900px; */
    width           : 918px;
    height          : 164px;
    background-color: rgba(236, 237, 239, 100);
    border          : 1px solid rgba(255, 255, 255, 100);
    /* margin          : 20px 0 34px 67px; */
    margin          : 20px 0 34px 31px;
}

.zssq_tab tr th,
.zssq_tab tr td {
    width      : 193px;
    height     : 41px;
    border     : 1px solid rgba(255, 255, 255, 100);
    text-align : center;
    font-size  : 14px;
    font-family: "Microsoft Yahei";
}

.zssq_tab tr th {
    color: #000;
}

.zssq_tab tr td {
    color     : rgba(26, 26, 26, 100);
    background: #fff;
}

.zssq_tab tr td a:hover {
    font-weight: bold;
}

/* 办理流程：子标题样式 */
.bllc_subTitle {
    color        : rgba(16, 16, 16, 100);
    /* margin-left  : 79px; */
    margin-left  : 43px;
    margin-bottom: 20px;
}

/* 办理流程：图样式 */
.bllc_CAQRcode {
    width        : 175px;
    height       : 175px;
    /* margin-left  : 102px; */
    margin-left  : 66px;
    margin-bottom: 27px;
}

.bllc_cazs_1{
    width        : 142px;
    height       : 240px;
    /* margin-left  : 102px; */
    margin-left  : 66px;
    margin-bottom: 30px;
}
.bllc_cazs_2{
    width        : 302px;
    height       : 280px;
    /* margin-left  : 102px; */
    margin-left  : 66px;
    margin-bottom: 30px;
}

.bllc_CAsq {
    width        : 750px;
    height       : 169px;
    /* margin-left  : 98px; */
    margin-left  : 62px;
    margin-bottom: 20px;
}

/* 收费标准：表格样式 */
.sfbz_tab {
    width           : 918px;
    height          : 164px;
    background-color: rgba(236, 237, 239, 100);
    border          : 1px solid rgba(255, 255, 255, 100);
    margin          : 0 0 34px 31px;
}

.sfbz_tab tr th,
.sfbz_tab tr td {
    width         : 193px;
    /* height     : 41px;  */
    border        : 1px solid rgba(255, 255, 255, 100);
    text-align    : center;
    font-size     : 14px;
    font-family   : "Microsoft Yahei";
    padding       : 10px 0;
}

.sfbz_tab tr th {
    color: #000;
}

.sfbz_tab tr td {
    color     : rgba(26, 26, 26, 100);
    background: #fff;
}


/* 常见问题：问/答样式 */
.ques_ans {
    width: 752px;
}

.cjwt_ques {
    margin-bottom: 18px;
    color        : rgba(1, 102, 182, 100);
}

.cjwt_ans {
    color: rgba(16, 16, 16, 100);
}

.qs1_margin,
.qs3_margin,
.qs4_margin {
    margin: 27px 0 48px 35px;
}

.qs2_margin,
.qs5_margin {
    margin: 0 0 51px 35px;
}

/* 返回按钮的样式 */
.returnButton{
    float: right;
    width: 75px;
    height: 33px;
    line-height: 30px;
    border: 1px solid rgba(1, 102, 182, 100);
    color: rgba(1, 102, 182, 100);
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    margin-right: 69px;
    margin-top: 45px;
}

.returnButton:hover{
    color: #fff;
    background: rgba(1, 102, 182, 100);
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-fujian:before {
  content: "\e607";
}

@font-face {font-family: "iconfont";
  src: url('iconfont.eot?t=1606474198122'); /* IE9 */
  src: url('iconfont.eot?t=1606474198122#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAOgAAsAAAAAB6wAAANTAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCCfgqDGIJbATYCJAMMCwgABCAFhG0HOhudBhEVnFnIfiZkci/sQjEqt4xcRxsCvxmqxjPx8Py9eu57L3NaQmk31rs9FMDSBi4vqmkrXt8C/8ju/XnQXUBVMEphAxEVvlmnAWB69W1Nx9hGRagu2fPUs/yP5P/bnaaM8ziNUgiJkPg8l9Nb+QG2PlBua027e95YgAkGuJeNRVYgAWrMKQyvDnqnjhNoW1JCuDC3dQW6whoXiOsg5A30nENp4YemUK9ZWiBegaKZioinAF7Cz8c/KAcdJLUM1tR1gJkfGH6gfqCRMl8yufkEKKfzQVhFxiFQiE1tYA2kuHCIpK0VyFZgW/2Cr8ZLxVfdV2z2D4+QiDpY3C7YpcXEV901uDQlvUACGdRR8AjgjVqmQ++SRoRIQgJG8PIm4CWQiTFB74mUw5RSMsd9dEfmrZxfba/FYsX9LE99830JWRO8qKEBL+mrq4PaWi6/2kbIHOJuaOBFIx3t4wLjWPEin1/tIF9rpnBTXe4KL3lQRK0ldYwuU/s9g4tSvbvF+8vLCsPj092ErB7BlglFNPKAx7hPVmZvZW9WbLxd3/ua/7aBmJINKGRDLo13jQbehrJClqcovFFRzogVy5ITtCyazuHD+AWfLFxcP1IwWlM6RUvX0s7eNBJjDXhVOa+KwiUeWOlv9uWfeYPCnuyrrxyuq+0fm+zkzIVSw5FlD+dCUTJnigly3lNZEr+W/J8nWZUzsTo+4ZqWwjNlFH5qKSQLXsCMzB/EHwDVSu4mGf6i77jkbnXzZNX9T8fJAJ9f34exaqUAFgLNmwgGP0QJthRdbTlzURWuwgxlDwPzCW09rAIrMvY03DSDuYSmWYqkYYGsaUUWwSFqOo5Q13SMtgOpYjVugi1FaQEK3gRh6IOk7x3Z0Jcsgh9q5v6oG8YSbZuYbNmxHeFwzqgELegXBNO15LjlEPFP6KZacVYdCm/IY0hDGiXFcoEt8hQzxrvLRAiIuwaO5DSs6w567ko0EnmRPo9jqntRZLpmdnCOIUUgC2gvIDA6LfK7i0Pp/SfImdQUbqmoyd4gNgq9g1QkAcjC0EIVt3LJ6M7JCEEAYZ0GOBIfqu1CB/T1g0rIEBE/INfLxUwnQg3R8qbmBcqFGqz9SZEiR9G4Uq2fQrqhqQyqnc0AAA==') format('woff2'),
  url('iconfont.woff?t=1606474198122') format('woff'),
  url('iconfont.ttf?t=1606474198122') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('iconfont.svg?t=1606474198122#iconfont') format('svg'); /* iOS 4.1- */
}

