@font-face {
    font-family: 'SourceHanSansCN';
    src: url('../fonts/Alibaba-PuHuiTi-Regular.otf') format('truetype');
}

@font-face {
    font-family: 'syyBold';
    src: url('../fonts/syyBold.ttf') format('truetype');
}


* {
    margin: 0%;
    padding: 0%;
    font-family: SourceHanSansCN;
    box-sizing: border-box;
    /* touch-action: none; */
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    /*系统默认菜单被禁用*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -khtml-user-select: none;
    /*早期浏览器*/
    -moz-user-select: none;
    /*火狐*/
    -ms-user-select: none;
    /*IE10*/
    user-select: none;
}

body {
    overflow: hidden;
}

button {
    border: 0;
    cursor: pointer;
    background-color: transparent;
    outline: 0
}

.root {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url('../img/background-video.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.root::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: url('../img/shadowMasking.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.video-area {
    width: 1080px;
    height: 1920px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.logo {
    width: 88.8px;
    height: 34.8px;
    background-image: url('../img/logo.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 3%;
    top: 35px;
}

.stop {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 30px;
    top: 30px;
    backdrop-filter: blur(5px);
    font-size: 12px;
    color: rgba(0, 0, 0, .6);
    background-image: url(./../img/zoom.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 10;
}

.mute {
    position: absolute;
    width: 31px;
    height: 26px;
    left: 30px;
    top: 30px;
    backdrop-filter: blur(5px);
    font-size: 12px;
    background-image: url(./../img/closeSound.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 10;
}

.mute.close {
    background-image: url(./../img/trumpet.png);
}

.mute.say {
    opacity: 0;
}

.languagePull {
    position: absolute;
    width: 100px;
    height: 30px;
    right: 0px;
    bottom: 195px;
    z-index: 12;
    display: flex;
    color: white;
    background-color: #708392;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-image: url('../img/languagePullBgc.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;

    img {
        height: 6px;
    }
}

.languagePull .languagePullText {
    height: 30px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    padding-left: 5px;
    text-align: start;
    font-size: 17px;
    letter-spacing: 3px;
}

.languagePull .languagePullText img {
    height: 20px;
    margin-right: 5px;
}

.languagePull .languagePullText span {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
}

.langSwitch {
    position: absolute;
    width: 100%;
    height: 350px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    transition: 0.3s;
    z-index: -1;
    opacity: 0;
}

.langSwitch::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    height: 70px;
    background-color: rgba(32, 37, 61, 0.5);
    border-radius: 70px;
    /* 作为背景 */
    background-image: url('../img/sendLangSwitch.png');
    background-size: auto 80%;
    background-position: 98% center;
    background-repeat: no-repeat;
}

.langSwitch:active::after {
    /* background-image: url('../img/sendLangSwitchAct.png'); */
}

.langSwitch .swiper {
    width: 100%;
}

.swiperNextSibling1 {
    opacity: 0.5 !important;
}

.swiperPreviousSibling1 {
    opacity: 0.5 !important;
}

.swiperNextSibling2 {
    opacity: 0.1;
}

.swiperPreviousSibling2 {
    opacity: 0.1;
}


.langSwitchShow {
    z-index: 11;
    opacity: 1;
}

.langSwitch .langBtn {
    width: 100%;
    height: 350px;
    position: relative;
    /* overflow-y: auto; */
    /* scroll-snap-type: y mandatory; */
    /* scroll-behavior: auto; */
}

.langSwitch .langBtn::-webkit-scrollbar {
    display: none;
    /* 对于Chrome, Safari, 和Opera */
}

.langSwitch .langBtn .langBtnText {
    height: 70px !important;
    scroll-snap-align: start;
    font-size: 17px;
    text-align: center;
    color: #fff;
    /* margin-bottom: 10px; */
    box-sizing: border-box;
    padding-bottom: 2px;
    letter-spacing: 3px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.langSwitch .langBtn .langBtnText .active {
    background-color: #004aad;
    color: white;
    font-weight: bold;
}


/* .langSwitch .langBtn .langBtnText::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: url('../img/baseLine.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
} */


.langSwitch .langBtn .langBtnText:active {
    /* background-color: rgba(84, 110, 127, 0.6); */
}

.langSwitch .langBtn .langBtnText img {
    width: 13px;
    margin-right: 15px;
}

.customerService {
    position: absolute;
    width: 35px;
    height: 35px;
    right: 3%;
    top: 33px;
    backdrop-filter: blur(5px);
    font-size: 12px;
    background-image: url(./../img/service.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 10;
}

.customerService.say {
    opacity: 0;
}

.customerService.act {
    background-image: url(./../img/serviceAct.png);

}

.serviceAlert {
    position: fixed;
    top: 0px;
    height: 100vh;
    width: 100vw;
    z-index: 999999999;
    opacity: 0;
    pointer-events: none;
    background-color: rgba(0, 0, 0, .5);


}

.serviceAlert img {
    width: 50%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.zoomServiceAlert {
    animation: 3s linear 1 zoomServiceAlert;
}

@keyframes zoomServiceAlert {
    0% {
        opacity: 1;
    }

    90% {
        opacity: 0.8;
    }

    100% {
        opacity: 0;
    }
}


.result-area {
    position: absolute;
    width: 100%;
    bottom: 230px;
    top: 40%;
    background-color: transparent;
    overflow-y: scroll;
    color: #fff;
    padding: 1px;
    z-index: 10;
    scroll-behavior: smooth;
}

.hid {
    opacity: 0 !important;
    pointer-events: none !important;
    /* display: none; */
}

.destroy {
    display: none !important;
    /* display: none; */
}

.result-area.bubble {
    bottom: 176px
}

.result-area::-webkit-scrollbar {
    display: none
}

.result-area>div {
    max-width: 100%;
    box-sizing: border-box;
    margin: 20px 0
}

.result-area>div>span {
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    padding: 5px 10px;
    letter-spacing: 1px;
    font-weight: 500;
}


.result-area>.user>span {
    background: rgba(136, 138, 146, 0.5);
    border: 1px solid rgba(27, 42, 105, 0.5);
    border-radius: 15px 15px 2px 15px;
    color: #fff;
    /* animation: 0.4s linear 1 spanZoom; */
}

.result-area>.result>span {
    background: rgba(32, 37, 61, 0.5);
    border: 1px solid #0e1640;
    border-radius: 15px 15px 15px 2px;
    color: #fff;
    /* animation: 0.4s linear 1 spanZoom; */
}


.result-area .result .asr {
    position: relative;
    padding-right: 30px
}

.result-area .result .asr::after {
    content: '.';
    position: absolute;
    animation: dot 3s infinite step-start;
    width: 1.5em;
    overflow: hidden;
    letter-spacing: .3em;
    white-space: nowrap
}

@keyframes dot {
    0% {
        content: '.'
    }

    33% {
        content: '..'
    }

    66% {
        content: '...'
    }

    100% {
        content: '.'
    }
}

.result-area .user {
    margin-right: 3%;
    margin-left: 3%;
    display: flex;
    flex-direction: row-reverse
}

.result-area .result {
    margin-right: 3%;
    margin-left: 3%;
}

.result-area .result .img,
.result-area .result .popup {
    padding: 10px 16px;
    background: rgba(32, 37, 61, 0.5);
    border: 1px solid rgba(14, 22, 64, 1);
    backdrop-filter: blur(10px);
    border-radius: 20px 20px 20px 2px;
    letter-spacing: 1px
}

.result-area .result .option-info {
    display: inline-block;
    padding: 10px 16px;
    background: rgba(32, 37, 61, 0.5);
    border: 1px solid rgba(14, 22, 64, 1);
    backdrop-filter: blur(10px);
    border-radius: 20px 20px 20px 2px;
    letter-spacing: 1px
}


.result-area .result .video {
    padding: 10px 16px;
    background: rgba(32, 37, 61, 0.5);
    border: 1px solid rgba(14, 22, 64, 1);
    backdrop-filter: blur(10px);
    border-radius: 20px 20px 20px 20px;
    letter-spacing: 1px
}

.result-area .result .option-info .title,
.result-area .result .popup .title {
    color: #fff;
}

.result-area .result .option-info .links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}

.result-area .result .option-info .links .option {
    text-align: center;
    border: 1px solid #bdc7d6;
    width: 25vw;
    color: white;
    background-color: rgba(255, 255, 255, .5);
    text-decoration: none;
    border-radius: 5px;
    margin: 10px 5px;
    letter-spacing: 1px;
    padding: 3px 10px;
    white-space: nowrap;
    /* 确保文本在一行显示，不换行 */
    overflow: hidden;
    /* 隐藏超出元素盒子的内容 */
    text-overflow: ellipsis;
    /* 使用省略号表示被裁切的文本 */
}

.result-area .result .option-info.guess {
    padding-bottom: 15px
}

.result-area .result .option-info.guess .option {
    border: 0;
    margin: 12px 0 0;
    background-position: 0 3px;
    background-image: url(./../img/guess_icon.svg);
    background-repeat: no-repeat;
    padding: 0 0 0 20px
}

.result-area .result .option-info.guess .option>span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    color: rgba(0, 0, 0, .65)
}

.result-area .result .img img {
    width: 100%;
}

.result-area .result .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.result-area .result .video .cover {
    position: absolute;
    width: calc(100% - 32px);
    height: calc(100% - 20px);
    pointer-events: none;
    left: 16px;
    top: 10px;
}

.result-area .result .video {
    margin: 0 auto;
    position: relative;
    width: 300px;
    height: 172px;
}

.result-area .result .video::after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 34px;
    height: 34px;
    content: '';
    transform: translate(-50%, -50%);
    background-size: 100% 100%;
    background-image: url(./../img/video_play.png);
    background-position: 50%;
    background-repeat: no-repeat;
}

.result-area .result .popup .title {
    font-weight: 400;
    color: #000
}

.result-area .result .popup button {
    border: 1px solid #bdc7d6;
    border-radius: 8px;
    margin: 12px 0 0;
    padding: 10px 16px;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #0f1829
}

.bubble-float1 {
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    height: 30px;
    bottom: 190px;
    color: #546e7f;
    opacity: .8;
    z-index: 11;
    display: flex;
    justify-content: space-evenly;
    align-items: start;
}

.bubble-float2 {
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    height: 30px;
    bottom: 60px;
    color: #fff;
    opacity: .8;
    z-index: 11;
    display: flex;
    justify-content: space-evenly;
    align-items: start;
}

.bubble-float-text {
    margin: 0 5px;
    border-radius: 30px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 5px 20px;
    font-weight: 500;
    background-color: rgba(32, 37, 61, 0.5);
    font-size: 13px;
    letter-spacing: 1px;
}

.bubble-area {
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    bottom: 108px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0 10px 10px;
    display: none
}

.bubble-area::-webkit-scrollbar {
    display: none
}

.bubble-area .btn {
    padding: 10px 16px;
    background: #fff;
    border: 1px solid rgba(69, 122, 255, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .08);
    border-radius: 50px;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    color: #3871ff;
    margin: 0 10px 0 0;
    display: inline-block;
    cursor: pointer
}

.bubble-area .btn:last-child {
    margin: 0
}

.operationBox {
    position: absolute;
    z-index: 999;
    bottom: 110px;
    width: 94%;
    display: flex;
    margin: 0 auto;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(32, 37, 61, 0.5);
    border-radius: 100px;
    box-sizing: border-box;
    border: 1px solid rgba(14, 22, 64, 0.5);
    padding: 0 40px;
    left: 50%;
    transform: translateX(-50%);
}

.operationBox .input {
    position: absolute;
    height: 90%;
    width: 65%;
    left: 25%;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
    justify-content: flex-start;
    display: none;
}

.operationBox .input .txt {
    background-color: transparent;
    border: none;
    outline: none;
    height: 90%;
    width: calc(100% - 60px);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    /* box-sizing: border-box; */
    /* padding-right: 10px; */
}

.operationBox .input .send {
    position: absolute;
    right: -20px;
    width: 60px !important;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 500;
    height: 35px;
    line-height: 35px;
    border-radius: 35px;
    background-color: rgb(235, 91, 38);
    color: #fff;
    text-align: center;
}

.switchPattern {
    height: 100%;
    width: 70px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.switchPattern .switchPattern-icon {
    background-image: url('../img/switchPattern-icon.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
}

.switchPattern .switchPattern-txt {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    letter-spacing: 2px;
    font-size: 11px;
}


.switchLanguage {
    height: 100%;
    width: 70px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.switchLanguage .switchLanguage-icon {
    /* background-image: url('../img/switchLanguage-icon.png'); */
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 10px;
    font-family: syyBold;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
}

.switchLanguage .switchLanguage-txt {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    letter-spacing: 2px;
    font-size: 11px;
}

.record {
    width: 80px;
    height: 80px;
    background-image: url(./../img/newmicrophone.png);
    background-repeat: no-repeat;
    background-size: 80px 80px;
    background-position: center center;
    transition: all 0.5s;
    /* animation: switchLanguage-txt 0.7s linear forwards; */
}

@keyframes switchLanguage-txt {
    10% {
        background-size: 55px 55px;
        transform: translateX(0);
        opacity: 1;
    }

    50% {
        background-image: url(./../img/leftMicrophone.png);
        background-size: 55px 55px;
        opacity: 0.5;
    }

    90% {
        background-image: url(./../img/leftMicrophone.png);
        background-size: 55px 55px;
        transform: translateX(-180%);
        opacity: 0.3;
    }

    100% {
        background-image: url(./../img/leftMicrophone.png);
        background-size: 55px 55px;
        transform: translateX(-180%);
        opacity: 1;
    }
}

@keyframes returnLanguage-txt {
    0% {
        background-image: url(./../img/leftMicrophone.png);
        background-size: 55px 55px;
        transform: translateX(-180%);
        opacity: 1;
    }

    80% {
        background-image: url(./../img/leftMicrophone.png);
        background-size: 55px 55px;
        transform: translateX(10%);
        opacity: 0.3;
    }

    90% {
        background-image: url(./../img/leftMicrophone.png);
        background-size: 55px 55px;
        transform: translateX(0);
        opacity: 0.3;
    }

    100% {
        background-image: url(./../img/newmicrophone.png);
        background-size: 80px 80px;
        transform: translateX(0);
        opacity: 1;
    }
}


.key {
    /* background-image: url(./../img/newmicrophone2.png); */
    /* background-size: 40px 70px; */
}

.record.recording {
    background-image: url(./../img/record_end.svg)
}


.operate-area {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 160px;
    z-index: 999;
    pointer-events: none;
    /* background: linear-gradient(180deg, #f6f9ff 0, #f6f9ff 100%); */
}

.operate-area .asr {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #546e7f;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.operate-area .asr .audioCable {
    position: absolute;
    bottom: 160px;
    width: 100%;
    height: 500px;
    background-image: url(./../img/mansay.gif);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 100% 100%;
    bottom: 62px;
}

.operate-area .asr .audioHide {
    display: none;
}



.operate-area .asr .txt {
    margin-top: 50px;
    font-size: 10px;
    font-weight: 500;
    font-family: SourceHanSansCN;
    letter-spacing: 1px;
}

.userSay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(./../img/usersay.gif);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 0.5s ease;
    opacity: 0;
    pointer-events: none;
    z-index: 1000;
    /* mix-blend-mode: normal; */
}

.userSay::after {
    content: '';
    position: absolute;
    bottom: 110px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    background-image: url(./../img/newmicrophoneAct.png);
    background-size: 21px 33px;
    background-position: center;
    background-repeat: no-repeat;
}

.userSay::before {
    content: '';
    position: absolute;
    bottom: 88px;
    left: 50%;
    transform: translateX(-50%);
    width: 115px;
    height: 115px;
    background-image: url('../img/wave.png');
    background-size: 115px 115px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.2;
    animation: 2s linear userSayBeforeZoom infinite;
}

@keyframes userSayBeforeZoom {
    0% {
        transform: translateX(-50%) scale(1);
    }

    100% {
        transform: translateX(-50%) scale(1.1);
    }
}


.show {
    opacity: 0.94;
    transition: opacity 0.5s ease;
}

.userSay .microphone {
    position: absolute;
    bottom: 0%;
    height: 200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    display: none;
}

.userSay .microphone .wave {
    width: 100px;
    opacity: 1;
    animation: upEmerge 1.6s linear infinite normal;
}

.userSay .microphone .txt {
    margin-top: 92px;
    color: #ffffff;
    font-size: 10px;
    font-family: SourceHanSansCN;
    letter-spacing: 1px;
}

.operate-area .asr .switch {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-image: url(./../img/keyboard.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    top: 20px;
    left: 12px;
    background-color: #d3dcea
}

.operate-area .input {
    padding: 20px 12px 0;
    display: none
}

.operate-area .input>* {
    display: inline-block;
    position: relative;
    top: -13px
}

.operate-area .input .switch {
    width: 40px;
    height: 40px;
    background-image: url(./../img/microphone.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    top: 0
}

.operate-area .input .txt {
    box-sizing: border-box;
    height: 40px;
    width: calc(100% - 140px);
    background: #fff;
    border: 1px solid #dee2e8;
    border-radius: 6px;
    margin: 0 5px
}

.operate-area .input .send {
    background: #457aff;
    border-radius: 6px;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    padding: 9px 21px 10px
}

.mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    mix-blend-mode: normal;
    display: none;
    z-index: 999;
}

.mask .iframe iframe {
    width: 85%;
    height: 85%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mask .img,
.mask .video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    display: none
}

.mask .img img,
.mask .video video {
    width: 100%
}

.mask .popup {
    display: none;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #fff;
    border-radius: 20px 20px 0 0
}

.mask .popup .title {
    padding: 24px 20px
}

.mask .popup .title>span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: rgba(0, 0, 0, .9)
}

.mask .popup .content {
    padding: 0 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    max-height: 460px;
    min-height: 240px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0 4px
}

.mask .popup .content::-webkit-scrollbar {
    width: 6px
}

.mask .popup .content::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .1);
    border-radius: 36px;
    outline: 0
}

.mask .popup .footer {
    height: 100px;
    text-align: center;
    padding-top: 24px
}

.mask .popup .footer button {
    padding: 12px 65px;
    background: #457aff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .08);
    border-radius: 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff
}

.mask .close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 23px;
    left: 23px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(./../img/close.png)
}

#user-action {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: #bababa; */
    background-image: url(./../img/hello.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #c8d2d9;
    top: 0;
    left: 0;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 500px;
    font-size: 15px;
    line-height: 175vh;
    z-index: 1000;
}

#user-action-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(./../img/hello.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #c8d2d9;
    top: 0;
    left: 0;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 500px;
    font-size: 15px;
    line-height: 175vh;
    z-index: 1001;
}


#hello {
    position: absolute;
    background-image: url(./../img/hello.gif);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    transition: 0.5s;
}

.helloHide {
    opacity: 0;
}

.hello {
    display: none;
}

@keyframes microphoneZoom {
    0% {
        background-image: url(./../img/newmicrophone2.svg);
    }

    100% {
        width: 70px;
        height: 70px;
    }
}

@keyframes spanZoom {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1.2);

    }

    100% {
        transform: scale(1);

    }
}

@keyframes upEmerge {
    0% {
        transform: scale(0.6);
        opacity: 0;
    }

    10% {
        transform: scale(0.6);
        opacity: 0.9;
    }

    90% {
        transform: scale(0.8);
        opacity: 1;
    }

    100% {
        transform: scale(0.8);
        opacity: 0;
    }

}