@media screen and (min-width: 769px) {
    .box {
        width: 100%;
        height: 100vh;
        min-height: 100vh;
        background: url(../img/AI/Bg.png) center no-repeat;
        background-size: cover;
    }
    .box .Title {
        width: 1500px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
        padding: 29px 0 0;
    }
    .box .Title .left {
        display: flex;
        align-items: center;
    }
    .box .Title .left img {
        width: auto;
        height: 40px;
    }
    .box .Title .left h1 {
        margin-left: 19px;
        font-size: 20px;
        line-height: 20px;
        font-weight: bold;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #ffffff;
    }
    .box .Title .left .Icon {
        display: flex;
        align-items: center;
        margin-left: 22px;
    }
    .box .Title .left .Icon img {
        height: 38px;
        margin-right: 8px;
    }
    .box .Title .left .Icon h4 {
        font-family: 'DFGB_Y7';
        font-size: 28px;
        font-weight: bold;
        line-height: 28px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #0168ec;
        background: -webkit-linear-gradient(#2bbbff 40%, #377fe8 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .box .Title .Buttons {
        display: flex;
        align-items: center;
    }
    .box .Title .Buttons .menu {
        display: none;
    }
    .box .Title .Buttons button {
        width: 69px;
        height: 40px;
        background-color: #f7f9fa;
        box-shadow: 1px 2px 5px 0px rgba(16, 79, 152, 0.4);
        border-radius: 20px;
        border: none;
        outline: none;
        margin-left: 15px;
    }
    .box .Title .Buttons button a {
        width: 100%;
        height: 100%;
        display: block;
        font-size: 14px;
        line-height: 40px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #006adb;
    }
    .box .Title .Buttons button:nth-child(2) {
        background-color: #0076f5;
        box-shadow: 1px 2px 5px 0px rgba(16, 79, 152, 0.4);
        border-radius: 20px;
        border: solid 1px #7aadf9;
    }
    .box .Title .Buttons button:nth-child(2) a {
        color: #ffffff;
    }
    .box .Title .Buttons .language {
        width: 65px;
        height: 65px;
        background: url(../img/languageC.png) top center no-repeat;
        background-size: cover;
        margin-top: 20px;
        margin-left: 10px;
    }
    .box .Title .Buttons .language.E {
        background: url(../img/languageE.png) top center no-repeat;
        background-size: cover;
    }
    .box .Title .Buttons .Both {
        width: 129px;
        height: 40px;
        background-image: linear-gradient(0deg, #accbee 0%, #e7f0fd 100%);
        box-shadow: 1px 2px 5px 0px rgba(16, 79, 152, 0.4);
        border-radius: 20px;
        border: solid 1px #0076f5;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-left: 22px;
        overflow: hidden;
    }
    .box .Title .Buttons .Both button {
        width: 50%;
        height: 100%;
        margin: 0;
        border-radius: 0;
        background: transparent;
        font-size: 14px;
        color: #0076f5;
    }
    .box .Title .Buttons .Both button a {
        color: #0076f5;
    }
    .box .Title .Buttons .Both button.active {
        color: #fff;
        background-color: #0076f5;
    }
    .box .Title .Buttons .Both button.active a {
        color: #fff;
    }
    .box .Title .Buttons .login {
        display: flex;
        align-items: center;
        margin-left: 23px;
    }
    .box .Title .Buttons .login img {
        width: 15px;
        height: auto;
    }
    .box .Title .Buttons .login p {
        font-size: 16px;
        line-height: 16px;
        color: #ffffff;
        margin-left: 7px;
    }
    .box .Title .Buttons .login:hover p {
        text-decoration: underline;
    }
    .box .Title.IE .left {
        max-width: 50vw;
    }
    .box .Title.IE .left h1 {
        max-width: 25vw;
        line-height: 24px;
        letter-spacing: 0px;
    }
    .box .Title.IE .left .Icon {
        margin-left: 10px;
    }
    .box .Title.IE .left .Icon h4 {
        font-size: 26px;
        line-height: 26px;
        letter-spacing: -0.5px;
    }
    .box .Content {
        width: 1500px;
        height: 887px;
        max-height: 84%;
        background-color: rgba(242, 244, 245, 0.7);
        box-shadow: 4px 7px 11px 0px rgba(178, 215, 253, 0.64);
        border-radius: 20px;
        margin: 29px auto 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .box .Content ::-webkit-scrollbar {
        display: none;
    }
    .box .Content ::-webkit-scrollbar-thumb {
        display: none;
    }
    .box .Content .Left {
        width: 24%;
        height: 100%;
        padding: 28px 29px;
        display: flex;
        flex-direction: column;
    }
    .box .Content .Left .title {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .box .Content .Left .title h2 {
        font-size: 18px;
        font-weight: bold;
        line-height: 18px;
        color: #003399;
    }
    .box .Content .Left .title button {
        width: auto;
        height: 30px;
        background-color: rgba(255, 255, 255, 0.84);
        border-radius: 15px;
        border: none;
        outline: none;
        padding: 0 10px;
    }
    .box .Content .Left .title button a {
        width: auto;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .box .Content .Left .title button a p {
        font-size: 14px;
        line-height: 30px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #99a2b7;
        margin-left: 5px;
        white-space: nowrap;
    }
    .box .Content .Left .title.IE h2 {
        line-height: 22px;
    }
    .box .Content .Left .title.IE button a p {
        letter-spacing: 0px;
    }
    .box .Content .Left .Data ul {
        margin-top: 27px;
    }
    .box .Content .Left .Data ul li {
        width: 100%;
        height: 85px;
        background-color: #eff2f7;
        box-shadow: 0px 4px 0px 0px rgba(69, 130, 215, 0.54);
        border-radius: 15px;
        border: solid 1px #ffffff;
        margin-bottom: 25px;
    }
    .box .Content .Left .Data ul li a {
        width: 100%;
        height: 100%;
        padding-left: 32px;
        display: flex;
        align-items: center;
    }
    .box .Content .Left .Data ul li a img {
        width: 55px;
        height: auto;
    }
    .box .Content .Left .Data ul li a p {
        font-size: 18px;
        line-height: 18px;
        color: #000000;
        margin-left: 38px;
    }
    .box .Content .Left .Data ul li:hover {
        filter: brightness(1.1);
    }
    .box .Content .Left .Data.IE ul li a p {
        letter-spacing: 0px;
        margin-left: 25px;
    }
    .box .Content .Left .History {
        flex: 1;
        min-height: 0;
        margin-top: 55px;
        display: flex;
        flex-direction: column;
    }
    .box .Content .Left .History ul {
        margin-top: 23px;
        flex: 1;
        min-height: 0;
        overflow-y: auto;
    }
    .box .Content .Left .History ul li {
        width: 100%;
        margin-bottom: 22px;
    }
    .box .Content .Left .History ul li a {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .box .Content .Left .History ul li a span {
        width: 5px;
        height: 5px;
        background-image: linear-gradient(#3f94f6, #3f94f6), linear-gradient(#accadd, #accadd);
        background-blend-mode: normal, normal;
        border-radius: 3px;
    }
    .box .Content .Left .History ul li a p {
        width: 95%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 16px;
        line-height: 16px;
        color: #090909;
        margin-left: 8px;
    }
    .box .Content .Left .History ul li.active a p {
        color: #3874fb;
    }
    .box .Content .Left .History ul li:hover a p {
        color: #3874fb;
    }
    .box .Content .Left .History.IE ul li a p {
        letter-spacing: -0.5px;
    }
    .box .Content .Right {
        width: 76%;
        height: 100%;
        background-color: #ffffff;
        border-radius: 20px;
        padding: 40px 61px 47px 23px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .box .Content .Right .Icon {
        display: none;
    }
    .box .Content .Right .Dialogue {
        height: 81%;
        overflow-y: auto;
        padding: 0 20px 15px 0;
    }
    .box .Content .Right .Dialogue li {
        display: flex;
        justify-content: flex-start;
        margin-top: 37px;
    }
    .box .Content .Right .Dialogue li .avatar {
        width: 65px;
        height: 65px;
        border-radius: 20px;
        margin-right: 18px;
    }
    .box .Content .Right .Dialogue li .avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .box .Content .Right .Dialogue li .text {
        width: 100%;
        min-height: 65px;
        max-width: calc(100% - (83px * 2));
        padding: 30px 22px;
        background: linear-gradient(-2deg, #fafeff 0%, #e2edf9 100%);
        box-shadow: 0px 3px 9px 0px rgba(118, 170, 255, 0.33);
        border-radius: 10px;
        border: solid 1px #f5f8fb;
        position: relative;
    }
    .box .Content .Right .Dialogue li .text .p {
        font-size: 14px;
        line-height: 24px;
        color: #326de5;
        max-width: 95%;
    }
    .box .Content .Right .Dialogue li .text .p.IE {
        line-height: 18px;
        margin-left: -10px;
    }
    .box .Content .Right .Dialogue li .text .Statement {
        width: 535px;
        height: 54px;
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(0, -24px);
        background: url(../img/AI/ai-bg.png) center no-repeat;
        background-size: contain;
        padding: 9px 0 0 25px;
    }
    .box .Content .Right .Dialogue li .text .Statement .p {
        line-height: 20px;
    }
    .box .Content .Right .Dialogue li .text .Statement .p.IE {
        line-height: 18px;
        margin-left: -10px;
    }
    .box .Content .Right .Dialogue li .text .content .disclaimers {
        position: absolute;
        top: 8px;
        right: 15px;
        display: flex;
        align-items: center;
    }
    .box .Content .Right .Dialogue li .text .content .disclaimers img {
        margin-right: 5px;
    }
    .box .Content .Right .Dialogue li .text .content .disclaimers p {
        font-size: 14px;
        font-weight: bold;
        line-height: 14px;
        color: #326de5;
    }
    .box .Content .Right .Dialogue li .text .content h4 {
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
        color: #000000;
    }
    .box .Content .Right .Dialogue li .text .content .p {
        margin-bottom: 5px;
    }
    .box .Content .Right .Dialogue li .text .content .buttons {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin: 30px 0 18px;
        padding-bottom: 33px;
        border-bottom: 1px solid #d0dce5;
    }
    .box .Content .Right .Dialogue li .text .content .buttons button {
        width: auto;
        height: 31px;
        background-color: #e2edf9;
        box-shadow: 2px 4px 5px 0px rgba(159, 191, 219, 0.67);
        border-radius: 16px;
        border: solid 1px #ffffff;
        margin-right: 19px;
        font-size: 16px;
        line-height: 32px;
        color: #295ac5;
        padding: 0 25px;
    }
    .box .Content .Right .Dialogue li .text .content .buttons button.active {
        background-image: linear-gradient(94deg, #6084f5 25%, #88a5fc 100%);
        color: #f2fbff;
    }
    .box .Content .Right .Dialogue li .text .content span {
        font-size: 14px;
        line-height: 24px;
        color: #949eb3;
    }
    .box .Content .Right .Dialogue li .text::after {
        content: '';
        display: block;
        width: 9px;
        height: 11px;
        background: url(../img/AI/ai-arrow.png) center no-repeat;
        background-size: contain;
        position: absolute;
        top: 22px;
        left: 0;
        transform: translate(-100%, 0);
    }
    .box .Content .Right .Dialogue li.user {
        justify-content: flex-end;
    }
    .box .Content .Right .Dialogue li.user .avatar {
        margin-right: 0;
        margin-left: 27px;
    }
    .box .Content .Right .Dialogue li.user .text {
        min-width: 260px;
        width: auto;
        background: #3874fb;
        border-radius: 33px;
        padding: 20px 22px;
    }
    .box .Content .Right .Dialogue li.user .text p {
        font-size: 16px;
        line-height: 24px;
        color: #f4f9ff;
    }
    .box .Content .Right .Dialogue li.user .text::after {
        content: '';
        display: block;
        width: 18px;
        height: 14px;
        background: url(../img/AI/user-arrow.png) center no-repeat;
        background-size: contain;
        position: absolute;
        top: 24px;
        left: 100%;
        transform: translate(-50%, 0);
    }
    .box .Content .Right .Dialogue li:first-child {
        margin-top: 0;
    }
    .box .Content .Right .Dialogue li:first-child .text {
        padding: 20px 22px;
    }
    .box .Content .Right .Dialogue li:first-child h2 {
        font-size: 18px;
        font-weight: bold;
        line-height: 24px;
        color: #000000;
        margin-bottom: 11px;
    }
    .box .Content .Right .Dialogue li:first-child span {
        font-size: 16px;
        line-height: 24px;
        color: #949eb3;
    }
    .box .Content .Right .Dialogue li:first-child .question {
        margin-top: 17px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
    }
    .box .Content .Right .Dialogue li:first-child .question a {
        height: 31px;
        background-color: #e2edf9;
        box-shadow: 2px 4px 5px 0px rgba(159, 191, 219, 0.67);
        border-radius: 16px;
        border: solid 1px #ffffff;
        display: block;
        font-size: 16px;
        line-height: 31px;
        color: #295ac5;
        padding: 0 20px;
        margin-right: 18px;
        margin-bottom: 10px;
    }
    .box .Content .Right .Dialogue li:first-child .question .change {
        display: flex;
        align-items: center;
        position: absolute;
        right: 0;
        top: 0;
        transform: translate(0, -125%);
        cursor: pointer;
    }
    .box .Content .Right .Dialogue li:first-child .question .change img {
        margin-right: 5px;
    }
    .box .Content .Right .Dialogue li:first-child .question .change p {
        font-size: 16px;
        line-height: 16px;
        color: #295ac5;
    }
    .box .Content .Right .Dialogue li:first-child .question .change:hover p {
        text-decoration: underline;
    }
    .box .Content .Right .tip {
        display: none;
    }
    .box .Content .Right .Operate {
        width: calc(100% - (83px * 2));
        margin: 0 auto;
    }
    .box .Content .Right .Operate .As {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 24px;
    }
    .box .Content .Right .Operate .As a {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #6285f5;
        width: 105px;
        height: 30px;
        border-radius: 15px;
        margin-right: 7px;
    }
    .box .Content .Right .Operate .As a img {
        margin-right: 8px;
    }
    .box .Content .Right .Operate .As a p {
        font-size: 14px;
        line-height: 14px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #f7fbff;
    }
    .box .Content .Right .Operate .As a:hover {
        filter: brightness(1.1);
    }
    .box .Content .Right .Operate .As a:last-child {
        margin-right: 0;
    }
    .box .Content .Right .Operate .As .left {
        display: flex;
        align-items: center;
    }
    .box .Content .Right .Operate .As .right {
        display: flex;
        align-items: center;
    }
    .box .Content .Right .Operate .As .right a {
        background-color: #cbe2fe;
    }
    .box .Content .Right .Operate .As .right a p {
        color: #4b75d6;
    }
    .box .Content .Right .Operate .As.IE a {
        width: auto;
        padding: 0 10px;
    }
    .box .Content .Right .Operate .As.IE a img {
        width: 12px;
        height: auto;
    }
    .box .Content .Right .Operate .As.IE a p {
        font-size: 12px;
        line-height: 12px;
        letter-spacing: -0.5px;
    }
    .box .Content .Right .Operate .Input {
        width: 100%;
        height: 55px;
        background-color: #ffffff;
        box-shadow: 0px 2px 11px 0px #e1efff;
        border-radius: 28px;
        border: solid 1px #b0cfff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 8px;
        overflow: hidden;
    }
    .box .Content .Right .Operate .Input img {
        min-width: 38px;
        height: 38px;
        object-fit: cover;
    }
    .box .Content .Right .Operate .Input img:hover {
        filter: brightness(1.1);
    }
    .box .Content .Right .Operate .Input input {
        width: 85%;
        height: 100%;
        margin-right: 4%;
        padding-left: 11px;
        font-size: 16px;
        line-height: 16px;
        color: #333;
        border: none;
        outline: none;
    }
    .box .Content .Right .Operate .Input input::placeholder {
        color: #a5aab2;
    }
    .box .Content .Right .Operate .Input button {
        min-width: 55px;
        height: 100%;
        background-image: linear-gradient(-7deg, #4760ff 0%, #77b4ed 100%), linear-gradient(#f6fbff, #f6fbff);
        background-blend-mode: normal, normal;
        border-radius: 28px;
        border: none;
        outline: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .box .Content .Right .Operate .Input button img {
        min-width: 27px;
        height: auto;
    }
    .box .Content .Right .Operate .Input button:hover {
        filter: brightness(1.1);
    }
    .box .Content .Right .Operate .InputYD {
        display: none;
    }
    .box .Content.IE {
        max-height: 82%;
    }
}
@media screen and (max-width: 769px) {
    .box {
        width: 100%;
        max-width: 100vw;
        height: 100vh;
        min-height: 100vh;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        overscroll-behavior-x: none;
        -webkit-overflow-scrolling: touch;
    }
    .box .Title {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
        padding: 5.86666667vw 2.66666667vw;
        background: url(../img/AI/Title-bg.png) top center no-repeat;
        background-size: cover;
        flex-wrap: wrap;
    }
    .box .Title .left {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .box .Title .left img {
        width: 17.33333333vw;
        height: auto;
    }
    .box .Title .left h1 {
        flex: 1;
        min-width: 0;
        margin-left: 1.33333333vw;
        font-size: 4.66666667vw;
        line-height: 4.66666667vw;
        font-weight: bold;
        letter-spacing: 0vw;
        color: #ffffff;
    }
    .box .Title .left .Icon {
        width: 100%;
        display: none;
        margin-left: 5.86666667vw;
    }
    .box .Title .left .Icon img {
        height: 10.13333333vw;
        margin-right: 2.13333333vw;
    }
    .box .Title .left .Icon h4 {
        font-family: 'DFGB_Y7';
        font-size: 7.46666667vw;
        font-weight: bold;
        line-height: 7.46666667vw;
        letter-spacing: 0.26666667vw;
        color: #0168ec;
        background: -webkit-linear-gradient(#2bbbff 40%, #377fe8 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .box .Title .Buttons {
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 4vw;
        justify-content: space-between;
    }
    .box .Title .Buttons .menu {
        width: 23.46666667vw;
        height: 6.66666667vw;
        background-color: rgba(239, 242, 247, 0.66);
        box-shadow: 0vw 0.53333333vw 0vw 0vw rgba(69, 130, 215, 0.54);
        border-radius: 2.13333333vw;
        border: solid 0.26666667vw #ffffff;
        margin-right: 4vw;
    }
    .box .Title .Buttons .menu a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .box .Title .Buttons .menu a img {
        width: 3.73333333vw;
        height: auto;
        margin-right: 1.33333333vw;
    }
    .box .Title .Buttons .menu a p {
        font-family: DFPYuanW7-GB;
        font-size: 3.46666667vw;
        font-weight: bold;
        line-height: 3.46666667vw;
        letter-spacing: 0vw;
        color: #003399;
        background: -webkit-linear-gradient(#45b9f5 10%, #4994f0 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .box .Title .Buttons button {
        width: 12vw;
        min-width: 12vw;
        height: 6.13333333vw;
        background-color: #f7f9fa;
        box-shadow: 0.26666667vw 0.53333333vw 1.33333333vw 0vw rgba(16, 79, 152, 0.4);
        border-radius: 5.33333333vw;
        border: none;
        outline: none;
        display: block;
    }
    .box .Title .Buttons button a {
        width: 100%;
        height: 100%;
        display: block;
        font-size: 2.93333333vw;
        line-height: 5.86666667vw;
        letter-spacing: -0.13333333vw;
        color: #006adb;
        padding: 0 1.33333333vw;
        white-space: nowrap;
    }
    .box .Title .Buttons button:nth-child(2) {
        background-color: #0076f5;
        box-shadow: 0.26666667vw 0.53333333vw 1.33333333vw 0vw rgba(16, 79, 152, 0.4);
        border-radius: 5.33333333vw;
        border: solid 0.26666667vw #7aadf9;
    }
    .box .Title .Buttons button:nth-child(2) a {
        color: #ffffff;
    }
    .box .Title .Buttons .language {
        width: 17.33333333vw;
        height: 17.33333333vw;
        background: url(../img/languageC.png) top center no-repeat;
        background-size: cover;
        margin-top: 5.33333333vw;
        margin-left: 2.66666667vw;
    }
    .box .Title .Buttons .language.E {
        background: url(../img/languageE.png) top center no-repeat;
        background-size: cover;
    }
    .box .Title .Buttons .Both {
        width: 23.2vw;
        height: 6.13333333vw;
        background-image: linear-gradient(0deg, #accbee 0%, #e7f0fd 100%);
        box-shadow: 0.26666667vw 0.53333333vw 1.33333333vw 0vw rgba(16, 79, 152, 0.4);
        border-radius: 5.33333333vw;
        border: solid 0.26666667vw #0076f5;
        display: flex;
        align-items: center;
        justify-content: space-between;
        overflow: hidden;
    }
    .box .Title .Buttons .Both button {
        width: 50%;
        height: 100%;
        margin: 0;
        border-radius: 0;
        background: transparent;
        font-size: 3.73333333vw;
        color: #0076f5;
    }
    .box .Title .Buttons .Both button a {
        color: #0076f5;
        padding: 0;
    }
    .box .Title .Buttons .Both button.active {
        color: #fff;
        background-color: #0076f5;
    }
    .box .Title .Buttons .Both button.active a {
        color: #fff;
    }
    .box .Title .Buttons .Both button:nth-child(2) a {
        margin-left: -0.53333333vw;
    }
    .box .Title .Buttons .login {
        display: flex;
        align-items: center;
    }
    .box .Title .Buttons .login img {
        width: 2.93333333vw;
        height: auto;
    }
    .box .Title .Buttons .login p {
        font-size: 2.66666667vw;
        line-height: 3.2vw;
        color: #ffffff;
        margin-left: 1.86666667vw;
        color: #0076f5;
        margin-left: 1.06666667vw;
        max-width: 11.2vw;
    }
    .box .Title .Buttons .login:hover p {
        text-decoration: underline;
    }
    .box .Title.IE .left img {
        width: 20vw;
    }
    .box .Title.IE .left h1 {
        font-size: 4vw;
        line-height: 4.8vw;
        letter-spacing: 0vw;
    }
    .box .Title.IE .Buttons .menu a p {
        width: fit-content;
        font-size: 2.93333333vw;
        line-height: 2.93333333vw;
        letter-spacing: -0.13333333vw;
    }
    .box .Content {
        width: 100%;
        flex: 1;
        min-height: 0;
        background-color: rgba(242, 244, 245, 0.7);
        box-shadow: 1.06666667vw 1.86666667vw 2.93333333vw 0vw rgba(178, 215, 253, 0.64);
        border-radius: 5.33333333vw;
        margin: -2.66666667vw auto 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: url(../img/AI/dialogue-bg.png) top center no-repeat;
        background-size: cover;
    }
    .box .Content ::-webkit-scrollbar {
        display: none;
    }
    .box .Content ::-webkit-scrollbar-thumb {
        display: none;
    }
    .box .Content .Left {
        width: 95%;
        padding: 5.33333333vw 4vw;
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background: url(../img/AI/dialogue-bg.png) top center no-repeat;
        background-size: cover;
        z-index: 99999;
        border-radius: 0 4vw 4vw 0;
        animation-delay: 0;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
        transform: translate(-100%, 0);
    }
    .box .Content .Left.open {
        animation-name: leftOpen;
    }
    .box .Content .Left.close {
        animation-name: leftClose;
    }
    .box .Content .Left .title {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .box .Content .Left .title h2 {
        font-size: 4.26666667vw;
        font-weight: bold;
        line-height: 4.26666667vw;
        color: #003399;
    }
    .box .Content .Left .title button {
        width: auto;
        height: 6.66666667vw;
        background-color: rgba(255, 255, 255, 0.84);
        border-radius: 4vw;
        border: none;
        outline: none;
        padding: 0 2.66666667vw;
    }
    .box .Content .Left .title button a {
        width: auto;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .box .Content .Left .title button a img {
        width: 3.2vw;
        height: auto;
    }
    .box .Content .Left .title button a p {
        font-size: 3.2vw;
        line-height: 6.66666667vw;
        letter-spacing: 0.26666667vw;
        color: #99a2b7;
        margin-left: 1.33333333vw;
        white-space: nowrap;
    }
    .box .Content .Left .title.IE h2 {
        line-height: 5.86666667vw;
    }
    .box .Content .Left .title.IE button a p {
        letter-spacing: 0vw;
    }
    .box .Content .Left .Data ul {
        margin-top: 5.33333333vw;
    }
    .box .Content .Left .Data ul li {
        width: 100%;
        height: 20vw;
        background-color: #eff2f7;
        box-shadow: 0vw 1.06666667vw 0vw 0vw rgba(69, 130, 215, 0.54);
        border-radius: 4vw;
        border: solid 0.26666667vw #ffffff;
        margin-bottom: 4vw;
    }
    .box .Content .Left .Data ul li a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-right: 5.33333333vw;
    }
    .box .Content .Left .Data ul li a img {
        width: 12vw;
        height: auto;
    }
    .box .Content .Left .Data ul li a p {
        font-size: 4.26666667vw;
        line-height: 4.26666667vw;
        color: #000000;
        margin-left: 6.66666667vw;
    }
    .box .Content .Left .Data ul li:hover {
        filter: brightness(1.1);
    }
    .box .Content .Left .Data.IE ul li a p {
        letter-spacing: 0vw;
        margin-left: 6.66666667vw;
    }
    .box .Content .Left .History {
        flex: 1;
        min-height: 0;
        margin-top: 6.66666667vw;
        display: flex;
        flex-direction: column;
    }
    .box .Content .Left .History ul {
        margin-top: 6.13333333vw;
        flex: 1;
        min-height: 0;
        overflow-y: auto;
    }
    .box .Content .Left .History ul li {
        width: 100%;
        margin-bottom: 4vw;
    }
    .box .Content .Left .History ul li a {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .box .Content .Left .History ul li a span {
        width: 1.33333333vw;
        height: 1.33333333vw;
        background-image: linear-gradient(#3f94f6, #3f94f6), linear-gradient(#accadd, #accadd);
        background-blend-mode: normal, normal;
        border-radius: 0.8vw;
    }
    .box .Content .Left .History ul li a p {
        width: 95%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 3.73333333vw;
        line-height: 3.73333333vw;
        color: #090909;
        margin-left: 2.13333333vw;
    }
    .box .Content .Left .History ul li.active a p {
        color: #3874fb;
    }
    .box .Content .Left .History ul li:hover a p {
        color: #3874fb;
    }
    .box .Content .Left .History.IE ul li a p {
        letter-spacing: -0.13333333vw;
    }
    @keyframes leftOpen {
        0% {
            transform: translate(-100%, 0);
        }
        100% {
            transform: translate(0, 0);
        }
    }
    @keyframes leftClose {
        0% {
            transform: translate(0, 0);
        }
        100% {
            transform: translate(-100%, 0);
        }
    }
    .box .Content .Right {
        width: 100%;
        height: 100%;
        border-radius: 5.33333333vw;
        padding: 10.66666667vw 16.26666667vw 12.53333333vw 6.13333333vw;
        display: flex;
        flex-direction: column;
        padding: 3.46666667vw 2.66666667vw 2.4vw;
        position: relative;
        justify-content: space-between;
    }
    .box .Content .Right .Icon {
        width: 100%;
        height: 5%;
        display: flex;
        align-items: flex-start;
        border-bottom: 0.26666667vw solid #fff;
    }
    .box .Content .Right .Icon img {
        height: 5.06666667vw;
        margin-right: 1.33333333vw;
    }
    .box .Content .Right .Icon h4 {
        font-family: 'DFGB_Y7';
        font-size: 4.26666667vw;
        font-weight: bold;
        line-height: 4.26666667vw;
        letter-spacing: 0.26666667vw;
        color: #0168ec;
        background: -webkit-linear-gradient(#2bbbff 40%, #377fe8 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding-bottom: 0.53333333vw;
    }
    .box .Content .Right .Dialogue {
        max-height: 66%;
        height: 66%;
        overflow-y: scroll;
        margin-bottom: 7%;
    }
    .box .Content .Right .Dialogue li {
        display: flex;
        justify-content: flex-start;
        margin-top: 4vw;
    }
    .box .Content .Right .Dialogue li .avatar {
        width: 10.13333333vw;
        height: 10.13333333vw;
        border-radius: 2.66666667vw;
        margin-right: 2.13333333vw;
    }
    .box .Content .Right .Dialogue li .avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .box .Content .Right .Dialogue li .text {
        flex: 1;
        min-width: 0;
        min-height: 10.13333333vw;
        padding: 6.66666667vw 2.66666667vw 2.66666667vw;
        background: linear-gradient(-2deg, #fafeff 0%, #e2edf9 100%);
        box-shadow: 0vw 0.8vw 2.4vw 0vw rgba(118, 170, 255, 0.33);
        border-radius: 2.66666667vw;
        border: solid 0.26666667vw #f5f8fb;
        position: relative;
    }
    .box .Content .Right .Dialogue li .text .p {
        font-size: 3.2vw;
        line-height: 4.8vw;
        color: #326de5;
        max-width: 95%;
    }
    .box .Content .Right .Dialogue li .text .p.IE {
        line-height: 4.8vw;
        margin-left: -2.66666667vw;
    }
    .box .Content .Right .Dialogue li .text .Statement {
        width: 80%;
        height: 14.4vw;
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(0, -6.4vw);
        background: url(../img/AI/ai-bg.png) center no-repeat;
        background-size: contain;
        padding: 2.4vw 0 0 3.2vw;
        display: none;
    }
    .box .Content .Right .Dialogue li .text .Statement .p {
        line-height: 5.33333333vw;
    }
    .box .Content .Right .Dialogue li .text .Statement .p.IE {
        line-height: 4.8vw;
        margin-left: -2.66666667vw;
    }
    .box .Content .Right .Dialogue li .text .content .disclaimers {
        position: absolute;
        top: 1.33333333vw;
        right: 2.66666667vw;
        display: flex;
        align-items: center;
    }
    .box .Content .Right .Dialogue li .text .content .disclaimers img {
        margin-right: 1.33333333vw;
    }
    .box .Content .Right .Dialogue li .text .content .disclaimers p {
        font-size: 3.2vw;
        font-weight: bold;
        line-height: 3.2vw;
        color: #326de5;
    }
    .box .Content .Right .Dialogue li .text .content h4 {
        font-size: 3.73333333vw;
        font-weight: bold;
        line-height: 5.33333333vw;
        color: #000000;
    }
    .box .Content .Right .Dialogue li .text .content .p {
        margin-bottom: 1.33333333vw;
    }
    .box .Content .Right .Dialogue li .text .content .buttons {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin: 8vw 0 4.8vw;
        padding-bottom: 8.8vw;
        border-bottom: 0.26666667vw solid #d0dce5;
    }
    .box .Content .Right .Dialogue li .text .content .buttons button {
        width: auto;
        height: 8.26666667vw;
        background-color: #e2edf9;
        box-shadow: 0.53333333vw 1.06666667vw 1.33333333vw 0vw rgba(159, 191, 219, 0.67);
        border-radius: 4.26666667vw;
        border: solid 0.26666667vw #ffffff;
        margin-right: 5.06666667vw;
        font-size: 4.26666667vw;
        line-height: 8.53333333vw;
        color: #295ac5;
        padding: 0 6.66666667vw;
    }
    .box .Content .Right .Dialogue li .text .content .buttons button.active {
        background-image: linear-gradient(94deg, #6084f5 25%, #88a5fc 100%);
        color: #f2fbff;
    }
    .box .Content .Right .Dialogue li .text .content span {
        font-size: 3.2vw;
        line-height: 5.33333333vw;
        color: #949eb3;
    }
    .box .Content .Right .Dialogue li .text .content .markdown-body,
    .box .Content .Right .Dialogue li .text .content .ai-answer {
        font-size: 3.46666667vw !important;
    }
    .box .Content .Right .Dialogue li .text::after {
        content: '';
        display: block;
        width: 1.06666667vw;
        height: 1.33333333vw;
        background: url(../img/AI/ai-arrow.png) center no-repeat;
        background-size: contain;
        position: absolute;
        top: 4.26666667vw;
        left: 0;
        transform: translate(-100%, 0);
    }
    .box .Content .Right .Dialogue li.user {
        justify-content: flex-end;
        margin-top: 4vw;
    }
    .box .Content .Right .Dialogue li.user .avatar {
        margin-right: 0;
        margin-left: 2.13333333vw;
    }
    .box .Content .Right .Dialogue li.user .text {
        min-width: 65%;
        width: auto;
        background: #3874fb;
        border-radius: 8.8vw;
        padding: 2.4vw 2.66666667vw;
    }
    .box .Content .Right .Dialogue li.user .text p {
        width: fit-content;
        font-size: 3.73333333vw;
        line-height: 5.33333333vw;
        color: #f4f9ff;
    }
    .box .Content .Right .Dialogue li.user .text::after {
        content: '';
        display: block;
        width: 2.4vw;
        height: 1.86666667vw;
        background: url(../img/AI/user-arrow.png) center no-repeat;
        background-size: contain;
        position: absolute;
        top: 4vw;
        left: 100%;
        transform: translate(-50%, 0);
    }
    .box .Content .Right .Dialogue li:first-child {
        margin-top: 0;
    }
    .box .Content .Right .Dialogue li:first-child .text {
        padding: 2.13333333vw 3.2vw;
    }
    .box .Content .Right .Dialogue li:first-child h2 {
        font-size: 4.26666667vw;
        font-weight: normal;
        line-height: 6.4vw;
        color: #000000;
        margin-bottom: 5.86666667vw;
    }
    .box .Content .Right .Dialogue li:first-child span {
        font-size: 3.73333333vw;
        line-height: 3.73333333vw;
        color: #949eb3;
    }
    .box .Content .Right .Dialogue li:first-child .question {
        margin-top: 4.53333333vw;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
    }
    .box .Content .Right .Dialogue li:first-child .question a {
        width: 57.33333333vw;
        height: auto;
        background-color: #e2edf9;
        box-shadow: 0.53333333vw 1.06666667vw 1.33333333vw 0vw rgba(159, 191, 219, 0.67);
        border-radius: 1.33333333vw;
        border: solid 0.26666667vw #ffffff;
        display: block;
        font-size: 3.2vw;
        line-height: 4.26666667vw;
        color: #295ac5;
        padding: 1.06666667vw 3.2vw;
        margin-bottom: 2.66666667vw;
    }
    .box .Content .Right .Dialogue li:first-child .question .change {
        display: flex;
        align-items: center;
        position: absolute;
        right: 0;
        bottom: 0;
        transform: translate(0, -2.66666667vw);
        cursor: pointer;
    }
    .box .Content .Right .Dialogue li:first-child .question .change img {
        width: 2.93333333vw;
        margin-right: 1.33333333vw;
    }
    .box .Content .Right .Dialogue li:first-child .question .change p {
        font-size: 3.2vw;
        line-height: 3.2vw;
        color: #295ac5;
    }
    .box .Content .Right .Dialogue li:first-child .question .change:hover p {
        text-decoration: underline;
    }
    .box .Content .Right .tip {
        width: calc(100% - 20 * 0.26666667vw);
        height: 5%;
        background-color: rgba(226, 237, 249, 0.84);
        border-radius: 2.13333333vw 2.13333333vw 0vw 0vw;
        border: solid 0.26666667vw #ffffff;
        padding: 0 2.66666667vw;
        position: absolute;
        left: 50%;
        bottom: 18%;
        transform: translate(-50%, -1.33333333vw);
        display: flex;
        align-items: center;
    }
    .box .Content .Right .tip .Icon {
        height: 100%;
        display: flex;
        align-items: center;
    }
    .box .Content .Right .tip img {
        width: auto;
        height: 55%;
        margin-right: 1.06666667vw;
    }
    .box .Content .Right .tip h5 {
        font-size: 2.93333333vw;
        font-weight: bold;
        line-height: 2.93333333vw;
        letter-spacing: 0vw;
        color: #000001;
    }
    .box .Content .Right .tip p {
        font-size: 2.93333333vw;
        line-height: 2.93333333vw;
        letter-spacing: 0vw;
        color: #000000;
        white-space: nowrap;
    }
    .box .Content .Right .tip p a {
        color: #3874fb;
    }
    .box .Content .Right .Operate {
        width: 100%;
        height: 18%;
        background-color: #ffffff;
        box-shadow: 0vw 0.26666667vw 1.6vw 0vw #e1efff;
        border-radius: 0vw 0vw 3.73333333vw 3.73333333vw;
        border: solid 0.26666667vw #ffffff;
        overflow: hidden;
    }
    .box .Content .Right .Operate .As {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 6.4vw;
        display: none;
    }
    .box .Content .Right .Operate .As a {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #6285f5;
        width: 28vw;
        height: 8vw;
        border-radius: 4vw;
        margin-right: 1.86666667vw;
    }
    .box .Content .Right .Operate .As a img {
        margin-right: 2.13333333vw;
    }
    .box .Content .Right .Operate .As a p {
        font-size: 3.73333333vw;
        line-height: 3.73333333vw;
        letter-spacing: 0.26666667vw;
        color: #f7fbff;
    }
    .box .Content .Right .Operate .As a:hover {
        filter: brightness(1.1);
    }
    .box .Content .Right .Operate .As a:last-child {
        margin-right: 0;
    }
    .box .Content .Right .Operate .As .left {
        display: flex;
        align-items: center;
    }
    .box .Content .Right .Operate .As .right {
        display: flex;
        align-items: center;
    }
    .box .Content .Right .Operate .As .right a {
        background-color: #cbe2fe;
    }
    .box .Content .Right .Operate .As .right a p {
        color: #4b75d6;
    }
    .box .Content .Right .Operate .As.IE a {
        width: auto;
        padding: 0 2.66666667vw;
    }
    .box .Content .Right .Operate .As.IE a img {
        width: 3.2vw;
        height: auto;
    }
    .box .Content .Right .Operate .As.IE a p {
        font-size: 3.2vw;
        line-height: 3.2vw;
        letter-spacing: -0.13333333vw;
    }
    .box .Content .Right .Operate .Input {
        width: 100%;
        height: 14.66666667vw;
        background-color: #ffffff;
        box-shadow: 0vw 0.53333333vw 2.93333333vw 0vw #e1efff;
        border-radius: 7.46666667vw;
        border: solid 0.26666667vw #b0cfff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 2.13333333vw;
        display: none;
    }
    .box .Content .Right .Operate .Input img {
        min-width: 10.13333333vw;
        height: 10.13333333vw;
        object-fit: cover;
    }
    .box .Content .Right .Operate .Input img:hover {
        filter: brightness(1.1);
    }
    .box .Content .Right .Operate .Input input {
        width: 85%;
        height: 100%;
        margin-right: 4%;
        padding-left: 2.93333333vw;
        font-size: 4.26666667vw;
        line-height: 4.26666667vw;
        color: #333;
        border: none;
        outline: none;
    }
    .box .Content .Right .Operate .Input input::placeholder {
        color: #a5aab2;
    }
    .box .Content .Right .Operate .Input button {
        min-width: 14.66666667vw;
        height: 100%;
        background-image: linear-gradient(-7deg, #4760ff 0%, #77b4ed 100%), linear-gradient(#f6fbff, #f6fbff);
        background-blend-mode: normal, normal;
        border-radius: 7.46666667vw;
        border: none;
        outline: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .box .Content .Right .Operate .Input button img {
        min-width: 7.2vw;
        height: auto;
    }
    .box .Content .Right .Operate .Input button:hover {
        filter: brightness(1.1);
    }
    .box .Content .Right .Operate .InputYD {
        width: 100%;
        height: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 1.33333333vw;
    }
    .box .Content .Right .Operate .InputYD textarea {
        width: 100%;
        height: 65%;
        border: none;
        outline: none;
        font-size: 3.2vw;
        line-height: 4.26666667vw;
        letter-spacing: 0vw;
        color: #333;
        padding: 2.13333333vw 2.93333333vw;
        font-family: MicrosoftYaHei;
        margin: 0;
    }
    .box .Content .Right .Operate .InputYD textarea::placeholder {
        color: #a5aab2;
    }
    .box .Content .Right .Operate .InputYD .button {
        height: 30%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 2.93333333vw;
    }
    .box .Content .Right .Operate .InputYD .button a {
        width: 22.93333333vw;
        height: 85%;
        background-color: rgba(193, 220, 254, 0.75);
        border-radius: 2.13333333vw;
        border: solid 0.26666667vw #f7faff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .box .Content .Right .Operate .InputYD .button a img {
        height: 55%;
        margin-right: 0.8vw;
    }
    .box .Content .Right .Operate .InputYD .button a p {
        font-size: 2.93333333vw;
        line-height: 2.93333333vw;
        letter-spacing: 0.26666667vw;
        color: #4b75d6;
    }
    .box .Content .Right .Operate .InputYD .button .sendYd {
        height: 100%;
        border: none;
        outline: none;
    }
    .box .Content .Right .Operate .InputYD .button .sendYd img {
        width: auto;
        height: 100%;
    }
    .box .Content .Right .Operate .InputYD.IE .button a {
        width: auto;
        padding: 0 1.33333333vw;
    }
    .box .Content .Right .Operate .InputYD.IE .button a p {
        white-space: nowrap;
    }
    .box .Content.IE .Dialogue li:first-child h2 {
        line-height: 5.86666667vw;
        margin-bottom: 4vw;
    }
    .box .Content.IE .Dialogue li:first-child span {
        line-height: 4.8vw;
    }
}

/* AI thinking cursor animation */
.typing-cursor {
    display: inline-block;
    animation: typingBlink 1.4s infinite both;
}
@keyframes typingBlink {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
}
