body,html{
    width: 100%;
    height: 100%;
    background-image: url('../img/background.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
*{
    margin: 0;
    padding: 0;
}
.wrap{
    width: 90%;
    height: 90%;
    display: flex;
    background-color: rgba(245, 246, 247, 0.652);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 30px;
    overflow: hidden;
}
#phone{
    background-color: white;
    margin: 20px;
    width: 35%;
    height: 94%;
    box-sizing: border-box;
    border-radius: 30px;
    position: relative;
}
.phoneTxt{
    position: absolute;
    top: 10px;
    left: 30px;
}
.phoneTxt>p{
    font-size: 24px;
    color: blue;
    margin: 10px 0;
}
.phoneModel{
    width: 80%;
    height: 80%;
    border: 7px solid black;
    position: absolute;
    top: 100px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: 30px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px 0;
    background-color: rgba(243, 242, 242, 0.916)
}
.phoneModel>div{
    width: 100%;
    height: 100%;
    overflow: scroll;
}
.phoneModel>div::-webkit-scrollbar {
    display: none;
}
.phoneModel>div>.userBox{
    display: flex;
    width: 100%;
    padding: 2% 0;
    box-sizing: border-box;
    justify-content: right;
    padding-left: 45px;
}
.phoneModel>div>.userBox>div{
    padding: 8px 10px;
    border-radius: 7px;
}
.phoneModel>div>.userBox>img{
    width: 35px;
    height: 35px;
    margin: 0 5px;
}
.phoneModel>div>.assistantBox{
    display: flex;
    width: 100%;
    padding: 2% 0;
    box-sizing: border-box;
    justify-content: left;
    padding-right: 45px;
}
.phoneModel>div>.assistantBox>div{
    padding: 8px 10px;
    border-radius: 7px;
}
.phoneModel>div>.assistantBox>img{
    width: 35px;
    height: 35px;
    margin: 0 5px;
}
.phoneModel span{
    font-size: 13px;
    color: rgb(58, 57, 57);
    white-space:normal;
    word-break:break-all;
    word-wrap: break-word;
}
#app{
    width: 100%;
    height: 94%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    overflow: hidden;
    margin: 20px;
    z-index: 200;
    position: relative;
    background-color: rgba(245, 246, 247, 0.668);
}
#appBox{
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
#appBox::-webkit-scrollbar {
    display: none;
}
.userBox{
    display: flex;
    flex-flow: row-reverse;
    width: 100%;
    padding: 2% 15px;
    box-sizing: border-box;
    justify-content: right;
    padding-left: 120px;
    padding-right: 50px;
    position: relative;
}

.assistantBox{
    display: flex;
    width: 100%;
    padding: 2% 15px;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 120px;
    position: relative;
}
.userBox,.assistantBox span{
    white-space:normal;
    word-break:break-all;
    word-wrap: break-word;
}
.userBox,.assistantBox>div:nth-child(2) img{
    width: 100%;
}
.Img{
    width: 50px;
    height: 50px;
    margin: 0 10px;
}
.userBox>div{
    padding: 15px 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    background-color: white;
}
.assistantBox>div{
    padding: 15px 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    background-color: rgb(200, 228, 255);
}
.assistantBox1{
    display: flex;
    width: 100%;
    padding: 2% 15px;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 120px;
    position: relative;
}
.assistantBox1>.Amessage{
    padding: 15px 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    background-color: rgb(200, 228, 255);
}
.userDialog,.assistantDialog>span{
    line-height: 30px;
    color: rgb(58, 57, 57);
}
.head{
    width: 100%;
    height: 80px;
    background-color: white;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.head>p{
    font-size: 22px;
    font-weight: bold;
    color: rgb(64, 64, 230);
    margin-left: 60px;
}
.head>span{
    cursor: pointer;
    margin-right: 30px;
    font-size: 13px;
    display: flex;
    align-items: center;
}
.head>span>img{
    width: 20px;
}
.network{
    width: 160px;
    height: 50px;
    background-color: rgb(255, 255, 240);
    border-radius: 10px;
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    display: flex;
}
.network>img{
    width: 20px;
    height: 20px;
    margin-top: 15px;
    margin-left: 30px;
}
.network>p{
    color: #f09389;
    line-height: 50px;
    margin-left: 10px;
}







.loading,
.loading > div {
  position: relative;
  box-sizing: border-box;
}

.loading {
  display: block;
  font-size: 0;
  color: #252525;
}

.loading.la-dark {
  color: #333;
}

.loading > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.loading {
  width: 48px;
  height: 18px;
  margin: 2px 0;
  display: flex;
  align-items: center;
}
#phoneLoading{
    width: 28px;
  height: 18px;
  margin: 0;
  display: flex;
  align-items: center;
}
.loading > div {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 100%;
  animation: ball-beat 0.7s -0.15s infinite linear;
}
#phoneLoading > div{
    width: 5px;
  height: 5px;
  margin: 0 2px;
}
.loading > div:nth-child(2n-1) {
  animation-delay: -0.5s;
}

@keyframes ball-beat {
  50% {
    opacity: 0.2;
    transform: scale(0.75);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.img-loading {
    opacity: 0.4;
}


.assistantBox1>div:nth-child(1){
    position: relative;
    width: 70px;
    height: 100%;
}
.loading-1{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: auto;
}
.loading-1,
.loading-1 > div {
  position: relative;
  box-sizing: border-box;
}

.loading-1 {
  display: block;
  font-size: 0;
  color: blue;
}

.loading-1.la-dark {
  color: #333;
}

.loading-1 > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.loading-1 {
  width: 32px;
  height: 32px;
  animation: ball-spin-clockwise-fade-rotating-rotate 6s infinite linear;
}

.loading-1 > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  animation: ball-spin-clockwise-fade-rotating 1s infinite linear;
}

.loading-1 > div:nth-child(1) {
  top: 5%;
  left: 50%;
  animation-delay: -0.875s;
}

.loading-1 > div:nth-child(2) {
  top: 18.1801948466%;
  left: 81.8198051534%;
  animation-delay: -0.75s;
}

.loading-1 > div:nth-child(3) {
  top: 50%;
  left: 95%;
  animation-delay: -0.625s;
}

.loading-1 > div:nth-child(4) {
  top: 81.8198051534%;
  left: 81.8198051534%;
  animation-delay: -0.5s;
}

.loading-1 > div:nth-child(5) {
  top: 94.9999999966%;
  left: 50.0000000005%;
  animation-delay: -0.375s;
}

.loading-1 > div:nth-child(6) {
  top: 81.8198046966%;
  left: 18.1801949248%;
  animation-delay: -0.25s;
}

.loading-1 > div:nth-child(7) {
  top: 49.9999750815%;
  left: 5.0000051215%;
  animation-delay: -0.125s;
}

.loading-1 > div:nth-child(8) {
  top: 18.179464974%;
  left: 18.1803700518%;
  animation-delay: 0s;
}

.loading-1.la-sm {
  width: 16px;
  height: 16px;
}

.loading-1.la-sm > div {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}

.loading-1.la-2x {
  width: 64px;
  height: 64px;
}

.loading-1.la-2x > div {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
}

.loading-1.la-3x {
  width: 96px;
  height: 96px;
}

.loading-1.la-3x > div {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}

@keyframes ball-spin-clockwise-fade-rotating-rotate {
  100% {
    transform: rotate(-360deg);
  }
}

@keyframes ball-spin-clockwise-fade-rotating {
  50% {
    opacity: 0.25;
    transform: scale(0.5);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.deleteBg{
    width: 100%;
    height: 100%;
    background-color: rgba(128, 128, 128, 0.571);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
}
.deleteBg>div{
    margin: 0 auto;
    width: 250px;
    height: 150px;
    background-color: white;
    box-shadow: 1px 2px 60px rgba(0, 0, 0, 0.468);
    border-radius: 3px;
}
.deleteBg>div>p{
    margin: 13px 20px;
    font-size: 14px;
    color: #383838;
}
.deleteBg>div>span{
    font-size: 15px;
    line-height: 60px;
    margin-left: 30px;
}
.deleteBg>div>hr{
    border: 0.1px solid rgba(229, 228, 228, 0.637);
}
.deleteBg>div>div{
    text-align: right;
    margin-right: 10px;
}
.deleteBg>div>div>button{
    width: 60px;
    height: 25px;
    background-color: white;
    margin: 2px;
    border: 0.4px solid rgb(216, 213, 213);
    border-radius: 3px;
    cursor: pointer;
}
.deleteBg>div>div>button:nth-child(1){
    background-color: rgb(30, 149, 255);
    color: white;
    border: 0.4px solid rgb(30, 149, 255);
}


ol{
    margin: 2% 0px;
    margin-left: 6%;
}
ol>li{
    margin: 2% 0;
}



.inp{
    margin: 15px auto;
    display: flex;
    align-items: center;
    width: 95%;
    height: 60px;
    overflow: hidden;
    border-radius: 200px;
    cursor: pointer;
}

.inp>input{
    width: 92%;
    height: 100%;
    border: none;
    padding: 2px 30px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
}
input:focus{
    outline: none;
}
.inp>div{
    flex: 1;
    height: 100%;
    background-color: rgb(64, 64, 250 ,0.9);
    display: flex;
    justify-content: center;
    align-items: center;
}
.inp>div:hover{
    background-color: rgba(50, 50, 246, 0.9);
}
.inp img{
    width: 25px;
}
li{
    list-style-type: none;
}

