#iframe_body{
    display: none;
    position: fixed;
    right: 0%;
    z-index: 999;
    width: 460px;
    height: 95vh;
    bottom: 0%;
}

.robot{
    position: fixed;
    right: 5px;
    bottom: 0%;
    width: 100px;
    height: 100px;
    z-index:999;
}

.robotcancel {
    position: absolute;
    right: 5px;
    bottom: 0%;
    width: 60px;
    height: 60px;
}

#icon_div{
    position: fixed;
    right: 5px;
    bottom: 0%;
    width: 100px;
    height: 100px;
    z-index: 999;
    cursor: pointer;
}

#smart {
    display: none;
    position: absolute;
    right: 105px;
    /* display: inline-block; */
    padding: 18px 26px;
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: normal;
    font-size: 10.938em;
    line-height: 1.375em;
    text-align: left;
    background: #F0F8FF;
    border-radius: 45px;
    margin-left: 10px;
    margin-top: 3%;
    margin-bottom: 1%;
    width: 200px;
    text-align: center;
    height: 80px;
    box-shadow: 0px 0px 6px rgba(0,0,0,.2);
}

@media all and (max-width: 414px) {
    #iframe_body {
        height: calc(100vh - 0px);
        width: 100%;
    }

    #icon_div{
        position: fixed;
        right: 5px;
        top: 0%;
        width: 100px;
        height: 100px;
        z-index: 999;
        cursor: pointer;
    }

    .robotcancel {
        position: absolute;
        right: 5px;
        top: 0%;
        width: 60px;
        height: 60px;
    }
  }
  
  @media all and (max-width: 411px) {
    #iframe_body {
        height: calc(100vh - 0px);
        width: 100%;
    }

    #icon_div{
        position: fixed;
        right: 5px;
        top: 0%;
        width: 100px;
        height: 100px;
        z-index: 999;
        cursor: pointer;
    }

    .robotcancel {
        position: absolute;
        right: 5px;
        top: 0%;
        width: 60px;
        height: 60px;
    }
  }
  
  @media all and (max-width: 376px) {
    #iframe_body {
        height: calc(100vh - 0px);
        width: 100%;
    }

    #icon_div{
        position: fixed;
        right: 5px;
        top: 0%;
        width: 100px;
        height: 100px;
        z-index: 999;
        cursor: pointer;
    }

    .robotcancel {
        position: absolute;
        right: 5px;
        top: 0%;
        width: 60px;
        height: 60px;
    }
  }
  
  @media all and (max-width: 360px) {
    #iframe_body {
        height: calc(100vh - 0px);
        width: 100%;
    }

    #icon_div{
        position: fixed;
        right: 5px;
        top: 0%;
        width: 100px;
        height: 100px;
        z-index: 999;
        cursor: pointer;
    }

    .robotcancel {
        position: absolute;
        right: 5px;
        top: 0%;
        width: 60px;
        height: 60px;
    }
  }
  
  @media all and (max-width: 320px) and (max-height: 568px) {
    #iframe_body {
        height: calc(100vh - 0px);
        width: 100%;
    }

    #icon_div{
        position: fixed;
        right: 5px;
        top: 0%;
        width: 100px;
        height: 100px;
        z-index: 999;
        cursor: pointer;
    }

    .robotcancel {
        position: absolute;
        right: 5px;
        top: 0%;
        width: 60px;
        height: 60px;
    }
  }
  
  @media all and (max-width: 320px) and (max-height: 480px) {
    #iframe_body {
        height: calc(100vh - 0px);
        width: 100%;
    }

    #icon_div{
        position: fixed;
        right: 5px;
        top: 0%;
        width: 100px;
        height: 100px;
        z-index: 999;
        cursor: pointer;
    }

    .robotcancel {
        position: absolute;
        right: 5px;
        top: 0%;
        width: 60px;
        height: 60px;
    }
  }
  
  @media all and (max-width: 320px) and (max-height: 353px) {
    #iframe_body {
        height: calc(100vh - 0px);
        width: 100%;
    }

    #icon_div{
        position: fixed;
        right: 5px;
        top: 0%;
        width: 100px;
        height: 100px;
        z-index: 999;
        cursor: pointer;
    }

    .robotcancel {
        position: absolute;
        right: 5px;
        top: 0%;
        width: 60px;
        height: 60px;
    }
  }