body{
    height:100vh;
    background: url("/skin/images/help/back.png") center center;
    background-size: 100%;
}
.pageFooter{
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.pageFooter p,.pageFooter a{
    font-size: 15px;
    color: #666666;
}
.pageBox{
    display: flex;
    flex-direction: column;
}
.titleBox{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 120px;
}
.titleBox h2{
    font-size: 58px;
    font-weight: bold;
    background: linear-gradient(270deg, #1890FF 0%, #1E54EC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 6px;
}
.titleBox p{
    font-size: 22px;
    color: #666666;
    margin-top: 12px;
}
.el-submit{
    /*background: red;*/
    background: linear-gradient(180deg, #1890FF 0%, #1E54EC 100%), rgba(255, 255, 255, 0.4);
    color: #eee;
    height: 50px;
}
.el-button:focus, .el-button:hover{
    color: white;
}
.inputBox{
    margin: 80px auto;
    height: 50px;
    width: 1000px;
    display: flex;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
    align-items: center;
}
.el-input__inner{
    color: #333;
    height: 50px;
    border: none;
}
.el-input__inner::placeholder{
    color: #999;
}
.productAiViewBox {
    display: none;
    width: 1200px;
    height: 340px;
    background: linear-gradient(135deg, #f8f9ff 0%, #f0f4ff 100%); /* 柔和的渐变背景 */
    margin: 80px auto 0;
    border-radius: 6px; /* 更大的圆角 */
    box-sizing: border-box;
    box-shadow:
            0px 10px 30px rgba(111, 103, 255, 0.15), /* 柔和的单色阴影 */
            0px 0px 0px 1px rgba(97, 106, 229, 0.1); /* 极细边框效果 */
    padding: 6px; /* 增加内边距 */
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); /* 添加平滑过渡 */
    border: 1px solid rgba(255, 255, 255, 0.6); /* 浅色玻璃效果边框 */
}

.productAiView {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    border-radius: 6px; /* 内部圆角 */
    box-sizing: border-box;
    padding: 14px;
    background: rgba(255, 255, 255, 0.7); /* 半透明白色背景 */
    backdrop-filter: blur(4px); /* 毛玻璃效果 */
    box-shadow:
            inset 0px 0px 8px rgba(111, 103, 255, 0.05); /* 内凹阴影 */
    border: none; /* 移除边框 */
}

/* 添加自定义滚动条 */
.productAiView::-webkit-scrollbar {
    width: 8px;
    background: transparent;
}

.productAiView::-webkit-scrollbar-thumb {
    background: #d5d8ff;
    border-radius: 4px;
}

.productAiView::-webkit-scrollbar-thumb:hover {
    background: #a8afff;
}

.loadingBox{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 100px auto 0;
}
.loadingContent{
    display: flex;
    align-items: center;
}
.loadingContent>img{
    width: 38px;
    height: 38px;
}
.loadingContent>div{
    width: 200px;
    margin-left: 8px;
}
.loadingTitle{
    font-size: 17px;
    margin-bottom: 6px;
    color: #333;
}
.loadingInfo{
    font-size: 14px;
    margin-bottom: 0px;
    color: #666;
}
.loadingTime{
    margin-right: 60px;
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}

.back_diqiu{
    position: absolute;
    height: 500px;
    width: 500px;
    background: url('https://cdn.yzdsaas.com/skin/images/diqiu.gif') no-repeat center center;
    background-size: 100%;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 1500px) {
    .back_diqiu{
        height: 400px;
        width: 400px;
    }
}
