@font-face {
    font-family: MagistralC;
    src: url("../fonts/MagistralC.otf");
}

@font-face {
    font-family: Rubik;
    src: url("../fonts/RUBIK-VARIABLEFONT_WGHT.TTF");
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
}

body {
    width: 100%;
    overflow-x: hidden;
}

*, *::after, *::before {
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 0;
}

#my-scrollbar {
    height: 100vh;
}

.scrollbar-thumb {
    width: 5px !important;
}

@media screen and (max-width: 1025px) {
    .scrollbar-thumb {
        width: 0 !important;
    }
}

.scrollbar-track-y {
    z-index: 9999 !important;
}

.scrollbar-track {
    background-color: transparent !important;
    right: 0 !important;
}

.scrollbar-track:hover {
    cursor: grab;
}

.scrollbar-thumb {
    background: rgba(255, 255, 255, 0.8) !important;
}

img {
    object-fit: cover;
    vertical-align: bottom;
}

textarea {
    resize: none;
    font-family: inherit;
}

button {
    border: none;
    cursor: pointer;
}

.bezier .swiper-wrapper {
    transition-timing-function: cubic-bezier(.77, 0, .175, 1);
}

.fixed_banner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
}

.fixed_banner img {
    width: 100%;
    height: 100%;
}

.common_banner {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common_banner .text {
    text-align: center;
}

.common_banner .text > .iconfont {
    font-size: 50px;
    color: rgba(255, 255, 255, 1);
    margin: 0 0 15px 0;
    text-align: center;
}

.common_banner .text span {
    font-size: 48px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}

.common_banner .square {
    display: flex;
    margin: 71px auto 0;
    align-items: center;
    justify-content: center;
}

.common_banner .square .item {
    width: 320px;
    height: 128px;
    background: #FFFFFF;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.common_banner .square .item:not(:last-child) {
    margin: 0 26px 0 0;
}

.common_banner .square .item .iconfont {
    color: rgba(2, 116, 213, 1);
    font-size: 50px;
    margin: 0 0 6px 0;
    transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.common_banner .square .item div {
    position: relative;
    top: -3px;
}

.common_banner .square .item p {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #0274D5;
    transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.common_banner .square .item.on {
    background: rgba(2, 116, 213, 1);
}

.common_banner .square .item.on .iconfont {
    color: #fff;
}

.common_banner .square .item.on p {
    color: #fff;
}

.common_banner .square .item:hover {
    background: rgba(2, 116, 213, 1);
    transform: translateY(-5px);
}

.common_banner .square .item:hover .iconfont {
    color: #fff;
}

.common_banner .square .item:hover p {
    color: #fff;
}

.btn_each {
    transition: 0.6s;
}

.btn_each p > div {
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
}

.btn_each:hover {
    transform: translateY(-10px);
}

.btn_each div .before {
    display: block;
    position: absolute;
    top: 110%;
    z-index: 3;
    color: rgba(0, 0, 0, 0);
    transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.btn_each:hover p > div {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    color: rgba(0, 0, 0, 0);
}

.btn_each:hover div .before {
    color: #fff;
}

.footer {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #000;
}

.footer .background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
}

.footer .wrap {
    margin: 120px auto 40px;
    padding: 0 220px;
    position: relative;
    z-index: 21;
}

.footer .wrap .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 50px 0;
    position: relative;
}

.footer .wrap .nav:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.footer .wrap .jump {
    display: flex;
    align-items: center;
}

.footer .wrap .jump a {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.15;
    transition: 0.6s;
    padding: 10px 0;
}

.footer .wrap .jump a:hover {
    opacity: 1;
}

.footer .wrap .jump a:not(:last-child) {
    margin: 0 81px 0 0;
}

.footer .wrap .footer_contact {
    margin: 90px 0 105px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .wrap .footer_contact .the_left p {
    font-size: 18px;
    font-family: MagistralC;
    font-weight: 400;
    color: #797979;
    line-height: 34px;
}

.footer .wrap .footer_contact .the_right .address {
    display: flex;
    align-items: center;
}

.footer .wrap .footer_contact .the_right .address p {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
}

.footer .wrap .footer_contact .the_right .address div {
    width: 1px;
    height: 16px;
    background: #FFFFFF;
    margin: 0 10px;
}

.footer .wrap .footer_contact .the_right .line {
    margin: 41px 0 18px 0;
    width: 36px;
    height: 1px;
    background: #fff;
    position: relative;
}

.footer .wrap .footer_contact .the_right .line:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 1px;
    background: #1c1c1d;
}

.footer .wrap .footer_contact .the_right .specific {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #ADAFAA;
}

.footer .wrap .foo_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 39px 0 0 0;
}

.footer .wrap .foo_link .stop{
    display: flex;
    align-items: center;
}

.footer .wrap .foo_link a {
    font-size: 16px;
    font-family: MagistralC;
    font-weight: 400;
    color: #ADAFAA;
    opacity: 0.3;
    transition: 0.6s;
}

.footer .wrap .foo_link a:hover {
    opacity: 1;
}

.footer .wrap .foo_link .stop .friendship{
    display: flex;
    align-items: center;
    margin: 0 0 0 45px;
}

.footer .wrap .foo_link .stop .friendship p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #ADAFAA;
    opacity: 0.3;
    margin: 0 7px 0 0;
}

.footer .wrap .foo_link .stop .friendship .iconfont{
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #ADAFAA;
    opacity: 0.3;
    transform: rotate(90deg);
}

.header {
    width: 100%;
    padding: 0 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    left: 0;
    z-index: 9999;
    height: 100px;
}

.header:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    transition: 1s;
    opacity: 0;
}
.header.active:after{
    opacity: 1;
}
.header > *{
    position: relative;
    z-index: 1;
}
.header .logo {
    position: relative;

    overflow: hidden;
    display: flex;
    align-items: center;
}

.header .logo img:nth-child(1) {
     width: 170px;
    height: 43px;
    margin: 0 20px 0 0;
} 

.header .logo img {
    transition: 0.6s;
}

.header .joke {
    display: flex;
    align-items: center;
}

.header .joke nav {
    display: flex;
    align-items: center;
    margin: 0 110px 0 0;
    transition: 1s;
    transform: translateY(0);
}

.header .joke nav.active {
    opacity: 0;
    transform: translateY(-20px);
}

.header .joke nav .li {
    margin: 0 107px 0 0;
    padding: 40px 0;
    position: relative;
}

.header .joke nav .li .hide {
    position: absolute;
    width: 140px;
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(5px);
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%) translateY(15px);
    padding: 23px 0;
    text-align: center;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 3px 29px -8px rgb(192 196 204 / 70%);
}

.header .joke nav .li .hide:after{
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent rgba(255,255,255,0.8) transparent;
    box-shadow: 0 7px 32px -12px rgb(192 196 204 / 72%);
}
.header .joke nav .li .hide a{
    font-size: 15px;
    font-family: X;
    font-weight: normal;
    color: #101010;
    margin-bottom: 23px;
    display: block;
    transition: 0.6s;
}
.header .joke nav .li .hide a:hover{
    color: rgba(231, 56, 13, 1);
}
.header .joke nav .li .hide a:last-child{
    margin: 0;
}
.header .joke nav .li:hover .hide {
    transform: translateX(-50%) translateY(25px);
    opacity: 1;
    pointer-events: unset;
}

.header .joke nav .li > a {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    padding: 40px 0;
    transition: 0.6s;
}

.header .joke nav li:last-child {
    margin: 0;
}

.header .joke .menu {
    width: 60px;
    height: 60px;
    border: 1px solid transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    cursor: pointer;
    position: relative;
}

.header .joke .menu:hover {
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.header .joke .menu_joke {
    width: 23px;
    height: 23px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header .joke .menu_joke div {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.header .joke .menu_joke div span {
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    transition: 0.6s;
}

.header .joke .menu .hidden {
    position: absolute;
    left: -53px;
    top: 58px;
    align-items: flex-end;
    flex-direction: column;
    width: 100px;
    padding: 31px 0 0 0;
    display: none;
}

.header .joke .menu:hover .hidden {
    display: flex;
}

.header .joke .menu .hidden a {
    display: block;
    width: fit-content;
    white-space: nowrap;
    text-align: right;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.5);
    line-height: 38px;
    position: relative;
    transition: 0.6s;
}

.header .joke .menu .hidden a:hover {
    color: #fff;
}

.header .joke .menu .hidden a:after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    transition: 0.6s;
}

.header .joke .menu .hidden a:hover:after {
    background: #fff;
}

.header.on .logo img {
    transform: translateY(-100%);
}

.header.on .joke nav a {
    color: #000;
}

.header.on .joke .menu_joke div span {
    background: #000;
}

.header.on .joke .menu:hover {
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.header.on .joke .menu .hidden a {
    color: rgba(0, 0, 0, 0.5);
}

.header.on .joke .menu .hidden a:after {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.header.on .joke .menu .hidden a:hover {
    color: #000;
}

.header.on .joke .menu .hidden a:hover:after {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.fixed_section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #070707;
    display: none;
}

.fixed_section.on {
    display: block;
}

.fixed_section img {
    width: 100%;
    height: 100vh;
}

.fixed_section .block {
    width: 100%;
    height: 100vh;
    background: #070707;
}

.load {
    width: 100%;
    height: 100vh;
    background: rgba(19, 19, 19, 1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.load .bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: rgba(239, 239, 239, 0.08);
}

.load .bottom .line {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

.load .bottom .line .color {
    width: 0;
    height: 100%;
    background: rgba(231, 56, 13, 1);
    position: relative;
    border-radius: 25px;
    transition: 1s;
}

.load .bottom .line .num {
    font-size: 16px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: #FFFFFF;
    position: absolute;
    top: -30px;
    left: 0;
    transition: 1s;
    transform: translateX(20px);
}

.load .bottom .line .color div {
    width: 4px;
    height: 4px;
    background: rgba(231, 56, 13, 1);
    position: absolute;
    right: 2px;
    top: 0;
    border-radius: 50%;
}

.load .bottom .line .color div:nth-child(1) {
    animation: 5s div_1 infinite linear;
    transform: translate(5px, 5px) scale(0.65, 0.65);
}

.load .bottom .line .color div:nth-child(2) {
    width: 7px;
    height: 7px;
    transform: translate(5px, 5px) scale(0.65, 0.65);
    animation: 10s div_2 infinite linear;
}

.load .bottom .line .color div:nth-child(3) {
    width: 5px;
    height: 5px;
    transform: translate(5px, 5px) scale(0.65, 0.65);
    animation: 5s div_3 infinite linear;
}

.load .bottom .line .color div:nth-child(4) {
    width: 5px;
    height: 5px;
    transform: translate(5px, 5px) scale(0.65, 0.65);
    animation: 4s div_1 infinite linear;
}

.load .bottom .line .color div:nth-child(5) {
    width: 5px;
    height: 5px;
    transform: translate(5px, 5px) scale(0.65, 0.65);
    animation: 7s div_2 infinite linear;
}

.load .bottom .line .color div:nth-child(6) {
    width: 5px;
    height: 5px;
    transform: translate(5px, 5px) scale(0.65, 0.65);
    animation: 5s div_3 infinite linear;
}

@keyframes div_1 {
    0% {
        transform: translate(5px, 5px) scale(0.65, 0.65);
    }
    50% {
        transform: translate(20px, 0px) scale(0.65, 0.65);
    }
    100% {
        transform: translate(5px, 5px) scale(0.65, 0.65);
    }
}

@keyframes div_2 {
    0% {
        transform: translate(5px, -5px) scale(0.65, 0.65);
    }
    50% {
        transform: translate(10px, 5px) scale(0.65, 0.65);
    }
    100% {
        transform: translate(5px, -5px) scale(0.65, 0.65);
    }
}

@keyframes div_3 {
    0% {
        transform: translate(0px, -7px) scale(0.65, 0.65);
    }
    50% {
        transform: translate(0px, 10px) scale(0.65, 0.65);
    }
    100% {
        transform: translate(0px, -7px) scale(0.65, 0.65);
    }
}

.load .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.56s;
}
.load .container.on{
    opacity: 0;
    pointer-events: none;
}
.load .container.scale{
    transform: translate(-50%, -50%) scale(0.6);
}
.load .load_img {
    height: 40vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.56s;
}
.load .load_img.on{
    opacity: 1;
}
.load .load_img.scale{
    transform: translate(-50%, -50%) scale(0.6);
}
.load .load_img img{
    height: 100%;
}

.common_bar{
    transform: translateY(200px);
    opacity: 0;
    transition-duration: 3s!important;
}
.common_bar.aos-animate{
    transform: translateY(0);
    opacity: 1;
}

.header .joke nav .li.active > a {
    color: rgba(231, 56, 13, 1);
}
.header .joke nav .li:hover >  a{
    color: rgba(231, 56, 13, 1);
}
.header .joke nav .li .active{
    color: rgba(231, 56, 13, 1);
}

.alert_video{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transition: 1s;
}
.video_active{
    pointer-events: auto!important;
    opacity: 1!important;
}
.alert_video .joke{
    display: flex;
    position: relative;
    z-index: 2;
}
.alert_video .joke .video{
    width: 100%;
    height: 576px;
    display: block;
}
.alert_video .joke .video video{
    width: 100%;
    height: 100%;
    object-fit:fill;
}
.alert_video .joke .close{
    margin: 0 0 0 25px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    height: auto;
}
.alert_video .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,0.7);
}

@media screen and (max-width: 1856px) {
    .header .joke nav{
        margin: 0 50px 0 0;
    }
}

@media screen and (max-width: 1700px) {
    .header .joke nav .li {
        margin: 0 91px 0 0;
    }
}
@media screen and (max-width: 1660px) {
    .footer .wrap {
        padding: 0 5%;
    }
}
@media screen and (max-width: 1590px) {
    .header .joke nav{
        margin: 0;
    }
}
@media screen and (max-width: 1520px) {
    .header .joke nav .li {
        margin: 0 81px 0 0;
    }
}
@media screen and (max-width: 1430px) {
    .header .joke nav .li {
        margin: 0 73px 0 0;
    }
    .header{
        padding: 0 5%;
    }
}
@media screen and (max-width: 1380px) {
    .footer .wrap .jump a:not(:last-child) {
        margin: 0 70px 0 0;
    }
}
@media screen and (max-width: 1366px) {
    .header .joke nav .li {
        margin: 0 65px 0 0;
    }
}
@media screen and (max-width: 1300px) {
    .footer .wrap .jump a:not(:last-child) {
        margin: 0 60px 0 0;
    }
}
@media screen and (max-width: 1285px) {
    .header .joke nav .li {
        margin: 0 60px 0 0;
    }
}

.fixed_content{
    display: none;
}
/* mobile */
@media screen and (max-width: 1270px) {
    .header .joke nav{
        display: none;
    }
    .header .logo img{
        width: 100%;
        object-fit: cover;
    }
    .header .logo{
        height: auto;
  
    }
    .header{
        height: 75px;
    }
    .header .joke .menu .hidden{
        display: none!important;
    }
    .header .joke .menu{
        border: 1px solid transparent!important;
    }
    .fixed_content{
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        z-index: 999999;
        pointer-events: none;
        transition: 0.6s;
        display: block;
    }
    .fixed_content .mask{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.8);
        opacity: 0;
        transition: 1s;
    }
    .fixed_content.on .mask{
        opacity: 1;
    }
    .fixed_content .right{
        position: absolute;
        top: 0;
        right: 0;
        width: 70%;
        height: 100%;
        background: #2a2a2a;
        z-index: 1;
        transition: 0.6s;
        transform: translateX(100%);
    }
    .fixed_content .joke .item_contact{
        margin: 50px 0 0 0;
        padding: 0 5%;
        font-family: MagistralC;
        font-weight: 400;
        color: #797979;
        font-size: 14px;
        line-height: 24px;
    }
    .fixed_content.on{
        pointer-events: auto;
    }
    .fixed_content.on .right{
        transform: translateX(0);
    }
    .fixed_content .joke{
        padding: 0 0 50px 0;
        height: 100vh;
        overflow-y: scroll;
    }
    .fixed_content .joke .item{
        border-bottom: 1px solid rgba(255,255,255,0.1);
        overflow: hidden;
    }
    .fixed_content .joke .item:last-child{
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .fixed_content .joke .item .headline{
        display: flex;
        align-items: center;
        color: #fff;
        font-size: 15px;
        padding: 0 10%;
        height: 50px;
        cursor: pointer;
        justify-content: space-between;
    }
    .fixed_content .joke .item .headline .iconfont{
        font-size: 12px;
    }
    .fixed_content .joke .item .hide{
        display: none;
    }
    .fixed_content .joke .item .hide a{
        font-size: 13px;
        background: rgba(255,255,255,0.15);
        padding: 0 10%;
        height: 40px;
        display: flex;
        align-items: center;
        color: rgba(255,255,255,0.5);
    }
    .header:after {
        opacity: 1;
        backdrop-filter: unset;
        background: #000;
    }
    .alert_video .joke{
        flex-direction: column-reverse;
        align-items: flex-end;
    }
    .alert_video .joke{
        width: 90%;
        margin: auto;
    }
    .alert_video .joke .video{
        height: auto;
    }
    .alert_video .joke .close {
        margin: 0 0 10px 5px;
    }
    .footer .wrap .nav{
        display: none;
    }
    .footer .wrap .footer_contact{
        flex-direction: column;
        align-items: unset;
    }
    .footer .wrap{
        margin: 50px auto 25px;
    }
    .footer .wrap .footer_contact .the_left{
        margin: 0 0 20px 0;
    }
    .footer .wrap .footer_contact .the_right .line {
        margin: 20px 0 18px 0;
    }
    .footer .wrap .footer_contact .the_right .specific{
        font-size: 15px;
    }
    .footer .wrap .footer_contact .the_left p{
        font-size: 17px;
        line-height: 30px;
    }
    .footer .wrap .footer_contact {
        margin: 0 0 32px 0;
    }
    .footer .wrap .foo_link,.footer .wrap .foo_link .stop{
        flex-direction: column;
        align-items: unset;
    }
    .footer .wrap .foo_link .stop > div:first-child{
        flex-direction: column;
    }
    .footer .wrap .foo_link a{
        font-size: 14px;
        margin: 0!important;
        line-height: 25px;
    }
    .footer .wrap .foo_link .stop .friendship{
        align-items: unset;
        margin: 15px 0;
        display: none;
    }
    .common_banner .text span{
        font-size: 30px;
    }
    .fixed_banner,.common_banner{
        height: 40vh;
        padding: 75px 0 0 0;
    }
    .common_banner .square{
        margin: 21px auto 0;
        width: 100%;
    }
    .common_banner .text{
        width: 90%;
    }
    .common_banner .square .item{
        height: auto;
        padding: 3% 0;
        width: 44%;
        max-width: 240px;
    }
    .common_banner .square .item .iconfont{
        font-size: 30px;
    }
    .common_banner .square .item p{
        font-size: 14px;
    }
    .common_banner .square .item .iconfont{
        margin: 0;
    }
    /*.load .container,.load .load_img{*/
    /*    transform: translate(-50%, -50%) scale(0.6);*/
    /*}*/
}
@media screen and (max-width: 540px) {

}
