@font-face { font-family: "AlimamaShuHeiTi-Bold"; src: url('../fonts/AlimamaShuHeiTi-Bold.otf') }
a{
    color: #333;
}
a:hover{
    /* color: #fff; */
}



.channel-banner {
    background: url(../images/channelbg.jpg) center top no-repeat #1492FF;
    width: 100%;
    height: 520px;
    position: relative;
}
.channel-banner .header-logo {
    height: 85px;
}
.channel-banner .header-logo .container{
    height: 100%;
}

.channel-banner .header-logo .logo-text{
    color: #fff;
    width: 70%;
    font-size: 30px;
    font-weight: bold;
}
.channel-banner .header-logo .logo-text span{
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
}
.channel-banner .header-logo .logo-text span::before{
    content: '';
    display: inline-block;
    width: 1px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 7px;
    bottom: 7px;
}
.channel-banner .header-logo .user-login{

    text-align: right;
    width: 30%;
    justify-content: flex-end;
}
.channel-banner .header-logo .user-login a{
    color: #fff;
    text-decoration: none;
}


.channel-banner .header-nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    height: 50px;
    line-height: 50px;
    z-index: 999;
    position: static;
    width: 100%;
}
.channel-banner .header-nav .container{
    height: 100%;
    align-items: center;
    display: flex;
}
.channel-banner .header-nav ul{
    position: relative;
}
.channel-banner .header-nav li {
    float: left;
    margin-right: 80px;
    font-size: 20px;
    position: static;
    color: #fff;
    padding-bottom: 3px;
    border-bottom: 4px solid transparent;
    position: relative;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}
.channel-banner .header-nav li a{
    color: #fff;
}
.channel-banner .header-nav li ul{
    visibility: hidden;
    position: absolute;
    list-style: none;
    top: 30px;
    left: 0px;
    z-index: 10;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, .3);
    border-radius: 4px;
    opacity: 0;
    margin: 20px 0 0 0;

    border: 1px solid #efefef;
    width: 117px;
    padding-left: 10px;
    color: #333;
    padding-right: 10px;
}
.channel-banner .header-nav>.container>li:hover ul{

    opacity: 1;
    visibility: visible;
    margin: 10px 0 0 0;
    padding: 10px;
}
.channel-banner .header-nav li ul li a{
    width: 100%;
    color: #666;
}

.channel-banner .header-nav li:hover ul li{
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    line-height: 40px;
    text-align: center;
}
.channel-banner .header-nav li:hover ul li:last-child{
    border-bottom: 0;
}
.channel-banner .header-nav li ul a{
    color: #333;
}

.channel-banner .header-nav li:hover,.channel-banner .header-nav li.active{
    border-bottom: 4px solid white;
    font-weight: bold;
}

.channel-banner .channel-search {
    width: 780px;
    margin: 0px auto;
    padding-top: 70px;
}
.channel-banner .channel-search_title {
    font-size: 30px;
    text-align: center;
    color: #f2f2f2;
    padding-bottom: 35px;
}
.channel-banner .channel-search .channel-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.channel-banner .channel-search .channel-box_left {
    width: 780px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    background: #fff;
}
.channel-banner .channel-search .channel-box_left .channel-search_box {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.channel-banner .channel-search .channel-box_left .channel-search_box .select-type {
    width: 110px;
    position: relative;
    padding: 10px 0px;
    text-align: center;
}
.channel-banner .channel-search .channel-box_left .channel-search_box .select-type span {
    font-size: 14px;
    cursor: pointer;
    color: #333;
    width: 100%;
    line-height: 42px;
    height: 42px;
    display: block;
    position: relative;
}
.channel-banner .channel-search .channel-box_left .channel-search_box .select-type span:after {
    position: absolute;
    top: 18px;
    right: 3px;
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #666;
    border-radius: 2px;
}
.channel-banner .channel-search .channel-box_left .channel-search_box .select-type ul {
    display: none;
    position: absolute;
    background: #fff;
    border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    padding-bottom: 10px;
    left: 0px;
    top: 60px;
    width: 100%;
    z-index: 555;
}
.channel-banner .channel-search .channel-box_left .channel-search_box .select-type ul li {
    text-align: center;
    cursor: pointer;
    line-height: 30px;
    height: 30px;
    color: #333;
    font-size: 14px;
}
.channel-banner .channel-search .channel-box_left .channel-search_box .select-type ul li:hover {
    background-color: rgba(0, 122, 255, 0.2);
}
.channel-banner .channel-search .channel-box_left .channel-search_box .channel-search_input {
    width: 520px;
    /* width: calc(100% - 140px); */
    display: flex;
    justify-content: space-between;
    border-left: 1px solid #eee;
}
.channel-banner .channel-search .channel-box_left .channel-search_box .channel-search_input input[type="text"] {
    font-size: 15px;
    color: #333;
    width: 100%;
    padding: 10px 15px;
    border: none;
    outline: 0;
}
.channel-banner .channel-search .channel-box_left .channel-search_box .channel-search_input input[type="text"].input-error::-webkit-input-placeholder {
    color: red;
}
.channel-banner .channel-search .channel-box_left .channel-search_box .channel-search_input input[type="text"].input-error::-ms-input-placeholder {
    color: red;
}
.channel-banner .channel-search .channel-box_left .channel-search_box .channel-search_input input[type="text"].input-error::-moz-input-placeholder {
    color: red;
}
.channel-banner .channel-search .channel-box_left .channel-search_box .channel-search_input i.iconfont {
    font-size: 22px;
    line-height: 45px;
    height: 45px;
    color: #ddd;
}
.channel-banner .channel-search .channel-box_left .channel-search_box .search-btn {
    background: #1492FF;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 13px 40px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: none;
    margin-right: 5px;
}
.channel-banner .channel-search .channel-box_right {
    width: 100px;
}
.channel-banner .channel-search .channel-box_right a {
    line-height: 25px;
    height: 60px;
    width: 100%;
    display: block;
    padding: 0px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding-top: 5px;
}
.hot-search {
    margin: 15px auto;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    padding-left: 30px;
    position: relative;
}
.hot-search svg{
    position: absolute;
    left: 0;
    top: -2px;
    width: 22px;
    height: 22px;
}
.hot-search b {
    color: #ffffff;
}
.hot-search i {
    font-size: 22px;
    margin-right: 5px;
    color: #ffffff;
}
.hot-search a {
    padding: 0px 8px;
    color: rgba(255, 255, 255, 0.9);
    opacity: 0.9;
}
.hot-search a:Hover {
    color: #ffffff;
    opacity: 1;
}
.hot-search a:visited {
    color: rgba(255, 255, 255, 0.9);
    opacity: 0.9;
}
.hot-search a:active {
    color: rgba(255, 255, 255, 0.9);
    opacity: 0.9;
}

.num-area {
    margin-top: -70px;
    z-index: 1;
    position: relative;

}
.num-area .container {
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px 50px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    z-index: 99;
}
.num-area ul li p {
    text-align: center;
    font-size: 16px;
    color: #333;
}
.num-area ul li h5 {
    color: #007aff;
    font-size: 16px;
    margin-bottom: 10px;
}
.num-area ul li h5 span {
    font-weight: 700;
    font-size: 42px;
}

/*====== 悬浮栏 ======*/
.toolBar{
    position: fixed;
    right: 10px;
    top:25%;
    z-index: 1000;
}

.toolBar ul li{
    /* 过度动画 */
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    width: 54px;
    margin: 0 0 10px 0;
    padding-bottom: 8px;
    background-color: #fff;
    border: 1px solid #ececec;
    box-shadow:0 0 4px 1px rgba(228, 232, 239, 0.5);
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #333;
    line-height: 1.2;
    height: 90px;
}

.toolBar ul li:hover {
    color: #007aff;
    border: 1px solid #007aff;
}

.toolBar ul li a{
    color: #555;
}
.toolBar ul li img{
    width: 30px;
    height: 30px;
    margin-bottom: 3px;
}


.indexTit {
    height: 30px;
    line-height: 30px;
    padding: 40px 0 30px;
    position: relative;
    box-sizing: content-box;
    width: 100%;

}
.indexTit::before{
    position: absolute;
    content: "";
    left: 0;
    top: 44px;
    bottom: 30px;
    width: 7px;
    background-color: #1492ff;
}

.indexTit h5 {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    margin-right: 20px;
    min-width: 130px;
    margin-left: 25px;

}
.indexTit p {
    font-size: 18px;
    color: #888;
}

/* 图片新闻 */

.zxzx-area {
    background: url(../images/area-bg1.png) center bottom no-repeat;
    background-size: cover;
    margin-top: -70px;
    padding-top: 70px;
    height: 580px;
}
.zxzx-area .swiper {
    width: 655px;
    height: 336px;
    margin-right: 10px;
}
.zxzx-area .swiperlist  {
    width: calc(100% - 655px);
}
.zxzx-area .swiperlist  ul{
    width: 100%;
}
.zxzx-area .swiperlist li {
    width: 100%;
    height: 60px;
    line-height: 50px;
    padding-left: 15px;
    box-sizing: border-box;
    padding-right: 15px;
    font-size: 18px;
}

.zxzx-area .swiperlist li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zxzx-area .swiperlist li span {
    display: block;
}
.zxzx-area .swiperlist li span.time {
    width: 22%;
    color: #999;
    text-align: right;
}
.zxzx-area .swiperlist li span.tit {
    width: 78%;
    color: #333;
}

.zxzx-area .carousel{
    width: 100%;
    height: 360px;
}
.zxzx-area .carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    background: #333333;
    background: rgba(0, 0, 0, 0.75);
}
.zxzx-area .carousel-caption p {
    color: #ffffff;
    line-height: 20px;
    margin-bottom: 0;
    text-align: left;
    width: 70%;
}
.zxzx-area .carousel-inner > .item,
.zxzx-area .carousel-inner{
    height: 100%;
}
.zxzx-area .carousel-inner img {height: 100%!important; width: 100%!important;}
.zxzx-area .carousel-indicators {right: 20px;left:auto;width: auto;}


/* 找服务 */
.zfw-area {
    flex-wrap: wrap;
    flex: 1 auto;
    justify-content: space-between;
}
.zfw-area .top-box {
    width: 220px;
    height: 148px;
    background: #fff;
    border-radius: 0 0 0 0;
    padding: 15px 18px 15px;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    display: flex;
    transition: all .3s;
    border: 2px solid #fff;
    border-radius: 3px;
    margin-top: 10px;


}
.zfw-area.col-9 .top-box{
    width: 150px;
}
.zfw-area .top-box.active{
    background-color: var(--color);
}
.zfw-area .top-box.active .title,
.zfw-area .top-box.active .label{
    color: #fff;
}
.zfw-area .top-box:hover{
    box-shadow: 0 4px 20px #0000001a;
    margin-top: 0px;

}
.zfw-area .top-box.active:hover{
    margin-top: 10px;
}
.zfw-area .top-box .img {
    margin-bottom: 20px
}
.zfw-area .top-box .title {
    font-weight: 700;
    font-size: 18px;
    color: #222;
}
.zfw-area .top-box .label, .zfw-area .top-box .title {
    font-family: Microsoft YaHei;
    font-style: normal;
    text-transform: none
}

.zfw-area .top-box .label {
    font-weight: 400;
    font-size: 14px;
    color: #666;
    text-align: center;
    white-space: break-spaces;
}

.zfw-area .top-box svg{
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

/* 找政策 */
.ssx_block3con {
    width: 100%;
    height: 511px;
    padding-bottom: 40px;
}
.ssx_block3con .ssx_block3menu {
    width: 271px;
    height: 100%;
    color: #fff;
    box-sizing: border-box;
    background: url(../images/ssx_bg03.jpg) no-repeat bottom center;
}
.ssx_block3con .ssx_block3menu h2 {
    padding-top: 35px;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
}
.ssx_block3con .ssx_block3menu h5 {
    padding-right: 20px;
    margin-bottom: 50px;
}
.ssx_block3con .ssx_block3menu h2,
.ssx_block3con .ssx_block3menu h5 {
    padding-left: 20px;
    box-sizing: border-box;
}
.ssx_block3con .ssx_block3menu ul li {
    height: 45px;
    line-height: 45px;
    font-size: 18px;

}
.ssx_block3con .ssx_block3menu ul li a{
    color: #fff;
}
.ssx_block3con .ssx_block3menu ul li span {
    display: block;
    margin-left: 70px;
    font-size: 18px;
}
.ssx_block3con .ssx_block3menu ul li.active {
    background-color: rgba(255, 255, 255, .2);
    font-weight: 700;
}
.ssx_block3con .ssx_block3menu li.march {
    font-weight: 700;
    padding: 10px 30px;
    color: #fff;
    background: #f3ac69;
    margin-top: 20px;
}
.ssx_block3con .ssx_block3menu .line {
    height: 1px;
    background-color: #003577;
    margin: 20px 20px 0 20px;
    box-sizing: border-box;
}
.ssx_block3con .ssx_block3menu .line2 {
    height: 1px;
    background-color: #4c93f6;
    margin: 0 20px 20px 20px;
    box-sizing: border-box;
}

.ssx_block3list {
    background-color: #fff;
    width: calc(100% - 271px);
    height: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

.ssx_block3list ul li {
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 16px;
}
.ssx_block3list ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.ssx_block3list ul li .tit {
    width: 68%;
}
.ssx_block3list ul li .tit a {
    width: 100%;
    color: #333;
    display: block;
    margin-bottom: 12px;
    font-size: 18px;
}
.ssx_block3list ul li .tit .tag span {
    padding: 5px 10px;
    margin-right: 15px;
    border-radius: 3px;
}
.ssx_block3list ul li .tit .tag span.org {
    background: #ffeede;
    color: #ff8819;
}
.ssx_block3list ul li .tit .tag span.gre {
    background: #eaf4e7;
    color: #78b167;
}
.ssx_block3list ul li .tit .tag span.pur {
    background: #e5eefd;
    color: #7895dd;
}
.ssx_block3list ul li .time {
    color: #b6b6b6;
}
.ssx_block3list ul li .btn {
    padding: 5px 15px;
    background-color: #1492ff;
    border-radius: 3px;
    color: #fff;
}
.zcCalculate{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}
.zcCalculate .text {
    font-weight: 700;
    padding: 5px 20px;
    background: #fff;
    color: var(--color);
    border-radius: 25px;
    font-size: 24px;
    margin-right: 10px;
    width: 180px;
    text-align: center;
}
.zcCalculate .text a{
    color: var(--color);
}

/* 企业展台 */
.qyzt-area{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.qyzt-area .item{
    background-color: rgba(255, 255, 255, 1);
    border-radius: 2px;
    overflow: hidden;
    width: calc(20% - 16px);
    transition: all .3s;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
}
.qyzt-area .item:hover{
    box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
    cursor: pointer;

}
.qyzt-area .item:hover img{
    transform: scale(1.1);
}
.qyzt-area .item .img-wrap{
    height: 180px;
    width: 100%;
    overflow: hidden;
}
.qyzt-area .item .img-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;

}

.qyzt-area .item svg{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.qyzt-area .item svg path{
    fill: #888;
}

/* 数字赋能 */
.zcLeftBox{
    width: 880px;
    height: 480px;
    position: relative;
}

.policyMore {
    position: absolute;
    right: 5px;
    top: 20px;
    height: auto;
    color: #999;
}
.policyMore:hover{
    color: #555;
}
.titleBox{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ededed;

}
.titleBox span{
    padding-top: 1px;
    height: 48px;
    line-height: 48px;
    font-size: 22px;
    color: var(--color);
    border-bottom: 4px solid var(--color);

}
.width100 {
    width: 100%;
}
.policyUl{
    width: 100%;
    height: 100%;
    padding-top: 20px;
    box-sizing: border-box;
}
.policyUl li{
    width: 100%;
    height: 65px;
    box-sizing: border-box;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    border-bottom: 1px dashed #ccc;
}
.policyUl li:last-child{
    border-bottom: 0;
}
.policyUl li .lipTitle{
    width: 720px;
    height: 65px;
    line-height: 65px;
    font-size: 18px;
    color: #333;
    float: left;
}
.policyUl li .lipTitle:hover{
}
.policyUl li .lipTime{
    width: 120px;
    height: 65px;
    line-height: 65px;
    color: #999;
    text-align: right;
    font-size: 16px;
}

.zcRightBox{
    width: 450px;
    height: 480px;
}
.zcRightUl {
    padding-top: 12px;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-around;
    gap: 20px;
}
.zcRightUl li{
    width: 47%;
    height: 214px;
    border: 1px solid #fff;
    background: #fff;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 0px 1px 10px 0px rgba(102, 102, 102, 0.1);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.3s ease;
    border-radius: 3px;
}


.zcRightUl li .liBtBox{
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.zcRightUl li .liBtBoxDesc{
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #999;
    margin-bottom: 10px;
}
.zcRightUl li .zcLink{
    width: 98px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 28px;
    border: 1px solid var(--color);
    color: var(--color);
    font-size: 16px;
    transition: all .3s;

}

.zcRightUl li:hover .zcLink{
    background: var(--color);
    color: #fff;
    margin-bottom: 10px;
}

.zcRightUl li svg{
    width: 60px;
    height: 60px;
    transition: all .3s;
}
.zcRightUl li:hover svg{
    top: 10px;
}

/* 我的诉求 */
.appeal-wrap{


}
.appeal-wrap .info-wrap{
    width: 100%;
    background-color: rgb(247 249 253 / var(--tw-bg-opacity, 1));
    padding: 20px;
}
.appeal-wrap .info-wrap .step-wrap{
    width: 100%;
    padding: 0 20px;
}
.appeal-wrap .info-wrap .step-wrap li{
    font-size: 18px;
    font-weight: bold;
}
.appeal-wrap .info-wrap .step-wrap img{
    width: 36px;
    height: 36px;
    margin-left: 60px;
}
.appeal-wrap .info-wrap .step-wrap svg{
    width: 50px;
    height: 50px;
}

.appeal-wrap .info-wrap  .table-wrap{
    padding-top: 12px;
    width: 100%;
}
.appeal-wrap .info-wrap  .table-wrap .table-header{
    color: rgba(0, 0, 0, .6);
    background-color: white;
    height: 50px;

}
.appeal-wrap .info-wrap  .table-wrap .table-header .tit{
    flex-shrink: 0;
    text-align: center;
    width: 120px;
}

.appeal-wrap .info-wrap  .table-wrap .swiper {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}
.appeal-wrap .info-wrap  .table-wrap .swiper  .swiper-slide {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}
.appeal-wrap .info-wrap  .table-wrap .swiper .appeal-item {
    border-bottom: 1px solid rgba(0,0,0,.05);
    height: 50px;
}

.appeal-wrap .info-wrap  .table-wrap .swiper .appeal-item .text-primary {
    color: var(--color);
}



.appeal-wrap .info-wrap .table-wrap .appeal-item>div {
    flex-shrink: 0;
    text-align: center;
    width: 120px
}

.card-wrap{
    width: 350px;
    background-color: rgb(247 249 253 / var(--tw-bg-opacity, 1));
    margin-right: 20px;
    padding: 20px;
}
.card-wrap .fbsq-area{
    background: url(../images/img-3.png) center center no-repeat;
    background-size: 100% 100%;
    margin-bottom: 22px;
    width: 100%;
    height: 138px;
    color: #fff;
    padding:20px;
    border-radius: 3px;
    cursor: pointer;
}
.card-wrap .fbsq-area .title{
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: bold;
}

.card-wrap .sqcx-area{
    background: url(../images/img-4.png) center center no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 138px;
    color: #fff;
    padding:20px;
    border-radius: 3px;
    cursor: pointer;
}
.card-wrap .sqcx-area .title{
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: bold;
}

/* 翻页 */
.pager {
    margin: 50px 0;
    text-align: center;
}
.m-pagination-page, .m-pagination-info, .m-pagination-size, .m-pagination-jump {
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
}
.m-pagination-page>li {
    margin-left: 10px;
    list-style: none;
    float: left;
    cursor: pointer;
}
.m-pagination-page>li a{
    color: #555;
    border-radius: 2px;
}
.m-pagination-page>li.active>a {
    color: #fff;
    background-color: var(--color);
    border-color: #4E9DE2;
}
.pager .m-pagination-page > li.active > a {
    background-color: var(--color);
    border-color: #317AC9;
}
.m-pagination-group>input {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 48px;
    height: 37px;
    border:1px solid #ddd;
    text-align: center;
    box-sizing: content-box;
    color: #535353;
    border-color: #dce0e0;
    border-radius: 2px;
    box-sizing: border-box;
}

.m-pagination-group .go{
    border:0;
    background-color: transparent;
}

.queryBtn {
    padding: 10px 20px;
    background-color: #1492FF;
    font-size: 15px;
    border-radius: 3px;
    color: #fff;
}
