@import "../common/bootstrap/css/bootstrap.min.css";

@import "../common/swiper/swiper-bundle.min.css";

@import "../common/aos/aos.css";

html, body{
    background-color: #f5f5f5;
}

/* 自定义整个滚动条 */
::-webkit-scrollbar{
    width: 4px; /* 设置滚动条的宽度 */
}

/* 自定义滚动条轨道 */
::-webkit-scrollbar-track{
    background: #f1f1f1; /* 设置轨道的背景颜色 */
}

/* 自定义滚动条的滑块（thumb） */
::-webkit-scrollbar-thumb{
    background: #888; /* 设置滑块的背景颜色 */
}

/* 当滑块悬停或活动时，可以添加更多样式 */
::-webkit-scrollbar-thumb:hover{
    background: #555; /* 设置滑块在悬停状态下的背景颜色 */
}

.fut-pad-all-10{
    padding: 10px;
    box-sizing: border-box;
}

.fut-pad-all-20{
    padding: 20px;
    box-sizing: border-box;
}

.fut-pad-right-none{
    padding-right: 0;
}

.fut-mar-bot-15{
    margin-bottom: 15px;
}

.fut-page-width{
    padding: 0 60px;
    box-sizing: border-box;
}

.fut-page-width-mar{
    margin: 0 60px;
    box-sizing: border-box;
}

.fut-line-right{
    border-right: 1px solid #d4d4d4;
}

.fut-button-line-right{
    position: relative;
}

.fut-button-line-right:after{
    content: '';
    width: 1px;
    height: 70px;
    background-color: #d4d4d4;
    position: absolute;
    top: 40px;
    right: 0;
}

/************* header *************/

.navbar-brand{
    padding: 5px 10px;
    margin: 0;
}

.fut-logo{
    width: 60px;
    height: 60px;
}

.bg-transparent{
    background-color: rgba(255, 255, 255, .5) !important;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.bg-transparent:hover{
    background-color: rgba(255, 255, 255, 1) !important;
    cursor: pointer;
}

.bg-white{
    background-color: rgba(255, 255, 255, 1) !important;
}

.bg-gray{
    background-color: #f5f5f5 !important;
}

.bg-border-radius-left{
    border-radius: 20px 0 0 20px;
}

.bg-border-radius-right{
    border-radius: 0 20px 20px 0;
}

.navbar-dark .navbar-nav .nav-link{
    height: 36px;
    line-height: 36px;
    border-radius: 20px;
    color: #333333 !important;
}

.navbar-dark .navbar-nav .nav-link:hover{
    background-color: rgba(0, 0, 0, .075);
    border-radius: 20px;
    color: #000000 !important;
}

.navbar-dark .navbar-nav .nav-link:hover{
    border-radius: 20px;
}

.nav-item{
    height: 36px !important;
}

.nav-item:nth-child(6) .nav-link:hover{
    background-color: transparent;
}

.navbar-dark .navbar-nav .nav-link.active{
    background-color: #e7141a;
    border-radius: 20px;
    color: #ffffff !important;
}

.fut-header-user-container{
    display: inline-block;
    width: auto;
    height: 36px;
    line-height: 36px;
    /*transform: translate(0, -3px);*/
    text-align: right;
}

.fut-header-user-line{
    display: none;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    background-color: #e7141a;
    border-radius: 18px 0 0 18px;
    transform: translate(19px, 1px);
    transition: width 0.35s ease;
}

.fut-header-user{
    display: inline-block;
    width: 36px;
    height: 36px;
    position: relative;
    z-index: 1031;
    cursor: pointer;
}

@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 20px !important;
        margin: 0 10px !important;
    }
}

/************* banner *************/

.fut-banner{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: auto;
    bottom: 0;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: rgba(57, 62, 70, .95) !important;
}

.swiper-button-next, .swiper-button-prev{
    color: #393e46 !important;
}

.swiper-pagination{
    bottom: 70px !important;
}

.swiper-pagination-bullet{
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background-color: #ffffff !important;
}

.swiper-pagination-bullet-active{
    width: 40px;
    height: 4px;
    background-color: #364f6b !important;
}

.fut-banner-href{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.fut-banner-img{
    width: 100%;
    height: auto;
    max-height: 790px;
    object-fit: cover;
}

/************* button **************/

.fut-button{
    width: 100%;
    height: auto;
    overflow: hidden;
    /* background-color: #eaf0ff; */
    background-color: transparent;
    position: relative;
    top: -50px;
    z-index: 1000;
    /* transform: translateY(-50px); */
}

.fut-relative{
    position: relative;
}

.fut-button-yz{
    width: 60px;
    height: auto;

    position: absolute;
    top: 10px;
    right: 10px;
}

.fut-button-hua{
    width: 80px;
    height: auto;

    position: absolute;
    bottom: 0;
    right: 15px;
}

.fut-button-box{
    width: 100%;
    height: auto;
    padding: 40px 0;
    box-sizing: border-box;
    /*border: 1px solid #364f6b;*/
    border-radius: 5px;
    /*background-image: url("../images/bg.jpg");
    background-position: top left;
    background-size: cover;*/
    cursor: pointer;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.fut-button-box img{
    width: 65px;
    height: 65px;
    transition: transform 0.4s ease-in-out, opacity 0.2s ease;
}

.b-show{
    transform: translateX(100%);
    opacity: 1;
}

.b-none{
    transform: translateX(-100%);
    opacity: 0;
}

.fut-button-box:hover .b-show{
    transform: translateX(-100%);
    opacity: 0;
}

.fut-button-box:hover .b-none{
    transform: translateX(0%);
    opacity: 1;
}

.fut-button-box-text{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 15px;
}

.fut-button-box-text h3{
    display: inline-block;
    color: #333333;
    font-size: 24px;
    font-weight: normal;
    margin: 4px 0 6px;
}

.fut-button-box-text span{
    display: inline-block;
    color: #666666;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    height: 30px;
    line-height: 30px;
}

.fut-button-box:hover .fut-button-box-text h3, .fut-button-box:hover .fut-button-box-text span{
    color: #364f6b;
}

.fut-botton-enter{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.erter-show{
    display: inline-block;
}

.erter-hide{
    display: none;
}

.fut-button-box:hover .fut-button-box-text .fut-botton-enter .erter-show{
    display: none;
}

.fut-button-box:hover .fut-button-box-text .fut-botton-enter .erter-hide{
    display: inline-block;
}

.fut-botton-enter img{
    width: 18px;
    height: 18px;
    margin-left: 5px;
}


/************* news **************/

.fut-news{
    width: 100%;
    height: auto;
    overflow: hidden;

    /*transform: translateY(-50px);*/
    /*background: url("../images/bg-footer.jpg") no-repeat center;*/
    /*background-size: cover;*/
}

.fut-news-title{
    width: 100%;
    text-align: center;
    padding: 40px 0 50px;
}

.fut-news-title h2{
    display: inline-block;
    font-size: 42px;
    text-align: center;
    line-height: 40px;
    padding: 10px 0 15px;
    box-sizing: border-box;
    margin-bottom: 5px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}

.fut-news-title h2:after{
    content: "";
    width: 42px;
    height: 2px;
    /*background-color: #e7141a;*/
    background-color: #393e46;
    position: absolute;
    bottom: 0px;
    left: 50%;
    border-radius: 1px;

    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.fut-news-title h2:hover::after{
    width: 100%;
}

.fut-news-content{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 10px;
}

.fut-news-li-title{
    width: calc(100% - 120px);
    height: 60px;
    line-height: 50px;
    padding: 5px;
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* border-bottom: 1px solid #d4d4d4; */
    background-color: #ffffff;
}

.fut-news-li-small-title{
    display: inline-block;
    width: 15%;
    height: 50px;
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 18px;
    color: #333333;
    text-align: center;
    font-weight: normal;
    cursor: pointer;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.tb-show-img{
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.fut-news-li-small-title:hover{
    color: #ffffff;
    font-weight: bold;
    border-radius: 20px;
    background-image: linear-gradient(to right, #364f6b, #3467a0);
}

.fut-news-li-title .current{
    color: #ffffff;
    font-weight: bold;
    border-radius: 20px;
    /* border-bottom: 2px solid #364f6b; */
    background-image: linear-gradient(to right, #364f6b, #3467a0);
}

.fut-news-li-content{
    width: calc(100% - 120px);
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #f5f5f5;
    background-color: #ffffff;
}

.fut-news-li-content-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.fut-news-cover:hover{
    background-color: #364f6b;
    border-radius: 5px;
}

.fut-news-cover:hover .fut-news-box-title,
.fut-news-cover:hover .fut-news-box-content,
.fut-news-cover:hover .fut-news-box-date{
    color: #ffffff;
}

.fut-news-cover:hover .fut-news-box-img img{
    transform: scale(1.1);
}

.fut-news-box{
    width: 100%;
    height: 180px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.fut-news-box-img{
    width: 40%;
    height: 180px;
    overflow: hidden;
}

.fut-news-box-img img{
    width: 100%;
    height: 180px;
    margin-right: 15px;
    border-radius: 5px;
    transition: transform 1.5s ease;
    object-fit: cover;
}

.fut-news-box-text{
    width: calc(60% - 20px);

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.fut-news-box-title{

    width: 100%;
    max-width: 100%;
    height: 55px;
    line-height: 40px;
    padding-bottom: 15px;
    box-sizing: border-box;

    text-align: left;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 15px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fut-news-box-content{
    width: 100%;
    height: 75px;
    line-height: 25px;
    font-size: 14px;
    color: #666666;
    text-align: justify;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fut-news-box-date{
    width: 100%;
    height: 30px;
    font-size: 12px;
    color: #999999;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

/************* media *************/

.fut-read{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.fut-read-bg{
    width: calc(100% - 120px);
    height: auto;
    min-height: 400px;
    border-radius: 20px;
    /*background-image: url("../images/bg-read.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;*/
}

.fut-read-box-title{
    width: 100%;
    text-align: center;
    padding: 40px 0 50px;
}

.fut-read-box-title h2{
    display: inline-block;
    font-size: 42px;
    text-align: center;
    line-height: 40px;
    padding: 10px 0 15px;
    box-sizing: border-box;
    margin-bottom: 5px;
    font-weight: bold;
    position: relative;
}

.fut-read-box-title h2:after{
    content: "";
    width: 105px;
    height: 2px;
    /* background-color: #e7141a; */
    background-color: #393e46;
    position: absolute;
    bottom: 0px;
    left: 105px;
    margin-left: -52px;
    border-radius: 1px;
}

/************* media *************/

.fut-media{
    width: 100%;
    height: auto;
    min-height: 360px;
    overflow: hidden;

    background-image: url("../images/bg-link.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.fut-media-box-scale{
    --scale: 1;
    transform-origin: top center;
    transform: scale(var(--scale));
}

.fut-media-box-title{
    width: 100%;
    text-align: center;
    padding: 40px 0 50px;
}

.fut-media-box-title h2{
    display: inline-block;
    font-size: 42px;
    text-align: center;
    line-height: 40px;
    padding: 10px 0 15px;
    box-sizing: border-box;
    margin-bottom: 5px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}

.fut-media-box-title h2:after{
    content: "";
    width: 52px;
    height: 2px;
    /* background-color: #e7141a; */
    background-color: #393e46;
    position: absolute;
    bottom: 0px;
    left: 50%;
    border-radius: 1px;

    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.fut-media-box-title h2:hover::after{
    width: 100%;
}

.fut-media-box{
    width: 100%;
    height: auto;
    overflow: hidden;

    padding: 20px 20px 12px;
    box-sizing: border-box;
    border: 1px solid #f5f5f5;
    background-color: #ffffff;
    border-radius: 20px;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.fut-media-box-li{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.fut-media-box-li-img{
    width: 112px;
    height: 112px;
    overflow: hidden;
    padding: 5px;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    background-color: #ffffff;
    position: relative;
}

.fut-media-box-li-img img{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 5px;
    left: 5px;
    object-fit: cover;
    transition: transform 0.4s ease-in-out, opacity 0.2s ease;
}

.img-show{
  transform: translateX(0);
  opacity: 1;
  z-index: 2;
}

.img-hide{
  transform: translateX(100%);
  opacity: 0;
  z-index: 1;
}

.fut-media-box-li-img:hover .img-show{
  transform: translateX(-100%);
  opacity: 0;
}

.fut-media-box-li-img:hover .img-hide{
  transform: translateX(0);
  opacity: 1;
}

.fut-media-box-li span{
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: center;
}

/************* link *************/

.fut-link-out{
    width: 100%;
    height: auto;
    overflow: hidden;

    background-image: url("../images/bg-link.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;

    padding-top: 10px;
    padding-bottom: 40px;
}

.fut-link{
    width: calc(100% - 120px);
    height: auto;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

    border: 1px solid #f5f5f5;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;

    /*margin-top: 10px;
    margin-bottom: 40px;*/
}

.fut-link-title{
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    font-weight: bold;
    text-indent: 30px;
    position: relative;
}

.fut-link-title:after{
    content: '';
    width: 20px;
    height: 20px;
    background-image: url("../images/i-link.png");
    background-size: 20px 20px;
    position: absolute;
    top: 6px;
    left: 0;
}

.fut-link-content{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.fut-link-content a{
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    color: #666666;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}

.fut-link-content a:hover{
    color: #e7141a;
    text-decoration: none;
}

/************* footer *************/

.fut-footer{
    width: 100%;
    height: auto;
    overflow: hidden;

    background-color: #0d143f;
    border-top: 1px solid #d4d4d4;
    padding-top: 50px;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    /*background: url("../images/bg-footer2.jpg") no-repeat center;
    background-size: cover;*/
}

.fut-footer-menu{
    width: 100%;
    height: auto;
    overflow: hidden;

    padding: 30px 0;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.fut-footer-menu-li{
    width: 25%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.fut-footer-menu-li a{
    display: inline-block;
    width: auto;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    font-weight: normal;
    text-decoration: none;
    /*padding: 0 6px;*/
    box-sizing: border-box;
    position: relative;
}

.fut-footer-menu-li a:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    /*background-color: #666666;*/
    background-color: #ffffff;
    transition: width 0.3s ease;
}

.fut-footer-menu-li a:hover::after{
    font-weight: bold;
    width: 100%;
}

.fut-footer-img{
    width: 200px;
    height: 52px;
}

.fut-footer-tel-container{
    width: 100%;
    height: auto;
    overflow: hidden;

    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
}

.fut-footer-box{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

    margin-left: 25px;
    padding-right: 30px;
    box-sizing: border-box;

    position: relative;
}

.fut-footer-box:nth-child(3){
    padding-right: 0;
}

.fut-footer-box:after{
    content: '';
    width: 10px;
    height: 16px;
    background-image: url("../images/tb-line.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 20px;
    right: 0;
}

.fut-footer-box:nth-child(3):after{
    background-image: none;
}

.fut-footer-box p{
    font-size: 18px;
    font-weight: bold;
    /*color: #1d1d1d;*/
    color: #ffffff;
    margin-bottom: 0;
    height: 30px;
    line-height: 30px;
}

.fut-footer-box span{
    font-size: 16px;
    font-weight: normal;
    /*color: #999999;*/
    color: #ffffff;
    height: 25px;
    line-height: 25px;
    margin-bottom: 0;
    text-indent: 15px;
}

.fut-footer-link{
    width: 100%;
    background-color: #e7141a;
    /* background-color: #364f6b; */
}

.fut-footer-link-title{
    font-size: 32px;
    line-height: 100px;
    color: #ffffff;
    margin-bottom: 0;
}

.footer-top{
    width: 100%;
    background-color: #ffffff;
}

.fut-footer-logo{
    line-height: 130px;
    border-bottom: 1px solid #d4d4d4;
}

.fut-footer-tel{
    width: 90%;
    height: calc(100% - 140px);
    overflow: hidden;

    margin: 0 auto;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.fut-footer-li{
    width: 33.3333%;

    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.fut-footer-li:nth-child(1):after, .fut-footer-li:nth-child(2):after{
    content: "";
    background: #eaeaea;
    width: 1px;
    height: 100px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -50px;
}

.fut-footer-li-img{
    width: 60px;
    height: 60px;
}

.fut-footer-li-title{
    width: auto;
    height: 40px;
    line-height: 30px;
    font-weight: normal;
    padding-bottom: 10px;
    margin-bottom: 12px;
    font-size: 16px;
    position: relative;
}

.fut-footer-li-title:after{
     content: "";
     background: #e7141a;
     width: 30px;
     height: 3px;
     position: absolute;
     left: 50%;
     bottom: 0;
     margin-left: -15px;
     border-radius: 2px;
 }

.fut-footer-li-txt{
    font-size: 16px;
    color: #333333;
    height: 30px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0;
}

.fut-footer-about{
    width: 100%;
    padding: 30px 0 30px 15px;
    box-sizing: border-box;
}

.fut-footer-about-title{
    font-size: 18px;
    color: #333333;
    margin-bottom: 15px;
    font-weight: bold;
}

.fut-footer-about-des{
    font-size: 14px;
    color: #666666;
}

.fut-footer-about-des p{
    text-align: justify;
    text-indent: 2em;
    margin-bottom: 10px;
    line-height: 25px;
}

.fut-footer-btm{
    width: 100%;
    /*background-color: #ffffff;*/
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.fut-footer-btm a{
    display: inline-block;
    font-size: 14px;
    /*color: #666666;*/
    color: #ffffff;
    text-decoration: none;
    margin: 25px 15px 25px 0;
    padding-right: 25px;
    position: relative;
}

.fut-footer-btm a:after{
    content: '';
    width: 10px;
    height: 16px;
    background-image: url("../images/tb-line.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 2px;
    right: 0;
}

.fut-footer-btm a:nth-child(3):after{
    background-image: none;
}

.fut-fixed{
    width: 320px;
    height: auto;
    overflow: hidden;
    position: fixed;
    bottom: 85px;
    right: 60px;
    z-index: 1050;

    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.fut-fixed-menu-button{
    width: 100%;
    height: auto;
    overflow: hidden;

    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.fut-fixed-menu-button-li{
    width: 130px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #364f6b;
    cursor: pointer;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.fut-fixed-menu-button-li:hover{
    background-color: #e7141a;
}

.fut-fixed-menu-button-li:nth-child(1){
    border-radius: 16px 0 0 16px;
    position: relative;
    border-right: 1px solid #ffffff;
}

.fut-fixed-menu-button-li:nth-child(2){
    border-radius: 0 16px 16px 0;
}

.fut-fixed-menu-button-li img{
    width: 18px;
    height: 18px;
}

.fut-fixed-menu-button-li a{
    color: #ffffff;
    text-decoration: none;
    padding: 0 2px;
    font-size: 14px;
    font-weight: normal;
}

.fut-fixed-top{
    width: 30px;
    height: 30px;
    margin-left: 10px;
}

@media screen and (max-width: 992px){
    html,body{
        display: none;
    }
}
