    @charset "utf-8";
    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }
    
    li {
        list-style: none;
    }
    
    a {
        text-decoration: none;
    }
    
    h2,
    h3,
    i,
    em {
        font-style: normal;
    }
    
    @font-face {
        font-family: "sisong";
        src: url(../style/sySong.woff);
        font-weight: normal;
        font-style: normal;
    }
    
    html,
    body {
        font-family: "微软雅黑";
    }
    
    input,
    img,
    a,
    button {
        outline: none;
        border: 0;
    }
    
    .clear {
        clear: both;
    }
    
    .pic {
        position: relative;
        overflow: hidden;
        padding-top: 75%;
    }
    
    .pic img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all .3s;
    }
    
    .pic:hover img {
        transform: scale(1.2);
    }
    
    .wp {
        max-width: 14rem;
        margin: 0 auto;
    }
    
    .flex {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }
    
    .flex-center {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .flex-v-center {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center
    }
    
    .l2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .l3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    
    @media (min-width:3000px) and (max-width:4000px) {
        html {
            font-size: 130px!important;
        }
        .wp {
            max-width: 18rem!important;
        }
    }
    
    @media (min-width:1930px) and (max-width:3000px) {
        html {
            font-size: 120px!important;
        }
        .wp {
            max-width: 17rem !important;
        }
    }
    
    @media screen and (max-width:1930px) {
        html {
            font-size: 100px!important;
        }
    }
    
    @media screen and (max-width:1800px) {
        html {
            font-size: 95px!important;
        }
    }
    
    @media screen and (max-width:1600px) {
        html {
            font-size: 90px!important;
        }
    }
    
    @media screen and (max-width:1400px) {
        html {
            font-size: 85px!important;
        }
    }
    
    @media screen and (max-width:1024px) {
        html {
            font-size: 75px!important;
        }
    }
    
    @media screen and (max-width:900px) {
        html {
            font-size: 70px!important;
        }
    }
    
    @media screen and (max-width:640px) {
        html {
            font-size: 80px!important;
        }
    }
    
    @media screen and (max-width:480px) {
        html {
            font-size: 80px!important;
        }
    }
    
    @media screen and (max-width:375px) {
        html {
            font-size: 75px!important;
        }
    }
    
    @media screen and (max-width:360px) {
        html {
            font-size: 70px!important;
        }
    }
    
    @media screen and (max-width:350px) {
        html {
            font-size: 65px!important;
        }
    }
    
    @media(min-width: 1200px) {
        @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 120dpi) {}
        @media (-webkit-min-device-pixel-ratio: 1.05) {
            @media screen and (min-width: 1920px) {
                html {
                    font-size: 100px!important;
                }
            }
            @media screen and (max-width:1920px) {
                html {
                    font-size: 95.5px!important;
                }
            }
        }
        @media (-webkit-min-device-pixel-ratio: 1.1) {
            @media screen and (min-width: 1920px) {
                html {
                    font-size: 100px!important;
                }
            }
            @media screen and (max-width:1920px) {
                html {
                    font-size: 92.5px!important;
                }
            }
        }
        @media (-webkit-min-device-pixel-ratio: 1.15) {
            @media screen and (min-width: 1920px) {
                html {
                    font-size: 80px!important;
                }
            }
            @media screen and (max-width:1920px) {
                html {
                    font-size: 87px!important;
                }
            }
        }
        @media (-webkit-min-device-pixel-ratio: 1.20) {
            @media screen and (min-width: 1920px) {
                html {
                    font-size: 80px!important;
                }
            }
            @media screen and (max-width:1920px) {
                html {
                    font-size: 84px!important;
                }
            }
        }
        @media (-webkit-min-device-pixel-ratio: 1.25) {
            @media screen and (min-width: 1920px) {
                html {
                    font-size: 80px!important;
                }
            }
            @media screen and (max-width:1920px) {
                html {
                    font-size: 80px!important;
                }
            }
        }
        @media (-webkit-min-device-pixel-ratio: 1.5) {
            @media screen and (min-width: 1920px) {
                html {
                    font-size: 80px!important;
                }
            }
            @media screen and (max-width:1920px) {
                html {
                    font-size: 70px!important;
                }
            }
        }
    }
    /* 搜索 */
    
    .search-dialog-box {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100vh;
        z-index: 1000000;
        opacity: 0;
        visibility: hidden;
        transition: all 0.6s ease 0s;
    }
    
    .search-dialog-box.on {
        opacity: 1;
        visibility: visible;
    }
    
    .search-dialog-box a {
        position: absolute;
        width: 0.48rem;
        height: 0.48rem;
        z-index: 10;
        right: 0.25rem;
        top: 0.25rem;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 100%;
    }
    
    .search-dialog-box a i {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background: url(../images/close.png) no-repeat center center;
        background-size: 0.2rem auto;
        transition: all 0.6s ease 0s;
    }
    
    .search-dialog-box a i:hover {
        transform: rotate(180deg);
    }
    
    .search-dialog-box.on .search-bg {
        height: 100vh;
    }
    
    .search-dialog-box .search-bg {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 0px;
        margin: 0px;
        background: 0% 0% / cover no-repeat rgba(0, 0, 0, 0.7);
        transform-origin: center center;
        transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    }
    
    .search-dialog {
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        z-index: 2;
    }
    
    .search-dialog .search-inner {
        overflow: hidden;
        margin-top: 0px;
    }
    
    .search {
        position: relative;
        max-width: 9rem;
        width: 100%;
        padding-right: 1rem;
        margin: 0px auto;
        background-color: rgba(255, 255, 255, 0.1);
        box-sizing: border-box;
        transition: all 0.3s ease 0s;
        font-size: 0;
    }
    
    .search input[type="text"] {
        width: 100%;
        height: 0.7rem;
        background-color: rgb(255, 255, 255);
        font-size: 0.2rem;
        color: #666;
        transition: all 0.3s ease 0s;
        padding: 0px 0.2rem;
        box-sizing: border-box;
    }
    
    .search span {
        position: absolute;
        width: 1rem;
        top: 0;
        bottom: 0;
        right: 0;
        background: #055ead;
    }
    
    .search span input[type="image"] {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    /* 搜索结束 */
    
    .header {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        background: #003164;
        z-index: 99;
    }
    
    .header .logo {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        z-index: 9;
        font-size: 0;
    }
    
    .header .logo a {
        display: block;
    }
    
    .header .logo a img {
height: 1.16rem

    }
    
    .header.on .logo img {
        height: .75rem;
    }
    
    .link-top {
        height: .4rem;
        line-height: 0.4rem;
        text-align: right;
        font-size: 0;
    }
    
    .header.on .link-top {
        display: none;
    }
    
    .link-top a {
        display: inline-block;
        font-size: 0.14rem;
        color: #9cbcda;
        margin-left: 0.3rem;
    }
    
    .link-top a:hover {
        text-decoration: underline;
    }
    
    .link-top a img {
        display: inline-block;
        vertical-align: middle;
        padding-right: 0.1rem;
    }
    
    .link-top a.sousuo {
        padding-right: 0;
    }
    
    #nav {
        position: relative;
        background: #074f9e;
    }
    
    #nav::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        border-left: 0.6rem solid #003164;
        border-bottom: 0.75rem solid transparent;
    }
    
    #nav::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        border-right: 0.6rem solid #003164;
        border-bottom: 0.75rem solid transparent;
    }
    
    .nav {
        position: relative;
    }
    
    .nav ul {
        font-size: 0;
    }
    
    .nav .nav-l,
    .nav .nav-r {
        width: 26.5%;
    }
    
    .nav .nav-l>ul>li>a,
    .nav .nav-r>ul>li>a {
        display: block;
        font-size: 0.18rem;
        color: #fff;
        padding-top: .22rem;
        padding-bottom: .29rem;
    }
    
    .nav .nav-l>ul>li:hover>a,
    .nav .nav-r>ul>li:hover>a {
        font-weight: bold;
        text-decoration: underline;
    }
    
    .nav .nav-l>ul>li>ul,
    .nav .nav-r>ul>li>ul {
        position: absolute;
        left: -0.45rem;
        right: -0.45rem;
        top: 98%;
        font-size: 0;
        text-align: center;
        background: #dcebf5;
        opacity: 0;
        z-index: -1;
        transform: translateY(10px);
        transition: all .3s;
    }
    
    .nav .nav-l>ul>li:hover>ul,
    .nav .nav-r>ul>li:hover>ul {
        z-index: 1;
        opacity: 1;
        transform: translateY(0);
    }
    
    .nav ul li ul::before {
        content: "";
        position: absolute;
        left: -0.3rem;
        top: 0;
        border-right: .3rem solid #dcebf5;
        border-bottom: .57rem solid transparent;
    }
    
    .nav ul li ul::after {
        content: "";
        position: absolute;
        right: -0.3rem;
        top: 0;
        border-left: .3rem solid #dcebf5;
        border-bottom: .57rem solid transparent;
    }
    
    .nav ul li ul li {
        display: inline-block;
        line-height: .5rem;
        margin: 0 0.5rem;
    }
    
    .nav ul li ul li a {
        font-size: .18rem;
        color: #666666;
    }
    
    .nav ul li ul li:hover a {
        color: #055ead;
        text-decoration: underline;
    }
    
    .banner a {
        position: relative;
        display: block;
    }
    
    .banner a::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: url(../images/banner-tc.png) no-repeat center bottom;
        background-size: 100% auto;
        ;
    }
    
    .banner a img {
        display: block;
        width: 100%;
    }
    
    .banner .slick-dots {
        width: auto;
        right: 2.6rem;
        bottom: .55rem;
    }
    
    .banner .slick-dots li {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #fff;
        vertical-align: middle;
        margin: 0 .15rem;
        transition: all .3s;
    }
    
    .banner .slick-dots li.slick-active {
        width: 0.39rem;
        height: 0.3rem;
        background: url(../images/slick.png) no-repeat center center;
        background-size: 0.3rem auto;
    }
    
    .foot {
        padding-top: .75rem;
        padding-bottom: .7rem;
        background: url(../images/foot-top-bg.jpg) no-repeat center top;
        background-size: cover;
    }
    
    .ft-logo {
    width: 100%;
    height: auto;

        font-size: 0;
    }
 .ft-logo img{
   width: 488px;
    height: auto;
}
    
    .ft-logo a {
        display: block;
    }
    
    .ft-dz {
        font-size: 0;
        margin-top: .35rem;
    }
    
    .ft-dz ul li {
        position: relative;
        display: inline-block;
        margin-right: .5rem;
        padding-left: .7rem;
    }
    
    .ft-dz ul li span {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: .55rem;
        height: .55rem;
        background: url(../images/ft-dz-icon.png) no-repeat center center;
        background-size: 100%;
    }
    
    .ft-dz ul li span img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: .24rem;
    }
    
    .ft-dz ul li p {
        font-size: .16rem;
        color: #fff;
    }
    
    .ft-r p {
        font-size: .16rem;
        color: #fff;
    }
    
    .ft-down {
        padding: .25rem 0;
        background: #003164;
        text-align: center;
    }
    
    .ft-down p {
        font-size: 20px;
    }
    
    .ft-down p span {
        display: inline-block;
        font-size: .16rem;
        color: #9fbbd8;
        margin: 0 .15rem;
    }
    
    .m_header_box {
        transition: .6s;
        display: none;
        height: .7rem;
        position: relative;
        z-index: 100000;
    }
    
    .m_header_box header {
        padding: 0 0 0 .15rem;
        height: .7rem;
        background: #2150a4;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
        background-size: cover;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .m_header_box header #logo img {
        height: .5rem;
    }
    
    .m_header_box header #logo {
        padding: 0;
        width: 100%;
        font-size: 0;
    }
    
    .m_header_box .list_box1 {
        margin-right: .4rem;
    }
    
    .m_header_box .list_box1 .li a {
        border-radius: 0;
        width: 28px;
        height: 20px;
        font-size: 10px;
    }
    /*?ˉ?è?a??‰é’???�?§?*/
    
    #nav_btn_box.on {
        background: none;
    }
    
    #nav_btn .point.on .navbtn::after,
    #nav_btn .point.on .navbtn::before {
        /* background: #fff; */
    }
    
    #nav_btn_box {
        position: relative;
        width: .85rem;
        height: .7rem;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        min-width: .85rem;
        font-size: 0;
    }
    
    #nav_btn_box:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #e2640c;
    }
    
    #nav_btn_box:after {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: -.08rem;
        border-right: #e2640c 7px solid;
        border-bottom: transparent .7rem solid;
    }
    
    #nav_btn {
        cursor: pointer;
        text-align: center;
        z-index: 99999;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        outline: none;
        box-shadow: none;
        pointer-events: none;
    }
    
    #nav_btn .point {
        display: inline-block;
        width: .34rem;
        height: 18px;
        position: relative;
        outline: none;
    }
    
    #nav_btn .point:hover .navbtn,
    #nav_btn .point:hover .navbtn::after,
    #nav_btn .point:hover .navbtn::before {
        width: 100%;
    }
    
    #nav_btn .navbtn {
        position: absolute;
        top: 50%;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 2px;
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        background: #fff;
        margin-top: -1px;
    }
    
    #nav_btn .navbtn::after,
    #nav_btn .navbtn::before {
        position: absolute;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 2px;
        content: '';
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        background: #fff;
    }
    
    #nav_btn .navbtn::after {
        top: -8px;
    }
    
    #nav_btn .navbtn::before {
        top: 8px;
    }
    
    #nav_btn .point.on .navbtn {
        background: transparent;
    }
    
    #nav_btn .point.on .navbtn::after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0px;
    }
    
    #nav_btn .point.on .navbtn::before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0px;
    }
    
    .m_nav_list {
        flex-direction: column;
        /* justify-content: center; */
        width: 100%;
        height: 100%;
        overflow: auto;
        align-items: center;
        display: flex;
        background: rgba(255, 255, 255, .1);
    }
    
    .m_nav_list::-webkit-scrollbar {
        display: none
    }
    
    #m_nav {
        z-index: 99999;
        position: fixed;
        width: 100%;
        height: 100vh;
        right: -105vw;
        top: 0;
        display: none;
        padding: 84px 20px 30px;
        overflow: hidden;
        pointer-events: none;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        background: #2150a4;
        background-size: cover;
        opacity: 0;
        visibility: hidden;
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
    }
    
    #m_nav .close {
        position: absolute;
        top: 7px;
        right: 15px;
        left: 15px;
        font-size: 30px;
        color: #333;
        z-index: 10000;
        /* background: rgba(255,255,255,.1); */
        width: auto;
        height: 35px;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0 0;
    }
    
    #m_nav.act {
        pointer-events: auto;
        right: 0;
        opacity: 1;
        visibility: visible;
    }
    
    #m_nav .search_box input.submit {
        background: #0656b7 url(../images/submit.svg) center no-repeat;
        background-size: 1.75rem;
    }
    
    #m_nav .old_rukou {
        margin: .24rem 0 0;
        width: 100%;
    }
    
    #m_nav .list_box1 {
        width: calc(100% + 6px);
        justify-content: center;
    }
    
    #m_nav .list_box1 li a {
        font-size: .18rem
    }
    
    .list_box_nav_mobile {
        width: 100%;
        height: 100%;
        /* background: rgba(255,255,255,.1); */
        padding: 0 0 10px;
        overflow: hidden;
        overflow-y: scroll;
        margin: 0;
        flex: 1;
    }
    
    .list_box_nav_mobile>li {
        width: 100%;
        overflow: hidden;
        padding: 0;
        position: relative;
        margin: 0 auto;
    }
    
    .list_box_nav_mobile>li .con {
        position: relative
    }
    
    .list_box_nav_mobile>li .a {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, .15);
        line-height: .64rem;
        color: rgba(255, 255, 255, .8);
        padding: 0;
        font-size: .2rem;
        display: flex;
        position: relative;
        transition: .5s;
    }
    
    .list_box_nav_mobile>li i {
        opacity: 1;
        filter: alpha(opacity=100);
        display: inline-block;
        width: .64rem;
        height: .64rem;
        display: inline-block;
        background: url(../images/arrow_down.svg) center no-repeat;
        background-size: 15px 15px !important;
        position: absolute;
        display: block;
        right: -.2rem;
        top: 0;
    }
    
    .list_box_nav_mobile>li.on1 i {
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
    }
    
    .list_box_nav_mobile>li.on .a {
        color: rgba(255, 255, 255, 1);
    }
    /*??‰?o§?ˉ?è?a ??�?§?*/
    
    .list_box_nav_mobile>li .list {
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        display: none
    }
    
    .list_box_nav_mobile>li .list a {
        display: block;
        font-size: 13px;
        color: rgba(255, 255, 255, .6);
        line-height: 2.5;
    }
    
    .nav_mask {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 888;
        background-color: rgba(0, 0, 0, 0.4);
        display: none;
    }
    /*é??é?¨????′￠*/
    
    .wap_search {
        font-size: 16px;
        border-radius: 5px;
        color: #fff;
        text-align: center;
        letter-spacing: 2px;
        overflow: hidden;
        width: 100%;
        height: 60px;
        display: block;
    }
    
    .wap_search form {
        height: 40px;
        border-radius: 0;
        background: rgb(255 255 255);
        position: relative;
        width: 100%;
        margin: 10px auto;
    }
    
    .wap_search .input {
        font-size: 14px;
        color: #646464;
        height: 40px;
        line-height: 40px;
        padding: 0 .24rem;
        box-shadow: none;
        -webkit-appearance: none;
        float: left;
        border-right: 0;
        background: none;
        width: calc(100% - 40px);
        border: none;
    }
    
    .wap_search .btn_blue {
        position: absolute;
        cursor: pointer;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 0;
        background: url(../images/submit.svg) center no-repeat #e2640c;
        background-size: .24rem;
        border-radius: 0;
    }
    
    .wap_search .btn_blue.fr {
        background: #e9edef;
        color: #4e4f53;
    }
    
    .wap_search input::-webkit-input-placeholder {
        color: #999;
    }
    
    .wap_search input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #999;
    }
    
    .wap_search input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #999;
    }
    
    .wap_search input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #999;
    }
    /* WebKit browsers */
    
    .wap_search input:focus::-webkit-input-placeholder {
        color: transparent;
        /* transparent??ˉ?…¨é�????é?‘è‰2(black)???é�?è?°?3??????3??�??a?±????rgba(0,0,0,0)è????·????�? */
    }
    /* Mozilla Firefox 4 to 18 */
    
    .wap_search input:focus:-moz-placeholder {
        color: transparent;
    }
    /* Mozilla Firefox 19+ */
    
    .wap_search input:focus::-moz-placeholder {
        color: transparent;
    }
    /* Internet Explorer 10+ */
    
    .wap_search input:focus:-ms-input-placeholder {
        color: transparent;
    }
    
    @media(max-width: 1200px) {
        .header {
            display: none;
        }
        .m_header_box {
            display: block;
        }
        .wp {
            width: 95%;
        }
        .s1::after {
            left: 0;
            right: 0;
            height: 13rem;
        }
    }
    
    @media(max-width: 1000px) {
        .banner .slick-dots {
            right: .15rem;
            bottom: .2rem;
        }
        .ft-l {
            width: 100%;
        }
        .ft-r {
            width: 100%;
            text-align: center;
            margin-top: .15rem;
        }
        .ft-logo img {
            display: block;
           
            width: 100%;
            margin-left: auto;
            margin-right: auto;
        }
        .ft-dz ul {
            text-align: center;
        }
        .ft-dz ul li {
            width: 33.333%;
            margin-right: 0;
            text-align: left;
        }
    }
    
    @media(max-width: 750px) {
        .ft-dz ul li {
            min-width: 50%;
            width: 100%;
            margin: .15rem 0;
        }
        .foot {
            padding-top: .15rem;
            padding-bottom: .15rem;
        }
        .ft-dz {
            margin-top: 0;
        }
    }
