header {
    height: 6.83rem;
    border-top: .05rem solid #189948;
    box-sizing: border-box;
    background: url(../images/header_bj.png) top center no-repeat;
    background-size: 100%;
    overflow: hidden;
}

.header_top {
    display: flex;
    height: .4rem;
    margin-top: 0.3rem;
    align-items: center;
    justify-content: space-between;
}

.header_top .link {
    display: block;
    height: .4rem;
    line-height: .4rem;
    font-size: .26rem;
    color: #fff;
}

.header_top ul {
    display: flex;
}

.header_top ul li {
    height: 0.4rem;
    line-height: .4rem;
    margin-left: 0.6rem;
}

.header_top ul {
    position: relative;
}

.header_top ul::after {
    content: '';
    width: 0.01rem;
    height: .26rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 59.5%;
    transform: translate(0, -50%);
    background-color: #fff;
}

.header_top ul li a {
    line-height: .4rem;
    font-size: .26rem;
    color: #fff;
}

.header_top ul li:first-child {
    padding-left: 0.35rem;
    background: url(../images/wza.png) left center no-repeat;
    background-size: .23rem;
    box-sizing: border-box;
}

.header_top ul li:last-child {
    padding-left: 0.35rem;
    background: url(../images/zzms.png) left center no-repeat;
    background-size: .23rem;
    box-sizing: border-box;
}

header .logo {
    width: 6.08rem;
    height: 1.65rem;
    margin: .6rem auto 0;
}

header .logo img {
    width: 100%;
}

.search {
    width: 6.55rem;
    height: 0.85rem;
    background: #fff;
    border-radius: 0.05rem;
    overflow: hidden;
    margin: 0.4rem auto 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.search input {
    width: 3.9rem;
    height: 0.8rem;
    margin-left: .3rem;
    font-size: .26rem;
    color: #999999;
    resize: none;
}

.search button {
    width: 1.33rem;
    height: .85rem;
    line-height: .85rem;
    font-size: .26rem;
    color: #fff;
    background: #189948 url(../images/search_ico.png) center center no-repeat;
    background-size: 100% 100%;
    text-indent: .35rem;
    padding: 0;
    border: 0;
    outline: 0;
}

nav {
    height: 1.85rem;
    margin-top: 0.77rem;
    background: #189948;
    position: relative;
    overflow: hidden;
}

nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
}

nav ul li {
    width: 1.56rem;
    height: .91rem;
    line-height: .91rem;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}

nav ul li a {
    display: block;
    font-size: .32rem;
    color: #fff;
    position: relative;
    z-index: 2;
}

nav::after {
    content: '';
    width: 100%;
    height: 0.01rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #19a64e;
}

nav ul li::after {
    content: '';
    width: 0.01rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: -6%;
    background: #19a64e;
}

nav ul li:nth-child(4n)::after {
    display: none;
}

nav ul li a::after {
    content: '';
    width: 0.64rem;
    height: .59rem;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    background: url(../images/nav_ico.png) center center no-repeat;
    background-size: 100%;
}

nav ul li.on a,
nav ul li:hover a {
    color: #ffd590;
    font-weight: bold;
}

nav ul li.on a::after,
nav ul li:hover a::after {
    display: block;
}

.main {
    margin: .5rem auto;
    min-height: 2rem;
    overflow: hidden;
}

.toutiao {
    text-align: center;
    box-sizing: border-box;
}

.toutiao a {
    font-weight: bold;
    font-size: .36rem;
    line-height: .56rem;
    color: #333333;
}

.lunbo {
    width: 6.9rem;
    height: 5.6rem;
    margin-top: 0.5rem;
    border-radius: .1rem;
    overflow: hidden;
    background: #f1f5f8;
    position: relative;
}

.lunbo .bd ul li {
    width: 6.9rem;
    height: 5.6rem;
}

.lunbo .img {
    width: 100%;
    height: 4.06rem;
    overflow: hidden;
}

.lunbo .img img {
    width: 6.9rem;
    height: 100%;
}

.lunbo .txt {
    width: 6.9rem;
    margin-top: 0.4rem;
    height: .4rem;
    line-height: .4rem;
}

.lunbo .txt a {
    width: 100%;
    display: block;
    font-size: .3rem;
    text-align: center;
    color: #333333;
    padding: 0 .2rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lunbo .hd {
    width: 100%;
    height: .15rem;
    position: absolute;
    left: 0;
    bottom: .35rem;
}

.lunbo .hd ul {
    display: flex;
    justify-content: center;
}

.lunbo .hd ul li {
    width: 0.15rem;
    height: 0.15rem;
    margin-right: .1rem;
    border-radius: 100%;
    background: #dcdcdc;
}

.lunbo .hd ul li.on {
    width: .3rem;
    border-radius: .08rem;
    background: #189948;
}

.lunbo .prev,
.lunbo .next {
    width: .8rem;
    height: .8rem;
    position: absolute;
    top: 36%;
    transform: translateY(-36%);
}

.lunbo .prev {
    left: .4rem;
    background: url(../images/idx_lb_prev.png) center center no-repeat;
    background-size: 100% 100%;
}

.lunbo .next {
    right: .4rem;
    background: url(../images/idx_lb_next.png) center center no-repeat;
    background-size: 100% 100%;
}

.news {
    height: 5.1rem;
    margin-top: .5rem;
    overflow: hidden;
}

.news .hd {
    height: .7rem;
    border-bottom: 0.01rem solid #e8e8e8;
    box-sizing: border-box;
}

.news .hd ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.news .hd ul li {
    height: .7rem;
    font-size: .34rem;
    color: #333333;
    font-weight: bold;
    position: relative;
    margin-right: .36rem;
}

.news .hd ul li:last-child {
    margin-right: 0;
}

.news .hd ul li::after {
    content: '';
    width: 100%;
    height: 0.05rem;
    display: none;
    background: #189948;
    position: absolute;
    left: 0;
    bottom: 0;
}

.news .hd ul li.on {
    color: #189948;
}

.news .hd ul li.on::after {
    display: block;
}

.news .list_mobile {
    width: 6.9rem;
}

.banner_mobile {
    width: 100%;
    height: 1.5rem;
    border-radius: 0.1rem;
    overflow: hidden;
    position: relative;
    margin-top: 0.6rem;
}

.banner_mobile img {
    width: 100%;
    height: 1.5rem;
}

.banner_mobile .prev,
.banner_mobile .next {
    width: 0.3rem;
    height: .55rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.banner_mobile .prev {
    left: 0;
    background: url(../images/idx_hf_prev.png) center center no-repeat;
    background-size: 100%;
}

.banner_mobile .next {
    right: 0;
    background: url(../images/idx_hf_next.png) center center no-repeat;
    background-size: 100%;
}

.zwgk_bj {
    margin-top: 0.6rem;
    min-height: 2rem;
    background: #f5fffc;
}

.idx_zwgk_box {
    overflow: hidden;
}

.idx_zwgk_box .tab {
    display: flex;
    justify-content: space-around;
    height: .8rem;
    text-align: center;
    margin-top: 0.5rem;
    border-bottom: 0.01rem solid #e8e8e8;
}

.idx_zwgk_box .tab span {
    display: block;
    height: .8rem;
    font-size: .4rem;
    color: #333333;
    font-weight: bold;
    position: relative;
}

.idx_zwgk_box .tab span::after {
    content: '';
    position: absolute;
    width: .69rem;
    height: .07rem;
    display: none;
    background: #189948;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.idx_zwgk_box .tab span.on {
    color: #189948;
}

.idx_zwgk_box .tab span.on::after {
    display: block;
}

.idx_zwgk_box .content_slide {
    width: 6.8rem;
    margin: .5rem auto;
    padding: .5rem .24rem;
    border-radius: .1rem;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px .03rem .15rem 0px rgba(134, 169, 209, 0.25);
}

.idx_zcwj {
    height: 5.32rem;
    overflow: hidden;
}

.idx_zcwj .hd {
    height: .94rem;
    border-radius: .1rem;
    background: #f1f5f8;
}

.idx_zcwj .hd ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 .5rem;
    box-sizing: border-box;
}

.idx_zcwj .hd ul li {
    height: .94rem;
    line-height: .94rem;
    font-size: .34rem;
    color: #333333;
}

.idx_zcwj .hd ul li.active {
    color: #189948;
}

.idx_zcwj .list_mobile ul li {
    width: 6.3rem;
    overflow: hidden;
}

.idx_zcwj .list_mobile .a2 {
    margin-top: 0.2rem;
}

.idx_zfxxgk {
    margin-top: .5rem;
    overflow: hidden;
}

.idx_zfxxgk h3 {
    font-size: .34rem;
    color: #333333;
}

.idx_zfxxgk ul {
    display: flex;
    margin-top: 0.1rem;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.idx_zfxxgk ul li {
    width: 3rem;
    height: 1.5rem;
    margin-top: 0.3rem;
}

.idx_zfxxgk ul li a {
    display: block;
    padding: .4rem .4rem;
    text-align: center;
    font-size: .3rem;
    line-height: .4rem;
    color: #000000;
    box-sizing: border-box;
}

.idx_zfxxgk ul li a p {
    width: 1.23rem;
    margin-left: .9rem;
}

.idx_zfxxgk ul li:nth-child(1) {
    background: url(../images/idx_zfxxgk_bj1.png) center center no-repeat;
    background-size: 3rem 1.5rem;
}

.idx_zfxxgk ul li:nth-child(2) {
    background: url(../images/idx_zfxxgk_bj2.png) center center no-repeat;
    background-size: 3rem 1.5rem;
}

.idx_zfxxgk ul li:nth-child(3) {
    background: url(../images/idx_zfxxgk_bj3.png) center center no-repeat;
    background-size: 3rem 1.5rem;
}

.idx_zfxxgk ul li:nth-child(4) {
    background: url(../images/idx_zfxxgk_bj4.png) center center no-repeat;
    background-size: 3rem 1.5rem;
}

.idx_zfxxgk ul li:nth-child(5) {
    background: url(../images/idx_zfxxgk_bj5.png) center center no-repeat;
    background-size: 3rem 1.5rem;
}

.idx_zfxxgk ul li:nth-child(6) {
    background: url(../images/idx_zfxxgk_bj6.png) center center no-repeat;
    background-size: 3rem 1.5rem;
}

.idx_zfxxgk ul li:nth-child(6) p {
    width: 1rem;
}

.idx_zfgb {
    width: 100%;
    height: 1.5rem;
    margin-top: 0.5rem;
    border-radius: .1rem;
    overflow: hidden;
}

.idx_zfgb img {
    width: 100%;
    height: 1.5rem !important;
}

#scrollBox3 img {
    width: 100%;
    height: 1.5rem !important;
}


/* 政务服务 */

.idx_msb {
    width: 100%;
    height: 1.5rem;
    overflow: hidden;
}

.idx_msb img {
    width: 100%;
    height: 1.5rem !important;
}

.idx_fwsx {
    margin-top: .5rem;
    height: 4.4rem;
    overflow: hidden;
}

.idx_fwsx .hd {
    height: .6rem;
    overflow: hidden;
}

.idx_fwsx .hd ul {
    display: flex;
    justify-content: space-around;
}

.idx_fwsx .hd ul li {
    height: .6rem;
    position: relative;
    font-size: .34rem;
    color: #333333;
}

.idx_fwsx .hd ul li::after {
    content: '';
    width: 100%;
    height: .04rem;
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #189948;
}

.idx_fwsx .hd ul li.on {
    color: #189948;
    font-weight: bold;
}

.idx_fwsx .hd ul li.on::after {
    display: block;
}

.idx_sx_con {
    height: 3.4rem;
    margin-top: 0.3rem;
    padding: .4rem;
    background: url(../images/idx_sxbj.png) center center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.idx_sx_con .tit {
    width: 100%;
    height: .5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.idx_sx_con .tit h3 {
    font-size: .3rem;
    color: #333333;
    height: .5rem;
    padding-left: .65rem;
    line-height: .5rem;
    box-sizing: border-box;
}

.gr .tit h3 {
    background: url(../images/idx_gr_btico.png) left center no-repeat;
    background-size: .5rem;
}

.idx_sx_con .tit a {
    display: block;
    width: 0.25rem;
    height: .26rem;
    background: url(../images/fw_more.png) center center no-repeat;
    background-size: 100%;
}

.idx_sx_con ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.idx_sx_con ul li {
    width: 1.5rem;
    margin-top: .35rem;
}

.idx_sx_con ul li a {
    display: block;
    font-size: .28rem;
    color: #333333;
    position: relative;
    padding-left: .3rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.idx_sx_con ul li a::after {
    content: '';
    width: 0.08rem;
    height: 0.08rem;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #189948;
}

.fr .tit h3 {
    background: url(../images/idx_fr_bt_ico.png) left center no-repeat;
    background-size: .5rem;
}

.bm .tit h3 {
    background: url(../images/idx_bm_btico.png) left center no-repeat;
    background-size: .5rem;
}

.idx_tszq {
    width: 100%;
    margin-top: 0.5rem;
    overflow: hidden;
}

.idx_tszq h3 {
    font-size: .34rem;
    color: #333333;
}

.idx_tszq ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.idx_tszq ul li {
    width: 3rem;
    height: 1.46rem;
    padding: .44rem .2rem;
    margin-top: .33rem;
    border-radius: .05rem;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px .12rem 0px rgba(215, 215, 215, 0.5);
}

.idx_tszq ul li a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.idx_tszq ul li img {
    width: 0.41rem;
    height: auto !important;
}

.idx_tszq ul li p {
    font-size: .28rem;
    color: #333333;
    margin-left: .2rem;
    text-align: left;
}

.idx_tszq ul li:first-child p {
    line-height: .35rem;
}

.idx_tszq ul li:nth-child(5) {
    line-height: .35rem;
}

.idx_tszq ul li:nth-child(2) img {
    width: .47rem;
}

.idx_tszq ul li:nth-child(3) img {
    width: .54rem;
    height: .48rem !important;
    display: block;
    margin-left: 0;
}


/* .idx_tszq ul li:nth-child(3) p {
    position: relative;
    left: -.53rem;
} */

.idx_tszq ul li:nth-child(4) img {
    width: .47rem;
}

.idx_tszq ul li:nth-child(5) img {
    width: .6rem;
}

.idx_tszq ul li:nth-child(6) img {
    width: .52rem;
}

.idx_tszq .a2 {
    margin-top: 0.4rem;
}


/*互动交流 */

.idx_yjzz {
    height: 6.6rem;
    overflow: hidden;
}

.idx_yjzz .tit {
    height: .5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.idx_yjzz .tit h3 {
    font-size: .34rem;
    color: #333333;
}

.idx_yjzz .tit a {
    font-size: .26rem;
    color: #999999;
}

.idx_yjzz ul li {
    width: 6.2rem;
    height: 1.4rem;
    overflow: hidden;
    margin: .3rem auto 0;
    padding: .2rem;
    box-sizing: border-box;
    border-radius: .05rem;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px .12rem 0px rgba(215, 215, 215, 0.5);
}

.idx_yjzz ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.idx_yjzz ul li a em {
    display: block;
    width: 1rem;
    height: 1rem;
    line-height: .35rem;
    font-size: .26rem;
    color: #333333;
    padding: .15rem .22rem;
    border: 0.01rem solid #d8d8d8;
    box-sizing: border-box;
}

.idx_yjzz ul li a em.on {
    border: 0;
    color: #ffffff;
    background-color: #189948;
}

.idx_yjzz ul li a .cont {
    width: 4.6rem;
    height: .8rem;
    overflow: hidden;
}

.idx_yjzz ul li a .cont span {
    display: block;
    width: 100%;
    line-height: .4rem;
    font-size: .28rem;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.idx_yjzz ul li a .cont p {
    width: 100%;
    font-size: .25rem;
    color: #999999;
    margin-top: 0.1rem;
}

.idx_yjzz .a2 {
    margin-top: 0.4rem;
}

.idx_xxly {
    margin-top: 0.4rem;
    height: 2rem;
    overflow: hidden;
}

.idx_xxly ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.idx_xxly ul li {
    width: 1.9rem;
    height: 2rem;
    padding-top: 0.4rem;
    border-radius: .1rem;
    box-sizing: border-box;
    border: 0.01rem solid #dedede;
}

.idx_xxly ul li a {
    text-align: center;
}

.idx_xxly ul li a img {
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    margin: 0 auto;
}

.idx_xxly ul li a p {
    font-size: .28rem;
    color: #333333;
    font-weight: bold;
    margin-top: .2rem;
}

.idx_zxft {
    margin-top: 0.45rem;
    margin-bottom: 0.6rem;
}

.idx_zxft .tit {
    height: .5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.idx_zxft .tit h3 {
    font-size: .34rem;
    color: #333333;
}

.idx_zxft .tit a {
    font-size: .26rem;
    color: #999999;
}

.idx_zxft .idx_zxft_con .box {
    width: 100%;
    margin-top: 0.3rem;
    margin-bottom: 0.1rem;
    height: 3.56rem;
    border-radius: 0.05rem;
    position: relative;
    overflow: hidden;
}

.idx_zxft .idx_zxft_con .box p {
    width: 100%;
    height: 1.14rem;
    padding: 0 .2rem;
    font-size: .28rem;
    color: #fff;
    line-height: 1.45rem;
    box-sizing: border-box;
    background: url(../images/zxft_bt_bj.png) center center no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.idx_zxft .idx_zxft_con .box img {
    width: 100%;
}

.idx_zjwd {
    margin-top: 0.5rem;
    height: 5.77rem;
}

.idx_zjwd .idx_jzwd_tit {
    width: 4.38rem;
    height: 1.46rem;
    margin: 0 auto;
}

.idx_zjwd .idx_jzwd_tit img {
    width: 100%;
    height: 100%;
}

.idx_zjwd_con {
    width: 3.95rem;
    height: 4.17rem;
    margin: .2rem auto 0;
    background: url(../images/idx_zjwd_bj.png) center center no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.idx_zjwd_con .cont {
    width: 7.16rem;
    height: 3.58rem;
    background: url(../images/idx_zjwd_nrbj.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -1.6rem;
    top: 0.2rem;
    padding: .4rem .7rem;
    box-sizing: border-box;
}

.idx_zjwd_con .cont {
    text-indent: .4rem;
    font-size: .26rem;
    color: #333333;
    line-height: .52rem;
}

.idx_zjwd_con .cont a {
    color: #189948;
}

.idx_ztzl {
    height: 3.3rem;
    overflow: hidden;
}

.idx_ztzl .tit {
    text-align: center;
    height: .8rem;
    border-bottom: 0.01rem solid #e8e8e8;
    box-sizing: border-box;
}

.idx_ztzl .tit a {
    display: block;
    font-size: .4rem;
    color: #333333;
    font-weight: bold;
    height: .8rem;
    position: relative;
}

.idx_ztzl .tit a::after {
    content: "";
    width: .7rem;
    height: 0.07rem;
    display: block;
    background: #189948;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.idx_ztzl_list {
    width: 100%;
    margin-top: 0.3rem;
    height: 2.3rem;
    overflow: hidden;
}

.idx_ztzl_list .swiper-slide {
    width: 4.45rem;
    height: 1.74rem;
    overflow: hidden;
    margin: 0 .2rem;
}

.idx_ztzl_list .swiper-slide img {
    width: 4.45rem;
    height: 1.74rem !important;
}

.idx_ztzl_list .swiper-pagination2 {
    height: .25rem !important;
    text-align: center;
    margin: .2rem auto 0;
}

.idx_ztzl_list .swiper-pagination2 span {
    margin-right: 0.1rem !important;
    border-radius: 100%;
}

.swiper-pagination-bullet-active {
    width: 0.3rem !important;
    border-radius: .07rem !important;
    background: #189948 !important;
}

.idx_ztzl_list .swiper-button-prev {
    width: 0.3rem;
    height: 0.55rem;
    background: url(../images/ztzl_le.png) no-repeat center center;
    background-size: 100%;
    top: 50% !important;
    transform: translateY(-10%) !important;
    left: .81rem !important;
}

.idx_ztzl_list .swiper-button-prev::after {
    display: none;
}

.idx_ztzl_list .swiper-button-next::after {
    display: none;
}

.idx_ztzl_list .swiper-button-next {
    width: 0.3rem;
    height: 0.55rem;
    background: url(../images/ztzl_rt.png) no-repeat center center;
    background-size: 100%;
    top: 50% !important;
    transform: translateY(-10%) !important;
    right: .81rem !important;
}


/* 尾部 */

footer {
    background: #189948;
    padding: .4rem 0;
    box-sizing: border-box;
    border-top: .06rem solid #ffd590;
}

.footer_top {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: .65rem;
    padding: 0 1.8rem;
    background: url(../images/footer_top.png) center center no-repeat;
    background-size: 100%;
    position: relative;
}

.footer_top::after {
    content: '';
    width: 0.01rem;
    height: .14rem;
    display: block;
    background: #73b189;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(50% - .01rem);
}

footer .footer_top>a {
    font-size: .28rem;
    color: #ffffff;
}

footer .footer_con {
    margin-top: 0.3rem;
}

footer .footer_con p {
    font-size: .24rem;
    color: #ffffff;
    text-align: center;
    line-height: .4rem;
}

footer .footer_con p a {
    color: #ffffff;
}

footer .footer_con p a.beian {
    padding-left: .4rem;
    box-sizing: border-box;
    background: url(../images/site_footer_2.png) left center no-repeat;
    background-size: .28rem;
}

footer .footer_con p img {
    width: 0.5rem;
}

footer .bs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.2rem;
}

footer .bs a:first-child {
    margin-right: .3rem;
}

footer .bs a:first-child img {
    width: .43rem;
}

footer .bs a:last-child img {
    width: 1.06rem;
}