.contianer {
    width: 1200px;
    height: 100%;
    margin: auto;
}
.bg-content table{
    Border-collapse: collapse;
    max-width:100% !important;
}
.bg-w1920 {
    width: 1920px;
}
.mb input{
    box-shadow: 0 0 0px 1000px white inset;
}
.bg-h100 {
    height: 100px;
}
input{
    width:100%
}
a {
    color: #000;
}

.nav {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    display: flex;
}

.nav li {
    margin: auto 15px;
}
.nav li:hover {
    font-weight: bold;
    border-bottom: 3px solid #0662CB;
}
.nav li:hover a{
    color: #0662CB;
}

.hover-big:hover{
    transform: scale(1.1);
    transition: all 0.5s ease-out;
}
.hover-color:hover{
    color: #0662CB !important;
}
.hover-bold:hover{
    font-weight:bold !important;
}
.nav .active {
    font-weight: bold;
    border-bottom: 3px solid #0662CB;
}

.nav .active a {
    color: #0662CB;
}

.bg-pv8 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.bg-bg-e7f {
    background: #E7F3FF;
}

.bg-006 {
    color: #0662CB;
}

.banner-ss {
    width: 589px;
    padding: 6px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 25px;
    border: 2px solid #FFFFFF;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 18%;
    z-index: 9;
    display: flex;
    background-color: #fff;
}

.banner-ss input {
    flex: 1;
    /*background-color: rgba(255, 255, 255, 0);*/
    border: 0;
    outline: 0;
    padding-left: 20px;
    font-size: 16px;
    color: #999;
}

.banner-ss input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999;
}

.banner-ss input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

.banner-ss input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

.banner-ss input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

.banner-ss input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999;
}

.banner-ss div {
    width: 61px;
    height: 100%;
    background: #FFFFFF;
    border-radius: 19px;
    border: 1px solid #FFFFFF;
    position: relative;
}

.banner-ss div img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.bg-mt8 {
    margin-top: 8px;
}

.bg-mv64 {
    margin-top: 64px;
    margin-bottom: 64px;
}

.classify {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.classify .active {
    font-weight: bold;
    color: #0662CB;
}

.classify .active .line {
    width: 60px;
    height: 4px;
    background: #0662CB;
    border-radius: 2px;
    margin: auto;
    margin-top: 14px;
}

.classify-content {
    height: 400px;
}

.classify-content .content1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, 204px);
    grid-gap: 35px 45px;
    /* 水平和垂直间距均为20px */
    width: 100%;
    margin-top: 30px;

    box-sizing: border-box;
    /* 确保宽度包括padding */
}

.classify-content .content1 .child {
    background-image: url('../images/newborder.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 204px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #050505;
}

.classify-content .content2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, 80px);
    grid-gap: 59px 106px;
    /* 水平和垂直间距均为20px */
    width: 100%;
    margin-top: 30px;

    box-sizing: border-box;
    /* 确保宽度包括padding */
}

.re_index .title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    margin-bottom: 36px;
}

.re_index .content {
    display: grid;
    grid-template-columns: repeat(auto-fit, 277px);
    gap: 40px 30px;
}

.re_index .content li {
    border-radius: 15px;
    height: 370px;
    position: relative;
}
.re_index .content li:hover {
    transform: scale(1.05);
    transition: all 0.5s ease-out;
}

.re_index .content li .name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 21px;
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;box-sizing:border-box;
    padding: 0 5px;text-overflow: ellipsis; overflow: hidden; white-space: nowrap;
}

.re_index .content li img {
    position: absolute;
    top: 114px;
    left: 57px;
}

.re_index .more {
    width: 140px;
    height: 50px;
    background: #0662CB;
    border-radius: 25px;
    line-height: 38px;
    box-sizing: border-box;
    padding: 6px 7px;
    text-align: center;
    color: #FFFFFF;
    margin: auto;
    margin-top: 47px;
}

.re_index .more div {
    height: 100%;
    background: #0662CB;
    border-radius: 19px;
    border: 1px dashed rgba(255, 255, 255, .3);
}

footer {
    background: #1D1D1D;
    color: #FFFFFF;
}

.bg-lh60 {
    line-height: 60px;
}

.bg-w170 {
    width: 170px;
}

footer .line {
    width: 1px;
    height: 16px;
    background: #454545;
}

.about_index {
    margin-top: 88px;
    margin-bottom: 70px;
}

.bg-mb22 {
    margin-bottom: 22px;
}

.bg-066 {
    color: #0662CB;
}

.bg-mt25 {
    margin-top: 25px;
}

.bg-mb25 {
    margin-bottom: 25px;
}

.right {
    position: fixed;
    top: 20%;
    right: 7px;
    background: #FFFFFF;
    box-shadow: 0px 1px 8px 0px #CACACA;
    border-radius: 10px;
    z-index: 9999999;
    box-sizing: border-box;
    padding: 0 9px;
    text-align: center;
}

.right li {
    position: relative;
    padding-top: 30px;
    padding-bottom: 16px;
    border-bottom: 1px solid #D0D0D0;
}

.right li:last-child {
    border: 0;
}

.right li .hover {
    position: absolute;
    top: 15px;
    right: 120%;
}

.mb {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, .6);
    z-index: 9999999;
}
.mb1 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, .6);
    z-index: 999999999999999999999;
}
.mb_tk {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, .6);
    z-index: 999999999999999999999;
}
.xz-mb {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, .6);
    z-index: 99999;
}
.xz-mb .xz-content{
    background-color: #fff;
    width:672px;
    box-sizing:border-box;
    border-radius: 10px;
    padding: 10px;
}
.mb_qr_tk {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, .6);
    z-index: 9999999999999999999991;
}
.mb_tk .tk-content{
    background-color: #fff;
    width:672px;
    box-sizing:border-box;
    border-radius: 3px;
    padding: 10px;
}
.mb_qr_tk .qr-content{
     background-color: #fff;
    width:672px;
    box-sizing:border-box;
    border-radius: 3px;
    padding: 10px;
}
.mb_tk .tk-content .title{
    margin: 20px 5px;
    
}
.mb_qr_tk .qr-content .title{
    margin: 20px 5px;
    
}
.mb_tk .tk-content .tk-line{
    height:1px;background: #E8E8E8;
}

.mb .body {
    width: 617px;
    height: 765px;
    background: url('../images/border.png');
    background-size: 100% 100%;
    border-radius: 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    padding: 40px 38px;
}

.mb .body .border {
    width: 100%;
    line-height: 65px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    padding: 18px 0 18px 14px;
}

.mb input {
    border: 0;
    outline: 0;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    padding-left: 12px;
    box-sizing: border-box;
}

.bg-lh48 {
    line-height: 48px;
}

.mb input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #B3B3B3;
}

.mb input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #B3B3B3;
}

.mb input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #B3B3B3;
}

.mb input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #B3B3B3;
}

.mb input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #B3B3B3;
}

.bg-mt35 {
    margin-top: 35px;
}

.bg-mt55 {
    margin-top: 55px;
}

.dl {
    width: 360px;
    height: 65px;
    line-height: 65px;
    background: #0662CB;
    border-radius: 33px;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    margin: auto;
    margin-top: 55px;
}

.zc {
    width: 360px;
    height: 65px;
    line-height: 65px;
    background: #0662CB;
    border-radius: 33px;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    margin: auto;
    margin-top: 30px;
}

.bg-mt28 {
    margin-top: 28px;
}

.bg-bg-e6e {
    background: #E6EEF8;
}

.product-left {
    width: 244px;
    background: #FFFFFF;
}

.bg-bsbb {
    box-sizing: border-box;
}

.product-left .on {
    color: #0662CB;
}

.bg-bg-f5f {
    background: #F5F7FC;
}

.product-left .on .line {
    width: 33px;
    height: 3px;
    background: #0662CB;
    margin: auto;
    margin-top: 13px;
}

.bg-mt4 {
    margin-top: 4px;
}

.zt_body {
    padding: 33px 0 26px 24px;
}

.zt_body li {
    color: #686D7E;
    font-size: 16px;
    margin-bottom: 20px;
}

.zt_body li:last-child {
    margin-bottom: 0;
}

.zt_body .on {
    color: #1A1A1A;
    font-weight: bold;
}

.sq_body {
    padding: 33px 0 26px 24px;
}

.sq_body li {
    color: #686D7E;
    font-size: 16px;
    margin-bottom: 20px;
}

.sq_body li:last-child {
    margin-bottom: 0;
}

.sq_body .on {
    color: #1A1A1A;
    font-weight: bold;
}

.product-right {
    width: 936px;
    background: #FFFFFF;
    padding: 21px 16px 32px;
}

.product-ss {
    width: 100%;
    height: 45px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
}

.product-ss input {
    border: 0;
    outline: 0;
    padding-left: 12px;
}

.product-ss input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #B7B7B7;
}

.product-ss input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #B7B7B7;
}

.product-ss input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #B7B7B7;
}

.product-ss input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #B7B7B7;
}

.product-ss input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #B7B7B7;
}

.right-body {
    display: grid;
    grid-template-columns: repeat(auto-fit, 210px);
    gap: 30px 20px;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 34px;
}

.page {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page li {
    padding: 7px 11px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    margin: 0 7px;
    font-size: 14px;
}

.page .on {
    background: #0662CB;
    color: #FFFFFF;
}

.xq_classify div {
    padding: 5px 20px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 100px;
    border: 2px solid #0662CB;
    font-weight: bold;
    font-size: 18px;
    color: #0662CB;
    /*line-height: 32px;*/
    margin: 5px 6px;
}

.xq_classify .on {
    background: #0662CB;
    color: #FFFFFF;
}
.xq_classify>div:hover {
    background: #0662CB;
    color: #FFFFFF;
}

.right1-body {
    display: grid;
    grid-template-columns: repeat(auto-fit, 210px);
    gap: 30px 20px;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 34px;
}

.right1-body li {
    box-shadow: 0px 0px 8px 0px rgba(202, 202, 202, 0.65);
    border-radius: 10px;

}
.right1-body li:hover{
    box-shadow: 0px 0px 16px 0px rgba(202, 202, 202, 1);
}
.right2-body {
    display: grid;
    grid-template-columns: repeat(auto-fit, 210px);
    gap: 28px 21px;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 34px;
}

.right2-body li {
    box-shadow: 0px 0px 8px 0px rgba(202, 202, 202, 0.65);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}

.money {
    font-weight: bold;
    font-size: 20px;
    color: #FE4A25;
    margin-top: 10px;

}

.right1_class {
    padding: 5px 15px;
    box-sizing: border-box;
    background: #0662CB;
    border-radius: 15px 10px 0px 15px;
    font-size: 14px;
}

.right0-body {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, 204px);
    grid-template-rows: repeat(auto-fit, 85px);
    gap: 28px 28px;
    text-align: center;
    font-size: 18px;
    line-height: 85px;
    min-height: 700px;
}

.detail_banner1 {
    width: 693px;
    height: 400px;
    background: #F5F5F5;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.detail_b .img1 {
    max-width:100%;
    max-height:100%;

}

.detail_b .hang {
    width: 175px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.6;
}

.detail_banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}


.detail_banner .swiper-slide {
    background-size: cover;
    background-position: center;
}

.detail_banner .mySwiper2 {
    overflow: hidden;
}

.detail_banner .mySwiper {
    width: 693px;
    margin-top: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.detail_banner .mySwiper .swiper-slide {
    width: 90px !important;
    height: 90px !important;
    /*opacity: 0.4;*/
}

.detail_banner .mySwiper .swiper-slide-thumb-active {
    opacity: 1;box-sizing:border-box;
    border: 3px solid #0662CB;
}

.detail_banner .swiper-slide img {
    display: block;
    object-fit: cover;
}

.detail_banner1 .swiper-slide {
    background: #F5F5F5;
}
.detail_banner1 .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: url(../images/right.png) no-repeat center;
    width: 38px;
    right: 2px;
    outline: none;
}
.detail_banner1 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background: url(../images/left.png) no-repeat center;
    left: 2px;
    outline: none;
    width: 38px;
}
.bg-5d5{
    color: #5D5D5D;
}
.bg-h145{
    height: 160px;
}
.bg-fs45{
    font-size: 45px;
}
.sc{
    width: 121px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    cursor: pointer;
}
.mf{
    width: 174px;
    height: 60px;border-radius: 10px 0 0  10px;
    background: linear-gradient(90deg, #FF7600, #FF4A00);z-index: 1;
}
.dd{
    width: 174px;
    height: 60px;border-radius:10px;
    background: linear-gradient(90deg, #FFC900, #FF9502);
    margin-left: -6px;
}
.detail_lunbo{
    /*width: 776px;
    height: 700px;*/
    /*position: absolute;
    left: 0;
    right: 0;top: 0;bottom: 0;margin: auto;*/
}
.detail_lunbo .img1{
    max-width: 100%;
    max-height: 100%;display: block;
    margin: auto;position: absolute;
    left: 0;
    right: 0;top: 0;bottom: 0;z-index: 999;
}
.detail_lunbo .hang{
    position: absolute;
    left: 0;width: 406px;opacity: 0.5;
    right: 0;top: 0;bottom: 0;margin: auto;
}
.detail_lunbo .swiper-container{
    width: 100%;height: 100%;
}
.detail_lunbo .swiper-button-prev{
    background-image: url('../images/left.png');width: 46px;
    height: 47px;background-size: 100% 100%;
    left: 100px;
    /*top: 96%;*/z-index: 999999999999999999999999;
}
.detail_lunbo .swiper-button-next{
    background-image: url('../images/right.png');width: 46px;
    height: 47px;background-size: 100% 100%;
    right: 100px;
    /*top: 96%;*/z-index: 99999999999999999;
}
.mb1 .close{
    position: absolute;
    bottom: 20px;
    left: calc(50% - 30px);
    cursor: pointer;
    z-index: 9999999999;
}
.vip{
    margin-top: -100px;
}
.vip_select{
    padding: 10px;
    width: 371px;
    height: 350px;box-shadow: 0px 14px 18px 0px rgba(202,202,202,0.65);
    background: url('../images/vip_wxz.png');
    border-radius: 30px;background-size: 100% 100%;
}
.vip_select1{
    padding: 10px;
    width: 276px;
    height: 251px;
    background: url('../images/vip_wxz.png');
    border-radius: 30px;background-size: 100% 100%;
}
.vip_select1 .ljzc{
    width: 165px;
    height: 41px;line-height: 41px;
    background: linear-gradient(90deg, #FF8A57, #FF3804);
    border-radius: 20px;margin-bottom: 15px;
}
.vip .on{
    background-image: url('../images/vip_xz.png'); 
}
.ljzc{
    width: 222px;
    height: 55px;line-height: 55px;text-align: center;
    background: linear-gradient(90deg, #FF8A57, #FF3804);
    border-radius: 28px;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;margin-bottom: 20px;
}
.bg-ff4{
    color: #FF4612;
}
.about .content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.about .content .about_left{
    width: 830px;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;box-sizing: border-box;
    padding: 30px 22px;margin-right: 20px;
}
.about .content .about_right{
    width: 345px;
}
.about .content .about_right .border{
    width: 345px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    padding: 15px 11px;
    box-sizing: border-box;
}
.bg-8a8{
    color: #8A8A8A;
}
.hanglogo{
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;margin: auto;opacity: .6;
}
.search-body{
    display: grid;
    grid-template-columns: repeat(auto-fit, 285px);
    gap: 30px 20px;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 34px;
}
.home_left{
    width: 244px;
}
.home_left ul{
    padding: 32px 50px;box-sizing: border-box;background-color: #fff;
}
.bg-f37{
    color: #F3780B;
}
.home_right{
    width: 936px;
}
.home_right .right1{
    height: 240px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 23px 8px 23px 24px;position: relative;
}
.out{
    width: 100px;
    height: 45px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #0662CB;
    font-weight: 400;
    font-size: 16px;text-align: center;
    color: #0662CB;line-height: 45px;
    position: absolute;
    right: 8px;top: 10px;
    z-index: 999;
}
.home_vip{
    width: 95px;
    height: 30px;line-height: 30px;
    background: #3498F1;
    border-radius: 15px;
    font-weight: 400;
    font-size: 15px;margin-top: 14px;
    color: #FFFFFF;
}
.homeList{
    display: flex;
}
.homeList li{
    width: 153px;
    height: 70px;
    font-size: 14px;
    border-right: 1px solid #F2F2F2;
}
.homeList li:last-child{
    border-right: 0;
}
.home_right .right2{
    padding: 24px 15px;
    background-color: #fff;
    margin-top: 20px;white-space: nowrap;
}
.home_right .right2 .change_i{
    width: 578px;padding: 10px;box-sizing: border-box;
    height: 50px;line-height: 25px;
    background: #FFFFFF;
    border-radius: 3px;outline: 0;
    border: 1px solid #E8E8E8;
}
.home_right .tj{
    width: 165px;
    height: 50px;text-align: center;
    background: #FFFFFF;
    border-radius: 25px;
    border: 1px solid #0662CB;
    font-weight: 400;
    font-size: 18px;
    color: #0662CB;
    line-height: 47px;
}
.bg-w578{
    width: 578px;
}
.home_right .right2 .change_i::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #BFBFBF;
}
.home_right .right2 .change_i:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #BFBFBF;
}
.home_right .right2 .change_i::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #BFBFBF;
}
.home_right .right2 .change_i:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:   #BFBFBF;
}
.home_right .right2 .change_i::-ms-input-placeholder { /* Microsoft Edge */
   color:    #BFBFBF;
}
.scList .scChild{
    padding-bottom: 25px;
    border-bottom: 1px solid #EDEDED;
}
.btn{
    width: 97px;
    height: 42px;line-height: 42px;text-align: center;
    background: #FFFFFF;
    border-radius: 3px;cursor: pointer;
    border: 1px solid #DBDBDB;
}
.ljgm{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;background: #FE4A25;
    margin: 0 10px;
}
.ckxq{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;background: #0662CB;
    margin: 0 10px;
}
.home_class{
    margin-top: 17px;
}
.home_class .item{
    padding: 12px 22px;
    background: #FFFFFF;
    border-radius: 24px;
    border: 2px solid #0662CB;
    font-weight: bold;
    font-size: 20px;
    color: #0662CB;
    margin-right: 14px;
}
.home_class .on{
    background: #0662CB;
    color: #FFFFFF;
}
.home_class .hover-active:hover{
    background: #0662CB;
    color: #FFFFFF;
}
.wrj{
    display: grid;
    grid-template-columns:repeat(auto-fit,280px);
    gap:10px 26px
}
.guige{
    position: absolute;bottom:0;background-color: rgba(0,0,0,.5);width:210px;box-sizing:border-box;border-radius: 10px;height:35px;
    transition: height 0.3s ease;
    text-overflow: ellipsis;
    height:0;
    
}
.parentgg:hover .guige{
    height:100%;
    display: flex;
    flex-wrap:wrap;
}
.parentgg:hover .guige>div{
    white-space: normal;
}
.hover-hide:hover{
    display: none;
}