body.elementor-editor-active .load {display: none!important;}

.load {position: fixed;left: 0;top: 0;z-index: 5000;background: #fff;width: 100%;height: 100%;overflow: hidden;opacity: 1;display: flex;align-items: center;justify-content: center;animation: fadeOut 2s ease forwards;animation-delay: 2s;}
.load .icon {width: 80vw;max-width: 300px;text-align: center;}
.load .icon .logo {background: url(../images/logo3.png) no-repeat center center;background-size: contain;width: 100%;height: 20vw;max-height: 100px;margin-bottom: 12px;}
.load .icon .heng {height: 1.5vw;max-height: 7px;width: 70vw;max-width: 280px;background: #c1121f;margin: 0 auto;-webkit-animation: loadi 2s ease-out infinite;animation: loadi 2s ease-out infinite;transform-origin: left top;}
@keyframes fadeOut {from {opacity: 1;}
to {opacity: 0;visibility: hidden;}
}

@keyframes loadi {0% {transform: scale(1);transform-origin: right top;}
    20% {transform: scaleX(0);transform-origin: right top;}
    30% {transform: scaleX(0);transform-origin: left top;}
    50% {transform: scale(1);transform-origin: left top;}
    to {transform: scale(1);transform-origin: left top;}
}

/* ÏìÓ¦Ê½ÓÅ»¯ */
@media (max-width: 768px) {.load .icon {width: 70vw;}

  .load .icon .logo {height: 24vw;}

  .load .icon .heng {height: 4px;width: 60vw;}
}
