/*header begin*/

.box {
    width: 100%;
    height: auto;
    min-height: 0.92rem !important;
    /*background: #fff;
    */
    position: fixed;
    z-index: 9999999;
    padding: 0 2rem 28px 2rem;
    left: 0;
    top: 0;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
}

.box_2 {
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    background: #fff;
	    border-bottom: 1px solid #ccc;
}

.box.sticky {
    background: #fff;
    border-bottom: 1px solid #ccc;
    min-height: 0.72rem !important;
    padding: 0 2rem 20px 2rem;
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
}

.logo {
    float: left;
    margin-top: 0.28rem;
    position: relative;
    width: 283px;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}

.logo a {
    display: block;
}

.logo img {
    display: block;
    max-width: 100%;
}

.logo span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}

.logo em {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}

.box.sticky .logo {
    margin-top: 0.18rem;
}

.box.sticky .logo span {
    opacity: 0;
}

.box.sticky .logo em {
    opacity: 1;
}

.box_2 .logo em {
    opacity: 1;
}

.box_2 logo em {
    opacity: 1;
}

.box_2 logo span {
    opacity: 0;
}

.navc {
    float: right;
    /* overflow: hidden; */
    position: relative;
}

.navc ul {
    float: left;
    padding-top: 40px;
    margin-right: 0.6rem;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}

.box.sticky .navc ul {
    padding-top: 30px;
}

.navc li {
    float: left;
    padding: 0;
    margin-right: 0.5rem;
    position: relative;
}

.navc li.qcbj {
    /* margin-right: 0; */
}

.navc .fuwu {
    display: block;
    position: absolute;
    top: 50px;
    left: -2200%;
    width: 4200%;
    background: #F5F5F5;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    padding: 20px 0;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform-origin: left;
}

.navc .fuwu>a:first-child,
.navc .fuwu>ul>a:first-child,
.navc .fuwu>ul>li:first-child>a:first-child {
    display: none;
}

.navc .fuwu ul {
    padding-top: 0px;
    margin: 0 auto;
    width: auto;
    margin-left: 48%;
    /* display: none; */
}

.navc .fuwu ul>li {
    float: left;
    padding: 0;
    margin-right: 0.5rem;
    position: relative;
}

.navc .fuwu ul>li>a {
    color: #333;
    font-size: 14px;
    padding-top: 5px;
    cursor: pointer;
}

.navc .fuwu ul>li>a:first-child {
    display: none;
}
.navc .fuwu ul>li>a.on {
    display: block;
}

.navc li a {
    color: #fff;
    font-size: 16px;
    position: relative;
    line-height: 16px;
    display: block;
    padding-bottom: 0.08rem;
}

.navc .fuwu.active {

    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}

.navc .fuwu.active ul {
    display: block;
}

.navc li a>span {
    width: 10px;
    height: 10px;
    margin: 2px 0 0 5px;
    display: block;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    float: right;
}

.box_2 .navc li a>span {
    border-top: 1px solid #262626;
    border-right: 1px solid #262626;
}

.navc li a:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background: #fff;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.navc li a.menu {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../images/menu_1.png) no-repeat center center;
    background-size: cover;
    transform: rotate(90deg);
    transition: 0.5s;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    opacity: 1;
    z-index: 10;
}

.navc li.active a.menu {
    /* opacity: 0; */
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

/* .navc li:last-child span{
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/menu2.png) no-repeat center;
    background-size: cover;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    opacity: 0;
    position: absolute;
    top: 0%;
} */
/* .navc li.active span{
    opacity: 1;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
} */
.box_2 .navc li a.menu {
    background: url(../images/menu.png) no-repeat center center;
    background-size: cover;
}

/* .box.sticky .navc li:last-child span{
    background: url(../images/menu.png) no-repeat center center;
    background-size: cover;
}
.box_2.sticky .navc li:last-child span{
    background: url(../images/menu_2.png) no-repeat center center;
    background-size: cover; 
}*/
.navc li a:hover::after {
    width: 100%;
}

.navc li a.menu:hover::after {
    width: 0%;
}

.box.sticky .navc .fuwu ul {
    padding-top: 0;
}

.box.sticky .navc li a {
    color: #262626;
}

.box.sticky .navc .fuwu ul a {
    color: #333;
}

.box.sticky .navc li a>span {
    border-top: 1px solid #262626;
    border-right: 1px solid #262626;
}

.box.sticky .navc li a:after {
    background: #262626;
}

.box.sticky .navc .fuwu li a:after,
.navc .fuwu li a:after {
    background: #262626;
}

.box.sticky .navc li a.menu {
    background: url(../images/menu.png) no-repeat center center;
    background-size: cover;
}

@media screen and (max-width:1440px) {

    .box,
    .box.sticky {
        padding: 0 1rem 28px 1rem;
    }
}

@media screen and (max-width:1280px) {

    .box,
    .box.sticky {
        padding: 0 .5rem 14px .5rem;
        min-height: 0.62rem !important;
    }

    .box.sticky .dianh {
        padding-top: 7px;
    }

    .box.sticky .navc ul {
        padding-top: 20px;
    }

    .box.sticky .logo {
        margin-top: 0.1rem;
    }
}

.box_2 .navc li a {
    color: #262626
}

.box_2 .navc li a:after {
    background: #262626;
}

.dianh {
    float: left;
    padding-top: 0.29rem;
    vertical-align: middle;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    position: relative
}

.box.sticky .dianh {
    padding-top: 14px;
    position: relative;
}

.dianh span {
    display: block;
    float: left;
    margin-right: 0.16rem;
    margin-top: 7px;
    width: 25px;
    height: 29px;
    background: url(../tu/tu24.png) no-repeat center center;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}

.box_2 .dianh span {
    background: url(../tu/tu24.png) no-repeat center center;
}

.box.sticky .dianh span {
    background: url(../tu/tu24.png) no-repeat center center;
    margin-top: 9px;
}

.dianh span img {
    display: block;
    max-width: 100%;
}
.dianh>.wx{
    width: 25px;
    height: 25px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}
.box.sticky .dianh>.wx {
    margin-top: 12px;
}
.dianh>.wx>img{
    display: block;
}
.dianh>.wx>div{
    position: absolute;
    left: -50%;
    top: 130%;
    transform-origin: top;
    transform: scaleY(0);
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
}
.dianh:hover>.wx>div{
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}
.dianh>.wx>div>span{
    background: none !important;
    width: auto;
    float: none;
    height: auto;
    margin: 0;
    padding: 0;
}
.dianh>.wx>div>p{
    font-size: 16px;
    position: absolute;
    bottom: -15%;
    background: #fff;
    width: 100%;
    text-align: center;
    line-height: 2;
    display: none;
}
.egpne {
    float: left;
    margin-top: 8px;
}

.egpne p a {
    color: #fff;
    font-size: 16px;
    display: block;
    line-height: 22px;
}

.box.sticky .egpne {
    margin-top: 12px;
}

.box.sticky .egpne p a {
    color: #333333;
}

.box_2 .egpne a {
    color: #333
}

@media(max-width:1440px) {
    .dianh>.wx>div>span {
        width: 120%;
    }
}
@media(max-width:1024px) {
    .navc {
        display: none;
    }

    .box {
        padding: 0 30px;
        min-height: 72px !important;
    }

    .box.sticky {
        min-height: 72px !important;
        padding: 0 30px;
    }

    .box.sticky .logo {
        margin-top: 15px;
    }
}

@media(max-width:540px) {
    .navc {
        display: none;
    }

    .box {
        padding: 0px .4rem;
        min-height: 60px !important;
    }

    .margin {
        margin-top: 0
    }

    .logo img {
        max-width: 65%;
    }

    .box.sticky {
        min-height: 50px !important;
        padding: 0 .4rem;
    }

    .box.sticky .logo {
        margin-top: 13px;
    }
}


/*header end*/


/**/

.box8 {
    clear: both;
    width: 100%;
    height: auto;
    padding: 0.9rem 2rem 0.8rem 2rem;
    background: #0f0f0f;
    overflow: hidden;
    position: relative;
    z-index: 10;
    position: relative;
}

.foter_l {
    float: left;
    width: 35%;
}

.foter_lt {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 0.15rem;
}

.foter_lt li {
    clear: both;
    margin-bottom: 0.2rem;
}

.foter_lt li a {
    color: #fff;
    font-size: 0.18rem;
    font-weight: lighter;
    display: block;
}

.foter_lt li img {
    width: 38px;
    height: 38px;
    max-width: 100%;
    vertical-align: middle;
    margin-right: 14px;
}

.foter_lc {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 0.4rem;
    border-bottom: 1px solid #fff;
}

.foter_lc ul {
    /* width: 65%; */
}

.foter_lc img {
    display: none;
    width: 35%;
}

.foter_lc li {
    float: left;
    /* background: url(../images/bg10.jpg) no-repeat right center;*/
    padding-right: 0.25rem;
    margin-right: 0.25rem; 
}

.foter_lc li:last-child {
    border-right: none;
    padding: 0;
    margin: 0;
    background: none;
}

.foter_lc li a {
    display: block;
    color: #ffffff;
    font-size: 0.3rem;
    font-family: "arialbd";
    line-height: 35px;
}

.foter_lc li a i {
    display: block;
    color: #ffffff;
    font-size: 0.18rem;
}

.foter_lb {
    height: auto;
    overflow: hidden;
}

.foter_lb p {
    clear: both;
    width: 100%;
}

.foter_lb p span {
    display: block;
    float: left;
    width: 11px;
    margin-right: 7px;
    vertical-align: middle;
    margin-top: 8px;
}

.foter_lb p span img {
    display: block;
    max-width: 100%;
}
.foter_lb span img {
    display: block;
}
.foter_lb p em {
    display: block;
    float: left;
    color: #b2b2b2;
    font-size: 0.14rem;
    line-height: 30px;
    margin-bottom: 20px;
}

.foter_lb p {
    color: #b2b2b2;
    font-size: 0.14rem;
    line-height: 30px;
}

.foter_lb p:last-child {
    padding-left: 0.2rem;
}

.foter_r {
    float: right;
    width: 30%;
    padding-top: 0.7rem;
}

.foter_r img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.foter_r p {
    text-align: center;
    font-size: 0.18rem;
    line-height: 30px;
    font-weight: lighter;
    color: #b7b7b7;
    display: none;
}

.wechat {
    width: 100%;
    height: 100%;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    position: fixed;
    top: 0%;
    left: 0%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 99;
}

.wechat.active {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.wechat .erweima {
    width: 5rem;
    height: auto;
    margin: 0 auto;
    margin-top: 5%;
}

.wechat .erweima img {
    max-width: 100%;
}

.wechat .erweima p {
    text-align: center;
    line-height: 35px;
    color: #333;
    font-size: 14px;
    background: #fff;
    transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    display: none;
}

@media(max-width:1680px) {
    .box8 {
        padding: 0.9rem 1rem 0.8rem 1rem;
    }
}

@media(max-width:1530px) {
    .foter_l {
        width: 55%;
    }
}

@media(max-width:1024px) {
    .box8 {
        padding: 40px 30px
    }

    .foter_l {
        width: 45%;
    }

    .foter_r {
        padding-top: 1.5rem
    }

    .wechat .erweima p {
        transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
    }
}

@media(max-width:768px) {
    .foter_lc ul {
        width: 55%;
    }
    .foter_lc li {
        padding-right: 0rem;
        margin-right: 0rem; 
    }
    .foter_lc img {
        display: block;
        margin: 0% auto;
        margin-top: 10%;
        width: 45%;
    }

    .foter_r {
        display: none;
    }

    .foter_l {
        width: 100%;
    }

    .foter_lt li {
        clear: none;
        float: left;
        width: 50%;
        padding-bottom: 10px;
        border-bottom: 1px solid #fff;
    }

    .foter_lt li a {
        font-size: 0.38rem;
    }

    .foter_lc li a {
        font-size: 0.5rem;
    }

    .foter_lc li a i {
        font-size: 0.3rem;
    }

    .foter_lc li {
        /* padding-right: 15px;
        margin-right: 15px; */
    }

    .foter_lb p em {
        font-size: 0.3rem;
    }

    .foter_lb p {
        font-size: 0.3rem;
    }

    .foter_lb p:last-child {
        padding-left: 20px;
    }
}

@media(max-width:540px) {
    .box8 {
        padding: 40px 30px;
        padding-bottom: 50px;
    }
}


/**/


/* MENU STYLES */

.menu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}

@media(max-width:1024px) {
    .menu-wrap {
        display: block;
    }
}

.menu-wrap .toggler {
    position: fixed;
    top: 10px;
    right: 30px;
    z-index: 2;
    cursor: pointer;
    width: 60px;
    height: 60px;
    opacity: 0;
}

.menu-wrap .hamburger {
    position: fixed;
    top: 10px;
    right: 30px;
    z-index: 1;
    width: 60px;
    height: 60px;
    padding: 10px;
    /* background: var(--primary-color); */
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Hamburger Line */

.menu-wrap .hamburger>div {
    position: relative;
    flex: none;
    width: 100%;
    height: 2px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}


/* Hamburger Lines - Top & Bottom */

.menu-wrap .hamburger>div::before,
.menu-wrap .hamburger>div::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -5px;
    width: 100%;
    height: 2px;
    background: inherit;
}


/* Moves Line Down */

.menu-wrap .hamburger>div::after {
    top: 5px;
}

.box .menu-wrap .hamburger>div {
    background: #333;
}


/* Toggler Animation */

.menu-wrap .toggler:checked+.hamburger>div {
    transform: rotate(135deg);
}


/* Turns Lines Into X */

.menu-wrap .toggler:checked+.hamburger>div:before,
.menu-wrap .toggler:checked+.hamburger>div:after {
    top: 0;
    transform: rotate(90deg);
}


/* Rotate On Hover When Checked */

.menu-wrap .toggler:checked:hover+.hamburger>div {
    transform: rotate(225deg);
}


/* Show Menu */

.menu-wrap .toggler:checked~.menu {
    visibility: visible;
}

.menu-wrap .toggler:checked~.menu>div {
    transform: scale(1);
    transition-duration: var(--menu-speed);
}

.menu-wrap .toggler:checked~.menu>div>div {
    opacity: 1;
    transition: opacity 0.4s ease 0.4s;
}

.menu-wrap .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-wrap .menu>div {
    background: #fff;
    border-radius: 50%;
    width: 200vw;
    height: 200vw;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: all 0.4s ease;
}

.menu-wrap .menu>div>div {
    text-align: center;
    max-width: 90vw;
    max-height: 100vh;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.menu-wrap .menu>div>div>ul>li {
    list-style: none;
    color: #333;
    font-size: 0.56rem;
    padding: 0.2rem;
    text-align: left;
}

.menu-wrap .menu>div>div>ul>li>ul {
    font-size: 18px;
    line-height: 2;
    text-align: left;
    transform-origin: top;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    height: 0px;
}

.menu-wrap .menu>div>div>ul>li>ul.active {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    height: 180px;
}

.menu-wrap .menu>div>div>ul>li>ul a {
    color: #333;
}

.menu-wrap .menu>div>div>ul>li i {
    font-size: 0.36rem;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 0.2rem;
}

.menu-wrap .menu>div>div>ul>li>a {
    color: inherit;
    text-decoration: none;
    transition: color 0.4s ease;
}

@media(max-width:768px) {
    .menu-wrap .toggler {
        position: fixed;
        top: 10px;
        right: 30px;
        z-index: 2;
        cursor: pointer;
        width: 50px;
        height: 50px;
        opacity: 0;
    }

    .menu-wrap .hamburger {
        position: fixed;
        top: 10px;
        right: 30px;
        z-index: 1;
        width: 50px;
        height: 50px;
        padding: 10px;
        /*background: var(--primary-color);
        */
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width:540px) {
    .menu-wrap .toggler {
        position: fixed;
        top: 7px;
        right: 15px;
        z-index: 2;
        cursor: pointer;
        width: 40px;
        height: 40px;
        opacity: 0;
    }

    .menu-wrap .hamburger {
        position: fixed;
        top: 7px;
        right: 15px;
        z-index: 1;
        width: 40px;
        height: 40px;
        padding: 10px;
        /* background: var(--primary-color); */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .box.sticky .menu-wrap .hamburger {
        top: 5px
    }

    .box.sticky .menu-wrap .toggler {
        top: 5px
    }
}

@media(max-width:450px) {
    .menu-wrap .toggler {
        position: fixed;
        top: 7px;
        right: 15px;
        z-index: 2;
        cursor: pointer;
        width: 40px;
        height: 40px;
        opacity: 0;
    }

    .menu-wrap .hamburger {
        position: fixed;
        top: 7px;
        right: 15px;
        z-index: 1;
        width: 40px;
        height: 40px;
        padding: 10px;
        /* background: var(--primary-color); */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-wrap .menu>div {
        width: 300vw;
        height: 300vw;
    }
}

@media(max-width:414px) {
    .menu-wrap .toggler {
        position: fixed;
        top: 7px;
        right: 15px;
        z-index: 2;
        cursor: pointer;
        width: 40px;
        height: 40px;
        opacity: 0;
    }

    .menu-wrap .hamburger {
        position: fixed;
        top: 7px;
        right: 15px;
        z-index: 1;
        width: 40px;
        height: 40px;
        padding: 10px;
        /* background: var(--primary-color); */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-wrap .menu>div {
        width: 300vw;
        height: 300vw;
    }
}

@media(max-width:360px) {
    .menu-wrap .toggler {
        position: fixed;
        top: 7px;
        right: 15px;
        z-index: 2;
        cursor: pointer;
        width: 40px;
        height: 40px;
        opacity: 0;
    }

    .menu-wrap .hamburger {
        position: fixed;
        top: 7px;
        right: 15px;
        z-index: 1;
        width: 40px;
        height: 40px;
        padding: 10px;
        /* background: var(--primary-color); */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-wrap .menu>div {
        width: 300vw;
        height: 300vw;
    }
}
