:root {
    --height1: 50;
    --width1: 50;
    --height2: 300;
    --width: 300;
    --height3: 500;
    --bgc: white
}

#biyao-dialog-box {
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 50px;
    user-select: none;
    z-index: 2147483647;
}

#biyao-dialog-box > div {
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 0 10px 1px gray
}

#biyao-dialog-box > div:before {
    content:"";
    position: absolute;
    top: 25.5px;
    left: 25.5px;
    border-right: 25px solid white;
    border-top: 25px solid transparent;
    box-shadow: 3px 3px 5px rgba(128,128,128,0.4);
    border-radius: 1px;
}

#biyao-dialog-box span {
    margin-top: -50px;
    float: left;
    line-height: 50px;
    font-weight: bold;
}

#biyao-dialog-box .xspan1:before {
    content: "···";
    color: black;
    font-size: 30px;
    position: absolute;
    width: 50px;
    text-align: center;
}

#biyao-dialog-box .xspan2:before {
    content: "\2716";
    color: black;
    font-size: 30px;
    position: absolute;
    width: 50px;
    text-align: center;
}

#biyao-dialog-box-context {
    width: 300px;
    height: 400px;
    background-color: white;
    position: fixed;
    bottom: 120px;
    right: 60px;
    user-select: none;
    border-radius: 5px;
    box-shadow: 0 0 10px 1px gray;
    z-index: 2147483647;
    animation:fadenum1 0.5s 1;
}
@keyframes fadenum1{
    0%{opacity: 0;}
    100%{opacity: 1;}
}

#biyao-dialog-box-context #content-title {
    color: #454545;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    /*background-color: #00a1e8;*/
    text-align: center;
    /*color: white;*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 1px 1px rgba(204,204,204,0.5);
}
#biyao-dialog-box-context #content-content {
    height: calc(100% - 80px);
    padding: 5px;
    overflow-x: auto;
    box-sizing : border-box;
}
/*滚动条样式*/
#biyao-dialog-box-context #content-content::-webkit-scrollbar {
    width: 10px;
    /*height: 4px;*/
}
#biyao-dialog-box-context #content-content::-webkit-scrollbar-thumb {
    border-radius: 3px;
    /*-webkit-box-shadow: inset 0 0 10px rgba(204,204,204,0.8);*/
    /*background: rgba(176,196,222,0.8);*/
    background: rgba(176,190,199,0.4);
}
#biyao-dialog-box-context #content-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 10px rgba(204,204,204,0.8);
    border-radius: 0;
    background: rgba(255,255,255,0.6);
    /*border-left: 1px solid #cccccc;*/
}
#biyao-dialog-box-context #content-submit {
    height: 50px;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    border-top: 1px solid #cccccc;
}
#biyao-dialog-box-context #content-submit input{
    font-size: 16px;
    border: none;
    outline: none;
    width: 90%;
    height: 99%;
}

/*气泡框*/
.talkbubble-right {
    width: 65%;
    margin-left: calc(35% - 8px);
    /*height: 80px;*/
    background: #11b9e7;
    position: relative;
    -moz-border-radius:    5px;
    -webkit-border-radius: 5px;
    border-radius:         5px;
    padding: 10px 5px;
    margin-bottom: 5px;
    color: white;
    line-height: 1.3;
    font-size: 13px;
    animation:fadenum2 0.5s 1;
    box-shadow: 0 0 3px rgba(204,204,204,1);
    box-sizing : border-box;
}
.talkbubble-right:before {
    content:"";
    position: absolute;
    left: calc(100% - 7px);
    top: 12px;
    width: 0;
    height: 0;
    /*border-top: 8px solid transparent;*/
    /*border-left: 8px solid #11b9e7;*/
    /*border-bottom: 8px solid transparent;*/
    border-top: 12px solid #11b9e7;
    border-left: 12px solid transparent;
    border-radius: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.talkbubble-left {
    width: 65%;
    margin-left: 8px;
    position: relative;
    -moz-border-radius:    5px;
    -webkit-border-radius: 5px;
    border-radius:         5px;
    padding: 10px 5px;
    line-height: 1.3;
    margin-bottom: 5px;
    border: 1px solid #cccccc;
    font-size: 13px;
    animation:fadenum2 0.5s 1;
    box-shadow: 0 0 3px rgba(204,204,204,1);
    box-sizing : border-box;
}
.talkbubble-left:before {
    content:"";
    position: absolute;
    right: calc(100% - 7px);
    top: 12px;
    width: 0;
    height: 0;
    border-top: 12px solid white;
    border-right: 12px solid transparent;
    border-radius: 3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    box-shadow: -1px -1px 1px #cccccc;
}
@keyframes fadenum2{
    0%{opacity: 0;}
    100%{opacity: 1;}
    /*from {*/
    /*    margin-left: -30%;*/
    /*}*/
    /*to {*/
    /*    margin-left: calc(35% - 8px);*/
    /*}*/
}

.navigate-solid.icon {
    color: #00a1e8;
    /*position: absolute;*/
    /*margin-left: 6px;*/
    /*margin-top: -1px;*/
    width: 14px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    margin-top: 5px;
}
.navigate-solid.icon:before {
    content: '';
    position: absolute;
    left: 0;
    top: -17px;
    width: 0;
    height: 0;
    border-top: solid 25px transparent;
    border-bottom: solid 25px currentColor;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
}
.navigate-solid.icon:after {
    content: '';
    position: absolute;
    left: 0;
    top: 17px;
    width: 0;
    height: 0;
    color: white;
    border-top: solid 8px transparent;
    border-bottom: solid 8px currentColor;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
}


.biyao-loadingThree{
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    text-align: center;
    padding-top: 15px;
    background-color: rgba(255,255,255,0.7);
}
.biyao-loadingThree span{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border-radius: 50%;
    background: #11b9e7;
    -webkit-animation: load 1.04s ease infinite;
}
.biyao-loadingThree span:last-child{
    margin-right: 0px;
}
@-webkit-keyframes load{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
.biyao-loadingThree span:nth-child(1){
    -webkit-animation-delay:0.13s;
}
.biyao-loadingThree span:nth-child(2){
    -webkit-animation-delay:0.26s;
}
.biyao-loadingThree span:nth-child(3){
    -webkit-animation-delay:0.39s;
}
.biyao-loadingThree span:nth-child(4){
    -webkit-animation-delay:0.52s;
}
.biyao-loadingThree span:nth-child(5){
    -webkit-animation-delay:0.65s;
}
